:root{--color-primary: #111111;--color-secondary: #f5f5f5;--color-text: #333333;--color-text-light: #777777;--color-bg: #ffffff;--color-accent: #e5e5e5;--color-border: #eeeeee;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-heading: "Helvetica Neue", Helvetica, Arial, sans-serif;--space-xs: .5rem;--space-sm: 1.5rem;--space-md: 3rem;--space-lg: 6rem;--space-xl: 12rem}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);margin:0;padding:0;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);margin:0 0 var(--space-sm);font-weight:500;letter-spacing:-.02em}a{color:var(--color-primary);text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.6}.button,button,.btn{background-color:var(--color-primary);color:var(--color-bg);border:1px solid var(--color-primary);padding:1rem 2.5rem;border-radius:0;cursor:pointer;font-weight:500;font-family:var(--font-body);transition:all .3s ease;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.button:hover,button:hover,.btn:hover{background-color:transparent;color:var(--color-primary)}.button--secondary{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-border)}.button--secondary:hover{border-color:var(--color-primary)}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-md);box-sizing:border-box}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.w-full{width:100%}.header-top-bar{background-color:var(--color-primary);color:var(--color-bg);text-align:center;font-size:.75rem;font-weight:500;padding:.75rem;letter-spacing:.05em;text-transform:uppercase}.header-main{background-color:var(--color-bg);padding:1.5rem 0;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.header-logo img{max-width:180px;height:auto}.header-search{flex-grow:1;max-width:400px;margin:0 2rem}.header-search input{width:100%;padding:.75rem 0;border:none;border-bottom:1px solid var(--color-border);border-radius:0;font-size:.875rem;font-family:var(--font-body);outline:none;background:transparent}.header-search input:focus{border-color:var(--color-primary)}.header-icons{display:flex;gap:1.5rem;align-items:center}.cart-icon{display:flex;align-items:center;gap:.5rem}.cart-icon svg{width:22px;height:22px}.cart-count{font-weight:500;font-size:.85rem}.header-nav{background-color:var(--color-bg);padding:1rem 0;border-bottom:1px solid var(--color-border)}.header-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:2rem;justify-content:center}.header-nav a{font-size:.85rem;font-weight:500;color:var(--color-text);text-transform:uppercase;letter-spacing:.05em}.header-nav a:hover{color:var(--color-primary);border-bottom:1px solid var(--color-primary);padding-bottom:.25rem}.hero-banner{width:100%;height:60vh;min-height:500px;background-color:var(--color-secondary);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.hero-banner img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero-banner-content{position:relative;z-index:10;text-align:center;background:var(--color-bg);padding:3rem 4rem;border-radius:0;box-shadow:0 10px 30px #0000000d}.hero-banner-content h2{font-size:2.5rem;margin-bottom:1rem}.hero-banner-content p{color:var(--color-text-light);margin-bottom:2rem}.featured-collection{padding:var(--space-lg) 0}.section-title{text-align:center;font-size:1.75rem;margin-bottom:var(--space-md);font-weight:400}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;box-sizing:border-box}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(1,1fr)}}.product-card{display:flex;flex-direction:column;background:var(--color-bg);height:100%;width:100%;max-width:100%;overflow:hidden;text-align:center}.product-card-image{position:relative;width:100%;padding-bottom:125%;overflow:hidden;background-color:var(--color-secondary);display:block;margin-bottom:1rem}.product-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}.product-card:hover .product-card-image img{transform:scale(1.03)}.product-card-info{padding:0 .5rem;display:flex;flex-direction:column;flex-grow:1}.product-card-title{font-size:.9rem;margin-bottom:.5rem;font-weight:400;color:var(--color-text)}.product-card-price{font-weight:500;font-size:1rem;color:var(--color-text-light);margin-top:auto}.product-card-badge{position:absolute;top:15px;right:15px;background-color:var(--color-primary);color:var(--color-bg);font-size:.7rem;font-weight:500;padding:.3rem .6rem;text-transform:uppercase;letter-spacing:.05em;z-index:2}.footer{padding:2rem 1rem;background-color:var(--color-secondary);text-align:center;border-top:1px solid var(--color-border)}.footer a{color:var(--color-text);font-size:.85rem}.footer a:hover{color:var(--color-text-light)}.footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:1.5rem;text-align:left}@media(max-width:768px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.footer-top{grid-template-columns:repeat(1,1fr);text-align:center}}.footer-heading{font-size:.9rem;font-weight:500;margin-bottom:1.5rem;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu li{margin-bottom:.75rem}.footer-bottom{padding-top:2rem;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.8rem;color:var(--color-text-light)}.newsletter-section{background-color:var(--color-secondary);padding:var(--space-md) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.newsletter-inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.newsletter-title{font-size:1.25rem;font-weight:400;margin:0}.newsletter-form{display:flex;gap:0;width:100%;max-width:400px}.newsletter-form input[type=email]{height:3rem;background:var(--color-bg);border:1px solid var(--color-border);border-right:none;padding:0 1rem;outline:none;color:var(--color-text);flex-grow:1;font-family:var(--font-body)}.newsletter-form button{height:3rem;padding:0 1.5rem;border-radius:0;background:var(--color-primary);color:var(--color-bg);font-weight:500;border:1px solid var(--color-primary);text-transform:uppercase;font-size:.8rem;letter-spacing:.05em;cursor:pointer}.newsletter-form button:hover{background:var(--color-bg);color:var(--color-primary)}.product-card-image svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-banner-content h2{font-size:2.25rem;letter-spacing:-.01em}.section-title{font-size:1.5rem;letter-spacing:.02em;text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-md);font-weight:500}.product-card-image{padding-bottom:125%;background-color:var(--color-accent)}.product-card-info{padding:1rem 0;text-align:left}.product-card-title{font-size:.85rem;color:var(--color-text);margin-bottom:.25rem}.product-card-price{font-size:.95rem;color:var(--color-text);font-weight:500}@media(max-width:768px){.hero-banner{min-height:400px;height:50vh}.hero-banner-content{padding:2rem;width:80%}.hero-banner-content h2{font-size:1.75rem}.product-grid{gap:1rem}.footer-top{gap:2rem}.header-nav ul{gap:1rem;flex-wrap:wrap}}@media(max-width:480px){.hero-banner-content{padding:1.5rem;width:90%}.hero-banner-content h2{font-size:1.5rem}.container{padding:0 1rem}.product-grid{gap:2rem}.header-nav ul{gap:.75rem;font-size:.75rem}.header-nav a{font-size:.75rem}}.header-top-bar{background-color:#000;color:#fff;padding:.6rem;letter-spacing:.1em;font-size:.7rem}.featured-collection{background-color:#fafafa;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.product-card-image img{transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card-image img{transform:scale(1.08)}.newsletter-form input[type=email],.header-search input{font-size:.9rem;color:#333}.newsletter-form input[type=email]::placeholder,.header-search input::placeholder{color:#aaa;font-weight:300}.header-main.scrolled{box-shadow:0 4px 12px #0000000d}@media(max-width:1024px)and (min-width:769px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:480px){.header-nav ul{overflow-x:auto;white-space:nowrap;justify-content:flex-start;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.header-nav ul::-webkit-scrollbar{display:none}.button,button,.btn{padding:.8rem 1.5rem;font-size:.8rem}}h1,h2,h3,h4,h5,h6{text-transform:uppercase;letter-spacing:.05em;font-weight:500;color:#111}@media(max-width:480px){.header-logo img{max-width:140px}.header-main{padding:1rem 0}.header-main .container.flex.items-center.justify-between{flex-wrap:wrap}.header-search{order:3;width:100%;max-width:100%;margin:1rem 0 0}.header-logo{order:1}.header-icons{order:2}.product-grid{gap:2.5rem 1rem}.product-card-title{font-size:.9rem;line-height:1.3;height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.footer{padding:1rem}.footer-heading{margin-bottom:1rem;font-size:.95rem;letter-spacing:.1em}}@media(max-width:768px)and (min-width:481px){.header-search{margin:0 1rem}}.hero-banner-content{border:1px solid rgba(0,0,0,.05)}.featured-collection{padding:6rem 0}.section-title{margin-bottom:4rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:40px;height:2px;background-color:var(--color-primary)}.newsletter-section{padding:5rem 0;background-color:#f9f9f9}.newsletter-inner{flex-direction:column;text-align:center;gap:1.5rem}.newsletter-title{font-size:1.5rem;letter-spacing:.05em;color:#111}.footer-top{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:1rem}.product-card-badge{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-primary);border-radius:0;font-weight:400;letter-spacing:.1em;font-size:.65rem}.newsletter-form input[type=email]{border:1px solid #ccc;background:#fff}.newsletter-form button{border:1px solid var(--color-primary);transition:all .3s ease}.newsletter-form button:hover{background:transparent;color:var(--color-primary)}@media(max-width:1024px)and (min-width:769px){.featured-collection{padding:4rem 0}.section-title{margin-bottom:1.5rem}.newsletter-section{padding:4rem 0}}.product-card{background:#fff;border:1px solid transparent;transition:border-color .4s ease,transform .4s ease}.product-card:hover{border-color:#f0f0f0;transform:translateY(-2px)}.product-card-image{background-color:#f9f9f9;margin-bottom:1.2rem}.product-card-title{font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;color:#555;margin-bottom:.4rem}.product-card-price{font-size:.95rem;font-weight:600;color:#111}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem .5rem}.product-card-title{font-size:.7rem;line-height:1.2;margin-bottom:.2rem}.product-card-price{font-size:.85rem}.product-card-badge{padding:.2rem .4rem;font-size:.55rem;top:5px;right:5px}.product-card:hover .product-card-image img{transform:none}.product-card:hover{transform:none;border-color:transparent}}@media(min-width:1025px){.product-card-info{opacity:.9;transition:opacity .3s ease}.product-card:hover .product-card-info{opacity:1}}body{line-height:1.5;font-weight:300}h1,h2,h3,h4,h5,h6{font-weight:400;letter-spacing:.04em}.button--secondary{border-width:1px;text-transform:uppercase;letter-spacing:.1em;font-weight:400;padding:.8rem 2rem}.hero-banner-content h2{font-weight:300;letter-spacing:.05em;color:#111}.hero-banner-content p{font-weight:300;font-size:1.1rem;color:#555}@media(min-width:1025px){.hero-banner-content{max-width:600px;padding:4rem 5rem}}@media(max-width:480px){.header-main{padding:1.25rem 0}.header-search{margin:1.5rem 0 .5rem}.header-search input{font-size:.95rem;padding:.5rem 0}.product-card-info{padding:.8rem .2rem}.newsletter-section{padding:3rem 1rem}.newsletter-form{flex-direction:column}.newsletter-form input[type=email]{border-right:1px solid #ccc;border-bottom:none;text-align:center}.newsletter-form button{width:100%;margin-top:-1px}}@media(max-width:768px)and (min-width:481px){.newsletter-form{max-width:80%}}.header-main{border-bottom:none;box-shadow:0 1px #00000008}.newsletter-form input[type=email]{border:none;border-bottom:1px solid #111;background:transparent;padding:0 .5rem}.newsletter-form button{background:transparent;color:#111;border:none;border-bottom:1px solid #111;padding:0 1rem;font-weight:600}.newsletter-form button:hover{background:#111;color:#fff}@media(max-width:480px){.newsletter-form input[type=email]{border-bottom:1px solid #111;border-right:none;margin-bottom:1rem}.newsletter-form button{border:1px solid #111;padding:1rem;margin-top:0}}@media(max-width:1024px)and (min-width:769px){.product-grid{gap:2rem;padding:0 1rem}.featured-collection{padding:5rem 0}}.footer{border-top:none;background-color:#fafafa}.footer-bottom{border-top:1px solid #eaeaea}.hero-banner-content{background:#fffffff2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-nav{padding:1.5rem 0;border-bottom:1px solid #f5f5f5}.product-card-title{margin-top:.5rem}.product-card-info{padding:1rem 0 0;text-align:left}.product-card-badge{background-color:#111;color:#fff;border:none;font-size:.6rem;letter-spacing:.15em;padding:.4rem .8rem;top:0;right:0}@media(max-width:1024px)and (min-width:769px){.header-search{max-width:300px}}@media(max-width:480px){.header-main .container.flex.items-center.justify-between{display:flex;justify-content:space-between;align-items:center;position:relative}.header-logo{position:absolute;left:50%;transform:translate(-50%);order:unset;margin:0}.header-search{width:100%;margin-top:3.5rem}.header-icons{margin-left:auto}.header-nav{display:none}}.header-logo{padding:0 1rem}a:hover{color:#555;text-decoration:none}.hero-banner-content h2{font-family:var(--font-heading);text-transform:uppercase;font-weight:300;letter-spacing:.1em;margin-bottom:1.5rem}@media(max-width:1024px)and (min-width:769px){.product-grid{gap:3rem 1.5rem}.product-card-title{font-size:.85rem}}@media(max-width:480px){.header-nav{display:block;padding:.75rem 0;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;border-top:1px solid #f0f0f0}.header-nav::-webkit-scrollbar{display:none}.header-nav ul{gap:1.25rem;padding:0 1rem;justify-content:flex-start}.header-nav a{font-size:.7rem;letter-spacing:.05em}.header-search{margin-top:3.5rem;padding:0 1rem;box-sizing:border-box}.header-main{padding-bottom:.5rem}.footer-top{gap:2rem}}.button,button,.btn{letter-spacing:.1em;font-size:.8rem}.color-text-light,p{color:#666}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
