:root{--color-accent: #8e1776;--color-accent-2: #b91ea3;--color-plum-950: #17070f;--color-plum-900: #240a1c;--color-charcoal: #58595b;--glass-opacity: .5;--glass-saturate: 1.2;--glass-saturate-dull: 1.05;--glass-blur: 18px;--glass-radius: 22px;--color-text: #1d1420;--color-text-muted: #5c5158;--body-bg-fallback: #ece7ec;--body-bg: url("{{ "bg-light.jpg" | asset_url }}") center center / cover no-repeat fixed;--glass-bg: rgba(255, 255, 255, var(--glass-opacity));--glass-border: rgba(142, 23, 118, .16);--glass-shadow: 0 8px 32px rgba(36, 10, 28, .12);--glass-bg-hover: rgba(255, 255, 255, .68);--surface-solid: #ffffff;--danger: #dc2626;--mobile-menu-bg: rgba(255, 255, 255, .82);--mobile-menu-border: rgba(142, 23, 118, .18);--mobile-menu-shadow: 0 16px 40px rgba(36, 10, 28, .22);--font-heading: "Google Sans", system-ui, sans-serif;--font-body: "Google Sans", system-ui, sans-serif}[data-theme=dark]{--color-text: #f4eef4;--color-text-muted: #b9a9b6;--body-bg-fallback: #0a0709;--body-bg: url("{{ "bg-dark.jpg" | asset_url }}") center center / cover no-repeat fixed;--glass-bg: rgba(142, 23, 118, .08);--glass-border: rgba(201, 100, 190, .16);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .55);--glass-bg-hover: rgba(142, 23, 118, .16);--surface-solid: #141013;--color-accent: #b0299a;--color-accent-2: #d94fc4;--mobile-menu-bg: rgba(15, 8, 14, .92);--mobile-menu-border: rgba(201, 100, 190, .18);--mobile-menu-shadow: 0 16px 40px rgba(0, 0, 0, .6)}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-Regular.woff2" | asset_url }}") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-Medium.woff2" | asset_url }}") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-SemiBold.woff2" | asset_url }}") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-Bold.woff2" | asset_url }}") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-Italic.woff2" | asset_url }}") format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-MediumItalic.woff2" | asset_url }}") format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-SemiBoldItalic.woff2" | asset_url }}") format("woff2");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Google Sans;src:url("{{ "GoogleSans-BoldItalic.woff2" | asset_url }}") format("woff2");font-weight:700;font-style:italic;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--font-body)}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{color:var(--color-text);background:var(--body-bg-fallback);background:var(--body-bg);background-attachment:fixed;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .35s ease,color .25s ease}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.2;letter-spacing:.2px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,.btn{cursor:pointer;font-family:inherit;border:none;background:none;color:inherit}.skip-link{position:absolute;left:-9999px;top:0;background:var(--surface-solid);color:var(--color-text);padding:.75rem 1.25rem;border-radius:0 0 8px;z-index:1000}.skip-link:focus{left:0}*{transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .15s ease}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--glass-radius)}.glass-hover{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.glass-hover:hover{background:var(--glass-bg-hover);box-shadow:0 12px 40px #8e177638;transform:translateY(-3px)}.glass-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.85rem 1.9rem;font-family:var(--font-heading);font-weight:400;color:var(--color-text);background:var(--glass-bg-hover);border:1px solid var(--glass-border);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border-radius:50px;box-shadow:0 4px 15px #0000001a;transition:all .2s ease;letter-spacing:.4px;font-size:.85rem}.glass-btn:hover{box-shadow:0 8px 25px #0000002e;transform:translateY(-2px)}.glass-btn--accent{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-2));color:#fff;border-color:transparent}.glass-btn--accent:hover{filter:brightness(1.08)}.glass-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.container{width:90%;max-width:1280px;margin:0 auto}.header{position:sticky;top:0;z-index:11;padding:1rem 0}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:.75rem;position:relative}.header__logo{font-family:var(--font-heading);font-size:1.35rem;letter-spacing:.2px;white-space:nowrap;display:flex;align-items:center}.header__logo--image{display:none}.header__logo--text{display:flex}.header__logo-banner{height:40px;width:auto;display:block}.header__logo-icon{height:34px;width:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.header__menu{display:flex;align-items:center;gap:2rem;list-style:none}.header__menu a{font-weight:500;font-size:.95rem;transition:color .2s}.header__menu a:hover{color:var(--color-accent)}.header__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.header__cart{position:relative;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.35rem;padding:.55rem 1.1rem}.header__cart-count{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-2));color:#fff;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%}.theme-toggle svg{width:19px;height:19px;stroke:var(--color-text);fill:none;stroke-width:2}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}.nav-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%}.nav-toggle svg{width:20px;height:20px;stroke:var(--color-text);stroke-width:2;fill:none}.footer{margin-top:4rem;padding:2rem 0 3rem}.footer__inner{padding:2rem;text-align:center;font-size:.9rem;color:var(--color-text-muted)}.hero{padding:4.5rem 0}.hero__glass{padding:4.5rem 2rem;text-align:center;max-width:800px;margin:0 auto}.hero__title{font-size:3.1rem;margin-bottom:1.1rem;background:linear-gradient(to right,var(--color-accent),var(--color-accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:2.25rem}.product-card{padding:1.25rem;text-align:center;height:100%;display:flex;flex-direction:column}.product-card__image{border-radius:calc(var(--glass-radius) - 6px);overflow:hidden;margin-bottom:1rem;aspect-ratio:1 / 1}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .35s ease}.product-card:hover .product-card__image img{transform:scale(1.06)}.product-card__title{font-family:var(--font-body);font-weight:700;margin-bottom:.5rem;font-size:1rem}.product-card__price{color:var(--color-accent);font-weight:600;font-size:1.1rem;margin-top:auto}.featured-collection{padding:3rem 0}.featured-collection__title-wrap{text-align:center;margin-bottom:2.25rem}.featured-collection__title{font-size:1.6rem;display:inline-block;padding:.75rem 2rem;border-radius:50px}.featured-collection__marquee{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;padding:1.5rem 0;margin:-1.5rem 0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);scrollbar-width:none;-ms-overflow-style:none}.featured-collection__marquee img,.featured-collection__marquee a{-webkit-user-drag:none;user-drag:none}.featured-collection__marquee::-webkit-scrollbar{display:none}.featured-collection__marquee.is-dragging{cursor:grabbing;scroll-behavior:auto;-webkit-user-select:none;user-select:none}.featured-collection__track{display:flex;width:max-content;gap:2rem}.featured-collection__item{flex:0 0 260px;width:260px}@media(prefers-reduced-motion:reduce){.featured-collection__marquee{scroll-behavior:auto}}.product-main{padding:3rem 0}.product-main__layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-main__image{overflow:hidden}.product-main__image img{transition:opacity .15s ease}.product-main__info{padding:2.25rem}.product-main__title{font-size:1.9rem;margin-bottom:1rem}.product-main__price{font-size:1.4rem;color:var(--color-accent);font-weight:700;margin:1rem 0}.product-main__description{color:var(--color-text-muted);margin-bottom:2rem}.product-options{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.product-option__label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.4rem}.product-main__add-to-cart{width:100%;padding:1rem;font-size:1rem}.variant-error{color:var(--danger);margin-top:.5rem;font-size:.9rem}.collection-header{padding:3rem 0 1rem}.collection-header__glass{padding:2.25rem;text-align:center}.collection-header__glass h1{font-size:2rem;margin-bottom:.5rem}.collection-header__glass p{color:var(--color-text-muted)}.collection-grid{padding:2rem 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.cart{padding:3rem 0}.cart__inner{padding:2.25rem}.cart__title{font-size:1.9rem;margin-bottom:2rem}.cart__items{margin-bottom:2.5rem}.cart__item{display:grid;grid-template-columns:80px 1fr auto auto 40px;gap:1.25rem;align-items:center;padding:1.75rem 0;border-bottom:1px solid var(--glass-border)}.cart__item:last-child{border-bottom:none}.cart__item-image{width:80px;border-radius:12px;overflow:hidden}.cart__item-image img{width:100%;height:auto;display:block}.cart__item-details{min-width:0}.cart__item-title{font-weight:600;margin-bottom:.25rem;font-size:1.05rem}.cart__item-variant{color:var(--color-text-muted);font-size:.9rem;margin-bottom:.5rem}.cart__item-price{color:var(--color-accent);font-weight:600}.cart__item-total{font-weight:700;color:var(--color-accent);text-align:right;min-width:90px}.quantity-wrapper{display:flex;align-items:center;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:9999px;padding:4px;width:fit-content}.quantity-input{width:50px;text-align:center;background:transparent;border:none;font-weight:600;font-size:1rem}.quantity-btn{width:34px;height:34px;border:none;background:transparent;color:var(--color-text);cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.quantity-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.quantity-btn:hover{background:var(--glass-bg-hover);color:var(--color-accent)}.cart__item-remove{background:none;border:none;color:var(--danger);cursor:pointer;padding:8px;opacity:.75;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:16px}.cart__item-remove:hover{opacity:1;background:#dc26261a}.cart__footer{margin-top:2rem;text-align:right}.cart__total{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem}.cart__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem 1.5rem}.cart__empty-icon-wrap{width:180px;height:180px;margin-bottom:1.5rem}.cart__empty-icon{width:100%;height:100%}.cart__empty-bag{transform-origin:100px 112px;animation:cart-empty-float 4s ease-in-out infinite}.cart__empty-ring{transform-origin:100px 112px;animation:cart-empty-pulse 4s ease-in-out infinite}.cart__empty-sparkle{transform-box:fill-box;transform-origin:center;animation:cart-empty-twinkle 2.4s ease-in-out infinite}.cart__empty-sparkle--1{animation-delay:0s}.cart__empty-sparkle--2{animation-delay:.6s}.cart__empty-sparkle--3{animation-delay:1.2s}@keyframes cart-empty-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes cart-empty-pulse{0%,to{transform:scale(1);opacity:.15}50%{transform:scale(1.06);opacity:.3}}@keyframes cart-empty-twinkle{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@media(prefers-reduced-motion:reduce){.cart__empty-bag,.cart__empty-ring,.cart__empty-sparkle{animation:none}}.cart__empty-title{font-size:1.5rem;margin-bottom:.6rem}.cart__empty-text{color:var(--color-text-muted);max-width:340px;margin-bottom:2rem}.cart__empty-cta svg{transition:transform .2s ease}.cart__empty-cta:hover svg{transform:translate(3px)}.confirm-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.confirm-modal-content{--glass-opacity: .5;background:var(--glass-bg);padding:2rem;max-width:320px;text-align:center;border-radius:20px}.confirm-buttons{margin-top:1.5rem;display:flex;gap:1rem;justify-content:center}.confirm-buttons button{padding:.75rem 1.5rem;border-radius:9999px;font-weight:600}.cancel-btn{background:var(--glass-bg);border:1px solid var(--glass-border)}.confirm-btn{background:var(--danger);color:#fff}@media(max-width:860px){.product-main__layout{grid-template-columns:1fr}}@media(max-width:768px){.hero__title{font-size:2.1rem}.hero__glass{padding:3rem 1.5rem}.nav-toggle{display:inline-flex}.header__inner{padding:.65rem 1rem}.header__actions{gap:.4rem;flex-shrink:0}.header__logo{font-size:1.15rem;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__logo--text{display:none}.header__logo--image{display:block}.header__logo--image img{max-height:30px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4));width:auto}.header__cart{padding:.4rem .85rem;font-size:.82rem}.theme-toggle,.nav-toggle{width:38px;height:38px}.header__menu{position:absolute!important;top:calc(100% + .5rem)!important;left:0!important;right:0!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:.5rem!important;margin:0!important;list-style:none!important;border-radius:var(--glass-radius)!important;background:var(--mobile-menu-bg)!important;border:1px solid var(--mobile-menu-border)!important;box-shadow:var(--mobile-menu-shadow)!important;backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate))!important;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate))!important;will-change:backdrop-filter!important;opacity:0!important;visibility:hidden!important;transform:translateY(-5px)!important;transition:all .15s ease!important;z-index:11!important;pointer-events:none!important}.header__menu li{width:100%!important}.header__menu li:last-child a{border-bottom:none!important}.header__menu a{display:block!important;padding:.75rem 1.25rem!important;font-size:.85rem!important;color:var(--color-text-muted)!important;border-bottom:1px solid var(--glass-border)!important;transition:background .15s ease!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.header__menu a:hover{background:var(--glass-bg-hover)!important;color:var(--color-text)!important;transform:none!important}.header[data-nav-open=true] .header__menu{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate))!important;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate))!important;will-change:backdrop-filter!important}.cart__item{border:1px solid var(--glass-border);border-radius:var(--glass-radius);background:var(--glass-bg);-webkit-backdrop-filter:saturate(var(--glass-saturate-dull));backdrop-filter:saturate(var(--glass-saturate-dull));position:relative;grid-template-columns:70px 1fr;grid-template-areas:"image details" "qty   total";gap:.75rem 1rem;padding-left:2rem;padding-right:2.75rem}.cart__item-image{grid-area:image}.cart__item-details{grid-area:details}.cart__item-quantity{grid-area:qty;align-self:end}.cart__item-total{position:absolute;grid-area:total;width:calc-size(max-content,size);text-align:right;min-width:0;right:0}.cart__item-remove{position:absolute;margin-top:5px;margin-right:5px;top:0;right:0}.quantity-wrapper{margin-top:0}.cart__empty-icon-wrap{width:140px;height:140px}.cart__empty-title{font-size:1.3rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.custom-select-wrapper{position:relative;-webkit-user-select:none;user-select:none}.custom-select__trigger{width:100%;padding:.75rem 1.25rem;border-radius:var(--glass-radius);color:var(--color-text);font-family:inherit;font-size:1rem;background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.custom-select__trigger:hover{background:var(--glass-bg-hover);box-shadow:0 8px 25px #8e177638}.custom-select-wrapper.open .custom-select__trigger{border-color:var(--color-accent);box-shadow:0 0 0 3px #8e177640}.custom-select__arrow{transition:transform .2s ease;stroke:var(--color-accent)}.custom-select-wrapper.open .custom-select__arrow{transform:rotate(180deg)}.custom-select__options{position:absolute;top:calc(100% + 4px);left:0;right:0;list-style:none;padding:0;margin:0;border-radius:var(--glass-radius);background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));opacity:0;visibility:hidden;transform:translateY(-5px);transition:all .15s ease;z-index:10;max-height:220px;overflow-y:auto}.custom-select-wrapper.open .custom-select__options{opacity:1;visibility:visible;transform:translateY(0)}.custom-select__option{padding:.75rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid var(--glass-border);font-size:.85rem;color:var(--color-text-muted)}.custom-select__option:last-child{border-bottom:none}.custom-select__option:hover{background:var(--glass-bg-hover)}.custom-select__option.selected{color:var(--color-text);font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
