.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f041515:#163356;--e-global-color-4e4532a:#F5F5F5;--e-global-color-18e200f:#F65800;--e-global-color-565f8e6:#D8D8D8;--e-global-color-a3d031a:#16335640;--e-global-color-3b7cd61:#C5CCD5;--e-global-color-d0f7b30:#F6580040;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-a7fff53-font-family:"Plus Jakarta Sans";--e-global-typography-a7fff53-font-size:1.6rem;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */html{
    font-size: 62.5%;
}

.price del span.woocommerce-Price-amount.amount bdi {
  font-weight: bold;
  text-decoration: none !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.elementor-kit-9{
    overflow-y:hidden; 
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #163366 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #163366;
  border-radius: 50px;
  border: 2px solid #ffffff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); /* Optional for a soft shadow effect */
}/* End custom CSS */