@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");:root{--green:#04c43e;--green-hover:#008834}*{padding:0;margin:0;border:none;outline:none;font-family:Inter;box-sizing:border-box;text-decoration:none;transition:all .2s linear}html{scroll-behavior:smooth}.page-container{max-width:1400px;margin:0 auto;padding:0}.hero-section{position:relative;background:url(/assets/images/bg-1.png) no-repeat;padding:3rem 2rem;border-radius:.5rem;margin-top:1rem;margin-bottom:2rem;text-align:center;background-size:cover;background-position:50%;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.308),rgba(155,155,155,.788) 50%,rgba(255,255,255,.5));z-index:1}.hero-content{position:relative;z-index:2}.hero-section h1{font-size:2.5rem;font-weight:600;margin:0 0 1rem;color:#222}.hero-section p{font-size:1.1rem;max-width:600px;margin:0 auto;color:#555}.navigation-bar{justify-content:space-between;padding:0 2rem;margin-bottom:1.5rem}.breadcrumb,.navigation-bar{display:flex;align-items:center}.breadcrumb{font-size:.9rem;color:#666}.breadcrumb-separator{margin:0 .5rem;color:#ccc}.breadcrumb-active{font-weight:500;color:#333}.product-count{font-size:.9rem;color:#666}.controls-container{padding:0 2rem;margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.category-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.category-tab{padding:.5rem 1rem;border:none;background-color:#f0f0f0;border-radius:2rem;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.category-tab:hover{background-color:#e0e0e0}.category-tab.active{background-color:#333;color:white}.controls-right{display:flex;align-items:center;gap:1rem}.view-toggle{display:flex;border-radius:.5rem;overflow:hidden}.toggle-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background-color:#f0f0f0;color:#666;cursor:pointer;transition:all .2s ease}.toggle-button.active{background-color:#333;color:white}.filter-button{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;background-color:#f0f0f0;border-radius:2rem;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.filter-button:hover{background-color:#e0e0e0}.search-container{max-width:300px}.search-bar,.search-container{position:relative;width:100%}.search-input{width:100%;padding:.75rem 2.5rem;border:1px solid #e0e0e0;border-radius:2rem;font-size:.95rem;background-color:#f8f8f8;transition:all .2s ease}.search-input:focus{outline:none;background-color:white;border-color:#ccc;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.search-icon{left:1rem}.clear-search,.search-icon{position:absolute;top:50%;transform:translateY(-50%);color:#999}.clear-search{right:1rem;border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.filter-sidebar{position:fixed;top:0;right:-320px;width:320px;height:100vh;background-color:white;box-shadow:-5px 0 15px rgba(0,0,0,.1);z-index:1000;transition:right .3s ease;padding:2rem;overflow-y:auto}.filter-sidebar.open{right:0}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.filter-header h3{margin:0;font-size:1.2rem;font-weight:600}.close-filter{background:none;border:none;color:#666;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.filter-section{margin-bottom:2rem}.filter-section h4{font-size:1rem;font-weight:500;margin:0 0 1rem}.filter-categories{display:flex;flex-direction:column;gap:.75rem}.filter-category{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:.5rem;font-size:.95rem;color:#333;background-color:white;text-align:left;cursor:pointer;transition:all .2s ease}.filter-category:hover{background-color:#f8f8f8}.filter-category.active{border-color:#333;background-color:#f0f0f0;font-weight:500}.main-content{padding:0 2rem 4rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.products-grid.list-view{grid-template-columns:1fr}.product-card{background-color:white;border-radius:1rem;overflow:hidden;transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.03)}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.08)}.products-grid.list-view .product-card{display:grid;grid-template-columns:240px 1fr}.product-image-container{position:relative;padding-top:100%;overflow:hidden}.products-grid.list-view .product-image-container{padding-top:0;height:100%}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;padding:1rem}.products-grid.list-view .product-image{position:relative;height:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem;position:relative}.product-name{font-size:1.1rem;font-weight:500;margin:0 0 .5rem;color:#222}.product-category-tag{display:inline-block;padding:.3rem .8rem;background-color:#e7f2ff;border-radius:1rem;font-size:.75rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.description-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;background:none;border:1px solid #eee;border-right:none;border-left:none;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.description-toggle:hover{color:#333}.product-description{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.product-description.expanded{max-height:400px;padding-top:1rem}.product-description p{margin:0;font-size:.95rem;line-height:1.6;color:#555}.empty-state{text-align:center;padding:4rem 0}.empty-state-icon{margin-bottom:1.5rem;color:#ccc}.empty-state h3{font-size:1.25rem;color:#333;margin-bottom:.5rem}.empty-state p{color:#777;font-size:.95rem;margin-bottom:1.5rem}.clear-filters-button{padding:.75rem 1.5rem;background-color:#f0f0f0;border:none;border-radius:2rem;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.clear-filters-button:hover{background-color:#e0e0e0}.loading-container{flex-direction:column;padding:6rem 0}.loading-container,.mainLink{display:flex;align-items:center;justify-content:center}.mainLink{font-size:1.25rem;background:#f9f9f9;width:100%;text-align:center;padding-bottom:3rem;color:#008834;font-weight:600}.pulse-loader{width:60px;height:60px;border-radius:50%;background-color:#f0f0f0;box-shadow:0 0 0 rgba(0,0,0,.1);animation:pulse 1.5s infinite;margin-bottom:1.5rem}@keyframes pulse{0%{transform:scale(.8);box-shadow:0 0 0 0 rgba(0,0,0,.2)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(0,0,0,0)}to{transform:scale(.8);box-shadow:0 0 0 0 rgba(0,0,0,0)}}.loading-container p{font-size:1rem;color:#666}@media (max-width:768px){.hero-section{padding:2rem 1.5rem}.category-tab{display:none}.hero-section h1{font-size:2rem}.controls-container,.main-content,.navigation-bar{padding-left:1.5rem;padding-right:1.5rem}.controls-container{flex-direction:column;align-items:stretch}.controls-right{width:100%;justify-content:space-between}.search-container{max-width:none;width:100%}.filter-button.mobile-only{display:flex}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.products-grid.list-view,.products-grid.list-view .product-card{grid-template-columns:1fr}.product-info{padding:1rem}.mainLink,.product-name{font-size:1rem}}.Footer_footer__yl3k1{width:100%;background-color:#2c3e50;color:#ecf0f1;padding:3rem 0 0}.Footer_container__MaumR{padding:0 15%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.Footer_logoColumn__G1YNh{display:flex;flex-direction:column}.Footer_logo__ZIHpg{font-size:1.8rem;font-weight:700;color:#fff;font-family:Domine,serif;text-decoration:none;margin-bottom:1rem}.Footer_logo__ZIHpg span{color:#4CAF50}.Footer_tagline__VeQYX{font-size:.95rem;line-height:1.6;opacity:.9}.Footer_contactColumn__W7U05,.Footer_linksColumn__YXVyT{display:flex;flex-direction:column}.Footer_columnTitle__7Sdry{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.Footer_columnTitle__7Sdry:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#4CAF50}.Footer_contactList__7dmMG,.Footer_linksList__7RX8w{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.Footer_linksList__7RX8w a{color:#ecf0f1;text-decoration:none;transition:color .3s ease;font-size:.95rem}.Footer_linksList__7RX8w a:hover{color:#4CAF50}.Footer_contactList__7dmMG li{display:flex;align-items:center;gap:.8rem;font-size:.95rem}.Footer_contactList__7dmMG i{color:#4CAF50;width:20px;text-align:center}.Footer_copyright__g3z6w{text-align:center;padding:1.5rem 0;margin-top:3rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;opacity:.8}.Footer_copyright__g3z6w a{color:#fff}@media (max-width:768px){.Footer_container__MaumR{grid-template-columns:1fr;gap:2.5rem;padding:1rem 2rem}.Footer_columnTitle__7Sdry{margin-bottom:1rem}}.Navbar_top__f_O1I{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 5%;background:#444;border-bottom:1px solid #e0e0e0}.Navbar_contact__Y66rf{font-size:.85rem;color:#ddd;display:flex;align-items:center;gap:.5rem;margin:.3rem 0}.Navbar_contact__Y66rf i{font-size:.9rem;color:#4a934a}.Navbar_navbar__zhZYq{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.8rem 5%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Navbar_logo__YNqJh,.Navbar_logo__YNqJh span{font-size:1.6rem;font-weight:700;color:#ff8c00;font-family:Domine,serif;text-decoration:none;transition:color .3s ease}.Navbar_logo__YNqJh:focus,.Navbar_logo__YNqJh:hover{color:#e67e22}.Navbar_logo__YNqJh span{color:#4a934a}.Navbar_menuButton__EL8Lz{display:none;background:none;border:none;font-size:1.5rem;color:#4a934a;cursor:pointer;padding:.5rem;order:2}.Navbar_navigation___DVle{display:flex;gap:1.5rem;transition:all .3s ease}.Navbar_link__koQk0{font-size:1rem;color:#333;text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.Navbar_link__koQk0:focus,.Navbar_link__koQk0:hover{color:#4a934a}.Navbar_link__koQk0:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#4a934a;transition:width .3s ease}.Navbar_link__koQk0:focus:after,.Navbar_link__koQk0:hover:after{width:100%}@media (max-width:768px){.Navbar_top__f_O1I{padding:.5rem 5%;flex-direction:column;gap:.3rem}.Navbar_contact__Y66rf{font-size:.8rem}.Navbar_navbar__zhZYq{flex-wrap:wrap}.Navbar_menuButton__EL8Lz{display:block}.Navbar_navigation___DVle{flex-direction:column;width:100%;max-height:0;overflow:hidden;gap:0;order:3}.Navbar_navigation___DVle.Navbar_showNav__RrhT3{max-height:500px;padding:1rem 0}.Navbar_link__koQk0{padding:.8rem 0;border-bottom:1px solid #f0f0f0;width:100%}.Navbar_link__koQk0:after{display:none}}@media (min-width:769px) and (max-width:1024px){.Navbar_navbar__zhZYq{padding:.8rem 5%}.Navbar_navigation___DVle{gap:1rem}}