.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#333333;--e-global-color-accent:#F8F8F8;--e-global-color-b5aeb33:#ffffff;--e-global-color-c58817e:#000000;--e-global-color-5420d44:#000000;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#ffffff;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-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 *//* Luxury Minimal Header Icons - Tight Cart Bubble */
.luxury-header-icons {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
}

.lux-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #222222;
    transition: all 0.25s ease;
    position: relative;
}

.lux-icon:hover {
    color: #000000;
    transform: scale(1.15);
}

.lux-icon svg {
    stroke: currentColor;
}

/* Tight Cart Count Bubble - right next to the icon */
.cart-count {
    position: absolute;
    top: -6px;
    right: -4px;           /* Much closer to the cart */
    background: #000000;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    font-family: system-ui, sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/* Clean Black & White Footer - Matches Header Font */
.clean-footer {
    background: #0a0a0a;
    color: #ffffff;
    padding: 90px 0 50px;
}

.footer-top {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 70px;
    padding: 0 40px;
}

.footer-brand h2 {
    font-family: inherit;           /* Same font as your header logo */
    font-size: 31px;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
}

.footer-brand p {
    color: #aaaaaa;
    font-size: 15px;
}

.footer-menu {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
}

.footer-menu a:hover { color: #ffffff; }

.footer-newsletter {
    text-align: center;
    min-width: 280px;
}

.footer-newsletter p {
    margin-bottom: 16px;
    color: #999999;
    font-size: 14px;
}

.footer-newsletter input {
    background: transparent;
    border: 1px solid #444444;
    color: white;
    padding: 16px 24px;
    border-radius: 50px;
    width: 100%;
    max-width: 320px;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-newsletter button {
    background: #ffffff;
    color: #000000;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    max-width: 320px;
    border: none;
}

/* Bottom bar */
.footer-bottom {
    max-width: 1240px;
    margin: 90px auto 0;
    padding: 0 40px;
    border-top: 1px solid #222222;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #777777;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-social a {
    color: #cccccc;
    text-decoration: none;
    margin-left: 24px;
}

.footer-social a:hover { color: #ffffff; }

/* Mobile - Perfect alignment */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
        gap: 55px;
        padding: 0 25px;
    }
    .footer-menu { gap: 24px; }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .footer-social a { margin-left: 0; margin-right: 20px; }
}
/* Force WooCommerce to use only black & white - remove all pink */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    color: #000000 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
}
/* REMOVE ALL PINK FROM "VIEW CART" MESSAGE - STRICT BLACK & WHITE ONLY */
.woocommerce-message,
.woocommerce-message a,
.woocommerce-message .wc-forward,
.woocommerce-message .button,
.added_to_cart {
    color: #000000 !important;
}

.woocommerce-message .button,
.woocommerce-message .wc-forward {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.woocommerce-message {
    border-color: #000000 !important;
    background-color: #f8f8f8 !important;
}
/* REMOVE ALL PINK FROM "VIEW CART" MESSAGE - STRICT BLACK & WHITE ONLY */
.woocommerce-message,
.woocommerce-message a,
.woocommerce-message .wc-forward,
.woocommerce-message .button,
.added_to_cart {
    color: #000000 !important;
}

.woocommerce-message .button,
.woocommerce-message .wc-forward {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.woocommerce-message {
    border-color: #000000 !important;
    background-color: #f8f8f8 !important;
}
/* FINAL REMOVE RED/PINK FROM CHECKOUT PAGE PRODUCTS */
.woocommerce-checkout-review-order-table .product-name a,
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table td.product-name a,
.woocommerce-checkout .product-name a,
.shop_table .product-name a,
.cart_item .product-name a {
    color: #000000 !important;
}

.woocommerce-checkout-review-order-table .product-total .amount,
.woocommerce-checkout-review-order-table .product-price .amount {
    color: #000000 !important;
}/* End custom CSS */