.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:#000;background-color:#000}.buy-the-look-product__checkbox:checked:before{content:"";position:absolute;top:50%;left:50%;width:1.2rem;height:1.2rem;transform:translate(-50%,-50%);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.buy-the-look-product__image{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--badge-border-radius);position:relative}.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:none}.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}.buy-the-look__blurb{margin:.8rem 0 0;font-size:var(--font-size-static-sm, 1.2rem);font-weight:var(--font-weight-regular, 400);color:rgba(var(--color-foreground),.65);line-height:1.4}@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}.buy-the-look-product__badge{position:absolute;bottom:.8rem;left:.8rem;z-index:2;display:inline-block;font-size:var(--font-size-static-xs, 1rem);font-weight:var(--font-weight-medium, 500);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#000000b3;padding:.3rem .8rem;border-radius:2px;width:fit-content;line-height:1.4}.buy-the-look-product--current{border-bottom:.1rem solid rgba(var(--color-border),var(--alpha-border));padding-bottom:1.6rem}@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/50/assets/component-buy-the-look.css.map */
