.product-reasons{width:100%;background:var(--light-bg-color);color:var(--dark-text)}.product-reasons__inner{width:100%;max-width:1400px;margin:0 auto;padding:88px 110px 96px;box-sizing:border-box}.product-reasons__header{margin-bottom:38px}.product-reasons__sub-heading{margin:0 0 12px;color:var(--accent-color);font-size:11px;line-height:1.2;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.product-reasons__heading{max-width:800px;margin:0;color:var(--dark-text);font-family:"DM Serif Display",serif!important;font-size:64px;line-height:.98;font-weight:400;letter-spacing:-.02em}.product-reasons__carousel{position:relative}.product-reasons__timeline{display:flex;align-items:center;gap:34px;margin-bottom:34px}.product-reasons__timeline-main{flex:1;min-width:0}.product-reasons__timeline-track{position:relative;width:100%;height:24px}.product-reasons__timeline-track:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:color-mix(in srgb,var(--dark-border-color) 18%,transparent);transform:translateY(-50%)}.product-reasons__timeline-fill{position:absolute;z-index:1;top:50%;left:0;width:0;height:2px;background:var(--accent-color);transform:translateY(-50%);transition:width .12s ease-out;will-change:width}.product-reasons__timeline-points{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.product-reasons__timeline-point{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:var(--light-bg-color);cursor:pointer;pointer-events:auto}.product-reasons__timeline-dot{display:block;width:7px;height:7px;border-radius:50%;background:color-mix(in srgb,var(--dark-text) 28%,transparent);transition:width .25s ease,height .25s ease,background .25s ease,box-shadow .25s ease}.product-reasons__timeline-point.is-active .product-reasons__timeline-dot{width:10px;height:10px;background:var(--accent-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent-color) 14%,transparent)}.product-reasons__timeline-point:hover .product-reasons__timeline-dot{transform:scale(1.15)}.product-reasons__navigation{display:flex;align-items:center;gap:8px;flex:0 0 auto}.product-reasons__nav{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1px solid color-mix(in srgb,var(--dark-border-color) 18%,transparent);border-radius:50%;background:transparent;color:var(--dark-text);cursor:pointer;overflow:hidden;transition:color .3s ease,border-color .3s ease,opacity .3s ease}.product-reasons__nav:before{content:"";position:absolute;top:50%;right:50%;bottom:50%;left:50%;border-radius:50%;background:var(--accent-color);transition:inset .3s ease}.product-reasons__nav:hover:not(:disabled):before{top:0;right:0;bottom:0;left:0}.product-reasons__nav svg{position:relative;z-index:1;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.product-reasons__nav--prev:hover:not(:disabled) svg{transform:translate(-2px)}.product-reasons__nav--next:hover:not(:disabled) svg{transform:translate(2px)}.product-reasons__nav:disabled{opacity:.25;cursor:default}.product-reasons__grid{display:flex;gap:18px;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none}.product-reasons__grid::-webkit-scrollbar{display:none}.product-reasons__grid.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.product-reasons__item{position:relative;flex:0 0 calc((100% - 54px) / 3.5);min-width:0;min-height:270px;display:flex;flex-direction:column;justify-content:space-between;padding:28px 28px 30px;border:1px solid color-mix(in srgb,var(--dark-border-color) 14%,transparent);background:color-mix(in srgb,var(--dark-text) 2%,transparent);box-sizing:border-box;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:normal;transition:transform .35s ease,background .35s ease,border-color .35s ease}.product-reasons__item:after{content:"";position:absolute;right:-55px;bottom:-55px;width:110px;height:110px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent-color) 28%,transparent);transition:width .4s ease,height .4s ease,right .4s ease,bottom .4s ease}.product-reasons__item:hover:after{width:140px;height:140px;right:-60px;bottom:-60px}.product-reasons__item-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:48px}.product-reasons__number{margin:0;color:var(--dark-text);opacity:.15;font-family:"DM Serif Display",serif!important;font-size:54px;line-height:.9;font-weight:400;letter-spacing:-.04em;transition:opacity .35s ease,color .35s ease,transform .35s ease}.product-reasons__item:hover .product-reasons__number{color:var(--accent-color);opacity:1;transform:translateY(-2px)}.product-reasons__corner{position:relative;width:28px;height:28px}.product-reasons__corner:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:color-mix(in srgb,var(--dark-text) 30%,transparent)}.product-reasons__corner:after{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:color-mix(in srgb,var(--dark-text) 30%,transparent)}.product-reasons__corner span{position:absolute;z-index:1;top:50%;left:50%;width:5px;height:5px;border-radius:50%;background:var(--accent-color);transform:translate(-50%,-50%)}.product-reasons__item-content{position:relative;z-index:2;margin-top:auto}.product-reasons__item-title{margin:0 0 12px;color:var(--dark-text);font-size:18px;line-height:1.35;font-weight:700}.product-reasons__item-description{max-width:320px;color:var(--dark-text);font-size:16px;line-height:1.7;font-weight:400}@media screen and (max-width:989px){.product-reasons__inner{padding:72px 40px 78px}.product-reasons__header{margin-bottom:34px}.product-reasons__heading{max-width:580px;font-size:58px}.product-reasons__timeline{margin-bottom:30px}.product-reasons__item{flex-basis:48%;min-height:260px;padding:26px 26px 28px}.product-reasons__item-title{font-size:18px}.product-reasons__item-description{font-size:16px}}@media screen and (max-width:749px){.product-reasons__inner{padding:58px 22px 64px}.product-reasons__header{margin-bottom:30px}.product-reasons__sub-heading{margin-bottom:10px;font-size:10px}.product-reasons__heading{max-width:100%;font-size:48px;line-height:.98}.product-reasons__timeline{gap:18px;margin-bottom:26px}.product-reasons__timeline-track{height:22px}.product-reasons__timeline-point{width:20px;height:22px}.product-reasons__timeline-dot{width:6px;height:6px}.product-reasons__timeline-point.is-active .product-reasons__timeline-dot{width:9px;height:9px}.product-reasons__navigation{gap:6px}.product-reasons__nav{width:40px;height:40px}.product-reasons__nav svg{width:15px;height:15px}.product-reasons__grid{gap:14px;scroll-snap-type:x proximity}.product-reasons__item{flex-basis:84%;min-height:250px;padding:24px 22px 26px}.product-reasons__item-top{margin-bottom:40px}.product-reasons__number{font-size:46px}.product-reasons__item-title{margin-bottom:10px;font-size:17px}.product-reasons__item-description{max-width:100%;font-size:15px;line-height:1.7}}@media screen and (max-width:480px){.product-reasons__inner{padding-left:18px;padding-right:18px}.product-reasons__heading{font-size:44px}.product-reasons__timeline{gap:14px}.product-reasons__nav{width:36px;height:36px}.product-reasons__item{flex-basis:88%}.product-reasons__item-title{font-size:17px}.product-reasons__item-description{font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/product-reasons.css.map */
