.elementor-kit-18{--e-global-color-primary:#295849;--e-global-color-secondary:#DCCCAC;--e-global-color-text:#2B2B2B;--e-global-color-accent:#A9B8A3;--e-global-color-90ffae0:#C46A4A;--e-global-color-ed1ef3d:#C9A86A;--e-global-color-b951ee0:#FFFAE4FA;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Playfair";--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:14px;}.elementor-kit-18 button,.elementor-kit-18 input[type="button"],.elementor-kit-18 input[type="submit"],.elementor-kit-18 .elementor-button{background-color:var( --e-global-color-90ffae0 );font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:bold;text-transform:uppercase;color:var( --e-global-color-b951ee0 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-90ffae0 );border-radius:10px 10px 10px 10px;}.elementor-kit-18 button:hover,.elementor-kit-18 button:focus,.elementor-kit-18 input[type="button"]:hover,.elementor-kit-18 input[type="button"]:focus,.elementor-kit-18 input[type="submit"]:hover,.elementor-kit-18 input[type="submit"]:focus,.elementor-kit-18 .elementor-button:hover,.elementor-kit-18 .elementor-button:focus{background-color:var( --e-global-color-b951ee0 );color:var( --e-global-color-90ffae0 );}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 h1{color:#295849;font-size:48px;}.elementor-kit-18 h2{color:var( --e-global-color-90ffae0 );font-family:"Inter", Sans-serif;font-size:32px;font-weight:400;}.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-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 *//* ===========================================
   BRAND COLORS
   =========================================== */
:root {
    --hh-sandstone: #e8dfd3; /* Sandstone background */
    --hh-ivory: #f9f6f1;     /* Ivory form fields */
    --hh-green: #1f3d2c;     /* Haven & Hollow dark green */
}

/* ===========================================
   GLOBAL BACKGROUND (Cart, Checkout, Shop)
   =========================================== */

/* Apply sandstone background ONLY to WooCommerce pages */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-page,
body.post-type-archive-product,
body.tax-product_cat,
body.single-product {
    background-color: var(--hh-sandstone) !important;
}


/* Aligns Woocommerce add-to-cart boxes ONLY */
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce ul.products li.product .button {
    margin-top: auto;
}

/* WooCommerce content wrappers ONLY */
body.woocommerce-cart .site,
body.woocommerce-checkout .site,
body.woocommerce-page .site,
body.post-type-archive-product .site,
body.tax-product_cat .site,
body.single-product .site {
    background-color: var(--hh-sandstone) !important;
}

body.woocommerce-cart #primary,
body.woocommerce-checkout #primary,
body.woocommerce-page #primary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.single-product #primary {
    background-color: var(--hh-sandstone) !important;
}


/* ===========================================
   GLOBAL FONT SIZE (Cart, Checkout, Product, Shop)
   =========================================== */
body.woocommerce-cart .woocommerce *,
body.woocommerce-checkout .woocommerce *,
body.single-product .woocommerce *,
body.post-type-archive-product .woocommerce *,
body.tax-product_cat .woocommerce * {
    font-size: 18px !important;
}

/* ===========================================
   PRODUCT TITLES (Green)
   =========================================== */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-cart .product-name a,
.woocommerce-checkout .product-name a,
.single-product .product_title {
    color: var(--hh-green) !important;
    font-weight: 600 !important;
}

/* ===========================================
   FORM FIELDS (Ivory)
   =========================================== */
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
    background-color: var(--hh-ivory) !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    border-radius: 6px !important;
}

/* ===========================================
   BUTTONS (Match Haven & Hollow buttons)
   =========================================== */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button,
.wc-proceed-to-checkout a.checkout-button,
#place_order {
    background-color: var(--hh-green) !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
#place_order:hover {
    background-color: #162c20 !important;
}

/* ===========================================
   CART TOTALS BOX (Ivory)
   =========================================== */
.cart_totals {
    background-color: var(--hh-ivory) !important;
    padding: 30px !important;
    border-radius: 12px !important;
}

/* Hide product categories on single product pages */
.single-product .product_meta .posted_in {
    display: none !important;
}
css
#calendly-badge-widget,
.calendly-badge-widget,
.calendly-overlay,
.calendly-popup {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Disable Calendly floating widget ONLY on Haven & Hollow */
#calendly-badge-widget,
.calendly-badge-widget,
.calendly-overlay,
.calendly-popup,
.calendly-popup-widget {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}





/* Background for cart & checkout */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart #page,
body.woocommerce-checkout #page,
body.woocommerce-cart .site,
body.woocommerce-checkout .site,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content {
    background-color: #F3E8D4 !important;
}

/* Global font size bump */
body.woocommerce-cart,
body.woocommerce-checkout {
    font-size: calc(1rem + 3px) !important;
}

/* Product titles */
.woocommerce-cart table.shop_table .product-name a,
.woocommerce-checkout table.shop_table .product-name a,
.woocommerce-cart .cart_item .product-name a,
.woocommerce-checkout .cart_item .product-name a {
    color: #C46A4A !important;
}

/* Quantity boxes */
.woocommerce-cart .cart_item .quantity input.qty,
.woocommerce-checkout .cart_item .quantity input.qty {
    background-color: #A9B8A3 !important;
    border: 1px solid #A9B8A3 !important;
    color: #000 !important;
}

/* Delete / remove buttons */
.woocommerce-cart a.remove,
.woocommerce-checkout a.remove {
    background-color: #A9B8A3 !important;
    color: #000 !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
}

/* Primary buttons (cart + checkout) */
.woocommerce-cart .button,
.woocommerce-checkout .button,
.woocommerce-cart .button.alt,
.woocommerce-checkout .button.alt,
.woocommerce-cart button.button,
.woocommerce-checkout button.button,
.woocommerce-cart a.button,
.woocommerce-checkout a.button,
.woocommerce-cart input.button,
.woocommerce-checkout input.button {
    background-color: #295849 !important;
    color: #DCCCAC !important;
    border: none !important;
    padding: 12px 20px !important;
    transition: all 0.25s ease !important;
}

/* Hover: swap colors + grow */
.woocommerce-cart .button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-cart .button.alt:hover,
.woocommerce-checkout .button.alt:hover,
.woocommerce-cart button.button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-cart a.button:hover,
.woocommerce-checkout a.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-checkout input.button:hover {
    background-color: #DCCCAC !important;
    color: #295849 !important;
    transform: scale(1.05) !important;
}


/* Remove outer cart container background */
.wc-block-cart,
.wc-block-cart .wc-block-cart__main,
.wc-block-cart .wc-block-cart__contents {
    background: transparent !important;
}

.wc-block-cart * {
    background-color: transparent !important;
}
.wc-block-cart-item__remove-link svg {
    background: none !important;
}

/* Remove trashcan background */
.wc-block-cart-item__remove-link {
    background: none !important;
    padding: 0 !important;
    border: none !important;
    color: #C46A4A !important; /* optional: rust icon */
}


.wc-block-cart__submit-button::before,
.wc-block-components-button::before {
    background: none !important;
}/* End custom CSS */