.pd-breadcrumb{padding:6.5rem 3rem 0;display:flex;gap:.6rem;align-items:center;font-size:.72rem;letter-spacing:.08em;color:var(--mid)}.pd-breadcrumb a{color:var(--mid);transition:color .2s}.pd-breadcrumb a:hover{color:var(--charcoal)}.pd-breadcrumb span{opacity:.4}.pd-breadcrumb span:last-child{opacity:1;color:var(--charcoal)}.pd-hero{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding:2.5rem 3rem 5rem;max-width:1400px;margin:0 auto}.pd-gallery{display:flex;flex-direction:column;gap:1rem;position:sticky;top:7rem;height:fit-content}.pd-main-img{background:var(--product-bg);position:relative}.pd-main-img img{width:100%;height:auto;display:block}.pd-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:background .5s var(--ease)}.pd-main-img img{width:100%;height:100%;object-fit:contain;padding:0;transition:opacity .35s}.pd-thumbs{display:flex;gap:.6rem;flex-wrap:wrap}.pd-thumb{width:72px;height:72px;background:var(--product-bg);border:1.5px solid transparent;overflow:hidden;cursor:pointer;transition:border-color .2s;flex-shrink:0}.pd-thumb.active{border-color:var(--charcoal)}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-thumb .pd-thumb-color{width:100%;height:100%}.pd-info{padding-top:.5rem}.pd-info-sticky{position:sticky;top:7rem;display:flex;flex-direction:column;gap:1.4rem}.pd-brand{display:none}.pd-name{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:300;line-height:1.1}.pd-name-brand{font-family:var(--font-serif);font-size:inherit;font-weight:300;color:var(--charcoal)}.pd-tagline{font-size:.9rem;color:var(--mid);line-height:1.7;border-left:2px solid var(--rhode-rose);padding-left:1rem}.pd-label{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--charcoal);font-weight:600;margin-bottom:.2rem}.pd-shades-header{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.8rem}.pd-selected-shade{font-size:.85rem;font-weight:500;color:var(--charcoal);letter-spacing:.04em}.pd-swatches{display:flex;flex-wrap:wrap;gap:.6rem}.pd-swatch{width:36px;height:36px;border-radius:50%;border:2px solid transparent;cursor:pointer;position:relative;transition:transform .2s,box-shadow .2s;box-shadow:0 0 0 1px #0000001f;flex-shrink:0}.pd-swatch:hover{transform:scale(1.12)}.pd-swatch.active{border-color:var(--charcoal);box-shadow:0 0 0 3px #fff,0 0 0 4.5px var(--charcoal);transform:scale(1.1)}.pd-swatch:after{content:attr(data-name);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--charcoal);color:#fff;font-size:.62rem;padding:.3rem .7rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;border-radius:2px;font-family:var(--font-sans);letter-spacing:.06em}.pd-swatch:hover:after{opacity:1}.pd-sizes{display:flex;gap:.5rem;flex-wrap:wrap}.pd-size-btn{border:1px solid var(--light);background:none;padding:.5rem 1.2rem;font-size:.78rem;cursor:pointer;transition:all .2s;font-family:var(--font-sans)}.pd-size-btn:hover,.pd-size-btn.active{background:var(--charcoal);border-color:var(--charcoal);color:#fff}.pd-buy{display:flex;align-items:center;gap:1.2rem;padding-top:.5rem}.pd-price{font-family:var(--font-serif);font-size:1.8rem;font-weight:300}.pd-add-btn{flex:1;justify-content:center;padding:1rem 2rem}.pd-badges{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 .5rem;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.pd-badge{flex:1;text-align:center;font-size:.7rem;color:var(--mid);letter-spacing:.06em;text-transform:uppercase;padding:0 .5rem;border-right:1px solid rgba(0,0,0,.06)}.pd-badge:last-child{border-right:none}.pd-details-inline{border-top:1px solid rgba(0,0,0,.07);margin-top:.5rem}.pd-section{border-bottom:1px solid rgba(0,0,0,.07)}.pd-about-inline{padding:1.5rem 0 1rem}.pd-section-label{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;color:var(--charcoal);margin-bottom:.7rem;letter-spacing:0}.pd-about-text{font-size:.85rem;color:var(--mid);line-height:1.85}.pd-accordion-btn{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;font-size:.85rem;letter-spacing:.06em;cursor:pointer;font-family:var(--font-sans);color:var(--charcoal);text-align:left}.pd-acc-icon{font-size:1.3rem;color:var(--mid);transition:transform .3s;flex-shrink:0}.pd-accordion-btn.open .pd-acc-icon{transform:rotate(45deg)}.pd-accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .3s}.pd-accordion-body.open{max-height:1000px;padding-bottom:1.5rem}.pd-accordion-body p{font-size:.85rem;line-height:1.85;color:var(--mid)}.pd-ingredients-text{font-size:.78rem!important;letter-spacing:.02em;line-height:1.9!important}.pd-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fdfbf8f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08);transform:translateY(100%);transition:transform .4s var(--ease-out)}.pd-sticky-bar.visible{transform:translateY(0)}.pd-sticky-inner{max-width:1400px;margin:0 auto;padding:1rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.pd-sticky-info{display:flex;flex-direction:column;gap:.2rem}.pd-sticky-name{font-family:var(--font-serif);font-size:1.1rem;font-weight:400}.pd-sticky-shade{font-size:.72rem;color:var(--mid);letter-spacing:.06em}.pd-sticky-right{display:flex;align-items:center;gap:1.5rem}.pd-sticky-price{font-family:var(--font-serif);font-size:1.3rem}@media(max-width:900px){.pd-hero{grid-template-columns:1fr;gap:2.5rem;padding:2rem 1.5rem 4rem}.pd-gallery,.pd-info-sticky{position:static}.pd-details{padding:0 1.5rem 4rem}.pd-about{grid-template-columns:1fr;gap:.5rem}.pd-breadcrumb{padding:5.5rem 1.5rem 0}.pd-sticky-inner{padding:.8rem 1.5rem}}.upsell-bundle{padding:4rem 3rem;border-top:1px solid rgba(0,0,0,.07);background:var(--cream)}.upsell-inner{max-width:900px;margin:0 auto}.upsell-title{font-family:var(--font-serif);font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:300;margin-bottom:2.5rem}.bundle-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.bundle-product{display:flex;align-items:center;gap:1rem;background:var(--warm-white);padding:1rem;flex:1;min-width:200px;cursor:pointer;transition:box-shadow .2s;text-decoration:none;color:var(--charcoal);position:relative}.bundle-product:hover{box-shadow:0 4px 20px #00000014}.bundle-product.current{outline:1.5px solid var(--charcoal)}.bundle-product-img{width:72px;height:72px;flex-shrink:0;overflow:hidden;background:var(--cream)}.bundle-product-img img{width:100%;height:100%;object-fit:cover}.bundle-product-img .bundle-img-color{width:100%;height:100%}.bundle-product-info{flex:1}.bundle-product-brand{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);display:block;margin-bottom:.15rem}.bundle-product-name{font-size:.82rem;font-weight:400;display:block;margin-bottom:.2rem}.bundle-product-price{font-size:.78rem;color:var(--mid)}.bundle-check{position:absolute;top:.5rem;right:.5rem;width:18px;height:18px;border:1.5px solid var(--light);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;transition:background .2s,border-color .2s}.bundle-product.selected .bundle-check{background:var(--charcoal);border-color:var(--charcoal);color:#fff}.bundle-plus{font-size:1.2rem;color:var(--light);flex-shrink:0}.bundle-buy{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.07);flex-wrap:wrap}.bundle-price-info{display:flex;flex-direction:column;gap:.2rem}.bundle-total-label{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--mid)}.bundle-total{font-family:var(--font-serif);font-size:1.6rem;font-weight:300}.also-bought{padding:4rem 3rem;border-top:1px solid rgba(0,0,0,.07)}.also-bought-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.ab-card{text-decoration:none;color:var(--charcoal);cursor:pointer}.ab-card:hover .ab-img{transform:scale(1.03)}.ab-img-wrap{overflow:hidden;aspect-ratio:3/4;background:var(--cream);margin-bottom:.8rem}.ab-img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.ab-img-color{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ab-img-color span{font-family:var(--font-serif);font-size:1rem;color:#fff;opacity:.4}.ab-brand{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);display:block;margin-bottom:.2rem}.ab-name{font-size:.9rem;display:block;margin-bottom:.3rem}.ab-price{font-size:.82rem;color:var(--mid)}@media(max-width:900px){.upsell-bundle,.also-bought{padding:3rem 1.5rem}.also-bought-grid{grid-template-columns:repeat(2,1fr)}.bundle-product{min-width:150px}}.pd-swatch.active:after,.pd-swatch.active:hover:after{opacity:0!important;display:none!important}
/*# sourceMappingURL=/cdn/shop/t/68/assets/product.css.map */
