:root{--glass-bg: rgba(255, 255, 255, .5);--hamburger-bg: #F5F8FF;--glass-border: rgba(255, 255, 255, .6);--glass-shadow: 0 8px 32px rgba(31, 38, 135, .15);--glass-blur: 25px;--glass-radius: 16px;--color-accent: #6366f1;--color-text: #1e293b;--color-text-light: #f8fafc;--body-bg: linear-gradient(135deg, #f0f4ff 0%, #e0e7ff 100%);--body-bg-fallback: #e0e7ff;--font-family: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--color-text);background:var(--body-bg-fallback);background:var(--body-bg);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}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}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));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:#ffffff40;box-shadow:0 12px 40px #1f268733;transform:translateY(-2px)}.glass-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-weight:600;color:var(--color-text);background:#ffffff40;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-radius:50px;box-shadow:0 4px 15px #0000001a;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.glass-btn:hover{background:#fff6;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.glass-btn--accent{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.glass-btn--accent:hover{background:#4f46e5}.container{width:90%;max-width:1280px;margin:0 auto}.header{position:sticky;top:0;z-index:100;padding:1rem 0}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;composes:glass}.header__logo{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.header__menu{display:flex;gap:2rem;list-style:none}.header__menu a{font-weight:500;transition:color .2s}.header__menu a:hover{color:var(--color-accent)}.header__cart{position:relative;font-weight:600;display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;composes:glass glass-hover;border-radius:50px}.header__cart-count{background:var(--color-accent);color:#fff;border-radius:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;margin-left:.25rem}.footer{margin-top:4rem;padding:2rem 0}.footer__inner{padding:2rem;composes:glass;text-align:center;font-size:.9rem;opacity:.9}.hero{padding:4rem 0}.hero__glass{padding:4rem 2rem;composes:glass;text-align:center;max-width:800px;margin:0 auto}.hero__title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(to right,var(--color-accent),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:1.25rem;opacity:.8;margin-bottom:2rem}.product-card{composes:glass glass-hover;padding:1.25rem;text-align:center;height:100%;display:flex;flex-direction:column}.product-card__image{border-radius:calc(var(--glass-radius) - 4px);overflow:hidden;margin-bottom:1rem;aspect-ratio:1 / 1}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__title{font-weight:600;margin-bottom:.5rem;font-size:1rem}.product-card__price{color:var(--color-accent);font-weight:700;font-size:1.15rem;margin-top:auto}.featured-collection{padding:3rem 0}.featured-collection__title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;composes:glass;display:inline-block;padding:.75rem 2rem;border-radius:50px}.featured-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.product-main{padding:3rem 0}.product-main__layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-main__image{composes:glass;border-radius:var(--glass-radius);overflow:hidden}.product-main__info{padding:2rem;composes:glass}.product-main__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.product-main__price{font-size:1.5rem;color:var(--color-accent);font-weight:700;margin:1rem 0}.product-main__description{opacity:.8;margin-bottom:2rem}.product-main__add-to-cart{width:100%;padding:1rem;font-size:1.1rem}.collection-header{padding:3rem 0 1rem}.collection-header__glass{composes:glass;padding:2rem;text-align:center}.collection-grid{padding:2rem 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.cart{padding:3rem 0}.cart__inner{composes:glass;padding:2rem}.cart__title{font-size:2rem;margin-bottom:2rem}.cart__item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--glass-border)}.cart__item-image{width:100px;border-radius:12px;overflow:hidden}.cart__item-details{flex:1}.cart__item-title{font-weight:600}.cart__item-price{color:var(--color-accent);font-weight:600}.cart__footer{margin-top:2rem;text-align:right}.cart__total{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.product-main__layout{grid-template-columns:1fr}.header__menu{gap:1rem}.hero__title{font-size:2.2rem}}.product-options{margin:1.5rem 0}.product-option{margin-bottom:1rem}.product-option__label{display:block;font-weight:600;margin-bottom:.4rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.product-option__select{width:100%;padding:.7rem 1rem;font-size:.95rem;font-family:var(--font-family);color:var(--color-text);background:#ffffff26;backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:10px;box-shadow:var(--glass-shadow);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e293b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .8rem center;background-size:1.2em;cursor:pointer;transition:all .2s}.product-option__select:hover{background-color:#ffffff40}.variant-error{font-size:.9rem;font-weight:500}#product-main-image{transition:opacity .2s ease}.product-quantity{margin:1.5rem 0}.quantity-selector{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem;border-radius:12px}.quantity-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;color:var(--color-text);background:#ffffff4d;border:1px solid var(--glass-border);border-radius:8px;cursor:pointer;transition:background .2s}.quantity-btn:hover{background:#ffffff80}.quantity-input{width:50px;text-align:center;font-weight:600;font-size:1rem;border:none;background:transparent;color:var(--color-text);outline:none}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield}.cart__item-controls{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.cart__remove-btn{font-size:1.5rem;line-height:1;background:#fff3;border:1px solid var(--glass-border);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#dc2626;cursor:pointer;transition:all .2s;padding:0}.cart__remove-btn:hover{background:#dc262633;border-color:#dc2626}.cart__item-variant{font-size:.85rem;opacity:.7;margin-bottom:.25rem}.inventory-message{font-size:.85rem;margin-top:.4rem;min-height:1.2em}.cart-inventory-msg{font-size:.75rem;margin-left:.75rem;white-space:nowrap;opacity:.9}.header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:110}.hamburger-line{display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header__hamburger.is-active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger.is-active .hamburger-line:nth-child(2){opacity:0}.header__hamburger.is-active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__menu{list-style:none;display:flex;gap:2rem}@media(max-width:768px){.header__hamburger{display:flex}.header__menu{position:absolute;top:100%;left:0;right:0;background:var(--hamburger-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-top:none;border-radius:0 0 var(--glass-radius) var(--glass-radius);box-shadow:var(--glass-shadow);flex-direction:column;gap:0;padding:1rem 0;transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:100}.header__menu.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.header__menu li{width:100%;text-align:center;padding:.75rem 1.5rem}.header__menu li a{display:block;font-size:1.1rem}.header__inner{position:relative;flex-wrap:wrap}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
