.elementor-kit-8{--e-global-color-primary:#2B5C8E;--e-global-color-secondary:#1E4A6F;--e-global-color-text:#E86842;--e-global-color-accent:#4A90C8;--e-global-color-a188346:#1A1A1A;--e-global-color-6336ac0:#5A6C7D;--e-global-color-27a5bcc:#F5F7FA;--e-global-color-50dec72:#E1E8ED;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;line-height:1.6px;color:var( --e-global-color-27a5bcc );border-radius:6px 6px 6px 6px;padding:15px 35px 15px 35px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#D25832;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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-kit-8{--e-global-typography-primary-font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth transitions */
* {
  transition: all 0.3s ease;
}

/* Button hover effects */
.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(43, 92, 142, 0.3);
}

/* Card hover effects */
.category-card:hover,
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(43, 92, 142, 0.15);
}

/* Hide prices for non-logged users */
body:not(.logged-in) .woocommerce .price {
  display: none !important;
}

body:not(.logged-in) .woocommerce .price::after {
  content: "Login to View Pricing";
  display: block;
  color: #5A6C7D;
  font-size: 14px;
}

/* Sticky header shadow */
.elementor-sticky--effects {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Search bar focus */
.elementor-search-form__input:focus {
  border-color: #2B5C8E;
  box-shadow: 0 0 0 3px rgba(43, 92, 142, 0.1);
}/* End custom CSS */