.scent-card{min-width:0;color:var(--foreground)}.scent-card-stage{aspect-ratio:4/5;isolation:isolate;background:#fff;border:1px solid #e3e9ec;border-radius:2px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.scent-card-number{z-index:1;letter-spacing:.14em;color:#66747c;font-size:10px;position:absolute;top:16px;left:16px}.scent-card-image{object-fit:contain;width:100%;height:100%;padding:9%;transition:transform .6s cubic-bezier(.2,.65,.3,1)}.scent-card:hover .scent-card-image{transform:scale(1.045)}.scent-card-discover{width:32px;height:32px;color:var(--primary-foreground);background:#fff;border:1px solid #dce4e8;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:12px;right:12px}.scent-card-body{padding:17px 1px 0}.scent-card-title{font-family:var(--font-editorial,Georgia, serif);letter-spacing:-.025em;font-size:clamp(19px,2vw,27px);font-weight:400;line-height:1.17}.scent-card-title-link{min-height:44px;transition:color .2s;display:block}.scent-card-title-link:hover{color:var(--primary)}.scent-card-options{align-items:center;min-height:46px;display:flex}.scent-card-detail{letter-spacing:.035em;color:var(--muted-foreground);font-size:10px;line-height:1.5}.scent-card-swatches{flex-wrap:wrap;align-items:center;gap:0;display:flex}.scent-swatch{cursor:pointer;border-radius:50%;place-items:center;width:44px;height:44px;transition:background .2s;display:grid;position:relative}.scent-swatch:hover{background:var(--surface-raised)}.scent-swatch>span{width:19px;height:19px;box-shadow:0 0 0 1px #71838e, 0 0 0 4px var(--background);border-radius:50%}.scent-swatch[aria-pressed=true]>span{box-shadow:0 0 0 1px #71838e, 0 0 0 4px var(--background), 0 0 0 5px var(--primary)}.scent-card-color-name{color:var(--muted-foreground);margin-left:5px;font-size:10px}.scent-card-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:5px;padding-top:5px;display:flex}.scent-card-price{font-size:12px;font-weight:500;line-height:1.4}.scent-card-price>span{color:var(--muted-foreground);font-size:10px;font-weight:400}.scent-card-add{cursor:pointer;width:44px;height:44px;color:var(--primary);border-radius:50%;flex-shrink:0;place-items:center;transition:background .2s,color .2s;display:grid}.scent-card-add:hover{background:var(--accent-soft);color:var(--foreground)}.scent-card-add:disabled{opacity:.35;cursor:not-allowed}.scent-image-unavailable{text-align:center;color:#66747c;padding:30px;font-size:12px;line-height:1.8}.scent-product-page{max-width:1320px;color:var(--foreground);margin:0 auto;padding:24px 5vw 0}.scent-product-breadcrumb{color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:24px;padding:0 0 25px;font-size:11px;display:flex}.scent-product-breadcrumb>a{min-height:44px;color:var(--primary);align-items:center;gap:10px;display:flex}.scent-product-breadcrumb>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.scent-product-layout{grid-template-columns:1.1fr 1fr;align-items:start;gap:7vw;display:grid}.scent-product-visual{position:sticky;top:115px}.scent-product-stage{aspect-ratio:6/7;background:#fff;border:1px solid #e3e9ec;border-radius:2px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.scent-product-image{object-fit:contain;width:100%;height:100%;padding:10%;animation:.35s ease-out scent-image-in}.scent-stage-wordmark{z-index:1;letter-spacing:.28em;color:#66747c;font-size:9px;position:absolute;top:24px;left:24px}.scent-stage-caption{text-align:center;letter-spacing:.08em;color:#66747c;font-size:10px;position:absolute;bottom:22px;left:24px;right:24px}.scent-product-image-note{text-align:center;letter-spacing:.12em;color:var(--muted-foreground);padding:20px 0;font-size:10px}.scent-product-gallery{gap:10px;margin-top:12px;display:flex}.scent-gallery-thumbnail{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:66px;color:var(--muted-foreground);cursor:pointer;align-items:center;gap:10px;padding:5px 12px 5px 5px;font-size:11px;transition:border-color .2s,color .2s;display:flex}.scent-gallery-thumbnail img{object-fit:contain;background:#fff;flex-shrink:0;width:54px;height:54px}.scent-gallery-thumbnail:hover,.scent-gallery-thumbnail[aria-pressed=true]{border-color:var(--primary);color:var(--primary)}.scent-gallery-thumbnail[aria-pressed=true]{background:var(--accent-soft)}.scent-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);font-size:10px;line-height:1.6}.scent-product-details{padding-top:14px}.scent-product-details h1{font-family:var(--font-editorial,Georgia, serif);letter-spacing:-.035em;max-width:550px;margin-top:16px;font-size:clamp(38px,4.2vw,60px);font-weight:400;line-height:1.06}.scent-product-price-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:24px 0;display:flex}.scent-product-price{font-size:19px;font-weight:400}.scent-product-stock{color:var(--muted-foreground);align-items:center;gap:7px;font-size:10px;display:flex}.scent-product-stock i{background:var(--muted-foreground);border-radius:50%;width:5px;height:5px}.scent-product-stock.is-available i{background:#89bba9}.scent-product-description{color:var(--muted-foreground);white-space:pre-line;font-size:13px;line-height:1.9}.scent-product-options{gap:24px;margin-top:32px;display:grid}.scent-option-group{border:0;min-width:0;margin:0;padding:0}.scent-option-group legend{width:100%;margin-bottom:12px;font-size:12px;font-weight:500}.scent-option-group legend>span{color:var(--muted-foreground);margin-left:14px;font-weight:400}.scent-option-values{flex-wrap:wrap;gap:8px;display:flex}.scent-option{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 84%, transparent);min-height:46px;color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;gap:9px;padding:10px 16px;font-size:12px;transition:background .2s,border-color .2s;display:flex}.scent-option:hover{border-color:var(--muted-foreground);background:var(--surface-raised)}.scent-option[aria-pressed=true]{border-color:var(--primary);background:var(--accent-soft);color:var(--primary)}.scent-option-chip{border:1px solid #71838e;border-radius:50%;width:16px;height:16px}.scent-preview-note{color:var(--muted-foreground);margin-top:10px;font-size:11px;line-height:1.7}.scent-quantity-row{justify-content:space-between;align-items:center;margin:28px 0;font-size:12px;display:flex}.scent-quantity-control{border:1px solid var(--border);background:var(--surface);align-items:center;display:flex}.scent-quantity-control button{cursor:pointer;place-items:center;width:44px;min-height:44px;transition:color .2s,background .2s;display:grid}.scent-quantity-control button:hover:not(:disabled){background:var(--accent-soft);color:var(--primary)}.scent-quantity-control button:disabled{opacity:.35;cursor:default}.scent-quantity-control output{text-align:center;min-width:30px;font-size:12px}.scent-purchase-bar{margin-top:28px}.scent-purchase-summary{display:none}.scent-purchase-button{background:var(--primary);color:var(--primary-foreground);letter-spacing:.035em;cursor:pointer;border:1px solid var(--primary);justify-content:center;align-items:center;gap:12px;width:100%;min-height:56px;padding:14px 20px;font-size:12px;transition:background .2s;display:flex}.scent-purchase-button:hover{background:var(--foreground);border-color:var(--foreground)}.scent-purchase-button:disabled{opacity:.45;cursor:not-allowed}.scent-purchase-arrow{margin-left:auto}.scent-product-accordions{border-top:1px solid var(--border);margin-top:32px}.scent-product-accordions details{border-bottom:1px solid var(--border)}.scent-product-accordions summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:57px;font-size:12px;list-style:none;display:flex}.scent-product-accordions summary>svg{color:var(--primary);transition:transform .2s}.scent-product-accordions summary::-webkit-details-marker{display:none}.scent-product-accordions details[open] summary>svg{transform:rotate(45deg)}.scent-product-accordions details>p{color:var(--muted-foreground);padding-bottom:18px;font-size:12px;line-height:1.9}.scent-product-specs{grid-template-columns:1fr 1fr;gap:12px;padding-bottom:20px;font-size:11px;display:grid}.scent-product-specs dt{color:var(--muted-foreground)}.scent-product-specs dd{margin-top:5px}.scent-text-link{min-height:44px;color:var(--primary);align-items:center;gap:12px;font-size:12px;display:inline-flex}.scent-product-endnote{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;margin-top:64px;padding:35px 0;display:flex}.scent-product-endnote>span{font-family:var(--font-editorial,Georgia, serif);font-size:25px;font-style:italic}.scent-product-endnote>a{align-items:center;gap:12px;min-height:44px;font-size:11px;display:flex}.scent-product-not-found{text-align:center;max-width:650px;margin:auto;padding:100px 24px}.scent-product-not-found h1{font-family:var(--font-editorial,Georgia, serif);margin:20px 0;font-size:40px}.scent-product-not-found>p{color:var(--muted-foreground);font-size:14px}.scent-bag-trigger{cursor:pointer;width:44px;height:44px;color:var(--primary);place-items:center;display:grid;position:relative}.scent-bag-trigger>span{background:var(--primary);min-width:15px;height:15px;color:var(--primary-foreground);border-radius:50%;place-items:center;font-size:9px;display:grid;position:absolute;top:1px;right:0}.scent-bag-sheet{color:var(--foreground);flex-direction:column;display:flex;box-shadow:-20px 0 80px #00000059;background:var(--surface)!important;border-color:var(--border)!important;gap:0!important;width:100%!important;max-width:470px!important;height:100dvh!important;padding:0!important}.scent-bag-sheet>button{place-items:center;display:grid;width:44px!important;height:44px!important;top:18px!important;right:18px!important}.scent-bag-header{border-bottom:1px solid var(--border);text-align:left!important;padding:38px 26px 25px!important}.scent-bag-header h2{font-family:var(--font-editorial,Georgia, serif);letter-spacing:-.03em;color:var(--foreground);margin-top:10px;font-size:38px;font-weight:400}.scent-bag-header p:last-child{color:var(--muted-foreground);font-size:12px;line-height:1.7}.scent-bag-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:30px;display:flex}.scent-bag-empty>p{font-family:var(--font-editorial,Georgia, serif);text-align:center;font-size:26px}.scent-bag-empty>svg{color:var(--muted-foreground)}.scent-bag-items{overscroll-behavior:contain;flex:1;min-height:0;padding:0 24px;overflow-y:auto}.scent-bag-item{border-bottom:1px solid var(--border);gap:18px;padding:25px 0;display:flex}.scent-bag-item-image{background:#fff;border-radius:2px;flex-shrink:0;width:94px;height:120px}.scent-bag-item-image img{object-fit:contain;width:100%;height:100%;padding:8px}.scent-bag-item-details{flex:1;min-width:0}.scent-bag-item-details h3{font-family:var(--font-editorial,Georgia, serif);font-size:22px;font-weight:400;line-height:1.2}.scent-bag-item-details>p{color:var(--muted-foreground);margin-top:7px;font-size:11px}.scent-bag-item-details>strong{margin-top:10px;font-size:12px;font-weight:500;display:block}.scent-bag-item-actions{justify-content:space-between;align-items:center;gap:5px;margin-top:14px;display:flex}.scent-bag-remove{cursor:pointer;width:44px;height:44px;color:var(--muted-foreground);border-radius:50%;flex-shrink:0;place-items:center;transition:background .2s,color .2s;display:grid}.scent-bag-remove:hover:not(:disabled){background:var(--accent-soft);color:var(--foreground)}.scent-bag-footer{padding:22px 26px max(24px, env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--background)}.scent-bag-footer>div{justify-content:space-between;align-items:center;gap:10px;font-size:15px;display:flex}.scent-bag-footer strong{font-size:17px;font-weight:500}.scent-bag-footer>p{color:var(--muted-foreground);margin:12px 0 20px;font-size:10px;line-height:1.7}.scent-card a:focus-visible,.scent-card button:focus-visible,.scent-product-page a:focus-visible,.scent-product-page button:focus-visible,.scent-product-page summary:focus-visible,.scent-bag-trigger:focus-visible,.scent-bag-sheet a:focus-visible,.scent-bag-sheet button:focus-visible{outline:2px solid var(--primary);outline-offset:4px}@keyframes scent-image-in{0%{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){main:has(.scent-product-page)+.site-footer{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.scent-card-stage{aspect-ratio:4/5}.scent-card-body{padding-top:13px}.scent-card-number{font-size:8px;top:12px;left:12px}.scent-card-discover{display:none}.scent-card-title{font-size:21px}.scent-card-title-link{min-height:49px}.scent-card-image{padding:6%}.scent-card-price{font-size:11px}.scent-card-color-name{display:none}.scent-product-page{padding:8px 20px 98px}.scent-product-breadcrumb{gap:16px;padding-bottom:10px;font-size:10px}.scent-product-breadcrumb>span{max-width:42%}.scent-product-layout{grid-template-columns:1fr;gap:11px}.scent-product-visual{position:static}.scent-product-stage{aspect-ratio:1/1.08;max-height:530px}.scent-product-image{padding:8%}.scent-stage-wordmark{font-size:8px;top:18px;left:19px}.scent-stage-caption{font-size:9px;bottom:17px}.scent-product-image-note{padding:14px 0;font-size:8px}.scent-product-details{padding-top:12px}.scent-product-details h1{max-width:90%;margin-top:12px;font-size:42px}.scent-product-price-row{margin:20px 0}.scent-product-price{font-size:17px}.scent-product-description{font-size:12px;line-height:1.9}.scent-product-options{margin-top:26px}.scent-purchase-bar{z-index:40;background:color-mix(in srgb, var(--surface) 96%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:12px 20px max(12px, env(safe-area-inset-bottom));align-items:center;gap:14px;margin:0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 35px #0000003d}.scent-purchase-summary{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.scent-purchase-summary>span{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.scent-purchase-summary>strong{white-space:nowrap;font-size:12px;font-weight:500}.scent-purchase-bar>.scent-purchase-button{white-space:nowrap;flex:1.3;gap:8px;width:auto;min-height:50px;padding:12px 14px;font-size:11px}.scent-purchase-arrow{display:none}.scent-product-endnote{flex-direction:column;align-items:flex-start;gap:6px;margin-top:42px;padding:28px 0}.scent-product-endnote>span{font-size:26px}}@media (width<=370px){.scent-card-title{font-size:19px}.scent-card-price{font-size:10px}.scent-card-body{padding-top:10px}.scent-bag-item{gap:12px}.scent-bag-item-image{width:72px;height:104px}.scent-bag-items{padding:0 18px}.scent-product-page{padding-left:16px;padding-right:16px}.scent-purchase-bar{gap:10px;padding-left:16px;padding-right:16px}}@media (prefers-reduced-motion:reduce){.scent-card-image,.scent-product-image{transition:none;animation:none}.scent-card:hover .scent-card-image{transform:none}}.scent-card-image.is-bottle-photo{transform:scale(1.35)}.scent-card:hover .scent-card-image.is-bottle-photo{transform:scale(1.4)}.scent-product-image.is-bottle-photo{transform:scale(1.25)}@media (prefers-reduced-motion:reduce){.scent-card:hover .scent-card-image.is-bottle-photo{transform:scale(1.35)}}.scent-composition{margin-top:28px}.scent-composition h2{text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);margin-bottom:12px;font-size:10px;font-weight:400;line-height:1.6}.scent-composition-row{border-top:1px solid var(--border);grid-template-columns:22px 72px minmax(0,1fr);align-items:baseline;column-gap:10px;padding:13px 0;display:grid}.scent-composition-row:last-child{border-bottom:1px solid var(--border)}.scent-composition-row>span{letter-spacing:.07em;color:var(--muted-foreground);font-size:9px}.scent-composition-row dt{color:var(--muted-foreground);font-size:11px}.scent-composition-row dd{color:var(--primary);margin:0;font-size:12px;line-height:1.8}
