/* ============================================================
   CUSTOM.CSS — All site-wide styles for ecrack
   Rule: NO inline style="" in HTML tags. All styles here only.
   ============================================================ */

:root {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
    font-family: var(--font-sans) !important;
}

i,
i *,
.fas,
.fab,
.far,
.fa,
[class^="fa-"],
[class*=" fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome" !important;
    font-style: normal !important;
    font-weight: 900 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
.font-cinzel,
.brand-line-main,
.category-label,
.mega-discount-title {
    font-family: var(--font-sans) !important;
}

/* ────────────────────────────────────────────────
   🔤 TYPOGRAPHY SCALE (Global Professional Hierarchy)
   Heading    : 16px (Section Titles, Main Nav)
   Sub-heading: 14px (Categories, Tabs, Labels)
   Content    : 12px (Body, Descriptions, Details)
──────────────────────────────────────────────── */
h1,
h2,
h3,
.section-heading,
.heading-18 {
    font-size: 16px !important;
    font-family: var(--font-sans) !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #5b1464;
}

h4,
h5,
.category-label,
.filter-btn,
.filter-btn-active,
.subheading-16,
.nav-link,
.mobile-nav-link {
    font-size: 14px !important;
    font-family: var(--font-sans) !important;
    font-weight: 600;
}

p,
span,
div,
.content-14,
.body-text,
.product-name,
.product-price {
    font-size: 12px !important;
    font-family: var(--font-sans) !important;
    line-height: 1.5;
}

/* Luxury Shadows (Replacing Inline Styles) */
.text-shadow-luxury {
    text-shadow: 3px 3px 6px rgba(80, 0, 0, 0.9);
}

.text-shadow-subtle {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.text-shadow-cart {
    text-shadow: 1px 1px 2px rgba(100, 20, 0, 0.5);
}

/* ────────────────────────────────────────────────
   🏰 BRAND IDENTITY (Header & Footer Logo)
──────────────────────────────────────────────── */
.header-brand-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-line-sm {
    font-size: 14px !important;
    font-weight: 700;
    color: #fcd116;
    /* Gold */
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1;
}

.brand-line-main {
    font-size: 24px !important;
    font-family: 'Cinzel', serif !important;
    font-weight: 900;
    color: #ffffff;
    /* White */
    text-transform: uppercase;
    line-height: 1.1;
    margin: 2px 0;
    padding-left: 15px;
    /* Staggered Indent */
    letter-spacing: 0.05em;
    filter: drop-shadow(0 0 8px rgba(252, 209, 22, 0.3));
}

body,
p,
span,
a,
li,
td,
th,
label,
input,
textarea,
select,
button,
.content-text {
    font-size: 14px;
    font-family: var(--font-sans) !important;
    color: #1a1a1a;
}

/* ────────────────────────────────────────────────
   🌐 BASE / RESET
──────────────────────────────────────────────── */
body {
    background-color: #fcebd1;
    overflow-x: hidden;
    font-family: 'Poppins', 'Outfit', ui-sans-serif, system-ui, sans-serif;
    color: #1a1a1a;
}

img {
    max-width: 100%;
    height: auto;
}

a,
button,
input {
    transition: all 0.3s ease;
}

[x-cloak] {
    display: none !important;
}

/* ────────────────────────────────────────────────
   📦 LAYOUT UTILITIES
──────────────────────────────────────────────── */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.max-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .max-container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .max-container {
        padding: 0 2.5rem;
    }
}

.site-bg {
    background-color: #fcebd1;
}

/* ────────────────────────────────────────────────
   🏷️ HEADER
──────────────────────────────────────────────── */
.site-header {
    position: fixed;
    top: 0;
    left: -2px;
    right: -2px;
    width: calc(100% + 4px);
    z-index: 110;
    background-color: #5b1464;
    background-image: url('../images/header_texture.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 4px solid #fcd116;
    border-right: none;
    border-left: none;
    padding: 1rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.header-brand-container {
    display: flex;
    flex-direction: column;
    line-height: 0.82;
    gap: 2px;
}

.header-brand-line-sm {
    color: #fcd116;
    font-family: 'Cinzel', ui-sans-serif, system-ui, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 6px;
}

@media (min-width: 640px) {
    .header-brand-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .brand-text-wrapper {
        width: 140px;
        line-height: 0.9;
        /* Tighter line height for professional look */
        display: flex;
        flex-direction: column;
    }

    .brand-line-sm {
        color: #fcd116;
        font-family: 'Montserrat', sans-serif;
        /* Professional secondary font */
        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 1px;
    }

    .brand-line-main {
        color: #fcd116;
        font-family: 'Cinzel', serif !important;
        /* Force Luxury Font */
        font-weight: 900;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1px;
        margin: 1px 0;
    }

    @media (min-width: 768px) {
        .brand-text-wrapper {
            width: 220px;
        }

        .brand-line-sm {
            font-size: 11px;
            letter-spacing: 3px;
        }

        .brand-line-main {
            font-size: 26px;
        }
    }

    /* Closing 768px */

}

/* Closing 640px (FIXED) */

.border-gold-bottom {
    border-bottom: 4px solid #fcd116 !important;
}

/* ────────────────────────────────────────────────
   🧭 NAVIGATION
──────────────────────────────────────────────── */
.nav-link {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    transition: all 0.3s;
    text-decoration: none;
}

.nav-link:hover {
    background-color: #fcd116 !important;
    color: #5b1464 !important;
}

.active-nav {
    background-color: #fcd116 !important;
    color: #5b1464 !important;
}

/* ────────────────────────────────────────────────
   📱 MOBILE MENU DRAWER
──────────────────────────────────────────────── */
.mobile-menu-drawer {
    position: fixed;
    inset: 0;
    z-index: 200;
    background-color: #5b1464;
    background-image: url('../images/header_texture.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    overflow-y: auto;
}

.mobile-nav-link {
    color: #fcd116;
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    display: block;
}

.mobile-nav-link.active-nav {
    color: #fff;
    padding-left: 1rem;
    border-left: 4px solid #fcd116;
}

.mobile-menu-footer-text {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 10px;
    text-align: center;
}

/* ────────────────────────────────────────────────
   🎆 PRELOADER
──────────────────────────────────────────────── */
#site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5b1464;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s ease-in-out, visibility 0.8s;
}

#site-preloader.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-logo-container {
    width: 120px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid rgba(252, 209, 22, 0.1);
    border-top: 4px solid #fcd116;
    border-radius: 50%;
    animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.preloader-brand-text {
    margin-top: 2rem;
    color: #fcd116;
    font-family: 'Cinzel', ui-sans-serif, system-ui, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    animation: pulse-anim 2s infinite;
}

.preloader-logo {
    height: 3.5rem;
    position: relative;
    z-index: 10;
}

/* ────────────────────────────────────────────────
   🦶 FOOTER INNER
──────────────────────────────────────────────── */
.footer-inner {
    position: relative;
    z-index: 10;
}

/* ────────────────────────────────────────────────
   🎇 FLOATING BUTTONS
──────────────────────────────────────────────── */
.floating-container {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-decoration: none;
}

.float-btn:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.bg-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.bg-pricelist {
    background: linear-gradient(135deg, #fadd59, #d69611);
    color: #5b1464 !important;
}

.pulse-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: pulse-ring 2s infinite;
}

.bg-whatsapp.pulse-effect::after {
    border: 2px solid #25d366;
}

.bg-pricelist.pulse-effect::after {
    border: 2px solid #d69611;
}

.float-label {
    position: absolute;
    right: 65px;
    background: white;
    color: #333;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.float-btn:hover .float-label {
    opacity: 1;
    transform: translateX(0);
}

.blink-effect {
    animation: blink-scale 1.2s infinite ease-in-out;
}

@media (max-width: 768px) {
    .floating-container {
        bottom: 20px;
        right: 15px;
    }

    .float-btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .float-label {
        display: none;
    }
}

/* ────────────────────────────────────────────────
   📌 PAGE SECTIONS
──────────────────────────────────────────────── */
.section-compact {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.page-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3.5rem;
    width: 100%;
}

.page-section-title h2 {
    font-family: 'Cinzel', ui-sans-serif, system-ui, sans-serif;
    font-weight: 600;
    font-size: clamp(1.2rem, 4vw, 2rem);
    color: #5b1464;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 480px) {
    .page-section-title {
        gap: 0.5rem;
        margin-bottom: 2rem;
    }

    .royal-divider-side {
        flex: 0.5;
    }
}

.royal-divider-side {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.royal-line {
    height: 1.5px;
    flex: 1;
}

.line-left {
    background: linear-gradient(to right, transparent, #d4af37);
}

.line-right {
    background: linear-gradient(to left, transparent, #d4af37);
}

.royal-ornament {
    color: #d4af37;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    filter: drop-shadow(0 0 2px rgba(212, 175, 55, 0.4));
}

/* ────────────────────────────────────────────────
   💎 PREMIUM CARDS
──────────────────────────────────────────────── */
.premium-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.01);
    transition: all 0.4s ease;
}

.premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* ────────────────────────────────────────────────
   🎯 ANNOUNCEMENT BAR
──────────────────────────────────────────────── */
.mega-bar-luxury {
    background-color: #8B0000;
    text-align: center;
    border-top: 5px solid #fcd116;
    border-bottom: 5px solid #fcd116;
}

/* ────────────────────────────────────────────────
   🦶 FOOTER
──────────────────────────────────────────────── */
.accurate-footer {
    background-image: linear-gradient(rgba(91, 20, 100, 0.4), rgba(91, 20, 100, 0.4)), url('../images/footer_bg_sparkle.jpg');
    background-size: cover;
    background-position: center;
    border-top: 5px solid #fcd116;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.footer-address-text {
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

@media (min-width: 768px) {
    .footer-address-text {
        font-size: 13px;
        text-align: left;
    }
}

.footer-contact-text {
    font-size: 12px;
    font-weight: 500 !important;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-contact-text {
        font-size: 13px;
        text-align: left;
    }
}

.footer-copyright-text {
    font-size: 10px;
    font-weight: 500 !important;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-copyright-text {
        font-size: 11px;
        text-align: left;
    }
}

.footer-follow-title {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

/* ────────────────────────────────────────────────
   🌐 SOCIAL ICONS
──────────────────────────────────────────────── */
.social-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
    text-decoration: none;
}

.social-icon-box:hover {
    transform: translateY(-3px);
}

.bg-fb {
    background: #3b5998;
}

.bg-insta {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.bg-yt {
    background: #ff0000;
}

/* ────────────────────────────────────────────────
   🌟 MAIN CONTENT WRAPPER
──────────────────────────────────────────────── */
.main-content-wrapper {
    padding-top: 65px;
    min-height: 100vh;
    background-color: #fcebd1;
}

@media (min-width: 640px) {
    .main-content-wrapper {
        padding-top: 72px;
    }
}

@media (min-width: 768px) {
    .main-content-wrapper {
        padding-top: 88px;
    }
}

/* ────────────────────────────────────────────────
   🎬 ANIMATIONS
──────────────────────────────────────────────── */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-anim {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

@keyframes pulse-soft {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.85;
    }
}

@keyframes festive-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(252, 209, 22, 0.3);
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 0 40px rgba(252, 209, 22, 0.6);
    }
}

@keyframes sparkle-glow {

    0%,
    100% {
        filter: brightness(1) contrast(1) drop-shadow(0 0 5px rgba(252, 209, 22, 0.2));
    }

    20% {
        filter: brightness(1.3) contrast(1.1) drop-shadow(0 0 15px rgba(252, 209, 22, 0.4));
    }

    40% {
        filter: brightness(1.1) contrast(1) drop-shadow(0 0 8px rgba(252, 209, 22, 0.3));
    }

    60% {
        filter: brightness(1.4) contrast(1.2) drop-shadow(0 0 20px rgba(252, 209, 22, 0.5)) hue-rotate(3deg);
    }

    80% {
        filter: brightness(1.2) contrast(1) drop-shadow(0 0 12px rgba(252, 209, 22, 0.3)) hue-rotate(-3deg);
    }
}

@keyframes blink-scale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.animate-sparkle-glow {
    animation: sparkle-glow 3s infinite ease-in-out;
}

.animate-festive-pulse {
    animation: festive-pulse 3s infinite ease-in-out;
}

.logo-pulse {
    animation: pulse-soft 2s infinite ease-in-out;
}

/* ────────────────────────────────────────────────
   🖼️ LOGO SIZES
──────────────────────────────────────────────── */
.site-logo {
    height: 2.25rem;
    /* h-9 */
}

@media (min-width: 640px) {
    .site-logo {
        height: 3rem;
    }
}

@media (min-width: 768px) {
    .site-logo {
        height: 3.5rem;
    }
}

.site-logo-sm {
    height: 2.25rem;
}

@media (min-width: 640px) {
    .site-logo-sm {
        height: 3rem;
    }
}

/* ────────────────────────────────────────────────
   📱 MOBILE MENU EXTRAS
──────────────────────────────────────────────── */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
}

.mobile-hamburger {
    color: #fcd116;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-close-btn {
    color: #fcd116;
    font-size: 1.875rem;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.mobile-social-icon {
    color: #fcd116;
    font-size: 1.25rem;
    text-decoration: none;
    transition: color 0.3s;
}

.mobile-social-icon:hover {
    color: #ffffff;
}

/* ────────────────────────────────────────────────
   🦶 FOOTER COLUMNS
──────────────────────────────────────────────── */
.footer-col-brand {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-col-brand {
        width: 30%;
    }
}

.footer-col-contact {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-col-contact {
        width: 40%;
    }
}

.footer-col-social {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-col-social {
        width: 30%;
        padding-left: 5rem;
    }
}

.footer-copyright-row {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-icon {
    color: #fcd116;
    font-size: 0.875rem;
}

/* ────────────────────────────────────────────────
   🖨️ PRINT UTILITY
──────────────────────────────────────────────── */
@media print {
    .print-hidden {
        display: none !important;
    }
}

/* ────────────────────────────────────────────────
   🎨 BRAND COLOR UTILITY
──────────────────────────────────────────────── */
.text-brand-gold {
    color: #fcd116;
}

.text-brand-purple {
    color: #5b1464;
}

.bg-brand-purple {
    background-color: #5b1464;
}

.bg-brand-gold {
    background-color: #fcd116;
}

/* ────────────────────────────────────────────────
   🏠 HOME PAGE — HERO SECTION
──────────────────────────────────────────────── */
.hero-section {
    width: 100% !important;
    position: relative;
    margin-top: 0 !important;
    line-height: 0;
    font-size: 0;
    background-color: transparent;
    overflow: hidden;
}

.heroSwiper {
    width: 100%;
    height: 100%;
}

.heroSwiper .swiper-slide {
    height: 100%;
}

/* 🟡 HERO SWIPER PAGINATION DOTS */
.hero-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #fcd116;
    opacity: 1;
    width: 24px;
    border-radius: 10px;
    transition: all 0.3s;
}

/* ────────────────────────────────────────────────
   🌀 MARQUEE / SCROLLING INFO BAR
──────────────────────────────────────────────── */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.animate-marquee {
    animation: marquee 30s linear infinite;
}

/* ────────────────────────────────────────────────
   🌊 SCROLL REVEAL ANIMATION
──────────────────────────────────────────────── */
.scroll-animate {
    opacity: 0;
    transform: scale(0.92);
    /* Less dramatic scale for smoother feel */
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
}

@media (max-width: 768px) {
    .scroll-animate {
        transform: scale(0.98);
        /* Minimal scale on mobile to prevent "empty" look */
        transition-duration: 0.5s;
        /* Faster on mobile */
    }
}

.scroll-animate.show-animate {
    opacity: 1;
    transform: scale(1);
}

/* ────────────────────────────────────────────────
   🛒 CART SIDEBAR
──────────────────────────────────────────────── */
.cart-sidebar {
    max-width: 450px;
    max-height: 100vh;
}

/* ────────────────────────────────────────────────
   🔁 SVG / IMAGE UTILITIES
──────────────────────────────────────────────── */
.mirror-x {
    transform: scaleX(-1);
}

/* ────────────────────────────────────────────────
   🎆 DYNAMIC BACKGROUND SECTION
   (background-image set via JS data-bg attribute)
──────────────────────────────────────────────── */
.dynamic-bg-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ────────────────────────────────────────────────
   💎 LUXURY UTILITIES (Replacing Inline Styles)
──────────────────────────────────────────────── */
.shadow-luxury-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.shadow-luxury-subtitle {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.shadow-text-sm {
    text-shadow: 1px 1px 2px rgba(100, 20, 0, 0.5);
}

.bg-pattern-sparkle {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0c27.614 0 50 22.386 50 50S77.614 100 50 100 0 77.614 0 50 22.386 0 50 0zm0 4c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46S75.405 4 50 4z' fill='%23fcd116' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern-stars {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0l2.5 7.5L20 10l-7.5 2.5L10 20l-2.5-7.5L0 10l7.5-2.5z' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
}

.bg-pattern-contact {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fcd116' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.shadow-contact-card {
    box-shadow: 0 10px 30px rgba(89, 22, 102, 0.4);
}

.bg-pattern-star-glow {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0l2.5 7.5L20 10l-7.5 2.5L10 20l-2.5-7.5L0 10l7.5-2.5z' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
}

.contact-card-luxury {
    box-shadow: 0 10px 30px rgba(89, 22, 102, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fcd116' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.table-price-list th {
    text-align: right;
    width: 20%;
}

.text-brand-purple-bold {
    font-weight: bold;
    color: #3d0066;
}

.text-italic-gray {
    color: #777;
    font-style: italic;
}

/* ────────────────────────────────────────────────
   📢 INFO BAR (Marquee)
──────────────────────────────────────────────── */
.info-bar {
    background-color: #5b1464;
    border-bottom: 5px solid #fcd116;
    padding: 1rem 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.info-bar-container {
    display: flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.info-bar-group,
.info-bar-group span,
.info-bar-group .info-bar-item {
    display: flex;
    gap: 3rem;
    padding: 0 1.5rem;
    align-items: center;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    font-family: var(--font-sans);
}

@media (min-width: 768px) {
    .info-bar-group {
        gap: 5rem;
        padding: 0 2.5rem;
        font-size: 10px;
    }
}

.info-bar-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-bar-icon {
    color: #fcd116;
}

/* ────────────────────────────────────────────────
   🏷️ MEGA DISCOUNT SECTION
──────────────────────────────────────────────── */
.mega-discount-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    background-color: #8B0000;
    border-top: 5px solid #fcd116;
    border-bottom: 5px solid #fcd116;
}

@media (min-width: 768px) {
    .mega-discount-section {
        min-height: 350px;
    }
}

.mega-discount-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.mega-discount-content {
    position: relative;
    z-index: 10;
    padding: 2.5rem 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .mega-discount-content {
        padding: 4rem 0;
    }
}

.mega-discount-title {
    font-size: 24px !important;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-family: var(--font-sans) !important;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .mega-discount-title {
        font-size: 45px !important;
    }
}

.mega-discount-line {
    width: 4rem;
    height: 2px;
    background-color: #fcd116;
    margin: 0 auto 1rem;
    opacity: 0.5;
}

.mega-discount-subtitle {
    color: #fcd116;
    font-family: var(--font-sans) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .mega-discount-subtitle {
        font-size: 22px !important;
    }
}

.category-card {
    cursor: pointer;
    text-align: center;
    position: relative;
}

.category-img-box {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #f9fafb;
    margin-bottom: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(91, 20, 100, 0.05);
}

@media (min-width: 768px) {
    .category-img-box {
        border-radius: 1.5rem;
        margin-bottom: 0.75rem;
    }
}

.category-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.category-card:hover .category-img-box img {
    transform: scale(1.1);
}

.category-label {
    font-weight: 900;
    font-size: 9px;
    text-transform: uppercase;
    color: #5b1464;
    font-family: 'Cinzel', serif;
    line-height: 1.2;
    padding: 0 4px;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .category-label {
        font-size: 11px;
        margin-top: 0.75rem;
    }
}

.category-card:hover .category-label {
    color: #d69611;
    transform: translateY(-2px);
}

.category-indicator {
    width: 1rem;
    height: 2px;
    background-color: #fcd116;
    margin: 6px auto 0;
    border-radius: 9999px;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

@media (min-width: 768px) {
    .category-indicator {
        width: 1.5rem;
        margin-top: 8px;
    }
}

.category-card:hover .category-indicator {
    transform: scaleX(1);
}

/* ────────────────────────────────────────────────
   ⭐ CUSTOMER REVIEWS
──────────────────────────────────────────────── */
.review-star-group {
    display: flex;
    color: #fcd116;
    gap: 4px;
    font-size: 9px;
}

.review-card-img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 2px solid rgba(252, 209, 22, 0.5);
    cursor: zoom-in;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.review-card-img:hover {
    transform: scale(1.1);
}

.review-content-text {
    color: #6b7280;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-user-avatar {
    width: 2rem;
    height: 2rem;
    background-color: rgba(91, 20, 100, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b1464;
    font-weight: 900;
    font-size: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.review-user-name {
    color: #5b1464;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
}

.review-user-location {
    color: #9ca3af;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

/* ────────────────────────────────────────────────
   🎭 MODAL STYLES
──────────────────────────────────────────────── */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(91, 20, 100, 0.8);
    backdrop-filter: blur(8px);
}

.modal-content-card {
    position: relative;
    background-color: #fff8eb;
    border-radius: 1.5rem;
    padding: 2.5rem;
    max-width: 32rem;
    width: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #d1d5db;
    transition: color 0.3s;
    background: none;
    border: none;
    cursor: pointer;
}

.modal-close-btn:hover {
    color: #ef4444;
}

.modal-body-text {
    color: #374151;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625;
    margin-bottom: 2rem;
    font-style: italic;
}

.modal-user-avatar {
    width: 3rem;
    height: 3rem;
    background-color: #5b1464;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fcd116;
    font-weight: 900;
    font-size: 0.875rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.modal-user-name {
    color: #5b1464;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.875rem;
    display: block;
}

.modal-user-location {
    color: #9ca3af;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

/* ────────────────────────────────────────────────
   🦶 FOOTER REFINEMENT
──────────────────────────────────────────────── */
.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

/* ────────────────────────────────────────────────
   🛒 CART SIDEBAR REFINEMENT
──────────────────────────────────────────────── */
.cart-header {
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.cart-item-card {
    padding: 1rem 0;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    position: relative;
    border-bottom: 1px solid #f3f4f6;
}

.cart-item-img-box {
    width: 4rem;
    height: 4rem;
    border: 1px solid #f3f4f6;
    border-radius: 0.375rem;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.cart-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.cart-item-price {
    font-size: 0.875rem;
    color: #4b5563;
    font-weight: 500;
}

.cart-qty-btn {
    width: 2rem;
    height: 1.75rem;
    background-color: #f9fafb;
    color: #4b5563;
    font-weight: 700;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    transition: background-color 0.2s;
    cursor: pointer;
}

.cart-qty-btn:hover {
    background-color: #f3f4f6;
}

.cart-qty-input {
    width: 2.5rem;
    height: 1.75rem;
    border: 1px solid #e5e7eb;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: #ffffff;
    color: #1f2937;
}

/* 📋 CHECKOUT FORM */
.checkout-input-group {
    margin-bottom: 1rem;
}

.checkout-label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    color: #9ca3af;
    text-transform: uppercase;
    margin-bottom: 0.375rem;
    margin-left: 0.25rem;
}

.checkout-input {
    width: 100%;
    padding: 0.625rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    outline: none;
    transition: border-color 0.2s;
    background-color: rgba(249, 250, 251, 0.5);
}

.checkout-input:focus {
    border-color: #5b1464;
    background-color: #ffffff;
}

.checkout-error {
    font-size: 10px;
    color: #ef4444;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
    font-weight: 700;
}

.cart-summary-box {
    padding: 1.25rem;
    border-top: 1px solid #e5e7eb;
    background-color: #ffffff;
    margin-top: auto;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.03);
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #4b5563;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-bottom: 0.25rem;
}

.cart-grand-total-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 0.75rem;
    background-color: #5b1464;
    color: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid rgba(252, 209, 22, 0.3);
    margin-top: 1rem;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

/* Grand Total label — Gold */
.cart-grand-total-box span:first-child {
    color: #fcd116 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Grand Total amount — White */
.cart-grand-total-box span:last-child,
.cart-grand-total-box span:last-child span {
    color: #ffffff !important;
}

/* ────────────────────────────────────────────────
   🖼️ HERO BANNER REFINEMENT
──────────────────────────────────────────────── */
.hero-banner-slide-container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    background-size: 100% 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    overflow: hidden;
}

.page-banner-container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    overflow: hidden;
}

.hero-banner-placeholder-spacer {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 800;
    /* Standard Banner Ratio */
}

@media (max-width: 768px) {
    .hero-banner-placeholder-spacer {
        aspect-ratio: 2 / 1;
        /* Fit entire width with slight height increase */
    }
}

.hero-banner-img {
    display: none !important;
}

.hero-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent, transparent);
    pointer-events: none;
}

/* ────────────────────────────────────────────────
   🎯 CATEGORY FILTERS
──────────────────────────────────────────────── */
.filter-btn-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding: 0.5rem 1rem 1rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.filter-btn-container::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    .filter-btn-container {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 3rem;
        padding: 0;
    }
}

.filter-btn {
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    border: 1px solid #f3f4f6;
    background-color: #ffffff;
    color: #6b7280;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 768px) {
    .filter-btn {
        padding: 0.625rem 1.5rem;
        font-size: 10px;
    }
}

.filter-btn:hover {
    background-color: #5b1464;
    color: #fcd116;
    border-color: #5b1464;
}

.filter-btn-active {
    background-color: #5b1464 !important;
    color: #fcd116 !important;
    border-color: #fcd116 !important;
    box-shadow: 0 4px 12px rgba(91, 20, 100, 0.3);
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    font-family: var(--font-sans);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .filter-btn-active {
        padding: 0.625rem 1.5rem;
        font-size: 10px;
    }
}

/* ────────────────────────────────────────────────
   🛒 CART SIDEBAR DRAWER
──────────────────────────────────────────────── */
.cart-sidebar-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 150;
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    transition: transform 300ms ease-in-out;
    font-family: var(--font-sans);
}

@media (min-width: 640px) {
    .cart-sidebar-drawer {
        width: 400px;
    }
}

.cart-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f3f4f6;
    background-color: #ffffff;
}

.cart-sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.cart-sidebar-close {
    padding: 0.5rem;
    color: #9ca3af;
    border-radius: 9999px;
    transition: all 200ms;
}

.cart-sidebar-close:hover {
    background-color: #f3f4f6;
    color: #4b5563;
}

.cart-sidebar-content {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem;
    background-color: #ffffff;
}

.premium-card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(252, 209, 22, 0.15);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 640px) {
    .premium-card {
        height: 280px;
    }
}

.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(89, 22, 100, 0.1);
    border-color: rgba(252, 209, 22, 0.4);
}

/* Cart Buttons */
.cart-footer-btn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.cart-footer-btn-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.75rem 0 0.5rem;
}

.btn-cart-base {
    font-size: 10px;
    padding: 1rem 0.25rem;
    border-radius: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms;
}

.btn-cart-continue {
    background: linear-gradient(to bottom, #fadd59, #d69611);
    border: 1px solid #a16801;
    color: #5b1464;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-cart-continue:hover {
    transform: scale(1.05);
}

.btn-cart-disabled {
    background-color: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
    border: 1px solid #e5e7eb;
}

.btn-cart-back {
    background-color: #5b1464;
    border: 1px solid #5b1464;
    color: #ffffff;
    font-size: 10px;
    padding: 1rem 0;
    border-radius: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-cart-clear {
    background-color: #fff1f2;
    border: 1px solid #fecdd3;
    color: #e11d48;
    font-size: 10px;
    padding: 1rem 0;
    border-radius: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-cart-back-wide {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 10px;
    padding: 1rem 0;
    border-radius: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-cart-confirm {
    background: linear-gradient(to bottom, #fadd59, #d69611);
    border: 1px solid #a16801;
    color: #5b1464;
    font-size: 10px;
    padding: 1rem 0;
    border-radius: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

/* ────────────────────────────────────────────────
   🌟 REVIEW NAVIGATION BUTTONS
──────────────────────────────────────────────── */
.review-nav-btn {
    background-color: #ffffff;
    color: #9ca3af;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #f9fafb;
}

.review-nav-btn:hover {
    background-color: #5b1464;
    color: #fcd116;
}

/* ────────────────────────────────────────────────
   🔢 FORM UTILITIES
──────────────────────────────────────────────── */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* ============================================================
   BANNER TYPOGRAPHY
   ============================================================ */
.banner-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #fbe161;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .banner-main-title {
        font-size: 32px !important;
    }

    .banner-sub-title {
        font-size: 16px !important;
    }
}

/* ============================================================
   RESPONSIVE OVERFLOW FIX
   ============================================================ */
body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative;
}

.section-pb-compact {
    padding-bottom: 3.5rem !important; /* 14 * 0.25rem */
}

.section-pt-compact {
    padding-top: 2.5rem !important; /* 10 * 0.25rem */
}

.hero-section {
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    margin-top: 70px; /* Offset for fixed header on mobile */
}

@media (min-width: 1024px) {
    .hero-section {
        margin-top: 100px; /* Offset for fixed header on desktop */
    }
}

.footer-phone-rotate {
    transform: scaleX(-1) rotate(-15deg) !important;
    display: inline-block !important;
}

.shop-sidebar-box {
    background-color: #5b1464;
    border-radius: 1.5rem;
    border: 3px solid #fcd116;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 2rem 1.25rem;
}

/* Festive Backgrounds */
.bg-festive-light { background-color: #fdf3e1; }
.bg-festive-beige { background-color: #fbf6ec; }

/* Combo Cards */
.combo-card {
    background-color: #ffffff;
    border: 1px solid #e8d1a7;
    border-radius: 2.5rem;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.combo-card:hover {
    box-shadow: 0 20px 60px rgba(89,22,102,0.15);
}

.combo-card-controls {
    background-color: #fbf6ec;
    border-radius: 1.5rem;
    padding: 0.75rem;
    border: 1px solid #fbf6ec;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Quick Order Page */
.quick-order-header {
    background: linear-gradient(to right, #5b1464, #3d0066);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    border-top: 1px solid rgba(252, 209, 22, 0.3);
}

.quick-order-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #e8d1a7;
    border-radius: 0.5rem;
    background-color: #ffffff;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    height: 2.5rem;
    transition: all 0.2s;
}

.quick-order-input:focus {
    outline: none;
    border-color: #5b1464;
    ring: 1px solid #5b1464;
}

/* Contact Page */
.contact-info-card {
    background-color: #5b1464;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #4a0b66;
}

.contact-form-card {
    background-color: #fbf6ec;
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(252, 209, 22, 0.2);
}

/* About Page Refinements */
.festive-feature-box {
    background-color: #fefaf4;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #f0e6d2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.festive-icon-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background-color: #6a1577;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.festive-hero-frame {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    border: 1px solid #fcd116;
    box-shadow: 0 0 40px rgba(252, 209, 22, 0.4);
    background-color: #000;
}

/* Safety Page */
.safety-tip-card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0e6d2;
    transition: all 0.5s ease;
    height: 100%;
}

.safety-tip-card:hover {
    box-shadow: 0 25px 60px rgba(106, 21, 119, 0.15);
    transform: translateY(-0.5rem);
}

.safety-icon-circle {
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    background: linear-gradient(to bottom right, #6a1577, #4a0b54);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(252, 209, 22, 0.3);
    transition: transform 0.5s ease;
}

/* ============================================================
   END OF CUSTOM.CSS

/* ============================================================
   🛒 STICKY CART BAR — AMOUNT COLOR FIX
   ============================================================ */
.tabular-nums.text-white,
.tabular-nums {
    color: #ffffff !important;
}

/* Ensure cart bar label & amount are always white on purple bg */
[class*="bg-[#5b1464]"] .tabular-nums,
[class*="bg-brand-purple"] .tabular-nums {
    color: #ffffff !important;
}

/* Cart bar 'Items Selected' label */
[class*="bg-[#5b1464]"] span.text-brand-gold,
[class*="bg-brand-purple"] span.text-brand-gold {
    color: #fcd116 !important;
    opacity: 1 !important;
}
/* ============================================================ */

/* ============================================================
   🛒 CART BAR TOTAL AMOUNT — DEDICATED CLASS
   ============================================================ */
.cart-total-amount,
.cart-total-amount span {
    color: #ffffff !important;
    text-shadow: none !important;
}

.cart-total-label {
    color: #fcd116 !important;
    opacity: 1 !important;
}
/* ============================================================ */