.category-bestsellers{--bg-color: #FBF9F7;--text-primary: #000000;--text-white: #FFFFFF;--accent-orange: #EA6329;--decorative-brown: #431C01;--border-color: #000000;--section-height: 1100px;--section-padding-top: 93px;--title-size: 36px;--title-line-height: 1.3;--title-tracking: 1.25px;--tab-size: 16px;--tab-line-height: 1.3;--tab-tracking: .2px;--tab-padding-x: 21px;--tab-padding-y: 14px;--tab-radius: 46px;--tab-gap: 12px;--tab-border-width: 1px;--deco-text-size: 120px;--deco-text-line-height: 1.1;--product-title-size: 32px;--product-title-line-height: 1.3;--product-price-size: 25px;--product-price-line-height: 30px;--cta-width: 180px;--cta-height: 53px;--cta-radius: 36px;--cta-text-size: 16px;--cta-icon-size: 33px;--circle-size: 500px;--content-top: 218px;--product-info-left: 95px;--product-info-bottom: 146px;--cta-bottom: 76px;--transition-duration: .4s;--transition-easing: cubic-bezier(.25, .46, .45, .94)}.category-bestsellers{position:relative;width:100%;min-height:var(--section-height);background-color:var(--bg-color);overflow:hidden}.category-bestsellers__inner{position:relative;max-width:1440px;min-height:var(--section-height);margin:0 auto}.category-bestsellers__header{position:absolute;top:var(--section-padding-top);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;z-index:10}.category-bestsellers__title{font-family:Oakes Grotesk,Assistant,Arial,sans-serif;font-size:var(--title-size);font-weight:700;line-height:var(--title-line-height);letter-spacing:var(--title-tracking);text-transform:uppercase;text-align:center;color:var(--text-primary);margin:0}.category-bestsellers__tabs{display:flex;align-items:center;gap:var(--tab-gap)}.category-bestsellers__tab{display:flex;align-items:center;justify-content:center;padding:var(--tab-padding-y) var(--tab-padding-x);border-radius:var(--tab-radius);font-family:Oakes Grotesk,Assistant,Arial,sans-serif;font-size:var(--tab-size);font-weight:600;line-height:var(--tab-line-height);letter-spacing:var(--tab-tracking);text-transform:uppercase;cursor:pointer;transition:background-color var(--transition-duration) var(--transition-easing),color var(--transition-duration) var(--transition-easing),border-color var(--transition-duration) var(--transition-easing);border:var(--tab-border-width) solid var(--border-color);background-color:transparent;color:var(--text-primary);white-space:nowrap}.category-bestsellers__tab:hover{background-color:#ea63291a}.category-bestsellers__tab.is-active{background-color:var(--accent-orange);border-color:var(--accent-orange);color:var(--text-white)}.category-bestsellers__content{position:absolute;top:var(--content-top);left:219px;width:1022px;height:779px}.category-bestsellers__panel{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity var(--transition-duration) var(--transition-easing),visibility var(--transition-duration) var(--transition-easing)}.category-bestsellers__panel.is-active{opacity:1;visibility:visible}.category-bestsellers__circle{position:absolute;width:var(--circle-size);height:var(--circle-size);border-radius:50%;background-color:var(--accent-orange);left:calc(50% - 11px);top:86px;transform:translate(-50%);z-index:1}.category-bestsellers__circle-image{width:100%;height:100%;object-fit:contain}.category-bestsellers__model{position:absolute;left:250px;top:0;width:522px;height:771px;z-index:3;cursor:pointer}.category-bestsellers__model-link{display:block;width:100%;height:100%}.category-bestsellers__model-image{width:100%;height:100%;object-fit:contain;object-position:center bottom}.category-bestsellers__model.has-3d-rotation{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%23EA6329' stroke='white' stroke-width='2'/%3E%3Cpath d='M10 16h12M10 16l3-3M10 16l3 3M22 16l-3-3M22 16l-3 3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 16 16,pointer;user-select:none;-webkit-user-select:none;touch-action:pan-y}.category-bestsellers__model.has-3d-rotation:hover{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%23EA6329' stroke='white' stroke-width='2'/%3E%3Cpath d='M10 16h12M10 16l3-3M10 16l3 3M22 16l-3-3M22 16l-3 3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 16 16,pointer}.category-bestsellers__model.has-3d-rotation.is-dragging{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%23000' stroke='white' stroke-width='2'/%3E%3Cpath d='M10 16h12M10 16l3-3M10 16l3 3M22 16l-3-3M22 16l-3 3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 16 16,grabbing}.category-bestsellers__model-3d{position:relative;width:100%;height:100%;perspective:1200px;perspective-origin:center center}.category-bestsellers__model-angles{position:relative;width:100%;height:100%;transform-style:preserve-3d;will-change:transform}.category-bestsellers__model-image--angle{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;opacity:0;visibility:hidden;transition:opacity .15s cubic-bezier(.4,0,.2,1);backface-visibility:hidden;will-change:opacity}.category-bestsellers__model-image--angle.is-active{opacity:1;visibility:visible}.category-bestsellers__model-image--angle.is-fading-out{opacity:0;visibility:visible}.category-bestsellers__model-image--angle.is-fading-in{opacity:1;visibility:visible}.category-bestsellers__model-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#ea6329e6;border-radius:50px;z-index:10;opacity:1;transition:opacity .4s ease-out,transform .4s ease-out;pointer-events:none;box-shadow:0 4px 15px #ea63294d}.category-bestsellers__model-hint svg{width:20px;height:20px;color:#fff;animation:hintSwipe 1.2s ease-in-out infinite}.category-bestsellers__model-hint span{font-family:Oakes Grotesk,Assistant,Arial,sans-serif;font-size:13px;font-weight:600;color:#fff;white-space:nowrap;letter-spacing:.3px}.category-bestsellers__model-hint.is-hidden{opacity:0;visibility:hidden;transform:translate(-50%) translateY(10px)}@keyframes hintSwipe{0%,to{transform:translate(-3px)}50%{transform:translate(3px)}}.category-bestsellers__model.has-3d-rotation:hover .category-bestsellers__model-angles{transform:translateY(-2px);transition:transform .3s ease-out}.category-bestsellers__model.has-3d-rotation.is-dragging .category-bestsellers__model-angles{transition:none}.category-bestsellers__prop{position:absolute;left:625px;top:314px;width:310px;height:465px;z-index:2}.category-bestsellers__prop-image{width:100%;height:100%;object-fit:cover}.category-bestsellers__prop[data-prop-wrapper]{position:absolute}.category-bestsellers__prop[data-prop-wrapper] .category-bestsellers__prop-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .2s ease-out;pointer-events:none}.category-bestsellers__prop[data-prop-wrapper] .category-bestsellers__prop-image.is-active{opacity:1;pointer-events:auto}.category-bestsellers__prop[data-prop-wrapper] .category-bestsellers__prop-image.is-fading-out{opacity:.3;object-position:center center}.category-bestsellers__deco-text{position:absolute;font-family:Passion One,Impact,sans-serif;font-size:var(--deco-text-size);font-weight:700;line-height:var(--deco-text-line-height);color:var(--decorative-brown);text-transform:uppercase;white-space:nowrap;z-index:2;pointer-events:none}.category-bestsellers__deco-text p{margin:0;padding:0;line-height:inherit}.category-bestsellers__deco-text--pos-top-left{top:20px;bottom:auto;left:calc(50% - 511px);right:auto}.category-bestsellers__deco-text--pos-top-right{top:20px;bottom:auto;left:calc(50% + 128px);right:auto}.category-bestsellers__deco-text--pos-bottom-left{bottom:180px;top:auto;left:calc(50% - 511px);right:auto}.category-bestsellers__deco-text--pos-bottom-right{bottom:180px;top:auto;left:calc(50% + 128px);right:auto}.category-bestsellers__product-info{position:absolute;left:var(--product-info-left);bottom:var(--product-info-bottom);width:310px;z-index:10;opacity:0;visibility:hidden;transition:opacity var(--transition-duration) var(--transition-easing),visibility var(--transition-duration) var(--transition-easing)}.category-bestsellers__product-info.is-active{opacity:1;visibility:visible}.category-bestsellers__product-text{display:flex;flex-direction:column;gap:8px;color:var(--text-primary)}.category-bestsellers__product-title{font-family:Oakes Grotesk,Assistant,Arial,sans-serif;font-size:var(--product-title-size);font-weight:700;line-height:var(--product-title-line-height);text-transform:capitalize;margin:0}.category-bestsellers__product-price{font-family:Roboto,Arial,sans-serif;font-size:var(--product-price-size);font-weight:700;line-height:var(--product-price-line-height);margin:0}.category-bestsellers__cta{position:absolute;left:var(--product-info-left);bottom:var(--cta-bottom);width:var(--cta-width);height:var(--cta-height);z-index:10;opacity:0;visibility:hidden;transition:opacity var(--transition-duration) var(--transition-easing),visibility var(--transition-duration) var(--transition-easing)}.category-bestsellers__cta.is-active{opacity:1;visibility:visible}.category-bestsellers__cta-button{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;background-color:var(--accent-orange);border-radius:var(--cta-radius);padding:0 10px 0 21px;text-decoration:none;overflow:hidden;transition:transform var(--transition-duration) var(--transition-easing),box-shadow var(--transition-duration) var(--transition-easing)}.category-bestsellers__cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ea63294d}.category-bestsellers__cta-text{font-family:Oakes Grotesk,Assistant,Arial,sans-serif;font-size:var(--cta-text-size);font-weight:600;line-height:var(--tab-line-height);letter-spacing:var(--tab-tracking);color:var(--text-white);text-transform:uppercase;white-space:nowrap}.category-bestsellers__cta-icon{display:flex;align-items:center;justify-content:center;width:var(--cta-icon-size);height:var(--cta-icon-size);background-color:var(--text-white);border-radius:300px;flex-shrink:0}.category-bestsellers__cta-icon svg{width:24px;height:24px}.category-bestsellers__nav{display:none}.category-bestsellers__nav-desktop{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:var(--accent-orange);border:none;border-radius:50%;cursor:pointer;z-index:20;color:#fff;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.category-bestsellers__nav-desktop:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 16px #ea632966;background-color:#d55520}.category-bestsellers__nav-desktop:active{transform:translateY(-50%) scale(.95)}.category-bestsellers__nav-desktop--prev{left:20px}.category-bestsellers__nav-desktop--next{right:20px}.category-bestsellers__nav-desktop svg{width:16px;height:16px;pointer-events:none}.category-bestsellers__dots{display:flex;justify-content:center;align-items:center;gap:8px;position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:15}.category-bestsellers__dot{width:8px;height:8px;border-radius:50%;background-color:#0003;border:none;padding:0;cursor:pointer;transition:all .3s ease}.category-bestsellers__dot:hover{background-color:#0006}.category-bestsellers__dot.is-active{width:24px;border-radius:4px;background-color:var(--accent-orange)}@media screen and (min-width:1200px)and (max-width:1399px){.category-bestsellers{--section-height: 1000px;--product-info-bottom: 130px;--cta-bottom: 60px;--content-top: 200px}.category-bestsellers__content{left:160px;width:900px;height:700px}.category-bestsellers__model{left:220px;width:460px;height:680px}.category-bestsellers__prop{left:550px;top:280px;width:280px;height:420px}.category-bestsellers__deco-text--pos-top-left{top:15px;bottom:auto;left:calc(50% - 460px);right:auto}.category-bestsellers__deco-text--pos-top-right{top:15px;bottom:auto;left:calc(50% + 100px);right:auto}.category-bestsellers__deco-text--pos-bottom-left{bottom:160px;top:auto;left:calc(50% - 460px);right:auto}.category-bestsellers__deco-text--pos-bottom-right{bottom:160px;top:auto;left:calc(50% + 100px);right:auto}}@media screen and (min-width:750px)and (max-width:1199px){.category-bestsellers{--section-height: auto;--section-padding-top: 50px;--title-size: 30px;--tab-size: 14px;--tab-padding-x: 16px;--tab-padding-y: 12px;--deco-text-size: 70px;--deco-text-line-height: 1.1;--circle-size: 320px;--product-title-size: 26px;--product-price-size: 22px;--cta-width: 160px;--cta-height: 48px}.category-bestsellers__inner{min-height:auto;padding-bottom:50px}.category-bestsellers__header{position:relative;top:0;left:0;transform:none;padding:var(--section-padding-top) 20px 24px;width:100%}.category-bestsellers__tabs{flex-wrap:wrap;justify-content:center}.category-bestsellers__content{position:relative;top:0;left:0;width:100%;height:auto;padding:0 20px}.category-bestsellers__panel{position:relative;display:none}.category-bestsellers__panel.is-active{display:block;position:relative}.category-bestsellers__visual{position:relative;width:100%;height:480px;display:flex;align-items:center;justify-content:center;overflow:visible}.category-bestsellers__circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--circle-size);height:var(--circle-size)}.category-bestsellers__model{position:relative;left:0;top:0;width:380px;height:470px;margin:0 auto;z-index:3}.category-bestsellers__prop{display:none}.category-bestsellers__deco-text--pos-top-left{top:10px;bottom:auto;left:5%;right:auto}.category-bestsellers__deco-text--pos-top-right{top:10px;bottom:auto;right:5%;left:auto}.category-bestsellers__deco-text--pos-bottom-left{bottom:10px;top:auto;left:5%;right:auto}.category-bestsellers__deco-text--pos-bottom-right{bottom:10px;top:auto;right:5%;left:auto}.category-bestsellers__product-info{position:relative;left:0;bottom:auto;width:100%;padding:0;text-align:center;display:none;opacity:1;visibility:visible}.category-bestsellers__product-info.is-active{display:block;padding:20px 0 8px}.category-bestsellers__product-text{align-items:center}.category-bestsellers__cta{position:relative;left:0;bottom:auto;width:100%;height:auto;padding-bottom:0;display:none;opacity:1;visibility:visible}.category-bestsellers__cta.is-active{display:flex;justify-content:center;padding-bottom:10px}.category-bestsellers__cta-button{width:var(--cta-width)}.category-bestsellers__nav-desktop{display:flex;top:45%}.category-bestsellers__nav-desktop--prev{left:10px}.category-bestsellers__nav-desktop--next{right:10px}.category-bestsellers__dots{position:relative;bottom:auto;left:auto;transform:none;display:flex;justify-content:center;padding:16px 0}}@media screen and (min-width:750px)and (max-width:849px){.category-bestsellers{--deco-text-size: 55px;--circle-size: 270px;--product-title-size: 24px;--product-price-size: 20px}.category-bestsellers__visual{height:400px}.category-bestsellers__model{width:300px;height:390px}.category-bestsellers__nav-desktop{width:40px;height:40px}}@media screen and (min-width:850px)and (max-width:989px){.category-bestsellers{--deco-text-size: 65px;--circle-size: 310px}.category-bestsellers__visual{height:440px}.category-bestsellers__model{width:340px;height:430px}}@media screen and (min-width:990px)and (max-width:1199px){.category-bestsellers{--section-padding-top: 60px;--title-size: 34px;--deco-text-size: 90px;--circle-size: 400px;--product-title-size: 30px;--product-price-size: 24px;--cta-width: 170px;--cta-height: 50px}.category-bestsellers__visual{height:560px}.category-bestsellers__model{width:440px;height:550px}}@media screen and (max-width:749px){.category-bestsellers{--section-height: 720px;--section-padding-top: 40px;--title-size: 24px;--title-tracking: .8px;--tab-size: 13px;--tab-padding-x: 14px;--tab-padding-y: 10px;--tab-gap: 8px;--deco-text-size: 48px;--deco-text-line-height: 44px;--circle-size: 250px;--product-title-size: 22px;--product-price-size: 20px;--product-price-line-height: 26px;--cta-width: 160px;--cta-height: 44px;--cta-text-size: 13px;--cta-icon-size: 28px;max-height:720px!important;height:720px!important;overflow:hidden}.category-bestsellers__inner{position:relative;min-height:720px;max-height:720px;height:720px;padding-bottom:0;overflow:hidden}.category-bestsellers__header{position:relative;top:0;left:0;transform:none;padding:var(--section-padding-top) 16px 24px;width:100%}.category-bestsellers__tabs{flex-wrap:wrap;justify-content:center;gap:var(--tab-gap)}.category-bestsellers__tab{flex:0 0 auto}.category-bestsellers__content{position:relative;top:0;left:0;width:100%;height:auto;padding:0;overflow:visible}.category-bestsellers__panel{position:relative;display:none;flex-direction:column;align-items:center;overflow:visible}.category-bestsellers__panel.is-active{display:flex;position:relative;overflow:visible}.category-bestsellers__visual{position:relative;width:100%;min-height:340px;max-height:340px;height:340px;display:flex;align-items:center;justify-content:center;overflow:visible}.category-bestsellers__nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background-color:var(--accent-orange);border:none;border-radius:50%;cursor:pointer;z-index:20;color:#fff;transition:transform .2s ease,box-shadow .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;pointer-events:auto}.category-bestsellers__nav:active{transform:translateY(-50%) scale(.92);background-color:#d45520}.category-bestsellers__nav--prev{left:8px}.category-bestsellers__nav--next{right:8px}.category-bestsellers__nav svg{width:16px;height:16px;pointer-events:none}.category-bestsellers__nav-desktop,.category-bestsellers__dots{display:none}.category-bestsellers__deco-text--pos-top-left{top:10px;bottom:auto;left:5%;right:auto}.category-bestsellers__deco-text--pos-top-right{top:10px;bottom:auto;right:5%;left:auto}.category-bestsellers__deco-text--pos-bottom-left{bottom:10px;top:auto;left:5%;right:auto}.category-bestsellers__deco-text--pos-bottom-right{bottom:10px;top:auto;right:5%;left:auto}.category-bestsellers__circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--circle-size);height:var(--circle-size)}.category-bestsellers__model{position:relative;left:0;top:0;width:280px;height:380px;z-index:3}.category-bestsellers__prop{display:block;position:absolute;right:-20px;bottom:0;left:auto;top:auto;width:140px;height:200px;z-index:4}.category-bestsellers__deco-text--pos-top-left{top:20px;bottom:auto;left:10px;right:auto}.category-bestsellers__deco-text--pos-top-right{top:20px;bottom:auto;right:10px;left:auto}.category-bestsellers__deco-text--pos-bottom-left{bottom:10px;top:auto;left:10px;right:auto}.category-bestsellers__deco-text--pos-bottom-right{bottom:10px;top:auto;right:10px;left:auto}.category-bestsellers__product-info{position:absolute!important;left:0!important;right:0!important;bottom:140px!important;top:auto!important;width:100%;padding:0 16px;margin:0;text-align:center;z-index:15}.category-bestsellers__product-info.is-active{opacity:1;visibility:visible}.category-bestsellers__product-text{align-items:center;gap:2px;margin:0;padding:0}.category-bestsellers__product-title{text-align:center;margin:0;padding:0}.category-bestsellers__product-price{margin:0;padding:0}.category-bestsellers__cta{position:absolute!important;left:0!important;right:0!important;bottom:75px!important;top:auto!important;width:100%;height:auto;display:flex;justify-content:center;padding:0 16px;margin:0;z-index:15}.category-bestsellers__cta.is-active{opacity:1;visibility:visible}.category-bestsellers__cta-button{width:var(--cta-width);height:var(--cta-height);padding:0 8px 0 16px;gap:8px}.category-bestsellers__cta-icon{width:var(--cta-icon-size);height:var(--cta-icon-size)}.category-bestsellers__cta-icon svg{width:16px;height:16px}}@media screen and (max-width:374px){.category-bestsellers{--section-height: 620px;--title-size: 20px;--tab-size: 12px;--tab-padding-x: 12px;--tab-padding-y: 8px;--deco-text-size: 36px;--deco-text-line-height: 34px;--circle-size: 200px;--product-title-size: 20px;--product-price-size: 18px;--cta-width: 145px;--cta-height: 42px;--cta-text-size: 12px;--cta-icon-size: 26px;height:620px!important;max-height:620px!important}.category-bestsellers__inner{min-height:620px;max-height:620px;height:620px}.category-bestsellers__model{width:240px;height:320px}.category-bestsellers__visual{min-height:310px;max-height:310px;height:310px}.category-bestsellers__product-info{bottom:90px!important}.category-bestsellers__cta{bottom:35px!important}}@media screen and (min-width:1600px){.category-bestsellers{--section-height: 1400px;--title-size: 42px;--tab-size: 18px;--tab-padding-x: 24px;--tab-padding-y: 16px;--deco-text-size: 140px;--deco-text-line-height: 1.1;--circle-size: 580px;--product-title-size: 36px;--product-price-size: 28px;--cta-width: 200px;--cta-height: 58px;--product-info-bottom: 390px;--cta-bottom: 320px}.category-bestsellers__inner{max-width:1600px}.category-bestsellers__content{left:280px;width:1140px}.category-bestsellers__model{width:580px;height:850px}.category-bestsellers__prop{left:700px;width:350px;height:520px}}@media(prefers-reduced-motion:reduce){.category-bestsellers__tab,.category-bestsellers__panel,.category-bestsellers__product-info,.category-bestsellers__cta,.category-bestsellers__cta-button,.category-bestsellers__model-angles,.category-bestsellers__model-image--angle,.category-bestsellers__model-hint{transition:none}.category-bestsellers__model-hint svg{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/section-category-bestsellers.css.map */
