.elementor-2925 .elementor-element.elementor-element-9f5ca8a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2925 .elementor-element.elementor-element-87141d6{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-2925 .elementor-element.elementor-element-55105ee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2925 .elementor-element.elementor-element-b58e3c4{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-2925 .elementor-element.elementor-element-dc437fe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2925 .elementor-element.elementor-element-5454127{width:100%;max-width:100%;padding:0px 0px 0px 0px;}body.elementor-page-2925{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-87141d6 *//* =========================================
   MENU HERO ALIGNMENT (Forced Fix)
   ========================================= */
/* =========================================
   NUCLEAR BACKGROUND FIX (Force Override)
   ========================================= */

/* 1. Apply Gradient to the Whole Page Body */
body, html, .elementor-page {
    /* Richer "Latte" Gradient (White -> Cream -> Warm Beige) */
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F1EB 50%, #E6D5CB 100%) !important;
    
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* 2. Make Elementor Transparent */
/* This dissolves any white boxes hiding the gradient */
.elementor-section, 
.elementor-column, 
.elementor-container, 
.elementor-widget-wrap {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* 3. Keep the Page Wrapper Transparent now (since Body has the color) */
.bw-page-wrapper {
    background: transparent !important; 
    /* We keep the wrapper for spacing/layout, but remove its color */
}
/* 1. PAGE WRAPPER & BACKGROUND */
.bw-page-wrapper {
    width: 100vw; 
    
    /* UPDATED: High Contrast Gradient (White to Deep Latte) */
    background: linear-gradient(180deg, #FFFFFF 0%, #F5E6DD 40%, #D4B6A6 100%) !important;
    
    background-attachment: fixed;
    background-size: cover;
    
    font-family: "Poppins", sans-serif; 
    color: #4C3F3F; 
    position: relative; 
    overflow-x: hidden; 
    
    /* Full Width Breakout */
    left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; 
    
    /* Spacing */
    padding: 80px 20px 160px; 
    margin-top: -30px; margin-bottom: -30px;
    z-index: 1; /* Force it to sit correctly */
}

/* 2. Breadcrumbs (Final Tweak) */
.bw-breadcrumbs {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #8B7E7E;
    
    /* UPDATED: Increased from 115px to 120px */
    margin-top: 120px !important; 
    
    margin-bottom: 30px !important; 
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    display: block; 
}

.bw-breadcrumbs a { color: #8B7E7E; text-decoration: none; transition: 0.3s; }
.bw-breadcrumbs a:hover { color: #C48C6A; }
.sep { margin: 0 12px; color: #C48C6A; opacity: 0.5; }

/* 3. Hero Wrapper Visibility */
.bw-menu-hero-wrapper {
    text-align: center;
    padding-bottom: 60px;
    opacity: 1 !important; 
    transform: none !important;
}

.bw-menu-header {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; /* Ensures text is centered */
}

.bw-eyebrow {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C48C6A;
    font-weight: 700;
    margin-bottom: 20px;
}

.luxury-title-lg {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    color: #4C3F3F;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.1;
}
.luxury-title-lg i {
    color: #C48C6A;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

/* Subtext */
.bw-hero-sub {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #6C5656;
    line-height: 1.8;
    font-weight: 300;
    margin: 0 auto;
    max-width: 700px;
    text-align: center; /* Forces centering */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .luxury-title-lg { font-size: 42px; }
    .bw-hero-sub { font-size: 14px; padding: 0 15px; }
    .bw-page-wrapper { padding-top: 100px; } /* Adjust mobile top spacing */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b58e3c4 *//* =========================================
   LUXURY SHOP GRID (Full Width + Ghost Buttons)
   ========================================= */

/* 1. The Grid Layout */
.bw-shop-section {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
    opacity: 1 !important; 
}

/* Force 3-Column Grid */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    margin: 0 !important; 
    padding: 0 !important;
}

.woocommerce ul.products::before, 
.woocommerce ul.products::after { display: none !important; }

/* 2. The Product Card Container */
.woocommerce ul.products li.product {
    float: none !important; 
    width: 100% !important; 
    margin: 0 !important;
    
    /* Card Style */
    background: #ffffff !important;
    border: 1px solid rgba(196,140,106,0.15) !important;
    border-radius: 20px !important;
    
    /* Remove padding so image touches edges */
    padding: 0 !important; 
    overflow: hidden !important; 
    
    text-align: center !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 10px 30px rgba(76, 63, 63, 0.03) !important;
    
    display: flex !important; 
    flex-direction: column !important;
}

/* Hover Effect: Lift */
.woocommerce ul.products li.product:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(196, 140, 106, 0.15) !important;
    border-color: rgba(196,140,106,0.3) !important;
}

/* 3. Product Image (Full Width) */
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 300px !important; 
    object-fit: cover !important; 
    margin: 0 !important; 
    border-radius: 0 !important; 
    transition: transform 0.5s ease !important;
    display: block !important;
}

/* Zoom Image on Hover */
.woocommerce ul.products li.product:hover a img {
    transform: scale(1.05) !important;
}

/* 4. Product Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: "Playfair Display", serif !important;
    font-size: 20px !important;
    color: #4C3F3F !important;
    
    /* Add spacing back */
    padding-top: 25px !important; 
    padding-left: 20px !important;
    padding-right: 20px !important;
    
    margin-bottom: 5px !important;
    line-height: 1.3 !important;
}

/* 5. Price */
.woocommerce ul.products li.product .price {
    font-family: "Poppins", sans-serif !important;
    color: #C48C6A !important; 
    font-weight: 700 !important;
    font-size: 16px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

/* 6. "Add to Cart" Button (GHOST STYLE) */
.woocommerce ul.products li.product .button {
    margin-top: auto !important; 
    
    /* Spacing */
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 25px !important;
    width: calc(100% - 40px) !important; 
    
    /* GHOST STATE: Transparent with Outline */
    background: transparent !important;
    border: 1px solid #C48C6A !important; /* Copper Outline */
    color: #C48C6A !important; /* Copper Text */
    
    padding: 12px 0 !important;
    border-radius: 50px !important; 
    
    font-family: "Poppins", sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    transition: all 0.4s ease !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

/* HOVER STATE: Fill & Glow */
.woocommerce ul.products li.product .button:hover {
    /* Fills with Gradient */
    background: linear-gradient(135deg, #C48C6A 0%, #A86F4E 100%) !important; 
    border-color: transparent !important;
    color: #fff !important; /* White Text */
    
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(196,140,106,0.3) !important;
}

/* 7. Mobile Responsiveness */
@media (max-width: 900px) {
    .woocommerce ul.products { 
        grid-template-columns: 1fr !important; 
        gap: 40px !important;
    }
}
/* MOBILE: 2-Column Product Grid */
@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important; /* Smaller gap for mobile */
    }
    
    /* Adjust text size for smaller cards */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px !important; /* Smaller Title */
        padding-top: 15px !important;
    }
    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .woocommerce ul.products li.product .button {
        font-size: 9px !important; /* Smaller Button Text */
        padding: 8px 0 !important;
        margin-left: 10px !important; margin-right: 10px !important;
        width: calc(100% - 20px) !important;
    }
    .woocommerce ul.products li.product a img {
        height: 180px !important; /* Proportional height */
    }
}
/* LUXURY SALE BADGE */
.woocommerce span.onsale {
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 !important;
    
    /* Rectangle Style */
    border-radius: 0 0 10px 0 !important; /* Rounded bottom-right corner only */
    background: #C48C6A !important; /* Copper */
    color: #fff !important;
    
    font-family: "Poppins", sans-serif !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    
    padding: 6px 15px !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1) !important;
    z-index: 9 !important;
}
/* =========================================
   "VIEW CART" LINK STYLING
   ========================================= */

/* The Link that appears after adding to cart */
a.added_to_cart {
    font-family: "Poppins", sans-serif !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    
    color: #C48C6A !important; /* Copper */
    background: transparent !important;
    
    /* Position it neatly */
    display: block !important; 
    margin-top: 10px !important;
    text-decoration: none !important;
    
    transition: all 0.3s ease !important;
}

/* Add a little arrow for elegance */
a.added_to_cart::after {
    content: " \2192"; /* Right Arrow */
    margin-left: 5px;
    transition: margin 0.3s ease;
}

/* Hover Effect */
a.added_to_cart:hover {
    color: #4C3F3F !important; /* Dark Brown */
}

a.added_to_cart:hover::after {
    margin-left: 10px; /* Arrow slides over */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5454127 *//* =========================================
   CTA SECTION (Footer Spacing Fix)
   ========================================= */

/* 1. The Glass Container */
.bw-cta-box {
    max-width: 800px;
    
    /* UPDATED: 80px Top, Auto Sides, 120px Bottom */
    margin: 80px auto 120px !important; 
    
    padding: 60px 40px;
    
    /* Glass Effect */
    background: rgba(255, 255, 255, 0.6); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(196, 140, 106, 0.05);
    
    text-align: center;
    
    /* Force Visible */
    opacity: 1 !important;
    transform: none !important;
}
/* =========================================
   CTA BUTTON STYLE RESTORE
   ========================================= */

.bw-btn-cta {
    display: inline-block;
    
    /* Copper Gradient */
    background: linear-gradient(135deg, #C48C6A 0%, #A86F4E 100%) !important;
    color: #fff !important;
    
    padding: 15px 40px !important;
    border-radius: 50px !important;
    
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px rgba(196, 140, 106, 0.2) !important;
    border: none !important;
}

/* Hover Effect: Lift & Glow */
.bw-btn-cta:hover {
    background: linear-gradient(135deg, #D49C7A 0%, #B87F5E 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 30px rgba(196, 140, 106, 0.3) !important;
    color: #fff !important;
}/* End custom CSS */