*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #FFFFFF;--color-bg-soft: #F8F6F3;--color-bg-warm: #FFF8F0;--color-text: #1C1C1E;--color-text-muted: #6B7280;--color-border: #E5E7EB;--color-accent: #D97706;--color-accent-dark: #B45309;--color-accent-light: #FEF3C7;--color-btn-primary: #D97706;--color-btn-primary-text: #FFFFFF;--color-btn-secondary: #1C1C1E;--color-btn-secondary-text: #FFFFFF;--color-success: #059669;--color-error: #DC2626;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--max-width: 1280px;--gutter: 1.25rem;--header-h: 64px}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;border:none;background:none}ul,ol{list-style:none}input,select,textarea{font:inherit}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;line-height:1.25;color:var(--color-text)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.skip-to-content-link{position:absolute;left:-9999px;z-index:9999;padding:.75rem 1rem;background:var(--color-accent);color:#fff;font-weight:600}.skip-to-content-link:focus{left:.5rem;top:.5rem}.announcement-bar{background:var(--color-accent);color:#fff;text-align:center;padding:.5rem var(--gutter);font-size:.85rem;font-weight:500}.announcement-bar a{color:#fff;text-decoration:underline}.site-header{position:sticky;top:0;z-index:500;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:1rem}.site-header__logo a{display:flex;align-items:center}.site-header__logo img{height:44px;width:auto}.site-header__logo-text{font-size:1.5rem;font-weight:800;color:var(--color-accent);letter-spacing:-.02em}.site-header__nav{display:none}.site-header__nav ul{display:flex;gap:.25rem}.site-header__nav a{display:block;padding:.5rem .85rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;color:var(--color-text);transition:background .15s,color .15s}.site-header__nav a:hover,.site-header__nav a.active{background:var(--color-accent-light);color:var(--color-accent-dark)}.site-header__nav .has-dropdown{position:relative}.site-header__nav .dropdown{display:none;position:absolute;top:calc(100% + .5rem);left:0;min-width:200px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:.5rem;z-index:100}.site-header__nav .has-dropdown:hover .dropdown,.site-header__nav .has-dropdown:focus-within .dropdown{display:block}.site-header__nav .dropdown a{padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.875rem}.site-header__icons{display:flex;align-items:center;gap:.25rem}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--color-text);transition:background .15s;position:relative}.header-icon-btn:hover{background:var(--color-bg-soft)}.cart-count{position:absolute;top:2px;right:2px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:700;min-width:17px;height:17px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;line-height:1}.cart-count[data-count="0"]{display:none}.menu-toggle{display:flex;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-md);transition:background .15s}.menu-toggle:hover{background:var(--color-bg-soft)}.menu-toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:transform .2s,opacity .2s}.header-search{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:.75rem var(--gutter);box-shadow:var(--shadow-md);z-index:499}.header-search.open{display:block}.header-search form{display:flex;max-width:640px;margin:0 auto;gap:.5rem}.header-search input{flex:1;padding:.65rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.95rem;outline:none;transition:border-color .15s}.header-search input:focus{border-color:var(--color-accent)}.header-search button[type=submit]{padding:.65rem 1.25rem;background:var(--color-accent);color:#fff;border-radius:var(--radius-full);font-weight:600;font-size:.9rem;transition:background .15s}.header-search button[type=submit]:hover{background:var(--color-accent-dark)}@media(min-width:900px){.site-header__nav{display:flex;align-items:center;flex:1;padding:0 1rem}.menu-toggle{display:none}}.cart-drawer-overlay,.menu-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:700;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-drawer-overlay.open,.menu-drawer-overlay.open{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,100vw);background:var(--color-bg);z-index:800;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-lg)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:1.1rem;font-weight:700}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--color-text-muted);transition:background .15s,color .15s}.cart-drawer__close:hover{background:var(--color-bg-soft);color:var(--color-text)}.cart-drawer__content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 0;color:var(--color-text-muted)}.cart-drawer__empty svg{margin:0 auto 1rem;opacity:.4}.cart-drawer__empty p{font-size:.95rem}.cart-drawer__empty a{color:var(--color-accent);font-weight:600}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none}.cart-item__image{width:72px;height:72px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;background:var(--color-bg-soft)}.cart-item__details{flex:1;min-width:0}.cart-item__title{font-size:.875rem;font-weight:600;line-height:1.3;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__variant{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.4rem}.cart-item__props{font-size:.78rem;color:var(--color-text-muted);margin-bottom:.4rem}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.cart-item__price{font-size:.875rem;font-weight:700;color:var(--color-accent)}.cart-item__qty{display:flex;align-items:center;gap:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.cart-item__qty button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--color-text-muted);transition:background .15s}.cart-item__qty button:hover{background:var(--color-bg-soft)}.cart-item__qty span{font-size:.875rem;font-weight:600;min-width:20px;text-align:center}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);background:var(--color-bg-soft)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;margin-bottom:.5rem}.cart-drawer__shipping-note{font-size:.8rem;color:var(--color-text-muted);margin-bottom:1rem;text-align:center}.cart-drawer__view-cart{display:block;text-align:center;font-size:.875rem;color:var(--color-text-muted);margin-top:.75rem;text-decoration:underline}.menu-drawer{position:fixed;top:0;left:0;bottom:0;width:min(320px,90vw);background:var(--color-bg);z-index:800;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-lg)}.menu-drawer.open{transform:translate(0)}.menu-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.menu-drawer__logo img{height:36px;width:auto}.menu-drawer__logo-text{font-size:1.25rem;font-weight:800;color:var(--color-accent)}.menu-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--color-text-muted)}.menu-drawer__nav{flex:1;overflow-y:auto;padding:.75rem 0}.menu-drawer__list{padding:0 .75rem}.menu-drawer__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 1rem;border-radius:var(--radius-md);font-size:1rem;font-weight:600;color:var(--color-text);transition:background .15s}.menu-drawer__link:hover{background:var(--color-bg-soft)}.menu-drawer__submenu{display:none;padding:.25rem 0 .5rem 1rem}.menu-drawer__submenu.open{display:block}.menu-drawer__sublink{display:block;padding:.6rem 1rem;border-radius:var(--radius-md);font-size:.9rem;color:var(--color-text-muted);transition:background .15s,color .15s}.menu-drawer__sublink:hover{background:var(--color-bg-soft);color:var(--color-text)}.menu-drawer__account-links{padding:1rem 1.75rem;border-top:1px solid var(--color-border);display:flex;gap:1rem;margin-top:.5rem}.menu-drawer__account-links a{font-size:.875rem;color:var(--color-text-muted);font-weight:500}.menu-drawer__account-links a:hover{color:var(--color-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:700;letter-spacing:.01em;transition:background .15s,transform .1s,box-shadow .15s;cursor:pointer;border:2px solid transparent;text-align:center}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-btn-primary);color:var(--color-btn-primary-text);border-color:var(--color-btn-primary)}.btn--primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.btn--secondary{background:var(--color-btn-secondary);color:var(--color-btn-secondary-text);border-color:var(--color-btn-secondary)}.btn--secondary:hover{background:#333;border-color:#333}.btn--outline{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn--outline:hover{background:var(--color-accent);color:#fff}.btn--full{width:100%}.btn--lg{padding:.9rem 2rem;font-size:1.05rem}.shopify-payment-button__button{border-radius:var(--radius-md)!important;font-family:var(--font-body)!important}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.4rem;color:var(--color-text)}.form-label .required{color:var(--color-error);margin-left:2px}.form-input,.form-select,.form-textarea{width:100%;padding:.65rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:.95rem;background:var(--color-bg);color:var(--color-text);outline:none;transition:border-color .15s,box-shadow .15s;appearance:none;-webkit-appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #d9770626}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.form-hint{font-size:.8rem;color:var(--color-text-muted);margin-top:.35rem}.form-error{font-size:.8rem;color:var(--color-error);margin-top:.35rem}.hero{position:relative;background:var(--color-bg-warm);overflow:hidden}.hero--has-image{min-height:420px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.hero__content{position:relative;z-index:1;max-width:640px;padding:4rem var(--gutter)}.hero--light .hero__content{color:#fff}.hero__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem}.hero--light .hero__eyebrow{color:var(--color-accent-light)}.hero__title{font-size:clamp(1.75rem,4vw,3rem);margin-bottom:1rem}.hero__subtitle{font-size:1.05rem;opacity:.85;margin-bottom:1.75rem;max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.collections-section{padding:3rem 0}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:clamp(1.5rem,3vw,2rem)}.section-header p{color:var(--color-text-muted);margin-top:.5rem;font-size:.95rem}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:600px){.collections-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.collections-grid{grid-template-columns:repeat(4,1fr)}}.collection-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);aspect-ratio:1 / 1;background:var(--color-bg-soft);display:block}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.collection-card:hover img{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 55%)}.collection-card__title{position:absolute;bottom:0;left:0;right:0;padding:1rem;color:#fff;font-size:.95rem;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.4)}.products-section{padding:2rem 0 4rem}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.collection-toolbar__title{font-size:1.5rem;font-weight:800}.collection-toolbar__count{font-size:.875rem;color:var(--color-text-muted)}.collection-toolbar__right{display:flex;align-items:center;gap:.75rem}.sort-select{padding:.5rem 2.25rem .5rem .75rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;background:var(--color-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;transition:border-color .15s}.sort-select:focus{border-color:var(--color-accent)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:600px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem;flex-wrap:wrap}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--color-text);transition:background .15s,border-color .15s,color .15s}.pagination a:hover{background:var(--color-bg-soft)}.pagination .current{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.product-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg);transition:box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md)}.product-card__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-bg-soft);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-alt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}.product-card:hover .product-card__image-alt{opacity:1}.product-card__badge{position:absolute;top:.6rem;left:.6rem;background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:800;padding:.2rem .55rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em}.product-card__badge--sale{background:var(--color-error)}.product-card__badge--new{background:var(--color-success)}.product-card__body{padding:.85rem;flex:1;display:flex;flex-direction:column}.product-card__title{font-size:.9rem;font-weight:700;line-height:1.3;margin-bottom:.4rem;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--color-accent)}.product-card__price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-top:auto}.price{font-size:1rem;font-weight:800;color:var(--color-text)}.price--sale{color:var(--color-error)}.price--compare{font-size:.85rem;font-weight:400;color:var(--color-text-muted);text-decoration:line-through}.price--from{font-size:.8rem;font-weight:500;color:var(--color-text-muted)}.product-card__quick-add{margin-top:.75rem;width:100%;padding:.55rem;font-size:.8rem;border-radius:var(--radius-md);background:var(--color-bg-soft);color:var(--color-text);font-weight:600;border:1.5px solid var(--color-border);transition:background .15s,border-color .15s,color .15s}.product-card__quick-add:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.breadcrumb{padding:.75rem 0;font-size:.8rem;color:var(--color-text-muted);display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--color-text)}.breadcrumb__sep{opacity:.4}.breadcrumb__current{color:var(--color-text);font-weight:500}.product-page{padding:2rem 0 4rem}.product-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}@media(min-width:1100px){.product-layout{grid-template-columns:55% 1fr}}.product-gallery{position:sticky;top:calc(var(--header-h) + 1rem)}.product-gallery__main{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-soft);aspect-ratio:1 / 1;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:2.5px solid transparent;cursor:pointer;flex-shrink:0;background:var(--color-bg-soft);transition:border-color .15s}.product-gallery__thumb.active{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover{border-color:var(--color-accent)}.product-info__vendor{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.4rem}.product-info__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.product-info__price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem}.product-info__price-row .price{font-size:1.6rem}.product-info__price-row .price--compare{font-size:1rem}.product-info__reviews{display:flex;align-items:center;gap:.4rem;margin-bottom:1rem}.stars{color:var(--color-accent);letter-spacing:.1em;font-size:.9rem}.reviews-count{font-size:.8rem;color:var(--color-text-muted);text-decoration:underline;cursor:pointer}.variant-label{font-size:.875rem;font-weight:700;margin-bottom:.5rem;display:flex;gap:.35rem}.variant-label__value{font-weight:400;color:var(--color-text-muted)}.product-form__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.product-form__actions .btn{padding:1rem;font-size:1rem;border-radius:var(--radius-md)}.product-form__qty{display:flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;width:fit-content;margin-bottom:1rem}.product-form__qty button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--color-text);background:var(--color-bg-soft);transition:background .15s}.product-form__qty button:hover{background:var(--color-border)}.product-form__qty input{width:56px;height:44px;text-align:center;border:none;border-left:1.5px solid var(--color-border);border-right:1.5px solid var(--color-border);font-size:1rem;font-weight:700;outline:none}.product-form__error{background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.875rem;color:var(--color-error);margin-top:.5rem;display:none}.product-form__error.show{display:block}.trust-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--color-text-muted)}.trust-badge svg{color:var(--color-success);flex-shrink:0}.accordion{border-top:1px solid var(--color-border);margin-top:1.5rem}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:.95rem;font-weight:700;color:var(--color-text);text-align:left;transition:color .15s}.accordion-trigger:hover{color:var(--color-accent)}.accordion-icon{flex-shrink:0;transition:transform .25s}.accordion-item.open .accordion-icon{transform:rotate(45deg)}.accordion-content{display:none;padding:0 0 1.25rem;font-size:.9rem;color:var(--color-text-muted);line-height:1.7}.accordion-item.open .accordion-content{display:block}.accordion-content ul{list-style:disc;padding-left:1.25rem}.accordion-content li{margin-bottom:.35rem}.personalization-fields{background:var(--color-bg-warm);border:1.5px solid var(--color-accent-light);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1.25rem}.personalization-fields__heading{font-size:.9rem;font-weight:700;color:var(--color-accent-dark);margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem}.personalization-fields .form-group:last-child{margin-bottom:0}.related-products{padding:3rem 0;background:var(--color-bg-soft)}.related-products .section-header{text-align:left}.related-products .section-header h2{font-size:1.5rem}.cart-page{padding:2rem 0 5rem}.cart-page__title{font-size:2rem;font-weight:800;margin-bottom:2rem}.cart-page__empty{text-align:center;padding:4rem 0;color:var(--color-text-muted)}.cart-page__empty h2{font-size:1.5rem;margin-bottom:.75rem}.cart-page__empty p{margin-bottom:1.5rem}.cart-page__layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.cart-page__layout{grid-template-columns:1fr 360px;align-items:start}}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);padding:0 0 .75rem;border-bottom:1px solid var(--color-border)}.cart-table th:last-child{text-align:right}.cart-table td{padding:1.25rem 0;border-bottom:1px solid var(--color-border);vertical-align:top}.cart-table-product{display:flex;gap:1rem}.cart-table-product__image{width:80px;height:80px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;background:var(--color-bg-soft)}.cart-table-product__details{flex:1}.cart-table-product__title{font-weight:700;font-size:.9rem;margin-bottom:.25rem}.cart-table-product__variant{font-size:.8rem;color:var(--color-text-muted)}.cart-table-product__props{font-size:.78rem;color:var(--color-text-muted);margin-top:.25rem}.cart-table-product__remove{font-size:.78rem;color:var(--color-error);margin-top:.5rem;text-decoration:underline;cursor:pointer}.cart-summary{background:var(--color-bg-soft);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary__title{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.75rem}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:800;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.cart-summary__shipping{font-size:.8rem;color:var(--color-text-muted);margin-bottom:1.25rem}.cart-summary__checkout-btn{width:100%;margin-bottom:.75rem}.cart-summary__continue{display:block;text-align:center;font-size:.875rem;color:var(--color-text-muted);text-decoration:underline}.page-content{padding:3rem 0 5rem}.page-content__inner{max-width:760px}.page-content h1{font-size:2rem;font-weight:800;margin-bottom:1.5rem}.page-content h2{font-size:1.35rem;font-weight:700;margin:2rem 0 .75rem}.page-content p{margin-bottom:1rem;color:var(--color-text-muted);line-height:1.75}.page-content a{color:var(--color-accent);text-decoration:underline}.page-content ul,.page-content ol{padding-left:1.5rem;margin-bottom:1rem;color:var(--color-text-muted)}.page-content li{margin-bottom:.4rem;line-height:1.7}.page-content ul{list-style:disc}.page-content ol{list-style:decimal}.not-found{text-align:center;padding:5rem var(--gutter)}.not-found__code{font-size:6rem;font-weight:900;color:var(--color-accent);line-height:1;margin-bottom:.5rem}.not-found h1{font-size:1.75rem;margin-bottom:.75rem}.not-found p{color:var(--color-text-muted);margin-bottom:2rem}.not-found__search{max-width:400px;margin:0 auto 2rem}.not-found__search form{display:flex;gap:.5rem}.not-found__search input{flex:1}.not-found__links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.site-footer{background:#1c1c1e;color:#ffffffbf;padding:3rem 0 1.5rem;margin-top:auto}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media(min-width:600px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand__logo{height:40px;width:auto;margin-bottom:.75rem}.footer-brand__logo-text{font-size:1.4rem;font-weight:800;color:var(--color-accent);margin-bottom:.75rem}.footer-brand__tagline{font-size:.875rem;opacity:.7;line-height:1.6;margin-bottom:1rem}.footer-brand__social{display:flex;gap:.5rem}.footer-brand__social a{width:36px;height:36px;border-radius:var(--radius-md);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffbf;transition:background .15s,color .15s}.footer-brand__social a:hover{background:var(--color-accent);color:#fff}.footer-col__title{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:1rem}.footer-col__list li{margin-bottom:.5rem}.footer-col__list a{font-size:.875rem;color:#ffffffa6;transition:color .15s}.footer-col__list a:hover{color:#fff}.site-footer__bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;font-size:.8rem;color:#fff6}.site-footer__payment-icons{display:flex;gap:.5rem;flex-wrap:wrap}.site-footer__payment-icons img{height:24px;width:auto;opacity:.6}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.divider{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0}.spinner{display:inline-block;width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(120%);background:#1c1c1e;color:#fff;padding:.85rem 1.5rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;z-index:900;box-shadow:var(--shadow-lg);transition:transform .35s cubic-bezier(.4,0,.2,1);white-space:nowrap;pointer-events:none}.toast.show{transform:translate(-50%) translateY(0)}.toast--success{background:var(--color-success)}.toast--error{background:var(--color-error)}@media(max-width:599px){.hide-mobile{display:none!important}}@media(min-width:600px){.hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/theme.css.map */
