.featured-products-section{padding-top:60px;background-color:var(--bg-color-top)}.featured-products{overflow:hidden}.collection-range{overflow:hidden;position:relative}.collection-range__bg{position:absolute;width:250%;aspect-ratio:1;border-radius:0;background-color:var(--bg-color-bottom);left:50%;transform:translate(-50%)}.collection-range__content{position:relative;padding:40px 0}.collection-range__title{color:var(--title-color);text-align:center;font-size:28px;font-weight:700;margin:0}.swiper{width:100%;height:100%;overflow:unset}.collection-range__swiper .swiper-wrapper{padding:30px 0 32px 20px}.collection-range__swiper .swiper-scrollbar,.collection-range__swiper .swiper-scrollbar-drag{border-radius:5px}.collection-range__swiper .swiper-scrollbar{transform:scaleX(.5);background-color:#fff;height:5px}.collection-range__swiper .swiper-scrollbar-drag{background-color:var(--title-color)}.range-item{display:flex;align-items:center;justify-items:center;flex-direction:column;gap:10px}.range-item .range-item__image{display:block!important;width:106px;height:106px;background-position:center;background-size:cover;border:solid 2px #fff;border-radius:50%}.range-item .range-item__title{color:var(--title-color);font-weight:700;font-size:18px}.collection-range__text{display:flex;flex-direction:column;gap:32px;margin-bottom:80px}.collection-range__text .text-moving__item{color:var(--title-color)}div:empty{display:block}.featured-products__title{font-size:40px;color:var(--title-color);text-align:center}.featured-products__content{display:flex;flex-direction:column-reverse}.featured-products__content>div:first-child{flex:1}.featured-products__scroll{display:flex;justify-content:center;align-items:center;position:relative;flex-direction:row;gap:8px}.featured-products__scroll-list{display:flex;flex-direction:row;overflow:hidden;position:relative;background-color:var(--button-outline-color);width:205px;height:3px;border:5px}.featured-products__scroll-list>div{flex:1}.featured-products__scroll-list>div.active{background-color:var(--title-color);border-radius:7px}.featured-products__scroll #scroll-next-btn,.circular-actions #circular-next-btn{transform:rotate(90deg);padding:0}.featured-products__scroll #scroll-prev-btn,.circular-actions #circular-prev-btn{transform:rotate(-90deg);padding:0}.featured-products__scroll button svg,.circular-actions button svg{width:24px;height:14px}.featured-products__scroll svg path,.circular-actions svg path{stroke:var(--button-outline-color, #f7c1d8);stroke-width:5px}.circular-actions svg path{stroke:var(--title-color, #f7c1d8)}.products-content{display:flex;flex-direction:column}.products__images{margin-top:190px;display:flex;position:relative;z-index:1}.products__images .circular-actions{display:flex;justify-content:space-between;position:absolute;z-index:2;top:45%;left:50%;transform:translate(-50%);height:60%;width:100%;align-items:start;background-color:var(--bg-color-bottom);padding:0 6px}.circular-actions button,.featured-products__scroll button{border:none;background-color:inherit;cursor:pointer}.product-slider__bg{background-color:var(--bg-color-bottom);z-index:0;margin-top:calc(var(--circle-width) * -.6);height:500px}.product-slider__details{width:82%;margin:-500px auto 0;display:flex;align-items:center;text-align:center;padding-bottom:16px;background-color:var(--bg-color-bottom);z-index:2}.product-slider__details-title{color:var(--title-color);font-weight:700;font-size:28px;margin:0}.product-slider__details-description{margin-top:16px;font-size:12px}.product-slider__details-btn{width:216px;height:53px;border-radius:62px;color:var(--title-color);border:solid 1px var(--title-color);text-decoration:none;display:inline-block;font-weight:700;display:flex;justify-content:center;align-items:center;font-size:19px;position:relative;box-shadow:3px 3px 0 var(--title-color);margin:24px auto 0}.swiper-circular{width:100%;position:relative}.swiper-circular-wrapper{position:relative;width:var(--circle-width);aspect-ratio:1;border-radius:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.swiper-circular-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--bg-color-bottom);opacity:1;border-radius:100%}.swiper-circular-content{height:100%;transform:rotate(-90deg)}.product-slide-item>div{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.swiper-circular-content .product-slide-item>div img{height:100%;transform:rotate(90deg)}.product-slide-item,.circles>div{position:absolute;width:76px;height:76px;top:50%;left:50%;display:flex;justify-content:center;align-items:center;transition:all .6s linear;border-radius:50%;overflow:hidden}.product-slide-item{opacity:0}.circles>div{background-color:#fcf6f599}.circles>div:first-child{transform:translate(-50%,-50%) rotate(-90deg) translate(calc(var(--circle-width) / 2)) rotate(90deg);width:195px;height:195px}.circles>div:nth-child(2){transform:translate(-50%,-50%) rotate(-135deg) translate(calc(var(--circle-width) / 2)) rotate(135deg)}.circles>div:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg) translate(calc(var(--circle-width) / 2)) rotate(45deg)}.product-slide-item.active{transform:translate(-50%,-50%) rotate(var(--current-deg-for-next)) translate(calc(var(--circle-width) / 2)) rotate(calc(var(--current-deg-for-next) * -1));opacity:1}.product-slide-item.active{height:195px;width:195px}.product-slide-item.active>div{width:100%;height:100%}@media (min-width: 768px){.featured-products-section{padding-top:90px}.featured-products{padding-bottom:120px}.featured-products__title{font-size:68px}.featured-products__content{flex-direction:row}.featured-products__scroll{flex-direction:column;gap:16px;width:180px}.featured-products__scroll-list{flex-direction:column;min-height:300px;width:300px;gap:16px;width:7px;height:80%;border-radius:7px}.featured-products__scroll #scroll-prev-btn,.circular-actions #circular-prev-btn{transform:rotate(0)}.featured-products__scroll #scroll-next-btn,.circular-actions #circular-next-btn{transform:rotateX(180deg)}.featured-products__scroll button svg,.circular-actions button svg{width:53px;height:30px}.featured-products__scroll svg path,.circular-actions svg path{stroke-width:3px;stroke:var(--button-outline-color, #f7c1d8)}.products-content{flex-direction:row}.products__images .circular-actions{height:100%;width:60px;flex-direction:column;right:-50px;top:0;left:revert;transform:revert;background-color:revert;padding:0}.products__images{margin-top:50px}.swiper-circular-wrapper{width:600px;left:-20%;top:unset;transform:unset}.swiper-circular-wrapper:before{opacity:.4}.swiper-circular-content{transform:rotate(0)}.swiper-circular-content .product-slide-item>div img{transform:rotate(0)}.product-slide-item,.circles>div{width:165px;height:165px;transform:translate(-50%,-50%) rotate(-180deg) translate(300px) rotate(180deg)}.circles>div:first-child{transform:translate(-50%,-50%) rotate(0) translate(300px) rotate(0);width:380px;height:380px}.circles>div:nth-child(2){transform:translate(-50%,-50%) rotate(-90deg) translate(300px) rotate(90deg)}.circles>div:nth-child(3){transform:translate(-50%,-50%) rotate(-270deg) translate(300px) rotate(270deg)}.product-slide-item.active{height:380px;width:380px}.product-slider__details{margin-left:150px;text-align:left;background-color:inherit;margin-top:0;padding:12px}.product-slider__details-title{font-size:45px}.product-slider__details-description{margin-top:18px;font-size:22px}.product-slider__details-btn{margin-top:40px;margin-left:0}.collection-range__bg{border-radius:50%}.collection-range__content{padding:120px 0}.swiper{width:75%}.collection-range__title{font-size:45px}.collection-range__swiper .swiper-wrapper{padding:80px 0 68px}.collection-range__swiper .swiper-scrollbar,.collection-range__swiper .swiper-scrollbar-drag{border-radius:7px}.collection-range__swiper .swiper-scrollbar{transform:scaleX(.4);background-color:#fff;height:7px}.range-item{gap:28px}.range-item .range-item__image{width:180px;height:180px}.range-item .range-item__title{font-size:28px}.collection-range__text{display:flex;flex-direction:column;gap:60px;margin-bottom:120px}}@media (min-width: 1280px){.range-item .range-item__image{width:286px;height:286px}.range-item .range-item__title{font-size:32px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/featured-products.css.map */
