/* Shtyrman redesign layer, Codex 2026-07-15 */
:root {
  --sh-orange: #f5a623;
  --sh-orange-dark: #d78308;
  --sh-blue: #1f6fb2;
  --sh-ink: #111827;
  --sh-muted: #64748b;
  --sh-line: #e5eaf1;
  --sh-panel: #ffffff;
  --sh-soft: #f5f7fb;
  --sh-shadow: 0 16px 45px rgba(15, 23, 42, .10);
  --sh-shadow-soft: 0 8px 24px rgba(15, 23, 42, .08);
}

html, body { background: var(--sh-soft) !important; color: var(--sh-ink) !important; }
body { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important; }
a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.container { max-width: 1280px !important; }

/* Header */
#sh-topbar {
  background: #f8fafc !important;
  border-bottom: 1px solid var(--sh-line) !important;
  color: var(--sh-muted) !important;
  padding: 6px 0 !important;
}
#sh-topbar .sh-phone { color: var(--sh-ink) !important; font-weight: 700 !important; }
#sh-topbar .sh-socials a { color: #5f6f85 !important; }
#sh-topbar .sh-socials a:hover { color: var(--sh-orange) !important; }
#sh-navbar {
  background: rgba(255,255,255,.96) !important;
  border-bottom: 1px solid var(--sh-line) !important;
  box-shadow: 0 10px 30px rgba(15,23,42,.06) !important;
  backdrop-filter: blur(16px);
}
#sh-navbar .sh-nav-inner {
  min-height: 72px !important;
  gap: 14px !important;
  padding: 0 20px !important;
}
#sh-navbar .sh-logo {
  color: var(--sh-ink) !important;
  font-size: 26px !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  margin-right: 12px !important;
}
#sh-navbar .sh-logo span { color: var(--sh-orange) !important; }
#sh-nav-menu {
  gap: 4px !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: thin;
}
#sh-nav-menu a {
  color: #182235 !important;
  border-radius: 999px !important;
  padding: 9px 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
#sh-nav-menu a:hover,
#sh-nav-menu a.active {
  background: #fff4df !important;
  color: #9a5700 !important;
}
.sh-mega-dropdown,
.sh-dropdown {
  border-radius: 18px !important;
  border: 1px solid rgba(226,232,240,.95) !important;
  box-shadow: 0 24px 70px rgba(15,23,42,.18) !important;
  background: #fff !important;
}
.sh-mega-dropdown a,
.sh-dropdown a { color: #253244 !important; }
.sh-mega-dropdown a:hover,
.sh-dropdown a:hover { color: var(--sh-orange-dark) !important; background: #fff7ea !important; }
#sh-search-wrap input[type="text"],
#sh-search-wrap input[name="search"],
#sh-search-wrap input[name="q"] {
  background: #f6f8fb !important;
  color: var(--sh-ink) !important;
  border-color: var(--sh-line) !important;
  min-width: 190px !important;
  border-radius: 999px 0 0 999px !important;
}
#sh-search-wrap input::placeholder { color: #7b8796 !important; }
#sh-search-wrap .btn,
#sh-search-wrap button[type="submit"] {
  background: #f6f8fb !important;
  border-color: var(--sh-line) !important;
  color: var(--sh-blue) !important;
  border-radius: 0 999px 999px 0 !important;
}
.sh-nav-icon-btn { color: #334155 !important; border-radius: 999px !important; }
.sh-cart-btn,
#sh-navbar .sh-cart-btn {
  background: linear-gradient(135deg, var(--sh-orange), #ffbd45) !important;
  color: #14100a !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(245,166,35,.28) !important;
}
.sh-lang-wrap a.active { background: var(--sh-blue) !important; border-color: var(--sh-blue) !important; }

/* Shared surfaces */
ol.breadcrumb {
  background: transparent !important;
  margin: 18px 0 !important;
  padding: 0 !important;
}
ol.breadcrumb .breadcrumb-item,
ol.breadcrumb .breadcrumb-item a { font-size: 13px !important; color: #64748b !important; }
main, #common-home, #product-category, #product-product { background: var(--sh-soft) !important; }
#container > main > div,
#container > main > .container,
#product-product,
#product-category { padding-top: 20px !important; }

/* Home */
#common-home.sh-sezon-home { background: var(--sh-soft) !important; }
.sh-sezon-banner {
  display: block !important;
  max-width: 1280px !important;
  height: clamp(300px, 34vw, 420px) !important;
  margin: 22px auto 18px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: var(--sh-shadow) !important;
  background: #111827 !important;
  position: relative !important;
}
.sh-sezon-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,23,42,.68) 0%, rgba(15,23,42,.24) 42%, rgba(15,23,42,.04) 100%);
  pointer-events: none;
}
.sh-sezon-banner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.02);
}
.sh-sezon-banner-text {
  left: clamp(22px, 4vw, 56px) !important;
  bottom: clamp(28px, 4vw, 48px) !important;
  width: min(560px, 72vw) !important;
  z-index: 1 !important;
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.45) !important;
}
.sh-sezon-banner-text span,
.sh-sezon-banner-text small { font-size: 15px !important; font-weight: 800 !important; letter-spacing: .01em !important; }
.sh-sezon-banner-text strong {
  display: block !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: .96 !important;
  letter-spacing: -0.04em !important;
}
.sh-sezon-duo {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 18px !important;
  margin-top: 18px !important;
}
.sh-sezon-duo-card,
.sh-promo-card,
.sh-cat-card {
  background: #fff !important;
  border: 1px solid var(--sh-line) !important;
  border-radius: 20px !important;
  box-shadow: var(--sh-shadow-soft) !important;
  overflow: hidden !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.sh-sezon-duo-card:hover,
.sh-promo-card:hover,
.sh-cat-card:hover,
.product-thumb:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--sh-shadow) !important;
  border-color: rgba(245,166,35,.42) !important;
}
.sh-promo-img-wrap { aspect-ratio: 1 / .78 !important; background: #f8fafc !important; }
.sh-promo-img-wrap img { object-fit: contain !important; padding: 18px !important; }

/* Category */
#product-category .container > .row { align-items: flex-start !important; }
#column-left .list-group,
#column-left > * {
  background: #fff !important;
  border-radius: 18px !important;
  border: 1px solid var(--sh-line) !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.06) !important;
  overflow: hidden !important;
}
#column-left .list-group-item {
  border: 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  font-weight: 650 !important;
  color: #273448 !important;
}
#column-left .list-group-item.active,
#column-left .list-group-item:hover {
  background: linear-gradient(135deg, var(--sh-blue), #2d9bd2) !important;
  color: #fff !important;
}
#product-category h1,
#product-product h1 {
  color: var(--sh-ink) !important;
  font-weight: 850 !important;
  letter-spacing: -0.025em !important;
}
#product-category #content > p,
#product-category .category-description,
#product-category #content > div:first-child p { color: #475569 !important; font-size: 15px !important; }
#product-category #content > .row:nth-of-type(2),
#product-category .sorts,
#product-category .product-filter {
  background: #fff !important;
  border: 1px solid var(--sh-line) !important;
  border-radius: 18px !important;
  padding: 14px !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.05) !important;
}
.product-thumb {
  background: #fff !important;
  border: 1px solid var(--sh-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.06) !important;
  overflow: hidden !important;
  height: 100% !important;
}
.product-thumb .image {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
  padding: 18px !important;
}
.product-thumb .image img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}
.product-thumb .caption,
.product-thumb .content {
  padding: 18px 16px !important;
}
.product-thumb h4,
.product-thumb .name {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  min-height: 62px !important;
  color: var(--sh-ink) !important;
}
.product-thumb .price {
  color: var(--sh-ink) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin-top: 8px !important;
}
.product-thumb .button-group,
.product-thumb .buttons {
  border-top: 1px solid #eef2f7 !important;
  background: #fff !important;
}
.product-thumb .btn-primary,
.product-thumb button[onclick*="cart"],
.product-thumb .button-group button:first-child {
  background: linear-gradient(135deg, var(--sh-orange), #ffbd45) !important;
  border: 0 !important;
  color: #17120a !important;
  font-weight: 850 !important;
}

/* Product page */
#product-product .product-page,
#product-product #product-info,
#product-product .product-info {
  background: transparent !important;
}
#product-product .col-sm,
#product-product .col-md,
#product-product .col-lg,
#product-product .image,
#product-product .product-image {
  min-width: 0;
}
#product-product .product-main-image,
#product-product .image-main,
#product-product .product-image-main,
#product-product .thumbnail,
#product-product .image a {
  border-radius: 20px !important;
}
#product-product img.img-thumbnail,
#product-product .image img,
#product-product .product-image img {
  border-radius: 18px !important;
}
#product-product .image,
#product-product .product-image,
#product-product .product-left,
#product-product .product-right,
#product-product #product {
  background: #fff !important;
  border: 1px solid var(--sh-line) !important;
  border-radius: 22px !important;
  box-shadow: var(--sh-shadow-soft) !important;
}
#product-product #product { padding: 22px !important; }
#product-product .image,
#product-product .product-image,
#product-product .product-left { padding: 18px !important; }
#product-product .stock-badge { border-radius: 999px !important; font-weight: 800 !important; }
#product-product .price-box,
#product-product .price,
#product-product .product-price {
  background: #fff7e8 !important;
  border: 1px solid #ffe0aa !important;
  border-left: 4px solid var(--sh-orange) !important;
  border-radius: 18px !important;
  color: #0f172a !important;
}
#product-product #button-cart,
#product-product .btn-sticky-cart,
#product-product .cart-block .btn-primary {
  background: linear-gradient(135deg, var(--sh-orange), #ffbd45) !important;
  border: 0 !important;
  color: #17120a !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 28px rgba(245,166,35,.28) !important;
  font-weight: 900 !important;
}
#product-product .buy-one-click-btn,
#product-product .btn-success {
  background: linear-gradient(135deg, #20b461, #18c7a0) !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 28px rgba(24,199,160,.22) !important;
  font-weight: 900 !important;
}
#product-product .trust-block,
#product-product .accordion,
#product-product .nav-tabs,
#product-product .tab-content {
  border-radius: 18px !important;
}

/* Mobile */
@media (max-width: 991px) {
  body { background: #f6f8fb !important; }
  #sh-topbar {
    display: flex !important;
    padding: 3px 12px !important;
    height: 28px !important;
  }
  #sh-topbar .sh-tb-inner { padding: 0 !important; gap: 6px !important; }
  #sh-topbar .sh-phone { font-size: 12px !important; }
  #sh-navbar {
    background: #fff !important;
    position: sticky !important;
    top: 0 !important;
  }
  #sh-navbar .sh-nav-inner {
    min-height: 58px !important;
    height: auto !important;
    padding: 8px 16px !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
  }
  #sh-navbar .sh-logo { font-size: 22px !important; grid-column: 1; }
  #sh-burger { grid-column: 3; margin-left: 0 !important; }
  #sh-burger span { background: var(--sh-ink) !important; }
  #sh-search-wrap {
    display: block !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 8px !important;
  }
  #sh-search-wrap form,
  #sh-search-wrap .input-group { width: 100% !important; }
  #sh-search-wrap input[type="text"],
  #sh-search-wrap input[name="search"],
  #sh-search-wrap input[name="q"] {
    width: 100% !important;
    min-width: 0 !important;
    padding: 11px 14px !important;
  }
  .sh-sezon-banner {
    height: 300px !important;
    margin: 14px 16px !important;
    border-radius: 20px !important;
  }
  .sh-sezon-banner::after {
    background: linear-gradient(180deg, rgba(15,23,42,.08) 0%, rgba(15,23,42,.70) 100%) !important;
  }
  .sh-sezon-banner-text { left: 18px !important; right: 18px !important; bottom: 18px !important; width: auto !important; }
  .sh-sezon-banner-text strong { font-size: 34px !important; }
  .sh-sezon-duo { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 10px !important; }
  .sh-sezon-duo-card,
  .sh-promo-card,
  .sh-cat-card,
  .product-thumb { border-radius: 16px !important; }
  .product-thumb .image { padding: 12px !important; }
  .product-thumb h4,
  .product-thumb .name { font-size: 14px !important; min-height: 58px !important; }
  #product-category h1,
  #product-product h1 { font-size: 22px !important; line-height: 1.2 !important; margin-top: 14px !important; }
  #product-product #product { padding: 16px !important; border-radius: 18px !important; }
  #product-product .sticky-buy-bar {
    background: rgba(255,255,255,.96) !important;
    border-top: 1px solid var(--sh-line) !important;
    box-shadow: 0 -14px 30px rgba(15,23,42,.12) !important;
  }
  #sh-mobile-bottom-bar {
    background: rgba(255,255,255,.98) !important;
    border-top: 1px solid var(--sh-line) !important;
    box-shadow: 0 -10px 24px rgba(15,23,42,.10) !important;
  }
  #sh-mobile-bottom-bar a { color: #334155 !important; }
  #sh-mobile-bottom-bar a.active,
  #sh-mobile-bottom-bar a:hover { color: var(--sh-blue) !important; }
}

@media (max-width: 575px) {
  #container > main > div,
  #container > main > .container,
  #product-product,
  #product-category { padding-top: 12px !important; }
  ol.breadcrumb { margin: 8px 0 12px !important; }
  .sh-sezon-duo .sh-promo-img-wrap { aspect-ratio: 1 / .92 !important; }
  #product-category #content > .row:nth-of-type(2) { padding: 10px !important; }
  .product-thumb .price { font-size: 18px !important; }
}


/* Stage 2: 2026 e-commerce refinement */
@media (min-width: 992px) {
  #sh-navbar .sh-nav-inner {
    min-height: 0 !important;
    padding: 0 20px !important;
    display: grid !important;
    grid-template-columns: auto minmax(280px, 460px) 1fr auto !important;
    grid-template-rows: 64px 44px !important;
    align-items: center !important;
    column-gap: 18px !important;
    row-gap: 0 !important;
  }
  #sh-navbar .sh-logo { grid-column: 1 !important; grid-row: 1 !important; }
  #sh-search-wrap {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  #sh-search-wrap form { margin: 0 !important; }
  #sh-nav-right { grid-column: 4 !important; grid-row: 1 !important; justify-self: end !important; }
  #sh-nav-menu {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 44px !important;
    align-items: center !important;
    border-top: 1px solid #edf1f6 !important;
    padding-top: 4px !important;
  }
  #sh-nav-menu a { padding: 7px 11px !important; font-size: 12.5px !important; }
  #container > main > div,
  #container > main > .container,
  #product-product,
  #product-category { padding-top: 16px !important; }
}

#sh-navbar .sh-logo.sh-brand-logo {
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
}
#sh-search-wrap form,
#sh-search-form {
  border-radius: 999px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06) !important;
}
#sh-search-wrap input[name="q"] {
  border-radius: 999px !important;
  border: 1px solid #d9e2ec !important;
  background: #f8fafc !important;
  height: 46px !important;
  padding-left: 42px !important;
}
#sh-search-wrap button[type="submit"] { border-radius: 999px !important; }
#sh-search-ico { color: var(--sh-blue) !important; z-index: 2 !important; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(31,111,178,.08), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(245,166,35,.10), transparent 26%),
    linear-gradient(180deg, #f7f9fc 0%, #f3f6fa 48%, #f8fafc 100%);
  z-index: -1;
}

.sh-sezon-banner {
  height: clamp(280px, 30vw, 386px) !important;
  border: 1px solid rgba(255,255,255,.76) !important;
}
.sh-sezon-banner::after {
  background:
    linear-gradient(90deg, rgba(15,23,42,.78) 0%, rgba(15,23,42,.40) 38%, rgba(15,23,42,.05) 100%) !important;
}
.sh-sezon-banner::before {
  content: "Нова Пошта • оплата при отриманні • повернення 14 днів";
  position: absolute;
  left: clamp(22px, 4vw, 56px);
  top: clamp(20px, 3vw, 34px);
  z-index: 2;
  color: #172033;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(15,23,42,.12);
}
.sh-sezon-banner-text { z-index: 3 !important; }
.sh-sezon-banner-text span,
.sh-sezon-banner-text small {
  display: inline-block !important;
  padding: 7px 12px !important;
  background: rgba(255,255,255,.15) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;
  backdrop-filter: blur(8px);
}
.sh-sezon-banner-text strong { margin-top: 10px !important; max-width: 520px !important; }

.sh-sezon-duo-card,
.sh-promo-card,
.sh-cat-card,
.product-thumb {
  outline: 1px solid rgba(255,255,255,.70) !important;
}
.sh-sezon-duo-card::after,
.sh-promo-card::after,
.sh-cat-card::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--sh-orange), var(--sh-blue));
  opacity: .85;
}
.product-thumb .image {
  min-height: 210px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-thumb .caption,
.product-thumb .content { background: #fff !important; }
.product-thumb h4 a,
.product-thumb .name a,
.product-thumb h4,
.product-thumb .name { color: #101827 !important; text-decoration: none !important; }
.product-thumb h4 a:hover,
.product-thumb .name a:hover { color: var(--sh-blue) !important; }
.product-thumb .price::after {
  content: "В наявності";
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #087443;
  font-size: 11px;
  font-weight: 850;
  vertical-align: middle;
}
.product-thumb [class*="badge"],
.product-thumb .label,
.product-thumb .sticker,
.product-thumb .product-label {
  background: linear-gradient(135deg, #ffb42b, #1f6fb2) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(31,111,178,.22) !important;
  border: 0 !important;
}

#product-category #content,
#product-product .container > .row,
#product-product main > .container,
#product-category main > .container {
  background: rgba(255,255,255,.72) !important;
}
#product-category #content {
  border-radius: 22px !important;
  padding: 26px !important;
}
#product-category #content > h1,
#product-product h1 { max-width: 860px !important; }
#product-category #content > h1::after,
#product-product h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sh-orange), var(--sh-blue));
  margin-top: 10px;
}
#product-category select,
#product-category .btn,
#product-category .form-select {
  border-radius: 12px !important;
}

#product-product .container > .row { border-radius: 24px !important; }
#product-product .image,
#product-product .product-image,
#product-product .product-left {
  background: linear-gradient(180deg, #fff 0%, #f9fbfd 100%) !important;
}
#product-product .image img,
#product-product .product-image img {
  object-fit: contain !important;
}
#product-product #product {
  position: sticky !important;
  top: 128px !important;
}
#product-product .price-box,
#product-product .price,
#product-product .product-price {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.70), 0 12px 30px rgba(245,166,35,.10) !important;
}
#product-product .cart-block .input-group { gap: 0 !important; }
#product-product #input-quantity { border-color: #d9e2ec !important; }
#product-product .trust-block {
  background: #fff !important;
  border: 1px solid var(--sh-line) !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.05) !important;
}

@media (max-width: 991px) {
  #sh-topbar { height: 26px !important; min-height: 26px !important; }
  #sh-navbar { box-shadow: 0 8px 22px rgba(15,23,42,.07) !important; }
  #sh-navbar .sh-nav-inner {
    min-height: 0 !important;
    height: auto !important;
    padding: 8px 16px 10px !important;
    row-gap: 8px !important;
  }
  #sh-navbar .sh-logo { font-size: 21px !important; }
  #sh-burger { width: 38px !important; height: 34px !important; align-items: center !important; justify-content: center !important; }
  #sh-search-wrap {
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 4px 0 0 !important;
    position: relative !important;
  }
  #sh-search-wrap form,
  #sh-search-form {
    margin: 0 !important;
    height: 42px !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: 0 8px 22px rgba(15,23,42,.06) !important;
  }
  #sh-search-wrap input[name="q"] {
    width: 100% !important;
    height: 42px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    border: 1px solid #dbe5ef !important;
    background: #fff !important;
    padding: 10px 14px 10px 42px !important;
    font-size: 15px !important;
  }
  #sh-search-wrap button[type="submit"] { display: none !important; }
  #sh-search-ico {
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #6b7b8e !important;
  }
  .sh-sezon-banner {
    height: 274px !important;
    margin: 12px 16px 16px !important;
  }
  .sh-sezon-banner::before {
    content: "Доставка по Україні";
    left: 16px;
    top: 16px;
    padding: 7px 10px;
    font-size: 11px;
  }
  .sh-sezon-banner-text span,
  .sh-sezon-banner-text small { font-size: 12px !important; line-height: 1.35 !important; }
  .sh-sezon-banner-text strong { font-size: 31px !important; }
  .sh-sezon-duo { margin-top: 8px !important; }
  #product-category #content {
    padding: 18px 16px !important;
    border-radius: 0 !important;
    background: #fff !important;
  }
  #product-category #content > .row:nth-of-type(2),
  #product-category .sorts,
  #product-category .product-filter {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    align-items: center !important;
  }
  .product-thumb .image { min-height: 160px !important; }
  .product-thumb .price::after { display: none !important; }
  #product-product #product {
    position: static !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 16px 90px !important;
  }
  #product-product .image,
  #product-product .product-image,
  #product-product .product-left {
    margin: 0 16px 18px !important;
  }
  #product-product h1 { font-size: 20px !important; }
  #product-product .sticky-buy-bar {
    padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Stage 2c: desktop catalog menu should scroll intentionally instead of clipping */
@media (min-width: 992px) {
  #sh-nav-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 2px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 26px 7px 0 !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(245,158,11,.55) transparent !important;
  }
  #sh-nav-menu::-webkit-scrollbar { height: 4px !important; }
  #sh-nav-menu::-webkit-scrollbar-track { background: transparent !important; }
  #sh-nav-menu::-webkit-scrollbar-thumb {
    background: rgba(245,158,11,.5) !important;
    border-radius: 999px !important;
  }
  #sh-nav-menu a {
    flex: 0 0 auto !important;
    padding: 6px 9px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}

/* Stage 2d: prevent mobile home promo cards from overflowing the viewport */
@media (max-width: 575.98px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  #common-home,
  #common-home .container,
  #common-home .sh-sezon-home,
  #common-home .sh-products-block {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  #common-home .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sh-sezon-duo,
  .sh-sezon-promo-grid,
  .sh-sezon-tapki-duo,
  .sh-sezon-tapki-samples {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sh-sezon-duo-card,
  .sh-sezon-promo,
  .sh-sezon-tapki-cat {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .sh-sezon-duo-card span,
  .sh-sezon-promo span,
  .sh-sezon-tapki-cat strong {
    font-size: 13px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
  }
  .sh-promo-img-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .sh-promo-img-wrap img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Stage 2e: override homepage inline mobile rules with higher specificity */
@media (max-width: 575.98px) {
  html body #common-home.sh-sezon-home .container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  html body #common-home.sh-sezon-home .container .sh-sezon-duo,
  html body #common-home.sh-sezon-home .container .sh-sezon-promo-grid,
  html body #common-home.sh-sezon-home .container .sh-sezon-tapki-duo,
  html body #common-home.sh-sezon-home .container .sh-sezon-tapki-samples {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow-x: hidden !important;
  }
  html body #common-home.sh-sezon-home .container .sh-sezon-duo > *,
  html body #common-home.sh-sezon-home .container .sh-sezon-promo-grid > *,
  html body #common-home.sh-sezon-home .container .sh-sezon-tapki-duo > *,
  html body #common-home.sh-sezon-home .container .sh-sezon-tapki-samples > * {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  html body #common-home.sh-sezon-home .sh-sezon-banner-text small {
    max-width: calc(100vw - 72px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.2 !important;
    font-size: 12px !important;
  }
  html body #common-home.sh-sezon-home .sh-sezon-banner-text {
    max-width: calc(100vw - 40px) !important;
  }
}

