.m-rotated-products{position:relative;overflow:hidden}.m-rotated-products__wrapper{display:flex;flex-direction:row;height:var(--section-height, 100vh);min-height:var(--section-height, 100vh);border-radius:var(--blocks-radius, 16px);overflow:hidden;width:100%;justify-content:space-between}@media screen and (max-width:991px){.m-rotated-products__wrapper{flex-direction:column;height:auto;min-height:550px}}.m-rotated-products__left{display:flex;flex-direction:column;justify-content:space-between;padding:70px 54px 60px;z-index:2;position:relative;flex:0 0 780px;width:780px;max-width:100%}.m-rotated-products__header-top{margin-bottom:30px;text-align:right}.m-rotated-products__description{font-weight:300;font-size:20px;line-height:1.1;letter-spacing:-1%;text-align:right;margin-bottom:26px;max-width:540px;margin-left:auto}.m-rotated-products__header-bottom{margin-top:40px}.m-rotated-products__heading{font-weight:300;font-size:48px;line-height:1.16;letter-spacing:-1%}.m-rotated-products__right{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:100px;padding:40px 90px;height:100%;min-height:100%;flex:1 1 1130px;max-width:1130px;width:100%;box-shadow:-4px 6px 20px #00000040}.m-rotated-products__col{flex:0 0 340px;width:340px;max-width:100%;display:flex;flex-direction:column;gap:40px;padding-bottom:40px;position:relative;will-change:transform;height:max-content}.m-rotated-products__col--up{animation:rotatedProductsMarqueeUp var(--marquee-speed, 25s) linear infinite}.m-rotated-products__col--down{animation:rotatedProductsMarqueeDown var(--marquee-speed, 25s) linear infinite}.m-rotated-products__right:hover .m-rotated-products__col{animation-play-state:paused}@keyframes rotatedProductsMarqueeUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes rotatedProductsMarqueeDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.m-rotated-products__card{display:block;background:#f8f5f2;border-radius:11px;padding:0;cursor:pointer;width:340px;max-width:100%;overflow:hidden;transition:all .3s ease-in-out}.m-rotated-products__col:nth-child(1) .m-rotated-products__card:nth-child(odd){transform:rotate(-6deg)}.m-rotated-products__col:nth-child(1) .m-rotated-products__card:nth-child(2n){transform:rotate(6deg)}.m-rotated-products__col:nth-child(2) .m-rotated-products__card:nth-child(odd){transform:rotate(6deg)}.m-rotated-products__col:nth-child(2) .m-rotated-products__card:nth-child(2n){transform:rotate(-6deg)}.m-rotated-products__card:hover{transform:rotate(0) scale(1.05) translateZ(0)!important}.m-rotated-products__card-image-wrap{position:relative;aspect-ratio:4 / 5;width:100%}.m-rotated-products__card-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.m-rotated-products__wishlist-wrapper{position:absolute;top:15px;right:15px;z-index:3}.m-rotated-products__wishlist-btn{background:transparent!important;box-shadow:none!important;width:25px!important;height:25px!important;padding:0!important;display:flex;align-items:center;justify-content:center}.m-rotated-products__wishlist-btn:hover{background:transparent!important;transform:scale(1.1)}.m-rotated-products__wishlist-btn .m-tooltip__content{display:none!important}.m-rotated-products__card-info{padding:8px 12px;display:flex;justify-content:space-between;align-items:flex-end}.m-rotated-products__card-text{display:flex;flex-direction:column;gap:4px;width:100%;max-width:100%}.m-rotated-products__card-title{font-weight:400;font-size:14px;line-height:1.4;letter-spacing:0;text-transform:uppercase;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.m-rotated-products__card-title_wrapper{display:flex;align-items:center;justify-content:space-between;gap:10px}.m-rotated-products__card-price{font-weight:300;font-size:16px;line-height:1.8;letter-spacing:0;text-transform:uppercase}.m-rotated-products__card-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#333;transition:transform .3s ease}.m-rotated-products__card:hover .m-rotated-products__card-arrow{transform:translate(4px)}@media(max-width:1880px){.m-rotated-products__left{padding:70px 50px 60px}}@media(max-width:1750px){.m-rotated-products__left{flex:0 0 700px;width:700px}}@media(max-width:1660px){.m-rotated-products__card{width:300px}.m-rotated-products__right{gap:80px}.m-rotated-products__col{flex:0 0 300px;width:300px}.m-rotated-products__heading{font-size:46px}}@media(max-width:1580px){.m-rotated-products__left{flex:0 0 650px;width:650px}.m-rotated-products__card{width:270px}.m-rotated-products__card-price,.m-rotated-products__card-title{font-size:13px;line-height:1.3}.m-rotated-products__heading{font-size:46px}.m-rotated-products__right{gap:60px;padding:40px 70px;flex:auto;max-width:940px}}@media(max-width:1440px){.m-rotated-products__left{flex:0 0 550px;width:550px;padding:60px 50px}.m-rotated-products__col svg{width:25px;height:25px;min-width:25px}}@media(max-width:1366px){.m-rotated-products__heading{font-size:44px}.m-rotated-products__right{gap:40px;padding:30px 60px}}@media(max-width:1279px){.m-rotated-products__left{flex:0 0 450px;width:450px;padding:50px 15px}.m-rotated-products__heading{font-size:40px}.m-rotated-products__card{width:240px}.m-rotated-products__col{flex:0 0 240px;width:240px;gap:35px}.m-rotated-products__col svg{width:20px;height:20px;min-width:20px}}@media(max-width:1120px){.m-rotated-products__heading{font-size:36px}.m-rotated-products__description{font-size:16px;margin-bottom:20px}.m-rotated-products__card-price,.m-rotated-products__card-title{font-size:12px;line-height:1.2}.m-rotated-products__right{gap:30px;padding:30px 40px}}@media(max-width:1080px){.m-rotated-products__wrapper{flex-direction:column;height:100vh}.m-rotated-products__left{flex:auto;width:100%;padding:50px 15px}.m-rotated-products__right{gap:60px;padding:40px 100px;flex:auto;max-width:100%}}@media(max-width:889px){.m-rotated-products__right{gap:30px;padding:40px 60px}}@media(max-width:767px){.m-rotated-products__heading{font-size:32px}.m-rotated-products__description{font-size:16px;margin-bottom:18px}.m-rotated-products__right{gap:30px;padding:40px}}@media(max-width:640px){.m-rotated-products__card{width:200px}.m-rotated-products__col{flex:0 0 200px;width:200px;gap:35px}.m-rotated-products__col svg{width:16px;height:16px;min-width:16px}}@media(max-width:580px){.m-rotated-products__heading{font-size:28px}.m-rotated-products__description{font-size:14px;margin-bottom:20px}.m-rotated-products__left{padding:40px 15px}}@media(max-width:490px){.m-rotated-products__col.m-rotated-products__col--down{display:none!important;width:0!important;flex:0!important}.m-rotated-products__right{justify-content:center}.m-rotated-products__card{width:250px}.m-rotated-products__col{flex:0 0 250px;width:250px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/rotated-products-slider.css.map */
