/** Shopify CDN: Minification failed

Line 373:5 Unexpected ","
Line 388:13 Unexpected "{"
Line 436:5 Unexpected ","

**/
@font-face {
    font-family: 'Ubuntu';
    src: url('/cdn/shop/files/Ubuntu-Light.eot');
    src: url('/cdn/shop/files/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Ubuntu-Light.woff2') format('woff2'),
        url('/cdn/shop/files/Ubuntu-Light.woff') format('woff'),
        url('/cdn/shop/files/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/cdn/shop/files/Ubuntu-Regular.eot');
    src: url('/cdn/shop/files/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Ubuntu-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/Ubuntu-Regular.woff') format('woff'),
        url('/cdn/shop/files/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/cdn/shop/files/Ubuntu-Bold.eot');
    src: url('/cdn/shop/files/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Ubuntu-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/Ubuntu-Bold.woff') format('woff'),
        url('/cdn/shop/files/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/cdn/shop/files/Ubuntu-Medium.eot');
    src: url('/cdn/shop/files/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Ubuntu-Medium.woff2') format('woff2'),
        url('/cdn/shop/files/Ubuntu-Medium.woff') format('woff'),
        url('/cdn/shop/files/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body{
    letter-spacing: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h0 {
    line-height: 1.2;
    letter-spacing: normal;
}
.hxxl{
    font-size:70px; 
}
h1, .h1 {
    font-size:60px; 
}
h2, .h2 {
    font-size:40px;
}
h3, .h3 {
    font-size:36px;
}
h4, .h4 {
    font-size:30px;
}
h5, .h5 {
    font-size:24px;
}
h6, .h6 {
    font-size:20px;
}
.button, .button-label, .shopify-challenge__button, .customer button, #modal_confirm_approve .btn{
    font-weight: 700;
    letter-spacing: normal;
    font-size: 24px;
    transition: all 0.3s ease 0s;
}
.button--primary, .button--secondary, #modal_confirm_approve .btn{
    padding: 14px 30px; 
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    border: 5px solid;
}
.button--primary, .button--secondary:hover, .button--primary:focus-visible, .button--primary:focus, .button--secondary:focus-visible, .button--secondary:focus, #modal_confirm_approve .btn{
    background-color: rgba(var(--color-button));
    border-color: #fff;
}
.button--primary:after, .button--primary:before, 
.button--secondary:after, .button--secondary:before{
    display: none;
}
.button--primary:hover, #modal_confirm_approve .btn:hover{
    color: rgba(var(--color-button));
    background-color: #fff;
}
.button.button--primary:focus:not(:focus-visible):not(.focused){
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}
#modal_confirm_approve .btn{
    font-family: var(--font-body-family);
    line-height: calc(1 + .2 / var(--font-body-scale));
}
.body-text{
    font-size: 17px;
    color: rgba(var(--color-foreground), 1);
    line-height: 1.2;
}
.body-small-text{
    font-size: 15px;
    color: rgba(var(--color-foreground), 1);
    line-height: 1.2;
}
#trustpilot-widget-trustbox-0-wrapper {
    display: none;
}
button.back-to-top {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9;
    bottom: 30px;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    cursor: pointer;
    border: 0px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 3px 10px #00000029;
}
.back-to-top svg {
    height: 30px;
    width: 30px;
    min-width: 30px;
}
.page-content .field:after,
.page-content .field:before{
  display: none;
}
.page-content .field__input{
  background-color: #f7f7f7;
  border-radius: 0;
  height: 60px;
  min-height: 60px;
  color: #353535;
}
.page-content input::-webkit-input-placeholder {
    color: #353535;
    opacity:1;
}
.page-content .field__input:focus,
.page-content .field__input:not(:placeholder-shown){
  box-shadow: none;
  padding: 1.5rem;
}
.page-content .field__label{
   top: calc(17px + var(--inputs-border-width));
}
.page-contact .page-content img {
    vertical-align: middle;
}
.page-content .video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto;
}
.page-content .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#faq-plus-app{
    padding-bottom: 50px;
}
button.predictive-search__item--term{
    margin:0;
}
cart-drawer .quantity__input:focus-visible,
.cart-items .quantity__input:focus-visible,
.product .quantity__input:focus-visible{
    outline-offset: none;
    box-shadow:none;
    outline: none;
    background: transparent;
}
cart-drawer .cart-item__name:hover,
.cart-items .cart-item__name:hover{
    text-decoration:none;
}
cart-drawer .quantity:after,
.cart-items .quantity:after{
    box-shadow: 0 0 0 2px rgba(var(--color-foreground), var(--inputs-border-opacity));
}
cart-drawer table.cart-items {
    padding-right: 10px;
}
.cart-count-bubble{
    padding-top: 3px;
}
.footer__content-bottom, .search-modal{
  --inputs-border-width: 2px;
}
.cart-items th{
    font-size: 12px;
}
.cart-item__quantity-wrapper{
    align-items: center;
}
.discount-form-input{
    min-height: 50px;
    background-color: #f7f7f7;
    padding: 10px 24px;
    font-size: 17px;
    border: none;
    border-radius: 30px 0 0 30px;
    width: 60%;
}
.discount-form-input-wrap{
    display: flex;
    box-shadow: 0 3px 10px #00000029;
    border-radius: 30px;
    overflow: hidden;
    border: solid 5px white;
}
.discount-form-input-wrap .apply-button{
    background-color: #ff6382;
    color: #fff;
    letter-spacing: 0px;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 40%;
    cursor: pointer;
}
.cart__blocks .cart__ctas button, .cart__blocks .cart__dynamic-checkout-buttons{
    max-width: 100%;
}
.totals-contents-wrap{
    border-top: 1px solid #edededf7;
    padding-top: 30px;
    margin-top: 30px;
    text-align: right;
}
.discount-form-label{
    margin-bottom: 7px;
    display: block;
    font-weight: 600;
}
.applied-discount-wrap{
    font-size: 85%;
}
.totals-contents-wrap .totals>*+* {
    margin-left: 1rem;
}
.totals-contents-wrap .discounts__discount--position{
    border: 1px dashed #ff6382;
    display: inline-flex;
    padding: 10px;
    border-radius: 30px;
    align-items: center;
    gap: 5px;
    position: relative;
}
.totals-contents-wrap .discounts__discount p{
    margin: 0;
}
.totals-contents-wrap .discounts__discount > .icon {
    margin-right: 3px;
}
.totals-contents-wrap button{
    background: #ff6382;
    border: none;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #fff;
    padding-bottom: 3px;
    cursor: pointer;
}
.totals-contents-wrap button::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.discount-form-cart .messages-discount{
    font-size: 13px;
}
.contact__fields .contact__field-error{
   display: none;
}
.form-status-list-error{
    color: red;
}
.form-status-list-error .link{
    color: currentcolor;
}
*:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}
.form-status-success{
    color: green;
    font-weight: 500;
}
.product-option-img:has(.cart-attribute-image){
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-option-img dd img{
    max-width: 100px;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-option dt{
    white-space: nowrap;
}

@media screen and (min-width: 750px) {
    #main-cart-footer .cart__footer>* {
        width: 40rem;
    }
}
@media screen and (min-width: 990px){
    .page-width--narrow, .shopify-policy__container{
        max-width: 80.6rem;
    }
}
@media screen and (max-width: 1199px){
    .hxxl{
        font-size:60px; 
    }
    h1, .h1 {
        font-size:50px;
    }
    h2 , .h2 {
        font-size:36px;
    }
    h3 , .h3 {
        font-size:34px;
    }
    h4 , .h4 {
        font-size:28px;
    }
    h5 , .h5 {
        font-size:22px;
    },
    h6 , .h6 {
        font-size:18px;
    }
    .button, .button-label, .shopify-challenge__button, .customer button, #modal_confirm_approve .btn{
        font-size: 20px;
    }
    .button--primary, .button--secondary{
        padding: 12px 20px; 
    }
}
@media screen and (max-width: 989px){
    .hxxl, .h0{
        font-size:50px; 
    }
    h1, .h1, {
        font-size:40px;
    }
    h2 , .h2 {
        font-size:32px;
    }
    h3 , .h3 {
        font-size:28px;
    }
    h4 , .h4 {
        font-size:24px;
    }
    h5 , .h5 {
        font-size:20px;
    }
    .button, .button-label, .shopify-challenge__button, .customer button, #modal_confirm_approve .btn{
        font-size: 18px;
    }
    button.back-to-top {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    #faq-plus-app {
        padding-bottom: 30px;
    }   
    .header__heading-logo{
        width: 80px;  
    }
}
@media screen and (max-width: 749px){
    .hxxl, .h0{
        font-size:34px; 
    }
    h1, .h1{
        font-size:30px;
    }
    h2 , .h2 {
        font-size:26px;
    }
    h3 , .h3 {
        font-size:22px;
    }
    h4 , .h4 {
        font-size:20px;
    }
    h5 , .h5 {
        font-size:18px;
    },
    h6 , .h6 {
        font-size:16px;
    }
    .body-small-text{
        font-size: 14px;
    }
    #faq-plus-app {
        padding-bottom: 20px;
    }   
}