.editorial-blog{background:#fff;overflow:hidden}.editorial-blog__breadcrumb{display:flex;align-items:center;gap:4px;padding:20px 48px;font-size:12px;text-transform:uppercase;color:#2a2724;font-weight:400}.editorial-blog__slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0009,#0000004d 60%,#0000001a)}.editorial-blog__breadcrumb a{color:inherit;text-decoration:none;transition:opacity .2s}.editorial-blog__breadcrumb a:hover{opacity:.55}.editorial-blog__header{text-align:center;padding:8px 48px 36px}.editorial-blog__heading{font-size:28px;font-weight:300;color:#2a2724;line-height:0px;margin:0 0 40px}.editorial-blog__subheading{font-size:12px;color:#6e685f;line-height:20px;font-weight:400;max-width:500px;margin:0 auto}.editorial-blog__tabs-outer{position:relative;padding:0 48px 48px}.editorial-blog__tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.editorial-blog__tab-btn{background:transparent;border:1px solid #989187;padding:10px 30px;border-radius:4px;font-size:12px;font-weight:500;color:#16213a;cursor:pointer;text-transform:uppercase;transition:all .25s ease;font-family:Montserrat,sans-serif}.editorial-blog__tab-btn:hover,.editorial-blog__tab-btn.is-active{color:#f8f6f1;background:#16213a;border-color:#16213a}.editorial-blog__tab-btn:focus-visible{outline:2px solid #16213A;outline-offset:2px}.editorial-blog__scroll-arrow{display:none}.editorial-blog__panels{position:relative;padding:0 50px 50px}.editorial-blog__panel{display:none}.editorial-blog__panel.is-active{display:block}.editorial-blog__carousel{position:relative}.editorial-blog__track-wrapper{overflow:hidden;border-radius:8px;cursor:grab;user-select:none;-webkit-user-select:none}.editorial-blog__track-wrapper.is-dragging{cursor:grabbing}.editorial-blog__track{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}.editorial-blog__slide{flex:0 0 100%;min-width:100%;position:relative;height:clamp(420px,65vw,700px);overflow:hidden}.editorial-blog__slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform 8s ease}.editorial-blog__slide:hover .editorial-blog__slide-bg{transform:scale(1.03)}.editorial-blog__slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.editorial-blog__slide-content{position:absolute;max-width:650px;padding:50px;top:0;left:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.editorial-blog__slide-content .editorial-blog__slide-title,.editorial-blog__slide-content .editorial-blog__slide-excerpt,.editorial-blog__slide-content .editorial-blog__slide-cta{opacity:0;transform:translateY(20px)}.editorial-blog__slide.is-content-visible .editorial-blog__slide-title{animation:ebSlideUp .65s cubic-bezier(.22,1,.36,1) 0ms forwards}.editorial-blog__slide.is-content-visible .editorial-blog__slide-excerpt{animation:ebSlideUp .65s cubic-bezier(.22,1,.36,1) .12s forwards}.editorial-blog__slide.is-content-visible .editorial-blog__slide-cta{animation:ebSlideUp .65s cubic-bezier(.22,1,.36,1) .24s forwards}@keyframes ebSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.editorial-blog__slide-category{display:none;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#c9a96e;font-weight:500;margin-bottom:16px}.editorial-blog__slide-title{font-size:32px;font-weight:400;color:#f8f6f1;line-height:42px;margin:0 0 16px}.editorial-blog__slide-excerpt{font-size:12px;max-width:350px;color:#f8f6f1;line-height:20px;font-weight:400;margin:0 0 28px}.editorial-blog__slide-cta{display:inline-block;padding:8px 16px;border-radius:4px;border:1px solid rgba(255,252,245,.5);color:#f8f6f1;font-size:10px;text-transform:uppercase;text-decoration:none;font-weight:500;background:transparent;transition:background .3s ease,color .3s ease,border-color .3s ease}.editorial-blog__slide-cta:hover{background:#fff;color:#16213a;border-color:#fff}.editorial-blog__arrows{display:none}.editorial-blog__dots{position:absolute;bottom:clamp(28px,4vw,52px);left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.editorial-blog__dot{width:16px;height:4px;border-radius:4px;background:#fffcf559;border:none;cursor:pointer;padding:0;position:relative;overflow:hidden;transition:width .25s cubic-bezier(.4,0,.2,1)}.editorial-blog__dot.is-active{background:#fffcf533;width:44px}.editorial-blog__dot.is-active:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:#f8f6f1;border-radius:3px;transform-origin:left center;transform:scaleX(0);animation:ebPillFill var(--eb-pill-dur, 5.5s) linear forwards}@keyframes ebPillFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.editorial-blog__empty{padding:80px 48px;text-align:center;color:#6b6560;font-size:14px}@media screen and (max-width:768px){.editorial-blog__breadcrumb{padding:40px 0 20px;font-size:10px;justify-content:center!important}.editorial-blog__header{padding:8px 20px 28px}.editorial-blog__tabs-outer{padding:0 20px}.editorial-blog__tabs{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:8px}.editorial-blog__tabs.eb-tabs--center{justify-content:safe center}.editorial-blog__tabs::-webkit-scrollbar{display:none}.editorial-blog__tab-btn{flex-shrink:0;padding:10px 18px;font-size:10px;letter-spacing:0px!important}.editorial-blog__scroll-arrow{display:flex!important;align-items:center;justify-content:flex-end;position:absolute;right:0;top:0;bottom:0;width:52px;background:linear-gradient(to right,transparent,#fffcf5 55%);pointer-events:auto;cursor:pointer;z-index:5;padding-right:4px;transition:opacity .2s ease,visibility .2s ease}.editorial-blog__scroll-arrow.eb-arrow-hidden{opacity:0!important;visibility:hidden!important}.editorial-blog__panels{padding:40px 20px}.editorial-blog__slide{height:clamp(380px,85vw,520px)}.editorial-blog__slide-content{padding:28px 24px;max-width:100%;text-align:center;justify-content:center;align-items:center}.editorial-blog__dots{bottom:24px}.editorial-blog__arrows{display:block}.editorial-blog__arrow{position:absolute;top:38%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(255,255,255,.6);background:#0003;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;z-index:10;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .25s ease}.editorial-blog__arrow:hover{background:#0006}.editorial-blog__arrow--prev{left:12px}.editorial-blog__arrow--next{right:12px}.editorial-blog__arrow svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.editorial-blog__empty{padding:48px 24px}.editorial-blog__slide-title{font-size:22px;width:200px;text-align:center;font-weight:400;color:#f8f6f1;line-height:30px;margin:0 0 16px}.editorial-blog__slide-excerpt{text-align:center}.editorial-blog__heading{font-size:22px;margin:0 0 30px}}@media screen and (max-width:480px){.editorial-blog__tab-btn{padding:9px 14px;font-size:9.5px}.editorial-blog__slide{height:clamp(380px,85vw,520px)}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map?subset=AAAAAEA */
