.get-the-look{display:block;padding:1.5rem 0}.get-the-look__eyebrow{font-size:.55em;font-weight:400;color:rgba(var(--color-foreground),.5);vertical-align:.7em;margin-left:.2em}.get-the-look__heading{margin:0 0 1rem;padding:0 1.5rem;font-weight:500;font-size:1.8rem}.get-the-look__carousel{position:relative}.get-the-look__track{display:flex;gap:12px;padding:0 1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.get-the-look__track::-webkit-scrollbar{display:none}.get-the-look__slide{position:relative;flex:0 0 calc((100% - 1.8px) / 1.15);scroll-snap-align:start;scroll-snap-stop:always;border-radius:var(--buttons-radius);overflow:hidden;aspect-ratio:3 / 4;background:#f2f2f2;cursor:pointer}@media screen and (min-width:750px){.get-the-look__track{gap:8px}.get-the-look__slide{flex-basis:calc((100% - 10.4px) / 2.3)}}.get-the-look__image{position:absolute;top:0;right:0;bottom:0;left:0}.get-the-look__image img{width:100%;height:100%;object-fit:cover;display:block}.get-the-look__price-pill{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#ffffffc7;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:none;border-radius:var(--buttons-radius);padding:10px 10px 10px 14px;cursor:pointer;text-align:left;box-shadow:0 10px 30px #00000029}.get-the-look__price-pill-text{display:flex;flex-direction:column;gap:2px;min-width:0}.get-the-look__savings{font-size:1.1rem;font-weight:500;color:#1c8a3e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.get-the-look__price-line{display:flex;align-items:baseline;gap:6px}.get-the-look__price{font-size:1.3rem;font-weight:500;color:#111}.get-the-look__compare-price{font-size:1.2rem;color:#9a9a9a;text-decoration:line-through}.get-the-look__price-pill-plus{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#11111180;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border:none;color:#fff;display:flex;align-items:center;justify-content:center}.get-the-look__price-pill-plus svg{width:14px;height:14px;color:#fff}.get-the-look__modal[hidden]{display:none}.get-the-look__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:flex-end;justify-content:center;background:#00000080;opacity:0;transition:opacity .25s ease-out}.get-the-look__modal--active{opacity:1}.get-the-look__modal-inner{position:relative;display:flex;flex-direction:column;width:100%;max-width:420px;max-height:92dvh;background:#fff;border-radius:20px 20px 0 0;overflow:hidden;transform:translateY(24px);transition:transform .28s cubic-bezier(.16,1,.3,1)}.get-the-look__modal-scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.get-the-look__modal--active .get-the-look__modal-inner{transform:translateY(0)}@media screen and (min-width:750px){.get-the-look__modal{align-items:center}.get-the-look__modal-inner{border-radius:16px;max-height:88dvh}.get-the-look__price{font-size:1.1rem}.get-the-look__compare-price{font-size:1rem}.get-the-look__savings{font-size:.95rem}.get-the-look__price-pill-plus{width:24px;height:24px}.get-the-look__price-pill-plus svg{width:9px;height:9px}}.get-the-look__modal-close{position:absolute;top:14px;right:14px;z-index:2;width:34px;height:34px;border-radius:50%;background:#00000073;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.get-the-look__modal-close svg{width:14px;height:14px;color:#fff}.get-the-look__modal-media{position:relative}.get-the-look__modal-images{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.get-the-look__modal-images::-webkit-scrollbar{display:none}.get-the-look__modal-image{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:4 / 5}.get-the-look__modal-bars{position:absolute;bottom:14px;left:50%;transform:translate(-50%);z-index:3;display:flex;justify-content:center;gap:.5rem;max-width:80%;pointer-events:none}.get-the-look__modal-bar{width:3rem;height:.16rem;background-color:#ffffff73;transition:width .2s ease-in-out,background-color .2s ease-in-out}.get-the-look__modal-bar--active{width:5rem;background-color:#fff}.get-the-look__modal-image img{width:100%;height:100%;object-fit:cover;display:block}.get-the-look__modal-body{padding:20px}.get-the-look__modal-heading{margin:0 0 14px;font-weight:500;font-size:1.7rem}.get-the-look__modal-heading-count{font-size:.65em;font-weight:400;color:rgba(var(--color-foreground),.5);vertical-align:.7em;margin-left:.3em;white-space:nowrap}.get-the-look__items{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.get-the-look__item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.get-the-look__item-checkbox{position:relative;width:20px;height:20px;cursor:pointer}.get-the-look__item-checkbox input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;margin:0}.get-the-look__item-checkmark{position:absolute;top:0;right:0;bottom:0;left:0;border:1.5px solid #b8b8b8;border-radius:5px;background:#fff}.get-the-look__item-checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.get-the-look__item-checkbox input:checked~.get-the-look__item-checkmark{background:#111;border-color:#111}.get-the-look__item-checkbox input:checked~.get-the-look__item-checkmark:after{opacity:1}.get-the-look__item-media{width:74px;height:74px;border-radius:10px;overflow:hidden;background:#f2f2f2;flex-shrink:0}.get-the-look__item-media img{width:100%;height:100%;object-fit:cover;display:block}.get-the-look__item-info{min-width:0}.get-the-look__item-title{margin:0 0 2px;font-weight:500;font-size:1.3rem;line-height:1.25}.get-the-look__item-price{margin:6px 0 4px;font-size:1.2rem;line-height:1.25;color:#4a4a4a;display:flex;align-items:baseline;gap:6px}.get-the-look__item-price-strike{color:#9a9a9a;text-decoration:line-through}.get-the-look__item-price-free{font-weight:500;color:#1c8a3e}.get-the-look__item-select{position:relative;display:inline-flex;align-items:center;gap:6px;width:auto;max-width:100%;margin-bottom:4px;background:#f3f3f3;border-radius:6px;padding:3px 6px}.get-the-look__item-select-label{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.2rem;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.get-the-look__item-select-native{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;border:none;cursor:pointer}.get-the-look__item-select-chevron{position:relative;flex-shrink:0;pointer-events:none;display:flex;color:#111}.get-the-look__item-select-chevron svg{width:10px;height:10px}.get-the-look__modal-footer{flex:0 0 auto;padding:14px 20px calc(14px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -6px 16px #0000000f}.get-the-look__modal-savings{margin:0 0 8px;text-align:center;font-size:1.3rem;font-weight:500;color:#1c8a3e}.get-the-look__modal-cta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#111;color:#fff;border:none;border-radius:var(--buttons-radius);padding:15px 18px;font-size:1.4rem;font-weight:600;cursor:pointer}.get-the-look__modal-cta[disabled]{opacity:.55;cursor:not-allowed}.get-the-look__modal-cta-price{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.get-the-look__modal-cta-price [data-cta-compare-price]{color:#b8b8b8;text-decoration:line-through;font-weight:400}.get-the-look__modal-cta--loading{opacity:.7}body.get-the-look-modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/78/assets/component-get-the-look.css.map */
