:root{--deep-brown: #3A2F2A;--olive-green: #7A8A4D;--warm-tan: #D9C3A3;--black: #000000;--white: #FFFFFF;--shadow: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Nunito,Inter,sans-serif;color:var(--deep-brown);line-height:1.6;background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Poppins,Montserrat,sans-serif;font-weight:600;line-height:1.2;color:var(--deep-brown)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}header{background-color:var(--white);box-shadow:0 2px 10px var(--shadow);position:sticky;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;max-width:1400px;margin:0 auto}.logo{font-size:1.8rem;font-weight:700;color:var(--deep-brown);font-family:Poppins,sans-serif;letter-spacing:1px}.logo span{color:var(--olive-green)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--deep-brown);font-weight:500;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--olive-green);transition:width .3s ease}.nav-links a:hover{color:var(--olive-green)}.nav-links a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;gap:5px;background:none;cursor:pointer}.hamburger span{width:25px;height:3px;background-color:var(--deep-brown);transition:all .3s ease}.hero{background:linear-gradient(135deg,var(--warm-tan) 0%,var(--olive-green) 100%);min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 5%;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.hero-content{max-width:800px;position:relative;z-index:1}.hero h1{color:var(--white);font-size:4rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero p{color:var(--white);font-size:1.3rem;margin-bottom:2.5rem;line-height:1.8}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;display:inline-block}.btn-primary{background-color:var(--deep-brown);color:var(--white)}.btn-primary:hover{background-color:var(--black);transform:translateY(-3px);box-shadow:0 10px 20px #0003}.btn-secondary{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--deep-brown)}section{padding:5rem 5%;max-width:1400px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:1rem}.section-title p{color:var(--olive-green);font-size:1.1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.product-card{background-color:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 4px 15px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px var(--shadow)}.product-image{width:100%;height:300px;background:linear-gradient(135deg,var(--warm-tan),var(--olive-green));display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--white);position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.add-to-cart-btn{background-color:var(--white);color:var(--deep-brown);padding:.8rem 2rem;border-radius:50px;font-weight:600;transition:all .3s ease}.add-to-cart-btn:hover{background-color:var(--olive-green);color:var(--white)}.product-info{padding:1.5rem}.product-name{font-size:1.3rem;margin-bottom:.5rem;color:var(--deep-brown)}.product-price{font-size:1.5rem;color:var(--olive-green);font-weight:700}.product-template{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 5%;max-width:1400px;margin:0 auto}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;height:500px;background:linear-gradient(135deg,var(--warm-tan),var(--olive-green));border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--white);overflow:hidden}.main-image img{width:100%;height:100%;object-fit:cover}.thumbnail-images{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.thumbnail{height:100px;background:linear-gradient(135deg,var(--warm-tan),var(--olive-green));border-radius:10px;cursor:pointer;transition:transform .3s ease;overflow:hidden}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail:hover{transform:scale(1.05)}.product-details{display:flex;flex-direction:column;gap:1.5rem}.product-details h1{font-size:2.5rem}.product-details .price{font-size:2rem;color:var(--olive-green);font-weight:700}.product-description{line-height:1.8;color:var(--deep-brown)}.product-details .btn{width:100%;margin-top:1rem}.about-hero{background:linear-gradient(135deg,var(--olive-green) 0%,var(--deep-brown) 100%);color:var(--white);padding:5rem 5%;text-align:center}.about-hero h1{color:var(--white);margin-bottom:1rem}.story-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-content h2{margin-bottom:1.5rem}.story-content p{margin-bottom:1rem;line-height:1.8}.story-image{width:100%;height:400px;background:linear-gradient(135deg,var(--warm-tan),var(--olive-green));border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:5rem;color:var(--white)}.founder-section{background-color:var(--warm-tan);padding:4rem;border-radius:15px;text-align:center}.founder-section h2{margin-bottom:2rem}.founder-message{font-style:italic;font-size:1.2rem;line-height:2;max-width:800px;margin:0 auto;color:var(--deep-brown)}.contact-container{max-width:700px;margin:0 auto;padding:3rem;background-color:var(--white);border-radius:15px;box-shadow:0 4px 20px var(--shadow)}.contact-container h1{text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--deep-brown)}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid var(--warm-tan);border-radius:10px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--olive-green)}.form-group textarea{resize:vertical;min-height:150px}.error{color:#e74c3c;font-size:.9rem;margin-top:.3rem;display:none}.form-group.invalid .error{display:block}.form-group.invalid input,.form-group.invalid textarea{border-color:#e74c3c}.submit-btn{width:100%;padding:1rem;background-color:var(--olive-green);color:var(--white);font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease}.submit-btn:hover{background-color:var(--deep-brown);transform:translateY(-2px);box-shadow:0 5px 15px var(--shadow)}footer{background-color:var(--deep-brown);color:var(--white);padding:3rem 5%}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1400px;margin:0 auto 2rem}.footer-section h3{color:var(--white);margin-bottom:1rem}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.footer-logo span{color:var(--olive-green)}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--warm-tan);transition:color .3s ease}.footer-links a:hover{color:var(--white)}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icon{width:40px;height:40px;background-color:var(--olive-green);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:var(--white);font-size:1.2rem}.social-icon:hover{background-color:var(--white);color:var(--deep-brown);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:var(--warm-tan)}@media (max-width: 968px){.nav-links{position:fixed;right:-100%;top:70px;flex-direction:column;background-color:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px var(--shadow);padding:2rem 0}.nav-links.active{right:0}.hamburger{display:flex}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.product-template,.story-section{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.btn{width:100%}}@media (max-width: 640px){section{padding:3rem 5%}.hero{min-height:70vh}.hero h1{font-size:2rem}.product-grid{grid-template-columns:1fr;gap:2rem}.main-image{height:350px}.contact-container{padding:2rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/styles.css.map */
