/* Zoomag layout polish r6 — header/logo/footer/product scaling and brand logo restoration. */

body.zm-storefront-r6 {
  --zm-ui-site-max: 1900px;
  --zm-ui-gutter: clamp(18px, 1.7vw, 36px);
  --zm-accent: #1e8f53;
  --zm-accent-dark: #166941;
  --zm-surface: #ffffff;
  --zm-soft: #f7faf8;
}

@media (min-width: 1800px) {
  body.zm-storefront-r6 { --zm-ui-site-max: 1980px; }
}
@media (min-width: 2200px) {
  body.zm-storefront-r6 { --zm-ui-site-max: 2140px; --zm-ui-gutter: clamp(24px, 2vw, 52px); }
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  body.zm-storefront-r6 { --zm-ui-site-max: 1460px; --zm-ui-gutter: 18px; }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  body.zm-storefront-r6 { --zm-ui-site-max: 1280px; --zm-ui-gutter: 16px; }
}

body.zm-storefront-r6 :where(.container, .zm-container),
body.zm-storefront-r6 .zm-classic-nav__inner,
body.zm-storefront-r6 .zm-classic-nav__desktop-panel-inner,
body.zm-storefront-r6 #common-home,
body.zm-storefront-r6 #product-category,
body.zm-storefront-r6 #checkout-cart,
body.zm-storefront-r6 #checkout-checkout,
body.zm-storefront-r6 #account-account,
body.zm-storefront-r6 #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;
  margin-inline: auto !important;
}

/* ---------------- Header ---------------- */
body.zm-storefront-r6 .zoomag_top_panel {
  border-bottom: 1px solid rgba(31,41,55,.08) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%) !important;
}
body.zm-storefront-r6 .zoomag_main_header_block {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%) !important;
  border-bottom: 1px solid rgba(31,41,55,.07) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04) !important;
}
body.zm-storefront-r6 .zoomag_main_header_block > .container,
body.zm-storefront-r6 .zoomag_top_panel > .container {
  max-width: none !important;
}
body.zm-storefront-r6 .zoomag_header_layout {
  display: grid !important;
  grid-template-columns: minmax(320px, 430px) minmax(480px, 1fr) minmax(210px, 280px) !important;
  align-items: center !important;
  gap: 24px !important;
  min-height: 134px !important;
  padding: 14px 0 16px !important;
}
body.zm-storefront-r6 .zoomag_logo_block > a {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  text-decoration: none !important;
}
body.zm-storefront-r6 .zoomag_logo_with_coins {
  position: relative !important;
  flex: 0 0 auto !important;
  width: 136px !important;
  height: 104px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.zm-storefront-r6 .zoomag_logo_image {
  width: 104px !important;
  max-width: 104px !important;
  max-height: 104px !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 20px !important;
  filter: drop-shadow(0 14px 24px rgba(237, 156, 28, 0.18)) !important;
}
body.zm-storefront-r6 .zoomag_logo_text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
}
body.zm-storefront-r6 .zoomag_logo_title {
  font-size: clamp(2.45rem, 2.15vw, 3rem) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
  color: #20324f !important;
  margin-bottom: 8px !important;
}
body.zm-storefront-r6 .zoomag_logo_subtitle {
  font-size: 1.08rem !important;
  line-height: 1.3 !important;
  color: #546275 !important;
  max-width: 22ch !important;
}
body.zm-storefront-r6 .zoomag_logo_coin {
  position: absolute !important;
  right: 2px !important;
  top: 8px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: radial-gradient(circle at 32% 30%, #fff6b8 0%, #ffd86b 30%, #f3ad1b 72%, #d78905 100%) !important;
  box-shadow: 0 10px 18px rgba(233, 163, 19, .35), inset 0 2px 3px rgba(255,255,255,.7) !important;
  transform-origin: center !important;
  animation: zmCoinOrbit 3.9s ease-in-out infinite !important;
}
body.zm-storefront-r6 .zoomag_logo_coin__face {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: rgba(126, 76, 0, .9) !important;
  line-height: 1 !important;
}
body.zm-storefront-r6 .zoomag_logo_coin::after {
  content: '' !important;
  position: absolute !important;
  inset: 5px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,.45) !important;
}
@keyframes zmCoinOrbit {
  0%, 100% { transform: translate(0, 0) rotateY(0deg) scale(1); }
  24% { transform: translate(-16px, -10px) rotateY(120deg) scale(1.05); }
  50% { transform: translate(-10px, 8px) rotateY(180deg) scale(.96); }
  74% { transform: translate(6px, -8px) rotateY(300deg) scale(1.04); }
}
body.zm-storefront-r6 .zoomag_search_block {
  padding: 0 !important;
}
body.zm-storefront-r6 .zoomag_search_block :where(input, .form-control) {
  font-size: 16px !important;
}
body.zm-storefront-r6 .zoomag_cart_block {
  transform: none !important;
}
body.zm-storefront-r6 .zoomag_header_nav_button,
body.zm-storefront-r6 .zoomag_account_menu_item,
body.zm-storefront-r6 .zm-classic-nav__quick-link,
body.zm-storefront-r6 .zm-classic-nav__service a {
  font-size: 15px !important;
}
body.zm-storefront-r6 .zm-classic-nav__desktop-trigger,
body.zm-storefront-r6 .zm-classic-nav__top-link {
  font-size: 15px !important;
  min-height: 48px !important;
}
body.zm-storefront-r6 .zm-classic-nav__desktop-panel {
  border-radius: 20px !important;
}

/* ---------------- Product page ---------------- */
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-container {
  width: min(calc(100vw - 40px), 1860px) !important;
  max-width: 1860px !important;
}
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-product-jungle,
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-tabs-savannah,
body.zm-storefront-r6 #product-product .zoohub-product-showcase .product-related {
  width: min(100%, 1740px) !important;
  max-width: 1740px !important;
  margin-inline: auto !important;
}
@media (min-width: 1400px) {
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(620px, 680px) minmax(0, 1fr) !important;
    gap: 44px !important;
  }
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-gallery-den {
    max-width: 680px !important;
    padding: 18px !important;
    position: sticky !important;
    top: 82px !important;
    border-radius: 28px !important;
  }
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-image-frame { max-height: 620px !important; }
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-gallery-thumb { flex: 0 0 calc((100% - 50px) / 6) !important; }
}
@media (min-width: 1100px) and (max-width: 1399.98px) {
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(500px, 560px) minmax(0, 1fr) !important;
    gap: 28px !important;
  }
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-gallery-den { max-width: 560px !important; }
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-image-frame { max-height: 530px !important; }
}
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-product-title {
  font-size: clamp(2.35rem, 2.2vw, 3.05rem) !important;
  line-height: 1.1 !important;
  max-width: 24ch !important;
}
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-price-current {
  font-size: clamp(2.2rem, 2vw, 2.8rem) !important;
}
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-fact-label { font-size: 13px !important; }
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-fact-value { font-size: 15px !important; }
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-conversion-trust__item,
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-action-buttons .zoohub-btn,
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-add-cart-btn {
  min-height: 50px !important;
}
body.zm-storefront-r6 #product-product .zoohub-product-showcase .zoohub-tabs-content,
body.zm-storefront-r6 #product-product .zoohub-product-showcase [data-zm-product-description] {
  width: 100% !important;
  max-width: none !important;
}

/* ---------------- Home brands: restore larger logos ---------------- */
body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider {
  margin: 34px 0 42px !important;
  padding-inline: 58px !important;
}
body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card {
  min-height: 196px !important;
  height: 196px !important;
  padding: 22px 24px !important;
}
body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card-image {
  max-height: 142px !important;
  max-width: 94% !important;
}
body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .carousel-control-prev,
body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .carousel-control-next {
  width: 48px !important;
  height: 48px !important;
}

/* ---------------- Footer ---------------- */
body.zm-storefront-r6 .main-site-footer {
  margin-top: 52px !important;
  padding: 42px 0 24px !important;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f4 100%) !important;
  border-top: 1px solid rgba(31,41,55,.08) !important;
}
body.zm-storefront-r6 .main-site-footer > .container {
  width: min(calc(100% - (var(--zm-ui-gutter) * 2)), var(--zm-ui-site-max)) !important;
  max-width: var(--zm-ui-site-max) !important;
}
body.zm-storefront-r6 .main-site-footer .footer-contacts-section,
body.zm-storefront-r6 .main-site-footer .footer-info-section,
body.zm-storefront-r6 .main-site-footer .footer-services-section {
  height: 100% !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(148,163,184,.16) !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 30px rgba(15,23,42,.04) !important;
  padding: 24px 24px 20px !important;
}
body.zm-storefront-r6 .main-site-footer h5 {
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
  color: #1f2937 !important;
}
body.zm-storefront-r6 .main-site-footer .store-info strong {
  display: block !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  color: #16253a !important;
  margin-bottom: 6px !important;
}
body.zm-storefront-r6 .main-site-footer :where(.metro-station, .working-hours, .phone-number),
body.zm-storefront-r6 .main-site-footer .footer-navigation .nav-link {
  font-size: 15px !important;
  line-height: 1.55 !important;
}
body.zm-storefront-r6 .main-site-footer .footer-navigation .nav-link {
  padding: 4px 0 !important;
  display: inline-flex !important;
}
body.zm-storefront-r6 .main-site-footer .contact-item + .contact-item {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px dashed rgba(148,163,184,.35) !important;
}
body.zm-storefront-r6 .main-site-footer .social-media-section {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}
body.zm-storefront-r6 .main-site-footer .social-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  margin-right: 6px !important;
}
body.zm-storefront-r6 .main-site-footer .social-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 1px solid rgba(148,163,184,.22) !important;
  box-shadow: 0 6px 14px rgba(15,23,42,.06) !important;
}
body.zm-storefront-r6 .main-site-footer .social-icon i { font-size: 16px !important; }
body.zm-storefront-r6 .main-site-footer .footer-bottom-section {
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(148,163,184,.18) !important;
}
body.zm-storefront-r6 .main-site-footer .copyright-section {
  font-size: 14px !important;
  color: #64748b !important;
}
body.zm-storefront-r6 .main-site-footer .copyright-section p { margin-bottom: 4px !important; }

@media (max-width: 1399.98px) and (min-width: 992px) {
  body.zm-storefront-r6 .zoomag_header_layout {
    grid-template-columns: minmax(290px, 350px) minmax(380px, 1fr) minmax(190px, 250px) !important;
    gap: 18px !important;
  }
  body.zm-storefront-r6 .zoomag_logo_with_coins { width: 118px !important; height: 92px !important; }
  body.zm-storefront-r6 .zoomag_logo_image { width: 92px !important; max-width: 92px !important; max-height: 92px !important; }
}
@media (max-width: 991.98px) {
  body.zm-storefront-r6 { --zm-ui-site-max: 100%; --zm-ui-gutter: 14px; }
  body.zm-storefront-r6 .zoomag_header_layout {
    display: block !important;
    min-height: auto !important;
    padding: 10px 0 12px !important;
  }
  body.zm-storefront-r6 .zoomag_logo_section,
  body.zm-storefront-r6 .zoomag_search_section,
  body.zm-storefront-r6 .zoomag_cart_section { width: 100% !important; }
  body.zm-storefront-r6 .zoomag_logo_block > a { gap: 12px !important; }
  body.zm-storefront-r6 .zoomag_logo_with_coins { width: 92px !important; height: 78px !important; }
  body.zm-storefront-r6 .zoomag_logo_image { width: 74px !important; max-width: 74px !important; max-height: 74px !important; }
  body.zm-storefront-r6 .zoomag_logo_title { font-size: 1.8rem !important; }
  body.zm-storefront-r6 .zoomag_logo_subtitle { font-size: .94rem !important; }
  body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider { padding-inline: 0 !important; }
  body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card { min-height: 138px !important; height: 138px !important; }
  body.zm-storefront-r6 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card-image { max-height: 98px !important; }
  body.zm-storefront-r6 .main-site-footer { margin-top: 34px !important; padding-top: 30px !important; }
  body.zm-storefront-r6 .main-site-footer .footer-contacts-section,
  body.zm-storefront-r6 .main-site-footer .footer-info-section,
  body.zm-storefront-r6 .main-site-footer .footer-services-section { margin-bottom: 16px !important; }
}
