/**
 * Single Product Page Styles - Optimized & Extracted
 * Loaded as a separate cacheable CSS file for better performance
 */

/* ============================================
   FACEBOOK/INSTAGRAM IN-APP BROWSER
   ============================================ */
.facebook-browser body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.facebook-browser .trust-badge,
.facebook-browser .info-box,
.facebook-browser .card {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.facebook-browser button,
.facebook-browser .cta-btn,
.facebook-browser #paypal-button-container {
    min-height: 48px;
    touch-action: manipulation;
}
.facebook-browser input[type="email"],
.facebook-browser input[type="text"],
.facebook-browser select {
    font-size: 16px !important;
}

/* ============================================
   DECIMAL PRICE DISPLAY
   ============================================ */
.decimal-part {
    font-size: 0.5em !important;
    vertical-align: super !important;
    font-weight: 700 !important;
}
.price-small-decimals .woocommerce-Price-amount bdi {
    font-size: inherit;
}

.product-badge-top {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: var(--warning-yellow);
    color: var(--text-dark);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: var(--shadow-md);
    z-index: 2;
}

/* Email Validation Styles */
.validation-message {
    font-size: 0.875rem !important;
    margin-top: 0.5rem !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    display: block !important;
    transition: all 0.3s ease !important;
}
.validation-message.error {
    color: #dc2626 !important;
}
.validation-message.success {
    color: #059669 !important;
}

/* ============================================
   CSS CUSTOM PROPERTIES
   ============================================ */
:root {
    --primary-blue: #2563eb;
    --primary-blue-dark: #1e40af;
    --primary-blue-light: #3b82f6;
    --accent-orange: #ea580c;
    --accent-orange-dark: #c2410c;
    --success-green: #059669;
    --warning-yellow: #f59e0b;
    --text-dark: #1e293b;
    --text-gray: #64748b;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border-gray: #e2e8f0;
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* ============================================
   BODY & BASE STYLES
   ============================================ */
body.single-product {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    padding-bottom: 64px !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

.bg-primary { background-color: var(--primary-blue); }
.bg-primary-dark { background-color: var(--primary-blue-dark); }
.bg-accent { background-color: var(--accent-orange); }
.bg-accent-dark { background-color: var(--accent-orange-dark); }
.bg-success { background-color: var(--success-green); }
.bg-light { background-color: var(--bg-light); }
.bg-white { background-color: var(--bg-white); }

.text-primary { color: var(--primary-blue); }
.text-accent { color: var(--accent-orange); }
.text-success { color: var(--success-green); }
.text-warning { color: var(--warning-yellow); }
.text-dark { color: var(--text-dark); }
.text-gray { color: var(--text-gray); }

.border-primary { border-color: var(--primary-blue); }
.border-accent { border-color: var(--accent-orange); }
.border-gray { border-color: var(--border-gray); }

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes pulse-soft {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.95; transform: scale(1.02); }
}
.animate-pulse-soft { animation: pulse-soft 3s ease-in-out infinite; }

@keyframes slide-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-slide-up { animation: slide-up 0.6s ease-out; }

@keyframes slide-down {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-slide-down { animation: slide-down 0.5s ease-out; }

/* ============================================
   DISCOUNT TIMER BAR
   ============================================ */
.discount-timer-bar {
    background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%);
    color: white;
    padding: 0;
    font-weight: 700;
    font-size: 0.95rem;
}
.discount-timer-bar-inner {
    padding: 0.875rem 0;
}
.discount-timer-bar-inner-landing {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
    column-gap: 0.75rem;
}
.discount-timer-bar-text {
    min-width: 0;
    text-align: center;
}
.discount-timer-bar-with-switch .discount-timer-bar-text {
    text-align: left;
}
.discount-timer-bar-with-switch #langCurrencyBtn {
    justify-self: end;
    align-self: center;
    margin: 0 !important;
    flex: 0 0 auto;
}
.discount-timer-bar .timer-icon {
    font-size: 1.1rem;
    margin-right: 0.5rem;
}

/* ============================================
   STOCK & ACTIVITY BADGES
   ============================================ */
.activity-badge {
    background: #fffbeb;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #92400e;
}
.activity-badge i {
    color: #f59e0b;
    font-size: 1rem;
}
.stock-badge {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #991b1b;
}
.stock-badge i {
    color: #dc2626;
    font-size: 1rem;
}

/* ============================================
   PRODUCT IMAGE
   ============================================ */
.product-image-wrapper {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.product-image-wrapper img {
    width: auto;
    max-width: 100%;
    max-height: min(62vh, 560px);
    height: auto;
    display: block;
    padding: 0;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

/* ============================================
   STICKY CTA BAR
   ============================================ */
#productStickyCTA {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 3px solid var(--accent-orange);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 999999;
    will-change: transform;
    transform: translateY(100%);
    backface-visibility: hidden;
    transition: transform 0.3s ease-in-out;
}
#productStickyCTA.visible {
    transform: translateY(0);
}
#productStickyCTA .sticky-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1536px;
    margin: 0 auto;
    padding: 1rem;
    min-height: 64px;
}
#productStickyCTA .price-info {
    flex-shrink: 0;
}
#productStickyCTA .price-display-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}
#productStickyCTA .price-regular {
    font-size: 1.2rem;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
    line-height: 1;
}
#productStickyCTA .price-main {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary-blue);
    line-height: 1;
}
#productStickyCTA .price-save {
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
#productStickyCTA .cta-btn {
    background-color: var(--accent-orange);
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    min-width: 180px;
    flex-shrink: 0;
}
#productStickyCTA .cta-btn:hover {
    background-color: var(--accent-orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
#productStickyCTA .cta-btn:active {
    transform: translateY(0);
}
#productStickyCTA .cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#productStickyCTA .payment-trust {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.7rem;
    color: #666;
}
#productStickyCTA .payment-icons {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
#productStickyCTA .payment-icons i {
    font-size: 1.1rem;
    color: #666;
    opacity: 0.8;
}
#productStickyCTA .trust-text {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 500;
}
#productStickyCTA .trust-text i {
    font-size: 0.75rem;
    color: var(--success-green);
}
#productStickyCTA .savings-badge {
    background-color: var(--accent-orange);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-weight: 700;
    font-size: 0.7rem;
    display: inline-block;
}

/* ============================================
   FAQ
   ============================================ */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease;
    opacity: 0;
}
.faq-item.active .faq-content {
    max-height: 2000px;
    opacity: 1;
}
.faq-icon {
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* ============================================
   TYPOGRAPHY (PROSE)
   ============================================ */
.prose h1:not([class]), .prose h2:not([class]), .prose h3:not([class]), .prose h4:not([class]), .prose h5:not([class]), .prose h6:not([class]) {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1em;
    margin-bottom: 0.75em;
    color: var(--text-dark);
}
.prose h1:not([class]) { font-size: 2.5em; margin-top: 0; }
.prose h2:not([class]) { font-size: 2em; border-bottom: 2px solid var(--border-gray); padding-bottom: 0.5em; }
.prose h3:not([class]) { font-size: 1.5em; }
.prose h4:not([class]) { font-size: 1.25em; }
.prose p:not([class]) {
    font-size: 1.1em;
    line-height: 1.75;
    color: var(--text-dark);
    margin-bottom: 1.5em;
}
.prose ul:not([class]), .prose ol:not([class]) {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    color: var(--text-dark);
}
.prose li:not([class]) {
    margin-bottom: 0.75em;
    line-height: 1.7;
    padding-left: 0.5em;
}
.prose a:not([class]) {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}
.prose a:not([class]):hover {
    color: var(--primary-blue-dark);
    border-bottom: 1px solid currentColor;
}
.prose blockquote:not([class]) {
    border-left: 4px solid var(--border-gray);
    padding: 1.5em;
    margin: 2em 0;
    background-color: var(--bg-light);
    border-radius: 0.5rem;
}
.prose code:not([class]) {
    background-color: var(--bg-light);
    padding: 0.25em 0.5em;
    border-radius: 0.375rem;
    font-size: 0.9em;
    color: var(--accent-orange);
}
.prose table:not([class]) {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    box-shadow: var(--shadow-sm);
    border-radius: 0.5rem;
    overflow: hidden;
}
.prose th:not([class]), .prose td:not([class]) {
    padding: 1em;
    text-align: left;
    border-bottom: 1px solid var(--border-gray);
}
.prose th:not([class]) {
    background-color: var(--bg-light);
    font-weight: 600;
}
.prose img:not([class]) {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin: 2em auto;
    display: block;
    padding: 1rem;
    background: white;
    border: 1px solid var(--border-gray);
    transition: all 0.3s ease;
}
.prose img:not([class]):hover {
    transform: scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: var(--primary-blue);
}
.prose figure:not([class]) { margin: 2em 0; }
.prose figure:not([class]) img:not([class]) { margin-bottom: 0.5em; }
.prose figcaption:not([class]) {
    text-align: center;
    font-size: 0.9em;
    color: var(--text-gray);
    font-style: italic;
    margin-top: 0.5em;
}

/* ============================================
   CARDS & COMPONENTS
   ============================================ */
.card {
    background: var(--bg-white);
    border: 1px solid var(--border-gray);
    border-radius: 12px;
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-blue);
}
.card-elevated {
    box-shadow: var(--shadow-md);
}
.product-card {
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--bg-white);
    border: 1px solid var(--border-gray);
    border-radius: 12px;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-blue);
}
.price-display {
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.trust-badge {
    transition: all 0.3s ease;
    background: var(--bg-white);
    border: 1px solid var(--border-gray);
    border-radius: 12px;
}
.trust-badge:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-blue);
}
.info-box {
    background: var(--bg-light);
    border: 1px solid var(--border-gray);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s ease;
}
.info-box:hover {
    border-color: var(--primary-blue);
    box-shadow: var(--shadow-sm);
}

/* ============================================
   CTA BUTTON
   ============================================ */
.cta-button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}
.cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.cta-button:hover::before {
    width: 300px;
    height: 300px;
}
.cta-button:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-2px);
}

/* ============================================
   STARS & MISC
   ============================================ */
.star-rating,
.review-stars-landing i,
.reviews-stars-header i {
    color: var(--warning-yellow) !important;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================
   BREVO CHAT WIDGET OFFSET
   ============================================ */
#brevo-conversations,
#brevo-conversations-container,
.brevo-conversations,
[id^="brevo"] {
    bottom: 74px !important;
    z-index: 2147483647 !important;
    display: none;
}

/* ============================================
   REVIEWS SECTION
   ============================================ */
.reviews-section-landing {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
}
.reviews-section-landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-gray), transparent);
}
.reviews-header-landing {
    text-align: center;
    margin-bottom: 3rem;
}
.reviews-header-landing h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}
.reviews-meta-landing {
    color: var(--text-gray);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}
.reviews-stars-header {
    display: inline-flex;
    gap: 4px;
    font-size: 1.5rem;
    filter: drop-shadow(0 2px 4px rgba(245, 158, 11, 0.2));
}
.reviews-grid-landing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.review-card-landing {
    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}
.review-card-landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange));
    opacity: 0;
    transition: opacity 0.4s ease;
}
.review-card-landing:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-8px);
    border-color: var(--primary-blue);
}
.review-card-landing:hover::before {
    opacity: 1;
}
.review-header-landing {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.review-avatar-landing {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue-light));
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    border: 3px solid white;
}
.review-info-landing {
    flex: 1;
    min-width: 0;
}
.review-name-landing {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
    letter-spacing: -0.01em;
}
.review-stars-landing {
    display: flex;
    gap: 3px;
    margin-bottom: 0.25rem;
}
.review-stars-landing i {
    color: var(--warning-yellow) !important;
    font-size: 0.95rem;
    filter: drop-shadow(0 1px 2px rgba(245, 158, 11, 0.3));
}
.review-date-landing {
    color: var(--text-gray);
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}
.review-text-landing {
    color: #475569;
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 400;
    position: relative;
    padding-left: 1rem;
    border-left: 3px solid var(--bg-light);
    font-style: italic;
}
.review-text-landing::before {
    content: '"';
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    font-size: 3rem;
    color: var(--border-gray);
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.3;
}

/* ============================================
   LANDING PAGE MODE
   ============================================ */
body.single-product.landing-mode header,
body.single-product.landing-mode header nav {
    display: none !important;
}

.landing-mode-spacing {
    padding-top: 0 !important;
}

.landing-language-currency-btn {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: auto !important;
    color: #fff !important;
    flex-shrink: 0;
}

.load-more-reviews-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* ============================================
   TABLET LAYOUT
   ============================================ */
@media (min-width: 768px) and (max-width: 1023px) {
    .product-image-wrapper {
        max-width: 100%;
        padding: 1rem;
    }
    .product-image-wrapper img {
        width: auto;
        max-width: 100%;
        max-height: min(56vh, 500px);
        height: auto;
        padding: 0;
        object-fit: contain;
    }
    .trust-badge p {
        line-height: 1.25;
    }
}

/* ============================================
   DESKTOP LAYOUT
   ============================================ */
@media (min-width: 768px) {
    .discount-timer-bar-inner-landing {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 1rem;
    }
    .activity-badges-desktop {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .activity-badges-mobile {
        display: none;
    }
    .mobile-only {
        display: none !important;
    }
}

/* ============================================
   MOBILE OPTIMIZATIONS
   ============================================ */
@media (max-width: 767px) {
    body.single-product header,
    body.single-product header *,
    body.single-product header .max-w-7xl,
    body.single-product header .container,
    body.single-product header > div {
        padding-top: 0.5px !important;
        padding-bottom: 0.5px !important;
        margin-top: 0.5px !important;
        margin-bottom: 0.5px !important;
    }
    button {
        padding: 2px !important;
    }
    .landing-mode-spacing {
        padding-top: 0 !important;
    }
    .discount-timer-bar-inner-landing {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 0.5rem;
    }
    .landing-language-currency-btn {
        width: auto;
        max-width: 100%;
        padding: 0 !important;
    }
    button.w-full.text-left.p-4.flex {
        padding: 0 20px !important;
    }
    body.single-product {
        padding-bottom: 80px !important;
    }
    .grid.lg\\:grid-cols-2 {
        gap: 1rem !important;
    }
    .product-image-wrapper {
        height: auto;
        margin-bottom: 1rem;
        padding: 0.5rem;
    }
    .product-image-wrapper img {
        width: 100%;
        max-width: 100%;
        max-height: 450px;
        height: auto;
        padding: 0;
        object-fit: contain;
        object-position: center;
    }
    .activity-badges-desktop {
        display: none;
    }
    .activity-badges-mobile {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
    .trust-badge {
        padding: 0.5rem 0.25rem;
    }
    .trust-badge i {
        font-size: 1.5rem !important;
        margin-bottom: 0.25rem !important;
    }
    .trust-badge p {
        font-size: 0.65rem !important;
        line-height: 1.2 !important;
    }
    .discount-timer-bar {
        font-size: 0.85rem;
    }
    .discount-timer-bar-inner {
        padding: 0.75rem 1rem;
    }
    #productStickyCTA .sticky-content {
        padding: 0.75rem 1rem;
        min-height: 70px;
    }
    #productStickyCTA .price-main {
        font-size: 1.7rem;
    }
    #productStickyCTA .price-regular {
        font-size: 1rem;
    }
    #productStickyCTA .price-display-wrapper {
        gap: 0.5rem;
    }
    #productStickyCTA .cta-btn {
        padding: 0.875rem 1.75rem !important;
        font-size: 1rem;
        min-width: 140px;
    }
    #productStickyCTA .payment-icons i {
        font-size: 0.95rem;
    }
    #productStickyCTA .trust-text {
        font-size: 0.6rem;
    }
    #productStickyCTA .payment-trust {
        gap: 0.3rem;
        font-size: 0.6rem;
    }
    #productStickyCTA .cta-section {
        gap: 0.5rem;
    }
    #productStickyCTA .savings-badge {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }
    .mobile-text-2xl { font-size: 1.5rem !important; }
    .mobile-text-3xl { font-size: 1.75rem !important; }
    .prose p:not([class]) {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    #brevo-conversations,
    #brevo-conversations-container {
        bottom: 80px !important;
    }
    button, .btn, a.button {
        min-height: 48px;
        padding: 0.875rem 1.5rem;
    }
    section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .reviews-grid-landing {
        grid-template-columns: 1fr !important;
    }
    #productsGrid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .desktop-only {
        display: none !important;
    }

    /* Reviews mobile */
    .reviews-header-landing h2 {
        font-size: 1.75rem;
    }
    .review-card-landing {
        padding: 1.5rem;
    }
    .review-avatar-landing {
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }
    #loadMoreReviews.load-more-reviews-button {
        width: 100%;
        max-width: 100%;
        padding: 0.95rem 1.25rem !important;
        font-size: 0.95rem;
        line-height: 1.3;
        text-align: center;
        border-radius: 14px;
        box-shadow: var(--shadow-lg);
    }
}

@media (min-width: 1024px) {
    .product-image-wrapper img {
        max-height: min(64vh, 620px);
    }
}

@media (min-width: 1280px) {
    #productsGrid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .product-image-wrapper img {
        max-height: min(68vh, 680px);
    }
}
