
@media (max-width: 1024px){
  .mb-shop-curated-row__grid,.mb-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mb-shop-category-strip,.mb-shop-continue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 960px){
  .mb-shop-grid,.mb-shop-curated-row__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mb-shop-header-band__main,.mb-shop-header-band__utility,.mb-shop-row-header,.mb-shop-section-header{flex-direction:column;align-items:flex-start}
  .mb-shop-filters-bar__sort{width:100%}
  .mb-shop-sort-control{width:100%}
}
@media (max-width: 640px){
  .mb-shop-page{padding-top:16px;padding-bottom:40px}
  .mb-shop-container,.mb-shop-container--standard{width:min(100%,calc(100% - 20px))}
  .mb-shop-header-band,.mb-shop-filters-bar,.mb-shop-trust-strip,.mb-shop-category-strip,.mb-shop-continue,.mb-shop-grid,.mb-shop-empty-state{padding:16px;border-radius:20px}
  .mb-shop-curated-row__grid,.mb-shop-grid,.mb-shop-category-strip,.mb-shop-continue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .mb-shop-product-card,.mb-shop-topic-card,.mb-shop-continue-card{padding:12px;border-radius:18px}
  .mb-shop-product-card__cart{inline-size:30px;block-size:30px}
  .mb-shop-header-band__title{font-size:clamp(1.55rem,7vw,2.1rem)}
  .mb-shop-section-header__title{font-size:1.15rem}
  .mb-shop-header-band__utility{gap:12px}
  .mb-shop-active-filters{gap:8px}
}
@media (max-width: 420px){
  .mb-shop-curated-row__grid,.mb-shop-grid,.mb-shop-category-strip,.mb-shop-continue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mb-shop-filter-group{width:100%;justify-content:space-between}
}
