.elementor-kit-6{--e-global-color-primary:#E9680C;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#7A7A7A;--e-global-color-99b92a1:#0F0F0F;--e-global-color-dc421cf:#E7E3E3;--e-global-color-1e40d4e:#FFFFFF;--e-global-color-cccf06c:#FBFAF9;--e-global-color-46a5840:#FBFAF9;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Remove Size & Color label background ===== */
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations label {
    background: transparent !important;
    box-shadow: none !important;
}

/* ===== Remove variations row background ===== */
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations td {
    background: transparent !important;
}

/* ===== Remove Color swatch hover background ===== */
.cfvsw-swatches .cfvsw-swatch:hover,
.cfvsw-swatches .cfvsw-swatch::before,
.cfvsw-swatches .cfvsw-swatch::after {
    background: transparent !important;
}

/* ===== Keep border only on hover (Luxury clean look) ===== */
.cfvsw-swatches .cfvsw-swatch {
    transition: all 0.3s ease;
}

.cfvsw-swatches .cfvsw-swatch:hover {
    border-color: #000 !important;
}

/* ===== Single Product Add to Cart Button ===== */
.single-product .woocommerce button.single_add_to_cart_button {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 4px;
    padding: 14px 28px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* ===== Hover Effect ===== */
.single-product .woocommerce button.single_add_to_cart_button:hover {
    background-color: transparent !important;
    color: #000000 !important;
    border-color: #000000 !important;
}/* End custom CSS */