:root{--look-font-heading: var(--font-heading-family);--look-font-body: var(--font-body-family);--look-color-bg: #faf9f7;--look-color-surface: #ffffff;--look-color-text: #1a1a1a;--look-color-muted: #6b6b6b;--look-color-border: #e5e2dc;--look-color-accent: #1a1a1a;--look-color-accent-hover: #333333;--look-color-active: #1a1a1a;--look-color-sale: #c0392b;--look-radius-sm: 4px;--look-radius-md: 8px;--look-radius-lg: 16px;--look-spacing-xs: .375rem;--look-spacing-sm: .75rem;--look-spacing-md: 1.25rem;--look-spacing-lg: 2rem;--look-spacing-xl: 3rem;--look-spacing-2xl: 4.5rem;--look-transition: .25s cubic-bezier(.4, 0, .2, 1);--look-max-width: 1440px;--look-gutter: clamp(1rem, 4vw, 3rem)}.page-width{max-width:var(--look-max-width);margin-inline:auto;padding-inline:var(--look-gutter)}.hero-look{position:relative;min-height:var(--hero-min-height, 90vh);display:flex;flex-direction:column;overflow:hidden}.hero-look__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-look__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s ease;pointer-events:none}.hero-look__slide.is-active{opacity:1;pointer-events:auto}.hero-look__image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-look__image-placeholder{width:100%;height:100%;background:linear-gradient(160deg,#3a3228,#1a1612)}.hero-look__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,calc(var(--hero-overlay, .45) + .25)),rgba(0,0,0,calc(var(--hero-overlay, .45) * .5)) 45%,#0000000d);pointer-events:none}.hero-look__dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.hero-look__dot{width:6px;height:6px;border-radius:50%;background:#ffffff73;border:none;padding:0;cursor:pointer;transition:background .3s,transform .3s}.hero-look__dot.is-active{background:#fff;transform:scale(1.3)}.hero-look__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;text-decoration:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background var(--look-transition),border-color var(--look-transition)}.hero-look__arrow:hover{background:#ffffff52;border-color:#ffffffb3}.hero-look__arrow--prev{left:1.25rem}.hero-look__arrow--next{right:1.25rem}.hero-look__content{position:relative;z-index:2;display:flex;align-items:flex-end;flex:1;min-height:var(--hero-min-height, 90vh);padding:0 var(--look-gutter) clamp(1.5rem,4vh,3rem)}.hero-look__inner{width:100%;max-width:640px}.hero-look__brand-label{font-family:var(--look-font-body);font-size:.6875rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#fffc;margin:0 0 .6rem}.hero-look__headline{font-family:var(--look-font-heading);font-size:clamp(2.75rem,6vw,4.75rem);font-weight:400;line-height:1;color:#fff;margin:0 0 .65rem;letter-spacing:-.025em}.hero-look__tagline{font-family:var(--look-font-heading);font-style:italic;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#ffffffe6;margin:0 0 .6rem;line-height:1.35}.hero-look__description{font-family:var(--look-font-body);font-size:.9375rem;line-height:1.6;color:#ffffffbf;margin:0 0 1.75rem;max-width:480px}.hero-look__actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.875rem;align-items:stretch}.hero-look__btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;font-family:var(--look-font-body);font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:0;cursor:pointer;white-space:nowrap;transition:background var(--look-transition),color var(--look-transition),border-color var(--look-transition)}.hero-look__btn--primary{background:#fff;color:#1a1a1a;border:1.5px solid #ffffff;flex:0 1 auto}.hero-look__btn--primary:hover{background:#ffffffe0}.hero-look__btn--ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.55);flex:0 1 auto}.hero-look__btn--ghost:hover{border-color:#ffffffe6;background:#ffffff14}@media(max-width:639px){.hero-look__headline{font-size:clamp(2.5rem,11vw,3.5rem)}.hero-look__actions{flex-direction:column;align-items:stretch;gap:.75rem}.hero-look__btn{width:100%;justify-content:center;padding:1rem 1.25rem}.hero-look__arrow{width:2.25rem;height:2.25rem}.hero-look__arrow--prev{left:.625rem}.hero-look__arrow--next{right:.625rem}}.choose-look{padding-block:var(--look-spacing-xl);background:var(--look-color-bg)}.choose-look__header{text-align:center;margin-bottom:clamp(1rem,2vw,1.75rem)}.choose-look__heading{font-family:var(--look-font-heading);font-size:clamp(1.875rem,3.5vw,3rem);font-weight:400;color:var(--look-color-text);margin:0 0 .6rem;letter-spacing:-.015em}.choose-look__subheading{font-family:var(--look-font-body);font-size:.9375rem;color:var(--look-color-muted);margin:0;line-height:1.5}.choose-look__track{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-columns:calc(25% - .75rem);grid-auto-flow:column;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.choose-look__track::-webkit-scrollbar{display:none}@media(max-width:767px){.choose-look__track{grid-template-columns:repeat(2,1fr);grid-auto-columns:unset;grid-auto-flow:row;overflow-x:visible;scroll-snap-type:none;gap:.875rem}}@media(min-width:768px)and (max-width:1023px){.choose-look__track{grid-template-columns:repeat(3,1fr);grid-auto-columns:calc(33.333% - .875rem)}}.look-card{position:relative;background:var(--look-color-surface);border:1.5px solid transparent;scroll-snap-align:start;flex-shrink:0}.look-card--active{border-color:#1a1a1a}.look-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.look-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#e8e4de}.look-card__image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.look-card__image-placeholder{width:100%;height:100%;background:linear-gradient(160deg,#e8e4de,#d4cfc5)}.look-card__body{padding:.75rem .125rem .5rem;display:flex;flex-direction:column;gap:.2rem}.look-card__title{font-family:var(--look-font-heading);font-size:1rem;font-weight:400;color:var(--look-color-text);margin:0;letter-spacing:-.01em;line-height:1.2}.look-card__tagline{font-family:var(--look-font-body);font-size:.8125rem;color:var(--look-color-muted);margin:0 0 .4rem;line-height:1.4}.look-card__price-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.look-card__price-sale{font-family:var(--look-font-body);font-size:.9375rem;font-weight:500;color:var(--look-color-text)}.look-card__price-compare{font-family:var(--look-font-body);font-size:.875rem;font-weight:400;color:var(--look-color-muted);text-decoration:line-through}.look-card__save-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;background:#1a1a1a;color:#fff;font-family:var(--look-font-body);font-size:.6875rem;font-weight:600;letter-spacing:.04em;border-radius:2px;white-space:nowrap}.build-your-set{padding-block:var(--look-spacing-xl);padding-bottom:var(--look-spacing-md);background:var(--look-color-surface)}.build-your-set__inner{max-width:860px;margin-inline:auto}.build-your-set__header{text-align:center;margin-bottom:clamp(1rem,2vw,1.75rem)}.build-your-set__heading{font-family:var(--look-font-heading);font-size:clamp(1.875rem,3.5vw,3rem);font-weight:400;color:var(--look-color-text);margin:0 0 .5rem;letter-spacing:-.015em}.build-your-set__subheading{font-family:var(--look-font-body);font-size:.9375rem;color:var(--look-color-muted);margin:0;line-height:1.5}.build-your-set__kiwi{display:flex;justify-content:center;margin-top:.875rem}.build-your-set__components{display:flex;flex-direction:column}.build-your-set__component{display:grid;grid-template-columns:1fr;gap:1rem;padding-block:1.75rem;border-bottom:1px solid var(--look-color-border)}.build-your-set__component:first-child{border-top:1px solid var(--look-color-border)}@media(min-width:640px){.build-your-set__component{grid-template-columns:260px 1fr;align-items:start;gap:2.5rem}}.build-your-set__component-header{display:flex;align-items:center;gap:1rem;margin-bottom:.875rem}.build-your-set__component-number{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;border-radius:50%;border:1.5px solid var(--look-color-border);font-family:var(--look-font-body);font-size:.75rem;font-weight:600;color:var(--look-color-muted);flex-shrink:0}.build-your-set__component-info{flex:1;min-width:0}.build-your-set__component-title{font-family:var(--look-font-body);font-size:.8125rem;font-weight:500;color:var(--look-color-text);margin:0;line-height:1.4;text-transform:uppercase;letter-spacing:.06em}.build-your-set__option-selected-value{font-family:var(--look-font-body);font-size:.875rem;font-weight:600;color:var(--look-color-text);flex-shrink:0;margin-left:auto}.build-your-set__component-qty{font-family:var(--look-font-body);font-size:.8125rem;color:var(--look-color-muted)}.build-your-set__component-price{font-family:var(--look-font-body);font-size:.9375rem;font-weight:500;color:var(--look-color-text);margin-top:.25rem}.build-your-set__setup-notice{padding-block:1rem}.build-your-set__notice-box{max-width:620px;margin-inline:auto;background:#fffbf0;border:1.5px solid #e8d89a;border-radius:var(--look-radius-md);padding:1.5rem 1.75rem}.build-your-set__notice-title{font-family:var(--look-font-body);font-size:1rem;font-weight:600;color:#7a5c00;margin:0 0 .5rem}.build-your-set__notice-body{font-size:.9rem;color:#5a4500;margin:0 0 .75rem}.build-your-set__notice-steps{font-size:.875rem;color:#5a4500;padding-left:1.25rem;margin:0 0 .75rem;line-height:1.9}.build-your-set__notice-steps code{background:#00000012;padding:.1em .4em;border-radius:3px;font-size:.8rem}.build-your-set__notice-note{font-size:.8125rem;color:#7a6020;margin:0;line-height:1.5}.build-your-set__option-selectors{display:flex;flex-direction:column;gap:.75rem;padding-left:2.875rem}.build-your-set__option-btns{display:flex;flex-wrap:wrap;gap:.5rem}.build-your-set__opt-btn{padding:.5rem 1.125rem;background:var(--look-color-surface);border:1.5px solid var(--look-color-border);border-radius:var(--look-radius-sm);font-family:var(--look-font-body);font-size:.875rem;font-weight:400;color:var(--look-color-text);cursor:pointer;min-width:2.75rem;text-align:center;transition:border-color var(--look-transition),background var(--look-transition),color var(--look-transition)}.build-your-set__opt-btn:hover:not(.is-unavailable){border-color:var(--look-color-text)}.build-your-set__opt-btn.is-selected{background:var(--look-color-text);border-color:var(--look-color-text);color:#fff}.build-your-set__opt-btn.is-unavailable{opacity:.3;cursor:not-allowed;text-decoration:line-through}.build-your-set__opt-select{-webkit-appearance:none;appearance:none;background:var(--look-color-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='1.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .875rem center;border:1.5px solid var(--look-color-border);border-radius:var(--look-radius-sm);padding:.625rem 2.5rem .625rem .875rem;font-family:var(--look-font-body);font-size:.9375rem;color:var(--look-color-text);cursor:pointer;width:100%;max-width:320px;transition:border-color var(--look-transition)}.build-your-set__opt-select:focus{outline:none;border-color:var(--look-color-text)}.build-your-set__single-variant{font-size:.9375rem;color:var(--look-color-muted);text-align:center;padding-block:var(--look-spacing-md)}.bogo-banner{background:#2a2824;padding-block:1.25rem}.bogo-banner__inner{display:flex;align-items:center;justify-content:center;gap:3rem;position:relative}.bogo-banner__left{display:flex;align-items:center;gap:1rem}.bogo-banner__icon-wrap{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1.5px solid #c8a96e;color:#c8a96e;flex-shrink:0}.bogo-banner__copy{display:flex;flex-direction:column;gap:.2rem}.bogo-banner__title{font-family:var(--look-font-body);font-size:1rem;font-weight:500;color:#f0ebe0;margin:0;line-height:1.3}.bogo-banner__title em{font-style:italic;font-weight:400}.bogo-banner__subtitle{font-family:var(--look-font-body);font-size:.8125rem;font-weight:400;color:#a09880;margin:0;line-height:1.4}.bogo-banner__badge{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.5rem 1.125rem;border:1.5px solid #c8a96e;color:#c8a96e;font-family:var(--look-font-body);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:0}@media(max-width:639px){.bogo-banner__inner{flex-direction:column;gap:1rem;text-align:center}.bogo-banner__left{flex-direction:column;gap:.75rem}.bogo-banner__badge{align-self:center}}.buy-box-bundle{padding-top:var(--look-spacing-md);padding-bottom:var(--look-spacing-lg);background:var(--look-color-surface)}.buy-box-bundle__inner{max-width:860px;margin-inline:auto}.buy-box-bundle__box{display:flex;flex-direction:column;gap:0}.buy-box-bundle__price-block{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--look-color-border);border-bottom:1px solid var(--look-color-border);margin-bottom:1.375rem}.buy-box-bundle__price-label{font-family:var(--look-font-body);font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--look-color-muted);flex-shrink:0}.buy-box-bundle__price-values{display:flex;align-items:baseline;gap:.625rem;flex-shrink:0}.buy-box-bundle__compare{font-family:var(--look-font-body);font-size:1.125rem;font-weight:400;color:var(--look-color-muted);text-decoration:line-through;text-decoration-thickness:1.5px}.buy-box-bundle__sale{font-family:var(--look-font-heading);font-size:2rem;font-weight:400;color:var(--look-color-text);letter-spacing:-.025em;line-height:1}@media(max-width:639px){.buy-box-bundle__price-block{flex-direction:column;align-items:center;gap:.375rem}.buy-box-bundle__sale{font-size:1.625rem}}.buy-box-bundle__buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:639px){.buy-box-bundle__buttons{grid-template-columns:1fr}}.buy-box-bundle__btn{display:flex;align-items:center;justify-content:center;gap:.55rem;padding:1rem 1.5rem;font-family:var(--look-font-body);font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;cursor:pointer;white-space:nowrap;transition:background var(--look-transition),color var(--look-transition),border-color var(--look-transition)}.buy-box-bundle__btn[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none}.buy-box-bundle__btn--atc{background:#1e1e1e;color:#fff;border:1.5px solid #1e1e1e}.buy-box-bundle__btn--atc:hover:not([disabled]){background:#333;border-color:#333}.buy-box-bundle__btn--buy-now{background:#fff;color:#1e1e1e;border:1.5px solid #d0cdc8}.buy-box-bundle__btn--buy-now:hover:not([disabled]){border-color:#1e1e1e}.buy-box-bundle__btn-icon{display:flex;align-items:center;flex-shrink:0}.buy-box-bundle__spinner{display:none;align-items:center;justify-content:center}.buy-box-bundle__spinner svg{animation:look-spin .75s linear infinite}@keyframes look-spin{to{transform:rotate(360deg)}}.buy-box-bundle__trust{font-family:var(--look-font-body);font-size:.8125rem;color:var(--look-color-muted);text-align:center;margin:1rem 0 0}.section-buy-box-bundle #KiwiSizingChart,.section-buy-box-bundle [id^=kiwi],.section-buy-box-bundle [class*=kiwi-sizing],.section-buy-box-bundle [class*=KiwiSizing],.section-buy-box-bundle .ks-size-chart-btn,.section-buy-box-bundle .ks-button{display:none!important}.gallery-look{padding-block:var(--look-spacing-xl);background:var(--look-color-bg)}.gallery-look__inner{max-width:1100px;margin-inline:auto}.gallery-look__heading{font-family:var(--look-font-heading);font-size:clamp(1.875rem,3vw,2.75rem);font-weight:400;color:var(--look-color-text);text-align:center;margin:0 0 clamp(.875rem,2vw,1.5rem);letter-spacing:-.015em}.gallery-look__grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:768px){.gallery-look__grid{grid-template-columns:3fr 2fr;align-items:stretch}}.gallery-look__item{position:relative;overflow:hidden;background:#e8e4de}.gallery-look__item--featured .gallery-look__zoom-btn,.gallery-look__item--featured{height:100%}@media(min-width:768px){.gallery-look__item--featured .gallery-look__image{height:100%;min-height:540px;aspect-ratio:unset}}.gallery-look__stack{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media(min-width:768px){.gallery-look__stack{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.gallery-look__zoom-btn{display:block;width:100%;height:100%;padding:0;background:none;border:none;cursor:zoom-in;position:relative}.gallery-look__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s ease;aspect-ratio:4 / 5}@media(min-width:768px){.gallery-look__item--small .gallery-look__image{aspect-ratio:unset;min-height:250px}}.gallery-look__zoom-btn:hover .gallery-look__image{transform:scale(1.03)}.gallery-look__view-more{position:absolute;top:0;right:0;bottom:0;left:0;background:#12121280;display:flex;align-items:center;justify-content:center;pointer-events:none}.gallery-look__view-more-inner{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;font-family:var(--look-font-body);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.gallery-look__empty{text-align:center;color:var(--look-color-muted)}.gallery-look__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0a0a0af5;display:flex;flex-direction:column}.gallery-look__lightbox[hidden]{display:none}.gallery-look__lightbox-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;flex-shrink:0}.gallery-look__lightbox-counter{font-family:var(--look-font-body);font-size:.8125rem;color:#ffffff8c;letter-spacing:.08em}.gallery-look__lightbox-close{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;opacity:.75;transition:opacity .2s}.gallery-look__lightbox-close:hover{opacity:1}.gallery-look__lightbox-stage{flex:1;position:relative;overflow:hidden}.gallery-look__lightbox-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:.5rem 3.5rem}.gallery-look__lightbox-slide.is-active{display:flex}.gallery-look__lightbox-img{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.gallery-look__lightbox-prev,.gallery-look__lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:2.5rem;height:2.5rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2}.gallery-look__lightbox-prev{left:.75rem}.gallery-look__lightbox-next{right:.75rem}.gallery-look__lightbox-prev:hover,.gallery-look__lightbox-next:hover{background:#ffffff2e}.gallery-look__lightbox-thumbs{display:flex;gap:.375rem;padding:.75rem 1.25rem;overflow-x:auto;flex-shrink:0;scrollbar-width:none;justify-content:center}.gallery-look__lightbox-thumbs::-webkit-scrollbar{display:none}.gallery-look__lightbox-thumb{flex-shrink:0;width:50px;height:50px;border:2px solid transparent;border-radius:2px;overflow:hidden;cursor:pointer;padding:0;background:none;opacity:.5;transition:opacity .2s,border-color .2s}.gallery-look__lightbox-thumb img{width:100%;height:100%;object-fit:cover}.gallery-look__lightbox-thumb.is-active{border-color:#fff;opacity:1}.fabric-features{padding-block:var(--look-spacing-xl);background:var(--look-color-bg)}.fabric-features__inner{max-width:900px;margin-inline:auto}.fabric-features__heading{font-family:var(--look-font-heading);font-size:clamp(1.875rem,3.5vw,3rem);font-weight:400;color:var(--look-color-text);text-align:center;margin:0 0 clamp(.875rem,2vw,1.5rem);letter-spacing:-.015em}.fabric-features__pills{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.625rem!important;margin-bottom:clamp(1rem,2vw,1.75rem)!important;overflow:visible!important}@media(min-width:640px){.fabric-features__pills{display:flex!important;flex-wrap:nowrap!important;justify-content:center!important;grid-template-columns:unset!important}.fabric-features__pill,.fabric-features__pill:not([class*=btn]){width:auto!important;min-width:0!important}}.fabric-features__pill,.fabric-features__pill:not([class*=btn]){display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:.625rem 1rem!important;border:1px solid #c8c4bc!important;border-radius:0!important;-webkit-border-radius:0!important;font-family:var(--look-font-body)!important;font-size:.8125rem!important;font-weight:400!important;color:var(--look-color-text)!important;background:transparent!important;background-color:transparent!important;line-height:1.5!important;box-shadow:none!important;text-decoration:none!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important;height:auto!important;min-height:2.5rem!important;width:100%!important}.fabric-features__accordions{display:flex;flex-direction:column}.fabric-features__accordion{border-top:1px solid var(--look-color-border)}.fabric-features__accordion:last-child{border-bottom:1px solid var(--look-color-border)}.fabric-features__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.125rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:1rem}.fabric-features__accordion-title{font-family:var(--look-font-body);font-size:.9375rem;font-weight:400;color:var(--look-color-text);line-height:1.3}.fabric-features__accordion[data-open] .fabric-features__accordion-title{text-decoration:underline;text-underline-offset:3px}.fabric-features__accordion-chevron{display:flex;align-items:center;flex-shrink:0;color:var(--look-color-muted);transition:transform .25s ease}.fabric-features__accordion[data-open] .fabric-features__accordion-chevron{transform:rotate(180deg)}.fabric-features__accordion-body{padding-bottom:1.25rem}.fabric-features__accordion-body[hidden]{display:none}.fabric-features__accordion-content{font-family:var(--look-font-body);font-size:.9375rem;line-height:1.75;color:var(--look-color-muted)}.fabric-features__accordion-content p{margin:0}.trust-bar{padding-block:1.75rem;background:var(--look-color-bg);border-top:1px solid var(--look-color-border);border-bottom:1px solid var(--look-color-border)}.trust-bar__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:2rem 1rem}@media(min-width:640px){.trust-bar__list{display:flex;flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:3.5rem}}.trust-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.75rem}.trust-bar__icon{display:flex;align-items:center;justify-content:center;color:#8a8a8a;flex-shrink:0}.trust-bar__icon svg{display:block;width:28px;height:28px}.trust-bar__label{font-family:var(--look-font-body);font-size:.6875rem;font-weight:500;letter-spacing:.1em;color:#8a8a8a;text-transform:uppercase;line-height:1.5;text-align:center;max-width:120px}.reviews-look{padding-block:var(--look-spacing-xl);background:var(--look-color-bg)}.reviews-look__header{text-align:center;margin-bottom:var(--look-spacing-lg)}.reviews-look__heading{font-family:var(--look-font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;color:var(--look-color-text);margin:0 0 .625rem;letter-spacing:-.01em}.reviews-look__aggregate{display:flex;align-items:center;justify-content:center;gap:.5rem}.reviews-look__stars{display:flex;align-items:center;gap:.1rem}.star{display:block}.star--full,.star--half{color:#2b2b2b}.star--empty{color:#d0cdc8}.reviews-look__score-text{font-family:var(--look-font-body);font-size:.875rem;color:var(--look-color-muted)}.reviews-look__grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1100px;margin-inline:auto}@media(min-width:768px){.reviews-look__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.reviews-look__card{background:var(--look-color-bg);border:1px solid var(--look-color-border);border-radius:0;padding:1.25rem 1.375rem;display:flex;flex-direction:column;gap:.75rem}.reviews-look__card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.reviews-look__card-stars{display:flex;align-items:center;gap:.1rem}.reviews-look__card-date{font-family:var(--look-font-body);font-size:.8125rem;color:var(--look-color-muted);white-space:nowrap;flex-shrink:0}.reviews-look__card-body{font-family:var(--look-font-body);font-size:.9375rem;line-height:1.7;color:var(--look-color-text);margin:0;flex:1}.reviews-look__card-author{font-family:var(--look-font-body);font-size:.875rem;font-weight:400;color:var(--look-color-muted)}.reviews-look__empty{text-align:center;color:var(--look-color-muted);font-size:.9375rem}.complete-look{padding-block:var(--look-spacing-xl);background:var(--look-color-surface)}.complete-look__heading{font-family:var(--look-font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;color:var(--look-color-text);margin:0 0 var(--look-spacing-lg);letter-spacing:-.01em}.complete-look__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--look-spacing-sm)}@media(min-width:768px){.complete-look__grid{grid-template-columns:repeat(4,1fr)}}.complete-look__skeleton{aspect-ratio:3 / 4;background:linear-gradient(90deg,var(--look-color-border) 25%,#f0ede8 50%,var(--look-color-border) 75%);background-size:200% 100%;animation:look-skeleton 1.4s ease-in-out infinite;border-radius:var(--look-radius-md)}@keyframes look-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.rte p{margin:0 0 1em}.rte p:last-child{margin-bottom:0}.rte ul,.rte ol{padding-left:1.25rem;margin-bottom:1em}.rte li+li{margin-top:.35rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus-visible{outline:2px solid var(--look-color-text);outline-offset:3px;border-radius:2px}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.look-card__image,.gallery-look__image,.hero-look__btn,.look-card{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/209/assets/look-sections.css.map */
