:root{--white: #ffffff;--black: #111110;--grey: #767066;--line: #e7e3dc;--ff-display: "Newsreader", serif;--ff-body: "Jost", sans-serif;--header-h: 92px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-padding-top:var(--header-h)}body{background:var(--white);color:var(--black);font-family:var(--ff-body)}a{color:inherit;text-decoration:none}img{display:block;width:100%}button{font-family:var(--ff-body)}.site-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.6rem 2.4rem;border-bottom:1px solid var(--line);position:fixed;top:0;left:0;right:0;width:100%;z-index:100;background:var(--white)}#MainContent{padding-top:var(--header-h)}.nav-left ul,.nav-right ul{display:flex;gap:1.8rem;list-style:none;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.nav-left{justify-self:start}.nav-right{justify-self:end}.nav-left a,.nav-right a{position:relative;padding-bottom:3px}.nav-left a:after,.nav-right a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:currentColor;transition:width .3s ease}.nav-left a:hover:after,.nav-right a:hover:after{width:100%}.logo{font-weight:600;font-size:1.1rem;letter-spacing:.16em;text-transform:uppercase;justify-self:center}.nav-search{position:relative}.search-dropdown{position:absolute;top:100%;right:0;margin-top:.9rem;background:var(--white);border:1px solid var(--line);padding:.9rem;min-width:260px;z-index:20;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-search:hover .search-dropdown,.nav-search:focus-within .search-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.search-dropdown input[type=search]{width:100%;padding:.6rem .8rem;border:1px solid var(--line);font-family:var(--ff-body);font-size:.85rem;text-transform:none;letter-spacing:normal}.search-results{display:none;margin-top:.7rem;max-height:320px;overflow-y:auto;border-top:1px solid var(--line)}.search-results.open{display:block}.search-result{display:flex;align-items:center;gap:.7rem;padding:.6rem .1rem;border-bottom:1px solid var(--line);text-transform:none;letter-spacing:normal}.search-result:last-child{border-bottom:none}.search-result:hover{background:#f8f6f2}.search-result img{width:38px;height:50px;object-fit:cover;background:#f2efe9;flex-shrink:0}.search-result-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.search-result-title{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-price{font-size:.74rem;color:var(--grey)}.search-empty{font-size:.8rem;color:var(--grey);padding:.6rem .1rem;text-transform:none;letter-spacing:normal}.nav-collections{position:relative}.nav-dropdown{position:absolute;top:100%;left:0;margin-top:.9rem;background:var(--white);border:1px solid var(--line);padding:.6rem 0;min-width:170px;z-index:20;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-collections:hover .nav-dropdown,.nav-collections:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{display:block;padding:.55rem 1.1rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.nav-dropdown a:hover{background:#f2efe9}.collection-title{text-align:center;padding:3.2rem 2rem 2.6rem}.collection-title h1{font-family:var(--ff-display);font-weight:300;font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:.03em;text-transform:uppercase}.collection-title p{margin-top:.8rem;font-size:.82rem;color:var(--grey)}.lookbook{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line)}.lookbook figure{background:#f2efe9;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.lookbook img{height:100%;width:100%;object-fit:contain;object-position:center 60%;aspect-ratio:3/4;padding:2rem;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.lookbook figure:hover img{transform:scale(1.035)}.lookbook figcaption{position:absolute;left:1.4rem;bottom:1.4rem;font-size:.72rem;letter-spacing:.08em;color:#fff;background:#1111108c;padding:.5rem .9rem;opacity:0;transition:opacity .3s ease}.lookbook figure:hover figcaption{opacity:1}.lookbook.full figure{grid-column:1 / -1}.lookbook.full img{height:auto;aspect-ratio:3/4;max-width:460px;margin:0 auto;object-position:center}.placeholder-img{width:100%;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;color:var(--grey);font-size:.78rem;background:#f2efe9}.shop{padding:5rem 2.4rem 2rem}.shop+.shop{border-top:1px solid var(--line)}.shop-tight{padding-top:1rem}.shop-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2.4rem;border-bottom:1px solid var(--line);padding-bottom:1.2rem}.shop-head h2{font-family:var(--ff-display);font-weight:300;font-size:1.4rem;letter-spacing:.03em;text-transform:uppercase}.shop-head span{font-size:.74rem;color:var(--grey);letter-spacing:.06em}.shop-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.4rem 1.6rem}.shop-grid .product{flex:0 0 calc(25% - 1.2rem);max-width:calc(25% - 1.2rem)}.product{cursor:pointer;display:block}.product .thumb{overflow:hidden;background:#f2efe9;margin-bottom:.9rem;display:flex;align-items:center;justify-content:center;position:relative}.product img{aspect-ratio:3/4;width:100%;height:100%;object-fit:contain;object-position:center 60%;padding:1.2rem;transition:transform .8s ease}.product:hover img{transform:scale(1.04)}.product h3{font-size:.86rem;font-weight:500;margin-bottom:.25rem}.product .price{font-size:.82rem;color:var(--grey)}.empty-note{font-size:.86rem;color:var(--grey);width:100%;text-align:center}.collection-grid.shop-grid .product{flex:0 0 calc(50% - .8rem);max-width:calc(50% - .8rem)}.stock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fffffff0;opacity:0;transition:opacity .3s ease;padding:1rem;text-align:center;gap:.4rem}.stock-overlay span{color:#e02020;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.low-stock-tile:hover .stock-overlay{opacity:1}.perfume-grid{max-width:640px;margin:0 auto;gap:2.4rem 2.4rem}.perfume-grid.shop-grid .product{flex:0 0 calc(50% - 1.2rem);max-width:calc(50% - 1.2rem)}.limited-stock-badge{font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--black);border:1px solid var(--line);padding:.4rem .8rem;white-space:nowrap}.notes-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#11111099;opacity:0;transition:opacity .3s ease;padding:1.2rem;text-align:center}.notes-overlay span{color:#fff;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;line-height:1.8}.perfume-tile:hover .notes-overlay{opacity:1}.search-form{display:flex;gap:.8rem;max-width:480px;margin:0 auto 3rem}.search-form input[type=search]{flex:1;padding:.8rem 1rem;border:1px solid var(--line);font-family:var(--ff-body);font-size:.88rem}.search-submit{width:auto;padding:.8rem 1.6rem}.info-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:4.5rem}.info-strip div{padding:2.4rem 2rem;border-right:1px solid var(--line);text-align:center}.info-strip div:last-child{border-right:none}.info-strip h4{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem}.info-strip p{font-size:.78rem;color:var(--grey);line-height:1.6}.site-footer{padding:3.2rem 2.4rem 2rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.4rem;padding-bottom:2.4rem}.footer-grid .logo{justify-self:start;margin-bottom:.8rem;display:block}.footer-grid p{font-size:.82rem;color:var(--grey);max-width:30ch;line-height:1.6}.footer-col h5{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--grey);margin-bottom:.9rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.55rem;font-size:.82rem}.footer-col a:hover{color:var(--grey)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:1.4rem;font-size:.72rem;color:var(--grey)}.product-page{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;padding:3rem 2.4rem 5rem}.product-media-main{background:#f2efe9;display:flex;align-items:center;justify-content:center}.product-media-main img{object-fit:contain;aspect-ratio:3/4;padding:2rem}.product-media-thumbs{display:flex;gap:.6rem;margin-top:.8rem}.thumb-btn{width:70px;height:70px;border:1px solid var(--line);background:#f2efe9;padding:0;cursor:pointer}.thumb-btn img{height:100%;object-fit:contain}.product-info h1{font-family:var(--ff-display);font-weight:300;font-size:1.9rem;margin-bottom:.8rem}.product-price{font-size:1.1rem;margin-bottom:1.8rem}.compare-price{color:var(--grey);margin-left:.6rem}.option-row{margin-bottom:1.2rem}.option-row label{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}.option-row select{width:100%;padding:.7rem;border:1px solid var(--line);font-family:var(--ff-body)}.qty-row{margin-bottom:1.4rem}.qty-row label{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}.qty-row input{width:80px;padding:.6rem;border:1px solid var(--line)}.btn-add-cart{width:100%;padding:1rem;background:var(--black);color:#fff;border:none;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:opacity .3s ease}.btn-add-cart:hover{opacity:.85}.btn-add-cart:disabled{background:var(--grey);cursor:not-allowed}.product-description{margin-top:2.2rem;font-size:.9rem;line-height:1.75;color:#3a3630}.cart-page{padding:1rem 2.4rem 5rem}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-table th{text-align:left;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);padding-bottom:1rem;border-bottom:1px solid var(--line)}.cart-table td{padding:1.2rem .6rem 1.2rem 0;border-bottom:1px solid var(--line);font-size:.88rem;vertical-align:middle}.cart-item-info{display:flex;gap:1rem;align-items:center}.cart-item-info img{width:70px;height:90px;object-fit:cover;background:#f2efe9}.cart-item-title{font-weight:500}.cart-item-variant{color:var(--grey);font-size:.8rem}.cart-table input[type=number]{width:60px;padding:.4rem;border:1px solid var(--line)}.cart-summary{display:flex;align-items:center;gap:1.2rem;justify-content:flex-end}.cart-subtotal{font-size:1rem;margin-right:auto}.btn-checkout{width:auto;padding:1rem 2rem}.page-content{padding:0 2.4rem 5rem;max-width:70ch;margin:0 auto;font-size:.92rem;line-height:1.8}@media(max-width:860px){:root{--header-h: 132px}.site-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:1.2rem .9rem}.logo{display:block;font-size:.82rem;font-weight:700;letter-spacing:.06em;white-space:nowrap}.nav-left,.nav-right{display:flex;justify-content:center}.nav-left ul,.nav-right ul{justify-content:center;gap:.9rem;font-size:.6rem;letter-spacing:.06em}.nav-left li:nth-child(1),.nav-left li:nth-child(3){display:none}.search-dropdown{right:auto;left:50%;transform:translate(-50%) translateY(-6px)}.nav-search:hover .search-dropdown,.nav-search:focus-within .search-dropdown{transform:translate(-50%) translateY(0)}.search-dropdown{min-width:220px}.lookbook{grid-template-columns:1fr}.lookbook.full img{aspect-ratio:4/5;max-width:none}.shop-grid .product{flex-basis:calc(50% - .8rem);max-width:calc(50% - .8rem)}.perfume-grid.shop-grid .product{flex-basis:calc(50% - 1.2rem);max-width:calc(50% - 1.2rem)}.info-strip{grid-template-columns:1fr}.info-strip div{border-right:none;border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr}}:focus-visible{outline:2px solid var(--black);outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/24/assets/theme.css.map */
