.custom-alt-tooltip {
    position: absolute;
    display: none; /* Скрыта по умолчанию */
    background-color: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
    font-family: inherit; /* Наследует шрифт от темы */
    pointer-events: none; /* ВАЖНО: чтобы подсказка не мерцала, когда курсор попадает на неё */
    z-index: 9999; /* Чтобы отображалась поверх других элементов */
    white-space: nowrap; /* Текст в одну строку (уберите, если хотите перенос) */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: opacity 0.15s ease-in-out;
    max-width: 250px; /* Ограничение ширины, если название очень длинное */
    white-space: normal; /* Разрешить перенос длинных строк */
}




.perf-adv-grid {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.perf-adv-row {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}

.perf-adv-row:last-child {
  border-bottom: none;
}

.perf-adv-head {
  background: #f7f7f7;
  font-weight: 600;
}

.perf-adv-cell {
  flex: 1;
  padding: 10px 14px;
}

.perf-adv-cell:first-child {
  flex: 0 0 180px;
}


.card {
      background: #ffffff;
      border: 0.5px solid rgba(0,0,0,0.12);
      border-radius: 16px;
      overflow: hidden;
      
      width: 100%;
    }
 
    /* Header */
    .card__header {
      background: #f5f4f0;
      padding: 0.875rem 1.5rem;
      border-bottom: 0.5px solid rgba(0,0,0,0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
 
    .card__sku {
      font-size: 11px;
      color: #999;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }
 
    .badge {
      font-size: 11px;
      padding: 3px 12px;
      border-radius: 20px;
      font-weight: 500;
    }
 
    .badge--success {
      background: #eaf3de;
      color: #3b6d11;
    }
 
    /* Body */
    .card__body {
      padding: 1.5rem;
    }
 
    .card__title {
      font-size: 20px;
      font-weight: 500;
      color: #1a1a1a;
      line-height: 1.4;
      margin-bottom: 0.25rem;
    }
 
    .card__subtitle {
      font-size: 14px;
      color: #888;
      margin-bottom: 1.5rem;
    }
 
    /* Sections */
    .section {
      border-top: 0.5px solid rgba(0,0,0,0.1);
      padding-top: 1rem;
      margin-bottom: 1.25rem;
    }
 
    .section__label {
      font-size: 13px;
      font-weight: 500;
      color: #888;
      margin-bottom: 0.75rem;
    }
 
    .section__text {
      font-size: 14px;
      color: #1a1a1a;
      line-height: 1.7;
    }
 
    /* Tags */
    .tags_1 {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
 
    .tag_1 {
      font-size: 13px;
      padding: 4px 14px;
      border: 0.5px solid rgba(0,0,0,0.2);
      border-radius: 20px;
      color: #1a1a1a;
    }
 
    /* Scent grid */
    .scent-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
    }
 
    .scent-card {
      background: #f5f4f0;
      border-radius: 10px;
      padding: 0.75rem;
      text-align: center;
    }
 
    .scent-card__label {
      font-size: 10px;
      color: #aaa;
      margin-bottom: 4px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
 
    .scent-card__notes {
      font-size: 13px;
      font-weight: 500;
      color: #1a1a1a;
    }
 
    /* Benefits list */
    .benefits {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
 
    .benefit {
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }
 
    .benefit__dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #bbb;
      margin-top: 6px;
      flex-shrink: 0;
    }
 
    .benefit__text {
      font-size: 13px;
      color: #1a1a1a;
      line-height: 1.6;
    }
 
    /* Specs table */
    .specs {
      width: 100%;
      font-size: 13px;
      border-collapse: collapse;
    }
 
    .specs tr + tr td {
      border-top: 0.5px solid rgba(0,0,0,0.08);
    }
 
    .specs td {
      padding: 6px 0;
      vertical-align: top;
    }
 
    .specs td:first-child {
      color: #888;
      width: 50%;
    }
 
    .specs td:last-child {
      color: #1a1a1a;
    }
 
    /* CTA */
    .cta {
      background: #f5f4f0;
      border-radius: 10px;
      padding: 1rem 1.25rem;
      text-align: center;
      margin-top: 1.5rem;
    }
 
    .cta__text {
      font-size: 14px;
      color: #1a1a1a;
      line-height: 1.6;
    }



 .defender-promo-wrapper {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .hero-banner-section {
            background: linear-gradient(135deg, #4a5a3a 0%, #3d4d2e 100%);
            padding: 40px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero-banner-section::before {
            content: '🎖️';
            position: absolute;
            font-size: 120px;
            opacity: 0.1;
            top: -20px;
            right: -20px;
        }

        .hero-title-main {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-subtitle-text {
            font-size: 18px;
            opacity: 0.95;
            line-height: 1.6;
        }

        .content-main-area {
            padding: 40px;
        }

        .greeting-message-block {
            text-align: center;
            margin-bottom: 35px;
        }

        .greeting-message-block p {
            font-size: 18px;
            color: #333;
            line-height: 1.7;
            margin-bottom: 10px;
        }

        .timing-participation-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 35px;
        }

        .info-card-element {
            background: linear-gradient(135deg, #e8ede0 0%, #d4dcc7 100%);
            padding: 25px;
            border-radius: 15px;
            border: 2px solid #b8c5a0;
            transition: transform 0.3s ease;
        }

        .info-card-element:hover {
            transform: translateY(-5px);
        }

        .info-card-icon {
            font-size: 40px;
            margin-bottom: 10px;
        }

        .info-card-title {
            font-size: 16px;
            font-weight: bold;
            color: #3d4d2e;
            margin-bottom: 8px;
        }

        .info-card-description {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .call-action-motivator {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
            background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
            border-radius: 15px;
            border: 2px solid #fff176;
        }

        .call-action-motivator p {
            font-size: 20px;
            font-weight: bold;
            color: #f57c00;
            margin-bottom: 5px;
        }

        .urgency-timer-text {
            font-size: 14px;
            color: #e65100;
        }

        .promo-code-showcase {
            background: linear-gradient(135deg, #5a6b4a 0%, #4a5a3a 100%);
            padding: 35px;
            border-radius: 20px;
            text-align: center;
            margin-bottom: 35px;
            box-shadow: 0 8px 25px rgba(74, 90, 58, 0.3);
            position: relative;
            overflow: hidden;
        }

        .promo-code-showcase::before {
            content: '✨';
            position: absolute;
            font-size: 80px;
            top: -20px;
            left: -10px;
            opacity: 0.2;
        }

        .promo-code-showcase::after {
            content: '✨';
            position: absolute;
            font-size: 80px;
            bottom: -20px;
            right: -10px;
            opacity: 0.2;
        }

        .code-label-text {
            color: #fff;
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .code-display-container {
            background: white;
            padding: 20px 30px;
            border-radius: 12px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .actual-promo-code {
            font-size: 36px;
            font-weight: bold;
            color: #3d4d2e;
            letter-spacing: 3px;
            font-family: 'Courier New', monospace;
        }

        .copy-button-element {
            background: #6b7a5a;
            color: white;
            border: none;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(107, 122, 90, 0.3);
        }

        .copy-button-element:hover {
            background: #5a6b4a;
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(90, 107, 74, 0.4);
        }

        .copy-button-element:active {
            transform: scale(0.98);
        }

        .features-grid-showcase {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 25px;
            margin-bottom: 35px;
        }

        .feature-card-block {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            border: 2px solid #e9ecef;
            transition: all 0.3s ease;
        }

        .feature-card-block:hover {
            border-color: #5a6b4a;
            box-shadow: 0 5px 20px rgba(90, 107, 74, 0.15);
        }

        .feature-icon-display {
            font-size: 50px;
            margin-bottom: 15px;
        }

        .feature-title-heading {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .feature-detail-info {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
        }

        .shop-now-cta-section {
            text-align: center;
            padding: 30px;
            background: linear-gradient(135deg, #e8ede0 0%, #d4dcc7 100%);
            border-radius: 15px;
        }

        .main-cta-button {
            background: linear-gradient(135deg, #5a6b4a 0%, #4a5a3a 100%);
            color: white;
            border: none;
            padding: 18px 50px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 6px 25px rgba(74, 90, 58, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .main-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(74, 90, 58, 0.4);
        }

        .main-cta-button:active {
            transform: translateY(-1px);
        }

        @media (max-width: 768px) {
            .hero-title-main {
                font-size: 24px;
            }

            .timing-participation-grid {
                grid-template-columns: 1fr;
            }

            .actual-promo-code {
                font-size: 28px;
            }

            .content-main-area {
                padding: 25px;
            }
        }

        .notification-toast {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #4caf50;
            color: white;
            padding: 15px 25px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
            opacity: 0;
            transform: translateX(400px);
            transition: all 0.4s ease;
            z-index: 1000;
        }

        .notification-toast.show-notification {
            opacity: 1;
            transform: translateX(0);
        }


.cart__coupon-activate{
    color:blue !important;
    font-size:15px  !important;
}



    .promo-container {
            max-width: 800px;
            margin: 30px auto;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            position: relative;
        }
        
        .promo-container::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #ff6b6b, #ffd93d, #6bcf7f, #4d96ff);
            border-radius: 20px;
            z-index: -1;
            animation: rotate 3s linear infinite;
        }
        
        @keyframes rotate {
            0% { filter: hue-rotate(0deg); }
            100% { filter: hue-rotate(360deg); }
        }
        
        .promo-content {
            padding: 40px 30px;
            text-align: center;
            position: relative;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        }
        
        .badge {
            display: inline-block;
            background: #ff6b6b;
            color: white;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 20px;
            animation: pulse 2s ease-in-out infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
        
        .main-title {
            font-size: 42px;
            font-weight: 900;
            color: #ffffff;
            margin: 15px 0;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        }
        
        .discount {
            font-size: 72px;
            font-weight: 900;
            background: linear-gradient(135deg, #ffd93d 0%, #ff6b6b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 20px 0;
            line-height: 1;
            animation: glow 2s ease-in-out infinite;
        }
        
        @keyframes glow {
            0%, 100% { filter: brightness(1); }
            50% { filter: brightness(1.2); }
        }
        
        .subtitle {
            font-size: 24px;
            color: #ffffff;
            font-weight: 600;
            margin: 10px 0;
        }
        
        .countdown-label {
            color: #cccccc;
            font-size: 16px;
            margin: 25px 0 15px 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .countdown {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 20px;
            margin: 20px 0 30px 0;
            backdrop-filter: blur(10px);
        }
        
        .button-container {
            margin-top: 30px;
        }
        
        .promo-button {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
            color: white;
            padding: 18px 50px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
        }
        
        .promo-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255, 107, 107, 0.6);
        }
        
        .sparkle {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #ffd93d;
            border-radius: 50%;
            animation: sparkle 1.5s ease-in-out infinite;
        }
        
        @keyframes sparkle {
            0%, 100% { opacity: 0; transform: scale(0); }
            50% { opacity: 1; transform: scale(1); }
        }
        
        .sparkle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
        .sparkle:nth-child(2) { top: 40%; right: 20%; animation-delay: 0.5s; }
        .sparkle:nth-child(3) { bottom: 30%; left: 25%; animation-delay: 1s; }
        .sparkle:nth-child(4) { top: 60%; right: 15%; animation-delay: 1.5s; }



.bf-hero-image {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto 30px;
            display: block;
        }

        .bf-hero-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .bf-main-title {
            text-align: center;
            font-size: 2.5em;
            margin: 20px 0;
            color: #000;
            font-weight: bold;
        }

        .bf-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .bf-intro-text {
            background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
            color: #FFD700;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 30px;
            border: 3px solid #FFD700;
        }

        .bf-intro-text p {
            margin-bottom: 15px;
            font-size: 1.1em;
        }

        .bf-intro-text strong {
            color: #FFF;
            font-weight: bold;
        }

        .bf-promo-badge {
            background: #FFD700;
            color: #000;
            padding: 40px;
            text-align: center;
            border-radius: 15px;
            margin: 30px 0;
            box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
            border: 4px solid #000;
        }

        .bf-promo-label {
            font-size: 1.3em;
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .bf-promo-value {
            font-size: 4em;
            font-weight: bold;
            font-family: 'Courier New', monospace;
            letter-spacing: 8px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }

        .bf-section-header {
            background: #000;
            color: #FFD700;
            padding: 20px;
            font-size: 1.8em;
            margin: 40px 0 20px;
            border-left: 8px solid #FFD700;
            font-weight: bold;
        }

        .bf-content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 30px 0;
            align-items: center;
        }

        .bf-text-column {
            background: #f9f9f9;
            padding: 25px;
            border-radius: 8px;
            border-left: 5px solid #FFD700;
        }

        .bf-text-column p {
            margin-bottom: 15px;
            color: #000;
        }

        .bf-image-column img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            border: 3px solid #000;
        }

        .bf-categories {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin: 30px 0;
        }

        .bf-card {
            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
            padding: 40px 20px;
            text-align: center;
            border-radius: 12px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 3px solid #000;
            cursor: pointer;
        }

        .bf-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
        }

        .bf-card a {
            text-decoration: none;
            color: #000;
            display: block;
        }

        .bf-card h3 {
            font-size: 1.5em;
            font-weight: bold;
            margin: 0;
        }

        .bf-alert-box {
            background: #FFF9E6;
            border: 2px solid #FFD700;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }

        .bf-alert-box::before {
            content: "⚠️ ";
            font-size: 1.5em;
        }

        @media (max-width: 768px) {
            .bf-content-grid {
                grid-template-columns: 1fr;
            }

            .bf-categories {
                grid-template-columns: 1fr;
            }

            .bf-main-title {
                font-size: 1.8em;
            }

            .bf-promo-value {
                font-size: 2.5em;
            }
        }



  .sale1111-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        }

        .sale1111-intro {
            margin-bottom: 30px;
        }

        .sale1111-intro p {
            margin-bottom: 15px;
        }

        /* Купон */
        .sale1111-coupon-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            margin: 30px 0;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
            position: relative;
            overflow: hidden;
        }

        .sale1111-coupon-box::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: sale1111-pulse 3s ease-in-out infinite;
        }

        @keyframes sale1111-pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 0.8; }
        }

        .sale1111-coupon-label {
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }

        .sale1111-coupon-code {
            background: #fff;
            color: #667eea;
            font-size: 42px;
            font-weight: bold;
            padding: 15px 40px;
            border-radius: 10px;
            display: inline-block;
            letter-spacing: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            position: relative;
            z-index: 1;
            border: 3px dashed #667eea;
        }

        .sale1111-heading {
            color: #2c3e50;
            margin: 40px 0 25px 0;
            font-size: 32px;
            font-weight: bold;
            border-left: 5px solid #667eea;
            padding-left: 15px;
        }

        /* Двухколоночный блок */
        .sale1111-split-section {
            display: flex;
            gap: 30px;
            margin: 30px 0;
            align-items: center;
        }

        .sale1111-split-left {
            flex: 1;
            padding: 20px;
        }

        .sale1111-split-right {
            flex: 1;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 15px;
            text-align: center;
            color: #666;
            font-size: 18px;
            font-weight: 500;
            border: 2px dashed #999;
            min-height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Трёхколоночный блок */
        .sale1111-triple-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin: 30px 0;
        }

        .sale1111-category-card {
            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
            border-radius: 15px;
            padding: 40px 20px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .sale1111-category-card:nth-child(2) {
            background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
        }

        .sale1111-category-card:nth-child(3) {
            background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
        }

        .sale1111-category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }

        .sale1111-category-card h3 {
            color: #2c3e50;
            font-size: 24px;
            font-weight: bold;
            margin: 0;
        }

        /* Мобильная адаптация */
        @media (max-width: 768px) {
            .sale1111-container {
                padding: 15px;
            }

            .sale1111-coupon-code {
                font-size: 32px;
                padding: 12px 30px;
                letter-spacing: 5px;
            }

            .sale1111-heading {
                font-size: 24px;
                margin: 30px 0 20px 0;
            }

            .sale1111-split-section {
                flex-direction: column;
                gap: 20px;
            }

            .sale1111-split-left,
            .sale1111-split-right {
                width: 100%;
            }

            .sale1111-triple-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        strong {
            color: #667eea;
            font-weight: 600;
        }
 
 
 
 .delivery-notice {
    max-width: 820px;
    margin: 20px auto;
    padding: 20px 24px;
    border: 2px solid #ef4444;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  }

  .delivery-notice h3 {
    margin: -20px -24px 12px -24px;
    padding: 12px 24px;
    background-color: #ef4444; /* красная плашка */
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .delivery-notice p {
    margin: 0;
    color: #111111; /* чисто чёрный текст */
    font-size: 15px;
    line-height: 1.5;
  }




 .container_bioaqua {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-bottom:20px;
     
    }
.container_bioaqua.double-border {
    padding: 15px;
    border: 3px solid #f0f0f0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 0 5px #f0f0f0;
  }
  
    .banner_bioaqua {
        width: 200px;
        height: 200px;
        background-color: #f0f0f0; /* Заглушка для баннера */
    }
    .content_bioaqua {
        flex: 1;
    }
    @media (max-width: 600px) {
        .container_bioaqua {
            flex-direction: column;
        }
    }

.yellow {background:yellow;}    





.sdt-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
   background: linear-gradient(45deg, #49a09d, #5f2c82);
}

.sdt-table {
  width: 800px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.sdt-header-row, .sdt-row {
  display: flex;
  width: 100%;
}

.sdt-header-cell, .sdt-cell {
  flex: 1;
  padding: 15px;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  position: relative;
}

.sdt-header-cell {
  text-align: left;
  background-color: #55608f;
}

.sdt-row:hover {
  background-color: rgba(255,255,255,0.3);
}

.sdt-cell:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255,255,255,0.2);
  z-index: -1;
}


/* Скрываем элементы списка с отключенными чекбоксами */
.options__item:has(.form-label--checkbox input[disabled]) {
  display: none;
}

/* Если предпочитаете использование класса disabled */
.options__item:has(.form-label--checkbox.disabled) {
  display: none;
}
 /* Блог топ 10 */
 .contact-container {
            max-width: 800px;
            margin: 0 auto;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
            overflow: hidden;
        }
        
        .section {
            margin-bottom: 25px;
            padding-bottom: 15px;
            position: relative;
        }
        
        .section:not(:last-child):after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, #e1e1e1, transparent);
        }
        
         .contact-container h2 {
            color: #2c3e50;
            margin-bottom: 15px;
            font-size: 22px;
            font-weight: 600;
            border-left: 4px solid #3498db;
            padding-left: 12px;
        }
        
         .contact-container h3 {
            color: #2c3e50;
            margin-bottom: 12px;
            font-size: 20px;
            font-weight: 500;
            border-left: 3px solid #3498db;
            padding-left: 10px;
        }
        
         .contact-container h4 {
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 500;
            border-left: 2px solid #3498db;
            padding-left: 8px;
        }
        
         .contact-container p {
            margin-bottom: 10px;
            color: #555;
            font-size: 16px;
        }
        
         .contact-container ul {
            list-style-position: inside;
            margin-left: 10px;
        }
        
         .contact-container li {
            margin-bottom: 5px;
            color: #555;
        }
        
         .contact-container a {
            color: #3498db;
            text-decoration: none;
            transition: color 0.3s;
        }
        
         .contact-container a:hover {
            color: #2980b9;
            text-decoration: underline;
        }
        
        .telegram-link {
            display: inline-flex;
            align-items: center;
            background-color: #f2f9ff;
            padding: 8px 15px;
            border-radius: 6px;
            border: 1px solid #d1e8ff;
            transition: all 0.3s;
        }
        
        .telegram-link:hover {
            background-color: #e6f3ff;
            text-decoration: none;
            transform: translateY(-2px);
            box-shadow: 0 2px 5px rgba(0, 118, 200, 0.1);
        }
        
        .telegram-link:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 8px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230088cc'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.562 8.247c-.14.63-.868 4.495-1.232 5.963-.163.661-.304 1.238-.427 1.636-.19.615-.368.807-.575.831-.488.048-1.18-.356-1.604-.65-.712-.5-1.112-.813-1.807-1.302-.792-.56-.278-.867.173-1.37.117-.13 2.163-1.982 2.202-2.15.005-.02.01-.96-.037-.136-.046-.06-.13-.062-.247-.035-.117.024-1.997 1.276-2.619 1.723-.24.166-.459.246-.65.246-1.06 0-2.083-.525-2.083-.525s-.532-.326-.49-.921c.013-.177.218-.358.218-.358s2.526-1.096 3.832-1.647c.377-.159 1.386-.54 2.125-.69.506-.103 1.128-.155 1.298.197.15.31-.015.748-.077 1.066z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        
        .requisites {
            background-color: #fcfcfc;
            border-radius: 8px;
            padding: 15px 20px;
            border: 1px solid #eaeaea;
        }
        
        .phone-time {
            font-size: 14px;
            color: #777;
            font-style: italic;
            margin-top: 5px;
        }
        
        @media (max-width: 600px) {
            .contact-container {
                padding: 20px 15px;
            }
            
             .contact-container h2 {
                font-size: 20px;
            }
            
             .contact-container h3 {
                font-size: 18px;
            }
            
             .contact-container h4 {
                font-size: 16px;
            }
        }



/* Блог топ 10 */

.block {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      background: linear-gradient(to right, #f8f9fa, #e9f0f5);
    }
    
    /* Левая сторона с продуктом */
    .left_side {
      flex: 1 1 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    
    .product-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    
    .product-image:hover {
      transform: scale(1.05);
    }
    
    /* Правая сторона с описанием */
    .right_side {
      flex: 1 1 500px;
      color: #2c3e50;
    }
    
    .right_side p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
      color: #4a5568;
    }
    
    .right_side h3 {
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 12px;
      color: #1e3a8a;
      font-weight: 600;
      position: relative;
      padding-left: 15px;
    }
    
    .right_side h3:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 20px;
      width: 5px;
      background-color: #3b82f6;
      border-radius: 2px;
    }
    
    .right_side ul {
      padding-left: 20px;
      margin-bottom: 20px;
      list-style: none;
    }
    
    .right_side li {
      margin-bottom: 8px;
      position: relative;
      padding-left: 10px;
    }
    
    .right_side li:before {
      content: "•";
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }
    
    /* Стили для плюсов/минусов */
    .positives li:before {
      color: #10b981; /* Зеленый для плюсов */
    }
    
    .negatives li:before {
      color: #ef4444; /* Красный для минусов */
    }
    
    .product-title {
      font-size: 24px;
      font-weight: 700;
      color: #1e3a8a;
      margin-bottom: 15px;
      border-bottom: 2px solid #e2e8f0;
      padding-bottom: 10px;
    }
    
    .price {
      font-size: 22px;
      font-weight: 700;
      color: #1e40af;
      margin-top: 20px;
    }
    
    /* Медиа-запрос для адаптивности */
    @media (max-width: 768px) {
      .block {
        padding: 20px;
        gap: 20px;
      }
      
      .left_side {
        flex: 1 1 100%;
      }
      
      .right_side {
        flex: 1 1 100%;
      }
    }





/* Скидки */


     .container-card {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }
        
        .column {
            flex: 1;
            padding: 15px;
            min-width: 300px;
        }
        
        .card {
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 25px;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        /* Уникальные цветовые схемы для каждого блока */
        .card-bonus {
            background-color: #fff;
            border-left: 5px solid #6e8efb;
            background-image: linear-gradient(to right, #f0f4ff, #fff);
        }
        
        .card-review {
            background-color: #fff;
            border-left: 5px solid #fb6e8e;
            background-image: linear-gradient(to right, #fff0f4, #fff);
        }
        
        .card-partners {
            background-color: #fff;
            border-left: 5px solid #6efb8e;
            background-image: linear-gradient(to right, #f0fff4, #fff);
        }
        
        .card-discount {
            background-color: #fff;
            border-left: 5px solid #fb8e6e;
            background-image: linear-gradient(to right, #fff4f0, #fff);
        }
        
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }
        
        
        
        /* Подгоняем цвета заголовков под цветовую схему карточек */
        .card-bonus h2 {
            color: #4a6de5;
        }
        
        .card-review h2 {
            color: #e54a6d;
        }
        
        .card-partners h2 {
            color: #4ae56d;
        }
        
        .card-discount h2 {
            color: #e56d4a;
        }
        
        ul, ol {
            padding-left: 20px;
        }
        
        li {
            margin-bottom: 8px;
        }
        
        blockquote {
            margin: 15px 0;
            padding: 10px 15px;
            font-style: italic;
        }
        
        /* Уникальные цветовые схемы для каждого blockquote */
        .card-bonus blockquote {
            background-color: #f0f4ff;
            border-left: 4px solid #6e8efb;
        }
        
        .card-review blockquote {
            background-color: #fff0f4;
            border-left: 4px solid #fb6e8e;
        }
        
        .card-partners blockquote {
            background-color: #f0fff4;
            border-left: 4px solid #6efb8e;
        }
        
        .card-discount blockquote {
            background-color: #fff4f0;
            border-left: 4px solid #fb8e6e;
        }
        
        .highlight {
            font-weight: bold;
        }
        
        /* Цвета для выделенного текста в соответствии с темой */
        .card-bonus .highlight {
            color: #4a6de5;
        }
        
        .card-review .highlight {
            color: #e54a6d;
        }
        
        .card-partners .highlight {
            color: #4ae56d;
        }
        
        .card-discount .highlight {
            color: #e56d4a;
        }
        
        .emoji {
            font-size: 1.5em;
            margin-right: 5px;
            vertical-align: middle;
        }
        
        .tag {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 0.85em;
            margin-right: 5px;
            color: white;
        }
        
        /* Цвета для тегов */
        .card-bonus .tag {
            background-color: #6e8efb;
        }
        
        .card-review .tag {
            background-color: #fb6e8e;
        }
        
        .card-partners .tag {
            background-color: #6efb8e;
            color: #333; /* Для лучшей контрастности на светлом фоне */
        }
        
        .card-discount .tag {
            background-color: #fb8e6e;
        }
        
        .example {
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
        }
        
        /* Уникальные фоны для примеров */
        .card-bonus .example {
            background-color: rgba(110, 142, 251, 0.05);
        }
        
        .card-review .example {
            background-color: rgba(251, 110, 142, 0.05);
        }
        
        .card-partners .example {
            background-color: rgba(110, 251, 142, 0.05);
        }
        
        .card-discount .example {
            background-color: rgba(251, 142, 110, 0.05);
        }
        
        @media (max-width: 768px) {
            .column {
                flex: 100%;
            }
        }




/* Слайдер */

 .slider-container {
            position: relative;
            max-width: 1000px;
            width: 100%;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            height: 667px;
        }
        
        .slider {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: scale(0.85);
            transition: opacity 0.8s ease, transform 0.8s ease;
            z-index: 1;
        }
        
        .slide.active {
            opacity: 1;
            transform: scale(1);
            z-index: 2;
        }
        
        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .slider-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            transform: translateY(-50%);
            z-index: 10;
        }
        
        .slider-btn {
            background-color: rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.3);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            transition: all 0.3s ease;
            box-shadow: none;
            backdrop-filter: blur(1px);
        }
        
        .slider-btn:hover {
            background-color: rgba(255, 255, 255, 0.4);
            color: rgba(255, 255, 255, 0.8);
            transform: scale(1.05);
        }
        
        .pagination {
            position: absolute;
            bottom: 20px;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 10px;
            z-index: 10;
        }
        
        .pagination-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .pagination-dot.active {
            background-color: white;
            transform: scale(1.2);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
        }


/* Основные стили для списка категорий */
.category_list {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* Стиль для строки таблицы */
.category_list li {
    display: table-row;
}

/* Стиль для ячейки таблицы */
.category_list .name {
    display: table-cell;
    width: calc(100% / 3); /* Для трех ячеек в строке */
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

/* Контейнер для эмодзи */
.emoji-container {
    height: 50px;
    margin-bottom: 10px;
    position: relative;
}

/* Базовый стиль для эмодзи с использованием псевдоэлемента */
.emoji-container::before {
    content: "🔎"; /* Эмодзи по умолчанию */
    font-size: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Специфичные эмодзи для каждой категории */
.c-562::before { content: "🌸"; } /* Парфюмерия */
.c-779::before { content: "💄"; } /* Косметика */
.c-1877::before { content: "🚗"; } /* Автомобильный ароматизатор */
.c-1744::before { content: "💅"; } /* Всё для ногтей */
.c-1778::before { content: "💨"; } /* Кальяны и аксессуары */
.c-1741::before { content: "✨"; } /* Красота и здоровье */
.c-1771::before { content: "🛍️"; } /* Подарочные брендовые пакеты */
.c-1888::before { content: "🎁"; } /* Подарочные наборы */
.c-1757::before { content: "🧼"; } /* Средства Гигиены */
.c-2119::before { content: "📱"; } /* Гаджеты  */
.c-2143::before { content: "🕯"; } /* Парфюмированные освежители воздуха  */
.c-2517::before { content: "⚠️"; } /* Неликвид  */
.c-2547::before { content: "🧸️"; } /* Детские товары  */
.c-2093::before { content: "🧔️"; } /* Мужские товары  */
.c-2176::before { content: "🪄️"; } /*  1001 мелочь  */


 

/* Стиль для названия категории */
.category_list .name span {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

/* Эффект при наведении */
.category_list .name:hover {
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}



.wm-alphacat-brands-table li:hover {
     animation: wobble 0.8s ease;
}


  @keyframes wobble {
    0%, 100% { transform: rotate(0); }
    20% { transform: rotate(8deg); }
    40% { transform: rotate(-8deg); }
    60% { transform: rotate(4deg); }
    80% { transform: rotate(-4deg); }
  }

/* Chess/checkerboard pattern for table rows */
.wm-alphacat-brands-table tr:nth-child(odd) {
  background-color: #000;
  color: #fff;
}

.wm-alphacat-brands-table tr:nth-child(odd) a {
  color: #fff;
}

.wm-alphacat-brands-table tr:nth-child(even) {
  background-color: #fff;
  color: #000;
}

.wm-alphacat-brands-table tr:nth-child(even) a {
  color: #000;
}


 



/* Optional: Add some padding and styling to make it look better */
.wm-alphacat-brands-table {
  width: 100%;
  border-collapse: collapse;
}

.wm-alphacat-brands-table td {
  padding: 10px;
}

.wm-alphacat-brands-key {
  font-weight: bold;
  width: 50px;
  text-align: center;
  
}

/* Optional: hover effects for links */
.wm-alphacat-brands-table a:hover {
  text-decoration: underline !important;
  color:orange !important;
}

/* Optional: hover effects for links */

.wm-alphacat-brands-table li {
    padding-top:15px;
    transition: all 0.3s ease;
}

.wm-alphacat-brands-table a {
  text-decoration: none !important;
  font-family:"Fregat",Monaco,Helvetica,sans-serif;
}





/* Стили для блога */
    .blog__inner {
      overflow: hidden; /* Чтобы скрыть элементы за пределами блока во время анимации */
      position: relative;
    }
    
    .blog__title, .catalog-head__title-wrapper {
      font-size: 36px;
      margin-bottom: 30px;
      transform: translateX(10%); /* Начальное положение - за пределами экрана справа */
      opacity: 0;
      animation: slideIn 0.8s ease-out forwards;
    }
    
    .blog__wrapper, .category-desc {
      transform: translateX(10%); /* Начальное положение - за пределами экрана справа */
      opacity: 0;
      animation: slideIn 0.8s ease-out 0.2s forwards; /* Задержка 0.2s после заголовка */
    }
    
    .blog__content {
      
       
      padding: 25px;
      
    }
    
    .blog__article p {
      margin-bottom: 15px;
    }
    
    /* Анимация появления справа налево */
    @keyframes slideIn {
      0% {
        transform: translateX(10%);
        opacity: 0;
      }
      100% {
        transform: translateX(0%);
        opacity: 1;
      }
    }
    
    /* Дополнительные стили для красивого оформления */
    strong {
      color: #333;
    }
    
    /* Адаптивность */
    @media (max-width: 768px) {
      .blog__title {
        font-size: 28px;
      }
      
      .blog__content {
        padding: 15px;
      }
    }




/* Общие стили для всех иконок категорий */
.main-menu__link {
    position: relative;
    padding-left: 30px !important; /* Увеличиваем отступ слева для иконки */
}

.main-menu__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

/* Наведение мыши на ссылку */
.main-menu__link:hover::before {
    opacity: 1;
}

/* Иконки для категорий (примеры) */

#category-link-1::before { content: "🌸"; }
#category-link-2::before { content: "💄"; }
#category-link-3::before { content: "🚗"; }
#category-link-4::before { content: "💅"; }
#category-link-5::before { content: "📱"; }
#category-link-6::before { content: "🌬️"; }
#category-link-7::before { content: "🧖‍♀️"; }
#category-link-8::before { content: "⚠️"; }
#category-link-9::before { content: "🕯️"; }
#category-link-10::before { content: "🛍️"; }
#category-link-11::before { content: "🎁"; }
#category-link-12::before { content: "🧔"; }
#category-link-13::before { content: "🧼"; }
#category-link-14::before { content: "🧸"; }
#category-link-15::before { content: "🪄"; }

/* Универсальные стили */
[id^="category-link-"]::before {
    font-size: 1.2em;
    display: inline-block;
    margin-right: 0.5em;
}



/* Общие стили для всех иконок меню */
.top-menu__item a.top-menu__link {
    position: relative;
    padding-left: 28px; /* Добавляем отступ слева для иконки */
    display: inline-flex;
    align-items: center;
}

.top-menu__item a.top-menu__link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

/* Универсальный стиль */
.top-menu__item a.top-menu__link::before {
    display: inline-block;
    margin-right: 0.4em;
    font-size: 1.1em;
    vertical-align: middle;
}

/* Новинки */
#menu-item-1 a.top-menu__link::before {
    content: "🆕";
}

/* Доставка */
#menu-item-2 a.top-menu__link::before {
    content: "🚚";
}

/* Организаторам СП */
#menu-item-3 a.top-menu__link::before {
    content: "💥";
}

/* Оплата */
#menu-item-4 a.top-menu__link::before {
    content: "💳";
}

/* Контакты */
#menu-item-5 a.top-menu__link::before {
    content: "📄";
}

/* Условия работы */
#menu-item-6 a.top-menu__link::before {
    content: "📞";
}

/* Hover-эффект */
.top-menu__item a.top-menu__link:hover::before {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}





.qa-block {
   
  font-family: Arial, sans-serif;
}

.qa-block h3 {
  position: relative;
  padding-left: 30px;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 12px 16px 12px 40px;
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.qa-block h3::before {
  content: "❓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.qa-block p {
  position: relative;
  background-color: #e8f5e9;
  padding: 16px;
  border-radius: 16px;
  color: #2e7d32;
  line-height: 1.5;
  margin: 0;
}

.qa-block p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e8f5e9;
}

.qa-block a {
  color: #1b5e20;
  text-decoration: underline;
}



.price-rub::after {
    content: " ₽";
    font-family: Arial, sans-serif;
}

#wholesale-cart {
color: red; /*цвет шрифта*/
font-weight: bold; /*насыщенность шрифта*/
}

.stars {
    display: flex;
    align-items: center;
}

.stars__visual {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 1;
}

.stars__visual::before {
    content: "☆☆☆☆☆"; /* Незакрашенные звезды как фон */
    font-size: 15px;
    letter-spacing: 1px;
}

.stars__visual::after {
    content: "★★★★★"; /* Закрашенные звезды поверх */
    position: absolute;
    top: 0;
    left: 0;
    color: #ffcc00; /* Цвет заполненных звезд */
    overflow: hidden;
    width: 0; /* Ширина будет установлена через data-атрибут */
    font-size: 15px;
    letter-spacing: 1px;
}

.stars[data-rating="1"] .stars__visual::after { width: 20%; }
.stars[data-rating="2"] .stars__visual::after { width: 40%; }
.stars[data-rating="3"] .stars__visual::after { width: 60%; }
.stars[data-rating="4"] .stars__visual::after { width: 80%; }
.stars[data-rating="5"] .stars__visual::after { width: 100%; }

.stars__count {
    margin-left: 5px;
    font-size: 13px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.rating-details {
    width: 100%;
}

.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.rating-stars-count {
    position: relative;
    width: 80px;
    text-align: left;
}

/* Добавляем звезды через CSS */
.rating-stars-count::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.rating-row[data-stars="5"] .rating-stars-count::after {
    content: "★★★★★";
    color: #ffcc00;
}

.rating-row[data-stars="4"] .rating-stars-count::after {
    content: "★★★★☆";
    color: #ffcc00;
}

.rating-row[data-stars="3"] .rating-stars-count::after {
    content: "★★★☆☆";
    color: #ffcc00;
}

.rating-row[data-stars="2"] .rating-stars-count::after {
    content: "★★☆☆☆";
    color: #ffcc00;
}

.rating-row[data-stars="1"] .rating-stars-count::after {
    content: "★☆☆☆☆";
    color: #ffcc00;
}

.rating-no-rate {
    width: 80px;
    text-align: left;
}

.rating-bar {
    flex-grow: 1;
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin: 0 10px;
    overflow: hidden;
}

.rating-bar__filling {
    height: 100%;
    background-color: #ffcc00;
}

.rating-count {
    width: 40px;
    text-align: right;
}


.options__form-item {
    margin-bottom: 10px;
    min-height: 25px; /* Добавьте минимальную высоту */
}

.form-label--radio {
    min-height: 25px; /* Можно также установить здесь */
    display: flex;
    align-items: center;
}

/* Если у пустого span должен быть какой-то текст по умолчанию */
.label-text:empty::before {
    content: " "; /* или любой другой текст по умолчанию */
}

.product-tags-container {
    margin: 15px 0;
    padding: 12px 15px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.tags-label {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
}

.tags-list {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.tag-item {
    display: inline-block;
}

.tag-link {
    display: inline-block;
    padding: 3px 12px;
    background-color: #1BA243;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.7em;
    transition: all 0.2s ease;
}

.tag-link:hover {
    background-color: #228b22;
    transform: translateY(-2px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

/* Вариант с фоновым изображением */
.act-btn__icon-container {
    display: inline-block;
    width: 20px;
    height: 20px;
    /*  background-image: url('https://butik-duhov.ru/wa-data/public/site/svg/cart-plus-svgrepo-com.svg'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* Если нужно изменить цвет SVG */
    filter: brightness(0) invert(1); /* Делает иконку белой */
  }



/* Стили для иконок вкладок */
.tabs-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  color: #757575; /* Цвет иконок по умолчанию */
  flex-shrink: 0;
}

/* Стили для активной вкладки */
.item-pg__tabs-item.active .tabs-icon {
  color: #1BA243; /* Цвет иконки активной вкладки */
}

/* Улучшенные стили для вкладок */
.item-pg__tabs-link {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  color: #555;
}

.tabs-text {
  flex-grow: 1;
  margin: 0 8px 0 0;
  font-size: 14px;
}

.tabs-toggle {
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
}

/* Активная вкладка */
.item-pg__tabs-item.active .item-pg__tabs-link {
  color: #1BA243;
  background-color: rgba(26, 115, 232, 0.05);
  border-bottom: 2px solid #1BA243;
}

/* Hover эффект для вкладок */
.item-pg__tabs-item:not(.active) .item-pg__tabs-link:hover {
  background-color: #f5f5f5;
  color: #1BA243;
}

.item-pg__tabs-item:not(.active) .item-pg__tabs-link:hover .tabs-icon {
  color: #1BA243;
}

/* Стили списка вкладок */
.item-pg__tabs-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
}

.item-pg__tabs-item {
  margin-right: 2px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .item-pg__tabs-list {
    flex-direction: column;
  }
  
  .item-pg__tabs-item {
    margin-right: 0;
    margin-bottom: 2px;
  }
  
  .item-pg__tabs-link {
    padding: 15px 12px;
  }

  .item-pg__tabs-item.active .item-pg__tabs-link {
    border-bottom: none;
    border-left: 2px solid #1a73e8;
  }
}



  .responsive-video {
    width: 100%; /* Для мобильных устройств */
    max-width: 100%;
    height: auto;
  }
  
  /* Для устройств с шириной экрана больше 768px (десктопы, ноутбуки) */
  @media screen and (min-width: 768px) {
    .responsive-video {
      width: 50%; /* На десктопе будет занимать 30% ширины */
    }
  }



.prev-next-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
}

.prev-next-nav.small {
    font-size: 14px;
}

.prev-next-item {
    display: flex;
    align-items: center;
    max-width: 48%;
}

.arrow {
    padding: 0 8px;
    font-size: 18px;
    color: #888;
}

.link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link a {
    color: #333;
    text-decoration: none;
}

.link a:hover {
    text-decoration: underline;
}

.link.next {
    text-align: right;
}

.empty {
    width: 18px;
}


.plugin_pricedown-button a {
    text-decoration:none !important;
}

.page_brand {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center; /* если хочешь выравнивание текста */
}

.page_brand__inner {
  max-width: 1200px;
  margin: 0 auto; /* вот это главное! */
  text-align: left; /* сбросим выравнивание текста, если не нужно */
}


/* Main container for the catalog page */
.catalog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 0;
}

/* Filters column - left side */
.filters-container {
    flex: 0 0 250px; /* Fixed width for filters */
    max-width: 250px;
}

/* Reviews column - right side */
.catalogreviews-block {
    flex: 1;
    min-width: 0; /* Prevent flexbox children from overflowing */
    margin-left:20px;
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
    .catalog-container {
        flex-direction: column;
    }
    
    .filters-container {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* Styling for the reviews list */
.catalogreviews-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.catalogreviews-list__item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* Styling for nested reviews */
.reviews-branch {
    padding-left: 25px;
    margin-top: 15px;
    list-style: none;
    border-left: 1px solid #eee;
}

/* Sorting options */
.sorting {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.sorting li {
    margin-right: 15px;
}

.sorting li.selected a {
    font-weight: bold;
}

/* Pagination */
.paging-nav, .lazyloading-paging {
    margin-top: 20px;
    text-align: center;
}

.menu-h {
    display: inline-flex;
    list-style: none;
    padding: 0;
}

.menu-h li {
    margin: 0 5px;
}


/* Общий стиль таблицы */
.wm-alphacat-brands-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px; /* вертикальный отступ между строками */
  font-family: Arial, sans-serif;
}

/* Стиль ячеек с буквами */
.wm-alphacat-brands-key {
  vertical-align: top;
  font-weight: bold;
  font-size: 24px;
 
  padding-right: 20px;
  white-space: nowrap;
  width: 50px;
}

/* Стиль ячеек со списками брендов */
.wm-alphacat-brands-value {
  display: flex;
  flex-wrap: wrap;
  gap: 20
}

.price-slider.filter-slider.ui-slider {
    display: none;
}

 

.filter-toggle__wrapper {
    background: #e1f1ff;
}

.breadcrumbs__item {
    padding-bottom:5px;
}

.breadcrumbs__link {
    color:blue;
    font-size:16px;
    border-bottom:1px solid #abcdef;
}

.breadcrumbs__link:hover {
    color:red;
    border-bottom:1px solid red;
}

.quantity-input {
    width: 65px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}


.old-price .s-product-price {
    color: gray;
    text-decoration: line-through;
    font-size:120%;
    
}


.znak {
    background: url("https://beasparfum.ru/wa-data/public/site/2025/jan/logoblock-3.png") no-repeat; 
    width:176px; 
    height:75px;
}

.c-item .znak {
    background: url("https://beasparfum.ru/wa-data/public/site/2025/jan/logoblock-3.png") no-repeat; 
    background-size: 70%;
    width:86px; 
    height:37px;
}

.znak-2 {
    background: url("https://beasparfum.ru/wa-data/public/site/2025/jan/logoblock-4.png") no-repeat; 
     background-size: 60%;
    width:100px; 
    height:100px;
}

.c-item .znak-2 {
    background: url("https://beasparfum.ru/wa-data/public/site/2025/jan/logoblock-4.png") no-repeat; 
    background-size: 33%;
    width:100px; 
    height:100px;
}

.cat-item__badge-item .badge {
    background:none !important;
}


.content-beas {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    font-size: 2em;
}


 @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
 
 ul.social {
            list-style-type: none;
            padding: 0;
        }
         ul.social li {
            margin: 10px 0;
            font-size: 18px;
        }
         ul.social li a {
            text-decoration: none !important;
            color: blue!important;
            display: flex;
            align-items: center;
        }
         ul.social li a i {
            margin-right: 10px;
            font-size: 20px;
        }
        
        ul.social li a:hover {
            text-decoration: none;
            color: red!important;
            display: flex;
            align-items: center;
        }



body {font-size:16px;}
table.prev-next { width: 100%; border: none; }

table.prev-next td { vertical-align: top; border: none; }

table.prev-next td.half { width: 49%; }

table.prev-next td.next { text-align: right; }

table.prev-next td.arrow { width: 1em; }

.green {
    background:green;
    color:white;
}

 
.beige {
    background: beige;
    color: black;
    font-weight: bold;
    font-size: 140%;
}
 

.customer-discounts, .order-discounts 
{
    width:100% !important;
}


.blog__content .blog__article, .blog__content .info-page {overflow:visible !important; }

.blog__article > a, .blog__article p a, .simple-info-page > a, .simple-info-page p a, .item-pg__tabs-content > a, .item-pg__tabs-content p a {
    color:blue !important;
}

h2 {
    margin:39px 0 20px !important;
}


.wb {
    background-image: linear-gradient(to right, #FF00D3 0%, #7B21C0 25%, #FF00D3 50%, #FF00D3 55%, #7B21C0 100%) !important;
    background-position: 0 0 !important;
    background-size: 400% 200% !important;
    transition: all 1s ease-in-out !important;
}

.wb a{
    display:block;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 50px;
    background-image: linear-gradient(91deg, rgba(255,0,211,1) 0%, rgba(123,33,192,1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}


.ozon {
   
   background: #1488CC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.ozon a {
     display:block;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 50px;
     border-color: transparent;
    border-style: solid;
   background: #1488CC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}


blockquote {
margin: 0;
background: #FFF4ED;
padding: 40px;
color: #3F484D;
position: relative;
font-family: 'Lato', sans-serif;
text-align: center;
}
blockquote:before, blockquote:after {
font-size: 45px;
color: #3CA1D9;
position: absolute;
height: 2px;
left: 40px;
right: 40px;
line-height: .5;
background: linear-gradient(to right, #3CA1D9 45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 55%, #3CA1D9 55%);
font-family: serif;
}
blockquote:before {
content: "\201C";
top: 30px;
}
blockquote:after {
content: "\201D";
bottom: 30px;
}
blockquote p {
font-size: 20px;
}
blockquote footer {
margin-bottom: 1em;
}
blockquote cite {
font-style: normal;
}


.want {
    background:url(https://beasparfum.ru/wa-data/public/site/2023/march/hochu-kupit.png) no-repeat;
    width:300px;
    height:150px;
}

.can {
    background:url(https://beasparfum.ru/wa-data/public/site/2023/march/mogu-kupit.png) no-repeat;
    width:300px;
    height:150px;
}

ul.want__can li {
    list-style: none;
    padding-left: 32px;
    margin-bottom: 15px;
}

ul.want__can li.title {
    font-weight:bold;
    font-size:120%;
}

ul.want__can li.check {
    background: url(https://beasparfum.ru/wa-data/public/site/2023/march/check.svg) no-repeat;
    background-size: 16px;
}
ul.want__can li.stop {
    background: url(https://beasparfum.ru/wa-data/public/site/2023/march/cross.svg) no-repeat;
    background-size: 16px;
    color:red; font-weight:bold;
}




.left {display:inline-block; width:250px; margin-right:20px;}
.right {display:inline-block; width:250px; margin-right:20px;}
.description {display:inline-block; width:50%; vertical-align:top; font-size:110%; line-height:150%;}
.headline {font-size:130%; font-weight:bold; vertical-align:top; margin-bottom:20px;}

.catalog__bottom-text p, .catalog__bottom-text {
    color:#000 !important;
    font-size:100% !important;
    
}




ul.c-item  li{
    display:inline-block; 
    margin-right:20px; 
    margin-bottom:20px; 
    width:250px;
    text-align:center;
}

ul.c-item  li a{
    color: blue !important;
}

.img_blog{
    
    box-shadow: 1px 1px 5px 1px #000 !important;
    width: 97%;
    margin-left: 20px !important;
}

.messageForGmail {
	visibility: hidden;
	color: red;
}

.active {
	visibility: visible;
}


 

@media (max-width: 767px) {
    .catalog-items {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    
    /* Убираем разделение на две колонки */
    .items-wrapper.item_gv.c-item_gv .c-item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        float: none;
    }
    
    /* Сбрасываем специальное форматирование для нечетных элементов */
    .items-wrapper.item_gv.c-item_gv .c-item:nth-child(odd) {
        padding-right: 0;
    }
    
    /* Добавляем немного отступа между карточками по вертикали */
    .c-item {
        margin-bottom: 15px;
    }
    
    .act-btn__text {
        width:120px;
    }
    
    @media (max-width: 767px) {
    .item_gv .item__title {
        font-size: 1.5rem;
        line-height: 1.35;
    }
}
    
}


 


