@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');

/* ============================================================
   SAFFRON KASHMIR — Custom Theme Overrides
   Premium Saffron E-Commerce Design System
   Using HIGH SPECIFICITY selectors to override minified theme.css
   ============================================================ */

/* ---- CSS Variables / Design Tokens ---- */
:root {
    --saffron-primary: #1b825d;
    --saffron-primary-dark: #9aab3a;
    --saffron-primary-light: #cdda86;
    --saffron-primary-rgb: 181, 201, 74;
    --saffron-gold: #D4A853;
    --saffron-gold-light: #F0D48A;
    --saffron-cream: #FFF8F0;
    --saffron-bg-light: #FDF6F0;
    --saffron-bg-section: #FAFAFA;
    --saffron-dark: #1A1A2E;
    --saffron-dark-light: #2D2D44;
    --saffron-text: #333333;
    --saffron-text-light: #666666;
    --saffron-border: #EEEEEE;
    --saffron-white: #FFFFFF;
    --saffron-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    --saffron-shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);
    --saffron-radius: 12px;
    --saffron-radius-sm: 8px;
    --saffron-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* Override primary color */
    --primary-color: #1b825d!important;
    --primary-color-rgb: 181, 201, 74 !important;
}

/* ============================================================
   GLOBAL
   ============================================================ */

body {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    color: var(--saffron-text);
    background-color: var(--saffron-white);
}

/* Site-wide background pattern — faint, fixed, sits behind all content so
   every other element stays fully visible. Opaque sections paint over it. */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url("../../../backpattern.jpg");
    background-repeat: repeat;
    background-size: 360px auto;
    opacity: 0.3;
}

body a {
    transition: all 0.3s ease;
}

/* Override all primary buttons */
body .tp-btn,
body .tp-btn-2 {
    background-color: var(--saffron-primary) !important;
    border-color: var(--saffron-primary) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

body .tp-btn:hover,
body .tp-btn-2:hover {
    background-color: var(--saffron-primary-dark) !important;
    border-color: var(--saffron-primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(181, 201, 74, 0.3);
}

body .btn-primary,
body .btn.btn-primary {
    --bs-btn-bg: var(--saffron-primary) !important;
    --bs-btn-border-color: var(--saffron-primary) !important;
    --bs-btn-hover-bg: var(--saffron-primary-dark) !important;
    --bs-btn-hover-border-color: var(--saffron-primary-dark) !important;
    border-radius: 8px !important;
}

/* ============================================================
   HEADER — Top Bar
   ============================================================ */

body .tp-header-area {
    box-shadow: none;
}

body .tp-header-top,
body .tp-header-top.black-bg {
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
    padding: 6px 0;
    font-size: 13px;
}

body .tp-header-top a,
body .tp-header-top span,
body .tp-header-top p,
body .tp-header-top .tp-header-top-menu a,
body .tp-header-top-right a {
    color: #ffffff !important;
}

body .tp-header-top a:hover {
    color: var(--saffron-gold-light) !important;
}

body .tp-header-welcome span i {
    color: var(--saffron-gold-light) !important;
}

/* ============================================================
   HEADER — Brillare Style Main Nav (MAX SPECIFICITY)
   ============================================================ */

/* Main header bar */
html body .header-brillare .header-brillare__main,
html body .header-brillare .header-brillare__main.tp-header-bottom-2,
html body .header-brillare .tp-header-bottom-2 {
    background-color: #ffffff !important;
    padding: 0 !important;
   
    box-shadow: none !important;
}

html body .header-brillare .tp-header-main,
html body .header-brillare .tp-header-bottom {
    border: none !important;
    box-shadow: none !important;
}

/* Logo — no overflow restriction */
html body .header-brillare .logo {
    display: block !important;
    overflow: visible !important;
}

html body .header-brillare .logo a {
    display: inline-block !important;
    overflow: visible !important;
}

html body .header-brillare .logo a img {
    max-height: 50px !important;
    width: auto !important;
    display: block !important;
}

/* ---- Nav: centered, UPPERCASE, wide letter-spacing ---- */
html body .header-brillare .header-brillare__nav {
    text-align: center !important;
}

/* Kill theme's negative margin on menu-style-2 */
html body .header-brillare .main-menu.menu-style-2,
html body .header-brillare .header-brillare__nav.main-menu.menu-style-2,
html body .header-brillare .header-brillare__nav.main-menu {
    margin-inline-start: 0 !important;
    margin: 0 !important;
}

html body .header-brillare .header-brillare__nav nav ul,
html body .header-brillare .header-brillare__nav .tp-main-menu-content ul,
html body .header-brillare .main-menu.menu-style-2 nav ul,
html body .header-brillare .main-menu.menu-style-2 > nav > ul,
html body .header-brillare .main-menu nav ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Kill per-item right margin from theme */
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li,
html body .header-brillare .header-brillare__nav nav ul > li,
html body .header-brillare .main-menu nav ul > li {
    margin-inline-end: 0 !important;
    margin: 0 !important;
}

html body .header-brillare .header-brillare__nav nav ul > li > a,
html body .header-brillare .header-brillare__nav .tp-main-menu-content ul > li > a,
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li > a,
html body .header-brillare .main-menu nav ul > li > a,
html body .tp-header-style-primary .header-brillare .main-menu.menu-style-2 > nav > ul > li > a {
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 2.5px !important;
    color: #3a3a3a !important;
       padding: 27px 14px 10px !important;
    position: relative !important;
    transition: color 0.3s ease !important;
    display: inline-block !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

html body .header-brillare .main-menu nav ul > li > a::after,
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li > a::after,
html body .header-brillare .header-brillare__nav nav ul > li > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 24px !important;
    right: 24px !important;
    height: 1.5px !important;
    background-color: #3a3a3a !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
    transform-origin: center !important;
    width: auto !important;
}

html body .header-brillare .main-menu nav ul > li > a:hover::after,
html body .header-brillare .main-menu nav ul > li.active > a::after,
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li > a:hover::after,
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li:hover > a::after,
html body .header-brillare .header-brillare__nav nav ul > li > a:hover::after,
html body .header-brillare .header-brillare__nav nav ul > li.active > a::after {
    transform: scaleX(1) !important;
}

html body .header-brillare .main-menu nav ul > li > a:hover,
html body .header-brillare .main-menu nav ul > li.active > a,
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li > a:hover,
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li:hover > a,
html body .header-brillare .main-menu.menu-style-2 > nav > ul > li:hover > a::after,
html body .tp-header-style-primary .main-menu.menu-style-2 > nav > ul > li:hover > a,
html body .tp-header-style-primary .main-menu.menu-style-2 > nav > ul > li:hover > a::after,
html body .header-brillare .header-brillare__nav nav ul > li > a:hover,
html body .header-brillare .header-brillare__nav nav ul > li.active > a {
    color: #3a3a3a !important;
}

/* Hide dropdown arrow icons (tabler chevron-down SVG) */
html body .header-brillare .main-menu nav ul > li.has-dropdown > a .ti,
html body .header-brillare .main-menu nav ul > li.has-dropdown > a svg.icon,
html body .header-brillare .main-menu nav ul > li.has-dropdown > a svg,
html body .header-brillare .main-menu nav ul > li.has-dropdown > a i,
html body .header-brillare .main-menu nav ul > li > a > svg {
    display: none !important;
}

/* ---- Right side: 3 icons (search, user, cart) ---- */
html body .header-brillare .header-brillare__icons {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
}

html body .header-brillare .header-brillare__icon-btn {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    color: #3a3a3a !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

html body .header-brillare .header-brillare__icon-btn:hover {
    color: var(--saffron-primary) !important;
}

html body .header-brillare .header-brillare__icon-btn svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
}

html body .header-brillare .header-brillare__badge {
    position: absolute !important;
    top: -8px !important;
    right: -10px !important;
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
    font-size: 9px !important;
    min-width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-weight: 600 !important;
    display: inline-block !important;
    padding: 0 3px !important;
}

/* Hide old tp-header-action elements */
html body .header-brillare .tp-header-action {
    display: none !important;
}

/* Hide search bar area */
html body .header-brillare .tp-header-search-2 {
    display: none !important;
}

/* Sticky Header */
html body .header-brillare .header-sticky.tp-header-bottom-2,
html body .header-brillare .tp-header-sticky.header-main,
html body .header-brillare .header-brillare__main.header-sticky {
    background-color: #ffffff !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

/* ============================================================
   HERO SLIDER
   ============================================================ */

body .tp-slider-area {
    position: relative;
    overflow: hidden;
}

body .tp-slider-height {
    min-height: 480px;
}

body .tp-slider-content span {
    color: var(--saffron-primary) !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body .tp-slider-content .tp-slider-title {
    color: #1A1A2E !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body .tp-slider-content p {
    color: #666666 !important;
    font-size: 18px;
}

body .tp-slider-btn .tp-btn,
body .tp-slider-btn .tp-btn-2,
body .tp-slider-btn a.tp-btn,
body .tp-slider-btn a.tp-btn-2 {
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
    padding: 14px 35px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-radius: 50px !important;
    letter-spacing: 0.5px;
}

body .tp-slider-btn .tp-btn:hover,
body .tp-slider-btn .tp-btn-2:hover {
    background-color: var(--saffron-primary-dark) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(181, 201, 74, 0.35) !important;
}

/* Slider Dots */
body .tp-slider-active .owl-dots .owl-dot span {
    background-color: rgba(181, 201, 74, 0.3) !important;
}

body .tp-slider-active .owl-dots .owl-dot.active span {
    background-color: var(--saffron-primary) !important;
    width: 30px !important;
    border-radius: 10px !important;
}

/* ============================================================
   SECTION TITLES
   ============================================================ */

body .tp-section-title-wrapper {
    margin-bottom: 25px;
}

body .tp-section-title-pre {
    color: var(--saffron-primary) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

body .tp-section-title,
body h3.tp-section-title {
    color: #1A1A2E !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
}

body .section-title span::after {
    background: rgba(181, 201, 74, 0.15) !important;
}

/* ============================================================
   UNIFIED SECTION TITLES — "The Zafrya Journey" style
   Centered Georgia serif, dark #333, with a short underline dash.
   Applied to every section heading site-wide (ffb-title excluded —
   it is intentionally white/large on a dark banner).
   ============================================================ */
body .section-title,
body .tp-section-title,
body h3.tp-section-title,
body .ct-title,
body .fob-heading,
body .bf-heading,
body .pharmacy-categories-heading,
body .tp-contact-title,
body .tp-testimonial-section-title,
body .stepfeatures__title,
body [class*="spcard-"][class*="-heading"] h2 {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-weight: 800 !important;
    color: #333333 !important;
    text-align: center !important;
    font-size: clamp(30px, 4vw, 44px) !important;
    line-height: 1.2 !important;
}

/* Hide Shofy's default wide underline so we can use the short dash */
body .section-title span::after {
    display: none !important;
}

/* Short centered underline dash for titles that have no divider element */
body .section-title::after,
body .fob-heading::after,
body .bf-heading::after,
body .pharmacy-categories-heading::after,
body .tp-contact-title::after,
body .tp-testimonial-section-title::after {
    content: "" !important;
    display: block !important;
    width: 36px !important;
    height: 3px !important;
    background: #555555 !important;
    margin: 14px auto 0 !important;
    border-radius: 2px !important;
    position: static !important;
    transform: none !important;
}

@media (max-width: 575.98px) {
    body .section-title,
    body .tp-section-title,
    body .ct-title,
    body .fob-heading,
    body .stepfeatures__title,
    body [class*="spcard-"][class*="-heading"] h2 {
        font-size: 26px !important;
    }
}

/* ============================================================
   PRODUCT CATEGORIES — HIGH SPECIFICITY
   ============================================================ */

body .tp-product-category {
    padding: 40px 0;
}

body .tp-product-category-item {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    padding: 20px 15px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #eeeeee !important;
}

body .tp-product-category-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    border-color: rgba(181, 201, 74, 0.2) !important;
}

body .tp-product-category-thumb {
    margin-bottom: 12px !important;
    overflow: hidden;
    border-radius: 8px !important;
}

body .tp-product-category-thumb img {
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
}

body .tp-product-category-item:hover .tp-product-category-thumb img {
    transform: scale(1.08) !important;
}

body .tp-product-category-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1A1A2E !important;
}

body .tp-product-category-title a {
    color: #1A1A2E !important;
}

body .tp-product-category-title a:hover {
    color: var(--saffron-primary) !important;
}

/* ============================================================
   PRODUCT CARDS — ZAFYRA HERITAGE CARD (matches homepage cards)
   Centered content, gold rounded CTA, VIEW PRODUCT link, hover lift.
   Fully responsive / mobile-friendly.
   ============================================================ */

/* Card Container */
body .saffron-product-card,
body div.saffron-product-card {
    background-color: #ffffff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    border: 1px solid #ececec !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    height: 100% !important;
}

body .saffron-product-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 6px 14px rgba(0, 0, 0, 0.06) !important;
}

/* Product Thumbnail — square, padded, centered, contained */
body .saffron-thumb {
    position: relative;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    display: flex !important;
    aspect-ratio: 1 / 1 !important;
    padding: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
}

body .saffron-thumb a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

body .saffron-thumb a img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    transition: transform 0.4s ease !important;
}

body .saffron-product-card:hover .saffron-thumb a img {
    transform: scale(1.04) !important;
}

/* Hide discount badges */
body .saffron-product-card .tp-product-badge {
    display: none !important;
}

/* Content Area — centered column */
body .saffron-content {
    padding: 24px 24px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex: 1 !important;
}

/* Title — centered, bold, clamped to 2 lines (reserves space so the
   description never overlaps it) */
body .saffron-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 10px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.7em !important;
    text-align: center !important;
}

body .saffron-title a {
    color: inherit !important;
    text-decoration: none !important;
}
body .saffron-title a:hover {
    color: #555 !important;
}

/* Description — centered, muted grey, clamped to 2 lines for even cards */
body .saffron-card-desc {
    font-size: 14px !important;
    color: #999999 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    margin: 0 0 16px !important;
    padding: 0 4px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Price — centered, dark, large */
body .saffron-card-price {
    text-align: center !important;
    margin-bottom: 24px !important;
}

body .saffron-card-price .tp-product-price-wrapper {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 8px !important;
}

body .saffron-card-price .new-price,
body .saffron-card-price .tp-product-price.new-price {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: -0.3px !important;
}

body .saffron-card-price .old-price,
body .saffron-card-price .tp-product-price.old-price {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #b0b0b0 !important;
    text-decoration: line-through !important;
}

/* Bottom actions — centered, capped width, pinned to card bottom */
body .saffron-bottom-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: auto !important;
    width: 100% !important;
    max-width: 280px !important;
}

/* ADD TO CART — gold, rounded, full-width within actions */
body .saffron-addcart-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 15px 0 !important;
    background: #d6b579 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background 0.25s ease, transform 0.12s ease !important;
}

body .saffron-addcart-btn:hover {
    background: #c9a35f !important;
}
body .saffron-addcart-btn:active {
    transform: scale(0.97) !important;
}
body .saffron-addcart-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* VIEW PRODUCT — underlined link below the CTA */
body .saffron-view-product {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #444444 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    transition: color 0.2s ease !important;
}
body .saffron-view-product:hover {
    color: #111111 !important;
}

/* ---------- Responsive / mobile-friendly ---------- */
@media (max-width: 575.98px) {
    body .saffron-content {
        padding: 16px 14px 22px !important;
    }
    body .saffron-thumb {
        padding: 16px !important;
    }
    body .saffron-title {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    body .saffron-card-desc {
        font-size: 12.5px !important;
        margin-bottom: 12px !important;
    }
    body .saffron-card-price {
        margin-bottom: 16px !important;
    }
    body .saffron-card-price .new-price,
    body .saffron-card-price .tp-product-price.new-price {
        font-size: 19px !important;
    }
    body .saffron-bottom-actions {
        gap: 10px !important;
    }
    body .saffron-addcart-btn {
        padding: 12px 0 !important;
        font-size: 12.5px !important;
        letter-spacing: 1.5px !important;
    }
    body .saffron-view-product {
        font-size: 13px !important;
    }
}

/* Hide old footer elements */
body .saffron-card-footer-box,
body .saffron-card-separator,
body .saffron-footer-right,
body .saffron-circle-cart-btn {
    display: none !important;
}


/* ============================================================
   PRODUCT SECTION — RED BACKGROUND (100% Screenshot Match)
   ============================================================ */

body .tp-product-arrival-area {
    background-color: transparent !important;
    padding: 20px 0 !important;
}

body .tp-product-arrival-area .container,
body .tp-product-arrival-area [class*="container"] {
    background-color: #8B1115 !important;
    border-radius: 24px !important;
    padding: 28px !important;
}

/* Section Title Wrapper */
body .tp-product-arrival-area .tp-section-title-wrapper {
    display: flex !important;
    /* Title to the right in RTL */
    align-items: center !important;
    margin-bottom: 0px !important;
    margin-left: 17px !important;
}

/* Title */
body .tp-product-arrival-area .tp-section-title {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    position: relative !important;
    padding-right: 15px !important;
}

body .tp-product-arrival-area .tp-section-title::before {
    display: none !important;
}

/* Decorative Icon next to title (gift/flower icon in screenshot) */
body .tp-product-arrival-area .tp-section-title::after {
    content: "✽" !important;
    color: #ffffff !important;
    font-size: 24px !important;
    margin-right: 10px !important;
    display: inline-block !important;
}

/* View All Button */
body .tp-product-arrival-area .tp-product-arrival-more-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

body .saffron-view-all-products-link {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    opacity: 0.9;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body .saffron-view-all-products-link::before {
    content: "← ";
    margin-right: 5px;
}

body .saffron-view-all-products-link:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    opacity: 1;
    color: #ffffff !important;
}

/* Hide Arrows from snippet */
body .tp-product-arrival-area .tp-swiper-arrow {
    display: none !important;
}

/* Product Tooltip */
body .tp-product-tooltip {
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}

body .tp-product-tooltip::after {
    border-top-color: var(--saffron-primary) !important;
}

/* ============================================================
   PRODUCT TABS (Trending Products / Product Groups)
   ============================================================ */
/* ============================================================
   REDIESIGNED FOOTER — 100% MATCH
   ============================================================ */
.saffron-footer-wrapper {
    background-color: #F4F9F4 !important;
    /* Light Greenish-White */
    color: #444444 !important;
}

.saffron-footer-main {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.saffron-footer-logo-text {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #4CAF50 !important;
    /* Green */
    margin-left: 10px;
    vertical-align: middle;
}

.saffron-footer-info p {
    font-size: 15px !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.saffron-footer-contact .saffron-contact-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
}

.saffron-footer-contact .saffron-contact-item .icon {
    color: #4CAF50 !important;
    margin-right: 12px !important;
    font-size: 18px !important;
    min-width: 20px;
    margin-top: 3px;
}

.saffron-footer-contact .saffron-contact-item p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #555555 !important;
}

.saffron-footer-contact .saffron-contact-item a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.saffron-footer-contact .saffron-contact-item a:hover {
    color: #4CAF50 !important;
}

.saffron-footer-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    position: relative;
    padding-bottom: 10px;
}

.saffron-footer-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.saffron-footer-menu li {
    margin-bottom: 10px !important;
}

.saffron-footer-menu li a {
    color: #666666 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.saffron-footer-menu li a:hover {
    color: #4CAF50 !important;
    padding-left: 5px !important;
}

.saffron-footer-apps p {
    font-size: 14px !important;
    color: #777777 !important;
    margin-bottom: 15px !important;
}

.tp-footer-app a {
    display: inline-block !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.tp-footer-app img {
    height: 40px !important;
}

.tp-footer-payment p {
    font-size: 14px !important;
    font-weight: 600;
    color: #333333 !important;
    margin-bottom: 10px !important;
}

/* Footer Bottom */
.saffron-footer-bottom {
    background-color: #F4F9F4 !important;
}

.saffron-copyright p {
    font-size: 14px !important;
    color: #888888 !important;
    margin-bottom: 0 !important;
}

.saffron-footer-support .saffron-support-item {
    display: flex !important;
    align-items: center !important;
}

.saffron-footer-support .saffron-support-item .icon {
    font-size: 24px !important;
    color: #4CAF50 !important;
    margin-right: 12px !important;
}

.saffron-footer-support .saffron-support-item h5 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #4CAF50 !important;
    margin-bottom: 0 !important;
}

.saffron-footer-support .saffron-support-item span {
    font-size: 13px !important;
    color: #888888 !important;
}

.saffron-follow-us strong {
    font-size: 16px !important;
    color: #333333 !important;
}

.tp-footer-social-link a {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #4CAF50 !important;
    /* Green Circle */
    color: #ffffff !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 10px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.tp-footer-social-link a:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3) !important;
}

.saffron-footer-promo p {
    font-size: 13px !important;
    color: #777777 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .saffron-footer-support {
        flex-direction: column !important;
        gap: 20px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .saffron-footer-support .saffron-support-item {
        margin-right: 0 !important;
    }
}

body .tp-product-tab .nav-tabs,
body .tp-product-tab2 .nav-tabs {
    border-bottom: none !important;
}

body .tp-product-tab .nav-tabs .nav-link,
body .tp-product-tab2 .nav-tabs .nav-link,
body .tp-product-tab .nav-link,
body .nav-tabs .nav-link {
    color: #666666 !important;
    font-weight: 500 !important;
    border: none !important;
    position: relative;
    transition: all 0.3s ease !important;
}

body .tp-product-tab .nav-tabs .nav-link.active,
body .tp-product-tab2 .nav-tabs .nav-link.active,
body .tp-product-tab .nav-link.active,
body .nav-tabs .nav-link.active {
    color: var(--saffron-primary) !important;
    background-color: transparent !important;
}

body .tp-product-tab .nav-tabs .nav-link:hover,
body .nav-tabs .nav-link:hover {
    color: var(--saffron-primary) !important;
}

/* ============================================================
   FLASH SALE / DEAL COUNTDOWN
   ============================================================ */

body .tp-product-offer-area,
body .tp-deal-area {
    background-color: var(--saffron-bg-light) !important;
    padding: 50px 0 !important;
}

body .tp-product-offer-countdown .cdown,
body .tp-countdown .cdown {
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

body .tp-product-offer-countdown .cdown span,
body .tp-countdown .cdown span {
    color: #ffffff !important;
}

/* ============================================================
   ADS / BANNERS
   ============================================================ */

body .tp-banner-item,
body .tp-banner-item-2 {
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

body .tp-banner-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

body .tp-banner-item img {
    border-radius: 12px !important;
    transition: transform 0.5s ease !important;
}

body .tp-banner-item:hover img {
    transform: scale(1.03) !important;
}

/* ============================================================
   SITE FEATURES / SERVICE HIGHLIGHTS
   ============================================================ */

body .tp-feature-area {
    background-color: #ffffff !important;
    border-top: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
}

body .tp-feature-item {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
}

body .tp-feature-item:hover {
    border-color: rgba(181, 201, 74, 0.1) !important;
    background-color: var(--saffron-bg-light) !important;
}

body .tp-feature-icon span {
    color: var(--saffron-primary) !important;
}

body .tp-feature-icon span svg {
    width: 36px !important;
    height: 36px !important;
    color: var(--saffron-primary) !important;
}

body .tp-feature-title,
body h3.tp-feature-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1A1A2E !important;
    margin-bottom: 4px !important;
}

body .tp-feature-content p {
    color: #666666 !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

/* ============================================================
   NEWSLETTER / CTA
   ============================================================ */

body .tp-subscribe-area,
body .tp-cta-inner {
    background-color: var(--saffron-primary) !important;
    border-radius: 12px !important;
    overflow: hidden;
}

body .tp-subscribe-area .tp-section-title,
body .tp-cta-inner .tp-section-title,
body .tp-cta-inner h3 {
    color: #ffffff !important;
}

body .tp-subscribe-input input {
    border-radius: 50px !important;
    border: none !important;
    height: 50px !important;
}

body .tp-subscribe-input button {
    background-color: #1A1A2E !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
}

body .tp-subscribe-input button:hover {
    background-color: var(--saffron-gold) !important;
}

/* ============================================================
   BLOG POSTS
   ============================================================ */

body .tp-blog-grid-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #eeeeee !important;
}

body .tp-blog-grid-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

body .tp-blog-grid-thumb img {
    border-radius: 12px 12px 0 0 !important;
}

body .tp-blog-grid-content {
    padding: 18px !important;
}

body .tp-blog-grid-title a {
    color: #1A1A2E !important;
}

body .tp-blog-grid-title a:hover {
    color: var(--saffron-primary) !important;
}

body .tp-blog-btn a {
    color: var(--saffron-primary) !important;
    font-weight: 600 !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

body .tp-footer-area,
body footer .tp-footer-area {
    background-color: #1A1A2E !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

body .tp-footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body .tp-footer-widget-title,
body .tp-footer-area .tp-footer-widget-title {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    position: relative;
    padding-bottom: 12px;
}

body .tp-footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--saffron-primary);
    border-radius: 2px;
}

body .tp-footer-widget ul li a,
body .tp-footer-area .tp-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

body .tp-footer-widget ul li a:hover {
    color: #ffffff !important;
    padding-left: 5px !important;
}

body .tp-footer-widget p,
body .tp-footer-widget span {
    color: rgba(255, 255, 255, 0.65) !important;
}

body .tp-footer-widget .logo img {
    filter: brightness(0) invert(1);
    max-height: 45px;
}

/* Footer Social */
body .tp-footer-social a {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

body .tp-footer-social a:hover {
    background-color: var(--saffron-primary) !important;
    border-color: var(--saffron-primary) !important;
    transform: translateY(-3px);
}

/* Footer bottom */
body .tp-footer-bottom {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body .tp-footer-bottom-wrapper {
    border-top: none !important;
}

body .tp-footer-bottom p,
body .tp-footer-bottom a,
body .tp-footer-copyright,
body .tp-footer-copyright div {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px;
}

body .tp-footer-bottom a:hover {
    color: #ffffff !important;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */

body .tp-breadcrumb-area {
    background-color: var(--saffron-bg-light) !important;
    border-bottom: 1px solid #eeeeee;
}

body .tp-breadcrumb-title {
    color: #1A1A2E !important;
    font-weight: 700 !important;
}

body .breadcrumb-item a {
    color: #666666 !important;
}

body .breadcrumb-item.active {
    color: var(--saffron-primary) !important;
}

/* ============================================================
   MINI CART
   ============================================================ */

body .cartmini__area {
    z-index: 9999;
}

body .cartmini__checkout-btn {
    background-color: var(--saffron-primary) !important;
    border-radius: 8px !important;
}

body .cartmini__checkout-btn:hover {
    background-color: var(--saffron-primary-dark) !important;
}

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */

body .tp-product-details-price .tp-product-details-price-new {
    color: var(--saffron-primary) !important;
}

body .tp-product-details-add-to-cart-btn {
    background-color: var(--saffron-primary) !important;
    border-radius: 8px !important;
}

body .tp-product-details-add-to-cart-btn:hover {
    background-color: var(--saffron-primary-dark) !important;
}

body .tp-product-details-action-btn:hover {
    background-color: var(--saffron-primary) !important;
    border-color: var(--saffron-primary) !important;
    color: #ffffff !important;
}

/* ============================================================
   GALLERY / INSTAGRAM
   ============================================================ */

body .tp-instagram-item {
    border-radius: 12px !important;
    overflow: hidden;
}

body .tp-instagram-icon a {
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
}

/* ============================================================
   MOBILE / OFFCANVAS — TRAYA-STYLE
   ============================================================ */

/* Panel */
.traya-mob.offcanvas__area {
    z-index: 99999 !important;
    width: 390px !important;
    background: #fff !important;
}
@media (max-width: 400px) {
    .traya-mob.offcanvas__area { width: 100% !important; }
}

/* Bottom Nav Bar */
body .tp-mobile-item.active svg,
body .tp-mobile-item:hover svg {
    color: var(--saffron-primary) !important;
}

/* ============================================================
   PAGINATION
   ============================================================ */

body .tp-pagination ul li .current,
body .tp-pagination ul li a:hover {
    background-color: var(--saffron-primary) !important;
    border-color: var(--saffron-primary) !important;
    color: #ffffff !important;
}

/* ============================================================
   RATING STARS
   ============================================================ */

body .tp-product-rating i,
body .tp-product-rating svg {
    color: var(--saffron-gold) !important;
}

/* ============================================================
   FORMS
   ============================================================ */

body .form-control:focus,
body .form-select:focus {
    border-color: var(--saffron-primary) !important;
    box-shadow: 0 0 0 3px rgba(181, 201, 74, 0.1) !important;
}

/* ============================================================
   PRODUCT SM (Small product lists in columns)
   ============================================================ */

body .tp-product-sm-item {
    border-radius: 8px !important;
    border: 1px solid #eeeeee !important;
    transition: all 0.3s ease !important;
}

body .tp-product-sm-item:hover {
    border-color: rgba(181, 201, 74, 0.15) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

/* ============================================================
   PRODUCT LIST VIEW (Grid > List toggle)
   ============================================================ */

body .tp-product-list-item {
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

body .tp-product-list-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

/* ============================================================
   SCROLL TO TOP
   ============================================================ */

body .back-to-top-btn {
    background-color: var(--saffron-primary) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(181, 201, 74, 0.3) !important;
}

body .back-to-top-btn:hover {
    background-color: var(--saffron-primary-dark) !important;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */

@keyframes saffronFadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {
    body .tp-slider-height {
        min-height: 350px;
    }

    body .tp-slider-content .tp-slider-title {
        font-size: 28px !important;
    }

    body .tp-section-title,
    body h3.tp-section-title {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {
    body .tp-slider-height {
        min-height: 280px;
    }

    body .tp-slider-content .tp-slider-title {
        font-size: 22px !important;
    }

    body .tp-section-title,
    body h3.tp-section-title {
        font-size: 20px !important;
    }

    body .tp-product-item .tp-product-content,
    body div.tp-product-item .tp-product-content {
        padding: 12px 14px !important;
    }

    body .tp-product-title,
    body h3.tp-product-title {
        font-size: 14px !important;
    }

    body .tp-footer-widget-title {
        font-size: 16px !important;
    }
}

@media (max-width: 575px) {
    body .tp-slider-content span {
        font-size: 13px !important;
    }

    body .tp-slider-btn .tp-btn,
    body .tp-slider-btn .tp-btn-2 {
        padding: 10px 25px !important;
        font-size: 13px !important;
    }

    body .tp-product-item,
    body div.tp-product-item {
        border-radius: 8px !important;
    }
}

/* ============================================================
   SAFFRON SEARCH FORM — Exact screenshot match
   ============================================================ */

body .saffron-search-form {
    width: 100% !important;
    position: relative;
}

body .saffron-search-form .saffron-search-wrapper {
    display: flex !important;
    align-items: center !important;
    background-color: #ffffff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    height: 46px !important;
    transition: all 0.3s ease !important;
    overflow: hidden;
}

body .saffron-search-form .saffron-search-wrapper:focus-within {
    border-color: #bdbdbd !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

/* Search Icon (left side) */
body .saffron-search-form .saffron-search-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    flex-shrink: 0 !important;
}

body .saffron-search-form .saffron-search-icon button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #999999 !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}

body .saffron-search-form .saffron-search-icon button:hover {
    color: var(--saffron-primary) !important;
    background: none !important;
    transform: none !important;
}

body .saffron-search-form .saffron-search-icon button svg,
body .saffron-search-form .saffron-search-icon button i {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    stroke-width: 1.5 !important;
    color: inherit !important;
}

/* Search Input */
body .saffron-search-form .saffron-search-input {
    flex: 1 !important;
    height: 100% !important;
}

body .saffron-search-form .saffron-search-input input,
body .saffron-search-form .saffron-search-input input[type="text"],
body .saffron-search-form .saffron-search-input input[type="search"] {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    padding: 0 16px 0 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
}

body .saffron-search-form .saffron-search-input input::placeholder {
    color: #b0b0b0 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

body .saffron-search-form .saffron-search-input input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Hide old search elements that might still render */
body .saffron-search-form .tp-header-search-wrapper,
body .saffron-search-form .tp-header-search-category,
body .saffron-search-form .tp-header-search-btn {
    display: none !important;
}

/* AJAX dropdown results */
body .saffron-search-form .panel--search-result,
body .saffron-search-form .search-result,
body .saffron-search-form .bb-search-box-results {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    margin-top: 4px !important;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 991px) {
    body .saffron-search-form .saffron-search-wrapper {
        height: 42px !important;
    }
}

@media (max-width: 767px) {
    body .saffron-search-form .saffron-search-wrapper {
        height: 40px !important;
        border-radius: 6px !important;
    }

    body .saffron-search-form .saffron-search-icon {
        padding: 0 10px !important;
    }

    body .saffron-search-form .saffron-search-icon button svg,
    body .saffron-search-form .saffron-search-icon button i {
        width: 18px !important;
        height: 18px !important;
    }

    body .saffron-search-form .saffron-search-input input::placeholder {
        font-size: 13px !important;
    }
}

/* ============================================================
   SAFFRON CATEGORY CARDS — Arch/Dome Shape Design
   ============================================================ */

body .saffron-category-section {
    background-color: #ffffff !important;
    padding: 50px 0 30px !important;
}

body .saffron-category-card {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 30px;
}

body .saffron-category-link {
    display: block;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

body .saffron-category-link:hover {
    transform: translateY(-5px);
}

/* Arch container */
body .saffron-category-arch-container {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    aspect-ratio: 1 / 1.1;
    overflow: visible;
}

/* SVG Arch background (Mihrab shape) */
body .saffron-arch-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.12));
}

/* Product image centered inside the arch - Saffron Bowl */
body .saffron-category-image {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .saffron-category-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s ease !important;
}

body .saffron-category-link:hover .saffron-category-image img {
    transform: scale(1.1);
}

/* Category Name - Inside the card at the bottom over red area */
body .saffron-category-name {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 0 10px;
    text-align: center;
}

body .saffron-category-name h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

body .saffron-category-name p {
    font-size: 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 2px 0 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    body .saffron-category-arch-container {
        max-width: 170px;
    }

    body .saffron-category-name h3 {
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    body .saffron-category-arch-container {
        max-width: 140px;
    }

    body .saffron-category-name h3 {
        font-size: 12px !important;
    }
}

@media (max-width: 575px) {
    body .saffron-category-arch-container {
        max-width: 205px;
    }
}




@media (max-width: 991px) {
    body .saffron-about-container {
        padding: 40px 30px !important;
    }

    body .saffron-about-title {
        font-size: 32px !important;
    }

    body .saffron-about-img {
        margin-bottom: 30px !important;
    }
}

/* ============================================================
   NEW CENTERED FOOTER — MATCHING NYENEAV DESIGN
   ============================================================ */
body .saffron-footer-wrapper-centered {
    background-color: #f2f2f2 !important;
    color: #444444 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

body .saffron-footer-logo img {
    max-height: 80px !important;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body .saffron-footer-tagline p {
    font-size: 16px !important;
    color: #555555 !important;
    max-width: 600px;
    margin: 0 auto !important;
    line-height: 1.6;
}

body .saffron-footer-social-centered a {
    display: inline-flex !important;
    width: 45px !important;
    height: 45px !important;
    background-color: #8BC34A !important;
    /* Lighter Green per design */
    color: #ffffff !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 8px !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

body .saffron-footer-social-centered a:hover {
    transform: translateY(-3px) !important;
    background-color: #7CB342 !important;
    box-shadow: 0 5px 15px rgba(139, 195, 74, 0.4) !important;
}

body .saffron-footer-divider {
    border: 0;
    border-top: 1px solid #eeeeee !important;
    opacity: 1 !important;
    width: 100%;
}

body .saffron-footer-title-new {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #2D3E50 !important;
    /* Dark Blue-ish Gray */
}

body .saffron-footer-menu-new {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .saffron-footer-menu-new li {
    margin-bottom: 12px !important;
}

body .saffron-footer-menu-new li a {
    color: #666666 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

body .saffron-footer-menu-new li a:hover {
    color: #8BC34A !important;
    padding-left: 5px;
}

body .saffron-footer-contact-new .item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
}

body .saffron-footer-contact-new .item .icon {
    color: #8BC34A !important;
    margin-right: 12px !important;
    font-size: 18px !important;
    min-width: 20px;
    margin-top: 3px;
}

body .saffron-footer-contact-new .item p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    color: #555555 !important;
    line-height: 1.4 !important;
}

body .saffron-footer-contact-new .item a {
    color: inherit !important;
    text-decoration: none !important;
}

body .saffron-footer-bottom-new p {
    font-size: 14px !important;
    color: #777777 !important;
    margin-bottom: 0 !important;
}

/* ============================================================
   MODERN CENTERED FOOTER — SKETCH-BASED REDESIGN
   ============================================================ */
body .saffron-footer-modern {
    background: #ffffff !important;
    color: #1a1a1a !important;
    padding: 70px 0 25px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
    position: relative;
}

body .saffron-footer-modern .container {
    max-width: 1368px;
}

body .saffron-footer-modern-logo {
    margin-bottom: 22px;
}

body .saffron-footer-modern-logo img {
    max-height: 70px !important;
    width: auto;
    display: inline-block;
    transition: transform 0.3s ease;
}

body .saffron-footer-modern-logo a:hover img {
    transform: scale(1.04);
}

body .saffron-footer-modern-tagline {
    font-size: 16px !important;
    color: #6b7280 !important;
    max-width: 640px;
    margin: 0 auto 32px !important;
    line-height: 1.7;
    font-weight: 400;
}

body .saffron-footer-modern-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 34px;
}

body .saffron-footer-modern-nav .saffron-footer-modern-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 28px;
}

body .saffron-footer-modern-nav .saffron-footer-modern-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

body .saffron-footer-modern-nav .saffron-footer-modern-menu li a {
    color: #1a1a1a !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 6px 4px !important;
    position: relative;
    transition: color 0.25s ease;
    letter-spacing: 0.2px;
}

body .saffron-footer-modern-nav .saffron-footer-modern-menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1a1a1a;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}

body .saffron-footer-modern-nav .saffron-footer-modern-menu li a:hover {
    color: #4b5563 !important;
}

body .saffron-footer-modern-nav .saffron-footer-modern-menu li a:hover::after {
    width: 70%;
}

/* Modern social icons */
body .saffron-footer-modern-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

body .saffron-footer-modern-social a {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    background: #f5f5f5 !important;
    color: #1a1a1a !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

body .saffron-footer-modern-social a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1a1a1a;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

body .saffron-footer-modern-social a i {
    position: relative;
    z-index: 1;
}

body .saffron-footer-modern-social a:hover {
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

body .saffron-footer-modern-social a:hover::before {
    opacity: 1;
}

/* Inline contact row */
body .saffron-footer-modern-contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 30px;
}

body .saffron-footer-modern-contact .item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6b7280 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

body .saffron-footer-modern-contact .item svg {
    color: #1a1a1a;
    flex-shrink: 0;
}

body .saffron-footer-modern-contact .item:hover {
    color: #1a1a1a !important;
}

/* Divider */
body .saffron-footer-modern-divider {
    border: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%) !important;
    opacity: 1 !important;
    margin: 10px 0 22px !important;
}

/* Bottom bar: copyright left, legal right */
body .saffron-footer-modern-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    text-align: left;
}

body .saffron-footer-modern-copyright {
    font-size: 13.5px !important;
    color: #6b7280 !important;
    margin: 0 !important;
}

body .saffron-footer-modern-copyright .elyspace {
    color: #1a1a1a !important;
    text-decoration: none;
    font-weight: 600;
}

body .saffron-footer-modern-copyright .elyspace:hover {
    text-decoration: underline;
}

body .saffron-footer-modern-legal .saffron-footer-modern-legal-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body .saffron-footer-modern-legal .saffron-footer-modern-legal-menu li a {
    color: #6b7280 !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
    font-weight: 500;
}

body .saffron-footer-modern-legal .saffron-footer-modern-legal-menu li a:hover {
    color: #1a1a1a !important;
}

@media (max-width: 600px) {
    body .saffron-footer-modern {
        padding: 50px 0 20px !important;
    }
    body .saffron-footer-modern-tagline {
        font-size: 14.5px !important;
        padding: 0 10px;
    }
    body .saffron-footer-modern-nav .saffron-footer-modern-menu {
        gap: 6px 18px;
    }
    body .saffron-footer-modern-bottom {
        justify-content: center;
        text-align: center;
    }
    body .saffron-footer-modern-legal .saffron-footer-modern-legal-menu {
        justify-content: center;
    }
}

/* ============================================================
   BLOG POSTS SECTION — CLEAN MINIMAL DESIGN
   ============================================================ */

body .saffron-blog-section-wrapper {
    background-color: #fafafa !important;
}

body .saffron-blog-section-title {
    color: #2a2a2a !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px;
    font-family: 'Inter', sans-serif !important;
}

body .saffron-blog-flower-icon svg {
    display: block;
}

body .saffron-blog-view-all-btn {
    display: inline-flex !important;
    align-items: center !important;
    background-color: transparent !important;
    color: var(--saffron-primary) !important;
    border: 1.5px solid var(--saffron-primary) !important;
    border-radius: 50px !important;
    padding: 10px 28px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    gap: 6px !important;
}

body .saffron-blog-view-all-btn .arrow {
    font-size: 16px;
    font-weight: 700;
    margin-left: 4px;
}

body .saffron-blog-view-all-btn:hover {
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
}

body .saffron-blog-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #f0f0f0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    padding: 0 !important;
}

body .saffron-blog-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1) !important;
}

body .saffron-blog-thumb {
    overflow: hidden !important;
    margin: 12px 12px 0 12px !important;
    border-radius: 12px !important;
}

body .saffron-blog-thumb img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 12px !important;
    transition: transform 0.4s ease !important;
}

body .saffron-blog-card:hover .saffron-blog-thumb img {
    transform: scale(1.03) !important;
}

body .saffron-blog-content {
    padding: 20px 20px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

body .saffron-blog-tag {
    display: none !important;
}

body .saffron-blog-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

body .saffron-blog-title a {
    color: #2a2a2a !important;
    text-decoration: none !important;
}

body .saffron-blog-title a:hover {
    color: var(--saffron-primary) !important;
}

body .saffron-blog-description {
    color: #777777 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 20px !important;
    flex-grow: 1 !important;
}

body .saffron-blog-footer {
    margin-top: auto !important;
}

body .saffron-blog-read-more-btn {
    background-color: var(--saffron-primary) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 13px 20px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

body .saffron-blog-read-more-btn:hover {
    background-color: #9aae3a !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 991px) {
    body .saffron-blog-section-title {
        font-size: 26px !important;
    }

    body .saffron-blog-view-all-btn {
        padding: 8px 20px !important;
        font-size: 13px !important;
    }
}

/* ============================================================
   ABOUT US SECTION — PREMIUM REDESIGN
   ============================================================ */

body .saffron-about-container {
    background: linear-gradient(135deg, #f9f9f9 0%, #efefef 100%) !important;
    border-radius: 40px !important;
    padding: 60px 80px !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.03) !important;
    margin-top: 20px !important;
}

body .saffron-about-title {
    color: #8C4E2B !important;
    /* Earthy Brown/Orange */
    font-size: 40px !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    letter-spacing: -0.5px;
}

body .saffron-about-desc {
    color: #777777 !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    text-align: justify !important;
    margin-bottom: 0 !important;
}

body .saffron-about-img img {
    max-width: 100% !important;
    height: auto !important;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12)) !important;
    transition: transform 0.5s ease-in-out !important;
}

body .saffron-about-container:hover .saffron-about-img img {
    transform: scale(1.03) translateY(-5px) !important;
}

/* RTL Specific Tweak for About Section */
body.rtl .saffron-about-text-content {
    text-align: right !important;
}

@media (max-width: 991px) {
    body .saffron-about-container {
        padding: 40px 30px !important;
    }

    body .saffron-about-title {
        font-size: 32px !important;
    }

    body .saffron-about-img {
        margin-bottom: 30px !important;
    }
}


.elyspace {
    color: #321e71 !important;
}

/* ── Premium Product Detail Page — Traya Style (pixel-perfect) ── */
.saffron-product-premium .tp-product-details-thumb-wrapper {
    background: #fff;
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.saffron-product-premium .bb-product-gallery-images img {
    border-radius: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.saffron-free-delivery-badge {
    display: none;
}

.saffron-product-premium .bb-product-gallery {
    display: flex;
    flex-direction: column !important;
}

.saffron-product-premium .bb-product-gallery-images {
    width: 100% !important;
    margin-bottom: 16px;
}

.saffron-product-premium .bb-product-gallery-thumbnails {
    width: 100% !important;
    margin-top: 0 !important;
}

.saffron-product-premium .bb-product-gallery-thumbnails .slick-track {
    margin-left: 0;
}

.saffron-gallery-thumb-item {
    padding: 0 6px;
}

.saffron-product-premium .bb-product-gallery-thumbnails img {
    border-radius: 8px;
    background: #f5f5f5;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    cursor: pointer;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.saffron-product-premium .bb-product-gallery-thumbnails .slick-current img {
    border-color: #333;
}

.saffron-product-premium .tp-product-details-wrapper {
    padding-left: 40px;
}

/* Countdown */
.saffron-countdown-premium {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E74C3C;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 18px;
}

.saffron-countdown-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1px;
}

/* Brand subtitle */
.saffron-brand-subtitle {
    margin-bottom: 4px;
}

.saffron-brand-subtitle a {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product Title — large bold black like Traya */
.saffron-product-title-premium {
    font-size: 34px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 14px;
    text-transform: none;
    letter-spacing: -0.3px;
}

/* Product Subtitle / Description — gray paragraph under title */
.saffron-product-subtitle {
    font-size: 16px;
    color: #777;
    line-height: 1.65;
    margin-bottom: 28px;
    font-weight: 400;
}

/* ── Trust Icons Row — exactly like Traya circular icons ── */
.saffron-trust-icons {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.saffron-trust-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    min-width: 72px;
}

.saffron-trust-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #222;
    transition: all 0.25s ease;
}

.saffron-trust-icon-item:hover .saffron-trust-icon-circle {
    background: #f8f8f8;
}

.saffron-trust-icon-label {
    font-size: 10px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 85px;
    line-height: 1.35;
}

/* ── Price + Qty Section ── */
.saffron-price-section {
    margin-bottom: 12px;
}

.saffron-tax-note {
    font-size: 14px;
    color: #888;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.saffron-price-qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.saffron-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.saffron-price-label {
    font-size: 26px;
    color: #555;
    font-weight: 400;
}

.saffron-price-amount {
    font-size: 36px;
    font-weight: 800;
    color: #c78d2a;
}

.saffron-price-old {
    font-size: 18px;
    color: #bbb;
    text-decoration: line-through;
    font-weight: 400;
}

/* Quantity Selector — aligned right of price row */
.saffron-qty-selector {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.saffron-qty-btn {
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.saffron-qty-btn:hover {
    background: #f5f5f5;
}

.saffron-qty-input {
    width: 48px;
    height: 44px;
    text-align: center;
    border: none;
    border-left: 1.5px solid #ccc;
    border-right: 1.5px solid #ccc;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #fff;
    -moz-appearance: textfield;
}

.saffron-qty-input::-webkit-outer-spin-button,
.saffron-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Net Quantity text */
.saffron-net-qty {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
    margin-bottom: 8px;
}

/* ── Action Buttons — Traya exact: ADD TO CART = dark filled, BUY IT NOW = outlined ── */
.saffron-action-buttons-premium {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
    margin-top: 8px;
}

.saffron-btn-bucket {
    background: #3a3a3a;
    color: #fff;
    border: 2px solid #3a3a3a !important;
    padding: 0px 45px !important;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
    text-transform: uppercase;
    cursor: pointer;
}

.saffron-btn-bucket:hover {
    background: #222;
    border-color: #222 !important;
    color: #fff;
}

.saffron-btn-buy-now {
    background: #fff;
    color: #3a3a3a;
    border: 2px solid #3a3a3a !important;
    padding: 16px 42px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: all 0.25s ease;
    cursor: pointer;
}

.saffron-btn-buy-now:hover {
    background: #3a3a3a;
    color: #fff;
}

.saffron-btn-bucket.btn-disabled,
.saffron-btn-buy-now.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Rating */
.saffron-rating-premium {
    display: flex;
    align-items: center;
    gap: 8px;
}

.saffron-rating-premium .stars {
    color: #F1C40F;
    font-size: 14px;
}

.saffron-rating-premium .text {
    font-size: 13px;
    color: #7F8C8D;
}

/* Meta Footer */
.saffron-meta-footer {
    font-size: 13px;
}

/* Feature cards — hide old version */
.saffron-feature-cards {
    display: none;
}

/* Gallery Thumbnails — responsive override */
@media (max-width: 991.98px) {
    .saffron-product-premium .tp-product-details-wrapper {
        padding-left: 0;
        margin-top: 24px;
    }
    .saffron-price-qty-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .saffron-product-title-premium {
        font-size: 24px;
    }
    .saffron-price-amount {
        font-size: 28px;
    }
    .saffron-price-label {
        font-size: 20px;
    }
    .saffron-trust-icons {
        gap: 18px;
    }
    .saffron-trust-icon-circle {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .saffron-trust-icon-label {
        font-size: 9px;
    }
    .saffron-action-buttons-premium {
        flex-direction: column;
    }
    .saffron-btn-bucket,
    .saffron-btn-buy-now {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Override main container max-width */
main {
    max-width: 100% !important;
}

/* Make "New Arrivals" section title white */
.tp-product-arrival-area .tp-section-title,
.tp-product-arrival-area .tp-section-title span,
.tp-product-arrival-area .tp-section-title svg {
    color: #ffffff !important;
}/* ============================================================
   RECIPE & NUTRITION REDESIGN (Premium Layout)
   ============================================================ */

.saffron-recipe-container {
    padding: 20px 0;
}

.saffron-recipe-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin-bottom: 30px;
}

.saffron-stat-item {
    text-align: center;
    flex: 1;
    position: relative;
    padding: 0 10px;
}

.saffron-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: #e0e0e0;
}

.saffron-stat-item strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.saffron-stat-item span {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.saffron-stat-item .icon {
    font-size: 20px;
    color: #4CAF50;
    margin-bottom: 5px;
}

.saffron-stat-item.active strong,
.saffron-stat-item.active .icon {
    color: #4CAF50;
}

/* Main Recipe Card */
.saffron-recipe-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    display: flex;
    gap: 50px;
}

.saffron-recipe-content {
    flex: 7;
}

.saffron-nutrition-content {
    flex: 3;
}

.saffron-recipe-title, .saffron-nutrition-title {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin-bottom: 25px;
}

/* Recipe Steps */
.saffron-recipe-steps {
    list-style: none;
    padding: 0;
}

.saffron-step-item {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.saffron-step-number {
    min-width: 24px;
    height: 24px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #666;
    flex-shrink: 0;
}

.saffron-step-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Nutrition Grid */
.saffron-nutrition-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.saffron-nutrition-item {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 15px 5px;
    text-align: center;
}

.saffron-nutrition-item strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #333;
}

.saffron-nutrition-item span {
    display: block;
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .saffron-recipe-card {
        flex-direction: column;
        padding: 30px;
    }
    
    .saffron-recipe-stats {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    
    .saffron-stat-item {
        flex: 1 0 50%;
    }
    
    .saffron-stat-item:nth-child(2n)::after {
        display: none;
    }
}


/* =============================================
   SAFFRON AUTH PAGES — Innovist-Style Design
   ============================================= */

/* Full-width section, no container padding from parent */
.sk-auth {
    width: 100%;
    min-height: 100vh;
}

 .sk-auth {
    margin-top: -1px;
}

.sk-auth__wrap {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* --- LEFT dark panel --- */
.sk-auth__left {
    flex: 0 0 50%;
    max-width: 50%;
    background: #1a1a2e;
    background: linear-gradient(160deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}

.sk-auth__left::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(181, 201, 74, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.sk-auth__left-inner {
    position: relative;
    z-index: 1;
    max-width: 460px;
    width: 100%;
}

.sk-auth__brand {
    margin-bottom: 30px;
}

.sk-auth__logo {
    max-height: 65px;
    width: auto;
}

.sk-auth__tagline {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Feature cards grid */
.sk-auth__features {
    display: flex;
    gap: 16px;
}

.sk-auth__feature-card {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(4px);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.sk-auth__feature-card:hover {
    border-color: rgba(181, 201, 74, 0.4);
    background: rgba(255, 255, 255, 0.07);
}

.sk-auth__feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(181, 201, 74, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #1b825d;
}

.sk-auth__feature-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.sk-auth__feature-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* --- RIGHT white form panel --- */
.sk-auth__right {
    flex: 0 0 50%;
    max-width: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
}

.sk-auth__form-wrap {
    max-width: 420px;
    width: 100%;
}

.sk-auth__form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.sk-auth__form-subtitle {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 30px;
}

/* Override form field styles inside auth */
.sk-auth .form-group {
    margin-bottom: 18px;
}

.sk-auth .form-group label.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3a;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sk-auth .form-group input.form-control,
.sk-auth .form-group input[type="text"],
.sk-auth .form-group input[type="email"],
.sk-auth .form-group input[type="password"],
.sk-auth .form-group input[type="tel"] {
    height: 50px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
    background: #fafafa !important;
    color: #333 !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.sk-auth .form-group input.form-control:focus,
.sk-auth .form-group input[type="text"]:focus,
.sk-auth .form-group input[type="email"]:focus,
.sk-auth .form-group input[type="password"]:focus,
.sk-auth .form-group input[type="tel"]:focus {
    border-color: #1b825d !important;
    box-shadow: 0 0 0 3px rgba(181, 201, 74, 0.15) !important;
    background: #fff !important;
    outline: none !important;
}

.sk-auth .form-group input::placeholder {
    color: #adb5bd;
}

/* Checkbox styling */
.sk-auth .form-check {
    margin-bottom: 12px;
}

.sk-auth .form-check-input:checked {
    background-color: #1a1a2e !important;
    border-color: #1a1a2e !important;
}

.sk-auth .form-check-label {
    font-size: 14px;
    color: #6c757d;
}

/* Submit button */
.sk-auth .btn-primary,
.sk-auth button[type="submit"],
.sk-auth .auth-card__body button[type="submit"] {
    width: 100% !important;
    height: 50px !important;
    background: #1a1a2e !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: background 0.3s ease, transform 0.1s ease !important;
}

.sk-auth .btn-primary:hover,
.sk-auth button[type="submit"]:hover {
    background: #0f3460 !important;
    transform: translateY(-1px) !important;
}

.sk-auth .btn-primary:active,
.sk-auth button[type="submit"]:active {
    transform: translateY(0) !important;
}

/* Links (register/login, forgot password) */
.sk-auth a {
    color: #0f3460;
}

.sk-auth a:hover {
    color: #1b825d;
}

.sk-auth .text-center {
    margin-top: 16px;
}

.sk-auth .text-decoration-underline {
    text-decoration: underline !important;
    font-weight: 500;
}

/* Alerts */
.sk-auth .alert {
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Password toggle icon */
.sk-auth .input-group {
    position: relative;
}

.sk-auth .auth-input-icon {
    position: absolute;
    left: 1px;
    top: 3px;
    z-index: 10;
    background: transparent;
    border: 0;
}

.sk-auth .ps-5 {
    padding-inline-start: 3rem !important;
}

/* Strip default auth-card styling inside our wrapper */
.sk-auth .auth-card {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.sk-auth .auth-card__header {
    display: none !important; /* We have our own title/subtitle above */
}

.sk-auth .auth-card__body {
    padding: 0 !important;
}

.sk-auth .auth-card__banner {
    display: none !important;
}

.sk-auth .auth-card__left,
.sk-auth .auth-card__right {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    background: transparent !important;
    padding: 0 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
    .sk-auth__wrap {
        flex-direction: column;
    }

    .sk-auth__left,
    .sk-auth__right {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .sk-auth__left {
        padding: 40px 30px;
        min-height: auto;
    }

    .sk-auth__right {
        padding: 40px 30px;
    }

    .sk-auth__features {
        gap: 12px;
    }
}

@media (max-width: 767.98px) {
    .sk-auth__left {
        padding: 30px 20px;
    }

    .sk-auth__right {
        padding: 30px 20px;
    }

    .sk-auth__tagline {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .sk-auth__features {
        flex-direction: column;
        gap: 12px;
    }

    .sk-auth__feature-card {
        display: flex;
        align-items: center;
        gap: 14px;
        text-align: left;
        padding: 16px 18px;
    }

    .sk-auth__feature-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .sk-auth__feature-title {
        margin-bottom: 4px;
    }

    .sk-auth__form-title {
        font-size: 24px;
    }

    .sk-auth__logo {
        max-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .sk-auth__left {
        padding: 24px 16px;
    }

    .sk-auth__right {
        padding: 24px 16px;
    }

    .sk-auth__form-wrap {
        max-width: 100%;
    }
}

/* ============================================================
   SHOP SIDEBAR — MODERN (matches the blog/contact pages)
   Removes the grey wrapper panel; turns filters into clean white
   rounded cards with a modern search pill. Scoped to .bb-shop-sidebar.
   Forced with body + !important to beat style.integration.css.
   ============================================================ */

/* Kill the grey wrapper panel */
body .bb-shop-sidebar {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Filter widget = transparent wrapper (title sits OUTSIDE the box, like the
   blog); only the content becomes the white card. */
body .bb-shop-sidebar .bb-product-filter {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 28px !important;
    box-shadow: none !important;
}

/* Title — outside/above the card */
body .bb-shop-sidebar .bb-product-filter-title,
body .bb-shop-sidebar .tp-shop-widget-title {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    border: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
}

/* Content = the white rounded card */
body .bb-shop-sidebar .bb-product-filter-content {
    background: #ffffff !important;
    border: 1px solid #ededef !important;
    border-radius: 20px !important;
    padding: 22px 24px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05) !important;
}

/* Search — white pill with dark circular button (matches blog) */
body .bb-shop-sidebar .tp-sidebar-search-input {
    position: relative !important;
}
body .bb-shop-sidebar .tp-sidebar-search-input input {
    width: 100% !important;
    height: 58px !important;
    background: #fff !important;
    border: 1px solid #e7e7e9 !important;
    border-radius: 50px !important;
    padding: 0 62px 0 24px !important;
    font-size: 15px !important;
    color: #2a2a2a !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box !important;
}
body .bb-shop-sidebar .tp-sidebar-search-input input:focus {
    outline: none !important;
    border-color: #1a1a1a !important;
    box-shadow: 0 0 0 4px rgba(26, 26, 26, 0.06) !important;
}
body .bb-shop-sidebar .tp-sidebar-search-input button {
    position: absolute !important;
    right: 7px !important;
    inset-inline-end: 7px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #1a1a1a !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}
body .bb-shop-sidebar .tp-sidebar-search-input button:hover {
    background: #000 !important;
    color: #fff !important;
}
body .bb-shop-sidebar .tp-sidebar-search-input button svg {
    width: 17px !important;
    height: 17px !important;
}

/* On Sale checkbox accent */
body .bb-shop-sidebar input[type="checkbox"] {
    accent-color: #1a1a1a !important;
}

/* Product card "ADD TO CART" (newsaffronproductcard, hashed class) — black */
body [class*="spcard-"][class*="-addcart-big"] {
    background: #111111 !important;
    color: #ffffff !important;
}
body [class*="spcard-"][class*="-addcart-big"]:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

/* ============================================================
   CHECKOUT PAGE — MODERN REDESIGN
   Targets the live (renderForm) checkout partials. Design only —
   markup & functionality untouched. Scoped to body.checkout-page.
   ============================================================ */

body.checkout-page {
    background-color: #f4f5f7 !important;
}

/* ---- Top header bar (added in master) ---- */
body.checkout-page .checkout-header {
    background: #ffffff !important;
    border-bottom: 1px solid #ececef !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    margin-bottom: 0 !important;
}

body.checkout-page .checkout-header .logo img,
body.checkout-page .checkout-header img {
    max-height: 46px !important;
    width: auto !important;
}

body.checkout-page .checkout-steps .text-primary {
    color: var(--saffron-primary) !important;
}

/* Hide the form's inline logo (master header already shows it) */
body.checkout-page .form-checkout .checkout-logo,
body.checkout-page .form-checkout .checkout-logo + hr {
    display: none !important;
}

/* ---- Page container & columns ---- */
body.checkout-page .saffron-checkout-premium {
    max-width: 1240px !important;
    padding-top: 28px !important;
    padding-bottom: 60px !important;
}

body.checkout-page #main-checkout-product-info {
    --bs-gutter-x: 28px !important;
}

@media (max-width: 575.98px) {
    body.checkout-page #main-checkout-product-info {
        --bs-gutter-x: 16px !important;
    }
}

/* ---- Left-column section cards ---- */
body.checkout-page .form-checkout > .mb-4,
body.checkout-page .form-checkout .shipping-method-wrapper,
body.checkout-page .form-checkout .saffron-payment-section {
    background: #ffffff !important;
    border: 1px solid #e9eaee !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 8px 24px rgba(16, 24, 40, 0.04) !important;
}

@media (max-width: 575.98px) {
    body.checkout-page .form-checkout > .mb-4,
    body.checkout-page .form-checkout .shipping-method-wrapper,
    body.checkout-page .form-checkout .saffron-payment-section {
        padding: 18px !important;
        border-radius: 14px !important;
    }
}

/* Hide the generic duplicate section titles (partials supply their own) */
body.checkout-page .checkout-shipping-information-title,
body.checkout-page .checkout-payment-title,
body.checkout-page .checkout-billing-information-title {
    display: none !important;
}

/* Order notes textarea */
body.checkout-page .form-checkout > .form-group {
    background: #ffffff !important;
    border: 1px solid #e9eaee !important;
    border-radius: 16px !important;
    padding: 20px 24px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 8px 24px rgba(16, 24, 40, 0.04) !important;
}

/* ---- Section headings (saffron-delivery-header / payment) ---- */
body.checkout-page .saffron-delivery-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
}

body.checkout-page .saffron-delivery-header.mt-4 {
    margin-top: 0 !important;
}

body.checkout-page .saffron-delivery-header h3,
body.checkout-page .saffron-payment-section .saffron-section-title,
body.checkout-page .saffron-summary-header h3,
body.checkout-page .saffron-order-total-card h3 {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 !important;
    letter-spacing: -0.2px !important;
}

/* Delivery / Pickup toggle */
body.checkout-page .saffron-delivery-toggle {
    display: inline-flex !important;
    background: #f1f2f5 !important;
    border-radius: 10px !important;
    padding: 4px !important;
    gap: 4px !important;
}

body.checkout-page .saffron-delivery-toggle .toggle-btn {
    padding: 7px 16px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    border-radius: 7px !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
}

body.checkout-page .saffron-delivery-toggle .toggle-btn.active {
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

/* Saved address / contact summary rows */
body.checkout-page .saffron-delivered-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 14px 16px !important;
    border: 1px solid #e9eaee !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    background: #fbfbfc !important;
}

body.checkout-page .saffron-delivered-row .icon {
    width: 38px !important;
    height: 38px !important;
    flex-shrink: 0 !important;
    border-radius: 50% !important;
    background: rgba(181, 201, 74, 0.14) !important;
    color: var(--saffron-primary-dark) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
}

body.checkout-page .saffron-delivered-row .content {
    flex: 1 !important;
    min-width: 0 !important;
}

body.checkout-page .saffron-delivered-row .content strong {
    display: block !important;
    font-size: 14.5px !important;
    color: #111827 !important;
    margin-bottom: 2px !important;
}

body.checkout-page .saffron-delivered-row .content p {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin: 0 !important;
}

body.checkout-page .saffron-delivered-row .edit-link {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--saffron-primary-dark) !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}

body.checkout-page .saffron-delivered-row .edit-link:hover {
    text-decoration: underline !important;
}

/* "Already have an account / Logged in as" line */
body.checkout-page .customer-address-payment-form .text-muted a,
body.checkout-page .customer-address-payment-form a.text-primary {
    color: var(--saffron-primary-dark) !important;
    font-weight: 600 !important;
}

/* ---- Inputs / floating-label fields ---- */
body.checkout-page .form-input-wrapper .form-control,
body.checkout-page .checkout-form .form-control,
body.checkout-page .form-checkout .form-control {
    min-height: 52px !important;
    border: 1px solid #d7dae0 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    color: #1f2937 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

body.checkout-page textarea.form-control {
    min-height: 88px !important;
}

body.checkout-page .form-control:focus,
body.checkout-page .form-select:focus {
    border-color: var(--saffron-primary) !important;
    box-shadow: 0 0 0 3px rgba(181, 201, 74, 0.18) !important;
}

body.checkout-page .form-input-wrapper label {
    color: #8a8f98 !important;
    font-size: 15px !important;
    top: 15px !important;
}

body.checkout-page .form-input-wrapper .form-control:focus + label,
body.checkout-page .form-input-wrapper .form-control.has-value + label,
body.checkout-page .form-input-wrapper .form-control:not(:placeholder-shown) + label,
body.checkout-page .form-input-wrapper select.form-control + label {
    color: var(--saffron-primary-dark) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    top: -8px !important;
}

/* Select arrow */
body.checkout-page .select--arrow > svg,
body.checkout-page .select--arrow > .ti {
    position: absolute !important;
    top: 50% !important;
    inset-inline-end: 14px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    color: #9ca3af !important;
}

body.checkout-page select.form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-inline-end: 40px !important;
}

/* Validation errors */
body.checkout-page .help-block,
body.checkout-page .text-danger,
body.checkout-page .invalid-feedback {
    font-size: 12.5px !important;
    color: #dc2626 !important;
    margin-top: 5px !important;
}

body.checkout-page .has-error .form-control {
    border-color: #f0a3a3 !important;
}

/* Register-account checkbox */
body.checkout-page #register-an-account-wrapper {
    margin-top: 6px !important;
}

body.checkout-page .form-check-input {
    accent-color: var(--saffron-primary) !important;
}

/* ---- Shipping option cards ---- */
body.checkout-page .saffron-shipping-options-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

body.checkout-page .saffron-shipping-card {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 15px 18px !important;
    border: 1px solid #e3e5ea !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    background: #ffffff !important;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease !important;
}

body.checkout-page .saffron-shipping-card:hover {
    border-color: #c7cdd6 !important;
}

body.checkout-page .saffron-shipping-card.selected {
    border-color: var(--saffron-primary) !important;
    background: rgba(181, 201, 74, 0.06) !important;
    box-shadow: 0 0 0 1px var(--saffron-primary) inset !important;
}

body.checkout-page .saffron-shipping-card .icon {
    width: 42px !important;
    height: 42px !important;
    flex-shrink: 0 !important;
    border-radius: 10px !important;
    background: #f4f5f7 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #374151 !important;
}

body.checkout-page .saffron-shipping-card.selected .icon {
    background: var(--saffron-primary) !important;
    color: #ffffff !important;
}

body.checkout-page .saffron-shipping-card .saffron-lightning-icon {
    color: #f0a020 !important;
}

body.checkout-page .saffron-shipping-card .details {
    flex: 1 !important;
    min-width: 0 !important;
}

body.checkout-page .saffron-shipping-card .details .title-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.checkout-page .saffron-shipping-card .details strong {
    font-size: 14.5px !important;
    color: #111827 !important;
}

body.checkout-page .saffron-shipping-card .details p {
    font-size: 12.5px !important;
    color: #9097a1 !important;
    margin: 2px 0 0 !important;
}

body.checkout-page .saffron-badge-faster {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    color: #f0a020 !important;
    background: rgba(240, 160, 32, 0.12) !important;
    padding: 2px 8px !important;
    border-radius: 20px !important;
}

body.checkout-page .saffron-shipping-card .price {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    flex-shrink: 0 !important;
}

/* ---- Payment method cards ---- */
body.checkout-page .saffron-payment-options-list,
body.checkout-page ul.list_payment_method {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

body.checkout-page .list_payment_method > li,
body.checkout-page .list_payment_method .list-group-item {
    border: 1px solid #e3e5ea !important;
    border-radius: 12px !important;
    padding: 16px 18px !important;
    margin: 0 !important;
    background: #ffffff !important;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease !important;
}

body.checkout-page .list_payment_method > li:hover,
body.checkout-page .list_payment_method .list-group-item:hover {
    border-color: #c7cdd6 !important;
}

body.checkout-page .list_payment_method > li:has(input:checked),
body.checkout-page .list_payment_method .list-group-item:has(input:checked) {
    border-color: var(--saffron-primary) !important;
    background: rgba(181, 201, 74, 0.06) !important;
    box-shadow: 0 0 0 1px var(--saffron-primary) inset !important;
}

body.checkout-page .list_payment_method label {
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 0 !important;
}

body.checkout-page .list_payment_method input[type="radio"] {
    accent-color: var(--saffron-primary) !important;
}

/* "Add new card" affordance */
body.checkout-page .saffron-add-card-option {
    border: 1px dashed #cdd2da !important;
    border-radius: 12px !important;
    padding: 14px 18px !important;
    cursor: pointer !important;
    transition: border-color 0.15s ease, background 0.15s ease !important;
}

body.checkout-page .saffron-add-card-option:hover {
    border-color: var(--saffron-primary) !important;
    background: rgba(181, 201, 74, 0.05) !important;
}

body.checkout-page .saffron-add-card-content {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

body.checkout-page .saffron-add-card-content .icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #f4f5f7 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ============================================================
   ORDER SUMMARY (right / sidebar column)
   ============================================================ */
body.checkout-page .checkout-order-info {
    position: sticky !important;
    top: 20px !important;
}

/* Turn the grey wrapper into a clean white card */
body.checkout-page .checkout-order-info > .bg-light {
    background: #ffffff !important;
    border: 1px solid #e9eaee !important;
    border-radius: 16px !important;
    margin-top: 0 !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 8px 24px rgba(16, 24, 40, 0.04) !important;
    overflow: hidden !important;
}

body.checkout-page .checkout-order-info > .bg-light > .cart-item-wrapper {
    padding: 24px !important;
}

/* Summary header ("Cart") */
body.checkout-page .saffron-summary-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 18px !important;
}

body.checkout-page .saffron-summary-header .info-icon {
    color: #b8bcc4 !important;
}

/* Product line items */
body.checkout-page .saffron-cart-item {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f0f1f4 !important;
    margin-bottom: 0 !important;
}

body.checkout-page .cart-item-wrapper > .saffron-cart-item:last-child {
    border-bottom: 0 !important;
}

body.checkout-page .saffron-cart-item-img {
    width: 60px !important;
    height: 60px !important;
    flex-shrink: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #ececef !important;
    background: #fff !important;
}

body.checkout-page .saffron-cart-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.checkout-page .saffron-cart-item-info {
    flex: 1 !important;
    min-width: 0 !important;
}

body.checkout-page .saffron-cart-item-info .category {
    font-size: 11.5px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #9097a1 !important;
}

body.checkout-page .saffron-cart-item-info h4 {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin: 2px 0 4px !important;
    line-height: 1.35 !important;
}

body.checkout-page .saffron-cart-item-info .price {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

body.checkout-page .saffron-cart-item .ec-checkout-quantity {
    display: inline-flex !important;
    align-items: center !important;
}

body.checkout-page .saffron-cart-item .ec-checkout-quantity .qty {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 26px !important;
    height: 24px !important;
    padding: 0 8px !important;
    background: #f1f2f5 !important;
    border-radius: 7px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #374151 !important;
}

/* Promotion code */
body.checkout-page .saffron-promo-wrap {
    margin: 18px 0 !important;
    padding-top: 18px !important;
    border-top: 1px dashed #dfe1e6 !important;
}

body.checkout-page .saffron-promo-title {
    display: block !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 10px !important;
}

body.checkout-page .saffron-promo-input-group {
    display: flex !important;
    gap: 8px !important;
}

body.checkout-page .saffron-promo-input-group input {
    flex: 1 !important;
    min-width: 0 !important;
    height: 46px !important;
    border: 1px solid #d7dae0 !important;
    border-radius: 10px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    color: #1f2937 !important;
    background: #fff !important;
}

body.checkout-page .saffron-promo-input-group input:focus {
    outline: none !important;
    border-color: var(--saffron-primary) !important;
    box-shadow: 0 0 0 3px rgba(181, 201, 74, 0.18) !important;
}

body.checkout-page .saffron-btn-promo {
    flex-shrink: 0 !important;
    height: 46px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: background 0.15s ease !important;
}

body.checkout-page .saffron-btn-promo:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Totals card */
body.checkout-page .saffron-order-total-card {
    background: #fbfbfc !important;
    border: 1px solid #eef0f3 !important;
    border-radius: 14px !important;
    margin-top: 4px !important;
}

body.checkout-page .saffron-order-total-card h3 {
    margin-bottom: 14px !important;
}

body.checkout-page .saffron-total-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

body.checkout-page .saffron-total-item span {
    color: #6b7280 !important;
}

body.checkout-page .saffron-total-item strong {
    color: #1f2937 !important;
    font-weight: 600 !important;
}

body.checkout-page .saffron-total-item.text-success span,
body.checkout-page .saffron-total-item.text-success strong {
    color: #16a34a !important;
}

body.checkout-page .saffron-total-item.grand-total {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid #e6e8ec !important;
    margin-bottom: 0 !important;
}

body.checkout-page .saffron-total-item.grand-total span {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

body.checkout-page .saffron-total-item.grand-total strong {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #111827 !important;
}

body.checkout-page .saffron-welcome-notice {
    background: rgba(181, 201, 74, 0.1) !important;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    margin-top: 16px !important;
}

body.checkout-page .saffron-welcome-notice p {
    font-size: 12.5px !important;
    color: #5f6d1f !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Discount form (below summary card) */
body.checkout-page .checkout-order-info .mt-3.mb-5 {
    margin-top: 16px !important;
}

/* ---- Footer actions: back-to-cart + place order ---- */
body.checkout-page .payment-checkout-btn,
body.checkout-page .payment-checkout-btn-step {
    width: 100% !important;
    min-height: 54px !important;
    background: #111827 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    float: none !important;
    transition: background 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease !important;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.18) !important;
}

body.checkout-page .payment-checkout-btn:hover,
body.checkout-page .payment-checkout-btn-step:not(.disabled):hover {
    background: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.26) !important;
}

body.checkout-page .payment-checkout-btn-step.disabled {
    background: #c4c8d0 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

/* Force full-width button even on desktop (override partial's float rule) */
@media (min-width: 768px) {
    body.checkout-page .checkout-btn-responsive {
        width: 100% !important;
        float: none !important;
        min-width: 0 !important;
    }
}

/* Back to cart link */
body.checkout-page .back-to-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #6b7280 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
}

body.checkout-page .back-to-cart-btn:hover {
    color: #111827 !important;
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
    body.checkout-page .checkout-order-info {
        position: static !important;
    }
}
