/* Hero */

.home-hero-main {
    padding-top: 240px;
    padding-bottom: 48px;
    background: linear-gradient(180deg, #006298 0%, #00476E 100%);
}

.home-hero-video-container {
    margin-top: 58px;
    margin-bottom: 50px;
}

.home-hero-vimeo-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    border-radius: 20px;
    overflow: hidden;
}

.home-hero-vimeo-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-hero-pretitle-holder {
    display: inline-block;
    margin-bottom: 20px;
}

.home-hero-pretitle-holder svg {
    width: 24px;
    height: 24px;
}

.home-hero-pretitle {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    padding: 10px 16px;
    box-sizing: border-box;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFFB2;
    border: 1px solid;
    border-radius: 50px;
    background-color: #FFFFFF0D;
    align-items: center;
}

.home-hero-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 120px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 24px;
}

.home-hero-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 32px;
}

.buttons-action-holder .button-disabled {
    color: #ffffff82;
    border: 1px solid #ffffff82;
    background-color: transparent;
}

@media (max-width: 1024px) {

	.home-hero-video-container {
        margin-bottom: 0;
    }
	
    .home-hero-pretitle {
        font-size: 16px;
    }
    
    .home-hero-title {
        font-size: 100px;
    }
}

@media (max-width: 767px) {

    .home-hero-main {
        padding-top: 120px;
        padding-bottom: 10px;
    }
    
    .home-hero-pretitle-holder svg {
        width: 20px;
        height: 20px;
    }
    
    .home-hero-pretitle {
        padding: 7px 14px;
        font-size: 15px;
    }

    .home-hero-title {
        font-size: 70px;
    }
    
    .home-hero-description {
        font-size: 19px;
    }
}

@media (max-width: 500px) {

    .home-hero-pretitle {
        padding: 5px 12px;
        font-size: 14px;
    }

    .home-hero-title {
        font-size: 48px;
    }
}

@media (max-width: 350px) {

    .home-hero-title {
        font-size: 40px;
    }
}





/* Strips */

.home-strips-main {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #004870;
}

.home-strips-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.home-strips-item {
    padding: 48px 48px 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-strips-pretitle-holder {
    text-align: center;
    margin-bottom: 12px;
}

.home-strips-pretitle {
    border: 1px solid #AADEFF;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 6px 12px;
    box-sizing: border-box;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000B2;
    display: inline-flex;
}

.home-strips-1 {
    color: #000000;
    background: #F2F2F2;
}

.home-strips-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}

.home-strips-1-title {
    margin: 0;
    margin-bottom: 24px;
}

.home-strips-desription {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #414141;
    margin-top: -12px;
    margin-bottom: 24px;
}

.home-strips-desription svg {
    width: 20px;
    height: 20px;
}

.home-strips-2 {
    color: #FFFFFF;
    background: linear-gradient(90deg, #9AD7FE 0%, #006298 100%);
}

.home-strips-2-title {
    margin: 0;
    margin-bottom: 24px;
}

.home-strips-image-holder {
    margin-top: 43px;
    display: flex;
    justify-content: center;
}

.home-strips-image {
    width: 90%;
}

@media (max-width: 1024px) {

    .home-strips-title {
        font-size: 50px;
    }

}

@media (max-width: 767px) {

    .home-strips-container {
        flex-direction: column;
    }

    .home-strips-item {
        padding: 48px 32px 0;
    }
    
    .home-strips-pretitle {
        font-size: 12px;
    }

    .home-strips-title {
        font-size: 40px;
    }

    .home-strips-image-holder {
        margin-top: 47px;
    }

    .home-strips-image {
        width: 100%;
    }
}






/* Mio */

.home-mio-main {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F1F1F1;
}

.home-mio-pretitle-holder {
    text-align: center;
    margin-bottom: 24px;
}

.home-mio-pretitle {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000B2;
    padding: 8px 12px;
    border: 1px solid #00000080;
    border-radius: 50px;
    background-color: #0000000D;
    display: inline-flex;
}

.home-mio-main-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 70px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 64px;
    color: #005686;    
    margin-left: 15%;
    margin-right: 15%;
}

.home-mio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 64px;
}

.home-mio-item {
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.home-mio-item img {
    width: 80px;
    height: 80px;
}

.home-mio-item-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    margin: 0;
}

.home-mio-item-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
}

.home-mio-item-description a {
    color: #092F43;
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media (max-width: 1024px) {

    .home-mio-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-mio-main-title {
        font-size: 60px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .home-mio-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {

    .home-mio-main {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .home-mio-pretitle {
        font-size: 14px;
    }

    .home-mio-main-title {
        font-size: 48px;
        margin-bottom: 32px;
        margin-left: 0;
        margin-right: 0;
    }

    .home-mio-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }
}





/* Therapy */

.home-therapy-main {
    /* padding-top: 120px; */
    padding-bottom: 120px;
    background-color: #FFFFFF;
}

.home-therapy-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 80px;
    align-items: center;
}

.home-therapy-left {
    width: 50%;
}

.home-therapy-left img {
    border-radius: 80px;
}

.home-therapy-right {
    width: 50%;
}

.home-therapy-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 80px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.home-therapy-description-1 {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 16px;
    color: #1A1A1A;
}

.home-therapy-description-2 {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 32px;
    color: #414141;
}

@media (max-width: 1200px) {

    .home-therapy-container {
        gap: 60px;
    }

    .home-therapy-title {
        font-size: 65px;
    }

    .home-therapy-description-1 {
        font-size: 21px;
    }
}

@media (max-width: 1000px) {

    .home-therapy-container {
        gap: 40px;
    }

    .home-therapy-title {
        font-size: 55px;
    }

    .home-therapy-description-1 {
        font-size: 20px;
    }
}

@media (max-width: 850px) {

    .home-therapy-main {
        /* padding-top: 48px; */
        padding-bottom: 48px;
    }

    .home-therapy-container {
        flex-direction: column-reverse;
    }

    .home-therapy-right,
    .home-therapy-left {
        width: 100%;
    }

    .home-therapy-title {
        font-size: 60px;
    }

    .home-therapy-description-1 {
        font-size: 23px;
    }

    .home-therapy-left img {
        border-radius: 40px;
    }
}

@media (max-width: 450px) {

    .home-therapy-title {
        font-size: 45px;
    }
}








/* Products */


.home-products-main {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #006298 0%, #00476E 100%);
}

.home-products-container {
    margin-bottom: 40px;
    border-bottom: 1px solid #FFFFFF1F;
    padding-bottom: 12px;
}

.home-products-main-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    color: #FFFFFF;
}

.home-products-carousel .carousel-cell {
    width: 35%;
    margin-right: 40px;
    display: flex;
    align-items: flex-start;
}

.home-products-carousel .home-product-card a {
    text-decoration: none;
}
  
.home-products-carousel .carousel-cell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 32px;
    margin-bottom: 24px;
}

.home-products-carousel .home-product-card .home-product-card__title {
    font-family: var(--global-font-family-2);
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.home-products-carousel .home-product-card .home-product-card__price {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.home-product-card .home-product-card__actions .add_to_cart_button {
    font-family: var(--global-font-family-2);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    border: 1px solid #AADEFF;
    padding: 16px 24px;
    border-radius: 50px;
    display: inline-flex;
}

.home-product-card .home-product-card__actions .added_to_cart {
    font-family: var(--global-font-family-2);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    padding-left: 15px;
    border-radius: 50px;
    text-decoration: underline;
}

.home-product-card .home-product-card__actions .add_to_cart_button:hover {
    background-color: #AADEFF;
    color: #1A1A1A;
}

.home-product-card .home-product-card__actions a {
    color: #FFFFFF;
}

.home-product-card .home-product-card__actions .add_to_cart_button:hover a {
    color: #1A1A1A;
}

.home-products-carousel .flickity-prev-next-button.previous {
    left: auto;
    top: -85px;
    right: calc(10% + 55px);
    backdrop-filter: blur(6px);
    border: 1px solid #FFFFFF
}

.home-products-carousel .flickity-prev-next-button.next {
    right: 10%;
    top: -85px;
    backdrop-filter: blur(6px);
    border: 1px solid #FFFFFF
}

@media (max-width: 1024px) {
    
    .home-products-carousel .carousel-cell {
        width: 45%;
    }

    .home-products-carousel .flickity-prev-next-button.previous {
        right: calc(5% + 55px);
    }
    
    .home-products-carousel .flickity-prev-next-button.next {
        right: 5%;
    }
}

@media (max-width: 767px) {
    
    .home-products-carousel .carousel-cell {
        width: 55%;
    }

    .home-products-carousel .flickity-prev-next-button.previous {
        right: calc(5% + 55px);
    }

    .home-products-carousel .flickity-prev-next-button.next {
        right: 5%;
    }

    .home-products-main-title {
        width: 50%;
    }
}

@media (max-width: 500px) {

    .home-products-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-products-carousel .carousel-cell {
        width: calc(100% - 40px);
    }

    .home-products-carousel .flickity-prev-next-button.previous {
        right: calc(20px + 55px);
    }

    .home-products-carousel .flickity-prev-next-button.next {
        right: 20px;
    }

    .home-products-main-title {
        width: 50%;
    }
}

/* Spiner */
.home-product-card__actions .button{
    position: relative;
}
  
.home-product-card__actions .button.loading {
    opacity: 0.5;
    pointer-events: none;
    color: transparent !important;
}

.home-product-card__actions .button.loading::after {
    content: "";
    position: absolute;
    left: calc(50% - 8px);
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid rgba(255,255,255,0.25);
    border-top-color: rgba(255,255,255,255.85);
    border-radius: 50%;
    animation: wcspin 0.7s linear infinite;
}
  
@keyframes wcspin {
    to{ transform: rotate(360deg); }
}






/* Benefits */

.home-benefits-main {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F1F1F1;
}

.home-benefits-main-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 144px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 64px;
    color: #005686;    
}

.home-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.home-benefits-item {
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.home-benefits-item img {
    width: 80px;
    height: 80px;
}

.home-benefits-item-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    margin: 0;
}

.home-benefits-item-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
}

@media (max-width: 1024px) {

    .home-benefits-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-benefits-main-title {
        font-size: 100px;
    }

    .home-benefits-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {

    .home-benefits-main {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .home-benefits-main-title {
        font-size: 80px;
        line-height: 120%;
        margin-bottom: 32px;
    }

    .home-benefits-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}