complete-the-outfit{display:block}.complete-the-outfit{margin-block-start:2.4rem;border-block-start:.1rem solid rgba(var(--color-border),var(--alpha-border));padding-block-start:2.4rem}.complete-the-outfit__head{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem 1.2rem;margin-block-end:1.6rem}.complete-the-outfit__label{flex:1 1 100%;font-size:calc(var(--font-heading-scale) * 1.1rem);font-weight:var(--font-weight-medium);letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.complete-the-outfit__title{font-size:var(--font-size-static-h5);font-weight:var(--font-heading-weight);letter-spacing:var(--font-heading-letter-spacing);line-height:var(--line-height-static-sm);margin:0;flex:0 1 auto}.complete-the-outfit__name{font-size:var(--font-size-static-h5);font-weight:var(--font-heading-weight);letter-spacing:var(--font-heading-letter-spacing);line-height:var(--line-height-static-sm);margin:0}.complete-the-outfit__discount-badge{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:10rem;background-color:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);font-size:1.1rem;font-weight:var(--font-weight-medium);letter-spacing:.08em;text-transform:uppercase;margin-inline-start:auto}.complete-the-outfit__body{display:flex;flex-direction:column;gap:1.6rem;margin-block-end:2rem}.complete-the-outfit__outfit-image{width:100%;border-radius:var(--media-radius, .4rem);overflow:hidden;aspect-ratio:3 / 2}.complete-the-outfit__outfit-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.complete-the-outfit__outfit-image:hover img{transform:scale(1.03)}.complete-the-outfit__products{display:flex;align-items:stretch;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-block-end:.4rem;padding-inline-start:.4rem;padding-inline-end:.4rem}.complete-the-outfit__products::-webkit-scrollbar{display:none}.complete-the-outfit__product-item{flex:0 0 auto;display:flex;flex-direction:column;min-height:100%;padding-inline:.2rem}.complete-the-outfit__product-item:first-child{padding-inline-start:.4rem}.complete-the-outfit__product-link{display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:inherit;width:9.6rem;transition:opacity var(--duration-default);flex:0 0 auto}.complete-the-outfit__product-link:hover{opacity:.8}.complete-the-outfit__product-media{width:9.6rem;height:9.6rem;border-radius:var(--media-radius, .4rem);overflow:hidden;border:.1rem solid rgba(var(--color-border),var(--alpha-border));background-color:rgba(var(--color-foreground),.03)}.complete-the-outfit__product-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.complete-the-outfit__product-link:hover .complete-the-outfit__product-media img{transform:scale(1.05)}.complete-the-outfit__product-info{display:flex;flex-direction:column;gap:.2rem}.complete-the-outfit__product-title{font-size:1.1rem;font-weight:var(--font-weight-medium);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.complete-the-outfit__product-price{font-size:1.1rem;color:rgba(var(--color-foreground),.75)}.complete-the-outfit__product-price del{text-decoration:line-through;margin-inline-end:.3rem;opacity:.6}.complete-the-outfit__product-price ins{text-decoration:none}.complete-the-outfit__size-select-wrap{margin-block-start:.6rem;width:100%;min-height:3.6rem;display:flex;align-items:flex-end;flex:1 1 auto}.complete-the-outfit__size-select{width:100%;font-size:1.1rem;font-family:inherit;font-weight:var(--font-weight-medium);padding:.4rem 2rem .4rem .6rem;border:.1rem solid rgba(var(--color-border),var(--alpha-border));border-radius:var(--media-radius, .4rem);background-color:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);appearance:none;-webkit-appearance:none;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='%23666' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:1rem;cursor:pointer;transition:border-color var(--duration-default)}.complete-the-outfit__size-select:hover{border-color:rgba(var(--color-foreground),.4)}.complete-the-outfit__size-select:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.1rem}.complete-the-outfit__plus{flex:0 0 auto;align-self:center;font-size:1.6rem;color:rgba(var(--color-foreground),.3);padding-inline:.8rem;margin-block-end:2.4rem;-webkit-user-select:none;user-select:none}.complete-the-outfit__footer{display:flex;flex-direction:column;gap:1.2rem;padding-block-start:1.6rem;border-block-start:.1rem solid rgba(var(--color-border),var(--alpha-border))}.complete-the-outfit__total{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.complete-the-outfit__total-label{font-size:1.3rem;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.6)}.complete-the-outfit__total-prices{display:flex;align-items:baseline;gap:.6rem}.complete-the-outfit__original-price{font-size:var(--font-size-static-md, 1.4rem);font-weight:var(--font-heading-weight)}.complete-the-outfit__total-prices del.complete-the-outfit__original-price{font-size:var(--font-size-static-sm, 1.2rem);text-decoration:line-through;opacity:.5;font-weight:var(--font-weight-normal)}.complete-the-outfit__discounted-price{font-size:var(--font-size-static-md, 1.4rem);font-weight:var(--font-heading-weight)}.complete-the-outfit__add-btn{position:relative}.complete-the-outfit__add-btn .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transform:none}.complete-the-outfit__add-btn .loading__spinner .lds-ring{width:2.4rem;height:2.4rem}.complete-the-outfit__add-btn .loading__spinner .lds-ring span{width:2.4rem;height:2.4rem;margin:0}.complete-the-outfit__add-btn.is-loading .complete-the-outfit__btn-text,.complete-the-outfit__add-btn.is-loading .complete-the-outfit__btn-success{visibility:hidden}.complete-the-outfit__btn-success{display:inline}.complete-the-outfit__discount-note{font-size:1.1rem;color:rgba(var(--color-foreground),.5);text-align:center;margin:0}.complete-the-outfit__add-btn.is-success{background-color:rgba(var(--color-foreground),.85)}.complete-the-outfit__add-btn.is-error{opacity:.7}.complete-the-outfit--compact{padding:1.6rem;border-block-start:.1rem solid rgba(var(--color-border),var(--alpha-border));margin-block-start:0}.complete-the-outfit--compact.complete-the-outfit--cart{border:.1rem solid rgba(var(--color-border),var(--alpha-border));border-radius:var(--media-radius, .4rem);padding:1.6rem;margin-block:2rem 0}.complete-the-outfit__compact-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-block-end:1.2rem}.complete-the-outfit__compact-title{font-size:1.2rem;font-weight:var(--font-weight-medium);letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.75);margin:0}.complete-the-outfit__compact-badge{display:inline-flex;align-items:center;padding:.2rem .8rem;border-radius:10rem;background-color:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);font-size:1rem;font-weight:var(--font-weight-medium);letter-spacing:.06em;text-transform:uppercase}.complete-the-outfit__compact-products{display:flex;flex-direction:column;gap:1rem;margin-block-end:1.2rem}.complete-the-outfit__compact-item{display:flex;align-items:flex-start;gap:1rem}.complete-the-outfit__compact-media{flex:0 0 4.8rem;width:4.8rem;height:4.8rem;border-radius:var(--media-radius, .4rem);overflow:hidden;border:.1rem solid rgba(var(--color-border),var(--alpha-border));background-color:rgba(var(--color-foreground),.03)}.complete-the-outfit__compact-media img{width:100%;height:100%;object-fit:cover;display:block}.complete-the-outfit__compact-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.2rem}.complete-the-outfit__compact-name{font-size:1.2rem;font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.complete-the-outfit__compact-price{font-size:1.1rem;color:rgba(var(--color-foreground),.6)}.complete-the-outfit__compact-size-wrap{margin-block-start:.5rem}.complete-the-outfit__compact-size-select{width:100%;font-size:1.1rem;font-family:inherit;font-weight:var(--font-weight-medium);padding:.3rem 2rem .3rem .6rem;border:.1rem solid rgba(var(--color-border),var(--alpha-border));border-radius:var(--media-radius, .4rem);background-color:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);appearance:none;-webkit-appearance:none;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='%23666' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:1rem;cursor:pointer;transition:border-color var(--duration-default)}.complete-the-outfit__compact-size-select:hover{border-color:rgba(var(--color-foreground),.4)}.complete-the-outfit__compact-size-select:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.1rem}.complete-the-outfit__compact-add-btn{position:relative;flex:0 0 auto;align-self:flex-start;font-size:1.1rem;padding:.6rem 1.2rem}.complete-the-outfit__compact-add-btn .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#000}.complete-the-outfit__compact-add-btn .loading__spinner .lds-ring{width:1.4rem;height:1.4rem}.complete-the-outfit__compact-add-btn .loading__spinner .lds-ring span{width:1.4rem;height:1.4rem;margin:0;border-width:.2rem}.complete-the-outfit__compact-add-btn.is-loading span{visibility:hidden}.complete-the-outfit__compact-add-btn.button--outlined.is-loading:disabled{--color-button-text: rgb(var(--color-outlined-button-text));--color-button-background: transparent;--color-button-outline: rgb(var(--color-outlined-button-text));cursor:wait}.complete-the-outfit__compact-footer{display:flex;flex-direction:column;gap:.8rem}.complete-the-outfit__compact-all-btn{position:relative;width:100%;font-size:1.2rem;padding-block:1rem}.complete-the-outfit__compact-all-btn .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.complete-the-outfit__compact-all-btn.is-loading .complete-the-outfit__btn-text,.complete-the-outfit__compact-all-btn.is-loading .complete-the-outfit__btn-success{visibility:hidden}.complete-the-outfit__compact-all-btn.is-success{background-color:rgba(var(--color-foreground),.85)}.complete-the-outfit__compact-all-btn.is-error{opacity:.7}.complete-the-outfit__compact-savings{font-size:1.1rem;color:rgba(var(--color-foreground),.5);text-align:center;margin:0}@media screen and (min-width:750px){.complete-the-outfit__body{flex-direction:row;gap:2rem}.complete-the-outfit__outfit-image{flex:0 0 16rem;width:16rem;aspect-ratio:auto;height:auto;min-height:12rem}.complete-the-outfit__products-wrap{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;min-width:0}.complete-the-outfit__product-link{width:10rem}.complete-the-outfit__product-media{width:10rem;height:10rem}}@media screen and (max-width:749px){.complete-the-outfit__head{justify-content:space-between;align-items:center;flex-wrap:wrap}.complete-the-outfit__discount-badge{margin-inline-start:auto}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-complete-the-outfit.css.map */
