/** Shopify CDN: Minification failed

Line 3721:18 Unexpected "{"
Line 3721:27 Expected ":"

**/
/* === HC: Product badges (Best Seller) === */
.grid__item-image-wrapper { position: relative; } /* правильный класс-обёртка */

.hc-badge{
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;            /* выше оверлеев */
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  background: #111;
  text-transform: uppercase;
}
.hc-badge--best{ background: #f57c00; } /* фирменный оранжевый */
@media (max-width: 480px){
  .hc-badge{ padding: 5px 7px; font-size: 11px; }
}

/* === Скрыть «хлебные крошки» на коллекциях и товарах (Impulse) === */
.template-collection nav.breadcrumb,
.template-product   nav.breadcrumb,
.template-collection .breadcrumbs,
.template-product   .breadcrumbs {
  display: none !important;
}

/* === USP pill (оранжевая плашка с преимуществами) === */
/* База — одинаковая для PDP и Quick View */
.hc-usp-pill{
  display: inline-block;
  padding: 6px 12px;
  border: 2px solid #FF7E33 !important;
  color: #FF7E33 !important;
  background: transparent !important;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.2;
  border-radius: 0;
}

/* «Разделители» между частями: в PDP это просто отступы */
.hc-usp-sep{
  display: inline-block;
  width: 12px;            /* горизонтальный зазор */
  height: 1px;            /* технический, чтобы не схлопывался */
}

/* PDP (страница товара): держим текст в одну строку, если помещается */
.template-product .hc-usp-pill,
.product-template .hc-usp-pill{ /* на всякий случай оба класса темплейта */
  white-space: nowrap;
}

/* Quick View (модалка): две строки и выравнивание по центру */
.modal--quick-shop .hc-usp-pill{
  display: block;
  margin: 8px auto 0;     /* центр по горизонтали */
  text-align: center;
  white-space: normal !important; /* разрешаем переносы */
  max-width: 560px;       /* чуть уже, чтобы гарантированно ломалось на 2 строки */
  line-height: 1.3;
}

/* Во второй «сепаратор» делаем реальный перенос строки */
.modal--quick-shop .hc-usp-pill .hc-usp-sep:nth-of-type(2){
  display: block;         /* перенос */
  width: auto;
  height: 0;
  margin-top: 6px;        /* небольшой вертикальный зазор между строками */
}

@media (max-width: 480px){
  .modal--quick-shop .hc-usp-pill{ line-height: 1.25; }
}
/* === HC utility: screen-reader-only text (no conflict) === */
.hc-vh{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

/* === HC: Mega menu tiles (Bellroy-style) === */
.hc-mega-grid{display:flex;flex-wrap:wrap;gap:28px;padding:18px 4px}
.hc-mega-item{width:150px;text-decoration:none;text-align:center}
.hc-mega-item:hover .hc-mega-title{text-decoration:underline}
.hc-mega-img{width:150px;height:100px;border-radius:6px;overflow:hidden;background:#f7f7f7;margin:0 auto;box-shadow:0 1px 2px rgba(0,0,0,.06)}
.hc-mega-img img{width:100%;height:100%;object-fit:cover;display:block}
.hc-mega-title{margin-top:8px;font-size:14px;line-height:1.3;color:#111}

@media (min-width:1200px){
  .hc-mega-item{width:160px}
  .hc-mega-img{width:160px}
}
/* HC Mega Menu Tiles — fallback на оба класса */
.hc-mega-wrap, .hc-mega-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  padding: 20px 0;
}

/* HC Mega Menu Tiles — регулируемый отступ между плитками */
:root {
  --hc-mega-gap: 80px; /* ← просто меняй это значение, например 18px, 24px, 32px */
}

.hc-mega-wrap,
.hc-mega-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--hc-mega-gap);
  padding: 24px 0;
}

/* Центрируем, если плиток 1–2 */
.hc-mega-grid:not(:has(> .hc-mega-item:nth-last-child(n+3))),
.hc-mega-wrap:not(:has(> .hc-mega-item:nth-last-child(n+3))) {
  justify-content: center;
}

.hc-mega-wrap .hc-mega-item,
.hc-mega-grid .hc-mega-item {
  flex: 0 0 auto;
  width: 100px;
  text-align: center;
  color: #111;
  text-decoration: none;
  transition: transform .2s ease;
}

.hc-mega-wrap .hc-mega-item:hover,
.hc-mega-grid .hc-mega-item:hover {
  transform: translateY(-3px);
}

.hc-mega-wrap .hc-mega-img,
.hc-mega-grid .hc-mega-img {
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;              /* было hidden */
  border-radius: 0;               /* убираем скругление */
  background: transparent !important; /* убиваем белый фон */
}
/* HC TEST: kill white icon tiles only */
.site-nav__dropdown.megamenu .hc-mega-img,
.site-nav__dropdown.megamenu .hc-mega-img::before,
.site-nav__dropdown.megamenu .hc-mega-img::after,
.site-nav__dropdown.megamenu .hc-mega-img *,
.site-nav__dropdown.megamenu .hc-mega-img *::before,
.site-nav__dropdown.megamenu .hc-mega-img *::after {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.hc-mega-wrap .hc-mega-img img,
.hc-mega-grid .hc-mega-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent !important;
}

.hc-mega-wrap .hc-mega-img img,
.hc-mega-grid .hc-mega-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hc-mega-wrap .hc-mega-title,
.hc-mega-grid .hc-mega-title {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: rgba(255,255,255,0.92) !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}

/* Лого/хедер поверх дропдауна */
.site-header,
.header-sticky-wrapper {
  position: relative;
  z-index: 60;
}

/* Дропдаун на всю ширину, ниже хедера */
.site-nav__dropdown.megamenu {
  position: absolute;   /* критично: оставляем абсолютным */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;          /* ниже хедера */
  margin-top: 0;        /* если добавляли — убираем */
}
/* хедер над контентом */
.site-header,
.header-sticky-wrapper { position: relative; z-index: 60; }

/* логотип гарантированно выше выпадашки */
.header-item--logo { position: relative; z-index: 80; }

/* мегаменю — на всю ширину, НИЖЕ хедера */
.site-nav__dropdown.megamenu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100%;
  z-index: 40;
 background: rgba(245, 242, 238, 0.34) !important;
 backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
/* === HC: hover color for menu & mega tiles (Bellroy-style) === */
:root{
  --hc-nav-hover: #FF7E33; /* брендовый оранжевый; для красного поставь #D2292D */
}

/* Плитки в мега-меню */
.hc-mega-item .hc-mega-title{ transition: color .15s ease; }
.hc-mega-item:hover .hc-mega-title,
.hc-mega-item:focus-visible .hc-mega-title{ color: var(--hc-nav-hover); }

/* Верхнее меню (топ-уровень) */
.site-header .site-nav__link:not(.site-nav__link--icon):hover,
.site-header .site-nav__link:not(.site-nav__link--icon):focus{ color: var(--hc-nav-hover); }

/* Выпадающие пункты (2–3 уровень) */
.site-header .site-nav__dropdown-link:hover,
.site-header .site-nav__dropdown-link:focus,
.site-header .site-nav__deep-dropdown a:hover,
.site-header .site-nav__deep-dropdown a:focus{
  color: var(--hc-nav-hover);
}
/* === HC: hover color for TOP menu (Impulse) === */
:root{ --hc-nav-hover:#FF7E33; } /* можно заменить на #D2292D */

.header-wrapper .site-header .site-nav a.site-nav__link:hover,
.header-wrapper .site-header .site-nav a.site-nav__link:focus,
.header-wrapper .site-header summary.site-nav__link:hover,
.header-wrapper .site-header summary.site-nav__link:focus{
  color: var(--hc-nav-hover) !important;
}

/* Подчёркивание у топ-меню в Impulse */
.header-wrapper .site-header .site-nav .site-nav__link--underline:hover::after,
.header-wrapper .site-header .site-nav .site-nav__link--underline:focus::after{
  background-color: var(--hc-nav-hover) !important;
}

/* Выпадающие пункты на 2–3 уровнях (на всякий случай усилим) */
.header-wrapper .site-header .site-nav__dropdown-link:hover,
.header-wrapper .site-header .site-nav__dropdown-link:focus{
  color: var(--hc-nav-hover) !important;
}
/* HC mega: растягиваем выпадашку и фиксируем горизонтальную сетку */
.site-nav__details > .site-nav__dropdown{
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.site-nav__dropdown.megamenu .hc-mega-wrap,
.site-nav__dropdown .hc-mega-wrap{
  display: flex;
  flex-wrap: wrap;
}
/* HC mega: невидимый мостик между пунктом меню и выпадашкой */
.site-nav__dropdown::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:-14px;              /* высота мостика вверх от выпадашки */
  height:14px;            /* отрегулируй 10–18px по ощущению */
  background:transparent; /* не влияет на вид */
  pointer-events:auto;    /* ловим курсор при движении вниз */
  z-index:1;
}
/* === Color siblings grid === */
.hc-color-siblings { margin: 14px 0 18px; }
.hc-color-siblings__title { font-size: 14px; line-height: 1.2; margin-bottom: 8px; }

.hc-color-siblings__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 в ряд всегда */
  gap: 8px;
  width: 100%;              /* блок = ширина колонки с формой => как кнопки */
}

.hc-color-siblings__swatch {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: border-color .15s, box-shadow .15s, transform .05s;
}
.hc-color-siblings__swatch:hover { border-color: #aaa; box-shadow: 0 0 0 2px rgba(0,0,0,.05) inset; }
.hc-color-siblings__swatch:active { transform: translateY(1px); }
.hc-color-siblings__swatch.is-active { border-color: #111; box-shadow: 0 0 0 2px #111 inset; cursor: default; pointer-events: none; }

/* Квадратная плитка с обрезкой как у Bellroy */
.hc-color-siblings__inner {
  display: block;
  aspect-ratio: 1 / 1;      /* квадрат */
  width: 100%;
  position: relative;
}
.hc-color-siblings__swatch img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hc-color-siblings__fallback {
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; padding: 6px;
}

/* На очень узких экранах можно уменьшить отступы (опционально) */
@media (max-width: 360px) {
  .hc-color-siblings__grid { gap: 6px; }
}
/* === HC Color Siblings — force visible === */
.hc-color-siblings{display:block!important;margin:16px 0 8px;padding:0;}
.hc-color-siblings__title{font-weight:600;font-size:14px;margin:0 0 8px;}
.hc-color-siblings__grid{display:flex!important;flex-wrap:wrap;gap:10px;align-items:flex-start;}
.hc-color-siblings__swatch{display:block;width:80px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;transition:border-color .15s,box-shadow .15s,transform .05s;}
.hc-color-siblings__swatch:hover{border-color:#aaa;box-shadow:0 0 0 2px rgba(0,0,0,.05) inset;}
.hc-color-siblings__swatch.is-active{border-color:#111;box-shadow:0 0 0 2px #111 inset;cursor:default;pointer-events:none;}
.hc-color-siblings__inner{display:block;position:relative;aspect-ratio:1/1;width:100%;}
.hc-color-siblings__swatch img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;}

/* На случай если тема где-то прячет контент */
.hc-color-siblings, .hc-color-siblings *{visibility:visible!important;opacity:1!important;}

/* === Product gallery thumbnails (Impulse) === */
/* Базовая рамка и скругление у всех миниатюр */
.product__thumb-item,
.thumbnail-list__item {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}

/* === Active gallery thumb — match swatch style === */
.product__thumb-item { 
  outline: none !important;               /* на всякий случай убираем чёрный outline */
}

/* Базовая рамка миниатюр (неактивных) — тонкая и со скруглением */
.product__thumb-item a.product__thumb {
  border: 1px solid #e5e5e5;
  border-radius: 8px;                      /* как у свотчей */
}


/* ===== Gallery thumbs — base look ===== */
.product__thumbs a.product__thumb {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

/* Сбрасываем чёрные рамки/outline/тени где бы они ни сидели */
.product__thumb-item.is-active,
.product__thumb-item.is-active a,
.product__thumb-item.is-active .product__thumb,
.product__thumbs .product__thumb-item a:focus,
.product__thumbs .product__thumb-item.is-active a:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Гарантированная оранжевая рамка поверх всего */
.product__thumbs .product__thumb-item.is-active a.product__thumb {
  position: relative;
  border-radius: 8px !important;
}
.product__thumbs .product__thumb-item.is-active a.product__thumb::after {
  content: "";
  position: absolute;
  inset: -2px;                     /* толщина кольца */
  border: 2px solid #F15A29;       /* фирменный оранжевый */
  border-radius: 10px;             /* лёгкое скругление как у свотчей */
  pointer-events: none;
}

/* На всякий случай: если рамка сидит на самом <img> */
.product__thumbs .product__thumb-item.is-active img {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
/* Скрыть логотип, когда открыт поиск */
body.search-open .site-header__logo,
body.search-open .header__heading,
body.search-open .header__logo,
body.search-open .header__heading-link,
body.search-open .header__logo-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease;
}

/* На всякий случай — чтобы полоса поиска перекрывала всё сверху */
.search-modal, .search-drawer, .header__search, .predictive-search, .search-bar--overlay {
  z-index: 9999;
}

/* === Hedonist Chicago — Cart drawer refined luxury polish === */

/* Контейнер drawer */
#CartDrawer.drawer.drawer--right {
  background: transparent !important;
  box-shadow: none !important;

  display: flex;
  justify-content: flex-end;
  align-items: flex-start;

  padding-top: 64px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 0;

  pointer-events: none;
}

/* Карта */
#CartDrawer .hc-cart-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);

  width: min(420px, 100vw - 40px);
  max-width: 420px;
  max-height: calc(100vh - 96px);

  overflow: hidden;

  display: flex;
  flex-direction: column;

  pointer-events: auto;
}

/* Ширина внутренних блоков */
#CartDrawer .hc-cart-card > .drawer__fixed-header,
#CartDrawer .hc-cart-card > .drawer__inner,
#CartDrawer .hc-cart-card > .drawer__cart-empty {
  width: 100%;
}

/* Убираем стандартную sticky header */
#CartDrawer .drawer__fixed-header {
  position: static !important;
  background: transparent;
  box-shadow: none;
}

/* =========================
   HEADER
========================= */

#CartDrawer .drawer__header {
  padding: 22px 24px 18px;
  border-bottom: 1px solid #eeeeee;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* MY BAG */
#CartDrawer .drawer__header .drawer__title,
#CartDrawer .drawer__title,
#CartDrawer .drawer__title span,
#CartDrawer .drawer__header h2 {
  margin: 0 !important;

  color: #111111 !important;
  opacity: 1 !important;

  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 700 !important;

  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

/* X */
#CartDrawer .drawer__close,
#CartDrawer .drawer__close button {
  border: none;
  background: none;
  padding: 0;

  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  opacity: 0.65;
  transition: opacity 0.2s ease;
}

#CartDrawer .drawer__close:hover,
#CartDrawer .drawer__close button:hover {
  opacity: 1;
}

#CartDrawer .drawer__close svg {
  width: 16px;
  height: 16px;
}

/* =========================
   INNER
========================= */

#CartDrawer .drawer__inner {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;

  display: flex;
  flex-direction: column;
}

/* Scroll area */
#CartDrawer .drawer__scrollable {
  padding: 18px 24px 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Empty cart */
#CartDrawer .drawer__cart-empty .drawer__scrollable {
  padding: 24px;
}

/* =========================
   PRODUCT ROWS
========================= */

#CartDrawer .cart__item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f1f1f1;
}

#CartDrawer .cart__item:last-child {
  margin-bottom: 0;
}

/* Product title */
#CartDrawer .cart__item-title,
#CartDrawer .cart__item-name,
#CartDrawer .cart__item a {
  color: #111111 !important;

  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;

  text-decoration: none !important;
}

/* Price */
#CartDrawer .cart__item-price,
#CartDrawer .cart__price {
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* =========================
   FOOTER
========================= */

#CartDrawer .drawer__footer,
#CartDrawer .cart__footer,
#CartDrawer .cart__foot {
  border-top: 1px solid #eeeeee;
  padding: 16px 24px 22px;
}

/* Discounts */
#CartDrawer .cart__discount,
#CartDrawer .cart__discounts,
#CartDrawer .cart__discount-row {
  color: #c92323 !important;
}

/* Subtotal row */
#CartDrawer .cart__item-sub.cart__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 12px;
}

/* SUBTOTAL text */
#CartDrawer .cart__item-sub.cart__item-row > div:first-child,
#CartDrawer .ajaxcart__subtotal-title {
  font-size: 13px !important;
  font-weight: 700 !important;

  letter-spacing: 0.22em !important;
  text-transform: uppercase;
}

/* subtotal amount */
#CartDrawer .cart__item-sub.cart__item-row .ajaxcart__subtotal,
#CartDrawer .cart__item-sub.cart__item-row [data-subtotal],
#CartDrawer .ajaxcart__subtotal {
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Divider */
#CartDrawer .hc-cart-divider {
  border-top: 1px solid #eeeeee;
  margin: 10px 0 14px;
}

/* =========================
   BENEFITS
========================= */

#CartDrawer .hc-cart-benefits-row {
  display: flex;
  flex-wrap: nowrap;

  gap: 8px;
  margin-bottom: 16px;
}

#CartDrawer .hc-cart-benefit {
  flex: 1 1 0;
  min-width: 0;

  padding: 8px 10px;

  border: 1px solid #111111;

  text-align: center;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================
   BUTTONS
========================= */

#CartDrawer .cart__buttons,
#CartDrawer .cart__submit,
#CartDrawer .cart__footer-buttons,
#CartDrawer .cart__checkout-wrapper {
  display: flex;
  flex-direction: column;

  gap: 8px;
}

/* Main checkout button */
#CartDrawer .cart__buttons .btn,
#CartDrawer .cart__buttons .button,
#CartDrawer .cart__submit .btn,
#CartDrawer .cart__submit .button,
#CartDrawer .cart__checkout-wrapper .btn {
  width: 100%;

  border-radius: 999px;

  padding: 13px 16px;

  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #ffffff !important;

  font-size: 13px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.14em;

  transition: all 0.2s ease;
}

#CartDrawer .cart__buttons .btn:hover,
#CartDrawer .cart__buttons .button:hover,
#CartDrawer .cart__submit .btn:hover,
#CartDrawer .cart__submit .button:hover,
#CartDrawer .cart__checkout-wrapper .btn:hover {
  background: #000000 !important;
}

/* VIEW BAG */
#CartDrawer .cart__view-bag {
  width: 100%;

  text-align: center;

  border-radius: 0;

  padding: 12px 16px;

  font-size: 13px;
  font-weight: 600;

  text-transform: uppercase;
  letter-spacing: 0.08em;

  background: #ffffff;
  border: 1px solid #111111;
  color: #111111;

  display: inline-block;
}

#CartDrawer .cart__view-bag:hover {
  background: #111111;
  color: #ffffff;
}

/* =========================
   EXPRESS BUTTONS
========================= */

#CartDrawer .hc-cart-express-row {
  display: flex;
  flex-wrap: nowrap;

  gap: 8px;
  align-items: stretch;
}

#CartDrawer .hc-cart-express-row > * {
  flex: 1 1 0;
  min-width: 0;
}

/* =========================
   BACKDROP
========================= */

body.js-drawer-open::before,
body.drawer-open::before,
#PageContainer::before,
#PageContainer.drawer-page-content::before {
  background: rgba(0,0,0,0.14) !important;
  opacity: 1 !important;

  pointer-events: none !important;
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width: 767px) {

  #CartDrawer.drawer.drawer--right {
    padding: 0 !important;
  }

  #CartDrawer .drawer__contents {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
  }

  #CartDrawer .hc-cart-card {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }

  #CartDrawer .drawer__header {
    padding: 20px 20px 16px;
  }

  #CartDrawer .drawer__scrollable {
    padding: 16px 20px 18px;
  }

  #CartDrawer .drawer__footer,
  #CartDrawer .cart__footer,
  #CartDrawer .cart__foot {
    padding: 16px 20px 20px;
  }
}

/* === Hedonist Chicago — About heading: no forced uppercase === */
.rich-text-section .hc-about-heading {
  text-transform: none !important;
}
/* === FIX: Slideshow hero titles invisible due to parent opacity === */
.template-index
.slideshow__slide.is-selected
.animation-contents {
  opacity: 1 !important;
  visibility: visible !important;
}
/* ===== HOMEPAGE BLOG (Impulse) - CLEAN FIX ===== */
#shopify-section-blog-posts .article__title,
#shopify-section-blog-posts .article__title a{
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  margin: 0 !important;
}

#shopify-section-blog-posts .article__title a{
  text-decoration: none !important;
}

#shopify-section-blog-posts .article__date{
  font-size: 12px !important;
  opacity: 0.75 !important;
  margin: 0 0 6px 0 !important;
}

/* spacing between image and text */
#shopify-section-blog-posts .article__grid-image{
  margin: 0 0 10px 0 !important;
}

/* make images look consistent */
#shopify-section-blog-posts .image-wrap,
#shopify-section-blog-posts .grid__image-ratio{
  border-radius: 10px !important;
  overflow: hidden !important;
}

#shopify-section-blog-posts img{
  display: block !important;
}

/* tighter grid for 6 posts */
#shopify-section-blog-posts .grid__item{
  margin-bottom: 18px !important;
}
/* Ограничение заголовков постов двумя строками */
.article-card__title,
.article__title,
.blog__title,
h3.article-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Hide "Shipping calculated at checkout." on product page (Impulse) */
.product__tax,
.product__policies,
.price__tax,
.price__policies {
  display: none !important;
}
.collection-description h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 10px;
  line-height: 1.3;
}

.collection-description h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 18px 0 8px;
}

.collection-description p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.collection-description a {
  text-decoration: underline;
}
.collection-intro {
  margin: 18px auto 14px;
  max-width: 900px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.collection-intro .rte {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.collection-intro .rte p {
  font-size: 17px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0;
  text-align: center;
}
.collection-intro .rte p {
  font-weight: 550;
}
.faq-block{
  background:#f7f7f7;
  border:1px solid rgba(0,0,0,.12);
  border-radius:20px;
  padding:32px 28px;
  margin:40px auto 48px;
  max-width:1400px;
}

.faq-block h2{
  font-size:1.5em;
  text-align:center;
  margin:0 0 16px;
  font-weight:700;
  text-transform:uppercase;
}

.faq-item{
  border-bottom:1px solid rgba(0,0,0,.12);
  padding:14px 0;
  margin:0;
}

.faq-item:last-child{
  border-bottom:none;
}

.faq-question{
  background:none;
  border:none;
  font-weight:600;
  font-size:1.1em;
  cursor:pointer;
  padding:10px 0;
  width:100%;
  text-align:left;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#000;
}

.faq-question::after{
  content:"+";
  font-weight:bold;
  transition:transform .3s ease;
}

.faq-question.active::after{
  content:"–";
}

.faq-answer{
  display:none;
  padding-top:10px;
  color:#333;
}

.faq-answer.open{
  display:block;
}

.faq-answer-inner{
  max-width:100%;
}

.faq-answer p{
  margin:0;
}

.article__body .faq-block{
  margin-top:48px;
}

@media (min-width: 990px){
  .faq-block{
    padding:40px 48px;
    border-radius:24px;
  }
}
.hc-balm-upsell {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.hc-balm-upsell__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hc-balm-upsell__image {
  display: block;
  flex: 0 0 56px;
  width: 56px;
  text-decoration: none;
}

.hc-balm-upsell__image img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid #ececec;
}

.hc-balm-upsell__main {
  flex: 1 1 auto;
  min-width: 0;
}

.hc-balm-upsell__label {
  margin: 0 0 2px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.hc-balm-upsell__title {
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.hc-balm-upsell__title a {
  color: #111;
  text-decoration: none;
}

.hc-balm-upsell__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #444;
}

.hc-balm-upsell__action {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.hc-balm-upsell__price {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #111;
}

.hc-balm-upsell__btn {
  min-width: 82px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 11px;
  line-height: 34px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hc-balm-upsell__btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

@media screen and (max-width: 749px) {
  .hc-balm-upsell__row {
    align-items: center;
    gap: 10px;
  }

  .hc-balm-upsell__image {
    flex: 0 0 52px;
    width: 52px;
  }

  .hc-balm-upsell__image img {
    width: 52px;
    height: 52px;
  }

  .hc-balm-upsell__title {
    font-size: 15px;
  }

  .hc-balm-upsell__text {
    font-size: 12px;
  }

  .hc-balm-upsell__btn {
    min-width: 76px;
    height: 34px;
    line-height: 32px;
    padding: 0 12px;
  }
}
.hc-balm-upsell-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 0 14px;
  margin: 0 0 14px;
  border-bottom: 1px solid #e8e8e8;
}

.hc-balm-upsell-footer__text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #111;
}

.hc-balm-upsell-footer__right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hc-balm-upsell-footer__price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}

.hc-balm-upsell-footer__btn {
  min-width: 76px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 11px;
  line-height: 32px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hc-balm-upsell-footer__btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

@media screen and (max-width: 749px) {
  .hc-balm-upsell-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hc-balm-upsell-footer__right {
    width: 100%;
    justify-content: space-between;
  }
}
.hc-mega-wrap {
    justify-content: center !important;
}
/* ===== HERO BUTTONS STYLE ===== */
.hc-hero-btn {
  position: absolute;
  padding: 12px 22px;
  background: #ffffff;
  color: #111;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  z-index: 5;
}

.hc-hero-btn:hover {
  background: #111;
  color: #fff;
}
/* LEFT (women) */
.hc-btn-left {
  top: 30px;
  left: 30px;
}

/* CENTER (red collection) */
.hc-btn-center {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* RIGHT (men) */
.hc-btn-right {
  top: 30px;
  right: 30px;
}
/* ===== KILL WHITE TILES (REAL TARGET) ===== */

.site-nav__dropdown .promo-grid__item,
.site-nav__dropdown .promo-grid__content,
.site-nav__dropdown .promo-grid__bg,
.site-nav__dropdown .promo-grid__container,
.site-nav__dropdown .grid__image-ratio,
.site-nav__dropdown .image-wrap,
.site-nav__dropdown .image-wrap:before {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* иногда фон висит на псевдоэлементе */
.site-nav__dropdown .image-wrap:before {
  display: none !important;
}

/* убрать padding вокруг картинки */
.site-nav__dropdown .promo-grid__content {
  padding: 0 !important;
}
/* ===== KILL WHITE BACKGROUND FINAL ===== */

.site-nav__dropdown.megamenu .hc-mega-item {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.site-nav__dropdown.megamenu .hc-mega-item::before,
.site-nav__dropdown.megamenu .hc-mega-item::after {
  display: none !important;
}

/* иногда тема добавляет внутренний wrapper */
.site-nav__dropdown.megamenu .hc-mega-item > div {
  background: transparent !important;
}
/* ===== HC MEGA MENU ULTRA TRANSPARENT GLASS ===== */

.site-nav__dropdown.megamenu,
.megamenu,
.mega-menu {
  background: rgba(255, 255, 255, 0.01) !important;
  backdrop-filter: blur(8px) saturate(110%);
  -webkit-backdrop-filter: blur(8px) saturate(110%);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none !important;
}
/* ===== REMOVE WHITE BOX FROM BACKGROUND IMAGE TEXT ===== */

.background-media-text__text,
.background-media-text__inner,
.background-media-text__aligner,
.background-media-text__container,
.background-media-text__text-wrapper,
.background-media-text .page-width {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.background-media-text__text {
  padding: 0 !important;
}
/* ===== WHITE TEXT FOR HERO BLOCK ===== */

.background-media-text,
.background-media-text * {
  color: #ffffff !important;
}

/* кнопка — чтобы осталась контрастной */
.background-media-text .btn {
  background: #ffffff !important;
  color: #111 !important;
}
/* ===== HERO TEXT BOOST ===== */

.background-media-text {
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

/* кнопка — сделать чуть сильнее */
.background-media-text .btn {
  background: #ffffff !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.background-media-text .btn:hover {
  background: #111 !important;
  color: #fff !important;
}
/* ===== HC VALUE TICKER ===== */

.hc-ticker {
  width: 100%;
  overflow: hidden;
  background: #f5f3ef;
  padding: 10px 0;
  position: relative;
}

.hc-ticker-track {
  display: flex;
  width: max-content;
  animation: hc-scroll 35s linear infinite;
}

.hc-ticker-group {
  display: flex;
  gap: 40px;
  padding-right: 40px;
}

.hc-ticker span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444;
  white-space: nowrap;
}

.hc-ticker svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #777;
  stroke-width: 2;
}

/* animation */
@keyframes hc-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* hover pause (ВАЖНО для UX) */
.hc-ticker:hover .hc-ticker-track {
  animation-play-state: paused;
}
.hc-home-hero__btn {
  background: rgba(255,255,255,0.88) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.65) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}
.hc-home-hero__overlay--center .hc-home-hero__btn {
  border: 1px solid rgba(255,255,255,0.9) !important;
  color: #fff !important;
  letter-spacing: 0.09em !important;
  font-weight: 500 !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18) !important;
}
.hc-hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.18),
    rgba(0,0,0,0.02) 32%,
    rgba(0,0,0,0) 60%
  );
  z-index: 2;
  pointer-events: none;
}
/* === Judge.me Cards Carousel FIX WIDTH === */

.jdgm-carousel-item {
  flex: 0 0 32% !important;
  max-width: 32% !important;
}

.jdgm-carousel__items {
  justify-content: center !important;
  gap: 40px !important;
}

.jdgm-card {
  padding: 30px 24px !important;
}

.jdgm-carousel-wrapper {
  max-width: 1400px !important;
  margin: 0 auto !important;
}
/* === Judge.me FULL WIDTH FIX === */

.jdgm-carousel-wrapper,
.jdgm-cards-carousel,
.jdgm-carousel__container {
  max-width: 1400px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* === FULL WIDTH for Judge.me block ONLY === */

#shopify-section-template--18920738291863__1772817526e900c6ca .page-width {
  max-width: 1600px !important;
}
/* === Judge.me Cards Carousel card width variables === */

#shopify-section-template--18920738291863__1772817526e900c6ca .jdgm-cards-carousel {
  --width-xs: 460px !important;
  --width-sm: 460px !important;
  --width-md: 460px !important;
  --width-lg: 460px !important;
}
.jdgm-content {
  gap: 32px !important;
}
.jdgm-card {
  padding: 24px !important;
}
.jdgm-card {
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06) !important;
}
.jdgm-card {
  box-shadow: 0 12px 32px rgba(0,0,0,0.08) !important;
}
.jdgm-card {
  transition: all 0.25s ease;
}

.jdgm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
.jdgm-card {
  background: #F6F3EF !important;
}
.jdgm-card {
  background: linear-gradient(180deg, #F7F4F0 0%, #EFEAE4 100%) !important;
}
.jdgm-card {
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.jdgm-card .jdgm-rev__author {
  font-weight: 600;
}
.jdgm-card .jdgm-rev__body {
  max-width: 320px;
  margin: 0 auto;
}
.jdgm-widget .jdgm-star {
  color: #E89A2A !important;
}
.jdgm-widget .jdgm-header {
  color: #1F1F1F;
}
.jdgm-widget .jdgm-rev-widg__summary {
  color: #6B6B6B;
}
.jdgm-widget .jdgm-rev-widg__summary {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* ===== HC MOBILE HERO FINAL TUNING ===== */

@media screen and (max-width: 767px) {
  .hc-home-hero {
    height: 150vw !important;
    min-height: 640px !important;
    max-height: 640px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .hc-home-hero img,
  .hc-home-hero picture,
  .hc-home-hero .hc-home-hero__image,
  .hc-home-hero .hc-home-hero__media {
    width: 100% !important;
    height: 100% !important;
  }

  .hc-home-hero img {
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .hc-btn-left {
    top: 6% !important;
    left: 22px !important;
  }

  .hc-btn-center {
    top: 42% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .hc-btn-right {
    top: 78% !important;
    right: 22px !important;
    left: auto !important;
  }

  .hc-hero-btn {
    min-height: 44px;
    padding: 11px 20px;
  }
}
/* ===== HC MOBILE HERO BUTTON POSITIONS ===== */

@media screen and (max-width: 767px) {
  .hc-home-hero__overlay--left {
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
  }

  .hc-home-hero__overlay--center {
    top: 232px !important;
    right: 20px !important;
    left: auto !important;
    transform: none !important;
  }

  .hc-home-hero__overlay--right {
    top: 585px !important;
    left: 20px !important;
    right: auto !important;
  }
}
/* ===== JUDGE.ME MOBILE CARDS LAYOUT FIX ===== */

@media screen and (max-width: 767px) {
  .jdgm-cards-carousel {
    --card-width: 92vw !important;
    --width-xs: 92vw !important;
    --width-sm: 92vw !important;
    --width-md: 92vw !important;
    --width-lg: 92vw !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 22px !important;
    overflow: hidden !important;
  }

  .jdgm-cards-carousel .jdgm-content,
  .jdgm-cards-carousel .jdgm-cards-wrapper,
  .jdgm-cards-carousel .jdgm-videos-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
  }

  .jdgm-cards-carousel .jdgm-videos-container {
    justify-content: flex-start !important;
  }

  .jdgm-cards-carousel .jdgm-card,
  .jdgm-cards-carousel .jdgm-carousel-item,
  .jdgm-cards-carousel .jdgm-media-card,
  .jdgm-cards-carousel .jdgm-text-card {
    flex: 0 0 92vw !important;
    width: 92vw !important;
    min-width: 92vw !important;
    max-width: 92vw !important;
    box-sizing: border-box !important;
    padding: 28px 22px !important;
    overflow: hidden !important;
  }

  .jdgm-cards-carousel .jdgm-text,
  .jdgm-cards-carousel .jdgm-card__content,
  .jdgm-cards-carousel .jdgm-card-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .jdgm-cards-carousel .jdgm-rating-section {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .jdgm-cards-carousel .jdgm-title,
  .jdgm-header .jdgm-title,
  h2.jdgm-title {
    font-size: 26px !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    display: block !important;
    max-width: 100% !important;
    padding: 0 18px !important;
    text-align: center !important;
  }
}
/* ===== JUDGE.ME MOBILE REVIEW TEXT WIDTH FIX ===== */

@media screen and (max-width: 767px) {
  .jdgm-cards-carousel .jdgm-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .jdgm-cards-carousel .jdgm-card > *,
  .jdgm-cards-carousel .jdgm-card div,
  .jdgm-cards-carousel .jdgm-card p,
  .jdgm-cards-carousel .jdgm-card span {
    max-width: 100% !important;
  }

  .jdgm-cards-carousel .jdgm-text,
  .jdgm-cards-carousel .jdgm-card__text,
  .jdgm-cards-carousel .jdgm-card-text,
  .jdgm-cards-carousel .jdgm-review-body,
  .jdgm-cards-carousel .jdgm-rev__body,
  .jdgm-cards-carousel .jdgm-comment,
  .jdgm-cards-carousel .jdgm-card p {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-align: center !important;
  }
}
/* HC: hide Purchased / Monogrammed custom badges */
.hc-badge,
.hc-badge--quick,
.hc-badge--product,
.hc-badge--force,
.hc-badge--grid-meta {
  display: none !important;
}
/* ===== Build your own belt (premium block) ===== */

.hc-build-belt {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  color: #666;
}

.hc-build-belt__title {
  margin: 0 0 4px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.2px;
}

.hc-build-belt__text {
  margin: 0 0 8px;
  line-height: 1.4;
  color: #777;
}

.hc-build-belt__links {
  display: flex;
  gap: 14px;
}

.hc-build-belt__links a {
  position: relative;
  font-size: 13px;
  color: #111;
  text-decoration: none;
  padding-bottom: 2px;
}

.hc-build-belt__links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #111;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.hc-build-belt__links a:hover::after {
  opacity: 1;
}
/* HC build belt attention animation */
.hc-build-belt {
  animation: hcBuildBeltAttention 10s ease-in-out 2.2s 1 both;
  transform-origin: 50% top;
}

@keyframes hcBuildBeltAttention {
  0% {
    transform: scale(1) translateX(0);
  }

  50% {
    transform: scale(1.18) translateX(-1.3%);
  }

  100% {
    transform: scale(1) translateX(0);
  }
}
.hc-build-belt {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #d8d2c8;
  background: #f8f5ef;
  border-radius: 3px;
  font-size: 13px;
  color: #5f574d;
  animation: hcBuildBeltAttention 10s ease-in-out 2.2s 1 both;
  transform-origin: 50% top;
}

.hc-build-belt__title {
  margin: 0 0 5px;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.25px;
}

.hc-build-belt__text {
  margin: 0 0 9px;
  line-height: 1.45;
  color: #5f574d;
}

.hc-build-belt__links {
  display: flex;
  gap: 16px;
}

.hc-build-belt__links a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* ===== HC Build Your Own Belt block ===== */

.hc-build-belt {
  margin-top: 18px;
  padding: 15px 18px 15px 16px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #111;
  border-radius: 2px;
  font-size: 14px;
  color: #555;
  animation: hcBuildBeltAttention 10s ease-in-out 2.2s 1 both;
  transform-origin: center top;
}

.hc-build-belt__title {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.15px;
}

.hc-build-belt__title::before {
  content: "✦";
  margin-right: 7px;
  font-size: 12px;
  color: #111;
  position: relative;
  top: -1px;
}

.hc-build-belt__text {
  margin: 0 0 10px;
  line-height: 1.45;
  color: #666;
}

.hc-build-belt__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hc-build-belt__links a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,.35);
  padding-bottom: 2px;
}

.hc-build-belt__links a::after {
  content: " →";
}

.hc-build-belt__links a:hover {
  border-bottom-color: #111;
}

/* keep your adjusted movement values here if you already tuned them */
@keyframes hcBuildBeltAttention {
  0% {
    transform: scale(1) translateX(0);
  }

  50% {
    transform: scale(1.18) translateX(-1.3%);
  }

  100% {
    transform: scale(1) translateX(0);
  }
}
/* HC home hero full width */
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero,
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__media-wrap,
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__wrapper {
  width: 100vw !important;
  max-width: 100vw !important;
}

#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* HC Hero campaign buttons control */
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 {
  --hc-red-btn-top: 32px;
  --hc-red-btn-right: 46px;
  --hc-red-btn-font: 17px;
  --hc-red-btn-pad-y: 14px;
  --hc-red-btn-pad-x: 30px;
  --hc-red-btn-border: 1.5px;
}

/* hide empty left/right buttons */
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--left,
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--right {
  display: none !important;
}

/* position center button as top-right CTA */
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--center {
  position: absolute !important;
  top: var(--hc-red-btn-top) !important;
  right: var(--hc-red-btn-right) !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 5 !important;
}

/* button style */
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--center a,
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--center .btn {
  font-size: var(--hc-red-btn-font) !important;
  padding: var(--hc-red-btn-pad-y) var(--hc-red-btn-pad-x) !important;
  border: 2px solid #9f1d1d !important;
  color: #9f1d1d !important;
  background: transparent !important;
  box-shadow: none !important;
  letter-spacing: 0.12em !important;
  font-weight: 700 !important;
  min-width: auto !important;
  line-height: 1.1 !important;
}
/* Mobile GO RED position */
@media screen and (max-width: 768px) {

  #shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--center {
    left: 14px !important;
    right: auto !important;
    top: 18px !important;
  }

}

/* hover */
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--center a:hover,
#shopify-section-template--20083137183895__hc_home_hero_campaign_Kq6mV8 .hc-home-hero__overlay--center .btn:hover {
  background: rgba(255,255,255,.12) !important;
}
/* HC value bar — soft premium ticker */
.hc-ticker {
  background: #f6f3ee;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  height: 38px;
  overflow: hidden;
}

.hc-ticker-track {
  display: flex;
  align-items: center;
  height: 38px;
}

.hc-ticker-group {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
}

.hc-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(0,0,0,0.58);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.hc-ticker-item svg,
.hc-ticker-item .icon {
  width: 13px;
  height: 13px;
  opacity: 0.55;
}

@media screen and (max-width: 749px) {
  .hc-ticker,
  .hc-ticker-track {
    height: 36px;
  }

  .hc-ticker-group {
    gap: 34px;
    padding-right: 34px;
  }

  .hc-ticker-item {
    font-size: 12px;
    gap: 8px;
  }
}
/* FIX: vertical centering of value bar */
.hc-ticker-track {
  display: flex;
  align-items: center !important;
  height: 100%;
}

.hc-ticker-group {
  display: flex;
  align-items: center !important;
}

.hc-ticker-item {
  display: inline-flex;
  align-items: center !important;
  line-height: 1;
}
/* HC category dark grid */
.hc-category-grid {
  background: #080706;
  padding: 64px 0 70px;
}

.hc-category-grid__inner {
  width: min(94vw, 1800px);
  margin: 0 auto;
}

/* heading like reference */
.hc-category-grid__heading {
  position: relative;
  margin: 0 0 42px;
  color: #fff;
  font-family: serif;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none !important;
  text-align: left;
  max-width: 520px;
}
.hc-category-grid__heading::before {
  content: "Collections";
  display: block;
  position: relative;
  margin-bottom: 14px;
  padding-left: 42px;
  color: rgba(199,151,86,0.9);
  font-family: var(--typeBasePrimary), sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hc-category-grid__heading::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 28px;
  height: 1px;
  background: rgba(199,151,86,0.8);
}

.hc-category-grid__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.82fr 0.82fr;
  grid-template-rows: 330px 330px;
  gap: 4px;
}

.hc-category-grid__tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.hc-category-grid__tile--1 {
  grid-row: span 2;
}

.hc-category-grid__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 700ms ease, filter 700ms ease;
}

.hc-category-grid__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.34) 48%,
    rgba(0,0,0,0.08) 100%
  );
}

.hc-category-grid__content {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 78%;
}

.hc-category-grid__kicker {
  margin-bottom: 8px;
  color: rgba(199,151,86,0.9);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: none !important;
}

.hc-category-grid__title {
  color: #fff;
  font-family: var(--font-heading-family) !important;
  font-size: 20px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 749px) {
  .hc-category-grid__title {
    font-size: 18px !important;
    line-height: 1.02 !important;
  }
}

.hc-category-grid__tile:hover .hc-category-grid__image {
  transform: scale(1.04);
  filter: brightness(1.08);
}

/* mobile */
@media screen and (max-width: 749px) {
  .hc-category-grid {
    padding: 42px 0 46px;
  }

  .hc-category-grid__inner {
    width: 100%;
  }

  .hc-category-grid__heading {
    padding: 0 18px;
    margin-bottom: 28px;
    font-size: 42px;
    line-height: 1;
    max-width: 340px;
  }

  .hc-category-grid__heading::before {
    margin-bottom: 14px;
    padding-left: 34px;
    font-size: 10px;
  }

  .hc-category-grid__heading::after {
    left: 18px;
    top: 5px;
    width: 24px;
  }

  .hc-category-grid__layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 2px;
  }

  .hc-category-grid__tile {
    min-height: 280px;
  }

  .hc-category-grid__tile--1 {
    min-height: 390px;
  }

  .hc-category-grid__content {
    left: 20px;
    bottom: 22px;
    max-width: 82%;
  }

  .hc-category-grid__title {
    font-size: 26px;
  }
}
.hc-category-grid__heading em {
  font-style: italic;
  font-weight: 400;
}
.hc-category-grid__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.45) 45%,
    rgba(0,0,0,0.18) 100%
  );
}
.hc-category-grid__tile--1 .hc-category-grid__image {
  filter: brightness(0.92);
}
.hc-category-grid__tile--5 .hc-category-grid__image {
  filter: brightness(1.05) saturate(1.05);
}
.hc-category-grid__heading {
  letter-spacing: -0.01em;
}
.hc-category-grid__tile:hover .hc-category-grid__shade {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.68) 0%,
    rgba(0,0,0,0.30) 45%,
    rgba(0,0,0,0.08) 100%
  );
}
.hc-category-grid__tile--5 .hc-category-grid__content {
  transform: translateY(-6px);
}
/* HC Trending Now — step 1: separator only */
#shopify-section-template--20083137183895__featured_collection_9eyh6F {
  background: #fff !important;
  padding-top: 0;
}

#shopify-section-template--20083137183895__featured_collection_9eyh6F::before {
  content: "";
  display: block;
  height: 38px;
  background: #f6f3ee;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

#shopify-section-template--20083137183895__featured_collection_9eyh6F .featured-collection {
  background: #f9f9f9 !important;
}
/* Убираем белый зазор над Trending Now */
#shopify-section-template--20083137183895__featured_collection_9eyh6F {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Убираем отступ у предыдущей секции (grid выше) */
#shopify-section-template--20083137183895__hc_category_dark_grid_4cwqT {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* HC Trending Now — correct dark panel */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F {
  background: #080706 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* убираем светлый внутренний фон */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .collection-section,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .page-width,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid__item {
  background: transparent !important;
}

/* заголовок и кнопка */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header__title,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header h2 {
  color: #fff !important;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .btn {
  color: #fff !important;
  border-color: rgba(255,255,255,0.35) !important;
  background: transparent !important;
}
/* HC Trending Now — product text colors */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__title,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__title a {
  color: rgba(255,255,255,0.86) !important;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__price,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__price * {
  color: rgba(255,255,255,0.72) !important;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .jdgm-prev-badge__text {
  color: rgba(255,255,255,0.68) !important;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__meta {
  padding-top: 16px;
}
/* HC Trending — remove product card backgrounds */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__content,
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__image-wrap {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* даем “воздух” между товарами */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid {
  gap: 40px !important;
}
/* HC Trending — refined planes */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__image-wrap {
  background: #111 !important;
  padding: 10px;
  border-radius: 2px;
}

/* белый фон под товаром */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product__image {
  background: #fff;
}
/* HC Trending — subtle product hover */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product {
  transition: transform 220ms ease, opacity 220ms ease;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .grid-product:hover {
  transform: translateY(-4px);
}
/* HC Trending — subtitle */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header {
  text-align: center;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header::after {
  content: "Best sellers chosen by customers";
  display: block;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #aaa;
}
/* HC Trending — header like category block */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header {
  text-align: left !important;
  max-width: none;
  margin: 0 0 44px !important;
  padding-left: 16px;
}

/* убрать предыдущий подзаголовок */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header::after {
  content: none !important;
}

/* small kicker */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header::before {
  content: "Best Sellers";
  display: block;
  position: relative;
  margin-bottom: 14px;
  padding-left: 42px;
  color: rgba(199,151,86,0.9);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header::after {
  content: "";
  position: absolute;
}

/* heading visual rebuild */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header__title {
  font-size: 0 !important;
  line-height: 1 !important;
  margin: 0 0 22px !important;
}

/* gold line before kicker */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header {
  position: relative;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header:before {
  padding-left: 42px;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header .btn {
  margin-top: 4px;
}
/* HC editorial video + text block */
.hc-editorial-block {
  background: #080706;
  padding: 48px 0;
}

.hc-editorial-inner {
  width: min(94vw, 1800px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  gap: 36px;
}

.hc-editorial-video video {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

.hc-editorial-text {
  color: #fff;
  padding-left: 12px;
}

.hc-eyebrow {
  margin-bottom: 16px;
  padding-left: 42px;
  position: relative;
  color: rgba(199,151,86,0.9);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hc-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 1px;
  background: rgba(199,151,86,0.8);
}

.hc-editorial-text h2 {
  max-width: 560px;
  margin: 0 0 20px;
  color: #fff;
  font-family: serif;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.hc-editorial-text h2 span {
  font-style: italic;
  color: #fff;
}

.hc-editorial-text p {
  max-width: 520px;
  margin: 0 0 24px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.6;
}

.hc-signature {
  color: rgba(199,151,86,0.78);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* mobile */
@media screen and (max-width: 749px) {
  .hc-editorial-block {
    padding: 38px 0;
  }

  .hc-editorial-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hc-editorial-video {
    padding: 0 20px;
  }

  .hc-editorial-video video {
    max-height: 420px;
  }

  .hc-editorial-text {
    padding: 0 20px;
  }

  .hc-editorial-text h2 {
    font-size: 31px;
    line-height: 1.16;
  }

  .hc-editorial-text p {
    font-size: 14px;
  }
}
/* remove gap above editorial block */
.hc-editorial-block {
  margin-top: -40px;
}

/* force background behind (если тема дает белый фон) */
#shopify-section-template--20083137183895__custom_liquid_YJ9kbe {
  background: #080706;
}
/* remove stray rte text under promo grid 2 */
#shopify-section-template--20083137183895__promo-grid2 .page-width.text-center .rte {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#shopify-section-template--20083137183895__promo-grid .page-width.text-center .rte {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* HC separator between editorial block and promo banners */
#shopify-section-template--20083137183895__promo-grid {
  margin-top: 0 !important;
  padding-top: 44px !important;
  background: #f4f1ec !important;
}

#shopify-section-template--20083137183895__promo-grid .page-width {
  background: transparent !important;
}
/* HC Most Gifted block redesign */
#shopify-section-template--20083137183895__featured-collection {
  background: #080706 !important;
  padding: 80px 0 70px !important;
}

/* убираем серую карточку */
#shopify-section-template--20083137183895__featured-collection > div {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* заголовок влево */
#shopify-section-template--20083137183895__featured-collection .section-header {
  text-align: left !important;
  margin-bottom: 30px;
  padding-left: 3vw;
}

/* заголовок стиль */
#shopify-section-template--20083137183895__featured-collection .section-header h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* кнопка */
#shopify-section-template--20083137183895__featured-collection .section-header .btn {
  margin-top: 18px;
}

/* сетка тоже чуть влево */
#shopify-section-template--20083137183895__featured-collection .grid {
  padding: 0 3vw;
}

/* карточки товаров оставить светлыми */
#shopify-section-template--20083137183895__featured-collection .grid-product__content {
  background: #fff;
}
/* HC Most Gifted — match Trending header */
#CollectionSection-template--20083137183895__featured-collection .section-header {
  text-align: left !important;
  margin: 0 0 40px !important;
  padding-left: 0 !important;
}

#CollectionSection-template--20083137183895__featured-collection .section-header::before {
  content: "Gift Ready";
  display: block;
  margin-bottom: 14px;
  padding-left: 42px;
  position: relative;
  color: rgba(199,151,86,0.9);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#CollectionSection-template--20083137183895__featured-collection .section-header::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 28px;
  height: 1px;
  background: rgba(199,151,86,0.8);
}

#CollectionSection-template--20083137183895__featured-collection .section-header {
  position: relative;
}

#CollectionSection-template--20083137183895__featured-collection .section-header__title {
  font-size: 0 !important;
  line-height: 1 !important;
  margin: 0 0 22px !important;
}

#CollectionSection-template--20083137183895__featured-collection .section-header__title::before {
  content: "Most gifted";
  display: block;
  color: #fff;
  font-family: serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
}

#CollectionSection-template--20083137183895__featured-collection .section-header__title::after {
  content: "leather goods";
  display: block;
  color: #fff;
  font-family: serif;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
}

#CollectionSection-template--20083137183895__featured-collection .section-header .btn {
  color: #fff !important;
  border-color: rgba(255,255,255,0.35) !important;
  background: transparent !important;
}
#shopify-section-template--20083137183895__featured-collection {
  padding: 48px 0 54px !important;
}

#CollectionSection-template--20083137183895__featured-collection .section-header {
  margin-bottom: 28px !important;
}
#CollectionSection-template--20083137183895__featured-collection .section-header__title::before {
  content: "Gifts with character";
}

#CollectionSection-template--20083137183895__featured-collection .section-header__title::after {
  content: "created to last";
}
#CollectionSection-template--20083137183895__featured-collection .grid-product,
#CollectionSection-template--20083137183895__featured-collection .grid-product__content,
#CollectionSection-template--20083137183895__featured-collection .grid-product__image-wrap {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

#CollectionSection-template--20083137183895__featured-collection .grid-product__image {
  background: #fff;
}

#CollectionSection-template--20083137183895__featured-collection .grid-product__title,
#CollectionSection-template--20083137183895__featured-collection .grid-product__title a {
  color: rgba(255,255,255,0.86) !important;
}

#CollectionSection-template--20083137183895__featured-collection .grid-product__price,
#CollectionSection-template--20083137183895__featured-collection .grid-product__price * {
  color: rgba(255,255,255,0.72) !important;
}

#CollectionSection-template--20083137183895__featured-collection .jdgm-prev-badge__text {
  color: rgba(255,255,255,0.68) !important;
}
/* === HC tighten featured collection block === */
#shopify-section-template--20083137183895__featured-collection {
  padding: 28px 0 34px !important; /* было ~50+ */
}

/* убираем лишний воздух сверху */
#CollectionSection-template--20083137183895__featured-collection .section-header {
  margin-bottom: 18px !important;
}

/* уменьшаем отступ между заголовком и кнопкой */
#CollectionSection-template--20083137183895__featured-collection .section-header__link {
  margin-top: 10px !important;
}

/* подтягиваем товары вверх */
#CollectionSection-template--20083137183895__featured-collection .grid {
  margin-top: 8px !important;
}

/* уменьшаем низ блока */
#CollectionSection-template--20083137183895__featured-collection .grid-product {
  margin-bottom: 6px !important;
}
/* HC Instagram — dark mode */
#shopify-section-template--20083137183895__instagram_feed {
  background: #000 !important;
  padding: 60px 0 !important;
}

#shopify-section-template--20083137183895__instagram_feed .page-width {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* HC Instagram hover */
#shopify-section-template--20083137183895__instagram_feed img {
  transition: transform 0.6s ease, opacity 0.4s ease;
}

#shopify-section-template--20083137183895__instagram_feed a:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
#shopify-section-template--20083137183895__instagram_feed .grid {
  gap: 16px;
}
#shopify-section-template--20083137183895__instagram_feed img {
  border-radius: 2px;
}
/* HC Instagram luxury style */
#shopify-section-template--20083137183895__instagram_feed_aNQxDP {
  background: #080706 !important;
  padding: 24px 0 28px !important; /* было 50 / 54 */
}


#shopify-section-template--20083137183895__instagram_feed_aNQxDP .instagram-wrapper,
#shopify-section-template--20083137183895__instagram_feed_aNQxDP .page-width {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header {
  text-align: left !important;
  margin: 0 0 28px !important;
  position: relative;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 28px;
  height: 1px;
  background: rgba(199,151,86,0.8);
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header__title {
  color: #fff !important;
  font-family: serif;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 400;
  text-align: left !important;
  text-transform: none !important;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header__title a {
  color: inherit !important;
  text-decoration: none !important;
}
#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header {
  margin-bottom: 18px !important; /* было ~28 */
}
/* HC Instagram luxury style fixed v2 */
#shopify-section-template--20083137183895__instagram_feed_aNQxDP {
  background: #080706 !important;
  margin-top: 0 !important;
  padding: 24px 0 30px !important;
  border-top: 36px solid #f6f3ef !important;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .instagram-wrapper,
#shopify-section-template--20083137183895__instagram_feed_aNQxDP .page-width {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header {
  text-align: left !important;
  margin: 0 0 18px !important;
  position: relative;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 28px;
  height: 1px;
  background: rgba(199,151,86,0.8);
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header__title {
  color: #fff !important;
  font-family: serif;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 400;
  text-align: left !important;
  text-transform: none !important;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .section-header__title a {
  color: inherit !important;
  text-decoration: none !important;
}

/* keep original image sizing, only add hover */
#shopify-section-template--20083137183895__instagram_feed_aNQxDP .instagram-feed-item {
  overflow: hidden !important;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .instagram-post-image {
  transition: transform 0.65s ease, opacity 0.35s ease, filter 0.35s ease;
  will-change: transform;
}

#shopify-section-template--20083137183895__instagram_feed_aNQxDP .instagram-post-link:hover .instagram-post-image {
  transform: scale(1.045);
  opacity: 0.92;
  filter: contrast(1.04);
}
/* HC reduce space before Instagram */
#shopify-section-template--20083137183895__featured-collection {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#shopify-section-template--20083137183895__featured-collection + #shopify-section-template--20083137183895__instagram_feed_aNQxDP {
  border-top: 36px solid #f6f3ef !important;
  padding-top: 24px !important;
}
#shopify-section-template--20083137183895__instagram_feed_aNQxDP .instagram-post-image {
  filter: brightness(0.95) contrast(1.02);
}
#shopify-section-template--20083137183895__instagram_feed_aNQxDP .instagram-post-link:hover .instagram-post-image {
  transform: scale(1.05);
  filter: brightness(1.05) contrast(1.05);
}
/* CLEANED: removed global .section-header__eyebrow rules; use section-scoped eyebrow styles only. */
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header::before {
  content: "BEST SELLERS";
  display: block;
  padding-left: 46px;
  margin-bottom: 18px;
  background-image: linear-gradient(rgba(199,151,86,0.9), rgba(199,151,86,0.9));
  background-repeat: no-repeat;
  background-size: 28px 1px;
  background-position: left center;
  color: rgba(199,151,86,0.9);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header__title {
  font-size: 0 !important;
}

#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header__title::before {
  content: "Chosen by our customers";
  color: #fff;
  font-family: serif;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: none;
}
#CollectionSection-template--20083137183895__featured_collection_9eyh6F .section-header__title > * {
  display: none !important;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG {
  background-color: #080706;
  color: #f6f3ef;
}

#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__content {
  color: #f6f3ef;
}

#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG p {
  color: rgba(246, 243, 239, 0.75);
}

#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG,
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story,
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .page-width,
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__grid,
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__content {
  background: #080706 !important;
}

#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG h2 {
  color: #f6f3ef !important;
}

#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG p {
  color: rgba(246, 243, 239, 0.78) !important;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #f6f3ef;
  margin-bottom: 20px;
  text-transform: none;
  }
  #shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__text p {
  font-weight: 400;
  color: rgba(246, 243, 239, 0.74) !important;
  line-height: 1.55;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__content {
  text-align: left;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__content {
  max-width: 760px;
}

#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__text {
  max-width: 700px;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__content {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__content {
    margin-left: 0;
    max-width: none;
    padding: 28px 22px 34px;
  }

  #shopify-section-template--20083137183895__hc_video_brand_story_4VACHG h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  #shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__text {
    max-width: none;
  }
}
/* BLOG HEADER (как в hero / instagram) */
#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-blog-header {
  text-align: center;
  margin-bottom: 40px;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-section-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c6a86b;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-section-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #c6a86b;
  margin-right: 10px;
  vertical-align: middle;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-section-title {
  font-size: 42px;
  line-height: 1.2;
  color: #f6f3ef;
  margin-bottom: 20px;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-section-title em {
  font-style: italic;
  font-weight: 400;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-outline-btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #f6f3ef;
  color: #f6f3ef;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-outline-btn:hover {
  background: #f6f3ef;
  color: #000;
}
#shopify-section-template--20083137183895__blog_posts_ymvkai,
#shopify-section-template--20083137183895__blog_posts_ymvkai .blog-posts-wrapper,
#shopify-section-template--20083137183895__blog_posts_ymvkai .page-width {
  background: #080706 !important;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai {
  border-top: 36px solid #f6f3ef;
}
#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-section-title {
  text-transform: none !important;
  letter-spacing: 0;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-section-title em {
  display: block;
  font-style: italic;
  font-weight: 400;
}
#shopify-section-template--20083137183895__blog_posts_ymvkai .article__title a {
  color: #f6f3ef !important;
}

#shopify-section-template--20083137183895__blog_posts_ymvkai .article__title a:hover {
  opacity: 0.7;
}
#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-outline-btn {
  margin-top: 10px;
}
/* BLOG HEADER → LEFT ALIGN (как остальные блоки) */
#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-blog-header {
  text-align: left !important;
  max-width: 700px;
  margin: 0 0 40px 0;
}

/* убираем центр у всей секции */
#shopify-section-template--20083137183895__blog_posts_ymvkai .section-header {
  text-align: left !important;
}

/* кнопка тоже влево */
#shopify-section-template--20083137183895__blog_posts_ymvkai .hc-outline-btn {
  margin-left: 0;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story,
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .hc-video-brand-story__grid,
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG .page-width {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG {
  background: #080706 !important;
  border-radius: 0 !important;
  overflow: hidden;
}
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG {
  border-top: 36px solid #f6f3ef !important;
}
/* CLEANED: removed global MainContent dark background. Homepage dark backgrounds must be section-scoped. */
/* ===== Reviews section: CLEAN BASE ===== */

#shopify-section-template--20083137183895__1772817526e900c6ca {
  background: #080706 !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel[style] {
  --max-width: 100vw !important;
  --card-width: 420px !important;

  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;

  background: transparent !important;
  border-top: none !important;

  padding-top: 1px !important;
  padding-bottom: 2px !important;
}
/* ===== Reviews section: TEXT + CARDS DARK ===== */

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-title,
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-header-info,
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-header-info span,
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-header-info a {
  color: #f6f3ef !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card {
  background: #12100e !important;
  border-radius: 12px !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-text {
  color: #f6f3ef !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card [class*="author"],
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card [class*="name"] {
  color: #f6f3ef !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card [class*="product"] {
  color: #9b938a !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-star {
  color: #e89a2a !important;
  fill: #e89a2a !important;
}
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-header .jdgm-star {
  color: #e89a2a !important;
  fill: #e89a2a !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-arrows-bottom,
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-arrows-bottom * {
  color: #f6f3ef !important;
  fill: #f6f3ef !important;
  opacity: 1 !important;
}
#shopify-section-template--20083137183895__1772817526e900c6ca {
  background: #080706 !important;
  border-top: 36px solid #f6f3ef !important;
}
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card {
  background: #f6f3ef !important;
  border-radius: 12px !important;
}
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-text,
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card [class*="author"],
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card [class*="name"] {
  color: #000 !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card [class*="product"] {
  color: #6f6a64 !important;
}
/* ===== Judge.me reviews header + cards grid ===== */

/* Header container */
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-header {
  position: relative;
  width: calc(100vw - 128px) !important;
  max-width: calc(100vw - 128px) !important;
  margin: 0 auto 40px auto !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

/* Gold label */
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-header::before {
  content: "CUSTOMER REVIEWS";
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  padding-left: 48px;

  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8a96a;
}

/* Gold line */
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-header::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 34px;
  height: 1px;
  background: #c8a96a;
}

/* Main heading */
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-title {
  font-family: var(--font-heading-family);
  font-size: 42px !important;
  line-height: 1.2;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: #ffffff !important;

  margin: 0 0 15px 0 !important;
  text-align: left !important;
}

/* Rating line */
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-header-info {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 10px;
  color: #ccc;

  margin: 0 !important;
  text-align: left !important;
}

/* Widget width */
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel {
  max-width: none !important;
}

/* Desktop cards grid */
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel[style] {
  --card-width: calc((100vw - 128px - 48px) / 3) !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-content {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  padding-left: 64px !important;
  padding-right: 64px !important;
  box-sizing: border-box !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card {
  width: var(--card-width) !important;
}

/* Mobile header layout */
@media screen and (max-width: 767px) {
  #shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-header {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    margin: 0 auto 32px auto !important;
    padding: 0 !important;
    text-align: left !important;
  }

  #shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-title {
    font-size: 24px !important;
    line-height: 1.18 !important;
    text-transform: none !important;
    letter-spacing: 1.2px !important;
    text-align: left !important;
    margin: 0 0 16px -2px !important;
    padding-left: 0 !important;
  }

  #shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-header-info {
    justify-content: flex-start !important;
    text-align: left !important;
    margin: 0 !important;
  }
}
/* === Reviews cards: align to same left/right grid === */

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel[style] {
  --card-width: calc((100vw - 128px - 48px) / 3) !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-content {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  padding-left: 64px !important;
  padding-right: 64px !important;
  box-sizing: border-box !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-card {
  width: var(--card-width) !important;
}
/* === Judge.me arrows FIX (visible + luxury look) === */

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-carousel__arrows {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-widget.jdgm-cards-carousel .jdgm-carousel__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: transparent;
  transition: all 0.25s ease;
  opacity: 1 !important;
}
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-arrows-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 34px !important;
  margin-top: 36px !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  color: #f6f3ef !important;
  background: transparent !important;
  opacity: 1 !important;
}

#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-arrow svg,
#shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-arrow path {
  fill: #f6f3ef !important;
  stroke: #f6f3ef !important;
  opacity: 1 !important;
}
/* Restore dividers around promo / philosophy / gift area */

#shopify-section-template--20083137183895__promo-grid {
  border-top: 2px solid #f6f3ef !important;
  border-bottom: 36px solid #f6f3ef !important;
}

/* divider above Hedonist Philosophy video block */
#shopify-section-template--20083137183895__hc_video_brand_story_4VACHG {
  border-top: 36px solid #f6f3ef !important;
}

#shopify-section-template--20083137183895__promo-grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#shopify-section-template--20083137183895__promo-grid .page-width {
  padding-top: 0 !important;
}
/* Убираем раздувание сверху promo-grid */
#shopify-section-template--20083137183895__promo-grid {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Делаем ровный разделитель как снизу */
#shopify-section-template--20083137183895__promo-grid::before {
  content: "";
  display: block;
  height: 28px;
  background: #f6f3ef;
}
/* Divider above Hedonist Philosophy inner block */
#shopify-section-template--20083137183895__custom_liquid_YJ9kbe .hc-editorial-block {
  border-top: 36px solid #f6f3ef !important;
}
/* ===== HC footer redesign ===== */

#shopify-section-sections--20083132530839__footer {
  background: #000 !important;
  margin-top: 0 !important;
}

.site-footer {
  background: #000 !important;
  color: #f5f1ea !important;
  padding-top: 52px !important;
  padding-bottom: 42px !important;
  margin-top: 0 !important;
}

.site-footer .page-width {
  max-width: 1740px;
}

.site-footer .hc-footer-brand {
  margin: 0 0 44px !important;
  padding: 0;
}

.site-footer .hc-footer-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #caa056;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer .hc-footer-eyebrow span {
  width: 42px;
  height: 1px;
  background: #caa056;
  display: inline-block;
}

.site-footer .hc-footer-heading {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #f6f3ef;
  text-transform: none;
  margin: 0 0 34px;
}

.site-footer .hc-footer-heading em {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  line-height: 0.95;
  margin-top: -6px;
}

.site-footer .grid {
  margin-left: 0;
}

.site-footer .grid__item {
  color: rgba(245, 241, 234, 0.72);
}

.site-footer .footer__title {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 18px !important;
}

.site-footer a,
.site-footer p,
.site-footer li {
  color: rgba(245, 241, 234, 0.72);
}

.site-footer a:hover {
  color: #caa056;
}

.site-footer input {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(245, 241, 234, 0.55) !important;
}

.site-footer input::placeholder {
  color: rgba(245, 241, 234, 0.48);
}

.site-footer svg,
.site-footer .icon {
  color: #f5f1ea;
  fill: currentColor;
}

@media only screen and (max-width: 768px) {
  .site-footer {
    padding-top: 42px !important;
  }

  .site-footer .hc-footer-heading {
    font-size: 34px;
    max-width: 100%;
  }

  .site-footer .hc-footer-brand {
    margin-bottom: 36px !important;
  }
}
/* Divider before footer, same system as homepage sections */
#shopify-section-sections--20083132530839__footer {
  background: #000 !important;
  border-top: 36px solid #f6f3ef !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#shopify-section-sections--20083132530839__footer .site-footer {
  border-top: 0 !important;
}
.site-footer {
  background: #000 !important;
  color: #f5f1ea !important;
  padding-top: 52px !important;
  padding-bottom: 42px !important;
  margin-top: 0 !important;
}
/* FIX divider above footer — control REAL source */

#shopify-section-template--20083137183895__1772817526e900c6ca {
  background: #000 !important; /* убираем светлый фон секции */
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* создаем правильный divider */
#shopify-section-template--20083137183895__1772817526e900c6ca::after {
  content: "";
  display: block;
  height: 1px;
  background: #f6f3ef;
}
/* FORCE override blog section spacing */
body.template-index #shopify-section-template--20083137183895__blog_posts_ymwKai {
  padding-bottom: 2px !important;
}
/* Gift Ready section inner padding fix */
#CollectionSection-template--20083137183895__featured-collection {
  padding-top: 0 !important;
}
html,
body {
  overflow-x: hidden;
}
/* Quick View cleanup test */
.modal--quick-shop .product-block--tab,
.modal--quick-shop .product-single__description,
.modal--quick-shop .rte,
.modal--quick-shop .product-block--sales-point,
.modal--quick-shop .product-block:has(.social-sharing),
.modal--quick-shop .product__policies,
.modal--quick-shop .shopify-payment-terms {
  display: none !important;
}
.modal--quick-shop iframe[src*="paypal"],
.modal--quick-shop iframe[src*="paypalobjects"],
.modal--quick-shop iframe[name*="paypal"],
.modal--quick-shop iframe[name*="__paypal"] {
  display: none !important;
}
.modal--quick-shop .hc-qv-meta {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
}

.modal--quick-shop .hc-qv-meta strong {
  color: #fff;
  font-weight: 600;
}

.modal--quick-shop .hc-qv-meta--subtitle {
  margin-top: 18px;
  margin-bottom: 14px;
  color: #fff;
}
.modal--quick-shop .hc-qv-metafields {
  margin: 12px 0 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.modal--quick-shop .hc-qv-metafields__item {
  font-size: 13px;
  line-height: 1.35;
  color: #222;
  margin: 0 0 6px;
}

.modal--quick-shop .hc-qv-metafields__item:last-child {
  margin-bottom: 0;
}

.modal--quick-shop .hc-qv-metafields__item span {
  font-weight: 600;
}

.modal--quick-shop .hc-qv-metafields__subtitle {
  font-weight: 500;
}
.modal--quick-shop .product-block--price {
  display: flex;
  flex-direction: column;
}

.modal--quick-shop .hc-qv-metafields {
  order: 20;
}

.modal--quick-shop .hc-color-siblings,
.modal--quick-shop .product-block--variant-picker {
  order: 10;
}
.product-single__sticky:has(.hc-quick-view-full-link--media) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hc-quick-view-full-link--media {
  margin-top: auto;
  padding-top: 30px;
  text-align: center;
  padding-left: 88px;
}

.hc-quick-view-full-link--media a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 3px;
}

.hc-quick-view-full-link--media a:hover {
  opacity: 0.65;
}
#personalize-btn-modal {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hc-best-sellers-showcase__card {
  position: relative;
}

.hc-best-sellers-showcase__quick-view {
  position: absolute;
  left: 50%;
  bottom: 74px;
  transform: translateX(-50%);
  z-index: 3;
  min-width: 130px;
  padding: 10px 18px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.hc-best-sellers-showcase__card:hover .hc-best-sellers-showcase__quick-view {
  opacity: 1;
  visibility: visible;
}
#shopify-section-{{ section.id }} .hc-best-sellers-showcase__image-wrap {
  position: relative !important;
}
.product-section[data-modal="false"] .hc-qv-metafields {
  display: none !important;
}
/* =========================
   HEDONIST ATMOSPHERIC FOOTER
========================= */

.hc-footer-atmosphere {
  position: relative;
  overflow: hidden;
  background: #080706;
}

.hc-footer-atmosphere .hc-footer-bg {
  position: absolute;
  inset: 0;

  background-image: url('/cdn/shop/files/chicago.jpg?v=1778199521');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  opacity: 0.99;

  transform: scale(1.02);

  z-index: 1;
}

.hc-footer-atmosphere .hc-footer-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(8,7,6,0.82) 0%,
      rgba(8,7,6,0.72) 38%,
      rgba(8,7,6,0.78) 68%,
      rgba(8,7,6,0.88) 100%
    );

  z-index: 2;
}

.hc-footer-atmosphere .page-width {
  position: relative;
  z-index: 3;
}
/* =========================
   HOMEPAGE BLOG HEADER FINAL
========================= */

#shopify-section-template--20083137183895__blog_posts_ymwKai .hc-blog-header {
  max-width: 760px;
  margin: 0 0 42px 0;
  text-align: left;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .hc-section-label {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 18px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;

  color: #caa056;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .hc-section-label::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #caa056;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .hc-section-title {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.035em;

  color: #f6f3ef;
  text-transform: none;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .hc-section-title em {
  font-style: italic;
  font-weight: 400;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .hc-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 26px;
  padding: 12px 24px;

  border: 1px solid rgba(246, 243, 239, 0.62);

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;

  color: #f6f3ef;
  background: transparent;

  transition: all 0.22s ease;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .hc-outline-btn:hover {
  border-color: #caa056;
  color: #caa056;
}

@media only screen and (max-width: 768px) {
  #shopify-section-template--20083137183895__blog_posts_ymwKai .hc-blog-header {
    max-width: 100%;
    margin-bottom: 30px;
  }

  #shopify-section-template--20083137183895__blog_posts_ymwKai .hc-section-title {
    font-size: 38px;
    line-height: 1;
  }
}
/* =========================
   BLOG SECTION FIXES
========================= */

#shopify-section-template--20083137183895__blog_posts_ymwKai {
  border-top: 1px solid #f6f3ef !important;
  border-bottom: 1px solid #f6f3ef !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .article__title,
#shopify-section-template--20083137183895__blog_posts_ymwKai .article__title a {
  color: #f6f3ef !important;
  opacity: 0.86 !important;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .article__title:hover,
#shopify-section-template--20083137183895__blog_posts_ymwKai .article__title a:hover {
  color: #caa056 !important;
  opacity: 1 !important;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .article__date {
  color: #f6f3ef !important;
  opacity: 0.95 !important;
}

#shopify-section-template--20083137183895__blog_posts_ymwKai .section--divider {
  border: 0 !important;
}
/* Remove extra white spacer sections between Blog and Reviews */

#shopify-section-template--20083137183895__177273854988d967f9,
#shopify-section-template--20083137183895__17728174285671ccc2 {
  display: none !important;
}
.site-footer .hc-footer-brand {
  position: relative;
}

.site-footer .hc-footer-watermark {
  position: absolute;

  top: -36px;
  right: 0;

  opacity: 0.24;

  pointer-events: none;

  z-index: 1;
}

.site-footer .hc-footer-watermark img {
  width: 150px;
  height: auto;
  display: block;

  filter: invert(1);
}

.site-footer .hc-footer-heading,
.site-footer .hc-footer-eyebrow {
  position: relative;
  z-index: 2;
}
/* Shopify Inbox — luxury dark integration */

inbox-online-store-chat {
  --chat-bg: #080706;
  --chat-text: #f6f3ef;
  --chat-gold: #caa056;
  --chat-border: rgba(202,160,86,.35);
}

/* Main window */
.chat-ui,
.chat-app,
.chat-app * {
  font-family: inherit !important;
}

/* White instant answers block */
.interstitial-view__instant-answers-list,
.chat-ui.interstitial-view {
  background: #080706 !important;
  color: #f6f3ef !important;
  border: 1px solid rgba(202,160,86,.28) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.45) !important;
}

/* Input */
.chat-ui input,
.chat-ui textarea {
  background: rgba(255,255,255,.04) !important;
  color: #f6f3ef !important;
  border: 1px solid rgba(202,160,86,.35) !important;
}

/* Placeholder */
.chat-ui input::placeholder,
.chat-ui textarea::placeholder {
  color: rgba(246,243,239,.55) !important;
}

/* Instant answer buttons */
.chat-ui button,
.chat-ui .instant-answer,
.chat-ui [role="button"] {
  background: transparent !important;
  color: #caa056 !important;
  border: 1px solid rgba(202,160,86,.45) !important;
  box-shadow: none !important;
}

/* Hover */
.chat-ui button:hover,
.chat-ui .instant-answer:hover,
.chat-ui [role="button"]:hover {
  background: rgba(202,160,86,.08) !important;
}

/* Launcher bubble */
button.chat-toggle {
  background: rgba(8,7,6,.88) !important;
  border: 1px solid rgba(202,160,86,.35) !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0,0,0,.35) !important;
}

/* Bubble icon */
button.chat-toggle svg path {
  fill: #f6f3ef !important;
}

/* Close button */
.chat-app-close-button {
  background: rgba(8,7,6,.88) !important;
  border: 1px solid rgba(202,160,86,.35) !important;
}
.hc-featured-collection-bg .hc-product-card {
  position: relative;
  display: block;
  overflow: hidden;
}

.hc-featured-collection-bg .hc-product-card__image-link {
  display: block;
}

.hc-featured-collection-bg .hc-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 7, 6, 0.28);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.hc-featured-collection-bg .hc-product-card__quick-view {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(8px);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  padding: 9px 18px;
  min-width: auto;
  background: rgba(8, 7, 6, 0.62);
  border: 1px solid rgba(246, 243, 239, 0.72);
  color: #f6f3ef;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.hc-featured-collection-bg .hc-product-card:hover::after {
  opacity: 1;
}

.hc-featured-collection-bg .hc-product-card:hover .hc-product-card__quick-view {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hc-featured-collection-bg .hc-product-card__quick-view:hover {
  background: rgba(8, 7, 6, 0.82);
  border-color: #f6f3ef;
  color: #f6f3ef;
}
/* HC Quick View — dark Chicago background */

.modal--quick-shop .modal__inner {
  background-image:
    linear-gradient(rgba(8,7,6,.68), rgba(8,7,6,.68)),
    url('/cdn/shop/files/chicago11.jpg?v=1778370175');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.modal--quick-shop .modal__centered-content {
  background: transparent;
}

/* text colors */

.modal--quick-shop .product-single__title,
.modal--quick-shop .product__price,
.modal--quick-shop .hc-color-siblings__title,
.modal--quick-shop .product-block,
.modal--quick-shop .product-single__meta,
.modal--quick-shop .product__policies,
.modal--quick-shop .spr-badge-caption {
  color: #f6f3ef !important;
}

/* close icon */

.modal--quick-shop .icon-close path {
  stroke: #f6f3ef;
}
/* =========================
   HC QUICK VIEW — DARK UI
========================= */

/* Main text */

.modal--quick-shop,
.modal--quick-shop p,
.modal--quick-shop span,
.modal--quick-shop .product-block,
.modal--quick-shop .product-single__meta,
.modal--quick-shop .product__price,
.modal--quick-shop .spr-badge-caption,
.modal--quick-shop .hc-color-siblings__title {
  color: #f6f3ef !important;
}

/* Product title */

.modal--quick-shop .product-single__title {
  color: #ffffff !important;
}

/* Description text slightly softer */

.modal--quick-shop .product-single__meta p {
  color: rgba(246,243,239,.82) !important;
}

/* Close icon */

.modal--quick-shop .icon-close path {
  stroke: #f6f3ef;
}

/* Main buttons */

.modal--quick-shop .btn,
.modal--quick-shop .shopify-payment-button__button {
  background: rgba(246,243,239,.96) !important;
  color: #080706 !important;
  border: 1px solid rgba(246,243,239,.96) !important;
  transition: all .18s ease;
}

/* Button hover */

.modal--quick-shop .btn:hover,
.modal--quick-shop .shopify-payment-button__button:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(246,243,239,.96) !important;
}

/* View Full Product Page */

.modal--quick-shop .text-link,
.modal--quick-shop .product__view-details,
.modal--quick-shop a[href*="/products/"] {
  color: #f6f3ef !important;
}

/* underline effect */

.modal--quick-shop .text-link:hover,
.modal--quick-shop .product__view-details:hover {
  opacity: .78;
}
/* stronger readability */

.modal--quick-shop .product-single__meta,
.modal--quick-shop .product-single__meta p,
.modal--quick-shop .product-block,
.modal--quick-shop .rte,
.modal--quick-shop .product__description {
  color: rgba(246,243,239,.92) !important;
}

/* Material label */

.modal--quick-shop strong {
  color: #ffffff !important;
}

/* Add To Cart fix */

.modal--quick-shop .product-form__cart-submit,
.modal--quick-shop button[name="add"] {
  opacity: 1 !important;
  background: #f6f3ef !important;
  color: #080706 !important;
}

/* View Full Product */

.modal--quick-shop .text-link {
  color: #ffffff !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid rgba(246,243,239,.5);
  padding-bottom: 3px;
}
/* HC Quick View — disabled Add to Cart visibility */

.modal--quick-shop button[name="add"].btn {
  opacity: 1 !important;
  background: #f6f3ef !important;
  color: #080706 !important;
  border: 1px solid #f6f3ef !important;
}

.modal--quick-shop button[name="add"].btn[disabled],
.modal--quick-shop button[name="add"].btn.disabled {
  opacity: 1 !important;
  background: #f6f3ef !important;
  color: #080706 !important;
  border: 1px solid #f6f3ef !important;
}

.modal--quick-shop button[name="add"].btn[disabled] span,
.modal--quick-shop button[name="add"].btn.disabled span {
  color: #080706 !important;
  opacity: 1 !important;
}

.modal--quick-shop button[name="add"].btn:hover,
.modal--quick-shop button[name="add"].btn[disabled]:hover {
  background: transparent !important;
  color: #f6f3ef !important;
  border-color: #f6f3ef !important;
}
/* HC Quick View — force Add to Cart text visibility */

.modal--quick-shop form button.add-to-cart,
.modal--quick-shop form button.add-to-cart[disabled],
.modal--quick-shop form button.add-to-cart[aria-disabled="true"] {
  opacity: 1 !important;
  background-color: #f6f3ef !important;
  color: #080706 !important;
  border-color: #f6f3ef !important;
}

.modal--quick-shop form button.add-to-cart *,
.modal--quick-shop form button.add-to-cart[disabled] *,
.modal--quick-shop form button.add-to-cart[aria-disabled="true"] * {
  opacity: 1 !important;
  color: #080706 !important;
  visibility: visible !important;
}

.modal--quick-shop form button.add-to-cart:hover,
.modal--quick-shop form button.add-to-cart[disabled]:hover {
  background-color: transparent !important;
  color: #f6f3ef !important;
  border-color: #f6f3ef !important;
}

.modal--quick-shop form button.add-to-cart:hover *,
.modal--quick-shop form button.add-to-cart[disabled]:hover * {
  color: #f6f3ef !important;
}
/* HC Quick View — transparent outline CTA buttons */

.modal--quick-shop .btn,
.modal--quick-shop button[name="add"].btn,
.modal--quick-shop form button.add-to-cart,
.modal--quick-shop .shopify-payment-button__button {
  background: transparent !important;
  color: #f6f3ef !important;
  border: 1px solid rgba(246,243,239,.82) !important;
  opacity: 1 !important;
}

.modal--quick-shop .btn *,
.modal--quick-shop button[name="add"].btn *,
.modal--quick-shop form button.add-to-cart *,
.modal--quick-shop .shopify-payment-button__button * {
  color: #f6f3ef !important;
  opacity: 1 !important;
}

.modal--quick-shop .btn:hover,
.modal--quick-shop button[name="add"].btn:hover,
.modal--quick-shop form button.add-to-cart:hover,
.modal--quick-shop .shopify-payment-button__button:hover {
  background: rgba(246,243,239,.96) !important;
  color: #080706 !important;
  border-color: rgba(246,243,239,.96) !important;
}

.modal--quick-shop .btn:hover *,
.modal--quick-shop button[name="add"].btn:hover *,
.modal--quick-shop form button.add-to-cart:hover *,
.modal--quick-shop .shopify-payment-button__button:hover * {
  color: #080706 !important;
}
/* HC Quick View — white text details */

.modal--quick-shop,
.modal--quick-shop .product-block,
.modal--quick-shop .product__price,
.modal--quick-shop .product__policies,
.modal--quick-shop .product__description,
.modal--quick-shop .product-single__meta,
.modal--quick-shop .product-single__meta *,
.modal--quick-shop .hc-color-siblings__title,
.modal--quick-shop .hc-product-meta,
.modal--quick-shop .hc-product-meta * {
  color: #f6f3ef !important;
}

/* View Full Product Page button */

.modal--quick-shop .hc-view-full-product,
.modal--quick-shop .view-full-product,
.modal--quick-shop a[href*="/products/"] {
  color: #f6f3ef !important;
  border-bottom: 1px solid rgba(246,243,239,.7);
  padding-bottom: 3px;
}

/* specifically Material / Dimensions labels */

.modal--quick-shop strong,
.modal--quick-shop b {
  color: #ffffff !important;
}
/* HC Quick View — remove white image panels */

.modal--quick-shop .product-main-slide,
.modal--quick-shop .product__thumb-item,
.modal--quick-shop .product__thumb,
.modal--quick-shop .product-image-main,
.modal--quick-shop .flickity-viewport,
.modal--quick-shop .product-image-wrap,
.modal--quick-shop .product-single__media,
.modal--quick-shop .product-single__media-group {
  background: transparent !important;
}

/* main product image area */

.modal--quick-shop .product-main-slide img,
.modal--quick-shop .product__thumb-item img,
.modal--quick-shop .product__thumb img {
  background: transparent !important;
}

/* remove white shadows/borders */

.modal--quick-shop .image-wrap,
.modal--quick-shop .product-image-wrap {
  box-shadow: none !important;
  border: none !important;
}
/* HC Quick View — laptop height optimization */

@media (min-width: 769px) and (max-height: 850px) {
  .modal--quick-shop .modal__inner {
    max-height: 86vh;
    overflow: hidden;
  }

  .modal--quick-shop .modal__centered,
  .modal--quick-shop .modal__centered-content,
  .modal--quick-shop .product-section {
    max-height: 86vh;
    overflow: hidden;
  }

  .modal--quick-shop .product__photos,
  .modal--quick-shop .product-single__media-group {
    max-height: 62vh;
  }

  .modal--quick-shop .product-main-slide img {
    max-height: 58vh;
    object-fit: contain;
  }

  .modal--quick-shop .product__thumb-item {
    max-height: 74px;
  }

  .modal--quick-shop .product__thumb-item img {
    max-height: 74px;
    object-fit: contain;
  }

  .modal--quick-shop .product-single__meta {
    padding-top: 8px !important;
  }

  .modal--quick-shop .hc-color-siblings {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .modal--quick-shop .hc-color-siblings__swatch {
    width: 62px;
    height: 62px;
  }

  .modal--quick-shop .hc-qv-metafields {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .modal--quick-shop .hc-qv-metafields__item {
    margin-bottom: 4px;
    line-height: 1.35;
  }

  .modal--quick-shop .btn {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* HC Quick View — readable light controls */

.modal--quick-shop .variant-input-wrap label,
.modal--quick-shop .variant-input-wrap .variant__button-label,
.modal--quick-shop .variant-input-wrap button,
.modal--quick-shop .variant-input-wrap span {
  color: #080706 !important;
}

.modal--quick-shop .variant-input-wrap input:disabled + label,
.modal--quick-shop .variant-input-wrap input.disabled + label,
.modal--quick-shop .variant-input-wrap label.disabled {
  color: rgba(8,7,6,.38) !important;
}

.modal--quick-shop .hc-build-belt,
.modal--quick-shop .hc-build-belt *,
.modal--quick-shop .hc-build-belt a {
  color: #080706 !important;
}

.modal--quick-shop .hc-build-belt a {
  border-bottom-color: rgba(8,7,6,.45) !important;
}
/* HC Header — warm editorial tone */

.site-header,
.header-sticky-wrapper {
  background: #f6f3ef !important;
}

.site-header {
  border-bottom: 1px solid rgba(8, 7, 6, 0.12) !important;
}

.site-nav__link,
.site-header a,
.site-header__icon {
  color: rgba(8, 7, 6, 0.84) !important;
}

.site-nav__link {
  font-weight: 500;
  letter-spacing: 0.12em;
}
/* ===== JUDGE.ME MOBILE CARD WIDTH RESTORE ===== */

@media screen and (max-width: 767px) {

  #shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-cards-carousel .jdgm-content,
  #shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-cards-carousel .jdgm-cards-wrapper {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    min-width: calc(100vw - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-cards-carousel .jdgm-card,
  #shopify-section-template--20083137183895__1772817526e900c6ca .jdgm-cards-carousel .jdgm-card.jdgm-carousel-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important;
  }

}
/* ===== HIDE FOOTER WATERMARK LOGO ON MOBILE ===== */

@media screen and (max-width: 767px) {
  .footer [class*="logo"],
  .site-footer [class*="logo"],
  .footer [class*="watermark"],
  .site-footer [class*="watermark"] {
    display: none !important;
  }
}
/* ===== MOBILE FOOTER HEADING LEFT ALIGN ===== */

@media screen and (max-width: 767px) {
  .site-footer h2,
  .site-footer .h2,
  .footer h2,
  .footer .h2 {
    text-align: left !important;
  }
}
/* ===== HC FOOTER HERO HEADING SCALE ===== */

@media screen and (min-width: 768px) {
  .site-footer h2,
  .footer h2 {
    font-size: 36px !important;
    line-height: 0.96 !important;
  }
}

@media screen and (max-width: 767px) {
  .site-footer h2,
  .footer h2 {
    font-size: 28px !important;
    line-height: 0.98 !important;
  }
}
/* ===== HC FOOTER HERO ITALIC LINE SCALE ===== */

@media screen and (min-width: 768px) {
  .site-footer h2 em,
  .footer h2 em,
  .site-footer h2 i,
  .footer h2 i {
    font-size: 32px !important;
    line-height: 0.96 !important;
  }
}

@media screen and (max-width: 767px) {
  .site-footer h2 em,
  .footer h2 em,
  .site-footer h2 i,
  .footer h2 i {
    font-size: 25px !important;
    line-height: 0.98 !important;
  }
}
/* ===== HC EDITORIAL SECTION HEADING SYSTEM TEST ===== */

:root {
  --hc-editorial-heading-desktop: 48px;
  --hc-editorial-heading-mobile: 30px;
  --hc-editorial-heading-line: 0.94;
  --hc-editorial-heading-italic-scale: 0.88;
}

.hc-category-grid__heading {
  font-size: var(--hc-editorial-heading-desktop) !important;
  line-height: var(--hc-editorial-heading-line) !important;
  letter-spacing: -0.02em !important;
}

.hc-category-grid__heading em,
.hc-category-grid__heading i {
  font-size: calc(1em * var(--hc-editorial-heading-italic-scale)) !important;
}

@media screen and (max-width: 749px) {
  .hc-category-grid__heading {
    font-size: var(--hc-editorial-heading-mobile) !important;
    line-height: 0.96 !important;
  }
}
/* ===== HC BEST SELLERS HEADING SYSTEM ===== */

.hc-best-sellers-showcase__title {
  font-size: 44px !important;
  line-height: 0.94 !important;
  letter-spacing: -0.02em !important;
}

.hc-best-sellers-showcase__title span {
  display: block !important;
}

.hc-best-sellers-showcase__title em {
  display: block !important;
  font-size: 0.88em !important;
  line-height: 0.94 !important;
}

@media screen and (max-width: 749px) {
  .hc-best-sellers-showcase__title {
    font-size: 28px !important;
    line-height: 0.96 !important;
  }
}

/* HC Featured Collection BG — mobile rows width polish */
@media screen and (max-width: 749px) {
  .hc-featured-collection-bg .hc-featured-collection-bg__row,
  .hc-featured-collection-bg .hc-featured-collection-bg__marquee,
  .hc-featured-collection-bg .hc-featured-collection-bg__track {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .hc-featured-collection-bg .hc-featured-collection-bg__row {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
/* HC Editorial Philosophy heading typography */
.hc-editorial-text h2 {
  font-family: var(--font-heading-family) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
  line-height: 0.96 !important;
}
/* HC unified editorial heading system */

.hc-editorial-heading {
  margin: 0 !important;
  color: #f6f3ef !important;
  text-transform: none !important;
}

.hc-editorial-heading a {
  color: inherit !important;
  text-decoration: none !important;
}

.hc-editorial-heading span {
  display: block !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 35.72px !important;
  letter-spacing: -0.76px !important;
  text-transform: none !important;
}

.hc-editorial-heading em {
  display: block !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 28.2px !important;
  letter-spacing: -0.6px !important;
  text-transform: none !important;
}

.hc-editorial-eyebrow {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
  color: rgb(182, 138, 58) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16.8px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
}

.hc-editorial-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgb(182, 138, 58);
  display: block;
  flex: 0 0 auto;
}

@media screen and (max-width: 749px) {
  .hc-editorial-heading span {
    font-size: 26px !important;
    line-height: 24.96px !important;
    letter-spacing: -0.52px !important;
  }

  .hc-editorial-heading em {
    font-size: 20px !important;
    line-height: 19.2px !important;
    letter-spacing: -0.4px !important;
  }
}
/* HC Category Grid spacing after unified heading */
.hc-category-grid .hc-editorial-heading {
  margin-bottom: 42px !important;
}
/* HC Category Grid mobile heading alignment fix */
@media screen and (max-width: 749px) {
  .hc-category-grid .hc-editorial-heading,
  .hc-category-grid .hc-editorial-heading span,
  .hc-category-grid .hc-editorial-heading em {
    text-align: left !important;
  }
}
/* HC Blog heading mobile alignment fix */
@media screen and (max-width: 749px) {
  .hc-blog-header,
  .hc-blog-header .hc-editorial-heading,
  .hc-blog-header .hc-editorial-heading span,
  .hc-blog-header .hc-editorial-heading em {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
/* HC Judge.me heading styling */

.jdgm-widget.jdgm-cards-carousel .jdgm-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 18px !important;
  margin-bottom: 42px !important;
}

.jdgm-widget.jdgm-cards-carousel .jdgm-header::before {
  content: "CUSTOMER REVIEWS";
  display: block;
  padding-left: 54px;
  position: relative;

  color: rgb(182, 138, 58);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 16.8px;
  text-transform: uppercase;
}

.jdgm-widget.jdgm-cards-carousel .jdgm-header::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 1px;
  background: rgb(182, 138, 58);

  margin-top: 8px;
  margin-left: 0;
}

.jdgm-widget.jdgm-cards-carousel .jdgm-title {
  font-family: Helvetica, Arial, sans-serif !important;

  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.76px !important;

  text-transform: none !important;
  color: #f6f3ef !important;

  text-align: left !important;

  margin: 0 !important;
}

@media screen and (max-width: 749px) {

  .jdgm-widget.jdgm-cards-carousel .jdgm-header {
    gap: 14px !important;
    margin-bottom: 30px !important;
  }

  .jdgm-widget.jdgm-cards-carousel .jdgm-header::before {
    padding-left: 42px;
    font-size: 11px;
    letter-spacing: 2.4px;
  }

  .jdgm-widget.jdgm-cards-carousel .jdgm-header::after {
    width: 28px;
  }

  .jdgm-widget.jdgm-cards-carousel .jdgm-title {
    font-size: 26px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.52px !important;
  }
}
/* HC Footer second heading line only */

.site-footer .hc-editorial-heading.hc-footer-heading em {
  font-size: 22px !important;
  line-height: 20px !important;
  margin-top: 0 !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
  .site-footer .hc-editorial-heading.hc-footer-heading em {
    font-size: 18px !important;
    line-height: 16px !important;
  }
}
/* ===== HC Reusable Section Watermark System ===== */

.hc-has-watermark {
  position: relative !important;
  overflow: visible !important;

  --hc-watermark-image: url("/cdn/shop/files/HC_mainlogo_transparent.png?v=1778366707");

  /* exact footer geometry */
  --hc-watermark-width: 225px;
  --hc-watermark-height: 75px;

  /* exact footer placement */
  --hc-watermark-top: -36px;
  --hc-watermark-right: 0px;

  /* temporary visibility for calibration */
  --hc-watermark-opacity: 0.25;

  --hc-watermark-z: 3;
}

.hc-has-watermark::after {
  content: "";
  position: absolute;

  top: var(--hc-watermark-top);
  right: var(--hc-watermark-right);

  width: var(--hc-watermark-width);
  height: var(--hc-watermark-height);

  background-color: rgba(246, 243, 239, 1);

  -webkit-mask-image: var(--hc-watermark-image);
  mask-image: var(--hc-watermark-image);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  opacity: var(--hc-watermark-opacity);

  pointer-events: none;
  z-index: var(--hc-watermark-z);
}

.hc-has-watermark > * {
  position: relative;
  z-index: 2;
}

/* position modifiers */

.hc-watermark-top-right {
  --hc-watermark-top: -24px;
  --hc-watermark-right: -62px;
}

.hc-watermark-mid-right {
  --hc-watermark-top: 50%;
  --hc-watermark-right: 0px;
}

.hc-watermark-mid-right::after {
  transform: translateY(-50%);
}

.hc-watermark-bottom-right {
  --hc-watermark-right: 0px;
}

.hc-watermark-bottom-right::after {
  top: auto;
  bottom: 34px;
}

/* size modifiers */

.hc-watermark-small {
  --hc-watermark-width: 260px;
  --hc-watermark-height: 86px;
}

.hc-watermark-large {
  --hc-watermark-width: 420px;
  --hc-watermark-height: 140px;
}

/* opacity modifiers */

.hc-watermark-soft {
  --hc-watermark-opacity: 0.12;
}

.hc-watermark-visible {
  --hc-watermark-opacity: 0.24;
}

/* mobile */

@media screen and (max-width: 767px) {

  .hc-has-watermark {
    --hc-watermark-width: 120px;
    --hc-watermark-height: 40px;

    --hc-watermark-top: -10px;
    --hc-watermark-right: -32px;

    --hc-watermark-opacity: 0.3;
  }

  .hc-watermark-hide-mobile::after {
    display: none !important;
  }
}
/* =========================================================
   HC PDP — Product Page Foundation
   Dark wenge showroom system
   ========================================================= */

/* Continuous product page background */

.template-product #MainContent {
  position: relative;
  background:
    linear-gradient(rgba(5,4,3,0.26), rgba(5,4,3,0.26)),
    url("hc-wenge-dark-bg.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-color: #080706 !important;
}

.template-product .main-content,
.template-product .page-content {
  background: transparent !important;
}

/* Product showroom wrapper */

.hc-product-showroom {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent;
  padding: 0 0 54px;
}

.hc-product-showroom__inner {
  position: relative;
  z-index: 2;
}

/* Temporary watermark control */

.hc-product-showroom__watermark {
  position: absolute;
  z-index: 0;
  top: 64%;
  right: -18vw;
  width: min(56vw, 760px);
  aspect-ratio: 1 / 1;
  background-image: url("hc-product-watermark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.12;
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .hc-product-showroom {
    padding: 0 0 38px;
  }

  .hc-product-showroom__watermark {
    top: 26%;
    right: -34vw;
    width: 118vw;
    opacity: 0.04;
  }
}

/* Product media */

.template-product .product-main-slide,
.template-product .product__main-photos,
.template-product .product__photo-container {
  background: transparent !important;
}

.template-product .product-main-slide .image-wrap,
.template-product .product__main-photos .image-wrap {
  background: #f3f1ec;
  border-radius: 2px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04),
    0 30px 80px rgba(0,0,0,0.38);
}

/* Thumbnail rail */

.template-product .product__thumb-item .image-wrap {
  background: #f3f1ec;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
}

.template-product .product__thumb-item.slick-current .image-wrap,
.template-product .product__thumb-item.is-active .image-wrap {
  box-shadow:
    0 0 0 1px rgba(202,160,86,0.55),
    0 0 14px rgba(202,160,86,0.12);
}

/* Product text foundation */

.template-product .product-single__meta,
.template-product .product-single__meta p,
.template-product .product-single__meta li,
.template-product .product-single__meta .rte,
.template-product .product-single__meta .rte p,
.template-product .product-single__meta .rte li {
  color: rgba(246,243,239,0.78);
}

.template-product .product-single__meta {
  padding-left: 44px;
}

.template-product .product-single__title {
  color: #f5f1ea !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
  letter-spacing: 0.04em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
  max-width: 680px;
}

.template-product .product-single__meta .rte {
  margin-top: 38px;
  max-width: 760px;
  line-height: 1.72;
}

.template-product .product-single__meta .rte a {
  color: rgba(246,243,239,0.88);
  text-decoration-color: rgba(202,160,86,0.55);
  text-underline-offset: 4px;
}

.template-product .product-single__meta .rte a:hover {
  color: #f6f3ef;
  text-decoration-color: rgba(202,160,86,0.9);
}

/* Price and reviews */

.template-product .product-block--price {
  margin-top: 16px !important;
  margin-bottom: 24px !important;
}

.template-product .product__price,
.template-product .product__price span,
.template-product .price-item {
  color: #f3ede5 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

.template-product .jdgm-prev-badge {
  margin-bottom: 10px !important;
}

.template-product .jdgm-prev-badge__text {
  color: #d8cfc3 !important;
  font-size: 14px !important;
}

/* Color siblings */

.hc-color-siblings__title {
  color: #cfc7bc !important;
  opacity: 1 !important;
  font-size: 15px !important;
  letter-spacing: 0.12em !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
}

/* Basic spacing */

.template-product .product-block {
  margin-bottom: 24px;
}

.template-product .product-single__meta .product-block p {
  margin-bottom: 0;
}

.template-product .shopify-payment-button,
.template-product .product-single__form {
  margin-top: 18px;
}

.template-product .shopify-payment-terms,
.template-product .product-single__meta .shopify-payment-terms {
  margin-top: 8px !important;
  color: rgba(246,243,239,0.34) !important;
  font-size: 11px !important;
}
/* HC PDP — CTA area */

.template-product .product-single__meta .add-to-cart,
.template-product .product-single__meta button[name="add"],
.template-product .product-single__meta .product-form__cart-submit {
  background: #f4eee7 !important;
  color: #080706 !important;
  border: 1px solid #f4eee7 !important;
  min-height: 56px !important;
  padding: 15px 28px !important;
  font-size: 15px !important;
  letter-spacing: 0.24em !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.template-product .product-single__meta .add-to-cart:hover,
.template-product .product-single__meta button[name="add"]:hover,
.template-product .product-form__cart-submit:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.template-product .shopify-payment-terms,
.template-product .product-single__meta .shopify-payment-terms {
  display: block !important;
  width: 100% !important;
  margin-top: 9px !important;
  text-align: center !important;
  color: rgba(246,243,239,0.72) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.template-product .shopify-payment-terms a,
.template-product .product-single__meta .shopify-payment-terms a {
  color: rgba(246,243,239,0.9) !important;
  text-decoration-color: rgba(246,243,239,0.45) !important;
}
/* HC PDP — financing box compact */

.hc-financing-box {
  margin-top: 10px;
  border: 1px solid rgba(246,243,239,0.22);
  background: rgba(0,0,0,0.10);
}

.hc-financing-box__row {
  min-height: 34px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hc-financing-box__row--paypal {
  min-height: 34px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.hc-financing-box__row--shop {
  min-height: 36px;
  padding-top: 4px;
  padding-bottom: 5px;
}

.hc-financing-box__row + .hc-financing-box__row {
  border-top: 1px solid rgba(246,243,239,0.10);
}

.hc-financing-box__row [data-pp-message],
.hc-financing-box__row .shopify-payment-terms,
.hc-financing-box__row shopify-payment-terms {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  text-align: center !important;
  color: rgba(246,243,239,0.82) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

.hc-financing-box__row--paypal iframe,
.hc-financing-box__row--paypal [data-pp-message] iframe {
  width: 100% !important;
  min-height: 24px !important;
}

.hc-financing-box__row--paypal [data-pp-message] {
  white-space: nowrap !important;
}

.hc-financing-box__row .message {
  width: 100% !important;
  text-align: center !important;
  min-height: 0 !important;
}

.hc-financing-box__row .message__messaging,
.hc-financing-box__row .message__headline,
.hc-financing-box__row .message__disclaimer {
  line-height: 1.2 !important;
}

.hc-financing-box__row .shopify-payment-terms a,
.hc-financing-box__row shopify-payment-terms a,
.hc-financing-box__row a {
  color: rgba(246,243,239,0.96) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
/* HC Quick Shop — hide financing boxes inside Discover popup */

.modal--quick-shop .hc-financing-box,
.modal--quick-shop .hc-financing-box__row,
.modal--quick-shop [class*="hc-financing-box"] {
  display: none !important;
}
/* HC PDP — accordion text only emergency reset */

.template-product .collapsible-trigger,
.template-product .collapsible-trigger__text,
.template-product .collapsible-trigger-btn {
  color: #f6f3ef !important;
}

.template-product .collapsible-content__inner,
.template-product .collapsible-content__inner p,
.template-product .collapsible-content__inner li,
.template-product .collapsible-content__inner a {
  color: rgba(246,243,239,0.86) !important;
}
/* HC PDP — accordion clipping fix only */

.template-product .collapsible-trigger[aria-expanded="true"] + .collapsible-content {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.template-product .collapsible-content__inner,
.template-product .collapsible-content__inner p,
.template-product .collapsible-content__inner li,
.template-product .collapsible-content__inner a {
  color: rgba(246,243,239,0.86) !important;
}

/* HC fix PDP mobile drawer menu colors */
.template-product #NavDrawer .collapsible-content__inner,
.template-product #NavDrawer .collapsible-content__inner p,
.template-product #NavDrawer .collapsible-content__inner li,
.template-product #NavDrawer .collapsible-content__inner a,
.template-product #NavDrawer .mobile-nav__link,
.template-product #NavDrawer .mobile-nav__toggle button,
.template-product #NavDrawer .mobile-nav__toggle .faux-button {
  color: #000000 !important;
  opacity: 1 !important;
}

/* HC Collection Hero — desktop height + mobile bottom seam fix */

/* Desktop: keep hero taller so image is not over-cropped */
@media screen and (min-width: 769px) {
  .template-collection .collection-hero,
  .template-collection .hero {
    min-height: 470px !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .template-collection .hero__image-wrapper,
  .template-collection .collection-hero__image-wrapper {
    min-height: 520px !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .template-collection .hero__image,
  .template-collection .hero__image-wrapper img {
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* Mobile: remove thin bottom seam only */
@media screen and (max-width: 768px) {
  .template-collection .collection-hero,
  .template-collection .hero,
  .template-collection .hero__image-wrapper {
    margin-bottom: -2px !important;
    border-bottom: 0 !important;
  }
}

.template-collection .hero::after,
.template-collection .collection-hero::after {
  display: none !important;
}
/* HC Collection Mobile — hide helper links block */

@media screen and (max-width: 768px) {
  .template-collection .hc-coll-links {
    display: none !important;
  }
}
/* HC Collection Mobile — intro excerpt system */

@media screen and (max-width: 768px) {
  .template-collection .collection-intro.hc-mobile-intro-ready .rte {
    display: none !important;
  }

  .template-collection .collection-intro.hc-mobile-intro-ready.is-open .rte {
    display: block !important;
  }

  .template-collection .hc-mobile-intro-excerpt {
    color: #f6f3ef;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 800;
    text-align: center;
    margin: 0 auto 18px;
    max-width: 94%;
  }

  .template-collection .collection-intro.is-open .hc-mobile-intro-excerpt {
    display: none !important;
  }

  .template-collection .hc-mobile-intro-more {
    color: #d6b276;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 3px;
  }

  .template-collection .hc-mobile-intro-less {
    display: none;
    margin-top: 10px;
    color: #d6b276;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }

  .template-collection .collection-intro.is-open .hc-mobile-intro-less {
    display: block;
  }
  .template-collection .collection-intro {
  margin-top: -2px !important;
  margin-bottom: 14px !important;
}
}
/* HC Collection Mobile — compact filter / sort bar */

@media screen and (max-width: 768px) {
  .template-collection .collection-filter {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 12px 0 16px !important;
  }

  .template-collection .collection-filter__item {
    width: 100% !important;
    margin: 0 !important;
  }

  .template-collection .collection-filter .btn,
  .template-collection .collection-filter select,
  .template-collection .collection-filter__sort-container select {
    height: 42px !important;
    min-height: 42px !important;
    width: 100% !important;
    padding: 0 14px !important;
    background-color: #f6f3ef !important;
    color: #080706 !important;
    border: 1px solid rgba(246,243,239,0.38) !important;
    font-size: 15px !important;
    line-height: 42px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
  }

  .template-collection .collection-filter .js-drawer-open-collection-filters {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-align: center !important;
  }

  .template-collection .collection-filter__sort-container {
    width: 100% !important;
  }

  .template-collection .collection-filter select {
    cursor: pointer !important;
  }
}
/* HC Collection Mobile — filter drawer light premium style */

@media screen and (max-width: 768px) {
  #FilterDrawer.drawer,
  .template-collection #FilterDrawer {
    background: #f6f3ef !important;
    color: #080706 !important;
  }

  #FilterDrawer .drawer__contents,
  #FilterDrawer .drawer__inner,
  #FilterDrawer .drawer__scrollable {
    background: #f6f3ef !important;
    color: #080706 !important;
  }

  #FilterDrawer .drawer__title,
  #FilterDrawer .collapsible-trigger__text,
  #FilterDrawer .tag__text,
  #FilterDrawer label,
  #FilterDrawer button,
  #FilterDrawer a {
    color: #080706 !important;
  }

  #FilterDrawer .collapsible-trigger,
  #FilterDrawer .drawer__close-button {
    border-color: rgba(8,7,6,0.18) !important;
  }

  #FilterDrawer .drawer__title {
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
  }

  #FilterDrawer .collapsible-trigger {
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
  }

  #FilterDrawer .tag,
  #FilterDrawer .tag label {
    color: #080706 !important;
  }

  #FilterDrawer input[type="checkbox"],
  #FilterDrawer input[type="radio"] {
    accent-color: #080706 !important;
  }
}

/* HC Collection Mobile — filter drawer position under header */

@media screen and (max-width: 768px) {
  :root {
    --hc-mobile-header-height: 74px;
  }

  #FilterDrawer.drawer {
    position: fixed !important;
    top: var(--hc-mobile-header-height) !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 82vw !important;
    max-width: 82vw !important;
    height: calc(100vh - var(--hc-mobile-header-height)) !important;
    max-height: calc(100vh - var(--hc-mobile-header-height)) !important;
    transform: translateX(0) !important;
    z-index: 99999 !important;
    overflow-y: auto !important;
  }

  body.drawer--is-open #FilterDrawer.drawer,
  html.js-drawer-open #FilterDrawer.drawer {
    left: 0 !important;
    transform: translateX(0) !important;
  }
}
/* HC Collection Mobile — real mobile drawer layer fix */

@media screen and (max-width: 768px) {
  #FilterDrawer.drawer,
  body.drawer--is-open #FilterDrawer.drawer,
  html.js-drawer-open #FilterDrawer.drawer {
    position: fixed !important;
    z-index: 2147483647 !important;
    pointer-events: auto !important;
  }

  .template-collection .collection-hero,
  .template-collection .hero,
  .template-collection .hero__image-wrapper,
  .template-collection .hero__media,
  .template-collection .collection-header {
    position: relative !important;
    z-index: 0 !important;
  }

  body.drawer--is-open .template-collection .collection-hero,
  body.drawer--is-open .template-collection .hero,
  body.drawer--is-open .template-collection .hero__image-wrapper,
  body.drawer--is-open .template-collection .collection-header {
    z-index: 0 !important;
  }

  body.drawer--is-open .main-content:after,
  html.js-drawer-open .main-content:after {
    pointer-events: none !important;
  }

  #FilterDrawer .collapsible-trigger,
  #FilterDrawer button,
  #FilterDrawer label,
  #FilterDrawer input {
    pointer-events: auto !important;
  }
}
/* HC Category Dark Grid — mobile heading left offset */

@media screen and (max-width: 749px) {
  .hc-category-grid .section-header__title.hc-editorial-heading {
    padding-left: 12px !important;
    padding-right: 18px !important;
  }
}
/* HC Best Sellers — neutralize wide card on mobile */

@media screen and (max-width: 640px) {
  .hc-best-sellers-showcase__card--wide {
    grid-column: auto !important;
  }

  .hc-best-sellers-showcase__card--wide .hc-best-sellers-showcase__image-wrap {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  .hc-best-sellers-showcase__image-wrap {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  .hc-best-sellers-showcase__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}
/* =========================================================
   HC Reviews Grid Header
   Homepage-style heading, clean full block
   ========================================================= */

.jdgm-reviews-grid-widget .jm-grid-header {
  display: block !important;
  max-width: 1100px !important;
  margin: 0 auto 42px !important;
  padding: 0 !important;
  text-align: left !important;
  align-items: flex-start !important;
}

/* Gold eyebrow */

.jdgm-reviews-grid-widget .jm-grid-header::before {
  content: "CUSTOMER REVIEWS";
  display: block;

  margin: 0 0 18px 0;
  padding-left: 56px;

  color: rgb(182, 138, 58);

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16.8px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;

  background: linear-gradient(rgb(182, 138, 58), rgb(182, 138, 58)) left center / 36px 1px no-repeat;
}

/* Hide native Judge.me title text */

.jdgm-reviews-grid-widget .jm-grid-header__text {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;

  font-size: 0 !important;
  line-height: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

/* Main heading line */

.jdgm-reviews-grid-widget .jm-grid-header__text::before {
  content: "Real words from" !important;
  display: block;

  color: rgb(246, 243, 239);

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 46px !important;
  letter-spacing: -0.96px !important;
  text-transform: none !important;
}

/* Italic heading line */

.jdgm-reviews-grid-widget .jm-grid-header__text::after {
  content: "our customers" !important;
  display: block;

  color: rgb(246, 243, 239);

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 38px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  letter-spacing: -0.76px !important;
  text-transform: none !important;
}

/* Mobile */

@media screen and (max-width: 749px) {
  .jdgm-reviews-grid-widget .jm-grid-header {
    max-width: none !important;
    margin: 0 0 30px !important;
    padding: 0 22px !important;
  }

  .jdgm-reviews-grid-widget .jm-grid-header::before {
    margin-bottom: 16px;
    padding-left: 46px;

    font-size: 12px !important;
    line-height: 16.8px !important;
    letter-spacing: 3px !important;

    background-size: 36px 1px;
  }

  .jdgm-reviews-grid-widget .jm-grid-header__text::before {
    font-size: 26px !important;
    line-height: 24.96px !important;
    letter-spacing: -0.52px !important;
  }

  .jdgm-reviews-grid-widget .jm-grid-header__text::after {
    font-size: 20px !important;
    line-height: 19.2px !important;
    letter-spacing: -0.4px !important;
  }
}
/* =========================================================
   HC COLLECTION REVIEWS — CARD LAYOUT v2
   Keep Judge.me absolute layer, rebuild content inside it
   ========================================================= */

.jdgm-reviews-grid-widget {
  max-width: 1720px !important;
  width: calc(100vw - 120px) !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* HEADER */
.jdgm-reviews-grid-widget .jm-grid-header {
  max-width: 1720px !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
}

/* GRID */
.jdgm-reviews-grid-widget .jm-cluster {
  gap: 18px !important;
  justify-content: flex-start !important;
}

/* CARD SHELL */
.jdgm-reviews-grid-widget .jdgm-review-card {
  position: relative !important;

  min-height: 185px !important;
  max-height: 185px !important;

  border-radius: 14px !important;
  overflow: hidden !important;

  background: #f9f9f9 !important;
}

/* CRITICAL: keep Judge.me absolute layer */
.jdgm-reviews-grid-widget .jdgm-review-card__details {
  position: absolute !important;
  inset: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  align-items: center !important;
  justify-content: center !important;

  padding: 34px 44px 30px !important;

  background: #f9f9f9 !important;

  text-align: center !important;
}

/* BODY */
.jdgm-reviews-grid-widget .jdgm-review-card__details-body {
  margin: 0 !important;
  padding: 0 !important;

  display: block !important;

  text-align: center !important;
}

/* HIDE REVIEW TITLE */
.jdgm-reviews-grid-widget .jdgm-review-card__details-title {
  display: none !important;
}

/* REVIEW TEXT */
.jdgm-reviews-grid-widget .jdgm-review-card__details-description {
  font-size: 18px !important;
  line-height: 1.34 !important;
  font-weight: 400 !important;

  max-width: 94% !important;

  margin: 0 auto !important;

  text-align: center !important;
}

/* FOOTER: stars + name */
.jdgm-reviews-grid-widget .jdgm-review-card__footer {
  position: static !important;

  margin: 28px 0 0 !important;
  padding: 0 !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* FOOTER INNER */
.jdgm-reviews-grid-widget .jdgm-review-card__footer-inner,
.jdgm-reviews-grid-widget .jdgm-review-card__footer-inner-details,
.jdgm-reviews-grid-widget .jdgm-review-card__reviewer-name-wrapper {
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  align-items: center !important;
  justify-content: center !important;

  gap: 7px !important;

  text-align: center !important;
}

/* STARS */
.jdgm-reviews-grid-widget .jm-star-rating {
  margin: 0 !important;
  line-height: 1 !important;
}

/* CUSTOMER NAME */
.jdgm-reviews-grid-widget .jdgm-review-card__reviewer-name {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;

  margin: 0 !important;

  text-align: center !important;
}
/* =========================================================
   HC COLLECTION REVIEWS — MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {

  /* SECTION WIDTH */
  .jdgm-reviews-grid-widget {
    width: calc(100vw - 28px) !important;
    max-width: none !important;

    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* MOBILE GRID */
  .jdgm-reviews-grid-widget .jm-cluster {
    gap: 14px !important;
  }

  /* CARD */
  .jdgm-reviews-grid-widget .jdgm-review-card {
    min-height: 185px !important;   /* ← HEIGHT */
    max-height: 185px !important;   /* ← HEIGHT */

    border-radius: 14px !important;
  }

  /* INNER LAYOUT */
  .jdgm-reviews-grid-widget .jdgm-review-card__details {
    padding: 18px 20px 16px !important;
  }

  /* REVIEW TEXT */
  .jdgm-reviews-grid-widget .jdgm-review-card__details-description {
    font-size: 22px !important;     /* ← REVIEW TEXT SIZE */
    line-height: 1.28 !important;

    max-width: 100% !important;
  }

  /* FOOTER */
  .jdgm-reviews-grid-widget .jdgm-review-card__footer {
    margin-top: 14px !important;
  }

  /* STARS */
  .jdgm-reviews-grid-widget .jm-star-rating {
    transform: scale(1.35);         /* ← STARS SIZE */
    transform-origin: center center;
  }

  /* REVIEWER */
  .jdgm-reviews-grid-widget .jdgm-review-card__reviewer-name {
    font-size: 20px !important;     /* ← NAME SIZE */
    line-height: 1.15 !important;
  }

  /* HEADER */
  .jdgm-reviews-grid-widget .jm-grid-header {
    margin-bottom: 22px !important;
  }

}
/* =========================================================
   HC COLLECTION REVIEWS — TIGHT SPACING
   ========================================================= */

/* Entire reviews app section */
.shopify-section:has(.jdgm-reviews-grid-widget) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Main internal wrapper */
.shopify-section:has(.jdgm-reviews-grid-widget) .index-section {
  padding-top: 1px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove extra page-width spacing */
.shopify-section:has(.jdgm-reviews-grid-widget) .page-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Reviews widget itself */
.jdgm-reviews-grid-widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* =========================================================
   HC COLLECTION FAQ — REDUCE SPACE BEFORE REVIEWS
   ========================================================= */

.shopify-section:has(.collapsible-content),
.shopify-section:has(.collapsible-content) .index-section,
.shopify-section:has(.collapsible-content) .page-width {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* =========================================================
   HC COLLECTION REVIEWS — HIDE EMPTY PREVIEW BADGE SECTION
   ========================================================= */

#shopify-section-template--20083136823447__1772734089ac670b62 {
  display: none !important;
}
/* tighter spacing above reviews section */

#shopify-section-template--20083136823447__177273477922537f70 {
  margin-top: -40px !important;
  padding-top: 0 !important;
}
/* Убираем стандартный divider Recently Viewed */
.hr--large{
  display: none !important;
}
#shopify-section-template--20228168581271__recently-viewed::before {
  content: "";
  display: block;
  width: min(1400px, 92vw);
  height: 4px;
  margin: 56px auto 56px;
  background: #d7d1c8;
}
/* HC Luxury PDP — ONLY lower Image With Text blocks */

.shopify-section[id*="text-and-image"] .feature-row .rte,
.shopify-section[id*="text-and-image"] .feature-row .rte p,
.shopify-section[id*="text-and-image"] .feature-row .rte li {
  color: rgba(246,243,239,.82) !important;
}

.shopify-section[id*="text-and-image"] .feature-row h2,
.shopify-section[id*="text-and-image"] .feature-row .h1,
.shopify-section[id*="text-and-image"] .feature-row .h2 {
  color: #f6f3ef !important;
}
/* HC Luxury PDP — Judge.me review widget visibility */

.template-product .jm-review-widget,
.template-product .jm-review-widget * {
  color: #f6f3ef !important;
}

.template-product .jm-text,
.template-product .jm-review-content__title,
.template-product .jm-review-body-wrapper,
.template-product .jm-reviewer-name,
.template-product .jm-review-date,
.template-product .jm-review-widget__title,
.template-product .jm-review-widget__summary,
.template-product .jm-review-widget__summary * {
  color: #f6f3ef !important;
  opacity: 1 !important;
}

.template-product .jm-review-content__title {
  font-weight: 600 !important;
}

.template-product .jm-review-body-wrapper,
.template-product .jm-review-body-wrapper * {
  color: rgba(246,243,239,.78) !important;
}

.template-product .jm-button,
.template-product button.jm-button {
  background: #caa056 !important;
  border-color: #caa056 !important;
  color: #080706 !important;
}

.template-product .jm-star,
.template-product [class*="star"] {
  color: #caa056 !important;
}

.template-product .jm-review-widget {
  --jm-review-widget-text-color: #f6f3ef !important;
  --jm-review-widget-lighter-text-color: rgba(246,243,239,.72) !important;
  --jm-review-widget-primary-color: #caa056 !important;
  --jm-review-widget-button-color: #caa056 !important;
  --jm-review-widget-button-text-color: #080706 !important;
}
/* HC Luxury PDP — Judge.me divider aligned with global system */

.template-product #judgeme_product_reviews {
  position: relative;
  margin-top: 1px !important;
  padding-top: 1px !important;
}

/* Hide Quick View bars only inside You May Also Like on product pages */
.template-product .product-recommendations button.quick-product__btn,
.template-product [data-section-type="product-recommendations"] button.quick-product__btn,
.template-product [id*="product-recommendations"] button.quick-product__btn {
  display: none !important;
}
/* Reduce internal top spacing inside Judge.me reviews on product pages only */
.template-product #judgeme_product_reviews .jm-review-widget {
  padding-top: 18px !important;
}

/* Reduce internal top spacing inside Judge.me reviews on product pages only */
.template-product #judgeme_product_reviews .jm-review-widget {
  padding-top: 18px !important;
}
/* Reduce Judge.me internal spacing scale on product pages only */
.template-product #judgeme_product_reviews {
  --jm-space-600: 10px !important;
}
/* Individual review blocks */
.template-product #judgeme_product_reviews .jm-review-item {
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  padding: 22px !important;
}
/* Custom Judge.me heading text on luxury PDP */
.template-product .jm-review-widget-minimal-header__title {
  font-size: 0 !important;
  line-height: 1 !important;
}

.template-product .jm-review-widget-minimal-header__title::after {
  content: "Real Experiences With Hedonist Chicago";
  display: block;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  color: #f6f3ef !important;
}

/* Match product page background in the gap above footer */
.template-product .transition-body {
  background:
    linear-gradient(rgba(5, 4, 3, 0.26), rgba(5, 4, 3, 0.26)),
    url("hc-wenge-dark-bg.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat !important;
  background-attachment: fixed !important;
}

/* Hide chat widget on mobile product pages while PDP mobile UX is being finalized */
@media screen and (max-width: 749px) {
  .template-product iframe[title*="chat" i],
  .template-product iframe[src*="chat" i],
  .template-product [class*="chat" i],
  .template-product [id*="chat" i] {
    display: none !important;
  }
}

/* HC Luxury PDP integration step 1: unlock product layout width */
.hc-luxury-product-shell .page-content--product {
  padding-top: 0 !important;
}

.hc-luxury-product-shell .hc-luxury-product-width {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hc-luxury-product-shell .hc-luxury-product-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* HC Luxury PDP: restore form styling after returning native product-form */
.hc-luxury-pdp .hc-luxury-panel-form .product-single__form {
  margin: 0 !important;
}

.hc-luxury-pdp .hc-luxury-panel-form .payment-buttons {
  margin: 0 !important;
}

.hc-luxury-pdp .hc-luxury-panel-form .add-to-cart,
.hc-luxury-pdp .hc-luxury-panel-form button[name="add"] {
  width: 100% !important;
  height: 58px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #15120f !important;
  border: 1px solid #15120f !important;

  color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;

  padding: 0 !important;
  margin: 0 !important;

  border-radius: 0 !important;
  box-shadow: none !important;
}

/* HC Luxury PDP: force hide PayPal / Shop Pay installment block */
.hc-luxury-pdp .hc-luxury-buy-panel shopify-payment-terms,
.hc-luxury-pdp .hc-luxury-buy-panel .shopify-payment-terms,
.hc-luxury-pdp .hc-luxury-buy-panel .shopify-installments,
.hc-luxury-pdp .hc-luxury-buy-panel .shopify-cleanslate,
.hc-luxury-pdp .hc-luxury-buy-panel [data-shopify-payment-terms],
.hc-luxury-pdp .hc-luxury-buy-panel .product__payment-terms,
.hc-luxury-pdp .hc-luxury-buy-panel .product__policies {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.hc-luxury-pdp .hc-luxury-panel-form button[name="add"],
.hc-luxury-pdp .hc-luxury-panel-form .add-to-cart {
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  background: #15120f !important;
  border: 1px solid #15120f !important;
  color: #ffffff !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hc-luxury-pdp .hc-luxury-panel-form button[name="add"] *,
.hc-luxury-pdp .hc-luxury-panel-form .add-to-cart *,
.hc-luxury-pdp .hc-luxury-panel-form [data-add-to-cart-text] {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
}

/* HC Luxury PDP: hide financing rows in luxury buy panel */
.hc-luxury-pdp .hc-financing-box,
.hc-luxury-pdp .hc-financing-box__row,
.hc-luxury-pdp .hc-financing-box__row--paypal,
.hc-luxury-pdp .hc-financing-box__row--shop {
  display: none !important;
}

/* === HC Quick View recovery after luxury PDP integration === */

/* Quick View: hide PDP-only utility blocks pulled from luxury panel */
.modal--quick-shop .hc-luxury-trust-lines,
.modal--quick-shop .hc-luxury-benefit-rotator,
.modal--quick-shop .hc-luxury-mobile-benefit-rotator,
.modal--quick-shop .hc-financing-box {
  display: none !important;
}

/* Quick View: remove duplicated imported product title */
.modal--quick-shop [data-blocks-holder] .hc-luxury-panel-header .product-single__title {
  display: none !important;
}

/* Quick View: compact imported luxury content */
.modal--quick-shop [data-blocks-holder] .hc-luxury-panel-content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* Quick View: subtitle/metafields stay readable */
.modal--quick-shop [data-blocks-holder] .product__seo-subtitle,
.modal--quick-shop [data-blocks-holder] .hc-qv-metafields {
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 8px 0 14px !important;
  color: #ffffff !important;
}

/* Quick View: price */
.modal--quick-shop [data-blocks-holder] .hc-luxury-panel-price {
  margin: 10px 0 18px !important;
}

.modal--quick-shop [data-blocks-holder] .product__price {
  font-size: 18px !important;
  color: #ffffff !important;
}

/* Quick View: personalization button */
.modal--quick-shop [data-blocks-holder] .hc-luxury-panel-personalization {
  margin: 14px 0 10px !important;
}

/* Quick View: add to bag button */
.modal--quick-shop [data-blocks-holder] .hc-luxury-panel-form .add-to-cart,
.modal--quick-shop [data-blocks-holder] .hc-luxury-add-to-cart {
  width: 100% !important;
  min-height: 52px !important;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  letter-spacing: 0.18em !important;
}

/* Quick View: prevent pulled PDP block from spilling too low */
.modal--quick-shop [data-blocks-holder] {
  overflow: visible !important;
}

/* HC Quick View — disable image zoom hover washout */
.modal--quick-shop .product__photo-zoom,
.modal--quick-shop .product__photo-zoom-link,
.modal--quick-shop .product__photo-zoom-icon {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.modal--quick-shop .product-main-slide,
.modal--quick-shop .product__media,
.modal--quick-shop .image-wrap,
.modal--quick-shop .product__image {
  cursor: default !important;
}

.modal--quick-shop .product-main-slide:hover img,
.modal--quick-shop .product__media:hover img,
.modal--quick-shop .image-wrap:hover img,
.modal--quick-shop .product__image:hover {
  opacity: 1 !important;
  filter: none !important;
}

