@import"https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Manrope:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafaf5;color:#1a1c19}#root{width:100%;min-height:100vh}.app{width:100%;min-height:100vh;background-color:#fafaf5;color:#1a1c19}.app-main{width:100%;padding-top:2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4364444d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#43644480}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:#fafaf5b3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(227,227,222,.2)}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 3rem;width:100%}.navbar-left{display:flex;align-items:center;gap:3rem}.navbar-logo{text-decoration:none;display:flex;align-items:center}.navbar-logo-img{height:80px;width:auto;object-fit:contain}.navbar-menu{display:none;gap:2rem}@media (min-width: 768px){.navbar-menu{display:flex}}.navbar-link{font-family:"Noto Serif",serif;text-decoration:none;color:#725a39;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease;border-bottom:2px solid transparent;padding-bottom:.25rem}.navbar-link.active{color:#436444;border-bottom-color:#436444}.navbar-link:hover{color:#436444}.navbar-actions{display:flex;align-items:center;gap:1.5rem}.navbar-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#725a39;transition:color .3s ease;padding:.5rem}.navbar-btn:hover{color:#436444}@media (max-width: 768px){.navbar-container{padding:1rem 1.5rem}.navbar-left{gap:1rem}.navbar-logo-img{height:60px}}.hero{position:relative;height:921px;display:flex;align-items:center;overflow:hidden;margin:6rem 1.5rem 2rem;border-radius:12px}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(26,28,25,.4),transparent)}.hero-content{position:relative;z-index:10;padding:3rem;max-width:56rem}@media (min-width: 768px){.hero-content{padding:3rem 6rem}}.hero-tag{display:inline-block;margin-bottom:1rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.2em;color:#c6edc4;font-weight:600}.hero-title{font-family:"Noto Serif",serif;font-size:3rem;line-height:1.1;color:#fafaf5;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}@media (min-width: 768px){.hero-title{font-size:5rem}}.hero-description{color:#eeeee9;font-size:1.125rem;max-width:32rem;margin-bottom:2.5rem;line-height:1.6;font-weight:300}.hero-cta{background-color:#436444;color:#fff;padding:1.25rem 2.5rem;border:none;border-radius:9999px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 40px 60px -15px #1a1c190d}.hero-cta:hover{background-color:#5b7d5b}.hero-cta:active{transform:scale(.95)}@media (max-width: 640px){.hero{height:500px;margin:1rem}.hero-content{padding:2rem 1.5rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}}.categories{padding:2rem 3rem;max-width:1400px;margin:0 auto}.categories-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.category-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:12px;box-shadow:0 40px 60px -15px #1a1c190d;group:"card";cursor:pointer}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-card:hover .category-image{transform:scale(1.05)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000026;transition:opacity .5s ease}.category-link{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-decoration:none}.category-title{font-family:"Noto Serif",serif;font-size:1.875rem;color:#fff;font-weight:500;text-transform:uppercase;letter-spacing:.2em;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}@media (max-width: 768px){.categories{padding:2rem 1.5rem}.category-title{font-size:1.5rem}}.best-sellers{background-color:#f4f4ef;padding:2rem 3rem}.best-sellers-container{max-width:1400px;margin:0 auto}.best-sellers-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}@media (max-width: 768px){.best-sellers-header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.best-sellers-title{font-family:"Noto Serif",serif;font-size:2.25rem;color:#1a1c19;margin:0}@media (min-width: 768px){.best-sellers-title{font-size:2.75rem}}.best-sellers-subtitle{text-transform:uppercase;letter-spacing:.2em;color:#436444;font-weight:500;font-size:.875rem;margin:1rem 0 1.5rem}.best-sellers-link{color:#436444;text-decoration:none;border-bottom:1px solid rgba(67,100,68,.2);padding-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;transition:border-color .3s ease}.best-sellers-link:hover{border-bottom-color:#436444}.best-sellers-description{text-align:center;color:#424841;font-size:1.125rem;max-width:42rem;margin:0 auto 3rem}.products-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:flex;flex-direction:column;gap:1.5rem}.product-image-container{position:relative;aspect-ratio:1;overflow:hidden;border-radius:12px;background-color:#f4f4ef}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;left:1rem;background-color:#436444;color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem;border-radius:9999px}.product-info{display:flex;justify-content:space-between;align-items:flex-start}.product-name{font-family:"Noto Serif",serif;font-size:1.25rem;margin:0 0 .25rem;color:#1a1c19}.product-subtitle{color:#424841;font-size:.875rem;margin:0}.product-benefits{color:#436444;font-size:.75rem;margin:.5rem 0 0;text-transform:capitalize}.product-price-qty{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.product-quantity{font-size:.75rem;color:#424841;text-transform:uppercase;letter-spacing:.05em}.product-price{font-family:"Noto Serif",serif;font-size:1.125rem;font-weight:700;color:#436444}.product-cta{width:100%;padding:1rem;border-radius:9999px;background-color:#436444;color:#fff;border:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;cursor:pointer;transition:background-color .3s ease;box-shadow:0 40px 60px -15px #1a1c190d}.product-cta:hover{background-color:#5b7d5b}@media (max-width: 768px){.best-sellers{padding:2rem 1.5rem}.best-sellers-title{font-size:1.875rem}}.why-choose{padding:2rem 3rem;background-color:#fafaf5}.why-choose-container{max-width:1200px;margin:0 auto;text-align:center}.why-choose-title{font-family:"Noto Serif",serif;font-size:2.25rem;color:#1a1c19;margin-bottom:5rem}@media (min-width: 768px){.why-choose-title{font-size:2.75rem}}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:6rem}@media (min-width: 768px){.why-choose-grid{grid-template-columns:repeat(3,1fr);gap:8rem}}.why-choose-card{display:flex;flex-direction:column;align-items:center;gap:2rem}.why-choose-emoji{font-size:3.75rem;color:#436444}.why-choose-subtitle{font-family:"Noto Serif",serif;font-size:1.875rem;font-weight:700;color:#1a1c19;margin:0}.why-choose-text{color:#424841;font-size:1rem;line-height:1.6;font-weight:300;max-width:20rem;margin:0}@media (max-width: 768px){.why-choose{padding:2rem 1.5rem}.why-choose-title{font-size:1.875rem}.why-choose-grid{gap:3rem}}.brand-ethos{padding:2rem 3rem;max-width:1400px;margin:0 auto}.brand-ethos-container{width:100%}.brand-ethos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;text-align:center}@media (min-width: 768px){.brand-ethos-grid{grid-template-columns:repeat(4,1fr)}}.ethos-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.ethos-icon{width:4rem;height:4rem;border-radius:9999px;background-color:#eeeee9;display:flex;align-items:center;justify-content:center;font-size:1.875rem;margin-bottom:.5rem}.ethos-title{font-family:"Noto Serif",serif;font-size:1.125rem;color:#1a1c19;margin:0}.ethos-subtitle{color:#424841;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500;margin:0}@media (max-width: 768px){.brand-ethos{padding:2rem 1.5rem}.brand-ethos-grid{gap:2rem}}.newsletter{padding:2rem 3rem 4rem;max-width:1400px;margin:0 auto}.newsletter-pretext{text-align:center;color:#424841;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500;max-width:42rem;margin:0 auto 2rem}.newsletter-box{background-color:#5b7d5b;border-radius:1.875rem;padding:3rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width: 768px){.newsletter-box{padding:6rem}}.newsletter-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;pointer-events:none}.newsletter-tag{position:relative;z-index:1;color:#f7fff2cc;font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;font-weight:500;margin:0 0 1rem}.newsletter-title{position:relative;z-index:1;font-family:"Noto Serif",serif;font-size:2.25rem;color:#f7fff2;margin:0 0 1.5rem;max-width:42rem;line-height:1.2}@media (min-width: 768px){.newsletter-title{font-size:2.75rem}}.newsletter-form{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:28rem}@media (min-width: 768px){.newsletter-form{flex-direction:row}}.newsletter-input{flex-grow:1;background-color:#f4f4ef;border:none;border-radius:9999px;padding:1rem 2rem;font-size:1rem;color:#1a1c19;transition:focus-ring .3s ease}.newsletter-input:focus{outline:none;box-shadow:0 0 0 2px #43644480;background-color:#fafaf5}.newsletter-input::placeholder{color:#424841}.newsletter-button{background-color:#436444;color:#fff;border:none;border-radius:9999px;padding:1rem 2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;cursor:pointer;transition:background-color .3s ease;box-shadow:0 10px 25px #0003}.newsletter-button:hover{background-color:#3a5237}@media (max-width: 768px){.newsletter{padding:2rem 1.5rem 3rem}.newsletter-box{padding:2rem 1.5rem}.newsletter-title{font-size:1.875rem}}.footer{background-color:#fafaf5;border-top:1px solid rgba(227,227,222,.3)}.footer-container{max-width:1400px;margin:0 auto;padding:3rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-about{grid-column:1}.footer-title{font-family:"Noto Serif",serif;font-size:1.25rem;color:#436444;margin:0 0 1rem;font-weight:700}.footer-section-title{font-family:Manrope,sans-serif;font-weight:700;color:#436444;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem}.footer-text{font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.6;color:#725a39;margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-links li a{font-family:Manrope,sans-serif;font-size:.875rem;color:#725a39;text-decoration:none;opacity:.8;transition:opacity .3s ease;border-bottom:1px solid transparent;padding-bottom:.125rem}.footer-links li a:hover{opacity:1;border-bottom-color:#436444}.footer-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid rgba(227,227,222,.3)}@media (min-width: 768px){.footer-bottom{flex-direction:row}}.footer-copyright{font-family:Manrope,sans-serif;font-size:.875rem;color:#725a39;margin:0;line-height:1.6}.footer-policies{display:flex;gap:2rem}.footer-policies a{font-family:Manrope,sans-serif;font-size:.875rem;color:#725a39;text-decoration:none;opacity:.8;transition:opacity .3s ease;border-bottom:1px solid transparent;padding-bottom:.125rem}.footer-policies a:hover{opacity:1;border-bottom-color:#436444}@media (max-width: 768px){.footer-container{padding:2rem 1.5rem}.footer-grid{gap:2rem}.footer-bottom{text-align:center}}html,body{margin:0;padding:0;width:100%;height:100%}#root{width:100%;height:100%}
