.product-header{display:flex;flex-direction:row}@media only screen and (max-width:991px){.product-header{flex-direction:column}}.product-header__gallery{background-color:var(--dark-background);width:50%}@media only screen and (max-width:991px){.product-header__gallery{width:100%}}.product-header__img{background-position:50%;background-repeat:no-repeat;background-size:cover;display:none;height:710px;width:100%}.product-header__img--active{display:block}@media only screen and (max-width:1199px){.product-header__img{height:550px}}@media only screen and (max-width:991px){.product-header__img{display:none!important}}.product-header__swiper-wrapper{margin:50px auto;position:relative;width:60%}@media only screen and (max-width:1929px){.product-header__swiper-wrapper{width:80%}}@media only screen and (max-width:991px){.product-header__swiper-wrapper{margin:0;width:100%}}.product-header__swiper-slide:hover{cursor:pointer}.product-header__swiper-slide--active:before{border:2px solid var(--input-border);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:991px){.product-header__swiper-slide:before{display:none!important}}.product-header__swiper-arrow{background-color:var(--primary);border-radius:3px;cursor:pointer;padding:25px;position:absolute;top:50%;transition:color .2s ease,background-color .2s ease,border-color .2s ease;z-index:1}@media only screen and (max-width:991px){.product-header__swiper-arrow{border-radius:30px;bottom:25px;padding:15px;top:unset}}.product-header__swiper-arrow--left{left:0;transform:translate(-50%,-50%)}@media only screen and (max-width:991px){.product-header__swiper-arrow--left{left:30px;transform:unset}}.product-header__swiper-arrow--right{right:0;transform:translate(50%,-50%)}@media only screen and (max-width:991px){.product-header__swiper-arrow--right{right:30px;transform:unset}}.product-header__swiper-arrow:hover{background-color:var(--secondary)}.product-header__swiper-arrow svg{color:var(--white);width:12px}.product-header__swiper-img{aspect-ratio:4/3;background-color:var(--secondary);background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (max-width:575px){.product-header__swiper-img{aspect-ratio:390/450}}.product-header__swiper-img--desktop{display:block}@media only screen and (max-width:991px){.product-header__swiper-img--desktop{display:none}}.product-header__swiper-img--mobile{display:none}@media only screen and (max-width:991px){.product-header__swiper-img--mobile{display:block}}.product-header__content{display:flex;flex:1 1 50%;flex-direction:column;gap:25px;padding:100px 170px}@media only screen and (max-width:1929px){.product-header__content{padding:100px 120px}}@media only screen and (max-width:1399px){.product-header__content{padding:80px}}@media only screen and (max-width:1199px){.product-header__content{padding:60px}}@media only screen and (max-width:991px){.product-header__content{padding:60px 2rem 80px}}@media only screen and (max-width:575px){.product-header__content{gap:20px;padding-bottom:60px;padding-top:40px}}.product-header__info{display:flex;flex-direction:column;gap:60px}@media only screen and (max-width:1399px){.product-header__info{gap:50px}}@media only screen and (max-width:1199px){.product-header__info{gap:40px}}@media only screen and (max-width:767px){.product-header__info{gap:30px}}.product-header__title{color:var(--black);font-family:var(--font-headings);font-size:33px;font-weight:400;letter-spacing:.28125rem;margin:0;position:relative;text-transform:uppercase}@media screen and (min-width:360px){.product-header__title{font-size:calc(29px + 1.11111vw)}}@media screen and (min-width:1440px){.product-header__title{font-size:45px}}@media only screen and (max-width:575px){.product-header__title{letter-spacing:.14375rem}}.product-header__description{color:var(--dark-text);font-family:var(--font-text);font-size:14px;font-weight:500;letter-spacing:.05625rem}@media screen and (min-width:360px){.product-header__description{font-size:calc(12.66667px + .37037vw)}}@media screen and (min-width:1440px){.product-header__description{font-size:18px}}.product-header__description strong{font-weight:600}.product-header__description p{margin:0}@media only screen and (max-width:991px){.product-header__description{margin-bottom:10px}}.product-header__properties{display:flex;flex-direction:column;gap:25px}@media only screen and (max-width:767px){.product-header__properties{gap:20px;margin-bottom:10px}}.product-header__property:not(:last-of-type){border-bottom:1px solid #d8d8d8;padding-bottom:25px}@media only screen and (max-width:767px){.product-header__property:not(:last-of-type){padding-bottom:16px}}.product-header__label{color:var(--black);font-family:var(--font-headings);font-size:12px;font-weight:600;letter-spacing:1.5px;margin:0;text-transform:uppercase}@media screen and (min-width:360px){.product-header__label{font-size:calc(11px + .27778vw)}}@media screen and (min-width:1440px){.product-header__label{font-size:15px}}.product-header__value{color:var(--dark-text);font-family:var(--font-headings);font-size:14px;letter-spacing:1.8px}@media screen and (min-width:360px){.product-header__value{font-size:calc(12.66667px + .37037vw)}}@media screen and (min-width:1440px){.product-header__value{font-size:18px}}.product-header__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}@media only screen and (max-width:991px){.product-header__button{width:100%}}.product-header__button--light{border:2px solid var(--secondary)}.product-header .swiper-button-disabled{background-color:var(--gray-text);cursor:not-allowed}