/* ============================================================================
   TOBACCO VANILLE — Smoke & Warmth Theme
   Unique: Heat/Warmth Gauges, Glowing Cards, Deep Brown Tones
   ============================================================================ */

.tobaccovanille-main-container {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 60px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 45px !important;
}

.tobaccovanille-theme { color: #f0e6dc !important; }

.tobaccovanille-theme .brand-name {
    color: #D4A574 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
}
.tobaccovanille-theme .brand-location { color: #A67C52 !important; }
.tobaccovanille-theme .product-name {
    color: #f0e6dc !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
}
.tobaccovanille-theme .price-badge {
    background: linear-gradient(135deg, #D4A574, #A67C52) !important;
    border: none !important;
    color: #fff !important;
}
.tobaccovanille-theme .quality-badge {
    border: 1px solid rgba(212,165,116,0.3) !important;
    background: rgba(44,24,16,0.6) !important;
    color: #f0e6dc !important;
}
.tobaccovanille-theme .quality-option input:checked + .quality-label .quality-badge {
    border-color: #D4A574 !important;
    background: rgba(212,165,116,0.15) !important;
    box-shadow: 0 0 12px rgba(212,165,116,0.2) !important;
}
.tobaccovanille-theme .selection-indicator {
    border-color: rgba(212,165,116,0.4) !important;
}

.tobaccovanille-theme .quality-option input:checked + .quality-label .selection-indicator {
    border-color: #D4A574 !important;
    background: rgba(212,165,116,0.1) !important;
}

.tobaccovanille-theme .quality-option input:checked + .quality-label .selection-indicator::after {
    background: #D4A574 !important;
    box-shadow: 0 0 8px rgba(212,165,116,0.6) !important;
}

/* Product Section */
.tobaccovanille-product-section {
    display: flex !important;
    gap: 50px !important;
    align-items: center !important;
}
.tobaccovanille-image {
    width: 260px !important;
    height: auto !important;
    max-height: 400px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 20px 45px rgba(212,165,116,0.3)) !important;
    transition: transform 0.6s cubic-bezier(0.22,1,0.36,1) !important;
}
.tobaccovanille-image:hover { transform: scale(1.04) translateY(-6px) !important; }

/* Profiles */
.tobaccovanille-profiles-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
}
.tobaccovanille-profile-card {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(212,165,116,0.12) !important;
    border-radius: 8px !important;
    padding: 30px !important;
    backdrop-filter: blur(8px) !important;
}
.tobaccovanille-profile-card .profile-title { color: #f0e6dc !important; font-family: 'Cormorant Garamond', serif !important; }
.tobaccovanille-profile-card .profile-subtitle { color: #A67C52 !important; }

/* HEAT GAUGES (Unique to Tobacco Vanille) */
.tobaccovanille-profiles-container > .tobaccovanille-scent-profile { grid-column: auto !important; }
.tv-warmth-gauges {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin-bottom: 25px !important;
}
.tv-gauge {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.tv-gauge-label {
    min-width: 75px !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    color: #A67C52 !important;
    text-align: right !important;
}
.tv-gauge-track {
    flex: 1 !important;
    height: 10px !important;
    background: rgba(212,165,116,0.08) !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    position: relative !important;
}
.tv-gauge-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #A67C52, #D4A574, #E8C09A) !important;
    border-radius: 5px !important;
    transition: width 1.2s ease !important;
    position: relative !important;
}
.tv-gauge-glow {
    position: absolute !important;
    top: -3px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #D4A574 !important;
    box-shadow: 0 0 12px rgba(212,165,116,0.6) !important;
    transform: translateX(-50%) !important;
}
.tv-gauge-value {
    min-width: 40px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    color: #D4A574 !important;
}

/* Warmth Index */
.tv-warmth-indicator {
    background: rgba(212,165,116,0.05) !important;
    border: 1px solid rgba(212,165,116,0.15) !important;
    border-radius: 8px !important;
    padding: 20px !important;
    text-align: center !important;
}
.tv-warmth-label {
    font-size: 0.7rem !important;
    letter-spacing: 3px !important;
    color: #D4A574 !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}
.tv-warmth-meter {
    height: 12px !important;
    background: linear-gradient(90deg, rgba(74,144,217,0.2), rgba(212,165,116,0.15), rgba(200,80,40,0.2)) !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
}
.tv-warmth-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #4A90D9, #D4A574, #C85028) !important;
    border-radius: 6px !important;
    transition: width 1.5s ease !important;
}
.tv-warmth-scale {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 0.6rem !important;
    color: #A67C52 !important;
    letter-spacing: 1px !important;
}

/* GLOWING CARDS (Unique to Tobacco Vanille) */
.tobaccovanille-profiles-container > .tobaccovanille-ingredients { grid-column: auto !important; }
.tv-note-layer { margin-bottom: 20px !important; }
.tv-layer-header {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #D4A574 !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(212,165,116,0.15) !important;
}
.tv-layer-cards {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}
.tv-note-card {
    position: relative !important;
    padding: 12px 18px !important;
    background: rgba(212,165,116,0.06) !important;
    border: 1px solid rgba(212,165,116,0.15) !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}
.tv-note-card:hover {
    background: rgba(212,165,116,0.12) !important;
    border-color: #D4A574 !important;
    transform: translateY(-3px) !important;
}
.tv-card-glow {
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle, rgba(212,165,116,0.08) 0%, transparent 60%) !important;
    pointer-events: none !important;
}
.tv-card-emoji { font-size: 1.3rem !important; }
.tv-card-name { font-size: 0.85rem !important; font-weight: 600 !important; color: #f0e6dc !important; }
.tv-card-intensity { font-size: 0.65rem !important; color: #A67C52 !important; text-transform: uppercase !important; }

/* Description */
.tobaccovanille-fragrance-description {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(212,165,116,0.1) !important;
    border-radius: 8px !important;
    padding: 35px !important;
}
.tobaccovanille-description-title { color: #f0e6dc !important; font-family: 'Cormorant Garamond', serif !important; font-size: 1.4rem !important; }
.tobaccovanille-description-subtitle { color: #A67C52 !important; font-size: 0.75rem !important; margin-bottom: 20px !important; }
.tobaccovanille-description-text { color: #d4c4b4 !important; line-height: 1.8 !important; margin-bottom: 12px !important; }
.tobaccovanille-description-text strong { color: #D4A574 !important; }

/* Indicators */
.tobaccovanille-indicator-item { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 4px !important; opacity: 0.3 !important; }
.tobaccovanille-indicator-item.active { opacity: 1 !important; }
.tobaccovanille-indicator-icon { font-size: 1.2rem !important; }
.tobaccovanille-indicator-label { font-size: 0.6rem !important; color: #A67C52 !important; text-transform: uppercase !important; }
.tobaccovanille-indicator-bar { width: 28px !important; height: 3px !important; background: rgba(212,165,116,0.15) !important; border-radius: 2px !important; }
.tobaccovanille-indicator-item.active .tobaccovanille-indicator-bar { background: #D4A574 !important; }
.tobaccovanille-rating-title { color: #f0e6dc !important; }
.tobaccovanille-score { color: #D4A574 !important; font-weight: 700 !important; }
.tobaccovanille-votes { color: #A67C52 !important; font-weight: 600 !important; }

/* Reddit & Ratings */
.tobaccovanille-reddit-card { background: rgba(255,255,255,0.03) !important; border: 1px solid rgba(212,165,116,0.12) !important; border-radius: 8px !important; padding: 25px !important; }
.tobaccovanille-reddit-header { display: flex !important; align-items: center !important; gap: 15px !important; margin-bottom: 15px !important; padding-bottom: 12px !important; border-bottom: 1px solid rgba(212,165,116,0.1) !important; }
.tobaccovanille-reddit-votes { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 3px !important; }
.tobaccovanille-vote-btn { background: none !important; border: none !important; color: #D4A574 !important; cursor: pointer !important; }
.tobaccovanille-vote-count { font-weight: 700 !important; color: #f0e6dc !important; }
.tobaccovanille-subreddit { font-weight: 700 !important; color: #D4A574 !important; }
.tobaccovanille-post-dot { color: #A67C52 !important; }
.tobaccovanille-post-info, .tobaccovanille-post-time { color: #A67C52 !important; font-size: 0.75rem !important; }
.tobaccovanille-reddit-text p { color: #d4c4b4 !important; line-height: 1.7 !important; font-style: italic !important; }
.tobaccovanille-reddit-engagement { display: flex !important; gap: 20px !important; margin-top: 12px !important; padding-top: 12px !important; border-top: 1px solid rgba(212,165,116,0.1) !important; }
.tobaccovanille-engagement-item { font-size: 0.8rem !important; color: #A67C52 !important; }

.tobaccovanille-rating-category { background: rgba(255,255,255,0.03) !important; border: 1px solid rgba(212,165,116,0.1) !important; border-radius: 8px !important; padding: 20px !important; }
.tobaccovanille-category-title { font-size: 0.75rem !important; font-weight: 700 !important; letter-spacing: 2px !important; color: #D4A574 !important; }
.tobaccovanille-rating-item { display: flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 8px !important; }
.tobaccovanille-rating-label { font-size: 0.72rem !important; color: #A67C52 !important; min-width: 80px !important; text-align: right !important; }
.tobaccovanille-rating-bar { flex: 1 !important; height: 7px !important; background: rgba(212,165,116,0.1) !important; border-radius: 10px !important; overflow: hidden !important; }
.tobaccovanille-bar-fill { height: 100% !important; border-radius: 10px !important; }
.tobaccovanille-rating-count { font-size: 0.7rem !important; color: #D4A574 !important; font-weight: 700 !important; min-width: 30px !important; }

/* Dark theme review overrides */
.tobaccovanille-section .reviews-section { color: #f0e6dc !important; }
.tobaccovanille-section .reviews-title { color: #f0e6dc !important; }
.tobaccovanille-section .reviews-count { color: #A67C52 !important; }
.tobaccovanille-section .review-textarea { background: rgba(255,255,255,0.05) !important; color: #f0e6dc !important; border-color: rgba(212,165,116,0.2) !important; }
.tobaccovanille-section .signin-prompt-content { background: rgba(255,255,255,0.03) !important; border-color: rgba(212,165,116,0.15) !important; }
.tobaccovanille-section .signin-prompt-content h4 { color: #f0e6dc !important; }
.tobaccovanille-section .signin-prompt-content p { color: #A67C52 !important; }
.tobaccovanille-section .signin-prompt-btn { background: #D4A574 !important; color: #2c1810 !important; }

@media (max-width: 768px) {
    .tobaccovanille-product-section { flex-direction: column !important; text-align: center !important; }
    .tobaccovanille-image { width: 220px !important; margin: 0 auto !important; }
    .tobaccovanille-profiles-container { grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) !important; }
}

/* =====================================================================
   TOBACCO VANILLE — THEMED BUTTONS & CARD ENHANCEMENTS
   Warm amber and caramel glow
   ===================================================================== */

/* Favourite Button — Warm amber theme */
.tobaccovanille-theme .favorite-btn {
    color: #D4A574 !important;
    border: 1px solid rgba(212, 165, 116, 0.35) !important;
    background: transparent !important;
}

.tobaccovanille-theme .favorite-btn:hover {
    background: rgba(212, 165, 116, 0.1) !important;
    border-color: #D4A574 !important;
    color: #e8c8a0 !important;
    box-shadow: 0 4px 20px rgba(212, 165, 116, 0.25) !important;
}

.tobaccovanille-theme .favorite-btn .heart-outline,
.tobaccovanille-theme .favorite-btn .heart-filled {
    color: #D4A574 !important;
}

.tobaccovanille-theme .favorite-btn.favorited {
    background: rgba(212, 165, 116, 0.06) !important;
    border-color: #D4A574 !important;
    color: #D4A574 !important;
}

/* Add to Cart Button — Amber */
.tobaccovanille-theme .add-to-cart-btn {
    color: #D4A574 !important;
    border: 1px solid rgba(212, 165, 116, 0.35) !important;
    background: transparent !important;
}

.tobaccovanille-theme .add-to-cart-btn:hover {
    background: rgba(212, 165, 116, 0.1) !important;
    border-color: #D4A574 !important;
    color: #e8c8a0 !important;
    box-shadow: 0 4px 20px rgba(212, 165, 116, 0.25) !important;
}

.tobaccovanille-theme .add-to-cart-btn .cart-icon svg {
    color: #D4A574 !important;
    stroke: #D4A574 !important;
}

.tobaccovanille-theme .add-to-cart-btn.added {
    border-color: rgba(229, 72, 77, 0.3) !important;
    color: #e5484d !important;
}

/* Price Section — Amber */
.tobaccovanille-theme .product-price {
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
}

.tobaccovanille-theme .price-currency,
.tobaccovanille-theme .price-unit {
    color: rgba(255,255,255,0.85) !important;
}

.tobaccovanille-theme .price-subtitle {
    color: rgba(212, 165, 116, 0.55) !important;
    letter-spacing: 3px !important;
}

.tobaccovanille-theme .price-ornament {
    border-color: rgba(212, 165, 116, 0.3) !important;
}

.tobaccovanille-theme .price-badge:hover .price-ornament {
    border-color: #D4A574 !important;
}

/* Card Enhancements — Warm Amber Line */
.tobaccovanille-theme .product-actions-buttons {
    position: relative !important;
}

.tobaccovanille-theme .product-actions-buttons::before {
    content: '' !important;
    position: absolute !important;
    top: -15px !important;
    left: 20% !important;
    right: 20% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.3), transparent) !important;
}


/* Quality Selector Theme Overrides */
.tobacco-section .quality-badge:hover {
    border-color: rgba(212, 165, 116, 0.3) !important;
    background: rgba(212, 165, 116, 0.05) !important;
}

.tobacco-section .quality-option input[type="radio"]:checked + .quality-label .quality-badge {
    border-color: rgba(212, 165, 116, 0.5) !important;
    background: rgba(212, 165, 116, 0.08) !important;
    box-shadow: none !important; /* Removed glow */
}

.tobacco-section .quality-option[data-quality="top"] input[type="radio"]:checked + .quality-label .quality-badge {
    border-color: rgba(184, 134, 85, 0.5) !important;
    background: rgba(184, 134, 85, 0.08) !important;
    box-shadow: none !important; /* Removed glow */
}

.tobacco-section .quality-option input[type="radio"]:checked + .quality-label .quality-name,
.tobacco-section .quality-option input[type="radio"]:checked + .quality-label .quality-description {
    color: #D4A574 !important;
}

.tobacco-section .quality-option[data-quality="top"] input[type="radio"]:checked + .quality-label .quality-name,
.tobacco-section .quality-option[data-quality="top"] input[type="radio"]:checked + .quality-label .quality-description {
    color: #B88655 !important;
}

.tobacco-section .quality-option input[type="radio"]:checked + .quality-label .quality-radio {
    border-color: #D4A574 !important;
}

.tobacco-section .quality-option[data-quality="top"] input[type="radio"]:checked + .quality-label .quality-radio {
    border-color: #B88655 !important;
}

.tobacco-section .quality-radio::after {
    background: #D4A574 !important;
}

.tobacco-section .quality-option[data-quality="top"] .quality-radio::after {
    background: #B88655 !important;
}


/* Additional Quality Selector Overrides (Ornaments & Glow) */
.tobacco-section .quality-option input[type="radio"]:checked + .quality-label .quality-ornament {
    border-color: #D4A574 !important;
    box-shadow: none !important;
}

.tobacco-section .quality-option[data-quality="top"] input[type="radio"]:checked + .quality-label .quality-ornament {
    border-color: #B88655 !important;
    box-shadow: none !important;
}

.tobacco-section .quality-glow {
    display: none !important;
}


/* Unselected State Theme Overrides */
.tobacco-section .quality-badge {
    border-color: rgba(212, 165, 116, 0.15) !important;
    background: rgba(212, 165, 116, 0.02) !important;
}

.tobacco-section .quality-option[data-quality="top"] .quality-badge {
    border-color: rgba(184, 134, 85, 0.15) !important;
    background: rgba(184, 134, 85, 0.02) !important;
}

.tobacco-section .quality-ornament {
    border-color: rgba(212, 165, 116, 0.3) !important;
}

.tobacco-section .quality-option[data-quality="top"] .quality-ornament {
    border-color: rgba(184, 134, 85, 0.3) !important;
}
