:root{--background: 0 0% 95%;--foreground: 0 0% 8%;--card: 0 0% 100%;--primary: 0 0% 8%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 96%;--muted: 0 0% 96%;--muted-foreground: 0 0% 45%;--accent: 0 80% 50%;--accent-foreground: 0 0% 100%;--border: 0 0% 90%;--announcement-bg: 0 0% 8%;--announcement-fg: 0 0% 100%;--radius: .75rem;--container: 1400px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle,hsl(var(--muted-foreground) / .15) 1.5px,transparent 1.5px);background-size:20px 20px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:600;letter-spacing:-.02em;margin:0}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 2.5rem}}.announcement{background:hsl(var(--announcement-bg));color:hsl(var(--announcement-fg));padding:.625rem 1rem;font-size:.75rem}.announcement__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--container);margin:0 auto}.announcement__social{display:none;gap:1rem}.announcement__center{display:flex;align-items:center;gap:.75rem;margin:0 auto}.announcement__msg{display:flex;align-items:center;gap:.5rem;min-width:280px;justify-content:center;letter-spacing:.02em}.announcement__nav{background:none;border:0;color:hsl(var(--announcement-fg) / .5);padding:.25rem}.announcement__nav:hover{color:hsl(var(--announcement-fg))}.announcement__currency{display:none;align-items:center;gap:.375rem;color:hsl(var(--announcement-fg) / .7)}@media(min-width:768px){.announcement__social,.announcement__currency{display:flex}}.announcement__social a{color:hsl(var(--announcement-fg) / .7);transition:color .2s}.announcement__social a:hover{color:hsl(var(--announcement-fg))}.site-header{background:hsl(var(--background));position:sticky;top:0;z-index:50}.site-header__inner{max-width:var(--container);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:1024px){.site-header__inner{padding:1rem 2.5rem}}.site-header__left{display:flex;align-items:center;gap:2.5rem}.site-header__logo img{height:1.25rem;width:auto}@media(min-width:768px){.site-header__logo img{height:1.5rem}}.site-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.site-nav{display:flex}}.site-nav a{font-size:.875rem;font-weight:500;transition:color .2s}.site-nav a:hover{color:hsl(var(--accent))}.site-header__right{display:flex;align-items:center;gap:1.25rem}.icon-btn{background:none;border:0;color:hsl(var(--foreground));padding:0;transition:color .2s;position:relative}.icon-btn:hover{color:hsl(var(--accent))}.icon-btn--account{display:none}@media(min-width:768px){.icon-btn--account{display:inline-flex}}.cart-count{position:absolute;top:-8px;right:-8px;background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:10px;border-radius:9999px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-weight:600}.menu-toggle{display:inline-flex}@media(min-width:768px){.menu-toggle{display:none}}.mobile-menu{display:none;border-top:1px solid hsl(var(--border));background:hsl(var(--background))}.mobile-menu.is-open{display:block}.mobile-menu nav{display:flex;flex-direction:column;padding:1rem 1.5rem;gap:1rem}.mobile-menu a{font-size:.875rem;font-weight:500}.hero{padding:0 1rem}@media(min-width:768px){.hero{padding:0 1.5rem}}@media(min-width:1024px){.hero{padding:0 2.5rem}}.hero__inner{position:relative;width:100%;height:50vh;background:hsl(var(--secondary));border-radius:1rem;overflow:hidden}@media(min-width:768px){.hero__inner{height:70vh}}@media(min-width:1024px){.hero__inner{height:85vh}}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s}.hero__slide.is-active{opacity:1}.hero__slide img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:linear-gradient(to top,#000 0%,rgba(0,0,0,.5) 50%,transparent 100%);pointer-events:none}.hero__text{position:absolute;bottom:5rem;left:2rem;z-index:10;pointer-events:none;max-width:80%}@media(min-width:768px){.hero__text{bottom:6rem;left:3rem}}@media(min-width:1024px){.hero__text{left:4rem}}.hero__heading{font-size:1.875rem;line-height:1.1;color:#fff;font-weight:700;text-shadow:0 4px 14px rgba(0,0,0,.4);white-space:pre-line;pointer-events:auto}@media(min-width:768px){.hero__heading{font-size:3rem}}@media(min-width:1024px){.hero__heading{font-size:4rem}}.hero__cta{margin-top:.75rem;display:inline-block;color:#fff;font-weight:600;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,.8);padding-bottom:2px;pointer-events:auto}.hero__nav{position:absolute;bottom:1.5rem;z-index:10;width:2.5rem;height:2.5rem;background:none;border:0;color:#fffc;display:flex;align-items:center;justify-content:center;transition:color .2s}.hero__nav:hover{color:#fff}.hero__nav--prev{left:1.5rem}.hero__nav--next{right:1.5rem}@media(min-width:768px){.hero__nav{bottom:2rem}.hero__nav--prev{left:2.5rem}.hero__nav--next{right:2.5rem}}.hero__dots{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.5rem}.hero__dot{width:10px;height:10px;border-radius:9999px;border:1px solid #fff;background:#fff6;cursor:pointer;transition:background .2s;padding:0}.hero__dot.is-active{background:#fff}.hero__badge{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:10;background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.75rem .5rem;writing-mode:vertical-rl;text-orientation:mixed;border-radius:0 .375rem .375rem 0}.section{width:100%;padding:4rem 1rem}@media(min-width:768px){.section{padding:4rem 1.5rem}}@media(min-width:1024px){.section{padding:4rem 2.5rem}}.section__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;max-width:var(--container);margin-left:auto;margin-right:auto}.section__title{font-size:1.875rem;line-height:1.1}@media(min-width:768px){.section__title{font-size:2.5rem}}.section__desc{color:hsl(var(--muted-foreground));font-size:.875rem;margin-top:.5rem}.section__view-all{display:none;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}.section__view-all:hover{color:hsl(var(--foreground))}@media(min-width:768px){.section__view-all{display:inline}}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:var(--container);margin:0 auto}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.product-grid--five{grid-template-columns:repeat(5,1fr)}}.product-card{display:block;transition:transform .3s}.product-card:hover{transform:scale(1.02)}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:hsl(var(--secondary));border-radius:1rem;margin-bottom:1rem}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.375rem 1rem;font-size:.75rem;font-weight:500;border:1px solid hsl(var(--accent));color:hsl(var(--accent));background:hsl(var(--background) / .9);border-radius:9999px}.product-card__row{display:flex;flex-direction:column;gap:.25rem;padding:0 .25rem}@media(min-width:1024px){.product-card__row{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.5rem}}.product-card__title{font-size:1rem;font-weight:500;line-height:1.25}.product-card__price{font-size:1rem;font-weight:600}.product-card__price--sale{color:hsl(var(--accent))}.product-card__compare{font-size:1rem;font-weight:600;color:hsl(var(--muted-foreground));text-decoration:line-through;margin-left:.5rem}.product-card__cta{margin-top:.75rem;width:100%;padding:.625rem 0;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;border:1px solid hsl(var(--foreground));background:transparent;color:hsl(var(--foreground));border-radius:9999px;transition:all .2s}.product-card__cta:hover{background:hsl(var(--foreground));color:hsl(var(--background))}.product-card__cta:disabled{opacity:.5;cursor:not-allowed}.btn-pill{display:inline-block;padding:.75rem 2rem;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border:1px solid hsl(var(--foreground));border-radius:9999px;background:transparent;color:hsl(var(--foreground));transition:all .2s}.btn-pill:hover,.btn-pill--solid{background:hsl(var(--foreground));color:hsl(var(--background))}.btn-pill--solid:hover{background:transparent;color:hsl(var(--foreground))}.btn-pill--accent{background:hsl(var(--accent));border-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.product-page{max-width:var(--container);margin:0 auto;padding:2.5rem 1.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.breadcrumb a:hover{color:hsl(var(--foreground))}.product-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr}}.product-gallery__main{aspect-ratio:1 / 1;background:hsl(var(--secondary));border-radius:1rem;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;margin-top:1rem}.product-gallery__thumb{width:5rem;height:5rem;flex-shrink:0;overflow:hidden;border:2px solid transparent;border-radius:.75rem;padding:0;background:none;cursor:pointer}.product-gallery__thumb.is-active{border-color:hsl(var(--foreground))}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info h1{font-size:1.875rem}@media(min-width:768px){.product-info h1{font-size:2.25rem}}.product-price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-price__current{font-size:1.5rem;font-weight:600}.product-price__current--sale{color:hsl(var(--accent))}.product-price__compare{font-size:1.125rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.option-group__label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.option-group__values{display:flex;gap:.5rem;flex-wrap:wrap}.option-pill{padding:.5rem 1rem;font-size:.875rem;border:1px solid hsl(var(--border));border-radius:9999px;background:transparent;color:hsl(var(--foreground));transition:all .2s}.option-pill:hover{border-color:hsl(var(--foreground))}.option-pill.is-active{border-color:hsl(var(--foreground));background:hsl(var(--foreground));color:hsl(var(--background))}.product-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.product-meta{border-top:1px solid hsl(var(--border));padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.product-meta__row{display:flex;align-items:center;gap:.5rem}.site-footer{background:hsl(var(--foreground));color:hsl(var(--background))}.site-footer__inner{max-width:var(--container);margin:0 auto;padding:4rem 1.5rem}@media(min-width:1024px){.site-footer__inner{padding:4rem 2.5rem}}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.site-footer__logo img{height:2rem;margin-bottom:1rem;filter:brightness(0) invert(1)}.site-footer__tagline{font-size:.875rem;line-height:1.6;color:hsl(var(--background) / .6)}.site-footer h3{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--background) / .8);margin-bottom:1rem}.site-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-footer ul a{font-size:.875rem;color:hsl(var(--background) / .6);transition:color .2s}.site-footer ul a:hover{color:hsl(var(--background))}.site-footer__social{display:flex;gap:1rem}.site-footer__social a{color:hsl(var(--background) / .6);transition:color .2s}.site-footer__social a:hover{color:hsl(var(--background))}.site-footer__bottom{border-top:1px solid hsl(var(--background) / .1);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;font-size:.75rem;color:hsl(var(--background) / .4)}@media(min-width:768px){.site-footer__bottom{flex-direction:row}}.site-footer__bottom a:hover{color:hsl(var(--background) / .6)}.site-footer__legal{display:flex;gap:1.5rem}.page-narrow{max-width:800px;margin:0 auto;padding:5rem 1.5rem}.page-narrow h1{font-size:2.25rem;margin-bottom:2rem}@media(min-width:768px){.page-narrow h1{font-size:3.75rem}}.page-narrow p{color:hsl(var(--muted-foreground));line-height:1.7;margin:0 0 1.5rem}.empty-state{text-align:center;padding:5rem 1rem;color:hsl(var(--muted-foreground))}.empty-state__title{font-size:1.125rem}.empty-state__sub{font-size:.875rem;margin-top:.5rem}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:9999px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tag-soldout{position:absolute;top:.75rem;left:.75rem;padding:.375rem 1rem;font-size:.75rem;font-weight:500;border:1px solid hsl(var(--accent));color:hsl(var(--accent));background:hsl(var(--background) / .9);border-radius:9999px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
