/* Zoomag r12 — readable inner UI + balanced related cards + mature header/footer palette.
   Loaded last on purpose. Keeps r11 geometry, improves readability and visual system. */

body.zm-storefront-r12 {
  --zm-r12-green: #21734a;
  --zm-r12-green-dark: #163f2d;
  --zm-r12-green-soft: #eef7f1;
  --zm-r12-orange: #f28b32;
  --zm-r12-orange-soft: #fff2e6;
  --zm-r12-cream: #fffaf4;
  --zm-r12-navy: #21334f;
  --zm-r12-text: #263648;
  --zm-r12-muted: #697788;
  --zm-r12-line: #e7ded5;
  --zm-r12-radius: 18px;
}

/* ========================================================================== */
/* HEADER — one palette, calmer search, stronger ecommerce hierarchy          */
/* ========================================================================== */
body.zm-storefront-r12 .zoomag_top_panel {
  background: linear-gradient(90deg, #143d2c 0%, #1d6242 100%) !important;
  border: 0 !important;
  min-height: 38px !important;
  box-shadow: none !important;
}
body.zm-storefront-r12 .zoomag_top_panel > .container {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
}
body.zm-storefront-r12 .zoomag_top_panel :where(.zoomag_header_nav_button, a, button, span, i) {
  color: rgba(255,255,255,.92) !important;
}
body.zm-storefront-r12 .zoomag_top_panel .zoomag_header_nav_button {
  font-size: 14px !important;
  font-weight: 650 !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  border-radius: 10px !important;
}
body.zm-storefront-r12 .zoomag_top_panel .zoomag_header_nav_button:hover {
  background: rgba(255,255,255,.10) !important;
}

body.zm-storefront-r12 .zoomag_main_header_block {
  background:
    radial-gradient(circle at 13% 15%, rgba(242,139,50,.11), transparent 23%),
    linear-gradient(180deg, #fffdf9 0%, #fff9f2 100%) !important;
  border-bottom: 1px solid rgba(33,115,74,.11) !important;
  box-shadow: 0 7px 22px rgba(32,51,79,.055) !important;
}
body.zm-storefront-r12 .zoomag_header_layout {
  align-items: center !important;
}
body.zm-storefront-r12 .zoomag_logo_title {
  color: var(--zm-r12-navy) !important;
  text-shadow: none !important;
}
body.zm-storefront-r12 .zoomag_logo_subtitle {
  color: #58697d !important;
  font-weight: 650 !important;
}

/* Search: remove game-like particles and make it a clean store search field. */
body.zm-storefront-r12 .zoomag_search_section :where(.magic-glow, .floating-particles, .orbit-paws, .btn-sparkles) {
  display: none !important;
}
body.zm-storefront-r12 .zoomag_search_block,
body.zm-storefront-r12 .zoomag-magic-search,
body.zm-storefront-r12 .magic-search-form,
body.zm-storefront-r12 .magic-search-input-wrapper {
  width: 100% !important;
  max-width: none !important;
}
body.zm-storefront-r12 .magic-search-input-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  height: 62px !important;
  min-height: 62px !important;
  padding: 6px !important;
  border: 1.5px solid #e8d4c1 !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 8px 24px rgba(62,75,91,.07), inset 0 1px 0 #fff !important;
  overflow: visible !important;
  transition: border-color .18s ease, box-shadow .18s ease !important;
}
body.zm-storefront-r12 .magic-search-input-wrapper:focus-within {
  border-color: rgba(33,115,74,.58) !important;
  box-shadow: 0 0 0 4px rgba(33,115,74,.09), 0 10px 26px rgba(62,75,91,.08) !important;
}
body.zm-storefront-r12 .magic-search-input {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 150px 0 50px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: var(--zm-r12-text) !important;
  font-size: 16px !important;
  font-weight: 550 !important;
  box-shadow: none !important;
}
body.zm-storefront-r12 .magic-search-input::placeholder {
  color: #9a8878 !important;
  opacity: 1 !important;
}
body.zm-storefront-r12 .magic-loupe {
  display: flex !important;
  position: absolute !important;
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  color: var(--zm-r12-orange) !important;
  font-size: 16px !important;
  z-index: 3 !important;
}
body.zm-storefront-r12 .magic-search-btn {
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  bottom: 6px !important;
  width: auto !important;
  min-width: 128px !important;
  height: auto !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #23794e, #1a6641) !important;
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(31,106,67,.20) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  overflow: hidden !important;
}
body.zm-storefront-r12 .magic-search-btn:hover {
  background: linear-gradient(135deg, #2b8a59, #1b6842) !important;
  transform: translateY(-1px) !important;
}
body.zm-storefront-r12 .magic-search-btn span {
  color: #fff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

body.zm-storefront-r12 .magic-results-dropdown {
  border: 1px solid #e8ded5 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 20px 48px rgba(26,44,64,.18) !important;
}
body.zm-storefront-r12 .magic-result-name { font-size: 14px !important; color: var(--zm-r12-text) !important; }
body.zm-storefront-r12 .magic-result-price { font-size: 16px !important; }

/* Cart becomes part of the same palette instead of a disconnected white box. */
body.zm-storefront-r12 .zoomag_cart_block :where(button, .btn, #cart > button) {
  border-color: rgba(33,115,74,.22) !important;
  background: #fff !important;
  color: var(--zm-r12-green-dark) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(32,51,79,.06) !important;
}

/* Menu line */
body.zm-storefront-r12 .zm-classic-nav {
  background: #fff !important;
  border-bottom: 1px solid #e8ece8 !important;
  box-shadow: 0 3px 12px rgba(28,50,65,.035) !important;
}
body.zm-storefront-r12 .zm-classic-nav__desktop-trigger {
  background: linear-gradient(135deg, #23794e, #1d6743) !important;
  color: #fff !important;
}
body.zm-storefront-r12 .zm-classic-nav__top-link:hover,
body.zm-storefront-r12 .zm-classic-nav__quick-link:hover {
  color: var(--zm-r12-green) !important;
  background: var(--zm-r12-green-soft) !important;
}

/* ========================================================================== */
/* PRODUCT — internal readability, not another geometry rewrite               */
/* ========================================================================== */
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-info-sanctuary,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-gallery-den,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tabs-savannah {
  border-color: #e6d8cb !important;
}

body.zm-storefront-r12 .zoohub-product-showcase .zoohub-product-title {
  color: #2b2d31 !important;
  font-weight: 850 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-rating-links,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-rating-link {
  font-size: 14px !important;
}

body.zm-storefront-r12 .zoohub-product-showcase .zoohub-facts-grid {
  gap: 10px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-item {
  min-height: 68px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-icon {
  font-size: 19px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-label {
  font-size: 13.5px !important;
  line-height: 1.2 !important;
  color: #7a685b !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-value,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-stock-text,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-stock-badge {
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

body.zm-storefront-r12 .zoohub-product-showcase .zoohub-price-meadow {
  padding: 18px 20px !important;
  border-radius: 16px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-price-old {
  font-size: 14px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-price-savings,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-price-points {
  font-size: 13px !important;
}

body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust {
  gap: 10px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__item {
  min-height: 66px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__icon {
  font-size: 19px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__text strong {
  font-size: 14.5px !important;
  line-height: 1.18 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__text small {
  font-size: 12.5px !important;
  line-height: 1.25 !important;
  color: #807268 !important;
}

/* Variant selector under gallery */
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches {
  padding: 20px !important;
  border-radius: 18px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-switches__header {
  margin-bottom: 14px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-switches__title {
  font-size: 19px !important;
  line-height: 1.2 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-switches__family {
  font-size: 12.5px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-matrix__row {
  padding: 10px !important;
  gap: 10px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-matrix__text strong {
  font-size: 13.5px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-matrix__text small {
  font-size: 11.5px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-chip {
  min-height: 60px !important;
  padding: 10px 11px !important;
  border-radius: 12px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-chip__label {
  font-size: 14px !important;
  line-height: 1.15 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-chip__price,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-chip__hint {
  font-size: 11.5px !important;
}

/* Quantity / buy controls */
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-action-section {
  gap: 12px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-quantity-block {
  min-height: 64px !important;
  padding: 10px 12px !important;
  border-radius: 15px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-quantity-label {
  font-size: 15px !important;
  font-weight: 800 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-quantity-btn,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-quantity-input {
  width: 46px !important;
  min-width: 46px !important;
  height: 42px !important;
  min-height: 42px !important;
  font-size: 15px !important;
  border-radius: 11px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-quantity-input {
  width: 64px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-cart-button {
  min-height: 56px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 850 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-button-text {
  font-size: 16px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-buy-note {
  min-height: 38px !important;
  font-size: 12.5px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-wishlist-btn,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-compare-btn {
  min-height: 48px !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

/* Tabs and rich description */
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tabs-nav {
  min-height: 58px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tab-btn {
  min-height: 58px !important;
  padding: 11px 16px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tab-icon,
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tab-animal {
  font-size: 17px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tabs-content {
  padding: 20px !important;
  font-size: 17px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content,
body.zm-storefront-r12 .zoohub-product-showcase [data-zm-product-description] {
  font-size: 17px !important;
  line-height: 1.58 !important;
  color: #46515c !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content :where(h2,h3) {
  color: #242f3b !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content h2 { font-size: 24px !important; }
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content h3 { font-size: 20px !important; }
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content :where(li,p) {
  font-size: 16.5px !important;
  line-height: 1.55 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zoohub-spec-group-title { font-size: 19px !important; }
body.zm-storefront-r12 .zoohub-product-showcase :where(.zoohub-spec-name,.zoohub-spec-value) { font-size: 15px !important; }

/* ========================================================================== */
/* RELATED — same card height, same image zone, price/button aligned          */
/* ========================================================================== */
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase {
  border-radius: 22px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 16px 40px rgba(44,51,59,.08) !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__head {
  padding-bottom: 16px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__title {
  font-size: 27px !important;
  line-height: 1.15 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__subtitle {
  font-size: 14px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__track {
  align-items: stretch !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__slide,
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__card-shell {
  height: auto !important;
  align-self: stretch !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-card {
  height: 100% !important;
  min-height: 540px !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 18px !important;
  border: 1px solid #e7e9ec !important;
  box-shadow: 0 7px 18px rgba(32,51,79,.055) !important;
  background: #fff !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-image-section {
  height: 290px !important;
  min-height: 290px !important;
  padding: 14px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-image-link,
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-image-container {
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fbfcfd !important;
  border-radius: 14px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-image {
  width: auto !important;
  height: auto !important;
  max-width: 96% !important;
  max-height: 96% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  margin: auto !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-content-section {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 15px 16px 16px !important;
  gap: 10px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-header {
  min-height: 82px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-name {
  min-height: 66px !important;
  margin: 0 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-name a {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 750 !important;
  -webkit-line-clamp: 3 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-pricing-section {
  min-height: 76px !important;
  margin-top: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase :where(.petz-price-main,.petz-special-price) {
  font-size: 23px !important;
  line-height: 1.1 !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-old-price { font-size: 12.5px !important; }
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-savings-badge { font-size: 11.5px !important; }
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-actions-section,
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-form,
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-action-buttons {
  margin-top: auto !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-btn.petz-btn-primary {
  min-height: 50px !important;
  border-radius: 13px !important;
}
body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-btn-text {
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* ========================================================================== */
/* FOOTER — one coherent footer, not three cards floating in a grey field      */
/* ========================================================================== */
body.zm-storefront-r12 .main-site-footer {
  position: relative !important;
  margin-top: 46px !important;
  padding: 46px 0 24px !important;
  color: #eaf2ed !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(242,139,50,.16), transparent 28%),
    linear-gradient(135deg, #12382a 0%, #174b35 55%, #1b5a3d 100%) !important;
  border-top: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important;
}
body.zm-storefront-r12 .main-site-footer::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #f28b32 0%, #ffc470 34%, #44b678 68%, #238050 100%) !important;
}
body.zm-storefront-r12 .main-site-footer > .container {
  position: relative !important;
  z-index: 1 !important;
}
body.zm-storefront-r12 .main-site-footer .row {
  --bs-gutter-x: 54px !important;
  --bs-gutter-y: 28px !important;
}
body.zm-storefront-r12 .main-site-footer .footer-contacts-section,
body.zm-storefront-r12 .main-site-footer .footer-info-section,
body.zm-storefront-r12 .main-site-footer .footer-services-section {
  height: auto !important;
  min-height: 100% !important;
  padding: 4px 22px 4px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.zm-storefront-r12 .main-site-footer .col-md-4:not(:last-child) > div {
  border-right: 1px solid rgba(255,255,255,.13) !important;
}
body.zm-storefront-r12 .main-site-footer h5 {
  position: relative !important;
  margin: 0 0 18px !important;
  padding-left: 13px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}
body.zm-storefront-r12 .main-site-footer h5::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 4px !important;
  border-radius: 4px !important;
  background: var(--zm-r12-orange) !important;
}
body.zm-storefront-r12 .main-site-footer .store-content {
  align-items: flex-start !important;
}
body.zm-storefront-r12 .main-site-footer .store-marker {
  color: #ffc16b !important;
  font-size: 17px !important;
}
body.zm-storefront-r12 .main-site-footer .store-info strong {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
body.zm-storefront-r12 .main-site-footer :where(.metro-station,.working-hours,.phone-number) {
  color: #cbded2 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
body.zm-storefront-r12 .main-site-footer .phone-number:hover { color: #ffd295 !important; }
body.zm-storefront-r12 .main-site-footer .contact-item + .contact-item {
  margin-top: 17px !important;
  padding-top: 17px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}
body.zm-storefront-r12 .main-site-footer .footer-navigation {
  display: grid !important;
  gap: 2px !important;
}
body.zm-storefront-r12 .main-site-footer .footer-navigation .nav-link {
  position: relative !important;
  display: inline-flex !important;
  width: fit-content !important;
  padding: 5px 0 !important;
  color: #d9e8df !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: color .16s ease, transform .16s ease !important;
}
body.zm-storefront-r12 .main-site-footer .footer-navigation .nav-link:hover {
  color: #ffd59b !important;
  transform: translateX(3px) !important;
}
body.zm-storefront-r12 .main-site-footer .footer-bottom-section {
  margin-top: 34px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
}
body.zm-storefront-r12 .main-site-footer .social-label {
  color: #d8e6de !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
body.zm-storefront-r12 .main-site-footer .social-icon {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.zm-storefront-r12 .main-site-footer .social-icon:hover {
  background: rgba(242,139,50,.22) !important;
  border-color: rgba(255,194,114,.45) !important;
}
body.zm-storefront-r12 .main-site-footer .copyright-section,
body.zm-storefront-r12 .main-site-footer .copyright-section p {
  color: #bcd0c4 !important;
  font-size: 13px !important;
}

/* ========================================================================== */
/* VERY WIDE CSS VIEWPORT — compensate when browser zoom/display makes UI tiny */
/* ========================================================================== */
@media (min-width: 2200px) {
  body.zm-storefront-r12 .zoomag_top_panel .zoomag_header_nav_button { font-size: 17px !important; }
  body.zm-storefront-r12 .magic-search-input { font-size: 19px !important; }
  body.zm-storefront-r12 .magic-search-btn { min-width: 150px !important; font-size: 17px !important; }

  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-label { font-size: 16px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-value,
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-stock-text,
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-stock-badge { font-size: 19px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-item { min-height: 78px !important; }

  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__text strong { font-size: 17px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__text small { font-size: 15px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__item { min-height: 76px !important; }

  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-switches__title { font-size: 22px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-matrix__text strong { font-size: 16px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-chip__label { font-size: 17px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-chip { min-height: 70px !important; }

  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-quantity-label { font-size: 18px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-cart-button,
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-button-text { font-size: 19px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tab-btn { font-size: 18px !important; min-height: 66px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content,
  body.zm-storefront-r12 .zoohub-product-showcase [data-zm-product-description] { font-size: 20px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content :where(li,p) { font-size: 19px !important; }

  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__title { font-size: 32px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase__subtitle { font-size: 17px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-name a { font-size: 19px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase :where(.petz-price-main,.petz-special-price) { font-size: 27px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-btn-text { font-size: 18px !important; }

  body.zm-storefront-r12 .main-site-footer h5 { font-size: 24px !important; }
  body.zm-storefront-r12 .main-site-footer .store-info strong { font-size: 19px !important; }
  body.zm-storefront-r12 .main-site-footer :where(.metro-station,.working-hours,.phone-number),
  body.zm-storefront-r12 .main-site-footer .footer-navigation .nav-link { font-size: 17px !important; }
  body.zm-storefront-r12 .main-site-footer .copyright-section,
  body.zm-storefront-r12 .main-site-footer .copyright-section p { font-size: 15px !important; }
}

@media (min-width: 3000px) {
  body.zm-storefront-r12 .magic-search-input { font-size: 22px !important; }
  body.zm-storefront-r12 .magic-search-btn { font-size: 20px !important; min-width: 170px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-label { font-size: 18px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-value,
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-stock-text,
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-stock-badge { font-size: 22px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__text strong { font-size: 19px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-conversion-trust__text small { font-size: 17px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-variant-chip__label { font-size: 19px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content,
  body.zm-storefront-r12 .zoohub-product-showcase [data-zm-product-description] { font-size: 22px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content :where(li,p) { font-size: 21px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-name a { font-size: 21px !important; }
  body.zm-storefront-r12 .main-site-footer .footer-navigation .nav-link,
  body.zm-storefront-r12 .main-site-footer :where(.metro-station,.working-hours,.phone-number) { font-size: 19px !important; }
}

/* ========================================================================== */
/* Mobile/tablet                                                              */
/* ========================================================================== */
@media (max-width: 991.98px) {
  body.zm-storefront-r12 .zoomag_top_panel { display: none !important; }
  body.zm-storefront-r12 .magic-search-input-wrapper { height: 56px !important; min-height: 56px !important; }
  body.zm-storefront-r12 .magic-search-input { height: 44px !important; min-height: 44px !important; padding-right: 118px !important; font-size: 15px !important; }
  body.zm-storefront-r12 .magic-search-btn { min-width: 100px !important; min-height: 42px !important; font-size: 14px !important; padding-inline: 14px !important; }

  body.zm-storefront-r12 .main-site-footer .col-md-4:not(:last-child) > div { border-right: 0 !important; }
  body.zm-storefront-r12 .main-site-footer .footer-contacts-section,
  body.zm-storefront-r12 .main-site-footer .footer-info-section,
  body.zm-storefront-r12 .main-site-footer .footer-services-section {
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-label { font-size: 12.5px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-fact-value { font-size: 14px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tab-btn { font-size: 14px !important; padding-inline: 10px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-tabs-content { padding: 14px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zoohub-description-content,
  body.zm-storefront-r12 .zoohub-product-showcase [data-zm-product-description] { font-size: 16px !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-product-card { min-height: 0 !important; }
  body.zm-storefront-r12 .zoohub-product-showcase .zm-related-showcase .petz-image-section { height: 240px !important; min-height: 240px !important; }
  body.zm-storefront-r12 .main-site-footer { padding-top: 34px !important; }
  body.zm-storefront-r12 .main-site-footer h5 { font-size: 19px !important; }
  body.zm-storefront-r12 .main-site-footer .footer-navigation .nav-link,
  body.zm-storefront-r12 .main-site-footer :where(.metro-station,.working-hours,.phone-number) { font-size: 14px !important; }
}
