.elementor-kit-14{--e-global-color-primary:#000000;--e-global-color-secondary:#EAF2F0;--e-global-color-text:#6A6A6A;--e-global-color-accent:#AEC6C0;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;color:#333333;font-family:"Open Sans", Sans-serif;font-size:16px;line-height:25px;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:#000000;font-family:"Open Sans", Sans-serif;font-size:16px;color:#FFFFFF;border-radius:2px 2px 2px 2px;padding:8px 30px 8px 30px;}.elementor-kit-14 button:hover,.elementor-kit-14 button:focus,.elementor-kit-14 input[type="button"]:hover,.elementor-kit-14 input[type="button"]:focus,.elementor-kit-14 input[type="submit"]:hover,.elementor-kit-14 input[type="submit"]:focus,.elementor-kit-14 .elementor-button:hover,.elementor-kit-14 .elementor-button:focus{background-color:#AEC6C0;color:#FFFFFF;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 a{color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-14 h1{color:#000000;font-family:"Open Sans", Sans-serif;font-size:50px;font-weight:700;line-height:66px;}.elementor-kit-14 h2{color:#000000;font-family:"Open Sans", Sans-serif;font-size:38px;font-weight:600;}.elementor-kit-14 h3{color:#000000;font-family:"Open Sans", Sans-serif;font-size:35px;}.elementor-kit-14 h4{color:#000000;font-size:16px;font-weight:700;}.elementor-kit-14 h5{color:#000000;}.elementor-kit-14 h6{color:#000000;}.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;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* =========================================
   Single Product: stop buttons overlapping under Add to Cart
   Works with variation swatches wrapping to multiple rows
   ========================================= */

.single-product .woocommerce div.product form.variations_form::after,
.single-product .woocommerce div.product form.cart::after,
.single-product .woocommerce div.product .single_variation_wrap::after{
  content: "";
  display: block;
  clear: both;
}

/* Make sure swatches wrap and contribute to layout height */
.single-product .woocommerce .woo-variation-swatches .variable-items-wrapper,
.single-product .woocommerce .variations_form .variable-items-wrapper{
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  gap: 10px;
}

/* Ensure Add to Cart widget sits in normal flow */
.single-product .elementor-widget-woocommerce-product-add-to-cart{
  position: relative;
  z-index: 2;
}

/* Neutralise Elementor button widgets so they cannot overlap via positioning */
.single-product .elementor-widget-button{
  position: relative !important;
  transform: none !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 1;
}

/* Add consistent spacing between Add to Cart -> Registry -> Wishlist */
.single-product .elementor-widget-woocommerce-product-add-to-cart + .elementor-widget-button{
  margin-top: 16px !important;
  clear: both !important;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart + .elementor-widget-button + .elementor-widget-button{
  margin-top: 16px !important;
  clear: both !important;
}

/* Your specific registry button can keep its class too */
.single-product .elementor-element-4b54d596.add-to-registry-btn{
  margin-top: 16px !important;
}/* End custom CSS */