/* ── FUTURE MODAL (Скоро в продаже) ─────────────────────── */
#futureModal {
  background: #0e0b08;
  color: #f5f0e8;
  text-align: center;
  padding: 52px 40px 40px;
  max-width: 480px;
  width: 90vw;
  border-radius: 2px;
  box-shadow: 0 32px 100px rgba(0,0,0,.75);
  position: relative;
  overflow: hidden;
}
#futureModal::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 60px; height: 2px;
  background: linear-gradient(90deg,transparent,#9a7042,transparent);
}
#futureModal::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(154,112,66,.12),transparent 70%);
  pointer-events: none;
}
#futureModal .eyebrow {
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #9a7042;
  font-weight: 700;
  margin: 0 0 18px;
}
#futureModal .fm-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 4vw, 36px);
  line-height: 1.18;
  color: #f5f0e8;
  margin: 0 0 14px;
  font-weight: 700;
}
#futureModal .fm-desc {
  font-size: 13.5px;
  color: #9a8f85;
  line-height: 1.72;
  margin: 0 0 28px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#futureModal .plain-close {
  position: absolute;
  top: 14px; right: 16px;
  background: transparent;
  border: none;
  color: #4a4540;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 6px;
  transition: color .15s;
  z-index: 2;
}
#futureModal .plain-close:hover { color: #9a7042; }
#futureModal .btn-dark {
  display: inline-block;
  padding: 14px 32px;
  background: #9a7042;
  color: #fff;
  border: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background .18s;
  border-radius: 1px;
}
#futureModal .btn-dark:hover { background: #7a5832; }
/* icons row */
.fm-features {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 28px;
}
.fm-feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #6a6058;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.fm-feat-icon {
  font-size: 22px;
  opacity: .7;
}

/* ── CART DRAWER ─────────────────────────────────────────── */
.cart-drawer {
  width: min(360px, 96vw) !important;
  background: #faf8f4 !important;
  box-shadow: -6px 0 50px rgba(0,0,0,.14) !important;
  display: flex !important;
  flex-direction: column !important;
  border-left: 1px solid #e7e1d8 !important;
}
/* Cart header */
.cart-drawer > .plain-close {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 20px !important;
  border-bottom: 1px solid #e7e1d8 !important;
  background: #faf8f4 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: .05em !important;
  color: #171717 !important;
  cursor: pointer !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  width: 100% !important;
  text-align: left !important;
}
.cart-drawer > .plain-close::before {
  content: 'Корзина';
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #171717;
  letter-spacing: 0;
}
/* Cart items list */
#cartItems {
  flex: 1 !important;
  overflow-y: auto !important;
  padding-bottom: 8px !important;
}
#cartItems:empty::after {
  content: '✦  корзина пуста  ✦';
  display: block;
  text-align: center;
  padding: 60px 20px;
  color: #c5bfb5;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
/* Each cart item */
.cart-item {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
  padding: 14px 16px !important;
  border-bottom: 1px solid #f0ece4 !important;
  transition: background .12s !important;
}
.cart-item:hover { background: #f5f1ea !important; }
.cart-item img {
  width: 68px !important;
  height: 68px !important;
  object-fit: cover !important;
  border-radius: 1px !important;
  border: 1px solid #e7e1d8 !important;
  flex-shrink: 0 !important;
}
/* summary rows */
.summary-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 9px 18px !important;
  font-size: 12.5px !important;
  color: #5e564e !important;
}
.summary-row:last-child {
  border-top: 2px solid #e7e1d8 !important;
  padding: 14px 18px !important;
  margin-top: 4px !important;
  font-size: 15px !important;
}
.summary-row:last-child strong {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 17px !important;
  color: #171717 !important;
}

/* ── 3D TILT — product cards ─────────────────────────────── */
.product-card {
  transform-style: preserve-3d;
  transition: transform .1s ease, box-shadow .1s ease;
  will-change: transform;
}
.product-card:hover {
  box-shadow: 0 14px 44px rgba(0,0,0,.13) !important;
  z-index: 2 !important;
}
/* add-btn glow on hover */
.product-card:hover .add-btn,
.product-card:hover [class*="add-btn"],
.product-card:hover [class*="addBtn"] {
  background: #9a7042 !important;
  color: #fff !important;
}

/* ── CART COUNT PULSE ────────────────────────────────────── */
@keyframes kh-pop {
  0%{transform:scale(1)} 40%{transform:scale(1.45)} 70%{transform:scale(.9)} 100%{transform:scale(1)}
}
.kh-pop { animation: kh-pop .38s cubic-bezier(.36,.07,.19,.97) both; }
