
/* ═══════════════════════════════════════════════════════════════════
   HEADER & CART & CHECKOUT LOGO STRICT CONTAINMENT
   ═══════════════════════════════════════════════════════════════════ */
.cart-topbar-logo img,
.brand-logo img,
.site-header .logo img,
.logo img,
a.cart-topbar-logo > img,
a.brand-logo > img,
header a.brand-logo img,
header .logo img {
    max-height: 40px !important;
    height: 36px !important;
    width: auto !important;
    max-width: 220px !important;
    min-height: 24px !important;
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}

.cart-topbar-logo,
.brand-logo,
.site-header .logo,
.logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    max-height: 48px !important;
    text-decoration: none !important;
}

.cart-topbar-logo span,
.brand-logo span {
    font-size: clamp(15px, 2.5vw, 18px) !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}



/* ═══════════════════════════════════════════════════════════════════
   GLOBAL CONTAINER & PDP WRAPPER (1200PX MAX-WIDTH ON PC)
   ═══════════════════════════════════════════════════════════════════ */
.container,
.pdp-page-wrap,
main.pdp-page-wrap {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}

.pdp-grid {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* ═══════════════════════════════════════════════════════════════════
   GLOBAL CONTAINER & PDP WRAPPER (1200PX MAX-WIDTH ON PC)
   ═══════════════════════════════════════════════════════════════════ */
.container, .pdp-page-wrap {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}

.pdp-grid {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* ═══════════════════════════════════════════════════════════════════
   ARTICLE INLINE FEATURED PRODUCT CARD (100% CENTERED ON ALL DEVICES)
   ═══════════════════════════════════════════════════════════════════ */
.article-featured-product-card,
.sidebar-product-box,
.sidebar-widget.sidebar-product-box {
    background: var(--bg-card, #FFFFFF) !important;
    border: 1px solid var(--border-color, #E5E7EB) !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    margin: 32px auto !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.article-featured-product-card .card-img-wrap,
.sidebar-product-box > div:first-of-type {
    background: var(--color-beige-subtle, rgba(0,0,0,0.02)) !important;
    border: 1px solid var(--border-subtle, #E5E7EB) !important;
    border-radius: 12px !important;
    padding: 18px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto 16px auto !important;
    box-sizing: border-box !important;
}

.article-featured-product-card .card-img,
.sidebar-product-img {
    height: auto !important;
    max-height: 240px !important;
    width: auto !important;
    max-width: 90% !important;
    min-width: 180px !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.12)) !important;
}

.article-featured-product-card .card-content-wrap,
.sidebar-product-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

.article-featured-product-card .pdp-badge {
    font-size: 11px !important;
    padding: 4px 12px !important;
    margin: 0 auto 10px auto !important;
    display: inline-block !important;
}

.article-featured-product-card .card-title,
.sidebar-product-name {
    font-family: var(--font-display, 'Cinzel', serif) !important;
    font-size: clamp(18px, 3vw, 22px) !important;
    color: var(--text-main, #111827) !important;
    margin: 0 auto 8px auto !important;
    text-align: center !important;
    width: 100% !important;
}

.article-featured-product-card .card-price,
.sidebar-product-price {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: var(--accent, #E0A96D) !important;
    margin: 0 auto 18px auto !important;
    text-align: center !important;
}

.article-featured-product-card .card-btn-stack,
.article-cta-strip > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
}

.article-featured-product-card .btn,
.article-featured-product-card a.btn,
.sidebar-product-box .btn,
.sidebar-product-box a.btn,
.article-cta-strip .btn,
.article-cta-strip a.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 13px 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    margin: 0 0 10px 0 !important;
}

.article-featured-product-card .btn:last-child,
.article-featured-product-card a.btn:last-child,
.sidebar-product-box .btn:last-child,
.sidebar-product-box a.btn:last-child,
.article-cta-strip .btn:last-child,
.article-cta-strip a.btn:last-child {
    margin-bottom: 0 !important;
}



/* ═══════════════════════════════════════════════════════════════════
   ARTICLE PRODUCT CARDS & CTA STRIPS: CENTERED, BIGGER IMAGE & 1 BTN PER ROW
   ═══════════════════════════════════════════════════════════════════ */
.sidebar-sticky-wrap, .sidebar-widget, .sidebar-product-box, .article-product-card, .product-card-widget, .featured-product-card {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.sidebar-product-box > div,
.sidebar-product-box a,
.sidebar-product-box h4,
.sidebar-product-box p,
.sidebar-product-box span,
.sidebar-widget-title {
    text-align: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.sidebar-product-img,
.article-product-card img,
.product-card-widget img,
.featured-product-img {
    height: auto !important;
    max-height: 250px !important;
    width: auto !important;
    max-width: 90% !important;
    min-width: 180px !important;
    margin: 0 auto 16px auto !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.15)) !important;
}

.sidebar-product-name,
.article-product-card h3,
.article-product-card h4,
.product-card-widget h3,
.product-card-widget h4,
.featured-product-name {
    text-align: center !important;
    font-size: clamp(17px, 2.5vw, 20px) !important;
    font-weight: 700 !important;
    margin: 10px auto 6px auto !important;
    width: 100% !important;
    color: var(--text-main, #111827) !important;
}

.sidebar-product-price,
.article-product-card .price,
.product-card-widget .price {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: var(--accent, #E0A96D) !important;
    margin: 6px auto 16px auto !important;
    width: 100% !important;
}

.sidebar-product-box .btn,
.sidebar-product-box a.btn,
.article-product-card .btn,
.article-product-card a.btn,
.product-card-widget .btn,
.product-card-widget a.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    padding: 13px 20px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
}

.sidebar-product-box .btn:last-child,
.sidebar-product-box a.btn:last-child,
.article-product-card .btn:last-child,
.article-product-card a.btn:last-child {
    margin-bottom: 0 !important;
}

/* Article In-Line CTA Strips (Center Elements & 1 Button Per Row on Mobile) */
.article-cta-strip {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 36px 0 !important;
}

.article-cta-strip h3,
.article-cta-strip p,
.article-cta-strip span {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.article-cta-strip > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
}

.article-cta-strip .btn,
.article-cta-strip a.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    padding: 13px 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
}



/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE BREADCRUMBS: ARTICLE/PAGE TITLE ALWAYS ON NEW ROW
   ═══════════════════════════════════════════════════════════════════ */
.article-breadcrumb, .pdp-crumb, .breadcrumb, .breadcrumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px 8px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.article-breadcrumb a, .pdp-crumb a, .breadcrumb a, .breadcrumbs a {
    color: var(--text-muted, #6B7280) !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.article-breadcrumb > span:last-child,
.pdp-crumb > span:last-child,
.breadcrumb > span:last-child,
.breadcrumbs > span:last-child,
.article-breadcrumb .breadcrumb-current,
.pdp-crumb .pdp-crumb-current {
    flex-basis: 100% !important;
    display: block !important;
    width: 100% !important;
    margin-top: 6px !important;
    font-weight: 700 !important;
    color: var(--text-main, #111827) !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

/* ═══════════════════════════════════════════════════════════════════
   ARTICLE PRODUCT CARDS & SIDEBAR WIDGETS (CENTERED & 2-ROW BUTTONS)
   ═══════════════════════════════════════════════════════════════════ */
.sidebar-product-box, .article-product-card, .product-card-widget, .featured-product-card, .product-box-compact {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    border-radius: 14px !important;
}

.sidebar-product-box .sidebar-product-img,
.article-product-card img,
.product-card-widget img,
.featured-product-img,
.sidebar-product-img {
    height: auto !important;
    max-height: 240px !important;
    width: auto !important;
    max-width: 88% !important;
    margin: 0 auto 16px auto !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.12)) !important;
}

.sidebar-product-box .sidebar-product-name,
.article-product-card h3,
.article-product-card h4,
.product-card-widget h3,
.product-card-widget h4,
.featured-product-name,
.sidebar-product-name {
    text-align: center !important;
    font-size: clamp(17px, 2.5vw, 20px) !important;
    font-weight: 700 !important;
    margin: 8px 0 6px 0 !important;
    width: 100% !important;
}

.sidebar-product-box .sidebar-product-price,
.article-product-card .price,
.product-card-widget .price,
.sidebar-product-price {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin: 4px 0 16px 0 !important;
    width: 100% !important;
}

.sidebar-product-box .btn,
.sidebar-product-box a.btn,
.article-product-card .btn,
.article-product-card a.btn,
.product-card-widget .btn,
.product-card-widget a.btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    padding: 13px 20px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
}

.sidebar-product-box .btn:last-child,
.sidebar-product-box a.btn:last-child,
.article-product-card .btn:last-child,
.article-product-card a.btn:last-child {
    margin-bottom: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════════
   4-COLUMN TABLES CONVERTED TO MOBILE CARD BOXES
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .article-table-wrap {
        border: none !important;
        background: transparent !important;
        overflow: visible !important;
        margin: 20px 0 !important;
        padding: 0 !important;
    }
    .article-table, table.table-comparison, table.ingredient-table, table.data-table {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
        border: none !important;
        background: transparent !important;
    }
    .article-table thead, table.table-comparison thead, table.ingredient-table thead, table.data-table thead {
        display: none !important;
    }
    .article-table tbody, table.table-comparison tbody, table.ingredient-table tbody, table.data-table tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
    }
    .article-table tr, table.table-comparison tr, table.ingredient-table tr, table.data-table tr {
        display: block !important;
        background: #FFFFFF !important;
        border: 1px solid var(--border-color, #E5E7EB) !important;
        border-radius: 12px !important;
        padding: 16px 18px !important;
        box-shadow: 0 4px 14px rgba(0,0,0,0.04) !important;
        box-sizing: border-box !important;
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    .article-table td, table.table-comparison td, table.ingredient-table td, table.data-table td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 9px 0 !important;
        border-bottom: 1px solid var(--border-subtle, #F3F4F6) !important;
        font-size: 13.5px !important;
        text-align: right !important;
        box-sizing: border-box !important;
        width: 100% !important;
        line-height: 1.5 !important;
    }
    .article-table td:first-child, table.table-comparison td:first-child, table.ingredient-table td:first-child, table.data-table td:first-child {
        font-size: 16px !important;
        font-weight: 800 !important;
        color: var(--text-main, #111827) !important;
        border-bottom: 2px solid var(--border-color, #E5E7EB) !important;
        padding-bottom: 10px !important;
        margin-bottom: 4px !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    .article-table td:last-child, table.table-comparison td:last-child, table.ingredient-table td:last-child, table.data-table td:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .article-table td[data-label]::before, table.table-comparison td[data-label]::before, table.ingredient-table td[data-label]::before, table.data-table td[data-label]::before {
        content: attr(data-label) ": ";
        font-weight: 700;
        color: var(--text-muted, #6B7280);
        text-align: left;
        flex-shrink: 0;
        font-size: 12.5px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}



/* ═══════════════════════════════════════════════════════════════════
   MANDATORY MOBILE ZERO-OVERFLOW & FULL CONTAINMENT ENGINE
   ═══════════════════════════════════════════════════════════════════ */
*, *::before, *::after {
    box-sizing: border-box !important;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-text-size-adjust: 100%;
}

img, video, canvas, svg, picture {
    max-width: 100% !important;
    height: auto !important;
}

iframe, embed, object {
    max-width: 100% !important;
}

table {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-collapse: collapse !important;
}

pre, code {
    max-width: 100% !important;
    overflow-x: auto !important;
    white-space: pre-wrap !important;
    word-break: break-word !important;
}

p, h1, h2, h3, h4, h5, h6, li, span, a, td, th, div, blockquote, figcaption {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word;
}

.container, .wrapper, main, article, section {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box !important;
}

.container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.article-grid-layout, .article-wrapper, .article-body-card, .blog-grid, .pdp-grid, .pdp-page-wrap {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

.article-body-card, .article-wrapper {
    overflow-x: hidden !important;
}

@media (max-width: 900px) {
    .article-grid-layout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    .sidebar-sticky-wrap {
        position: static !important;
        width: 100% !important;
    }
}


/* Global Link Reset - Prevent Browser Default Blue & Purple Colors */
a, a:visited {
    color: var(--accent-gold, #c5a059);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover, a:focus {
    color: var(--accent-gold, #c5a059);
    opacity: 0.85;
}

.footer-links a, .footer-links a:visited,
.nav-links a, .nav-links a:visited,
.nav-menu a, .nav-menu a:visited,
.footer-col a, .footer-col a:visited {
    color: var(--text-muted, #9CA3AF);
}

.footer-links a:hover, .nav-links a:hover, .nav-menu a:hover, .footer-col a:hover {
    color: var(--accent-gold, #c5a059);
}

.brand-logo, .brand-logo:visited, .logo, .logo:visited {
    color: var(--text-main, #FFFFFF) !important;
}



a, a:visited {
    color: var(--accent-gold, #c5a059);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover, a:focus {
    color: var(--accent-gold, #c5a059);
    opacity: 0.85;
}

/* Footer & Nav explicit overrides */
.footer-links a, .footer-links a:visited,
.nav-links a, .nav-links a:visited,
.nav-menu a, .nav-menu a:visited,
.footer-col a, .footer-col a:visited {
    color: var(--text-muted, #9CA3AF);
}

.footer-links a:hover, .nav-links a:hover, .nav-menu a:hover, .footer-col a:hover {
    color: var(--accent-gold, #c5a059);
}

.brand-logo, .brand-logo:visited, .logo, .logo:visited {
    color: var(--text-main, #FFFFFF) !important;
}

/* Base stylesheet for royal-honey.us */
:root {
    --bg-primary: #FDFBF7;
    --bg-secondary: #FFFFFF;
    --bg-card: #FFFFFF;
    --text-main: #111827;
    --text-body: #374151;
    --text-muted: #6B7280;
    --accent-gold: #c5a059;
    --border-color: #E5E7EB;
    --font-display: 'Cinzel', serif;
    --font-body: 'Inter', sans-serif;
}

/* Disable browser spin buttons */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important; 
}
input[type=number] { 
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

* { margin:0; padding:0; box-sizing:border-box; }
body { background-color: var(--bg-primary); color: var(--text-body); font-family: var(--font-body); line-height: 1.6; overflow-x: hidden; width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header Styles */
.site-header, .header { position: sticky; top:0; z-index:100; background: var(--bg-primary); border-bottom: 1px solid var(--border-color); padding: 14px 20px; }
.header-container, .header-inner, .nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand-logo, .logo { display: inline-flex; align-items: center; text-decoration: none; color: var(--text-main); font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; }
.navbar, nav { display: flex; align-items: center; }
.nav-menu, .nav-links { display: flex; align-items: center; gap: 24px; list-style: none; }
.nav-link, .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-link:hover, .nav-links a:hover { color: var(--accent-gold); }

.header-actions { display: flex; align-items: center; gap: 16px; }
.btn-primary, .btn-header, .btn-cta { background: #c5a059; color: #FFF; padding: 10px 22px; border-radius: 4px; font-weight: 700; text-decoration: none; font-size: 13.5px; display: inline-block; border: none; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; transition: opacity 0.2s; }
.btn-primary:hover, .btn-header:hover, .btn-cta:hover { opacity: 0.9; }
.btn-outline { background: transparent; color: var(--text-main); border: 1px solid var(--border-color); padding: 10px 22px; border-radius: 4px; font-weight: 600; text-decoration: none; font-size: 13.5px; display: inline-block; }

/* Cards & Sections */
.info-card, .card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 10px; padding: 24px; }
.section-title { font-family: var(--font-display); color: var(--text-main); font-size: 2rem; margin-bottom: 12px; }
.cards-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 30px; }

/* Cart & Checkout Layout */
.cart-checkout-page { padding: 40px 0 80px; }
.checkout-item-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--border-color); }
.checkout-item-left { display: flex; gap: 12px; align-items: flex-start; }
.checkout-item-img { width: 64px; height: 64px; object-fit: cover; border-radius: 6px; border: 1px solid var(--border-color); }
.checkout-item-name { font-weight: 700; font-size: 14.5px; color: var(--text-main); text-decoration: none; }

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .nav-menu, .nav-links { gap: 14px; }
    .nav-link, .nav-links a { font-size: 13px; }
    .header-actions { gap: 8px; }
    .btn-header { padding: 8px 14px; font-size: 12px; }
}

/* ===================================================
   UNIVERSAL FULL VIEWPORT HEIGHT & STICKY FOOTER
   =================================================== */
html {
    height: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}
main, 
.site-content, 
.cart-page-wrap, 
.cart-page-section, 
.pdp-section, 
.checkout-layout, 
.content-section, 
.blog-hub-section, 
.contact-section, 
.policy-section, 
.policy-wrap, 
.legal-container, 
article,
.article-container,
.container-wrap {
    flex: 1 0 auto;
}
footer, 
.site-footer, 
#main-footer {
    margin-top: auto !important;
    width: 100%;
    flex-shrink: 0;
}


/* ═══════════════════════════════════════════════════════════════════
   ROYAL HONEY US — EDITORIAL & ARTICLE DESIGN SYSTEM
   ═══════════════════════════════════════════════════════════════════ */

main {
    max-width: 1140px;
    margin: 36px auto 80px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    flex: 1 0 auto;
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 40px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 36px;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

@media (max-width: 860px) {
    .hero-section {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px 18px;
    }
}

.hero-visual {
    text-align: center;
    position: relative;
    background: #FAF8F5;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-visual img {
    max-height: 280px;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.hero-visual:hover img {
    transform: scale(1.03);
}

.product-snippet-badge {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
}

.snippet-rating {
    color: #F59E0B;
}

.snippet-price {
    color: #9E7A2B;
}

.hero-content h1 {
    font-family: 'Cinzel', serif;
    font-size: clamp(24px, 3.2vw, 36px);
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin: 0 0 12px;
}

.hero-content h1 span {
    color: #9E7A2B;
}

.hero-content .subtitle {
    font-size: 15px;
    color: #4B5563;
    line-height: 1.65;
    margin-bottom: 18px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: #374151;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.features-list li::before {
    content: "✓";
    color: #C5A059;
    font-weight: 800;
    flex-shrink: 0;
}

.main-cta {
    display: inline-block;
    background: linear-gradient(135deg, #C5A059 0%, #9E7A2B 100%);
    color: #FFFFFF !important;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(197, 160, 89, 0.35);
    text-align: center;
    box-sizing: border-box;
}

.main-cta:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.45);
}

.medical-disclaimer-block {
    margin-bottom: 32px;
}

.disclaimer-card {
    background: #FDF9F0;
    border: 1px solid rgba(197, 160, 89, 0.35);
    border-left: 4px solid #C5A059;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 13.5px;
    color: #4B5563;
    line-height: 1.6;
}

.content-section {
    width: 100%;
}

.content-box {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 36px;
    margin-bottom: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .content-box {
        padding: 24px 18px;
    }
}

.content-box h2 {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F4F6;
}

.content-box h3 {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 20px 0 10px;
}

.content-box p {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 14px;
}

.content-box ul {
    margin: 0 0 18px 20px;
    font-size: 14.5px;
    color: #374151;
    line-height: 1.7;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 24px 0;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin: 24px 0;
}

.info-card {
    background: #FAF8F5;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.info-card:hover {
    border-color: #C5A059;
}


/* ==========================================================================
   CART & CHECKOUT LAYOUT
   ========================================================================== */

.cart-checkout-page {
    padding: 40px 0 80px 0;
}

.cart-checkout-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 48px;
}

/* Left Column: Cart Summary */
.cart-summary-box {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 24px;
}

.cart-box-header {
    font-size: 28px;
    margin-bottom: 4px;
}

.cart-breadcrumb {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-bottom: 24px;
}

.cart-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 20px;
}

.cart-item-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cart-item-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background-color: #faf9f6;
    border-radius: var(--radius-sm);
    padding: 4px;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.cart-item-qty-select {
    padding: 2px 6px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    font-size: 12px;
}

.cart-item-price {
    font-weight: 700;
    font-size: 15px;
}

.cart-totals-table {
    width: 100%;
    margin-bottom: 20px;
}

.cart-totals-table tr td {
    padding: 6px 0;
    font-size: 14px;
}

.cart-totals-table tr td:last-child {
    text-align: right;
    font-weight: 600;
}

.cart-totals-table tr.total-row td {
    font-size: 18px;
    font-weight: 800;
    padding-top: 12px;
    border-top: 1px solid var(--color-border);
}

.promo-coupon-section {
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
    margin-bottom: 16px;
}

.promo-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.promo-link {
    color: var(--color-blue);
    font-size: 13px;
    font-weight: 600;
}

.continue-shop-link {
    display: block;
    font-size: 13px;
    color: var(--color-text-muted);
    margin-top: 16px;
}

.continue-shop-link a {
    color: var(--color-blue);
    font-weight: 600;
}

/* Right Column: Multi-Step Checkout */
.checkout-box {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 32px;
}

.checkout-heading {
    font-size: 32px;
    margin-bottom: 8px;
}

.checkout-step-sub {
    color: var(--color-text-muted);
    font-size: 14px;
    margin-bottom: 24px;
}

/* Form Controls - Pixel Perfect Height Match for Inputs and Selects */
.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-input, .form-select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--color-border-dark);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-family: inherit;
    background-color: #ffffff;
    color: var(--color-text);
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 14px top 50%;
    background-size: 10px auto;
    padding-right: 36px;
    cursor: pointer;
}

.form-input:focus, .form-select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.1);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 14px;
}

/* Shipping Country Tabs */
.shipping-country-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.country-tab-btn {
    border: 2px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 18px 12px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.country-tab-btn.active {
    border-color: var(--color-blue);
    background-color: #f0f9ff;
}

.country-tab-icon {
    font-size: 24px;
    margin-bottom: 6px;
}

.country-tab-label {
    font-size: 14px;
    font-weight: 700;
}

/* Shipping Radio Option Box */
.radio-options-box {
    border: 1px solid var(--color-border-dark);
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 24px;
}

.radio-option-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid var(--color-border);
    cursor: pointer;
}

.radio-option-item:last-child {
    border-bottom: none;
}

.radio-option-item.selected {
    background-color: var(--color-blue-bg);
}

.radio-option-content {
    flex-grow: 1;
}

.radio-option-title {
    font-weight: 700;
    font-size: 14px;
}

.radio-option-note {
    font-size: 12px;
    color: var(--color-text-muted);
}

.radio-option-price {
    font-weight: 700;
    font-size: 14px;
}

/* Payment Instructions Notice */
.payment-notice-box {
    background-color: #faf9f6;
    border: 1px solid #f3f4f6;
    border-radius: var(--radius-sm);
    padding: 16px;
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 24px;
}

/* Tip Selector Buttons */
.tip-selector-wrap {
    margin-bottom: 24px;
}

.tip-buttons-grid {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.tip-btn {
    flex: 1;
    padding: 10px 4px;
    border: 1px solid var(--color-border-dark);
    background: #ffffff;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.tip-btn.active {
    background-color: var(--color-blue);
    color: #ffffff;
    border-color: var(--color-blue);
}

/* Footer Brand Logo Unclipped Exact Aspect Ratio */
.site-footer {
    background-color: #111111;
    color: #e5e7eb;
    padding: 60px 0 30px 0;
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-brand-logo img {
    height: 48px;
    width: auto;
    aspect-ratio: 2630 / 364;
    object-fit: contain;
    border-radius: 0 !important;
    display: block;
}

.footer-text {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 16px;
}

.footer-heading {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #9ca3af;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-contact-item {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 10px;
}

.footer-contact-item a {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #1f2937;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #9ca3af;
}

.payment-methods-icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pay-badge {
    background-color: #1f2937;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    color: #d1d5db;
}


/* ═══════════════════════════════════════════════════════════════════
   UNIVERSAL MOBILE-FRIENDLY REVIEW CAROUSEL ENGINE
   ═══════════════════════════════════════════════════════════════════ */
.pdp-reviews-section {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 50px !important;
    padding-top: 36px !important;
}
.pdp-rev-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
}
.pdp-rev-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.c-nav-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: 1px solid #D1D5DB !important;
    background: #FFFFFF !important;
    color: #111827 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06) !important;
}
.c-nav-btn:hover {
    border-color: currentColor !important;
    transform: scale(1.05) !important;
}
.pdp-rev-track-wrap {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}
.pdp-rev-track {
    display: flex !important;
    gap: 16px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    padding: 8px 4px 20px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    box-sizing: border-box !important;
}
.pdp-rev-track::-webkit-scrollbar {
    display: none !important;
}
.pdp-rev-card {
    flex: 0 0 320px !important;
    width: 320px !important;
    scroll-snap-align: start !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    padding: 22px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 14px !important;
}

@media (max-width: 640px) {
    .pdp-rev-card {
        flex: 0 0 85vw !important;
        width: 85vw !important;
        max-width: 320px !important;
        padding: 18px !important;
    }
    .pdp-rev-track {
        gap: 12px !important;
        padding-left: 2px !important;
        padding-right: 16px !important;
    }
}
