.icon-switch{display:block;margin-left:auto;width:40px;cursor:pointer}.shop-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f5f5f5}.shop-item__img{width:120px;aspect-ratio:1;background-color:#eee}.shop-item__title{font-weight:400;text-transform:uppercase}.shop-item__color{color:gray;font-size:12px}.shop-item__price{color:red;font-size:18px}.shop-item__btn{padding:8px 15px;border:2px solid red;border-radius:30px;color:red;font-weight:700;text-transform:uppercase}.shop-item__btn:hover{background-color:red;color:#fff;border-color:red}.list-view{display:flex;flex-direction:column;gap:5px}.shop-card{display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;box-shadow:0 5px 6px gray;padding:20px;text-align:center;aspect-ratio:1;background-color:#f5f5f5;background-repeat:no-repeat;background-position:center -20px;background-size:cover}.shop-card__title{margin-bottom:10px;text-transform:uppercase}.shop-card__color{color:gray}.shop-card__footer{display:flex;justify-content:space-between;align-items:center;color:red}.shop-card__btn{padding:8px 15px;border:2px solid red;border-radius:30px;font-weight:700;text-transform:uppercase}.shop-card__btn:hover{background-color:red;color:#fff;border-color:red}.cards-view{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 50px 50px}.store__header{padding:20px 10px}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Arial,Helvetica,sans-serif}ul,ol{list-style-type:none}button{border:none;color:inherit;background-color:transparent;cursor:pointer}#root{max-width:1200px;margin:0 auto;padding:20px}
