*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;margin:0 0 .5em;line-height:1.2}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.5rem 1rem;z-index:9999}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.4rem;font-weight:600;border-radius:8px;transition:transform .1s ease,opacity .15s ease;text-align:center}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{opacity:.9}.btn--dark{background:var(--color-primary);color:#fff}.btn--outline{border:1.5px solid var(--color-primary);color:var(--color-primary)}.btn--block{display:flex;width:100%}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eee}.site-header__top{background:var(--color-primary);color:#fff;font-size:.82rem;text-align:center;padding:.45rem 1rem}.site-header__main{display:flex;align-items:center;gap:1.5rem;padding:.85rem 0}.site-header__logo img{max-height:56px}.site-header__search{flex:1;display:flex;align-items:center;background:#f3f3f3;border-radius:999px;padding:.5rem .85rem;max-width:520px;margin:0 auto}.site-header__search input{flex:1;border:0;background:none;outline:none;font:inherit}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__action{display:flex;flex-direction:column;align-items:center;font-size:.74rem;color:var(--color-muted)}.site-header__action strong{color:var(--color-text);font-size:.82rem;font-weight:600}.cart-count{background:var(--color-accent);color:#fff;border-radius:999px;font-size:.7rem;padding:1px 7px;margin-left:4px}.site-nav{border-top:1px solid #eee}.site-nav__list{display:flex;justify-content:center;gap:1.75rem;list-style:none;margin:0;padding:.75rem 1rem;flex-wrap:wrap}.site-nav__list a{font-size:.88rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.site-nav__list a:hover{color:var(--color-accent)}.hero{position:relative}.hero img{width:100%;height:auto;object-fit:cover;max-height:540px}.hero__inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 5vw;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.45),transparent 60%)}.hero h1{font-size:clamp(1.6rem,4vw,3rem);max-width:540px}.hero p{max-width:480px;font-size:1.05rem}.section{padding:3rem 0}.section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.section__head h2{margin:0;font-size:1.4rem}.section__head a{font-size:.85rem;color:var(--color-accent);font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden;transition:box-shadow .15s ease,transform .15s ease}.product-card:hover{box-shadow:0 6px 20px #0000000f;transform:translateY(-2px)}.product-card__media{aspect-ratio:3/4;background:#f6f6f6;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:.85rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.product-card__title{font-size:.92rem;font-weight:600;line-height:1.3;color:var(--color-text);min-height:2.4em}.product-card__price{font-weight:700;color:var(--color-accent);font-size:1rem}.product-card__compare{color:var(--color-muted);text-decoration:line-through;font-size:.82rem;margin-right:.4rem}.product-card__qty{font-size:.74rem;color:var(--color-muted)}.collection-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.collection-list__item{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1/1;background:#f4f4f4}.collection-list__item img{width:100%;height:100%;object-fit:cover}.collection-list__item span{position:absolute;left:0;right:0;bottom:0;padding:.85rem 1rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));color:#fff;font-weight:600;text-align:center}.product{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media(min-width:900px){.product{grid-template-columns:1.1fr 1fr}}.product__gallery{display:flex;flex-direction:column;gap:.75rem}.product__gallery-main{aspect-ratio:3/4;background:#f6f6f6;border-radius:10px;overflow:hidden}.product__gallery-main img{width:100%;height:100%;object-fit:cover}.product__gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product__gallery-thumbs button{width:64px;height:84px;border-radius:6px;overflow:hidden;border:1.5px solid transparent;padding:0}.product__gallery-thumbs button.is-active{border-color:var(--color-accent)}.product__gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product__title{font-size:1.6rem}.product__price{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin:.5rem 0}.product__price .compare{color:var(--color-muted);text-decoration:line-through;font-size:1rem;font-weight:500;margin-left:.5rem}.product__variants{display:flex;flex-direction:column;gap:1rem;margin:1.25rem 0}.product__option{display:flex;flex-direction:column;gap:.4rem}.product__option-label{font-weight:600;font-size:.88rem;text-transform:uppercase;letter-spacing:.04em}.swatch-row{display:flex;gap:.5rem;flex-wrap:wrap}.swatch{padding:.5rem .9rem;border:1.5px solid #ddd;border-radius:8px;font-size:.88rem}.swatch[aria-checked=true]{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.product__qty{display:flex;align-items:center;gap:.75rem}.qty-input{display:inline-flex;border:1px solid #ddd;border-radius:8px;overflow:hidden}.qty-input button{padding:0 .8rem;font-size:1.1rem}.qty-input input{width:48px;text-align:center;border:0;outline:none;font:inherit;padding:.55rem 0}.product__cta{margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.wholesale-note{background:#fff7fb;border:1px solid #ffd6e8;color:#a8005a;padding:.7rem 1rem;border-radius:8px;font-size:.88rem}.cart{padding:2.5rem 0}.cart__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1rem;align-items:center;padding:1rem;border:1px solid #eee;border-radius:10px}.cart-item img{width:90px;height:120px;object-fit:cover;border-radius:6px}.cart-item__name{font-weight:600}.cart-item__variant{color:var(--color-muted);font-size:.85rem}.cart-item__price{font-weight:700;color:var(--color-accent)}.cart__summary{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-top:2px solid #000;margin-top:1rem}.cart__summary strong{font-size:1.2rem}.site-footer{background:var(--color-primary);color:#fff;margin-top:4rem;padding:3rem 0 2rem}.site-footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.site-footer h4{font-size:.95rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.site-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-footer a{font-size:.88rem;color:#ddd}.site-footer a:hover{color:#fff}.site-footer__perks{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #2b2b2b;margin-bottom:2rem}.site-footer__perk{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.site-footer__perk img{width:36px;height:36px;object-fit:contain;filter:invert(1) brightness(2)}.site-footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #2b2b2b;font-size:.78rem;color:#999;text-align:center}.tag{display:inline-block;background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;padding:3px 8px;border-radius:4px;letter-spacing:.04em}.empty-state{text-align:center;padding:4rem 1rem;color:var(--color-muted)}@media(max-width:768px){.site-header__main{flex-wrap:wrap}.site-header__search{order:3;flex-basis:100%;max-width:none}.site-nav__list{gap:1rem;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__title{font-size:.82rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
