/* Общие стили для всех ссылок в карточке товара */
.js-store-prod-text a {
  display: inline-block;
  padding: 10px 18px;
  margin-right: 10px;
  margin-top: 15px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
}

/* 1️⃣ Первая кнопка — Портфолио (шампань / пудрово-бежевая) */
.js-store-prod-text a:first-of-type {
  background-color: #d8b89c; /* шампань */
  color: #2f2f2f !important;
}
.js-store-prod-text a:first-of-type:hover {
  background-color: #cda788;
  color: #000000 !important;
}

/* 2️⃣ Вторая кнопка — ВК (прозрачная с графитовой рамкой) */
.js-store-prod-text a:nth-of-type(2) {
  background-color: transparent;
  color: #5b5b5b !important;
  border: 1.5px solid #5b5b5b;
}
.js-store-prod-text a:nth-of-type(2):hover {
  background-color: #5b5b5b;
  color: #ffffff !important;
}

/* 3️⃣ Третья кнопка — Полная свадебная серия (графит с золотистым акцентом) */
.js-store-prod-text a:last-of-type {
  background-color: #2f2f2f; /* графит */
  color: #f7f2ee !important;
}
.js-store-prod-text a:last-of-type:hover {
  background-color: #1d1d1d;
  color: #e7d6c4 !important; /* лёгкий золотисто-шампань акцент */
}

/* Исправление перекрытия корзины */
.t706__cartwin_showed {
  z-index: 999999999;
}
