.buy-the-look{display:flex;flex-direction:column;gap:2.4rem;border:.1rem solid rgba(var(--color-border),var(--alpha-border));border-radius:var(--badge-border-radius);padding:2.4rem;background:rgb(var(--color-background))}.buy-the-look--loading{min-height:200px}.buy-the-look--loading .buy-the-look__products{opacity:.5}.buy-the-look__title{font-size:var(--font-size-static-md);font-weight:var(--font-weight-medium);line-height:var(--line-height-static-md);letter-spacing:var(--letter-spacing-medium);margin:0;padding:0;text-transform:capitalize}.buy-the-look__products{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.4rem;margin-bottom:1.6rem}.buy-the-look-product{display:flex;flex-direction:column;gap:1.2rem;position:relative}.buy-the-look-product__checkbox-wrapper{position:absolute;top:.8rem;left:.8rem;z-index:2;background:#ffffffe6;border-radius:4px;padding:.4rem;display:flex;align-items:center;justify-content:center}.buy-the-look-product__checkbox{width:1.6rem;height:1.6rem;cursor:pointer;border:.1rem solid rgba(var(--color-border),var(--alpha-border));background:transparent;appearance:none;-webkit-appearance:none;position:relative;margin:0;border-radius:2px}.buy-the-look-product__checkbox:checked{border-color:currentColor;background-color:rgba(var(--color-border),var(--alpha-border))}.buy-the-look-product__checkbox:checked:before{content:"";position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%);height:.6rem;width:.6rem;background-color:currentColor}.buy-the-look-product__image{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--badge-border-radius)}.buy-the-look-product__image img{width:100%;height:100%;object-fit:cover}.buy-the-look-product__details{display:flex;flex-direction:column;gap:.8rem}.buy-the-look-product__title{font-size:var(--font-size-static-md);font-weight:var(--font-weight-normal);line-height:var(--line-height-static-md);margin:0;padding:0;color:rgb(var(--color-foreground))}.buy-the-look-product__price{font-size:var(--font-size-static-md);font-weight:var(--font-weight-normal);color:rgb(var(--color-foreground))}.buy-the-look-product__size-selector{margin-top:.4rem}.buy-the-look-product__size-select{width:100%;padding:.8rem 3.6rem .8rem 1.2rem;border:.1rem solid rgba(var(--color-border),var(--alpha-border));border-radius:var(--badge-border-radius);background:transparent;color:rgb(var(--color-foreground));font-size:var(--font-size-static-md);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='currentColor' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center}.buy-the-look-product__size-select:focus{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.buy-the-look__footer{display:flex;flex-direction:column;gap:1.6rem;padding-top:2.4rem;border-top:.1rem solid rgba(var(--color-border),var(--alpha-border))}.buy-the-look__total{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;background:rgba(var(--color-border),.15);border-radius:var(--badge-border-radius);margin-bottom:.8rem}.buy-the-look__total-label,.buy-the-look__total-price{font-size:var(--font-size-static-md);font-weight:var(--font-weight-medium);color:rgb(var(--color-foreground))}.buy-the-look__add-to-cart{width:100%;padding:1.6rem 2.4rem;font-size:var(--font-size-static-md);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:var(--letter-spacing-medium);background:#000!important;color:#fff!important;border:none;border-radius:var(--badge-border-radius);cursor:pointer;transition:opacity var(--duration-default);min-height:4.8rem;display:flex;align-items:center;justify-content:center}.buy-the-look__add-to-cart:hover:not(:disabled){opacity:.9;background:#000!important}.buy-the-look__add-to-cart:disabled{opacity:.5;cursor:not-allowed;background:#000!important}@media screen and (min-width: 750px){.buy-the-look__products{grid-template-columns:repeat(2,1fr)}}.product__buy-the-look{width:100%}.product__buy-the-look .buy-the-look{border:.1rem solid rgba(var(--color-border),var(--alpha-border));border-radius:var(--badge-border-radius);padding:1.6rem;background:rgb(var(--color-background))}.buy-the-look--inline{gap:1.6rem}.buy-the-look--inline .buy-the-look__title{font-size:var(--font-size-static-md);margin-bottom:1.2rem}.buy-the-look--inline .buy-the-look__products{gap:1.6rem;margin-bottom:1.2rem}.buy-the-look--inline .buy-the-look-product{gap:.8rem}.buy-the-look--inline .buy-the-look-product__image{aspect-ratio:1 / 1;max-width:120px}.buy-the-look--inline .buy-the-look-product__title{font-size:var(--font-size-static-sm);line-height:var(--line-height-static-sm)}.buy-the-look--inline .buy-the-look-product__price{font-size:var(--font-size-static-sm)}.buy-the-look--inline .buy-the-look-product__size-select{padding:.6rem 3rem .6rem 1rem;font-size:var(--font-size-static-sm)}.buy-the-look--inline .buy-the-look__footer{gap:1.2rem;padding-top:1.6rem}.buy-the-look--inline .buy-the-look__total{padding:1rem 1.4rem}.buy-the-look--inline .buy-the-look__add-to-cart{padding:1.2rem 2rem;font-size:var(--font-size-static-sm);background:#000!important;color:#fff!important;min-height:4.4rem;display:flex;align-items:center;justify-content:center}.buy-the-look--inline .buy-the-look__add-to-cart:hover:not(:disabled){opacity:.9;background:#000!important}.buy-the-look--inline .buy-the-look__add-to-cart:disabled{opacity:.5;cursor:not-allowed;background:#000!important}@media screen and (max-width: 749px){.buy-the-look--inline .buy-the-look__products{grid-template-columns:1fr}.buy-the-look--inline .buy-the-look-product{flex-direction:row;align-items:flex-start}.buy-the-look--inline .buy-the-look-product__image{max-width:100px;flex-shrink:0}.buy-the-look--inline .buy-the-look-product__details{flex:1}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/component-buy-the-look.css.map */
