/** Shopify CDN: Minification failed

Line 319:27 Expected "}" to go with "{"

**/
/* ============================================================
   DicKing Shop — custom.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --dk-serif:  'Cormorant Garamond', Georgia, serif;
  --dk-sans:   'Montserrat', sans-serif;
  --dk-accent: #c9607a;
}

/* ─── НАЗВА ТОВАРУ НА КАРТЦІ ─── */
.product_decs,
.product_decs.caption-large,
.product_decs.caption-large.light,
.card-information .product_decs,
.card__heading .product_decs,
h3 .full-unstyled-link,
.card__heading a.full-unstyled-link {
  font-family: var(--dk-serif) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  color: #1a1a1a !important;
  text-transform: none !important;
}

/* ─── ОБГОРТКА ІНФО БЛОКУ ─── */
.card-information {
  font-family: var(--dk-sans) !important;
}

/* ─── ЦІНА ─── */
.card-information .price,
.card-information .price__regular,
.card-information .price-item,
.card-information .price-item--regular,
.card-information .money,
.price__container .money,
.price .money,
.product-price .money {
  font-family: var(--dk-sans) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: #1a1a1a !important;
}

/* ─── АКЦІЙНА ЦІНА ─── */
.card-information .price--sale .price-item--sale,
.card-information .price-item--sale,
.price__sale .price-item--sale,
.price--on-sale .money {
  color: var(--dk-accent) !important;
  font-family: var(--dk-sans) !important;
  font-weight: 600 !important;
}

/* ─── ПЕРЕКРЕСЛЕНА ЦІНА ─── */
.card-information s .money,
.card-information del .money,
.card-information .price__was .money,
s.price-item--regular,
.compare-at-price .money {
  font-family: var(--dk-sans) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #bbb !important;
  text-decoration: line-through !important;
}

/* ─── БЕЙДЖ SALE ─── */
.card__badge,
.card__badge .badge,
.card__badge span {
  font-family: var(--dk-sans) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  background: var(--dk-accent) !important;
  color: #fff !important;
  border-radius: 4px !important;
}

/* ─── БРЕНД / ВЕНДОР ─── */
.card-information .caption,
.card-information .vendor,
.product-vendor,
.card__vendor {
  font-family: var(--dk-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #bbb !important;
}

/* ─── СТОРІНКА ТОВАРУ ─── */
.product__title,
.product-single__title,
h1.product__title,
.product__info-wrapper h1 {
  font-family: var(--dk-serif) !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  color: #1a1a1a !important;
  margin-bottom: 14px !important;
}

.product__price .price,
.product__price .money,
.product-single__price .money,
.price-wrapper .money {
  font-family: var(--dk-sans) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: var(--dk-accent) !important;
}

.product__price s .money,
.product__price del .money,
.compare-at-price .money {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #bbb !important;
}

.product__description,
.product-single__description,
.product__description p,
.rte p {
  font-family: var(--dk-sans) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #555 !important;
}

/* ─── КНОПКА ДОДАТИ ДО КОШИКА ─── */
.product-form__submit.button,
button.product-form__submit {
  font-family: var(--dk-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border-radius: 10px !important;
  background: #993556 !important;
  border-color: #993556 !important;
  color: #fff !important;
  transition: background 0.2s, transform 0.15s !important;
}
button.product-form__submit:hover {
  background: #7a2844 !important;
  border-color: #7a2844 !important;
  transform: translateY(-1px) !important;
}

/* ─── ПРИБРАТИ ЗАЙВІ ЕЛЕМЕНТИ ─── */
.product__view-count,
.product-meta__view-count,
[class*="view-count"],
[class*="visitor-count"],
.product__visitors,
.product__viewing,
div[class*="product__viewing"] {
  display: none !important;
}

.shopify-payment-button,
.shopify-payment-button__button,
.product-form__payment-wrapper,
#dynamic-checkout-cart {
  display: none !important;
}

.product__sku,
.product-meta__sku,
.product__vendor,
.product-meta__vendor,
.product__type,
.product-meta__type,
.product__tags,
.product-meta__tags {
  display: none !important;
}

/* ─── НАВІГАЦІЯ ─── */
.header__menu-item.link,
.header__menu-item.link span,
.list-menu__item.link,
.list-menu__item .link--text,
span.header__active-menu-item,
.header__inline-menu a,
.header__inline-menu span {
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
}

.header__menu-item--more,
.list-menu__item--more,
[data-menu-more],
.header__submenu-more {
  display: none !important;
}

/* ─── КАТЕГОРІЇ — ЗАТЕМНЕННЯ ─── */
.prem-cats__overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 50%, transparent 100%) !important;
  z-index: 2 !important;
}
.prem-cats__item:hover .prem-cats__overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, transparent 100%) !important;
}

/* ─── СОЦМЕРЕЖІ ФУТЕР ─── */
.footer__list-social a[href="#"],
.footer__list-social li:has(a[href="#"]) {
  display: none !important;
}

/* ─── БЛОГ — прибрати автора ─── */
.article-card__info .article-card__author,
.article__author,
[class*="article"] .author {
  display: none !important;
}

/* ─── ВІШЛІСТ ─── */
[grid-wishlist] {
  align-items: flex-start !important;
}
[grid-wishlist] > * {
  align-self: flex-start !important;
}
.wishlist-container {
  margin-top: 0 !important;
}
.wishlist-grid .cm-link.btn--status {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.9) !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  transition: all 0.2s ease !important;
  z-index: 10 !important;
}
.wishlist-grid .cm-link.btn--status svg {
  display: none !important;
}
.wishlist-grid .cm-link.btn--status::after {
  content: '♥' !important;
  font-size: 18px !important;
  color: #c9607a !important;
}
.wishlist-grid .cm-link.btn--status:hover::after {
  color: #a32d4a !important;
}
.wishlist-grid .product-card,
.wishlist-grid .card-wrapper {
  position: relative !important;
}

/* ─── КОШИК ─── */
.dk-cart-item {
  grid-template-columns: 120px 1fr auto !important;
}
.dk-item-img {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fdf8f9 !important;
}
.dk-item-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 8px !important;
}


/* ─── МОБІЛЬНА АДАПТАЦІЯ ─── */
@media (max-width: 768px) {
  .product_decs { font-size: 15px !important; }
  .product__title { font-size: 26px !important; }
}
.wishlist-container {
  margin-top: 0 !important;
  padding-top: 20px !important;
}

.page-width.animate-on-scroll.visible {
  margin-top: 0 !important;