@media only screen and (max-width: 1880px) and (min-width: 1440px) {
  .commerce-hero__stack {
    width: 37%;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1201px) {
  .layout-fullwidth .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-row {
    padding-left: 50px;
    padding-right: 50px;
  }
}


@media (max-width: 1440px) and (min-width: 768px) {
  .commerce-hero__stack {
    width: 37%;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .layout-fullwidth .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .commerce-hero__stack {
    width: 37%;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .commerce-hero__stack {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .layout-fullwidth .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .commerce-hero__flex {flex-wrap:wrap; max-height: none;}
  .commerce-hero__stack {flex-wrap:wrap; width:100%}
  .story .container{gap: 40px;}
}

/* ---------- Mobile ---------- */
@media (max-width: 980px){
  .commerce-hero__slider{grid-template-columns:1fr 1fr; min-height:380px;}
  .commerce-promo{min-height:240px;}
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .prod-grid{grid-template-columns:repeat(2,1fr);}
  .usp .container{grid-template-columns:repeat(2,1fr);}
  .foot-grid{grid-template-columns:1fr 1fr;}
  /* .nav-side{display:none;} */
  /* .header-row{grid-template-columns:1fr auto 1fr;} */
  .catnav-list{overflow-x:auto;}
  .promo-strip{grid-template-columns:1fr; text-align:center;}
}


@media only screen and (max-width: 880px) {
  .topbar {display: none;}
  .search-wrap {display: none;}
  .catnav {display: none;}
}

@media only screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  .logo-badge img {
    width: 50px;
    height: 50px;
  }
  .container {
    padding: 0 15px;
  }
  .story .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .story-art {
    aspect-ratio: 4/4;
  }
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .usp .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-head {
    margin-bottom: 26px;
  }
  .commerce-hero h1 {
    font-size: 34px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .layout-fullwidth .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 475px) {
  .commerce-hero__media {
    min-width: 260px;
  }
}

@media (max-width: 680px){
  .commerce-hero__slider,
  .commerce-hero__stack{grid-template-columns:1fr;}
  .commerce-hero__slider{min-height:auto;}
  .commerce-hero__copy{padding:42px 24px; padding-right: 0;}
  .commerce-hero h1 {max-width: 240px;}
  .commerce-hero__media{min-height:280px;}
  .commerce-hero__stack{min-height:auto;}
  .commerce-promo{min-height:245px;}
  .commerce-promo__text,
  .commerce-promo--clock .commerce-promo__text{left:24px; max-width:210px;}
  .commerce-promo__badge{right:22px;}
}

@media only screen and (max-width: 475px) {
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer h5 {
    margin-bottom: 8px;
  }
  .prod-grid {
    gap: 12px;
  }
  .commerce-hero__copy {
    padding: 32px 10px;
  }
  .commerce-hero h1 {
    font-size: 28px;
  }
  .cat-grid {
    gap: 12px;
  }
  .cat-card .glyph {
    top: 18px;
    right: 18px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 385px) {
  .usp .container {
    grid-template-columns: 1fr;
  }
  .prod-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media only screen and (max-width: 358px) {
  .nl-form {
    flex-direction: column;
  }
  .nl-form input {
    width: 100%;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 350px) {
  .commerce-hero__slider .swiper-slide {
    flex-direction: column;
  }
  .commerce-hero__copy {
    align-self: start;
    padding-left: 20px;
  }
  .commerce-hero h1 {
    max-width: 100%;
  }
  .promo-strip {
    padding: 44px 26px;
  }
  .cat-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .cat-card {
    aspect-ratio: 1 / 0.45;
  }
}