.elementor-kit-63{--e-global-color-primary:#B5B5B5;--e-global-color-secondary:#54595F;--e-global-color-text:#272727;--e-global-color-accent:#9747FF;--e-global-color-51746c6:#FF7748;--e-global-color-2f918f8:#67BFD3;--e-global-typography-primary-font-family:"Verdana";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Tahoma";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gotham";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gotham";--e-global-typography-accent-font-weight:500;color:#0C0C0C;font-family:"Gotham", Sans-serif;font-size:19px;}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}.elementor-kit-63 a{font-family:"Gotham", Sans-serif;}.elementor-kit-63 h2{font-family:"Georgia", Sans-serif;}.elementor-kit-63 button,.elementor-kit-63 input[type="button"],.elementor-kit-63 input[type="submit"],.elementor-kit-63 .elementor-button{font-family:"Gotham", Sans-serif;border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){--kit-widget-spacing:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-63{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-63{font-size:16px;}.elementor-kit-63 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html, body {
    scroll-behavior: smooth; /* Enables smooth scrolling */
    overflow-x: hidden !important; /* Prevents horizontal scroll */
    overflow: visible;
    height: 100vh;
}
/* Button */
.cart_totals_summary .wc-proceed-to-checkout a{
	margin-top:10px;
	margin-bottom:10px;
	
}


/* Panel container */
  #mobile-menu-panel .panel__container{
    background-color:#4b3434;
  }
  
@media (max-width: 768px) {
    .snap-section {
        min-height: 100vh; /* Ensures sections snap correctly on mobile */
    }
}



/* Svg */
.woocommerce-loop-products .woocommerce-loop-product svg {
  color: #ffffff;
}


/* Campaign bar */
#campaign-bar{
	position:sticky !important;
	top:0;
	z-index:1000;
	
}
/* Location header */
#page .elementor-location-header{
    background-color: #ffffff;
	position:sticky !important;
	top:40px;
	z-index:1000;
}


/* Hide interval badges in product loop if they exist */
.woocommerce ul.products li.product .subscription-details,
.woocommerce ul.products li.product .wcsatt-subscription-details {
  display: none !important;
}/* End custom CSS */