.buy-the-look__trigger{position:absolute;z-index:10;white-space:nowrap;display:inline-flex;align-items:center;justify-content:flex-start;gap:.8rem;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.buy-the-look__trigger:hover{transform:scale(1.05);opacity:.9}.buy-the-look__trigger:active{transform:scale(.98)}.buy-the-look__trigger-icon{display:inline-flex;align-items:center;justify-content:center}.buy-the-look__trigger-icon-svg{flex-shrink:0}.buy-the-look__trigger-label{display:inline-block;white-space:nowrap;font-size:14px}.buy-the-look__trigger--top-left{top:1.75rem;left:1.75rem}.buy-the-look__trigger--top-right{top:1.75rem;right:1.75rem}.buy-the-look__trigger--bottom-left{bottom:1.75rem;left:1.75rem}.buy-the-look__trigger--bottom-right{bottom:1.75rem;right:1.75rem}@media screen and (max-width:575px){.buy-the-look__trigger--top-left,.buy-the-look__trigger--top-right{top:1.2rem}.buy-the-look__trigger--bottom-left,.buy-the-look__trigger--bottom-right{bottom:1.2rem}.buy-the-look__trigger--top-left,.buy-the-look__trigger--bottom-left{left:1.2rem}.buy-the-look__trigger--top-right,.buy-the-look__trigger--bottom-right{right:1.2rem}.buy-the-look__trigger{gap:.5rem}.buy-the-look__trigger-icon-svg{width:16px;height:16px}.buy-the-look__trigger-label{font-size:11px}}.buy-the-look__drawer{display:flex;width:44rem;height:100vh;z-index:999999999;position:fixed;right:0;top:0;visibility:hidden;margin:0}.buy-the-look__drawer .burger-menu__overlay{display:block;opacity:0;transition:opacity .3s ease}.buy-the-look.hiding{visibility:visible;pointer-events:none}.buy-the-look.active{pointer-events:all;visibility:visible}.buy-the-look.active .buy-the-look__drawer{visibility:visible}.buy-the-look.active .buy-the-look__content{transform:translate(0);width:100%}.buy-the-look.active .burger-menu__overlay{opacity:1}.buy-the-look.active.hiding .buy-the-look__content{transform:translate(100%)}.buy-the-look.active.hiding .burger-menu__overlay{opacity:0}.buy-the-look__content{height:100%;width:100%;z-index:1;transform:translate(100%);transition:transform .3s ease;position:relative;display:flex;flex-direction:column;overflow-y:auto}.buy-the-look__header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem;border-bottom:1px solid rgb(var(--color-border))}.buy-the-look__header h3{margin:0}.buy-the-look__main{flex:1;display:flex;flex-direction:column;overflow-y:auto}.buy-the-look__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;padding:2.4rem}.buy-the-look__product-card{display:flex;flex-direction:column;gap:1.2rem;border:1px solid rgb(var(--color-border));padding:1.2rem;background:rgb(var(--color-background))}.buy-the-look__product-image{width:100%;overflow:hidden;background:rgb(var(--color-background))}.buy-the-look__product-image img{width:100%;height:100%;object-fit:cover}.buy-the-look__product-info{display:flex;flex-direction:column;gap:1.5rem}.buy-the-look__product-header{display:flex;flex-direction:column;gap:.4rem}.buy-the-look__product-title{margin:0;font-size:1.4rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.buy-the-look__product-title a{color:rgb(var(--color-foreground));text-decoration:none}.buy-the-look__product-title a:hover{text-decoration:underline}.buy-the-look__product-price{display:flex;align-items:center;gap:.5rem;font-size:1.2rem}.buy-the-look__price--compare{text-decoration:line-through;opacity:.6;font-size:1rem}.buy-the-look__price{font-weight:600}.buy-the-look__out-of-stock{color:rgb(var(--color-error));font-size:1.3rem;margin:0}.buy-the-look__variant-selector{width:100%;display:flex;flex-direction:column;gap:.8rem}.buy-the-look__option-wrapper{display:flex;flex-direction:column;gap:.4rem}.buy-the-look__option-label{font-size:1.2rem;font-weight:500;color:rgb(var(--color-foreground))}.buy-the-look__variant-select,.buy-the-look__option-select{width:100%;padding:.8rem;border:1px solid rgb(var(--color-border));border-radius:.4rem;font-size:1.3rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.buy-the-look__variant-single{font-size:1.3rem;font-weight:500;margin:0}.buy-the-look__variant-error{color:rgb(var(--color-error));font-size:1.2rem;margin:0;margin-top:.4rem}.buy-the-look__checkbox-wrapper{display:flex;align-items:center;gap:.4rem}.buy-the-look__checkbox{width:1.6rem;height:1.6rem;cursor:pointer}.buy-the-look__checkbox-wrapper label{font-size:1.3rem;cursor:pointer;margin:0}.buy-the-look__actions{padding:2.4rem;border-top:1px solid rgb(var(--color-border));background:rgb(var(--color-background));margin-top:auto}.buy-the-look__message{margin-bottom:1.6rem;padding:1.2rem;border-radius:.4rem;font-size:1.4rem;text-align:center}.buy-the-look__message--success{background:#0080001a;color:green;border:1px solid rgba(0,128,0,.3)}.buy-the-look__message--error{background:#ff00001a;color:red;border:1px solid rgba(255,0,0,.3)}.buy-the-look__buttons{display:flex;flex-direction:column;gap:1.2rem}.buy-the-look__buttons button{width:100%;position:relative}.buy-the-look__buttons button.loading{opacity:1;pointer-events:none}.buy-the-look__buttons button.loading .buy-the-look__button-text{opacity:0}.buy-the-look__button-spinner{position:absolute;top:30%;left:50%;transform:translate(-50%)}.buy-the-look__buttons button.loading .buy-the-look__button-spinner{opacity:1}.buy-the-look__buttons button.loading .buy-the-look__button-spinner svg{width:1.6rem;height:1.6rem}.buy-the-look__buttons button:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width:767px){.buy-the-look__drawer{width:100%}.buy-the-look__products{gap:1.2rem;padding:1.6rem}.buy-the-look__product-card{padding:1rem;gap:1rem}.buy-the-look__product-title{font-size:1.3rem}.buy-the-look__trigger-label{font-size:11px}.buy-the-look__product-price{font-size:1.1rem;gap:.5rem}.buy-the-look__header,.buy-the-look__actions{padding:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/buy-the-look.css.map */
