:root{--primary-color: #043927;--secondary-color: #333;--background-color: #ffffff;--hover-color: #34845e;--text-color: #333;--font-family: "Arial", sans-serif}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--background-color);margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.cta-button{display:inline-block;background-color:var(--primary-color);color:#fff;padding:15px 30px;text-decoration:none;border-radius:25px;font-weight:700;border:none;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:var(--hover-color)}.shop-container{padding:20px}.shop-header{text-align:center;margin-bottom:20px;padding:50px 0;background-color:#f4f4f4}.shop-header h1{font-size:2.5rem}.shop-main-content{display:grid;grid-template-columns:1fr 4fr;gap:40px}.filters-sidebar .filter-group{margin-bottom:20px}.filters-sidebar h3{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.toggle-arrow{border:solid black;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.price-slider{width:100%}.price-range{display:flex;justify-content:space-between;font-size:.9rem}.filters-sidebar label{display:block;margin-bottom:5px}.show-more{color:#007bff;text-decoration:underline}.products-section .products-header{margin-bottom:20px}.products-section .products-header h2{font-size:1.5rem;margin-bottom:10px}.view-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.view-buttons button{padding:8px 16px;border:1px solid #ccc;background-color:#fff;cursor:pointer}.view-buttons button.active{background-color:#eee}.sort-options select{padding:8px;border:1px solid #ccc}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{border:1px solid #eee;text-align:center}.product-image{width:100%;height:250px;object-fit:cover}.product-info{padding:15px}.product-name{font-size:1.1rem;font-weight:700}.product-description{font-size:.9rem;color:#666}.product-price{font-weight:700;margin-top:10px}.filters-sidebar .content-hidden{display:none}.toggle-arrow.rotated{transform:rotate(-135deg)}.view-buttons button svg{margin-right:8px;vertical-align:middle}.product-list{display:block}.product-list .product-card{display:flex;align-items:center;margin-bottom:20px;text-align:left}.product-list .product-image{width:150px;height:150px;margin-right:20px}@media (max-width: 768px){.shop-main-content{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}}.product-image-container{overflow:hidden}.product-card:hover .product-image{transform:scale(1.1);transition:transform .3s ease}.product-card:hover .product-info .product-name,.product-card:hover .product-info .product-description{color:var(--hover-color);text-decoration:underline}.product-card:hover .product-info .product-price{color:var(--hover-color)}.mobile-filter-header{display:none;text-align:center;margin-bottom:20px}.filters-sidebar-header{display:none;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #ccc}.page-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.page-overlay.active{display:block}@media (max-width: 768px){.mobile-filter-header{display:block}.filters-sidebar{position:fixed;top:0;left:-300px;width:300px;height:100%;background:#fff;z-index:1000;transition:left .3s ease;overflow-y:auto;padding:20px}.filters-sidebar.open{left:0}.filters-sidebar-header{display:flex}.shop-main-content{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}.cart-sidebar{position:fixed;top:0;right:-100%;width:100%;max-width:420px;height:100%;background-color:#fff;box-shadow:-5px 0 25px #00000026;transition:right .4s ease-in-out;z-index:1050;display:flex;flex-direction:column;color:#1c1c1c;font-family:var(--font-family, "Arial", sans-serif)}.cart-sidebar.is-open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e5e5e5}.cart-header h3{margin:0;font-size:1.8rem;font-weight:700;text-transform:uppercase}.close-cart{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#888;line-height:1}.cart-column-titles{display:flex;justify-content:space-between;padding:10px 25px;border-bottom:1px solid #e5e5e5;font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase}.cart-body{flex-grow:1;padding:20px 25px;overflow-y:auto}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:flex-start}.cart-item img{width:100px;height:auto;border-radius:8px}.item-details h4{font-size:1.1rem;font-weight:700;margin:0 0 5px;text-transform:uppercase}.item-details p{margin:0 0 5px;font-size:.9rem;color:#555}.item-details .sub-price{font-size:.9rem;color:#888}.item-total-price{font-weight:700;font-size:1.1rem}.item-controls{display:flex;align-items:center;gap:20px;margin-top:15px}.quantity-selector{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:20px}.quantity-selector button{background:none;border:none;width:35px;height:35px;cursor:pointer;font-size:1.2rem;color:#888}.quantity-selector .quantity{padding:0 5px;font-weight:600;font-size:1rem}.remove-item{background:none;border:none;cursor:pointer}.remove-item svg{width:20px;height:20px;fill:#888}.cart-footer{padding:20px 25px;border-top:1px solid #e5e5e5;background:#fff}.cart-footer .subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:20px;text-transform:uppercase}.subtotal-amount{font-weight:700}.empty-cart-message{text-align:center;padding-top:50px;color:#888}.checkout-button{background-color:var(--primary-color);color:#fff;text-align:center;width:100%;padding:15px;text-decoration:none;display:inline-block;border-radius:4px}.main-header[data-astro-cid-vxlbulin]{background-color:var(--primary-color);padding:15px 20px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1000}.logo[data-astro-cid-vxlbulin]{display:flex;align-items:center}.logo[data-astro-cid-vxlbulin] a[data-astro-cid-vxlbulin]{color:#fff;text-decoration:none;font-size:2rem;font-weight:700}.logo-text[data-astro-cid-vxlbulin]{color:#fff;font-size:1.2rem;font-weight:700}.header-controls[data-astro-cid-vxlbulin],.header-actions[data-astro-cid-vxlbulin]{display:flex;align-items:center;gap:15px}.header-actions[data-astro-cid-vxlbulin] a[data-astro-cid-vxlbulin]{color:#fff;text-decoration:none;font-size:1.2rem;position:relative}.cart-notification-badge[data-astro-cid-vxlbulin]{position:absolute;top:-5px;right:-10px;background-color:#ff4d4d;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transform:scale(0);transition:transform .2s ease}.cart-notification-badge[data-astro-cid-vxlbulin].is-visible{transform:scale(1)}.main-nav[data-astro-cid-vxlbulin],.header-actions[data-astro-cid-vxlbulin] .user-icon[data-astro-cid-vxlbulin]{display:none}.menu-toggle[data-astro-cid-vxlbulin]{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-bar[data-astro-cid-vxlbulin]{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease-in-out}.mobile-nav-panel[data-astro-cid-vxlbulin]{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:var(--primary-color);box-shadow:-4px 0 15px #0003;transition:right .3s ease-in-out;z-index:1000;display:flex;flex-direction:column;padding:60px 20px 20px}.mobile-nav-panel[data-astro-cid-vxlbulin].is-open{right:0}.mobile-nav-panel[data-astro-cid-vxlbulin] a[data-astro-cid-vxlbulin]{color:#fff;text-decoration:none;font-size:1.2rem;padding:15px 10px;border-bottom:1px solid rgba(255,255,255,.1)}.page-overlay[data-astro-cid-vxlbulin]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.page-overlay[data-astro-cid-vxlbulin].is-active{display:block}.menu-toggle[data-astro-cid-vxlbulin].is-active .hamburger-bar[data-astro-cid-vxlbulin]:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-toggle[data-astro-cid-vxlbulin].is-active .hamburger-bar[data-astro-cid-vxlbulin]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-vxlbulin].is-active .hamburger-bar[data-astro-cid-vxlbulin]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (min-width: 769px){.main-header[data-astro-cid-vxlbulin]{justify-content:space-between}.main-nav[data-astro-cid-vxlbulin]{display:flex;align-items:center;gap:15px}.main-nav[data-astro-cid-vxlbulin] a[data-astro-cid-vxlbulin]{color:#fff;text-decoration:none;font-weight:700}.header-actions[data-astro-cid-vxlbulin] .user-icon[data-astro-cid-vxlbulin]{display:flex}.header-actions[data-astro-cid-vxlbulin]{gap:20px}.menu-toggle[data-astro-cid-vxlbulin],.mobile-nav-panel[data-astro-cid-vxlbulin],.page-overlay[data-astro-cid-vxlbulin]{display:none!important}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--primary-color);color:#fff;padding:60px 40px}.footer-main[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:20px}.footer-column[data-astro-cid-sz7xmlte]{flex:1 1 200px;min-width:150px}.footer-column[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:1.1rem;margin-bottom:20px}.footer-column[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.footer-column[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:10px}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff;text-decoration:none}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.2);padding-top:20px;font-size:.9rem;flex-wrap:wrap;gap:20px}.social-icons[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{margin-right:15px}.payment-icons[data-astro-cid-sz7xmlte]{display:flex;gap:10px}@media (max-width: 768px){.footer-main[data-astro-cid-sz7xmlte]{flex-direction:column}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center}}
