*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:var(--color-foreground);background-color:var(--color-background);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6,.heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.2}.font-serif{font-family:var(--font-heading-family)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.main-content{min-height:100vh}.announcement-bar{background-color:var(--color-primary);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.875rem}.announcement-bar a{color:#fff;text-decoration:underline}.announcement-bar a:hover{opacity:.8}.site-header{position:sticky;top:0;z-index:100;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);width:100%}.header-wrapper{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.header-logo{flex-shrink:0}.header-logo img,.header-logo svg{height:80px!important;width:auto}.header-logo-text{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:600;color:var(--color-primary)}.header-nav{opacity:0;pointer-events:none}@media(min-width:768px){.header-nav{display:flex;justify-content:center;align-items:center;gap:2rem;opacity:1;pointer-events:all}}.header-nav a{font-size:.875rem;font-weight:500;color:var(--color-foreground);transition:color .2s ease;text-transform:uppercase;letter-spacing:.05em}.header-nav a:hover,.header-nav a.active{color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:1rem}.header-search{position:relative}@media(min-width:640px){.header-search{display:flex;align-items:center;background-color:var(--color-muted);border-radius:9999px;padding:.5rem 1rem;gap:.5rem;min-width:200px}}.header-search input{border:none;background:transparent;outline:none;font-size:.875rem;width:100%}.header-search input::placeholder{color:rgba(var(--color-foreground-rgb),.5)}.header-cart{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.header-cart-count{position:absolute;top:-4px;right:-4px;background-color:var(--color-secondary);color:#fff;font-size:.75rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer}@media(min-width:768px){.mobile-menu-toggle{display:none}}.hero-section{position:relative;min-height:30vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-media video,.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0006)}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;padding:2rem;max-width:800px}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;animation:fadeInUp 1s ease forwards}@media(min-width:640px){.hero-title{font-size:3.5rem}}@media(min-width:768px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease .2s forwards;opacity:0}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;animation:fadeInUp 1s ease .3s forwards;opacity:0}@media(min-width:640px){.hero-buttons{flex-direction:row}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:1rem;font-weight:500;border-radius:9999px;cursor:pointer;transition:all .2s ease;text-decoration:none;border:2px solid transparent;min-width:180px}.btn-primary{background-color:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}.btn-primary:hover{background-color:rgba(var(--color-secondary-rgb),.9)}.btn-outline{background-color:transparent;color:#fff;border-color:#fff}.btn-outline:hover{background-color:#fff3}.btn-dark{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-dark:hover{background-color:rgba(var(--color-primary-rgb),.9)}.btn-sm{padding:.5rem 1.5rem;font-size:.875rem}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.btn-icon{display:inline-flex;align-items:center;gap:.5rem}.btn-icon svg{transition:transform .2s ease}.btn-icon:hover svg{transform:translate(4px)}.value-props{padding:4rem 0;background-color:#f5f3ef}.value-props-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.value-props-grid{grid-template-columns:repeat(3,1fr)}}.value-prop-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;padding:2rem;border-radius:15px;box-shadow:2px 2px 2px #efefef}.value-prop-icon{width:64px;height:64px;border-radius:50%;background-color:var(--color-muted);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-primary)}.value-prop-icon svg{width:32px;height:32px}.value-prop-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--color-primary)}.value-prop-text{color:rgba(var(--color-foreground-rgb),.7);font-size:.95rem}.featured-products{padding:5rem 0;background-color:#fff}.section-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0rem}@media(min-width:640px){.section-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section-title{font-size:2rem;font-weight:700;color:var(--color-primary)}@media(min-width:768px){.section-title{font-size:2.5rem}}.section-subtitle{color:rgba(var(--color-foreground-rgb),.7);font-size:1rem}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:500;transition:color .2s ease}.view-all-link:hover{color:rgba(var(--color-primary-rgb),.8)}.view-all-link svg{transition:transform .2s ease}.view-all-link:hover svg{transform:translate(4px)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:1rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px)}.product-card-image{position:relative;overflow:hidden;background-color:var(--color-muted);border-radius:15px;aspect-ratio:1}.product-card-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;transition:opacity .35s ease,transform .35s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-badge-container{position:absolute;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;width:max-content;gap:10px}.product-badge{padding:.35rem .85rem;font-size:.75rem;font-weight:600;border-radius:4px;z-index:1;text-transform:capitalize;background:#2d4739;color:#fff}.product-badge-easy,.product-badge-statement,.product-badge-bestseller,.product-badge-lowlight{background-color:#fff;color:#000}.product-card-info{padding:1rem 0}.product-card-title{font-family:var(--font-heading-family);font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-foreground)}.product-card-price{display:flex;align-items:center;gap:.5rem}.product-price{font-size:1.6rem;font-weight:800;color:#2d4739}.product-price-compare{font-size:.875rem;color:rgba(var(--color-foreground-rgb),.5);text-decoration:line-through}.product-rating{display:flex;align-items:center;gap:.25rem;margin-left:auto}.product-rating-value{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.product-rating svg{width:14px;height:14px;fill:var(--color-secondary);color:var(--color-secondary)}.product-card-description{color:rgba(var(--color-foreground-rgb),.7);font-size:.95rem}.feature-section{padding:6rem 0;background-color:rgba(var(--color-muted-rgb),.3);position:relative;overflow:hidden}.feature-grid{display:flex;flex-direction:column;gap:3rem;align-items:center}@media(min-width:1024px){.feature-grid{flex-direction:row;gap:4rem}}.feature-image-wrapper{position:relative;width:100%}@media(min-width:1024px){.feature-image-wrapper{width:50%}}.feature-image{position:relative;z-index:10;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px #00000026}.feature-image img{width:100%;height:auto}.feature-decoration-1{position:absolute;top:-2.5rem;left:-2.5rem;width:10rem;height:10rem;background-color:rgba(var(--color-secondary-rgb),.2);border-radius:50%;filter:blur(60px)}.feature-decoration-2{position:absolute;bottom:-2.5rem;right:-2.5rem;width:15rem;height:15rem;background-color:rgba(var(--color-primary-rgb),.1);border-radius:50%;filter:blur(60px)}.feature-content{width:100%}@media(min-width:1024px){.feature-content{width:50%}}.feature-title{font-size:2rem;font-weight:700;color:var(--color-primary);line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.feature-title{font-size:2.5rem}}@media(min-width:1024px){.feature-title{font-size:3rem}}.feature-title-accent{color:var(--color-secondary)}.feature-text{font-size:1.125rem;color:rgba(var(--color-foreground-rgb),.7);line-height:1.7;margin-bottom:2rem}.feature-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-list-item{display:flex;align-items:center;gap:.75rem;color:rgba(var(--color-foreground-rgb),.8)}.feature-list-icon{width:24px;height:24px;border-radius:50%;background-color:rgba(var(--color-primary-rgb),.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-primary)}.feature-list-icon svg{width:12px;height:12px}.testimonials-section{padding:6rem 0;background-color:var(--color-primary);color:#fff;position:relative;overflow:hidden}.testimonials-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:4rem}@media(min-width:768px){.testimonials-title{font-size:2.5rem}}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;transition:background-color .2s ease}.testimonial-card:hover{background-color:#ffffff1a}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem;color:var(--color-secondary)}.testimonial-stars svg{width:16px;height:16px;fill:currentColor}.testimonial-text{font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic;opacity:.9}.testimonial-author{font-weight:700;font-family:var(--font-heading-family)}.testimonial-meta{font-size:.875rem;opacity:.6;display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.testimonial-meta svg{width:12px;height:12px}.newsletter-section{padding:6rem 0;background-color:var(--color-background)}.newsletter-wrapper{text-align:center;max-width:600px;margin:0 auto}.newsletter-title{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}@media(min-width:768px){.newsletter-title{font-size:2.5rem}}.newsletter-text{font-size:1.125rem;color:rgba(var(--color-foreground-rgb),.7);margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;padding:.875rem 1.5rem;border:1px solid rgba(var(--color-foreground-rgb),.2);border-radius:9999px;background-color:#fff;font-size:1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.newsletter-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.newsletter-input::placeholder{color:rgba(var(--color-foreground-rgb),.5)}.site-footer{background-color:var(--color-primary);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{margin-bottom:1rem}.footer-brand-logo{height:40px;width:auto;margin-bottom:1rem}.footer-brand-text{font-size:.95rem;opacity:.8;line-height:1.6;max-width:280px}.footer-column-title{font-family:var(--font-heading-family);font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--color-secondary)}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.95rem;opacity:.8;transition:opacity .2s ease}.footer-links a:hover{opacity:1}.footer-newsletter{margin-top:.5rem}.footer-newsletter-text{font-size:.95rem;opacity:.8;margin-bottom:1rem}.footer-newsletter-form{display:flex;flex-direction:column;gap:.5rem}.footer-newsletter-input{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background-color:#ffffff1a;color:#fff;font-size:.875rem;outline:none}.footer-newsletter-input::placeholder{color:#ffffff80}.footer-newsletter-input:focus{border-color:var(--color-secondary)}.footer-newsletter-btn{padding:.75rem 1rem;background-color:var(--color-secondary);color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.footer-newsletter-btn:hover{background-color:rgba(var(--color-secondary-rgb),.9)}.footer-bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copyright{font-size:.875rem;opacity:.6}.footer-legal-links{display:flex;gap:1.5rem}.footer-legal-links a{font-size:.875rem;opacity:.6;transition:opacity .2s ease}.footer-legal-links a:hover{opacity:1}.collection-header{padding:3rem 0;background-color:var(--color-muted);text-align:center}.collection-title{font-size:2.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.collection-description{color:rgba(var(--color-foreground-rgb),.7);max-width:600px;margin:0 auto}.collection-products{padding:4rem 0}.collection-toolbar{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:2rem}.collection-count{font-size:.875rem;color:rgba(var(--color-foreground-rgb),.7)}.collection-sort select{padding:.5rem 1rem;border:1px solid rgba(var(--color-foreground-rgb),.2);border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer}.product-page{padding:2rem 0 4rem}.product-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-main-image{aspect-ratio:1;border-radius:1rem;overflow:hidden;background-color:var(--color-muted)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.75rem;overflow-x:auto}.product-thumbnail{border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent;flex-shrink:0}.product-thumbnail.active{border-color:var(--color-primary)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-vendor{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground-rgb),.6)}.product-title{font-size:2rem;font-weight:700;color:var(--color-primary)}.product-price-main{font-size:1.5rem;font-weight:600}.product-description{color:rgba(var(--color-foreground-rgb),.8);line-height:1.7}.product-variants{display:flex;flex-direction:column;gap:.5rem}.product-variants label{font-weight:500;font-size:.875rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option{padding:.5rem 1rem;border:1px solid rgba(var(--color-foreground-rgb),.2);border-radius:4px;background:#fff;cursor:pointer;font-size:.875rem;transition:all .2s ease}.variant-option:hover{border-color:var(--color-primary)}.variant-option.selected{border-color:var(--color-primary);background-color:var(--color-primary);color:#fff}.product-quantity{display:flex;align-items:center;gap:1rem}.quantity-selector{display:flex;align-items:center;border:1px solid rgba(var(--color-foreground-rgb),.2);border-radius:4px}.quantity-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1.25rem}.quantity-btn:hover{background-color:var(--color-muted)}.quantity-value{width:50px;text-align:center;border:none;font-size:1rem}.add-to-cart-btn{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600}.cart-page{padding:2rem 0 4rem}.cart-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--color-primary)}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{margin-bottom:2rem;color:rgba(var(--color-foreground-rgb),.7)}.cart-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.cart-layout{grid-template-columns:2fr 1fr}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid rgba(var(--color-foreground-rgb),.1)}.cart-item-image{width:100px;height:100px;border-radius:.5rem;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:space-evenly}.cart-item-title{font-weight:600}.cart-item-variant{font-size:.875rem;color:rgba(var(--color-foreground-rgb),.6)}.cart-item-price{font-weight:600}.cart-item-remove{background:none;border:none;color:rgba(var(--color-foreground-rgb),.5);cursor:pointer;font-size:.875rem}.cart-item-remove:hover{color:var(--color-secondary)}.cart-summary{background:var(--color-muted);border-radius:1rem;padding:2rem;height:fit-content}.cart-summary-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(var(--color-foreground-rgb),.1)}.cart-summary-row:last-of-type{border-bottom:none}.cart-summary-total{font-weight:700;font-size:1.25rem;margin-top:1rem;padding-top:1rem}.checkout-btn{width:100%;margin-top:1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link:focus{clip:auto;width:auto;height:auto;padding:1rem;position:fixed;top:1rem;left:1rem;z-index:9999;background:var(--color-primary);color:#fff}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:200;padding:2rem;transition:right .3s ease;box-shadow:-4px 0 20px #0000001a}.mobile-menu.active{right:0}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199;opacity:0;visibility:hidden;transition:opacity .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-nav{display:flex;flex-direction:column;gap:1rem}.mobile-menu-nav a{font-size:1.125rem;padding:.5rem 0;border-bottom:1px solid rgba(var(--color-foreground-rgb),.1)}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
