.ctl{padding-top:var(--pt, 64px);padding-bottom:var(--pb, 64px)}.ctl__inner{max-width:140rem;margin:0 auto}.ctl__header{text-align:center;margin-bottom:4.4rem;max-width:60rem;margin-left:auto;margin-right:auto}.ctl__eyebrow{display:inline-block;font-size:1.15rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c4756d;margin-bottom:1.4rem}.ctl__heading{font-family:var(--reet-display-font);font-size:clamp(2.6rem,3.8vw,4rem);font-weight:var(--reet-display-weight, 700);font-style:var(--reet-display-style, italic);line-height:1.1;letter-spacing:-.01em;color:rgb(var(--color-foreground));margin:0 0 1.2rem}.ctl__subheading{font-size:1.45rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:0}.ctl__stage{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.ctl--image-right .ctl__stage{direction:rtl}.ctl--image-right .ctl__stage>*{direction:ltr}@media(max-width:989px){.ctl__stage{grid-template-columns:1fr;gap:3rem;direction:ltr}}.ctl__hero{position:sticky;top:2rem}@media(max-width:989px){.ctl__hero{position:static}}.ctl__hero-media{position:relative;overflow:hidden;border-radius:1rem;background-color:rgba(var(--color-foreground),.04)}.ctl--ratio-portrait .ctl__hero-media{aspect-ratio:4 / 5}.ctl--ratio-tall .ctl__hero-media{aspect-ratio:3 / 4}.ctl--ratio-extra-tall .ctl__hero-media{aspect-ratio:2 / 3}.ctl__hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.ctl__hero-img--placeholder{display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.2)}.ctl__savings{position:absolute;bottom:1.8rem;left:1.8rem;right:1.8rem;z-index:2;display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;background-color:#d4af80f2;color:#1f1b1f;border-radius:.6rem;font-size:1.25rem;font-weight:600;letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 .8rem 2rem #1f1b1f26}.ctl__savings svg{width:1.8rem;height:1.8rem;flex-shrink:0;color:#7a5934}.ctl__products{background-color:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.06);border-radius:1rem;padding:2.8rem}@media(max-width:749px){.ctl__products{padding:2rem 1.6rem}}.ctl__products-header{margin-bottom:2rem}.ctl__products-title{font-family:var(--reet-display-font);font-size:2.2rem;font-weight:var(--reet-display-weight, 700);color:rgb(var(--color-foreground));margin:0 0 .4rem;letter-spacing:-.005em}.ctl__products-hint{font-size:1.2rem;color:rgba(var(--color-foreground),.55);margin:0;font-style:italic}.ctl__list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.4rem}.ctl-item{position:relative;display:grid;grid-template-columns:8rem 1fr auto;gap:1.4rem;align-items:center;padding:1.4rem 1.4rem 1.4rem 5.4rem;background-color:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.1);border-radius:.8rem;cursor:pointer;transition:border-color .25s ease,background-color .25s ease,transform .2s ease;animation:ctl-in .5s cubic-bezier(.2,.8,.2,1) calc(var(--i, 1) * .08s) both}@keyframes ctl-in{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.ctl-item:hover{border-color:#c4756d66}.ctl-item:has(.ctl-item__checkbox:checked){border-color:#c4756d;background-color:#c4756d0a}.ctl-item__checkbox{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.ctl-item:before{content:"";position:absolute;left:1.4rem;top:50%;transform:translateY(-50%);width:2.4rem;height:2.4rem;border-radius:.5rem;border:2px solid rgba(var(--color-foreground),.25);background-color:transparent;transition:background-color .25s ease,border-color .25s ease}.ctl-item:has(.ctl-item__checkbox:checked):before{background-color:#c4756d;border-color:#c4756d}.ctl-item__check{position:absolute;left:1.4rem;top:50%;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:translateY(-50%) scale(.6);transition:opacity .25s ease,transform .25s cubic-bezier(.2,.8,.2,1);pointer-events:none}.ctl-item__check svg{width:1.4rem;height:1.4rem}.ctl-item:has(.ctl-item__checkbox:checked) .ctl-item__check{opacity:1;transform:translateY(-50%) scale(1)}.ctl-item__thumb{width:8rem;height:10rem;overflow:hidden;border-radius:.4rem;background-color:rgba(var(--color-foreground),.04);flex-shrink:0;grid-column:2}.ctl-item__thumb img{width:100%;height:100%;object-fit:cover}.ctl-item__info{grid-column:3;min-width:0}.ctl-item__label{display:block;font-size:1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#c4756d;margin-bottom:.4rem}.ctl-item__title{display:block;font-family:var(--reet-display-font);font-size:1.6rem;font-weight:var(--reet-display-weight, 600);line-height:1.25;color:rgb(var(--color-foreground));text-decoration:none;margin-bottom:.4rem;transition:color .25s ease;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ctl-item__title:hover{color:#c4756d}.ctl-item__price-row{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap}.ctl-item__price{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground))}.ctl-item__was{font-size:1.2rem;color:rgba(var(--color-foreground),.4);font-weight:500}.ctl-item__unavailable{display:inline-block;margin-top:.4rem;font-size:1.1rem;color:rgba(var(--color-foreground),.5);font-style:italic}.ctl-item--disabled{opacity:.55;cursor:not-allowed;border-color:rgba(var(--color-foreground),.08)}.ctl-item--disabled:before{border-color:rgba(var(--color-foreground),.15)}.ctl-item--disabled .ctl-item__thumb{filter:grayscale(.4)}.ctl-item--disabled:hover{border-color:rgba(var(--color-foreground),.08)}@media(max-width:599px){.ctl-item{grid-template-columns:6rem 1fr;padding:1.2rem 1.2rem 1.2rem 4.8rem}.ctl-item:before,.ctl-item__check{left:1.2rem}.ctl-item__thumb{width:6rem;height:7.5rem}.ctl-item__title{font-size:1.4rem}.ctl-item__price{font-size:1.35rem}}.ctl__footer{border-top:1px solid rgba(var(--color-foreground),.1);padding-top:2rem}.ctl__total{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.6rem;flex-wrap:wrap}.ctl__total-label{font-size:1.35rem;font-weight:500;color:rgba(var(--color-foreground),.7);letter-spacing:.02em}.ctl__total-wrap{text-align:right}.ctl__total-price{display:block;font-family:var(--reet-display-font);font-size:2.4rem;font-weight:var(--reet-display-weight, 700);color:rgb(var(--color-foreground));line-height:1.1;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.ctl__total-hint{display:block;margin-top:.3rem;font-size:1.1rem;color:#c4756d;font-weight:600;letter-spacing:.04em}.ctl__add-all{position:relative;display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.6rem 2.4rem;background-color:#c4756d;color:#fff;border:none;border-radius:.6rem;font-family:inherit;font-size:1.4rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background-color .25s ease,transform .2s ease,box-shadow .25s ease;overflow:hidden}.ctl__add-all-icon{width:1.8rem;height:1.8rem;transition:opacity .25s ease,transform .35s cubic-bezier(.2,.8,.2,1)}.ctl__add-all-icon--check{display:none}.ctl__add-all:hover:not(:disabled){background-color:#1f1b1f;transform:translateY(-2px);box-shadow:0 .8rem 2rem #1f1b1f40}.ctl__add-all:disabled{opacity:.4;cursor:not-allowed}.ctl__add-all--loading .ctl__add-all-label{opacity:.6}.ctl__add-all--loading .ctl__add-all-icon--cart{animation:ctl-spin .9s linear infinite}@keyframes ctl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ctl__add-all--done{background-color:#4a8f5f!important}.ctl__add-all--done .ctl__add-all-icon--cart{display:none}.ctl__add-all--done .ctl__add-all-icon--check{display:block}.ctl__add-all--error{background-color:#c43a3a!important}@media(prefers-reduced-motion:reduce){.ctl-item,.ctl-item__check,.ctl__total-price,.ctl__add-all,.ctl__add-all-icon{animation:none!important;transition:opacity .2s ease!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/reet-complete-the-look.css.map */
