.stl-trigger{display:flex;align-items:center;width:100%;padding:1rem 1.4rem;background:rgba(var(--color-foreground),.05);border:.15rem solid rgba(var(--color-foreground),.15);cursor:pointer;text-align:left;gap:1rem;transition:border-color .15s ease,background .15s ease}.stl-trigger:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.07)}.stl-trigger__thumbs{display:flex;flex-shrink:0}.stl-trigger__thumb{width:3.6rem;height:3.6rem;border-radius:50%;overflow:hidden;display:block;border:2px solid rgb(var(--color-background));margin-left:-1rem}.stl-trigger__thumb:first-child{margin-left:0}.stl-trigger__thumb img{width:100%;height:100%;object-fit:cover}.stl-trigger__text{flex:1;min-width:0}.stl-trigger__heading{font-family:var(--font-heading-family);font-style:italic;font-weight:400;font-size:1.5rem;display:block;line-height:1.2}.stl-trigger__cta{font-size:1.1rem;font-weight:500;letter-spacing:.06rem;text-transform:uppercase;color:rgb(var(--color-button));margin-top:.2rem;display:block}.stl-trigger__chevron{flex-shrink:0;font-size:2rem;color:rgb(var(--color-button));line-height:1}@media screen and (min-width:750px){.stl-trigger{display:none}}.stl-modal{display:none}.stl-modal[aria-hidden=false]{display:block}@media screen and (max-width:749px){.stl-modal[aria-hidden=false]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:flex-end}.stl-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;animation:stl-fade-in .3s ease forwards}@keyframes stl-fade-in{to{background:#0000008c}}.stl-modal__sheet{position:relative;z-index:1;width:100%;max-height:85vh;background:rgb(var(--color-background));border-radius:1rem 1rem 0 0;display:flex;flex-direction:column;animation:stl-slide-up .3s ease;box-shadow:0 -4px 24px #00000026}@keyframes stl-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.stl-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 1.6rem;border-bottom:1px solid rgba(var(--color-foreground),.08);flex-shrink:0}.stl-modal__heading{font-family:var(--font-heading-family);font-style:italic;font-weight:300;font-size:1.6rem;margin:0}.stl-modal__close{background:none;border:none;padding:.4rem;cursor:pointer;color:rgb(var(--color-foreground));line-height:0}.stl-modal__close svg{width:1.4rem;height:1.4rem}.stl-modal__body{flex:1;overflow-y:auto;padding:0 1.6rem;-webkit-overflow-scrolling:touch}.stl-modal__footer{flex-shrink:0;padding:1.2rem 1.6rem;padding-bottom:calc(1.2rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(var(--color-foreground),.08)}.stl-modal__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.stl-modal__total-label{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.stl-modal__total-price{font-size:1.5rem;font-weight:600}.stl-modal__add{width:100%;min-height:4.4rem;font-size:1.3rem}.stl-modal__error{margin:1.2rem 1.6rem 0;padding:1rem 1.2rem;font-size:1.2rem;line-height:1.4;font-weight:500;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05);border-left:.3rem solid rgb(var(--color-foreground));border-radius:.4rem}}@media screen and (min-width:750px){.stl-modal{display:block!important}.stl-modal__overlay{display:none}.stl-modal__sheet{border:1px solid rgba(var(--color-foreground),.1);padding:1.6rem}.stl-modal__header{margin-bottom:.4rem}.stl-modal__heading{font-family:var(--font-heading-family);font-style:italic;font-weight:300;font-size:1.5rem;margin:0}.stl-modal__close{display:none}.stl-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(var(--color-foreground),.08)}.stl-modal__total-label{font-size:1.1rem;color:rgba(var(--color-foreground),.5)}.stl-modal__total-price{font-size:1.4rem;font-weight:600}.stl-modal__add{font-size:1.2rem;padding:.7rem 1.6rem;min-height:3.4rem;min-width:auto}.stl-modal__error{margin-top:1rem;padding:.8rem 1rem;font-size:1.1rem;line-height:1.4;font-weight:500;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05);border-left:.3rem solid rgb(var(--color-foreground));border-radius:.4rem}}.stl-product__check{flex-shrink:0;display:flex;align-items:center;cursor:pointer}.stl-product__check input{position:absolute;opacity:0;width:0;height:0}.stl-product__checkbox{width:1.8rem;height:1.8rem;border:1.5px solid rgba(var(--color-foreground),.3);border-radius:.3rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.stl-product__check input:checked+.stl-product__checkbox{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.stl-product__check input:checked+.stl-product__checkbox:after{content:"";width:.5rem;height:.9rem;border:solid rgb(var(--color-background));border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translateY(-.1rem)}.stl-product__check input:focus-visible+.stl-product__checkbox{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.stl-product--unchecked{opacity:.4}.stl-product--unchecked .stl-product__image,.stl-product--unchecked .stl-product__details{pointer-events:none}.stl-product{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(var(--color-foreground),.06)}.stl-product:last-child{border-bottom:0;padding-bottom:0}.stl-product:first-child{padding-top:.4rem}.stl-product__image{width:5.6rem;height:calc(5.6rem * 4 / 3);flex-shrink:0;border-radius:.4rem;overflow:hidden;display:block}@media screen and (min-width:750px){.stl-product__image{width:5.6rem;height:calc(5.6rem * 4 / 3)}}.stl-product__image img{width:100%;height:100%;object-fit:cover}.stl-product__details{flex:1;min-width:0}.stl-product__title{font-size:1.2rem;font-weight:400;margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:750px){.stl-product__title{font-size:1.2rem}}.stl-product__title a{text-decoration:none;color:rgb(var(--color-foreground))}.stl-product__title a:hover{text-decoration:underline}.stl-product__price{font-size:1.1rem;color:rgba(var(--color-foreground),.55);display:block;margin-top:.1rem}.stl-product__variant{margin-top:.5rem}.stl-product__select{width:100%;appearance:none;-webkit-appearance:none;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.12);border-radius:0;padding:.4rem 2.2rem .4rem .6rem;font-size:1.1rem;font-family:var(--font-body-family);color:rgb(var(--color-foreground));cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231a1a1a' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.stl-product__select:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}
/*# sourceMappingURL=/cdn/shop/t/24/assets/shop-the-look.css.map */
