.products{display:flex;flex-direction:column;gap:24px}.products__list{display:grid;gap:24px;grid-template-columns:1fr 1fr}.products__list--tile{grid-template-columns:1fr 1fr}.products__list--column{grid-template-columns:repeat(4, 1fr)}.products__list--row{grid-template-columns:1fr}.products__controls{display:flex;align-self:flex-start;margin-left:auto;gap:24px;font-family:var(--third-family);font-weight:400;font-size:28px;line-height:108%;color:var(--gray)}.products__control{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--gray);transition:color 300ms}.products__control:hover{color:var(--banana)}.products__control--selected{color:var(--banana)}.product-card{display:flex;position:relative}.product-card-medium{border-radius:30px;flex-direction:column;max-height:731px;align-items:center;background-repeat:no-repeat;background-size:cover;height:731px;overflow:hidden}.product-card-medium__brand{margin-bottom:17px}.product-card-medium__content{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;opacity:1;transition:opacity 600ms ease-in-out;padding:27px 40px;display:flex;flex-direction:column}.product-card-medium__bottom{flex-shrink:0;max-height:0;z-index:2;width:100%;bottom:0;margin-top:auto;position:relative;background:var(--black);padding:24px 40px;transition:max-height 800ms ease-in-out,opacity 600ms ease-in-out;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto auto;opacity:0;overflow:hidden;gap:16px 120px}.product-card-medium__video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 600ms ease-in-out;z-index:1}.product-card-medium .product-card__image{margin:auto;max-width:82%;max-height:90%;align-self:center;justify-self:center}.product-card-medium .product-card__image img{height:100%}.product-card-medium.has-video:hover .product-card-medium__video{opacity:1}.product-card-medium:hover .product-card-medium__bottom{max-height:300px;opacity:1}.product-card-medium .product-attribute,.product-card-small .product-attribute{display:flex;align-items:center;gap:25px;font-family:var(--second-family);height:fit-content;color:var(--white)}.product-card-medium .product-attribute svg,.product-card-small .product-attribute svg{color:var(--banana);flex-shrink:0}.product-card-medium .product-attribute__name,.product-card-small .product-attribute__name{font-weight:600;font-size:20px;margin-bottom:4px}.product-card-medium .product-attribute__value,.product-card-small .product-attribute__value{font-weight:400;font-size:18px}.product-card-medium .product-card__head,.product-card-small .product-card__head{display:flex;width:100%;justify-content:space-between;align-items:center;flex-shrink:0;z-index:1}.product-card-medium .product-card__head div:last-child,.product-card-small .product-card__head div:last-child{padding:8.46px 8.46px 7.81px 7.81px;border-radius:100%;background:var(--banana);display:flex;align-items:center;color:var(--black);justify-content:center;align-self:flex-start}.product-card-medium .product-brand,.product-card-small .product-brand{font-family:var(--font4);font-weight:400;font-size:32px;color:var(--black);background:var(--banana);border-radius:30px;padding:4px 24px}.product-card-small{display:flex;flex-direction:column;border-radius:30px;overflow:hidden}.product-card-small__content{background-size:cover;background-repeat:no-repeat;padding:24px 18px;display:flex;flex-direction:column;height:481px;gap:45px;flex-shrink:0;position:relative}.product-card-small__video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 600ms ease-in-out;z-index:1;position:absolute;top:0;left:0;bottom:0;right:0}.product-card-small__bottom{height:100%;display:flex;flex-direction:column;gap:12px;padding:24px 18px;background:linear-gradient(180deg, #1d1d1d 18.25%)}.product-card-small .product-card__image{margin:auto;max-width:82%;max-height:72%;align-self:center;justify-self:center}.product-card-small .product-card__image img{height:100%}.product-card-small .product-card-small__head{z-index:1}.product-card-small.has-video:hover .product-card-small__video{opacity:1}.product-card-large{display:flex;align-items:center;justify-content:space-between;border-radius:37px;background:linear-gradient(180deg, #1d1d1d 18.25%);position:relative;overflow:hidden;padding:68px 81px}.product-card-large__left{z-index:3;max-width:679px}.product-card-large__right{z-index:3;align-self:center;margin-left:auto}.product-card-large:before{content:"";position:absolute;top:0;left:0;bottom:-6px;width:100%;height:100%;z-index:1;background-image:url("../../assets/img/single-product/single-product-bg.svg");background-size:cover;background-repeat:no-repeat}.product-card-large:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;background-image:url("../../assets/img/single-product/single-product-line.svg");background-size:cover;height:22px;background-repeat:no-repeat}.product-card-large .preview__gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.product-card-large .preview__gradient::before,.product-card-large .preview__gradient::after{width:773px;height:773px;position:absolute;content:"";background-size:contain;background-repeat:no-repeat;background-position:center center}.product-card-large .preview__gradient::before{background-image:url("../../assets/img/single-product/single-product-gradient1.svg");bottom:-200px;left:calc(50% - 386.5px)}.product-card-large .preview__gradient::after{background-image:url("../../assets/img/single-product/single-product-gradient2.svg");top:-225px;right:-200px}.product-card-large .product-title h1{font-family:var(--font-family);font-weight:400;font-size:96px;color:var(--white)}.product-card-large .product-description{margin-top:4px;font-family:var(--second-family);font-weight:200;font-size:24px}.product-card-large .product-purchase{margin-top:204px}.product-card-large .product-attributes li{list-style:none;font-family:var(--second-family);font-weight:200;margin-left:0;display:flex;gap:12px;align-items:center}.product-card-large .product-attributes li:before{content:"";display:block;border-radius:50%;width:10px;height:10px;background-color:var(--banana)}.product-card-large .product-attributes{margin-top:16px;display:flex;gap:24px}.product-card-large .product-price{font-family:var(--second-family);font-weight:700;font-size:40px;color:var(--white)}.product-card-large .product-price span{font-size:20px}.product-card-large .product-credit{font-family:var(--second-family);font-weight:200;font-size:16px;color:var(---white)}.product-card-large .buttons{margin-top:36px;display:flex;align-items:center;gap:24px;font-size:20px;margin-bottom:40px;--br: 25px}.product-card-large .buttons .button-to-cart{--bg: var(--banana);--cl: var(--black);--bs: 1px;--border: var(--bs) solid var(--banana, transparent);background:var(--bg);border:var(--border);font-family:var(--font-family);font-weight:400;color:var(--cl);border-radius:var(--br);padding:12px 30px;position:relative}.product-card-large .buttons .button-buy{--bg: transparent;--cl: var(--banana);--bs: 1px;--border: var(--bs) solid var(--banana, transparent);font-family:var(--font-family);font-weight:400;color:var(--cl);border:var(--border);border-radius:var(--br);padding:12px 30px;background:var(--bg);position:relative}.product-card-large .product-images{width:100%;display:flex;align-items:center;gap:15px;overflow:hidden;position:relative}.product-card-large .product-images .swiper{max-width:516px;flex:1;margin:0}.product-card-large .product-images .control{display:flex;align-items:center;justify-content:center;border:1px solid var(--white);background:rgba(0,0,0,0);padding:14px 9px;border-radius:50%;z-index:1;flex-shrink:0;transition:all 300ms}.product-card-large .product-images .control:hover{background:var(--white);color:var(--black)}.product-card-large .product-images .prev{transform:rotate(180deg)}.product-card-large .product-purchase--mobile{display:none}.product-card-large video,.product-card-small video,.product-card-medium video{-webkit-playsinline:true}@media(max-width: 1845px){.product-card-small .product-brand{font-size:22px}}@media(max-width: 1600px){.product-card-large{padding:30px 30px}}@media(max-width: 1440px){.product-card-large{padding:30px 30px}.product-card-large .product-images .swiper{max-width:400px}.product-card-large .product-attributes{flex-wrap:wrap}.product-card-large .product-title h1{font-size:50px}.product-card-large .product-purchase{margin-top:180px}.product-card-large .product-price{font-size:30px}.product-card-large .buttons{font-size:18px}.product-card-large .product-title{font-size:45px}.product-card-large .product-description{font-size:20px}.product-card-medium{height:600px}.product-card-medium .product-brand{font-size:28px}.product-card-medium .product-attribute{gap:18px}.product-card-medium__bottom{gap:16px 40px}.product-card-medium .product-attribute__name{font-size:18px}.product-card-medium .product-attribute__value{font-size:16px}.products__list--column{grid-template-columns:1fr 1fr 1fr}}@media(max-width: 1080px){.product-card-medium{height:500px}.product-card-medium .product-brand{font-size:24px}.product-card-medium__content{padding:27px 25px}.product-card-medium__bottom{gap:16px 16px;padding:27px 25px}.product-card-medium .product-attribute__name{font-size:16px}.product-card-medium .product-attribute__value{font-size:14px}.products__list--column{grid-template-columns:1fr 1fr}.product-card-large .product-purchase{margin-top:100px}.product-card-large .product-images .swiper{max-width:350px}.product-card-large .buttons{gap:20px}.product-card-large .buttons .button-to-cart,.product-card-large .buttons .button-buy{padding:12px 15px}}@media(max-width: 980px){.products__controls{font-size:20px;align-items:center}.product-card-medium{height:550px}.product-card-medium .product-attribute svg{width:35px}.products__list--tile{grid-template-columns:1fr}.product-card-large{flex-direction:column}.product-card-large .product-purchase--desktop{display:none}.product-card-large .product-purchase--mobile{display:flex;flex-direction:column;margin-top:36px;align-items:center;margin-bottom:30px;z-index:3}.product-card-large .product-images .swiper{max-width:400px}.product-card-large__left{max-width:100%;margin-bottom:36px}.product-card-large__right{margin-left:0}.product-card-large .product-title h1{text-align:center}.product-card-large .product-attributes{justify-content:center}.product-card-large .product-description{text-align:center}.product-card-large .buttons{margin-bottom:0}}@media(max-width: 768px){.products__controls{font-size:18px;gap:10px}.products__controls svg{width:30px}.product-card-medium .product-brand{font-size:20px}.product-card-large .product-images .swiper{max-width:420px}.product-card-large::after{height:17px}.product-card-small,.product-card-large,.product-card-medium{border-radius:18px}}@media(max-width: 640px){.products__list--column{grid-template-columns:1fr}.product-card-large .product-title h1{font-size:24px}.product-card-large .product-description{font-size:14px}.product-card-large .product-images .swiper{max-width:300px}.product-card-large .product-attributes{gap:12px}.product-card-large .product-images .control{padding:9px 8px}.product-card-large .product-images .control svg{width:20px}.product-card-large .product-purchase--mobile{width:100%}.product-card-large .product-purchase--mobile .buttons{width:100%;flex-direction:column}.product-card-large .product-purchase--mobile .buttons .button-to-cart,.product-card-large .product-purchase--mobile .buttons .button-buy{width:100%;text-align:center}}@media(max-width: 470px){.product-card-large .product-images{gap:5px}.product-card-large .product-images .swiper{max-width:250px}}@media(max-width: 420px){.product-card-medium__content{padding:27px 15px}.product-card-medium .product-brand{font-size:18px}.product-card-medium__bottom{grid-template-columns:1fr;padding:27px 15px}}@media(max-width: 370px){.product-card-large .product-images .swiper{max-width:220px}}
