/*
Theme Name: Fashion Feet Premium Ultra
Author: Chamal Julan
Description: High-end Minimalist E-commerce Experience.
Version: 4.8
*/

/* ============================================================
   1. RESET & FUNDAMENTALS
   ============================================================ */
* {
    box-sizing: border-box;
}

[x-cloak] {
    display: none !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
strong,
small {
    font-family: 'Inter', -apple-system, sans-serif !important;
}

body {
    background-color: #ffffff;
    color: #111;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    overflow-x: clip !important;
    max-width: 100vw !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

html {
    scroll-behavior: smooth !important;
}

:root {
    --accent-color: #C5A859;
}

a {
    color: #111;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: var(--accent-color);
}


/* ============================================================
   2. LAYOUT
   ============================================================ */
.woocommerce.archive .main-content,
body:not(.home) main {
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

body.home main {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#secondary,
.sidebar {
    display: none !important;
}

#primary {
    width: 100% !important;
    float: none !important;
}


/* ============================================================
   3. HEADER — Solid white, compact, black nav text
   ============================================================ */
html body header.sticky,
html body .site-header,
html body header.site-header {
    padding: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
}

html body header.sticky::before,
html body .site-header::before,
html body header.site-header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    z-index: -1 !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}

html body > .flex-grow {
    padding-top: 96px !important;
}

html body header.sticky>div.container-premium,
html body header.sticky .container-premium {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

html body header.sticky .custom-logo,
html body header.sticky .site-logo img,
html body .site-branding img.custom-logo {
    max-height: 36px !important;
    height: 36px !important;
    width: auto !important;
    filter: none !important;
}

/* Nav text - ALWAYS BLACK */
html body header.sticky a,
html body header.sticky nav a,
html body header.sticky .site-logo a,
html body.home header.sticky:not(.header-scrolled) nav a,
html body.home header.sticky:not(.header-scrolled) .site-logo a,
html body.home header.sticky:not(.header-scrolled) .text-gray-800,
html body.home header.sticky:not(.header-scrolled) .text-dark {
    color: #111 !important;
}

html body header.sticky a:hover,
html body header.sticky nav a:hover {
    color: var(--accent-color) !important;
}

/* Icons - always black */
html body header.sticky svg,
html body.home header.sticky:not(.header-scrolled) svg {
    stroke: #111 !important;
    color: #111 !important;
}

html body header.sticky a:hover svg,
html body header.sticky button:hover svg {
    stroke: var(--accent-color) !important;
    color: var(--accent-color) !important;
}

@media (max-width: 640px) {
    html body header.sticky>div.container-premium {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    html body header.sticky .custom-logo,
    html body header.sticky .site-logo img {
        max-height: 28px !important;
        height: 28px !important;
    }

    html body header.sticky button[class*="lg:hidden"] svg {
        width: 22px !important;
        height: 22px !important;
    }

    html body header.sticky .flex.items-center.gap-6 {
        gap: 12px !important;
    }
}


/* ============================================================
   4. FRONT PAGE - HERO
   ============================================================ */

/* Desktop/Laptop: fit hero fully within viewport below sticky header */
@media (min-width: 768px) {
    body.home main>section:first-of-type {
        height: calc(100dvh - 70px) !important;
        margin-top: 0 !important;
    }
}
@media (max-width: 640px) {
    body.home main>section:first-of-type {
        height: 50vh !important;
        min-height: 320px !important;
    }

    body.home main>section:first-of-type .bg-cover {
        background-size: cover !important;
        background-position: center center !important;
    }

    body.home h1.text-5xl {
        font-size: 2.25rem !important;
        line-height: 1.1 !important;
        letter-spacing: -0.02em !important;
        margin-bottom: 1.5rem !important;
    }

    body.home .text-premium-400 {
        font-size: 0.7rem !important;
        letter-spacing: 0.2em !important;
    }

    body.home main section a[href*="shop"].bg-premium-500 {
        padding: 10px 20px !important;
        font-size: 0.65rem !important;
        white-space: nowrap !important;
        bottom: 25px !important;
    }
}


/* ============================================================
   5. CATEGORY CARDS (Home) — Custom classes, zero conflicts
   ============================================================ */

.ff-cat-card {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #111 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
    transition: box-shadow 0.4s ease !important;
    height: 400px !important;
}

.ff-cat-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.ff-cat-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: bottom !important;
    transition: transform 0.7s ease !important;
}

.ff-cat-card:hover .ff-cat-image {
    transform: scale(1.05) !important;
}

.ff-cat-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    transition: background 0.5s ease !important;
}

.ff-cat-card:hover .ff-cat-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.2) 100%) !important;
}

.ff-cat-content {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 2rem !important;
    z-index: 2 !important;
    line-height: 1.4 !important;
    font-size: 1rem !important;
    color: #fff !important;
}

.ff-cat-title {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #fff !important;
    margin: 0 0 0.25rem 0 !important;
    line-height: 1.1 !important;
}

.ff-cat-count {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.875rem !important;
    margin: 0 0 0.75rem 0 !important;
    line-height: 1.4 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    outline: none !important;
}

.ff-cat-link-text {
    display: inline-flex !important;
    align-items: center !important;
    color: #C5A859 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: transform 0.3s ease !important;
}

.ff-cat-card:hover .ff-cat-link-text {
    transform: translateX(4px) !important;
}

/* Responsive */
@media (max-width: 640px) {
    .ff-cat-card {
        height: 320px !important;
    }
    .ff-cat-content {
        padding: 1.5rem !important;
    }

    .ff-cat-title {
        font-size: 1.5rem !important;
    }

    .ff-cat-count {
        font-size: 0.8rem !important;
    }

    .ff-cat-link-text {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 768px) {
    body.home section.py-24 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    body.home section.py-24 h2.text-3xl,
    body.home section.py-24 h2.text-4xl {
        font-size: 1.75rem !important;
        letter-spacing: 0.15em !important;
    }
}

/* ============================================================
   6. PRODUCT CARDS (Unified - Shop + Home)
   ============================================================ */
.woocommerce ul.products li.product,
ul.products li.product {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    transition: box-shadow 0.3s !important;
}

.woocommerce ul.products li.product:hover,
ul.products li.product:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

/* Image container (grey box) */
.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product>a:first-of-type,
ul.products li.product>a.woocommerce-LoopProduct-link,
ul.products li.product>a:first-of-type {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: unset !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: #e8e8e8 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Image with mix-blend multiply */
.woocommerce ul.products li.product img,
ul.products li.product img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    background: transparent !important;
    mix-blend-mode: multiply !important;
    filter: none !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.woocommerce ul.products li.product:hover img,
ul.products li.product:hover img {
    transform: scale(1.05) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
    background: #fff !important;
    padding: 18px 20px 6px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #111 !important;
    line-height: 1.3 !important;
}

.woocommerce ul.products li.product .price,
ul.products li.product .price {
    background: #fff !important;
    padding: 0 20px 18px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111 !important;
    display: block !important;
}

.woocommerce ul.products li.product .button,
ul.products li.product .button,
ul.products li.product .add_to_cart_button,
ul.products li.product .select_options {
    display: block !important;
    width: 100% !important;
    margin: auto 0 0 !important;
    padding: 18px !important;
    border-radius: 0 !important;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    text-align: center !important;
    transition: background 0.3s !important;
    cursor: pointer;
}

.woocommerce ul.products li.product .button:hover,
ul.products li.product .button:hover {
    background: var(--accent-color) !important;
    color: #fff !important;
}

ul.products li.product span.onsale {
    background-color: #111 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 10 !important;
    border-radius: 2px !important;
    line-height: 1 !important;
}


/* ============================================================
   7. HOME FEATURED PRODUCTS GRID (4 cols)
   ============================================================ */
body.home #featured-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    body.home #featured-products ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 768px) {
    body.home #featured-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }
}

@media (max-width: 480px) {
    body.home #featured-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

/* Compact text on home */
body.home #featured-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    padding: 14px 16px 4px !important;
}

body.home #featured-products ul.products li.product .price {
    font-size: 14px !important;
    padding: 0 16px 14px !important;
}

body.home #featured-products ul.products li.product .button {
    padding: 14px !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
}

@media (max-width: 480px) {
    body.home #featured-products ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
        padding: 10px 12px 3px !important;
    }

    body.home #featured-products ul.products li.product .price {
        font-size: 12px !important;
        padding: 0 12px 10px !important;
    }

    body.home #featured-products ul.products li.product .button {
        padding: 10px !important;
        font-size: 10px !important;
    }
}


/* ============================================================
   8. SHOP PAGE GRID (4 cols compact)
   ============================================================ */
body.woocommerce-shop ul.products,
body.woocommerce.archive ul.products,
body.tax-product_cat ul.products,
body.post-type-archive-product ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 1200px) {

    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {

    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
}

@media (max-width: 480px) {

    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
    padding: 12px 14px 3px !important;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
    font-size: 13px !important;
    padding: 0 14px 12px !important;
}

body.woocommerce-shop ul.products li.product .button,
body.tax-product_cat ul.products li.product .button {
    padding: 12px !important;
    font-size: 10px !important;
    letter-spacing: 1.5px !important;
}

@media (max-width: 480px) {

    body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
        padding: 10px 10px 2px !important;
    }

    body.woocommerce-shop ul.products li.product .price,
    body.tax-product_cat ul.products li.product .price {
        font-size: 12px !important;
        padding: 0 10px 8px !important;
    }

    body.woocommerce-shop ul.products li.product .button,
    body.tax-product_cat ul.products li.product .button {
        padding: 10px !important;
        font-size: 9px !important;
    }
}

/* Shop heart button */
body.woocommerce-shop .ff-heart-btn,
body.tax-product_cat .ff-heart-btn,
body.post-type-archive-product .ff-heart-btn {
    width: 30px !important;
    height: 30px !important;
    top: 8px !important;
    right: 8px !important;
}

body.woocommerce-shop .ff-heart-btn svg,
body.tax-product_cat .ff-heart-btn svg {
    width: 14px !important;
    height: 14px !important;
}


/* ============================================================
   9. BRAND STORY & NEWSLETTER (mobile)
   ============================================================ */
@media (max-width: 768px) {
    body.home .md\:aspect-video {
        aspect-ratio: 1 / 1 !important;
    }
}

@media (max-width: 640px) {

    body.home section.bg-dark h2.text-4xl,
    body.home section.bg-dark h2.text-5xl {
        font-size: 1.75rem !important;
        line-height: 1.1 !important;
        margin-bottom: 1.5rem !important;
    }

    body.home section.bg-dark p.text-lg {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 2rem !important;
    }

    body.home section.bg-dark .border-4 {
        border-width: 2px !important;
    }

    body.home section.bg-premium-500 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    body.home section.bg-premium-500 .bg-white\/10 {
        padding: 2rem 1.5rem !important;
        border-radius: 1.5rem !important;
    }

    body.home section.bg-premium-500 h2.text-3xl,
    body.home section.bg-premium-500 h2.text-5xl {
        font-size: 1.75rem !important;
        margin-bottom: 1rem !important;
    }

    body.home section.bg-premium-500 p.text-lg {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem !important;
    }

    body.home section.bg-premium-500 input[type="email"],
    body.home section.bg-premium-500 button[type="submit"] {
        padding: 14px 20px !important;
        font-size: 0.9rem !important;
    }
}


/* ============================================================
   10. SHOP FILTER SIDEBAR (LUXURY UI)
   ============================================================ */
.ff-shop-main {
    display: flex;
    align-items: flex-start;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px 100px;
}

.ff-filter-sidebar {
    width: 250px;
    min-width: 250px;
    flex-shrink: 0;
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    padding-right: 40px;
}

/* Custom Scrollbar for sleek UI */
.ff-filter-sidebar::-webkit-scrollbar { width: 4px; }
.ff-filter-sidebar::-webkit-scrollbar-track { background: transparent; }
.ff-filter-sidebar::-webkit-scrollbar-thumb { background: #eee; border-radius: 4px; }
.ff-filter-sidebar:hover::-webkit-scrollbar-thumb { background: #ccc; }

.ff-filter-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid #111;
}

.ff-filter-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #111 !important;
    margin: 0 !important;
}

.ff-clear-all-btn {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}

.ff-clear-all-btn:hover {
    color: #111;
}

.ff-filter-close-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #111;
    padding: 4px;
}

.ff-filter-section {
    border-bottom: 1px solid #f0f0f0;
    padding: 4px 0;
}

.ff-filter-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 16px 0;
    text-align: left;
    color: #111;
}

.ff-filter-label {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #111 !important;
}

.ff-chevron {
    transition: transform 0.4s ease;
    color: #111;
    stroke-width: 2;
}

.ff-filter-section .ff-filter-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s, padding 0.35s;
}

.ff-filter-section.ff-section-open .ff-filter-body {
    max-height: 500px;
    padding-bottom: 16px;
}

.ff-filter-section.ff-section-open .ff-chevron {
    transform: rotate(180deg);
}

.ff-filter-list {
    list-style: none !important;
    padding: 0 0 16px 0 !important;
    margin: 0 !important;
}

.ff-filter-cat-link {
    display: flex;
    align-items: center;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #666 !important;
    padding: 10px 12px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    border-radius: 6px;
    margin-bottom: 2px;
}

.ff-filter-cat-link:hover {
    color: #111 !important;
    background: #fafafa !important;
    transform: translateX(4px) !important;
}

.ff-filter-cat-link.ff-cat-active {
    font-weight: 600 !important;
    color: #111 !important;
    background: #f4f4f4 !important;
}

.ff-check-icon {
    margin-right: 8px;
    stroke: #111;
}

.ff-cat-circle {
    display: none; /* Removed circle to make it minimalistic */
}

.ff-cat-count {
    margin-left: auto;
    font-size: 11px;
    font-weight: 500;
    color: #aaa;
    background: #f4f4f4;
    padding: 2px 8px;
    border-radius: 20px;
    transition: background 0.25s;
}

.ff-filter-cat-link.ff-cat-active .ff-cat-count {
    background: #fff;
    color: #111;
}

/* ---- Category row with dropdown toggle ---- */
.ff-cat-row {
    display: flex;
    align-items: center;
}

.ff-cat-row .ff-filter-cat-link {
    flex: 1;
    min-width: 0;
}

.ff-subcat-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.ff-subcat-toggle:hover {
    color: #111;
    background: #f4f4f4;
}

.ff-subcat-toggle svg {
    transition: transform 0.3s ease;
}

.ff-subcat-toggle.ff-subcat-toggle-open svg {
    transform: rotate(180deg);
}

/* ---- Subcategory dropdown list ---- */
.ff-filter-sublist {
    list-style: none !important;
    padding: 0 0 0 16px !important;
    margin: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    opacity: 0;
}

.ff-filter-sublist.ff-sublist-open {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 4px !important;
}

.ff-filter-subcat-link {
    font-size: 12.5px !important;
    padding: 8px 12px !important;
    color: #888 !important;
}

.ff-filter-subcat-link:hover {
    color: #111 !important;
}

.ff-filter-subcat-link.ff-cat-active {
    color: #111 !important;
    font-weight: 600 !important;
}

/* ---- Brand filter links (button-based, same look as category links) ---- */
.ff-filter-brand-link {
    display: flex;
    align-items: center;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #666 !important;
    padding: 10px 12px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    border-radius: 6px;
    margin-bottom: 2px;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.ff-filter-brand-link:hover {
    color: #111 !important;
    background: #fafafa !important;
    transform: translateX(4px) !important;
}

.ff-filter-brand-link.ff-brand-active {
    font-weight: 600 !important;
    color: #111 !important;
    background: #f4f4f4 !important;
}

.ff-filter-brand-link.ff-brand-active .ff-cat-count {
    background: #fff;
    color: #111;
}

.ff-price-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.ff-price-input-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #ddd;
    padding: 6px 4px;
    flex: 1;
    transition: border-color 0.3s;
}

.ff-price-input-wrap:focus-within {
    border-color: #111;
}

.ff-price-input {
    border: none !important;
    outline: none !important;
    font-size: 13.5px !important;
    width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    color: #111 !important;
}

.ff-price-divider {
    color: #999;
}

.ff-price-apply-btn {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #111 !important;
    background: transparent !important;
    border: 1px solid #111 !important;
    padding: 12px 20px !important;
    cursor: pointer !important;
    width: 100% !important;
    border-radius: 4px;
    transition: all 0.3s ease !important;
    margin-bottom: 16px;
}

.ff-price-apply-btn:hover {
    background: #111 !important;
    color: #fff !important;
}

.ff-size-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding-bottom: 16px;
}

.ff-size-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #444;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.ff-size-chip:hover {
    border-color: #111;
    color: #111;
}

.ff-size-chip.ff-size-active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.ff-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.ff-toggle-label {
    font-size: 13.5px;
    font-weight: 500;
    color: #111;
}

.ff-toggle-switch {
    position: relative;
    width: 44px;
    height: 24px;
}

.ff-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.ff-toggle-slider {
    position: absolute;
    inset: 0;
    background: #e5e5e5;
    border-radius: 24px;
    transition: background 0.3s ease;
    cursor: pointer;
}

.ff-toggle-slider::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ff-toggle-switch input:checked+.ff-toggle-slider {
    background: #111;
}

.ff-toggle-switch input:checked+.ff-toggle-slider::before {
    transform: translateX(20px);
}

.ff-shop-products {
    flex: 1;
    min-width: 0;
}

.ff-shop-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
    gap: 16px;
    flex-wrap: wrap;
}

.ff-results-count {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ff-sort-select {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #111 !important;
    padding: 4px 24px 4px 0 !important;
    cursor: pointer !important;
}

.ff-mobile-filter-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: sticky;
    top: 72px;
    z-index: 50;
}

.ff-mobile-filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #111;
    background: none;
    border: 1px solid #111;
    padding: 10px 18px;
    cursor: pointer;
}

.ff-mobile-filter-btn:hover {
    background: #111;
    color: #fff;
}

.ff-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.ff-filter-overlay.ff-overlay-active {
    display: block;
}

.ff-mobile-apply-wrap {
    display: none;
}

.ff-mobile-apply-btn {
    width: 100%;
    background: #111;
    color: #fff;
    border: none;
    padding: 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .ff-mobile-filter-bar {
        display: flex;
    }

    .ff-shop-main {
        padding: 20px;
    }

    .ff-filter-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 290px;
        height: 100vh;
        background: #fff;
        z-index: 300;
        padding: 30px 24px;
        transition: left 0.35s;
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.12);
    }

    .ff-filter-sidebar.ff-sidebar-open {
        left: 0;
    }

    .ff-filter-close-btn {
        display: flex;
    }

    .ff-mobile-apply-wrap {
        display: block;
    }
}

@media (max-width: 640px) {
    .ff-shop-topbar {
        flex-direction: column !important;
        gap: 12px !important;
    }
}


/* ============================================================
   11. CART PAGE
   ============================================================ */
.woocommerce-cart .page-title,
.woocommerce-cart header.entry-header,
.woocommerce-cart .entry-title {
    display: none !important;
}

.ff-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.ff-cart-title {
    font-size: clamp(32px, 5vw, 48px) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    color: #111 !important;
    line-height: 1 !important;
}

.ff-cart-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #b89b5e;
    margin-bottom: 10px;
}

.ff-continue-shopping-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    padding: 12px 24px;
    border: 1.5px solid #ddd;
    border-radius: 50px;
    transition: all 0.35s;
}

.ff-continue-shopping-link:hover {
    color: #111;
    border-color: #111;
}

/* Old grid cart wrapper removed — using flex layout from line ~6940 */


.ff-cart-item {
    display: flex;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ff-cart-item:first-child {
    padding-top: 0;
}

.ff-cart-item:last-child {
    border-bottom: none;
}

.ff-cart-item-image {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 14px;
    overflow: hidden;
    background: #f7f7f7;
}

.ff-cart-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.ff-cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.ff-cart-item-name a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-decoration: none !important;
}

.ff-cart-item-name a:hover {
    color: #b89b5e !important;
}

.ff-cart-item-meta {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.ff-cart-item-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 14px;
}

.ff-cart-item-quantity .quantity {
    display: flex;
    align-items: center;
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
}

.ff-cart-item-quantity .quantity input.qty {
    width: 50px !important;
    height: 40px !important;
    padding: 0 !important;
    border: none !important;
    text-align: center !important;
    font-weight: 700 !important;
    background: transparent !important;
    color: #111 !important;
}

.ff-cart-item-subtotal {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #111 !important;
    margin-left: auto;
}

.ff-remove-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    background: #f5f5f5 !important;
    color: #bbb !important;
    transition: all 0.25s !important;
}

.ff-remove-btn:hover {
    background: #ffeaea !important;
    color: #e74c3c !important;
}

.ff-cart-actions-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
}

.ff-coupon-section {
    display: flex;
    gap: 10px;
    flex: 1;
    min-width: 280px;
}

.ff-coupon-input-wrap {
    position: relative;
    flex: 1;
    max-width: 320px;
}

.ff-coupon-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
}

.ff-coupon-input-wrap input#coupon_code {
    width: 100% !important;
    padding: 14px 18px 14px 44px !important;
    border: 1.5px solid #e8e8e8 !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    background: #fafafa !important;
}

.ff-coupon-btn,
.ff-update-cart-btn {
    padding: 14px 28px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    white-space: nowrap;
}

.ff-coupon-btn {
    background: #111 !important;
    color: #fff !important;
    border: 1.5px solid #111 !important;
}

.ff-coupon-btn:hover {
    background: #b89b5e !important;
    border-color: #b89b5e !important;
}

.ff-update-cart-btn {
    background: transparent !important;
    color: #111 !important;
    border: 1.5px solid #ddd !important;
}

.ff-update-cart-btn:hover:not(:disabled) {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
}

.ff-update-cart-btn:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.ff-cart-right .cart_totals {
    background: linear-gradient(160deg, #fafafa 0%, #f5f5f5 100%) !important;
    border: 1px solid #eaeaea !important;
    border-radius: 20px !important;
    padding: 35px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
    position: sticky;
    top: 100px;
}

.ff-cart-right .cart_totals h2 {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    color: #111 !important;
    margin-bottom: 25px !important;
    padding-bottom: 18px !important;
    border-bottom: 2px solid #111 !important;
}

.ff-cart-right .cart_totals table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}

.ff-cart-right .cart_totals th,
.ff-cart-right .cart_totals td {
    padding: 16px 0 !important;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    font-size: 14px !important;
}

.ff-cart-right .cart_totals tr.order-total th,
.ff-cart-right .cart_totals tr.order-total td {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #111 !important;
    border-bottom: none !important;
    padding-top: 22px !important;
    border-top: 2px solid #111 !important;
}

.ff-cart-right .checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 18px 20px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    background: #111 !important;
    color: #fff !important;
    border-radius: 14px !important;
    transition: all 0.35s !important;
    text-decoration: none !important;
    margin-top: 20px !important;
}

.ff-cart-right .checkout-button:hover {
    background: #b89b5e !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
    .ff-cart-item-image {
        width: 90px;
        height: 90px;
    }

    .ff-cart-item-name a {
        font-size: 14px !important;
    }

    .ff-cart-right .cart_totals {
        padding: 25px !important;
    }
}

@media (max-width: 640px) {
    .ff-cart-actions-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .ff-coupon-section {
        min-width: auto;
    }

    .ff-cart-item-image {
        width: 80px !important;
        height: 80px !important;
    }

    .ff-cart-item-quantity .quantity input.qty {
        width: 40px !important;
        height: 36px !important;
    }

    .ff-remove-btn {
        width: 32px !important;
        height: 32px !important;
    }
}

@media (max-width: 480px) {
    .ff-cart-item {
        flex-direction: column;
        gap: 14px;
    }

    .ff-cart-item-image {
        width: 100%;
        height: 180px;
    }
}


/* ============================================================
   12. CHECKOUT PAGE
   ============================================================ */
.woocommerce-checkout .entry-title,
.woocommerce-checkout .page-title,
.woocommerce-checkout header.entry-header {
    display: none !important;
}

.ff-checkout-page-title-main {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    color: #111;
    line-height: 1;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.woocommerce-checkout .ff-checkout-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 440px !important;
    gap: 60px !important;
    align-items: start !important;
    margin-bottom: 80px;
}

.ff-checkout-left {
    grid-column: 1 !important;
    padding-top: 10px;
}

.ff-checkout-right {
    grid-column: 2 !important;
    background: linear-gradient(145deg, #fafafa 0%, #f5f5f5 100%);
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 30px 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
    .woocommerce-checkout .ff-checkout-wrapper {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .ff-checkout-left,
    .ff-checkout-right {
        grid-column: 1 !important;
    }

    .ff-checkout-right {
        order: -1 !important;
    }

    .ff-checkout-page-title-main {
        font-size: 24px !important;
    }
}

.woocommerce-checkout .form-row {
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 48% !important;
}

.woocommerce-checkout .form-row-first {
    float: left !important;
}

.woocommerce-checkout .form-row-last {
    float: right !important;
}

.woocommerce-checkout .form-row-wide {
    width: 100% !important;
    clear: both !important;
}

.woocommerce-checkout .form-row label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #555 !important;
    margin-bottom: 8px !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
    width: 100% !important;
    padding: 15px 18px !important;
    border: 1.5px solid #e8e8e8 !important;
    background: #f9f9f9 !important;
    font-size: 14px !important;
    color: #111 !important;
    border-radius: 10px !important;
    transition: all 0.3s !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus {
    outline: none !important;
    border-color: #111 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.05) !important;
}

@media (max-width: 640px) {

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100% !important;
        float: none !important;
        margin-bottom: 16px !important;
    }

    .ff-checkout-right {
        padding: 20px !important;
        border-radius: 14px !important;
    }
}

#payment ul.payment_methods {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#payment ul.payment_methods li {
    margin-bottom: 12px !important;
    padding: 16px 20px !important;
    border: 1.5px solid #eaeaea !important;
    border-radius: 12px !important;
    background: #fff !important;
    transition: all 0.3s !important;
}

#payment ul.payment_methods li:hover {
    border-color: #b89b5e !important;
}

#payment .place-order .button {
    width: 100% !important;
    padding: 18px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    border-radius: 12px !important;
    background: #111 !important;
    color: #fff !important;
    border: 2px solid #111 !important;
    cursor: pointer !important;
    transition: all 0.35s !important;
}

#payment .place-order .button:hover {
    background: #b89b5e !important;
    border-color: #b89b5e !important;
    transform: translateY(-2px) !important;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex: 1 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name img.ff-checkout-thumb {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 18px !important;
    font-weight: 900 !important;
    padding-top: 20px !important;
    border-top: 2px solid #111 !important;
    color: #111 !important;
}

.ff-trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
}

.ff-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ff-trust-badge svg {
    width: 22px;
    height: 22px;
    color: #b89b5e;
}

.ff-trust-badge span {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
}


/* ============================================================
   13. SEARCH MODAL & RESULTS
   ============================================================ */
.ff-search-input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    gap: 14px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.ff-search-input {
    flex: 1;
    border: none !important;
    outline: none !important;
    font-size: 18px !important;
    background: transparent !important;
}

.ff-search-results {
    background: #fff;
    border-radius: 16px;
    margin-top: 12px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    max-height: 400px;
    overflow-y: auto;
}

.ff-search-result-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    text-decoration: none !important;
    border-bottom: 1px solid #f5f5f5;
}

.ff-search-result-item:hover {
    background: #f9f9f9;
}

.ff-search-result-thumb {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
}

.ff-search-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ff-search-result-info h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 0 4px !important;
}

.ff-search-page {
    padding: 0 20px !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
}

.ff-search-page-title {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.ff-search-general-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

@media (max-width: 640px) {
    .ff-search-general-results {
        grid-template-columns: 1fr !important;
    }

    .ff-search-page-title {
        font-size: 22px !important;
    }
}


/* ============================================================
   14. MINI CART DRAWER
   ============================================================ */
.ff-mini-cart-items {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ff-mini-cart-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ff-mini-cart-thumb {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
}

.ff-mini-cart-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.ff-mini-cart-item-name {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 0 0 4px !important;
}

.ff-mini-cart-item-name a {
    color: #111 !important;
}

.ff-mini-cart-footer {
    padding-top: 20px;
    border-top: 2px solid #111;
}

.ff-mini-cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}

.ff-mini-cart-btn {
    display: block !important;
    text-align: center;
    padding: 14px 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
    margin-bottom: 8px;
    transition: all 0.3s !important;
}

.ff-mini-cart-btn-primary {
    background: #111 !important;
    color: #fff !important;
    border: 2px solid #111 !important;
}

.ff-mini-cart-btn-primary:hover {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

.ff-mini-cart-btn-outline {
    background: transparent !important;
    color: #111 !important;
    border: 2px solid #ddd !important;
}

.ff-mini-cart-btn-outline:hover {
    border-color: #111 !important;
}


/* ============================================================
   15. WISHLIST
   ============================================================ */
.ff-heart-btn {
    position: absolute !important;
    top: 12px;
    right: 12px;
    z-index: 25;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: all 0.3s !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ff-heart-btn:hover {
    color: #e53e3e;
    background: #fff !important;
}

.ff-heart-btn.ff-hearted {
    color: #e53e3e;
    background: #fff !important;
}

.ff-wishlist-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.ff-wishlist-title {
    font-size: 36px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 8px !important;
}

.ff-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.ff-wishlist-card {
    position: relative;
    background: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: all 0.3s;
}

.ff-wishlist-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.ff-wishlist-card-img img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    transition: transform 0.5s;
}

.ff-wishlist-card:hover .ff-wishlist-card-img img {
    transform: scale(1.05);
}

.ff-wishlist-card-info {
    padding: 16px 20px 8px;
}

.ff-wishlist-card-info h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0 0 6px !important;
}

.ff-wishlist-card-price {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    display: block;
}

.ff-in-stock {
    color: #16a34a;
}

.ff-out-stock {
    color: #e53e3e;
}

.ff-wishlist-card-btn {
    display: block;
    text-align: center;
    padding: 14px 20px;
    margin: 12px 20px 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #111 !important;
    border: 2px solid #111;
    transition: all 0.3s;
}

.ff-wishlist-card-btn:hover {
    background: #111;
    color: #fff !important;
}

@media (max-width: 640px) {
    .ff-wishlist-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .ff-wishlist-card-img img {
        height: 180px !important;
    }
}


/* ============================================================
   16. 404 PAGE
   ============================================================ */
.ff-404-container {
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.ff-404-content {
    text-align: center;
    max-width: 600px;
}

.ff-404-title {
    font-size: clamp(100px, 20vw, 200px) !important;
    font-weight: 900 !important;
    line-height: 0.85 !important;
    margin: 0 0 8px !important;
    background: linear-gradient(135deg, #111 0%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ff-404-subtitle {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 4px;
    margin: 0 0 16px !important;
}

.ff-404-desc {
    color: #888;
    font-size: 15px;
    margin-bottom: 32px;
}

.ff-404-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.ff-404-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 14px 28px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    transition: all 0.3s !important;
}

.ff-404-btn-primary {
    background: #111 !important;
    color: #fff !important;
    border: 2px solid #111 !important;
}

.ff-404-btn-primary:hover {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

.ff-404-btn-outline {
    background: transparent !important;
    color: #111 !important;
    border: 2px solid #ddd !important;
}

.ff-404-btn-outline:hover {
    border-color: #111 !important;
}

@media (max-width: 640px) {
    .ff-404-title {
        font-size: 80px !important;
    }

    .ff-404-subtitle {
        font-size: 16px !important;
    }

    .ff-404-actions {
        flex-direction: column !important;
    }

    .ff-404-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}


/* ============================================================
   17. THANK YOU PAGE
   ============================================================ */
.ff-thankyou {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0 60px;
}

.ff-thankyou-success,
.ff-thankyou-failed {
    text-align: center;
}

.ff-thankyou-title {
    font-size: 36px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    margin: 0 0 12px !important;
}

.ff-thankyou-desc {
    color: #888;
    font-size: 15px;
    margin-bottom: 32px;
}

.ff-thankyou-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin-bottom: 32px;
    text-align: left;
}

.ff-thankyou-detail-card {
    background: #f9f9f9;
    padding: 16px;
    border: 1px solid #f0f0f0;
}

.ff-detail-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 6px;
}

.ff-detail-value {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.ff-thankyou-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.ff-thankyou-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 14px 32px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    transition: all 0.3s !important;
}

.ff-thankyou-btn-primary {
    background: #111 !important;
    color: #fff !important;
    border: 2px solid #111 !important;
}

.ff-thankyou-btn-primary:hover {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

.ff-thankyou-btn-outline {
    background: transparent !important;
    color: #111 !important;
    border: 2px solid #ddd !important;
}

.ff-thankyou-btn-outline:hover {
    border-color: #111 !important;
}

@media (max-width: 640px) {
    .ff-thankyou-title {
        font-size: 26px !important;
    }

    .ff-thankyou-details {
        grid-template-columns: 1fr 1fr !important;
    }

    .ff-thankyou-actions {
        flex-direction: column !important;
    }

    .ff-thankyou-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}


/* ============================================================
   18. BREADCRUMB
   ============================================================ */
.ff-breadcrumb {
    max-width: 1300px;
    margin: 0 auto;
    padding: 16px 20px 0;
}

.ff-breadcrumb-inner {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
}

.ff-breadcrumb-inner a {
    color: #999;
}

.ff-breadcrumb-inner a:hover {
    color: #111;
}

.ff-breadcrumb-sep {
    margin: 0 6px;
    color: #ccc;
}

@media (max-width: 640px) {
    .ff-breadcrumb {
        padding: 12px 16px 0 !important;
    }

    .ff-breadcrumb-inner {
        font-size: 10px !important;
    }
}


/* ============================================================
   19. BACK TO TOP
   ============================================================ */
.ff-back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ff-back-to-top:hover {
    background: var(--accent-color);
    transform: translateY(-2px) !important;
}

.ff-back-to-top.ff-btt-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 640px) {
    .ff-back-to-top {
        bottom: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
    }
}


/* ============================================================
   20. FOOTER
   ============================================================ */
.site-footer {
    background: #111;
    color: #fff;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 50px;
}

.site-footer .widget-title,
.site-footer .widgettitle {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 700;
}

.site-footer .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .widget ul li {
    margin-bottom: 15px;
}

.site-footer .widget ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
}

.site-footer .widget ul li a:hover {
    color: #fff;
    opacity: 1;
    transform: translateX(5px);
}

.ff-monumental-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 0.78;
}

.ff-monumental-text span {
    font-size: 14.5vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: -2px;
    white-space: nowrap;
}

.site-footer .site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    padding: 25px 0;
}

.site-footer .site-info p {
    margin: 0;
    font-size: 11px;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ff-policy-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}

.ff-policy-link:hover {
    color: #fff;
}

.ff-policy-link.ff-policy-disabled {
    color: #555;
    cursor: default;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 60px 0 0 !important;
    }

    .footer-widgets {
        gap: 30px !important;
    }

    .site-footer .widget-title {
        margin-bottom: 18px !important;
        font-size: 10px !important;
    }

    .site-footer .widget ul li a {
        font-size: 14px !important;
    }

    .ff-monumental-text span {
        font-size: 22vw !important;
    }
}

@media (max-width: 480px) {
    .footer-widgets {
        grid-template-columns: 1fr 1fr !important;
        gap: 24px !important;
    }

    .site-footer .widget ul li a {
        font-size: 13px !important;
    }
}


/* ============================================================
   21. PRODUCT SINGLE PAGE
   ============================================================ */
@media (max-width: 768px) {

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
    }

    .woocommerce div.product .product_title {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    .woocommerce div.product .price {
        font-size: 20px !important;
    }
}


/* ============================================================
   22. PAGINATION & NOTICES
   ============================================================ */
.woocommerce-pagination {
    margin-top: 60px !important;
    text-align: center;
}

.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce-pagination ul li span.current {
    background: #111 !important;
    color: #fff !important;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
    border-radius: 14px !important;
    padding: 16px 22px !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.woocommerce-cart .cart-empty.woocommerce-info {
    text-align: center !important;
    padding: 60px 30px !important;
    font-size: 18px !important;
    background: #fafafa !important;
    border: 1px dashed #ddd !important;
    border-radius: 20px !important;
}

.woocommerce-cart .return-to-shop .button {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 16px 40px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    background: #111 !important;
    color: #fff !important;
    transition: all 0.35s !important;
    margin-top: 20px !important;
}

.woocommerce-cart .return-to-shop .button:hover {
    background: #b89b5e !important;
    transform: translateY(-2px) !important;
}


/* ============================================================
   23. GLOBAL MOBILE POLISH
   ============================================================ */
@media (max-width: 768px) {

    button,
    a.button,
    input[type="submit"] {
        min-height: 44px !important;
    }

    a,
    button {
        -webkit-tap-highlight-color: rgba(197, 168, 89, 0.15) !important;
    }
}


/* ============================================================
   END OF STYLESHEET — Fashion Feet v4.1 Clean Rebuild
   ============================================================ */

/* ============================================
   🎯 MEGA MENU - More compact dropdown
============================================ */

/* Dropdown height control */
html body header.sticky .group\/menuitem>div.absolute.top-full {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

/* Inner container gap reduction */
html body header.sticky .group\/menuitem>div.absolute.top-full .container-premium {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    gap: 2rem !important;
}

/* First column (WOMEN title) - tighter */
html body header.sticky .group\/menuitem>div.absolute.top-full .w-1\/4:first-child h3 {
    font-size: 2rem !important;
    margin-bottom: 0.75rem !important;
    line-height: 1 !important;
}

/* Description - line clamp to 3 lines max */
html body header.sticky .group\/menuitem>div.absolute.top-full .w-1\/4:first-child p {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Image column - fixed height (no stretching) */
html body header.sticky .group\/menuitem>div.absolute.top-full .w-1\/4:last-child {
    max-height: 280px !important;
}

html body header.sticky .group\/menuitem>div.absolute.top-full .w-1\/4:last-child>div,
html body header.sticky .group\/menuitem>div.absolute.top-full .w-1\/4:last-child img {
    max-height: 280px !important;
    height: 280px !important;
    object-fit: cover !important;
}

/* Categories heading smaller */
html body header.sticky .group\/menuitem>div.absolute.top-full h4 {
    margin-bottom: 1rem !important;
}

/* Category links tighter */
html body header.sticky .group\/menuitem>div.absolute.top-full ul.flex-col {
    gap: 0.75rem !important;
}

/* EXPLORE ALL link - tighter spacing */
html body header.sticky .group\/menuitem>div.absolute.top-full a.border-b-2.border-dark {
    margin-top: 0 !important;
}

/* ============================================
   🎯 SHOP - Premium No Products Empty State
============================================ */

/* Container */
.ff-no-products {
    max-width: 640px;
    margin: 60px auto;
    padding: 80px 50px;
    background: linear-gradient(145deg, #fafafa 0%, #f5f5f5 100%);
    border: 2px dashed #e0e0e0;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ff-no-products:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Icon container */
.ff-no-products-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #0ea5e9 0%, #e0c378 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(197, 168, 89, 0.3);
    animation: ffFloat 3s ease-in-out infinite;
}

@keyframes ffFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Title */
.ff-no-products-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.2 !important;
}

/* Description */
.ff-no-products-desc {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #666 !important;
    margin: 0 auto 32px auto !important;
    max-width: 440px !important;
    font-weight: 400 !important;
}

/* Actions container */
.ff-no-products-actions {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin-bottom: 40px !important;
}

/* Primary button (Clear Filters) */
.ff-no-products .ff-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    border: 2px solid #111 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.ff-no-products .ff-btn-primary:hover {
    background: #C5A859 !important;
    border-color: #C5A859 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(197, 168, 89, 0.35) !important;
}

/* Outline button (Browse Shop) */
.ff-no-products .ff-btn-outline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    border: 2px solid #ddd !important;
    transition: all 0.3s ease !important;
}

.ff-no-products .ff-btn-outline:hover {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

/* Suggestions section */
.ff-no-products-suggest {
    padding-top: 32px;
    border-top: 1px solid #ebebeb;
}

.ff-no-products-suggest p {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 0 0 16px 0 !important;
}

.ff-suggest-tags {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.ff-suggest-tags a {
    display: inline-flex;
    padding: 8px 16px;
    background: #fff;
    color: #555 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 50px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.ff-suggest-tags a:hover {
    border-color: #C5A859;
    background: #C5A859;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(197, 168, 89, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ff-no-products {
        padding: 60px 30px !important;
        margin: 30px 16px !important;
        border-radius: 20px !important;
    }

    .ff-no-products-icon {
        width: 90px !important;
        height: 90px !important;
        margin-bottom: 24px !important;
    }

    .ff-no-products-icon svg {
        width: 60px !important;
        height: 60px !important;
    }

    .ff-no-products-title {
        font-size: 22px !important;
        letter-spacing: 1.5px !important;
    }

    .ff-no-products-desc {
        font-size: 14px !important;
        margin-bottom: 24px !important;
    }

    .ff-no-products-actions {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .ff-no-products .ff-btn-primary,
    .ff-no-products .ff-btn-outline {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 20px !important;
    }
}

@media (max-width: 480px) {
    .ff-no-products {
        padding: 40px 20px !important;
    }

    .ff-suggest-tags a {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
}

/* ============================================
   🎯 FILTER SIDEBAR - Full height, no scroll
============================================ */

.ff-filter-sidebar {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    padding-right: 30px !important;
}

/* ============================================
   🎯 SHOP PAGE - COMPLETE RESPONSIVE SYSTEM
   Filter Sidebar + Products Grid - All screens
============================================ */

/* ───────────────────────────────────────────
   Main shop layout container
─────────────────────────────────────────── */
.ff-shop-main {
    display: flex !important;
    align-items: flex-start !important;
    gap: 40px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 40px 20px 80px !important;
}

/* ───────────────────────────────────────────
   Filter Sidebar - Desktop (full height, no scroll)
─────────────────────────────────────────── */
.ff-filter-sidebar {
    width: 260px !important;
    min-width: 260px !important;
    flex-shrink: 0 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    padding-right: 20px !important;
    background: transparent !important;
}

/* Filter sections - all open by default on desktop */
.ff-filter-section {
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ff-filter-section-header {
    padding: 16px 0 !important;
}

.ff-filter-section.ff-section-open .ff-filter-body {
    max-height: 1000px !important;
    padding-bottom: 16px !important;
}

/* Products area - flex grow */
.ff-shop-products {
    flex: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

/* ───────────────────────────────────────────
   Product Grid - Shop page specific
─────────────────────────────────────────── */
.ff-shop-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ───────────────────────────────────────────
   LARGE DESKTOP (1400px+)
─────────────────────────────────────────── */
@media (min-width: 1400px) {
    .ff-shop-main {
        padding: 50px 20px 100px !important;
        gap: 50px !important;
    }
    
    .ff-filter-sidebar {
        width: 280px !important;
        min-width: 280px !important;
    }
}

/* ───────────────────────────────────────────
   DESKTOP (1200-1399px) - 3 columns
─────────────────────────────────────────── */
@media (max-width: 1399px) and (min-width: 1200px) {
    .ff-shop-products ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 18px !important;
    }
}

/* ───────────────────────────────────────────
   SMALL DESKTOP (1024-1199px) - 3 columns, smaller gap
─────────────────────────────────────────── */
@media (max-width: 1199px) and (min-width: 1024px) {
    .ff-shop-main {
        gap: 30px !important;
        padding: 30px 20px 60px !important;
    }
    
    .ff-filter-sidebar {
        width: 230px !important;
        min-width: 230px !important;
        padding-right: 15px !important;
    }
    
    .ff-shop-products ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }
}

/* ───────────────────────────────────────────
   TABLET (1023px and below) - SIDEBAR BECOMES DRAWER
─────────────────────────────────────────── */
@media (max-width: 1023px) {
    /* Show mobile filter bar */
    .ff-mobile-filter-bar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 14px 20px !important;
        border-bottom: 1px solid #f0f0f0 !important;
        background: #fff !important;
        position: sticky !important;
        top: 72px !important;
        z-index: 50 !important;
        gap: 16px !important;
    }
    
    /* Main container - single column */
    .ff-shop-main {
        display: block !important;
        padding: 20px !important;
        gap: 0 !important;
    }
    
    /* Sidebar becomes drawer */
    .ff-filter-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: -320px !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        background: #fff !important;
        z-index: 300 !important;
        padding: 24px 24px 100px !important;
        transition: left 0.35s ease !important;
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.12) !important;
        overflow-y: auto !important;
        padding-right: 24px !important;
    }
    
    .ff-filter-sidebar.ff-sidebar-open {
        left: 0 !important;
    }
    
    /* Close button visible on mobile */
    .ff-filter-close-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Show mobile apply button */
    .ff-mobile-apply-wrap {
        display: block !important;
        position: sticky !important;
        bottom: 0 !important;
        background: #fff !important;
        padding: 16px 0 0 !important;
        margin-top: 20px !important;
        border-top: 1px solid #f0f0f0 !important;
    }
    
    /* Products full width */
    .ff-shop-products {
        width: 100% !important;
    }
    
    /* Hide desktop sort when mobile bar is visible */
    .ff-shop-topbar {
        padding-bottom: 16px !important;
        margin-bottom: 20px !important;
    }
}

/* ───────────────────────────────────────────
   TABLET (768-1023px) - 3 columns
─────────────────────────────────────────── */
@media (max-width: 1023px) and (min-width: 768px) {
    .ff-shop-products ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 14px !important;
    }
}

/* ───────────────────────────────────────────
   MOBILE LANDSCAPE (640-767px) - 2 columns
─────────────────────────────────────────── */
@media (max-width: 767px) and (min-width: 640px) {
    .ff-shop-main {
        padding: 16px !important;
    }
    
    .ff-shop-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .ff-mobile-filter-bar {
        padding: 12px 16px !important;
    }
    
    .ff-shop-topbar {
        display: none !important; /* Hide desktop topbar on mobile */
    }
}

/* ───────────────────────────────────────────
   MOBILE (480-639px) - 2 columns
─────────────────────────────────────────── */
@media (max-width: 639px) and (min-width: 480px) {
    .ff-shop-main {
        padding: 12px !important;
    }
    
    .ff-shop-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    
    .ff-mobile-filter-bar {
        padding: 10px 14px !important;
        top: 64px !important;
    }
    
    .ff-shop-topbar {
        display: none !important;
    }
    
    .ff-mobile-filter-btn {
        font-size: 11px !important;
        padding: 8px 14px !important;
    }
    
    .ff-breadcrumb {
        padding: 12px 14px 0 !important;
    }
    
    .ff-filter-sidebar {
        width: 280px !important;
        padding: 20px 20px 80px !important;
    }
}

/* ───────────────────────────────────────────
   SMALL MOBILE (below 480px) - 2 columns small
─────────────────────────────────────────── */
@media (max-width: 479px) {
    .ff-shop-main {
        padding: 8px !important;
    }
    
    .ff-shop-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    
    .ff-mobile-filter-bar {
        padding: 10px 12px !important;
        top: 60px !important;
    }
    
    .ff-shop-topbar {
        display: none !important;
    }
    
    .ff-mobile-filter-btn {
        font-size: 10px !important;
        padding: 8px 12px !important;
        gap: 6px !important;
    }
    
    .ff-mobile-filter-btn svg {
        width: 14px !important;
        height: 14px !important;
    }
    
    .ff-breadcrumb {
        padding: 10px 12px 0 !important;
    }
    
    .ff-breadcrumb-inner {
        font-size: 9px !important;
    }
    
    .ff-filter-sidebar {
        width: 260px !important;
        max-width: 90vw !important;
        padding: 16px 16px 80px !important;
    }
    
    /* Smaller product card text on tiny screens */
    body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        font-size: 10px !important;
        padding: 8px 8px 2px !important;
        letter-spacing: 0.3px !important;
    }
    
    body.woocommerce-shop ul.products li.product .price,
    body.tax-product_cat ul.products li.product .price {
        font-size: 11px !important;
        padding: 0 8px 6px !important;
    }
    
    body.woocommerce-shop ul.products li.product .button,
    body.tax-product_cat ul.products li.product .button {
        padding: 8px !important;
        font-size: 8px !important;
        letter-spacing: 1px !important;
    }
    
    .ff-heart-btn {
        width: 26px !important;
        height: 26px !important;
        top: 6px !important;
        right: 6px !important;
    }
    
    .ff-heart-btn svg {
        width: 12px !important;
        height: 12px !important;
    }
}

/* ───────────────────────────────────────────
   Filter Overlay - mobile drawer backdrop
─────────────────────────────────────────── */
.ff-filter-overlay {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    z-index: 200 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.ff-filter-overlay.ff-overlay-active {
    display: block !important;
    opacity: 1 !important;
}

/* Prevent body scroll when filter drawer open on mobile */
body.ff-filter-open {
    overflow: hidden !important;
}

/* ───────────────────────────────────────────
   Mobile Filter Button with Badge
─────────────────────────────────────────── */
.ff-mobile-filter-btn {
    position: relative !important;
}

.ff-filter-badge {
    background: #C5A859 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 2px 7px !important;
    border-radius: 50px !important;
    margin-left: 4px !important;
    line-height: 1.4 !important;
    min-width: 18px !important;
    text-align: center !important;
}

/* Mobile sort dropdown */
.ff-mobile-sort select {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #111 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    padding: 8px 28px 8px 12px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23111'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 14px !important;
}

@media (max-width: 479px) {
    .ff-mobile-sort select {
        font-size: 11px !important;
        padding: 6px 24px 6px 10px !important;
        max-width: 140px !important;
    }
}

/* ───────────────────────────────────────────
   Active Filter Tags
─────────────────────────────────────────── */
.ff-active-tags {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    margin-top: 8px !important;
}

.ff-active-tag {
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 12px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: background 0.2s !important;
}

.ff-active-tag:hover {
    background: #C5A859 !important;
    color: #fff !important;
}

/* ───────────────────────────────────────────
   Price Preset Buttons
─────────────────────────────────────────── */
.ff-price-presets {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    margin: 10px 0 14px !important;
}

.ff-price-preset-btn {
    padding: 6px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #555 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}

.ff-price-preset-btn:hover,
.ff-price-preset-btn.ff-preset-active {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

/* ───────────────────────────────────────────
   Category Active State
─────────────────────────────────────────── */
.ff-filter-cat-link.ff-cat-active {
    color: #111 !important;
    font-weight: 700 !important;
}

.ff-check-icon {
    color: #C5A859 !important;
    flex-shrink: 0 !important;
}

/* ───────────────────────────────────────────
   Hide mobile sort on desktop
─────────────────────────────────────────── */
@media (min-width: 1024px) {
    .ff-mobile-filter-bar,
    .ff-mobile-sort {
        display: none !important;
    }
    
    .ff-filter-overlay {
        display: none !important;
    }
}

/* ───────────────────────────────────────────
   Currency Symbol & Divider
─────────────────────────────────────────── */
.ff-currency-symbol {
    font-size: 12px !important;
    color: #999 !important;
    font-weight: 600 !important;
}

.ff-price-divider {
    color: #ccc !important;
    font-weight: 400 !important;
}

/* ───────────────────────────────────────────
   Sort By label
─────────────────────────────────────────── */
.ff-sort-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #888 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-right: 8px !important;
}

/* ───────────────────────────────────────────
   Pagination wrapper
─────────────────────────────────────────── */
.ff-pagination-wrap {
    margin-top: 50px !important;
    text-align: center !important;
}

/* ═══════════════════════════════════════════════════════
   🎯 COMPLETE RESPONSIVE MASTER FIX — v4.2
   Fashion Feet — All pages, all screens
═══════════════════════════════════════════════════════ */

/* ───────────────────────────────────────────
   🔧 UNIVERSAL FIXES (all screens)
─────────────────────────────────────────── */
* {
    min-width: 0 !important;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    -webkit-text-size-adjust: 100% !important;
}

img, video, iframe {
    max-width: 100% !important;
    height: auto !important;
}

.container-premium {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding-left: clamp(16px, 4vw, 40px) !important;
    padding-right: clamp(16px, 4vw, 40px) !important;
    width: 100% !important;
}

/* ═══════════════════════════════════════════
   📱 MOBILE FIRST (base: 320px+)
═══════════════════════════════════════════ */

/* ─── HEADER (mobile) ─── */
@media (max-width: 1023px) {
    html body header.sticky > div.container-premium {
        padding: 10px 16px !important;
    }
    
    html body header.sticky .site-logo a {
        font-size: 18px !important;
        letter-spacing: 0.15em !important;
    }
    
    html body header.sticky .custom-logo,
    html body header.sticky .site-logo img {
        max-height: 30px !important;
        height: 30px !important;
    }
    
    html body header.sticky .flex.items-center.gap-6 {
        gap: 10px !important;
    }
    
    html body header.sticky button svg {
        width: 22px !important;
        height: 22px !important;
    }
    
    /* Hide desktop nav */
    html body header.sticky nav.hidden.lg\:flex {
        display: none !important;
    }
}

/* ─── FRONT PAGE HERO (all mobile) ─── */
@media (max-width: 767px) {
    body.home main > section:first-of-type {
        height: 100vw !important;
        min-height: auto !important;
        max-height: none !important;
        padding: 40px 20px !important;
    }
    
    body.home h1.text-4xl,
    body.home h1.text-5xl,
    body.home h1.text-7xl,
    body.home h1.text-8xl {
        font-size: clamp(2rem, 8vw, 3.5rem) !important;
        line-height: 1.05 !important;
        letter-spacing: -0.02em !important;
        margin-bottom: 1.25rem !important;
    }
    
    body.home .text-premium-400,
    body.home .text-premium-500 {
        font-size: 0.7rem !important;
        letter-spacing: 0.25em !important;
        margin-bottom: 1rem !important;
    }
    
    body.home section p.text-lg,
    body.home section p.text-xl {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.5rem !important;
        display: none !important; /* hide on small mobile */
    }
    
    body.home main section a[href*="shop"] {
        padding: 10px 20px !important;
        font-size: 0.65rem !important;
        letter-spacing: 0.15em !important;
        white-space: nowrap !important;
        bottom: 25px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.home section p.text-lg {
        display: block !important;
    }
}

/* ─── CATEGORY CARDS (mobile) ─── */
@media (max-width: 767px) {
    body.home section.py-24.bg-white {
        padding: 50px 0 !important;
    }
    
    body.home section.py-24.bg-white .grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 0 16px !important;
    }
    
    body.home section.py-24 h2.text-3xl,
    body.home section.py-24 h2.text-4xl {
        font-size: 1.5rem !important;
        letter-spacing: 0.15em !important;
        margin-bottom: 2rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    body.home section.py-24.bg-white .grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }
}

/* ─── SHOP PAGE (all fixes) ─── */
@media (max-width: 1023px) {
    .ff-shop-main {
        display: block !important;
        padding: 16px !important;
        gap: 0 !important;
    }
    
    .ff-mobile-filter-bar {
        display: flex !important;
        gap: 10px !important;
    }
    
    .ff-filter-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: -340px !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        background: #fff !important;
        z-index: 400 !important;
        padding: 24px 20px 100px !important;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.15) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
    }
    
    .ff-filter-sidebar.ff-sidebar-open {
        left: 0 !important;
    }
    
    .ff-filter-overlay.ff-overlay-active {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.55) !important;
        backdrop-filter: blur(3px) !important;
        z-index: 350 !important;
    }
    
    .ff-filter-close-btn {
        display: flex !important;
    }
    
    .ff-shop-products {
        width: 100% !important;
    }
    
    .ff-shop-topbar {
        display: none !important;
    }
    
    .ff-mobile-apply-wrap {
        display: block !important;
        position: sticky !important;
        bottom: -24px !important;
        background: #fff !important;
        padding: 16px 0 !important;
        margin: 20px -20px -24px !important;
        padding: 16px 20px !important;
        border-top: 1px solid #eee !important;
    }
}

/* Shop product grid - fine-tuned per screen */
@media (max-width: 1399px) and (min-width: 1200px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 14px !important;
    }
    
    .ff-filter-sidebar {
        width: 220px !important;
        min-width: 220px !important;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

@media (max-width: 479px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    
    .ff-shop-main {
        padding: 12px 8px !important;
    }
}

/* Old mobile cart CSS removed — using responsive rules from line ~7660 */


@media (max-width: 479px) {
    .ff-cart-item {
        flex-direction: row !important;
        gap: 12px !important;
    }
    
    .ff-cart-item-image {
        width: 80px !important;
        height: 80px !important;
    }
    
    .ff-cart-item-details {
        min-width: 0 !important;
    }
    
    .ff-cart-item-quantity .quantity input.qty {
        width: 36px !important;
        height: 34px !important;
    }
    
    .ff-remove-btn {
        width: 30px !important;
        height: 30px !important;
    }
}

/* ─── CHECKOUT (mobile) ─── */
@media (max-width: 991px) {
    .woocommerce-checkout .ff-checkout-wrapper {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .ff-checkout-right {
        order: -1 !important;
        padding: 24px !important;
    }
}

@media (max-width: 639px) {
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100% !important;
        float: none !important;
        margin-bottom: 16px !important;
    }
    
    .woocommerce-checkout .form-row input.input-text,
    .woocommerce-checkout .form-row textarea,
    .woocommerce-checkout .form-row select {
        padding: 13px 16px !important;
        font-size: 14px !important;
    }
    
    .ff-checkout-page-title-main {
        font-size: 22px !important;
        padding-bottom: 18px !important;
        margin-bottom: 25px !important;
    }
    
    #payment .place-order .button {
        padding: 16px !important;
        font-size: 12px !important;
        letter-spacing: 2px !important;
    }
    
    .woocommerce-checkout-review-order-table tbody tr.cart_item {
        flex-wrap: wrap !important;
        padding: 12px 0 !important;
    }
    
    .ff-trust-badges {
        gap: 20px !important;
    }
}

/* ─── PRODUCT SINGLE PAGE ─── */
@media (max-width: 991px) {
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
    }
    
    .woocommerce div.product .product_title {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
    
    .woocommerce div.product .price {
        font-size: 20px !important;
    }
}

@media (max-width: 639px) {
    .woocommerce div.product .product_title {
        font-size: 20px !important;
    }
    
    .woocommerce div.product .price {
        font-size: 18px !important;
    }
    
    .woocommerce div.product form.cart {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .woocommerce div.product form.cart .quantity,
    .woocommerce div.product form.cart button.single_add_to_cart_button {
        width: 100% !important;
    }
    
    .woocommerce-tabs ul.tabs li a {
        font-size: 11px !important;
        padding: 10px 14px !important;
    }
}

/* ─── MINI CART DRAWER ─── */
@media (max-width: 480px) {
    .fixed.inset-y-0.right-0 .w-screen.max-w-md {
        max-width: 100vw !important;
    }
    
    .ff-mini-cart-thumb {
        width: 56px !important;
        height: 56px !important;
    }
    
    .ff-mini-cart-item-name {
        font-size: 12px !important;
    }
}

/* ─── MOBILE MENU DRAWER ─── */
@media (max-width: 767px) {
    .fixed.inset-y-0.left-0 > div {
        width: 100vw !important;
        max-width: 320px !important;
    }
}

/* ─── WISHLIST PAGE ─── */
@media (max-width: 767px) {
    .ff-wishlist-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .ff-wishlist-title {
        font-size: 26px !important;
    }
    
    .ff-wishlist-card-img img {
        height: 200px !important;
    }
    
    .ff-wishlist-card-info {
        padding: 12px 14px 4px !important;
    }
    
    .ff-wishlist-card-info h3 {
        font-size: 12px !important;
    }
    
    .ff-wishlist-card-price {
        font-size: 13px !important;
    }
    
    .ff-wishlist-card-btn {
        padding: 10px !important;
        margin: 8px 14px 14px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 479px) {
    .ff-wishlist-card-img img {
        height: 150px !important;
    }
}

/* ─── SEARCH MODAL ─── */
@media (max-width: 639px) {
    .ff-search-input-wrap {
        padding: 12px 16px !important;
        border-radius: 12px !important;
    }
    
    .ff-search-input {
        font-size: 15px !important;
    }
    
    .ff-search-result-thumb {
        width: 48px !important;
        height: 48px !important;
    }
    
    .ff-search-result-info h4 {
        font-size: 13px !important;
    }
}

/* ─── 404 PAGE ─── */
@media (max-width: 639px) {
    .ff-404-container {
        padding: 40px 20px !important;
        min-height: 65vh !important;
    }
    
    .ff-404-title {
        font-size: 80px !important;
    }
    
    .ff-404-subtitle {
        font-size: 16px !important;
        letter-spacing: 2px !important;
    }
    
    .ff-404-desc {
        font-size: 13px !important;
    }
    
    .ff-404-actions {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .ff-404-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ─── THANK YOU PAGE ─── */
@media (max-width: 639px) {
    .ff-thankyou {
        padding: 20px 16px !important;
    }
    
    .ff-thankyou-title {
        font-size: 22px !important;
    }
    
    .ff-thankyou-details {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
    
    .ff-thankyou-detail-card {
        padding: 12px !important;
    }
    
    .ff-detail-value {
        font-size: 12px !important;
    }
    
    .ff-thankyou-actions {
        flex-direction: column !important;
    }
    
    .ff-thankyou-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ─── BRAND STORY & NEWSLETTER (home) ─── */
@media (max-width: 767px) {
    body.home section.bg-dark {
        padding: 50px 0 !important;
    }
    
    body.home section.bg-dark .grid.lg\:grid-cols-2 {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    body.home section.bg-dark h2.text-3xl,
    body.home section.bg-dark h2.text-4xl,
    body.home section.bg-dark h2.text-5xl,
    body.home section.bg-dark h2.text-6xl {
        font-size: 1.75rem !important;
        line-height: 1.1 !important;
        margin-bottom: 1.25rem !important;
    }
    
    body.home section.bg-dark p.text-lg {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
        margin-bottom: 1.5rem !important;
    }
    
    body.home section.bg-premium-500 {
        padding: 50px 16px !important;
    }
    
    body.home section.bg-premium-500 .bg-white\/10 {
        padding: 1.75rem 1.5rem !important;
        border-radius: 1.25rem !important;
    }
    
    body.home section.bg-premium-500 h2 {
        font-size: 1.5rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    body.home section.bg-premium-500 p.text-lg {
        font-size: 0.9rem !important;
        margin-bottom: 1.25rem !important;
    }
    
    body.home section.bg-premium-500 form.flex {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    body.home section.bg-premium-500 input[type="email"],
    body.home section.bg-premium-500 button[type="submit"] {
        padding: 13px 18px !important;
        font-size: 0.85rem !important;
        width: 100% !important;
    }
}

/* ─── FOOTER (comprehensive) ─── */
@media (max-width: 1023px) {
    .site-footer {
        padding: 60px 0 0 !important;
    }
    
    .footer-widgets {
        gap: 40px !important;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 50px 0 0 !important;
    }
    
    .footer-widgets {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    
    .site-footer .widget-title {
        font-size: 10px !important;
        letter-spacing: 2px !important;
        margin-bottom: 16px !important;
    }
    
    .site-footer .widget ul li {
        margin-bottom: 10px !important;
    }
    
    .site-footer .widget ul li a {
        font-size: 13px !important;
    }
    
    .ff-monumental-text span {
        font-size: 22vw !important;
        letter-spacing: -1px !important;
    }
    
    .site-footer .site-info {
        padding: 20px 16px !important;
    }
    
    .site-footer .site-info p {
        font-size: 9px !important;
        letter-spacing: 1.5px !important;
    }
    
    .ff-policy-link {
        font-size: 10px !important;
    }
}

@media (max-width: 479px) {
    .footer-widgets {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 0 16px !important;
    }
    
    .site-footer .widget ul li a {
        font-size: 12px !important;
    }
}

/* ─── PRODUCT CARDS (mobile text) ─── */
@media (max-width: 479px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 10px !important;
        padding: 8px 8px 2px !important;
        letter-spacing: 0.3px !important;
    }
    
    .woocommerce ul.products li.product .price,
    ul.products li.product .price {
        font-size: 11px !important;
        padding: 0 8px 6px !important;
    }
    
    .woocommerce ul.products li.product .button,
    ul.products li.product .button {
        padding: 8px !important;
        font-size: 8px !important;
        letter-spacing: 1px !important;
    }
    
    ul.products li.product span.onsale {
        font-size: 8px !important;
        padding: 2px 6px !important;
        top: 8px !important;
        left: 8px !important;
    }
    
    .ff-heart-btn {
        width: 26px !important;
        height: 26px !important;
        top: 6px !important;
        right: 6px !important;
    }
    
    .ff-heart-btn svg {
        width: 12px !important;
        height: 12px !important;
    }
}

/* ─── BREADCRUMB (all mobile) ─── */
@media (max-width: 639px) {
    .ff-breadcrumb {
        padding: 10px 16px 0 !important;
    }
    
    .ff-breadcrumb-inner {
        font-size: 10px !important;
        letter-spacing: 0.5px !important;
    }
    
    .ff-breadcrumb-sep {
        margin: 0 4px !important;
    }
}

/* ─── BACK TO TOP (mobile) ─── */
@media (max-width: 639px) {
    .ff-back-to-top {
        bottom: 16px !important;
        right: 16px !important;
        width: 40px !important;
        height: 40px !important;
    }
    
    .ff-back-to-top svg {
        width: 18px !important;
        height: 18px !important;
    }
}

/* ─── NO PRODUCTS EMPTY STATE (mobile) ─── */
@media (max-width: 639px) {
    .ff-no-products {
        margin: 20px 12px !important;
        padding: 50px 24px !important;
        border-radius: 18px !important;
    }
    
    .ff-no-products-icon {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 20px !important;
    }
    
    .ff-no-products-icon svg {
        width: 50px !important;
        height: 50px !important;
    }
    
    .ff-no-products-title {
        font-size: 20px !important;
        letter-spacing: 1.5px !important;
    }
    
    .ff-no-products-desc {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
    
    .ff-no-products-actions {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .ff-no-products .ff-btn-primary,
    .ff-no-products .ff-btn-outline {
        width: 100% !important;
        padding: 13px 20px !important;
        font-size: 11px !important;
        justify-content: center !important;
    }
    
    .ff-no-products-suggest {
        padding-top: 24px !important;
    }
    
    .ff-suggest-tags a {
        font-size: 10px !important;
        padding: 6px 12px !important;
    }
}

/* ─── MEGA MENU (tablet support) ─── */
@media (min-width: 768px) and (max-width: 1023px) {
    html body header.sticky nav.hidden.lg\:flex {
        display: none !important;
    }
}

/* ─── TAP TARGETS (mobile usability) ─── */
@media (max-width: 767px) {
    button,
    a.button,
    input[type="submit"],
    .ff-mini-cart-btn,
    .ff-404-btn,
    .ff-thankyou-btn {
        min-height: 44px !important;
    }
    
    a,
    button {
        -webkit-tap-highlight-color: rgba(197, 168, 89, 0.15) !important;
    }
    
    /* Prevent iOS input zoom */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    textarea,
    select {
        font-size: 16px !important;
    }
}

/* ═══════════════════════════════════════════
   🎯 LANDSCAPE PHONE SPECIFIC (height < 500px)
═══════════════════════════════════════════ */
@media (max-height: 500px) and (orientation: landscape) {
    body.home main > section:first-of-type {
        min-height: 100vh !important;
        padding: 20px !important;
    }
    
    body.home h1 {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }
}

/* ═══════════════════════════════════════════
   🎯 ULTRA-WIDE FIX (2000px+)
═══════════════════════════════════════════ */
@media (min-width: 2000px) {
    .container-premium,
    .ff-shop-main {
        max-width: 1600px !important;
    }
}

/* ═══════════════════════════════════════════
   END COMPLETE RESPONSIVE MASTER FIX
═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════
   🎯 MOBILE SHOP (< 480px) - Image = Grey box exact fit
═══════════════════════════════════════════════════════ */

@media (max-width: 480px) {
    /* Container */
    body.woocommerce-shop .ff-shop-main,
    body.tax-product_cat .ff-shop-main,
    body.post-type-archive-product .ff-shop-main {
        padding: 10px 12px !important;
        max-width: 100% !important;
    }
    
    /* Products grid - 2 COLUMNS */
    body.woocommerce-shop .ff-shop-products ul.products,
    body.tax-product_cat .ff-shop-products ul.products,
    body.post-type-archive-product .ff-shop-products ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        max-width: 100% !important;
        margin: 12px 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    
    /* Product card */
    body.woocommerce-shop .ff-shop-products ul.products li.product,
    body.tax-product_cat .ff-shop-products ul.products li.product,
    body.post-type-archive-product .ff-shop-products ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        background: #fff !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
        padding: 0 !important;
    }
    
    /* Image wrapper = IMAGE SIZE (no padding!) */
    body.woocommerce-shop .ff-shop-products ul.products li.product > a.woocommerce-LoopProduct-link,
    body.woocommerce-shop .ff-shop-products ul.products li.product > a:first-of-type,
    body.tax-product_cat .ff-shop-products ul.products li.product > a.woocommerce-LoopProduct-link,
    body.tax-product_cat .ff-shop-products ul.products li.product > a:first-of-type,
    body.post-type-archive-product .ff-shop-products ul.products li.product > a:first-of-type {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        background: #f5f5f5 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        line-height: 0 !important;
        font-size: 0 !important;
    }
    
    /* Image - FULL fill, no padding, no gap */
    body.woocommerce-shop .ff-shop-products ul.products li.product img,
    body.tax-product_cat .ff-shop-products ul.products li.product img,
    body.post-type-archive-product .ff-shop-products ul.products li.product img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center !important;
        padding: 0 !important;
        margin: 0 !important;
        mix-blend-mode: normal !important;
        filter: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        vertical-align: bottom !important;
    }
    
    /* Title */
    body.woocommerce-shop .ff-shop-products ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat .ff-shop-products ul.products li.product .woocommerce-loop-product__title,
    body.post-type-archive-product .ff-shop-products ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
        font-weight: 700 !important;
        padding: 10px 10px 3px !important;
        letter-spacing: 0.3px !important;
        line-height: 1.3 !important;
    }
    
    /* Price */
    body.woocommerce-shop .ff-shop-products ul.products li.product .price,
    body.tax-product_cat .ff-shop-products ul.products li.product .price,
    body.post-type-archive-product .ff-shop-products ul.products li.product .price {
        font-size: 12px !important;
        font-weight: 600 !important;
        padding: 0 10px 10px !important;
    }
    
    /* Button */
    body.woocommerce-shop .ff-shop-products ul.products li.product .button,
    body.tax-product_cat .ff-shop-products ul.products li.product .button,
    body.post-type-archive-product .ff-shop-products ul.products li.product .button {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px !important;
        font-size: 9px !important;
        letter-spacing: 1px !important;
    }
    
    /* Heart button */
    body.woocommerce-shop .ff-heart-btn,
    body.tax-product_cat .ff-heart-btn,
    body.post-type-archive-product .ff-heart-btn {
        width: 28px !important;
        height: 28px !important;
        top: 6px !important;
        right: 6px !important;
        z-index: 10 !important;
    }
    
    body.woocommerce-shop .ff-heart-btn svg,
    body.tax-product_cat .ff-heart-btn svg,
    body.post-type-archive-product .ff-heart-btn svg {
        width: 12px !important;
        height: 12px !important;
    }
    
    /* Mobile filter bar */
    body.woocommerce-shop .ff-mobile-filter-bar,
    body.tax-product_cat .ff-mobile-filter-bar {
        padding: 10px 12px !important;
        gap: 8px !important;
    }
    
    body.woocommerce-shop .ff-mobile-filter-btn,
    body.tax-product_cat .ff-mobile-filter-btn {
        font-size: 11px !important;
        padding: 8px 14px !important;
    }
    
    /* Breadcrumb */
    body.woocommerce-shop .ff-breadcrumb,
    body.tax-product_cat .ff-breadcrumb {
        padding: 8px 12px 0 !important;
    }
}

/* ═══════════════════════════════════════════════════════
   🔥 FINAL RESPONSIVE MASTER FIX v5.0
   Cleans up ALL conflicts, filter bar works properly
═══════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────
   1. MOBILE FILTER BAR - MUST WORK ON MOBILE
───────────────────────────────────────── */

/* Mobile filter bar - SHOW on all mobile/tablet */
@media (max-width: 1023px) {
    .ff-mobile-filter-bar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 16px !important;
        background: #fff !important;
        border-bottom: 1px solid #f0f0f0 !important;
        position: sticky !important;
        top: 60px !important;
        z-index: 50 !important;
        gap: 12px !important;
    }
    
    /* FILTER button - visible */
    .ff-mobile-filter-btn {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 1.5px !important;
        color: #111 !important;
        background: #fff !important;
        border: 1.5px solid #111 !important;
        padding: 10px 18px !important;
        cursor: pointer !important;
        border-radius: 50px !important;
        white-space: nowrap !important;
    }
    
    .ff-mobile-filter-btn:hover {
        background: #111 !important;
        color: #fff !important;
    }
    
    /* Sort dropdown wrapper - visible */
    .ff-mobile-sort {
        display: block !important;
    }
    
    /* Sort dropdown - visible + styled */
    .ff-mobile-sort select {
        display: block !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #111 !important;
        background-color: #fff !important;
        border: 1.5px solid #ddd !important;
        padding: 10px 28px 10px 14px !important;
        border-radius: 50px !important;
        cursor: pointer !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23111'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        background-size: 14px !important;
        outline: none !important;
        min-width: 140px !important;
    }
    
    /* Hide desktop top bar on mobile */
    .ff-shop-topbar {
        display: none !important;
    }
}

/* Desktop - hide mobile filter bar */
@media (min-width: 1024px) {
    .ff-mobile-filter-bar {
        display: none !important;
    }
    
    .ff-shop-topbar {
        display: flex !important;
    }
}

/* ─────────────────────────────────────────
   2. FILTER SIDEBAR - Clean cascade
───────────────────────────────────────── */

/* Desktop (1024+): Full visible, no scroll */
@media (min-width: 1024px) {
    .ff-filter-sidebar {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: 240px !important;
        min-width: 240px !important;
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        overflow-y: visible !important;
        padding: 0 20px 0 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transition: none !important;
    }
    
    .ff-filter-close-btn {
        display: none !important;
    }
    
    .ff-mobile-apply-wrap {
        display: none !important;
    }
}

/* Tablet/Mobile (< 1024px): Drawer */
@media (max-width: 1023px) {
    .ff-filter-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: -340px !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        background: #fff !important;
        z-index: 400 !important;
        padding: 24px 20px 100px !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.15) !important;
    }
    
    .ff-filter-sidebar.ff-sidebar-open {
        left: 0 !important;
    }
    
    .ff-filter-close-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .ff-mobile-apply-wrap {
        display: block !important;
        position: sticky !important;
        bottom: 0 !important;
        background: #fff !important;
        padding: 16px 0 !important;
        margin-top: 20px !important;
        border-top: 1px solid #f0f0f0 !important;
    }
}

/* ─────────────────────────────────────────
   3. FILTER OVERLAY
───────────────────────────────────────── */
.ff-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 350;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ff-filter-overlay.ff-overlay-active {
    display: block !important;
    opacity: 1 !important;
}

@media (min-width: 1024px) {
    .ff-filter-overlay {
        display: none !important;
    }
}

/* ─────────────────────────────────────────
   4. SHOP MAIN LAYOUT
───────────────────────────────────────── */

/* Desktop (1024+) */
@media (min-width: 1024px) {
    .ff-shop-main {
        display: flex !important;
        align-items: flex-start !important;
        gap: 30px !important;
        max-width: 1400px !important;
        margin: 0 auto !important;
        padding: 30px 20px 80px !important;
    }
    
    .ff-shop-products {
        flex: 1 !important;
        min-width: 0 !important;
    }
}

/* Mobile/Tablet (< 1024px) */
@media (max-width: 1023px) {
    .ff-shop-main {
        display: block !important;
        max-width: 100% !important;
        padding: 16px !important;
    }
    
    .ff-shop-products {
        width: 100% !important;
    }
}

/* ─────────────────────────────────────────
   5. SHOP PRODUCTS GRID - All screens
───────────────────────────────────────── */

/* 4 cols desktop (1200+) */
@media (min-width: 1200px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 16px !important;
    }
}

/* 3 cols (1024-1199) */
@media (max-width: 1199px) and (min-width: 1024px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 14px !important;
    }
}

/* 3 cols tablet (768-1023) */
@media (max-width: 1023px) and (min-width: 768px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
}

/* 2 cols mobile (< 768) */
@media (max-width: 767px) {
    .ff-shop-products ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

/* ─────────────────────────────────────────
   6. SHOP PRODUCT CARDS (mobile) - Fix image
───────────────────────────────────────── */

@media (max-width: 767px) {
    /* Card */
    body.woocommerce-shop ul.products li.product,
    body.tax-product_cat ul.products li.product,
    body.post-type-archive-product ul.products li.product {
        background: #fff !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Image wrapper - natural height */
    body.woocommerce-shop ul.products li.product > a.woocommerce-LoopProduct-link,
    body.woocommerce-shop ul.products li.product > a:first-of-type,
    body.tax-product_cat ul.products li.product > a.woocommerce-LoopProduct-link,
    body.tax-product_cat ul.products li.product > a:first-of-type,
    body.post-type-archive-product ul.products li.product > a:first-of-type {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        background: #f5f5f5 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        line-height: 0 !important;
        font-size: 0 !important;
    }
    
    /* Image - visible, fills */
    body.woocommerce-shop ul.products li.product img,
    body.tax-product_cat ul.products li.product img,
    body.post-type-archive-product ul.products li.product img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: cover !important;
        padding: 0 !important;
        margin: 0 !important;
        mix-blend-mode: normal !important;
        filter: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        vertical-align: bottom !important;
    }
    
    /* Text */
    body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
    body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
        font-weight: 700 !important;
        padding: 10px 10px 3px !important;
        letter-spacing: 0.3px !important;
        line-height: 1.3 !important;
    }
    
    body.woocommerce-shop ul.products li.product .price,
    body.tax-product_cat ul.products li.product .price,
    body.post-type-archive-product ul.products li.product .price {
        font-size: 12px !important;
        font-weight: 600 !important;
        padding: 0 10px 10px !important;
    }
    
    body.woocommerce-shop ul.products li.product .button,
    body.tax-product_cat ul.products li.product .button,
    body.post-type-archive-product ul.products li.product .button {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px !important;
        font-size: 9px !important;
        letter-spacing: 1px !important;
    }
    
    /* Heart + Sale badges */
    body.woocommerce-shop .ff-heart-btn,
    body.tax-product_cat .ff-heart-btn,
    body.post-type-archive-product .ff-heart-btn {
        width: 28px !important;
        height: 28px !important;
        top: 6px !important;
        right: 6px !important;
        z-index: 10 !important;
    }
    
    body.woocommerce-shop ul.products li.product span.onsale,
    body.tax-product_cat ul.products li.product span.onsale {
        font-size: 8px !important;
        padding: 2px 6px !important;
        top: 6px !important;
        left: 6px !important;
        z-index: 10 !important;
    }
}

/* ═══════════════════════════════════════════
   END FINAL FIX v5.0
═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   🎯 SINGLE PRODUCT PAGE - COMPREHENSIVE RESPONSIVE FIX
   Fixes oversized product image on all screen sizes
═══════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────
   DESKTOP (1024px+) - Side by side layout
───────────────────────────────────────── */
@media (min-width: 1024px) {
    body.single-product .luxury-product-container {
        flex-direction: row !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        padding: 30px 30px 80px !important;
        gap: 80px !important;
    }
    
    body.single-product .luxury-gallery-col {
        flex: 0 0 55% !important;
        max-width: 520px !important;
        width: 55% !important;
        margin: 0 !important;
    }
    
    body.single-product .luxury-details-col {
        flex: 1 !important;
        width: auto !important;
        max-width: 440px !important;
    }
}

/* ─────────────────────────────────────────
   LARGE TABLET (900-1023px)
───────────────────────────────────────── */
@media (max-width: 1023px) and (min-width: 900px) {
    body.single-product .luxury-product-container {
        flex-direction: row !important;
        max-width: 900px !important;
        padding: 24px 24px 60px !important;
        gap: 40px !important;
    }
    
    body.single-product .luxury-gallery-col {
        flex: 0 0 50% !important;
        max-width: 440px !important;
        width: 50% !important;
        margin: 0 !important;
    }
    
    body.single-product .luxury-details-col {
        flex: 1 !important;
        width: auto !important;
    }
}

/* ─────────────────────────────────────────
   TABLET (768-899px) - Stacked, centered
───────────────────────────────────────── */
@media (max-width: 899px) and (min-width: 768px) {
    body.single-product .luxury-product-container {
        flex-direction: column !important;
        max-width: 100% !important;
        padding: 24px 24px 60px !important;
        gap: 40px !important;
    }
    
    body.single-product .luxury-gallery-col {
        max-width: 480px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    body.single-product .luxury-details-col {
        max-width: 600px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
}

/* ─────────────────────────────────────────
   MOBILE LANDSCAPE (640-767px)
───────────────────────────────────────── */
@media (max-width: 767px) and (min-width: 640px) {
    body.single-product .luxury-product-container {
        flex-direction: column !important;
        max-width: 100% !important;
        padding: 20px 20px 50px !important;
        gap: 30px !important;
    }
    
    body.single-product .luxury-gallery-col {
        max-width: 420px !important;
        width: 90% !important;
        margin: 0 auto !important;
    }
    
    body.single-product .luxury-details-col {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    body.single-product .luxury-title {
        font-size: 1.75rem !important;
    }
}

/* ─────────────────────────────────────────
   MOBILE (480-639px) - Compact
───────────────────────────────────────── */
@media (max-width: 639px) and (min-width: 480px) {
    body.single-product .luxury-product-container {
        flex-direction: column !important;
        max-width: 100% !important;
        padding: 16px 16px 40px !important;
        gap: 24px !important;
    }
    
    body.single-product .luxury-gallery-col {
        max-width: 360px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    body.single-product .luxury-details-col {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    body.single-product .luxury-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    body.single-product .luxury-price {
        font-size: 1.25rem !important;
        margin-bottom: 1.75rem !important;
    }
    
    body.single-product .lux-brand {
        font-size: 0.7rem !important;
        letter-spacing: 0.15em !important;
    }
}

/* ─────────────────────────────────────────
   SMALL MOBILE (< 480px) - Ultra compact
───────────────────────────────────────── */
@media (max-width: 479px) {
    body.single-product .luxury-product-container {
        flex-direction: column !important;
        max-width: 100% !important;
        padding: 12px 12px 30px !important;
        gap: 20px !important;
        margin: 0 !important;
    }
    
    body.single-product .luxury-gallery-col {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    body.single-product .luxury-details-col {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    body.single-product .luxury-title {
        font-size: 1.35rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.5rem !important;
    }
    
    body.single-product .luxury-price {
        font-size: 1.15rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    body.single-product .lux-brand {
        font-size: 0.65rem !important;
        letter-spacing: 0.15em !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Trust badges smaller */
    body.single-product .lux-trust {
        padding: 1.5rem 0 !important;
        gap: 0.5rem !important;
    }
    
    body.single-product .lux-trust-item {
        font-size: 0.7rem !important;
    }
    
    /* Accordion buttons */
    body.single-product .lux-accordion-btn {
        font-size: 0.75rem !important;
        padding: 1.25rem 0 !important;
    }
    
    /* Add to cart button */
    body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button {
        padding: 1.25rem !important;
        font-size: 0.85rem !important;
        letter-spacing: 0.08em !important;
    }
    
    /* Quantity input */
    body.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
        width: 80px !important;
        height: 3rem !important;
    }
}

/* ─────────────────────────────────────────
   IMAGE GALLERY - Universal Constraints
───────────────────────────────────────── */
body.single-product .woocommerce-product-gallery {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: 100% !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 500px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Mobile - limit image height even more */
@media (max-width: 767px) {
    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .woocommerce-product-gallery img {
        max-height: 400px !important;
    }
}

@media (max-width: 479px) {
    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .woocommerce-product-gallery img {
        max-height: 350px !important;
    }
}

/* ─────────────────────────────────────────
   THUMBNAILS - Responsive
───────────────────────────────────────── */
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 calc(25% - 6px) !important;
    width: auto !important;
    margin: 0 !important;
}

@media (max-width: 479px) {
    body.single-product .woocommerce-product-gallery .flex-control-thumbs {
        gap: 6px !important;
    }
    
    body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
        flex: 0 0 calc(25% - 5px) !important;
    }
}

/* ─────────────────────────────────────────
   STICKY DETAILS - Disable on mobile
───────────────────────────────────────── */
@media (max-width: 1023px) {
    body.single-product .luxury-details-sticky {
        position: static !important;
        top: auto !important;
    }
}

/* ═══════════════════════════════════════════
   END SINGLE PRODUCT RESPONSIVE FIX
═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   🎯 MODERNCART FLOATING CART BUTTON - PREMIUM
═══════════════════════════════════════════════════════ */

/* Main Button */
.moderncart-floating-cart-count {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #C5A859 0%, #e0c378 100%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 25px rgba(197, 168, 89, 0.4), 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border: 2px solid #fff !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    z-index: 9999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    animation: ffCartPulse 2.5s ease-in-out infinite !important;
    transform-origin: center !important;
}

.moderncart-floating-cart-count:hover {
    transform: scale(1.1) translateY(-3px) !important;
    background: linear-gradient(135deg, #111 0%, #333 100%) !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3) !important;
    animation: none !important;
}

.moderncart-floating-cart-count::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 26px !important;
    height: 26px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

.moderncart-floating-cart-count span {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    background: #111 !important;
    color: #fff !important;
    min-width: 22px !important;
    height: 22px !important;
    padding: 0 6px !important;
    border-radius: 11px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    z-index: 2 !important;
}

@keyframes ffCartPulse {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(197, 168, 89, 0.4), 0 2px 8px rgba(0, 0, 0, 0.15);
    }
    50% {
        box-shadow: 0 8px 25px rgba(197, 168, 89, 0.6), 0 0 0 10px rgba(197, 168, 89, 0.1);
    }
}

@media (max-width: 768px) {
    .moderncart-floating-cart-count {
        bottom: 20px !important;
        right: 20px !important;
        width: 52px !important;
        height: 52px !important;
    }
    .moderncart-floating-cart-count::before {
        width: 22px !important;
        height: 22px !important;
    }
    .moderncart-floating-cart-count span {
        min-width: 20px !important;
        height: 20px !important;
        font-size: 10px !important;
        top: -4px !important;
        right: -4px !important;
    }
}

@media (max-width: 480px) {
    .moderncart-floating-cart-count {
        bottom: 16px !important;
        right: 16px !important;
        width: 48px !important;
        height: 48px !important;
    }
    .moderncart-floating-cart-count::before {
        width: 20px !important;
        height: 20px !important;
    }
}


/* ═══════════════════════════════════════════════════════
   🎯 PRODUCT PAGE - COLOR & SIZE SWATCHES FIX
═══════════════════════════════════════════════════════ */

/* COLOR SWATCHES - Round Circles */
body.single-product .woocommerce div.product .variable-items-wrapper.color-variable-wrapper,
body.single-product .woocommerce div.product ul.variable-items-wrapper[data-attribute_name*="color"],
body.single-product .woocommerce div.product ul.variable-items-wrapper[data-attribute_name*="colour"] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 8px 0 16px 0 !important;
    list-style: none !important;
}

body.single-product .woocommerce div.product .color-variable-wrapper .variable-item,
body.single-product .woocommerce div.product ul.variable-items-wrapper[data-attribute_name*="color"] .variable-item,
body.single-product .woocommerce div.product ul.variable-items-wrapper[data-attribute_name*="colour"] .variable-item,
body.single-product .woocommerce div.product li.color-variable-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: 2px solid #e5e5e5 !important;
    cursor: pointer !important;
    position: relative !important;
    background-clip: content-box !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

body.single-product .woocommerce div.product .color-variable-item .variable-item-span,
body.single-product .woocommerce div.product li.color-variable-item .variable-item-span,
body.single-product .woocommerce div.product .color-variable-item span {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-sizing: border-box !important;
}

body.single-product .woocommerce div.product .color-variable-item:hover,
body.single-product .woocommerce div.product li.color-variable-item:hover {
    border-color: #111 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

body.single-product .woocommerce div.product .color-variable-item.selected,
body.single-product .woocommerce div.product li.color-variable-item.selected {
    border-color: #C5A859 !important;
    border-width: 3px !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(197, 168, 89, 0.4) !important;
}

body.single-product .woocommerce div.product .color-variable-item.selected::after {
    content: "✓" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
    z-index: 2 !important;
}

/* SIZE SWATCHES - Square Buttons */
body.single-product .woocommerce div.product ul.variable-items-wrapper[data-attribute_name*="size"] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 8px 0 16px 0 !important;
    list-style: none !important;
}

body.single-product .woocommerce div.product ul.variable-items-wrapper[data-attribute_name*="size"] .variable-item,
body.single-product .woocommerce div.product li.button-variable-item {
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 10px 16px !important;
    border: 1.5px solid #e5e5e5 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
}

body.single-product .woocommerce div.product li.button-variable-item:hover {
    border-color: #111 !important;
    background: #f9f9f9 !important;
}

body.single-product .woocommerce div.product li.button-variable-item.selected {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Out of stock */
body.single-product .woocommerce div.product .variable-item.disabled,
body.single-product .woocommerce div.product .variable-item.out-of-stock {
    opacity: 0.35 !important;
    cursor: not-allowed !important;
    position: relative !important;
}

body.single-product .woocommerce div.product .variable-item.disabled::before,
body.single-product .woocommerce div.product .variable-item.out-of-stock::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: #999 !important;
    transform: rotate(-45deg) !important;
}

/* Labels */
body.single-product .woocommerce div.product form.cart table.variations th.label,
body.single-product .woocommerce div.product form.cart table.variations th.label label {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #111 !important;
    padding: 12px 0 8px !important;
    vertical-align: top !important;
}

/* Mobile */
@media (max-width: 640px) {
    body.single-product .woocommerce div.product .color-variable-wrapper .variable-item,
    body.single-product .woocommerce div.product li.color-variable-item {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
    }
    
    body.single-product .woocommerce div.product li.button-variable-item {
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 8px 14px !important;
        font-size: 13px !important;
    }
    
    body.single-product .woocommerce div.product .color-variable-wrapper {
        gap: 10px !important;
    }
}

/* ═══════════════════════════════════════════
   END CSS
═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   🎯 CFVSW (Variation Swatches Plugin) - Fix Size & Style
   Overrides inline styles to make swatches properly visible
═══════════════════════════════════════════════════════ */

/* Swatches container */
body.single-product .cfvsw-swatches-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 8px 0 16px 0 !important;
    align-items: center !important;
}

/* COLOR SWATCHES - Override plugin's inline 24px style */
body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatches-option,
body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatches-option {
    min-width: 42px !important;
    min-height: 42px !important;
    width: 42px !important;
    height: 42px !important;
    padding: 3px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    background: #fff !important;
}

/* Color inner circle */
body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatch-inner,
body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatch-inner {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    display: block !important;
    border: 2px solid #fff !important;
    box-sizing: border-box !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

/* Color hover */
body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatches-option:hover,
body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatches-option:hover {
    border-color: #111 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

/* Color selected */
body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatches-option.cfvsw-selected-swatch,
body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatches-option.cfvsw-selected-swatch,
body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatches-option.cfvsw-swatch-selected,
body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatches-option.cfvsw-swatch-selected {
    border-color: #C5A859 !important;
    border-width: 3px !important;
    transform: scale(1.15) !important;
    box-shadow: 0 4px 18px rgba(197, 168, 89, 0.45) !important;
}

/* Checkmark on selected color */
body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatches-option.cfvsw-selected-swatch::after,
body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatches-option.cfvsw-selected-swatch::after,
body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatches-option.cfvsw-swatch-selected::after,
body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatches-option.cfvsw-swatch-selected::after {
    content: "✓" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
    z-index: 10 !important;
    pointer-events: none !important;
}

/* ─────────────────────────────────────
   SIZE SWATCHES - Square buttons
───────────────────────────────────── */
body.single-product .cfvsw-swatches-container[swatches-attr*="size"] .cfvsw-swatches-option {
    min-width: 50px !important;
    min-height: 50px !important;
    padding: 10px 16px !important;
    border: 1.5px solid #e5e5e5 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

body.single-product .cfvsw-swatches-container[swatches-attr*="size"] .cfvsw-swatches-option:hover {
    border-color: #111 !important;
    background: #f9f9f9 !important;
    transform: translateY(-2px) !important;
}

body.single-product .cfvsw-swatches-container[swatches-attr*="size"] .cfvsw-swatches-option.cfvsw-selected-swatch,
body.single-product .cfvsw-swatches-container[swatches-attr*="size"] .cfvsw-swatches-option.cfvsw-swatch-selected {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* ─────────────────────────────────────
   OUT OF STOCK SWATCHES
───────────────────────────────────── */
body.single-product .cfvsw-swatches-option.cfvsw-disabled-swatch,
body.single-product .cfvsw-swatches-option.cfvsw-out-of-stock {
    opacity: 0.35 !important;
    cursor: not-allowed !important;
    position: relative !important;
}

body.single-product .cfvsw-swatches-option.cfvsw-disabled-swatch::before,
body.single-product .cfvsw-swatches-option.cfvsw-out-of-stock::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -2px !important;
    right: -2px !important;
    height: 2px !important;
    background: #999 !important;
    transform: rotate(-45deg) !important;
    z-index: 5 !important;
}

/* ─────────────────────────────────────
   MOBILE RESPONSIVE
───────────────────────────────────── */
@media (max-width: 640px) {
    /* Color swatches smaller on mobile */
    body.single-product .cfvsw-swatches-container[swatches-attr*="color"] .cfvsw-swatches-option,
    body.single-product .cfvsw-swatches-container[swatches-attr*="colour"] .cfvsw-swatches-option {
        min-width: 38px !important;
        min-height: 38px !important;
        width: 38px !important;
        height: 38px !important;
    }
    
    /* Size swatches smaller on mobile */
    body.single-product .cfvsw-swatches-container[swatches-attr*="size"] .cfvsw-swatches-option {
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 8px 14px !important;
        font-size: 13px !important;
    }
    
    body.single-product .cfvsw-swatches-container {
        gap: 10px !important;
    }
}

/* ═══════════════════════════════════════════
   END CFVSW SWATCHES FIX
═══════════════════════════════════════════ */


/* ============================================================
   CHECKOUT PAGE — PREMIUM MODERN DESIGN
   ============================================================ */

/* ─── Page-level overrides ─── */
body.woocommerce-checkout main {
    max-width: 100% !important;
    padding: 0 !important;
    background: #f7f7f5 !important;
}

/* ─── Step Progress Bar ─── */
.ff-checkout-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px 24px;
    margin-bottom: 0;
}

.ff-checkout-header-inner {
    max-width: 600px;
    margin: 0 auto;
}

.ff-checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.ff-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    cursor: default;
    flex-shrink: 0;
}

a.ff-step {
    cursor: pointer;
}

a.ff-step:hover .ff-step-num {
    border-color: #111;
    background: #111;
    color: #fff;
}

.ff-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #ddd;
    color: #999;
    background: #fff;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
}

.ff-step-label {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Inter', sans-serif !important;
    transition: color 0.3s ease;
}

.ff-step-active .ff-step-num {
    border-color: #111;
    background: #111;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.ff-step-active .ff-step-label {
    color: #111;
    font-weight: 700;
}

.ff-step-done .ff-step-num {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #fff;
}

.ff-step-done .ff-step-label {
    color: var(--accent-color);
}

.ff-step-line {
    flex: 1;
    height: 2px;
    background: #e0e0e0;
    margin: 0 12px;
    margin-bottom: 22px;
    border-radius: 2px;
    min-width: 40px;
    transition: background 0.4s ease;
}

.ff-step-line-active {
    background: var(--accent-color);
}


/* ─── Main Wrapper (Two-Column Layout) ─── */
.ff-checkout-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 24px 80px !important;
}

.ff-checkout-left {
    flex: 1 1 0% !important;
    min-width: 0 !important;
}

.ff-checkout-right {
    width: 400px !important;
    flex-shrink: 0 !important;
    position: sticky !important;
    top: 100px !important;
}


/* ─── Section Card ─── */
.ff-checkout-section {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
}

.ff-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.ff-section-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f7f7f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #111;
}

.ff-section-icon svg {
    stroke: #111 !important;
    color: #111 !important;
    width: 20px !important;
    height: 20px !important;
}

.ff-section-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #111 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    border: none !important;
}


/* ─── Billing/Shipping Fields ─── */
.ff-checkout-section .col2-set {
    display: block !important;
    width: 100% !important;
}

.ff-checkout-section .col2-set .col-1,
.ff-checkout-section .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ff-checkout-section .woocommerce-billing-fields h3,
.ff-checkout-section .woocommerce-shipping-fields h3,
.ff-checkout-section .woocommerce-additional-fields h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

/* Ship to different address checkbox */
.ff-checkout-section .woocommerce-shipping-fields #ship-to-different-address {
    margin: 24px 0 16px !important;
    padding-top: 24px !important;
    border-top: 1px solid #f0f0f0 !important;
}

.ff-checkout-section .woocommerce-shipping-fields #ship-to-different-address label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    cursor: pointer !important;
}


/* ─── Form Fields — Modern Input Styling ─── */
.ff-checkout-section .woocommerce-billing-fields__field-wrapper,
.ff-checkout-section .woocommerce-shipping-fields__field-wrapper,
.ff-checkout-section .woocommerce-additional-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
}

/* Full-width fields */
.ff-checkout-section .form-row-wide,
.ff-checkout-section #billing_address_1_field,
.ff-checkout-section #billing_address_2_field,
.ff-checkout-section #shipping_address_1_field,
.ff-checkout-section #shipping_address_2_field,
.ff-checkout-section #order_comments_field,
.ff-checkout-section #billing_email_field,
.ff-checkout-section #billing_phone_field {
    grid-column: 1 / -1 !important;
}

.ff-checkout-section .form-row {
    margin: 0 !important;
    padding: 0 !important;
}

.ff-checkout-section .form-row label {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #666 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.ff-checkout-section .form-row label .required {
    color: var(--accent-color) !important;
}

.ff-checkout-section .form-row label .optional {
    font-size: 10px !important;
    color: #aaa !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.ff-checkout-section .form-row input.input-text,
.ff-checkout-section .form-row textarea,
.ff-checkout-section .form-row select,
.ff-checkout-section .form-row .select2-container .select2-selection--single {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #111 !important;
    background: #fafafa !important;
    transition: all 0.25s ease !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Inter', sans-serif !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.ff-checkout-section .form-row input.input-text:focus,
.ff-checkout-section .form-row textarea:focus,
.ff-checkout-section .form-row select:focus {
    border-color: #111 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.06) !important;
}

.ff-checkout-section .form-row input.input-text::placeholder,
.ff-checkout-section .form-row textarea::placeholder {
    color: #bbb !important;
    font-weight: 400 !important;
}

.ff-checkout-section .form-row textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

/* Select2 overrides */
.ff-checkout-section .select2-container .select2-selection--single {
    height: auto !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
}

.ff-checkout-section .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.4 !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.ff-checkout-section .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 12px !important;
}

/* Validation states */
.ff-checkout-section .form-row.woocommerce-validated input.input-text {
    border-color: #4caf50 !important;
}

.ff-checkout-section .form-row.woocommerce-invalid input.input-text {
    border-color: #e53935 !important;
    background: #fef5f5 !important;
}

/* Additional fields section */
.ff-checkout-section .woocommerce-additional-fields {
    margin-top: 24px !important;
    padding-top: 24px !important;
    border-top: 1px solid #f0f0f0 !important;
}

.ff-checkout-section .woocommerce-additional-fields__field-wrapper {
    display: block !important;
}


/* ─── Order Summary Card ─── */
.ff-order-summary-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
}

.ff-order-summary-card > .ff-section-header {
    background: linear-gradient(135deg, #111 0%, #1a1a2e 100%);
    margin: 0 !important;
    padding: 22px 24px !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}

.ff-order-summary-card > .ff-section-header .ff-section-icon {
    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(8px);
}

.ff-order-summary-card > .ff-section-header .ff-section-icon svg {
    stroke: #fff !important;
    color: #fff !important;
}

.ff-order-summary-card > .ff-section-header .ff-section-title {
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 0.1em !important;
}

/* ─── Product Items List ─── */
.ff-order-items {
    padding: 20px 24px 8px !important;
}

.ff-order-item {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #f2f2f0 !important;
}

.ff-order-item:last-child {
    border-bottom: none !important;
}

.ff-order-item-image {
    position: relative !important;
    flex-shrink: 0 !important;
}

.ff-order-item-image img,
.ff-order-item-thumb {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    background: #f5f5f3 !important;
    border: 1px solid #eee !important;
    mix-blend-mode: normal !important;
    display: block !important;
}

.ff-order-item-qty {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    width: 22px !important;
    height: 22px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
    font-family: 'Inter', sans-serif !important;
}

.ff-order-item-details {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
}

.ff-order-item-name {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111 !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.ff-order-item-meta {
    font-size: 11px !important;
    color: #888 !important;
    line-height: 1.4 !important;
}

.ff-order-item-meta dl {
    margin: 0 !important;
    padding: 0 !important;
}

.ff-order-item-meta dt,
.ff-order-item-meta dd {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    color: #888 !important;
    font-weight: 400 !important;
}

.ff-order-item-meta dd p {
    display: inline !important;
    margin: 0 !important;
}

.ff-order-item-price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    font-family: 'Inter', sans-serif !important;
}


/* ─── Order Totals ─── */
.ff-order-totals {
    padding: 4px 24px 20px !important;
    border-top: 1px solid #f0f0ee !important;
    margin: 0 !important;
}

.ff-order-total-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f5f5f3 !important;
}

.ff-order-total-row:last-child {
    border-bottom: none !important;
}

.ff-total-label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important;
    font-family: 'Inter', sans-serif !important;
}

.ff-total-value {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    text-align: right !important;
    font-family: 'Inter', sans-serif !important;
}

/* Free Shipping badge */
.ff-free-shipping {
    display: inline-flex !important;
    align-items: center !important;
    padding: 3px 10px !important;
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    letter-spacing: 0.02em !important;
}

/* Coupon discount */
.ff-coupon-value {
    color: #2e7d32 !important;
}

/* Grand Total */
.ff-order-grand-total {
    margin-top: 8px !important;
    padding: 16px 20px !important;
    background: linear-gradient(135deg, #faf8f2 0%, #f5f0e4 100%) !important;
    border: 1.5px solid rgba(197, 168, 89, 0.25) !important;
    border-radius: 12px !important;
    border-bottom: none !important;
}

.ff-order-grand-total .ff-total-label {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.ff-order-grand-total .ff-total-value {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #111 !important;
}

/* ─── Shipping method display inside tfoot (fallback) ─── */
.ff-shipping-row .ff-total-value ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
}


/* ─── Payment Section Container ─── */
.ff-order-summary-card #payment {
    background: none !important;
    margin: 0 !important;
    padding: 20px 24px 24px !important;
    border-top: 1px solid #f0f0ee !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ff-order-summary-card #payment::before,
.ff-order-summary-card #payment::after {
    display: none !important;
}

/* Payment methods list */
.ff-order-summary-card .wc_payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    border: none !important;
    background: none !important;
}

.ff-order-summary-card .wc_payment_methods li {
    background: #fafaf8 !important;
    border: 1.5px solid #e8e8e5 !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
    padding: 16px 18px !important;
    transition: all 0.25s ease !important;
    list-style: none !important;
}

.ff-order-summary-card .wc_payment_methods li:last-child {
    margin-bottom: 0 !important;
}

.ff-order-summary-card .wc_payment_methods li:hover {
    border-color: #ccc !important;
    background: #f5f5f2 !important;
}

/* Payment method label (radio + name + icons) */
.ff-order-summary-card .wc_payment_methods li.wc_payment_method > label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
}

/* Radio buttons */
.ff-order-summary-card .wc_payment_methods li input[type="radio"] {
    accent-color: #111 !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

/* Payment icons row */
.ff-order-summary-card .wc_payment_methods li label img {
    height: 20px !important;
    width: auto !important;
    margin: 0 2px !important;
    border-radius: 3px !important;
    mix-blend-mode: normal !important;
    vertical-align: middle !important;
}

/* Payment description box */
.ff-order-summary-card .wc_payment_methods li .payment_box {
    margin: 14px 0 0 0 !important;
    padding: 14px 16px !important;
    background: linear-gradient(135deg, #f7f6f2 0%, #f0efe9 100%) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.65 !important;
}

.ff-order-summary-card .wc_payment_methods li .payment_box::before {
    display: none !important;
}

.ff-order-summary-card .wc_payment_methods li .payment_box p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #666 !important;
}


/* ─── Place Order Section ─── */
.ff-order-summary-card .place-order {
    margin: 0 !important;
    padding: 0 !important;
}

/* Privacy policy text */
.ff-order-summary-card .place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 16px !important;
}

.ff-order-summary-card .woocommerce-privacy-policy-text,
.ff-order-summary-card .woocommerce-privacy-policy-text p {
    font-size: 12px !important;
    color: #999 !important;
    line-height: 1.6 !important;
    margin-bottom: 14px !important;
}

.ff-order-summary-card .woocommerce-privacy-policy-text a {
    color: #111 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

.ff-order-summary-card .woocommerce-privacy-policy-text a:hover {
    color: var(--accent-color) !important;
}

/* Terms & Conditions checkbox */
.ff-order-summary-card .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 12px !important;
    color: #555 !important;
    line-height: 1.5 !important;
}

.ff-order-summary-card .woocommerce-terms-and-conditions-checkbox-text a {
    color: #111 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

.ff-order-summary-card .woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: var(--accent-color) !important;
}

.ff-order-summary-card .form-row.validate-required input[type="checkbox"] {
    accent-color: #111 !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

.ff-order-summary-card .form-row.validate-required label {
    cursor: pointer !important;
}

.ff-order-summary-card .form-row.validate-required .required {
    color: var(--accent-color) !important;
}

/* Place Order Button */
.ff-order-summary-card #place_order,
.ff-order-summary-card .place-order .button.alt {
    display: block !important;
    width: 100% !important;
    padding: 18px 24px !important;
    background: linear-gradient(135deg, #111 0%, #1a1a2e 100%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.35s ease !important;
    font-family: 'Inter', sans-serif !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18) !important;
    text-align: center !important;
    line-height: 1.4 !important;
    position: relative !important;
    overflow: hidden !important;
}

.ff-order-summary-card #place_order:hover,
.ff-order-summary-card .place-order .button.alt:hover {
    background: linear-gradient(135deg, var(--accent-color) 0%, #b8963e 100%) !important;
    box-shadow: 0 6px 24px rgba(197, 168, 89, 0.4) !important;
    transform: translateY(-2px) !important;
}

.ff-order-summary-card #place_order:active,
.ff-order-summary-card .place-order .button.alt:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

/* ─── View Available Coupons Button ─── */
.ff-order-summary-card .wc-smart-coupons,
.ff-order-summary-card .wc-smart-coupon,
.ff-order-summary-card [class*="coupon"] > a,
.ff-order-summary-card .woocommerce-checkout-review-order > a,
.ff-order-summary-card .woocommerce-checkout-review-order > p > a,
.ff-order-summary-card #order_review > .wc-sc-available-coupons-wrapper,
.ff-order-summary-card .wc-sc-available-coupons-wrapper {
    display: block !important;
    margin: 16px 24px 0 !important;
}

/* Generic coupon link styling inside order summary */
.ff-order-summary-card .woocommerce-checkout-review-order .wc-sc-available-coupons-button,
.ff-order-summary-card #order_review a[href*="coupon"],
.ff-order-summary-card #order_review .button:not(#place_order):not(.alt) {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 16px !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border: 1.5px dashed #d8d8d5 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
}

.ff-order-summary-card .woocommerce-checkout-review-order .wc-sc-available-coupons-button:hover,
.ff-order-summary-card #order_review a[href*="coupon"]:hover,
.ff-order-summary-card #order_review .button:not(#place_order):not(.alt):hover {
    border-color: var(--accent-color) !important;
    color: var(--accent-color) !important;
    background: #faf8f2 !important;
}


/* ─── Trust Badges ─── */
.ff-trust-badges {
    display: flex !important;
    justify-content: center !important;
    gap: 24px !important;
    margin-top: 20px !important;
    padding: 16px 0 !important;
}

.ff-trust-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    text-align: center !important;
}

.ff-trust-badge svg {
    width: 22px !important;
    height: 22px !important;
    stroke: #999 !important;
    color: #999 !important;
}

.ff-trust-badge span {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}


/* ─── Coupon Toggle & Form ─── */
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    max-width: 1200px !important;
    margin: 0 auto 0 !important;
    padding: 0 24px !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-left: 3px solid var(--accent-color) !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    font-size: 13px !important;
    color: #555 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: var(--accent-color) !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #111 !important;
    font-weight: 600 !important;
}

body.woocommerce-checkout .checkout_coupon {
    max-width: 1200px !important;
    margin: 12px auto 0 !important;
    padding: 20px 24px !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .checkout_coupon input.input-text {
    padding: 14px 16px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    background: #fafafa !important;
    transition: all 0.25s ease !important;
}

body.woocommerce-checkout .checkout_coupon input.input-text:focus {
    border-color: #111 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(17,17,17,0.06) !important;
    outline: none !important;
}

body.woocommerce-checkout .checkout_coupon .button {
    padding: 14px 24px !important;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

body.woocommerce-checkout .checkout_coupon .button:hover {
    background: var(--accent-color) !important;
}


/* ─── WooCommerce Notices on Checkout ─── */
body.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message {
    border-radius: 10px !important;
    font-size: 13px !important;
}


/* ─── Checkout Login Notice ─── */
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-left: 3px solid var(--accent-color) !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    font-size: 13px !important;
    box-shadow: none !important;
}


/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    .ff-checkout-wrapper {
        flex-direction: column !important;
        gap: 24px !important;
        padding: 24px 16px 60px !important;
    }

    .ff-checkout-left {
        width: 100% !important;
    }

    .ff-checkout-right {
        width: 100% !important;
        position: static !important;
    }
}

@media (max-width: 640px) {
    .ff-checkout-header {
        padding: 16px 16px !important;
    }

    .ff-step-num {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .ff-step-label {
        font-size: 9px;
    }

    .ff-step-line {
        margin: 0 8px;
        margin-bottom: 18px;
        min-width: 24px;
    }

    .ff-checkout-section {
        padding: 20px 16px !important;
        border-radius: 12px !important;
    }

    .ff-order-summary-card {
        border-radius: 14px !important;
    }

    .ff-order-summary-card > .ff-section-header {
        padding: 18px 16px !important;
    }

    .ff-order-items {
        padding: 16px 16px 4px !important;
    }

    .ff-order-item-image img,
    .ff-order-item-thumb {
        width: 52px !important;
        height: 52px !important;
        border-radius: 10px !important;
    }

    .ff-order-item-qty {
        width: 20px !important;
        height: 20px !important;
        font-size: 10px !important;
    }

    .ff-order-totals {
        padding: 4px 16px 16px !important;
    }

    .ff-order-grand-total {
        padding: 14px 16px !important;
    }

    .ff-order-grand-total .ff-total-value {
        font-size: 17px !important;
    }

    .ff-section-header {
        margin-bottom: 20px !important;
        padding-bottom: 16px !important;
    }

    .ff-section-icon {
        width: 34px;
        height: 34px;
    }

    .ff-section-title {
        font-size: 15px !important;
    }

    /* Stack form fields on mobile */
    .ff-checkout-section .woocommerce-billing-fields__field-wrapper,
    .ff-checkout-section .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .ff-checkout-section .form-row input.input-text,
    .ff-checkout-section .form-row textarea,
    .ff-checkout-section .form-row select {
        padding: 12px 14px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }

    .ff-order-summary-card #place_order {
        padding: 16px 20px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }

    .ff-trust-badges {
        gap: 16px !important;
    }

    .ff-trust-badge svg {
        width: 18px !important;
        height: 18px !important;
    }

    .ff-trust-badge span {
        font-size: 9px !important;
    }

    body.woocommerce-checkout .woocommerce-form-coupon-toggle,
    body.woocommerce-checkout .checkout_coupon {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* ─── Hide default page title on checkout ─── */
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .page-title,
body.woocommerce-checkout .woocommerce-checkout > h1,
body.woocommerce-checkout .woocommerce-checkout > h2 {
    display: none !important;
}

/* ─── Fix header spacing for checkout ─── */
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle {
    margin-top: 20px !important;
}


/* ============================================================
   CART PAGE — PREMIUM MODERN DESIGN
   ============================================================ */

/* ─── Page-level overrides ─── */
body.woocommerce-cart main {
    max-width: 100% !important;
    padding: 0 !important;
    background: #f7f7f5 !important;
}

body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-cart .woocommerce-products-header,
body.woocommerce-cart .page-header,
body.woocommerce-cart article > header,
body.woocommerce-cart .entry-header {
    display: none !important;
}


/* ─── Cart Header ─── */
.ff-cart-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 0;
}

.ff-cart-eyebrow {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: var(--accent-color) !important;
    margin: 0 0 8px 0 !important;
}

.ff-cart-eyebrow svg {
    stroke: var(--accent-color) !important;
    width: 18px !important;
    height: 18px !important;
}

.ff-cart-title {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #111 !important;
    margin: 0 0 6px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    line-height: 1.1 !important;
}

.ff-cart-item-count {
    font-size: 14px !important;
    color: #888 !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.ff-continue-shopping-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #555 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    padding: 10px 20px !important;
    border: 1.5px solid #ddd !important;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
    margin-bottom: 6px !important;
}

.ff-continue-shopping-link:hover {
    border-color: #111 !important;
    color: #111 !important;
    background: #fff !important;
}

.ff-continue-shopping-link svg {
    width: 16px !important;
    height: 16px !important;
    stroke: currentColor !important;
}


/* ─── Cart Main Wrapper ─── */
.ff-cart-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 40px 24px 80px !important;
}

.ff-cart-left {
    width: 100% !important;
    min-width: 0 !important;
}

.ff-cart-right {
    width: 100% !important;
    flex-shrink: 0 !important;
    position: static !important;
}


/* ─── Cart Items List ─── */
.ff-cart-items-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ff-cart-item {
    display: flex !important;
    gap: 20px !important;
    background: #fff !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03), 0 4px 12px rgba(0,0,0,0.03) !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    transition: box-shadow 0.3s ease !important;
}

.ff-cart-item:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.05), 0 8px 20px rgba(0,0,0,0.06) !important;
}


/* ─── Product Image ─── */
.ff-cart-item-image {
    width: 110px !important;
    height: 110px !important;
    flex-shrink: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f5f5f3 !important;
    border: 1px solid #eee !important;
}

.ff-cart-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    mix-blend-mode: normal !important;
    display: block !important;
}

.ff-cart-item-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}


/* ─── Product Details ─── */
.ff-cart-item-details {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.ff-cart-item-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.ff-cart-item-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

.ff-cart-item-name a {
    color: #111 !important;
    text-decoration: none !important;
}

.ff-cart-item-name a:hover {
    color: var(--accent-color) !important;
}

.ff-cart-item-meta {
    font-size: 12px !important;
    color: #888 !important;
    line-height: 1.4 !important;
}

.ff-cart-item-meta dl {
    margin: 0 !important;
    padding: 0 !important;
}

.ff-cart-item-meta dt,
.ff-cart-item-meta dd {
    display: inline !important;
    margin: 0 !important;
    font-size: 12px !important;
    color: #888 !important;
}

.ff-cart-item-meta dd p {
    display: inline !important;
    margin: 0 !important;
}

.ff-cart-item-unit-price {
    font-size: 13px !important;
    color: #999 !important;
    font-weight: 500 !important;
    margin-top: 2px !important;
}

.ff-backorder-badge {
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #e67e22 !important;
    background: #fef5e7 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    margin: 4px 0 0 !important;
}


/* ─── Quantity & Actions Row ─── */
.ff-cart-item-actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-top: 12px !important;
}

/* Quantity Input Stepper */
.ff-cart-item-quantity {
    display: flex !important;
    align-items: center !important;
}

.ff-cart-item-quantity .quantity {
    display: flex !important;
    align-items: center !important;
    background: #f5f5f3 !important;
    border-radius: 10px !important;
    border: 1.5px solid #e8e8e5 !important;
    overflow: hidden !important;
}

.ff-cart-item-quantity .quantity input.qty {
    width: 44px !important;
    height: 40px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
    outline: none !important;
    font-family: 'Inter', sans-serif !important;
}

.ff-cart-item-quantity .quantity input.qty::-webkit-outer-spin-button,
.ff-cart-item-quantity .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Subtotal */
.ff-cart-item-subtotal {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-left: auto !important;
    white-space: nowrap !important;
    font-family: 'Inter', sans-serif !important;
}

/* Remove Button */
.ff-cart-item-remove {
    flex-shrink: 0 !important;
}

.ff-remove-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    background: #f5f5f3 !important;
    border: 1.5px solid #e8e8e5 !important;
    color: #999 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.ff-remove-btn:hover {
    background: #fee2e2 !important;
    border-color: #fca5a5 !important;
    color: #dc2626 !important;
}

.ff-remove-btn svg {
    width: 15px !important;
    height: 15px !important;
    stroke: currentColor !important;
}


/* ─── Coupon & Update Cart Bar ─── */
.ff-cart-actions-bar {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
}

.ff-coupon-section {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 !important;
    min-width: 260px !important;
}

.ff-coupon-input-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 1 !important;
    background: #fff !important;
    border: 1.5px dashed #d8d8d5 !important;
    border-radius: 10px !important;
    padding: 0 14px !important;
    transition: border-color 0.25s ease !important;
}

.ff-coupon-input-wrap:focus-within {
    border-color: var(--accent-color) !important;
    border-style: solid !important;
}

.ff-coupon-icon {
    flex-shrink: 0 !important;
    width: 18px !important;
    height: 18px !important;
    stroke: #aaa !important;
}

.ff-coupon-input-wrap input.input-text {
    flex: 1 !important;
    border: none !important;
    background: none !important;
    padding: 12px 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #111 !important;
    outline: none !important;
    font-family: 'Inter', sans-serif !important;
}

.ff-coupon-input-wrap input.input-text::placeholder {
    color: #bbb !important;
}

.ff-coupon-btn {
    padding: 12px 22px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: 'Inter', sans-serif !important;
    white-space: nowrap !important;
}

.ff-coupon-btn:hover {
    background: var(--accent-color) !important;
}

.ff-update-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 12px 20px !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border: 1.5px solid #ddd !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    font-family: 'Inter', sans-serif !important;
    white-space: nowrap !important;
}

.ff-update-cart-btn:hover {
    border-color: #111 !important;
    color: #111 !important;
}

.ff-update-cart-btn svg {
    width: 14px !important;
    height: 14px !important;
    stroke: currentColor !important;
}

.ff-update-cart-btn:disabled,
.ff-update-cart-btn[disabled] {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}


/* ─── Cart Totals (Right Column) ─── */
.ff-cart-right .cart-collaterals {
    margin: 0 !important;
    padding: 0 !important;
}

.ff-cart-right .cart_totals {
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ff-cart-right .cart_totals > h2 {
    background: linear-gradient(135deg, #111 0%, #1a1a2e 100%) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin: 0 !important;
    padding: 22px 24px !important;
    border: none !important;
    border-radius: 20px 20px 0 0 !important;
}

.ff-cart-right .cart_totals .shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    margin: 0 !important;
}

.ff-cart-right .cart_totals .shop_table tr {
    border: none !important;
}

.ff-cart-right .cart_totals .shop_table th,
.ff-cart-right .cart_totals .shop_table td {
    background: none !important;
    border: none !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #f2f2f0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.ff-cart-right .cart_totals .shop_table th {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #666 !important;
    text-align: left !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

.ff-cart-right .cart_totals .shop_table td {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    text-align: right !important;
}

/* Shipping row */
.ff-cart-right .cart_totals .shop_table .shipping th {
    vertical-align: top !important;
    padding-top: 16px !important;
}

.ff-cart-right .cart_totals .shop_table .shipping td {
    text-align: right !important;
    vertical-align: top !important;
}

.ff-cart-right .cart_totals .shop_table .shipping td ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
}

.ff-cart-right .cart_totals .shop_table .shipping td ul li {
    margin-bottom: 6px !important;
}

.ff-cart-right .cart_totals .shop_table .shipping td ul li label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #111 !important;
}

.ff-cart-right .cart_totals .shop_table .shipping td ul li input[type="radio"] {
    accent-color: #111 !important;
    margin-right: 6px !important;
}

/* Free shipping badge in cart */
.ff-cart-right .cart_totals .shop_table .shipping td ul li label .amount {
    font-weight: 600 !important;
}

/* Shipping notice text */
.ff-cart-right .cart_totals .shop_table .shipping td > p,
.ff-cart-right .cart_totals .shop_table .shipping td .woocommerce-shipping-destination {
    font-size: 12px !important;
    color: #888 !important;
    line-height: 1.5 !important;
    margin: 6px 0 0 0 !important;
    text-align: right !important;
}

/* Shipping calculator toggle */
.ff-cart-right .cart_totals .shop_table .shipping td .shipping-calculator-button {
    display: inline-block !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    color: var(--accent-color) !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

.ff-cart-right .cart_totals .shop_table .shipping td .shipping-calculator-button:hover {
    color: #111 !important;
}

/* Shipping calculator form */
.ff-cart-right .cart_totals .shipping-calculator-form {
    margin-top: 12px !important;
    text-align: left !important;
}

.ff-cart-right .cart_totals .shipping-calculator-form p {
    margin-bottom: 10px !important;
}

.ff-cart-right .cart_totals .shipping-calculator-form select,
.ff-cart-right .cart_totals .shipping-calculator-form input.input-text,
.ff-cart-right .cart_totals .shipping-calculator-form .select2-container .select2-selection--single {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    background: #fafafa !important;
    font-family: 'Inter', sans-serif !important;
}

.ff-cart-right .cart_totals .shipping-calculator-form button {
    width: 100% !important;
    padding: 12px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    font-family: 'Inter', sans-serif !important;
}

.ff-cart-right .cart_totals .shipping-calculator-form button:hover {
    background: var(--accent-color) !important;
}

/* Order Total in cart */
.ff-cart-right .cart_totals .shop_table .order-total th,
.ff-cart-right .cart_totals .shop_table .order-total td {
    padding: 18px 24px !important;
    background: linear-gradient(135deg, #faf8f2 0%, #f5f0e4 100%) !important;
    border-bottom: none !important;
}

.ff-cart-right .cart_totals .shop_table .order-total th {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.ff-cart-right .cart_totals .shop_table .order-total td {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #111 !important;
}

/* ─── View Available Coupons (Cart Page) ─── */
.ff-cart-right .cart_totals .wc-proceed-to-checkout .wc-sc-available-coupons-button,
.ff-cart-right .cart_totals .wc-proceed-to-checkout a:not(.checkout-button):not(.button),
.ff-cart-right .wc-sc-available-coupons-wrapper,
.ff-cart-right .cart_totals .wc-proceed-to-checkout > a[class*="coupon"],
.ff-cart-right .cart_totals .wc-proceed-to-checkout > p > a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 16px !important;
    background: #fff !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border: 1.5px dashed #d8d8d5 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
}

.ff-cart-right .cart_totals .wc-proceed-to-checkout .wc-sc-available-coupons-button:hover,
.ff-cart-right .cart_totals .wc-proceed-to-checkout a:not(.checkout-button):not(.button):hover {
    border-color: var(--accent-color) !important;
    color: var(--accent-color) !important;
    background: #faf8f2 !important;
}

/* Proceed to Checkout Button */
.ff-cart-right .cart_totals .wc-proceed-to-checkout {
    padding: 16px 20px 20px !important;
    margin: 0 !important;
}

.ff-cart-right .cart_totals .wc-proceed-to-checkout a.checkout-button,
.ff-cart-right .cart_totals .wc-proceed-to-checkout a.button.checkout,
.ff-cart-right .cart_totals .wc-proceed-to-checkout a.button.alt {
    display: block !important;
    width: 100% !important;
    padding: 16px 16px !important;
    background: linear-gradient(135deg, #111 0%, #1a1a2e 100%) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.35s ease !important;
    font-family: 'Inter', sans-serif !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18) !important;
    text-align: center !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.ff-cart-right .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.ff-cart-right .cart_totals .wc-proceed-to-checkout a.button.checkout:hover,
.ff-cart-right .cart_totals .wc-proceed-to-checkout a.button.alt:hover {
    background: linear-gradient(135deg, var(--accent-color) 0%, #b8963e 100%) !important;
    box-shadow: 0 6px 24px rgba(197, 168, 89, 0.4) !important;
    transform: translateY(-2px) !important;
}


/* ─── Trust Badges (Cart) ─── */
.ff-cart-trust-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 16px 0;
}

.ff-cart-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.ff-cart-trust-item svg {
    width: 20px !important;
    height: 20px !important;
    stroke: #999 !important;
}

.ff-cart-trust-item span {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}


/* ─── Cart Notices ─── */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info {
    max-width: 1200px !important;
    margin: 20px auto !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
}


/* ─── Empty Cart ─── */
body.woocommerce-cart .cart-empty {
    text-align: center !important;
    padding: 80px 24px !important;
    font-size: 16px !important;
    color: #888 !important;
}

body.woocommerce-cart .return-to-shop {
    text-align: center !important;
    padding-bottom: 80px !important;
}

body.woocommerce-cart .return-to-shop a.button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 16px 32px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

body.woocommerce-cart .return-to-shop a.button:hover {
    background: var(--accent-color) !important;
}


/* ─── Cross-sells ─── */
.ff-cart-right .cross-sells {
    margin-top: 28px !important;
}

.ff-cart-right .cross-sells > h2 {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #111 !important;
    margin-bottom: 16px !important;
}

.ff-cart-right .cross-sells ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}


/* ─── RESPONSIVE — Cart Page ─── */

/* Hide Cart page header/banner */
body.woocommerce-cart .page-header,
body.woocommerce-cart article > header,
body.woocommerce-cart .entry-header,
body.woocommerce-cart .woocommerce > header,
body.woocommerce-cart main > header {
    display: none !important;
}

@media (max-width: 1024px) {
    .ff-cart-wrapper {
        flex-direction: column !important;
        gap: 24px !important;
        padding: 24px 16px 60px !important;
    }

    .ff-cart-left {
        width: 100% !important;
    }

    .ff-cart-right {
        width: 100% !important;
        position: static !important;
    }

    .ff-cart-header {
        max-width: 100% !important;
        padding: 28px 16px 0 !important;
    }
}

@media (max-width: 768px) {
    .ff-cart-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
        padding: 24px 16px 0 !important;
    }

    .ff-cart-title {
        font-size: 24px !important;
    }

    .ff-continue-shopping-link {
        font-size: 11px !important;
        padding: 8px 16px !important;
    }
}

@media (max-width: 640px) {
    .ff-cart-item {
        flex-direction: row !important;
        gap: 14px !important;
        padding: 16px !important;
        border-radius: 14px !important;
    }

    .ff-cart-item-image {
        width: 80px !important;
        height: 80px !important;
        border-radius: 10px !important;
    }

    .ff-cart-item-name {
        font-size: 13px !important;
    }

    .ff-cart-item-actions {
        flex-wrap: wrap !important;
        gap: 10px !important;
        margin-top: 8px !important;
    }

    .ff-cart-item-subtotal {
        font-size: 14px !important;
    }

    .ff-cart-actions-bar {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .ff-coupon-section {
        min-width: 100% !important;
    }

    .ff-update-cart-btn {
        justify-content: center !important;
    }

    .ff-cart-right .cart_totals > h2 {
        padding: 18px 16px !important;
    }

    .ff-cart-right .cart_totals .shop_table th,
    .ff-cart-right .cart_totals .shop_table td {
        padding: 12px 16px !important;
    }

    .ff-cart-right .cart_totals .wc-proceed-to-checkout {
        padding: 12px 16px 16px !important;
    }

    .ff-cart-right .cart_totals .shop_table .order-total th,
    .ff-cart-right .cart_totals .shop_table .order-total td {
        padding: 14px 16px !important;
    }

    .ff-cart-right .cart_totals .shop_table .order-total td {
        font-size: 17px !important;
    }

    .ff-cart-trust-section {
        gap: 14px !important;
    }

    .ff-cart-trust-item svg {
        width: 18px !important;
        height: 18px !important;
    }

    .ff-cart-trust-item span {
        font-size: 9px !important;
    }
}
/* ═══════════════════════════════════════════════════════
   🎯 CART TOTALS - ULTIMATE BULLET-PROOF FIX
   Works on ALL screens: desktop, tablet, mobile
═══════════════════════════════════════════════════════ */

/* Right column wrapper - fix width */
.ff-cart-right {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
}

/* Inner collaterals wrapper */
.ff-cart-right .cart-collaterals {
    width: 100% !important;
    display: block !important;
}

/* THE TOTALS BOX - Everything explicit */
.ff-cart-right .cart_totals {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: linear-gradient(160deg, #fafafa 0%, #f5f5f5 100%) !important;
    background-color: #fafafa !important;
    border: 1px solid #eaeaea !important;
    border-radius: 16px !important;
    padding: 30px 28px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
    margin: 0 0 20px 0 !important;
    overflow: visible !important;
    position: sticky !important;
    top: 100px !important;
    box-sizing: border-box !important;
    z-index: 1 !important;
}

/* Heading - stays inside */
.ff-cart-right .cart_totals h2 {
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    color: #111 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 0 16px 0 !important;
    border-bottom: 2px solid #111 !important;
    border-top: none !important;
    display: block !important;
    width: 100% !important;
    line-height: 1.3 !important;
    background: transparent !important;
}

/* Table - contained */
.ff-cart-right .cart_totals table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    background: transparent !important;
}

.ff-cart-right .cart_totals th,
.ff-cart-right .cart_totals td {
    padding: 14px 0 !important;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    background: transparent !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    vertical-align: top !important;
}

.ff-cart-right .cart_totals th {
    width: 45% !important;
    text-align: left !important;
    font-weight: 600 !important;
    color: #555 !important;
    font-size: 13px !important;
    padding-right: 10px !important;
}

.ff-cart-right .cart_totals td {
    width: 55% !important;
    text-align: right !important;
    font-weight: 700 !important;
    color: #111 !important;
    font-size: 14px !important;
}

/* Shipping row smaller */
.ff-cart-right .cart_totals .shipping td {
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: #666 !important;
}

.ff-cart-right .cart_totals .shipping td a,
.ff-cart-right .cart_totals .shipping td .shipping-calculator-button {
    color: #C5A859 !important;
    font-size: 12px !important;
    text-decoration: underline !important;
}

/* Order total */
.ff-cart-right .cart_totals tr.order-total th,
.ff-cart-right .cart_totals tr.order-total td {
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #111 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    border-top: 2px solid #111 !important;
    border-bottom: none !important;
}

/* Checkout button */
.ff-cart-right .wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 20px !important;
    width: 100% !important;
}

.ff-cart-right .wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    width: 100% !important;
    padding: 16px 20px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    background: #111 !important;
    color: #fff !important;
    border-radius: 12px !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
}

.ff-cart-right .wc-proceed-to-checkout .checkout-button:hover {
    background: #C5A859 !important;
    transform: translateY(-2px) !important;
}

/* Trust section */
.ff-cart-trust-section {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 16px 0 0 !important;
    background: transparent !important;
    border: none !important;
    margin-top: 12px !important;
}

.ff-cart-trust-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    text-align: center !important;
    flex: 1 !important;
}

.ff-cart-trust-item span {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

.ff-cart-trust-item svg {
    color: #aaa !important;
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
}

/* ─────────────────────────────────────
   CART WRAPPER - 50/50 Two Column Layout
───────────────────────────────────── */
.ff-cart-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto 60px !important;
    align-items: start !important;
}

.ff-cart-left {
    min-width: 0 !important;
    width: 100% !important;
}

.ff-cart-right {
    width: 100% !important;
    max-width: 100% !important;
    position: sticky !important;
    top: 100px !important;
}

@media (max-width: 1024px) {
    .ff-cart-wrapper {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .ff-cart-right {
        position: static !important;
    }
}

/* ─────────────────────────────────────
   SMALL MOBILE (< 640px)
───────────────────────────────────── */
@media (max-width: 640px) {
    .ff-cart-wrapper {
        gap: 24px !important;
        margin-bottom: 40px !important;
    }
    
    .ff-cart-right .cart_totals {
        padding: 22px 20px !important;
        border-radius: 14px !important;
    }
    
    .ff-cart-right .cart_totals h2 {
        font-size: 12px !important;
        letter-spacing: 2px !important;
        margin-bottom: 16px !important;
        padding-bottom: 14px !important;
    }
    
    .ff-cart-right .cart_totals th,
    .ff-cart-right .cart_totals td {
        padding: 12px 0 !important;
        font-size: 13px !important;
    }
    
    .ff-cart-right .cart_totals tr.order-total th,
    .ff-cart-right .cart_totals tr.order-total td {
        font-size: 16px !important;
    }
    
    .ff-cart-right .wc-proceed-to-checkout .checkout-button {
        padding: 14px 16px !important;
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }
    
    .ff-cart-trust-section {
        padding: 16px !important;
    }
}

/* ═══════════════════════════════════════════
   END ULTIMATE CART TOTALS FIX
═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════
   🎯 NUCLEAR FIX — Hide EVERYTHING before cart wrapper
═══════════════════════════════════════════════════════ */

/* Hide ALL h1 + page title variations on cart page */
body.woocommerce-cart h1:not(.ff-cart-title):not(.site-logo h1),
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-cart .wp-block-post-title,
body.woocommerce-cart .post-title,
body.woocommerce-cart .page-header,
body.woocommerce-cart .entry-header,
body.woocommerce-cart header.entry-header,
body.woocommerce-cart header.page-header,
body.woocommerce-cart .woocommerce-products-header,
body.woocommerce-cart .woocommerce-products-header__title,
body.woocommerce-cart article > header,
body.woocommerce-cart main > header,
body.woocommerce-cart .main-content > header,
body.woocommerce-cart .wp-block-group > h1,
body.woocommerce-cart > main > h1,
body.woocommerce-cart .site-main > header,
body.woocommerce-cart .content-area > header,
body.woocommerce-cart > main > header,
body.woocommerce-cart .hero-title,
body.woocommerce-cart .banner-title,
body.woocommerce-cart .page-banner,
body.woocommerce-cart .ff-cart-header {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Reset top spacing of cart wrapper */
body.woocommerce-cart .ff-cart-wrapper {
    padding-top: 40px !important;
    margin-top: 0 !important;
}

/* ═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════
   🎯 CART PAGE - Remove Top Empty Space, Pull Content Up
═══════════════════════════════════════════════════════ */

/* ─────────────────────────────────────
   WP ADMIN BAR FIX FOR STICKY HEADER
───────────────────────────────────── */
body.admin-bar header.sticky {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar header.sticky {
        top: 46px !important;
    }
}

/* Remove wrapper top padding */
body.woocommerce-cart .ff-cart-wrapper {
    padding-top: 20px !important;
    margin-top: 0 !important;
}

/* Remove main content top padding on cart */
body.woocommerce-cart main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Remove body content wrapper top spacing */
body.woocommerce-cart > .flex-grow,
body.woocommerce-cart .flex-grow {
    padding-top: 96px !important; /* Only enough for fixed header */
}

/* Remove any empty wrappers before cart */
body.woocommerce-cart .woocommerce-notices-wrapper:empty,
body.woocommerce-cart .container-premium:empty,
body.woocommerce-cart > main > div:empty,
body.woocommerce-cart article > div:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Tighten article/main wrapper */
body.woocommerce-cart article,
body.woocommerce-cart .woocommerce,
body.woocommerce-cart #primary,
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* First child - pull up */
body.woocommerce-cart main > *:first-child,
body.woocommerce-cart article > *:first-child {
    margin-top: 0 !important;
}

/* ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   🎯 CART PAGE - Zero gap from navbar
═══════════════════════════════════════════════════════ */

/* Body content - closer to header */
body.woocommerce-cart > .flex-grow,
body.woocommerce-cart .flex-grow {
    padding-top: 40px !important;
}

/* Main - zero padding */
body.woocommerce-cart main {
    padding: 0 !important;
    margin: 0 !important;
}

/* Cart wrapper - zero top padding */
body.woocommerce-cart .ff-cart-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* All parent wrappers - zero top space */
body.woocommerce-cart article,
body.woocommerce-cart .woocommerce,
body.woocommerce-cart #primary,
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-area,
body.woocommerce-cart .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Mobile - tighter */
@media (max-width: 768px) {
    body.woocommerce-cart > .flex-grow,
    body.woocommerce-cart .flex-grow {
        padding-top: 30px !important;
    }
    
    body.woocommerce-cart .ff-cart-wrapper {
        padding-top: 0 !important;
    }
}

/* ═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════
   🎯 MY ACCOUNT PAGE - Navigation Tabs Fix
═══════════════════════════════════════════════════════ */

/* Main account wrapper */
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid #111 !important;
}

/* Navigation list - horizontal tabs */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    align-items: flex-end !important;
    position: relative !important;
}

/* Individual tab items */
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block !important;
    position: relative !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    background: transparent !important;
    border: none !important;
}

/* Tab links */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: inline-block !important;
    padding: 14px 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: #999 !important;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -2px !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
    position: relative !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #111 !important;
    background: transparent !important;
}

/* Active tab */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
    color: #111 !important;
    border-bottom-color: #C5A859 !important;
    background: transparent !important;
}

/* ─────────────────────────────────────
   Welcome message row
───────────────────────────────────── */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #111 !important;
    margin: 0 0 32px 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong {
    font-weight: 800 !important;
    color: #111 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
    color: #C5A859 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

/* ─────────────────────────────────────
   Layout container - full width
───────────────────────────────────── */
.woocommerce-account .woocommerce,
.woocommerce-account.page .woocommerce {
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 24px 80px !important;
}

/* ─────────────────────────────────────
   "Your Account" title
───────────────────────────────────── */
.woocommerce-account .entry-title,
.woocommerce-account h1.entry-title,
.woocommerce-account .page-title {
    font-size: clamp(40px, 6vw, 72px) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.02em !important;
    color: #111 !important;
    line-height: 0.95 !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
}

/* ─────────────────────────────────────
   Dashboard cards (bottom row)
───────────────────────────────────── */
.woocommerce-account .woocommerce-MyAccount-content > .u-columns,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses,
.woocommerce-account .woocommerce-MyAccount-content > ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-top: 32px !important;
}

/* ─────────────────────────────────────
   Responsive
───────────────────────────────────── */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
        display: none !important;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 14px !important;
        font-size: 11px !important;
        letter-spacing: 0.08em !important;
    }
    
    .woocommerce-account .entry-title {
        font-size: clamp(32px, 8vw, 48px) !important;
        margin-bottom: 28px !important;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content > .u-columns,
    .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

@media (max-width: 480px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 12px !important;
        font-size: 10px !important;
    }
}

/* ═══════════════════════════════════════════ */

/* =========================================
   Fashion Feet - Modern Thank You Page
   ========================================= */

.ff-thankyou-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Inter', sans-serif; /* ඔයාගේ Theme එකේ ෆොන්ට් එකට මාරු වෙයි */
}

.ff-thankyou-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    text-align: center;
    border: 1px solid #eaeaea;
}

/* Success & Error Icons */
.ff-status-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    margin: 0 auto 20px auto;
}

.ff-status-icon.success {
    background-color: #22c55e;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.ff-status-icon.failed {
    background-color: #ef4444;
}

.ff-thankyou-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    margin-top: 0;
}

.ff-order-received-msg {
    color: #6b7280;
    margin-bottom: 30px;
    font-size: 16px;
}

/* Order Overview Grid */
.ff-order-overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    background: #f9fafb;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid #f3f4f6;
}

.ff-overview-item {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ff-overview-item span {
    font-size: 12px;
    text-transform: uppercase;
    color: #6b7280;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.ff-overview-item strong {
    font-size: 15px;
    color: #111827;
}

/* Hooks Area (Bank Details & Table) */
.ff-thankyou-hooks-area {
    text-align: left;
    margin-top: 30px;
}

.ff-thankyou-hooks-area h2 {
    font-size: 20px;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .ff-thankyou-card {
        padding: 20px;
    }
    .ff-order-overview-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ====================================================
   Fashion Feet: Thank You කාඩ් එක උඩට ගැනීම සහ තීරු මැකීම
   ==================================================== */

/* අර ඉතුරු වෙලා තියෙන අළු පාට තීරුව/ඉර සම්පූර්ණයෙන්ම සැඟවීම */
body.woocommerce-order-received .page-header,
body.woocommerce-order-received .elementor-page-title-wrap,
body.woocommerce-order-received .ast-inner-header, /* ඔයා පාවිච්චි කරන්නේ Astra theme එකක් නම් */
body.woocommerce-order-received .page-title-section {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Nav bar එකේ යටින් තියෙන Border එකක් (ඉරක්) තිබ්බොත් ඒකත් මැකීම */
body.woocommerce-order-received header,
body.woocommerce-order-received .site-header {
    border-bottom: none !important;
    box-shadow: none !important;
}

body.woocommerce-order-received .site-content,
body.woocommerce-order-received .elementor-section,
body.woocommerce-order-received #content,
body.woocommerce-order-received #main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* අපේ කාඩ් එක Nav bar එක ළඟටම ඇදීම */
.ff-thankyou-wrapper {
    margin-top: -110px !important; /* කාඩ් එක තවත් උඩට ගත්තා */
    position: relative;
    z-index: 10;
}

/* ====================================================
   Fashion Feet: Continue Shopping Button
   ==================================================== */
.ff-continue-shopping {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f3f4f6;
    text-align: center;
}

.ff-btn-continue {
    display: inline-block;
    background-color: #111827; /* කලු පාටට හුරු ලස්සන පසුබිමක් */
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ff-btn-continue:hover {
    background-color: #374151; /* මවුස් එක ගෙනිච්චාම පාට වෙනස් වීම */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* ====================================================
   Fashion Feet: Bulletproof Button Alignment Fix
   ==================================================== */
/* 1. කාඩ් එක සම්පූර්ණ උසට හැදීම */
.woocommerce ul.products li.product,
ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* 2. ඇතුළේ තියෙන p-6 කවරය ඉතිරි ඉඩ පුරවාගන්නා ලෙස සැකසීම */
.woocommerce ul.products li.product .p-6,
ul.products li.product .p-6 {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important; 
}

/* 3. බට්න් එක තියෙන කොටස අඩියටම (යටටම) තල්ලු කිරීම */
.woocommerce ul.products li.product .p-6 > div:last-of-type,
ul.products li.product .p-6 > div.mt-4 {
    margin-top: auto !important;
}

/* ====================================================
   Fashion Feet: Price & Button Alignment Final Fix
   ==================================================== */
/* මාතෘකාවට (Title) ඉතිරි හිස් ඉඩ සියල්ලම ලබා දීම (එවිට මිල සහ බට්න් එක යටට තල්ලු වේ) */
.woocommerce ul.products li.product .p-6 > h2,
ul.products li.product .p-6 > h2 {
    flex-grow: 1 !important;
}

/* කලින් බට්න් එකට පමණක් දුන්න auto margin එක සාමාන්‍ය තත්වයට පත් කිරීම */
.woocommerce ul.products li.product .p-6 > div:last-of-type,
ul.products li.product .p-6 > div.mt-4 {
    margin-top: 1rem !important;
}

/* ====================================================
   Fashion Feet: Product Title - Single Line & Styling
   ==================================================== */
.woocommerce ul.products li.product .p-6 h2,
.woocommerce ul.products li.product .p-6 h2 a,
ul.products li.product .woocommerce-loop-product__title {
    font-weight: 500 !important; /* තද කළු (Bold) ගතිය අඩු කිරීම */
    font-size: 13px !important; /* අකුරු වල ප්‍රමාණය කුඩා කිරීම */
    white-space: nowrap !important; /* අකුරු පේළි දෙකකට කැඩී යාම නැවැත්වීම */
    overflow: hidden !important; /* රාමුවෙන් පිටට යන අකුරු සැඟවීම */
    text-overflow: ellipsis !important; /* දිග වැඩි නම් අගට තිත් 3ක් (...) එක් කිරීම */
    display: block !important;
    width: 100% !important;
}
/* ====================================================
   Fashion Feet: Product Price - Match Title Style
   ==================================================== */
.woocommerce ul.products li.product .price,
ul.products li.product .price {
    font-size: 14px !important; /* මිලෙහි අකුරු ප්‍රමාණය කුඩා කිරීම */
    font-weight: 600 !important; /* තද මහත (Bold) ගතිය තරමක් අඩු කිරීම */
    color: #333 !important; /* තදම කලු පාට වෙනුවට මෘදු කලු පාටක් දීම */
}

/* රුපියල් (Rs.) ලකුණෙහි සයිස් එකත් ගැලපීම */
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
ul.products li.product .price .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important; /* Rs. කෑල්ල ටිකක් ළා පාට කිරීම (Modern ලුක් එකට) */
}

/* ====================================================
   Fashion Feet: Perfect Spacing for Title, Price & Button
   ==================================================== */

/* 1. කාඩ් එක සම්පූර්ණ උසට හැදීම */
.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.woocommerce ul.products li.product .p-6 {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    width: 100% !important;
    padding: 20px !important; /* වටේ තියෙන පරතරය තරමක් අඩු කිරීම */
}

/* 2. මාතෘකාව (Title) - අනවශ්‍ය හිස් ඉඩ ඉවත් කිරීම */
.woocommerce ul.products li.product .p-6 h2.text-lg {
    flex-grow: 0 !important; /* කලින් තිබූ ලොකු හිස් ඉඩ ඉවත් කිරීම */
    margin-bottom: 6px !important; /* මාතෘකාව සහ මිල අතර පරතරය ළං කිරීම */
    display: block !important;
    width: 100% !important;
}
.woocommerce ul.products li.product .p-6 h2.text-lg a {
    font-weight: 600 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important; 
    text-overflow: ellipsis !important;
    display: block !important;
    width: 100% !important;
}

/* 3. මිල (Price) - මාතෘකාවට ළං කිරීම */
.woocommerce ul.products li.product .p-6 .mb-4 {
    margin-top: 0 !important; /* අනවශ්‍ය හිස් ඉඩ ඉවත් කිරීම */
    margin-bottom: 16px !important; /* මිල සහ බට්න් එක අතර පරතරය */
}
.woocommerce ul.products li.product .p-6 .mb-4 .text-xl,
.woocommerce ul.products li.product .p-6 .mb-4 .amount,
.woocommerce ul.products li.product .p-6 .mb-4 bdi {
    font-size: 15px !important; 
    font-weight: 600 !important; 
    color: #333 !important;
}
.woocommerce ul.products li.product .p-6 .mb-4 .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important;
}

/* 4. Button එක කාඩ් එකේ අඩියට සෙට් කිරීම */
.woocommerce ul.products li.product .p-6 > div.mt-4 {
    margin-top: auto !important; 
}

/* ═══════════════════════════════════════════════════════
   🎯 CUSTOMER REVIEWS SECTION - Premium Design
═══════════════════════════════════════════════════════ */

.ff-reviews-section {
    padding: 100px 20px;
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
    position: relative;
    overflow: hidden;
}

.ff-reviews-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(197, 168, 89, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.ff-reviews-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(197, 168, 89, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.ff-reviews-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ─── Header ─── */
.ff-reviews-header {
    text-align: center;
    margin-bottom: 70px;
}

.ff-reviews-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.25em;
    color: #C5A859;
    margin-bottom: 20px;
    padding: 8px 20px;
    background: rgba(197, 168, 89, 0.08);
    border: 1px solid rgba(197, 168, 89, 0.2);
    border-radius: 50px;
    text-transform: uppercase;
}

.ff-reviews-title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    color: #111;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
    line-height: 1.05;
    text-transform: uppercase;
}

.ff-reviews-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.6;
    font-weight: 400;
}

.ff-reviews-stats {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.ff-reviews-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ff-reviews-stars {
    display: flex;
    gap: 3px;
}

.ff-reviews-stars svg {
    width: 22px;
    height: 22px;
}

.ff-reviews-rating-num {
    font-size: 28px;
    font-weight: 900;
    color: #111;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.ff-reviews-count {
    font-size: 13px;
    color: #888;
    margin: 0;
    font-weight: 500;
}

.ff-reviews-count strong {
    color: #111;
    font-weight: 700;
}

/* ─── Reviews Grid ─── */
.ff-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.ff-review-card {
    position: relative;
    background: #fff;
    padding: 36px 32px;
    border-radius: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.ff-review-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #C5A859 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ff-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: rgba(197, 168, 89, 0.3);
}

.ff-review-card:hover::before {
    opacity: 1;
}

.ff-review-featured {
    background: linear-gradient(160deg, #fff 0%, #fafafa 100%);
    border-color: rgba(197, 168, 89, 0.25);
    box-shadow: 0 8px 30px rgba(197, 168, 89, 0.08);
}

.ff-review-featured::before {
    opacity: 1;
    background: linear-gradient(90deg, #C5A859 0%, #e0c378 50%, #C5A859 100%);
}

.ff-review-quote-icon {
    position: absolute;
    top: 24px;
    right: 24px;
}

.ff-review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
}

.ff-review-stars svg {
    width: 16px;
    height: 16px;
}

.ff-review-title {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.ff-review-text {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 28px 0;
    font-weight: 400;
}

.ff-review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.ff-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ff-review-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ff-review-author-info strong {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.01em;
}

.ff-review-author-info span {
    font-size: 11px;
    color: #999;
    font-weight: 500;
}

/* ─── Trust Badges Row ─── */
.ff-reviews-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 32px 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
}

.ff-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.ff-trust-item strong {
    color: #111;
    font-weight: 800;
}

.ff-trust-item svg {
    flex-shrink: 0;
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
    .ff-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .ff-review-card:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .ff-reviews-section {
        padding: 70px 16px;
    }
    
    .ff-reviews-header {
        margin-bottom: 50px;
    }
    
    .ff-reviews-stats {
        padding: 16px 28px;
    }
    
    .ff-reviews-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .ff-review-card:nth-child(3) {
        grid-column: auto;
        max-width: 100%;
    }
    
    .ff-review-card {
        padding: 28px 24px;
    }
    
    .ff-reviews-trust-row {
        gap: 24px;
        padding: 24px;
    }
    
    .ff-trust-item {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ff-reviews-section {
        padding: 50px 12px;
    }
    
    .ff-reviews-eyebrow {
        font-size: 10px;
        letter-spacing: 0.2em;
    }
    
    .ff-reviews-subtitle {
        font-size: 14px;
    }
    
    .ff-reviews-stats {
        padding: 14px 22px;
    }
    
    .ff-reviews-rating-num {
        font-size: 24px;
    }
    
    .ff-reviews-stars svg {
        width: 18px;
        height: 18px;
    }
    
    .ff-review-card {
        padding: 24px 20px;
    }
    
    .ff-review-title {
        font-size: 16px;
    }
    
    .ff-review-text {
        font-size: 13px;
    }
    
    .ff-reviews-trust-row {
        flex-direction: column;
        gap: 14px;
        padding: 20px;
    }
    
    .ff-trust-item {
        font-size: 13px;
    }
}

/* ═══════════════════════════════════════════ */

/* Hide My Account Nav completely on mobile */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    display: none !important;
  }
}

/* ========================================= */
/* WhatsApp Floating Widget                   */
/* ========================================= */
.ff-wa-widget {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    font-family: 'Inter', sans-serif;
}

.ff-wa-trigger {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    position: relative;
    z-index: 10;
}

.ff-wa-trigger:hover {
    transform: scale(1.1);
}

.ff-wa-trigger::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    z-index: -1;
    animation: ffWaPulse 2s infinite;
}

@keyframes ffWaPulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
}

.ff-wa-tooltip {
    position: absolute;
    left: 75px;
    background: white;
    color: #111;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    pointer-events: none;
}

.ff-wa-trigger:hover .ff-wa-tooltip {
    opacity: 1;
    visibility: visible;
}

.ff-wa-tooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

/* Chat Popup */
.ff-wa-popup {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 340px;
    background: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    transform-origin: bottom left;
    transform: scale(0.5);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}

.ff-wa-popup.open {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.ff-wa-header {
    background: #075E54;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.ff-wa-avatar {
    width: 50px;
    height: 50px;
    background: #128C7E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.2);
}

.ff-wa-info h3 {
    margin: 0 0 4px 0;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.ff-wa-info p {
    margin: 0;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
}

.ff-wa-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: color 0.2s;
    padding: 5px;
}

.ff-wa-close:hover {
    color: white;
}

.ff-wa-body {
    padding: 20px;
    background-image: url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23dfdfdf" fill-opacity="0.4"%3E%3Cpath d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z"/%3E%3C/g%3E%3C/svg%3E');
    height: 250px;
}

.ff-wa-message {
    background: white;
    padding: 12px 14px;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    max-width: 90%;
    animation: waMessageIn 0.4s ease 0.2s both;
}

.ff-wa-message::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid white;
    border-left: 10px solid transparent;
}

@keyframes waMessageIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

.ff-wa-message-sender {
    font-size: 11px;
    color: #075E54;
    font-weight: 700;
    margin-bottom: 4px;
}

.ff-wa-message-text {
    font-size: 14px;
    color: #111;
    line-height: 1.4;
    margin-bottom: 5px;
}

.ff-wa-message-time {
    font-size: 10px;
    color: #999;
    text-align: right;
}

.ff-wa-footer {
    padding: 15px 20px;
    background: white;
    display: flex;
    justify-content: center;
}

.ff-wa-btn-start {
    display: inline-flex;
    align-items: center;
    background: #25D366;
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.ff-wa-btn-start:hover {
    background: #128C7E;
    transform: translateY(-2px);
    color: white;
}

@media (max-width: 480px) {
    .ff-wa-widget {
        left: 20px;
        bottom: 20px;
    }
    
    .ff-wa-popup {
        width: calc(100vw - 40px);
    }
    
    .ff-wa-trigger {
        width: 55px;
        height: 55px;
    }
}

/* ============================================================
   14. LUXURY HOMEPAGE ENHANCEMENTS
   ============================================================ */

/* 1. Infinite Marquee */
.ff-marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    background: var(--accent-color);
    color: #111;
    padding: 16px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: default;
}

.ff-marquee-wrapper:hover .ff-marquee-content {
    animation-play-state: paused;
}

.ff-marquee-content {
    display: flex;
    flex-shrink: 0;
    animation: ff-marquee-scroll 35s linear infinite;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.ff-marquee-text {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

@keyframes ff-marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
