/* ==========================================================================
   SHUBH MANGAL SAREES - MASTER LUXURY THEME STYLESHEET
   Royal Indian Saree Brand + Luxury Wedding Fashion + AI Visuals + GSAP Animations
   Complete Independence Reset & Product Grid Fix
   ========================================================================== */

:root {
    --sms-maroon: #68111A;
    --sms-burgundy: #450910;
    --sms-red: #850F1C;
    --sms-gold: #C89B3C;
    --sms-gold-rich: #D6AD55;
    --sms-gold-light: #ECD8A5;
    --sms-ivory: #FFF9EF;
    --sms-cream: #F7EFE3;
    --sms-white: #FFFFFF;
    --sms-ink: #231A17;
    --sms-magenta: #E60067;
    --sms-gray-light: #F4EFEA;
    --sms-border-gold: rgba(200, 155, 60, 0.35);
    --sms-shadow-luxury: 0 12px 35px rgba(69, 9, 16, 0.08);
    --sms-shadow-hover: 0 18px 45px rgba(69, 9, 16, 0.16);
    --sms-font-heading: 'Cormorant Garamond', Georgia, serif;
    --sms-font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --sms-radius: 8px;
    --sms-radius-lg: 18px;
    --sms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* --------------------------------------------------------------------------
   0. PARENT THEME OVERRIDE & GLOBAL CONTAINER RESET
   -------------------------------------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

#page, #primary, .site-main, .entry-content, main, article, section, header, footer,
.woocommerce, .woocommerce-page, .woocommerce.columns-4, div.woocommerce {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
}

.site-main > * {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body {
    background-color: var(--sms-ivory) !important;
    color: var(--sms-ink) !important;
    font-family: var(--sms-font-body) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.sms-serif,
.sms-section-header__title,
.sms-hero-banner__title,
.sms-shop-title,
.sms-cart-title,
.sms-checkout-title,
.sms-auth-title {
    font-family: var(--sms-font-heading) !important;
    color: var(--sms-burgundy) !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
}

a {
    color: var(--sms-maroon);
    text-decoration: none;
    transition: var(--sms-transition);
}

a:hover {
    color: var(--sms-gold);
}

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

.sms-container {
    width: min(1280px, calc(100% - 40px)) !important;
    margin-inline: auto !important;
    float: none !important;
}

.sms-bg-cream {
    background-color: var(--sms-cream) !important;
}

/* --------------------------------------------------------------------------
   1. BUTTONS & UI COMPONENTS
   -------------------------------------------------------------------------- */
.sms-button,
.button,
.wp-element-button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--sms-maroon) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--sms-gold) !important;
    padding: 0.85rem 1.6rem !important;
    font-family: var(--sms-font-body) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: var(--sms-radius) !important;
    cursor: pointer;
    transition: var(--sms-transition) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(104, 17, 26, 0.15);
    white-space: nowrap !important;
}

.sms-button:hover,
.button:hover,
.wp-element-button:hover,
input[type="submit"]:hover {
    background: var(--sms-gold) !important;
    color: var(--sms-burgundy) !important;
    border-color: var(--sms-gold-rich) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(200, 155, 60, 0.3);
}

.sms-btn-lg {
    padding: 1.1rem 2.2rem !important;
    font-size: 1rem !important;
    letter-spacing: 1px;
}

.sms-button--gold {
    background: var(--sms-gold) !important;
    color: var(--sms-burgundy) !important;
    border-color: var(--sms-gold-rich) !important;
}

.sms-button--gold:hover {
    background: var(--sms-burgundy) !important;
    color: var(--sms-gold-light) !important;
}

.sms-button--outline {
    background: transparent !important;
    color: var(--sms-maroon) !important;
    border: 1px solid var(--sms-maroon) !important;
    box-shadow: none !important;
}

.sms-button--outline:hover {
    background: var(--sms-maroon) !important;
    color: #FFFFFF !important;
}

.sms-button--outline-gold {
    background: transparent !important;
    color: var(--sms-gold-light) !important;
    border: 1px solid var(--sms-gold) !important;
    box-shadow: none !important;
}

.sms-button--outline-gold:hover {
    background: var(--sms-gold) !important;
    color: var(--sms-burgundy) !important;
}

.sms-button--buy-now {
    width: 100%;
    padding: 1rem !important;
    font-size: 1rem !important;
    background: linear-gradient(135deg, var(--sms-red), var(--sms-burgundy)) !important;
    border: 1px solid var(--sms-gold) !important;
}

/* Badges & Tags */
.sms-badge {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    font-family: var(--sms-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
}

.sms-badge--new-tag {
    background: #FFD700;
    color: #231A17;
    font-weight: 800;
}

.sms-badge--offer-tag {
    background: var(--sms-magenta);
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(230, 0, 103, 0.3);
}

.sms-badge--sale {
    background: var(--sms-maroon);
    color: var(--sms-gold-light);
    border: 1px solid var(--sms-gold);
}

.sms-badge--sale-lg {
    background: var(--sms-maroon);
    color: var(--sms-gold-light);
    border: 1px solid var(--sms-gold);
    font-size: 0.85rem;
    padding: 0.4rem 0.85rem;
}

/* Gold Divider */
.sms-gold-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0.75rem 0 1.5rem;
    color: var(--sms-gold);
}

.sms-gold-divider::before,
.sms-gold-divider::after {
    content: '';
    height: 1px;
    width: 60px;
    background: linear-gradient(90deg, transparent, var(--sms-gold), transparent);
}

/* --------------------------------------------------------------------------
   2. TOP ANNOUNCEMENT BAR & HEADER
   -------------------------------------------------------------------------- */
.sms-announcement-bar {
    background: var(--sms-burgundy) !important;
    color: var(--sms-gold-light) !important;
    font-size: 0.8rem !important;
    border-bottom: 1px solid rgba(200, 155, 60, 0.25) !important;
    padding: 0.5rem 0 !important;
}

.sms-announcement-bar__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.sms-announcement-link {
    color: var(--sms-gold-light) !important;
}

.sms-announcement-link:hover {
    color: #FFFFFF !important;
}

.sms-divider {
    opacity: 0.4;
    margin: 0 0.4rem;
}

/* Main Header */
.sms-header {
    background: var(--sms-maroon) !important;
    color: #FFFFFF !important;
    border-bottom: 1px solid var(--sms-gold) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 990 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

.sms-header-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.85rem 0 !important;
    gap: 1.5rem !important;
}

.sms-brand {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    color: #FFFFFF !important;
    font-family: var(--sms-font-heading) !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.sms-brand__logo {
    height: 52px !important;
    width: 52px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    border: 1.5px solid var(--sms-gold) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.35) !important;
    transition: transform 0.4s ease !important;
}

.sms-brand__logo:hover {
    transform: scale(1.1) rotate(4deg) !important;
}

.sms-brand__logo--footer {
    height: 60px !important;
    width: 60px !important;
}

.sms-footer-tagline {
    color: var(--sms-gold-light) !important;
    font-size: 1rem !important;
    margin-bottom: 0.75rem !important;
    font-family: var(--sms-font-heading) !important;
    letter-spacing: 0.5px !important;
}

.sms-brand__gold {
    color: var(--sms-gold-light) !important;
}

.sms-nav-list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.25rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sms-nav-list li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.sms-nav-list a {
    color: #FFFFFF !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    padding: 0.4rem 0 !important;
    position: relative;
}

.sms-nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--sms-gold);
    transition: var(--sms-transition);
}

.sms-nav-list a:hover {
    color: var(--sms-gold-light) !important;
}

.sms-nav-list a:hover::after {
    width: 100%;
}

.sms-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.sms-action-btn {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(200, 155, 60, 0.4) !important;
    color: #FFFFFF !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: var(--sms-transition);
    position: relative;
}

.sms-action-btn:hover {
    background: var(--sms-gold) !important;
    color: var(--sms-burgundy) !important;
    border-color: var(--sms-gold) !important;
}

.sms-cart-btn {
    width: auto !important;
    border-radius: 20px !important;
    padding: 0 0.85rem !important;
    gap: 0.4rem !important;
}

.sms-cart-count {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 20px !important;
    height: 20px !important;
    background: var(--sms-gold) !important;
    color: var(--sms-burgundy) !important;
    border-radius: 50% !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 0 4px !important;
}

.sms-cart-total-badge {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: var(--sms-gold-light) !important;
}

.sms-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 1.5rem;
    cursor: pointer;
}

/* --------------------------------------------------------------------------
   3. HERO BANNER SECTION & RUNNING MARQUEE
   -------------------------------------------------------------------------- */
.sms-hero-banner {
    position: relative;
    background-color: var(--sms-burgundy);
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    padding: 5rem 0;
    border-bottom: 2px solid var(--sms-gold);
    overflow: hidden;
}

.sms-hero-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    transform: scale(1.03);
    transition: transform 1.2s ease;
}

.sms-hero-banner:hover .sms-hero-banner__bg {
    transform: scale(1.06);
}

.sms-hero-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(69,9,16,0.92) 0%, rgba(104,17,26,0.85) 60%, rgba(133,15,28,0.88) 100%);
}

.sms-hero-banner__container {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.sms-hero-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(200, 155, 60, 0.2);
    border: 1px solid var(--sms-gold);
    color: var(--sms-gold-light);
    padding: 0.45rem 1.25rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(4px);
}

.sms-hero-banner__title {
    color: #FFFFFF !important;
    font-size: clamp(2.5rem, 6vw, 4.8rem) !important;
    margin-bottom: 2rem !important;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.sms-hero-banner__offers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.sms-hero-offer-box {
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.sms-hero-offer-box--gold {
    background: linear-gradient(135deg, #C89B3C, #D6AD55);
    color: #231A17;
    border-color: var(--sms-gold-light);
}

.sms-hero-offer-box--purple {
    background: linear-gradient(135deg, #4A154B, #6B1D6E);
    color: #FFFFFF;
}

.sms-hero-offer-box--pink {
    background: linear-gradient(135deg, #E60067, #C20054);
    color: #FFFFFF;
}

.sms-hero-offer__tag {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sms-hero-offer__val {
    font-size: 1.1rem;
    font-weight: 800;
}

.sms-hero-offer-plus {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sms-gold-light);
}

.sms-hero-banner__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

/* Running Marquee Ticker Strip */
.sms-marquee-strip {
    background: var(--sms-burgundy);
    color: var(--sms-gold-light);
    border-bottom: 1px solid var(--sms-gold);
    overflow: hidden;
    white-space: nowrap;
    padding: 0.65rem 0;
    font-size: 0.85rem;
    font-weight: 600;
}

.sms-marquee-content {
    display: inline-block;
    animation: smsMarquee 25s linear infinite;
}

@keyframes smsMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.sms-star {
    color: var(--sms-gold);
    margin: 0 0.85rem;
}

/* --------------------------------------------------------------------------
   4. TOP CATEGORIES & PRODUCT GRID BULLETPROOF FIX
   -------------------------------------------------------------------------- */
.sms-top-categories-section {
    padding: 4.5rem 0;
}

.sms-top-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
    width: 100% !important;
}

.sms-top-cat-card {
    background: var(--sms-burgundy);
    border: 2px solid var(--sms-gold);
    border-radius: var(--sms-radius-lg);
    overflow: hidden;
    box-shadow: var(--sms-shadow-luxury);
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100% !important;

}

.sms-top-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sms-shadow-hover);
    border-color: var(--sms-gold-light);
}

.sms-top-cat-card__img-wrap {
    aspect-ratio: 4/5;
    background: #110204;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.sms-top-cat-card__img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease;
}

.sms-top-cat-card:hover .sms-top-cat-card__img-wrap img {
    transform: scale(1.08);
}

.sms-top-cat-card__label {
    background: var(--sms-burgundy);
    color: #FFFFFF;
    text-align: center;
    padding: 1rem;
    font-family: var(--sms-font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-top: 1px solid var(--sms-border-gold);
}

/* Prepaid Discount Bar Strip */
.sms-prepaid-bar {
    background: linear-gradient(90deg, var(--sms-gold), var(--sms-gold-rich));
    color: var(--sms-burgundy);
    padding: 0.85rem 0;
    text-align: center;
    font-size: 0.95rem;
    border-block: 1px solid var(--sms-gold-light);
}

.sms-prepaid-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

.sms-prepaid-icon {
    font-size: 1.25rem;
}

/* ==========================================================================
   PRODUCT CARDS GRID FIX (FIXING THE 60PX SQUISHED CARDS BUG)
   ========================================================================== */
.sms-product-grid-wrapper,
.woocommerce-page,
.woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
}

html body ul.products,
html body .woocommerce ul.products,
html body .woocommerce-page ul.products,
html body .woocommerce.columns-4 ul.products,
html body .sms-product-grid-wrapper ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
}

@media (max-width: 1024px) {
    html body ul.products,
    html body .woocommerce ul.products,
    html body .woocommerce-page ul.products,
    html body .sms-product-grid-wrapper ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 1.25rem !important;
    }
}

@media (max-width: 767px) {
    html body ul.products,
    html body .woocommerce ul.products,
    html body .woocommerce-page ul.products,
    html body .sms-product-grid-wrapper ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.85rem !important;
    }
}

ul.products::before,
ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

html body ul.products li.product,
html body .woocommerce ul.products li.product,
html body .woocommerce-page ul.products li.product,
html body li.product.sms-product-card,
html body .sms-product-card {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #FFFFFF !important;
    border: 1px solid var(--sms-border-gold) !important;
    border-radius: var(--sms-radius) !important;
    overflow: hidden !important;
    box-shadow: var(--sms-shadow-luxury) !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.sms-product-card:hover,
ul.products li.product:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--sms-shadow-hover) !important;
    border-color: var(--sms-gold) !important;
}

html body .sms-product-card__inner {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    box-sizing: border-box !important;
}

html body .sms-product-card__media {
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
    aspect-ratio: 4/5 !important;
    background: var(--sms-cream) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

html body .sms-product-card__img-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

html body .sms-product-card__main-img,
html body ul.products li.product a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    transition: transform 0.6s ease !important;
    box-sizing: border-box !important;
}

html body .sms-product-card__hover-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease, transform 0.6s ease !important;
}

.sms-product-card:hover .sms-product-card__hover-img {
    opacity: 1 !important;
}

.sms-product-card:hover .sms-product-card__main-img {
    transform: scale(1.06) !important;
}

.sms-product-card__badges-left {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
}

.sms-product-card__badges-right {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 3 !important;
}

.sms-product-card__wishlist {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    z-index: 3 !important;
    background: rgba(255,255,255,0.9) !important;
    border: 1px solid var(--sms-border-gold) !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    cursor: pointer !important;
    color: var(--sms-burgundy) !important;
    transition: var(--sms-transition) !important;
}

.sms-product-card__wishlist:hover {
    background: var(--sms-maroon) !important;
    color: #FFFFFF !important;
}

.sms-product-card__quick-actions {
    position: absolute !important;
    bottom: -50px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0.75rem !important;
    display: flex !important;
    justify-content: center !important;
    transition: bottom 0.3s ease !important;
    z-index: 4 !important;
}

.sms-product-card:hover .sms-product-card__quick-actions {
    bottom: 0 !important;
}

.sms-quick-view-btn {
    background: var(--sms-burgundy) !important;
    color: var(--sms-gold-light) !important;
    border: 1px solid var(--sms-gold) !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: var(--sms-radius) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
}

.sms-quick-view-btn:hover {
    background: var(--sms-gold) !important;
    color: var(--sms-burgundy) !important;
}

html body .sms-product-card__details {
    padding: 1.15rem !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    background: #FFFFFF !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 100% !important;
}

html body .sms-product-card__title,
html body ul.products li.product .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product h2 {
    font-family: var(--sms-font-heading) !important;
    font-size: 1.15rem !important;
    margin: 0 0 0.4rem !important;
    color: var(--sms-burgundy) !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html body .sms-product-card__title a {
    color: var(--sms-burgundy) !important;
}

html body .sms-product-card__title a:hover {
    color: var(--sms-gold) !important;
}

html body .sms-product-card__price-line,
html body .price,
html body ul.products li.product .price {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    flex-wrap: wrap !important;
    font-family: var(--sms-font-body) !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: var(--sms-red) !important;
    margin: 0 0 0.5rem 0 !important;
    white-space: nowrap !important;
}

ul.products li.product .price del {
    color: #999 !important;
    font-size: 0.9rem !important;
    margin-right: 0.3rem !important;
}

ul.products li.product .price ins {
    text-decoration: none !important;
    color: var(--sms-red) !important;
}

.sms-discount-pill {
    background: #FF0000 !important;
    color: #FFFFFF !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    padding: 0.15rem 0.45rem !important;
    border-radius: 3px !important;
}

html body .sms-product-card__rating {
    display: flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    margin-bottom: 0.85rem !important;
}

.sms-rating-num {
    font-size: 0.75rem !important;
    color: #777 !important;
}

html body .sms-product-card__btn-wrap {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: auto !important;
    box-sizing: border-box !important;
    display: flex !important;
}

html body .sms-product-card__btn-wrap a,
html body .sms-product-card__btn-wrap button,
html body .woocommerce ul.products li.product .button,
html body .woocommerce ul.products li.product a.button,
html body .woocommerce-page ul.products li.product a.button,
html body .add_to_cart_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0.75rem 0.5rem !important;
    background: var(--sms-burgundy) !important;
    color: var(--sms-gold-light) !important;
    border: 1px solid var(--sms-gold) !important;
    border-radius: var(--sms-radius) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    transition: var(--sms-transition) !important;
}

html body .sms-product-card__btn-wrap a:hover,
html body .sms-product-card__btn-wrap button:hover,
html body .woocommerce ul.products li.product .button:hover,
html body .add_to_cart_button:hover {
    background: var(--sms-gold) !important;
    color: var(--sms-burgundy) !important;
    border-color: var(--sms-gold) !important;
}

/* --------------------------------------------------------------------------
   5. SINGLE PRODUCT PAGE ENHANCEMENTS
   -------------------------------------------------------------------------- */
.sms-single-product-page {
    padding: 2.5rem 0 5rem;
}

.sms-sp-gallery-container {
    position: relative;
    background: #FFFFFF;
    border: 1px solid var(--sms-border-gold);
    border-radius: var(--sms-radius);
    padding: 1.25rem;
    box-shadow: var(--sms-shadow-luxury);
}

.sms-sp-badge-stack {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sms-sp-offer-banner {
    background: linear-gradient(90deg, var(--sms-burgundy), var(--sms-maroon));
    color: #FFFFFF;
    border: 1px solid var(--sms-gold);
    border-radius: var(--sms-radius);
    padding: 0.85rem 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    font-size: 0.88rem;
    box-shadow: 0 4px 15px rgba(69,9,16,0.15);
}

.sms-sp-offer-icon {
    font-size: 1.35rem;
}

.sms-discount-pill-lg {
    background: #FF0000;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 800;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    display: inline-block;
}

.sms-pincode-checker {
    background: var(--sms-cream);
    border: 1px solid var(--sms-border-gold);
    border-radius: var(--sms-radius);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.sms-pincode-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.sms-pincode-form input {
    flex: 1;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--sms-border-gold);
    border-radius: var(--sms-radius);
    font-size: 0.9rem;
}

.sms-pincode-res {
    margin-top: 0.6rem;
    font-size: 0.85rem;
    color: #1e7e34;
    font-weight: 600;
}

.sms-spec-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--sms-border-gold);
    margin-top: 1rem;
}

.sms-spec-table th,
.sms-spec-table td {
    padding: 0.85rem 1.15rem;
    border-bottom: 1px solid var(--sms-gray-light);
    font-size: 0.92rem;
}

.sms-spec-table th {
    background: var(--sms-cream);
    color: var(--sms-burgundy);
    text-align: left;
    width: 32%;
    font-family: var(--sms-font-heading);
    font-size: 1.1rem;
}

.sms-sticky-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--sms-burgundy);
    border-top: 1px solid var(--sms-gold);
    padding: 0.75rem 1rem;
    z-index: 985;
    transform: translateY(100%);
    transition: transform 0.35s ease;
    color: #FFFFFF;
}

.sms-sticky-mobile-bar.is-visible {
    transform: translateY(0);
}

.sms-sticky-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sms-sticky-bar__title {
    font-family: var(--sms-font-heading);
    font-size: 1.1rem;
    color: var(--sms-gold-light);
    display: block;
}

.sms-sticky-bar__price {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1rem;
}

/* --------------------------------------------------------------------------
   6. ASYMMETRIC SHOWCASE GRID & FOOTER
   -------------------------------------------------------------------------- */
.sms-showcase-section {
    padding: 4.5rem 0;
}

.sms-showcase-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 1.5rem !important;
    min-height: 520px;
}

.sms-showcase-card {
    position: relative;
    border-radius: var(--sms-radius-lg);
    overflow: hidden;
    border: 2px solid var(--sms-gold);
    box-shadow: var(--sms-shadow-luxury);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    background-size: cover;
    background-position: center;

}

.sms-showcase-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sms-shadow-hover);
    border-color: var(--sms-gold-light);
}

.sms-showcase-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(35,26,23,0.1) 0%, rgba(69,9,16,0.88) 100%);
    transition: opacity 0.4s ease;
}

.sms-showcase-card:hover .sms-showcase-card__overlay {
    opacity: 0.95;
}

.sms-showcase-card__content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.sms-showcase-card__title {
    color: #FFFFFF !important;
    font-family: var(--sms-font-heading) !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-shadow: 0 4px 15px rgba(0,0,0,0.6);
    text-align: center;
}

.sms-gold-badge {
    background: rgba(69, 9, 16, 0.92);
    border: 2px solid var(--sms-gold);
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    color: var(--sms-gold-light);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.sms-gold-badge__brand {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.sms-gold-badge__title {
    display: block;
    font-family: var(--sms-font-heading);
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--sms-gold);
}

.sms-showcase-middle-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sms-showcase-card--stacked {
    flex: 1;
    min-height: 240px;
}

/* Trust & Footer */
.sms-trust-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 1.25rem !important;
}

.sms-trust-card {
    background: #FFFFFF;
    border: 1px solid var(--sms-border-gold);
    border-radius: var(--sms-radius);
    padding: 1.5rem 1rem;
    text-align: center;
    box-shadow: var(--sms-shadow-luxury);
}

.sms-trust-card__icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.sms-trust-card h3 {
    font-size: 0.95rem;
    margin: 0 0 0.35rem;
}

.sms-trust-card p {
    font-size: 0.78rem;
    color: #666;
    margin: 0;
}

.sms-footer {
    background: var(--sms-burgundy) !important;
    color: var(--sms-cream) !important;
    padding: 4.5rem 0 2rem !important;
    border-top: 2px solid var(--sms-gold) !important;
}

.sms-footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1.2fr !important;
    gap: 3rem !important;
    margin-bottom: 3.5rem !important;
}

.sms-footer-col h3,
.sms-footer-heading {
    color: var(--sms-gold-light) !important;
    font-size: 1.35rem !important;
    margin-bottom: 1.25rem !important;
}

.sms-footer-desc {
    color: var(--sms-cream);
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

.sms-footer-contact-info p {
    margin: 0.35rem 0;
    font-size: 0.88rem;
}

.sms-footer-contact-info a,
.sms-footer-menu a,
.sms-footer a {
    color: var(--sms-cream) !important;
}

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

.sms-footer-menu li {
    margin-bottom: 0.6rem;
}

.sms-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.sms-social-link {
    background: rgba(255,255,255,0.08);
    border: 1px solid var(--sms-border-gold);
    color: var(--sms-gold-light) !important;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
}

.sms-social-link:hover {
    background: var(--sms-gold);
    color: var(--sms-burgundy) !important;
}

.sms-footer-bottom {
    border-top: 1px solid rgba(200, 155, 60, 0.25);
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
}

.sms-payment-pill {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(200, 155, 60, 0.3);
    color: var(--sms-gold-light);
    padding: 0.25rem 0.6rem;
    border-radius: 3px;
    font-size: 0.75rem;
    margin-left: 0.35rem;
}

/* --------------------------------------------------------------------------
   7. DRAWERS, MODALS & TOAST NOTIFICATIONS
   -------------------------------------------------------------------------- */
.sms-cart-drawer,
.sms-mobile-menu,
.sms-shop-sidebar {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
}

.sms-cart-drawer.is-open,
.sms-mobile-menu.is-open,
.sms-shop-sidebar.is-open {
    visibility: visible;
    opacity: 1;
}

.sms-cart-drawer__overlay,
.sms-mobile-menu__overlay,
.sms-shop-sidebar__overlay,
.sms-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(35, 26, 23, 0.65);
    backdrop-filter: blur(4px);
}

.sms-cart-drawer__inner,
.sms-mobile-menu__inner,
.sms-shop-sidebar__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: min(420px, 100vw);
    background: #FFFFFF;
    box-shadow: -10px 0 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sms-mobile-menu__inner,
.sms-shop-sidebar__inner {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}

.sms-cart-drawer.is-open .sms-cart-drawer__inner,
.sms-mobile-menu.is-open .sms-mobile-menu__inner,
.sms-shop-sidebar.is-open .sms-shop-sidebar__inner {
    transform: translateX(0);
}

.sms-cart-drawer__header,
.sms-mobile-menu__header,
.sms-shop-sidebar__header {
    background: var(--sms-burgundy);
    color: #FFFFFF;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sms-cart-drawer__title {
    color: var(--sms-gold-light);
    font-size: 1.25rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sms-cart-drawer__close,
.sms-mobile-menu__close,
.sms-shop-sidebar__close,
.sms-modal__close {
    background: transparent;
    border: none;
    color: var(--sms-gold-light);
    font-size: 1.5rem;
    cursor: pointer;
}

.sms-cart-drawer__body,
.sms-mobile-menu__body,
.sms-shop-sidebar__body {
    padding: 1.5rem;
    overflow-y: auto;
    flex-grow: 1;
}

/* Modals */
.sms-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    visibility: hidden;
    opacity: 0;
    transition: var(--sms-transition);
}

.sms-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.sms-modal__container,
.sms-qv-modal .sms-modal__container {
    position: relative;
    background: #FFFFFF;
    border: 1px solid var(--sms-gold);
    border-radius: var(--sms-radius);
    width: min(850px, calc(100vw - 40px));
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 2;
    box-shadow: var(--sms-shadow-hover);
}

.sms-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    color: var(--sms-burgundy);
    background: var(--sms-cream);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.sms-qv-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2.5rem;
}

/* Toast Container */
.sms-toast-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 10001;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sms-toast {
    background: var(--sms-burgundy);
    color: #FFFFFF;
    border: 1px solid var(--sms-gold);
    padding: 0.85rem 1.25rem;
    border-radius: var(--sms-radius);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 0.85rem;
    transform: translateY(20px);
    opacity: 0;
    transition: var(--sms-transition);
}

.sms-toast.is-show {
    transform: translateY(0);
    opacity: 1;
}

.sms-toast__btn {
    background: var(--sms-gold);
    color: var(--sms-burgundy);
    padding: 0.25rem 0.65rem;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 700;
}

/* Mobile Bottom Navigation Bar */
.sms-mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--sms-burgundy);
    border-top: 1px solid var(--sms-gold);
    z-index: 980;
    justify-content: space-around;
    align-items: center;
}

.sms-mb-item {
    background: transparent;
    border: none;
    color: var(--sms-cream);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.68rem;
    gap: 2px;
    cursor: pointer;
}

.sms-mb-item.is-active,
.sms-mb-item:hover {
    color: var(--sms-gold-light);
}

.sms-mb-cart-icon {
    position: relative;
}

/* --------------------------------------------------------------------------
   8. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .sms-nav {
        display: none !important;
    }
    .sms-mobile-toggle {
        display: block !important;
    }
    .sms-top-categories-grid,
    ul.products,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .sms-product-grid-wrapper ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .sms-showcase-grid {
        grid-template-columns: 1fr !important;
    }
    .sms-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2.5rem !important;
    }
    .sms-trust-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .sms-shop-layout {
        grid-template-columns: 1fr !important;
    }
    .sms-single-product-main,
    .sms-cart-layout,
    .sms-checkout-grid {
        grid-template-columns: 1fr !important;
    }
    .sms-cart-summary-card,
    .sms-order-review-card {
        position: static !important;
    }
}

@media (max-width: 768px) {
    .sms-announcement-bar__left,
    .sms-announcement-bar__right {
        display: none !important;
    }
    .sms-announcement-bar__inner {
        justify-content: center !important;
    }
    .sms-hero-banner {
        min-height: 480px;
        padding: 3rem 0;
    }
    .sms-top-categories-grid,
    ul.products,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .sms-product-grid-wrapper ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
    .sms-trust-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .sms-qv-content {
        grid-template-columns: 1fr !important;
    }
    .sms-mobile-bottom-nav {
        display: flex !important;
    }
    body {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 480px) {
    .sms-footer-grid {
        grid-template-columns: 1fr !important;
    }
    .sms-footer-bottom {
        flex-direction: column !important;
        gap: 1rem !important;
        text-align: center !important;
    }
    .sms-tab-headers {
        flex-direction: column !important;
    }
}
