/* ZooMag R11106: 23 existing CSS files, unchanged rule order. */

/* Source: catalog/view/stylesheet/zoomag/zm-shell-r30.css; original order retained. */
/* ZooMag r29 shell bundle. Source order is intentionally preserved. */

/* ===== catalog/view/stylesheet/zoomag/zoomag_premium_2026_upgrade.css ===== */

:root {
  --zm-premium-bg-1: radial-gradient(circle at top left, rgba(118, 191, 255, 0.18), transparent 30%),
                      radial-gradient(circle at top right, rgba(255, 178, 122, 0.18), transparent 30%),
                      linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  --zm-premium-card: rgba(255, 255, 255, 0.82);
  --zm-premium-border: rgba(114, 145, 195, 0.18);
  --zm-premium-shadow: 0 20px 50px rgba(47, 72, 115, 0.14);
  --zm-premium-shadow-soft: 0 12px 32px rgba(47, 72, 115, 0.08);
  --zm-premium-accent: #49a5ff;
  --zm-premium-accent-2: #ff8b57;
  --zm-premium-text: #18324f;
  --zm-premium-text-soft: #5f7898;
  --zm-premium-success: #42b883;
  --zm-premium-radius-xl: 28px;
  --zm-premium-radius-lg: 22px;
  --zm-premium-radius-md: 18px;
}

body {
  background: var(--zm-premium-bg-1);
}

.main-menu {
  position: relative;
  z-index: 20;
}

.main-menu .menu-list {
  gap: 10px;
  flex-wrap: wrap;
}

.main-menu .menu-item {
  position: relative;
}

.main-menu .menu-link,
.main-menu .mobile-menu-link {
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 10px 28px rgba(56, 90, 138, 0.08);
}

.main-menu .menu-link:hover,
.main-menu .menu-link:focus-visible,
.main-menu .mobile-menu-link:hover,
.main-menu .mobile-menu-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(56, 90, 138, 0.14);
}

.zm-menu-count,
.zm-submenu-count,
.zm-sidebar-count,
.zm-subcategory-count,
.zm-category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
}

.zm-menu-count,
.zm-sidebar-count,
.zm-subcategory-count,
.zm-category-chip {
  background: linear-gradient(135deg, var(--zm-premium-accent), #7fbcff);
  color: #fff;
  box-shadow: 0 10px 20px rgba(73, 165, 255, 0.28);
}

.zm-submenu-count {
  background: rgba(73, 165, 255, 0.12);
  color: var(--zm-premium-accent);
  min-width: 26px;
  height: 26px;
  box-shadow: none;
}

.submenu-item .submenu-link {
  gap: 12px;
}

.submenu-item .submenu-text-wrap,
.zm-subcategory-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.submenu-item .submenu-caption,
.zm-sidebar-caption,
.zm-subcategory-caption {
  font-size: 12px;
  color: var(--zm-premium-text-soft);
  line-height: 1.35;
}

.zm-sidebar-nav {
  position: sticky;
  top: 110px;
  padding: 22px;
  background: var(--zm-premium-card);
  border: 1px solid var(--zm-premium-border);
  border-radius: var(--zm-premium-radius-xl);
  box-shadow: var(--zm-premium-shadow-soft);
  backdrop-filter: blur(18px);
}

.zm-sidebar-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.zm-sidebar-nav__title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: var(--zm-premium-text);
}

.zm-sidebar-nav__note {
  font-size: 13px;
  color: var(--zm-premium-text-soft);
}

.zm-sidebar-tree,
.zm-sidebar-children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zm-sidebar-tree {
  display: grid;
  gap: 12px;
}

.zm-sidebar-item {
  border-radius: var(--zm-premium-radius-lg);
  border: 1px solid rgba(110, 140, 188, .14);
  overflow: hidden;
  background: rgba(255,255,255,.76);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.zm-sidebar-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(56, 90, 138, 0.08);
  border-color: rgba(73, 165, 255, 0.22);
}

.zm-sidebar-item.is-active {
  border-color: rgba(73, 165, 255, 0.28);
  box-shadow: 0 16px 30px rgba(73, 165, 255, 0.12);
}

.zm-sidebar-link,
.zm-sidebar-child-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.zm-sidebar-link {
  padding: 14px 16px;
}

.zm-sidebar-child-link {
  padding: 10px 14px;
  border-top: 1px solid rgba(110, 140, 188, .09);
}

.zm-sidebar-icon,
.zm-sidebar-child-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(73,165,255,.16), rgba(255,139,87,.16));
  color: var(--zm-premium-text);
  font-size: 18px;
}

.zm-sidebar-child-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  font-size: 16px;
}

.zm-sidebar-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
}

.zm-sidebar-name,
.zm-sidebar-child-name {
  font-weight: 800;
  color: var(--zm-premium-text);
  line-height: 1.3;
}

.zm-sidebar-children {
  background: rgba(245, 249, 255, .78);
}

.zoomag-category-header,
.zoomag-controls-panel,
.zoomag-subcategories-section,
.zoomag-category-accordion,
.zoomag-filter-sidebar,
.zoomag-filter-sidebar-container .zoomag-filter-sidebar {
  background: var(--zm-premium-card);
  backdrop-filter: blur(20px);
  border: 1px solid var(--zm-premium-border);
  border-radius: var(--zm-premium-radius-xl);
  box-shadow: var(--zm-premium-shadow);
}

.zoomag-category-header {
  overflow: hidden;
}

.zoomag-category-header::before,
.zoomag-controls-panel::before,
.zoomag-subcategories-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(73,165,255,.07), rgba(255,139,87,.06), transparent 60%);
  pointer-events: none;
}

.zoomag-category-title {
  position: relative;
}

.zoomag-category-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--zm-premium-accent), var(--zm-premium-accent-2));
  box-shadow: 0 8px 20px rgba(73, 165, 255, 0.24);
}

.zoomag-subcategory-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(110, 140, 188, .15);
  background: rgba(255,255,255,.9);
  box-shadow: var(--zm-premium-shadow-soft);
}

.zoomag-subcategory-card:hover {
  transform: translateY(-5px) scale(1.01);
}

.zoomag-subcategory-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.zoomag-products-count {
  font-weight: 900;
}

.zoomag-control-group .zoomag-compare-btn,
.zoomag-view-toggle,
.zoomag-select-wrapper,
.zoomag-select,
.zoomag-select-group,
.zoomag-btn,
.zoomag-summary-pill,
.zoomag-filter-group-compact,
.zoomag-filter-footer,
.zoomag-header-meta,
.zoomag-active-filters-compact,
.zoomag-search-container,
.zoomag-filter-option-compact,
.zoomag-group-toggle-compact,
.zoomag-group-content-compact {
  border-radius: var(--zm-premium-radius-md);
}

.zoomag-filter-sidebar {
  padding: 20px;
}

.zoomag-filter-option-compact {
  background: rgba(248, 251, 255, .9);
  border: 1px solid rgba(110, 140, 188, .1);
}

.zoomag-filter-option-compact:hover {
  border-color: rgba(73,165,255,.24);
  box-shadow: 0 12px 20px rgba(73,165,255,.08);
}

.zoomag-mobile-toggle,
.zoomag-btn-primary,
.zoomag-btn-secondary {
  transition: transform .2s ease, box-shadow .2s ease;
}

.zoomag-mobile-toggle:hover,
.zoomag-btn-primary:hover,
.zoomag-btn-secondary:hover {
  transform: translateY(-2px);
}

.zoomag-animated-background .zoomag-animal,
.floating-pets-container .floating-pet {
  filter: drop-shadow(0 12px 20px rgba(31, 58, 90, 0.15));
}

.zoomag-category-page.is-premium-ready .zoomag-category-header,
.zoomag-category-page.is-premium-ready .zoomag-controls-panel,
.zoomag-category-page.is-premium-ready .zoomag-subcategories-section {
  position: relative;
}

@media (max-width: 991.98px) {
  .zm-sidebar-nav {
    position: static;
    top: auto;
    margin-bottom: 20px;
  }

  .zoomag-category-title::after {
    width: 84px;
  }
}


/* ===== catalog/view/stylesheet/zoomag/zoomag_banner_refit_20260328.css ===== */
/* Скрываем тестовый hero-блок, если он где-то остался в кеше шаблонов */
.zoomag-home-hero-banner,
.zoomag-home-contact-grid {
  display: none !important;
}

/* Унифицируем компактные банерные шапки на страницах брендов */
.zoomag-brands-main-header,
.zoo-brands-header {
  position: relative;
  overflow: hidden;
  padding: 24px 26px !important;
  border-radius: 26px !important;
}

.zoomag-brands-main-header::after,
.zoo-brands-header::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 220px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,0.16), rgba(249,115,22,0.02) 68%, transparent 72%);
  pointer-events: none;
}

.zoomag-brands-main-title,
.zoo-main-title {
  position: relative;
  z-index: 1;
}

.zoomag-brands-subtitle,
.zoo-brand-description {
  position: relative;
  z-index: 1;
  margin-top: 12px !important;
}

/* Чистим перегруженную шапку статьи и делаем её похожей на современный банер */
#cms-blog .title-decoration,
#cms-blog .image-badge,
#cms-blog .floating-element {
  display: none !important;
}

#cms-blog .zoo-article-dark-container {
  background: linear-gradient(135deg, #fffdf9 0%, #fff6ec 55%, #fffdf9 100%) !important;
  border: 1px solid rgba(180, 118, 54, 0.14) !important;
  box-shadow: 0 18px 40px rgba(43, 28, 11, 0.08) !important;
  padding: 30px !important;
  border-radius: 28px !important;
}

#cms-blog .article-title {
  color: #1f2937 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  margin-bottom: 22px !important;
}

#cms-blog .article-hero-image {
  position: relative !important;
  margin-top: 10px !important;
  margin-bottom: 24px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 6.4 !important;
  max-height: 320px !important;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.35), transparent 20%),
    linear-gradient(135deg, #fff2df, #fff9f2) !important;
  box-shadow: 0 16px 34px rgba(43, 28, 11, 0.10) !important;
}

#cms-blog .article-hero-image::after {
  content: "";
  position: absolute;
  inset: auto -6% -10% -6%;
  height: 42%;
  background:
    radial-gradient(68% 100% at 12% 100%, rgba(255,255,255,0.64) 0%, rgba(255,255,255,0.00) 72%),
    radial-gradient(72% 100% at 42% 100%, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0.00) 70%),
    radial-gradient(64% 100% at 74% 100%, rgba(255,255,255,0.50) 0%, rgba(255,255,255,0.00) 72%);
  pointer-events: none;
}

#cms-blog .article-main-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

#cms-blog .article-meta-info {
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  .zoomag-brands-main-header,
  .zoo-brands-header,
  #cms-blog .zoo-article-dark-container {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  #cms-blog .article-hero-image {
    aspect-ratio: 16 / 8 !important;
    max-height: 220px !important;
    border-radius: 20px !important;
  }
}


/* ===== catalog/view/stylesheet/Common/header.css ===== */
body {
  background: linear-gradient(135deg, #fef9f3 0%, #fcf5eb 50%, #f9ecdd 100%);
  min-height: 100vh;
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  padding: 0;
}

/* ===== УБИРАЕМ ВСЕ ТОЧКИ У СПИСКОВ ===== */
.zoomag_currency_list,
.zoomag_nav_buttons_list,
.zoomag_account_dropdown_menu {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.zoomag_currency_item,
.zoomag_nav_button_item {
  list-style: none !important;
}

/* ===== АНИМАЦИОННЫЕ ЗВЕРЯТА ПО ВСЕМУ САЙТУ ===== */
.floating-pets-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.floating-pet {
  position: absolute;
  font-size: 2.5rem;
  opacity: 0.15;
  animation: floatPet 15s ease-in-out infinite;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

@keyframes floatPet {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg) scale(1); 
    opacity: 0.1; 
  }
  25% { 
    transform: translateY(-20px) rotate(5deg) scale(1.1); 
    opacity: 0.2; 
  }
  50% { 
    transform: translateY(-10px) rotate(-3deg) scale(0.95); 
    opacity: 0.15; 
  }
  75% { 
    transform: translateY(-15px) rotate(2deg) scale(1.05); 
    opacity: 0.18; 
  }
}

/* Расположение зверят */
.pet-1 { top: 10%; left: 5%; animation-delay: 0s; color: #FF8E53; }
.pet-2 { top: 25%; right: 8%; animation-delay: 3s; color: #6ED3CF; }
.pet-3 { bottom: 30%; left: 10%; animation-delay: 6s; color: #FFDA83; }
.pet-4 { bottom: 15%; right: 15%; animation-delay: 9s; color: #06D6A0; }
.pet-5 { top: 60%; left: 20%; animation-delay: 12s; color: #FF6B6B; }

/* ===== ГЛАВНАЯ ШАПКА ВСЕГО САЙТА ===== */
.zoomag_main_container {
  position: relative;
}

.zoomag_top_panel {
  background: linear-gradient(135deg, #4b2624 0%, #da4f49 100%);
  color: #fff;
  padding: 8px 0;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  position: relative;
}

/* ===== ПРОПОРЦИОНАЛЬНОЕ РАСПОЛОЖЕНИЕ ВЕРХНЕЙ ПАНЕЛИ ===== */
.zoomag_top_panel .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
}

.zoomag_currency_language_block {
  flex: 0 0 30%;
  display: flex;
  justify-content: flex-start;
}

.zoomag_navigation_buttons_block {
  flex: 0 0 70%;
  display: flex;
  justify-content: flex-end;
}

/* ===== БЛОК ВАЛЮТЫ И ЯЗЫКА ===== */
.zoomag_currency_language_block .zoomag_currency_list {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
}

.zoomag_currency_language_block .zoomag_currency_item {
  margin-bottom: 0 !important;
}

.zoomag_currency_language_block .zoomag_currency_toggle {
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  gap: 4px;
}

.zoomag_currency_language_block .zoomag_currency_toggle:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

/* ===== ОСНОВНЫЕ КНОПКИ НАВИГАЦИИ ===== */
.zoomag_navigation_buttons_block .zoomag_nav_buttons_list {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 8px;
}

.zoomag_nav_button_item {
  margin-bottom: 0 !important;
  white-space: nowrap;
}

/* КНОПКИ ШАПКИ САЙТА */
.zoomag_header_nav_button {
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 8px 16px;
  border-radius: 15px;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #FF6B35, #4ECDC4);
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  min-width: auto;
  justify-content: center;
  height: 36px;
  font-family: 'Quicksand', sans-serif;
}

.zoomag_header_nav_button:hover {
  color: #FFE66D !important;
  background: linear-gradient(135deg, #4ECDC4, #FF6B35);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* ПРОПОРЦИОНАЛЬНЫЕ РАЗМЕРЫ ИКОНОК */
.zoomag_header_icon {
  font-size: 0.9em;
  transition: transform 0.3s ease;
  width: 16px;
  text-align: center;
}
.zoomag_header_nav_button:hover .zoomag_header_icon {
  transform: scale(1.1);
}
.zoomag_header_caret {
  transition: transform 0.3s ease;
  font-size: 0.8em;
}
.zoomag_account_dropdown.active .zoomag_header_caret {
  transform: rotate(180deg);
}

/* ВЫПАДАЮЩЕЕ МЕНЮ ЛИЧНОГО КАБИНЕТА */
.zoomag_account_dropdown {
  position: relative;
  z-index: 99;
}
.zoomag_account_dropdown_menu {
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(250,255,252,0.98)) !important;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(110,211,207,0.3) !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  padding: 8px 0;
  margin-top: 0 !important;
  min-width: 190px;
  position: absolute !important;
  top: calc(100% + 6px);
  right: 0;
  left: auto;
  bottom: auto;
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: all 0.3s ease;
  z-index: 90;
}
.zoomag_account_dropdown.active .zoomag_account_dropdown_menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.zoomag_account_menu_item {
  color: #2c5530 !important;
  font-weight: 500;
  padding: 8px 16px !important;
  transition: all 0.3s ease;
  border-radius: 5px;
  margin: 2px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  border: 1px solid transparent;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none !important;
}
.zoomag_account_menu_item:hover {
  background: linear-gradient(135deg, #4ECDC4, #FF6B35);
  color: white !important;
  transform: translateX(4px);
  border-color: rgba(255,255,255,0.2);
}
.zoomag_account_menu_icon {
  font-size: 0.85em;
  width: 16px;
  text-align: center;
}

/* ===== ОСНОВНОЙ БЛОК ШАПКИ С ЛОГОТИПОМ ===== */
.zoomag_main_header_block {
  background: linear-gradient(135deg, #ffdab2, rgb(193 39 28));
  border-bottom: 1px solid #4ECDC4;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  padding: 35px 0;
  position: relative;
}

/* ===== ПРОПОРЦИОНАЛЬНОЕ РАСПОЛОЖЕНИЕ ОСНОВНОЙ ШАПКИ ===== */
.zoomag_header_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

/* ЛОГОТИП - 25% ШИРИНЫ */
.zoomag_logo_section {
  flex: 0 0 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ПОИСК - 50% ШИРИНЫ (ЦЕНТРАЛЬНАЯ ЧАСТЬ) */
.zoomag_search_section {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* КОРЗИНА - 25% ШИРИНЫ */
.zoomag_cart_section {
  flex: 0 0 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* КОНТЕЙНЕР ЛОГОТИПА С МОНЕТАМИ */
.zoomag_logo_with_coins {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 210px;
  z-index: 90;
}

/* Основной логотип */
.zoomag_logo_image {
  width: 210px;
  height: 210px;
  border-radius: 30%;
  border: 3px solid transparent;
  position: absolute;
  transition: all 0.3s ease;
  object-fit: contain;
  top: 0;
  left: 0;
  max-width: 150%;
  left:-100%;
  z-index: 90;
}

/* Анимированные монеты */
.coin {
  max-width: 150%;
  position: absolute;
  width: 197px;
  height: 197px;
  background: url('https://zoomag.by/image/catalog/logo-coins.webp') center/contain no-repeat;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
  border-radius: 30%;
  opacity: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  left:-95%;
  z-index: 1;
}

/* НОВАЯ АНИМАЦИЯ БЛЕСКА */
.coin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 30%;
  animation: coinPulse 4s ease-in-out infinite;
  opacity: 0;
  transform: scale(1.2);
  z-index: 1;
}

@keyframes coinPulse {
  0%, 100% {
    opacity: 0;
    transform: scale(1.2);
  }
  25% {
    opacity: 0.7;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.15);
  }
  75% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

/* АНИМАЦИЯ ВРАЩАЮЩИХСЯ ЛУЧЕЙ */
.coin::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(255, 215, 0, 0.3) 30deg,
    rgba(255, 255, 255, 0.6) 50deg,
    rgba(255, 215, 0, 0.3) 70deg,
    transparent 90deg,
    transparent 180deg,
    rgba(255, 215, 0, 0.2) 210deg,
    rgba(255, 255, 255, 0.4) 230deg,
    rgba(255, 215, 0, 0.2) 250deg,
    transparent 270deg
  );
  animation: coinRotate 8s linear infinite;
  opacity: 0.3;
  z-index: 1;
}

@keyframes coinRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* НОВАЯ АНИМАЦИЯ МОНЕТЫ - ОДИН ПЛАВНЫЙ ДВИЖЕНИЕ */
.coin-slide-right {
  animation: coinSlideRight 180s ease-in-out infinite;
  animation-delay: 5s;
  z-index: 1;
}

@keyframes coinSlideRight {
  /* Начало - монета скрыта */
  0%, 1% {
    opacity: 0;
    transform: translateX(0) scale(0.9);
  }
  /* ПЛАВНОЕ ПОЯВЛЕНИЕ И ДВИЖЕНИЕ */
  2% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  /* ОДНО ПЛАВНОЕ ДВИЖЕНИЕ ДО КОНЕЧНОЙ ТОЧКИ */
  5% {
    opacity: 1;
    transform: translateX(200px) scale(1);
  }
  /* ПАУЗА НА 3 МИНУТЫ (90% времени) */
  6%, 94% {
    opacity: 1;
    transform: translateX(200px) scale(1);
  }
  /* ПЛАВНОЕ ВОЗВРАЩЕНИЕ */
  95% {
    opacity: 1;
    transform: translateX(200px) scale(1);
  }
  98% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  99% {
    opacity: 0;
    transform: translateX(0) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translateX(0) scale(0.9);
  }
}

/* Эффект при наведении */
.zoomag_logo_with_coins:hover .zoomag_logo_image {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(78,205,196,0.4);
  border-color: #4ECDC4;
}

.zoomag_logo_with_coins:hover .coin-slide-right {
  filter: drop-shadow(2px 2px 8px rgba(255, 215, 0, 0.8));
}

.zoomag_logo_with_coins:hover .coin::before {
  animation-duration: 2s;
}

.zoomag_logo_with_coins:hover .coin::after {
  animation-duration: 4s;
  opacity: 0.5;
}

/* БЛОК ЛОГОТИПА */
.zoomag_logo_block {
  display: flex;
  align-items: center;
  height: 150%;
}
.zoomag_logo_block a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Текстовое сопровождение логотипа */
.zoomag_logo_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  left: 80px;
}

.zoomag_logo_title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #FF6B35, #4ECDC4, #FF6B35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  animation: logoGlow 3s ease-in-out infinite alternate;
  line-height: 1.1;
}
@keyframes logoGlow {
  from {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1), 0 0 10px rgba(255,107,53,0.3);
  }
  to {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1), 0 0 20px rgba(78,205,196,0.5);
  }
}

.zoomag_logo_subtitle {
  color: #666;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: 600;
}

/* БЛОК КОРЗИНЫ */
.zoomag_cart_block {
  background: transparent !important;
  border-radius: 20px;
  padding: 20px;
  box-shadow: none !important;
  transition: all 0.3s ease;
  border: none !important;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  width: 100%;
  max-width: 300px;
  z-index: 1000; /* Базовый z-index для контейнера корзины */
}
.zoomag_cart_block:hover {
  transform: translateY(-3px);
}
.zoomag_cart_icon {
  font-size: 1.8rem;
  margin-right: 12px;
  color: #4ECDC4;
  transition: transform 0.3s ease;
}
.zoomag_cart_block:hover .zoomag_cart_icon {
  transform: scale(1.2) rotate(5deg);
}

/* Исправление проблемы с z-index для выпадающей корзины */
#cart > .dropdown-menu {
  z-index: 10001 !important; /* Высокий z-index для выпадающего меню корзины */
  position: absolute !important; /* Убедимся, что позиционирование абсолютное */
}

/* БЛОК ПОИСКА */
.zoomag_search_block {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== АДАПТИВНОСТЬ ДЛЯ ТЕЛЕФОНОВ ===== */

/* Планшеты и маленькие ноутбуки */
@media (max-width: 1200px) {
  .zoomag_logo_with_coins,
  .zoomag_logo_image,
  .coin {
    width: 200px;
    height: 200px;
      left:-10%;

  }
  
  .coin {
    width: 200px;
    height: 200px;
  }
  
  .zoomag_logo_title {
    font-size: 3rem;
  }
  .zoomag_logo_subtitle {
    font-size: 1.4rem;
  }
  
  .zoomag_search_block {
    max-width: 500px;
  }
  
  @keyframes coinSlideRight {
    0%, 1% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    2% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    5% {
      opacity: 1;
      transform: translateX(252px) scale(1);
    }
    6%, 94% {
      opacity: 1;
      transform: translateX(252px) scale(1);
    }
    95% {
      opacity: 1;
      transform: translateX(252px) scale(1);
    }
    98% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    99% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    100% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
  }
}

/* Большие планшеты */
@media (max-width: 992px) {
  .zoomag_main_header_block {
    padding: 25px 0;
  }
  
  .zoomag_header_layout {
    flex-direction: column;
    gap: 25px;
  }
  
  .zoomag_logo_section,
  .zoomag_search_section,
  .zoomag_cart_section {
    flex: 1;
    width: 100%;
    justify-content: center;
  }
  
  .zoomag_logo_with_coins,
  .zoomag_logo_image,
  .coin {
    width: 200px;
    height: 200px;
  }
  
  .coin {
    width: 187px;
    height: 187px;
  }
  
  .zoomag_logo_title {
    font-size: 3.2rem;
  }
  
  .zoomag_logo_subtitle {
    font-size: 1.5rem;
  }
  
  .zoomag_search_block {
    max-width: 500px;
  }
  
  .zoomag_cart_block {
    max-width: 220px;
    padding: 15px;
  }
  
  @keyframes coinSlideRight {
    0%, 1% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    2% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    5% {
      opacity: 1;
      transform: translateX(252px) scale(1);
    }
    6%, 94% {
      opacity: 1;
      transform: translateX(252px) scale(1);
    }
    95% {
      opacity: 1;
      transform: translateX(252px) scale(1);
    }
    98% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    99% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    100% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
  }
  
  /* Скрываем плавающих зверят на планшетах */
  .floating-pet {
    display: none;
  }
  
  /* Адаптация верхней панели */
  .zoomag_top_panel .container {
    flex-direction: column;
    gap: 8px;
  }
  
  .zoomag_currency_language_block,
  .zoomag_navigation_buttons_block {
    flex: 1;
    width: 100%;
    justify-content: center;
  }
}

/* Планшеты и большие телефоны */
@media (max-width: 768px) {
  .zoomag_main_header_block {
    padding: 20px 0;
  }
  
  .zoomag_top_panel {
    padding: 6px 0;
  }
  
  .zoomag_header_nav_button {
    padding: 6px 12px;
    font-size: 0.8rem;
    height: 32px;
  }
  
  /* Скрываем текст кнопок на мобильных */
  .zoomag_header_nav_button span.d-none.d-md-inline {
    display: none !important;
  }
  
  .zoomag_account_dropdown_menu {
    min-width: 160px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
  }
  
  .zoomag_account_dropdown.active .zoomag_account_dropdown_menu {
    transform: translateX(-50%) translateY(0);
  }
  
  .zoomag_logo_with_coins,
  .zoomag_logo_image,
  .coin {
    width: 196px;
    height: 196px;
  }
  
  .coin {
    width: 182px;
    height: 182px;
  }
  
  .zoomag_logo_title {
    font-size: 3.36rem;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .zoomag_logo_subtitle {
    font-size: 1.68rem;
    text-align: center;
  }
  
  /* НОВАЯ СТРУКТУРА ДЛЯ МОБИЛЬНЫХ */
  .zoomag_header_layout {
    flex-direction: column;
    gap: 20px;
  }
  
  .zoomag_logo_section {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
  }
  
  .zoomag_logo_block {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  
  .zoomag_logo_block a {
    flex-direction: column;
    gap: 10px;
  }
  
  .zoomag_logo_text {
    left: 0;
    align-items: center;
    margin-top: 10px;
  }
  
  .zoomag_search_section {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
  }
  
  .zoomag_cart_section {
    order: 3;
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  
  .zoomag_search_block {
    max-width: 100%;
    width: 100%;
  }
  
  .zoomag_cart_block {
    max-width: 300px;
    width: 100%;
    min-height: 70px;
    padding: 15px 20px;
  }
  
  /* Скрываем корзину при активном меню на мобильных */
  .zoomag_account_dropdown.active ~ .zoomag_cart_section .zoomag_cart_block {
    display: none;
  }
  
  /* Скрываем корзину при активном основном меню на мобильных */
  .navbar-menu-active .zoomag_cart_block {
    display: none !important;
  }
  
  /* ИСПРАВЛЕНИЕ: Анимация монеты для мобильных */
  .coin-slide-right {
    animation: coinSlideRightMobile 180s ease-in-out infinite !important;
    animation-delay: 5s !important;
  }
  
  /* Анимация монеты для мобильных */
  @keyframes coinSlideRightMobile {
    0%, 1% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    2% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    5% {
      opacity: 1;
      transform: translateX(168px) scale(1);
    }
    6%, 94% {
      opacity: 1;
      transform: translateX(168px) scale(1);
    }
    95% {
      opacity: 1;
      transform: translateX(168px) scale(1);
    }
    98% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    99% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    100% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
  }
  
  .zoomag_nav_buttons_list {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  
  /* Адаптация верхней панели для мобильных */
  .zoomag_top_panel .container {
    flex-direction: column;
    gap: 8px;
  }
  
  .zoomag_currency_language_block,
  .zoomag_navigation_buttons_block {
    flex: 1;
    width: 100%;
    justify-content: center;
  }
  
  .zoomag_currency_language_block .zoomag_currency_list {
    justify-content: center;
  }
  
  /* Скрываем плавающих зверят на мобильных */
  .floating-pet {
    display: none;
  }
}

/* Телефоны */

@media (max-width: 576px) {
  .zoomag_main_header_block {
    padding: 15px 0;
  }
  
  .zoomag_currency_language_block, 
  .zoomag_navigation_buttons_block {
    text-align: center !important;
  }
  
  .zoomag_nav_buttons_list {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .zoomag_header_nav_button {
    padding: 5px 10px;
    font-size: 0.75rem;
    height: 30px;
  }
  
  .zoomag_logo_with_coins,
  .zoomag_logo_image,
  .coin {
    width: 168px;
    height: 168px;
  }
  
  .coin {
    width: 156px;
    height: 156px;
  }
  
  .zoomag_logo_title {
    font-size: 2.8rem;
  }
  
  .zoomag_logo_subtitle {
    font-size: 1.4rem;
  }
  
  .zoomag_cart_block {
    max-width: 280px;
    padding: 12px 15px;
    min-height: 60px;
  }
  
  .zoomag_search_block {
    max-width: 100%;
  }
  
  /* Скрываем корзину при активном меню на телефонах */
  .zoomag_account_dropdown.active ~ .zoomag_cart_section .zoomag_cart_block {
    display: none;
  }
  
  /* Скрываем корзину при активном основном меню на телефонах */
  .navbar-menu-active .zoomag_cart_block {
    display: none !important;
  }
  
  /* Анимация монеты для маленьких телефонов */
  @keyframes coinSlideRightMobile {
    0%, 1% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    2% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    5% {
      opacity: 1;
      transform: translateX(140px) scale(1);
    }
    6%, 94% {
      opacity: 1;
      transform: translateX(140px) scale(1);
    }
    95% {
      opacity: 1;
      transform: translateX(140px) scale(1);
    }
    98% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    99% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    100% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
  }
}

/* Очень маленькие телефоны */
@media (max-width: 480px) {
  .zoomag_main_header_block {
    padding: 12px 0;
  }
  
  .zoomag_logo_with_coins,
  .zoomag_logo_image {
    width: 140px;
    height: 140px;
  }
  
  .coin {
    width: 130px;
    height: 130px;
  }
  
  .zoomag_logo_title {
    font-size: 2.4rem;
  }
  
  .zoomag_logo_subtitle {
    font-size: 1.2rem;
  }
  
  .zoomag_cart_block {
    max-width: 260px;
    padding: 10px 12px;
    min-height: 55px;
  }
  
  .zoomag_cart_icon {
    font-size: 1.5rem;
    margin-right: 8px;
  }
  
  /* Скрываем корзину при активном меню на очень маленьких телефонах */
  .zoomag_account_dropdown.active ~ .zoomag_cart_section .zoomag_cart_block {
    display: none;
  }
  
  /* Скрываем корзину при активном основном меню на очень маленьких телефонах */
  .navbar-menu-active .zoomag_cart_block {
    display: none !important;
  }
  
  /* Анимация монеты для очень маленьких телефонов */
  @keyframes coinSlideRightMobile {
    0%, 1% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    2% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    5% {
      opacity: 1;
      transform: translateX(112px) scale(1);
    }
    6%, 94% {
      opacity: 1;
      transform: translateX(112px) scale(1);
    }
    95% {
      opacity: 1;
      transform: translateX(112px) scale(1);
    }
    98% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    99% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    100% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
  }
}

/* Ландшафтная ориентация телефонов */
@media (max-width: 768px) and (orientation: landscape) {
  .zoomag_main_header_block {
    padding: 15px 0;
  }
  
  .zoomag_header_layout {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  
  .zoomag_logo_section {
    flex: 0 0 40%;
    order: 1;
    justify-content: flex-start;
  }
  
  .zoomag_logo_block {
    flex-direction: row;
    text-align: left;
  }
  
  .zoomag_logo_text {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 10px;
  }
  
  .zoomag_search_section {
    flex: 0 0 35%;
    order: 2;
  }
  
  .zoomag_cart_section {
    flex: 0 0 25%;
    order: 3;
    margin-top: 0;
    justify-content: flex-end;
  }
  
  .zoomag_logo_with_coins,
  .zoomag_logo_image {
    width: 100px;
    height: 100px;
  }
  
  .coin {
    width: 93px;
    height: 93px;
  }
  
  .zoomag_logo_title {
    font-size: 2rem;
  }
  
  .zoomag_logo_subtitle {
    font-size: 1rem;
  }
  
  .zoomag_cart_block {
    max-width: 140px;
    padding: 8px 10px;
    min-height: 50px;
  }
  
  /* Скрываем корзину при активном меню в ландшафтной ориентации */
  .zoomag_account_dropdown.active ~ .zoomag_cart_section .zoomag_cart_block {
    display: none;
  }
  
  /* Скрываем корзину при активном основном меню в ландшафтной ориентации */
  .navbar-menu-active .zoomag_cart_block {
    display: none !important;
  }
  
  /* Анимация для ландшафта */
  @keyframes coinSlideRightMobile {
    0%, 1% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    2% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    5% {
      opacity: 1;
      transform: translateX(98px) scale(1);
    }
    6%, 94% {
      opacity: 1;
      transform: translateX(98px) scale(1);
    }
    95% {
      opacity: 1;
      transform: translateX(98px) scale(1);
    }
    98% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    99% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    100% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
  }
}

/* Высокие телефоны */
@media (max-width: 480px) and (min-height: 700px) {
  .zoomag_main_header_block {
    padding: 20px 0;
  }
  
  .zoomag_logo_with_coins,
  .zoomag_logo_image {
    width: 160px;
    height: 160px;
  }
  
  .coin {
    width: 149px;
    height: 149px;
  }
  
  .zoomag_logo_title {
    font-size: 2.8rem;
  }
  
  .zoomag_logo_subtitle {
    font-size: 1.4rem;
  }
  
  .zoomag_cart_block {
    max-width: 280px;
    padding: 15px 20px;
    min-height: 65px;
  }
  
  /* Скрываем корзину при активном меню на высоких телефонах */
  .zoomag_account_dropdown.active ~ .zoomag_cart_section .zoomag_cart_block {
    display: none;
  }
  
  /* Скрываем корзину при активном основном меню на высоких телефонах */
  .navbar-menu-active .zoomag_cart_block {
    display: none !important;
  }
  
  /* Анимация для высоких телефонов */
  @keyframes coinSlideRightMobile {
    0%, 1% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    2% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    5% {
      opacity: 1;
      transform: translateX(168px) scale(1);
    }
    6%, 94% {
      opacity: 1;
      transform: translateX(168px) scale(1);
    }
    95% {
      opacity: 1;
      transform: translateX(168px) scale(1);
    }
    98% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    99% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
    100% {
      opacity: 0;
      transform: translateX(0) scale(0.9);
    }
  }
}

/* =========================================================
   Mobile header priority fix
   Search -> Menu -> Cart, logo after actions
   ========================================================= */
.zoomag_mobile_menu_slot {
  display: none;
}

@media (max-width: 991px) {
  .zoomag_header_layout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 14px;
  }

  .zoomag_search_section {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
  }

  .zoomag_mobile_menu_slot {
    display: flex;
    order: 2;
    flex: 1 1 calc(50% - 7px);
    width: calc(50% - 7px);
    min-width: 0;
    align-items: stretch;
  }

  .zoomag_cart_section {
    order: 3;
    flex: 1 1 calc(50% - 7px);
    width: calc(50% - 7px);
    min-width: 0;
    margin-top: 0;
  }

  .zoomag_logo_section {
    order: 4;
    flex: 0 0 100%;
    width: 100%;
  }

  .zoomag_mobile_menu_slot .mobile-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
    border: none;
    border-radius: 16px;
    background: rgba(255, 248, 239, 0.96);
    color: #5a4534;
    box-shadow: 0 14px 28px rgba(103, 70, 35, 0.14);
    font-weight: 800;
    min-height: 58px;
  }

  .zoomag_mobile_menu_slot .toggle-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
  }

  .zoomag_mobile_menu_slot .toggle-icon .bar {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #5a4534;
  }

  .zoomag_cart_section .zoomag_cart_block {
    width: 100%;
    max-width: none;
    min-height: 58px;
    justify-content: center;
  }

  body.navbar-menu-active .zoomag_cart_section,
  html.navbar-menu-active .zoomag_cart_section {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 575px) {
  .zoomag_mobile_menu_slot,
  .zoomag_cart_section {
    flex: 0 0 100%;
    width: 100%;
  }
}

/* =========================================================
   Final mobile header hierarchy:
   logo + text, then search + cart, then menu below.
   The coin stays attached to the logo on adaptive screens.
   ========================================================= */
@media (max-width: 991px) {
  .zoomag_main_header_block {
    padding: 14px 0 12px !important;
  }

  .zoomag_header_layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo logo"
      "search cart" !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .zoomag_logo_section {
    grid-area: logo !important;
    order: 1 !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  .zoomag_logo_block,
  .zoomag_logo_block a {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-align: center !important;
  }

  .zoomag_logo_with_coins {
    width: 148px !important;
    height: 148px !important;
    max-width: 148px !important;
    max-height: 148px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto !important;
    overflow: visible !important;
    z-index: 3 !important;
  }

  .zoomag_logo_image {
    width: 148px !important;
    height: 148px !important;
    max-width: 148px !important;
    max-height: 148px !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    position: absolute !important;
    object-fit: contain !important;
    z-index: 4 !important;
  }

  .coin {
    width: 138px !important;
    height: 138px !important;
    max-width: 138px !important;
    max-height: 138px !important;
    top: 5px !important;
    left: 5px !important;
    right: auto !important;
    position: absolute !important;
    z-index: 2 !important;
  }

  .zoomag_logo_text {
    position: static !important;
    left: auto !important;
    margin: 0 !important;
    align-items: center !important;
  }

  .zoomag_logo_title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    line-height: 1 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .zoomag_logo_subtitle {
    font-size: clamp(.95rem, 4vw, 1.35rem) !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .zoomag_search_section {
    grid-area: search !important;
    order: 2 !important;
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    justify-content: stretch !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2147483608 !important;
  }

  .zoomag_cart_section {
    grid-area: cart !important;
    order: 3 !important;
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2147483634 !important;
  }

  .zoomag_mobile_menu_slot {
    display: none !important;
  }

  .zoomag_search_block {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .zoomag-magic-search {
    padding: 0 !important;
  }

  .magic-search-input-wrapper {
    min-height: 34px !important;
    padding: 3px !important;
    border-width: 1px !important;
    box-shadow: 0 5px 14px rgba(75, 38, 36, 0.12) !important;
  }

  .magic-search-input {
    min-height: 30px !important;
    padding: 6px 54px 6px 30px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .magic-search-btn {
    right: 4px !important;
    padding: 5px 9px !important;
    min-height: 26px !important;
    font-size: 11px !important;
    border-radius: 999px !important;
    box-shadow: 0 5px 12px rgba(255, 107, 53, 0.18) !important;
  }

  .zoomag_cart_block {
    width: auto !important;
    max-width: none !important;
    min-height: 34px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  body.navbar-menu-active .zoomag_cart_section,
  html.navbar-menu-active .zoomag_cart_section,
  .navbar-menu-active .zoomag_cart_block {
    opacity: 1 !important;
    display: flex !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 480px) {
  .zoomag_logo_with_coins,
  .zoomag_logo_image {
    width: 126px !important;
    height: 126px !important;
    max-width: 126px !important;
    max-height: 126px !important;
  }

  .coin {
    width: 118px !important;
    height: 118px !important;
    max-width: 118px !important;
    max-height: 118px !important;
    top: 4px !important;
    left: 4px !important;
  }

  .magic-search-input {
    padding-right: 46px !important;
    padding-left: 22px !important;
    font-size: 11px !important;
  }

  .magic-search-btn {
    padding: 5px 7px !important;
    font-size: 10px !important;
  }
}


/* =========================================================
   FINAL TOUCH 2026-05-02: compact adaptive search button
   Does not change the approved mobile hierarchy.
   ========================================================= */
@media (max-width: 991px) {
  .zoomag_search_section .magic-search-input-wrapper { min-height: 28px !important; padding: 2px !important; border-radius: 14px !important; }
  .zoomag_search_section .magic-search-input { min-height: 24px !important; padding: 4px 36px 4px 20px !important; font-size: 10.5px !important; line-height: 1.15 !important; }
  .zoomag_search_section .magic-search-btn { right: 3px !important; min-height: 20px !important; height: 20px !important; padding: 3px 6px !important; font-size: 9px !important; line-height: 1 !important; border-radius: 999px !important; }
}
@media (max-width: 480px) {
  .zoomag_search_section .magic-search-input { padding-right: 32px !important; padding-left: 16px !important; font-size: 10px !important; }
  .zoomag_search_section .magic-search-btn { min-height: 18px !important; height: 18px !important; padding: 2px 5px !important; font-size: 8.5px !important; }
}


/* ===== catalog/view/stylesheet/zoomag/zm-mobile-header-search-cart-v3-20260519.css ===== */
/* ZooMag mobile header/search/cart hard fix v3 — 2026-05-19
   Loads after search.twig and cart.twig CSS, so it deliberately overrides older compact rules. */

@media (max-width: 991.98px) {
  body.zoomag-2026 .zoomag_main_header_block,
  .zoomag_main_header_block {
    padding: 10px 0 12px !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_main_header_block .container,
  .zoomag_main_header_block .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
    grid-template-areas:
      "search cart"
      "menu menu"
      "logo logo" !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.zoomag-2026 .zoomag_search_section,
  .zoomag_search_section {
    grid-area: search !important;
    order: unset !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    justify-content: stretch !important;
    align-items: center !important;
  }

  body.zoomag-2026 .zoomag_search_block,
  .zoomag_search_block,
  body.zoomag-2026 .zoomag-magic-search,
  .zoomag-magic-search {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section {
    grid-area: cart !important;
    order: unset !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-end !important;
    align-items: center !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_mobile_menu_slot,
  .zoomag_mobile_menu_slot {
    grid-area: menu !important;
    order: unset !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.zoomag-2026 .zoomag_logo_section,
  .zoomag_logo_section {
    grid-area: logo !important;
    order: unset !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    min-height: 0 !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_cart_icon,
  .zoomag_cart_icon {
    display: none !important;
  }

  body.zoomag-2026 .floating-cart-wrapper,
  .floating-cart-wrapper,
  body.zoomag-2026 .cloud-cart-container,
  .cloud-cart-container {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn,
  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  body.zoomag-2026 .zoomag_cart_section #cart .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  .zoomag_cart_section #cart .cloud-cart-btn {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border-radius: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    transform: none !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-price,
  .zoomag_cart_section .cloud-cart-price {
    display: none !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-icon,
  .zoomag_cart_section .cloud-cart-icon {
    font-size: 17px !important;
    width: 22px !important;
    height: 22px !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cart-badge-cloud,
  body.zoomag-2026 .zoomag_cart_section #cart .cart-badge-cloud,
  .zoomag_cart_section .cart-badge-cloud,
  .zoomag_cart_section #cart .cart-badge-cloud {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    top: -7px !important;
    right: -8px !important;
    font-size: 9px !important;
    border-width: 1px !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-search-input-wrapper,
  body.zoomag-2026 .zoomag_search_section .magic-search-input-wrapper,
  .magic-search-input-wrapper,
  .zoomag_search_section .magic-search-input-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 3px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  body.zoomag-2026 .magic-search-input,
  body.zoomag-2026 .zoomag_search_section .magic-search-input,
  .magic-search-input,
  .zoomag_search_section .magic-search-input {
    width: 100% !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 43px 0 14px !important;
    font-size: 13px !important;
    line-height: 36px !important;
    border-radius: 13px !important;
    text-overflow: ellipsis !important;
  }

  body.zoomag-2026 .magic-search-input::placeholder,
  .magic-search-input::placeholder {
    font-size: 12px !important;
    opacity: .9 !important;
  }

  body.zoomag-2026 .magic-search-btn,
  body.zoomag-2026 .zoomag_search_section .magic-search-btn,
  .magic-search-btn,
  .zoomag_search_section .magic-search-btn {
    position: absolute !important;
    top: 50% !important;
    right: 4px !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-search-btn span,
  .magic-search-btn span {
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-search-btn span::before,
  .magic-search-btn span::before {
    content: "🔍" !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-glow,
  body.zoomag-2026 .floating-particles,
  body.zoomag-2026 .orbit-paws,
  body.zoomag-2026 .btn-sparkles,
  .magic-glow,
  .floating-particles,
  .orbit-paws,
  .btn-sparkles {
    display: none !important;
  }

  body.zoomag-2026 .magic-loupe,
  .magic-loupe {
    display: none !important;
  }

  body.zoomag-2026 .magic-results-dropdown,
  .magic-results-dropdown,
  body.zoomag-2026 #magic-results-dropdown,
  #magic-results-dropdown {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: 0 !important;
    border-radius: 16px !important;
  }

  body.zoomag-2026 #alert,
  #alert {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    z-index: 2147483600 !important;
  }

  body.zoomag-2026 #alert .alert,
  #alert .alert {
    border-radius: 14px !important;
    padding: 10px 38px 10px 12px !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .20) !important;
  }
}

@media (max-width: 430px) {
  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 7px !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section,
  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
  }

  body.zoomag-2026 .magic-search-input,
  body.zoomag-2026 .zoomag_search_section .magic-search-input,
  .magic-search-input,
  .zoomag_search_section .magic-search-input {
    font-size: 12.5px !important;
    padding-left: 12px !important;
    padding-right: 41px !important;
  }
}

@media (max-width: 360px) {
  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section,
  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block,
  body.zoomag-2026 .floating-cart-wrapper,
  .floating-cart-wrapper,
  body.zoomag-2026 .cloud-cart-container,
  .cloud-cart-container {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  .zoomag_cart_section #cart .cloud-cart-btn {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }

  body.zoomag-2026 .magic-search-input::placeholder,
  .magic-search-input::placeholder {
    font-size: 11.5px !important;
  }
}


/* ===== catalog/view/stylesheet/zoomag/zm-mobile-header-level-v4-20260519.css ===== */
/* ZooMag adaptive header level fix v4 — 2026-05-19
   Only adaptive devices. Restores approved mobile hierarchy:
   logo first, then search + cart on one even line. */

@media (max-width: 991.98px) {
  body.zoomag-2026 .zoomag_main_header_block,
  .zoomag_main_header_block {
    padding: 12px 0 12px !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_main_header_block .container,
  .zoomag_main_header_block .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
    grid-template-areas:
      "logo logo"
      "search cart" !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 10px 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.zoomag-2026 .zoomag_logo_section,
  .zoomag_logo_section {
    grid-area: logo !important;
    order: unset !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.zoomag-2026 .zoomag_search_section,
  .zoomag_search_section {
    grid-area: search !important;
    order: unset !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
    align-self: center !important;
    justify-content: stretch !important;
    align-items: center !important;
    position: relative !important;
    z-index: 30 !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section {
    grid-area: cart !important;
    order: unset !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
    align-self: center !important;
    justify-content: flex-end !important;
    align-items: center !important;
    position: relative !important;
    z-index: 31 !important;
  }

  body.zoomag-2026 .zoomag_mobile_menu_slot,
  .zoomag_mobile_menu_slot {
    display: none !important;
    grid-area: auto !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.zoomag-2026 .zoomag_search_block,
  .zoomag_search_block,
  body.zoomag-2026 .zoomag-magic-search,
  .zoomag-magic-search,
  body.zoomag-2026 .magic-search-input-wrapper,
  .magic-search-input-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.zoomag-2026 .magic-search-input-wrapper,
  body.zoomag-2026 .zoomag_search_section .magic-search-input-wrapper,
  .magic-search-input-wrapper,
  .zoomag_search_section .magic-search-input-wrapper {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 3px !important;
    border-radius: 16px !important;
  }

  body.zoomag-2026 .magic-search-input,
  body.zoomag-2026 .zoomag_search_section .magic-search-input,
  .magic-search-input,
  .zoomag_search_section .magic-search-input {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 43px 0 14px !important;
    font-size: 13px !important;
    line-height: 36px !important;
    border-radius: 13px !important;
  }

  body.zoomag-2026 .magic-search-btn,
  body.zoomag-2026 .zoomag_search_section .magic-search-btn,
  .magic-search-btn,
  .zoomag_search_section .magic-search-btn {
    position: absolute !important;
    top: 50% !important;
    right: 4px !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
  }

  body.zoomag-2026 .magic-search-btn span,
  .magic-search-btn span {
    font-size: 0 !important;
  }

  body.zoomag-2026 .magic-search-btn span::before,
  .magic-search-btn span::before {
    content: "🔍" !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block,
  body.zoomag-2026 .floating-cart-wrapper,
  .floating-cart-wrapper,
  body.zoomag-2026 .cloud-cart-container,
  .cloud-cart-container {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn,
  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  body.zoomag-2026 .zoomag_cart_section #cart .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  .zoomag_cart_section #cart .cloud-cart-btn {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    transform: none !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-price,
  .zoomag_cart_section .cloud-cart-price,
  body.zoomag-2026 .zoomag_cart_icon,
  .zoomag_cart_icon {
    display: none !important;
  }

  body.navbar-menu-active .zoomag_cart_section,
  html.navbar-menu-active .zoomag_cart_section,
  .navbar-menu-active .zoomag_cart_block {
    opacity: 1 !important;
    display: flex !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 430px) {
  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 9px 7px !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section,
  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block,
  body.zoomag-2026 .floating-cart-wrapper,
  .floating-cart-wrapper,
  body.zoomag-2026 .cloud-cart-container,
  .cloud-cart-container {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
  }
}

@media (max-width: 360px) {
  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section,
  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block,
  body.zoomag-2026 .floating-cart-wrapper,
  .floating-cart-wrapper,
  body.zoomag-2026 .cloud-cart-container,
  .cloud-cart-container {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
}


/* ===== catalog/view/stylesheet/zoomag/zm-responsive-layout-round7.css ===== */
/* ========================================================================== 
   ZooMag responsive layout guard — Round 7 (2026-07-15)
   Purpose:
   - structural layout uses Grid/Flex instead of positional offsets;
   - decorative absolute/fixed elements remain decorative;
   - prevent horizontal overflow in custom product/category HTML;
   - stabilize header, banner, cards and floating widgets from 320px upward.
   Loaded LAST in <head>.
   ========================================================================== */

:root {
  --zm-r7-site-max: 1440px;
  --zm-r7-gutter: clamp(10px, 2.2vw, 28px);
  --zm-r7-gap: clamp(10px, 1.8vw, 24px);
  --zm-r7-radius: clamp(16px, 2vw, 28px);
}

html {
  max-width: 100%;
  overflow-x: clip;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, picture, video, canvas, svg, iframe {
  max-width: 100%;
}

img, video {
  height: auto;
}

body :where(.container) {
  width: min(calc(100% - (var(--zm-r7-gutter) * 2)), var(--zm-r7-site-max));
  max-width: var(--zm-r7-site-max);
  margin-inline: auto;
}

:where(
  .zoomag_main_container,
  .zoomag_main_content,
  .zoomag-category-page,
  .zoomag-category-content,
  .zoohub-product-showcase,
  .zoohub-container,
  .zoohub-layout,
  .zoohub-main,
  #content,
  main,
  section,
  article
) {
  min-width: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, a, button, label, span, strong, small) {
  overflow-wrap: anywhere;
}

/* --------------------------------------------------------------------------
   Header: remove structural left offsets and fixed 210px blocks
   -------------------------------------------------------------------------- */
.zoomag_top_panel .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  min-height: 0 !important;
}

.zoomag_currency_language_block,
.zoomag_navigation_buttons_block {
  flex: 0 1 auto !important;
  min-width: 0 !important;
}

.zoomag_navigation_buttons_block {
  margin-left: auto !important;
}

.zoomag_nav_buttons_list,
.zoomag_currency_list {
  max-width: 100% !important;
}

.zoomag_main_header_block {
  padding: clamp(12px, 2vw, 24px) 0 !important;
}

.zoomag_header_layout {
  display: grid !important;
  grid-template-columns: minmax(230px, .9fr) minmax(320px, 1.75fr) minmax(150px, .55fr) !important;
  grid-template-areas: "logo search cart" !important;
  align-items: center !important;
  gap: var(--zm-r7-gap) !important;
  width: 100% !important;
}

.zoomag_logo_section,
.zoomag_search_section,
.zoomag_cart_section {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  flex: none !important;
}

.zoomag_logo_section { grid-area: logo !important; }
.zoomag_search_section { grid-area: search !important; }
.zoomag_cart_section { grid-area: cart !important; }

.zoomag_logo_block,
.zoomag_logo_block > a {
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(8px, 1.4vw, 16px) !important;
}

.zoomag_logo_with_coins {
  position: relative !important;
  inset: auto !important;
  flex: 0 0 clamp(86px, 8vw, 126px) !important;
  width: clamp(86px, 8vw, 126px) !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  max-width: 126px !important;
  max-height: 126px !important;
  margin: 0 !important;
  overflow: visible !important;
}

.zoomag_logo_image {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

.zoomag_logo_with_coins .coin {
  position: absolute !important;
  inset: 4% !important;
  left: 4% !important;
  top: 4% !important;
  width: 92% !important;
  height: 92% !important;
  max-width: none !important;
  max-height: none !important;
  pointer-events: none !important;
}

.zoomag_logo_text {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  align-items: flex-start !important;
}

.zoomag_logo_title {
  font-size: clamp(1.45rem, 2.4vw, 2.55rem) !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

.zoomag_logo_subtitle {
  margin-top: 4px !important;
  font-size: clamp(.76rem, 1.25vw, 1.08rem) !important;
  line-height: 1.25 !important;
}

.zoomag_search_block,
.zoomag-magic-search,
.magic-search-input-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.zoomag_cart_block {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 8px !important;
}

#cart > .dropdown-menu,
.zoomag_account_dropdown_menu {
  max-width: min(420px, calc(100vw - 20px)) !important;
}

/* Tablet/mobile hierarchy: compact logo, search and cart remain usable. */
@media (max-width: 991.98px) {
  .zoomag_top_panel {
    padding-block: 6px !important;
  }

  .zoomag_top_panel .container {
    flex-wrap: nowrap !important;
  }

  .zoomag_currency_language_block {
    flex: 0 0 auto !important;
  }

  .zoomag_navigation_buttons_block {
    flex: 1 1 auto !important;
    overflow: hidden !important;
  }

  .zoomag_nav_buttons_list {
    justify-content: flex-end !important;
    gap: 5px !important;
  }

  .zoomag_header_nav_button {
    min-width: 34px !important;
    height: 34px !important;
    padding: 6px 9px !important;
  }

  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo logo"
      "search cart" !important;
    gap: 9px !important;
  }

  .zoomag_logo_block,
  .zoomag_logo_block > a {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 9px !important;
  }

  .zoomag_logo_with_coins {
    flex-basis: clamp(68px, 13vw, 92px) !important;
    width: clamp(68px, 13vw, 92px) !important;
    max-width: 92px !important;
    max-height: 92px !important;
  }

  .zoomag_logo_text {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .zoomag_logo_title {
    font-size: clamp(1.35rem, 5.8vw, 2rem) !important;
    text-align: left !important;
  }

  .zoomag_logo_subtitle {
    font-size: clamp(.72rem, 3.2vw, .98rem) !important;
    text-align: left !important;
  }

  .zoomag_cart_block {
    width: auto !important;
    min-width: 42px !important;
    padding: 0 !important;
  }

  #cart > .dropdown-menu {
    position: fixed !important;
    top: auto !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    max-width: none !important;
    max-height: min(72dvh, 620px) !important;
    overflow: auto !important;
  }
}

@media (max-width: 575.98px) {
  .zoomag_main_header_block {
    padding: 9px 0 !important;
  }

  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) 42px !important;
    gap: 7px !important;
  }

  .zoomag_logo_with_coins {
    flex-basis: 62px !important;
    width: 62px !important;
    max-width: 62px !important;
    max-height: 62px !important;
  }

  .zoomag_logo_title {
    font-size: clamp(1.2rem, 7vw, 1.65rem) !important;
  }

  .zoomag_logo_subtitle {
    max-width: 210px !important;
    font-size: .72rem !important;
  }

  .magic-search-input-wrapper {
    min-height: 38px !important;
    border-radius: 14px !important;
  }

  .magic-search-input {
    min-height: 34px !important;
    font-size: 16px !important; /* prevents iOS zoom */
  }
}

/* --------------------------------------------------------------------------
   Main banner: preserve the real 1200x400 source artwork without cropping.
   -------------------------------------------------------------------------- */
#common-home .zoomag-banner-shell.zoomag-main-hero-slider {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: min(100%, 1180px) !important;
  margin: clamp(10px, 1.7vw, 22px) auto clamp(18px, 2.5vw, 32px) !important;
  aspect-ratio: 3 / 1 !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  border-radius: var(--zm-r7-radius) !important;
}

#common-home .zoomag-banner-shell.zoomag-main-hero-slider :where(
  .zoomag-banner-stage,
  .zoomag-banner-track,
  .carousel-inner,
  .carousel-item,
  .zoomag-banner-slide,
  .zoomag-banner-media,
  .zoomag-banner-figure,
  .zoomag-banner-link
) {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
}

#common-home .zoomag-banner-shell.zoomag-main-hero-slider .zoomag-banner-image {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

@media (max-width: 575.98px) {
  #common-home .zoomag-banner-shell.zoomag-main-hero-slider {
    width: 100% !important;
    aspect-ratio: 3 / 1 !important;
    border-radius: 15px !important;
  }
}

/* --------------------------------------------------------------------------
   Menu and overlays: viewport-safe panels, no hard-coded overflow.
   -------------------------------------------------------------------------- */
.main-menu,
.main-menu .menu-list,
.main-menu .submenu-container,
.main-menu .menu-container,
.main-menu .mobile-submenu-panel {
  max-width: 100% !important;
}

.main-menu .menu-list {
  width: min(100%, var(--zm-r7-site-max)) !important;
  margin-inline: auto !important;
}

.main-menu .menu-link,
.main-menu .submenu-link,
.main-menu .mobile-menu-link,
.main-menu .mobile-submenu-link {
  min-width: 0 !important;
}

.main-menu .menu-text,
.main-menu .submenu-text,
.main-menu .mobile-menu-text,
.main-menu .mobile-submenu-text {
  min-width: 0 !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}

@media (max-width: 991.98px) {
  .main-menu .menu-container {
    width: min(420px, calc(100vw - 14px)) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
  }

  .main-menu .mobile-submenu-panel {
    width: min(420px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
  }
}

/* --------------------------------------------------------------------------
   Category and product structure: fluid columns, cards and media.
   -------------------------------------------------------------------------- */
.zoomag-category-page,
.zoohub-container {
  width: min(calc(100% - (var(--zm-r7-gutter) * 2)), var(--zm-r7-site-max)) !important;
  max-width: var(--zm-r7-site-max) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.zoomag-category-header,
.zoomag-controls-panel,
.zoomag-products-footer,
.zoomag-category-accordion,
.zoomag-subcategories-section,
.zoohub-gallery-den,
.zoohub-info-sanctuary,
.zoohub-tabs-savannah {
  max-width: 100% !important;
  min-width: 0 !important;
}

.zoomag-subcategories-grid,
.zoomag-products-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr)) !important;
  gap: var(--zm-r7-gap) !important;
}

.zoomag-product-item,
.zoomag-subcategory-card,
.zoomag-subcategory-inner,
.product-thumb {
  min-width: 0 !important;
  max-width: 100% !important;
}

.zoomag-subcategory-image,
.zoomag-product-image,
.product-thumb .image {
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

.zoomag-subcategory-img,
.zoomag-product-image img,
.product-thumb .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.zoomag-controls-panel .row,
.zoomag-products-footer .row {
  row-gap: 12px !important;
}

.zoomag-select-wrapper,
.zoomag-select,
.zoomag-control-group {
  max-width: 100% !important;
  min-width: 0 !important;
}

.zoohub-product-jungle {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr) !important;
  gap: clamp(14px, 2.2vw, 32px) !important;
  align-items: start !important;
}

.zoohub-gallery-den,
.zoohub-info-sanctuary,
.zoohub-gallery-habitat,
.zoohub-gallery-main,
.zoohub-image-petting-zone,
.zoohub-image-frame {
  width: 100% !important;
  min-width: 0 !important;
}

.zoohub-image-frame {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
}

.zoohub-gallery-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.zoohub-facts-grid,
.zoohub-conversion-trust,
.zoohub-specification-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)) !important;
}

.zoohub-action-buttons,
.zoohub-btn-group,
.zoohub-quantity-section {
  max-width: 100% !important;
  min-width: 0 !important;
  flex-wrap: wrap !important;
}

@media (max-width: 1050px) {
  .zoohub-product-jungle {
    grid-template-columns: 1fr !important;
  }

  .zoohub-gallery-den {
    max-width: 760px !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 767.98px) {
  .zoomag-subcategories-grid,
  .zoomag-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .zoomag-category-header .row,
  .zoomag-controls-panel .row,
  .zoomag-products-footer .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .zoomag-category-header .text-lg-end {
    text-align: left !important;
  }

  .zoohub-product-title,
  .zoomag-category-title {
    font-size: clamp(1.4rem, 7vw, 2.1rem) !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 420px) {
  .zoomag-subcategories-grid,
  .zoomag-products-grid {
    grid-template-columns: 1fr !important;
  }
}

/* --------------------------------------------------------------------------
   Imported rich descriptions: contain old positional CSS without flattening
   decorative absolute elements. Structural overflow is corrected dynamically
   by zm-responsive-layout-round7.js only when it actually exceeds viewport.
   -------------------------------------------------------------------------- */
[data-zm-product-description],
.zoomag-description-content,
.zm-ui-content-readable {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

[data-zm-product-description] *,
.zoomag-description-content *,
.zm-ui-content-readable * {
  max-width: 100%;
  box-sizing: border-box;
}

[data-zm-product-description] :where(table),
.zoomag-description-content :where(table),
.zm-ui-content-readable :where(table) {
  max-width: 100% !important;
}

[data-zm-product-description] :where(.table-wrap, [class*="table-wrap"]),
.zoomag-description-content :where(.table-wrap, [class*="table-wrap"]),
.zm-ui-content-readable :where(.table-wrap, [class*="table-wrap"]) {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.zm-r7-flow-fix {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  transform: none !important;
  margin-inline: 0 !important;
}

.zm-r7-width-fix {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* --------------------------------------------------------------------------
   Floating helpers: respect viewport and mobile safe areas.
   -------------------------------------------------------------------------- */
#zoomag-ai-assistant.zoomag-ai-assistant {
  right: max(10px, env(safe-area-inset-right)) !important;
  bottom: max(10px, env(safe-area-inset-bottom)) !important;
}

.zm-ai-panel,
.zm-ai-feedback,
.zm-ai-tooltip {
  max-width: min(680px, calc(100vw - 24px)) !important;
  max-height: min(86dvh, 760px) !important;
}

@media (max-width: 575.98px) {
  .zm-ai-panel,
  .zm-ai-feedback,
  .zm-ai-tooltip {
    position: fixed !important;
    inset: auto 8px calc(68px + env(safe-area-inset-bottom)) 8px !important;
    width: auto !important;
    max-width: none !important;
    max-height: 72dvh !important;
  }
}

/* --------------------------------------------------------------------------
   Motion/accessibility and layout debug mode.
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .floating-pets-container,
  .coin {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .floating-pets-container {
    display: none !important;
  }
}

html.zm-r7-layout-debug .zm-r7-overflow-source {
  outline: 3px solid #e11d48 !important;
  outline-offset: 2px !important;
}

html.zm-r7-layout-debug::after {
  content: "ZooMag layout debug: red outline = horizontal overflow";
  position: fixed;
  z-index: 2147483647;
  left: 8px;
  bottom: 8px;
  padding: 7px 10px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font: 700 12px/1.3 system-ui, sans-serif;
  pointer-events: none;
}


/* ===== catalog/view/stylesheet/zoomag/zm-site-wide-r19.css ===== */
/* ZooMag R19 — safe large-screen expansion for the whole storefront.
   Mobile/tablet layout is untouched; overrides begin at 1400px. */
:root{--zm-r19-site-max:1680px;--zm-r19-page-gutter:clamp(22px,2vw,40px)}
@media (min-width:1400px){
  body .zoomag_top_panel>.container,
  body .zoomag_main_header_block>.container,
  body .zoomag_main_container>.container,
  body .zoomag_main_container>main.container,
  body .zoomag_main_container>#common-home,
  body .zoohub-container,
  body #product-category.zoomag-category-page,
  body #product-manufacturer.container,
  body #product-search.container,
  body #information-information.zm-info-unique-container,
  body #information-contact.container,
  body #information-sitemap.container,
  body #account-account.container,
  body #checkout-cart.container,
  body #checkout-checkout.container,
  body #cms-blog.container,
  body #cms-blog-info.container{
    width:min(calc(100vw - (var(--zm-r19-page-gutter)*2)),var(--zm-r19-site-max))!important;
    max-width:var(--zm-r19-site-max)!important;
    margin-left:auto!important;margin-right:auto!important;
  }
  body .main-menu .menu-list,
  body.zoomag-2026 .main-menu .menu-list{
    width:min(calc(100vw - (var(--zm-r19-page-gutter)*2)),var(--zm-r19-site-max))!important;
    max-width:var(--zm-r19-site-max)!important;
  }
  body .zoomag_header_layout{grid-template-columns:minmax(260px,.82fr) minmax(520px,1.9fr) minmax(150px,.42fr)!important;gap:clamp(20px,2vw,38px)!important}
  body .magic-search-input-wrapper{max-width:none!important}
  body #common-home .zoomag-banner-shell.zoomag-main-hero-slider,
  body #common-home .zoomag-banner-shell{max-width:100%!important}
  body #product-category.zoomag-category-page,
  body #information-information.zm-info-unique-container,
  body #information-sitemap.zm-sitemap-2026,
  body #checkout-cart .zm-cart{max-width:var(--zm-r19-site-max)!important}
  body #product-category .zoomag-products-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))!important;gap:22px!important}
}
@media (min-width:1900px){:root{--zm-r19-site-max:1800px;--zm-r19-page-gutter:42px}}
@media (min-width:2400px){:root{--zm-r19-site-max:2160px;--zm-r19-page-gutter:56px}}
@media (min-width:3200px){:root{--zm-r19-site-max:2440px;--zm-r19-page-gutter:72px}}


/* ===== catalog/view/stylesheet/zoomag/zm-site-balance-r26.css ===== */
/* ZooMag R26 — site-wide proportional balance
   Purpose: stop ultra-wide layouts from becoming visually stretched while
   preserving fluid behaviour on normal desktop/tablet/mobile widths. */

:root {
  --zm-r26-content-max: 1560px;
  --zm-r26-gutter: clamp(14px, 2vw, 32px);
}

/* R19 expands to 1800/2160/2440px. Keep the storefront readable instead. */
@media (min-width: 1400px) {
  :root {
    --zm-r19-site-max: 1560px !important;
    --zm-r19-page-gutter: clamp(24px, 2vw, 36px) !important;
  }
}

@media (min-width: 1900px) {
  :root {
    --zm-r19-site-max: 1640px !important;
    --zm-r19-page-gutter: 40px !important;
  }
}

@media (min-width: 2400px) {
  :root {
    --zm-r19-site-max: 1720px !important;
    --zm-r19-page-gutter: 48px !important;
  }
}

@media (min-width: 3200px) {
  :root {
    --zm-r19-site-max: 1840px !important;
    --zm-r19-page-gutter: 64px !important;
  }
}

html,
body {
  max-width: 100%;
}

/* Universal text safety for the commercial UI, without flattening rich content. */
:is(.zoomag-category-page, .zoohub-product-showcase, .product-related)
:is(h1, h2, h3, h4, a, button, label, strong, span) {
  overflow-wrap: break-word;
}

:is(.zoomag-category-page, .zoohub-product-showcase, .product-related)
:is(.row, [class*="col-"], .col, .card, section, article, main, aside) {
  min-width: 0;
}

@media (max-width: 575.98px) {
  :root { --zm-r26-gutter: 10px; }
}


/* ===== catalog/view/stylesheet/zoomag/zm-coin-animation-restore-round7.css ===== */
/* ========================================================================== 
   ZooMag logo + coin medium sizing — Round 7.3 (2026-07-15)
   About 1.5x smaller than Round 7.2 while preserving the same animation.
   ========================================================================== */

.zoomag_main_header_block {
  padding-block: clamp(14px, 1.55vw, 22px) !important;
  overflow: visible !important;
}

.zoomag_header_layout {
  grid-template-columns: minmax(390px, 1.12fr) minmax(340px, 1fr) minmax(105px, .3fr) !important;
  gap: clamp(14px, 1.25vw, 22px) !important;
  min-height: clamp(155px, 10vw, 195px) !important;
  overflow: visible !important;
}

.zoomag_logo_section,
.zoomag_logo_block,
.zoomag_logo_block > a {
  overflow: visible !important;
}

.zoomag_logo_block > a,
.zoomag_logo_block a {
  gap: clamp(12px, 1vw, 18px) !important;
}

.zoomag_logo_with_coins {
  /* Round 7.2: 225–276 px. Round 7.3: 150–184 px. */
  --zm-coin-logo-size: clamp(150px, 9.6vw, 184px);
  --zm-coin-stage-gap: clamp(8px, .55vw, 11px);
  --zm-coin-travel: calc(var(--zm-coin-logo-size) * .72 + var(--zm-coin-stage-gap));
  --zm-coin-stage-width: calc(var(--zm-coin-logo-size) * 1.72 + var(--zm-coin-stage-gap));

  position: relative !important;
  inset: auto !important;
  display: block !important;
  flex: 0 0 var(--zm-coin-stage-width) !important;
  width: var(--zm-coin-stage-width) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-stage-width) !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  isolation: isolate;
}

.zoomag_logo_with_coins .zoomag_logo_image {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  width: var(--zm-coin-logo-size) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-logo-size) !important;
  max-width: var(--zm-coin-logo-size) !important;
  max-height: var(--zm-coin-logo-size) !important;
  object-fit: contain !important;
  transform: none !important;
  z-index: 3 !important;
}

.zoomag_logo_with_coins .coin.coin-slide-right {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  left: 0 !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: var(--zm-coin-logo-size) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-logo-size) !important;
  max-width: var(--zm-coin-logo-size) !important;
  max-height: var(--zm-coin-logo-size) !important;
  margin: 0 !important;
  pointer-events: none !important;
  transform-origin: center center !important;
  will-change: transform, opacity;
  z-index: 2 !important;
  animation: zmCoinSlideRightPreservedMedium 180s ease-in-out 5s infinite !important;
}

@keyframes zmCoinSlideRightPreservedMedium {
  0%, 1% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(.9);
  }
  2% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  5%, 94% {
    opacity: 1;
    transform: translate3d(var(--zm-coin-travel), 0, 0) scale(1);
  }
  95% {
    opacity: 1;
    transform: translate3d(var(--zm-coin-travel), 0, 0) scale(1);
  }
  98% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  99%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(.9);
  }
}

.zoomag_logo_with_coins:hover .coin.coin-slide-right {
  filter: drop-shadow(3px 5px 14px rgba(255, 215, 0, .85));
}

.zoomag_logo_title {
  font-size: clamp(1.65rem, 2vw, 2.35rem) !important;
}

.zoomag_logo_subtitle {
  font-size: clamp(.78rem, .9vw, 1rem) !important;
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
  .zoomag_header_layout {
    grid-template-columns: minmax(360px, 1.05fr) minmax(310px, 1fr) minmax(100px, .28fr) !important;
    min-height: 155px !important;
  }

  .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(130px, 10.5vw, 149px);
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) minmax(130px, auto) !important;
    grid-template-areas:
      "logo logo"
      "search cart" !important;
    min-height: 0 !important;
  }

  .zoomag_logo_section {
    justify-self: center !important;
  }

  .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(100px, 12vw, 127px);
    --zm-coin-stage-gap: 6px;
  }
}

@media (max-width: 767.98px) {
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo logo"
      "search cart" !important;
    min-height: 0 !important;
  }

  .zoomag_logo_section {
    justify-self: center !important;
    width: 100% !important;
  }

  .zoomag_logo_block > a,
  .zoomag_logo_block a {
    justify-content: center !important;
  }

  .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(76px, 19vw, 98px);
    --zm-coin-stage-gap: 4px;
  }

  .zoomag_logo_text {
    max-width: min(40vw, 165px) !important;
  }

  .zoomag_logo_title {
    font-size: clamp(1.35rem, 5.8vw, 1.9rem) !important;
  }

  .zoomag_logo_subtitle {
    font-size: clamp(.64rem, 2.8vw, .82rem) !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(64px, 17vw, 76px);
    --zm-coin-stage-gap: 3px;
  }

  .zoomag_logo_text {
    max-width: 126px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zoomag_logo_with_coins .coin.coin-slide-right {
    display: none !important;
    animation: none !important;
  }
}


/* ===== catalog/view/stylesheet/zoomag/zm-header-balance-r262.css ===== */
/* ZooMag r26.2 — desktop header balance
   Scope: logo / coin / title / search proportions only.
   Loaded AFTER zm-coin-animation-restore-round7.css intentionally. */

@media (min-width: 1200px) {
  body .zoomag_main_header_block {
    padding-block: 12px !important;
  }

  body .zoomag_main_header_block > .container {
    width: min(calc(100vw - 40px), 1680px) !important;
    max-width: 1680px !important;
    margin-inline: auto !important;
  }

  body .zoomag_header_layout {
    display: grid !important;
    grid-template-columns: minmax(390px, 455px) minmax(520px, 1fr) minmax(92px, 120px) !important;
    gap: clamp(16px, 1.4vw, 26px) !important;
    align-items: center !important;
    min-height: 126px !important;
    overflow: visible !important;
  }

  body .zoomag_logo_section {
    min-width: 0 !important;
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  body .zoomag_logo_block,
  body .zoomag_logo_block > a,
  body .zoomag_logo_block a {
    min-width: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
  }

  /* Reserve only the real logo+coin animation width. The old stage was too wide. */
  body .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(122px, 7.4vw, 148px) !important;
    --zm-coin-stage-gap: 3px !important;
    --zm-coin-travel: calc(var(--zm-coin-logo-size) * .61 + var(--zm-coin-stage-gap)) !important;
    --zm-coin-stage-width: calc(var(--zm-coin-logo-size) * 1.61 + var(--zm-coin-stage-gap)) !important;
    flex: 0 0 var(--zm-coin-stage-width) !important;
    width: var(--zm-coin-stage-width) !important;
    min-width: var(--zm-coin-stage-width) !important;
    height: var(--zm-coin-logo-size) !important;
    margin: 0 !important;
  }

  /* Critical fix: header.css had position:relative + left:80px. */
  body .zoomag_logo_text {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 170px !important;
    margin: 0 0 0 -2px !important;
    padding: 0 !important;
    align-items: flex-start !important;
    justify-content: center !important;
    z-index: 4 !important;
  }

  body .zoomag_logo_title {
    margin: 0 !important;
    font-size: clamp(1.62rem, 1.55vw, 2rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.02em !important;
    white-space: nowrap !important;
  }

  body .zoomag_logo_subtitle {
    margin: 4px 0 0 !important;
    max-width: 158px !important;
    font-size: clamp(.72rem, .72vw, .88rem) !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  body .zoomag_search_section {
    min-width: 0 !important;
    width: 100% !important;
    justify-content: stretch !important;
    position: relative !important;
    z-index: 3 !important;
  }

  body .zoomag_search_block,
  body .zoomag_search_section .zoomag-magic-search,
  body .zoomag_search_section .magic-search-input-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  body .zoomag_cart_section {
    min-width: 0 !important;
    width: 100% !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  body .zoomag_header_layout {
    grid-template-columns: minmax(340px, 385px) minmax(430px, 1fr) minmax(88px, 105px) !important;
    gap: 14px !important;
    min-height: 116px !important;
  }

  body .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(108px, 8.5vw, 124px) !important;
  }

  body .zoomag_logo_text {
    max-width: 142px !important;
  }

  body .zoomag_logo_title {
    font-size: clamp(1.45rem, 1.7vw, 1.7rem) !important;
  }

  body .zoomag_logo_subtitle {
    max-width: 136px !important;
    font-size: .7rem !important;
  }
}

/* Tablet/mobile hierarchy from Round 7 stays intact; only kill the legacy left offset. */
@media (max-width: 1199.98px) {
  body .zoomag_logo_text {
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }
}


/* ===== catalog/view/stylesheet/zoomag/zm-header-scale-r263.css ===== */
/* ZooMag r26.3 — make desktop header feel normal-sized and readable */
@media (min-width: 1200px) {
  body .zoomag_main_header_block > .container {
    width: min(calc(100vw - 32px), 1760px) !important;
    max-width: 1760px !important;
  }

  body .zoomag_header_layout {
    grid-template-columns: minmax(430px, 520px) minmax(620px, 1fr) minmax(106px, 138px) !important;
    gap: clamp(18px, 1.5vw, 28px) !important;
    min-height: 138px !important;
  }

  body .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(132px, 7.8vw, 160px) !important;
    --zm-coin-stage-gap: 4px !important;
  }

  body .zoomag_logo_text {
    max-width: 225px !important;
    margin-left: 4px !important;
  }

  body .zoomag_logo_title {
    font-size: clamp(1.9rem, 1.75vw, 2.3rem) !important;
    line-height: 1.02 !important;
    font-weight: 900 !important;
  }

  body .zoomag_logo_subtitle {
    max-width: 205px !important;
    margin-top: 6px !important;
    font-size: clamp(.88rem, .88vw, 1rem) !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    color: rgba(50,55,58,.88) !important;
  }

  body .zoomag_search_section .magic-search-input-wrapper,
  body .zoomag_search_section .zoomag-magic-search {
    min-height: 66px !important;
  }

  body .zoomag_search_section input[type="text"],
  body .zoomag_search_section input[type="search"],
  body .zoomag_search_section .form-control {
    font-size: 17px !important;
    line-height: 1.25 !important;
    padding-left: 24px !important;
  }

  body .zoomag_search_section .btn,
  body .zoomag_search_section button {
    font-size: 16px !important;
    min-height: 54px !important;
    padding-inline: 24px !important;
  }

  body .zoomag_cart_section .zoomag-mini-cart,
  body .zoomag_cart_section .cart-icon,
  body .zoomag_cart_section .wishlist-icon,
  body .zoomag_cart_section .cart-toggle {
    transform: scale(1.06) !important;
    transform-origin: center right !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  body .zoomag_header_layout {
    grid-template-columns: minmax(390px, 460px) minmax(540px, 1fr) minmax(98px, 124px) !important;
    min-height: 128px !important;
  }

  body .zoomag_logo_text {
    max-width: 190px !important;
  }

  body .zoomag_logo_title {
    font-size: clamp(1.7rem, 1.8vw, 2rem) !important;
  }

  body .zoomag_logo_subtitle {
    max-width: 180px !important;
    font-size: .84rem !important;
  }
}


/* ===== catalog/view/stylesheet/zoomag/zm-native-polish-r28.css ===== */
/* ZooMag r28 — native OpenCart polish. Mild global layer; custom catalogue/product layouts keep precedence. */
:root{
  --zm-ui-bg:#fffaf6;--zm-ui-surface:#fff;--zm-ui-border:#ecdccf;--zm-ui-text:#302d2a;
  --zm-ui-muted:#7a6e65;--zm-ui-accent:#ff7c62;--zm-ui-accent2:#55c9c1;--zm-ui-radius:16px;
  --zm-ui-shadow:0 10px 28px rgba(86,55,38,.08);
}
body{color:var(--zm-ui-text)}
main:not(.zoohub-main), [id^="account-"], [id^="checkout-"], [id^="information-"], #common-success, #error-not-found{
  --bs-border-color:var(--zm-ui-border);
}
.card:not(.product-thumb):not([class*="zoomag"]):not([class*="zoohub"]){border:1px solid var(--zm-ui-border);border-radius:var(--zm-ui-radius);background:var(--zm-ui-surface);box-shadow:var(--zm-ui-shadow);overflow:hidden}
.card:not(.product-thumb) .card-header{background:linear-gradient(135deg,#fff8f2,#f7fffe);border-bottom:1px solid var(--zm-ui-border);font-weight:800;padding:14px 18px}
.card:not(.product-thumb) .card-body{padding:18px}
.form-control,.form-select,select.form-control,textarea.form-control{min-height:44px;border:1px solid #e6d7cc;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(67,48,37,.035);font-size:14px;transition:border-color .2s,box-shadow .2s}
textarea.form-control{min-height:110px}.form-control:focus,.form-select:focus{border-color:#64cfc7;box-shadow:0 0 0 4px rgba(85,201,193,.14)}
.form-label,label.col-form-label{font-weight:750;color:#51473f;margin-bottom:6px}
.btn:not([class*="zoohub"]):not([class*="zoomag"]){border-radius:12px;font-weight:750;min-height:42px;padding:.55rem 1rem;box-shadow:none;transition:transform .15s,box-shadow .15s}
.btn:not([class*="zoohub"]):not([class*="zoomag"]):hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,#ff8068,#ff9b69);border-color:#ff8068}.btn-secondary{background:#fff;border-color:#decfc3;color:#51473f}
.table{--bs-table-bg:transparent;border-color:#eaded5}.table>thead>tr>th{background:#fff6ef;color:#584d45;font-weight:800;border-bottom-width:1px}.table>:not(caption)>*>*{padding:.8rem .85rem;vertical-align:middle}
.alert{border:0;border-radius:14px;box-shadow:0 7px 22px rgba(70,50,38,.06);padding:13px 16px}.alert-info{background:#eefcfb;color:#285e5a}.alert-success{background:#effaf1;color:#2d6737}.alert-danger{background:#fff1f0;color:#8a342f}.alert-warning{background:#fff8e8;color:#77591b}
.breadcrumb:not(.zoohub-breadcrumb){padding:10px 14px;border:1px solid #eee1d8;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 5px 18px rgba(80,55,40,.05)}
.pagination{gap:6px}.pagination .page-link{border:1px solid #e8d9ce;border-radius:10px!important;color:#65584f;min-width:38px;text-align:center}.pagination .active>.page-link{background:linear-gradient(135deg,#ff8269,#55c9c1);border-color:transparent}
.dropdown-menu{border:1px solid #eaded5;border-radius:14px;box-shadow:0 18px 40px rgba(65,43,31,.14);padding:8px}.dropdown-item{border-radius:9px;padding:9px 11px}.dropdown-item:hover{background:#fff3ec}
.modal-content{border:0;border-radius:20px;box-shadow:0 24px 70px rgba(45,30,20,.22)}.modal-header{border-bottom:1px solid #eee2da}.modal-footer{border-top:1px solid #eee2da}
.accordion-item{border:1px solid #eaded5!important;border-radius:14px!important;overflow:hidden;margin-bottom:9px}.accordion-button{font-weight:800}.accordion-button:not(.collapsed){color:#554a43;background:#fff5ef;box-shadow:none}
.nav-tabs{border-bottom-color:#eaded5}.nav-tabs .nav-link{border-radius:12px 12px 0 0;font-weight:750;color:#71645b}.nav-tabs .nav-link.active{color:#342f2b;border-color:#eaded5 #eaded5 #fff;background:#fff}
@media(max-width:767.98px){.card:not(.product-thumb) .card-body{padding:14px}.table-responsive{border-radius:12px}.btn{min-height:44px}}
/* Standard OpenCart content areas that still use the default Bootstrap skin. */
#content>h1,#content>h2:not([class*="zoomag"]):not([class*="zoohub"]){color:#302d2a;font-weight:850;letter-spacing:-.02em}
#content>h1{font-size:clamp(1.7rem,2.4vw,2.35rem);margin-bottom:18px}
main .list-group:not([class*="zoomag"]) {border:1px solid var(--zm-ui-border);border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(72,50,37,.055)}
main .list-group:not([class*="zoomag"]) .list-group-item{border:0;border-bottom:1px solid #f0e6df;padding:11px 14px;color:#5d5149;background:#fff;transition:background .16s,color .16s}
main .list-group:not([class*="zoomag"]) .list-group-item:last-child{border-bottom:0}
main .list-group:not([class*="zoomag"]) .list-group-item:hover,main .list-group:not([class*="zoomag"]) .list-group-item.active{background:#fff5ef;color:#3e6f6a}
.input-group-text{border-color:#e6d7cc;background:#fff7f1;color:#6c5d53;border-radius:12px}
.form-check-input{border-color:#d9c8bc;box-shadow:none}.form-check-input:checked{background-color:#55c9c1;border-color:#55c9c1}.form-check-input:focus{border-color:#55c9c1;box-shadow:0 0 0 4px rgba(85,201,193,.14)}
fieldset{border-radius:16px}legend{font-size:1.05rem;font-weight:850;color:#51473f;margin-bottom:12px}
.badge:not([class*="zoomag"]):not([class*="zoohub"]){border-radius:999px;padding:.42em .68em;font-weight:750}
#account-account #content .row>[class*="col"],#account-address #content .row>[class*="col"],#account-order #content .row>[class*="col"]{min-width:0}


/* =====================================================================
   ZooMag r30 — native OpenCart UI modernization layer
   Scoped to standard pages; product-detail composition remains untouched.
   ===================================================================== */
:root{
  --zm30-bg:#fffaf5;
  --zm30-surface:#ffffff;
  --zm30-surface-soft:#fbf8f5;
  --zm30-text:#2f2a38;
  --zm30-muted:#716a79;
  --zm30-line:rgba(64,51,82,.12);
  --zm30-shadow:0 16px 38px rgba(61,44,83,.09);
  --zm30-radius:18px;
  --zm30-accent:#42cbbb;
  --zm30-accent-2:#6b8ff5;
  --zm30-danger:#be2529;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
:is(.card,.panel,.well,.list-group,.table-responsive,.accordion-item,.modal-content){
  border:1px solid var(--zm30-line)!important;
  border-radius:var(--zm30-radius)!important;
  background:var(--zm30-surface)!important;
  box-shadow:0 10px 28px rgba(61,44,83,.06)!important;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
:is(input.form-control,select.form-select,select.form-control,textarea.form-control){
  min-height:44px;
  border:1px solid rgba(64,51,82,.16)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--zm30-text)!important;
  box-shadow:none!important;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
:is(input.form-control,select.form-select,select.form-control,textarea.form-control):focus{
  border-color:rgba(66,203,187,.72)!important;
  box-shadow:0 0 0 4px rgba(66,203,187,.12)!important;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
:is(.btn,.button){
  min-height:42px;
  border-radius:13px!important;
  font-weight:700;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
.btn-primary{
  border-color:transparent!important;
  background:linear-gradient(135deg,var(--zm30-accent),var(--zm30-accent-2))!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(76,139,223,.18)!important;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
.table{
  --bs-table-bg:transparent;
  color:var(--zm30-text);
  vertical-align:middle;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
.table>:not(caption)>*>*{
  padding:12px 14px;
  border-color:rgba(64,51,82,.09);
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
:is(.alert,.toast){
  border:1px solid var(--zm30-line)!important;
  border-radius:15px!important;
  box-shadow:0 10px 24px rgba(61,44,83,.07)!important;
}

:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
.pagination{
  gap:6px;
}
:is(#account-account,[id^="account-"],#checkout-cart,#checkout-checkout,#information-information,#information-contact,#information-sitemap,#product-compare,#product-search,#product-manufacturer,#product-special)
.page-link{
  min-width:40px;
  min-height:40px;
  display:grid;
  place-items:center;
  border-radius:11px!important;
  border:1px solid var(--zm30-line)!important;
  color:#524a5e!important;
  background:#fff!important;
}

/* r30 brand-directory trust/readability */
#product-manufacturer.zm-brand-directory .zm-brand-card__count {
  display:block;
  margin-top:3px;
  color:#6f6a78;
  font-size:12px;
  font-weight:650;
  line-height:1.25;
}
#product-manufacturer.zm-brand-directory .zm-brand-card__cta {
  margin-top:5px;
}

/* Source: catalog/view/stylesheet/zoomag/zm-product-card-r30.css; original order retained. */
/* ===== СБРОС СТИЛЕЙ ДЛЯ OPEN CART ===== */
.petz-product-card * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.petz-product-card {
  all: initial;
  box-sizing: border-box;
  font-family: inherit;
}

/* ===== ОСНОВНЫЕ СТИЛИ КАРТОЧКИ ===== */
.petz-product-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8faf9 100%);
  border-radius: 12px;
  margin: 4px;
  border: 1px solid #e8f5e9;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.1);
  display: flex;
  flex-direction: column;
  height: 380px; /* Оптимальная высота для сетки */
  width: 100%;
  max-width: 100%;
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  float: none !important;
  display: flex !important;
}

.petz-product-card:hover {
  transform: translateY(-2px);
  border-color: #4CAF50;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.15);
}

/* ===== ДЕКОРАТИВНЫЕ ЭЛЕМЕНТЫ ===== */
.petz-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.petz-paw-print {
  position: absolute;
  font-size: 0.8rem;
  opacity: 0.08;
}

.petz-paw-1 {
  top: 10%;
  left: 8%;
}

.petz-paw-2 {
  bottom: 15%;
  right: 6%;
}

/* ===== БЕЙДЖИ ===== */
.petz-badge {
  position: absolute;
  top: 8px;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transform: rotate(-3deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  animation: petz-badge-bounce 3s ease-in-out infinite;
}

.petz-sale-badge {
  left: 8px;
  background: linear-gradient(135deg, #FF6B35, #FF8E53);
  color: white;
}

.petz-new-badge {
  right: 8px;
  background: linear-gradient(135deg, #2196F3, #03A9F4);
  color: white;
}

.petz-badge-text {
  margin-right: 4px;
}

.petz-badge-paw {
  width: 10px;
  height: 10px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}

@keyframes petz-badge-bounce {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-3deg) translateY(-2px); }
}

/* ===== СЕКЦИЯ ИЗОБРАЖЕНИЯ ===== */
.petz-image-section {
  position: relative;
  padding: 10px 10px 0;
  flex-shrink: 0;
  z-index: 2;
  height: 172px;
}

.petz-image-link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.petz-image-container {
  position: relative;
  background: linear-gradient(135deg, #f7fbf6 0%, #edf7ef 100%);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(76, 175, 80, 0.1);
  transition: all 0.3s ease;
  width: 100%;
}

.petz-product-card:hover .petz-image-container {
  border-color: rgba(76, 175, 80, 0.2);
}

.petz-product-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transform-origin: center center;
  transition: transform 0.35s ease;
}

.petz-product-card:hover .petz-product-image {
  transform: scale(1.10);
}

.petz-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.9), rgba(56, 142, 60, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.petz-image-container:hover .petz-image-overlay {
  opacity: 1;
}

.petz-quick-view {
  background: rgba(255, 255, 255, 0.95);
  color: #4CAF50;
  padding: 6px 12px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateY(8px);
  transition: all 0.3s ease;
}

.petz-image-container:hover .petz-quick-view {
  transform: translateY(0);
}

/* ===== СЕКЦИЯ КОНТЕНТА ===== */
.petz-content-section {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  z-index: 2;
}

/* Заголовок и категория */
.petz-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.petz-category {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(139, 195, 74, 0.1);
  color: #4CAF50;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 600;
  width: fit-content;
}

.petz-category i {
  font-size: 0.6rem;
}

.petz-product-name {
  margin: 0;
  line-height: 1.2;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.petz-product-name a {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
  line-height: 1.2;
}

.petz-product-name a:hover {
  color: #4CAF50;
}

/* Характеристики */
.petz-features {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.petz-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #5a6c7d;
  line-height: 1.1;
}

.petz-feature-icon {
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #4CAF50, #66BB6A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.petz-feature-icon i {
  color: white;
  font-size: 0.6rem;
}

/* Цены и рейтинг */
.petz-pricing-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}

.petz-price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.petz-price-main {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
}

.petz-price-special {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.petz-special-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e74c3c;
}

.petz-old-price {
  font-size: 0.8rem;
  color: #95a5a6;
  text-decoration: line-through;
}

.petz-savings-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 600;
  width: fit-content;
}

.petz-rating-block {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.petz-stars {
  display: flex;
  gap: 1px;
  color: #FFD166;
}

.petz-stars i {
  font-size: 0.7rem;
}

.petz-reviews {
  font-size: 0.7rem;
  color: #7f8c8d;
}

/* ===== СЕКЦИЯ ДЕЙСТВИЙ ===== */
.petz-actions-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  flex-shrink: 0;
  z-index: 2;
}

.petz-quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.petz-quantity-control label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #4CAF50;
  white-space: nowrap;
}

.petz-quantity-selector {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 3px;
  border: 1px solid #e9ecef;
}

.petz-qty-btn {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 6px;
  background: #4CAF50;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.7rem;
}

.petz-qty-btn:hover {
  background: #388E3C;
  transform: scale(1.05);
}

.petz-qty-input {
  width: 30px;
  height: 24px;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  color: #2c3e50;
}

.petz-qty-input:focus {
  outline: none;
  background: white;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
  border-radius: 4px;
}

/* Кнопки действий */
.petz-action-buttons {
  display: flex;
  gap: 6px;
  align-items: center;
}

.petz-btn {
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.petz-btn-primary {
  flex: 1;
  background: linear-gradient(135deg, #4CAF50, #66BB6A);
  color: white;
  padding: 8px 12px;
  font-size: 0.8rem;
  gap: 4px;
}

.petz-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.petz-btn-secondary {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #6c757d, #5a6268);
  color: white;
  font-size: 0.8rem;
}

.petz-btn-secondary:hover {
  transform: translateY(-1px);
}

.petz-wishlist-btn:hover {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.petz-compare-btn:hover {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.petz-btn-content {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  z-index: 1;
}

.petz-btn-icon {
  font-size: 0.9rem;
}

.petz-btn-text {
  font-weight: 600;
  white-space: nowrap;
}

.petz-btn-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.petz-loading-dots {
  display: flex;
  gap: 2px;
}

.petz-loading-dots span {
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
  animation: petz-dot-bounce 1.4s ease-in-out infinite both;
}

.petz-loading-dots span:nth-child(1) { animation-delay: -0.32s; }
.petz-loading-dots span:nth-child(2) { animation-delay: -0.16s; }

@keyframes petz-dot-bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.petz-cart-btn.loading .petz-btn-content {
  opacity: 0;
}

.petz-cart-btn.loading .petz-btn-loader {
  opacity: 1;
}

.petz-secondary-actions {
  display: flex;
  gap: 4px;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 1200px) {
  .petz-product-card {
    height: 360px;
    margin: 3px;
  }
  
  .petz-image-section {
    height: 162px;
  }
  
  .petz-product-image {
    transform: scale(1.10);
  }
}

@media (max-width: 768px) {
  .petz-product-card {
    height: 340px;
    margin: 2px;
  }
  
  .petz-content-section {
    padding: 10px;
    gap: 6px;
  }
  
  .petz-image-section {
    padding: 8px 8px 0;
    height: 150px;
  }
  
  .petz-product-image {
    transform: scale(1.08);
  }
  
  .petz-product-name a {
    font-size: 0.8rem;
  }
  
  .petz-price-main,
  .petz-special-price {
    font-size: 1rem;
  }
  
  .petz-action-buttons {
    flex-direction: column;
  }
  
  .petz-secondary-actions {
    width: 100%;
    justify-content: space-between;
  }
  
  .petz-secondary-actions .petz-btn-secondary {
    flex: 1;
    width: auto;
  }
}

@media (max-width: 480px) {
  .petz-product-card {
    height: 320px;
    margin: 2px 1px;
  }
  
  .petz-image-section {
    height: 142px;
  }
  
  .petz-product-image {
    transform: scale(1.05);
  }
}

/* ===== ВАЖНЫЕ ПРАВИЛА ДЛЯ OPEN CART ===== */
.petz-hidden-quantity {
  display: none;
}

/* Гарантия правильного отображения в сетках OpenCart */
.product-layout .petz-product-card,
.product-grid .petz-product-card,
#content .petz-product-card,
.row .petz-product-card,
.col-xs-6 .petz-product-card,
.col-sm-4 .petz-product-card,
.col-md-3 .petz-product-card,
.col-lg-3 .petz-product-card {
  width: 100% !important;
  height: 380px !important;
  margin: 4px !important;
  float: none !important;
  display: flex !important;
}

/* Исправление для контейнеров OpenCart */
.product-layout > .row,
.product-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  margin: -4px !important;
}

.product-layout > .row > [class*="col-"],
.product-grid > [class*="col-"] {
  padding: 4px !important;
  display: flex !important;
}

/* Анимация появления */
@keyframes petzCardSlideIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.petz-product-card {
  opacity: 0;
  animation: petzCardSlideIn 0.4s ease-out forwards;
}

/* ===== ДОПОЛНИТЕЛЬНОЕ ЗАПОЛНЕНИЕ РАМКИ ИЗОБРАЖЕНИЯ ===== */
.petz-image-container::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(255,255,255,0.0) 45%, rgba(255,255,255,0.08) 100%);
}


/* === Width fill refinement for category product images === */
.petz-image-container {
  width: 100%;
  height: 100%;
}

.petz-product-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  max-width: none !important;
  max-height: none !important;
}

.petz-product-card:hover .petz-product-image {
  transform: scale(1.10);
}


/* ===== CLICK-SAFETY HOTFIX FOR MANUFACTURER/CATEGORY PRODUCT CARDS ===== */
.petz-image-overlay,
.petz-quick-view,
.petz-decoration,
.petz-paw-print,
.petz-image-container::before {
  pointer-events: none !important;
}

.petz-image-link,
.petz-product-name a,
.petz-product-image {
  position: relative;
  z-index: 3;
}


/* ZM FINAL IMAGE CARD FIT 2026-05-01 */
/*
  Product cards: every image frame is a stable square and every product image
  is fully visible. This intentionally overrides older cover/scale rules.
*/
.petz-product-card .petz-image-section {
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
}

.petz-product-card .petz-image-link,
.petz-product-card .petz-image-container {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

.petz-product-card .petz-image-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #f7fbf6 0%, #edf7ef 100%) !important;
}

.petz-product-card .petz-product-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  transform: none !important;
}

.petz-product-card:hover .petz-product-image {
  transform: none !important;
}

@media (max-width: 768px) {
  .petz-product-card .petz-image-section {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
}
/* END ZM FINAL IMAGE CARD FIT */

/* r30 product-card normalization */
.petz-product-card{
  min-width:0!important;
  border-radius:20px!important;
  border:1px solid rgba(64,51,82,.10)!important;
  box-shadow:0 12px 28px rgba(55,42,75,.08)!important;
}
.petz-product-card .petz-product-name a{
  color:#302b38!important;
  text-decoration:none!important;
}
.petz-product-card .petz-product-image{object-fit:contain!important;}
.petz-product-card .petz-price-main,
.petz-product-card .petz-special-price{font-weight:850!important;}

/* Source: catalog/view/stylesheet/zoomag/zm-mobile-r305.css; original order retained. */
/* ZooMag r30.5 — one final mobile UX layer. Desktop r30.4 stays untouched. */
.zoomag-mobile-commandbar,
.mobile-menu-section-heading,
.mobile-service-menu,
.zm-mobile-compare-dock {
  display: none;
}

.zoohub-conversion-trust__item:is(a, button) {
  appearance: none;
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.zoohub-conversion-trust__arrow {
  margin-left: auto;
  color: #a97552;
  font-size: .72rem;
  opacity: .7;
}

.zoohub-conversion-trust__item:is(a, button):focus-visible {
  outline: 3px solid rgba(72, 184, 130, .32) !important;
  outline-offset: 2px;
}

.zm-mobile-target-flash {
  animation: zmMobileTargetFlash 1.35s ease;
}

.zm-success-page {
  padding-block: 22px 42px;
}

.zm-success-card {
  max-width: 680px;
  margin: 24px auto;
  padding: clamp(24px, 6vw, 52px);
  border: 1px solid rgba(55, 168, 99, .18);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(241, 255, 246, .96));
  box-shadow: 0 24px 60px rgba(47, 95, 64, .13);
  text-align: center;
}

.zm-success-card__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #43c978, #86e4a6);
  color: #fff;
  box-shadow: 0 14px 30px rgba(46, 175, 95, .28);
  font-size: 34px;
  font-weight: 900;
}

.zm-success-card__eyebrow {
  margin: 0 0 6px;
  color: #2d9b58;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.zm-success-card h1 {
  margin: 0 0 14px;
  color: #2d2925;
  font-size: clamp(1.6rem, 5vw, 2.35rem);
}

.zm-success-card__message {
  color: #625b54;
  font-size: 1rem;
  line-height: 1.65;
}

.zm-success-card__redirect {
  margin: 15px 0 0;
  color: #7a7067;
  font-size: 13px;
}

.zm-success-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  margin-top: 20px;
  padding: 12px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff8b70, #ffb760);
  color: #fff;
  box-shadow: 0 12px 26px rgba(230, 119, 70, .23);
  font-weight: 850;
  text-decoration: none;
}

@keyframes zmMobileTargetFlash {
  0%, 100% { box-shadow: inherit; }
  35% { box-shadow: 0 0 0 5px rgba(63, 190, 112, .25), 0 12px 30px rgba(63, 147, 96, .14); }
}

@media (max-width: 991.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    --zm-mobile-edge: clamp(10px, 3.5vw, 18px);
    --zm-mobile-radius: 18px;
    --zm-mobile-shadow: 0 10px 28px rgba(78, 54, 34, .1);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .floating-pets-container {
    opacity: .35;
    pointer-events: none;
  }

  /* Header: one command bar, one cart, menu on the left. */
  .zoomag_top_panel {
    display: none !important;
  }

  .zoomag_main_header_block {
    padding: 8px 0 10px !important;
    border-bottom: 1px solid rgba(184, 139, 96, .14);
    background: rgba(255, 251, 246, .96) !important;
    box-shadow: 0 7px 22px rgba(75, 44, 22, .06) !important;
  }

  .zoomag_main_header_block > .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: var(--zm-mobile-edge) !important;
  }

  body .zoomag_header_layout,
  body.zoomag-2026 .zoomag_header_layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    grid-template-areas: "command" "search" !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .zoomag-mobile-commandbar {
    grid-area: command !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 48px;
    gap: 8px;
  }

  body .zoomag-mobile-commandbar .zoomag_mobile_menu_slot {
    display: flex !important;
    grid-area: auto !important;
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .zoomag-mobile-commandbar .mobile-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(61, 153, 96, .18) !important;
    border-radius: 15px !important;
    background: linear-gradient(145deg, #effcf1, #fff) !important;
    color: #277847 !important;
    box-shadow: 0 8px 18px rgba(45, 130, 76, .12) !important;
  }

  .zoomag-mobile-commandbar .mobile-menu-toggle .toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }

  .zoomag-mobile-commandbar .toggle-icon {
    display: grid !important;
    gap: 4px !important;
  }

  .zoomag-mobile-commandbar .toggle-icon .bar {
    display: block !important;
    width: 21px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  .zoomag-mobile-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #2f2620;
    text-decoration: none;
    justify-self: start;
  }

  .zoomag-mobile-brand__mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff0e3, #e8fff0);
    font-size: 18px;
  }

  .zoomag-mobile-brand__name {
    font-family: var(--zoomag-font-display, inherit);
    font-size: clamp(1rem, 5vw, 1.3rem);
    font-weight: 800;
    letter-spacing: -.02em;
  }

  .zoomag-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
  }

  .zoomag-mobile-action {
    position: relative;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(178, 132, 91, .16);
    border-radius: 14px;
    background: #fff;
    color: #5c4434;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(71, 44, 22, .07);
  }

  .zoomag-mobile-action--cart {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #ff866e, #ffb15d);
  }

  .zoomag-mobile-action__badge {
    position: absolute;
    top: -5px;
    right: -4px;
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #35a761;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
  }

  body .zoomag_logo_section,
  body .zoomag_cart_section {
    display: none !important;
  }

  body .zoomag_search_section,
  body.zoomag-2026 .zoomag_search_section {
    grid-area: search !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .zoomag_search_block,
  body .zoomag-magic-search,
  body .magic-search-input-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body .magic-search-input-wrapper {
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 15px !important;
  }

  body .magic-search-input {
    min-height: 38px !important;
    font-size: 14px !important;
    padding-left: 36px !important;
  }

  .main-menu > .mobile-menu-toggle {
    display: none !important;
  }

  .menu-overlay {
    align-items: stretch !important;
    padding: 0 !important;
  }

  .menu-overlay .menu-container {
    width: min(92vw, 430px) !important;
    max-width: 430px !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: 0 24px 24px 0 !important;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    overflow-y: auto !important;
  }

  .mobile-menu-header {
    position: sticky;
    top: 0;
    z-index: 4;
    background: rgba(255, 251, 246, .97);
    backdrop-filter: blur(12px);
  }

  .mobile-menu-section-heading {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 8px 14px 6px;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #effcf2, #fff8ef);
    color: #263f2f;
  }

  .mobile-menu-section-heading__icon {
    font-size: 22px;
  }

  .mobile-menu-section-heading strong,
  .mobile-menu-section-heading small {
    display: block;
  }

  .mobile-menu-section-heading small {
    margin-top: 2px;
    color: #72685f;
    font-size: 11px;
  }

  .mobile-menu-list {
    padding: 0 14px !important;
  }

  .mobile-menu-link,
  .mobile-submenu-link {
    min-height: 50px !important;
    border-radius: 14px !important;
  }

  .mobile-service-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 14px 0;
    padding-top: 12px;
    border-top: 1px solid rgba(175, 139, 104, .18);
  }

  .mobile-service-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 9px 10px;
    border: 1px solid rgba(77, 142, 97, .13);
    border-radius: 14px;
    background: #fff;
    color: #453b34;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
  }

  /* Breadcrumbs stay complete but use one horizontal line. */
  :is(.zm-ui-breadcrumbs-wrap, .zoohub-breadcrumb-trail, .zoomag-register-breadcrumb) {
    max-width: 100% !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  :is(.zm-ui-breadcrumbs-wrap, .zoohub-breadcrumb-trail, .zoomag-register-breadcrumb)::-webkit-scrollbar {
    display: none;
  }

  :is(.zm-ui-breadcrumbs, .zoohub-breadcrumb) {
    width: max-content !important;
    min-width: 100% !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  .zm-info-unique-breadcrumb {
    height: auto !important;
    min-height: 48px;
    padding: 8px 10px !important;
    border-radius: 15px !important;
  }

  .zm-info-unique-breadcrumb-link {
    padding: 7px 9px !important;
    font-size: 12px !important;
  }

  /* Category: no duplicate navigation tree, compact subcategories and controls. */
  #product-category.zoomag-category-page {
    width: 100% !important;
    max-width: none !important;
    padding-inline: var(--zm-mobile-edge) !important;
  }

  #product-category > .row {
    --bs-gutter-x: 0;
    gap: 10px !important;
  }

  #product-category .zm-sidebar-nav {
    display: none !important;
  }

  #product-category .zoomag-category-content {
    width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
  }

  #product-category .zoomag-category-header {
    margin: 8px 0 12px !important;
    padding: 14px !important;
    border-radius: var(--zm-mobile-radius) !important;
  }

  #product-category .zoomag-title-decoration,
  #product-category .zoomag-animated-background,
  #product-category .zoomag-section-decoration,
  #product-category .zoomag-subcategory-decoration {
    display: none !important;
  }

  #product-category .zoomag-category-title-wrapper {
    gap: 10px !important;
  }

  #product-category .zoomag-category-title {
    font-size: clamp(1.35rem, 7vw, 2rem) !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  #product-category .zoomag-category-icon,
  #product-category .zoomag-category-thumb {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
  }

  #product-category .zoomag-category-stats {
    display: none !important;
  }

  #product-category .zoomag-category-accordion,
  #product-category .zoomag-category-description-block {
    border-radius: 16px !important;
  }

  #product-category .zoomag-accordion-header {
    min-height: 50px !important;
    padding: 10px 14px !important;
  }

  #product-category .zoomag-divider {
    margin-block: 8px !important;
  }

  #product-category .zoomag-subcategories-section {
    margin: 14px 0 !important;
  }

  #product-category .zoomag-subcategories-title {
    font-size: 1.15rem !important;
  }

  #product-category .zoomag-subcategories-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  #product-category .zoomag-subcategory-card {
    min-height: 78px !important;
    padding: 0 !important;
    border-radius: 16px !important;
    transform: none !important;
  }

  #product-category .zoomag-subcategory-inner {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 78px !important;
    padding: 8px 10px !important;
  }

  #product-category :is(.zoomag-subcategory-image, .zoomag-subcategory-img, .zoomag-subcategory-icon) {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    margin: 0 !important;
    border-radius: 14px !important;
  }

  #product-category .zoomag-subcategory-info {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  #product-category .zoomag-subcategory-name {
    font-size: .93rem !important;
    line-height: 1.2 !important;
  }

  #product-category .zm-subcategory-caption {
    margin-top: 3px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  #product-category .zm-category-brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  #product-category .zm-category-brand {
    min-width: 0 !important;
    padding: 9px !important;
    border-radius: 15px !important;
  }

  #product-category .zm-category-brand__hint,
  #product-category .zm-category-brand__arrow {
    display: none !important;
  }

  #product-category .zoomag-controls-panel {
    margin: 12px 0 !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  #product-category .zoomag-controls-panel > .row > :first-child,
  #product-category .zoomag-view-toggle {
    display: none !important;
  }

  #product-category .zoomag-controls-panel > .row > :last-child {
    width: 100% !important;
    padding: 0 !important;
  }

  #product-category .zoomag-controls-panel .row.g-3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  #product-category .zoomag-controls-panel .col-auto {
    width: 100% !important;
    padding: 0 !important;
  }

  #product-category .zoomag-select-group {
    min-width: 0 !important;
  }

  #product-category .zoomag-select-label {
    font-size: 11px !important;
  }

  #product-category .zoomag-select {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 12px !important;
  }

  #product-category #product-list,
  body.zm-final-grid-mode #product-category #product-list,
  body #product-category #product-list.zm-final-grid,
  body #product-category #product-list.zoomag-products-grid {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #product-category .zoomag-product-item {
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    grid-column: auto !important;
  }

  #product-category .zoomag-products-footer {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  #product-category .zoomag-products-footer > .row {
    gap: 10px;
  }

  #product-category .zoomag-products-footer .col-md-6 {
    width: 100%;
  }

  #product-category .zoomag-filter-sidebar-container {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    order: -1;
    position: sticky !important;
    top: 8px;
    z-index: 80;
  }

  #product-category .zoomag-filter-sidebar {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 16px !important;
    box-shadow: var(--zm-mobile-shadow) !important;
  }

  #product-category .zoomag-filter-header {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 9px 10px !important;
  }

  #product-category .zoomag-filter-header .zoomag-header-content {
    display: block !important;
    min-height: 0 !important;
  }

  #product-category .zoomag-filter-header .zoomag-header-kicker,
  #product-category .zoomag-filter-header .zoomag-header-title,
  #product-category .zoomag-filter-header .zoomag-header-meta {
    display: none !important;
  }

  #product-category .zoomag-mobile-toggle {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 46px !important;
    justify-content: center !important;
    border-radius: 13px !important;
  }

  #product-category .zoomag-filter-panel.is-open {
    max-height: min(72dvh, 620px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  /* Persistent comparison entry. */
  .zm-mobile-compare-dock {
    position: fixed;
    left: max(10px, env(safe-area-inset-left, 0px));
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    z-index: 999970;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid rgba(83, 122, 197, .18);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    color: #315486;
    box-shadow: 0 12px 30px rgba(38, 68, 119, .2);
    text-decoration: none;
    font-size: 12px;
    font-weight: 850;
    backdrop-filter: blur(10px);
  }

  .zm-mobile-compare-dock[hidden] {
    display: none !important;
  }

  .zm-mobile-compare-dock__count {
    display: grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    border-radius: 999px;
    background: #547dd1;
    color: #fff;
    font-size: 11px;
  }

  body:is(.zm-mobile-menu-open, .zoomag-filter-focus-mode, .zm-ai-chat-open) .zm-mobile-compare-dock {
    display: none !important;
  }

  body:has(.zoohub-mobile-buybar--visible) .zm-mobile-compare-dock {
    bottom: 82px !important;
  }

  /* Comparison: the characteristic column stays visible while products scroll. */
  #product-compare.zoomag-compare-page {
    width: 100% !important;
    max-width: none !important;
    padding-inline: var(--zm-mobile-edge) !important;
  }

  #product-compare .zoomag-compare-content {
    padding: 0 !important;
    min-width: 0 !important;
  }

  #product-compare .zoomag-compare-header {
    margin: 8px 0 14px !important;
    padding: 18px 6px !important;
  }

  #product-compare .zoomag-compare-title {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  #product-compare .zoomag-compare-subtitle {
    font-size: .9rem !important;
    line-height: 1.45 !important;
  }

  #product-compare .zoomag-compare-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  #product-compare .zoomag-stat-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 10px !important;
    gap: 8px !important;
    border-radius: 15px !important;
  }

  #product-compare .stat-icon {
    font-size: 1.35rem !important;
  }

  #product-compare .stat-number {
    font-size: 1.35rem !important;
  }

  #product-compare .stat-label {
    font-size: 10px !important;
  }

  #product-compare .zoomag-compare-table-container {
    overflow: visible !important;
    margin-inline: calc(var(--zm-mobile-edge) * -1) !important;
    border-radius: 0 !important;
  }

  #product-compare .zoomag-compare-table-container::before {
    content: "Проведите влево, чтобы увидеть другие товары";
    display: block;
    padding: 9px var(--zm-mobile-edge);
    background: #f3f8ff;
    color: #4d6380;
    font-size: 11px;
    font-weight: 750;
  }

  #product-compare .table-responsive {
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  #product-compare .zoomag-compare-table {
    min-width: 0 !important;
    width: max-content !important;
    table-layout: fixed;
  }

  #product-compare .zoomag-table-section-header {
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 13px 10px !important;
    font-size: .92rem !important;
  }

  #product-compare .zoomag-feature-name {
    position: sticky;
    left: 0;
    z-index: 4;
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
    padding: 12px 9px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    box-shadow: 5px 0 10px rgba(58, 44, 31, .08);
  }

  #product-compare .zoomag-product-cell {
    width: 188px !important;
    min-width: 188px !important;
    max-width: 188px !important;
    padding: 12px 10px !important;
    scroll-snap-align: start;
  }

  #product-compare .product-img {
    width: 118px !important;
    height: 118px !important;
  }

  #product-compare .product-link {
    font-size: .86rem !important;
    line-height: 1.3 !important;
  }

  #product-compare .zoomag-actions .btn {
    min-height: 44px;
    padding: 9px 8px !important;
    font-size: 11px !important;
  }

  /* Product page: compact gallery/info, useful trust actions and scrollable tabs. */
  .zoohub-product-showcase .zoohub-container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: var(--zm-mobile-edge) !important;
  }

  .zoohub-product-showcase .zoohub-product-jungle {
    gap: 12px !important;
  }

  .zoohub-product-showcase .zoohub-gallery-den,
  .zoohub-product-showcase .zoohub-info-sanctuary {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .zoohub-product-showcase .zoohub-image-frame {
    min-height: 280px !important;
    height: min(82vw, 440px) !important;
    max-height: 440px !important;
  }

  .zoohub-product-showcase .zoohub-gallery-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .zoohub-product-showcase .zoohub-product-title {
    font-size: clamp(1.25rem, 6.2vw, 1.8rem) !important;
    line-height: 1.18 !important;
  }

  .zoohub-product-showcase .zoohub-facts-grid,
  .zoohub-product-showcase .zoohub-conversion-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .zoohub-product-showcase .zoohub-fact-item,
  .zoohub-product-showcase .zoohub-conversion-trust__item {
    min-width: 0 !important;
    min-height: 62px !important;
    padding: 9px 10px !important;
    border-radius: 14px !important;
  }

  .zoohub-product-showcase .zoohub-conversion-trust__item {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    border: 1px solid rgba(70, 148, 99, .15) !important;
    background: #fff !important;
  }

  .zoohub-product-showcase .zoohub-conversion-trust__text {
    min-width: 0;
  }

  .zoohub-product-showcase .zoohub-conversion-trust__text strong,
  .zoohub-product-showcase .zoohub-conversion-trust__text small {
    display: block;
    overflow-wrap: anywhere;
  }

  .zoohub-product-showcase .zoohub-conversion-trust__text strong {
    font-size: 11px !important;
  }

  .zoohub-product-showcase .zoohub-conversion-trust__text small {
    margin-top: 2px;
    font-size: 9px !important;
  }

  .zoohub-product-showcase .zoohub-variant-matrix__row {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .zoohub-product-showcase .zoohub-variant-switches__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .zoohub-product-showcase .zoohub-tabs-nav {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    width: 100% !important;
    padding: 6px !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .zoohub-product-showcase .zoohub-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .zoohub-product-showcase .zoohub-tab-btn {
    flex: 0 0 auto !important;
    min-width: 132px !important;
    min-height: 48px !important;
    padding: 8px 10px !important;
    border-radius: 14px !important;
    scroll-snap-align: start;
  }

  .zoohub-product-showcase .zoohub-tabs-content,
  .zoohub-product-showcase .zoohub-tab-pane {
    min-width: 0 !important;
    padding: 10px !important;
  }

  .zoohub-product-showcase [data-zm-product-description] > p {
    padding: 14px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .zoohub-product-showcase .zoohub-stores-grid {
    grid-template-columns: 1fr !important;
  }

  /* Registration and account: single readable column, large tap targets. */
  #account-register,
  #account-account {
    width: 100% !important;
    max-width: none !important;
    padding-inline: var(--zm-mobile-edge) !important;
  }

  #account-register .zoomag-register-background,
  #account-register .zoomag-register-pet {
    display: none !important;
  }

  #account-register .zoomag-register-content,
  #account-register .zoomag-benefits {
    padding: 18px 12px !important;
    border-radius: 18px !important;
  }

  #account-register .zoomag-register-title {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  #account-register .zoomag-fieldset {
    padding: 14px 10px !important;
    border-radius: 16px !important;
  }

  #account-register :is(.zoomag-form-input, .zoomag-form-select, .zoomag-form-textarea) {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  #account-register .zoomag-password-toggle,
  #account-register .zoomag-btn-register {
    min-height: 48px !important;
  }

  #account-account .zoomag-account-hero {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  #account-account .zoomag-account-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #account-account .zoomag-account-card {
    padding: 14px !important;
    border-radius: 17px !important;
  }

  #account-account .zoomag-account-actions {
    grid-template-columns: 1fr !important;
  }

  #account-account .zoomag-account-actions a {
    min-height: 48px !important;
  }

  /* Assistant: on touch it opens only by tap and fully collapses. */
  #zoomag-ai-assistant.zoomag-ai-assistant {
    right: max(8px, env(safe-area-inset-right, 0px)) !important;
    width: 58px !important;
  }

  #zoomag-ai-assistant .zm-ai-dock-toggle {
    width: 58px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 20px 20px 0 0 !important;
  }

  #zoomag-ai-assistant:not(.is-dock-open) .zm-ai-action-stack,
  #zoomag-ai-assistant:not(.is-dock-open):hover .zm-ai-action-stack {
    transform: translateY(115%) scale(.9) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #zoomag-ai-assistant.is-dock-open .zm-ai-action-stack {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #zoomag-ai-assistant .zm-ai-tooltip {
    display: none !important;
  }

  #zoomag-ai-assistant .zm-ai-panel,
  #zoomag-ai-assistant .zm-ai-feedback {
    left: 8px !important;
    right: 72px !important;
    bottom: 50px !important;
    border-radius: 18px !important;
  }

  body:has(.zoohub-mobile-buybar--visible) #zoomag-ai-assistant.zoomag-ai-assistant {
    bottom: 78px !important;
  }

  .main-site-footer {
    margin-top: 24px !important;
  }

  .main-site-footer .container {
    padding-inline: var(--zm-mobile-edge) !important;
  }

  .main-site-footer :is(.footer-contacts-section, .footer-info-section, .footer-services-section) {
    padding: 14px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 359.98px) {
  #product-category #product-list,
  body.zm-final-grid-mode #product-category #product-list,
  body #product-category #product-list.zm-final-grid,
  body #product-category #product-list.zoomag-products-grid {
    grid-template-columns: 1fr !important;
  }

  #product-category .zm-category-brands__grid {
    grid-template-columns: 1fr !important;
  }

  .zoomag-mobile-brand__mark {
    display: none;
  }

  .zoomag-mobile-brand__name {
    font-size: 1rem;
  }

  .zoomag-mobile-actions {
    gap: 2px;
  }

  .zoomag-mobile-action {
    width: 39px;
    height: 39px;
  }

  .mobile-service-menu {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 479.98px) {
  .zm-mobile-compare-dock {
    min-width: 48px;
    padding-inline: 9px;
  }

  .zm-mobile-compare-dock__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .zoomag-mobile-action,
  .zm-mobile-compare-dock,
  .mobile-menu-link,
  .zoohub-conversion-trust__item {
    transition: none !important;
    animation: none !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-mobile-r306.css; original order retained. */
/* ZooMag r30.6 — mobile catalogue correction.
   Loaded after r30.5. This file consolidates the category controls, makes
   two-column product cards genuinely narrow-screen safe, and repairs the
   product quick-facts block. */

#product-category .zm-category-content-top {
  display: contents;
}

@media (max-width: 767.98px) {
  /* The category already has its own title, breadcrumbs and mandatory filter.
     Layout modules in content_top repeat "Категории / Фильтры" on phones. */
  #product-category .zm-category-content-top,
  #product-category > .row.g-4 > #column-left,
  #product-category #column-left,
  #product-category .zm-sidebar-toggle {
    display: none !important;
  }

  #product-category.zoomag-category-page {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-inline: 12px !important;
    overflow-x: clip !important;
  }

  #product-category > .row.g-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
  }

  #product-category #content,
  #product-category .zoomag-category-content {
    order: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* One filter entry instead of three competing mobile controls. */
  #product-category > .row.g-4 > .zoomag-filter-sidebar-container,
  #product-category > .row.g-4 > #column-right,
  #product-category .zoomag-filter-sidebar-container {
    order: 1 !important;
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
    transform: none !important;
  }

  #product-category .zoomag-filter-sidebar {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 128, 84, .2) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 8px 22px rgba(76, 54, 36, .08) !important;
    overflow: hidden !important;
  }

  #product-category .zoomag-filter-header {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 7px !important;
    background: linear-gradient(90deg, rgba(255, 247, 241, .98), rgba(244, 255, 252, .98)) !important;
    border: 0 !important;
  }

  #product-category .zoomag-filter-header .zoomag-header-content {
    display: block !important;
    min-height: 0 !important;
  }

  #product-category .zoomag-filter-header :is(.zoomag-header-kicker, .zoomag-header-title, .zoomag-header-meta) {
    display: none !important;
  }

  #product-category .zoomag-mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #78423d !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    box-shadow: none !important;
  }

  #product-category .zoomag-mobile-toggle::after {
    content: "Показать";
    margin-left: auto;
    color: #728177;
    font-size: 11px;
    font-weight: 750;
  }

  #product-category .zoomag-mobile-toggle[aria-expanded="true"]::after {
    content: "Скрыть";
  }

  #product-category .zoomag-filter-panel {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    border-top: 1px solid rgba(76, 205, 196, .14) !important;
  }

  #product-category .zoomag-filter-panel:not(.is-open) {
    display: none !important;
  }

  #product-category .zoomag-filter-panel.is-open {
    display: block !important;
    max-height: min(72dvh, 620px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  /* Calm, compact category heading. */
  #product-category .zoomag-category-header {
    min-height: 0 !important;
    margin: 4px 0 10px !important;
    padding: 14px 15px !important;
    border: 1px solid rgba(82, 67, 99, .1) !important;
    border-radius: 17px !important;
    background: linear-gradient(120deg, #fff 0%, #fff9f5 54%, #f4fffc 100%) !important;
    box-shadow: 0 8px 20px rgba(74, 55, 44, .07) !important;
    overflow: hidden !important;
  }

  #product-category .zoomag-category-header > .row,
  #product-category .zoomag-category-header [class*="col-"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #product-category .zoomag-category-title-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  #product-category .zoomag-category-title {
    margin: 0 !important;
    color: #352f3b !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: none !important;
    transform: none !important;
    animation: none !important;
    font-size: clamp(1.35rem, 6.4vw, 1.8rem) !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
    text-align: left !important;
  }

  #product-category .zoomag-category-icon,
  #product-category .zoomag-category-thumb {
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    border-radius: 14px !important;
  }

  #product-category .zoomag-category-accordion {
    margin: 0 0 10px !important;
    border: 1px solid rgba(76, 205, 196, .2) !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 16px rgba(46, 120, 113, .06) !important;
  }

  #product-category .zoomag-accordion-header {
    min-height: 48px !important;
    padding: 8px 12px !important;
  }

  #product-category .zoomag-accordion-icon-wrapper {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 10px !important;
  }

  #product-category .zoomag-accordion-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  #product-category .zoomag-divider {
    display: none !important;
  }

  /* Sorting and page-size controls: one short row, no empty panel. */
  #product-category .zoomag-controls-panel {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 10px 0 12px !important;
    padding: 9px !important;
    border: 1px solid rgba(76, 205, 196, .18) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 7px 18px rgba(44, 84, 79, .06) !important;
    overflow: visible !important;
  }

  #product-category .zoomag-controls-panel > .row {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  #product-category .zoomag-controls-panel > .row > :first-child,
  #product-category .zoomag-controls-panel .zoomag-view-control,
  #product-category .zoomag-controls-panel .col-auto:has(.zoomag-view-toggle),
  #product-category .zoomag-view-toggle {
    display: none !important;
  }

  #product-category .zoomag-controls-panel > .row > :last-child {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #product-category .zoomag-controls-panel .row.g-3 {
    display: grid !important;
    grid-template-columns: minmax(0, 1.5fr) minmax(96px, .7fr) !important;
    align-items: end !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  #product-category .zoomag-controls-panel .col-auto,
  #product-category .zoomag-select-group,
  #product-category .zoomag-select-wrapper {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #product-category .zoomag-select-label {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    min-height: 18px !important;
    margin: 0 0 5px !important;
    color: #58505e !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 750 !important;
  }

  #product-category .zoomag-select {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 28px 0 10px !important;
    border: 1px solid rgba(76, 205, 196, .45) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #3f3945 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    box-shadow: none !important;
  }

  #product-category .zoomag-select-arrow {
    right: 10px !important;
    font-size: 11px !important;
  }

  /* Two columns remain useful only when every internal control is compact. */
  #product-category #product-list,
  body.zm-final-grid-mode #product-category #product-list,
  body #product-category #product-list.zm-final-grid,
  body #product-category #product-list.zoomag-products-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 16px !important;
  }

  #product-category #product-list .zoomag-product-item {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #product-category #product-list .petz-product-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(70, 129, 89, .12) !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff 0%, #fffefa 100%) !important;
    box-shadow: 0 6px 18px rgba(56, 55, 73, .07) !important;
    overflow: hidden !important;
  }

  #product-category #product-list .petz-image-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 7px 7px 0 !important;
  }

  #product-category #product-list :is(.petz-image-link, .petz-image-container) {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 11px !important;
  }

  #product-category #product-list .petz-product-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    object-fit: contain !important;
    transform: none !important;
  }

  #product-category #product-list .petz-image-overlay,
  #product-category #product-list .petz-quick-view,
  #product-category #product-list .petz-decoration {
    display: none !important;
  }

  #product-category #product-list .petz-content-section {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 7px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 9px !important;
  }

  #product-category #product-list .petz-header {
    min-width: 0 !important;
  }

  #product-category #product-list .petz-category {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 0 5px !important;
    padding: 3px 7px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  #product-category #product-list .petz-category span {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  #product-category #product-list .petz-product-name {
    display: block !important;
    min-width: 0 !important;
    min-height: calc(1.25em * 3) !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  #product-category #product-list .petz-product-name a {
    display: -webkit-box !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #302d35 !important;
    font-size: clamp(13px, 3.75vw, 15px) !important;
    line-height: 1.25 !important;
    font-weight: 750 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  #product-category #product-list .petz-features {
    display: none !important;
  }

  #product-category #product-list .petz-pricing-section,
  #product-category #product-list .petz-price-block {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #product-category #product-list :is(.petz-price-main, .petz-special-price) {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #2c4050 !important;
    font-size: clamp(16px, 4.65vw, 20px) !important;
    line-height: 1.12 !important;
    font-weight: 850 !important;
    letter-spacing: -.02em !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  #product-category #product-list .petz-price-special {
    display: block !important;
    min-width: 0 !important;
  }

  #product-category #product-list :is(.petz-old-price, .petz-savings-badge, .petz-rating-block) {
    margin-top: 4px !important;
    font-size: 10px !important;
  }

  #product-category #product-list .petz-actions-section {
    width: 100% !important;
    min-width: 0 !important;
    margin-top: auto !important;
  }

  #product-category #product-list .petz-quantity-control {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 7px !important;
  }

  #product-category #product-list .petz-quantity-control > label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  #product-category #product-list .petz-quantity-selector {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 3px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 38px !important;
    padding: 2px !important;
    border: 1px solid rgba(76, 175, 80, .18) !important;
    border-radius: 10px !important;
    background: #f8fbf8 !important;
  }

  #product-category #product-list :is(.petz-qty-btn, .petz-qty-input) {
    width: 100% !important;
    min-width: 0 !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  #product-category #product-list .petz-product-form,
  #product-category #product-list .petz-action-buttons {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  #product-category #product-list .petz-cart-btn {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    border-radius: 11px !important;
  }

  #product-category #product-list .petz-cart-btn .petz-btn-content {
    justify-content: center !important;
    min-width: 0 !important;
    gap: 5px !important;
  }

  #product-category #product-list .petz-cart-btn .petz-btn-text {
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  #product-category #product-list .petz-secondary-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 6px !important;
  }

  #product-category #product-list .petz-secondary-actions :is(.petz-btn, .petz-btn-secondary) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  #product-category #product-list .petz-secondary-actions .petz-btn::after {
    display: none !important;
    content: none !important;
  }

  #product-category .zoomag-products-footer {
    margin-top: 12px !important;
  }

  /* Fixed assistant remains available but no longer covers a large part of a card. */
  body:has(#product-category) #zoomag-ai-assistant.zoomag-ai-assistant {
    right: max(6px, env(safe-area-inset-right, 0px)) !important;
    width: 48px !important;
  }

  body:has(#product-category) #zoomag-ai-assistant .zm-ai-dock-toggle {
    width: 48px !important;
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  /* Product quick facts: brand/model stay paired, stock gets the full row. */
  .zoohub-product-showcase .zoohub-facts-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 8px !important;
  }

  .zoohub-product-showcase .zoohub-fact-item {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 68px !important;
    padding: 9px !important;
    overflow: hidden !important;
  }

  .zoohub-product-showcase .zoohub-fact-item--stock,
  .zoohub-product-showcase .zoohub-fact-item:has(#stock-status) {
    grid-column: 1 / -1 !important;
    min-height: 58px !important;
  }

  .zoohub-product-showcase .zoohub-fact-icon {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
    font-size: 16px !important;
  }

  .zoohub-product-showcase .zoohub-fact-content {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .zoohub-product-showcase :is(.zoohub-fact-label, .zoohub-fact-value) {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .zoohub-product-showcase .zoohub-fact-label {
    margin-bottom: 3px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  .zoohub-product-showcase .zoohub-fact-value {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .zoohub-product-showcase #stock-status.zoohub-stock-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 32px !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

@media (max-width: 359.98px) {
  #product-category #product-list,
  body.zm-final-grid-mode #product-category #product-list,
  body #product-category #product-list.zm-final-grid,
  body #product-category #product-list.zoomag-products-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #product-category .zoomag-controls-panel .row.g-3 {
    grid-template-columns: minmax(0, 1fr) 92px !important;
  }

  .zoohub-product-showcase .zoohub-facts-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .zoohub-product-showcase .zoohub-fact-item--stock,
  .zoohub-product-showcase .zoohub-fact-item:has(#stock-status) {
    grid-column: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #product-category .zoomag-category-title,
  #product-category #product-list .petz-product-card {
    animation: none !important;
    transition: none !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-classic-menu-r3.css; original order retained. */
/*
 * ZooMag — классическое меню каталога r2 (2026-08-10)
 * Отдельный namespace уменьшает конфликт с историческими Menu.css/r29/r30 слоями.
 */
:root {
  --zm-classic-green: #2f7d4a;
  --zm-classic-green-dark: #24623a;
  --zm-classic-green-soft: #edf7f0;
  --zm-classic-text: #26352d;
  --zm-classic-muted: #6d776f;
  --zm-classic-border: #e4e8e5;
  --zm-classic-surface: #ffffff;
  --zm-classic-surface-soft: #f8faf8;
  --zm-classic-shadow: 0 18px 48px rgba(31, 58, 42, .15);
  --zm-classic-radius: 14px;
  --zm-classic-site-max: 1540px;
}

.main-menu.zm-classic-nav {
  position: relative !important;
  z-index: 90 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--zm-classic-surface) !important;
  border-top: 1px solid var(--zm-classic-border) !important;
  border-bottom: 1px solid var(--zm-classic-border) !important;
  box-shadow: 0 4px 14px rgba(31, 58, 42, .04) !important;
  font-family: var(--zoomag-font-base, "Manrope", system-ui, sans-serif) !important;
}

.zm-classic-nav *,
.zm-classic-nav *::before,
.zm-classic-nav *::after {
  box-sizing: border-box;
}

.zm-classic-nav a {
  text-decoration: none;
}

.zm-classic-nav__inner {
  width: min(calc(100% - 32px), var(--zm-classic-site-max));
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.zm-classic-nav__catalog-button {
  flex: 0 0 auto;
  min-width: 232px;
  min-height: 60px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  border: 0;
  border-radius: 0;
  background: var(--zm-classic-green);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .16s ease;
}

.zm-classic-nav__catalog-button:hover,
.zm-classic-nav__catalog-button:focus-visible,
.zm-classic-nav__catalog-button[aria-expanded="true"] {
  background: var(--zm-classic-green-dark);
}

.zm-classic-nav__catalog-button:focus-visible,
.zm-classic-nav__quick-link:focus-visible,
.zm-classic-nav__service a:focus-visible,
.zm-classic-nav__mega-title:focus-visible,
.zm-classic-nav__mega-list a:focus-visible,
.zm-classic-nav__mega-all:focus-visible,
.zm-classic-drawer a:focus-visible,
.zm-classic-drawer button:focus-visible {
  outline: 3px solid rgba(47, 125, 74, .25);
  outline-offset: 2px;
}

.zm-classic-nav__catalog-chevron {
  margin-left: auto;
  font-size: 11px;
  transition: transform .16s ease;
}

.zm-classic-nav__catalog-button[aria-expanded="true"] .zm-classic-nav__catalog-chevron {
  transform: rotate(180deg);
}

.zm-classic-nav__quick {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  list-style: none;
}

.zm-classic-nav__quick-item {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
}

.zm-classic-nav__quick-link {
  min-height: 60px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: var(--zm-classic-text);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .16s ease, background-color .16s ease;
}

.zm-classic-nav__quick-link:hover,
.zm-classic-nav__quick-item:focus-within > .zm-classic-nav__quick-link {
  color: var(--zm-classic-green-dark);
  background: var(--zm-classic-green-soft);
}

.zm-classic-nav__quick-dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 110;
  width: 300px;
  max-height: min(520px, calc(100vh - 130px));
  overflow: auto;
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  background: #fff;
  border: 1px solid var(--zm-classic-border);
  border-radius: 0 0 var(--zm-classic-radius) var(--zm-classic-radius);
  box-shadow: var(--zm-classic-shadow);
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}

.zm-classic-nav__quick-item:hover > .zm-classic-nav__quick-dropdown,
.zm-classic-nav__quick-item:focus-within > .zm-classic-nav__quick-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.zm-classic-nav__quick-title {
  display: block;
  margin: 0 0 6px;
  padding: 9px 10px;
  color: var(--zm-classic-green-dark);
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid var(--zm-classic-border);
}

.zm-classic-nav__quick-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zm-classic-nav__quick-dropdown li a {
  display: block;
  padding: 9px 10px;
  color: var(--zm-classic-text);
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
}

.zm-classic-nav__quick-dropdown li a:hover,
.zm-classic-nav__quick-dropdown li a:focus-visible {
  color: var(--zm-classic-green-dark);
  background: var(--zm-classic-green-soft);
}

.zm-classic-nav__service {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.zm-classic-nav__service a {
  min-height: 60px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: var(--zm-classic-muted);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.zm-classic-nav__service a:hover {
  color: var(--zm-classic-green-dark);
}

/* Desktop full catalog dropdown */
.zm-classic-nav__desktop-panel[hidden] {
  display: none !important;
}

.zm-classic-nav__desktop-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 105;
  background: #fff;
  border-bottom: 1px solid var(--zm-classic-border);
  box-shadow: var(--zm-classic-shadow);
}

.zm-classic-nav__desktop-panel-inner {
  width: min(calc(100% - 32px), var(--zm-classic-site-max));
  max-height: calc(100vh - 150px);
  margin: 0 auto;
  padding: 26px 0 22px;
  overflow: auto;
}

.zm-classic-nav__desktop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--zm-classic-border);
}

.zm-classic-nav__desktop-head strong,
.zm-classic-nav__desktop-head span {
  display: block;
}

.zm-classic-nav__desktop-head strong {
  color: var(--zm-classic-text);
  font-size: 24px;
  line-height: 1.2;
}

.zm-classic-nav__desktop-head span {
  margin-top: 4px;
  color: var(--zm-classic-muted);
  font-size: 15px;
}

.zm-classic-nav__desktop-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--zm-classic-border);
  border-radius: 10px;
  background: #fff;
  color: var(--zm-classic-text);
  cursor: pointer;
}

.zm-classic-nav__desktop-close:hover {
  background: var(--zm-classic-surface-soft);
}

.zm-classic-nav__mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 34px;
}

.zm-classic-nav__mega-section {
  min-width: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #edf0ee;
}

.zm-classic-nav__mega-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: var(--zm-classic-text);
  font-size: 17px;
  font-weight: 800;
}

.zm-classic-nav__mega-title:hover {
  color: var(--zm-classic-green-dark);
}

.zm-classic-nav__mega-icon {
  width: 28px;
  flex: 0 0 28px;
  text-align: center;
  font-size: 19px;
}

.zm-classic-nav__mega-list {
  margin: 0;
  padding: 0 0 0 37px;
  list-style: none;
}

.zm-classic-nav__mega-list li + li {
  margin-top: 1px;
}

.zm-classic-nav__mega-list a {
  display: block;
  padding: 5px 0;
  color: #526158;
  font-size: 15px;
  line-height: 1.45;
}

.zm-classic-nav__mega-list a:hover {
  color: var(--zm-classic-green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.zm-classic-nav__mega-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 9px 0 0 37px;
  color: var(--zm-classic-green-dark);
  font-size: 14px;
  font-weight: 800;
}

.zm-classic-nav__mega-all i {
  font-size: 10px;
}

.zm-classic-nav__desktop-footer {
  margin-top: 18px;
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  border-top: 1px solid var(--zm-classic-border);
}

.zm-classic-nav__desktop-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--zm-classic-muted);
  font-size: 14px;
  font-weight: 700;
}

.zm-classic-nav__desktop-footer a:hover {
  color: var(--zm-classic-green-dark);
}

/* Mobile toggle is physically moved into #zoomagMobileMenuSlot by r305. */
.zm-classic-nav__toggle {
  display: none;
}

/* Mobile drawer */
.zm-classic-drawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483600 !important;
  display: none !important;
  width: 100% !important;
  max-width: none !important;
  height: 100dvh !important;
  background: transparent !important;
}

.zm-classic-drawer.active {
  display: block !important;
}

.zm-classic-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 29, 22, .48);
}

.main-menu.zm-classic-nav .zm-classic-drawer__panel {
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: min(420px, 92vw) !important;
  max-width: 92vw !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: 18px 0 50px rgba(17, 29, 22, .22) !important;
  overflow: hidden !important;
}

.zm-classic-drawer__header {
  min-height: 72px;
  padding: calc(14px + env(safe-area-inset-top, 0px)) 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--zm-classic-border);
  background: #fff;
}

.zm-classic-drawer__header strong,
.zm-classic-drawer__header span {
  display: block;
}

.zm-classic-drawer__header strong {
  color: var(--zm-classic-text);
  font-size: 20px;
  line-height: 1.15;
}

.zm-classic-drawer__header span {
  margin-top: 3px;
  color: var(--zm-classic-muted);
  font-size: 13px;
}

.zm-classic-drawer__close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--zm-classic-border);
  border-radius: 10px;
  background: #fff;
  color: var(--zm-classic-text);
  font-size: 18px;
}

.zm-classic-drawer__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px 0 calc(20px + env(safe-area-inset-bottom, 0px));
}

.zm-classic-drawer__categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zm-classic-drawer__category {
  border-bottom: 1px solid #eef1ef;
}

.zm-classic-drawer__root-row {
  min-height: 54px;
  display: flex;
  align-items: stretch;
}

.zm-classic-drawer__root-link {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 8px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--zm-classic-text);
  font-size: 16px;
  font-weight: 800;
}

.zm-classic-drawer__root-icon {
  width: 28px;
  flex: 0 0 28px;
  text-align: center;
  font-size: 19px;
}

.zm-classic-drawer__expand {
  width: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid #eef1ef;
  background: #fff;
  color: #657168;
  cursor: pointer;
}

.zm-classic-drawer__expand i {
  transition: transform .16s ease;
}

.zm-classic-drawer__expand[aria-expanded="true"] {
  color: var(--zm-classic-green-dark);
  background: var(--zm-classic-green-soft);
}

.zm-classic-drawer__expand[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.zm-classic-drawer__children[hidden] {
  display: none !important;
}

.zm-classic-drawer__children {
  margin: 0;
  padding: 5px 16px 10px 54px;
  list-style: none;
  background: var(--zm-classic-surface-soft);
  border-top: 1px solid #eef1ef;
}

.zm-classic-drawer__children a {
  display: block;
  padding: 9px 6px;
  color: #526158;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.zm-classic-drawer__children a:hover {
  color: var(--zm-classic-green-dark);
}

.zm-classic-drawer__children-all {
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid #e4e8e5;
}

.zm-classic-drawer__children-all a {
  color: var(--zm-classic-green-dark);
  font-weight: 800;
}

.zm-classic-drawer__service {
  margin-top: 10px;
  padding: 12px 16px 0;
  display: grid;
  gap: 2px;
  border-top: 8px solid #f5f7f5;
}

.zm-classic-drawer__service a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #526158;
  font-size: 14px;
  font-weight: 700;
}

.zm-classic-drawer__service i {
  width: 22px;
  color: var(--zm-classic-green);
  text-align: center;
}

html.zm-mobile-menu-open,
body.zm-mobile-menu-open,
body.navbar-menu-active {
  overflow: hidden !important;
}

/* Compact desktop / MacBook 13: retain a normal Catalog button and fewer quick links. */
@media (max-width: 1399.98px) and (min-width: 992px) {
  .zm-classic-nav__inner {
    width: min(calc(100% - 24px), var(--zm-classic-site-max));
  }

  .zm-classic-nav__catalog-button {
    min-width: 205px;
    padding-inline: 15px;
  }

  .zm-classic-nav__quick-link {
    padding-inline: 9px;
    font-size: 14px;
  }

  .zm-classic-nav__quick-item:nth-child(n+6) {
    display: none;
  }

  .zm-classic-nav__service a {
    padding-inline: 8px;
    font-size: 13px;
  }

  .zm-classic-nav__mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) and (min-width: 992px) {
  .zm-classic-nav__quick-item:nth-child(n+4) {
    display: none;
  }

  .zm-classic-nav__service a:last-child {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .main-menu.zm-classic-nav {
    position: static !important;
    min-height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .zm-classic-nav__inner {
    width: auto;
    min-height: 0;
    margin: 0;
    display: block;
  }

  .zm-classic-nav__catalog-button,
  .zm-classic-nav__quick,
  .zm-classic-nav__service,
  .zm-classic-nav__desktop-panel {
    display: none !important;
  }

  .zm-classic-nav__toggle,
  .zoomag-mobile-commandbar .zm-classic-nav__toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #dfe7e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: var(--zm-classic-text) !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  .zm-classic-nav__toggle-icon {
    width: 19px;
    height: 15px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .zm-classic-nav__toggle-icon span {
    width: 19px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: currentColor;
  }

  .zm-classic-nav__toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zm-classic-nav *,
  .zm-classic-nav *::before,
  .zm-classic-nav *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* r3 adaptive sizing: fixes cramped desktop and weak laptop/ultrawide proportions. */
body.zm-storefront-r2 .main-menu.zm-classic-nav {
  --zm-classic-site-max: var(--zm-ui-site-max, 1760px);
}

body.zm-storefront-r2 .zm-classic-nav__inner,
body.zm-storefront-r2 .zm-classic-nav__desktop-panel-inner {
  width: min(calc(100% - (var(--zm-ui-gutter, 28px) * 2)), var(--zm-classic-site-max)) !important;
  max-width: var(--zm-classic-site-max) !important;
}

body.zm-storefront-r2 .zm-classic-nav__desktop-panel {
  max-height: min(72vh, 780px) !important;
  overflow-y: auto !important;
}

@media (min-width: 1700px) {
  body.zm-storefront-r2 .zm-classic-nav__mega-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 2400px) {
  body.zm-storefront-r2 .zm-classic-nav__mega-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  body.zm-storefront-r2 .zm-classic-nav__quick-item:nth-child(n+6) {
    display: none !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-storefront-r3.css; original order retained. */
/*
 * ZOOMAG STANDARD STOREFRONT r1 — 2026-08-10
 * Canonical visual layer for the public storefront.
 * Goal: ordinary, predictable ecommerce UI with readable typography,
 * wide desktop layout, restrained decoration and stable responsive behavior.
 *
 * This file is intentionally loaded once in <head> and once at the end of the
 * document during the migration period. The second cached reference makes this
 * canonical layer win over legacy per-page CSS without deleting old files yet.
 */

:root {
  --zm-ui-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --zm-ui-text: #1f2937;
  --zm-ui-text-strong: #111827;
  --zm-ui-muted: #667085;
  --zm-ui-muted-2: #98a2b3;
  --zm-ui-border: #e5e7eb;
  --zm-ui-border-strong: #d0d5dd;
  --zm-ui-surface: #ffffff;
  --zm-ui-surface-soft: #f7f8fa;
  --zm-ui-surface-soft-2: #f2f4f7;
  --zm-ui-primary: #267447;
  --zm-ui-primary-hover: #1f603a;
  --zm-ui-primary-soft: #edf7f0;
  --zm-ui-accent: #e87524;
  --zm-ui-accent-hover: #c95f18;
  --zm-ui-danger: #d92d20;
  --zm-ui-warning: #b54708;
  --zm-ui-success: #15803d;
  --zm-ui-radius-xs: 6px;
  --zm-ui-radius-sm: 8px;
  --zm-ui-radius: 12px;
  --zm-ui-radius-lg: 16px;
  --zm-ui-shadow-xs: 0 1px 2px rgba(16, 24, 40, .05);
  --zm-ui-shadow-sm: 0 4px 14px rgba(16, 24, 40, .07);
  --zm-ui-shadow-md: 0 14px 34px rgba(16, 24, 40, .11);
  --zm-ui-site-max: 1540px;
  --zm-ui-reading: 860px;
  --zm-ui-gutter: 28px;
}

/* ========================================================================== */
/* 1. FOUNDATION / TYPOGRAPHY                                                 */
/* ========================================================================== */

html {
  color-scheme: light;
  font-size: 16px !important;
  background: #fff;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.zm-storefront-r1,
body.zm-storefront-r1 :where(input, button, select, textarea) {
  font-family: var(--zm-ui-font) !important;
}

body.zm-storefront-r1 {
  margin: 0 !important;
  color: var(--zm-ui-text) !important;
  background: #fff !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  overflow-x: hidden !important;
}

body.zm-storefront-r1 :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  color: var(--zm-ui-text-strong) !important;
  font-family: var(--zm-ui-font) !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  animation: none !important;
}

body.zm-storefront-r1 h1 { font-size: clamp(30px, 2.3vw, 40px) !important; line-height: 1.15 !important; }
body.zm-storefront-r1 h2 { font-size: clamp(25px, 1.7vw, 32px) !important; line-height: 1.22 !important; }
body.zm-storefront-r1 h3 { font-size: clamp(20px, 1.3vw, 25px) !important; line-height: 1.28 !important; }
body.zm-storefront-r1 h4 { font-size: 19px !important; line-height: 1.35 !important; }
body.zm-storefront-r1 h5 { font-size: 17px !important; line-height: 1.4 !important; }
body.zm-storefront-r1 h6 { font-size: 16px !important; line-height: 1.4 !important; }

body.zm-storefront-r1 p,
body.zm-storefront-r1 li,
body.zm-storefront-r1 label,
body.zm-storefront-r1 td,
body.zm-storefront-r1 th {
  font-size: 16px;
}

body.zm-storefront-r1 a {
  color: var(--zm-ui-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

body.zm-storefront-r1 a:hover { color: var(--zm-ui-primary-hover); }

body.zm-storefront-r1 :where(img, svg, video, canvas) { max-width: 100%; }

body.zm-storefront-r1 :where(.container, .zm-container) {
  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;
  padding-inline: 0 !important;
}

body.zm-storefront-r1 .container-fluid {
  width: 100% !important;
  max-width: none !important;
  padding-inline: var(--zm-ui-gutter) !important;
}

body.zm-storefront-r1 #content {
  min-width: 0 !important;
}

body.zm-storefront-r1 :where(main, section, article, aside, div) { min-width: 0; }

/* Disable the previous “animated zoo” decoration language site-wide. */
body.zm-storefront-r1 :where(
  .floating-pets-container,
  .zoomag-animated-background,
  .zoomag-home-background-elements,
  .zoomag-home-floating-pet,
  .zoomag-home-decor-circle,
  .zoomag-home-decor-paw,
  .zoomag-home-particle,
  .zoomag-home-light-flare,
  .zoomag-home-floating-shape,
  .zoomag-title-decoration,
  .zoomag-paw-left,
  .zoomag-paw-right,
  .zoomag-hexagon,
  .zoomag-divider,
  .zoomag-paw-divider,
  .zoomag-product-glow,
  .zoomag-subcategory-decoration,
  .zoomag-subcategory-glow,
  .zoomag-category-icon-glow,
  .petz-decoration,
  .petz-badge-paw,
  .petz-image-overlay,
  .zoohub-image-paws,
  .zoohub-thumb-animal,
  .zoohub-title-underline,
  .footer-decoration-elements,
  .footer-animal,
  .zoomag-home-banner-decoration,
  .zoomag-home-rotating-pets,
  .coin
) {
  display: none !important;
  animation: none !important;
}

body.zm-storefront-r1 :where(.animate-float, .animate-bounce, .animate-pulse, .animate-fade-in) {
  animation: none !important;
  transform: none !important;
}

/* ========================================================================== */
/* 2. STANDARD CONTROLS                                                       */
/* ========================================================================== */

body.zm-storefront-r1 :where(.btn, button, [type="button"], [type="submit"]) {
  font-family: var(--zm-ui-font) !important;
}

body.zm-storefront-r1 :where(.btn-primary, .btn-success, .petz-btn-primary, .btn-primary-cloud) {
  min-height: 44px;
  border: 1px solid var(--zm-ui-primary) !important;
  border-radius: var(--zm-ui-radius-sm) !important;
  background: var(--zm-ui-primary) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

body.zm-storefront-r1 :where(.btn-primary, .btn-success, .petz-btn-primary, .btn-primary-cloud):hover {
  border-color: var(--zm-ui-primary-hover) !important;
  background: var(--zm-ui-primary-hover) !important;
  transform: none !important;
}

body.zm-storefront-r1 :where(.btn-outline-primary, .btn-outline-secondary, .petz-btn-secondary, .btn-outline-cloud) {
  min-height: 42px;
  border: 1px solid var(--zm-ui-border-strong) !important;
  border-radius: var(--zm-ui-radius-sm) !important;
  background: #fff !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 :where(.btn-outline-primary, .btn-outline-secondary, .petz-btn-secondary, .btn-outline-cloud):hover {
  border-color: #98a2b3 !important;
  background: var(--zm-ui-surface-soft) !important;
  color: var(--zm-ui-text-strong) !important;
  transform: none !important;
}

body.zm-storefront-r1 :where(.form-control, .form-select, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea) {
  min-height: 44px;
  border: 1px solid var(--zm-ui-border-strong) !important;
  border-radius: var(--zm-ui-radius-sm) !important;
  background: #fff !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
  font-size: 15px !important;
}

body.zm-storefront-r1 textarea { min-height: 110px; }

body.zm-storefront-r1 :where(.form-control, .form-select, input, select, textarea):focus {
  border-color: var(--zm-ui-primary) !important;
  outline: 3px solid rgba(38, 116, 71, .13) !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 :where(.card, .panel, .well, .list-group, .dropdown-menu) {
  border-color: var(--zm-ui-border) !important;
  border-radius: var(--zm-ui-radius) !important;
  box-shadow: var(--zm-ui-shadow-sm) !important;
}

body.zm-storefront-r1 table {
  color: var(--zm-ui-text) !important;
  border-color: var(--zm-ui-border) !important;
}

body.zm-storefront-r1 .table > :not(caption) > * > * {
  padding: 12px 14px !important;
  border-bottom-color: var(--zm-ui-border) !important;
}

/* ========================================================================== */
/* 3. HEADER                                                                  */
/* ========================================================================== */

body.zm-storefront-r1 .zoomag_main_container {
  position: relative !important;
  z-index: auto !important;
  width: 100% !important;
  background: #fff !important;
}

body.zm-storefront-r1 .zoomag_top_panel {
  min-height: 38px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  background: var(--zm-ui-surface-soft) !important;
  color: var(--zm-ui-muted) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--zm-ui-border) !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 .zoomag_top_panel .container {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.zm-storefront-r1 :where(.zoomag_currency_list, .zoomag_nav_buttons_list) {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.zm-storefront-r1 .zoomag_currency_language_block :where(a, button, .zoomag_currency_toggle),
body.zm-storefront-r1 .zoomag_header_nav_button {
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 0 !important;
  border-radius: var(--zm-ui-radius-xs) !important;
  background: transparent !important;
  color: #475467 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  text-shadow: none !important;
}

body.zm-storefront-r1 .zoomag_header_nav_button:hover,
body.zm-storefront-r1 .zoomag_currency_language_block :where(a, button):hover {
  background: #eaecf0 !important;
  color: var(--zm-ui-text-strong) !important;
  transform: none !important;
}

body.zm-storefront-r1 .zoomag_header_icon {
  width: 18px !important;
  color: var(--zm-ui-muted) !important;
  font-size: 14px !important;
  transform: none !important;
}

body.zm-storefront-r1 .zoomag_account_dropdown_menu {
  top: calc(100% + 8px) !important;
  min-width: 220px !important;
  padding: 6px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: var(--zm-ui-shadow-md) !important;
  backdrop-filter: none !important;
}

body.zm-storefront-r1 .zoomag_account_menu_item {
  min-height: 40px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: var(--zm-ui-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transform: none !important;
}

body.zm-storefront-r1 .zoomag_account_menu_item:hover {
  background: var(--zm-ui-surface-soft) !important;
  color: var(--zm-ui-primary) !important;
}

body.zm-storefront-r1 .zoomag_main_header_block {
  min-height: 88px !important;
  padding: 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--zm-ui-border) !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 .zoomag_header_layout {
  width: 100% !important;
  min-height: 64px !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 300px) minmax(360px, 1fr) minmax(190px, 250px) !important;
  grid-template-areas: "logo search cart" !important;
  align-items: center !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
}

body.zm-storefront-r1 .zoomag_logo_section { grid-area: logo !important; }
body.zm-storefront-r1 .zoomag_search_section { grid-area: search !important; }
body.zm-storefront-r1 .zoomag_cart_section { grid-area: cart !important; }

body.zm-storefront-r1 :where(.zoomag_logo_section, .zoomag_search_section, .zoomag_cart_section) {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.zm-storefront-r1 :where(.zoomag_logo_block, .zoomag_logo_block > a) {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  text-decoration: none !important;
}

body.zm-storefront-r1 .zoomag_logo_with_coins {
  position: relative !important;
  inset: auto !important;
  flex: 0 0 72px !important;
  width: 72px !important;
  height: 72px !important;
  aspect-ratio: 1 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #fff !important;
}

body.zm-storefront-r1 .zoomag_logo_image {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 .zoomag_logo_text {
  position: static !important;
  inset: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
}

body.zm-storefront-r1 .zoomag_logo_title {
  margin: 0 !important;
  color: var(--zm-ui-text-strong) !important;
  background: none !important;
  font-family: var(--zm-ui-font) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -.03em !important;
  white-space: nowrap !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
  animation: none !important;
}

body.zm-storefront-r1 .zoomag_logo_subtitle {
  max-width: 190px !important;
  margin: 0 !important;
  color: var(--zm-ui-muted) !important;
  font-family: var(--zm-ui-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

body.zm-storefront-r1 :where(.zoomag_search_block, .zoomag-magic-search, .magic-search-form) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.zm-storefront-r1 .magic-search-input-wrapper {
  position: relative !important;
  min-height: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid #cfd5dc !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.zm-storefront-r1 :where(.magic-glow, .floating-particles, .orbit-paws, .btn-sparkles) {
  display: none !important;
}

body.zm-storefront-r1 .magic-loupe {
  position: absolute !important;
  left: 16px !important;
  right: auto !important;
  top: 50% !important;
  z-index: 2 !important;
  width: 20px !important;
  height: 20px !important;
  display: grid !important;
  place-items: center !important;
  color: #98a2b3 !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

body.zm-storefront-r1 .magic-search-input {
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 118px 0 46px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

body.zm-storefront-r1 .magic-search-input::placeholder { color: #98a2b3 !important; opacity: 1 !important; }

body.zm-storefront-r1 .magic-search-btn {
  position: absolute !important;
  right: 4px !important;
  top: 4px !important;
  bottom: 4px !important;
  left: auto !important;
  min-width: 102px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--zm-ui-primary) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.zm-storefront-r1 .magic-search-btn:hover { background: var(--zm-ui-primary-hover) !important; transform: none !important; }
body.zm-storefront-r1 .magic-search-btn span { font-size: 0 !important; }
body.zm-storefront-r1 .magic-search-btn span::after { content: "Найти"; font-size: 14px !important; }

body.zm-storefront-r1 .zoomag-magic-search .magic-results-dropdown,
body.zm-storefront-r1 #magic-results-dropdown {
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: var(--zm-ui-shadow-md) !important;
  transform: none !important;
}

body.zm-storefront-r1 .zoomag-magic-search .magic-results-inner {
  gap: 0 !important;
  padding: 6px !important;
  max-height: min(520px, 65vh) !important;
}

body.zm-storefront-r1 .zoomag-magic-search .magic-result-item {
  min-height: 82px !important;
  padding: 10px !important;
  gap: 12px !important;
  border-radius: 8px !important;
  background: #fff !important;
}

body.zm-storefront-r1 .zoomag-magic-search .magic-result-item:hover { background: var(--zm-ui-surface-soft) !important; }

body.zm-storefront-r1 .zoomag-magic-search .magic-result-thumb,
body.zm-storefront-r1 .zoomag-magic-search .magic-result-item img {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  flex-basis: 62px !important;
  object-fit: contain !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

body.zm-storefront-r1 .zoomag-magic-search .magic-result-name {
  color: var(--zm-ui-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.zm-storefront-r1 .zoomag-magic-search .magic-result-price { font-size: 16px !important; font-weight: 700 !important; }

body.zm-storefront-r1 .zoomag_cart_block {
  min-height: 50px !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.zm-storefront-r1 .zoomag_cart_icon { display: none !important; }
body.zm-storefront-r1 :where(.floating-cart-wrapper, .cloud-cart-container) { width: 100% !important; }

body.zm-storefront-r1 .cloud-cart-btn {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 1px solid var(--zm-ui-border-strong) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.zm-storefront-r1 .cloud-cart-btn:hover { border-color: #98a2b3 !important; background: var(--zm-ui-surface-soft) !important; }
body.zm-storefront-r1 .cloud-cart-icon { color: var(--zm-ui-primary) !important; font-size: 19px !important; }
body.zm-storefront-r1 .cloud-cart-price { color: var(--zm-ui-text-strong) !important; font-size: 14px !important; font-weight: 700 !important; }
body.zm-storefront-r1 .cart-badge-cloud {
  top: -8px !important;
  right: -9px !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 5px !important;
  display: grid !important;
  place-items: center !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: var(--zm-ui-accent) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

body.zm-storefront-r1 .cloud-cart-dropdown {
  width: min(420px, calc(100vw - 28px)) !important;
  min-width: 360px !important;
  max-width: calc(100vw - 28px) !important;
  margin-top: 8px !important;
  padding: 0 !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: var(--zm-ui-shadow-md) !important;
}

body.zm-storefront-r1 :where(.random-pet-cloud, .sleeping-pet-cloud, .bouncing-toys-cloud) { display: none !important; }
body.zm-storefront-r1 .cloud-cart-header { padding: 15px 16px !important; border-bottom: 1px solid var(--zm-ui-border) !important; }
body.zm-storefront-r1 .cloud-cart-content { padding: 10px !important; }
body.zm-storefront-r1 .cloud-cart-item { padding: 10px 0 !important; border-bottom: 1px solid var(--zm-ui-border) !important; }
body.zm-storefront-r1 .item-title-cloud { color: var(--zm-ui-text) !important; font-size: 14px !important; font-weight: 600 !important; line-height: 1.35 !important; }
body.zm-storefront-r1 .item-price-cloud { color: var(--zm-ui-text-strong) !important; font-weight: 700 !important; }

/* ========================================================================== */
/* 4. MENU / MEGA MENU                                                        */
/* ========================================================================== */

body.zm-storefront-r1 .main-menu.zm-classic-nav {
  border-top: 0 !important;
  border-bottom: 1px solid var(--zm-ui-border) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 .zm-classic-nav__inner,
body.zm-storefront-r1 .zm-classic-nav__desktop-panel-inner {
  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-r1 .zm-classic-nav__inner { min-height: 60px !important; gap: 4px !important; }

body.zm-storefront-r1 .zm-classic-nav__catalog-button {
  min-width: 232px !important;
  min-height: 60px !important;
  padding: 0 18px !important;
  gap: 11px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--zm-ui-primary) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 .zm-classic-nav__catalog-button:hover,
body.zm-storefront-r1 .zm-classic-nav__catalog-button[aria-expanded="true"] { background: var(--zm-ui-primary-hover) !important; }

body.zm-storefront-r1 .zm-classic-nav__quick-link {
  min-height: 60px !important;
  padding: 0 13px !important;
  color: #344054 !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

body.zm-storefront-r1 .zm-classic-nav__quick-link:hover,
body.zm-storefront-r1 .zm-classic-nav__quick-item:focus-within > .zm-classic-nav__quick-link {
  color: var(--zm-ui-primary) !important;
  background: var(--zm-ui-primary-soft) !important;
}

body.zm-storefront-r1 .zm-classic-nav__service a {
  min-height: 60px !important;
  padding: 0 10px !important;
  color: var(--zm-ui-muted) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.zm-storefront-r1 .zm-classic-nav__quick-dropdown {
  width: 330px !important;
  padding: 8px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 0 0 10px 10px !important;
  background: #fff !important;
  box-shadow: var(--zm-ui-shadow-md) !important;
}

body.zm-storefront-r1 .zm-classic-nav__quick-title {
  padding: 10px !important;
  color: var(--zm-ui-primary) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.zm-storefront-r1 .zm-classic-nav__quick-dropdown li a {
  padding: 9px 10px !important;
  color: #475467 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.zm-storefront-r1 .zm-classic-nav__desktop-panel {
  border-bottom: 1px solid var(--zm-ui-border) !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .12) !important;
}

body.zm-storefront-r1 .zm-classic-nav__desktop-panel-inner {
  max-height: calc(100vh - 150px) !important;
  padding: 26px 0 22px !important;
}

body.zm-storefront-r1 .zm-classic-nav__desktop-head {
  margin-bottom: 20px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid var(--zm-ui-border) !important;
}

body.zm-storefront-r1 .zm-classic-nav__desktop-head strong { font-size: 24px !important; font-weight: 750 !important; }
body.zm-storefront-r1 .zm-classic-nav__desktop-head span { margin-top: 4px !important; color: var(--zm-ui-muted) !important; font-size: 15px !important; }

body.zm-storefront-r1 .zm-classic-nav__mega-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px 34px !important;
}

body.zm-storefront-r1 .zm-classic-nav__mega-section {
  padding: 0 0 20px !important;
  border-bottom: 1px solid #eef0f2 !important;
}

body.zm-storefront-r1 .zm-classic-nav__mega-title {
  margin-bottom: 8px !important;
  gap: 9px !important;
  color: var(--zm-ui-text-strong) !important;
  font-size: 18px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
}

body.zm-storefront-r1 .zm-classic-nav__mega-icon {
  width: 24px !important;
  flex-basis: 24px !important;
  font-size: 17px !important;
}

body.zm-storefront-r1 .zm-classic-nav__mega-list { padding-left: 33px !important; }
body.zm-storefront-r1 .zm-classic-nav__mega-list a {
  padding: 5px 0 !important;
  color: #475467 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}
body.zm-storefront-r1 .zm-classic-nav__mega-all {
  margin: 9px 0 0 33px !important;
  color: var(--zm-ui-primary) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.zm-storefront-r1 .zm-classic-nav__desktop-footer a { font-size: 14px !important; }

/* ========================================================================== */
/* 5. BREADCRUMBS                                                             */
/* ========================================================================== */

body.zm-storefront-r1 :where(.zm-ui-breadcrumbs-wrap, .zoohub-breadcrumb-trail) {
  margin: 18px 0 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 :where(.zm-ui-breadcrumbs, .zoohub-breadcrumb) {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
  list-style: none !important;
  background: transparent !important;
}

body.zm-storefront-r1 :where(.zm-ui-breadcrumbs__link, .zoohub-breadcrumb-link, .zoohub-breadcrumb-current) {
  color: var(--zm-ui-muted) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

body.zm-storefront-r1 :where(.zm-ui-breadcrumbs__sep) { color: #b8bec7 !important; font-size: 10px !important; }
body.zm-storefront-r1 :where(.zoohub-breadcrumb-paw, .zoohub-breadcrumb-bone) { display: none !important; }

/* ========================================================================== */
/* 6. HOME PAGE                                                               */
/* ========================================================================== */

body.zm-storefront-r1 #common-home {
  width: min(calc(100% - (var(--zm-ui-gutter) * 2)), var(--zm-ui-site-max)) !important;
  max-width: var(--zm-ui-site-max) !important;
  margin: 0 auto !important;
  padding: 22px 0 0 !important;
  background: #fff !important;
}

body.zm-storefront-r1 #common-home > .row { margin-inline: 0 !important; }
body.zm-storefront-r1 #common-home > .row > #content { padding-inline: 0 !important; }

body.zm-storefront-r1 .zoomag-home-hero-banner {
  position: relative !important;
  margin: 0 0 24px !important;
  padding: clamp(28px, 4vw, 54px) !important;
  overflow: hidden !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: var(--zm-ui-radius-lg) !important;
  background: #f5f8f5 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  animation: none !important;
}

body.zm-storefront-r1 .zoomag-home-banner-content {
  display: block !important;
  width: 100% !important;
  max-width: 940px !important;
  margin: 0 !important;
}

body.zm-storefront-r1 .zoomag-home-banner-text { max-width: 940px !important; }
body.zm-storefront-r1 .zoomag-home-banner-visual { display: none !important; }

body.zm-storefront-r1 .zoomag-home-banner-title {
  max-width: 900px !important;
  margin: 0 0 14px !important;
  color: var(--zm-ui-text-strong) !important;
  font-size: clamp(32px, 3.4vw, 52px) !important;
  line-height: 1.08 !important;
}

body.zm-storefront-r1 .zoomag-home-brand-highlight {
  color: var(--zm-ui-primary) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

body.zm-storefront-r1 .zoomag-home-banner-subtitle {
  max-width: 780px !important;
  margin: 0 0 22px !important;
  color: #475467 !important;
  font-size: clamp(17px, 1.4vw, 20px) !important;
  line-height: 1.5 !important;
}

body.zm-storefront-r1 .zoomag-home-banner-features {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.zm-storefront-r1 .zoomag-home-feature-badge {
  padding: 8px 11px !important;
  border: 1px solid #dbe5dd !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.zm-storefront-r1 .zoomag-home-contact-grid {
  margin: 0 0 28px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.zm-storefront-r1 .zoomag-home-contact-block {
  min-height: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.zm-storefront-r1 .zoomag-home-contact-icon-wrapper { display: none !important; }
body.zm-storefront-r1 .zoomag-home-contact-title { margin-bottom: 8px !important; font-size: 16px !important; }
body.zm-storefront-r1 .zoomag-home-contact-title .zoomag-home-contact-icon { display: none !important; }
body.zm-storefront-r1 .zoomag-home-contact-value { color: var(--zm-ui-text-strong) !important; font-size: 17px !important; font-weight: 700 !important; }
body.zm-storefront-r1 .zoomag-home-contact-subtitle { margin-top: 5px !important; color: var(--zm-ui-muted) !important; font-size: 14px !important; }

body.zm-storefront-r1 :where(.zm-home-slot-r19, .zm-home-specials-r19) { margin-block: 26px !important; }

body.zm-storefront-r1 .zm-home-specials-r19__banner {
  padding: 22px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 14px !important;
  background: var(--zm-ui-surface-soft) !important;
  box-shadow: none !important;
}
body.zm-storefront-r1 .zm-home-specials-r19__decor { display: none !important; }
body.zm-storefront-r1 .zm-home-specials-r19__eyebrow { color: var(--zm-ui-accent) !important; font-size: 13px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .04em !important; }
body.zm-storefront-r1 .zm-home-specials-r19__banner h2 { margin-bottom: 7px !important; }

body.zm-storefront-r1 .zm-home-specials-r19__card {
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}
body.zm-storefront-r1 .zm-home-specials-r19__card:hover { border-color: #cfd5dc !important; box-shadow: var(--zm-ui-shadow-sm) !important; transform: none !important; }
body.zm-storefront-r1 .zm-home-specials-r19__image-wrap { background: #fff !important; }
body.zm-storefront-r1 .zm-home-specials-r19__image-wrap img { object-fit: contain !important; }
body.zm-storefront-r1 .zm-home-specials-r19__card h3 { font-size: 15px !important; line-height: 1.4 !important; }
body.zm-storefront-r1 .zm-home-specials-r19__price-new { color: var(--zm-ui-text-strong) !important; font-size: 19px !important; }
body.zm-storefront-r1 .zm-home-specials-r19__discount { background: var(--zm-ui-danger) !important; border-radius: 6px !important; }

/* ========================================================================== */
/* 7. CATEGORY / LISTING / FILTER                                             */
/* ========================================================================== */

body.zm-storefront-r1 .zoomag-category-page,
body.zm-storefront-r1 .zoohub-container {
  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;
  padding-inline: 0 !important;
}

body.zm-storefront-r1 .zoomag-category-page > .row { --bs-gutter-x: 24px !important; --bs-gutter-y: 18px !important; }

body.zm-storefront-r1 .zoomag-category-header {
  min-height: 0 !important;
  margin: 0 0 20px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--zm-ui-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.zm-storefront-r1 .zoomag-category-title-wrapper {
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

body.zm-storefront-r1 .zoomag-category-title {
  margin: 0 !important;
  color: var(--zm-ui-text-strong) !important;
  font-size: clamp(30px, 2.4vw, 40px) !important;
  line-height: 1.15 !important;
  transform: none !important;
}

body.zm-storefront-r1 .zoomag-category-icon {
  order: -1 !important;
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
body.zm-storefront-r1 .zoomag-category-thumb { width: 100% !important; height: 100% !important; object-fit: contain !important; }

body.zm-storefront-r1 .zoomag-category-stats {
  display: inline-flex !important;
  min-height: 36px !important;
  padding: 7px 10px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 8px !important;
  background: var(--zm-ui-surface-soft) !important;
  color: var(--zm-ui-muted) !important;
  box-shadow: none !important;
  animation: none !important;
}
body.zm-storefront-r1 .zoomag-stats-icon,
body.zm-storefront-r1 .zoomag-stats-subtitle { display: none !important; }
body.zm-storefront-r1 .zoomag-products-count { color: var(--zm-ui-muted) !important; font-size: 14px !important; font-weight: 600 !important; }

body.zm-storefront-r1 .zoomag-category-accordion {
  margin: 0 0 24px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
body.zm-storefront-r1 .zoomag-accordion-item { border: 0 !important; background: #fff !important; }
body.zm-storefront-r1 .zoomag-accordion-header {
  width: 100% !important;
  min-height: 52px !important;
  padding: 13px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
}
body.zm-storefront-r1 .zoomag-accordion-header:hover { background: var(--zm-ui-surface-soft) !important; transform: none !important; }
body.zm-storefront-r1 .zoomag-accordion-icon-wrapper { display: none !important; }
body.zm-storefront-r1 .zoomag-accordion-title { font-size: 16px !important; font-weight: 700 !important; }
body.zm-storefront-r1 .zoomag-accordion-content { border-top: 1px solid var(--zm-ui-border) !important; background: #fff !important; }
body.zm-storefront-r1 .zoomag-category-description-block { max-width: var(--zm-ui-reading) !important; padding: 18px !important; color: #475467 !important; font-size: 16px !important; line-height: 1.7 !important; }

body.zm-storefront-r1 .zoomag-subcategories-section { margin: 0 0 28px !important; }
body.zm-storefront-r1 .zoomag-section-header { margin-bottom: 14px !important; }
body.zm-storefront-r1 .zoomag-section-decoration,
body.zm-storefront-r1 .zoomag-section-icon { display: none !important; }
body.zm-storefront-r1 .zoomag-subcategories-title { margin: 0 !important; font-size: 22px !important; }

body.zm-storefront-r1 .zoomag-subcategories-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.zm-storefront-r1 .zoomag-subcategory-card {
  min-height: 86px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: hidden !important;
}
body.zm-storefront-r1 .zoomag-subcategory-card:hover { border-color: #b9c1ca !important; background: var(--zm-ui-surface-soft) !important; box-shadow: none !important; transform: none !important; }
body.zm-storefront-r1 .zoomag-subcategory-inner { min-height: 84px !important; padding: 10px !important; display: flex !important; align-items: center !important; gap: 10px !important; }
body.zm-storefront-r1 .zoomag-subcategory-image,
body.zm-storefront-r1 .zoomag-subcategory-icon {
  width: 62px !important;
  height: 62px !important;
  flex: 0 0 62px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
}
body.zm-storefront-r1 .zoomag-subcategory-img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
body.zm-storefront-r1 .zoomag-subcategory-overlay { display: none !important; }
body.zm-storefront-r1 .zoomag-subcategory-info { min-width: 0 !important; flex: 1 !important; }
body.zm-storefront-r1 .zoomag-subcategory-name { color: var(--zm-ui-text) !important; font-size: 14px !important; font-weight: 650 !important; line-height: 1.3 !important; }
body.zm-storefront-r1 .zm-subcategory-caption { display: none !important; }
body.zm-storefront-r1 .zoomag-subcategory-meta { margin-left: auto !important; }
body.zm-storefront-r1 .zoomag-subcategory-arrow { color: var(--zm-ui-muted) !important; }

body.zm-storefront-r1 .zm-category-brands {
  margin: 0 0 28px !important;
  padding: 20px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.zm-storefront-r1 .zm-category-brands__eyebrow { color: var(--zm-ui-muted) !important; font-size: 12px !important; }
body.zm-storefront-r1 .zm-category-brands__title { font-size: 22px !important; }
body.zm-storefront-r1 .zm-category-brand { border: 1px solid var(--zm-ui-border) !important; border-radius: 8px !important; background: #fff !important; box-shadow: none !important; }

body.zm-storefront-r1 :where(.zoomag-controls-panel, .zoomag-filter-controls, .zoomag-products-toolbar) {
  margin: 0 0 18px !important;
  padding: 12px !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 10px !important;
  background: var(--zm-ui-surface-soft) !important;
  box-shadow: none !important;
}
body.zm-storefront-r1 .zoomag-select { min-height: 44px !important; padding: 0 34px 0 11px !important; font-size: 15px !important; }
body.zm-storefront-r1 .zoomag-view-btn,
body.zm-storefront-r1 .zoomag-compare-btn {
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 11px !important;
  border: 1px solid var(--zm-ui-border-strong) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
  transform: none !important;
}
body.zm-storefront-r1 .zoomag-view-btn.active { border-color: var(--zm-ui-primary) !important; color: var(--zm-ui-primary) !important; background: var(--zm-ui-primary-soft) !important; }

/* Filter module: standard readable sidebar. */
body.zm-storefront-r1 :where(.zoomag-filter-sidebar, .zoomag-filter-sidebar-container, .main-filter, .filter-panel, .catalog-filter) {
  color: var(--zm-ui-text) !important;
  font-family: var(--zm-ui-font) !important;
}
body.zm-storefront-r1 :where(.zoomag-filter-sidebar, .main-filter, .catalog-filter) {
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.zm-storefront-r1 :where(.filter-group, .zoomag-filter-group) { border-bottom: 1px solid var(--zm-ui-border) !important; }
body.zm-storefront-r1 :where(.filter-title, .zoomag-filter-title, .filter-group-title) { color: var(--zm-ui-text-strong) !important; font-size: 16px !important; font-weight: 700 !important; }
body.zm-storefront-r1 :where(.filter-option, .zoomag-filter-option, .form-check-label) { color: #475467 !important; font-size: 15px !important; line-height: 1.45 !important; }

body.zm-storefront-r1 .zoomag-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
body.zm-storefront-r1 .zoomag-product-item { margin: 0 !important; padding: 0 !important; min-width: 0 !important; transform: none !important; }

/* ========================================================================== */
/* 8. PRODUCT CARD                                                            */
/* ========================================================================== */

body.zm-storefront-r1 .petz-product-card {
  all: revert;
  box-sizing: border-box !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 470px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--zm-ui-text) !important;
  font-family: var(--zm-ui-font) !important;
  transform: none !important;
  transition: border-color .15s ease, box-shadow .15s ease !important;
}

body.zm-storefront-r1 .petz-product-card:hover {
  border-color: #c8cfd8 !important;
  box-shadow: var(--zm-ui-shadow-sm) !important;
  transform: none !important;
}

body.zm-storefront-r1 .petz-badge {
  position: absolute !important;
  width: auto !important;
  max-width: calc(100% - 24px) !important;
  top: 12px !important;
  z-index: 5 !important;
  min-height: 25px !important;
  padding: 4px 7px !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  transform: none !important;
  animation: none !important;
}
body.zm-storefront-r1 .petz-sale-badge { left: 12px !important; background: var(--zm-ui-danger) !important; color: #fff !important; }
body.zm-storefront-r1 .petz-new-badge { right: 12px !important; background: #2563eb !important; color: #fff !important; }

body.zm-storefront-r1 .petz-image-section {
  position: relative !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  padding: 12px 12px 0 !important;
  flex: 0 0 auto !important;
}

body.zm-storefront-r1 .petz-image-container {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #fff !important;
}

body.zm-storefront-r1 .petz-product-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 4px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  transition: none !important;
}

body.zm-storefront-r1 .petz-content-section {
  padding: 14px !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body.zm-storefront-r1 .petz-header { gap: 7px !important; }
body.zm-storefront-r1 .petz-category {
  width: fit-content !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--zm-ui-muted) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
body.zm-storefront-r1 .petz-category i { display: none !important; }
body.zm-storefront-r1 .petz-product-name { min-height: 44px !important; margin: 0 !important; align-items: flex-start !important; }
body.zm-storefront-r1 .petz-product-name a {
  color: var(--zm-ui-text-strong) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
  -webkit-line-clamp: 2 !important;
}
body.zm-storefront-r1 .petz-product-name a:hover { color: var(--zm-ui-primary) !important; }

body.zm-storefront-r1 .petz-features {
  min-height: 0 !important;
  max-height: 52px !important;
  margin: 0 !important;
  gap: 3px !important;
  overflow: hidden !important;
}
body.zm-storefront-r1 .petz-feature { gap: 6px !important; color: var(--zm-ui-muted) !important; font-size: 13px !important; line-height: 1.4 !important; }
body.zm-storefront-r1 .petz-feature-icon { display: none !important; }

body.zm-storefront-r1 .petz-pricing-section { margin-top: auto !important; gap: 4px !important; }
body.zm-storefront-r1 .petz-price-main,
body.zm-storefront-r1 .petz-special-price {
  color: var(--zm-ui-text-strong) !important;
  font-size: 22px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}
body.zm-storefront-r1 .petz-special-price { color: var(--zm-ui-danger) !important; }
body.zm-storefront-r1 .petz-old-price { color: var(--zm-ui-muted-2) !important; font-size: 14px !important; }
body.zm-storefront-r1 .petz-savings-badge { padding: 0 !important; background: transparent !important; color: var(--zm-ui-danger) !important; font-size: 12px !important; }
body.zm-storefront-r1 .petz-savings-badge i { display: none !important; }
body.zm-storefront-r1 .petz-stars { color: #f59e0b !important; }
body.zm-storefront-r1 .petz-reviews { color: var(--zm-ui-muted) !important; font-size: 13px !important; }

body.zm-storefront-r1 .petz-actions-section { margin-top: 2px !important; }
body.zm-storefront-r1 .petz-quantity-control { display: none !important; }
body.zm-storefront-r1 .petz-action-buttons { display: grid !important; grid-template-columns: minmax(0, 1fr) auto !important; gap: 8px !important; }
body.zm-storefront-r1 .petz-btn-primary {
  min-height: 44px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--zm-ui-primary) !important;
  border-radius: 8px !important;
  background: var(--zm-ui-primary) !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}
body.zm-storefront-r1 .petz-btn-primary:hover { background: var(--zm-ui-primary-hover) !important; border-color: var(--zm-ui-primary-hover) !important; }
body.zm-storefront-r1 .petz-btn-content { gap: 0 !important; }
body.zm-storefront-r1 .petz-btn-icon { display: none !important; }
body.zm-storefront-r1 .petz-btn-text { font-size: 15px !important; font-weight: 700 !important; }
body.zm-storefront-r1 .petz-secondary-actions { display: flex !important; gap: 6px !important; }
body.zm-storefront-r1 .petz-btn-secondary {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--zm-ui-border-strong) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ========================================================================== */
/* 9. PRODUCT PAGE — repaired in r3                                     */
/* ========================================================================== */

/* r3 deliberately does not restyle the product card globally.
   Product pages already have their own tuned assets loaded from product.twig:
   Products.css, zm-product-r301/r303/r304, variants and description styles.
   The previous global rules here overrode those assets and hid/misplaced
   taste/weight switches on live product pages. */

/* ========================================================================== */
/* 10. CART / CHECKOUT / ACCOUNT / INFO                                       */
/* ========================================================================== */

body.zm-storefront-r1 :where(
  #checkout-checkout,
  #checkout-cart,
  #account-account,
  #account-login,
  #account-register,
  #information-information,
  #information-contact,
  #product-manufacturer,
  #product-search,
  #product-special,
  #common-sitemap
) {
  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;
  padding: 22px 0 36px !important;
}

body.zm-storefront-r1 :where(
  .zoomag-checkout-container,
  .checkout-container,
  .checkout-section,
  .account-section,
  .login-container,
  .register-container,
  .zm-information-page,
  .zm-info-page,
  .manufacturer-list,
  .search-page
) {
  border-color: var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.zm-storefront-r1 :where(.accordion-item) { border-color: var(--zm-ui-border) !important; }
body.zm-storefront-r1 .accordion-button { min-height: 50px !important; color: var(--zm-ui-text) !important; background: #fff !important; box-shadow: none !important; font-size: 15px !important; font-weight: 650 !important; }
body.zm-storefront-r1 .accordion-button:not(.collapsed) { color: var(--zm-ui-primary) !important; background: var(--zm-ui-primary-soft) !important; }

body.zm-storefront-r1 .pagination { gap: 4px !important; }
body.zm-storefront-r1 .pagination .page-link {
  min-width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
body.zm-storefront-r1 .pagination .active .page-link { border-color: var(--zm-ui-primary) !important; background: var(--zm-ui-primary) !important; color: #fff !important; }

body.zm-storefront-r1 .alert { border-radius: 9px !important; box-shadow: none !important; }

/* ========================================================================== */
/* 11. FOOTER                                                                 */
/* ========================================================================== */

body.zm-storefront-r1 .main-site-footer {
  position: relative !important;
  margin-top: 52px !important;
  padding: 42px 0 20px !important;
  border-top: 1px solid var(--zm-ui-border) !important;
  background: #f7f8fa !important;
  color: #475467 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.zm-storefront-r1 .main-site-footer .row { --bs-gutter-x: 34px !important; --bs-gutter-y: 28px !important; }
body.zm-storefront-r1 .main-site-footer h5 { margin: 0 0 14px !important; color: var(--zm-ui-text-strong) !important; font-size: 16px !important; }
body.zm-storefront-r1 :where(.footer-contacts-section, .footer-info-section, .footer-services-section) { padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
body.zm-storefront-r1 .contact-item { margin: 0 0 16px !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
body.zm-storefront-r1 .store-content { display: flex !important; gap: 10px !important; }
body.zm-storefront-r1 .store-marker { width: 18px !important; flex: 0 0 18px !important; font-size: 14px !important; }
body.zm-storefront-r1 .store-info strong { color: var(--zm-ui-text) !important; font-size: 14px !important; }
body.zm-storefront-r1 :where(.metro-station, .working-hours, .phone-number) { color: var(--zm-ui-muted) !important; font-size: 13px !important; line-height: 1.5 !important; }
body.zm-storefront-r1 .footer-navigation { margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.zm-storefront-r1 .footer-navigation li + li { margin-top: 7px !important; }
body.zm-storefront-r1 .footer-navigation .nav-link { padding: 0 !important; color: #475467 !important; font-size: 13px !important; font-weight: 500 !important; }
body.zm-storefront-r1 .footer-navigation .nav-link:hover { color: var(--zm-ui-primary) !important; }
body.zm-storefront-r1 .footer-bottom-section { margin-top: 28px !important; padding-top: 20px !important; border-top: 1px solid var(--zm-ui-border) !important; }
body.zm-storefront-r1 .social-media-section { gap: 8px !important; }
body.zm-storefront-r1 .social-icon {
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
  transform: none !important;
}
body.zm-storefront-r1 .copyright-section { color: var(--zm-ui-muted) !important; font-size: 12px !important; }
body.zm-storefront-r1 .made-with-love { color: var(--zm-ui-muted) !important; }

/* AI helper: keep function, neutralise floating novelty styling. */
body.zm-storefront-r1 .zm-ai-action {
  box-shadow: var(--zm-ui-shadow-sm) !important;
  transform: none !important;
}
body.zm-storefront-r1 .zm-ai-panel,
body.zm-storefront-r1 .zm-ai-feedback {
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: var(--zm-ui-shadow-md) !important;
}

/* ========================================================================== */
/* 12. RESPONSIVE                                                             */
/* ========================================================================== */

@media (max-width: 1399.98px) {
  :root { --zm-ui-gutter: 22px; }
  body.zm-storefront-r1 .zoomag_header_layout {
    grid-template-columns: minmax(190px, 250px) minmax(300px, 1fr) minmax(170px, 210px) !important;
    gap: 18px !important;
  }
  body.zm-storefront-r1 .zoomag_logo_with_coins { width: 64px !important; height: 64px !important; flex-basis: 64px !important; }
  body.zm-storefront-r1 .zoomag_logo_title { font-size: 22px !important; }
  body.zm-storefront-r1 .zoomag_logo_subtitle { font-size: 11px !important; }
  body.zm-storefront-r1 .zm-classic-nav__catalog-button { min-width: 205px !important; }
  body.zm-storefront-r1 .zm-classic-nav__quick-link { padding-inline: 10px !important; font-size: 13.5px !important; }
  body.zm-storefront-r1 .zm-classic-nav__mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 20px 30px !important; }
  body.zm-storefront-r1 .zoomag-subcategories-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  body.zm-storefront-r1 .zoomag-products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 15px !important; }
}

@media (max-width: 1199.98px) {
  body.zm-storefront-r1 .zoomag_header_layout {
    grid-template-columns: minmax(180px, 230px) minmax(280px, 1fr) minmax(150px, 190px) !important;
    gap: 14px !important;
  }
  body.zm-storefront-r1 .zoomag_logo_subtitle { display: none !important; }
  body.zm-storefront-r1 .cloud-cart-price { display: none !important; }
  body.zm-storefront-r1 .zoomag-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  body.zm-storefront-r1 .zoomag-subcategories-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  body.zm-storefront-r1 .zoohub-product-jungle { gap: 26px !important; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr) !important; }
}

@media (max-width: 991.98px) {
  :root { --zm-ui-gutter: 16px; }

  body.zm-storefront-r1 .zoomag_top_panel { display: none !important; }
  body.zm-storefront-r1 .zoomag_main_header_block { min-height: 0 !important; padding: 8px 0 10px !important; }
  body.zm-storefront-r1 .zoomag_header_layout {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "mobile"
      "search" !important;
    gap: 8px !important;
  }
  body.zm-storefront-r1 .zoomag-mobile-commandbar {
    grid-area: mobile !important;
    min-height: 48px !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
  }
  body.zm-storefront-r1 .zoomag_logo_section,
  body.zm-storefront-r1 .zoomag_cart_section { display: none !important; }
  body.zm-storefront-r1 .zoomag_search_section { grid-area: search !important; width: 100% !important; display: block !important; }
  body.zm-storefront-r1 .zoomag-mobile-brand {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: var(--zm-ui-text-strong) !important;
    text-decoration: none !important;
  }
  body.zm-storefront-r1 .zoomag-mobile-brand__mark { font-size: 18px !important; }
  body.zm-storefront-r1 .zoomag-mobile-brand__name { color: var(--zm-ui-text-strong) !important; font-size: 18px !important; font-weight: 750 !important; }
  body.zm-storefront-r1 .zoomag-mobile-actions { display: flex !important; align-items: center !important; gap: 4px !important; }
  body.zm-storefront-r1 .zoomag-mobile-action {
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid var(--zm-ui-border) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #475467 !important;
    box-shadow: none !important;
  }
  body.zm-storefront-r1 .magic-search-input-wrapper { min-height: 46px !important; height: 46px !important; }
  body.zm-storefront-r1 .magic-search-input { min-height: 44px !important; height: 44px !important; padding-right: 50px !important; font-size: 16px !important; }
  body.zm-storefront-r1 .magic-search-btn {
    width: 40px !important;
    min-width: 40px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
  }
  body.zm-storefront-r1 .magic-search-btn span { font-size: 0 !important; }
  body.zm-storefront-r1 .magic-search-btn span::after { content: "⌕"; font-size: 19px !important; }
  body.zm-storefront-r1 .zoomag-magic-search .magic-results-dropdown { position: absolute !important; width: 100% !important; max-width: 100% !important; }

  body.zm-storefront-r1 .zoomag-home-contact-grid { grid-template-columns: 1fr !important; }
  body.zm-storefront-r1 .zoomag-subcategories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.zm-storefront-r1 .zoomag-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
  body.zm-storefront-r1 .zoohub-product-jungle { grid-template-columns: 1fr !important; gap: 24px !important; }
  body.zm-storefront-r1 .zoohub-info-sanctuary { max-width: none !important; }
  body.zm-storefront-r1 .zoohub-gallery-thumbnails { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  body.zm-storefront-r1 .main-site-footer { margin-top: 38px !important; padding-top: 32px !important; }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r1 h1 { font-size: 29px !important; }
  body.zm-storefront-r1 h2 { font-size: 24px !important; }
  body.zm-storefront-r1 .zoomag-home-hero-banner { padding: 24px 20px !important; }
  body.zm-storefront-r1 .zoomag-home-banner-title { font-size: 34px !important; }
  body.zm-storefront-r1 .zoomag-home-banner-subtitle { font-size: 16px !important; }
  body.zm-storefront-r1 .zoomag-home-feature-badge { width: 100% !important; }
  body.zm-storefront-r1 .zoomag-category-header .row { row-gap: 12px !important; }
  body.zm-storefront-r1 .zoomag-category-stats { float: none !important; }
  body.zm-storefront-r1 .zoohub-conversion-trust { grid-template-columns: 1fr !important; }
  body.zm-storefront-r1 .zoohub-facts-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 575.98px) {
  :root { --zm-ui-gutter: 12px; }
  body.zm-storefront-r1 .container-fluid { padding-inline: 12px !important; }
  body.zm-storefront-r1 .zoomag-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 9px !important; }
  body.zm-storefront-r1 .petz-product-card { min-height: 410px !important; }
  body.zm-storefront-r1 .petz-image-section { padding: 8px 8px 0 !important; }
  body.zm-storefront-r1 .petz-content-section { padding: 10px !important; gap: 7px !important; }
  body.zm-storefront-r1 .petz-category { display: none !important; }
  body.zm-storefront-r1 .petz-product-name { min-height: 40px !important; }
  body.zm-storefront-r1 .petz-product-name a { font-size: 14px !important; line-height: 1.4 !important; }
  body.zm-storefront-r1 .petz-features { display: none !important; }
  body.zm-storefront-r1 .petz-price-main,
  body.zm-storefront-r1 .petz-special-price { font-size: 18px !important; }
  body.zm-storefront-r1 .petz-action-buttons { grid-template-columns: 1fr 40px !important; gap: 6px !important; }
  body.zm-storefront-r1 .petz-secondary-actions .petz-compare-btn { display: none !important; }
  body.zm-storefront-r1 .petz-btn-primary { min-height: 40px !important; }
  body.zm-storefront-r1 .petz-btn-secondary { width: 40px !important; min-width: 40px !important; height: 40px !important; min-height: 40px !important; }
  body.zm-storefront-r1 .zoomag-subcategories-grid { grid-template-columns: 1fr !important; }
  body.zm-storefront-r1 .zoomag-subcategory-card { min-height: 74px !important; }
  body.zm-storefront-r1 .zoomag-subcategory-inner { min-height: 72px !important; }
  body.zm-storefront-r1 .zoomag-subcategory-image,
  body.zm-storefront-r1 .zoomag-subcategory-icon { width: 52px !important; height: 52px !important; flex-basis: 52px !important; }
  body.zm-storefront-r1 .zoohub-gallery-thumbnails { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: 6px !important; }
  body.zm-storefront-r1 .zoohub-gallery-image { padding: 8px !important; }
  body.zm-storefront-r1 .cloud-cart-dropdown { min-width: 0 !important; width: calc(100vw - 20px) !important; }
}

@media (max-width: 380px) {
  body.zm-storefront-r1 .zoomag-products-grid { grid-template-columns: 1fr !important; }
  body.zm-storefront-r1 .petz-product-card { min-height: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.zm-storefront-r1 *,
  body.zm-storefront-r1 *::before,
  body.zm-storefront-r1 *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* ========================================================================== */
/* 13. ADAPTIVE STOREFRONT r3 — live screenshot fixes, 2026-08-10              */
/* ========================================================================== */

/* Wider site frame. r1 was too narrow on 2K/4K screens and made the shop look
   like a small widget in the middle of the monitor. */
body.zm-storefront-r2,
body.zm-storefront-r3 {
  --zm-ui-site-max: 1760px;
  --zm-ui-gutter: clamp(18px, 2.1vw, 52px);
}

@media (min-width: 1800px) { body.zm-storefront-r2 { --zm-ui-site-max: 1880px; } }
@media (min-width: 2200px) { body.zm-storefront-r2 { --zm-ui-site-max: 2160px; } }
@media (min-width: 2800px) { body.zm-storefront-r2 { --zm-ui-site-max: 2440px; } }
@media (min-width: 3400px) { body.zm-storefront-r2 { --zm-ui-site-max: 2760px; } }

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

body.zm-storefront-r2 :where(.container-fluid) {
  width: 100% !important;
  max-width: none !important;
  padding-left: var(--zm-ui-gutter) !important;
  padding-right: var(--zm-ui-gutter) !important;
}

/* Header: use the available width, keep search readable, and avoid tiny controls
   on large screens. */
body.zm-storefront-r2 .zoomag_top_panel { min-height: 42px !important; }
body.zm-storefront-r2 .zoomag_top_panel .container { min-height: 42px !important; }
body.zm-storefront-r2 .zoomag_header_nav_button { font-size: 15px !important; }

body.zm-storefront-r2 .zoomag_main_header_block {
  min-height: 98px !important;
  padding: 14px 0 !important;
}

body.zm-storefront-r2 .zoomag_header_layout {
  min-height: 70px !important;
  grid-template-columns: minmax(260px, 360px) minmax(520px, 1fr) minmax(210px, 280px) !important;
  gap: clamp(22px, 2vw, 42px) !important;
}

body.zm-storefront-r2 .zoomag_logo_with_coins {
  width: 76px !important;
  height: 76px !important;
  flex-basis: 76px !important;
}
body.zm-storefront-r2 .zoomag_logo_title { font-size: 28px !important; }
body.zm-storefront-r2 .zoomag_logo_subtitle { max-width: 220px !important; font-size: 14px !important; }

body.zm-storefront-r2 .magic-search-input-wrapper {
  min-height: 56px !important;
  height: 56px !important;
  border-radius: 12px !important;
}
body.zm-storefront-r2 .magic-search-input {
  min-height: 54px !important;
  height: 54px !important;
  padding-left: 52px !important;
  padding-right: 132px !important;
  font-size: 17px !important;
}
body.zm-storefront-r2 .magic-loupe { left: 18px !important; font-size: 18px !important; }
body.zm-storefront-r2 .magic-search-btn {
  min-width: 112px !important;
  min-height: 48px !important;
  height: 48px !important;
  border-radius: 9px !important;
  font-size: 15px !important;
}
body.zm-storefront-r2 .magic-search-btn span::after { font-size: 15px !important; }

body.zm-storefront-r2 .cloud-cart-btn {
  min-height: 56px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
}
body.zm-storefront-r2 .cloud-cart-icon { font-size: 21px !important; }
body.zm-storefront-r2 .cloud-cart-price { font-size: 15px !important; }

/* Navigation: bigger desktop tap targets and calmer proportions. */
body.zm-storefront-r2 .zm-classic-nav__inner { min-height: 64px !important; gap: 7px !important; }
body.zm-storefront-r2 .zm-classic-nav__catalog-button {
  min-width: 258px !important;
  min-height: 64px !important;
  padding-left: 21px !important;
  padding-right: 21px !important;
  font-size: 16px !important;
}
body.zm-storefront-r2 .zm-classic-nav__quick-link {
  min-height: 64px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px !important;
}
body.zm-storefront-r2 .zm-classic-nav__service a { min-height: 64px !important; font-size: 15px !important; }
body.zm-storefront-r2 .zm-classic-nav__desktop-head strong { font-size: 27px !important; }
body.zm-storefront-r2 .zm-classic-nav__desktop-head span { font-size: 16px !important; }
body.zm-storefront-r2 .zm-classic-nav__mega-title { font-size: 20px !important; }
body.zm-storefront-r2 .zm-classic-nav__mega-list a { font-size: 16px !important; padding-block: 6px !important; }
body.zm-storefront-r2 .zm-classic-nav__mega-all { font-size: 15px !important; }

/* Home page: make every live module use the same storefront width. */
body.zm-storefront-r2 #common-home {
  padding-top: 28px !important;
  padding-bottom: 44px !important;
}
body.zm-storefront-r2 #common-home > .row,
body.zm-storefront-r2 #product-category > .row,
body.zm-storefront-r2 #product-product > .row { margin-left: 0 !important; margin-right: 0 !important; }
body.zm-storefront-r2 #common-home > .row > #content,
body.zm-storefront-r2 #product-category #content,
body.zm-storefront-r2 #product-product #content { padding-left: 0 !important; padding-right: 0 !important; }

body.zm-storefront-r2 .zm-home-slot-r19,
body.zm-storefront-r2 .zm-home-specials-r19,
body.zm-storefront-r2 .zoomag-home-contact-grid,
body.zm-storefront-r2 .zoomag-home-hero-banner {
  width: 100% !important;
  max-width: none !important;
}

/* Live banner block from content_top. The old r31 file pinned it to 1180px; this
   is the main reason the 4K screenshot looked broken. */
body.zm-storefront-r2 #common-home .zm-home-slot-r19--banners {
  margin-top: 22px !important;
  margin-bottom: 30px !important;
}
body.zm-storefront-r2 #common-home .zm-home-slot-r19--banners .zoomag-banner-shell.zoomag-main-hero-slider {
  width: min(100%, 1880px) !important;
  max-width: min(100%, 1880px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Sales block readability: no white-on-pale text, no tiny cards on wide monitors. */
body.zm-storefront-r2 .zm-home-specials-r19__banner {
  min-height: 172px !important;
  padding: 28px clamp(28px, 2.6vw, 56px) !important;
  border: 1px solid var(--zm-ui-border) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f5f7 100%) !important;
  color: var(--zm-ui-text) !important;
  box-shadow: none !important;
}
body.zm-storefront-r2 .zm-home-specials-r19__eyebrow { color: var(--zm-ui-accent) !important; font-size: 14px !important; }
body.zm-storefront-r2 .zm-home-specials-r19__copy h2,
body.zm-storefront-r2 .zm-home-specials-r19__banner h2 {
  color: var(--zm-ui-text-strong) !important;
  font-size: clamp(26px, 1.65vw, 38px) !important;
}
body.zm-storefront-r2 .zm-home-specials-r19__copy > p:not(.zm-home-specials-r19__eyebrow),
body.zm-storefront-r2 .zm-home-specials-r19__banner p {
  color: #475467 !important;
  font-size: 16px !important;
}
body.zm-storefront-r2 .zm-home-specials-r27__quick,
body.zm-storefront-r2 .zm-home-specials-r27 .zm-home-specials-r19__all,
body.zm-storefront-r2 .zm-home-specials-r19__all {
  min-height: 46px !important;
  border: 1px solid var(--zm-ui-border) !important;
  background: #fff !important;
  color: var(--zm-ui-primary) !important;
  box-shadow: var(--zm-ui-shadow-xs) !important;
  font-size: 15px !important;
}
body.zm-storefront-r2 .zm-home-specials-r27__meta a,
body.zm-storefront-r2 .zm-home-specials-r27__meta > span,
body.zm-storefront-r2 .zm-home-specials-r19__meta span {
  border-color: var(--zm-ui-border) !important;
  background: #fff !important;
  color: #475467 !important;
  font-size: 14px !important;
}
body.zm-storefront-r2 .zm-home-specials-r19__meta strong { color: var(--zm-ui-accent) !important; }
body.zm-storefront-r2 .zm-home-specials-r27__meta b { color: var(--zm-ui-primary) !important; background: var(--zm-ui-primary-soft) !important; }
body.zm-storefront-r2 .zm-home-specials-r19__rail-wrap {
  padding: 18px 54px 10px !important;
  border-color: var(--zm-ui-border) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}
body.zm-storefront-r2 .zm-home-specials-r19__rail {
  grid-auto-columns: minmax(236px, calc((100% - 90px) / 7)) !important;
  gap: 15px !important;
}
body.zm-storefront-r2 .zm-home-specials-r19__image-wrap { min-height: 190px !important; }
body.zm-storefront-r2 .zm-home-specials-r19__image-wrap img { height: 176px !important; }
body.zm-storefront-r2 .zm-home-specials-r19__card-body h3 { font-size: 16px !important; line-height: 1.35 !important; }
body.zm-storefront-r2 .zm-home-specials-r19__stock { font-size: 14px !important; }
body.zm-storefront-r2 .zm-home-specials-r19__price-new { font-size: 20px !important; }

/* Category/product grids: consistent density by viewport, not one cramped fixed grid. */
@media (min-width: 1700px) {
  body.zm-storefront-r2 .zoomag-products-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  body.zm-storefront-r2 .zoomag-subcategories-grid { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
}
@media (min-width: 2200px) {
  body.zm-storefront-r2 .zoomag-products-grid { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: 20px !important; }
  body.zm-storefront-r2 .zoomag-subcategories-grid { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__rail { grid-auto-columns: minmax(242px, calc((100% - 105px) / 8)) !important; }
}
@media (min-width: 3000px) {
  body.zm-storefront-r2 .zoomag-products-grid { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  body.zm-storefront-r2 .zoomag-subcategories-grid { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__rail { grid-auto-columns: minmax(248px, calc((100% - 120px) / 9)) !important; }
}

body.zm-storefront-r2 .petz-product-card { min-height: 500px !important; }
body.zm-storefront-r2 .petz-product-name a { font-size: 17px !important; }
body.zm-storefront-r2 .petz-price-main,
body.zm-storefront-r2 .petz-special-price { font-size: 23px !important; }
body.zm-storefront-r2 .petz-btn-primary { font-size: 15px !important; }

/* Laptop breakpoints: this was the weak zone around 13-inch MacBooks. */
@media (max-width: 1399.98px) and (min-width: 992px) {
  body.zm-storefront-r2 { --zm-ui-gutter: 22px; --zm-ui-site-max: 1280px; }
  body.zm-storefront-r2 .zoomag_main_header_block { min-height: 88px !important; padding-block: 10px !important; }
  body.zm-storefront-r2 .zoomag_header_layout {
    grid-template-columns: minmax(190px, 240px) minmax(360px, 1fr) minmax(160px, 205px) !important;
    gap: 14px !important;
  }
  body.zm-storefront-r2 .zoomag_logo_with_coins { width: 60px !important; height: 60px !important; flex-basis: 60px !important; }
  body.zm-storefront-r2 .zoomag_logo_title { font-size: 22px !important; }
  body.zm-storefront-r2 .zoomag_logo_subtitle { display: none !important; }
  body.zm-storefront-r2 .magic-search-input-wrapper { min-height: 50px !important; height: 50px !important; }
  body.zm-storefront-r2 .magic-search-input { min-height: 48px !important; height: 48px !important; font-size: 16px !important; }
  body.zm-storefront-r2 .magic-search-btn { min-height: 42px !important; height: 42px !important; min-width: 92px !important; }
  body.zm-storefront-r2 .cloud-cart-btn { min-height: 50px !important; }
  body.zm-storefront-r2 .zm-classic-nav__catalog-button { min-width: 220px !important; font-size: 15px !important; }
  body.zm-storefront-r2 .zm-classic-nav__quick-link { padding-inline: 10px !important; font-size: 14px !important; }
  body.zm-storefront-r2 .zm-classic-nav__service a { font-size: 13px !important; padding-inline: 8px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__rail { grid-auto-columns: calc((100% - 45px) / 4) !important; }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  body.zm-storefront-r2 { --zm-ui-site-max: 1100px; --zm-ui-gutter: 18px; }
  body.zm-storefront-r2 .zoomag_header_layout {
    grid-template-columns: minmax(160px, 205px) minmax(320px, 1fr) minmax(130px, 165px) !important;
  }
  body.zm-storefront-r2 .zoomag_logo_with_coins { width: 54px !important; height: 54px !important; flex-basis: 54px !important; }
  body.zm-storefront-r2 .zoomag_logo_title { font-size: 20px !important; }
  body.zm-storefront-r2 .cloud-cart-price { display: none !important; }
  body.zm-storefront-r2 .zm-classic-nav__service { display: none !important; }
}

/* Tablet/mobile: don't keep desktop spacing, don't create horizontal scroll. */
@media (max-width: 991.98px) {
  body.zm-storefront-r2 { --zm-ui-site-max: 100%; --zm-ui-gutter: 16px; }
  body.zm-storefront-r2 .zoomag_main_header_block { padding: 8px 0 10px !important; }
  body.zm-storefront-r2 .zoomag_header_layout { gap: 10px !important; }
  body.zm-storefront-r2 .zoomag-mobile-commandbar { min-height: 52px !important; }
  body.zm-storefront-r2 .magic-search-input-wrapper { min-height: 48px !important; height: 48px !important; }
  body.zm-storefront-r2 .magic-search-input { min-height: 46px !important; height: 46px !important; padding-left: 44px !important; padding-right: 50px !important; }
  body.zm-storefront-r2 .magic-search-btn { min-width: 40px !important; min-height: 40px !important; height: 40px !important; }
  body.zm-storefront-r2 #common-home { padding-top: 14px !important; }
  body.zm-storefront-r2 #common-home .zm-home-slot-r19--banners { margin-top: 12px !important; margin-bottom: 20px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__banner { grid-template-columns: 1fr !important; min-height: 0 !important; padding: 20px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__rail-wrap { padding: 14px 0 6px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__rail { grid-auto-columns: minmax(225px, 72vw) !important; padding-inline: 14px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__nav { display: none !important; }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r2 { --zm-ui-gutter: 14px; }
  body.zm-storefront-r2 .zoomag-mobile-brand__name { font-size: 18px !important; }
  body.zm-storefront-r2 .zoomag-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  body.zm-storefront-r2 .petz-product-card { min-height: 410px !important; }
  body.zm-storefront-r2 .petz-product-name a { font-size: 14px !important; }
  body.zm-storefront-r2 .petz-price-main,
  body.zm-storefront-r2 .petz-special-price { font-size: 18px !important; }
}

@media (max-width: 575.98px) {
  body.zm-storefront-r2 { --zm-ui-gutter: 12px; }
  body.zm-storefront-r2 .zoomag-mobile-commandbar {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }
  body.zm-storefront-r2 .zoomag-mobile-action { width: 38px !important; height: 38px !important; }
  body.zm-storefront-r2 .zoomag-mobile-actions { gap: 3px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__banner { padding: 16px !important; border-radius: 12px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__copy h2,
  body.zm-storefront-r2 .zm-home-specials-r19__banner h2 { font-size: 22px !important; }
  body.zm-storefront-r2 .zm-home-specials-r19__rail { grid-auto-columns: minmax(210px, 78vw) !important; }
}

@media (max-width: 380px) {
  body.zm-storefront-r2 .zoomag-products-grid { grid-template-columns: 1fr !important; }
}

/* Source: catalog/view/stylesheet/zoomag/zm-final-layout-r4.css; original order retained. */
/* Zoomag final layout r4 — 2026-08-10
   Final screenshot-driven polish. This file is deliberately small and loaded
   both in <head> and at the end of footer so no legacy stylesheet can win later.
   Product variant logic is intentionally untouched. */

body.zm-storefront-r4 {
  --zm-ui-site-max: 1720px;
  --zm-ui-gutter: clamp(18px, 1.8vw, 34px);
}

@media (min-width: 1800px) {
  body.zm-storefront-r4 { --zm-ui-site-max: 1760px; }
}
@media (min-width: 2200px) {
  body.zm-storefront-r4 { --zm-ui-site-max: 2040px; --zm-ui-gutter: clamp(28px, 2.2vw, 54px); }
}
@media (min-width: 3000px) {
  body.zm-storefront-r4 { --zm-ui-site-max: 2320px; }
}

body.zm-storefront-r4 :where(.container, .zm-container),
body.zm-storefront-r4 .zm-classic-nav__inner,
body.zm-storefront-r4 .zm-classic-nav__desktop-panel-inner,
body.zm-storefront-r4 #common-home,
body.zm-storefront-r4 #product-category,
body.zm-storefront-r4 #checkout-cart,
body.zm-storefront-r4 #checkout-checkout,
body.zm-storefront-r4 #account-account,
body.zm-storefront-r4 #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 had remaining legacy max-width/scale effects on wide monitors. */
body.zm-storefront-r4 .zoomag_main_header_block > .container,
body.zm-storefront-r4 .zoomag_top_panel > .container,
body.zm-storefront-r4 .zoomag_header_layout {
  max-width: none !important;
}
body.zm-storefront-r4 .zoomag_header_layout {
  width: 100% !important;
  transform: none !important;
  zoom: 1 !important;
}
body.zm-storefront-r4 .zoomag_logo_section,
body.zm-storefront-r4 .zoomag_search_section,
body.zm-storefront-r4 .zoomag_cart_section {
  transform: none !important;
}

/* Text floor: desktop service/UI labels must not regress to 10–12px. */
@media (min-width: 992px) {
  body.zm-storefront-r4 .zoomag_header_nav_button { font-size: 14px !important; }
  body.zm-storefront-r4 .zm-classic-nav__quick-link { font-size: 15px !important; }
  body.zm-storefront-r4 .zm-classic-nav__service a { font-size: 14px !important; }
  body.zm-storefront-r4 :where(.zm-ui-breadcrumbs__link, .zoohub-breadcrumb-link, .zoohub-breadcrumb-current) { font-size: 13px !important; }
}

/* Homepage embedded HTML module: use the same canvas as the rest of the shop. */
body.zm-storefront-r4 #common-home .zm-about-2026 {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.zm-storefront-r4 #common-home .zm-about-2026__cta {
  border-radius: 16px !important;
  box-shadow: none !important;
}

/* Footer: normal ecommerce proportions and readable text. */
body.zm-storefront-r4 .main-site-footer {
  min-height: 0 !important;
  margin-top: 36px !important;
  padding: 36px 0 20px !important;
  background: #f7f8fa !important;
}
body.zm-storefront-r4 .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-r4 .main-site-footer h5 { font-size: 17px !important; line-height: 1.3 !important; }
body.zm-storefront-r4 .main-site-footer .store-info strong { font-size: 15px !important; }
body.zm-storefront-r4 .main-site-footer :where(.metro-station, .working-hours, .phone-number) { font-size: 14px !important; }
body.zm-storefront-r4 .main-site-footer .footer-navigation .nav-link { font-size: 14px !important; line-height: 1.45 !important; }
body.zm-storefront-r4 .main-site-footer .copyright-section { font-size: 13px !important; }
body.zm-storefront-r4 .main-site-footer .footer-bottom-section { margin-top: 24px !important; padding-top: 18px !important; }

/* Content should end naturally before the footer, never reserve a viewport-high blank zone. */
body.zm-storefront-r4 #common-home,
body.zm-storefront-r4 #common-home #content,
body.zm-storefront-r4 #common-home .zm-home-slot-r19--content,
body.zm-storefront-r4 #common-home .zm-about-2026 {
  min-height: 0 !important;
  height: auto !important;
}

/* Laptop: use nearly all available width but keep comfortable gutters. */
@media (max-width: 1399.98px) and (min-width: 992px) {
  body.zm-storefront-r4 { --zm-ui-site-max: 1320px; --zm-ui-gutter: 20px; }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  body.zm-storefront-r4 { --zm-ui-site-max: 1140px; --zm-ui-gutter: 16px; }
}

@media (max-width: 991.98px) {
  body.zm-storefront-r4 { --zm-ui-site-max: 100%; --zm-ui-gutter: 16px; }
  body.zm-storefront-r4 .main-site-footer { margin-top: 28px !important; padding-top: 28px !important; }
}
@media (max-width: 575.98px) {
  body.zm-storefront-r4 { --zm-ui-gutter: 12px; }
  body.zm-storefront-r4 .main-site-footer h5 { font-size: 16px !important; }
  body.zm-storefront-r4 .main-site-footer .footer-navigation .nav-link,
  body.zm-storefront-r4 .main-site-footer :where(.metro-station, .working-hours, .phone-number) { font-size: 14px !important; }
}

/* Source: catalog/view/stylesheet/zoomag/zm-layout-polish-r5.css; original order retained. */
/* 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;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-layout-polish-r6.css; original order retained. */
/* 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; }
}

/* Source: catalog/view/stylesheet/zoomag/zm-origin-scale-r7.css; original order retained. */
/* Zoomag r7 — source coin restoration + true large-scale storefront.
   Coin markup/animation is restored from the original site archive (Round 7). */

body.zm-storefront-r7 {
  --zm-ui-site-max: 2040px;
  --zm-ui-gutter: clamp(18px, 1.55vw, 34px);
  font-size: 18px !important;
}

@media (min-width: 2200px) {
  body.zm-storefront-r7 { --zm-ui-site-max: 2240px; }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  body.zm-storefront-r7 { --zm-ui-site-max: 1380px; --zm-ui-gutter: 18px; }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  body.zm-storefront-r7 { --zm-ui-site-max: 1180px; --zm-ui-gutter: 16px; }
}

body.zm-storefront-r7 :where(.container, .container-fluid, .zm-container),
body.zm-storefront-r7 .zm-classic-nav__inner,
body.zm-storefront-r7 .zm-classic-nav__desktop-panel-inner {
  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;
}

/* ========================================================================== */
/* ORIGINAL COIN — visual and movement from the source archive                */
/* ========================================================================== */
body.zm-storefront-r7 .zoomag_main_header_block {
  padding-block: clamp(16px, 1.35vw, 24px) !important;
  overflow: visible !important;
}
body.zm-storefront-r7 .zoomag_header_layout {
  display: grid !important;
  grid-template-columns: minmax(560px, 650px) minmax(450px, 1fr) minmax(150px, 230px) !important;
  gap: clamp(22px, 1.5vw, 32px) !important;
  min-height: clamp(176px, 10vw, 210px) !important;
  align-items: center !important;
  overflow: visible !important;
}
body.zm-storefront-r7 .zoomag_logo_section,
body.zm-storefront-r7 .zoomag_logo_block,
body.zm-storefront-r7 .zoomag_logo_block > a {
  overflow: visible !important;
}
body.zm-storefront-r7 .zoomag_logo_block > a,
body.zm-storefront-r7 .zoomag_logo_block a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: clamp(16px, 1vw, 22px) !important;
}

body.zm-storefront-r7 .zoomag_logo_with_coins {
  --zm-coin-logo-size: clamp(168px, 9.8vw, 198px);
  --zm-coin-stage-gap: clamp(8px, .55vw, 11px);
  --zm-coin-travel: calc(var(--zm-coin-logo-size) * .72 + var(--zm-coin-stage-gap));
  --zm-coin-stage-width: calc(var(--zm-coin-logo-size) * 1.72 + var(--zm-coin-stage-gap));
  position: relative !important;
  inset: auto !important;
  display: block !important;
  flex: 0 0 var(--zm-coin-stage-width) !important;
  width: var(--zm-coin-stage-width) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-stage-width) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  isolation: isolate !important;
}
body.zm-storefront-r7 .zoomag_logo_with_coins .zoomag_logo_image {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  width: var(--zm-coin-logo-size) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-logo-size) !important;
  max-width: var(--zm-coin-logo-size) !important;
  max-height: var(--zm-coin-logo-size) !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  transform: none !important;
  z-index: 3 !important;
}
body.zm-storefront-r7 .zoomag_logo_with_coins .coin,
body.zm-storefront-r7 .zoomag_logo_with_coins .coin.coin-slide-right {
  display: block !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  left: 0 !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: var(--zm-coin-logo-size) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-logo-size) !important;
  max-width: var(--zm-coin-logo-size) !important;
  max-height: var(--zm-coin-logo-size) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: url('https://zoomag.by/image/catalog/logo-coins.webp') center/contain no-repeat !important;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,.2)) !important;
  border-radius: 30% !important;
  opacity: 0;
  pointer-events: none !important;
  overflow: hidden !important;
  transform-origin: center center !important;
  will-change: transform, opacity !important;
  z-index: 2 !important;
  animation: zmCoinSlideRightSourceR7 180s ease-in-out 5s infinite !important;
}
body.zm-storefront-r7 .zoomag_logo_with_coins .coin::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at center, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 40%, rgba(255,255,255,.3) 50%, rgba(255,255,255,.1) 60%, rgba(255,255,255,0) 100%) !important;
  border-radius: 30% !important;
  animation: zmCoinPulseSourceR7 4s ease-in-out infinite !important;
  opacity: 0;
  transform: scale(1.2);
  z-index: 1 !important;
}
body.zm-storefront-r7 .zoomag_logo_with_coins .coin::after {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255,215,0,.3) 30deg, rgba(255,255,255,.6) 50deg, rgba(255,215,0,.3) 70deg, transparent 90deg, transparent 180deg, rgba(255,215,0,.2) 210deg, rgba(255,255,255,.4) 230deg, rgba(255,215,0,.2) 250deg, transparent 270deg) !important;
  animation: zmCoinRotateSourceR7 8s linear infinite !important;
  opacity: .3;
  z-index: 1 !important;
}
@keyframes zmCoinPulseSourceR7 {
  0%,100% { opacity:0; transform:scale(1.2); }
  25% { opacity:.7; transform:scale(1.1); }
  50% { opacity:.3; transform:scale(1.15); }
  75% { opacity:.8; transform:scale(1.05); }
}
@keyframes zmCoinRotateSourceR7 { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
@keyframes zmCoinSlideRightSourceR7 {
  0%,1% { opacity:0; transform:translate3d(0,0,0) scale(.9); }
  2% { opacity:1; transform:translate3d(0,0,0) scale(1); }
  5%,94% { opacity:1; transform:translate3d(var(--zm-coin-travel),0,0) scale(1); }
  95% { opacity:1; transform:translate3d(var(--zm-coin-travel),0,0) scale(1); }
  98% { opacity:1; transform:translate3d(0,0,0) scale(1); }
  99%,100% { opacity:0; transform:translate3d(0,0,0) scale(.9); }
}
body.zm-storefront-r7 .zoomag_logo_with_coins:hover .coin.coin-slide-right {
  filter: drop-shadow(3px 5px 14px rgba(255,215,0,.85)) !important;
}
body.zm-storefront-r7 .zoomag_logo_with_coins:hover .coin::before { animation-duration: 2s !important; }
body.zm-storefront-r7 .zoomag_logo_with_coins:hover .coin::after { animation-duration: 4s !important; opacity:.5 !important; }

body.zm-storefront-r7 .zoomag_logo_text {
  position: static !important;
  inset: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 260px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: flex-start !important;
}
body.zm-storefront-r7 .zoomag_logo_title {
  margin: 0 !important;
  font-size: clamp(2.65rem, 2.7vw, 3.45rem) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
  white-space: nowrap !important;
  color: #20324f !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
  animation: none !important;
}
body.zm-storefront-r7 .zoomag_logo_subtitle {
  margin-top: 9px !important;
  max-width: 230px !important;
  font-size: clamp(1rem, 1vw, 1.15rem) !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  color: #536276 !important;
}
body.zm-storefront-r7 .zoomag_search_section .zoomag-magic-search,
body.zm-storefront-r7 .zoomag_search_section .magic-search-input-wrapper,
body.zm-storefront-r7 .zoomag_search_block {
  width: 100% !important;
  max-width: none !important;
  min-height: 70px !important;
}
body.zm-storefront-r7 .zoomag_search_section input[type='text'],
body.zm-storefront-r7 .zoomag_search_section input[type='search'],
body.zm-storefront-r7 .zoomag_search_section .form-control {
  min-height: 66px !important;
  font-size: 18px !important;
  padding-left: 24px !important;
}
body.zm-storefront-r7 .zoomag_search_section .btn,
body.zm-storefront-r7 .zoomag_search_section button {
  min-height: 56px !important;
  font-size: 17px !important;
  padding-inline: 26px !important;
}
body.zm-storefront-r7 .zoomag_cart_section { min-width: 220px !important; }
body.zm-storefront-r7 .zoomag_header_nav_button,
body.zm-storefront-r7 .zoomag_account_menu_item { font-size: 16px !important; }

/* Menu is intentionally larger and easier to scan. */
body.zm-storefront-r7 .zm-classic-nav__desktop-trigger,
body.zm-storefront-r7 .zm-classic-nav__top-link,
body.zm-storefront-r7 .zm-classic-nav__quick-link,
body.zm-storefront-r7 .zm-classic-nav__service a {
  font-size: 17px !important;
}
body.zm-storefront-r7 .zm-classic-nav__desktop-trigger,
body.zm-storefront-r7 .zm-classic-nav__top-link { min-height: 56px !important; }
body.zm-storefront-r7 .zm-classic-nav__desktop-panel-inner { padding-block: 24px !important; }
body.zm-storefront-r7 .zm-classic-nav__category-title { font-size: 19px !important; }
body.zm-storefront-r7 .zm-classic-nav__subcategory-link { font-size: 16px !important; line-height: 1.4 !important; }

/* ========================================================================== */
/* HOME — remove remaining narrow-shell effect                                 */
/* ========================================================================== */
body.zm-storefront-r7 #common-home.zm-home-layout-r19,
body.zm-storefront-r7 #common-home,
body.zm-storefront-r7 #common-home > .row,
body.zm-storefront-r7 #common-home #content,
body.zm-storefront-r7 #common-home .zm-home-slot-r19,
body.zm-storefront-r7 #common-home .zm-home-slot-r19--banners,
body.zm-storefront-r7 #common-home .zm-home-slot-r19--content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
body.zm-storefront-r7 #common-home.zm-home-layout-r19 {
  width: min(calc(100vw - 34px), 2020px) !important;
  max-width: 2020px !important;
  padding-inline: 0 !important;
  margin-inline: auto !important;
}
body.zm-storefront-r7 #common-home .zm-home-slot-r19--banners > *,
body.zm-storefront-r7 #common-home .zm-home-slot-r19--banners .zoomag-banner-shell.zoomag-main-hero-slider {
  width: 100% !important;
  max-width: none !important;
}
body.zm-storefront-r7 #common-home .zm-home-slot-r19--banners .zoomag-banner-shell.zoomag-main-hero-slider {
  margin-top: 24px !important;
  margin-bottom: 48px !important;
}
body.zm-storefront-r7 #common-home .zm-home-specials-r19,
body.zm-storefront-r7 #common-home .zm-home-specials-r27 {
  width: 100% !important;
  max-width: none !important;
}
body.zm-storefront-r7 #common-home .zm-home-specials-r19__banner {
  padding: 28px 32px !important;
  border-radius: 22px !important;
}
body.zm-storefront-r7 #common-home .zm-home-specials-r19__eyebrow { font-size: 13px !important; }
body.zm-storefront-r7 #common-home .zm-home-specials-r19__copy h2 { font-size: clamp(2rem, 2.2vw, 2.65rem) !important; }
body.zm-storefront-r7 #common-home .zm-home-specials-r19__copy > p { font-size: 16px !important; }
body.zm-storefront-r7 #common-home .zm-home-specials-r19__meta,
body.zm-storefront-r7 #common-home .zm-home-specials-r27__actions { font-size: 15px !important; }

/* Brand logos return to the large presentation used before the compact r4 pass. */
body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider {
  width: 100% !important;
  max-width: none !important;
  margin: 42px 0 54px !important;
  padding-inline: 62px !important;
}
body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card {
  min-height: 278px !important;
  height: 278px !important;
  padding: 24px 30px !important;
  border-radius: 20px !important;
}
body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card-image {
  width: auto !important;
  height: auto !important;
  max-width: 97% !important;
  max-height: 222px !important;
  object-fit: contain !important;
}
body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .carousel-control-prev,
body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .carousel-control-next {
  width: 54px !important;
  height: 54px !important;
  font-size: 22px !important;
}

/* ========================================================================== */
/* PRODUCT — use the actual site width rather than a small central island      */
/* ========================================================================== */
body.zm-storefront-r7 #product-product .zoohub-product-showcase,
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-layout,
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-main {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-container {
  width: min(calc(100vw - 34px), 1980px) !important;
  max-width: 1980px !important;
  margin-inline: auto !important;
}
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-product-jungle,
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-tabs-savannah,
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zm-related-showcase,
body.zm-storefront-r7 #product-product .zoohub-product-showcase .product-related {
  width: min(100%, 1880px) !important;
  max-width: 1880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1440px) {
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(700px, 760px) minmax(0, 1fr) !important;
    gap: 52px !important;
    align-items: start !important;
  }
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-gallery-den {
    width: 100% !important;
    max-width: 760px !important;
    padding: 20px !important;
    border-radius: 28px !important;
  }
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-image-frame {
    max-height: 700px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1439.98px) {
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(540px, 590px) minmax(0, 1fr) !important;
    gap: 30px !important;
  }
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-gallery-den { max-width: 590px !important; }
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-image-frame { max-height: 560px !important; }
}
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-product-title {
  font-size: clamp(2.65rem, 2.6vw, 3.45rem) !important;
  line-height: 1.08 !important;
  max-width: 25ch !important;
}
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-price-current {
  font-size: clamp(2.45rem, 2.4vw, 3.1rem) !important;
}
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-fact-label { font-size: 14px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-fact-value { font-size: 17px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-conversion-trust__text strong { font-size: 15px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-conversion-trust__text small { font-size: 13px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-conversion-trust__item { min-height: 62px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches { padding: 22px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches__title { font-size: 21px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-chip { min-height: 68px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-chip__label { font-size: 15px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-tabs-savannah { margin-top: 28px !important; }
body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-tabs-content { font-size: 17px !important; }

/* Related products: 3 real cards instead of 4 tiny cards on desktop. */
@media (min-width: 1200px) {
  body.zm-storefront-r7 #product-product .zm-related-showcase { --zr-visible: 3 !important; --zr-gap: 24px !important; padding: 30px !important; }
  body.zm-storefront-r7 #product-product .zm-related-showcase .petz-image-section { height: 300px !important; }
  body.zm-storefront-r7 #product-product .zm-related-showcase .petz-product-name a { font-size: 17px !important; line-height: 1.28 !important; }
  body.zm-storefront-r7 #product-product .zm-related-showcase .petz-price-main,
  body.zm-storefront-r7 #product-product .zm-related-showcase .petz-special-price { font-size: 25px !important; }
  body.zm-storefront-r7 #product-product .zm-related-showcase .petz-btn.petz-btn-primary { min-height: 52px !important; }
  body.zm-storefront-r7 #product-product .zm-related-showcase .petz-btn-text { font-size: 16px !important; }
  body.zm-storefront-r7 #product-product .zm-related-showcase__title { font-size: clamp(2rem, 2.2vw, 2.55rem) !important; }
  body.zm-storefront-r7 #product-product .zm-related-showcase__subtitle { font-size: 16px !important; }
}

/* ========================================================================== */
/* FOOTER — larger, more substantial and easier to read                       */
/* ========================================================================== */
body.zm-storefront-r7 .main-site-footer {
  margin-top: 58px !important;
  padding: 48px 0 28px !important;
}
body.zm-storefront-r7 .main-site-footer > .container {
  width: min(calc(100% - (var(--zm-ui-gutter) * 2)), 1980px) !important;
  max-width: 1980px !important;
}
body.zm-storefront-r7 .main-site-footer .row { --bs-gutter-x: 24px !important; --bs-gutter-y: 24px !important; }
body.zm-storefront-r7 .main-site-footer .footer-contacts-section,
body.zm-storefront-r7 .main-site-footer .footer-info-section,
body.zm-storefront-r7 .main-site-footer .footer-services-section {
  padding: 30px 30px 26px !important;
  border-radius: 24px !important;
}
body.zm-storefront-r7 .main-site-footer h5 { font-size: 23px !important; margin-bottom: 20px !important; }
body.zm-storefront-r7 .main-site-footer .store-info strong { font-size: 18px !important; }
body.zm-storefront-r7 .main-site-footer :where(.metro-station,.working-hours,.phone-number),
body.zm-storefront-r7 .main-site-footer .footer-navigation .nav-link { font-size: 16px !important; line-height: 1.6 !important; }
body.zm-storefront-r7 .main-site-footer .footer-navigation .nav-link { padding-block: 5px !important; }
body.zm-storefront-r7 .main-site-footer .social-label,
body.zm-storefront-r7 .main-site-footer .copyright-section { font-size: 15px !important; }
body.zm-storefront-r7 .main-site-footer .social-icon { width: 42px !important; height: 42px !important; }
body.zm-storefront-r7 .main-site-footer .social-icon i { font-size: 18px !important; }

@media (max-width: 1399.98px) and (min-width: 1200px) {
  body.zm-storefront-r7 .zoomag_header_layout {
    grid-template-columns: minmax(500px, 540px) minmax(430px, 1fr) minmax(150px, 200px) !important;
    min-height: 166px !important;
    gap: 18px !important;
  }
  body.zm-storefront-r7 .zoomag_logo_with_coins { --zm-coin-logo-size: clamp(148px, 10.5vw, 166px); }
  body.zm-storefront-r7 .zoomag_logo_text { max-width: 220px !important; }
  body.zm-storefront-r7 .zoomag_logo_title { font-size: clamp(2.25rem, 2.6vw, 2.8rem) !important; }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  body.zm-storefront-r7 .zoomag_header_layout {
    grid-template-columns: minmax(0,1fr) minmax(150px,auto) !important;
    grid-template-areas: 'logo logo' 'search cart' !important;
    min-height: 0 !important;
  }
  body.zm-storefront-r7 .zoomag_logo_section { justify-self:center !important; }
  body.zm-storefront-r7 .zoomag_logo_with_coins { --zm-coin-logo-size: clamp(116px, 13vw, 142px); --zm-coin-stage-gap:6px; }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r7 { font-size: 16px !important; --zm-ui-site-max: 100%; --zm-ui-gutter: 12px; }
  body.zm-storefront-r7 .zoomag_header_layout {
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas: 'logo logo' 'search cart' !important;
    min-height: 0 !important;
  }
  body.zm-storefront-r7 .zoomag_logo_section { justify-self:center !important; width:100% !important; }
  body.zm-storefront-r7 .zoomag_logo_block > a { justify-content:center !important; }
  body.zm-storefront-r7 .zoomag_logo_with_coins { --zm-coin-logo-size: clamp(82px, 20vw, 108px); --zm-coin-stage-gap:4px; }
  body.zm-storefront-r7 .zoomag_logo_text { max-width: 175px !important; }
  body.zm-storefront-r7 .zoomag_logo_title { font-size: clamp(1.55rem, 6vw, 2rem) !important; }
  body.zm-storefront-r7 .zoomag_logo_subtitle { font-size: clamp(.72rem, 2.9vw, .9rem) !important; }
  body.zm-storefront-r7 #common-home.zm-home-layout-r19,
  body.zm-storefront-r7 #product-product .zoohub-product-showcase .zoohub-container { width: calc(100vw - 20px) !important; }
  body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider { padding-inline: 0 !important; }
  body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card { min-height: 150px !important; height: 150px !important; }
  body.zm-storefront-r7 #common-home .zoomag-banner-shell.zoomag-home-brands-slider .zoomag-banner-card-image { max-height: 108px !important; }
  body.zm-storefront-r7 .main-site-footer .footer-contacts-section,
  body.zm-storefront-r7 .main-site-footer .footer-info-section,
  body.zm-storefront-r7 .main-site-footer .footer-services-section { padding: 22px !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.zm-storefront-r7 .zoomag_logo_with_coins .coin.coin-slide-right {
    display: none !important;
    animation: none !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-origin-scale-r8.css; original order retained. */
/* Zoomag r8 — larger logo, left-moving coin, and wider product blocks. */

body.zm-storefront-r8 {
  --zm-ui-site-max: 2120px;
  --zm-ui-gutter: clamp(18px, 1.45vw, 34px);
}

@media (min-width: 2200px) {
  body.zm-storefront-r8 { --zm-ui-site-max: 2320px; }
}

body.zm-storefront-r8 :where(.container, .container-fluid, .zm-container),
body.zm-storefront-r8 .zm-classic-nav__inner,
body.zm-storefront-r8 .zm-classic-nav__desktop-panel-inner {
  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 / logo / coin ================= */
body.zm-storefront-r8 .zoomag_header_layout {
  grid-template-columns: minmax(640px, 780px) minmax(520px, 1fr) minmax(160px, 230px) !important;
  min-height: clamp(188px, 10.6vw, 224px) !important;
  gap: clamp(24px, 1.6vw, 34px) !important;
}
body.zm-storefront-r8 .zoomag_logo_with_coins {
  --zm-coin-logo-size: clamp(198px, 10.8vw, 236px);
  --zm-coin-left-stage: clamp(138px, 8vw, 176px);
  position: relative !important;
  flex: 0 0 calc(var(--zm-coin-logo-size) + var(--zm-coin-left-stage)) !important;
  width: calc(var(--zm-coin-logo-size) + var(--zm-coin-left-stage)) !important;
  min-width: calc(var(--zm-coin-logo-size) + var(--zm-coin-left-stage)) !important;
  height: var(--zm-coin-logo-size) !important;
  margin-left: 0 !important;
  overflow: visible !important;
}
body.zm-storefront-r8 .zoomag_logo_with_coins .zoomag_logo_image {
  left: var(--zm-coin-left-stage) !important;
  width: var(--zm-coin-logo-size) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-logo-size) !important;
  max-width: var(--zm-coin-logo-size) !important;
  max-height: var(--zm-coin-logo-size) !important;
}
body.zm-storefront-r8 .zoomag_logo_with_coins .coin,
body.zm-storefront-r8 .zoomag_logo_with_coins .coin.coin-slide-right {
  left: calc(var(--zm-coin-left-stage) - (var(--zm-coin-logo-size) * .28)) !important;
  width: calc(var(--zm-coin-logo-size) * .98) !important;
  height: calc(var(--zm-coin-logo-size) * .98) !important;
  min-width: calc(var(--zm-coin-logo-size) * .98) !important;
  max-width: calc(var(--zm-coin-logo-size) * .98) !important;
  max-height: calc(var(--zm-coin-logo-size) * .98) !important;
  z-index: 1 !important;
  animation: zmCoinSlideLeftWideR8 180s ease-in-out 5s infinite !important;
}
@keyframes zmCoinSlideLeftWideR8 {
  0%, 1% { opacity: 0; transform: translate3d(0, 0, 0) scale(.92); }
  2% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  6%, 93% { opacity: 1; transform: translate3d(calc(var(--zm-coin-left-stage) * -1), 0, 0) scale(1); }
  96% { opacity: 1; transform: translate3d(calc(var(--zm-coin-left-stage) * -1), 0, 0) scale(1); }
  98% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  99%, 100% { opacity: 0; transform: translate3d(0, 0, 0) scale(.92); }
}
body.zm-storefront-r8 .zoomag_logo_text {
  max-width: 310px !important;
}
body.zm-storefront-r8 .zoomag_logo_title {
  font-size: clamp(3.15rem, 3vw, 3.95rem) !important;
}
body.zm-storefront-r8 .zoomag_logo_subtitle {
  font-size: clamp(1.05rem, 1.05vw, 1.2rem) !important;
  max-width: 250px !important;
}
body.zm-storefront-r8 .zoomag_search_section .zoomag-magic-search,
body.zm-storefront-r8 .zoomag_search_section .magic-search-input-wrapper,
body.zm-storefront-r8 .zoomag_search_block {
  min-height: 74px !important;
}
body.zm-storefront-r8 .zoomag_search_section input[type='text'],
body.zm-storefront-r8 .zoomag_search_section input[type='search'],
body.zm-storefront-r8 .zoomag_search_section .form-control {
  min-height: 70px !important;
  font-size: 19px !important;
}
body.zm-storefront-r8 .zoomag_search_section .btn,
body.zm-storefront-r8 .zoomag_search_section button {
  min-height: 60px !important;
  font-size: 18px !important;
}
body.zm-storefront-r8 .zoomag_cart_section { min-width: 240px !important; }

/* ================= Product page width ================= */
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-container {
  width: min(calc(100vw - 34px), 2060px) !important;
  max-width: 2060px !important;
}
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-product-jungle,
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-tabs-savannah,
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zm-related-showcase,
body.zm-storefront-r8 #product-product .zoohub-product-showcase .product-related {
  width: min(100%, 1960px) !important;
  max-width: 1960px !important;
}
@media (min-width: 1440px) {
  body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(780px, 840px) minmax(0, 1fr) !important;
    gap: 58px !important;
  }
  body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-gallery-den {
    max-width: 840px !important;
    padding: 22px !important;
  }
  body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-image-frame {
    max-height: 760px !important;
  }
  body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-info-sanctuary {
    padding-right: 8px !important;
  }
}
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-product-title {
  font-size: clamp(2.85rem, 2.75vw, 3.7rem) !important;
  max-width: 24ch !important;
}
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-price-current {
  font-size: clamp(2.6rem, 2.45vw, 3.25rem) !important;
}
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-fact-label { font-size: 15px !important; }
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-fact-value { font-size: 18px !important; }
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches {
  padding: 24px !important;
}
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-tabs-savannah {
  width: min(100%, 1960px) !important;
}
body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-tabs-content {
  font-size: 18px !important;
}

/* Related products block should feel full-width and proportional to site. */
@media (min-width: 1280px) {
  body.zm-storefront-r8 #product-product .zm-related-showcase {
    --zr-visible: 4 !important;
    --zr-gap: 26px !important;
    width: min(100%, 1960px) !important;
    max-width: 1960px !important;
    padding: 34px !important;
  }
  body.zm-storefront-r8 #product-product .zm-related-showcase .petz-image-section {
    height: 320px !important;
  }
  body.zm-storefront-r8 #product-product .zm-related-showcase .petz-product-name a {
    font-size: 18px !important;
  }
}

/* Home/product list cards get a bit more horizontal room too. */
body.zm-storefront-r8 #common-home.zm-home-layout-r19 {
  width: min(calc(100vw - 34px), 2080px) !important;
  max-width: 2080px !important;
}

/* ================= Responsive corrections ================= */
@media (max-width: 1399.98px) and (min-width: 1200px) {
  body.zm-storefront-r8 .zoomag_header_layout {
    grid-template-columns: minmax(560px, 620px) minmax(430px, 1fr) minmax(150px, 200px) !important;
  }
  body.zm-storefront-r8 .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(170px, 10.2vw, 196px);
    --zm-coin-left-stage: clamp(110px, 7vw, 144px);
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  body.zm-storefront-r8 .zoomag_header_layout {
    grid-template-columns: minmax(0,1fr) minmax(160px,auto) !important;
  }
  body.zm-storefront-r8 .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(124px, 13vw, 154px);
    --zm-coin-left-stage: clamp(84px, 8vw, 106px);
  }
}
@media (max-width: 767.98px) {
  body.zm-storefront-r8 { --zm-ui-site-max: 100%; --zm-ui-gutter: 12px; }
  body.zm-storefront-r8 .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(90px, 22vw, 118px);
    --zm-coin-left-stage: clamp(52px, 10vw, 70px);
  }
  body.zm-storefront-r8 .zoomag_logo_title { font-size: clamp(1.7rem, 6.2vw, 2.15rem) !important; }
  body.zm-storefront-r8 #product-product .zoohub-product-showcase .zoohub-container,
  body.zm-storefront-r8 #common-home.zm-home-layout-r19 {
    width: calc(100vw - 20px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.zm-storefront-r8 .zoomag_logo_with_coins .coin.coin-slide-right {
    animation: none !important;
    opacity: 1 !important;
    transform: translate3d(calc(var(--zm-coin-left-stage) * -0.55), 0, 0) scale(1) !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-origin-scale-r9.css; original order retained. */
/* Zoomag r9 — rein in coin travel, enlarge and equalize related products. */

body.zm-storefront-r9 {
  --zm-ui-site-max: 2140px;
  --zm-ui-gutter: clamp(18px, 1.4vw, 34px);
}

body.zm-storefront-r9 :where(.container, .container-fluid, .zm-container),
body.zm-storefront-r9 .zm-classic-nav__inner,
body.zm-storefront-r9 .zm-classic-nav__desktop-panel-inner {
  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 / logo / coin ---------------- */
body.zm-storefront-r9 .zoomag_header_layout {
  grid-template-columns: minmax(650px, 790px) minmax(520px, 1fr) minmax(160px, 230px) !important;
}
body.zm-storefront-r9 .zoomag_logo_with_coins {
  --zm-coin-logo-size: clamp(206px, 11vw, 242px);
  --zm-coin-left-stage: clamp(96px, 5.8vw, 122px);
  flex: 0 0 calc(var(--zm-coin-logo-size) + var(--zm-coin-left-stage)) !important;
  width: calc(var(--zm-coin-logo-size) + var(--zm-coin-left-stage)) !important;
  min-width: calc(var(--zm-coin-logo-size) + var(--zm-coin-left-stage)) !important;
}
body.zm-storefront-r9 .zoomag_logo_with_coins .zoomag_logo_image {
  left: var(--zm-coin-left-stage) !important;
  width: var(--zm-coin-logo-size) !important;
  height: var(--zm-coin-logo-size) !important;
  min-width: var(--zm-coin-logo-size) !important;
  max-width: var(--zm-coin-logo-size) !important;
  max-height: var(--zm-coin-logo-size) !important;
}
body.zm-storefront-r9 .zoomag_logo_with_coins .coin,
body.zm-storefront-r9 .zoomag_logo_with_coins .coin.coin-slide-right {
  left: calc(var(--zm-coin-left-stage) - (var(--zm-coin-logo-size) * .16)) !important;
  width: calc(var(--zm-coin-logo-size) * .96) !important;
  height: calc(var(--zm-coin-logo-size) * .96) !important;
  min-width: calc(var(--zm-coin-logo-size) * .96) !important;
  max-width: calc(var(--zm-coin-logo-size) * .96) !important;
  max-height: calc(var(--zm-coin-logo-size) * .96) !important;
  animation: zmCoinSlideLeftCompactR9 180s ease-in-out 5s infinite !important;
}
@keyframes zmCoinSlideLeftCompactR9 {
  0%, 1% { opacity: 0; transform: translate3d(0,0,0) scale(.94); }
  2% { opacity: 1; transform: translate3d(0,0,0) scale(1); }
  7%, 93% { opacity: 1; transform: translate3d(calc(var(--zm-coin-left-stage) * -0.82), 0, 0) scale(1); }
  96% { opacity: 1; transform: translate3d(calc(var(--zm-coin-left-stage) * -0.82), 0, 0) scale(1); }
  98% { opacity: 1; transform: translate3d(0,0,0) scale(1); }
  99%,100% { opacity: 0; transform: translate3d(0,0,0) scale(.94); }
}
body.zm-storefront-r9 .zoomag_logo_text { max-width: 318px !important; }
body.zm-storefront-r9 .zoomag_logo_title { font-size: clamp(3.2rem, 3vw, 4rem) !important; }
body.zm-storefront-r9 .zoomag_logo_subtitle { font-size: clamp(1.06rem, 1.06vw, 1.22rem) !important; }

/* ---------------- Related products: wider, equalized cards ---------------- */
body.zm-storefront-r9 #product-product .zoohub-product-showcase .zm-related-showcase,
body.zm-storefront-r9 #product-product .zoohub-product-showcase .product-related {
  width: min(100%, 1980px) !important;
  max-width: 1980px !important;
}
@media (min-width: 1280px) {
  body.zm-storefront-r9 #product-product .zm-related-showcase {
    --zr-visible: 3 !important;
    --zr-gap: 28px !important;
    width: min(100%, 1980px) !important;
    max-width: 1980px !important;
    padding: 34px !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .zm-related-showcase__viewport {
    overflow: hidden !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .zm-related-showcase__slide,
  body.zm-storefront-r9 #product-product .zm-related-showcase .zm-related-showcase__card-shell,
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-product-card {
    height: 100% !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-product-card {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 22px !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-image-section {
    height: 340px !important;
    padding: 16px 16px 0 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-image-link,
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-image-container {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-product-image {
    width: auto !important;
    height: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-content-section {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 16px 18px 18px !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-header {
    min-height: 108px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-product-name {
    min-height: 4.5em !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-product-name a {
    font-size: 18px !important;
    line-height: 1.28 !important;
    -webkit-line-clamp: 3 !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-price-main,
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-special-price {
    font-size: 26px !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-btn.petz-btn-primary {
    min-height: 54px !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-btn-text {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  body.zm-storefront-r9 #product-product .zm-related-showcase {
    --zr-visible: 2 !important;
    --zr-gap: 22px !important;
  }
  body.zm-storefront-r9 #product-product .zm-related-showcase .petz-image-section { height: 300px !important; }
}

/* Slightly wider product shell so related block doesn't feel detached. */
body.zm-storefront-r9 #product-product .zoohub-product-showcase .zoohub-container {
  width: min(calc(100vw - 34px), 2080px) !important;
  max-width: 2080px !important;
}
body.zm-storefront-r9 #product-product .zoohub-product-showcase .zoohub-product-jungle,
body.zm-storefront-r9 #product-product .zoohub-product-showcase .zoohub-tabs-savannah {
  width: min(100%, 1980px) !important;
  max-width: 1980px !important;
}

/* Responsive logo corrections */
@media (max-width: 1399.98px) and (min-width: 1200px) {
  body.zm-storefront-r9 .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(176px, 10.2vw, 204px);
    --zm-coin-left-stage: clamp(82px, 5.5vw, 100px);
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  body.zm-storefront-r9 .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(128px, 13vw, 156px);
    --zm-coin-left-stage: clamp(58px, 6vw, 74px);
  }
}
@media (max-width: 767.98px) {
  body.zm-storefront-r9 .zoomag_logo_with_coins {
    --zm-coin-logo-size: clamp(92px, 22vw, 118px);
    --zm-coin-left-stage: clamp(34px, 8vw, 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.zm-storefront-r9 .zoomag_logo_with_coins .coin.coin-slide-right {
    animation: none !important;
    opacity: 1 !important;
    transform: translate3d(calc(var(--zm-coin-left-stage) * -0.45), 0, 0) scale(1) !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-responsive-core-r10.css; original order retained. */
/* Zoomag r10 — responsive core reset.
   Fixes the real scaling problem: previous r7-r9 product rules were scoped through
   a nonexistent #product-product wrapper and therefore never matched product.twig.
   r10 uses direct selectors and viewport-relative widths. */

body.zm-storefront-r10 {
  --zm-r10-page: 94vw;
  --zm-r10-inner: 92vw;
  --zm-r10-gap: clamp(24px, 2.2vw, 48px);
  font-size: 17px !important;
}

/* Never let an old balance file shrink the active storefront shell. */
body.zm-storefront-r10,
body.zm-storefront-r10 .zoomag_main_container,
body.zm-storefront-r10 .zoomag_main_content,
body.zm-storefront-r10 main,
body.zm-storefront-r10 #content {
  max-width: none !important;
  transform: none !important;
  zoom: 1 !important;
}

/* ---------- site/header/menu: viewport relative, not fixed max-width islands ---------- */
body.zm-storefront-r10 .zoomag_top_panel > .container,
body.zm-storefront-r10 .zoomag_main_header_block > .container,
body.zm-storefront-r10 .zm-classic-nav__inner,
body.zm-storefront-r10 .zm-classic-nav__desktop-panel-inner {
  width: var(--zm-r10-page) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

@media (min-width: 1200px) {
  body.zm-storefront-r10 .zoomag_header_layout {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 34fr) minmax(0, 50fr) minmax(190px, 16fr) !important;
    align-items: center !important;
    gap: clamp(22px, 1.6vw, 36px) !important;
  }
  body.zm-storefront-r10 .zoomag_search_section,
  body.zm-storefront-r10 .zoomag_search_block,
  body.zm-storefront-r10 .zoomag-magic-search,
  body.zm-storefront-r10 .magic-search-input-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}

/* Keep the source coin close to the logo instead of sending it across the header. */
body.zm-storefront-r10 .zoomag_logo_with_coins {
  --zm-coin-left-stage: clamp(62px, 4.2vw, 92px) !important;
}
body.zm-storefront-r10 .zoomag_logo_with_coins .coin,
body.zm-storefront-r10 .zoomag_logo_with_coins .coin.coin-slide-right {
  animation: zmCoinStayNearLogoR10 180s ease-in-out 5s infinite !important;
}
@keyframes zmCoinStayNearLogoR10 {
  0%,1% { opacity:0; transform:translate3d(0,0,0) scale(.95); }
  2% { opacity:1; transform:translate3d(0,0,0) scale(1); }
  7%,93% { opacity:1; transform:translate3d(calc(var(--zm-coin-left-stage) * -.58),0,0) scale(1); }
  96% { opacity:1; transform:translate3d(calc(var(--zm-coin-left-stage) * -.58),0,0) scale(1); }
  98% { opacity:1; transform:translate3d(0,0,0) scale(1); }
  99%,100% { opacity:0; transform:translate3d(0,0,0) scale(.95); }
}

/* ========================================================================== */
/* PRODUCT PAGE — DIRECT MATCHING SELECTORS                                   */
/* ========================================================================== */
body.zm-storefront-r10 .zoohub-product-showcase {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  transform: none !important;
  zoom: 1 !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-container {
  width: var(--zm-r10-page) !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  transform: none !important;
  zoom: 1 !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-layout,
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-main {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-inline: 0 !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-breadcrumb-trail,
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-product-jungle,
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-tabs-savannah,
body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase,
body.zm-storefront-r10 .zoohub-product-showcase .product-related {
  width: var(--zm-r10-inner) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Desktop: proportional columns fill the viewport. */
@media (min-width: 1200px) {
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-product-jungle {
    display: grid !important;
    grid-template-columns: minmax(0, 46fr) minmax(0, 54fr) !important;
    gap: var(--zm-r10-gap) !important;
    align-items: start !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-den,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-info-sanctuary {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-den {
    position: sticky !important;
    top: 84px !important;
    padding: clamp(16px, 1.2vw, 24px) !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-main,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-habitat,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-image-petting-zone,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-image-frame {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-image-frame {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-info-sanctuary {
    padding: clamp(20px, 1.6vw, 34px) !important;
  }
}

/* Laptop desktop stays two-column but without the old 340–390px gallery. */
@media (min-width: 1024px) and (max-width: 1199.98px) {
  body.zm-storefront-r10 { --zm-r10-page: 96vw; --zm-r10-inner: 94vw; --zm-r10-gap: 24px; }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-product-jungle {
    display: grid !important;
    grid-template-columns: minmax(0, 44fr) minmax(0, 56fr) !important;
    gap: 24px !important;
    align-items: start !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-den,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-info-sanctuary {
    width: 100% !important;
    max-width: none !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-image-frame {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* Product typography is tied to the visible page, not the old compact r26 values. */
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-product-title {
  font-size: clamp(2.25rem, 2.35vw, 3.35rem) !important;
  line-height: 1.08 !important;
  max-width: 28ch !important;
  margin-bottom: 16px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-rating-forest,
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-review-link {
  font-size: 14px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-facts-grid {
  gap: 12px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-fact-item {
  min-height: 68px !important;
  padding: 12px 14px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-fact-label {
  font-size: 13px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-fact-value,
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-stock-text {
  font-size: 16px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-price-meadow {
  padding: 16px 18px !important;
  margin: 14px 0 !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-price-current {
  font-size: clamp(2.2rem, 2.25vw, 3rem) !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-price-old,
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-price-savings {
  font-size: 13px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-conversion-trust {
  gap: 10px !important;
  margin-block: 14px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-conversion-trust__item {
  min-height: 66px !important;
  padding: 11px 12px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-conversion-trust__text strong {
  font-size: 14px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-conversion-trust__text small {
  font-size: 12px !important;
}

/* Variants below the photo must visually use the same gallery width. */
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-variant-gallery-host {
  width: 100% !important;
  max-width: none !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(18px, 1.3vw, 26px) !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-variant-switches__title {
  font-size: 20px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-variant-chip {
  min-height: 62px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-variant-chip__label {
  font-size: 14px !important;
}

/* Tabs / rich description follow exactly the same visible width as the hero. */
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-tabs-savannah {
  margin-top: 28px !important;
}
body.zm-storefront-r10 .zoohub-product-showcase .zoohub-tabs-content,
body.zm-storefront-r10 .zoohub-product-showcase [data-zm-product-description] {
  width: 100% !important;
  max-width: none !important;
  font-size: 17px !important;
}

/* ---------- related: 3 large equal cards at desktop ---------- */
@media (min-width: 1200px) {
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase {
    --zr-visible: 3 !important;
    --zr-gap: clamp(22px, 1.6vw, 32px) !important;
    padding: clamp(26px, 2vw, 38px) !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase__track {
    align-items: stretch !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase__slide,
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase__card-shell,
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-product-card {
    height: 100% !important;
    min-height: 100% !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-image-section {
    height: clamp(300px, 23vw, 430px) !important;
    padding: 16px 16px 0 !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-image-link,
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-image-container {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-product-image {
    width: auto !important;
    height: auto !important;
    max-width: 94% !important;
    max-height: 94% !important;
    object-fit: contain !important;
    padding: 0 !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-content-section {
    padding: 18px 20px 20px !important;
    gap: 12px !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-product-name {
    min-height: 4em !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-product-name a {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-price-main,
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-special-price {
    font-size: 25px !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-btn.petz-btn-primary {
    min-height: 54px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase {
    --zr-visible: 2 !important;
    --zr-gap: 20px !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zm-related-showcase .petz-image-section {
    height: 300px !important;
  }
}

/* ---------- true mobile: one column, comfortable readable sizes ---------- */
@media (max-width: 1023.98px) {
  body.zm-storefront-r10 { --zm-r10-page: calc(100vw - 24px); --zm-r10-inner: calc(100vw - 24px); }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-product-jungle {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-gallery-den {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-info-sanctuary {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r10 { font-size: 16px !important; --zm-r10-page: calc(100vw - 18px); --zm-r10-inner: calc(100vw - 18px); }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-product-title {
    font-size: clamp(1.65rem, 7vw, 2.15rem) !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-price-current {
    font-size: clamp(1.8rem, 7vw, 2.35rem) !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-facts-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-conversion-trust {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 480px) {
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-facts-grid,
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-conversion-trust {
    grid-template-columns: 1fr !important;
  }
  body.zm-storefront-r10 .zoohub-product-showcase .zoohub-variant-switches__grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.zm-storefront-r10 .zoomag_logo_with_coins .coin.coin-slide-right {
    animation: none !important;
    opacity: 1 !important;
    transform: translate3d(calc(var(--zm-coin-left-stage) * -.35),0,0) scale(1) !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-responsive-balance-r11.css; original order retained. */
/* Zoomag r11 — balanced responsive scale.
   r10 fixed the selector problem and proved the width can expand; r11 calibrates
   that working mechanism to normal ecommerce proportions. */

body.zm-storefront-r11 {
  --zm-r11-page: min(88vw, 1840px);
  --zm-r11-inner: min(82vw, 1720px);
  --zm-r11-gap: clamp(28px, 1.8vw, 38px);
  font-size: 16px !important;
}

/* Site/header canvas: broad, but not full-bleed. */
body.zm-storefront-r11 .zoomag_top_panel > .container,
body.zm-storefront-r11 .zoomag_main_header_block > .container,
body.zm-storefront-r11 .zm-classic-nav__inner,
body.zm-storefront-r11 .zm-classic-nav__desktop-panel-inner {
  width: var(--zm-r11-page) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

/* Product shell — direct selectors (the important r10 fix stays). */
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-container {
  width: var(--zm-r11-page) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-breadcrumb-trail,
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-product-jungle,
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-tabs-savannah,
body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase,
body.zm-storefront-r11 .zoohub-product-showcase .product-related {
  width: var(--zm-r11-inner) !important;
  max-width: none !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

@media (min-width: 1440px) {
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(0, 43fr) minmax(0, 57fr) !important;
    gap: var(--zm-r11-gap) !important;
    align-items: start !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-gallery-den,
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-info-sanctuary {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-gallery-den {
    padding: 18px !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-image-frame {
    width: 100% !important;
    height: auto !important;
    max-height: 660px !important;
    aspect-ratio: 1 / 1 !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-info-sanctuary {
    padding: 22px 24px !important;
  }
}

/* 1200–1439: use more of the screen so laptop/13-inch remains comfortable. */
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.zm-storefront-r11 {
    --zm-r11-page: 94vw;
    --zm-r11-inner: 90vw;
    --zm-r11-gap: 26px;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
    gap: var(--zm-r11-gap) !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-gallery-den {
    width: 100% !important;
    max-width: none !important;
    padding: 16px !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-gallery-featured,
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-image-frame {
    width: 100% !important;
    max-height: 570px !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* 1024–1199: two columns remain, but canvas is almost full width. */
@media (min-width: 1024px) and (max-width: 1199.98px) {
  body.zm-storefront-r11 {
    --zm-r11-page: 96vw;
    --zm-r11-inner: 94vw;
    --zm-r11-gap: 22px;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zoohub-product-jungle {
    grid-template-columns: minmax(0, 43fr) minmax(0, 57fr) !important;
    gap: 22px !important;
  }
}

/* Product typography: down from r10, still clearly larger than old compact theme. */
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-product-title {
  font-size: clamp(2rem, 2vw, 2.75rem) !important;
  line-height: 1.1 !important;
  max-width: 27ch !important;
  margin-bottom: 14px !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-fact-item {
  min-height: 60px !important;
  padding: 10px 12px !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-fact-label { font-size: 12px !important; }
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-fact-value,
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-stock-text { font-size: 14px !important; }
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-price-meadow {
  padding: 14px 16px !important;
  margin: 12px 0 !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-price-current {
  font-size: clamp(2rem, 1.9vw, 2.55rem) !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-conversion-trust__item {
  min-height: 58px !important;
  padding: 10px 11px !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-conversion-trust__text strong { font-size: 13px !important; }
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-conversion-trust__text small { font-size: 11px !important; }

/* Variants retain the gallery width but lose r10's oversized padding. */
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-variant-gallery-host .zoohub-variant-switches {
  padding: 18px !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-variant-switches__title { font-size: 18px !important; }
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-variant-chip { min-height: 56px !important; }
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-variant-chip__label { font-size: 13px !important; }
body.zm-storefront-r11 .zoohub-product-showcase .zoohub-tabs-content,
body.zm-storefront-r11 .zoohub-product-showcase [data-zm-product-description] {
  font-size: 16px !important;
}

/* Related products: equal size and proportional to the same inner canvas. */
@media (min-width: 1600px) {
  body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase {
    --zr-visible: 4 !important;
    --zr-gap: 22px !important;
    padding: 28px !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-image-section {
    height: clamp(250px, 15vw, 300px) !important;
    padding: 14px 14px 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase {
    --zr-visible: 3 !important;
    --zr-gap: 20px !important;
    padding: 26px !important;
  }
  body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-image-section {
    height: 280px !important;
  }
}
body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-product-image {
  width: auto !important;
  height: auto !important;
  max-width: 91% !important;
  max-height: 91% !important;
  object-fit: contain !important;
  padding: 0 !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-content-section {
  padding: 15px 16px 17px !important;
  gap: 10px !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-product-name a {
  font-size: 16px !important;
  line-height: 1.28 !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-price-main,
body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-special-price {
  font-size: 22px !important;
}
body.zm-storefront-r11 .zoohub-product-showcase .zm-related-showcase .petz-btn.petz-btn-primary {
  min-height: 48px !important;
}

/* Tablet/mobile remains r10's full-width single-column strategy. */
@media (max-width: 1023.98px) {
  body.zm-storefront-r11 {
    --zm-r11-page: calc(100vw - 24px);
    --zm-r11-inner: calc(100vw - 24px);
  }
}
@media (max-width: 767.98px) {
  body.zm-storefront-r11 {
    --zm-r11-page: calc(100vw - 18px);
    --zm-r11-inner: calc(100vw - 18px);
    font-size: 16px !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-ui-polish-r12.css; original order retained. */
/* 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; }
}

/* Source: catalog/view/stylesheet/zoomag/zm-ui-fixes-r13.css; original order retained. */
/* Zoomag r13 — coin transparency, search button label fix, readable search text */

body.zm-storefront-r13 {
  --zm-r13-search-text: #2a3848;
  --zm-r13-search-placeholder: #74685b;
}

/* 1) Coin: remove visible white square around the asset. */
body.zm-storefront-r13 .zoomag_logo_with_coins {
  isolation: isolate !important;
}
body.zm-storefront-r13 .zoomag_logo_with_coins .coin,
body.zm-storefront-r13 .zoomag_logo_with_coins .coin.coin-slide-right {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  mix-blend-mode: multiply !important;
  isolation: isolate !important;
}
body.zm-storefront-r13 .zoomag_logo_with_coins .coin::before,
body.zm-storefront-r13 .zoomag_logo_with_coins .coin::after {
  mix-blend-mode: screen !important;
}

/* 2) Search button duplicated label: force a single clean title. */
body.zm-storefront-r13 .magic-search-btn {
  position: absolute !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  text-indent: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
}
body.zm-storefront-r13 .magic-search-btn > * {
  display: none !important;
}
body.zm-storefront-r13 .magic-search-btn::before {
  content: 'Найти' !important;
  display: inline-block !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
}

/* 3) Search field / search results readability on the right side. */
body.zm-storefront-r13 .magic-search-input-wrapper {
  padding-right: 6px !important;
}
body.zm-storefront-r13 .magic-search-input {
  color: var(--zm-r13-search-text) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  padding-left: 50px !important;
  padding-right: 178px !important;
  text-overflow: ellipsis !important;
}
body.zm-storefront-r13 .magic-search-input::placeholder {
  color: var(--zm-r13-search-placeholder) !important;
  opacity: 1 !important;
}
body.zm-storefront-r13 .magic-loupe {
  color: #ee8b2f !important;
}
body.zm-storefront-r13 .magic-search-btn {
  min-width: 120px !important;
  padding-inline: 18px !important;
}
body.zm-storefront-r13 .magic-results-dropdown {
  border-radius: 18px !important;
}
body.zm-storefront-r13 .magic-results-dropdown,
body.zm-storefront-r13 .magic-results-dropdown * {
  color: var(--zm-r13-search-text) !important;
}
body.zm-storefront-r13 .magic-results-dropdown .magic-result-name,
body.zm-storefront-r13 .magic-results-dropdown .product-name,
body.zm-storefront-r13 .magic-results-dropdown .name {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}
body.zm-storefront-r13 .magic-results-dropdown .magic-result-price,
body.zm-storefront-r13 .magic-results-dropdown .price {
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #1d6f46 !important;
}
body.zm-storefront-r13 .magic-results-dropdown .description,
body.zm-storefront-r13 .magic-results-dropdown .magic-result-description {
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: #677587 !important;
}

/* Larger viewports need larger internal search text too. */
@media (min-width: 1700px) {
  body.zm-storefront-r13 .magic-search-input {
    font-size: 18px !important;
    padding-right: 190px !important;
  }
  body.zm-storefront-r13 .magic-search-btn {
    min-width: 132px !important;
  }
  body.zm-storefront-r13 .magic-search-btn::before {
    font-size: 16px !important;
  }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r13 .magic-search-input {
    padding-right: 110px !important;
    font-size: 15px !important;
  }
  body.zm-storefront-r13 .magic-search-btn {
    min-width: 92px !important;
    padding-inline: 12px !important;
  }
  body.zm-storefront-r13 .magic-search-btn::before {
    font-size: 13px !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-ui-search-coin-r14.css; original order retained. */
/* Zoomag r14 — crop coin cleanly and restyle search field */

body.zm-storefront-r14 {
  --zm-r14-search-bg: #ffffff;
  --zm-r14-search-line: #d9e5dc;
  --zm-r14-search-shadow: rgba(28, 72, 49, 0.08);
  --zm-r14-search-text: #253646;
  --zm-r14-search-placeholder: #7f8c78;
}

/* 1) Coin: crop the visible asset to a clean round coin so the white square disappears. */
body.zm-storefront-r14 .zoomag_logo_with_coins .coin,
body.zm-storefront-r14 .zoomag_logo_with_coins .coin.coin-slide-right {
  overflow: hidden !important;
  border-radius: 50% !important;
  clip-path: circle(46.5% at 50% 50%) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: none !important;
  filter: drop-shadow(0 8px 12px rgba(63, 44, 7, 0.24)) !important;
  isolation: isolate !important;
}
body.zm-storefront-r14 .zoomag_logo_with_coins .coin::before,
body.zm-storefront-r14 .zoomag_logo_with_coins .coin::after {
  border-radius: 50% !important;
  clip-path: circle(46.5% at 50% 50%) !important;
}

/* 2) Search palette: remove intrusive gradient and make the field calm/readable. */
body.zm-storefront-r14 .magic-search-input-wrapper {
  background: var(--zm-r14-search-bg) !important;
  border: 1.5px solid var(--zm-r14-search-line) !important;
  box-shadow: 0 6px 18px var(--zm-r14-search-shadow), inset 0 1px 0 rgba(255,255,255,.95) !important;
}
body.zm-storefront-r14 .magic-search-input-wrapper:focus-within {
  background: #fff !important;
  border-color: rgba(33,115,74,.42) !important;
  box-shadow: 0 0 0 4px rgba(33,115,74,.08), 0 8px 20px rgba(28,72,49,.08) !important;
}
body.zm-storefront-r14 .magic-search-input {
  background: transparent !important;
  color: var(--zm-r14-search-text) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding-left: 62px !important;
  padding-right: 166px !important;
}
body.zm-storefront-r14 .magic-search-input::placeholder {
  color: var(--zm-r14-search-placeholder) !important;
}
body.zm-storefront-r14 .magic-loupe {
  left: 23px !important;
  color: #ef8c30 !important;
}
body.zm-storefront-r14 .magic-search-btn {
  min-width: 118px !important;
  background: linear-gradient(135deg, #1f7a4d, #165d3a) !important;
  box-shadow: 0 7px 16px rgba(31,106,67,.16) !important;
}
body.zm-storefront-r14 .magic-search-btn::before {
  content: 'Найти' !important;
}

/* 3) Live search / search page text on the right should be darker and more readable. */
body.zm-storefront-r14 .magic-results-dropdown,
body.zm-storefront-r14 .magic-results-dropdown * {
  color: var(--zm-r14-search-text) !important;
}
body.zm-storefront-r14 .magic-results-dropdown .magic-result-name,
body.zm-storefront-r14 .magic-results-dropdown .product-name,
body.zm-storefront-r14 .magic-results-dropdown .name,
body.zm-storefront-r14 #product-search .product-thumb h4 a,
body.zm-storefront-r14 #search .product-layout .caption h4 a,
body.zm-storefront-r14 .product-search-page .product-name a {
  color: #233445 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}
body.zm-storefront-r14 #product-search .product-thumb .caption,
body.zm-storefront-r14 #search .product-layout .caption,
body.zm-storefront-r14 .product-search-page .caption,
body.zm-storefront-r14 #product-search .product-thumb .caption p,
body.zm-storefront-r14 #search .product-layout .caption p {
  color: #4a5c70 !important;
}
body.zm-storefront-r14 #product-search .price,
body.zm-storefront-r14 #search .price,
body.zm-storefront-r14 .product-search-page .price,
body.zm-storefront-r14 .magic-results-dropdown .price,
body.zm-storefront-r14 .magic-results-dropdown .magic-result-price {
  color: #186a43 !important;
  font-weight: 800 !important;
}

@media (min-width: 1700px) {
  body.zm-storefront-r14 .magic-search-input {
    padding-left: 66px !important;
    padding-right: 178px !important;
    font-size: 18px !important;
  }
  body.zm-storefront-r14 .magic-loupe {
    left: 24px !important;
  }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r14 .magic-search-input {
    padding-left: 52px !important;
    padding-right: 108px !important;
    font-size: 15px !important;
  }
  body.zm-storefront-r14 .magic-loupe {
    left: 18px !important;
  }
  body.zm-storefront-r14 .magic-search-btn {
    min-width: 92px !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-search-structural-r15.css; original order retained. */
/* Zoomag r15 — structural fix for logo coin stage and search. */

body.zm-storefront-r15 {
  --zm-r15-green: #1f754b;
  --zm-r15-green-dark: #155a39;
  --zm-r15-orange: #ef8a2f;
  --zm-r15-text: #243446;
  --zm-r15-muted: #7a8793;
  --zm-r15-line: #d8e2da;
}

/* ========================================================================== */
/* LOGO / COIN: the white rounded square was the stage, not the coin itself.  */
/* ========================================================================== */
body.zm-storefront-r15 .zoomag_logo_section,
body.zm-storefront-r15 .zoomag_logo_block,
body.zm-storefront-r15 .zoomag_logo_block > a,
body.zm-storefront-r15 .zoomag_logo_with_coins {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
body.zm-storefront-r15 .zoomag_logo_with_coins {
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
body.zm-storefront-r15 .zoomag_logo_with_coins .coin,
body.zm-storefront-r15 .zoomag_logo_with_coins .coin.coin-slide-right {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
  clip-path: circle(47% at 50% 50%) !important;
  overflow: hidden !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 7px 10px rgba(70, 50, 12, .23)) !important;
}
body.zm-storefront-r15 .zoomag_logo_with_coins .coin::before,
body.zm-storefront-r15 .zoomag_logo_with_coins .coin::after {
  border-radius: 50% !important;
  clip-path: circle(47% at 50% 50%) !important;
}

/* ========================================================================== */
/* SEARCH: remove the original gradient mechanics instead of painting over it. */
/* ========================================================================== */
body.zm-storefront-r15 .zoomag_search_section,
body.zm-storefront-r15 .zoomag_search_block,
body.zm-storefront-r15 .zoomag-magic-search,
body.zm-storefront-r15 .magic-search-form {
  background: transparent !important;
  box-shadow: none !important;
}
body.zm-storefront-r15 .magic-search-input-wrapper {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 62px !important;
  height: 62px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 1.5px solid var(--zm-r15-line) !important;
  border-radius: 17px !important;
  background: #fff !important;
  background-image: none !important;
  background-clip: border-box !important;
  backdrop-filter: none !important;
  box-shadow: 0 6px 18px rgba(27,72,49,.08) !important;
  animation: none !important;
  transform: none !important;
  overflow: visible !important;
}
body.zm-storefront-r15 .magic-search-input-wrapper::before,
body.zm-storefront-r15 .magic-search-input-wrapper::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  animation: none !important;
}
body.zm-storefront-r15 .magic-search-input-wrapper:hover,
body.zm-storefront-r15 .magic-search-input-wrapper:focus-within {
  background: #fff !important;
  background-image: none !important;
  border-color: rgba(31,117,75,.48) !important;
  box-shadow: 0 0 0 4px rgba(31,117,75,.07), 0 8px 22px rgba(27,72,49,.09) !important;
  transform: none !important;
}

body.zm-storefront-r15 .magic-glow,
body.zm-storefront-r15 .floating-particles,
body.zm-storefront-r15 .orbit-paws,
body.zm-storefront-r15 .btn-sparkles {
  display: none !important;
}

body.zm-storefront-r15 .magic-search-input {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 158px 0 66px !important;
  border: 0 !important;
  border-radius: 13px !important;
  outline: 0 !important;
  background: #fff !important;
  background-image: none !important;
  color: var(--zm-r15-text) !important;
  -webkit-text-fill-color: var(--zm-r15-text) !important;
  font-size: 17px !important;
  line-height: 50px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
  transition: none !important;
}
body.zm-storefront-r15 .magic-search-input:focus {
  transform: none !important;
  background: #fff !important;
  color: var(--zm-r15-text) !important;
  -webkit-text-fill-color: var(--zm-r15-text) !important;
}
body.zm-storefront-r15 .magic-search-input::placeholder {
  color: var(--zm-r15-muted) !important;
  -webkit-text-fill-color: var(--zm-r15-muted) !important;
  opacity: 1 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  animation: none !important;
}

body.zm-storefront-r15 .magic-loupe {
  position: absolute !important;
  z-index: 3 !important;
  left: 18px !important;
  top: 50% !important;
  width: 36px !important;
  height: 36px !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff5e9 !important;
  background-image: none !important;
  color: var(--zm-r15-orange) !important;
  font-size: 15px !important;
  box-shadow: none !important;
  animation: none !important;
}

/* Literal button label comes from search.twig. No pseudo-labels are allowed. */
body.zm-storefront-r15 .magic-search-btn {
  position: absolute !important;
  z-index: 4 !important;
  top: 7px !important;
  right: 7px !important;
  bottom: 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 118px !important;
  min-width: 118px !important;
  height: auto !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--zm-r15-green) !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 14px rgba(31,117,75,.16) !important;
  animation: none !important;
  transform: none !important;
  overflow: hidden !important;
}
body.zm-storefront-r15 .magic-search-btn::before,
body.zm-storefront-r15 .magic-search-btn::after {
  content: none !important;
  display: none !important;
}
body.zm-storefront-r15 .magic-search-btn:hover,
body.zm-storefront-r15 .magic-search-btn:focus {
  background: var(--zm-r15-green-dark) !important;
  background-image: none !important;
  transform: none !important;
}

/* Search dropdown: reset transparent/gradient text inherited from old Poisk.css. */
body.zm-storefront-r15 .magic-results-dropdown {
  background: #fff !important;
  background-image: none !important;
  color: var(--zm-r15-text) !important;
}
body.zm-storefront-r15 .magic-results-dropdown :where(.magic-result-name, .magic-result-name *, .magic-result-meta, .magic-result-meta *) {
  color: var(--zm-r15-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background-image: none !important;
  text-shadow: none !important;
}
body.zm-storefront-r15 .magic-result-name {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}
body.zm-storefront-r15 .magic-result-price {
  color: var(--zm-r15-green-dark) !important;
  -webkit-text-fill-color: var(--zm-r15-green-dark) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

@media (min-width: 1700px) {
  body.zm-storefront-r15 .magic-search-input {
    padding-left: 70px !important;
    padding-right: 174px !important;
    font-size: 18px !important;
  }
  body.zm-storefront-r15 .magic-search-btn {
    width: 128px !important;
    min-width: 128px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r15 .magic-search-input-wrapper {
    min-height: 54px !important;
    height: 54px !important;
  }
  body.zm-storefront-r15 .magic-search-input {
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    padding-left: 58px !important;
    padding-right: 108px !important;
    font-size: 15px !important;
  }
  body.zm-storefront-r15 .magic-loupe {
    left: 14px !important;
    width: 34px !important;
    height: 34px !important;
  }
  body.zm-storefront-r15 .magic-search-btn {
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    width: 88px !important;
    min-width: 88px !important;
    min-height: 42px !important;
    padding-inline: 10px !important;
    font-size: 13px !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-search-coin-fix-r16.css; original order retained. */
/* Zoomag r16 — restore coin shape; viewport-aware search spacing/readability. */

/* COIN: undo the circular 'ball' mask. Keep original artwork geometry. */
body.zm-storefront-r16 .zoomag_logo_with_coins,
body.zm-storefront-r16 .zoomag_logo_block,
body.zm-storefront-r16 .zoomag_logo_block > a {
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body.zm-storefront-r16 .zoomag_logo_with_coins .coin,
body.zm-storefront-r16 .zoomag_logo_with_coins .coin.coin-slide-right {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  border-radius: 30% !important;
  overflow: visible !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  mix-blend-mode: multiply !important;
  box-shadow: none !important;
  filter: drop-shadow(1px 5px 9px rgba(68,48,10,.22)) !important;
}
body.zm-storefront-r16 .zoomag_logo_with_coins .coin::before,
body.zm-storefront-r16 .zoomag_logo_with_coins .coin::after {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  border-radius: 30% !important;
}

/* SEARCH: dedicated icon lane + viewport-aware text/button sizing. */
body.zm-storefront-r16 .magic-search-input-wrapper {
  background: #fff !important;
  background-image: none !important;
  border-color: #d5e0d8 !important;
  overflow: visible !important;
}
body.zm-storefront-r16 .magic-search-input {
  box-sizing: border-box !important;
  padding-left: clamp(82px, 3.6vw, 126px) !important;
  padding-right: clamp(154px, 8.2vw, 210px) !important;
  color: #263849 !important;
  -webkit-text-fill-color: #263849 !important;
  font-size: clamp(17px, .78vw, 24px) !important;
  font-weight: 600 !important;
}
body.zm-storefront-r16 .magic-search-input::placeholder {
  color: #718072 !important;
  -webkit-text-fill-color: #718072 !important;
  opacity: 1 !important;
}
body.zm-storefront-r16 .magic-loupe {
  left: clamp(18px, 1.05vw, 30px) !important;
  width: clamp(36px, 1.8vw, 48px) !important;
  height: clamp(36px, 1.8vw, 48px) !important;
  font-size: clamp(15px, .72vw, 21px) !important;
  background: #fff3e6 !important;
  color: #e98329 !important;
}
body.zm-storefront-r16 .magic-search-btn {
  width: clamp(118px, 6.6vw, 172px) !important;
  min-width: clamp(118px, 6.6vw, 172px) !important;
  padding-inline: clamp(16px, 1vw, 26px) !important;
  background: #1d7549 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(15px, .72vw, 22px) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  text-shadow: none !important;
}
body.zm-storefront-r16 .magic-search-btn:hover,
body.zm-storefront-r16 .magic-search-btn:focus {
  background: #155e3a !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Explicit extra scale for the very-wide CSS viewport seen in screenshots. */
@media (min-width: 2200px) {
  body.zm-storefront-r16 .magic-search-input {
    padding-left: 112px !important;
    padding-right: 220px !important;
    font-size: 22px !important;
  }
  body.zm-storefront-r16 .magic-loupe {
    left: 28px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 21px !important;
  }
  body.zm-storefront-r16 .magic-search-btn {
    width: 168px !important;
    min-width: 168px !important;
    font-size: 20px !important;
  }
}
@media (min-width: 3000px) {
  body.zm-storefront-r16 .magic-search-input {
    padding-left: 132px !important;
    padding-right: 250px !important;
    font-size: 25px !important;
  }
  body.zm-storefront-r16 .magic-loupe {
    left: 32px !important;
    width: 54px !important;
    height: 54px !important;
    font-size: 23px !important;
  }
  body.zm-storefront-r16 .magic-search-btn {
    width: 190px !important;
    min-width: 190px !important;
    font-size: 23px !important;
  }
}

@media (max-width: 767.98px) {
  body.zm-storefront-r16 .magic-search-input {
    padding-left: 58px !important;
    padding-right: 108px !important;
    font-size: 15px !important;
  }
  body.zm-storefront-r16 .magic-loupe {
    left: 14px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 15px !important;
  }
  body.zm-storefront-r16 .magic-search-btn {
    width: 90px !important;
    min-width: 90px !important;
    font-size: 13px !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-search-no-icon-r19.css; original order retained. */
/* Zoomag r19 — restore r16 header/logo and remove the search loupe completely. */
body.zm-storefront-r19 .magic-search-input {
  padding-left: 22px !important;
  padding-right: clamp(138px, 8vw, 178px) !important;
  text-indent: 0 !important;
}
body.zm-storefront-r19 .magic-loupe {
  display: none !important;
}
body.zm-storefront-r19 .magic-search-btn {
  min-width: 118px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}
body.zm-storefront-r19 .magic-search-btn::before {
  content: 'Найти' !important;
  color: #fff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
@media (min-width: 1700px) {
  body.zm-storefront-r19 .magic-search-input {
    padding-left: 24px !important;
  }
  body.zm-storefront-r19 .magic-search-btn {
    min-width: 128px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  body.zm-storefront-r19 .magic-search-input {
    padding-left: 16px !important;
    padding-right: 108px !important;
  }
  body.zm-storefront-r19 .magic-search-btn {
    min-width: 92px !important;
    font-size: 13px !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-home-info-new-r23.css; original order retained. */
/* ========================================================================== *
   Zoomag r23 — Home information block
   HTML remains in the OpenCart HTML module. This file contains styles only.
 * ========================================================================== */

.zm-home-info-new {
  --zmh-green: #1f7a4d;
  --zmh-green-dark: #145b38;
  --zmh-green-deep: #10452e;
  --zmh-green-soft: #eef8f2;
  --zmh-orange: #f28b32;
  --zmh-orange-soft: #fff3e8;
  --zmh-navy: #21334f;
  --zmh-text: #354457;
  --zmh-muted: #718096;
  --zmh-line: #e5ebe7;
  --zmh-cream: #fffaf4;
  --zmh-white: #fff;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(32px, 3vw, 58px) 0 clamp(42px, 4vw, 72px);
  color: var(--zmh-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  box-sizing: border-box;
  background: #fff;
}

.zm-home-info-new *,
.zm-home-info-new *::before,
.zm-home-info-new *::after {
  box-sizing: border-box;
}

.zm-home-info-new a {
  color: inherit;
  text-decoration: none;
}

.zm-home-info-new__inner {
  width: min(92vw, 1740px);
  margin: 0 auto;
}

.zm-home-info-new__section-head {
  margin-bottom: clamp(24px, 2.4vw, 38px);
}

.zm-home-info-new__eyebrow {
  margin: 0 0 8px;
  color: var(--zmh-green);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.zm-home-info-new__title {
  margin: 0;
  color: var(--zmh-navy);
  font-size: clamp(30px, 2.25vw, 44px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.025em;
}

.zm-home-info-new__subtitle {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--zmh-muted);
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.6;
}

/* Quick links ------------------------------------------------------------- */

.zm-home-info-new__quick {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(32px, 3vw, 52px);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--zmh-line);
}

.zm-home-info-new__quick-label {
  margin-right: 4px;
  color: var(--zmh-navy);
  font-size: 15px;
  font-weight: 850;
}

.zm-home-info-new__quick a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid #dce7e0;
  border-radius: 999px;
  background: #fff;
  color: #3e5265;
  font-size: 14px;
  font-weight: 750;
  transition: .18s ease;
}

.zm-home-info-new__quick a:hover,
.zm-home-info-new__quick a:focus-visible {
  border-color: #9fcbb0;
  background: var(--zmh-green-soft);
  color: var(--zmh-green-dark);
  outline: none;
}

/* Hero ------------------------------------------------------------------- */

.zm-home-info-new__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(30px, 4vw, 72px);
  align-items: center;
  margin-bottom: clamp(58px, 5vw, 88px);
  padding: clamp(34px, 4vw, 66px);
  border: 1px solid #ebe4da;
  border-radius: 26px;
  background: linear-gradient(135deg, #fffaf4 0%, #f6fbf7 100%);
}

.zm-home-info-new__hero-title {
  max-width: 960px;
  margin: 0;
  color: var(--zmh-navy);
  font-size: clamp(35px, 3vw, 58px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.035em;
}

.zm-home-info-new__hero-title span {
  color: var(--zmh-green);
}

.zm-home-info-new__hero-text {
  max-width: 960px;
  margin: 20px 0 0;
  color: #566477;
  font-size: clamp(17px, 1.08vw, 21px);
  line-height: 1.65;
}

.zm-home-info-new__hero-actions,
.zm-home-info-new__final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.zm-home-info-new__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 13px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
  transition: .18s ease;
}

.zm-home-info-new__btn--primary {
  border: 1px solid var(--zmh-green);
  background: var(--zmh-green);
  color: #fff !important;
}

.zm-home-info-new__btn--primary:hover,
.zm-home-info-new__btn--primary:focus-visible {
  border-color: var(--zmh-green-dark);
  background: var(--zmh-green-dark);
  color: #fff !important;
  outline: none;
}

.zm-home-info-new__btn--secondary {
  border: 1px solid #d8e4dc;
  background: #fff;
  color: var(--zmh-green-dark) !important;
}

.zm-home-info-new__btn--secondary:hover,
.zm-home-info-new__btn--secondary:focus-visible {
  border-color: #a2cbb1;
  background: var(--zmh-green-soft);
  outline: none;
}

.zm-home-info-new__hero-aside {
  padding-left: clamp(22px, 3vw, 44px);
  border-left: 1px solid #e5ddd2;
}

.zm-home-info-new__hero-aside-title {
  margin: 0 0 14px;
  color: var(--zmh-navy);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 850;
}

.zm-home-info-new__hero-links {
  display: grid;
  gap: 8px;
}

.zm-home-info-new__hero-links a {
  position: relative;
  display: block;
  padding: 10px 12px 10px 28px;
  border-radius: 10px;
  color: #536477;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
  transition: .18s ease;
}

.zm-home-info-new__hero-links a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.05em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--zmh-orange);
}

.zm-home-info-new__hero-links a:hover,
.zm-home-info-new__hero-links a:focus-visible {
  background: #fff;
  color: var(--zmh-green-dark);
  outline: none;
}

/* Categories -------------------------------------------------------------- */

.zm-home-info-new__categories,
.zm-home-info-new__assortment,
.zm-home-info-new__useful {
  margin-bottom: clamp(60px, 5vw, 90px);
}

.zm-home-info-new__category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--zmh-line);
  border-left: 1px solid var(--zmh-line);
}

.zm-home-info-new__category {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: clamp(22px, 2vw, 32px);
  border-right: 1px solid var(--zmh-line);
  border-bottom: 1px solid var(--zmh-line);
  background: #fff;
  transition: .18s ease;
}

.zm-home-info-new__category strong {
  display: block;
  margin-bottom: 8px;
  color: var(--zmh-navy);
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.25;
  font-weight: 850;
}

.zm-home-info-new__category > span:not(.zm-home-info-new__category-more) {
  color: var(--zmh-muted);
  font-size: 14px;
  line-height: 1.5;
}

.zm-home-info-new__category-more {
  margin-top: auto;
  padding-top: 18px;
  color: var(--zmh-green);
  font-size: 14px;
  font-weight: 800;
}

.zm-home-info-new__category:hover,
.zm-home-info-new__category:focus-visible {
  background: var(--zmh-green-soft);
  outline: none;
}

.zm-home-info-new__category:hover strong,
.zm-home-info-new__category:focus-visible strong {
  color: var(--zmh-green-dark);
}

/* Assortment -------------------------------------------------------------- */

.zm-home-info-new__assortment-list {
  border-top: 1px solid var(--zmh-line);
}

.zm-home-info-new__assortment-item {
  display: grid;
  grid-template-columns: minmax(250px, .38fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 66px);
  padding: clamp(25px, 2.6vw, 40px) 0;
  border-bottom: 1px solid var(--zmh-line);
}

.zm-home-info-new__assortment-title {
  align-self: start;
  color: var(--zmh-navy) !important;
  font-size: clamp(20px, 1.45vw, 27px);
  line-height: 1.25;
  font-weight: 850;
}

.zm-home-info-new__assortment-title:hover,
.zm-home-info-new__assortment-title:focus-visible {
  color: var(--zmh-green) !important;
  outline: none;
}

.zm-home-info-new__assortment-content p {
  max-width: 980px;
  margin: 0 0 15px;
  color: #647184;
  font-size: 16px;
  line-height: 1.62;
}

.zm-home-info-new__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.zm-home-info-new__links a {
  color: var(--zmh-green);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 780;
}

.zm-home-info-new__links a:hover,
.zm-home-info-new__links a:focus-visible {
  color: var(--zmh-green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

/* Benefits ---------------------------------------------------------------- */

.zm-home-info-new__benefits {
  margin-bottom: clamp(60px, 5vw, 90px);
  padding: clamp(32px, 3.5vw, 54px) 0;
  border-top: 1px solid var(--zmh-line);
  border-bottom: 1px solid var(--zmh-line);
}

.zm-home-info-new__benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 42px);
}

.zm-home-info-new__benefit {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 24px 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: .18s ease;
}

.zm-home-info-new__benefit:hover,
.zm-home-info-new__benefit:focus-visible {
  border-color: #d8e6dd;
  background: var(--zmh-green-soft);
  outline: none;
}

.zm-home-info-new__benefit-number {
  display: block;
  margin-bottom: 12px;
  color: var(--zmh-orange);
  font-size: 14px;
  font-weight: 900;
}

.zm-home-info-new__benefit h3 {
  margin: 0 0 10px;
  color: var(--zmh-navy);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 850;
}

.zm-home-info-new__benefit p {
  margin: 0;
  color: var(--zmh-muted);
  font-size: 15px;
  line-height: 1.6;
}

.zm-home-info-new__benefit-more {
  margin-top: auto;
  padding-top: 16px;
  color: var(--zmh-green);
  font-size: 14px;
  font-weight: 800;
}

/* Store block ------------------------------------------------------------- */

.zm-home-info-new__stores {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  margin-bottom: clamp(60px, 5vw, 90px);
  overflow: hidden;
  border-radius: 26px;
  background: var(--zmh-green-dark);
}

.zm-home-info-new__stores-image {
  display: block;
  min-height: 390px;
  background: #fff;
}

.zm-home-info-new__stores-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.zm-home-info-new__stores-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 66px);
  color: #fff;
}

/* Critical contrast fix: no black text on green. */
.zm-home-info-new__stores-content h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(29px, 2.25vw, 43px);
  line-height: 1.1;
  font-weight: 900;
}

.zm-home-info-new__stores-content p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.84) !important;
  font-size: 17px;
  line-height: 1.65;
}

.zm-home-info-new__stores-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.zm-home-info-new__stores-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
}

.zm-home-info-new__stores-primary {
  border: 1px solid #fff;
  background: #fff;
  color: var(--zmh-green-dark) !important;
}

.zm-home-info-new__stores-secondary {
  border: 1px solid rgba(255,255,255,.45);
  background: transparent;
  color: #fff !important;
}

.zm-home-info-new__stores-primary:hover,
.zm-home-info-new__stores-primary:focus-visible {
  background: var(--zmh-orange-soft);
  border-color: var(--zmh-orange-soft);
  outline: none;
}

.zm-home-info-new__stores-secondary:hover,
.zm-home-info-new__stores-secondary:focus-visible {
  background: rgba(255,255,255,.11);
  border-color: #fff;
  outline: none;
}

/* Useful links ------------------------------------------------------------ */

.zm-home-info-new__useful-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--zmh-line);
  border-left: 1px solid var(--zmh-line);
}

.zm-home-info-new__useful-item {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: clamp(25px, 2.5vw, 40px);
  border-right: 1px solid var(--zmh-line);
  border-bottom: 1px solid var(--zmh-line);
  background: #fff;
  transition: .18s ease;
}

.zm-home-info-new__useful-item:hover,
.zm-home-info-new__useful-item:focus-visible {
  background: var(--zmh-green-soft);
  outline: none;
}

.zm-home-info-new__useful-item h3 {
  margin: 0 0 10px;
  color: var(--zmh-navy);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 850;
}

.zm-home-info-new__useful-item p {
  margin: 0 0 20px;
  color: var(--zmh-muted);
  font-size: 15px;
  line-height: 1.58;
}

.zm-home-info-new__useful-item span {
  margin-top: auto;
  color: var(--zmh-green);
  font-size: 14px;
  font-weight: 800;
}

/* Final CTA --------------------------------------------------------------- */

.zm-home-info-new__final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(30px, 3.2vw, 50px);
  border-top: 4px solid var(--zmh-green);
  background: var(--zmh-cream);
}

.zm-home-info-new__final h2 {
  margin: 0;
  color: var(--zmh-navy);
  font-size: clamp(26px, 2vw, 37px);
  line-height: 1.15;
  font-weight: 900;
}

.zm-home-info-new__final p {
  margin: 9px 0 0;
  color: var(--zmh-muted);
  font-size: 15px;
  line-height: 1.5;
}

.zm-home-info-new__final-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

/* Responsive -------------------------------------------------------------- */

@media (max-width: 1199.98px) {
  .zm-home-info-new__inner {
    width: min(94vw, 1320px);
  }

  .zm-home-info-new__hero {
    grid-template-columns: 1fr;
  }

  .zm-home-info-new__hero-aside {
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid #e5ddd2;
    border-left: 0;
  }

  .zm-home-info-new__category-grid,
  .zm-home-info-new__benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .zm-home-info-new {
    padding-top: 24px;
  }

  .zm-home-info-new__inner {
    width: calc(100vw - 24px);
  }

  .zm-home-info-new__quick-label {
    width: 100%;
  }

  .zm-home-info-new__hero {
    padding: 25px 20px;
    border-radius: 18px;
  }

  .zm-home-info-new__category-grid,
  .zm-home-info-new__benefit-grid,
  .zm-home-info-new__useful-grid {
    grid-template-columns: 1fr;
  }

  .zm-home-info-new__assortment-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .zm-home-info-new__stores {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .zm-home-info-new__stores-image,
  .zm-home-info-new__stores-image img {
    min-height: 250px;
  }

  .zm-home-info-new__final {
    display: block;
    padding: 28px 20px;
  }

  .zm-home-info-new__final-actions {
    margin-top: 22px;
  }
}

/* Wide CSS viewports: keep inner text readable instead of shrinking visually. */
@media (min-width: 2200px) {
  .zm-home-info-new {
    font-size: 18px;
  }

  .zm-home-info-new__inner {
    width: min(88vw, 1960px);
  }

  .zm-home-info-new__quick a,
  .zm-home-info-new__category > span:not(.zm-home-info-new__category-more),
  .zm-home-info-new__category-more,
  .zm-home-info-new__links a,
  .zm-home-info-new__benefit p,
  .zm-home-info-new__benefit-more,
  .zm-home-info-new__useful-item p,
  .zm-home-info-new__useful-item span {
    font-size: 16px;
  }

  .zm-home-info-new__assortment-content p,
  .zm-home-info-new__stores-content p {
    font-size: 19px;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-blog-article-r37.css; original order retained. */
/* ZooMag r37 — article system, loaded in <head> from header.twig.
   Scope: blog pages and the cat dental article only.
   It deliberately overrides accumulated legacy article CSS without touching header/menu/catalog/product UI. */

#cms-blog.zm-blog-r37,
#cms-blog.zm-blog-r37 * {
  box-sizing: border-box;
}

#cms-blog.zm-blog-r37 {
  --zb-ink:#1c2838;
  --zb-muted:#5f6d7e;
  --zb-line:#e2e9f0;
  --zb-surface:#ffffff;
  --zb-soft:#f5f8fb;
  --zb-blue:#2f80ed;
  --zb-blue-soft:#eaf3ff;
  --zb-mint:#37a98b;
  --zb-mint-soft:#eaf8f4;
  --zb-amber:#f0a83e;
  --zb-amber-soft:#fff4df;
  width:min(calc(100vw - 28px),1240px) !important;
  max-width:1240px !important;
  margin:0 auto !important;
  padding:18px 14px 44px !important;
  color:var(--zb-ink) !important;
  background:transparent !important;
}

#cms-blog.zm-blog-r37 .zm-blog-r37__breadcrumbs {
  margin:0 0 16px !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__breadcrumb-list {
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  list-style:none !important;
  margin:0 !important;
  padding:11px 14px !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid var(--zb-line) !important;
  border-radius:14px !important;
  box-shadow:0 5px 18px rgba(31,46,65,.045) !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__breadcrumb-item {
  display:inline-flex !important;
  align-items:center !important;
  min-width:0 !important;
  color:#748093 !important;
  font-size:12px !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__breadcrumb-item + .zm-blog-r37__breadcrumb-item::before {
  content:'/' !important;
  color:#a5afbd !important;
  margin-right:7px !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__breadcrumb-item a {
  color:#566275 !important;
  text-decoration:none !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__breadcrumb-current {
  max-width:min(55vw,520px) !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  color:#263345 !important;
  font-weight:800 !important;
}

#cms-blog.zm-blog-r37 .zm-blog-r37__shell {
  overflow:hidden !important;
  background:#f7f9fc !important;
  border:1px solid #e1e8ef !important;
  border-radius:28px !important;
  box-shadow:0 18px 54px rgba(26,41,61,.08) !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__header {
  padding:clamp(28px,4.5vw,54px) clamp(22px,5vw,62px) 24px !important;
  text-align:left !important;
  background:linear-gradient(135deg,#ffffff 0%,#f7fbff 64%,#fff8ed 100%) !important;
  border-bottom:1px solid #e8edf2 !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__title {
  max-width:930px !important;
  margin:0 !important;
  color:#1b2737 !important;
  font-size:clamp(32px,4.25vw,52px) !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  font-weight:800 !important;
  background:none !important;
  -webkit-text-fill-color:currentColor !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__meta {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px 18px !important;
  margin-top:15px !important;
  color:#6a7687 !important;
  font-size:13px !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__meta a {
  color:#316da7 !important;
  font-weight:700 !important;
  text-decoration:none !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__hero {
  display:block !important;
  overflow:hidden !important;
  margin:20px clamp(18px,4vw,44px) 0 !important;
  border-radius:22px !important;
  background:#eef2f6 !important;
  border:1px solid #e1e7ed !important;
  box-shadow:0 10px 30px rgba(28,43,62,.08) !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__hero img {
  display:block !important;
  width:100% !important;
  height:clamp(240px,36vw,460px) !important;
  object-fit:cover !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__content {
  width:100% !important;
  padding:24px clamp(10px,2vw,22px) 10px !important;
  background:transparent !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__content > .content-wrapper {
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  color:#344255 !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__content img {
  max-width:100% !important;
}

/* CAT DENTAL ARTICLE ------------------------------------------------------ */
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle * {
  box-sizing:border-box !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle {
  --zd-ink:#1c2939;
  --zd-muted:#617083;
  --zd-line:#e3eaf0;
  --zd-blue:#2f80ed;
  --zd-blue2:#56a4ff;
  --zd-mint:#37a98b;
  --zd-amber:#f0aa43;
  display:block !important;
  width:100% !important;
  max-width:1040px !important;
  margin:0 auto !important;
  padding:0 0 12px !important;
  color:var(--zd-ink) !important;
  font-size:16px !important;
  line-height:1.7 !important;
  background:transparent !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle h2,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle h3,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle p,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle ol,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle ul {
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-hero {
  position:relative !important;
  overflow:hidden !important;
  margin:0 0 22px !important;
  padding:clamp(34px,5vw,58px) clamp(24px,5vw,56px) !important;
  border:1px solid #dce8f3 !important;
  border-radius:26px !important;
  background:
    radial-gradient(circle at 92% 12%,rgba(255,255,255,.95) 0 4%,transparent 28%),
    linear-gradient(135deg,#eaf5ff 0%,#f8fbff 56%,#fff1dc 100%) !important;
  box-shadow:0 16px 45px rgba(27,65,105,.08) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-hero::after {
  content:'🦷' !important;
  position:absolute !important;
  right:clamp(18px,4vw,44px) !important;
  bottom:-18px !important;
  font-size:clamp(74px,10vw,128px) !important;
  line-height:1 !important;
  opacity:.08 !important;
  transform:rotate(-10deg) !important;
  pointer-events:none !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-hero-copy {
  position:relative !important;
  z-index:1 !important;
  max-width:790px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-kicker {
  display:inline-flex !important;
  align-items:center !important;
  min-height:32px !important;
  margin:0 0 16px !important;
  padding:7px 12px !important;
  border:1px solid #d8e6f2 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.88) !important;
  color:#3271ac !important;
  font-size:11px !important;
  font-weight:900 !important;
  letter-spacing:.095em !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-hero h2 {
  margin:0 0 14px !important;
  color:#172638 !important;
  font-size:clamp(31px,4.6vw,50px) !important;
  line-height:1.08 !important;
  font-weight:850 !important;
  letter-spacing:-.035em !important;
  background:none !important;
  -webkit-text-fill-color:currentColor !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-lead {
  max-width:750px !important;
  margin:0 0 26px !important;
  color:#56677b !important;
  font-size:clamp(16px,1.9vw,19px) !important;
  line-height:1.65 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  margin:0 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts > div {
  min-width:0 !important;
  padding:16px !important;
  border:1px solid #dfe8f0 !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.84) !important;
  box-shadow:0 7px 18px rgba(27,55,86,.045) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts strong,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts span {
  display:block !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts strong {
  margin:0 0 5px !important;
  color:#223449 !important;
  font-size:14px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts span {
  color:#667589 !important;
  font-size:12.5px !important;
  line-height:1.45 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-toc {
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  margin:0 0 22px !important;
  padding:13px 14px !important;
  border:1px solid var(--zd-line) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 8px 24px rgba(31,47,67,.045) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-toc strong {
  margin:0 5px 0 0 !important;
  color:#334256 !important;
  font-size:13px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-toc a {
  display:inline-flex !important;
  align-items:center !important;
  min-height:32px !important;
  padding:6px 11px !important;
  border:1px solid #e3e9ef !important;
  border-radius:999px !important;
  background:#f7f9fb !important;
  color:#526075 !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:750 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-toc a:hover {
  border-color:#c9def7 !important;
  background:#edf6ff !important;
  color:#2467ad !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section {
  position:relative !important;
  display:block !important;
  overflow:hidden !important;
  margin:0 0 20px !important;
  padding:clamp(24px,4vw,40px) !important;
  border:1px solid #e2e9ef !important;
  border-radius:22px !important;
  background:#fff !important;
  box-shadow:0 12px 36px rgba(24,42,61,.06) !important;
  scroll-margin-top:92px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section::before {
  content:'' !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:5px !important;
  height:100% !important;
  background:linear-gradient(180deg,var(--zd-blue),#70b7ff) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section:nth-of-type(even)::before {
  background:linear-gradient(180deg,var(--zd-mint),#72cfb7) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section-head {
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
  margin:0 0 25px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section-head > span {
  display:flex !important;
  flex:0 0 42px !important;
  width:42px !important;
  height:42px !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid #dceafa !important;
  border-radius:13px !important;
  background:#edf6ff !important;
  color:#2a70b8 !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section-head h2 {
  margin:0 0 5px !important;
  padding:0 !important;
  border:0 !important;
  color:#203044 !important;
  font-size:clamp(24px,3vw,34px) !important;
  line-height:1.15 !important;
  font-weight:820 !important;
  letter-spacing:-.025em !important;
  background:none !important;
  -webkit-text-fill-color:currentColor !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section-head p {
  margin:0 !important;
  color:#69778a !important;
  font-size:14px !important;
  line-height:1.55 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-split,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-split-reverse {
  display:grid !important;
  grid-template-columns:minmax(0,1.08fr) minmax(290px,.92fr) !important;
  gap:28px !important;
  align-items:center !important;
  margin:0 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-split-reverse {
  grid-template-columns:minmax(290px,.92fr) minmax(0,1.08fr) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-split h3 {
  margin:0 0 9px !important;
  color:#25364a !important;
  font-size:21px !important;
  font-weight:800 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-split p {
  margin:0 0 13px !important;
  color:#5d6d80 !important;
  font-size:15px !important;
  line-height:1.72 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-picture {
  display:block !important;
  overflow:hidden !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid #dfe7ee !important;
  border-radius:18px !important;
  background:#eef2f6 !important;
  box-shadow:0 10px 28px rgba(29,45,63,.09) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-picture img {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-picture-square img,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-picture-how img,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-wide-figure img {
  aspect-ratio:3/2 !important;
  object-fit:cover !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-wide-figure {
  margin:24px 0 0 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-alert {
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:start !important;
  margin:24px 0 0 !important;
  padding:18px 20px !important;
  border:1px solid #cae9df !important;
  border-radius:16px !important;
  background:#edf9f5 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-alert-warn {
  border-color:#efdec2 !important;
  background:#fff7e9 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-alert-icon {
  display:flex !important;
  width:44px !important;
  height:44px !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:13px !important;
  background:#fff !important;
  color:#34745f !important;
  font-size:17px !important;
  font-weight:900 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-alert-warn .zmd-alert-icon {
  color:#a96a11 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-alert h3 {
  margin:0 0 4px !important;
  color:#2a3b4d !important;
  font-size:16px !important;
  font-weight:800 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-alert p {
  margin:0 !important;
  color:#5d6b7b !important;
  font-size:14px !important;
  line-height:1.58 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-cards {
  display:grid !important;
  gap:14px !important;
  margin:0 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-cards-4 {
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-cards-3 {
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-card {
  position:relative !important;
  display:block !important;
  min-width:0 !important;
  margin:0 !important;
  padding:20px !important;
  border:1px solid #e1e8ee !important;
  border-radius:17px !important;
  background:linear-gradient(180deg,#fff,#f9fbfd) !important;
  box-shadow:0 7px 20px rgba(30,46,66,.045) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-card::after {
  content:'' !important;
  position:absolute !important;
  left:20px !important;
  right:20px !important;
  bottom:0 !important;
  height:3px !important;
  border-radius:999px 999px 0 0 !important;
  background:linear-gradient(90deg,#55a7ff,#74d1b8) !important;
  opacity:.65 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-card-icon {
  display:flex !important;
  width:46px !important;
  height:46px !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 13px !important;
  border:1px solid #dbe9f8 !important;
  border-radius:14px !important;
  background:#edf6ff !important;
  font-size:23px !important;
  line-height:1 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-card:nth-child(even) .zmd-card-icon {
  border-color:#d4eee5 !important;
  background:#edf9f5 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-card h3 {
  margin:0 0 7px !important;
  color:#25364a !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-card p {
  margin:0 !important;
  color:#637184 !important;
  font-size:13.5px !important;
  line-height:1.58 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-note {
  display:block !important;
  margin:16px 0 0 !important;
  padding:16px 18px !important;
  border:1px solid #dfe7ee !important;
  border-radius:15px !important;
  background:#f5f8fb !important;
  color:#536276 !important;
  font-size:14px !important;
  line-height:1.58 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta {
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin:18px 0 0 !important;
  padding:19px 20px !important;
  border-radius:17px !important;
  background:linear-gradient(135deg,#22364d,#2e4f70) !important;
  color:#fff !important;
  box-shadow:0 12px 28px rgba(26,48,72,.15) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta strong,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta span {
  display:block !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta strong {
  color:#fff !important;
  font-size:15px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta span {
  margin-top:3px !important;
  color:#d4dfeb !important;
  font-size:12.5px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta a,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-final > a {
  display:inline-flex !important;
  flex:0 0 auto !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:10px 15px !important;
  border:1px solid rgba(255,255,255,.7) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#24364a !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-steps {
  display:block !important;
  list-style:none !important;
  counter-reset:zdstep !important;
  margin:0 !important;
  padding:0 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-steps li {
  counter-increment:zdstep !important;
  position:relative !important;
  display:block !important;
  min-height:38px !important;
  margin:0 !important;
  padding:0 0 15px 46px !important;
  color:#536276 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-steps li::before {
  content:counter(zdstep) !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  display:flex !important;
  width:31px !important;
  height:31px !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid #d7e7f8 !important;
  border-radius:10px !important;
  background:#edf6ff !important;
  color:#2c70b6 !important;
  font-size:12px !important;
  font-weight:900 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-steps strong,
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-steps span {
  display:block !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-steps strong {
  margin:0 0 3px !important;
  color:#26384b !important;
  font-size:14.5px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-steps span {
  color:#637286 !important;
  font-size:13.5px !important;
  line-height:1.55 !important;
}

/* The four acclimatisation stages become readable cards instead of run-together text. */
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-timeline {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:13px !important;
  margin:20px 0 0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  overflow:visible !important;
  box-shadow:none !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-timeline > div {
  display:grid !important;
  grid-template-columns:auto 1fr !important;
  grid-template-areas:'stage title' 'stage note' !important;
  column-gap:12px !important;
  row-gap:3px !important;
  align-items:start !important;
  min-width:0 !important;
  margin:0 !important;
  padding:17px !important;
  border:1px solid #e1e8ef !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#ffffff,#fafcfe) !important;
  box-shadow:0 7px 18px rgba(29,45,63,.045) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-timeline b {
  grid-area:stage !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:58px !important;
  min-height:30px !important;
  margin:0 !important;
  padding:5px 8px !important;
  border-radius:10px !important;
  background:#edf6ff !important;
  color:#2c70b6 !important;
  font-size:11px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-timeline strong {
  grid-area:title !important;
  display:block !important;
  margin:0 !important;
  color:#26384b !important;
  font-size:14.5px !important;
  line-height:1.35 !important;
  font-weight:820 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-timeline span {
  grid-area:note !important;
  display:block !important;
  margin:0 !important;
  color:#637286 !important;
  font-size:13px !important;
  line-height:1.5 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-symptoms {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:9px !important;
  margin:0 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-symptoms span {
  position:relative !important;
  display:block !important;
  margin:0 !important;
  padding:11px 12px 11px 34px !important;
  border:1px solid #e2e9ef !important;
  border-radius:13px !important;
  background:#f8fafc !important;
  color:#526174 !important;
  font-size:13px !important;
  line-height:1.4 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-symptoms span::before {
  content:'•' !important;
  position:absolute !important;
  left:13px !important;
  top:9px !important;
  color:#3c8fe7 !important;
  font-size:18px !important;
  font-weight:900 !important;
}

#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-final {
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:26px !important;
  margin:0 0 16px !important;
  padding:30px clamp(22px,4vw,36px) !important;
  border:1px solid #304c69 !important;
  border-radius:21px !important;
  background:linear-gradient(135deg,#20344b,#2b4c6c 70%,#32645f) !important;
  color:#fff !important;
  box-shadow:0 16px 38px rgba(22,43,66,.18) !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-final h2 {
  margin:0 0 7px !important;
  color:#fff !important;
  font-size:clamp(25px,3.2vw,36px) !important;
  line-height:1.13 !important;
  font-weight:850 !important;
  background:none !important;
  -webkit-text-fill-color:#fff !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-final p {
  max-width:690px !important;
  margin:0 !important;
  color:#d9e5f0 !important;
  font-size:14px !important;
  line-height:1.6 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-final .zmd-kicker {
  margin-bottom:11px !important;
  border-color:rgba(255,255,255,.16) !important;
  background:rgba(255,255,255,.1) !important;
  color:#dbeaf8 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-sources {
  display:block !important;
  margin:0 !important;
  padding:16px 18px !important;
  border:1px solid #e0e7ee !important;
  border-radius:15px !important;
  background:#f8fafc !important;
  color:#687589 !important;
  font-size:12px !important;
  line-height:1.5 !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-sources strong {
  display:block !important;
  margin:0 0 6px !important;
  color:#3c495a !important;
  font-size:12px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-sources a {
  display:inline-block !important;
  margin:0 12px 4px 0 !important;
  color:#2c70b6 !important;
  text-decoration:underline !important;
  text-underline-offset:2px !important;
}
#cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-sources p {
  margin:4px 0 0 !important;
  color:#758195 !important;
  font-size:12px !important;
}

#cms-blog.zm-blog-r37 .zm-blog-r37__tags {
  margin:10px clamp(22px,4vw,44px) 26px !important;
  padding:18px 0 0 !important;
  border-top:1px solid #dde5ec !important;
  background:transparent !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__tags-title {
  margin:0 0 10px !important;
  color:#5b6879 !important;
  font-size:11px !important;
  font-weight:900 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__tag-list {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__tag {
  display:inline-flex !important;
  align-items:center !important;
  min-height:31px !important;
  max-width:100% !important;
  padding:6px 11px !important;
  border:1px solid #dce6ef !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#5a6779 !important;
  text-decoration:none !important;
  font-size:11px !important;
  font-weight:750 !important;
  line-height:1.25 !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__tag:hover {
  border-color:#c9def7 !important;
  background:#edf6ff !important;
  color:#2467ad !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__after {
  display:flex !important;
  justify-content:flex-start !important;
  margin:15px 0 26px !important;
}
#cms-blog.zm-blog-r37 .zm-blog-r37__back {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:10px 16px !important;
  border:1px solid #dbe4ec !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#405064 !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:850 !important;
  box-shadow:0 6px 18px rgba(25,42,60,.05) !important;
}

@media (max-width:900px) {
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts,
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-cards-4 {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-cards-3 {
    grid-template-columns:1fr !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-split,
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-split-reverse {
    grid-template-columns:1fr !important;
  }
}
@media (max-width:640px) {
  #cms-blog.zm-blog-r37 {
    width:100% !important;
    padding:7px 7px 28px !important;
  }
  #cms-blog.zm-blog-r37 .zm-blog-r37__shell {
    border-radius:18px !important;
  }
  #cms-blog.zm-blog-r37 .zm-blog-r37__header {
    padding:23px 18px 18px !important;
  }
  #cms-blog.zm-blog-r37 .zm-blog-r37__hero {
    margin:10px 10px 0 !important;
    border-radius:14px !important;
  }
  #cms-blog.zm-blog-r37 .zm-blog-r37__hero img {
    height:auto !important;
    max-height:360px !important;
    object-fit:contain !important;
  }
  #cms-blog.zm-blog-r37 .zm-blog-r37__content {
    padding:14px 5px 8px !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-hero {
    padding:30px 19px !important;
    border-radius:18px !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-facts,
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-cards-4,
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-timeline,
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-symptoms {
    grid-template-columns:1fr !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section {
    padding:22px 17px 22px 20px !important;
    border-radius:17px !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section-head {
    gap:10px !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-section-head > span {
    flex-basis:36px !important;
    width:36px !important;
    height:36px !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta,
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-final {
    flex-direction:column !important;
    align-items:stretch !important;
  }
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-inline-cta a,
  #cms-blog.zm-blog-r37 #zoomirCatDentalArticle .zmd-final > a {
    width:100% !important;
    white-space:normal !important;
    text-align:center !important;
  }
  #cms-blog.zm-blog-r37 .zm-blog-r37__tags {
    margin:8px 14px 20px !important;
  }
}

/* Source: catalog/view/stylesheet/zoomag/zm-category-icons-r34.css; original order retained. */
/* ZooMag r34 — semantic category icons, menu-safe. No global header/menu/nav rules. */
:root {
  --zm-icon-blue-fg:#2f7fd3; --zm-icon-blue-bg:#eaf5ff;
  --zm-icon-coral-fg:#e46a62; --zm-icon-coral-bg:#fff0ee;
  --zm-icon-amber-fg:#cb8525; --zm-icon-amber-bg:#fff6df;
  --zm-icon-green-fg:#4b9964; --zm-icon-green-bg:#ecf8ef;
  --zm-icon-teal-fg:#318f8c; --zm-icon-teal-bg:#e9f8f7;
  --zm-icon-rose-fg:#c9627f; --zm-icon-rose-bg:#fff0f5;
  --zm-icon-orange-fg:#d87a37; --zm-icon-orange-bg:#fff3e8;
  --zm-icon-emerald-fg:#3d946f; --zm-icon-emerald-bg:#ecf8f2;
  --zm-icon-sand-fg:#956d49; --zm-icon-sand-bg:#f8f1e9;
  --zm-icon-cyan-fg:#388fae; --zm-icon-cyan-bg:#eaf8fc;
  --zm-icon-peach-fg:#dc745a; --zm-icon-peach-bg:#fff0e9;
  --zm-icon-violet-fg:#7668c8; --zm-icon-violet-bg:#f0efff;
  --zm-icon-red-fg:#c95454; --zm-icon-red-bg:#fff0f0;
  --zm-icon-neutral-fg:#627386; --zm-icon-neutral-bg:#f0f4f8;
}
.zm-icon-tone--blue{--zm-ic-fg:var(--zm-icon-blue-fg);--zm-ic-bg:var(--zm-icon-blue-bg)}
.zm-icon-tone--coral{--zm-ic-fg:var(--zm-icon-coral-fg);--zm-ic-bg:var(--zm-icon-coral-bg)}
.zm-icon-tone--amber{--zm-ic-fg:var(--zm-icon-amber-fg);--zm-ic-bg:var(--zm-icon-amber-bg)}
.zm-icon-tone--green{--zm-ic-fg:var(--zm-icon-green-fg);--zm-ic-bg:var(--zm-icon-green-bg)}
.zm-icon-tone--teal{--zm-ic-fg:var(--zm-icon-teal-fg);--zm-ic-bg:var(--zm-icon-teal-bg)}
.zm-icon-tone--rose{--zm-ic-fg:var(--zm-icon-rose-fg);--zm-ic-bg:var(--zm-icon-rose-bg)}
.zm-icon-tone--orange{--zm-ic-fg:var(--zm-icon-orange-fg);--zm-ic-bg:var(--zm-icon-orange-bg)}
.zm-icon-tone--emerald{--zm-ic-fg:var(--zm-icon-emerald-fg);--zm-ic-bg:var(--zm-icon-emerald-bg)}
.zm-icon-tone--sand{--zm-ic-fg:var(--zm-icon-sand-fg);--zm-ic-bg:var(--zm-icon-sand-bg)}
.zm-icon-tone--cyan{--zm-ic-fg:var(--zm-icon-cyan-fg);--zm-ic-bg:var(--zm-icon-cyan-bg)}
.zm-icon-tone--peach{--zm-ic-fg:var(--zm-icon-peach-fg);--zm-ic-bg:var(--zm-icon-peach-bg)}
.zm-icon-tone--violet{--zm-ic-fg:var(--zm-icon-violet-fg);--zm-ic-bg:var(--zm-icon-violet-bg)}
.zm-icon-tone--red{--zm-ic-fg:var(--zm-icon-red-fg);--zm-ic-bg:var(--zm-icon-red-bg)}
.zm-icon-tone--neutral{--zm-ic-fg:var(--zm-icon-neutral-fg);--zm-ic-bg:var(--zm-icon-neutral-bg)}

/* Sidebar category icons only. */
.zm-sidebar-nav .zm-sidebar-icon,
.zm-sidebar-nav .zm-sidebar-child-icon {
  width:30px !important; height:30px !important; min-width:30px !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  border-radius:10px !important;
  background:var(--zm-ic-bg,var(--zm-icon-neutral-bg)) !important;
  color:var(--zm-ic-fg,var(--zm-icon-neutral-fg)) !important;
  border:1px solid #e5edf4 !important;
  box-shadow:0 2px 7px rgba(31,52,73,.08), inset 0 1px 0 rgba(255,255,255,.8) !important;
  font-size:14px !important; line-height:1 !important; overflow:hidden; flex:0 0 30px;
}
.zm-sidebar-nav .zm-sidebar-icon i,
.zm-sidebar-nav .zm-sidebar-child-icon i { font-size:14px !important; line-height:1; }

/* Subcategory cards only. */
#product-category .zoomag-subcategory-card .zm-category-visual-icon {
  width:64px !important; height:64px !important; min-width:64px;
  margin:4px auto 12px !important; display:flex !important; align-items:center; justify-content:center;
  border-radius:18px !important;
  background:linear-gradient(145deg,#fff 0%,var(--zm-ic-bg,var(--zm-icon-neutral-bg)) 100%) !important;
  color:var(--zm-ic-fg,var(--zm-icon-neutral-fg)) !important;
  border:1px solid #e5edf4 !important;
  box-shadow:0 8px 18px rgba(31,52,73,.10), inset 0 1px 0 rgba(255,255,255,.95) !important;
  font-size:27px !important; line-height:1; position:relative; overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease;
}
#product-category .zoomag-subcategory-card .zm-category-visual-icon::after {
  content:""; position:absolute; width:26px; height:26px; right:-8px; top:-8px; border-radius:50%;
  background:currentColor; opacity:.07;
}
#product-category .zoomag-subcategory-card .zm-category-visual-icon i { position:relative; z-index:1; font-size:27px !important; line-height:1; }
#product-category .zoomag-subcategory-card:hover .zm-category-visual-icon {
  transform:translateY(-2px) scale(1.045);
  box-shadow:0 11px 24px rgba(31,52,73,.14), inset 0 1px 0 rgba(255,255,255,1) !important;
}
#product-category .zoomag-subcategory-card .zoomag-subcategory-image,
#product-category .zoomag-subcategory-card .zoomag-subcategory-overlay,
#product-category .zoomag-subcategory-card .zoomag-subcategory-glow { display:none !important; }

@media (max-width:768px) {
  #product-category .zoomag-subcategory-card .zm-category-visual-icon { width:54px !important; height:54px !important; min-width:54px; border-radius:15px !important; margin-bottom:9px !important; }
  #product-category .zoomag-subcategory-card .zm-category-visual-icon i { font-size:23px !important; }
  .zm-sidebar-nav .zm-sidebar-icon,
  .zm-sidebar-nav .zm-sidebar-child-icon { width:28px !important; height:28px !important; min-width:28px !important; flex-basis:28px; border-radius:9px !important; }
}
