.elementor-kit-4{--e-global-color-primary:#7a4289;--e-global-color-secondary:#4a2c5b;--e-global-color-text:#333333;--e-global-color-accent:#d4af37;--e-global-color-background:#ffffff;--e-global-color-backgroundAccent:#f5f5f5;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Poppins";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Cormorant Garamond";--e-global-typography-heading_l-font-size:53px;--e-global-typography-heading_l-font-weight:400;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Poppins";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poppins";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Figtree";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 1. WOOCOMMERCE MINI-CART CONTAINER */
.widget_shopping_cart_content {
    padding: 30px !important;
}

/* 2. PRODUCT TITLE IN CART */
.widget_shopping_cart .product_list_widget li a {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    color: #6b2e7c !important; /* Signature Purple */
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

/* 3. PRICE & QUANTITY */
.widget_shopping_cart .quantity {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #888888 !important;
    letter-spacing: 1px;
}

/* 4. SUBTOTAL SECTION */
.widget_shopping_cart .total {
    border-top: 1px solid #eeeeee !important;
    padding-top: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px !important;
}

.widget_shopping_cart .total .amount {
    font-family: 'Playfair Display', serif !important;
    color: #333 !important;
    font-size: 20px !important;
    text-transform: none;
}

/* 5. BUTTONS (View Cart & Checkout) */
/* VIEW CART - Ghost Style */
.widget_shopping_cart .buttons a.wc-forward:not(.checkout) {
    background-color: transparent !important;
    color: #6b2e7c !important;
    border: 1px solid #6b2e7c !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    padding: 15px 0 !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}

/* CHECKOUT - Solid Signature Style */
.widget_shopping_cart .buttons a.checkout {
    background-color: #6b2e7c !important; /* Signature Purple */
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    padding: 15px 0 !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}

.widget_shopping_cart .buttons a:hover {
    letter-spacing: 3px !important;
    opacity: 0.9 !important;
}

/* 6. REMOVE BUTTON (The small 'x') */
.widget_shopping_cart .remove_from_cart_button {
    color: #cccccc !important;
    font-size: 20px !important;
}

.widget_shopping_cart .remove_from_cart_button:hover {
    color: #ff4444 !important;
    background-color: transparent !important;
}
/* 1. THE DROPDOWN CONTAINER */
.elementor-nav-menu--main .sub-menu,
.elementor-nav-menu .elementor-nav-menu--dropdown {
    background-color: #ffffff !important;
    padding: 20px 0 !important; /* Adds space at top and bottom */
    border-radius: 0 !important; /* Sharp corners for luxury */
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important; /* Soft, expensive shadow */
    border: none !important;
}

/* 2. THE MENU ITEMS */
.elementor-nav-menu--main .sub-menu li a {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    color: #444444 !important;
    padding: 12px 30px !important; /* More space around the words */
    transition: all 0.3s ease !important;
}

/* 3. THE HOVER STATE */
.elementor-nav-menu--main .sub-menu li a:hover {
    background-color: #fcfcfc !important;
    color: #6b2e7c !important; /* Your Signature Purple */
    padding-left: 35px !important; /* Subtle "slide" effect on hover */
}

/* 4. THE ACTIVE ITEM INDICATOR */
.elementor-nav-menu--main .sub-menu li.current-menu-item a {
    color: #6b2e7c !important;
    font-weight: 600 !important;
}
/* 1. THE DROPDOWN BOX (The "White Box") */
.elementor-nav-menu--main .sub-menu {
    background-color: #ffffff !important;
    min-width: 220px !important; /* Makes the box wider and more balanced */
    padding: 15px 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important; /* Softer, high-end shadow */
    
    /* THE LUXURY TOUCH: A purple line at the very top */
    border-top: 3px solid #6b2e7c !important; 
}
/* --- LUXURY FOOTER RENOVATION --- */

/* 1. SECTION CONTAINER */
.footer-section {
    background-color: #ffffff !important;
    padding: 100px 0 60px 0 !important;
    border-top: 1px solid #eeeeee;
}

/* 2. ELEGANT HEADINGS (Cormorant Garamond) */
.elementor-widget-heading h2 {
    font-family: 'Cormorant Garamond', serif !important;
    color: #1a1a1a !important; /* Elegant Black */
    font-size: 26px !important;
    font-weight: 500 !important;
    font-style: italic; /* Added for extra elegance */
    margin-bottom: 30px !important;
    letter-spacing: 1px !important;
}

/* 3. ICON LIST REFINEMENT */
.elementor-icon-list-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #777777 !important;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* 4. HIDE THE DEFAULT ICONS FOR A CLEANER LOOK */
/* Jewelry brands usually avoid bulky icons in footers */
.elementor-icon-list-icon {
    display: none !important;
}

/* 5. SMOOTH ANIMATION ON HOVER */
.elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #1a1a1a !important;
    padding-left: 12px !important; /* Smooth slide out */
    letter-spacing: 3px !important; /* Subtle expansion */
}

/* 6. THE BOTTOM COPYRIGHT BAR */
.footer-bottom-bar {
    background-color: #1a1a1a !important; /* Black instead of Purple */
    padding: 25px 0 !important;
}

.footer-bottom-bar p, 
.footer-bottom-bar span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    color: #ffffff !important;
    opacity: 0.8;
}
/* Vertical spacing for the logo column */
.elementor-widget-image + .elementor-widget-text-editor {
    margin-top: 15px !important;
}

/* Ensure the copyright bar looks premium */
.footer-bottom-bar p {
    text-transform: uppercase;
    opacity: 0.7;
}
/* 1. FORCE COLUMN SPACING */
.elementor-kit-4 .elementor-container, 
.elementor-kit-4.elementor-element > .elementor-widget-container {
    gap: 60px !important; /* Increases the air between all columns */
}

/* 2. ALIGN THE LOGO COLUMN */
/* This ensures the logo stays left-anchored while pushing the others away */
.footer-logo-column {
    padding-right: 40px !important;
}

/* 3. CENTER THE QUOTE UNDER THE LOGO */
/* In your screenshot, the quote is centered but the logo is left-aligned. 
   Let's unify them. */
.footer-logo-column .elementor-widget-text-editor {
    text-align: left !important;
    margin-top: 20px !important;
}
/* KILL HORIZONTAL SCROLL ON MOBILE */
html, body {
    overflow-x: hidden !important;
    position: relative !important;
    width: 100% !important
}/* End custom CSS */