.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Abel";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Abel";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Karla";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Abel";--e-global-typography-accent-font-weight:400;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:11px;font-weight:400;text-transform:uppercase;line-height:14px;letter-spacing:0.2em;color:var( --e-global-color-primary );background-color:#00000000;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:14px 28px 14px 28px;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@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 */.btn-bg-slide a, .btn-add-bg-slide button, .oasiis-cart .checkout-button, .oasiis-cart .button.e-apply-coupon {
    position: relative;
    z-index: 1;
}

.btn-bg-slide a::before, .btn-add-bg-slide button::before, .oasiis-cart .checkout-button::before, .oasiis-cart .button.e-apply-coupon::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
    background-color: #000;
}

.bg-slide-inverse a::before {
    background-color: #fff;
}

.btn-bg-slide a:hover::before, .btn-add-bg-slide button:not(.disabled):hover::before, .oasiis-cart .checkout-button:hover::before, .oasiis-cart .button.e-apply-coupon:hover::before {
    transform-origin: right center;
    transform: scaleX(0);
}

.bg-zoom-out.animated.fadeIn {
    animation: .8s fadeZoomOut;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

.cta-zoom-out::after {
    position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top,rgba(4,4,4,.65),rgba(54,54,54,.2));
}

.cta-zoom-out .bg-zoom-out {
    transition: transform 8s cubic-bezier(.25,.46,.45,.94);
}

.cta-zoom-out:hover .bg-zoom-out {
    transform: scale(1.2);
}

.pswp__button {
    border: none !important;
}

@keyframes fadeZoomOut {
    0%{
        opacity: 0;
        transform: scale(1.1);
    }
    
    100%{
        opacity: 1;
        transform: scale(1);
    }
}/* End custom CSS */