.elementor-kit-90{--e-global-color-primary:#0B0052;--e-global-color-secondary:#800000;--e-global-color-text:#77777D;--e-global-color-accent:#44804C;--e-global-color-a83f616:#FFFFFF;--e-global-color-99b9d42:#18162B;--e-global-typography-primary-font-family:"Helvetica";--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;font-size:1.5em;}.elementor-kit-90 e-page-transition{background-color:#FFBC7D;}.elementor-kit-90 h1{color:#18162B;font-family:"Cinzel", Sans-serif;}.elementor-kit-90 h2{color:#18162B;font-family:"Cinzel", Sans-serif;}.elementor-kit-90 h3{color:#18162B;font-family:"Cinzel", Sans-serif;}.elementor-kit-90 h4{color:#18162B;font-family:"Cinzel", Sans-serif;}.elementor-kit-90 h5{color:#18162B;font-family:"Cinzel", Sans-serif;}.elementor-kit-90 h6{color:#18162B;font-family:"Cinzel", Sans-serif;}.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 */*::selection {
    background: #0B0052;
    color: white;
} 

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #18162b;
} 

.site {
    overflow: hidden;
}

h1.product_title {
    line-height: 4rem !important;
}

.woocommerce-page img {
    max-height: 500px;
    max-width: 100%;
    object-fit: cover;
}/* End custom CSS */