.kl-shop-the-look-page{display:flex;flex-direction:column;gap:1.6rem;padding:2.4rem 1.6rem}.kl-shop-the-look-page__empty{margin:0;padding:4rem 0;font-family:var(--font-body-family);font-size:1.2rem;text-align:center;color:#12121299}.kl-shop-the-look-page__look{display:flex;flex-direction:column;gap:1.6rem}.kl-shop-the-look-page__look[hidden]{display:none}.kl-shop-the-look-page__media{flex:1;min-width:0}.kl-shop-the-look-page__image,.kl-shop-the-look-page__placeholder{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.kl-shop-the-look-page__panel{display:flex;flex:1;min-width:0;flex-direction:column;gap:2.4rem}.kl-shop-the-look-page__header{display:flex;flex-direction:column;gap:.8rem}.kl-shop-the-look-page__heading{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:2.2rem;line-height:1.2;letter-spacing:normal;color:var(--primary-brand-color)}.kl-shop-the-look-page__subheading{margin:0;font-family:var(--font-body-family);font-size:1.2rem;line-height:1.5;color:var(--secondary-brand-color)}.kl-shop-the-look-page__products{display:grid;gap:1.6rem;margin:0;padding:0;list-style:none}.kl-shop-the-look-page__product{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.kl-shop-the-look-page__product-media{position:relative;background-color:#1212120a}.kl-shop-the-look-page__images{display:flex;margin:0;padding:0;list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.kl-shop-the-look-page__images::-webkit-scrollbar{display:none}.kl-shop-the-look-page__image-item{flex:0 0 100%;scroll-snap-align:start}.kl-shop-the-look-page__product-image,.kl-shop-the-look-page__product-placeholder{display:block;width:100%;height:100%;aspect-ratio:3 / 4;object-fit:cover}.kl-shop-the-look-page__dots{position:absolute;left:1rem;bottom:1rem;display:flex;gap:.8rem}.kl-shop-the-look-page__dot{position:relative;width:.9rem;height:.9rem;padding:0;border:1px solid rgba(18,18,18,.5);border-radius:50%;background-color:transparent;cursor:pointer}.kl-shop-the-look-page__dot:after{content:"";position:absolute;top:-.8rem;right:-.8rem;bottom:-.8rem;left:-.8rem}.kl-shop-the-look-page__dot.is-active{background-color:#121212cc}.kl-shop-the-look-page__select{position:absolute;z-index:3;top:.6rem;right:.6rem;display:flex;cursor:pointer}.kl-shop-the-look-page__select-input{width:1.9rem;height:1.9rem;margin:0;accent-color:#d16521;cursor:pointer}.kl-shop-the-look-page__select-input:disabled{cursor:default;opacity:.4}.kl-shop-the-look-page__product-info{display:flex;flex-direction:column;gap:.8rem;padding:.4rem 0}.kl-shop-the-look-page__product-title{font-family:var(--font-body-family);font-size:1.2rem;line-height:1.25;color:var(--primary-brand-color);text-decoration:none}.kl-shop-the-look-page__product-title:hover{text-decoration:underline}.kl-shop-the-look-page__variants{display:flex;flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none}.kl-shop-the-look-page__variant-button{display:flex;align-items:center;justify-content:center;min-width:2.6rem;height:2.6rem;padding:0 .6rem;border:1px solid rgba(18,18,18,.2);border-radius:50%;background-color:transparent;font-family:var(--font-body-family);font-size:1.2rem;color:var(--primary-brand-color);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.kl-shop-the-look-page__variant-button[aria-pressed=true]{border-color:var(--primary-brand-color);background-color:#1212120f}.kl-shop-the-look-page__variant-button:disabled{cursor:default;opacity:.4;text-decoration:line-through}.kl-shop-the-look-page__product-price{margin:0;font-family:var(--font-body-family);font-size:1.2rem;line-height:normal;color:var(--primary-brand-color)}.kl-shop-the-look-page__reviews{display:flex;align-items:center;margin-top:.2rem}.kl-shop-the-look-page__rating{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body-family);font-size:1.2rem;color:#616161}.kl-shop-the-look-page__rating .kl-stars{--kl-stars-size: 1.2rem}.kl-shop-the-look-page__rating-count{font-size:1.2rem;color:#616161}.kl-shop-the-look-page__footer{display:flex;flex-direction:column;gap:1.2rem}.kl-shop-the-look-page__total{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem;margin:0;font-family:var(--font-body-family);font-size:1.4rem;color:var(--primary-brand-color)}.kl-shop-the-look-page__total-label{font-weight:var(--font-body-weight-bold);text-transform:uppercase}.kl-shop-the-look-page__total-value{font-size:1.6rem;font-weight:var(--font-body-weight-bold)}.is-whole-look .kl-shop-the-look-page__total-value{color:#d16521}.kl-shop-the-look-page__total-compare{font-size:1.2rem;color:#7b7b7b}.kl-shop-the-look-page__checkout{padding:1.4rem 2rem;border:1px solid #de7324;background-color:#de7324;font-family:var(--font-body-family);font-weight:300;font-size:1.4rem;letter-spacing:.1rem;text-transform:uppercase;color:#fff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.kl-shop-the-look-page__checkout:hover{border-color:#c87234;background-color:#c87234}.kl-shop-the-look-page__checkout:disabled{cursor:default;opacity:.5}@media(min-width:750px){.kl-shop-the-look-page__products{grid-template-columns:1fr 1fr}}@media(min-width:990px){.kl-shop-the-look-page{padding:3.2rem 2.4rem 5.8rem}.kl-shop-the-look-page__look{flex-direction:row;align-items:flex-start;gap:2rem}.kl-shop-the-look-page__panel{position:sticky;top:2rem}.kl-shop-the-look-page__heading{font-size:3.4rem}}@media(prefers-reduced-motion:reduce){.kl-shop-the-look-page__variant-button,.kl-shop-the-look-page__checkout{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/395/assets/kl-shop-the-look-page.css.map */
