/** Shopify CDN: Minification failed

Line 186:16 Unexpected "("

**/
/********************************************************************/

/* BASE */

/********************************************************************/
.header__heading-logo {
    height: auto;
    width: auto;
}

.product__info-container>*+* {
    margin: 0;
}

html .product-form__submit {
    margin-bottom: 0;
}

html .hidden {
    display: none;
}

html .relative {
    position: relative;
}

html .advanced-grid:not(.page-width) {
    padding-inline-start: 0px;
}


html .advanced-grid {
    display: grid;
}

html .advanced-grid>li {
    display: flex;

}

.barebones-columns .grid__item img {
    max-width: 100%;
}

.barebones-columns .grid__item .full_width {
    width: 100%;
}



.customer a,
.link {
    font-size: 1rem;
}


.button,
.customer button,
.shopify-challenge__button {

    border-radius: 3px;
    min-width: auto;
   
}


.button.small {
    padding: 6px 13px;
    min-width: auto;
    min-height: 40px;
}

@media screen and (min-width: 750px) {
    html .banner {
        min-height: calc(70vh);
    }
}


.list-menu--inline {
    grid-gap: 15px;
}


.announcement-bar {
    border-bottom: none;
    position: absolute;
    top: 76px;
    padding: 3px 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 8px;
    width: max-content;
    max-width: 90%;
}

.banner-title {
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
}

.color1 {
    color: #fff;
}

.color2 {
    color: #4564D2;
}

.bg1 {
    background: #fff;
}

.bg2 {
    background: #4564D2;
}

.button.full {
    width: 100%;
}

.advanced-block {
    width: 100%;
}

.full {
    width: 100%;
}


.announcement-bar__message {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.header__icons {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.header__menu-item:hover span {
    text-decoration: none;
}

.header__menu-item span {
    text-decoration: none;
}

.grid__item {
    flex-flow: column;
}


.barebones-columns>ul {
    list-style: none;
}


.barebones-columns>ul {
    list-style: none;
}


.header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
}


html body header-drawer {
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.header__icons>*(not:.header_extra_html) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.header__icon--cart {
    position: relative;
    margin-right: 0;
}

html body .header-wrapper .menu-drawer {
    width: 100%;
}


html .header__heading-link {
    grid-area: heading;
    justify-self: flex-start;
    display: flex;
    padding: 0;
    margin: 0;
}



.advanced-grid>li img {
    width: 100%;
}


.contact {
    width: 100%;
}

.product-form__buttons {
    display: grid;
    grid-gap: 10px;
}

html .spr-starrating {
    font-size: 1rem;
    display: flex;
    border: none;
    padding: 0;
    background: none;
    height: auto;
}

html .spr-starrating:hover {
    font-size: 1rem;
    display: flex;
    border: none;
    padding: 0;
    background: none;
}

.spr-form-review-body .spr-form-input textarea {
    min-height: 10rem;
    padding: 1rem 0;
    border: none;
    font-family: var(--font-body-family);
}

.spr-form-review-body .spr-form-input {
    height: auto;
}

.activation-notice {
    background: #D93A60;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.activation-notice .button:hover,
.activation-notice .button {
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    background: #D93A60;
}

html .list-menu--disclosure {
    width: 35rem;
}

html body .header__inline-menu details[open]>.header__submenu {
    border: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 18px 21px -5px rgba(0, 0, 0, 0.3);
}

/********************************************************************/

/* GENERAL CLASSES */

/********************************************************************/

.center {
    align-items: center;
    text-align: center;
    display: grid;
    justify-content: center;
}

.left {
    align-items: center;
    text-align: left;
    display: grid;
    justify-content: flex-start;
}

.right {
    align-items: center;
    text-align: right;
    display: grid;
    justify-content: flex-end;
}


.top {
    display: grid;
    align-items: flex-start;
}

.middle {
    display: grid;
    align-items: center;
}

.bottom {
    display: grid;
    align-items: flex-end;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}


.gap-0 {
    grid-gap: 0px;
}

.gap-10 {
    grid-gap: 10px;
}

.gap-20 {
    grid-gap: 20px;
}

.gap-40 {
    grid-gap: 40px;
}

.gap-60 {
    grid-gap: 60px;
}

.gap-80 {
    grid-gap: 80px;
}

.gap-100 {
    grid-gap: 100px;
}





/********************************************************************/

/* Responsive */

/********************************************************************/



.desktop-columns-1 {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
}

.desktop-columns-2 {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
}


.desktop-columns-3 {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
}

.desktop-columns-4 {
    grid-template-columns: repeat(4, minmax(auto, 1fr));
}

.desktop-columns-5 {
    grid-template-columns: repeat(5, minmax(auto, 1fr));
}

.desktop-columns-6 {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
}


.desktop-order-1 {
    order: 1;
}

.desktop-order-2 {
    order: 2;
}

.desktop-order-3 {
    order: 3;
}

.desktop-order-4 {
    order: 4;
}

.desktop-order-5 {
    order: 5;
}

.desktop-order-6 {
    order: 6;
}

.desktop-order-7 {
    order: 7;
}

.desktop-order-8 {
    order: 8;
}

.desktop-order-9 {
    order: 9;
}

.desktop-order-10 {
    order: 10;
}

.desktop-order-11 {
    order: 11;
}

.desktop-order-12 {
    order: 12;
}

.desktop-order-13 {
    order: 13;
}

.desktop-order-14 {
    order: 14;
}

.desktop-order-15 {
    order: 15;
}

.desktop-order-16 {
    order: 16;
}

.desktop-order-17 {
    order: 17;
}

.desktop-order-18 {
    order: 18;
}

.desktop-order-19 {
    order: 19;
}

.desktop-order-20 {
    order: 20;
}


@media screen and (max-width: 990px) {
    .tablet-columns-1 {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }

    .tablet-columns-2 {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }


    .tablet-columns-3 {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }

    .tablet-columns-4 {
        grid-template-columns: repeat(4, minmax(auto, 1fr));
    }

    .tablet-columns-5 {
        grid-template-columns: repeat(5, minmax(auto, 1fr));
    }

    .tablet-columns-6 {
        grid-template-columns: repeat(6, minmax(auto, 1fr));
    }


    .tablet-order-1 {
        order: 1;
    }

    .tablet-order-2 {
        order: 2;
    }

    .tablet-order-3 {
        order: 3;
    }

    .tablet-order-4 {
        order: 4;
    }

    .tablet-order-5 {
        order: 5;
    }

    .tablet-order-6 {
        order: 6;
    }

    .tablet-order-7 {
        order: 7;
    }

    .tablet-order-8 {
        order: 8;
    }

    .tablet-order-9 {
        order: 9;
    }

    .tablet-order-10 {
        order: 10;
    }

    .tablet-order-11 {
        order: 11;
    }

    .tablet-order-12 {
        order: 12;
    }

    .tablet-order-13 {
        order: 13;
    }

    .tablet-order-14 {
        order: 14;
    }

    .tablet-order-15 {
        order: 15;
    }

    .tablet-order-16 {
        order: 16;
    }

    .tablet-order-17 {
        order: 17;
    }

    .tablet-order-18 {
        order: 18;
    }

    .tablet-order-19 {
        order: 19;
    }

    .tablet-order-20 {
        order: 20;
    }
}


@media screen and (max-width: 750px) {
    html .phone-columns-1 {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }

    .phone-columns-2 {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }


    .phone-columns-3 {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }

    .phone-columns-4 {
        grid-template-columns: repeat(4, minmax(auto, 1fr));
    }

    .phone-columns-5 {
        grid-template-columns: repeat(5, minmax(auto, 1fr));
    }

    .phone-columns-6 {
        grid-template-columns: repeat(6, minmax(auto, 1fr));
    }

    .phone-order-1 {
        order: 1;
    }

    .phone-order-2 {
        order: 2;
    }

    .phone-order-3 {
        order: 3;
    }

    .phone-order-4 {
        order: 4;
    }

    .phone-order-5 {
        order: 5;
    }

    .phone-order-6 {
        order: 6;
    }

    .phone-order-7 {
        order: 7;
    }

    .phone-order-8 {
        order: 8;
    }

    .phone-order-9 {
        order: 9;
    }

    .phone-order-10 {
        order: 10;
    }

    .phone-order-11 {
        order: 11;
    }

    .phone-order-12 {
        order: 12;
    }

    .phone-order-13 {
        order: 13;
    }

    .phone-order-14 {
        order: 14;
    }

    .phone-order-15 {
        order: 15;
    }

    .phone-order-16 {
        order: 16;
    }

    .phone-order-17 {
        order: 17;
    }

    .phone-order-18 {
        order: 18;
    }

    .phone-order-19 {
        order: 19;
    }

    .phone-order-20 {
        order: 20;
    }
}