/* Базовое оформление всех ссылок-кнопок в товаре */
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 12px;
    margin-top: 20px;
    border-radius: 6px;
    font-weight: 400;    /* Жирность 400 */
    font-size: 12px;      /* Размер шрифта 12px */
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* СТИЛЬ ДЛЯ ПЕРВОЙ КНОПКИ (Серая) */
.js-store-prod-text a:first-of-type {
    background: #75736f;
    color: #ffffff !important; /* Белый текст */
    box-shadow: 0 4px 12px rgba(117, 115, 111, 0.3);
}

.js-store-prod-text a:first-of-type:hover {
    background: #8e8c89; /* Чуть светлее при наведении */
}

/* СТИЛЬ ДЛЯ ВТОРОЙ И ПОСЛЕДУЮЩИХ КНОПОК (Желтая #fd0) */
.js-store-prod-text a:not(:first-of-type) {
    background: #ffdd00; 
    color: #000000 !important; 
    box-shadow: 0 4px 12px rgba(255, 221, 0, 0.2);
}

.js-store-prod-text a:not(:first-of-type):hover {
    background: #ffe433;
}

/* Исправление наложения корзины */
.t706__cartwin_showed {
    z-index: 999999999;
}

  @import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@300;400;500;600&display=swap');

  .seo-girls-block {
    font-family: 'Commissioner', sans-serif;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 48px 0;
  }

  .seo-girls-block__section {
    margin-bottom: 40px;
  }

  .seo-girls-block__section:last-child {
    margin-bottom: 0;
  }

  .seo-girls-block h2 {
    font-family: 'Commissioner', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px;
    line-height: 1.3;
  }

  .seo-girls-block p {
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0 0 12px;
  }

  .seo-girls-block p:last-child {
    margin-bottom: 0;
  }

  .seo-girls-block ul {
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .seo-girls-block ul li {
    padding: 6px 0 6px 20px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
  }

  .seo-girls-block ul li:first-child {
    border-top: 1px solid #f0f0f0;
  }

  .seo-girls-block ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #e8500a;
    font-weight: 400;
  }

  .seo-girls-block ul li strong {
    font-weight: 500;
    color: #1a1a1a;
  }

  .seo-girls-block a {
    color: #e8500a;
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 80, 10, 0.3);
    transition: border-color 0.15s ease;
  }

  .seo-girls-block a:hover {
    border-color: #e8500a;
  }

  /* FAQ аккордеон */
  .faq-girls {
    font-family: 'Commissioner', sans-serif;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 0 48px;
  }

  .faq-girls__title {
    font-family: 'Commissioner', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 32px;
    line-height: 1.3;
  }

  .faq-girls__item {
    border-bottom: 1px solid #e5e5e5;
  }

  .faq-girls__item:first-of-type {
    border-top: 1px solid #e5e5e5;
  }

  .faq-girls__item summary {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
    padding: 20px 40px 20px 0;
    position: relative;
    list-style: none;
    line-height: 1.5;
    user-select: none;
    transition: color 0.15s ease;
  }

  .faq-girls__item summary::-webkit-details-marker {
    display: none;
  }

  .faq-girls__item summary::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 6l5 5 5-5' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease;
  }

  .faq-girls__item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .faq-girls__item summary:hover {
    color: #e8500a;
  }

  .faq-girls__item summary:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 6l5 5 5-5' stroke='%23e8500a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .faq-girls__item__body {
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1.7;
    padding: 0 40px 20px 0;
    margin: 0;
  }

  .faq-girls__item__body a {
    color: #e8500a;
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 80, 10, 0.3);
    transition: border-color 0.15s ease;
  }

  .faq-girls__item__body a:hover {
    border-color: #e8500a;
  }