*{cursor:none!important}body{background-color:#f9f6ef}.loader-wrapper{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#3b7f56;display:flex;justify-content:center;align-items:center;z-index:9999;transition:all 1.5s ease;overflow:hidden}.frosted-cursor{position:fixed;width:3rem;height:3rem;border-radius:50%;pointer-events:none;z-index:3000;background:#f4f1e973;backdrop-filter:blur(3px) saturate(140%);-webkit-backdrop-filter:blur(6px) saturate(180%);border:2px solid rgba(36,69,52,.4);transform:translate(-50%,-50%)}@media (max-width: 768px){*{cursor:default!important}.frosted-cursor{display:none}}.frosted-cursor{position:fixed;top:0;left:0;width:2.5rem;height:2.5rem;border-radius:50%;pointer-events:none;z-index:3000;transform:translate(-50%,-50%);transition:transform .15s ease,background .2s ease,box-shadow .2s ease,border .2s ease;background:#ffffff40;backdrop-filter:blur(4px) saturate(160%);-webkit-backdrop-filter:blur(4px) saturate(160%);border:2px solid rgba(72,128,105,.45);box-shadow:0 0 6px #0000001a,0 0 16px #5ecc9240}.frosted-cursor.hover{background:#fff6;border:2px solid #63c17f;transform:translate(-50%,-50%) scale(1.05);box-shadow:0 0 8px #fff6,0 0 24px #5ecc9299,0 0 36px #ffffff4d}.frosted-cursor.disabled{background:#ff4d4d40;border:2px dashed rgba(255,0,0,.5);transform:translate(-50%,-50%) scale(.85);box-shadow:0 0 10px #ff00004d,0 0 20px #ff000040;filter:grayscale(.3)}*{margin:0;padding:0;box-sizing:border-box;font-family:Work Sans,sans-serif}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;color:#fff;background-color:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(12px);box-shadow:0 5px 10px #00000040;display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;font-size:1.5rem}.nav-left{flex:1;display:flex;align-items:center}.nav-center{flex:1;display:flex;justify-content:center}.nav-right{flex:1;display:flex;justify-content:flex-end;align-items:center}.logo{font-family:Playfair Display,serif;text-decoration:none;padding:1rem;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.logo h1{font-size:1.5rem;font-weight:500;color:#f6fef9;margin-left:.5rem}.logo img{height:3rem;width:3rem}.prod-btn{font-weight:500;text-decoration:none;padding:1rem}.cart{text-decoration:none;display:flex;padding:1rem;justify-content:center;align-items:center;transition:all .2s ease-in-out}.cart-img{margin-right:.5rem}.cart-count{font-weight:700;font-size:1.2rem}.logo,.prod-btn,.cart{transition:all .2s ease-in-out}:is(.logo,.prod-btn,.cart):hover{transform:scale(1.1)}.mobile{display:none}@media (max-width:425px){.pc{display:none}.mobile{display:flex}.logo{padding:0rem 1rem}}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0 2rem;color:#f6fef9}.hero-image{position:absolute;inset:0;z-index:-1}.hero-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.hero-text{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:900px;text-align:center;padding:0 2rem}.hero h1{font-family:Playfair Display,serif;font-size:5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;color:#f6fef9}.hero p{font-family:Work Sans,sans-serif;font-size:1rem;max-width:30rem;font-weight:400;opacity:.95;margin-bottom:2.5rem;line-height:1.6;color:#d2e9dc}.get-started-btn{font-family:Work Sans,sans-serif;font-weight:600;text-decoration:none;padding:1.5rem 5vw;font-size:1.5rem;background-color:#3b7f5640;border:2px solid #3b7f56;color:#f6fef9;border-radius:2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}a{color:#f6fef9;text-decoration:none}.get-started-btn:hover{transform:scale(1.15);background-color:#3b7f56;color:#f6fef9;border-color:#2f6445}.products{background-color:#f9f6ef;padding:0 3rem;text-align:center}.products h1{font-family:Playfair Display,serif;font-size:5rem;margin-bottom:2rem;color:#3b7f56}.filter-chips{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:2rem 0}.chip-btn{padding:.6rem 1.2rem;border:2px solid #3b7f56;background-color:transparent;color:#3b7f56;font-weight:600;border-radius:999px;transition:all .3s ease;cursor:pointer}.chip-btn:hover,.chip-btn.active{background-color:#3b7f56;color:#fff}.category-blocks{margin:2rem auto;display:flex;flex-direction:column;gap:4rem}.category-block{background-color:#3b7f5626;border-radius:.75rem;box-shadow:0 .375rem 1.125rem #0000001a;padding:2rem;border:1px solid #3b7f56}.category-title{font-family:Playfair Display,serif;font-size:2.3rem;margin-bottom:1rem;color:#3b7f56}.products .products-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:2rem;padding:1rem}.product-card{background-color:#3b7f5640;border-radius:1rem;box-shadow:0 .5rem 1rem #00000026;display:flex;border:1px solid #3b7f56;position:relative;padding-bottom:2rem;overflow:hidden;transition:all .3s ease}.product-card:hover{transition:all .3s ease;transform:scale(1.05)}.product-info{display:flex;padding:1.5rem;gap:1rem}.product-info img{width:33%;object-fit:cover;border-radius:.5rem;flex-shrink:0}.product-text{display:flex;flex-direction:column;justify-content:center;text-align:left;flex:1}.product-text h1{font-family:Work Sans,sans-serif;font-size:2rem;color:#3b7f56;margin-bottom:.3rem}.product-text .desc{margin:1rem 0 .5rem;font-size:1rem;color:#4f6e5b;font-weight:400}.product-text .price{font-size:1.5rem;font-weight:600;color:#2f6445}.add-btn{background-color:#3b7f5626;color:#3b7f56;border:none;border-top:2px solid #3b7f56;padding:.6rem 1.2rem;font-size:1rem;border-radius:0 0 .5rem .5rem;cursor:pointer;transition:all .3s ease;font-family:Work Sans,sans-serif;width:100%;position:absolute;bottom:0}.add-btn.added{background-color:#3b7f56;color:#f9f6ef}.add-btn:hover{background-color:#3b7f56;color:#f9f6ef;border-top-color:#2f6445}@media (max-width: 768px){.products{padding:0 1rem}.products h1{font-size:2.5rem}.category-title{font-size:1.6rem}.products .products-section{grid-template-columns:1fr 1fr;gap:1rem}.product-info{flex-direction:column;align-items:center;text-align:center;padding:1rem}.product-info img{width:75%}.product-text{align-items:center}.product-text h1{font-size:1.3rem}.product-text .desc{display:none}.product-text .price{font-size:1.2rem}.add-btn{font-size:.95rem;padding:.5rem 1rem}}.see-more-btn{margin-top:2rem;background-color:#3b7f56}.see-more-btn:hover{transform:scale(1.15);background-color:#f9f6ef;color:#3b7f56;border-color:#3b7f56}.best-sellers{padding:5rem 3rem}@media (max-width:768px){.best-sellers{padding:5rem 1rem}}.container_5496fe{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:calc(var(--uib-size) * .18);width:var(--uib-size)}.inner_3d3774{--uib-dot-size: calc(var(--uib-size) * .18);position:relative;display:flex;align-items:center;justify-content:space-between;width:var(--uib-size);height:var(--uib-dot-size)}.dot_e701da{position:absolute;top:calc(50% - var(--uib-dot-size) / 2);left:calc(0px - var(--uib-dot-size) / 2);display:block;height:var(--uib-dot-size);width:var(--uib-dot-size);border-radius:50%;background-color:var(--uib-color);animation:stream_9a1f73 var(--uib-speed) linear infinite both;transition:background-color .3s ease}.dot_e701da:nth-child(2){animation-delay:calc(var(--uib-speed) * -.2)}.dot_e701da:nth-child(3){animation-delay:calc(var(--uib-speed) * -.4)}.dot_e701da:nth-child(4){animation-delay:calc(var(--uib-speed) * -.6)}.dot_e701da:nth-child(5){animation-delay:calc(var(--uib-speed) * -.8)}@keyframes stream_9a1f73{0%,to{transform:translate(0) scale(0)}50%{transform:translate(calc(var(--uib-size) * .5)) scale(1)}99.999%{transform:translate(calc(var(--uib-size))) scale(0)}}.products-header{padding-top:7rem;background-color:#f9f6ef;text-align:center}.products-header h1{font-family:Playfair Display,serif;font-size:5rem;color:#3b7f56}.notfound-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;padding:2rem;text-align:center}.notfound-code{font-size:6rem;font-weight:700;color:#3b7f56;margin-bottom:1rem}.notfound-message{font-size:1.25rem;color:#666;margin-bottom:2rem}.notfound-link{text-decoration:none;background-color:#3b7f56;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;transition:background-color .3s ease}.notfound-link:hover{background-color:#2e6544}.site-footer{background:#3b7f56;border-top:1px solid rgba(255,255,255,.1);color:#f0fdf4;padding:2.5rem 1rem 1.5rem;font-family:Work Sans,sans-serif;font-size:.95rem;margin-top:auto;box-shadow:0 -4px 12px #0000001a}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;padding:0 1rem}.footer-section h4{margin-bottom:.5rem;font-size:1.1rem;color:#fff}.footer-section p,.footer-section ul,.footer-bottom{color:#e5ffee;font-size:.9rem;margin:.2rem 0}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin:.3rem 0}.footer-section a{color:#caffd2;text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.cart-sidebar{position:fixed;top:0;right:0;height:100vh;width:360px;box-shadow:-2px 0 10px #00000026;background-color:#f6fef9;padding:1.5rem;z-index:2000;overflow-y:auto;color:#1f3c2e;transform:translate(100%);transition:transform .3s ease-in-out}.cart-sidebar.show{transform:translate(0)}.backdrop{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999}.close-btn{background:none;border:none;font-size:2rem;color:#1f3c2e;float:right}.cart-items{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem;border-bottom:1px solid #b2d8c3;padding-bottom:1rem}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:8px}.item-details h4{margin:0}.quantity{display:flex;align-items:center;gap:.5rem}.quantity button{padding:.3rem .7rem;font-size:1rem;background:#e1f0e7;border:none;border-radius:4px;color:#1f3c2e;transition:background-color .2s}.quantity button:hover{background-color:#d2e9dc}.delete-btn{background:transparent;border:none;color:#c92a2a;font-size:.9rem;margin-top:.5rem;cursor:pointer}.cart-summary{margin-top:2rem}.cart-summary p{font-weight:600;margin:.5rem 0}.checkout-btn{background:#3b7f56;color:#fff;padding:.8rem;width:100%;border:none;border-radius:6px;margin-top:1rem;cursor:pointer;transition:background-color .2s}.checkout-btn:hover{background-color:#2f6445}.continue-btn{display:inline-block;text-align:center;margin-top:1rem;color:#3b7f56;text-decoration:underline;cursor:pointer}
