/* Zoomag layout polish r5 — increase scale and dock product variants under the main photo. */

body.zm-storefront-r5 {
  --zm-ui-site-max: 1840px;
  --zm-ui-gutter: clamp(20px, 1.8vw, 38px);
}

@media (min-width: 1800px) {
  body.zm-storefront-r5 { --zm-ui-site-max: 1920px; }
}
@media (min-width: 2200px) {
  body.zm-storefront-r5 { --zm-ui-site-max: 2060px; }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  body.zm-storefront-r5 { --zm-ui-site-max: 1380px; --zm-ui-gutter: 18px; }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  body.zm-storefront-r5 { --zm-ui-site-max: 1220px; --zm-ui-gutter: 16px; }
}

body.zm-storefront-r5 :where(.container, .zm-container),
body.zm-storefront-r5 .zm-classic-nav__inner,
body.zm-storefront-r5 .zm-classic-nav__desktop-panel-inner,
body.zm-storefront-r5 #common-home,
body.zm-storefront-r5 #product-category,
body.zm-storefront-r5 #checkout-cart,
body.zm-storefront-r5 #checkout-checkout,
body.zm-storefront-r5 #account-account,
body.zm-storefront-r5 #information-information {
  width: min(calc(100% - (var(--zm-ui-gutter) * 2)), var(--zm-ui-site-max)) !important;
  max-width: var(--zm-ui-site-max) !important;
}

@media (min-width: 992px) {
  body.zm-storefront-r5 .zoomag_header_nav_button,
  body.zm-storefront-r5 .zoomag_account_menu_item { font-size: 15px !important; }
  body.zm-storefront-r5 .zoomag_logo_title { font-size: 2.2rem !important; }
  body.zm-storefront-r5 .zoomag_logo_subtitle { font-size: 1rem !important; }
  body.zm-storefront-r5 .zoomag_search_input,
  body.zm-storefront-r5 .zoomag_search_button,
  body.zm-storefront-r5 .zm-classic-nav__quick-link,
  body.zm-storefront-r5 .zm-classic-nav__service a { font-size: 15px !important; }
}

body.zm-storefront-r5 #common-home .zm-home-slot-r19--banners .zoomag-banner-shell.zoomag-main-hero-slider {
  width: min(100%, 1960px) !important;
  max-width: min(100%, 1960px) !important;
  margin-bottom: 40px !important;
}

body.zm-storefront-r5 #common-home .zoomag-banner-shell.zoomag-home-brands-slider {
  margin: 34px 0 40px !important;
}
body.zm-storefront-r5 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card {
  min-height: 176px !important;
  height: 176px !important;
  padding: 22px 28px !important;
}
body.zm-storefront-r5 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card-image {
  max-height: 118px !important;
  max-width: 90% !important;
}
body.zm-storefront-r5 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .carousel-control-prev,
body.zm-storefront-r5 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .carousel-control-next {
  width: 46px !important;
  height: 46px !important;
}

body.zm-storefront-r5 .main-site-footer h5 { font-size: 18px !important; }
body.zm-storefront-r5 .main-site-footer .store-info strong,
body.zm-storefront-r5 .main-site-footer .footer-navigation .nav-link,
body.zm-storefront-r5 .main-site-footer :where(.metro-station, .working-hours, .phone-number) { font-size: 15px !important; }

/* ---------------- PRODUCT PAGE ---------------- */
body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-container {
  width: min(calc(100vw - 44px), 1780px) !important;
  max-width: 1780px !important;
}
body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-product-jungle,
body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-tabs-savannah,
body.zm-storefront-r5 #product-product .zoohub-product-showcase .product-related {
  width: min(100%, 1660px) !important;
  max-width: 1660px !important;
  margin-inline: auto !important;
}

@media (min-width: 1400px) {
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(560px, 620px) minmax(0, 1fr) !important;
    gap: 38px !important;
    align-items: start !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-gallery-den {
    max-width: 620px !important;
    padding: 16px !important;
    position: sticky !important;
    top: 86px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-image-frame {
    max-height: 580px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-gallery-thumbnails {
    gap: 10px !important;
    padding: 10px !important;
    margin-top: 14px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-gallery-thumb {
    flex: 0 0 calc((100% - 50px) / 6) !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-info-sanctuary {
    padding-inline: 10px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-product-title {
    font-size: clamp(2.3rem, 2.25vw, 3rem) !important;
    line-height: 1.1 !important;
    max-width: 24ch !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-price-current {
    font-size: 2.2rem !important;
  }
}

@media (min-width: 1100px) and (max-width: 1399.98px) {
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(470px, 520px) minmax(0, 1fr) !important;
    gap: 26px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-gallery-den { max-width: 520px !important; }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-image-frame { max-height: 500px !important; }
}

body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host,
body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-commerce-host {
  min-width: 0 !important;
}
body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host:empty,
body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-commerce-host:empty {
  display: none !important;
}

@media (min-width: 1100px) {
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host {
    display: block !important;
    width: 100% !important;
    margin-top: 16px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-commerce-host {
    display: none !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches {
    margin: 0 !important;
    padding: 20px 20px 18px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(31,160,111,.22) !important;
    background: linear-gradient(145deg, rgba(247,255,251,.99), rgba(255,255,255,.99)) !important;
    box-shadow: 0 18px 36px rgba(19,100,68,.10) !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches__header {
    gap: 12px !important;
    margin-bottom: 14px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches__title {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches__family {
    font-size: 13px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-matrix {
    gap: 10px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-matrix__row {
    grid-template-columns: 124px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-matrix__text strong { font-size: 13px !important; }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-matrix__text small { font-size: 11px !important; }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches__grid {
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr)) !important;
    gap: 10px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-chip,
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host button.zoohub-variant-chip {
    min-height: 62px !important;
    padding: 10px 10px !important;
    border-radius: 14px !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-chip__label {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-chip__hint { font-size: 11px !important; }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-chip__price { font-size: 12px !important; }
}

@media (max-width: 1099.98px) {
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host {
    display: none !important;
  }
  body.zm-storefront-r5 #product-product .zoohub-product-showcase .zoohub-variant-commerce-host {
    display: block !important;
    margin: 16px 0 !important;
  }
}

@media (max-width: 991.98px) {
  body.zm-storefront-r5 .main-site-footer { padding-top: 30px !important; }
  body.zm-storefront-r5 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card {
    min-height: 142px !important;
    height: 142px !important;
  }
}
