@import"https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Manrope:wght@300;400;500;600;700&display=swap";.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:#fafaf5d9;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 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:64px;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}.header-actions{display:flex;align-items:center;gap:.75rem}.cart-link{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(145deg,#436444,#5b7d5b);color:#fff;padding:.5rem .9rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:.875rem;box-shadow:0 10px 30px #43644414}.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#fff;color:#436444;border-radius:999px;font-size:.75rem;font-weight:700}@media (max-width: 768px){.navbar-container{padding:.75rem 1rem}.navbar-left{gap:1rem}.navbar-logo-img{height:48px}}.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}}.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;height:100%}.product-image-container{position:relative;aspect-ratio:1;overflow:hidden;border-radius:12px;background-color:#f4f4ef;display:block;text-decoration:none}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-image-container: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;flex:1 1 auto;gap:1rem;flex-direction:column}@media (min-width: 768px){.product-info{flex-direction:row;align-items:flex-start}}.product-name{font-family:"Noto Serif",serif;font-size:1.25rem;margin:0 0 .25rem;color:#1a1c19;text-decoration:none;display:block}.product-name:hover{color:#725a39}.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:linear-gradient(145deg,#436444,#5b7d5b);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{opacity:.95}.product-cta{margin-top:auto}@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}}.product-detail{max-width:1536px;margin:0 auto;padding:3rem 2rem 0;font-family:Manrope,sans-serif}@media (min-width: 768px){.product-detail{padding-top:5rem}}.product-detail.missing{padding:4rem 2rem;text-align:center}.product-detail .product-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width: 1024px){.product-detail .product-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:4rem}}@media (min-width: 1280px){.product-detail .product-grid{gap:6rem}}.product-detail .gallery-col{display:flex;flex-direction:column-reverse;gap:1.5rem}@media (min-width: 768px){.product-detail .gallery-col{flex-direction:row}}@media (min-width: 1024px){.product-detail .gallery-col{grid-column:span 7}}.product-detail .gallery-col .thumbnails{display:flex;gap:1rem;flex-direction:row;flex-wrap:wrap}@media (min-width: 768px){.product-detail .gallery-col .thumbnails{flex-direction:column;width:96px;flex-shrink:0}}.product-detail .gallery-col .thumb{aspect-ratio:1;width:72px;border:2px solid transparent;border-radius:8px;padding:0;overflow:hidden;background:#f4f4ef;cursor:pointer}@media (min-width: 768px){.product-detail .gallery-col .thumb{width:100%}}.product-detail .gallery-col .thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-detail .gallery-col .thumb.active{border-color:#436444}.product-detail .gallery-col .hero{flex:1;min-width:0;aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:#f4f4ef}.product-detail .gallery-col .hero img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width: 1024px){.product-detail .content-col{grid-column:span 5}}.product-detail .content-col .category{display:block;font-size:.75rem;color:#725a39;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem}.product-detail .content-col .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:#42484199;margin-bottom:1rem}.product-detail .content-col .breadcrumb a{color:inherit;text-decoration:none}.product-detail .content-col .breadcrumb a:hover{color:#725a39}.product-detail .content-col .breadcrumb .sep{opacity:.4;font-size:.5rem}.product-detail .content-col .breadcrumb .current{color:#725a39;font-weight:500}.product-detail .content-col .title{font-family:"Noto Serif",serif;font-size:clamp(2.25rem,4vw,3rem);line-height:1.15;color:#436444;margin:0 0 1rem;letter-spacing:-.02em}.product-detail .content-col .price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.product-detail .content-col .price{font-family:"Noto Serif",serif;font-size:1.5rem;color:#436444}.product-detail .content-col .qty{font-size:.875rem;color:#a8a29e}.product-detail .content-col .short-desc{color:#424841;font-size:.875rem;line-height:1.7;letter-spacing:.02em;margin-bottom:2.5rem}.product-detail .content-col .actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.product-detail .content-col .actions .qty-control{display:inline-flex;align-items:center;gap:1rem;background:#f4f4ef;padding:1rem 1.5rem;border-radius:999px;width:fit-content}.product-detail .content-col .actions .qty-control button{background:#fff;border:1px solid rgba(67,100,68,.12);font-size:.95rem;color:#436444;cursor:pointer;line-height:1;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.product-detail .content-col .actions .qty-control .count{min-width:24px;text-align:center;font-size:.875rem;font-weight:600}.product-detail .content-col .actions .add-to-cart{width:100%;background:linear-gradient(145deg,#436444,#5b7d5b);color:#fff;border:none;padding:1.25rem 2rem;border-radius:999px;cursor:pointer;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;box-shadow:0 10px 30px #4364441a;transition:opacity .2s ease}.product-detail .content-col .actions .add-to-cart:hover{opacity:.95}.product-detail .content-col .badges{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 1rem;padding:2rem 0;margin-bottom:2rem;border-top:1px solid rgba(194,200,190,.2);color:#424841;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.product-detail .content-col .details{display:flex;flex-direction:column;gap:2rem}.product-detail .content-col .details h3{color:#436444;font-family:"Noto Serif",serif;font-size:1.125rem;margin:0 0 1rem}.product-detail .content-col .details ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.product-detail .content-col .details li{display:flex;align-items:flex-start;gap:.75rem;color:#424841;font-size:.875rem;line-height:1.5}.product-detail .content-col .details li:before{content:"";flex-shrink:0;width:6px;height:6px;margin-top:.45rem;border-radius:50%;background:#725a39}.product-detail .content-col .details .ingredients{font-style:italic;color:#424841;font-size:.875rem;line-height:1.7;margin:0}.product-detail .content-col .details .how-to-use-steps{color:#424841;font-size:.875rem;line-height:1.7}.product-detail .content-col .details .how-to-use-steps p{margin:.35rem 0}.product-detail .content-col .details>p{color:#424841;font-size:.875rem;line-height:1.7;margin:0}.product-detail .related{margin-top:8rem;padding-bottom:4rem;text-align:center}.product-detail .related .related-eyebrow{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:#725a39;margin-bottom:.75rem}.product-detail .related h2{font-family:"Noto Serif",serif;font-size:clamp(2rem,3vw,2.25rem);color:#436444;letter-spacing:-.02em;margin:0 0 4rem}.product-detail .related .related-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:640px;margin:0 auto;justify-items:center}.product-detail .related .related-card{display:block;width:100%;max-width:28rem;text-decoration:none;color:inherit}.product-detail .related .related-card .img{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:#f4f4ef;margin-bottom:2rem;position:relative}.product-detail .related .related-card .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.product-detail .related .related-card:hover .img img{transform:scale(1.05)}.product-detail .related .related-card .label{font-family:"Noto Serif",serif;font-size:clamp(1.5rem,2.5vw,1.875rem);color:#436444;margin-bottom:.75rem;transition:color .3s ease}.product-detail .related .related-card:hover .label{color:#725a39}.product-detail .related .related-card .price-small{font-size:1.125rem;color:#424841}@media (max-width: 767px){.product-detail{padding:2rem 1.5rem 0}}.shop-page{padding:3rem 1.5rem 6rem}.shop-page .shop-head{text-align:center;margin-bottom:2.5rem}.shop-page .shop-head .shop-title{font-family:"Noto Serif",serif;font-size:3rem;color:#436444;margin-bottom:.5rem}.shop-page .shop-head .shop-sub{color:#6b6b60;margin-bottom:1.5rem}.shop-page .shop-head .shop-tabs{display:flex;gap:1.25rem;justify-content:center;margin-top:1rem}.shop-page .shop-head .shop-tabs .tab{background:transparent;border:none;padding:.5rem .75rem;font-size:.9rem;color:#777;cursor:pointer;border-bottom:3px solid transparent}.shop-page .shop-head .shop-tabs .tab.active{color:#436444;border-bottom-color:#436444;font-weight:600}.shop-page .products-list{display:grid;grid-template-columns:1fr;gap:2.25rem}@media (min-width: 768px){.shop-page .products-list{grid-template-columns:repeat(3,1fr)}}.shop-page .products-list .listing-card{background:transparent;display:flex;flex-direction:column;gap:1rem}.shop-page .products-list .listing-card .listing-image{display:block;border-radius:12px;overflow:hidden;background:#f4f4ef}.shop-page .products-list .listing-card .listing-image img{width:100%;height:320px;object-fit:cover;display:block}.shop-page .products-list .listing-card .listing-meta{display:flex;flex-direction:column;flex:1 1 auto}.shop-page .products-list .listing-card .listing-meta .listing-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.shop-page .products-list .listing-card .listing-meta .listing-category{font-size:.75rem;text-transform:uppercase;color:#725a39}.shop-page .products-list .listing-card .listing-meta .listing-price{font-family:"Noto Serif",serif;color:#436444}.shop-page .products-list .listing-card .listing-meta .listing-title{display:block;font-family:"Noto Serif",serif;font-size:1.125rem;color:#233;margin:.5rem 0;text-decoration:none}.shop-page .products-list .listing-card .listing-meta .listing-desc{color:#666;font-size:.95rem;margin-bottom:.75rem}.shop-page .products-list .listing-card .listing-meta .listing-cta{margin-top:auto}.shop-page .products-list .listing-card .listing-meta .listing-cta .btn-primary{background:linear-gradient(145deg,#436444,#abd0a9);color:#fff;padding:.6rem 1rem;border-radius:999px;text-decoration:none}.shop-page .products-list .listing-card .listing-meta .listing-cta .btn-ghost{margin-left:.75rem;background:linear-gradient(145deg,#436444,#5b7d5b);color:#fff;padding:.6rem .9rem;border-radius:999px;border:none;cursor:pointer;font-weight:700;font-size:.85rem}.cart-page{padding:3rem 1.5rem}.cart-grid{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;align-items:center;background:#fff;padding:1rem;border-radius:8px}.cart-item img{width:96px;height:96px;object-fit:cover;border-radius:6px}.cart-item .meta{flex:1}.cart-item .qty,.cart-item .qty .cart-item .qty{display:flex;gap:.5rem;align-items:center}.cart-item .qty .cart-item .qty button{background:#fff;border:1px solid rgba(67,100,68,.12);color:#436444;padding:0;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer}.cart-item .qty .cart-item .qty span{min-width:28px;text-align:center;display:inline-block;font-weight:700}.cart-item .qty .cart-summary{background:#f6f6f2;padding:1rem;border-radius:8px}.cart-item .qty .cart-summary .line{display:flex;justify-content:space-between;margin:.5rem 0}.cart-item .qty .checkout{width:100%;background:linear-gradient(145deg,#436444,#abd0a9);color:#fff;padding:.75rem;border-radius:8px;border:none}.cart-item .qty .clear{width:100%;margin-top:.5rem;background:transparent;border:1px solid #ddd;padding:.6rem}.cart-item .qty .remove{background:transparent;border:1px solid rgba(67,100,68,.12);color:#436444;padding:.45rem .6rem;border-radius:8px;cursor:pointer}.container{max-width:1200px;margin:0 auto}html,body{margin:0;padding:0;width:100%;height:100%}#root{width:100%;height:100%}*{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{--header-height: 7rem}#root{width:100%;min-height:100vh}.app{width:100%;min-height:100vh;background-color:#fafaf5;color:#1a1c19}.app-main{width:100%;padding-top:var(--header-height)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4364444d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#43644480}button,input[type=button],input[type=submit],input[type=reset]{font-family:inherit;font-size:.95rem;color:#436444;background:transparent;border:1px solid rgba(67,100,68,.08);padding:.35rem .6rem;border-radius:8px;cursor:pointer;line-height:1}button:focus,input[type=button]:focus,input[type=submit]:focus,input[type=reset]:focus{outline:2px solid rgba(67,100,68,.12);outline-offset:2px}
