.custom-image-product-card{padding:60px 0}.custom-image-product-card .grid{display:grid;grid-template-columns:40% 60%;align-items:start;gap:40px}.custom-image-product-card .media{position:sticky;top:20px;padding-right:20px}.custom-image-product-card .main-img{width:100%;display:none;border-radius:12px;box-shadow:0 4px 20px #0000001a}.custom-image-product-card .main-img.active{display:block}.custom-image-product-card .thumbnails{display:grid;grid-template-columns:repeat(var(--thumb-cols, 5),1fr);gap:12px;margin-top:20px}.custom-image-product-card .thumb{cursor:pointer;opacity:.7;border:2px solid transparent;border-radius:8px;overflow:hidden;transition:all .3s}.custom-image-product-card .thumb:hover,.custom-image-product-card .thumb.active{opacity:1;border-color:#000}.custom-image-product-card .thumb img{width:100%;aspect-ratio:1;object-fit:cover}.custom-image-product-card .info h1,.custom-image-product-card .info h2{margin:0 0 16px;line-height:1.2}.custom-image-product-card .price del{opacity:.6;margin-right:12px}.custom-image-product-card .price ins{text-decoration:none;color:#e74c3c;font-weight:700}.custom-image-product-card .buttons{margin:30px 0;display:flex;flex-direction:column;gap:12px}.custom-image-product-card .buttons a,.custom-image-product-card .buttons button{display:block;padding:16px 24px;text-align:center;background:#000;color:#fff;border:none;border-radius:8px;font-size:1.1em;cursor:pointer}.custom-image-product-card .trust-badges{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;margin-top:40px}.custom-image-product-card .trust-badges img{height:36px}.newrte{display:flex;border:1px solid #0000001a;padding:12px 16px;margin-bottom:12px;border-radius:12px;background:#fafafa}.newrte a{color:#000;text-decoration:none;font-weight:500}@media (max-width: 960px){.custom-image-product-card .grid{grid-template-columns:1fr}.custom-image-product-card .media{position:relative}.custom-image-product-card .thumbnails{grid-template-columns:repeat(4,1fr)}}.section__anchor-bar-item{position:relative}.anchor-bar-item{position:absolute;width:100%;height:100%;display:block!important;padding-block-start:var(--section-padding-top-mobile, min(4rem, var(--section-padding-top, 0) * .6))}@media (min-width: 768px){.anchor-bar-item{padding-block-start:max(min(var(--section-padding-top, 0),6rem),var(--section-padding-top, 0) * .75)}}@media (min-width: 1280px){.anchor-bar-item{padding-block-start:var(--section-padding-top, 0px)}}.section__anchor-bar{position:sticky;z-index:99;opacity:0;top:calc(var(--header-height) - 1px - var(--anchor-bar-height));transition:all var(--header-duration, .3s) var(--header-easing, ease-in-out);transform:translateY(100%);height:var(--anchor-bar-height)}.is-hide-nav .section__anchor-bar{top:calc(var(--header-height) - var(--header-navigation-height) - 1px - var(--anchor-bar-height))}.anchor-bar{height:100%;width:100%;cursor:default;border-color:#fff3;font-weight:600}.anchor-bar__item a{transition:all var(--duration-default)}@media (hover: hover) and (pointer: fine){.anchor-bar__item a:hover{color:rgb(var(--color-primary))}}.image-scale__wrap{position:sticky;top:calc(var(--header-height) - var(--header-navigation-height));width:100%}.image-scale--height-full{height:calc(100vh - var(--header-height) + var(--header-navigation-height))}.image-scale-content__image img{height:100%;object-fit:cover;object-position:top}.image-scale__content-wrap .animation-item{transform-origin:top center}@media (max-width: 767.98px){.image-scale-content__image img{object-fit:contain;position:static}.image-scale__content-wrap .animation-item{transform:scale(1)!important;position:static}.image-scale--height-full{height:auto}}.text-fly-image__wrap{position:sticky;top:calc(var(--header-height) - var(--header-navigation-height));width:100%}.text-fly-image--height-full{height:calc(100vh - var(--header-height) + var(--header-navigation-height))}.text-fly-image__bg{position:absolute;top:0;right:0;bottom:0;left:0}.text-fly-image__bg .media{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.text-fly-image__content{position:relative;width:100%;height:100%;display:grid;z-index:1}.image-content-overlay--center{place-items:center}.image-content-overlay--top-left{align-content:start;justify-items:start;padding:2rem 1rem}.image-content-overlay--top-right{align-content:start;justify-items:end;padding:2rem 1rem}.image-content-overlay--top-center{align-content:start;justify-items:center;padding:2rem 1rem}.image-content-overlay--bottom-left{align-content:end;justify-items:start;padding:2rem 1rem}.image-content-overlay--bottom-right{align-content:end;justify-items:end;padding:2rem 1rem}.image-content-overlay--bottom-center{align-content:end;justify-items:center;padding:2rem 1rem}.image-content-overlay--center-left{place-content:center start;padding:2rem 1rem}.image-content-overlay--center-right{place-content:center end;padding:0 10%}.text-fly-image__card{padding:5rem;border-radius:20px}.text-fly-image__title{margin:0 0 2rem;font-weight:700;font-size:4.8rem}.text-fly-image__overlay-container{width:24rem;height:6.5rem;margin:0 auto;border-radius:99rem}.text-fly-image__overlay-cover-content{background-color:#00000080}.text-fly-image__overlay-cover-title{font-size:2.6rem;color:#fff}.text-fly-image__overlay-play-icon{cursor:pointer}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:#000c}.video-modal__overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.video-modal__content{position:relative;max-width:90vw;max-height:90vh;background:#000;border-radius:8px;overflow:hidden}.video-modal__close{position:absolute;top:1rem;right:1rem;background:#00000080;color:#fff;border:none;width:4rem;height:4rem;border-radius:50%;font-size:2.4rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.video-modal__close:hover{background:#00000080}.video-modal__video-wrapper{width:100%;height:100%}.video-modal__video-wrapper video{width:100%;height:auto;max-height:80vh}.text-fly-image__wrap .animation-contents{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:3rem}.animation-item-container__left,.animation-item-container__right{width:50%;height:70%}.animation-item-container__right{align-items:end}.text-fly-image__item{background:linear-gradient(90deg,#ffffff1a 0% 50%,#fff0);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);box-shadow:0 0 4px #ffffff50 inset;width:55%;flex-basis:0;flex-grow:1}.text-fly-image__item-left{border-top-right-radius:9999px;border-bottom-right-radius:9999px;padding-left:var(--page-padding)}.text-fly-image__item-right{border-top-left-radius:9999px;border-bottom-left-radius:9999px;padding-left:5%}.text-fly-image__item-header{color:#f50}.text-fly-image__item-title{font-size:3rem;color:inherit;font-weight:600}@media (max-width:1025px){.animation-item-container__left,.animation-item-container__right{height:60%}.text-fly-image__item-title{font-size:2.5rem;text-align:center}.animation-content__icon svg{width:3rem;height:3rem}.text-fly-image__item-description{font-size:1.4rem}}@media (max-width: 768px){.text-fly-image__card{padding:0 5rem}.video-modal__content{max-width:95vw;max-height:95vh}.video-modal__close{width:3.6rem;height:3.6rem;font-size:2rem;top:.5rem;right:.5rem}.text-fly-image__title{font-size:2rem;text-align:center}.text-fly-image__overlay-container{width:10rem;height:3.5rem}.text-fly-image__overlay-cover-title{font-size:1rem}.text-fly-image__overlay-cover-content{gap:0;justify-content:space-evenly}.text-fly-image__overlay-play-icon{width:1.4rem}.text-fly-image__item{width:90%;gap:0}.animation-content__icon svg{width:1.6rem;height:1.6rem}.text-fly-image__item-title{font-size:1.6rem}.text-fly-image__item-description{font-size:1rem}.animation-item-container__left,.animation-item-container__right{width:52%;height:40%}.text-fly-image__item-right{padding-left:10%}}.text-visible-image__wrap{position:sticky;top:calc(var(--header-height) - var(--header-navigation-height));width:100%}.text-visible-image--height-full{height:calc(100vh - var(--header-height) + var(--header-navigation-height))}.text-visible-image__image{border-radius:2rem;overflow:hidden}.text-visible-image__image img{width:67rem}.text-visible-image__heading-image img{width:5rem}.text-visible-image__heading{font-size:4.6rem;color:var(--text-color);line-height:1;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.text-visible-image__paragraph{font-size:2.2rem;line-height:1;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.text-visible-image__wrap .animation-contents__right{max-width:50%}@media (max-width: 767.98px){.text-visible-image__image{border-radius:1.2rem}.text-visible-image__wrap .animation-contents{flex-direction:column}.text-visible-image__wrap .animation-contents__left{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;row-gap:1.2rem}.text-visible-image__heading{font-size:2.4rem;padding:0}.text-visible-image__paragraph{font-size:1.6rem;padding:0}.text-visible-image__heading-image img{width:3rem}}.banner-box__wrap{position:relative;width:100%}.banner-box--height-small{height:36rem}.banner-box--height-medium{height:52rem}.banner-box--height-large{height:62rem}.banner-box__bg{position:absolute;top:0;right:0;bottom:0;left:0}.banner-box__bg .media{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.banner-box__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-overlay, #000);opacity:calc(var(--overlay-alpha, 0) / 100);pointer-events:none}.banner-box__content{position:relative;width:100%;height:100%;display:grid}.content-overlay--center{place-items:center}.content-overlay--top-left{align-content:start;justify-items:start}.content-overlay--top-right{align-content:start;justify-items:end}.content-overlay--bottom-left{align-content:end;justify-items:start}.content-overlay--bottom-right{align-content:end;justify-items:end}.content-overlay--center-left{place-content:center start}.content-overlay--center-right{place-content:center end}.banner-box__card{width:var(--box-width, 40rem);padding:5rem;border-radius:20px;box-shadow:0 8px 24px #0000001f}.banner-box__subtitle{margin-bottom:1rem;font-weight:600;color:rgb(var(--color-subtext))}.banner-box__title{margin:0 0 2rem;font-weight:600}.banner-box__desc{margin:0 0 5rem}@media (max-width: 990px){.banner-box__card{width:calc(var(--box-width) / 1.2)}}@media (max-width: 767.98px){.banner-box--height-small{height:15rem}.banner-box--height-medium{height:20rem}.banner-box--height-large{height:25rem}.banner-box__card{padding:1.2rem;width:calc(var(--box-width) / 2.5);border-radius:1rem}.banner-box__subtitle{margin-bottom:0;font-size:1.8rem}.banner-box__title{margin:0 0 1rem;font-size:1.8rem}.banner-box__desc{margin:0 0 1rem;font-size:1rem}.banner-box__content.content-overlay--center-right{padding:0 8%}}.count-down-banner__content{display:flex;justify-content:space-between}.count-down-banner__countdown{flex-shrink:0}.count-down-banner__countdown .count-down-snippet{gap:2.4rem}@media (max-width: 767px){.count-down-banner__text .count-down-banner__title{font-size:1.6rem}.count-down-banner__text .count-down-banner__subtitle{font-size:1.2rem}.count-down-banner__content{flex-direction:column;gap:1rem}.count-down-banner__countdown .count-down-snippet{gap:1rem}}.coupon-code-list__inner{--f-row-gap: var(--f-column-gap)}@media (min-width: 768px){.coupon-code-list__inner{grid-auto-rows:var(--grid-auto-rows, 30rem)}}@media (min-width: 768px){.coupon-code-list__item{--x-cell-c-span: auto / span var(--cell-c-span);--x-cell-r-span: auto / span var(--cell-r-span);grid-column:var(--x-cell-c-span, auto/span 1);grid-row:var(--x-cell-r-span, auto/span 1)}}.coupon-code-list .card-media{height:100%}@media (max-width: 767.98px){.coupon-code-list .card-media__content-wrapper{width:100%}}@media (min-width: 768px){.coupon-code-list .f-grid-auto-rows--auto{--grid-auto-rows: auto}.coupon-code-list .f-grid-auto-rows--small{--grid-auto-rows: 25rem}.coupon-code-list .f-grid-auto-rows--medium{--grid-auto-rows: 30rem}.coupon-code-list .f-grid-auto-rows--large{--grid-auto-rows: 35rem}.coupon-code-list .f-grid-auto-rows--extra-large{--grid-auto-rows: 42rem}}@media (max-width: 767.98px){.coupon-code-list .card-media--extra-small{--padding-y: 2rem;--padding-x: 2rem}.coupon-code-list .card-media--small{--padding-y: 2.4rem;--padding-x: 2.4rem}}.coupon-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:#000000d9;color:#fff;padding:1.6rem 3.2rem;border-radius:.8rem;font-size:1.6rem;font-weight:500;z-index:10000;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;box-shadow:0 4px 12px #00000026;white-space:nowrap}.coupon-toast--show{opacity:1;transform:translate(-50%,-50%) scale(1)}.coupon-toast--success{background:#22c55ef2}.coupon-toast--error{background:#ef4444f2}@media (max-width: 767.98px){.coupon-toast{padding:1.2rem 2.4rem;font-size:1.4rem;max-width:80%;white-space:normal;text-align:center}.section__coupon-code-list .section__header{padding-bottom:2rem}.section__coupon-code-list .swipe-mobile{--column-width-mobile: 56vw}.section__coupon-code-list .section__description{font-size:1.4rem}}.change-text-group-wrapper{margin-left:5%}.change-text-buttons{margin-bottom:4rem}.change-text-button img{width:8rem;filter:grayscale(100%);transition:filter .3s ease;cursor:pointer}.change-text-button:hover img,.change-text-button.is-active img{filter:grayscale(0%)}.change-text-content{padding:4rem 8rem;border-radius:2rem;font-size:2.4rem;line-height:1.4;transition:opacity .3s ease}.change-text-content:not(:first-child){display:none}@media (min-width: 768px){.change-text-content-image,.change-text-pagination{display:none}}@media (max-width: 767.98px){.change-text-group-wrapper{margin-left:0}.change-text-content{padding:2rem;font-size:2.2rem;border-radius:1.2rem}.change-text-buttons{display:none}.change-text-content-image{width:8rem;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;margin:4rem 0 2rem}.change-text-content-image img{width:5rem;object-fit:contain}.change-text-contents{cursor:grab;-webkit-user-select:none;user-select:none}.change-text-contents:active{cursor:grabbing}.change-text-paginations{margin-top:1.8rem}.change-text-pagination{cursor:pointer;transition:all .3s ease}.change-text-pagination-button{display:flex;align-items:center;justify-content:center;width:.6rem;height:.6rem;border-radius:9rem;background:rgba(var(--color-foreground),.1);transition:all .3s ease}.change-text-pagination.is-active .change-text-pagination-button{background:rgba(var(--color-foreground),1);width:1.8rem}}@media (max-width: 767.98px){.featured-reviews__items{margin:0;padding:0}}.flow-scroll-number .section__wrapper{transform:translateY(-50%);padding-inline:10%;box-shadow:0 4px 20px #00000026}.flow-scroll-number .section__wrapper .flow-scroll-number-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;gap:1rem}.flow-scroll-number .section__wrapper .flow-scroll-number-item:hover scroll-number{color:rgb(var(--color-primary))}.flow-scroll-number .section__wrapper .flow-scroll-number-item scroll-number{overflow:hidden}.flow-scroll-number .section__wrapper .flow-scroll-number-item .number{letter-spacing:0;transition:all .3s ease;overflow:hidden;min-height:var(--font-size);display:flex;align-items:center;gap:1rem;color:inherit}.flow-scroll-number .section__wrapper .flow-scroll-number-item .unit{transform:translateY(100%);transition:all .3s ease;opacity:0;font-size:var(--unit-size);font-weight:var(--unit-weight, 700);line-height:1}.flow-scroll-number .section__wrapper .flow-scroll-number-item .unit.active{transform:translateY(0);opacity:1}.flow-scroll-number .section__wrapper .flow-scroll-number-item .description{text-align:center;line-height:1.4}.flow-scroll-number .section__wrapper .flow-scroll-number-item-line{flex-grow:1;flex-basis:0;display:flex;position:relative}.flow-scroll-number .section__wrapper .flow-scroll-number-item-line:before{content:"";position:absolute;top:10%;right:50%;width:1px;height:30%;background-color:#7070704d}.flow-scroll-number .section__wrapper .rolling-number{display:flex;overflow:hidden}.flow-scroll-number .section__wrapper .digit{position:relative;width:calc(var(--font-size) * .5);height:var(--font-size)}.flow-scroll-number .section__wrapper .digit[data-last-number="1"],.flow-scroll-number .section__wrapper .digit[data-last-number="1"] span{width:calc(var(--font-size) * .4)}.flow-scroll-number .section__wrapper .digit[data-last-number="0"],.flow-scroll-number .section__wrapper .digit[data-last-number="0"] span{width:calc(var(--font-size) * .55)}.flow-scroll-number .section__wrapper .digit-inner{position:absolute;top:0;left:0}.flow-scroll-number .section__wrapper .digit-inner span{height:var(--font-size);line-height:var(--font-size);text-align:center;width:30px;display:flex;justify-content:center}.flow-scroll-number .section__wrapper .comma{display:flex;align-items:center;justify-content:center;height:var(--font-size)}@media (max-width:1023px){.flow-scroll-number .section__wrapper .digit{width:calc(var(--font-size) * .6)}}@media (max-width: 767.98px){.flow-scroll-number .section__wrapper{transform:translateY(-20%);padding:2rem 3rem}.flow-scroll-number .section__wrapper .flow-scroll-number-wrapper{column-gap:.1rem;row-gap:2.7rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.flow-scroll-number .section__wrapper .flow-scroll-number-item{gap:0}.flow-scroll-number .section__wrapper .flow-scroll-number-item:first-child{position:relative}.flow-scroll-number .section__wrapper .flow-scroll-number-item:first-child:before{content:"";position:absolute;width:70%;height:1px;background-color:#e6e6e6;bottom:-1.4rem;left:50%;transform:translate(-50%)}.flow-scroll-number .section__wrapper .flow-scroll-number-item:first-child:after{content:"";position:absolute;right:-1px;width:1px;height:70%;background-color:#e6e6e6;top:50%;transform:translateY(-50%)}.flow-scroll-number .section__wrapper .flow-scroll-number-item:last-child{position:relative}.flow-scroll-number .section__wrapper .flow-scroll-number-item:last-child:before{content:"";position:absolute;width:70%;height:1px;background-color:#e6e6e6;top:-1.4rem;left:50%;transform:translate(-50%)}.flow-scroll-number .section__wrapper .flow-scroll-number-item:last-child:after{content:"";position:absolute;width:1px;height:70%;background-color:#e6e6e6;top:50%;transform:translateY(-50%);left:-1px}.flow-scroll-number .section__wrapper .flow-scroll-number-item .number{font-size:2.8rem}.flow-scroll-number .section__wrapper .flow-scroll-number-item .unit{font-size:2rem}.flow-scroll-number .section__wrapper .flow-scroll-number-item .description{font-size:1rem}.flow-scroll-number .section__wrapper .flow-scroll-number-item .scroll-number-wrapper{gap:.4rem}.flow-scroll-number .section__wrapper .flow-scroll-number-item-line{display:none}.flow-scroll-number .section__wrapper .rolling-number{display:flex;overflow:hidden}.flow-scroll-number .section__wrapper .digit{width:calc(var(--font-size) * .6)}.flow-scroll-number .section__wrapper .digit-inner span{width:auto}}@media (max-width: 767.98px){.footer__top-wrapper-menu{flex-direction:column}.footer__top summary{padding-bottom:0}.footer-block--contact_information{margin-top:1.2rem;border-top:1px solid #333333}}@media (max-width: 767.98px){.section__gird-banner .grid-banner__item{min-height:22rem}.section__gird-banner .grid-banner__item .card-media__heading{font-size:2.2rem}.section__gird-banner .grid-banner__item .card-media__description{margin:0;font-size:1.4rem}.section__gird-banner .grid-banner__item .card-media__button{margin:1rem 0 0}.section__gird-banner .grid-banner__item .card-media__button .btn .btn__text{font-size:1.2rem}}.hero-banner{position:relative}.hero-banner .fly-icon-list{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-banner .rich-text__heading{line-height:1}.hero-banner .rich-text__subheading{font-weight:400;font-size:2.8rem}.hero-banner .rich-text__subheading em{font-style:normal;font-weight:700;color:#feff41}.hero-banner .rich-text__subheading .inline-flex{gap:.5rem}.hero-banner .count-down-snippet{margin-top:1.6rem;gap:2.4rem}.hero-banner .rich-text__button{margin-top:3rem}@media (max-width: 767px){.hero-banner .content-overlay{--padding-y: 5rem}.hero-banner .rich-text__heading{font-size:3.2rem}.hero-banner .rich-text__subheading{font-weight:400;font-size:1.4rem;--child-margin-top: 1rem}.hero-banner .count-down-snippet{gap:1rem}.hero-banner .rich-text__button{margin-top:1.6rem}}.hero-content-skew .section__content{position:relative;border-radius:var(--content-radius-desktop);overflow:hidden}.hero-content-skew .hero-content-skew__url{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.hero-content-skew .section__content-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-content-skew .section__content-background-image,.hero-content-skew .section__content-background-img{width:100%;height:100%;object-fit:cover}.hero-content-skew .section__content>.f-flex{position:relative;z-index:1}.hero-content-skew .custom__block--text{padding-top:var(--padding-top-desktop);padding-bottom:var(--padding-bottom-desktop)}.hero-content-skew .rich-text__block{display:flex;flex-direction:column;gap:1rem;width:fit-content;margin:0 auto}.hero-content-skew .rich-text__block .rich-text__subheading,.hero-content-skew .rich-text__block .rich-text__text{margin:0}.hero-content-skew .rich-text__block .rich-text__subheading{font-size:1.4rem;line-height:1;font-weight:500}.hero-content-skew .icon-with-text__list{grid-template-columns:repeat(1,1fr)}.hero-content-skew .image-skew-list{--gap: 1rem;display:flex;gap:var(--gap);justify-content:center;height:var(--container-height-desktop);transform:translate(calc(var(--container-height-desktop) * .17633 - var(--gap) * 2))}.hero-content-skew .image-skew-container{display:flex;transform:skew(10deg);overflow:hidden;height:100%;position:relative;transition:width .5s ease}.hero-content-skew .image-skew-list[data-image-count="3"] .image-skew-container{width:32%}.hero-content-skew .image-skew-list[data-image-count="3"] .image-skew-container:last-child{width:36%}.hero-content-skew .image-skew-list[data-image-count="3"]:hover .image-skew-container{width:25%}.hero-content-skew .image-skew-list[data-image-count="3"] .image-skew-container:hover{width:50%!important}.hero-content-skew .image-skew-list[data-image-count="2"] .image-skew-container{width:40%}.hero-content-skew .image-skew-list[data-image-count="2"] .image-skew-container:last-child{width:60%}.hero-content-skew .image-skew-list[data-image-count="2"]:hover .image-skew-container{width:30%}.hero-content-skew .image-skew-list[data-image-count="2"] .image-skew-container:hover{width:70%!important}.hero-content-skew .image-skew-img{position:absolute;transform:skew(-10deg) translate(-50%);left:50%;width:200%;height:100%;object-fit:cover;object-position:center center;transition:all .5s ease;max-width:none}.hero-content-skew .image-skew-img:hover{scale:1.08}@media (max-width:1200px){.hero-content-skew .image-skew-list{height:max(calc(var(--container-height-desktop) * .8),100%)}}@media (max-width: 767.98px){.hero-content-skew .section__content{border-radius:var(--content-radius-mobile)}.hero-content-skew .rich-text__block{gap:0;margin:0}.hero-content-skew .image-skew-list{--gap: .5rem;height:var(--container-height-mobile);transform:translate(calc(var(--container-height-mobile) * .17633 * -1));width:120%}.hero-content-skew .custom__block--text{padding:var(--padding-top-mobile) 2rem var(--padding-bottom-mobile)}.hero-content-skew .icon-with-text__list{grid-template-columns:repeat(2,1fr)}}.hero-content .section__content{position:relative;border-radius:var(--content-radius-desktop);overflow:hidden}.hero-content .hero-content__url{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.hero-content .section__content-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-content .section__content-background-image,.hero-content .section__content-background-img{width:100%;height:auto;object-fit:cover}.hero-content .section__content>.f-flex{position:relative;z-index:1}.hero-content .custom__block--text{padding-top:var(--padding-top-desktop);padding-bottom:var(--padding-bottom-desktop)}.hero-content .rich-text__block{display:flex;flex-direction:column;gap:1rem}.hero-content .rich-text__block .rich-text__subheading,.hero-content .rich-text__block .rich-text__text{margin:0}.hero-content .rich-text__block .rich-text__subheading{font-size:1.4rem;line-height:1;font-weight:500}@media (max-width: 767.98px){.hero-content .section__content{border-radius:var(--content-radius-mobile)}.hero-content .section__header{padding-bottom:2rem}.hero-content .section__description{font-size:1.4rem}.hero-content .custom__block--text{padding:var(--padding-top-mobile) 2rem var(--padding-bottom-mobile)}.hero-content .rich-text__block{gap:0}.hero-content .rich-text__block .rich-text__subheading{font-size:1rem}.hero-content .rich-text__block .rich-text__heading{font-size:1.8rem}.hero-content .rich-text__block .rich-text__text{font-size:1.2rem}}.image-group-carousels__main{grid-template-columns:25% calc(75% - 2rem)}@media (max-width: 767.98px){.image-group-carousels__main{grid-template-columns:100%;gap:0}}.image-group__container{display:grid;gap:var(--image-group-column-desktop-gap);grid-template-columns:repeat(var(--image-group-column-span),minmax(0,1fr));grid-auto-rows:var(--image-group-base-desktop-height);grid-auto-flow:dense}.image-group__item{overflow:hidden;grid-area:span var(--desktop-image-row) / span var(--desktop-image-column);border-radius:2rem}.image-group__picture{width:100%;height:100%;display:block}.image-group__image{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 767.98px){.image-group__container{grid-auto-rows:var(--image-group-base-mobile-height);gap:var(--image-group-column-mobile-gap)}.image-group__item{grid-area:span var(--mobile-image-row) / span var(--mobile-image-column);border-radius:1.2rem}}.image-with-product .section__content{position:relative;border-radius:var(--content-radius-desktop);overflow:hidden;display:flex;gap:0;background-color:rgba(var(--color-background),.2)}.image-with-product .image-with-product__content--left{flex-direction:row-reverse}.image-with-product__swiper{flex:0 0 50%;position:relative;overflow:hidden}.image-with-product__product{flex:0 0 50%;display:flex;align-items:center;justify-content:center;padding:2rem}.image-with-product__product-content{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:80%}.image-with-product__product-image{width:100%;aspect-ratio:1;max-width:30rem;overflow:hidden;border-radius:var(--border-radius, 8px);margin:0 auto}.image-with-product__product-title{font-weight:500}.image-with-product__product-featured-image{width:100%;height:100%;object-fit:cover}.image-with-product__product-title,.image-with-product__product-description,.image-with-product__product-price{margin:0}.image-with-product__product-variants{display:flex;flex-direction:column;gap:.5rem}.image-with-product__variant-select{width:100%;padding:1rem 1.5rem;font-size:1.4rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--border-radius, 4px);background-color:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease}.image-with-product__variant-select option{background-color:rgb(var(--color-secondary-background));color:rgb(var(--color-foreground))}.image-with-product__variant-select:hover{border-color:rgba(var(--color-foreground),.4)}.image-with-product__variant-select:focus{outline:none;border-color:rgb(var(--color-button-primary));box-shadow:0 0 0 2px rgba(var(--color-button-primary),.2)}.image-with-product__variant-select option:disabled{color:rgba(var(--color-foreground),.5)}.image-with-product__product-buttons{margin-top:.5rem}.image-with-product__product-form{width:100%}.image-with-product__button-group{display:flex;gap:1rem}.image-with-product__add-to-cart,.image-with-product__learn-more{flex:1;justify-content:center;--buttons-height: 4.4rem}.image-with-product__placeholder{text-align:center;padding:2rem;color:rgba(var(--color-foreground),.5)}.image-with-product__swiper-container{width:100%;height:100%;display:block;border-radius:var(--content-radius-desktop)}.image-with-product__slide{width:100%;height:100%}.image-with-product__slide-media{width:100%;height:100%;position:relative}.image-with-product__media-desktop{display:block;width:100%;height:100%}.image-with-product__media-mobile{display:none;width:100%;height:100%}.image-with-product__image{width:100%;height:100%;object-fit:cover}.image-with-product__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:1rem}.image-with-product__button-prev,.image-with-product__button-next{width:3.6rem;height:3.6rem;overflow:hidden;border:none}.image-with-product__button-prev:hover,.image-with-product__button-next:hover{opacity:.7}.image-with-product__button-prev svg,.image-with-product__button-next svg{width:1.5rem;height:1.5rem}.image-with-product__pagination{display:flex;gap:.5rem}@media (max-width:1400px){.image-with-product__product-image{max-width:20rem}.image-with-product__product-title{font-size:2.4rem}}@media (max-width:1200px){.image-with-product__product-content{max-width:100%}}@media (max-width: 767.98px){.image-with-product .section__header{padding-bottom:2rem}.image-with-product .section__description{font-size:1.4rem}.image-with-product .section__content{border-radius:var(--content-radius-mobile);flex-direction:column;min-height:auto}.image-with-product__swiper{flex:0 0 auto;width:100%}.image-with-product__swiper-container{border-radius:var(--content-radius-mobile)}.image-with-product__product{flex:0 0 auto;width:100%;padding:1.5rem}.image-with-product__product-content{max-width:100%;gap:1.25rem}.image-with-product__product-image{max-width:22rem}.image-with-product__button-group{gap:1rem}.image-with-product__add-to-cart,.image-with-product__learn-more{--buttons-height: 3rem}.image-with-product__add-to-cart svg{width:1.6rem}.image-with-product__product-description{font-size:1rem}.image-with-product__add-to-cart,.image-with-product__learn-more{width:100%}.image-with-product__button-group .image-with-product__learn-more{max-width:40%}.image-with-product__media-desktop{display:none}.image-with-product__media-mobile{display:block}.image-with-product__controls{bottom:1rem}.image-with-product__button-prev,.image-with-product__button-next{width:2.5rem;height:2.5rem;--swiper-navigation-offset-x: 2rem}.image-with-product__product-price .btn--primary.f-badge--sale{height:2rem;font-size:1rem}.image-with-product__variant-select{font-size:1.2rem;padding:.5rem 1rem}}.image-with-text-ovelay__content-wrapper .rich-text{--child-margin-top: 2rem}.kol-reviews__slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:all .3s ease;background:rgba(var(--color-background),.5);z-index:1}.kol-reviews__slide.swiper-slide-active:after{opacity:0}.kol-review-card{display:flex;flex-direction:column;height:100%;background:rgb(var(--color-background));overflow:hidden;position:relative;border-radius:var(--radius-desktop)}.kol-review-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:rgb(var(--color-card-background));aspect-ratio:var(--desktop-aspect-ratio, 1)}.kol-review-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.kol-review-card__content{position:absolute;bottom:0;left:0;display:flex;flex-direction:column;flex:1}.kol-review-card__content:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000,#000)}.kol-review-card__content-header{padding-inline:2rem;position:relative}.kol-review-card__name{margin:0;font-weight:600;color:rgb(var(--color-foreground))}.kol-review-card__short-desc{margin:0;font-size:1.6rem;font-weight:500;margin:.3rem 0 1.6rem}.kol-review-card__detail-desc{margin:0;font-size:1.6rem;line-height:1.6;background:rgb(var(--color-background));position:relative;display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease}.kol-review-card__detail-desc .kol-review-card__detail-desc-content{overflow:hidden;padding:0 2rem;transition:padding .5s ease}.kol-reviews__slide.swiper-slide-active .kol-review-card__detail-desc{grid-template-rows:1fr}.kol-reviews__slide.swiper-slide-active .kol-review-card__detail-desc .kol-review-card__detail-desc-content{padding:2rem}.kol-review-card--placeholder .placeholder-svg{width:100%;height:100%}@media (max-width: 767px){.kol-reviews__items{width:100vw;margin-left:calc(-1 * var(--page-padding))}.kol-reviews .section__header{padding-bottom:2rem}.kol-reviews .section__description{font-size:1.4rem}.kol-review-card{border-radius:var(--radius-mobile)}.kol-review-card__image-wrapper{aspect-ratio:var(--mobile-aspect-ratio, 1)}.kol-review-card__content-header{padding-inline:1.4rem}.kol-review-card__short-desc{font-size:1rem;margin:.1rem 0 1.2rem}.kol-review-card__detail-desc{font-size:1.2rem}.kol-review-card__detail-desc .kol-review-card__detail-desc-content{padding:0 1.6rem}.kol-reviews__slide.swiper-slide-active .kol-review-card__detail-desc .kol-review-card__detail-desc-content{padding:1.2rem 1.6rem 1.6rem}}.marquee-barrage .promotion__item{padding-right:var(--h-spacing)}.marquee-barrage__card{display:inline-flex;align-items:center;max-width:44rem}.marquee-barrage__card-inner{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 2rem;border-radius:99rem;background-color:var(--card-bg-color, rgba(var(--color-foreground), .05));color:var(--card-text-color, rgb(var(--color-foreground)));transition:transform .2s ease}.marquee-barrage__avatar{width:var(--avatar-size-desktop);height:var(--avatar-size-desktop);border-radius:50%;overflow:hidden;flex-shrink:0}.marquee-barrage__avatar .marquee-barrage__avatar-image{width:100%;height:100%;object-fit:cover}.marquee-barrage__content{display:flex;flex-direction:column;gap:2px}.marquee-barrage__name{font-weight:600;font-size:1.6rem;line-height:1.2}.marquee-barrage__description{font-size:1.4rem;line-height:1;opacity:.8}@media (max-width: 767.98px){.section__marquee-barrage .section__header{padding-bottom:2rem}.section__marquee-barrage .section__description{font-size:1.4rem}.marquee-barrage .promotion__item{padding-right:var(--h-spacing-mobile)}.marquee-barrage__card{max-width:22rem}.marquee-barrage__card-inner{padding:.5rem;gap:.5rem}.marquee-barrage__content{gap:0}.marquee-barrage__avatar{width:3.2rem;height:3.2rem}.marquee-barrage__name{font-size:1.2rem}.marquee-barrage__description{font-size:.8rem}}.newsletter__heading.rich-text__heading{line-height:1.2}@media (max-width: 767.98px){.newsletter__heading.rich-text__heading{text-align:center;font-size:2.4rem}.newsletter-form{margin-top:1rem}}.product-group-deals__container{display:grid;gap:var(--product-group-deals-column-desktop-gap);grid-template-columns:repeat(var(--product-group-deals-column-span),minmax(0,1fr));grid-auto-flow:dense}.product-group-deals__item{overflow:hidden;grid-area:span var(--desktop-image-row) / span var(--desktop-image-column);border-radius:.8rem;border:1px solid #ddd}.product-group-deals__content{display:flex;flex-direction:column;height:100%}.product-group-deals__deal-badge{display:inline-block;background:var(--deal-badge-bg);color:#fff;padding:.4rem .8rem;font-size:1.2rem;font-weight:700;border-radius:.3rem;width:fit-content}.product-group-deals__media{position:relative;width:100%;padding:2rem;display:flex;align-items:center;justify-content:center;min-height:200px}.product-group-deals__media a{display:block;width:100%;height:100%}.product-group-deals__media img,.product-group-deals__media video{width:100%;height:auto;object-fit:contain;max-height:300px}.product-group-deals-deals__text-content{padding:0 0 1.6rem;display:flex;flex-direction:column;gap:.8rem;align-items:flex-start;text-align:left}.product-group-deals__title{font-size:1.6rem;line-height:1.3;font-weight:400;margin:0}.product-group-deals__title a{color:#0f1111;text-decoration:none}.product-group-deals__title a:hover{color:#c7511f;text-decoration:none}.product-group-deals__rating{display:flex;align-items:center;gap:.5rem;min-height:2rem}.doran-rating-wrapper{display:flex;align-items:center;gap:.5rem}.dr-stars-container{display:flex;align-items:center;gap:.5rem;font-size:1.4rem}.dr-product-stars{color:var(--rating-color);font-size:1.4rem}.dr-reviews-count{color:#007185;font-size:1.4rem}.product-group-deals__price-wrapper{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.product-group-deals__discount{background:#cc0c39;color:#fff;padding:.2rem .5rem;font-size:1.4rem;font-weight:700;border-radius:.3rem}.product-group-deals__price{display:flex;align-items:baseline;gap:.8rem}.price-current{font-size:2.4rem;font-weight:500;color:#f50}.price-compare{font-size:1.4rem;color:#565959;text-decoration:line-through}.product-group-deals__badges{display:flex;flex-direction:column;gap:.4rem}.badge{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem}.badge--prime{color:#007185;font-weight:700}.product-group-deals__delivery{color:#007600;font-size:1.4rem;font-weight:700}.product-group-deals__eco-badge{display:flex;align-items:center;gap:.4rem;color:#007185;font-size:1.3rem}.product-group-deals-deals__button{margin-top:auto}.product-group-deals__form{width:100%}.btn--add-to-cart{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:var(--add-to-cart-bg);color:#0f1111;border:1px solid #fcd200;border-radius:.8rem;padding:1rem 2rem;font-size:1.4rem;font-weight:400;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s}.btn--add-to-cart:hover{background:var(--add-to-cart-hover)}.btn--add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-group-deals__quick-add{width:100%}.loading__spinner{width:1.6rem;height:1.6rem}.loading__spinner.hidden{display:none}.spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.spinner .path{stroke:#0f1111;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@media (max-width: 1024px){.product-group-deals-deals__text-content .product-group-deals__title{line-height:1.2}}@media (max-width: 990px){.product-group-deals__description{font-size:1.4rem}.product-group-deals-deals__text-content{gap:.5rem}}@media (max-width: 767.98px){.product-group-deals__container{gap:var(--product-group-deals-column-mobile-gap)}.product-group-deals__item{grid-area:span var(--mobile-image-row) / span var(--mobile-image-column);border-radius:.6rem;padding:1.2rem}.product-group-deals__deal-badge{font-size:1rem;padding:.3rem .6rem}.product-group-deals__media{padding:.5rem;min-height:180px;margin-bottom:.8rem}.product-group-deals__media img{max-height:250px;width:100%}.product-group-deals-deals__text-content{padding:0;gap:.5rem}.product-group-deals__title{font-size:1.3rem;line-height:1.25}.rating-stars,.rating-count{font-size:1.1rem}.product-group-deals__discount{font-size:1.1rem;padding:.2rem .4rem}.price-current{font-size:1.8rem}.price-compare,.product-group-deals__delivery{font-size:1.1rem}.product-group-deals__eco-badge{font-size:1rem}.badge{font-size:1.1rem}.btn--add-to-cart{font-size:1.2rem;padding:.7rem 1.2rem;border-radius:.6rem}.product-group-deals__price-wrapper{gap:.5rem}.product-group-deals__badges{gap:.3rem}}.product-group__container{display:grid;gap:var(--product-group-column-desktop-gap);grid-template-columns:repeat(var(--product-group-column-span),minmax(0,1fr));grid-auto-rows:var(--product-group-base-desktop-height);grid-auto-flow:dense}.product-group__item{overflow:hidden;grid-area:span var(--desktop-image-row) / span var(--desktop-image-column);border-radius:2rem;padding:8%}.product-group__content{height:100%;display:flex}.product-group__content--horizontal{flex-direction:row;align-items:center}.product-group__content--vertical{flex-direction:column}.product-group__text-content{flex:1;display:flex;flex-direction:column;gap:1rem;text-align:center}.product-group__content--horizontal .product-group__media{flex:0 0 50%}.product-group__content--vertical .product-group__media{flex:1 1 auto;min-height:0}.product-group__media img,.product-group__media video{height:100%;object-fit:contain}.product-group__description{color:rgb(var(--color-subtext));font-weight:500;margin-bottom:1rem;line-height:1.2}.product-group__price{justify-content:center}@media (max-width: 1024px){.product-group__text-content .product-group__title{line-height:1.2}}@media (max-width: 990px){.product-group__description{font-size:1.4rem}.product-group__text-content{gap:.5rem}}@media (max-width: 767.98px){.product-group__container{grid-auto-rows:var(--product-group-base-mobile-height);gap:var(--product-group-column-mobile-gap)}.product-group__item{grid-area:span var(--mobile-image-row) / span var(--mobile-image-column);border-radius:1.2rem;padding:6%}.product-group__description{font-size:1rem;margin-bottom:.6rem}.product-group__price{margin-bottom:.6rem}.product-group__text-content{gap:0}.product-group__button .btn .btn__text,.product-group__price{font-size:1.2rem}.product-group__media{display:flex;align-items:center;justify-content:center}.product-group__media a{display:block;width:100%;height:100%}.product-group__media img,.product-group__media video{width:100%;height:100%;object-fit:contain}}.product-list-promotion .section__content{display:flex}.product-list-promotion .promotion-container{width:var(--promotion-width, 100%);flex-shrink:0;margin-right:var(--promotion-gap);border-radius:var(--pcard-radius);overflow:hidden;position:relative}.product-list-promotion .promotion-container .promotion-content{position:absolute;bottom:0;left:0;width:100%;height:100%;padding-inline:3rem;padding-block:var(--padding-block-desktop);display:flex;flex-direction:column;gap:1rem}.product-list-promotion .promotion-container img{height:100%;object-fit:cover}.product-list-promotion .section__content .product-list__content{width:100%}.product-list-promotion .section__content .product-list__content .swiper-controls .swiper-button-prev{--swiper-button-transform-x: 100%}.product-list-promotion .section__content .product-list__content .swiper-controls .swiper-button-next{--swiper-button-transform-x: calc( var(--promotion-width) * -1 + var(--page-padding) - var(--promotion-gap)*2);right:0}@media (max-width: 767px){.product-list-promotion .section__content{flex-direction:column;gap:1.6rem}}.single-background{background-color:var(--background-color);position:relative;overflow:hidden}.single-background__picture{display:block;width:100%;height:100%}.single-background__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.single-background .fly-icon-list{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.single-background .single-background__inner{position:relative;z-index:2}.has-description .single-background__heading{cursor:pointer}.single-background .single-background__heading{color:var(--text-color);text-align:center;margin-top:2rem;position:relative;z-index:1;line-height:1;display:flex;justify-content:center;align-items:center;gap:.5rem}.single-background .single-background__description{color:var(--text-color);position:relative;z-index:1;line-height:1.2;font-size:1.6rem;--color-foreground: var(--text-color);transition:all .5s ease;display:grid;grid-template-rows:0fr}.single-background.expand-description .single-background__description{grid-template-rows:1fr}.single-background .single-background__description-content{overflow:hidden;padding-top:0;transition:all .5s ease}.single-background.expand-description .single-background__description-content{padding-top:4rem}.single-background .single-background__heading svg{--icon-size: 1.6rem;transition:all .5s ease}.single-background.expand-description .single-background__heading svg{rotate:-90deg}.single-background .single-background__heading svg path{stroke-width:2}@media (max-width: 767.98px){.single-background.expand-description .single-background__description-content{padding-top:2rem}}.slideshow-width-scrolling__items:not(.slideshow-height--adapt){height:var(--slide-height, 0)}.slideshow-height--adapt .slideshow-width-scrolling__slide{height:auto}.slideshow-width-scrolling__items{width:100%}.slideshow-width-scrolling__slide{width:100%;display:flex;align-items:center;justify-content:center}.slideshow-width-scrolling__wrapper{position:relative}@media (max-width: 767.98px){.slideshow-height--medium.slideshow-width-scrolling__items{--slide-height: 22rem}}.slideshow__text.rich-text{--child-margin-top: 6rem}.slideshow__description{margin-top:1rem!important}@media (max-width: 767.98px){.slideshow__content[data-mobile-position=top]{justify-content:flex-start;padding-top:2rem}.slideshow__content[data-mobile-position=middle]{justify-content:center}.slideshow__content[data-mobile-position=bottom]{justify-content:flex-end;padding-bottom:2rem}}.slideshow-wrapper .swiper-controls--nav-floating .swiper-button{top:calc(var(--slide-height) / 2 * -1 + var(--swiper-controls-bottom-offset) - var(--swiper-navigation-size) / 2);margin:0}.slideshow-wrapper .swiper-controls--nav-floating .swiper-button-prev{left:-2.4rem;transform:translate(-100%)}.slideshow-wrapper .swiper-controls--nav-floating .swiper-button-next{right:-2.4rem;transform:translate(100%)}.slideshow-wrapper.page-width--full .swiper-button-prev{transform:translate(-100%);left:calc(var(--page-padding) - 2.4rem)}.slideshow-wrapper.page-width--full .swiper-button-next{transform:translate(100%);right:calc(var(--page-padding) - 2.4rem)}@media (max-width: 1535px){.slideshow-wrapper .swiper-controls--nav-floating .swiper-button-prev{left:calc((var(--swiper-navigation-size) - var(--page-padding)) / 2)}.slideshow-wrapper .swiper-controls--nav-floating .swiper-button-next{right:calc((var(--swiper-navigation-size) - var(--page-padding)) / 2)}.slideshow-wrapper.page-width--full .swiper-button-prev{transform:none;left:calc(var(--page-padding))}.slideshow-wrapper.page-width--full .swiper-button-next{transform:none;right:calc(var(--page-padding))}}@media (max-width: 767.98px){.slideshow-wrapper .swiper-controls--nav-floating .swiper-button-prev{--swiper-navigation-size: 3rem;left:var(--page-padding);transform:none}.slideshow-wrapper .swiper-controls--nav-floating .swiper-button-next{--swiper-navigation-size: 3rem;right:var(--page-padding);transform:none}.slideshow-wrapper.page-width--full .swiper-button-prev,.slideshow-wrapper.page-width--full .swiper-button-next{width:3rem;height:3rem}}.tab-swiper-list__pagination{margin-bottom:4rem}.tab-swiper-list__pagination-item{cursor:pointer;--color-button: 61, 61, 61;position:relative}.tab-swiper-list__pagination-item.active .tab-swiper__bullet{background-color:#f50;border-color:#f50;color:#fff}.tab-swiper-list__pagination-item.active .tab-swiper__bullet:after{border-color:#f50}.tab-swiper-list__pagination-item:not(:last-child):after{content:"";position:absolute;right:-50%;width:4rem;transform:translate(-50%);bottom:0;height:100%;background-color:rgb(var(--color-button))}.image-zoom-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.image-zoom-overlay.active{opacity:1;visibility:visible}.image-zoom-container{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-zoom-content{position:relative;transform:scale(.8);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.image-zoom-overlay.active .image-zoom-content{transform:scale(1)}.image-zoom-img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:2rem;box-shadow:0 25px 50px -12px #00000040}.image-zoom-close{position:absolute;top:-15px;right:-15px;width:40px;height:40px;background:#000c;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.image-zoom-close:hover{background:#000;transform:scale(1.1)}.vertical-media-height--small,.vertical-media-change__swiper--small{--slide-height: 30rem}.vertical-media-height--medium,.vertical-media-change__swiper--medium{--slide-height: 34rem}.vertical-media-height--large,.vertical-media-change__swiper--large{--slide-height: 42rem}@media (min-width: 768px){.vertical-media-change__swiper.grid{align-items:center}.vertical-media-height--small,.vertical-media-change__swiper--small{--slide-height: 54rem}.vertical-media-height--medium,.vertical-media-change__swiper--medium{--slide-height: 63rem}.vertical-media-height--large,.vertical-media-change__swiper--large{--slide-height: 72rem}.vertical-media-change__swiper-mobile-pagination-item{display:none}.vertical-media-change__swiper .vertical-media-height--adapt_first_media .swiper-wrapper{height:100%!important}}.vertical-media-change__swiper{grid-template-columns:3fr 6fr;position:relative}.vertical-media-change__swiper .swiper{height:var(--slide-height);border-radius:2rem}.vertical-media-change__swiper .vertical-media-height--adapt_first_media{height:auto;aspect-ratio:var(--desktop-media-ratio)}.vertical-media-change__swiper-pagination{display:flex;flex-direction:column;gap:1.4rem}.vertical-media-change__swiper-pagination-item.swiper-pagination-bullet{width:auto;height:auto;display:flex;flex-direction:column;background:#1d1d20;border-radius:2rem;padding:2rem;width:fit-content;transition:all .3s ease;cursor:pointer}.vertical-media-change__swiper-pagination-item.swiper-pagination-bullet.swiper-pagination-bullet-active{padding:2rem 3rem;background:rgba(var(--color-primary),.2)}.vertical-media-change__swiper-pagination-item.swiper-pagination-bullet.swiper-pagination-bullet-active h3{color:rgb(var(--color-primary))}.vertical-media-change__swiper-pagination-item.swiper-pagination-bullet h3{transition:color .3s ease}.vertical-media-change__swiper-pagination-icon{opacity:1;display:block;transition:opacity .3s ease-in-out}.vertical-media-change__swiper-pagination-item.swiper-pagination-bullet-active .vertical-media-change__swiper-pagination-icon{opacity:0;display:none;transition:opacity .3s ease-in-out,display 0s ease-in-out .3s}.vertical-media-change__swiper-pagination-description{height:0;opacity:0;overflow:hidden;transition:height .4s ease-in-out,opacity .3s ease-in-out}.vertical-media-change__swiper-pagination-description-content{padding-top:1rem}.vertical-media-change__swiper-pagination-item.swiper-pagination-bullet-active .vertical-media-change__swiper-pagination-description{height:auto;opacity:1;transition:height .4s ease-in-out,opacity .3s ease-in-out .1s}.vertical-media-slide__media .media-wrapper{height:100%;display:flex}.vertical-media-change__button{left:-3rem;top:50%;transform:translate(-100%) translateY(-50%);--swiper-navigation-size: 4.2rem}.vertical-media-change__icon{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);border-radius:50%;border:1px solid rgb(var(--color-foreground));transition:color .3s ease}.vertical-media-change__icon:hover{color:rgb(var(--color-primary));border-color:rgb(var(--color-primary))}@media (max-width: 1535px){.vertical-media-change__button{left:calc((var(--swiper-navigation-size) - var(--page-padding)) / 2)}}@media (max-width: 990px){.vertical-media-change__button{--swiper-navigation-size: 3.4rem}}@media (max-width: 767.98px){.vertical-media-change__swiper--adapt_first_media{--slide-height:calc((100vw - 2 * var(--page-padding)) / var(--desktop-media-ratio))}.vertical-media-change__swiper .vertical-media-height--adapt_first_media{aspect-ratio:unset}.vertical-media-change__heading h2{text-align:center}.vertical-media-change__swiper-pagination-item.swiper-pagination-bullet{border-radius:1.2rem}.vertical-media-change__swiper{display:flex;flex-direction:column}.vertical-media-change__swiper-pagination-icon{display:none!important}.vertical-media-change__swiper-desktop-pagination{display:none}.vertical-media-change__swiper-pagination-description{height:auto!important;opacity:1!important;font-size:1.2rem}.vertical-media-change__swiper .swiper{height:auto;border-radius:0}.vertical-media-height--adapt_first_media .vertical-media-slide__wrap{height:100%}.vertical-media-slide__wrap{height:var(--slide-height);border-radius:1.2rem;overflow:hidden;margin-bottom:1.6rem}.swiper-slide .vertical-media-change__swiper-mobile-pagination-item{padding:1.4rem;background:rgba(var(--color-primary),.2);border-radius:1.2rem;width:calc(100% - 6.8rem);margin:0 auto}.swiper-slide .vertical-media-change__swiper-mobile-pagination-item h3{color:rgb(var(--color-primary))}.vertical-media-change__horizontal-pagination{top:calc(var(--slide-height) - 1.2rem);transform:translateY(-100%)}.horizontal-pagination-item{display:block!important;width:.6rem;height:.6rem;border-radius:99rem;transition:all var(--duration-default) ease;background:rgba(var(--color-foreground),.5)}.horizontal-pagination-item.swiper-pagination-bullet-active{background:rgb(var(--color-foreground));width:1.8rem}.vertical-media-change__button{left:0;flex-direction:row;transform:translateY(50%);width:100%;justify-content:space-between;bottom:calc((100% - var(--slide-height) - 1.6rem) / 2);top:unset}.vertical-media-change__icon{width:2.4rem;height:2.4rem;transform:rotate(-90deg)}.vertical-media-change__icon .icon{width:1rem;height:1rem}}.fly-icon{position:absolute;top:0;left:var(--position-left);display:flex;flex-direction:column;align-items:center;transform-origin:top center;transition:transform .3s ease-out;height:100%;max-height:fit-content}.fly-icon--swing-from-right{animation:swingFromRight var(--duration) ease}.fly-icon--swing-from-left{animation:swingFromLeft var(--duration) ease}@keyframes swingFromRight{0%{transform:rotate(0)}20%{transform:rotate(-8deg)}40%{transform:rotate(6deg)}60%{transform:rotate(-4deg)}80%{transform:rotate(2deg)}to{transform:rotate(0)}}@keyframes swingFromLeft{0%{transform:rotate(0)}20%{transform:rotate(8deg)}40%{transform:rotate(-6deg)}60%{transform:rotate(4deg)}80%{transform:rotate(-2deg)}to{transform:rotate(0)}}.fly-icon__line{width:1px;background-color:var(--line-color);height:0;transform-origin:top center;display:block!important;will-change:height}.fly-icon__image{position:relative;transform:translateY(-100%);opacity:0;margin-top:calc(-1 * var(--icon-size-desktop) / 2);will-change:transform,opacity}.fly-icon__image img{width:var(--icon-size-desktop);height:var(--icon-size-desktop);display:block}.fly-icon.is-animated .fly-icon__line{animation:lineDrop var(--duration, 1.2s) cubic-bezier(.34,1.56,.64,1) var(--delay, 0s) forwards}.fly-icon.is-animated .fly-icon__image{animation:imageDrop var(--duration, 1.2s) cubic-bezier(.34,1.56,.64,1) var(--delay, 0s) forwards,imageSwing .6s ease-in-out calc(var(--delay, 0s) + var(--duration, 1.2s)) 1}@keyframes lineDrop{0%{height:0}60%{height:calc(var(--height-desktop) * 1.08)}80%{height:calc(var(--height-desktop) * .98)}to{height:var(--height-desktop)}}@keyframes imageDrop{0%{transform:translateY(-100%);opacity:0}60%{transform:translateY(8%);opacity:1}80%{transform:translateY(-2%);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes imageSwing{0%{transform:translateY(0) rotate(0)}20%{transform:translateY(0) rotate(3deg)}40%{transform:translateY(0) rotate(-3deg)}60%{transform:translateY(0) rotate(2deg)}80%{transform:translateY(0) rotate(-1deg)}to{transform:translateY(0) rotate(0)}}@media (max-width: 767.98px){.fly-icon__image img{width:var(--icon-size-mobile);height:var(--icon-size-mobile)}.fly-icon__image{margin-top:calc(-1 * var(--icon-size-mobile) / 2)}@keyframes lineDrop{0%{height:0}60%{height:calc(var(--height-mobile) * 1.08)}80%{height:calc(var(--height-mobile) * .98)}to{height:var(--height-mobile)}}@keyframes imageDrop{0%{transform:translateY(-100%);opacity:0}60%{transform:translateY(8%);opacity:1}80%{transform:translateY(-2%);opacity:1}to{transform:translateY(0);opacity:1}}}.image-group-carousel-item__button{--buttons-padding: 1.6rem;font-weight:500}.image-group-carousel-item__pagination-icon{border-radius:50%;overflow:hidden}.image-carousel-container{display:grid;gap:1.5rem;grid-template-columns:repeat(var(--column-span, 4),minmax(0,1fr));grid-template-rows:repeat(2,.5fr);height:100%}.image-carousel-item{overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center;grid-area:span var(--desktop-image-row) / span var(--desktop-image-column)}.image-carousel-link{display:block;width:100%;height:100%}.carousel-image{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.image-carousel-link:hover .carousel-image{transform:scale(1.05)}.image-carousel-controls{display:none}@media (max-width: 767.98px){.image-carousel-item{min-height:160px;grid-area:span var(--mobile-image-row) / span var(--mobile-image-column)}.image-carousel-container.image-carousel-mobile{grid-template-rows:var(--mobile-media-height);position:relative}.image-carousel-container.image-carousel-mobile .image-carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:all var(--duration-default) ease}.image-carousel-container.image-carousel-mobile .image-carousel-item__active{opacity:1}.image-carousel-container.image-carousel-mobile .image-carousel-controls{display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);justify-content:space-between;padding:0 1rem;pointer-events:none;z-index:10}.image-carousel-controls .swiper-button{pointer-events:auto;--color-secondary-button: 255, 255, 255;--color-secondary-button-border: 255, 255, 255;--swiper-navigation-size: 3rem}.image-carousel-controls .swiper-button-prev{left:1.4rem}.image-carousel-controls .swiper-button-next{right:1.4rem}}.image-group-carousel__swiper{position:relative}.image-group-carousel__pagination-container{margin-bottom:2rem}.image-group-carousel__pagination-container svg{position:absolute;top:50%;transform:translateY(-50%);display:none;cursor:pointer}.image-group-carousel__pagination-container:has(.will-scroll){padding:0 2rem;position:relative}.image-group-carousel__pagination-container:has(.will-scroll) svg{display:block}.image-group-carousel__pagination-container:has(.will-scroll) svg:first-child{left:0}.image-group-carousel__pagination-container:has(.will-scroll) svg:last-child{right:0}.image-group-carousel__pagination{position:static;flex-shrink:0;transition:all var(--duration-default);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.image-group-carousel__pagination::-webkit-scrollbar{display:none}.image-group-carousel__pagination.will-scroll{justify-content:start}.image-group-carousel__pagination-item{cursor:pointer;transition:opacity .3s ease;background:transparent}.image-group-carousel__pagination-item .image-group-carousel-item__button{--buttons-padding: 1.6rem;font-weight:500;transition:all .3s ease}.image-group-carousel__pagination-item.swiper-pagination-bullet-active .image-group-carousel-item__button{background:#f50;border-color:#f50;color:#fff}.image-group-carousel__pagination-item.swiper-pagination-bullet-active .image-group-carousel-item__button:after{border-color:#f50}.image-group-carousel-item__pagination-icon{border-radius:50%;overflow:hidden;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.image-group-carousel-item__pagination-icon img{width:100%;height:100%;object-fit:cover}@media (max-width: 767.98px){.image-group-carousel__pagination-container:has(.will-scroll) svg{display:none}.image-group-carousel__pagination-container:has(.will-scroll){padding:0}.image-group-carousel__pagination-item .image-group-carousel-item__button{--buttons-padding: 1rem;--buttons-height: 3.6rem}}.image-group-controller{padding-top:3rem;margin:0}.image-group-controller__tabs{position:relative;margin-bottom:3rem}.image-group-controller__tabs:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20%;height:100%;background-color:#fff;border-top-left-radius:1rem}.image-group-controller__tabs .image-group-controller__tab{width:auto;height:auto}.image-group-controller__tabs .image-group-controller__tab .btn--primary{background:#fff;border-color:#fff;font-weight:500;--buttons-height: 4.2rem;--buttons-padding: 2rem;min-width:11rem}.image-group-controller__tabs .image-group-controller__tab .btn--primary:after{border-color:#fff}.image-group-controller__tabs .image-group-controller__tab .btn--primary.active{background:rgb(var(--color-button));color:#fff;border-color:rgb(var(--color-button))}.image-group-controller__tabs .image-group-controller__tab .btn--primary.active:after{border-color:rgb(var(--color-button))}.image-group-controller__tabs .image-group-controller__tab .btn--primary:not(.active):hover{color:rgb(var(--color-button-text))}.image-group-controller__heading{line-height:1;margin-bottom:1rem}.image-group-controller__heading em{font-style:normal;font-size:1.8em}.image-group-controller__content{padding:0 2rem;margin-bottom:3rem;text-align:center}.image-group-controller__description{max-width:23rem;font-size:1.4rem;line-height:1.4}.image-group-controller__media{margin-top:auto}.image-group-controller__image .image{width:100%;object-fit:cover}@media (max-width:990px){.image-group-controller__tabs .image-group-controller__tab .btn--primary{min-width:0}}@media (max-width: 767.98px){.image-group-controller{padding-top:0;background-color:transparent;border-radius:0}.image-group-controller__contents{flex-direction:row}.image-group-controller__tabs{justify-content:flex-start}.image-group-controller__tabs .image-group-controller__tab .btn--primary{--buttons-height: 3.6rem;--buttons-padding: 1rem;min-width:7rem}.image-group-controller__content{padding:0;align-items:flex-start;text-align:left;margin-bottom:0}.image-group-controller__media{margin-top:0}.image-group-controller__image{height:100%}.image-group-controller__image .image{object-fit:contain}.image-group-controller__heading{font-size:2.8rem}.image-group-controller__heading em{font-size:1.3em}}.scrolling-item__image{border-radius:1.2rem;overflow:hidden}.slideshow-width-scrolling__scrolling{position:absolute;left:calc(var(--page-padding) * -1);top:calc(100% + 3rem);opacity:0;transition:all var(--duration-default)}.swiper-slide-active .slideshow-width-scrolling__scrolling{opacity:1}.slideshow-width-scrolling__item .slideshow__content{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:2;background:transparent}.slideshow-width-scrolling__item .slideshow__content *{pointer-events:auto}.slideshow-width-scrolling__item .slideshow__text{height:100%;display:flex;flex-direction:column;justify-content:var(--content-position-y, center);align-items:var(--content-position-x, center);text-align:var(--text-alignment, center);padding:3rem;--child-margin-top: 3.4rem}.slideshow-width-scrolling__item .content-overlay--top-left{--content-position-y: flex-start;--content-position-x: flex-start}.slideshow-width-scrolling__item .content-overlay--top-center{--content-position-y: flex-start;--content-position-x: center}.slideshow-width-scrolling__item .content-overlay--top-right{--content-position-y: flex-start;--content-position-x: flex-end}.slideshow-width-scrolling__item .content-overlay--middle-left{--content-position-y: center;--content-position-x: flex-start}.slideshow-width-scrolling__item .content-overlay--middle-center{--content-position-y: center;--content-position-x: center}.slideshow-width-scrolling__item .content-overlay--middle-right{--content-position-y: center;--content-position-x: flex-end}.slideshow-width-scrolling__item .content-overlay--bottom-left{--content-position-y: flex-end;--content-position-x: flex-start}.slideshow-width-scrolling__item .content-overlay--bottom-center{--content-position-y: flex-end;--content-position-x: center}.slideshow-width-scrolling__item .content-overlay--bottom-right{--content-position-y: flex-end;--content-position-x: flex-end}.slideshow-width-scrolling__item .slideshow__text.text-left{--text-alignment: left}.slideshow-width-scrolling__item .slideshow__text.text-center{--text-alignment: center}.slideshow-width-scrolling__item .slideshow__text.text-right{--text-alignment: right}.slideshow-width-scrolling__item .content-overlay--bottom-left,.slideshow-width-scrolling__item .content-overlay--bottom-center,.slideshow-width-scrolling__item .content-overlay--bottom-right{bottom:12rem}.slideshow-width-scrolling__item .slideshow__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(var(--color-overlay),var(--color-overlay-alpha, 0))}@media (max-width: 767.98px){.slideshow-width-scrolling__scrolling{top:calc(100% + 6rem)}}.tab-swiper-item.swiper-slide{height:auto;scale:.8;transition:scale .3s ease}.tab-swiper-item img{width:100%;height:auto;object-fit:cover;border-radius:2rem}.tab-swiper-item.swiper-slide.swiper-slide-active{scale:1}.tab-swiper-item.swiper-slide:not(.swiper-slide-active) .tab-swiper-item__image-icon{display:none}.tab-swiper-item__image-icon{bottom:1rem;right:1rem;z-index:1;cursor:pointer;transition:transform .2s ease}.tab-swiper-item__image-icon:hover{transform:scale(1.1)}.tab-swiper{width:100%;height:auto}.tab-swiper .tab-swiper__bullet{display:none}.tab-swiper__nav{width:fit-content;margin:5rem auto 0}.tab-swiper__nav-pagination{margin-inline:1rem}.tab-swiper__nav>.swiper-button{position:static;margin:0}@media (max-width: 767.98px){.tab-swiper__nav{margin-top:2rem}.tab-swiper__nav>.swiper-button{--swiper-navigation-size: 3.6rem}}.count-down-snippet .count-down__item{background:var(--countdown-background-color)}.count-down-snippet .count-down__number{color:var(--countdown-text-color);font-size:var(--font-size-desktop,2.8rem)}.count-down-snippet .count-down__label,.count-down-snippet .count-down__separator{color:var(--countdown-text-color)}@media (max-width: 767px){.count-down-snippet .count-down__item{min-width:5.2rem}.count-down-snippet .count-down__separator{font-size:1.4rem}.count-down-snippet .count-down__number{font-size:var(--font-size-mobile,1.4rem)}.count-down-snippet .count-down__label{line-height:1}}.coupon-code{border:1px solid rgb(var(--color-primary));border-radius:8px;overflow:hidden;background-image:var(--coupon-background-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.coupon-code:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--color-primary),.5)}.coupon-code__title,.coupon-code__code{color:#ffb224;font-weight:700;line-height:2rem;font-size:1.8rem}.coupon-code__description,.coupon-code__code-label,.count-down__label{font-size:1.4rem;line-height:1.6rem;font-weight:400}.coupon-code__half-bottom{background:#00000040;padding:2rem 3.6rem;position:relative}.coupon-code__button.btn{font-weight:500;font-size:1.6rem}.coupon-code__half-top{padding:1.6rem 2.4rem;border-bottom:.5px solid #00000026;position:relative}.count-down__item{min-width:8.7rem;background:#00000040;border-radius:1rem;padding-block:.7rem}.count-down__separator{font-size:2.4rem}.count-down__number{font-weight:600;font-size:2.4rem;line-height:1.2}.coupon-code__code-separator{width:1px;height:-webkit-fill-available;background:#00000026}.after__coupon-code{margin-top:-.6rem;margin-bottom:1.6rem;padding:.6rem 1rem;border:1px solid rgb(var(--color-primary));background:rgba(var(--color-primary),.1);border-radius:.4rem;width:fit-content}.after__coupon-code__title{font-size:1.4rem}.after__coupon-code__price{color:rgb(var(--color-primary));font-weight:700}@media (max-width:990px){.count-down__item{min-width:5.7rem}.coupon-code__half-bottom{padding:2rem 1rem}}@media (max-width: 767.98px){.coupon-code__half-top{padding:1rem 1.4rem}.count-down__item{min-width:6rem;padding-block:.5rem}.coupon-code__half-bottom{padding:1rem 1.4rem}.count-down__number{font-size:1.6rem}.coupon-code__description,.coupon-code__code-label,.count-down__label,.coupon-code__button.btn{font-size:1.2rem}}.icon-with-text__list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap-desktop) 1rem;margin-top:var(--gap-desktop)}.icon-with-text__list .icon-with-text__item{display:flex;gap:1rem;position:relative}.icon-with-text__list .icon-with-text__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.icon-with-text__list .icon-with-text__item-content{display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.icon-with-text__list .icon-with-text__icon{width:var(--icon-size-desktop);height:var(--icon-size-desktop);object-fit:contain}.icon-with-text__list .icon-with-text__heading{font-size:1.6rem;line-height:1;font-weight:600;color:var(--heading-color)}.icon-with-text__list .icon-with-text__text{font-size:1.4rem;line-height:1;font-weight:400;color:var(--text-color)}@media (max-width: 767px){.icon-with-text__list{gap:var(--gap-mobile) 1rem;margin-top:var(--gap-mobile)}.icon-with-text__list .icon-with-text__item{gap:.5rem}.icon-with-text__list .icon-with-text__icon{width:var(--icon-size-mobile);height:var(--icon-size-mobile)}.icon-with-text__list .icon-with-text__heading{font-size:1rem}.icon-with-text__list .icon-with-text__text{font-size:.7rem}}.product-accessories__list{padding:1.6rem;border:1px solid #ff5500;border-radius:.8rem}.product-accessories__item-image{width:48px;height:48px;background:#f0f0f0;flex-shrink:0}.product-accessories__item-title{font-weight:500}.product-accessories__item-description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-accessories__list-inner,.product-accessories__item-content,.product-accessories__item-content-info{min-width:0}.product-accessories__item-icon{opacity:0;visibility:hidden;position:relative;z-index:-1}.product-accessories__item-icon.product-accessories__item-icon--controls{opacity:1;cursor:pointer;visibility:visible;z-index:10;transition:transform .3s ease}.product-accessories__list .accordion-details{border:none;padding:0}.product-accessories__list .accordion-details__summary{list-style:none;cursor:pointer;padding:0;margin:0;border:none;background:none;width:100%}.product-accessories__list .accordion-details__summary::-webkit-details-marker{display:none}.product-accessories__list .accordion-details[open] .product-accessories__item-icon--controls{transform:rotate(180deg)}.product-accessories__list .accordion-details__summary{padding:0;border:none}.product-accessories__list .accordion-details__summary .icon-caret-down{transform:none}.product-accessories__item-link:empty{display:block}.product-accessories__item-checkbox{position:relative;z-index:10}.product-accessories__item-checkbox input[type=checkbox]{opacity:0;position:absolute;width:20px;height:20px;cursor:pointer}.product-accessories__checkbox-custom{width:20px;height:20px;border:1px solid #ddd;border-radius:4px;position:relative;cursor:pointer;transition:all .3s ease;background:#fff;display:flex;align-items:center;justify-content:center}.product-accessories__item-checkbox input[type=checkbox]:checked+.product-accessories__checkbox-custom{border-color:#f50}.product-accessories__checkbox-custom:after{content:"";width:6px;height:10px;border:solid #ff5500;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.product-accessories__item-checkbox input[type=checkbox]:checked+.product-accessories__checkbox-custom:after{opacity:1}.product-accessories__item-checkbox input[type=checkbox]:hover+.product-accessories__checkbox-custom{border-color:#f50}.accordion-details__content .product-accessories__item:not(:last-child){margin-bottom:1.6rem}
/*# sourceMappingURL=/cdn/shop/t/58/compiled_assets/styles.css.map */
