/** Shopify CDN: Minification failed

Line 343:22 Expected ":"

**/
/**
*
*/
.h0,
h1, .h1 {
    color: #00a8eb;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 112.5% */
    letter-spacing: 2.4px;
}
.h2 {   
    color: #00a8eb;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 3.4px;
}
@media (min-width: 768px) {
    .h2 br {
        display: none;
    }
}
@media (max-width: 767px) {
    .h2 {   
        font-size: 24px;
    }
}
.home div:empty {
    display: block;
}
.home .banner__content div:empty {
    display: none;
}




/**
*
*/
.section-header {
    background: var(--blue01, #00A8EB);
    transition: background 0.3s;
}
.header__active-menu-item {
    text-decoration: none;
    font-weight: 700;
    color: white;
}
.header__menu-item:hover {
    color: white;
}
.shopify-section-header-sticky {  
    background: none; 
}
header {
    background: none;
    padding: 20px 0 !important;
    align-items: flex-start !important;
}
@media (max-width: 767px) {
    header {
        padding: 10px !important;
    }
}
.header__heading-link {
    padding: 0;
}
.header__heading-logo {
    position: absolute;
    top: 0;
    left: 50%;
    /* margin-left: -10.5%; */
    transform: translateX(-50%);
    transition: transform 1.2s;
    will-change: transform;
}
@media (max-width: 767px) {
    .header__heading-logo {
        width: 50%;
    }
}
.shopify-section-header-hidden .header__heading-logo{
    transform:  translateX(-50%) translateY(-100%);
}

.header__inline-menu ul {
    padding:12px 24px 14px;
    border-radius: 40px;
    background: var(--blue01, #00A8EB);
}
.header__inline-menu a {
    color: white;
}
.shopify-section-header-hidden {
    top: -100px;
}
.header-wrapper--border-bottom {
    border-bottom: none;
}
.header__search {
    display: none!important;
}




/**
*
*/
.footer {
    background: var(--blue01, #00A8EB);
    color: white;
    padding: 40px 0;
}
.footer a,
.footer .footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: white;
}
.footer .footer__content-bottom {
    border-top: none;
    padding-top: 0;
}
.footer .footer__content-bottom-wrapper--center {
    justify-content: flex-end;
}
.footer .footer__content-top {
    padding-bottom: 0;    
}
.footer .footer-block__brand-info .footer__list-social.list-social {
    margin-top: 4%;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .footer__content-top .footer-block.grid__item {
        margin:0;
    }
    .footer .footer-block__brand-info .footer__list-social.list-social {
        justify-content: center;
    }
    .footer .footer__content-bottom-wrapper--center {
        justify-content: center;
    }
}




/**
*  
*/
.banner__media {
    position: relative;
    background: none;
}
.banner:has(.banner__media)::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50%;
    height: auto;
    background: var(--blue01, #00A8EB);
    opacity: 1 !important;
    z-index: -1;
}



/**
*
*/
.collection .card__inner {
    border-radius: 20px;
    overflow: hidden;
}
.collection .card__inner.ratio::before {
    padding-bottom: calc(444 / 500 * 100%);
}
.collection .card__media img {
}
.card__heading.h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 1.8px;
}
@media screen and (min-width: 750px) {
    .card__content .card__information {
        padding: 30px;
    }
}
.card-information > a.btn-grad {
    text-decoration: none;
    color: white;
    display: block;
    margin: 20px auto;
    width: 250px;
    height: 60px;
    line-height: 56px;
    border-radius: 60px;
    border: 2px solid #E95098;
    background: linear-gradient(90deg, #E95098 0%, #C60081 100%);
}
@media (max-width: 767px) {
    .card-information > a.btn-grad {
        width: 91.3%;
        height: 50px;
        line-height: 50px;
    }
}
.card-wrapper.underline-links-hover:hover a,
.card-information > a.btn-grad:not(.disabled):hover,
.collection .card__content a:hover {
    text-decoration: none !important;
    transition: all 0.6s;
}
.card-wrapper.underline-links-hover:hover a.btn-grad:not(.disabled) {
    color: #E95098;
    border: 2px solid #E95098;
    background: white;
}

.card__content .card__information .description {
    margin: 13px auto 21px !important;
    text-align: center;
}

.card-information > a.btn-grad.disabled {
    opacity:0.5;
    pointer-events: none;
    
}




/**
*
*/
.home .collage {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.home .collage-wrapper-title {
    margin-bottom: 56px;
}
.home .collage__item:nth-child(2n-1) {
    margin-top: 4%;
    width: 40%;
}
.home .collage__item:nth-child(2n) {
    width: 52%;
}




.home .collection {
    padding-top: 0;
}




.home .image-with-text__text {
    padding-top: 4%;
    font-size: 12px
}



.home .multirow {
    margin-top: 4%;
}
.home .image-with-text__content {
    padding-top: 0;
}
.home .image-with-text__content > * + * {
    margin-top: 0;
}
.home .media > img {
    object-fit: contain;
    border-radius: 20px;
    height: auto;
}
.home .media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    height: auto;
}




/**
*
*/
.shopify-policy__container {
    padding: 110px 20px;
    max-width: 1100px;
}
@media (max-width: 767px) {
    .shopify-policy__container {
        padding: 50px 20px;        
    }
}
.shopify-policy__title {
    margin-bottom: 50px;
}




/**
*
*/
.product .product-form__input--pill input[type='radio'] + label {
    display: block;
    background: #fff;
    border: 1px solid #91CD30;  
    font-weight: 700;
}
.product .product-form__input--pill input[type='radio']:checked + label {
    background: #91CD30;
    color: #000;
}

.product__title h1 {
    color: #000;
    text-align: left;q
    margin-top: 12%;
}

.product .quantity {
    border-radius: 50px;
    border: 2px solid #91CD30;
}
.product .quantity:after {
    box-shadow: none;
}
.product .quantity__input {
    font-weight: 700;
}
.product button.product-form__submit {
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    background: #fff;
    color: #000;
}
.product button.product-form__submit::after {
    border-radius: 50px;
}
.product button.product-form__submit:hover {
    background: linear-gradient(90deg, #E95098 0%, #C60081 100%);
    color: #fff;
}
.shopify-cleanslate {
    border-radius: 50px;
    overflow: hidden;
}
.additional-checkout-buttons .shopify-cleanslate {
    border-radius: 0;    
}
/*
.cart__footer .cart__dynamic-checkout-buttons div[role='button'] {
    border-radius: 50px !important;
}*/
.product .product__media {
    border-radius: 20px;
}
:root {
    --grid-desktop-vertical-spacing: 15px;
    --grid-desktop-horizontal-spacing: 15px;
}
.grid__item.product__media-wrapper .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
}





/**
*
*/
.cart__checkout-button {
    border-radius: 50px;
    overflow: hidden;
}



/**
*
*/
.product {
    padding-bottom: 122px;
    border-bottom: 2px solid #DDD;
}


@media (max-width: 750px) {
    .tax-note {
        visibility: hidden;
    }
}

.copyright__content.copyright {
    display: block;
    text-align: right;
    margin-top: 1rem;
}
@media (max-width: 767px) {
    .copyright__content.copyright {
        margin-top: 2rem;
        text-align: center;
    }
}