:root{--fortera-font-heading:var(--font-heading-family);--fortera-font-body:var(--font-body-family);--fortera-transition:.4s cubic-bezier(.25,.46,.45,.94);--fortera-transition-fast:.2s ease;--fortera-transition-slow:.8s cubic-bezier(.25,.46,.45,.94)}.fortera-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fortera-animate.is-visible{opacity:1;transform:translateY(0)}.fortera-animate--delay-1{transition-delay:.1s}.fortera-animate--delay-2{transition-delay:.2s}.fortera-animate--delay-3{transition-delay:.3s}.fortera-animate--delay-4{transition-delay:.4s}.fortera-fade-in{opacity:0;transition:opacity 1s ease}.fortera-fade-in.is-visible{opacity:1}.fortera-hero{position:relative;width:100%;height:100vh;min-height:600px;max-height:900px;overflow:hidden;display:flex;align-items:center;justify-content:center}.fortera-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.fortera-hero__media img,.fortera-hero__media video{width:100%;height:100%;object-fit:cover}.fortera-hero__img--mobile{display:none}@media(max-width:749px){.fortera-hero__img--desktop{display:none}.fortera-hero__img--mobile{display:block}}.fortera-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#0000004d);z-index:2}.fortera-hero__content{position:relative;z-index:3;text-align:center;color:#fff;padding:0 2rem;max-width:800px}.fortera-hero__subtitle{font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:400;opacity:0;transform:translateY(20px);animation:fortera-fadeUp .8s ease forwards .3s}.fortera-hero__title{font-family:var(--fortera-font-heading);font-size:clamp(3rem,6vw,5.5rem);font-weight:400;line-height:1.1;margin:0 0 2rem;opacity:0;transform:translateY(20px);animation:fortera-fadeUp .8s ease forwards .5s}.fortera-hero__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(20px);animation:fortera-fadeUp .8s ease forwards .7s}.fortera-hero__buttons .button{padding:1.4rem 3.5rem;font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500}@keyframes fortera-fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:749px){.fortera-hero{height:70vh;min-height:450px}.fortera-hero__media img,.fortera-hero__media video{object-position:70% center}.fortera-hero__title{font-size:clamp(2.4rem,8vw,3.6rem)}.fortera-hero__content{padding:0 1.5rem}.fortera-hero__buttons .button{padding:1rem 2rem;font-size:1rem}}.fortera-section-title{text-align:center;margin-bottom:3rem}.fortera-section-title__heading{font-family:var(--fortera-font-heading);font-size:1.3rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;margin:0 0 1rem;color:var(--color-foreground)}.fortera-section-title__line{width:40px;height:2px;background:rgba(var(--color-foreground),.12);margin:0 auto}.fortera-section-title__subheading{font-family:var(--fortera-font-heading);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:400;font-style:italic;margin:0;color:var(--color-foreground)}.fortera-section-title__description{font-size:1.4rem;color:var(--color-foreground);margin-top:.5rem}.fortera-tab-collection{padding:6rem 0}.fortera-tabs{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.fortera-tab{background:none;border:none;padding:.8rem 1.5rem;font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;color:var(--color-foreground);position:relative;transition:color var(--fortera-transition-fast);font-family:var(--fortera-font-body)}.fortera-tab.is-active{color:var(--color-foreground);border:1px solid var(--color-foreground);border-radius:30px}.fortera-tab:hover{color:var(--color-foreground)}.fortera-tab-content{display:none}.fortera-tab-content.is-active{display:block}.fortera-product-grid{display:grid;gap:2rem}.fortera-product-grid--3{grid-template-columns:repeat(3,1fr)}.fortera-product-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:989px){.fortera-product-grid--3,.fortera-product-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:549px){.fortera-product-grid--3,.fortera-product-grid--4{grid-template-columns:1fr}}.fortera-product-card{position:relative}.fortera-product-card__media{position:relative;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #0000000f;padding:12px}.fortera-product-card__media img{width:100%;height:auto;display:block;transition:opacity var(--fortera-transition)}.fortera-product-card__media img.fortera-product-card__hover-img{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0}.fortera-product-card:hover .fortera-product-card__hover-img{opacity:1}.fortera-product-card:hover .fortera-product-card__primary-img{opacity:0}.fortera-product-card__badge{position:absolute;top:1rem;left:1rem;background:#fff;color:var(--color-foreground);padding:.4rem 1rem;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;z-index:2;border:1px solid rgba(var(--color-foreground),.12)}.fortera-product-card__quick-add{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(10px);background:#fff;color:var(--color-foreground);border:1px solid var(--color-foreground);padding:1rem 2rem;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;opacity:0;transition:all var(--fortera-transition);z-index:2;white-space:nowrap;font-family:var(--fortera-font-body)}.fortera-product-card:hover .fortera-product-card__quick-add{opacity:1;transform:translate(-50%) translateY(0)}.fortera-product-card__quick-add:hover{background:var(--color-foreground);color:#fff}.fortera-product-card__info{padding:1.2rem 0 0}.fortera-product-card__title{font-family:var(--fortera-font-body);font-size:1.4rem;font-weight:500;margin:0 0 .3rem;color:var(--color-foreground)}.fortera-product-card__title a{text-decoration:none;color:inherit}.fortera-product-card__title a:hover{text-decoration:underline}.fortera-product-card__meta{font-size:1.2rem;color:var(--color-foreground);margin:0}.fortera-product-card__price{font-weight:500}.fortera-product-card__colors{font-size:1.1rem;color:rgb(var(--color-button));text-transform:uppercase;letter-spacing:.1em;margin-top:.4rem}.fortera-product-card__swatches{display:flex;gap:.5rem;margin-top:.6rem}.fortera-product-card__swatch{width:24px;height:24px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.12);overflow:hidden;cursor:pointer;transition:border-color var(--fortera-transition-fast)}.fortera-product-card__swatch:hover,.fortera-product-card__swatch.is-active{border-color:var(--color-foreground)}.fortera-product-card__swatch img{width:100%;height:100%;object-fit:cover;border-radius:50%}.fortera-curated{padding:6rem 0}.fortera-curated__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.fortera-curated__products{min-width:0;overflow:hidden}.fortera-curated__slider{display:block;position:relative}.fortera-curated__nav-btn{display:none}.fortera-curated__slider-track{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.fortera-curated__slide{min-width:0}.fortera-curated__feature{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:500px}.fortera-curated__feature img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.fortera-curated__feature:hover img{transform:scale(1.05)}.fortera-curated__feature-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000040}.fortera-curated__feature-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem}.fortera-curated__feature-label{font-size:1.1rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:.5rem}.fortera-curated__feature-title{font-family:var(--fortera-font-heading);font-size:clamp(2rem,3vw,3.2rem);font-weight:400;font-style:italic;margin:0 0 1.5rem;line-height:1.2}.fortera-curated__feature-btn{display:inline-block;padding:1.2rem 3rem;background:#fff;color:var(--color-foreground);text-decoration:none;font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;transition:all var(--fortera-transition)}.fortera-curated__feature-btn:hover{background:var(--color-foreground);color:#fff}@media(max-width:989px){.fortera-curated__grid{grid-template-columns:1fr}.fortera-curated__feature{min-height:400px}.fortera-curated__slider-wrap{overflow:hidden}.fortera-curated__slider-track{display:flex;gap:0;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.fortera-curated__slide{flex:0 0 auto}}.fortera-curated__grid--reversed{direction:rtl}.fortera-curated__grid--reversed>*{direction:ltr}.fortera-shop-look{background:var(--color-background)}.fortera-shop-look__grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.fortera-shop-look__content{padding:3rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;min-width:0}.fortera-shop-look__image{position:relative;overflow:hidden;min-width:0}.fortera-shop-look__image img,.fortera-shop-look__lookbook-img{width:100%;height:100%;object-fit:cover;display:block}.fortera-hotspot{position:absolute;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:2px solid #fff;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;transition:all var(--fortera-transition-fast);box-shadow:0 2px 8px #00000026}.fortera-hotspot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-foreground)}.fortera-hotspot:hover{transform:scale(1.2);box-shadow:0 4px 16px #0003}.fortera-hotspot__pulse{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,.6);animation:fortera-pulse 2s ease-out infinite}@keyframes fortera-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}.fortera-shop-look__slider{position:relative;overflow:hidden}.fortera-shop-look__slides{display:flex;transition:transform var(--fortera-transition)}.fortera-shop-look__slide{flex:0 0 auto;text-align:center}.fortera-shop-look__slide-img{margin:0 auto 1.5rem}.fortera-shop-look__slide-img img{width:100%;height:auto;display:block}.fortera-shop-look__nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.fortera-shop-look__nav-btn{background:none;border:1px solid rgba(var(--color-foreground),.12);width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--fortera-transition-fast);font-size:1.4rem;color:var(--color-foreground)}.fortera-shop-look__nav-btn:hover{background:var(--color-foreground);color:#fff;border-color:var(--color-foreground)}.fortera-shop-look__dots{display:flex;gap:.6rem}.fortera-shop-look__dot{width:8px;height:8px;border-radius:50%;background:rgba(var(--color-foreground),.12);border:none;cursor:pointer;transition:background var(--fortera-transition-fast);padding:0}.fortera-shop-look__dot.is-active{background:var(--color-foreground)}@media(max-width:989px){.fortera-shop-look__grid{grid-template-columns:1fr;height:auto}.fortera-shop-look__content{padding:2rem 1.5rem}.fortera-shop-look__image{order:-1}}.fortera-split-collection{padding:0}.fortera-split-collection__grid{display:grid;grid-template-columns:1fr 1fr;height:650px}.fortera-split-collection__image{position:relative;overflow:hidden;min-width:0}.fortera-split-collection__image img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.fortera-split-collection__image:hover img{transform:scale(1.05)}.fortera-split-collection__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:4rem;color:#fff}.fortera-split-collection__label{font-size:1.1rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:.5rem}.fortera-split-collection__title{font-family:var(--fortera-font-heading);font-size:clamp(2.4rem,4vw,4rem);font-weight:400;font-style:italic;margin:0 0 1.5rem;line-height:1.15}.fortera-split-collection__btn{display:inline-block;padding:1.2rem 3rem;background:#fff;color:var(--color-foreground);text-decoration:none;font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;transition:all var(--fortera-transition)}.fortera-split-collection__btn:hover{background:var(--color-foreground);color:#fff}.fortera-split-collection__products{display:flex;flex-direction:column;justify-content:center;padding:3rem 4rem;background:var(--color-background);overflow:hidden;min-width:0}.fortera-split-collection__products .fortera-section-title{margin-bottom:2rem}@media(max-width:989px){.fortera-split-collection__grid{grid-template-columns:1fr;height:auto}.fortera-split-collection__image{height:400px}.fortera-split-collection__products{padding:3rem 2rem}}.fortera-collections-grid{padding:6rem 0}.fortera-collections-grid__items{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.fortera-collections-grid--cols-3 .fortera-collections-grid__items{grid-template-columns:repeat(3,1fr)}.fortera-collections-grid--cols-4 .fortera-collections-grid__items{grid-template-columns:repeat(4,1fr)}.fortera-collection-card{position:relative;overflow:hidden;aspect-ratio:4/3;display:block;text-decoration:none;color:#fff}.fortera-collection-card img{width:100%;height:100%;object-fit:cover;transition:transform var(--fortera-transition-slow)}.fortera-collection-card:hover img{transform:scale(1.08)}.fortera-collection-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;transition:background var(--fortera-transition)}.fortera-collection-card:hover .fortera-collection-card__overlay{background:#00000059}.fortera-collection-card__content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2}.fortera-collection-card__count{font-size:1rem;letter-spacing:.15em;text-transform:uppercase;opacity:0;transform:translateY(10px);transition:all var(--fortera-transition)}.fortera-collection-card:hover .fortera-collection-card__count{opacity:1;transform:translateY(0)}.fortera-collection-card__name{font-family:var(--fortera-font-heading);font-size:clamp(2rem,3vw,3rem);font-weight:400;margin:.3rem 0}.fortera-collection-card__cta{font-size:1rem;letter-spacing:.15em;text-transform:uppercase;opacity:0;transform:translateY(10px);transition:all var(--fortera-transition)}.fortera-collection-card:hover .fortera-collection-card__cta{opacity:1;transform:translateY(0)}@media(max-width:749px){.fortera-collections-grid__items{grid-template-columns:1fr 1fr;gap:.8rem}.fortera-collections-grid__items>.fortera-collection-card:last-child:nth-child(odd){grid-column:span 2;aspect-ratio:2/1}.fortera-collections-grid--cols-3 .fortera-collections-grid__items{grid-template-columns:repeat(3,1fr);gap:.5rem}.fortera-collections-grid--cols-3 .fortera-collections-grid__items>.fortera-collection-card:last-child:nth-child(odd){grid-column:auto;aspect-ratio:1/1}.fortera-collection-card{aspect-ratio:1/1}.fortera-collection-card__content{padding:1rem}.fortera-collection-card__name{font-size:1.2rem;line-height:1.3}.fortera-collection-card__count,.fortera-collection-card__cta{display:none}}.fortera-best-sellers{padding:0}.fortera-best-sellers__slider{position:relative;overflow:hidden}.fortera-best-sellers__track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.fortera-best-sellers__slide{flex:0 0 auto}.fortera-best-sellers__view-all{text-align:center;margin-top:3rem}.fortera-view-all-btn{display:inline-block;padding:1.2rem 3rem;border:1px solid var(--color-foreground);color:var(--color-foreground);text-decoration:none;font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;transition:all var(--fortera-transition);background:transparent}.fortera-view-all-btn:hover{background:var(--color-foreground);color:#fff}.fortera-newsletter{padding:6rem 0;text-align:center}.fortera-newsletter__title{font-family:var(--fortera-font-heading);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:400;font-style:italic;margin:0 0 1rem;color:var(--color-foreground)}.fortera-newsletter__text{font-size:1.4rem;color:var(--color-foreground);margin:0 auto 2.5rem;max-width:600px}.fortera-newsletter__form{display:flex;max-width:500px;margin:0 auto;border:1px solid rgba(var(--color-foreground),.12)}.fortera-newsletter__input{flex:1;padding:1.4rem 1.5rem;border:none;font-size:1.3rem;font-family:var(--fortera-font-body);background:transparent;outline:none;color:var(--color-foreground)}.fortera-newsletter__input::placeholder{color:var(--color-foreground)}.fortera-newsletter__submit{padding:1.4rem 2.5rem;background:transparent;border:none;border-left:1px solid rgba(var(--color-foreground),.12);font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;color:var(--color-foreground);font-family:var(--fortera-font-body);font-weight:500;transition:all var(--fortera-transition-fast)}.fortera-newsletter__submit:hover{background:var(--color-foreground);color:#fff}.fortera-trust-badges{padding:4rem 0;border-top:1px solid rgba(var(--color-foreground),.12)}.fortera-trust-badges__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.fortera-trust-badge__icon{margin-bottom:1.2rem}.fortera-trust-badge__icon svg,.fortera-trust-badge__icon img{width:48px;height:48px;opacity:.7}.fortera-trust-badge__title{font-size:1.2rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin:0 0 .5rem;color:var(--color-foreground)}.fortera-trust-badge__text{font-size:1.3rem;color:var(--color-foreground);margin:0;line-height:1.5}@media(max-width:749px){.fortera-trust-badges__grid{grid-template-columns:repeat(3,1fr);gap:1rem}.fortera-trust-badge__icon svg,.fortera-trust-badge__icon img{width:32px;height:32px}.fortera-trust-badge__title{font-size:.7rem;letter-spacing:.1em}.fortera-trust-badge__text{display:none}}.fortera-logo-bar{padding:4rem 0;overflow:hidden}.fortera-logo-bar__grid{display:flex;align-items:center;justify-content:center;gap:5rem;flex-wrap:wrap}.fortera-logo-bar__item{opacity:.7;transition:opacity .3s ease;flex-shrink:0}.fortera-logo-bar__item:hover{opacity:1}.fortera-logo-bar__item a{display:block;text-decoration:none}.fortera-logo-bar__item img{height:40px;width:auto;display:block}.fortera-logo-bar__text{font-size:1.8rem;font-weight:700;font-family:var(--fortera-font-heading);letter-spacing:.1em;color:rgba(var(--color-foreground),.6);white-space:nowrap}@keyframes fortera-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.fortera-logo-marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.fortera-logo-marquee__track{display:flex;width:max-content;animation:fortera-marquee var(--marquee-speed,25s) linear infinite}.fortera-logo-marquee:hover .fortera-logo-marquee__track{animation-play-state:paused}.fortera-logo-marquee__group{display:flex;align-items:center;gap:4rem;padding-right:4rem;flex-shrink:0}.fortera-footer{background:#2a2a2a;color:#fff;padding:0}.fortera-footer__top{display:grid;grid-template-columns:1fr 1fr}.fortera-footer__info{padding:5rem}.fortera-footer__logo{margin-bottom:3rem}.fortera-footer__logo img{max-width:200px;height:auto;filter:brightness(0) invert(1)}.fortera-footer__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.fortera-footer__column-title{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;margin:0 0 1.5rem;color:#fff}.fortera-footer__column ul{list-style:none;padding:0;margin:0}.fortera-footer__column li{margin-bottom:.8rem}.fortera-footer__column a{color:#ffffffb3;text-decoration:none;font-size:1.3rem;transition:color var(--fortera-transition-fast)}.fortera-footer__column a:hover{color:#fff}.fortera-footer__image-block{position:relative;overflow:hidden}.fortera-footer__image-block img{width:100%;height:100%;object-fit:cover}.fortera-footer__newsletter{position:absolute;bottom:0;left:0;right:0;padding:3rem;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fortera-footer__newsletter-label{font-size:1rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.5rem;opacity:.8}.fortera-footer__newsletter-title{font-family:var(--fortera-font-heading);font-size:2rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1rem}.fortera-footer__newsletter-text{font-size:1.3rem;opacity:.8;margin:0 0 1.5rem;line-height:1.5}.fortera-footer__newsletter-form{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.4)}.fortera-footer__newsletter-input{flex:1;background:transparent;border:none;color:#fff;padding:1rem 0;font-size:1.3rem;outline:none;font-family:var(--fortera-font-body)}.fortera-footer__newsletter-input::placeholder{color:#ffffff80}.fortera-footer__newsletter-submit{background:none;border:none;color:#fff;cursor:pointer;padding:1rem;font-size:1.6rem;transition:opacity var(--fortera-transition-fast)}.fortera-footer__newsletter-submit:hover{opacity:.7}.fortera-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:2rem 5rem;border-top:1px solid rgba(255,255,255,.1)}.fortera-footer__social{display:flex;align-items:center;gap:1rem}.fortera-footer__social-label{font-family:var(--fortera-font-heading);font-size:2rem;font-style:italic}.fortera-footer__social a{color:#ffffffb3;transition:color var(--fortera-transition-fast);font-size:1.6rem}.fortera-footer__social a:hover{color:#fff}.fortera-footer__copyright{font-size:1.1rem;color:#ffffff80;letter-spacing:.1em;text-transform:uppercase}.fortera-footer__copyright a{color:#ffffff80;text-decoration:none}.fortera-footer__copyright a:hover{color:#fff}@media(max-width:989px){.fortera-footer__top{grid-template-columns:1fr}.fortera-footer__info{padding:3rem 2rem}.fortera-footer__columns{grid-template-columns:1fr}.fortera-footer__image-block{min-height:400px}.fortera-footer__bottom{flex-direction:column;gap:2rem;padding:2rem;text-align:center}}fortera-hotspot{display:block;position:relative;width:100%;height:100%}fortera-slider{display:block;width:100%;overflow:hidden}.fortera-slider{position:relative;overflow:hidden}.fortera-slider__track{display:flex;transition:transform var(--fortera-transition)}.fortera-slider__slide{flex:0 0 auto}.fortera-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid rgba(var(--color-foreground),.12);width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;transition:all var(--fortera-transition-fast);font-size:1.4rem;color:var(--color-foreground)}.fortera-slider__arrow:hover{background:var(--color-foreground);color:#fff;border-color:var(--color-foreground)}.fortera-slider__arrow--prev{left:1rem}.fortera-slider__arrow--next{right:1rem}.fortera-container{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.fortera-container--full{max-width:100%;padding:0}.header{padding-top:4px!important;padding-bottom:4px!important}.header__heading-logo{max-height:68px;width:auto!important}.header__heading-logo-wrapper{max-height:68px}.header__heading-link{padding:0}@media screen and (max-width:989px){.header__heading-logo,.header__heading-logo-wrapper{max-height:53px}}.fortera-header-transparent .header-wrapper{position:absolute;top:0;left:0;right:0;z-index:100;background:transparent!important;border:none!important}.fortera-header-transparent .header-wrapper .header{color:#fff}.fortera-header-transparent .header-wrapper .header__menu-item,.fortera-header-transparent .header-wrapper .header__heading-link .h2,.fortera-header-transparent .header-wrapper .header__heading-link,.fortera-header-transparent .header-wrapper .header__icon,.fortera-header-transparent .header-wrapper .header__icon span,.fortera-header-transparent .header-wrapper .header__icons a,.fortera-header-transparent .header-wrapper .header__icons button,.fortera-header-transparent .header-wrapper .header__icons .icon,.fortera-header-transparent .header-wrapper .header__menu-item .icon-caret{color:#fff!important}.fortera-header-transparent .menu-drawer,.fortera-header-transparent .menu-drawer a,.fortera-header-transparent .menu-drawer button,.fortera-header-transparent .menu-drawer span,.fortera-header-transparent .header__menu-item--expanded a,.fortera-header-transparent .header__submenu .header__menu-item{color:#1e2a3a!important}.fortera-header-transparent .header-wrapper.scrolled{position:fixed;background:#fff!important;box-shadow:0 1px 3px #00000014;transition:transform .15s ease}.shopify-section-header-hidden .header-wrapper.scrolled,.shopify-section-header-hidden.fortera-header-transparent .header-wrapper.scrolled,.shopify-section-header-hidden sticky-header.header-wrapper{transform:translateY(-100%)}.shopify-section-header-hidden.menu-open .header-wrapper.scrolled,.shopify-section-header-hidden.menu-open sticky-header.header-wrapper{transform:translateY(0)}.fortera-header-transparent .header-wrapper.scrolled .header,.fortera-header-transparent .header-wrapper.scrolled .header__menu-item,.fortera-header-transparent .header-wrapper.scrolled .header__heading-link .h2,.fortera-header-transparent .header-wrapper.scrolled .header__heading-link,.fortera-header-transparent .header-wrapper.scrolled .header__icon,.fortera-header-transparent .header-wrapper.scrolled .header__icon span,.fortera-header-transparent .header-wrapper.scrolled .header__icons a,.fortera-header-transparent .header-wrapper.scrolled .header__icons button,.fortera-header-transparent .header-wrapper.scrolled .header__icons .icon,.fortera-header-transparent .header-wrapper.scrolled .header__menu-item .icon-caret{color:#1e2a3a!important}.fortera-header-transparent .header-wrapper.scrolled .header__menu-item:hover{color:#2c3e50!important}.shopify-section-group-header-group{z-index:200!important;position:relative}.fortera-hero{z-index:1}.fortera-bulk-order{display:block;margin:2rem 0;border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;overflow:hidden}.fortera-bulk-order__color-picker{padding:1.4rem 1.6rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.fortera-bulk-order__color-label{font-size:1.2rem;color:rgba(var(--color-foreground),.7);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.1em}.fortera-bulk-order__color-label strong{color:rgba(var(--color-foreground),1)}.fortera-bulk-order__color-swatches{display:flex;gap:.8rem;flex-wrap:wrap}.fortera-bulk-order__color-swatch{width:40px;height:40px;border-radius:50%;border:2px solid transparent;overflow:hidden;cursor:pointer;background:rgba(var(--color-foreground),.06);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,box-shadow .2s ease;padding:0}.fortera-bulk-order__color-swatch img{width:100%;height:100%;object-fit:cover;border-radius:50%}.fortera-bulk-order__color-text{font-size:1rem;font-weight:600;color:rgba(var(--color-foreground),.6);text-transform:uppercase}.fortera-bulk-order__color-swatch:hover{border-color:rgba(var(--color-foreground),.3)}.fortera-bulk-order__color-swatch.is-active{border-color:rgba(var(--color-foreground),1);box-shadow:0 0 0 2px rgb(var(--color-background)),0 0 0 4px rgba(var(--color-foreground),1)}@media(max-width:749px){.fortera-bulk-order__color-picker{padding:1.2rem}.fortera-bulk-order__color-swatch{width:44px;height:44px}}.fortera-bulk-order__header{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 1.6rem;background:rgba(var(--color-foreground),.03);border-bottom:1px solid rgba(var(--color-foreground),.1)}.fortera-bulk-order__title{font-size:1.2rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin:0;color:rgba(var(--color-foreground),1)}.fortera-bulk-order__note{font-size:1.1rem;color:rgba(var(--color-foreground),.5);margin:0;font-style:italic}.fortera-bulk-order__table{padding:0}.fortera-bulk-order__table-head{display:grid;grid-template-columns:1fr 1fr 1fr;padding:1rem 1.6rem;font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.4);border-bottom:1px solid rgba(var(--color-foreground),.06)}.fortera-bulk-order__col-qty{text-align:right}.fortera-bulk-order__row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:1rem 1.6rem;border-bottom:1px solid rgba(var(--color-foreground),.06);transition:background .15s ease}.fortera-bulk-order__row:last-child{border-bottom:none}.fortera-bulk-order__row:hover{background:rgba(var(--color-foreground),.02)}.fortera-bulk-order__row[data-available=false]{opacity:.35;pointer-events:none}.fortera-bulk-order__size{font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),1)}.fortera-bulk-order__price{font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.fortera-bulk-order__qty-wrap{display:flex;align-items:center;justify-content:flex-end;gap:0;border:1px solid rgba(var(--color-foreground),.12);border-radius:4px;overflow:hidden;max-width:140px;margin-left:auto}.fortera-bulk-order__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;color:rgba(var(--color-foreground),.6);transition:background .15s ease,color .15s ease;flex-shrink:0}.fortera-bulk-order__btn:hover{background:rgba(var(--color-foreground),.06);color:rgba(var(--color-foreground),1)}.fortera-bulk-order__input{width:50px;text-align:center;border:none;border-left:1px solid rgba(var(--color-foreground),.08);border-right:1px solid rgba(var(--color-foreground),.08);font-size:1.3rem;font-weight:500;font-family:var(--font-body-family);color:rgba(var(--color-foreground),1);background:transparent;padding:.6rem 0;outline:none;-moz-appearance:textfield}.fortera-bulk-order__input::-webkit-outer-spin-button,.fortera-bulk-order__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fortera-bulk-order__input:focus{background:rgba(var(--color-foreground),.03)}.fortera-bulk-order__footer{padding:1.4rem 1.6rem;border-top:1px solid rgba(var(--color-foreground),.1);background:rgba(var(--color-foreground),.02)}.fortera-bulk-order__summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.fortera-bulk-order__total-items{font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.fortera-bulk-order__total-items strong{color:rgba(var(--color-foreground),1);font-size:1.5rem}.fortera-bulk-order__total-price strong{font-size:1.6rem;color:rgba(var(--color-foreground),1)}.fortera-bulk-order__min-warning{font-size:1.2rem;color:#8a6d3b;margin:0 0 1rem;padding:.8rem 1rem;background:#fdf5e6;border:1px solid #f0ddb8;border-radius:4px;line-height:1.5}.fortera-bulk-order__submit{width:100%;padding:1.5rem;font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;cursor:pointer;border:1px solid rgba(var(--color-foreground),1);background:rgba(var(--color-foreground),1);color:rgb(var(--color-background));transition:opacity .2s ease}.fortera-bulk-order__submit:hover:not(:disabled){opacity:.85}.fortera-bulk-order__submit:disabled{opacity:.35;cursor:not-allowed}@media(max-width:749px){.fortera-bulk-order{margin:1.5rem 0}.fortera-bulk-order__header{flex-direction:row;align-items:center;justify-content:space-between;padding:.8rem 1rem}.fortera-bulk-order__title{font-size:1rem;letter-spacing:.12em}.fortera-bulk-order__note{font-size:.95rem}.fortera-bulk-order__table-head{display:grid;padding:.5rem 1rem;font-size:.85rem}.fortera-bulk-order__row{grid-template-columns:.6fr .7fr 1fr;gap:0;padding:.6rem 1rem}.fortera-bulk-order__size{font-size:1.15rem}.fortera-bulk-order__price{font-size:1.1rem}.fortera-bulk-order__qty-wrap{max-width:110px;margin-left:auto}.fortera-bulk-order__btn{width:32px;height:32px}.fortera-bulk-order__input{width:36px;font-size:1.2rem;padding:.4rem 0}.fortera-bulk-order__footer{padding:1rem}.fortera-bulk-order__summary{margin-bottom:.8rem}.fortera-bulk-order__total-items{font-size:1.15rem}.fortera-bulk-order__total-items strong{font-size:1.3rem}.fortera-bulk-order__total-price strong{font-size:1.4rem}.fortera-bulk-order__min-warning{font-size:1.1rem;padding:.6rem .8rem;margin-bottom:.8rem}.fortera-bulk-order__submit{padding:1.2rem;font-size:1.1rem}}.product__media-list .product__media-item img{content-visibility:auto}.product__media-list{scroll-behavior:smooth;scroll-snap-type:x mandatory}.product__media-item{scroll-snap-align:start}.fortera-product__gallery{display:flex;flex-direction:column;gap:0}.fortera-product__gallery img{width:100%;height:auto}.fortera-product__info{position:sticky;top:120px;padding:3rem}.fortera-product__title{font-family:var(--fortera-font-heading);font-size:clamp(2.4rem,3vw,3.2rem);font-weight:400;margin:0 0 1.5rem;color:var(--color-foreground)}.fortera-product__price{font-size:1.6rem;margin-bottom:2rem;color:var(--color-foreground)}.fortera-product__add-btn{width:100%;padding:1.6rem;border:1px solid rgb(var(--color-button));background:transparent;color:rgb(var(--color-button));font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:all var(--fortera-transition);font-family:var(--fortera-font-body);margin-bottom:1rem}.fortera-product__add-btn:hover{background:rgb(var(--color-button));color:#fff}.fortera-product__buy-btn{width:100%;padding:1.6rem;background:rgb(var(--color-button));color:#fff;border:none;font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:all var(--fortera-transition);font-family:var(--fortera-font-body)}.fortera-product__buy-btn:hover{opacity:.9}.fortera-product__stock{font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-foreground)}.fortera-product__accordion{border-top:1px solid rgba(var(--color-foreground),.12);margin-top:2rem}.fortera-product__accordion-item{border-bottom:1px solid rgba(var(--color-foreground),.12)}.fortera-product__accordion-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;color:var(--color-foreground);font-family:var(--fortera-font-body);font-weight:500}.fortera-product__accordion-content{max-height:0;overflow:hidden;transition:max-height var(--fortera-transition)}.fortera-product__accordion-content.is-open{max-height:500px}.fortera-product__accordion-inner{padding:0 0 1.5rem;font-size:1.3rem;line-height:1.7;color:var(--color-foreground)}.fortera-section-spacing{padding:6rem 0}@media(max-width:749px){.fortera-section-spacing{padding:4rem 0}}.fortera-text-center{text-align:center}.fortera-mb-0{margin-bottom:0}.fortera-mb-1{margin-bottom:1rem}.fortera-mb-2{margin-bottom:2rem}.fortera-mb-3{margin-bottom:3rem}.product--thumbnail_slider .product__media-item{transition:opacity .25s ease}.product--thumbnail_slider .product__media-item.is-active{animation:fortera-fade-master .25s ease}@keyframes fortera-fade-master{0%{opacity:.85}to{opacity:1}}.product--thumbnail_slider .product__media-item img,.product--thumbnail_slider .product__media-item model-viewer,.product--thumbnail_slider .product__media-item video{width:100%;height:auto;object-fit:cover;display:block}@media screen and (min-width:750px){.product--thumbnail_slider .thumbnail-slider{flex-direction:row;margin-top:12px;gap:0}.product--thumbnail_slider .thumbnail-list.slider--tablet-up{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:4px}.product--thumbnail_slider .thumbnail-list.slider--tablet-up::-webkit-scrollbar{display:none}.product--thumbnail_slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(20% - 6.4px);min-width:80px;flex-shrink:0;scroll-snap-align:start}.product--thumbnail_slider .thumbnail-list__item button[aria-current=true]{border:2px solid var(--color-foreground);border-radius:2px}.product--thumbnail_slider .thumbnail-list__item button{border:2px solid transparent;border-radius:2px;transition:border-color .2s ease}.product--thumbnail_slider .thumbnail-list__item button:hover{border-color:var(--color-foreground)}.product--thumbnail_slider .thumbnail-slider .slider-button{width:32px;height:32px;flex-shrink:0;background:var(--color-background);border:1px solid rgba(var(--color-foreground),.12);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--fortera-transition-fast)}.product--thumbnail_slider .thumbnail-slider .slider-button:hover{background:rgba(var(--color-foreground),.12)}}@media screen and (max-width:749px){.thumbnail-slider{margin-top:8px}.thumbnail-list__item.slider__slide{width:calc(25% - .5rem)!important;min-width:60px}.thumbnail-list__item button[aria-current=true]{border:2px solid var(--color-foreground);border-radius:2px}.thumbnail-list__item button{border:2px solid transparent;transition:border-color .2s ease}}.product--large .product__media-wrapper{max-width:none}.product .product__title{font-family:var(--fortera-font-heading);font-size:clamp(2.4rem,3vw,3.2rem);font-weight:400;letter-spacing:.02em;color:var(--color-foreground);line-height:1.2}.product .product__info-wrapper{position:sticky;top:100px}.product .product__info-container{padding:2rem 0 2rem 3rem}.product .product-form__input label,.product .variant-input-wrapper label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:var(--color-foreground)}.product .product-form__input--pill .product-form__input{border-radius:0}.product .swatch-input--visual{border-radius:4px;overflow:hidden}.product .product-form__input--dropdown select{border:1px solid rgba(var(--color-foreground),.12);border-radius:0;font-size:1.3rem;padding:1.2rem 1.5rem;letter-spacing:.05em}.product .quantity{border:1px solid rgba(var(--color-foreground),.12);border-radius:0}.product .quantity__input{border:none;font-size:1.3rem}.product .quantity__button{border:none;background:transparent;color:var(--color-foreground)}.product .product-popup-modal__opener{display:block;text-align:right;margin-top:-.5rem;margin-bottom:1rem}.product .size-guide-btn,.product .product-popup-modal__opener button{font-size:1.2rem;letter-spacing:.05em;text-transform:none;border:none;padding:0;min-height:unset;background:transparent;cursor:pointer;transition:all var(--fortera-transition-fast)}.product .size-guide-btn:hover,.product .product-popup-modal__opener button:hover{background:none;color:rgba(var(--color-foreground),.6);text-decoration:underline;text-underline-offset:.3rem}.product .product-form__inventory{font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-foreground);font-weight:500}.product .product-form__submit{background:transparent;color:rgb(var(--color-button));border:1px solid rgb(var(--color-button));border-radius:0;letter-spacing:.2em;text-transform:uppercase;font-size:1.2rem;padding:1.6rem 2rem;transition:all var(--fortera-transition);font-weight:500;width:100%}.product .product-form__submit:hover{background:rgb(var(--color-button));color:#fff}.product .product-form__submit:not([disabled]):before{display:none}.product .shopify-payment-button__button--unbranded{background:rgb(var(--color-button))!important;color:#fff!important;border-radius:0!important;letter-spacing:.2em;text-transform:uppercase;font-size:1.2rem;padding:1.6rem 2rem;font-weight:500}.product .shopify-payment-button__button--unbranded:hover{opacity:.9}.product .accordion summary{font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-foreground),.12)}.product .product__description .icon-list,.product .accordion__content .icon-list{list-style:none;padding:0}.product .product__description .icon-list li{display:flex;align-items:center;gap:.8rem;padding:.6rem 0;font-size:1.2rem;color:var(--color-foreground)}.product .price-item--regular,.product .price-item--sale{font-size:1.6rem;font-weight:400}.product .share-button{border-top:1px solid rgba(var(--color-foreground),.12);padding-top:1.5rem;margin-top:1.5rem}@media(max-width:749px){.product .product__info-container{padding:2rem 0}.product .product__info-wrapper{position:static}.product .product__title{font-size:2.2rem}}.collection .collection-hero__title,.collection-hero__title{font-family:var(--fortera-font-heading);font-size:clamp(2.4rem,4vw,4rem);font-weight:400;font-style:italic;letter-spacing:.02em}.collection .card-wrapper{position:relative}.collection .card-wrapper .card__media{overflow:hidden}.collection .card-wrapper .card__media img{transition:transform var(--fortera-transition-slow)}.collection .card-wrapper:hover .card__media img{transform:scale(1.05)}.collection .card__heading{font-size:1.4rem;font-weight:500}.collection .card-information__text{font-size:1.2rem;color:var(--color-foreground)}.facets-container .facets__heading{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600}.facets-container .facet-checkbox__text{font-size:1.3rem}.collection .collection-sort select,.facets__sort select{border:1px solid rgba(var(--color-foreground),.12);font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;padding:.8rem 1.5rem}.collection .swatch-input{border-radius:50%}.article-template .article-template__title{font-family:var(--fortera-font-heading);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:400;font-style:italic}.cart-drawer .cart-drawer__header{font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600}.cart-drawer .button--primary{background:rgb(var(--color-button));border-color:rgb(var(--color-button));letter-spacing:.15em;text-transform:uppercase;font-size:1.1rem}.cart-drawer .button--primary:hover{opacity:.9}.section-header .section-header__title,h2.title{font-family:var(--fortera-font-heading);font-weight:400;letter-spacing:.02em}.button{letter-spacing:.1em;text-transform:uppercase;font-size:1.2rem;border-radius:0}.announcement-bar{letter-spacing:.1em;font-size:1.1rem}.search .search__input{border:1px solid rgba(var(--color-foreground),.12);font-size:1.4rem;padding:1.2rem 1.5rem}.page-width .rte h1,.page-width .rte h2,.page-width .rte h3{font-family:var(--fortera-font-heading);font-weight:400}.predictive-search__result-group .predictive-search__heading{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600}.content-for-layout{animation:fortera-pageIn .5s ease}@keyframes fortera-pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fortera-lookbook{max-width:1400px;margin:0 auto}.fortera-lookbook__header{text-align:center;padding:6rem 2rem 4rem;max-width:700px;margin:0 auto}.fortera-lookbook__subtitle{font-size:1.1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-foreground);margin-bottom:1.5rem;font-weight:500}.fortera-lookbook__title{font-family:var(--fortera-font-heading);font-size:clamp(3rem,5vw,5rem);font-weight:400;font-style:italic;line-height:1.1;margin:0 0 1.5rem;color:var(--color-foreground)}.fortera-lookbook__description{font-size:1.4rem;line-height:1.7;color:var(--color-foreground);margin:0}.fortera-lookbook__full-image{position:relative;margin-bottom:4rem;overflow:hidden}.fortera-lookbook__full-image img{width:100%;height:auto;display:block;transition:transform var(--fortera-transition-slow)}.fortera-lookbook__full-image:hover img{transform:scale(1.02)}.fortera-lookbook__full-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.fortera-lookbook__placeholder{width:100%;min-height:500px}.fortera-lookbook__caption{text-align:center;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-foreground);margin-top:1.5rem}.fortera-lookbook__split{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:4rem;min-height:500px}.fortera-lookbook__split--reversed{direction:rtl}.fortera-lookbook__split--reversed>*{direction:ltr}.fortera-lookbook__split-image{overflow:hidden}.fortera-lookbook__split-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--fortera-transition-slow)}.fortera-lookbook__split-image:hover img{transform:scale(1.03)}.fortera-lookbook__split-text{display:flex;flex-direction:column;justify-content:center;padding:4rem 5rem;background:var(--color-background)}.fortera-lookbook__split-label{font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-foreground);margin-bottom:1.5rem;font-weight:500}.fortera-lookbook__split-heading{font-family:var(--fortera-font-heading);font-size:clamp(2rem,3vw,3.2rem);font-weight:400;font-style:italic;line-height:1.2;margin:0 0 1.5rem;color:var(--color-foreground)}.fortera-lookbook__split-body{font-size:1.3rem;line-height:1.8;color:var(--color-foreground);margin-bottom:2rem}.fortera-lookbook__split-body p{margin:0}.fortera-lookbook__split-btn{display:inline-block;padding:1.2rem 3rem;font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;border:1px solid var(--color-foreground);color:var(--color-foreground);transition:all var(--fortera-transition);align-self:flex-start;font-weight:500}.fortera-lookbook__split-btn:hover{background:var(--color-foreground);color:var(--color-background)}.fortera-lookbook__grid{display:grid;gap:1rem;margin-bottom:4rem}.fortera-lookbook__grid--2{grid-template-columns:1fr 1fr}.fortera-lookbook__grid--3{grid-template-columns:1fr 1fr 1fr}.fortera-lookbook__grid-item{position:relative;overflow:hidden}.fortera-lookbook__grid-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--fortera-transition-slow)}.fortera-lookbook__grid-item:hover img{transform:scale(1.05)}.fortera-lookbook__grid-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.fortera-lookbook__quote{text-align:center;padding:5rem 2rem;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.fortera-lookbook__quote-text{font-family:var(--fortera-font-heading);font-size:clamp(2rem,3vw,3rem);font-weight:400;font-style:italic;line-height:1.4;color:var(--color-foreground);margin:0 0 1.5rem;quotes:none}.fortera-lookbook__quote-cite{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-foreground);font-style:normal;font-weight:500}.fortera-lookbook__cta{text-align:center;padding:5rem 2rem;margin-bottom:2rem;border-top:1px solid rgba(var(--color-foreground),.12);border-bottom:1px solid rgba(var(--color-foreground),.12)}.fortera-lookbook__cta-heading{font-family:var(--fortera-font-heading);font-size:clamp(2rem,3vw,3rem);font-weight:400;font-style:italic;margin:0 0 2rem;color:var(--color-foreground)}.fortera-lookbook__cta-btn{display:inline-block;padding:1.4rem 4rem;font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;background:var(--color-foreground);color:var(--color-background);transition:all var(--fortera-transition);font-weight:500}.fortera-lookbook__cta-btn:hover{background:transparent;color:var(--color-foreground);box-shadow:inset 0 0 0 1px var(--color-foreground)}@media(max-width:749px){.fortera-container{padding:0 1.5rem}.fortera-section-title{margin-bottom:2rem}.fortera-section-title__heading{font-size:1.4rem;letter-spacing:.15em}.fortera-tab-collection{padding:4rem 0}.fortera-tabs{gap:.8rem;margin-bottom:2rem;overflow-x:auto;flex-wrap:nowrap;justify-content:center;padding:0 1.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fortera-tabs::-webkit-scrollbar{display:none}.fortera-tab{font-size:1rem;padding:.6rem 1.2rem;white-space:nowrap;flex-shrink:0}.fortera-product-card__info{padding:.8rem 0}.fortera-product-card__title{font-size:1.2rem}.fortera-product-card__meta{font-size:1.1rem}.fortera-product-card__colors{font-size:1rem}.fortera-product-card__swatches{gap:.4rem}.fortera-slider__arrow{width:36px;height:36px;font-size:1.2rem}.fortera-slider__arrow--prev{left:.5rem}.fortera-slider__arrow--next{right:.5rem}.fortera-shop-look__grid{grid-template-columns:1fr;height:auto}.fortera-shop-look__image{height:auto;order:-1}.fortera-shop-look__image img,.fortera-shop-look__lookbook-img{position:static;width:100%;height:auto;object-fit:contain}.fortera-shop-look__image fortera-hotspot{position:relative}.fortera-shop-look__content{padding:2rem 1.5rem}.fortera-shop-look__nav{margin-top:1rem}.fortera-shop-look__nav-btn{width:36px;height:36px}.fortera-shop-look__slide .fortera-product-card__media{max-width:100%!important;margin:0!important}.fortera-hotspot{width:30px;height:30px}.fortera-split-collection__grid{grid-template-columns:1fr;height:auto}.fortera-split-collection__image{height:auto;aspect-ratio:4/3}.fortera-split-collection__overlay{padding:2rem}.fortera-split-collection__title{font-size:2rem}.fortera-split-collection__label{font-size:1rem}.fortera-split-collection__btn{padding:1rem 2rem;font-size:1rem}.fortera-split-collection__products{padding:2rem 1.5rem}.fortera-split-collection__products .fortera-product-card__media{max-width:100%!important;margin:0!important}.fortera-collections-grid,.fortera-newsletter{padding:4rem 0}.fortera-newsletter__text{font-size:1.3rem;padding:0 1rem}.fortera-newsletter__form{flex-direction:column;border:none;gap:.8rem;padding:0 1.5rem}.fortera-newsletter__input{border:1px solid rgba(var(--color-foreground),.12);padding:1.2rem 1.5rem;font-size:1.4rem;text-align:center}.fortera-newsletter__submit{border:1px solid var(--color-foreground);border-left:1px solid var(--color-foreground);padding:1.2rem 2rem;background:var(--color-foreground);color:#fff}.fortera-trust-badges{padding:3rem 0}.fortera-logo-bar{padding:2.5rem 0}.fortera-logo-bar__grid{gap:2.5rem}.fortera-logo-bar__item img{height:28px}.fortera-logo-bar__text{font-size:1.4rem}.fortera-logo-marquee__group{gap:2.5rem;padding-right:2.5rem}.fortera-best-sellers,.fortera-curated{padding:4rem 0}.fortera-curated__grid{grid-template-columns:1fr}.fortera-curated__feature{min-height:300px;order:-1}.fortera-curated__products{padding:0 1.5rem}.fortera-curated__feature-label{font-size:1rem}.fortera-curated__feature-heading{font-size:2rem}.fortera-curated__feature-btn{padding:1rem 2rem;font-size:1rem}.fortera-shop-look__dot{width:10px;height:10px}.fortera-shop-look__dots{gap:.8rem}.fortera-lookbook__header{padding:4rem 1.5rem 3rem}.fortera-lookbook__title{font-size:2.6rem}.fortera-lookbook__description{font-size:1.2rem}.fortera-lookbook__full-image{margin-bottom:2.5rem}.fortera-lookbook__split{grid-template-columns:1fr;margin-bottom:2.5rem;min-height:auto}.fortera-lookbook__split--reversed{direction:ltr}.fortera-lookbook__split-image{aspect-ratio:4/3}.fortera-lookbook__split-text{padding:2.5rem 1.5rem}.fortera-lookbook__split-heading{font-size:2rem}.fortera-lookbook__split-body{font-size:1.2rem}.fortera-lookbook__grid{margin-bottom:2.5rem;gap:.5rem}.fortera-lookbook__grid--3{grid-template-columns:1fr 1fr}.fortera-lookbook__quote{padding:3rem 1.5rem;margin-bottom:2.5rem}.fortera-lookbook__quote-text{font-size:1.8rem}.fortera-lookbook__cta{padding:3rem 1.5rem}.fortera-lookbook__cta-heading{font-size:1.8rem}.fortera-lookbook__cta-btn{padding:1.2rem 2.5rem;font-size:1rem}}.fortera-section-label{font-family:Outfit,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-foreground);display:block;margin-bottom:8px}.fortera-buy-it-with{max-width:700px;border-top:1px solid rgba(var(--color-foreground),.12)}.fortera-buy-it-with__heading{margin-bottom:16px}.fortera-buy-it-with__heading .fortera-section-label{margin-bottom:0}.fortera-buy-it-with__item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(var(--color-foreground),.12)}.fortera-buy-it-with__item:last-child{border-bottom:none}.fortera-buy-it-with__image{width:80px;height:80px;flex-shrink:0;overflow:hidden;border-radius:4px;background:var(--color-background)}.fortera-buy-it-with__image img{width:100%;height:100%;object-fit:cover}.fortera-buy-it-with__info{flex:1;min-width:0}.fortera-buy-it-with__title{display:block;font-family:var(--fortera-font-heading);font-size:14px;font-weight:500;color:var(--color-foreground);text-decoration:none;line-height:1.4;margin-bottom:4px}.fortera-buy-it-with__title:hover{text-decoration:underline}.fortera-buy-it-with__price{font-family:Outfit,sans-serif;font-size:13px;color:var(--color-foreground)}.fortera-buy-it-with__btn{font-family:Outfit,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-foreground);text-decoration:none;border:1px solid var(--color-foreground);padding:8px 16px;transition:all var(--fortera-transition-fast);white-space:nowrap}.fortera-buy-it-with__btn:hover{background:var(--color-foreground);color:var(--color-background)}.fortera-pairs-well__layout{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.fortera-pairs-well__layout--reversed{direction:rtl}.fortera-pairs-well__layout--reversed>*{direction:ltr}.fortera-pairs-well__image{position:relative;overflow:hidden;min-height:500px}.fortera-pairs-well__img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.fortera-pairs-well__placeholder{width:100%;height:100%;object-fit:cover;background:var(--color-background)}.fortera-pairs-well__content{padding:48px 40px;display:flex;flex-direction:column;justify-content:center}.fortera-pairs-well__heading{font-family:var(--fortera-font-heading);font-size:28px;font-weight:400;color:var(--color-foreground);margin:0 0 28px;line-height:1.2}.fortera-pairs-well__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fortera-pairs-well__card-link{text-decoration:none;color:inherit;display:block}.fortera-pairs-well__card-image{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:var(--color-background);margin-bottom:10px}.fortera-pairs-well__card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--fortera-transition)}.fortera-pairs-well__card-link:hover .fortera-pairs-well__card-image img{transform:scale(1.05)}.fortera-pairs-well__badge{position:absolute;top:10px;left:10px;font-family:Outfit,sans-serif;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 8px;z-index:1}.fortera-pairs-well__badge--sold-out{background:var(--color-foreground);color:var(--color-background)}.fortera-pairs-well__card-title{font-family:var(--fortera-font-heading);font-size:13px;font-weight:500;color:var(--color-foreground);margin:0 0 4px;line-height:1.4}.fortera-pairs-well__card-price{font-family:Outfit,sans-serif;font-size:12px;color:var(--color-foreground);display:block;margin-bottom:2px}.fortera-pairs-well__card-variants{font-family:Outfit,sans-serif;font-size:11px;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em}.fortera-trust-badges{border-top:1px solid rgba(var(--color-foreground),.12);border-bottom:1px solid rgba(var(--color-foreground),.12)}.fortera-trust-badges__grid{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.fortera-trust-badge{text-align:center;max-width:200px}.fortera-trust-badge__icon{margin-bottom:12px;color:var(--color-foreground)}.fortera-trust-badge__icon svg,.fortera-trust-badge__icon img{width:36px;height:36px}.fortera-trust-badge__title{font-family:Outfit,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-foreground);margin:0 0 6px}.fortera-trust-badge__text{font-family:var(--fortera-font-body);font-size:12px;color:var(--color-foreground);line-height:1.5;margin:0}.fortera-sustainable__layout{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.fortera-sustainable__layout--reversed{direction:rtl}.fortera-sustainable__layout--reversed>*{direction:ltr}.fortera-sustainable__text{padding:60px 48px;display:flex;flex-direction:column;justify-content:center}.fortera-sustainable__heading{font-family:var(--fortera-font-heading);font-size:32px;font-weight:400;color:var(--color-foreground);margin:0 0 20px;line-height:1.2}.fortera-sustainable__desc{font-size:14px;line-height:1.7;color:var(--color-foreground);margin-bottom:28px}.fortera-sustainable__desc p{margin:0 0 12px}.fortera-sustainable__btn{display:inline-block;font-family:Outfit,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-foreground);text-decoration:none;border-bottom:1px solid var(--color-foreground);padding-bottom:2px;transition:color var(--fortera-transition-fast),border-color var(--fortera-transition-fast)}.fortera-sustainable__btn:hover{color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.fortera-sustainable__image{position:relative;overflow:hidden;min-height:450px}.fortera-sustainable__img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.fortera-sustainable__placeholder{width:100%;height:100%;background:var(--color-background)}.related-products .related-products__heading{font-family:var(--fortera-font-heading);font-size:28px;font-weight:400;text-align:center;margin-bottom:32px}.related-products .card__inner{position:relative}.related-products .quick-add{position:absolute;bottom:0;left:0;right:0;opacity:0;transform:translateY(8px);transition:opacity var(--fortera-transition-fast),transform var(--fortera-transition-fast);z-index:2}.related-products .card:hover .quick-add,.related-products .card__inner:hover .quick-add{opacity:1;transform:translateY(0)}.related-products .quick-add__submit{width:100%;background:var(--color-foreground);color:var(--color-background);border:none;padding:10px 16px;font-family:Outfit,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background var(--fortera-transition-fast)}.related-products .quick-add__submit:hover{background:rgb(var(--color-button))}.related-products .card__heading{font-family:var(--fortera-font-heading);font-size:13px;font-weight:500}.related-products .card-information .price{font-family:Outfit,sans-serif;font-size:12px;color:var(--color-foreground)}@media(max-width:749px){.fortera-buy-it-with{max-width:100%;padding:0 1.5rem}.fortera-buy-it-with__item{gap:12px}.fortera-buy-it-with__image{width:64px;height:64px}.fortera-buy-it-with__btn{font-size:9px;padding:6px 12px}}@media(max-width:749px){.fortera-pairs-well__layout{grid-template-columns:1fr}.fortera-pairs-well__image{min-height:300px}.fortera-pairs-well__content{padding:28px 20px}.fortera-pairs-well__heading{font-size:22px;margin-bottom:20px}.fortera-pairs-well__grid{gap:14px}}@media(max-width:749px){.fortera-trust-badges__grid{gap:24px;justify-content:space-around}.fortera-trust-badge{max-width:140px}.fortera-trust-badge__icon svg,.fortera-trust-badge__icon img{width:28px;height:28px}.fortera-trust-badge__title{font-size:9px}.fortera-trust-badge__text{font-size:11px}}@media(max-width:749px){.fortera-sustainable__layout{grid-template-columns:1fr}.fortera-sustainable__text{padding:32px 20px}.fortera-sustainable__heading{font-size:24px}.fortera-sustainable__image{min-height:280px}}[data-fortera-tab]{position:relative;transition:color .3s ease;cursor:pointer}[data-fortera-tab]:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:currentColor;transition:width .3s ease,left .3s ease}[data-fortera-tab]:hover{color:rgb(var(--color-foreground));opacity:.8}[data-fortera-tab]:hover:after{width:100%;left:0}[data-fortera-tab].is-active:after{width:100%;left:0}.fortera-hero{position:relative}.fortera-hero__link-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;cursor:pointer}.fortera-hero__buttons{position:relative;z-index:4}.fortera-hero__media img{object-fit:cover;object-position:center center}.fortera-curated__feature img,.fortera-curated .fortera-curated__feature-media img{object-fit:cover;object-position:center top}.slideshow .banner__media img,.slideshow__slide .banner__media img{object-fit:cover;object-position:center center}@media screen and (max-width:749px){slideshow-component .banner--mobile-bottom .banner__media{height:auto!important;aspect-ratio:2 / 1}}.fortera-split-collection__media img{object-fit:cover;object-position:center center}.fortera-product-card__media img{object-fit:cover;object-position:center top}.slideshow__text-wrapper:empty,.banner__heading:empty,.banner__box:not(:has(*:not(:empty))){display:none}.product-form__input--pill input[type=radio]+label{min-width:2.5rem;padding:.5rem .8rem;font-size:1.3rem;font-weight:400;letter-spacing:0;line-height:1.4;margin:.3rem .3rem .3rem 0;text-align:center;transition:all .25s ease;border-radius:0}.product-form__input--pill input[type=radio]:checked+label{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.product-form__submit,.product-form__cart-submit{background-color:#32b259!important;border-color:#32b259!important;color:#fff!important;min-height:5.5rem;font-size:1.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;border-radius:0;width:100%;transition:background-color .3s ease}.product-form__submit:hover,.product-form__cart-submit:hover{background-color:#007b25!important;border-color:#007b25!important}.quantity__input{font-size:1.6rem;font-weight:500}.quantity__button{min-width:3.6rem}.product__media-list{scroll-behavior:smooth}.thumbnail-list .thumbnail{transition:opacity .3s ease,border-color .25s ease}.thumbnail-list .thumbnail:not([aria-current=true]){opacity:.5}.thumbnail-list .thumbnail[aria-current=true],.thumbnail-list .thumbnail:hover{opacity:1}.product__info-container .product__title{font-size:2.4rem;line-height:1.3;margin-bottom:.4rem}.product__info-container .price{font-size:2rem;margin-bottom:1.2rem}.product__info-container .product-form__input{margin-bottom:.8rem}.product__description{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.85)}.product__description h2,.product__description h3{font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:2rem 0 .8rem}.product__description ul{padding-left:2rem;margin:.8rem 0}.product__description li{margin-bottom:.4rem}.product__media-item .media img{transition:transform .6s ease}.product__media-item:hover .media img{transform:scale(1.03)}.fortera-tab-collection,.fortera-curated,.fortera-best-sellers,.fortera-newsletter{padding:0}@media(max-width:749px){.fortera-container{padding:0 1.5rem}}@media(max-width:749px){.header{padding-left:1.5rem!important;padding-right:1.5rem!important}}@media(max-width:749px){.fortera-hero__content{padding:0 1.5rem;max-width:100%}.fortera-hero__subtitle{font-size:1rem;letter-spacing:.2em;margin-bottom:1rem}.fortera-hero__title{font-size:clamp(2rem,7vw,3rem);margin-bottom:1.5rem}.fortera-hero__buttons{gap:1rem}.fortera-hero__buttons .button{padding:1rem 2rem;font-size:.9rem;letter-spacing:.15em}}@media(max-width:749px){.fortera-tabs{gap:.8rem;margin-bottom:2rem;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding:0 0 .5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fortera-tabs::-webkit-scrollbar{display:none}.fortera-tab{font-size:1rem;padding:.6rem 1.2rem;white-space:nowrap;flex-shrink:0}.fortera-section-title{margin-bottom:2rem}.fortera-section-title__heading{font-size:1.1rem;letter-spacing:.2em}.fortera-section-title__subheading{font-size:clamp(1.8rem,5vw,2.4rem)}}@media(max-width:749px){.fortera-slider__slide{min-width:0}.fortera-slider__arrow{width:36px;height:36px;font-size:1.2rem}.fortera-slider__arrow--prev{left:.5rem}.fortera-slider__arrow--next{right:.5rem}}@media(max-width:749px){.fortera-product-card__media{padding:8px;border:1px solid rgba(0,0,0,.06);box-shadow:none}.fortera-product-card__info{padding:.8rem 0 0}.fortera-product-card__title{font-size:1.2rem;line-height:1.3}.fortera-product-card__meta{font-size:1.1rem}.fortera-product-card__colors{font-size:1rem}.fortera-product-card__quick-add{display:none}.fortera-product-card__badge{font-size:.85rem;padding:.3rem .7rem;top:.6rem;left:.6rem}.fortera-product-card__swatches{gap:.4rem}.fortera-product-card__swatch{width:20px;height:20px}}@media(max-width:749px){.fortera-curated__grid{grid-template-columns:1fr;gap:1.5rem}.fortera-curated__grid--reversed{direction:ltr}.fortera-curated__feature{min-height:300px;order:-1}.fortera-curated__feature-title{font-size:clamp(1.8rem,5vw,2.4rem)}.fortera-curated__slider-track{display:flex;gap:0;grid-template-columns:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.fortera-curated__slide{flex:0 0 auto;min-width:0}.fortera-curated__nav-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:40%;transform:translateY(-50%);width:3.2rem;height:3.2rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.15);background:#ffffffe6;cursor:pointer;color:rgba(var(--color-foreground),.7);z-index:3;box-shadow:0 2px 8px #00000014}.fortera-curated__nav-btn--prev{left:.4rem}.fortera-curated__nav-btn--next{right:.4rem}.fortera-curated__nav-btn:disabled{opacity:.3;pointer-events:none}}@media(max-width:749px){.fortera-best-sellers__view-all{margin-top:2rem}.fortera-best-sellers__view-all .button{width:100%;text-align:center}}@media(max-width:749px){.shopify-section--custom-liquid h2,.shopify-section--custom-liquid div h2,section.shopify-section h2[style*=font-size],.custom-liquid h2,.section-custom-liquid h2{font-size:28px!important;letter-spacing:1px!important;line-height:1.2!important}.shopify-section--custom-liquid p,.shopify-section--custom-liquid div p,section.shopify-section p[style*="font-size:17px"],.custom-liquid p,.section-custom-liquid p{font-size:13px!important;line-height:1.5!important}}@media(max-width:749px){.slideshow .slider-counter{font-size:1.2rem}.slideshow__slide{min-height:auto}.slideshow--full_bleed .slideshow__slide{min-height:280px}.slideshow__text-wrapper{padding:1rem 1.5rem}.slideshow__text .banner__heading,.slideshow__text .banner__subheading{margin-bottom:.5rem}.slider-counter{padding:.8rem 0}.slideshow .slider-buttons{margin-top:0}}@media(max-width:749px){.fortera-trust-badges{padding:2.5rem 0}.fortera-trust-badges__grid{grid-template-columns:repeat(3,1fr);gap:.8rem;text-align:center}.fortera-trust-badge{display:flex;flex-direction:column;align-items:center}.fortera-trust-badge__icon{margin-bottom:.8rem}.fortera-trust-badge__icon svg,.fortera-trust-badge__icon img{width:28px;height:28px}.fortera-trust-badge__title{font-size:.65rem;letter-spacing:.08em;line-height:1.3}}@media(max-width:749px){.fortera-logo-bar{padding:2.5rem 0}.fortera-logo-marquee__group{gap:2.5rem;padding-right:2.5rem}.fortera-logo-bar__text{font-size:1.4rem}.fortera-logo-bar__item img{height:30px!important}.fortera-logo-bar__grid{gap:2rem}}@media(max-width:749px){.fortera-newsletter{padding:0}.fortera-newsletter__title{font-size:clamp(1.8rem,5vw,2.4rem)}.fortera-newsletter__text{font-size:1.3rem;margin-bottom:1.5rem}.fortera-newsletter__form{flex-direction:column;border:none;gap:1rem;max-width:100%}.fortera-newsletter__input{border:1px solid rgba(var(--color-foreground),.15);padding:1.2rem 1rem;font-size:1.3rem;width:100%}.fortera-newsletter__submit{border:1px solid rgba(var(--color-foreground),1);background:rgba(var(--color-foreground),1);color:rgb(var(--color-background));padding:1.4rem;width:100%;font-size:1.2rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:opacity .3s ease}.fortera-newsletter__submit:hover{opacity:.85}}@media(max-width:749px){.fortera-footer__top{grid-template-columns:1fr}.fortera-footer__info{padding:2.5rem 1.5rem}.fortera-footer__logo{margin-bottom:2rem}.fortera-footer__logo img{max-width:160px}.fortera-footer__columns{grid-template-columns:1fr 1fr;gap:1.5rem}.fortera-footer__column-title{font-size:1rem;margin-bottom:1rem}.fortera-footer__column a{font-size:1.2rem}.fortera-footer__column li{margin-bottom:.6rem}.fortera-footer__image-block{min-height:350px;position:relative}.fortera-footer__newsletter{position:relative;padding:2rem 1.5rem;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fortera-footer__newsletter-title{font-size:1.6rem}.fortera-footer__newsletter-text{font-size:1.2rem;margin-bottom:1rem}.fortera-footer__newsletter-form{flex-direction:row}.fortera-footer__newsletter-input{font-size:1.2rem}.fortera-footer__bottom{flex-direction:column;gap:1.5rem;padding:1.5rem;text-align:center}.fortera-footer__social{flex-wrap:wrap;justify-content:center}.fortera-footer__social-label{font-size:1.6rem;width:100%;margin-bottom:.5rem}.fortera-footer__copyright{font-size:1rem}}@media(max-width:749px){.fortera-split-collection__grid{grid-template-columns:1fr;height:auto}.fortera-split-collection__image{height:300px}.fortera-split-collection__overlay{padding:2rem}.fortera-split-collection__title{font-size:clamp(1.8rem,5vw,2.4rem)}.fortera-split-collection__products{padding:2rem 1.5rem}}@media(max-width:749px){.fortera-shop-look__grid{grid-template-columns:1fr}.fortera-shop-look__image{order:-1;min-height:350px}.fortera-shop-look__content{padding:2rem 1.5rem}.fortera-shop-look__slide-img{max-width:200px;margin-bottom:1rem}}@media(max-width:749px){.fortera-collections-grid__items{grid-template-columns:1fr 1fr;gap:.6rem}.fortera-collection-card{aspect-ratio:1/1.2}.fortera-collection-card__content{padding:.8rem}.fortera-collection-card__name{font-size:1.1rem}.fortera-collections-grid--cols-3 .fortera-collections-grid__items{grid-template-columns:repeat(3,1fr);gap:.4rem}.fortera-collections-grid--cols-3 .fortera-collection-card{aspect-ratio:1/1}.fortera-collections-grid--cols-3 .fortera-collection-card__content{padding:.5rem}.fortera-collections-grid--cols-3 .fortera-collection-card__name{font-size:.85rem}}@media(max-width:749px){.fortera-product__info{position:relative;top:auto;padding:2rem 1.5rem}.fortera-product__title{font-size:2rem}.fortera-product__add-btn,.fortera-product__buy-btn{padding:1.4rem;font-size:1.1rem}.product__info-container .product__title{font-size:2rem;line-height:1.2}.product__info-container .price{font-size:1.8rem}.product__description{font-size:1.3rem}}@media(max-width:749px){.collection-hero__text-wrapper{padding:2rem 1.5rem}.template-collection .collection .grid--2-col-tablet .grid__item{width:calc(50% - .5rem)}}.fortera-cart-min-warning{display:flex;align-items:flex-start;gap:.8rem;padding:1.2rem 1.4rem;background:#fdf5e6;border:1px solid #f0ddb8;border-radius:4px;margin-bottom:1.5rem;font-size:1.3rem;line-height:1.5;color:#8a6d3b}.fortera-cart-min-warning svg{flex-shrink:0;margin-top:.2rem;color:#c49a3c}.fortera-cart-min-warning strong{color:#6b5330}#checkout:disabled{opacity:.5;cursor:not-allowed}@media(max-width:749px){.cart-items td{padding:1rem 0}.cart__footer{padding:1.5rem}}@media(max-width:749px){.template-search .search__input{font-size:1.4rem}}@media(max-width:749px){.section-main-page .page-width{padding:0 1.5rem}}@media(max-width:749px){.article-template .page-width{padding:0 1.5rem}.blog-articles .blog-articles__article{margin-bottom:2rem}}@media(max-width:749px){.utility-bar{padding:0}.announcement-bar{font-size:1rem}.announcement-bar__message{padding:.4rem .8rem;font-size:1rem;line-height:1.3}.announcement-bar__message.h5{font-size:1rem;margin:0}.utility-bar .slider-button{padding:.4rem}.utility-bar .slider-button svg,.utility-bar .slider-button .icon{width:1.2rem;height:1.2rem}.announcement-bar-section .utility-bar__grid{padding:.2rem 0}}@media(max-width:749px){.predictive-search{max-height:70vh;overflow-y:auto}}@media(max-width:749px){.cart-drawer{width:100%;max-width:100%}}.fortera-footer__payment{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:center;padding:1rem 2rem}.fortera-footer__payment-icon,.fortera-footer__payment svg{width:3.8rem;height:2.4rem;border-radius:4px;background:#fffffff2;padding:2px 4px;box-sizing:content-box}@media(max-width:749px){.fortera-footer__payment-icon,.fortera-footer__payment svg{width:3.2rem;height:2rem}}.fortera-footer__bottom{flex-wrap:wrap;gap:1rem}.fortera-desc-wrapper{position:relative;margin:1.5rem 0}.fortera-desc-content{position:relative;overflow:hidden;transition:max-height .4s ease}.fortera-desc-content.is-collapsed{max-height:180px}.fortera-desc-content.is-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,#f8f7f400,#f8f7f4f2 90%,#f8f7f4);pointer-events:none}.fortera-desc-content.is-expanded{max-height:9999px}.fortera-desc-toggle{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;padding:.6rem 1.4rem;background:transparent;border:1px solid #1E2A3A;color:#1e2a3a;font-size:1.3rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .2s ease;border-radius:2px}.fortera-desc-toggle:hover{background:#1e2a3a;color:#fff}.fortera-desc-toggle:after{content:"\25be";font-size:1.2rem;transition:transform .3s ease}.fortera-desc-toggle[aria-expanded=true]:after{transform:rotate(180deg)}.fortera-desc-toggle-less,.fortera-desc-toggle[aria-expanded=true] .fortera-desc-toggle-more{display:none}.fortera-desc-toggle[aria-expanded=true] .fortera-desc-toggle-less{display:inline}.cart-count-bubble,.header-wrapper.scrolled .cart-count-bubble{background-color:#1e2a3a!important;color:#fff!important}.cart-count-bubble span,.header-wrapper.scrolled .cart-count-bubble span,.cart-count-bubble span[aria-hidden=true],.header-wrapper.scrolled .cart-count-bubble span[aria-hidden=true]{color:#fff!important}html,body{overflow-x:clip}.fortera-trust-promise{display:flex;flex-wrap:wrap;gap:18px 24px;padding-top:18px;margin-top:8px;border-top:1px solid rgba(0,0,0,.08)}.fortera-trust-promise__item{display:flex;align-items:flex-start;gap:12px;flex:1 1 100%}@media(min-width:990px){.fortera-trust-promise__item{flex:1 1 0}}.fortera-trust-promise__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(var(--color-foreground),.85)}.fortera-trust-promise__text{display:flex;flex-direction:column;gap:2px;line-height:1.4}.fortera-trust-promise__text strong{font-size:14px;font-weight:600;color:rgba(var(--color-foreground),1)}.fortera-trust-promise__text span{font-size:13px;color:rgba(var(--color-foreground),.7)}.fortera-urgency{margin-top:12px}.fortera-urgency__line{margin:0;font-size:14px;font-weight:600;line-height:1.5;color:rgba(var(--color-foreground),1)}.fortera-product-tabs{margin-top:24px}.fortera-product-tabs__nav{display:flex;gap:24px;border-bottom:1px solid rgba(var(--color-foreground),.12);margin-bottom:16px}.fortera-product-tabs__btn{background:none;border:0;padding:12px 0;margin:0;font-family:inherit;font-size:15px;font-weight:500;color:rgba(var(--color-foreground),.55);cursor:pointer;position:relative;letter-spacing:.02em;transition:color .2s ease}.fortera-product-tabs__btn:hover{color:rgba(var(--color-foreground),.85)}.fortera-product-tabs__btn.is-active{color:rgba(var(--color-foreground),1);font-weight:600}.fortera-product-tabs__btn.is-active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:rgba(var(--color-foreground),1)}.fortera-product-tabs__panel{display:none}.fortera-product-tabs__panel.is-active{display:block}.fortera-faq-item{border-bottom:1px solid rgba(var(--color-foreground),.1)}.fortera-faq-item:last-child{border-bottom:0}.fortera-faq-item summary{list-style:none;cursor:pointer;padding:14px 32px 14px 0;font-size:14.5px;font-weight:600;position:relative;color:rgba(var(--color-foreground),1)}.fortera-faq-item summary::-webkit-details-marker{display:none}.fortera-faq-item summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:22px;font-weight:400;line-height:1;transition:transform .2s ease}.fortera-faq-item[open] summary:after{content:"\2212"}.fortera-faq-item p{margin:0 0 14px;padding-right:8px;font-size:14px;line-height:1.6;color:rgba(var(--color-foreground),.78)}.fortera-back-to-top{position:fixed;right:16px;bottom:90px;width:40px;height:40px;border-radius:50%;border:0;padding:0;background:#1e2a3a;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000002e;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background .2s ease;z-index:90}.fortera-back-to-top[hidden]{display:none}.fortera-back-to-top.is-visible{opacity:1;transform:translateY(0)}.fortera-back-to-top svg{width:16px;height:16px}@media(min-width:750px){.fortera-back-to-top{right:20px;bottom:90px;width:44px;height:44px}.fortera-back-to-top svg{width:18px;height:18px}}@media(min-width:990px){.fortera-back-to-top{right:24px;bottom:90px;width:48px;height:48px}.fortera-back-to-top svg{width:20px;height:20px}.fortera-back-to-top:hover{background:#2a3a4f;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}}sticky-header.header-wrapper,.header-wrapper{z-index:4}.menu-open sticky-header.header-wrapper,.menu-open .header-wrapper{z-index:1}cart-drawer{z-index:1000}
/*# sourceMappingURL=/cdn/shop/t/112/assets/fortera-theme.css.map */
