/* ============================================================================
   LOST CHERRY — Cherry Blossom & Velvet Red Theme
   Unique: Split Bars, Petal Cards, Deep Cherry-Rose Palette
   ============================================================================ */

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

.lostcherry-theme { color: #f5e0e4 !important; }

.lostcherry-theme .brand-name {
    color: #C94C5D !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
}
.lostcherry-theme .brand-location { color: #a63a4a !important; }
.lostcherry-theme .product-name {
    color: #f5e0e4 !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
}
.lostcherry-theme .price-badge {
    background: linear-gradient(135deg, #C94C5D, #a63a4a) !important;
    border: none !important;
    color: #fff !important;
}
.lostcherry-theme .quality-badge {
    border: 1px solid rgba(201,76,93,0.3) !important;
    background: rgba(45,10,10,0.6) !important;
    color: #f5e0e4 !important;
}
.lostcherry-theme .quality-option input:checked + .quality-label .quality-badge {
    border-color: #C94C5D !important;
    background: rgba(201,76,93,0.15) !important;
    box-shadow: 0 0 14px rgba(201,76,93,0.25) !important;
}
.lostcherry-theme .selection-indicator {
    border-color: rgba(201,76,93,0.4) !important;
}

.lostcherry-theme .quality-option input:checked + .quality-label .selection-indicator {
    border-color: #C94C5D !important;
    background: rgba(201,76,93,0.1) !important;
}

.lostcherry-theme .quality-option input:checked + .quality-label .selection-indicator::after {
    background: #C94C5D !important;
    box-shadow: 0 0 8px rgba(201,76,93,0.6) !important;
}

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

/* Profiles */
.lostcherry-profiles-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
}
.lostcherry-profile-card {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(201,76,93,0.12) !important;
    border-radius: 12px !important;
    padding: 30px !important;
    backdrop-filter: blur(8px) !important;
}
.lostcherry-profile-card .profile-title { color: #f5e0e4 !important; font-family: 'Playfair Display', serif !important; }
.lostcherry-profile-card .profile-subtitle { color: #a63a4a !important; }

/* SPLIT BARS (Unique to Lost Cherry) */
.lostcherry-profiles-container > .lostcherry-scent-profile { grid-column: auto !important; }
.lc-split-bars {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-bottom: 25px !important;
}
.lc-bar-row {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}
.lc-bar-label {
    min-width: 80px !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    color: #a63a4a !important;
    text-align: right !important;
    font-family: 'Playfair Display', serif !important;
}
.lc-bar-track {
    flex: 1 !important;
    height: 14px !important;
    display: flex !important;
    gap: 2px !important;
    overflow: hidden !important;
}
.lc-bar-left {
    height: 100% !important;
    background: linear-gradient(90deg, #a63a4a, #C94C5D) !important;
    border-radius: 7px 0 0 7px !important;
    transition: width 1.2s ease !important;
    position: relative !important;
}
.lc-bar-right {
    height: 100% !important;
    background: linear-gradient(90deg, #D4707D, #E8A0AA) !important;
    border-radius: 0 7px 7px 0 !important;
    flex: 1 !important;
    opacity: 0.3 !important;
}
.lc-bar-glow {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 4px !important;
    height: 100% !important;
    background: #C94C5D !important;
    box-shadow: 0 0 10px rgba(201,76,93,0.6) !important;
    border-radius: 2px !important;
}
.lc-bar-value {
    min-width: 40px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #C94C5D !important;
}

/* Overall Rating Circle */
.lc-rating-circle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 25px !important;
    padding: 20px !important;
    background: rgba(201,76,93,0.05) !important;
    border: 1px solid rgba(201,76,93,0.12) !important;
    border-radius: 12px !important;
}
.lc-circle-label {
    font-size: 0.65rem !important;
    letter-spacing: 3px !important;
    color: #a63a4a !important;
}
.lc-circle-score {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #C94C5D !important;
    font-family: 'Playfair Display', serif !important;
}
.lc-circle-max { color: #a63a4a !important; font-size: 0.8rem !important; }

/* PETAL CARDS (Unique to Lost Cherry) */
.lostcherry-profiles-container > .lostcherry-ingredients { grid-column: auto !important; }
.lc-note-layer { margin-bottom: 22px !important; }
.lc-layer-header {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #C94C5D !important;
    margin-bottom: 14px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(201,76,93,0.15) !important;
    font-family: 'Playfair Display', serif !important;
}
.lc-petal-notes {
    display: flex !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}
.lc-petal {
    position: relative !important;
    padding: 12px 20px !important;
    background: rgba(201,76,93,0.05) !important;
    border: 1px solid rgba(201,76,93,0.15) !important;
    border-radius: 50px 12px 50px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.35s ease !important;
    overflow: hidden !important;
}
.lc-petal:hover {
    background: rgba(201,76,93,0.12) !important;
    border-color: #C94C5D !important;
    box-shadow: 0 4px 20px rgba(201,76,93,0.2) !important;
    transform: translateY(-3px) rotate(1deg) !important;
}
.lc-petal-inner {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 1 !important;
}
.lc-petal-emoji { font-size: 1.3rem !important; position: relative !important; z-index: 1 !important; }
.lc-petal-name { font-size: 0.85rem !important; font-weight: 600 !important; color: #f5e0e4 !important; }
.lc-petal-role { font-size: 0.6rem !important; color: #a63a4a !important; text-transform: uppercase !important; letter-spacing: 1px !important; }

/* Description */
.lostcherry-fragrance-description {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(201,76,93,0.1) !important;
    border-radius: 12px !important;
    padding: 35px !important;
}
.lostcherry-description-title { color: #f5e0e4 !important; font-family: 'Playfair Display', serif !important; font-size: 1.4rem !important; }
.lostcherry-description-subtitle { color: #a63a4a !important; font-size: 0.75rem !important; margin-bottom: 20px !important; }
.lostcherry-description-text { color: #d4b8be !important; line-height: 1.8 !important; margin-bottom: 12px !important; }
.lostcherry-description-text strong { color: #C94C5D !important; }

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

/* Reddit & Ratings */
.lostcherry-reddit-card { background: rgba(255,255,255,0.03) !important; border: 1px solid rgba(201,76,93,0.12) !important; border-radius: 12px !important; padding: 25px !important; }
.lostcherry-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(201,76,93,0.1) !important; }
.lostcherry-reddit-votes { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 3px !important; }
.lostcherry-vote-btn { background: none !important; border: none !important; color: #C94C5D !important; cursor: pointer !important; }
.lostcherry-vote-count { font-weight: 700 !important; color: #f5e0e4 !important; }
.lostcherry-subreddit { font-weight: 700 !important; color: #C94C5D !important; }
.lostcherry-post-dot { color: #a63a4a !important; }
.lostcherry-post-info, .lostcherry-post-time { color: #a63a4a !important; font-size: 0.75rem !important; }
.lostcherry-reddit-text p { color: #d4b8be !important; line-height: 1.7 !important; font-style: italic !important; }
.lostcherry-reddit-engagement { display: flex !important; gap: 20px !important; margin-top: 12px !important; padding-top: 12px !important; border-top: 1px solid rgba(201,76,93,0.1) !important; }
.lostcherry-engagement-item { font-size: 0.8rem !important; color: #a63a4a !important; }

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

/* Dark theme review overrides */
.lostcherry-section .reviews-section { color: #f5e0e4 !important; }
.lostcherry-section .reviews-title { color: #f5e0e4 !important; }
.lostcherry-section .reviews-count { color: #a63a4a !important; }
.lostcherry-section .review-textarea { background: rgba(255,255,255,0.05) !important; color: #f5e0e4 !important; border-color: rgba(201,76,93,0.2) !important; }
.lostcherry-section .signin-prompt-content { background: rgba(255,255,255,0.03) !important; border-color: rgba(201,76,93,0.15) !important; }
.lostcherry-section .signin-prompt-content h4 { color: #f5e0e4 !important; }
.lostcherry-section .signin-prompt-content p { color: #a63a4a !important; }
.lostcherry-section .signin-prompt-btn { background: #C94C5D !important; color: #2d0a0a !important; }

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

/* =====================================================================
   LOST CHERRY — THEMED BUTTONS & CARD ENHANCEMENTS
   Bold cherry with vivid warmth
   ===================================================================== */

/* Favourite Button — Cherry red theme */
.lostcherry-theme .favorite-btn {
    color: #e8a0aa !important;
    border: 1px solid rgba(201, 76, 93, 0.35) !important;
    background: transparent !important;
}

.lostcherry-theme .favorite-btn:hover {
    background: rgba(201, 76, 93, 0.1) !important;
    border-color: #C94C5D !important;
    color: #f0c0c8 !important;
    box-shadow: 0 4px 20px rgba(201, 76, 93, 0.25) !important;
}

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

.lostcherry-theme .favorite-btn.favorited {
    background: rgba(201, 76, 93, 0.06) !important;
    border-color: #C94C5D !important;
    color: #e8a0aa !important;
}

/* Add to Cart Button — Cherry */
.lostcherry-theme .add-to-cart-btn {
    color: #e8a0aa !important;
    border: 1px solid rgba(201, 76, 93, 0.35) !important;
    background: transparent !important;
}

.lostcherry-theme .add-to-cart-btn:hover {
    background: rgba(201, 76, 93, 0.1) !important;
    border-color: #C94C5D !important;
    color: #f0c0c8 !important;
    box-shadow: 0 4px 20px rgba(201, 76, 93, 0.25) !important;
}

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

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

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

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

.lostcherry-theme .price-subtitle {
    color: rgba(201, 76, 93, 0.55) !important;
    letter-spacing: 3px !important;
}

.lostcherry-theme .price-ornament {
    border-color: rgba(201, 76, 93, 0.3) !important;
}

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

/* Card Enhancements — Cherry Accent Line */
.lostcherry-theme .product-actions-buttons {
    position: relative !important;
}

.lostcherry-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(201, 76, 93, 0.3), transparent) !important;
}


/* Quality Selector Theme Overrides */
.lostcherry-section .quality-badge:hover {
    border-color: rgba(232, 160, 170, 0.3) !important;
    background: rgba(232, 160, 170, 0.05) !important;
}

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

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

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

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

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

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

.lostcherry-section .quality-radio::after {
    background: #e8a0aa !important;
}

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


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

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

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


/* Unselected State Theme Overrides */
.lostcherry-section .quality-badge {
    border-color: rgba(232, 160, 170, 0.15) !important;
    background: rgba(232, 160, 170, 0.02) !important;
}

.lostcherry-section .quality-option[data-quality="top"] .quality-badge {
    border-color: rgba(201, 76, 93, 0.15) !important;
    background: rgba(201, 76, 93, 0.02) !important;
}

.lostcherry-section .quality-ornament {
    border-color: rgba(232, 160, 170, 0.3) !important;
}

.lostcherry-section .quality-option[data-quality="top"] .quality-ornament {
    border-color: rgba(201, 76, 93, 0.3) !important;
}
