.sb-shop-page{width:min(1120px,100% - 32px);margin:0 auto;padding:32px 0}.sb-shop-categories{margin-bottom:28px}.sb-shop-categories__title,.sb-shop-section__title{margin:0 0 16px}.sb-shop-categories__items,.sb-shop-card__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.sb-shop-category,.sb-shop-link,.sb-shop-button,.simplebis-add-to-cart__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid currentColor;border-radius:6px;text-decoration:none}.sb-shop-category.is-active,.sb-shop-button--primary,.simplebis-add-to-cart__button{background:#111;color:#fff}.sb-shop-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:18px}.sb-shop-card{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;background:#fff}.sb-shop-card__image{display:block;aspect-ratio:4/3;background:#f5f5f5}.sb-shop-card__image img,.sb-shop-detail__image{width:100%;height:100%;object-fit:cover}.sb-shop-card__body{padding:16px}.sb-shop-card__title,.sb-shop-cart-entry__title{margin:0 0 8px}.sb-shop-card__price,.sb-shop-detail__price,.sb-shop-cart-entry__price{font-weight:700}.sb-shop-detail{display:grid;grid-template-columns:minmax(0, 460px) minmax(0, 1fr);gap:32px}.sb-shop-cart-entry,.sb-shop-cart__summary{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e5e5e5}@media(max-width: 720px){.sb-shop-detail{grid-template-columns:1fr}}