body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}:root{--primary-color: #1a1a1a;--accent-color: #ff6b35;--text-dark: green;--text-light: #666666;--bg-white: #ffffff;--hover-bg: #f8f9fa;--border-color: #e0e0e0;--transition: all .3s ease}.navbar{background:4px #0000000d;position:sticky;top:0;z-index:100;border-bottom:1px solid transparent;box-shadow:0 1px 4px #0003;transition:var(--transition)}.navbar.scrolled{background:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:0 2px 8px #0000001a}.navbar-container{max-width:90%;margin:0 auto;padding:0 10px;display:flex;justify-content:space-between;align-items:center;height:110px;position:relative}.navbar-logo{display:flex;align-items:center;text-decoration:none;transition:var(--transition)}.navbar-logo:hover{transform:scale(1.05)}.logo-img{height:100px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:20px;margin-right:2rem;padding:0;flex:1;justify-content:flex-end}.nav-item{position:relative;margin:0}.nav-link{color:var(--text-dark);text-decoration:none;font-size:16px;font-weight:600;transition:var(--transition);padding:10px 16px;border-radius:6px;display:block;position:relative}.nav-link:after{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.nav-link:hover{color:var(--accent-color)}.nav-link:hover:after{width:60%}.nav-link:hover,.nav-link.active{color:var(--accent-color)}.nav-link:hover:after,.nav-link.active:after{width:60%}.nav-icons{display:flex;gap:20px;align-items:center;flex-shrink:0}.nav-icon{color:var(--text-dark);font-size:22px;text-decoration:none;transition:var(--transition);cursor:pointer;padding-right:30px;border-radius:50%}.nav-icon-img{width:20px;height:20px;display:block;filter:brightness(0)}.nav-icon:hover{transform:scale(1.1)}.cart-wrapper{position:relative;display:inline-block}.cart-badge{position:absolute;top:-8px;right:-4px;background-color:orange;color:#fff;font-size:12px;font-weight:bolder;padding:1px;border-radius:50%;min-width:15px;text-align:center;line-height:1}.menu-toggle{display:none;background:transparent;border:none;color:var(--text-dark);font-size:24px;cursor:pointer;padding:8px 12px;transition:var(--transition)}.lang_btn{background:transparent;border:1px solid var(--border-color);color:var(--text-dark);font-size:14px;font-weight:600;padding:8px 12px;border-radius:6px;cursor:pointer;transition:var(--transition)}.lang-switch{position:relative;width:70px;height:30px;box-sizing:border-box;border:1px solid #cfd3d8;border-radius:999px;background:#ececf0;display:flex;align-items:center;justify-content:space-between;padding:0 7px;cursor:pointer;-webkit-user-select:none;user-select:none;overflow:hidden}.lang-thumb{position:absolute;top:1px;left:0;width:26px;height:26px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 1px 4px #0003;transition:transform .25s ease;z-index:2}.lang-switch.np .lang-thumb{transform:translate(40px)}.lang-flag{font-size:12px;line-height:1}@media(max-width:768px){.navbar-container{max-width:100%;padding:0 12px;height:70px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{flex:1}.logo-img{height:77px}.nav-icons{flex:1;display:flex;align-items:center;justify-content:space-evenly;gap:0;margin-left:0}.nav-icon{padding-right:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center}.lang_btn,.menu-toggle{width:42px;height:34px;padding:0;display:flex;align-items:center;justify-content:center}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:10px 0;background:var(--bg-white);border-top:1px solid var(--border-color);box-shadow:0 8px 24px #0000001f;z-index:1000}.nav-menu.open{display:flex}.nav-item{width:100%}.nav-link{width:100%;padding:12px 20px;font-size:14px;border-radius:0}.nav-link:after{display:none}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;margin:0;padding:0 0 0 10px;min-width:0;box-shadow:none;border:none;background:transparent}.dropdown-menu a{padding:10px 20px;font-size:13px}.dropdown-menu a:hover{padding-left:20px}.nav-icons{gap:10px}.lang_btn{padding:6px 10px;font-size:12px}}@media(max-width:480px){.navbar-container{padding:0 12px;height:70px}.logo-img{height:60px}.nav-icons{gap:10px}.nav-icon{font-size:20px;padding-right:0}}.footer{position:relative;overflow:hidden;background:linear-gradient(to bottom,#d65f23,#e86f28,#f9a233);color:#f5f5f5;padding:60px 0 0}.footer:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.01) 1px,transparent 1px);background-size:40px 40px;opacity:.4}.footer-content{max-width:1400px;margin:0 auto;padding:0 20px 28px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px;align-items:start;position:relative;z-index:1}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{width:150px;height:auto;filter:drop-shadow(0 0 0 white) drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white) drop-shadow(2px 2px 0 white) drop-shadow(-2px -2px 0 white) drop-shadow(-2px 2px 0 white) drop-shadow(2px -2px 0 white);margin-bottom:8px}.footer-tagline{font-size:14px;line-height:1.6;opacity:.95;max-width:280px}.footer-section{max-width:320px}.footer-section h4{font-size:18px;font-weight:700;margin-bottom:14px;letter-spacing:.5px}.footer-info ul{list-style:none;padding:0;margin:0}.footer-info ul li{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:14px;opacity:.95}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-nav ul li a{color:#fff;text-decoration:none;font-size:14px;opacity:.95;position:relative;transition:.3s}.footer-nav ul li a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background:#fff;transition:.3s}.footer-nav ul li a:hover:after{width:100%}.footer-nav ul li a:hover{opacity:1}.footer-social{margin-top:18px}.footer-social h4{margin:0 0 10px;font-size:18px;font-weight:700}.footer-social ul{list-style:none;padding:0;margin:0;display:flex;gap:10px;align-items:center}.footer-social ul li a{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ffffff1f;color:#fff;text-decoration:none;transition:transform .18s,background .18s}.footer-social ul li a:hover{transform:translateY(-3px);background:#fff3}.footer-social ul li a img{width:18px;height:18px;display:block;filter:invert(1) brightness(2)}@media(min-width:1024px){.footer-social ul{gap:14px}}.footer-bottom{text-align:center;padding:18px 20px;border-top:1px solid rgba(255,255,255,.1);background:#0000004d;font-size:13px}@media(min-width:1024px){.footer-nav ul{flex-direction:row;gap:24px}}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(3,1fr)}.footer-brand,.footer-info{grid-column:span 3}}@media(max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:20px}.footer-brand,.footer-info{grid-column:1 / -1}.footer-logo{width:130px}}@media(max-width:480px){.footer-content{grid-template-columns:1fr}.footer-brand,.footer-info{grid-column:auto}}:root{--navbar-height: 80px}.layout{min-height:100vh;display:flex;flex-direction:column;background:#fff}.layout .navbar{position:fixed;top:0;left:0;right:0;z-index:1000}.layout-content{flex:1;background:#fff}.layout-footer{height:60px;background:#fff}.btn{padding:14px 32px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn:hover,.btn:focus,.btn:active,.btn:visited{text-decoration:none}.btn-primary{background:linear-gradient(135deg,#f9a233,#e86f28 60%,#d95a1c);color:#fff;box-shadow:0 4px 10px #e86f2859;letter-spacing:.3px}.btn-primary:hover{background:linear-gradient(135deg,#f9ae4d,#ed7d36 60%,#e06720);transform:translateY(-2px);box-shadow:0 6px 14px #e86f2873}.btn-secondary{background-color:transparent;color:#2d3a2d;border:2px solid #2d3a2d}.btn-secondary:hover{background-color:#2d3a2d;color:#fff}.btn-light{background-color:#fff;color:#2d3a2d}.btn-light:hover{background-color:#f5a623;color:#fff}.btn-large{padding:18px 40px;font-size:1.1rem}.features{padding:80px 60px;background-color:#fff}.features h2{text-align:center;font-size:2.5rem;color:#2d3a2d;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:12px}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;color:#2d3a2d;margin-bottom:.75rem}.feature-card p{color:#5a6b5a;line-height:1.6}.intro-list{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.9rem}.intro-list li{position:relative;padding-left:22px;color:#3f463b;line-height:1.6}.intro-list li:before{content:"";position:absolute;left:0;top:.65rem;width:8px;height:8px;border-radius:50%;background:#f7941d}.intro-cta{margin-top:.5rem}.intro-visual img{width:100%;height:auto;object-fit:cover}.stats{padding:80px 60px;background-color:#e8f4ed}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.stat-card{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.stat-icon{font-size:3.5rem;line-height:1}.stat-text{color:#2d7a3e;font-size:1.1rem;font-weight:600;line-height:1.5;margin:0}.featured-card{background:#fff;border:1px solid #eceff3;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 22px #0e141f0f;transition:transform .25s ease,box-shadow .25s ease}.featured-card:hover{transform:translateY(-6px);box-shadow:0 14px 34px #0e141f1f}.featured-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;min-height:180px;background:#f3f5f7}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-label{margin:18px 24px 10px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f39c12}.featured-title{margin:0 24px 16px;font-size:1.44rem;line-height:1.3;color:#1a5f4a}.featured-description{margin:0 24px 28px;font-size:1.08rem;line-height:1.8;color:#5c6470;flex-grow:1}.featured-btn{margin:0 24px 28px;align-self:flex-start;display:inline-flex;align-items:center;text-decoration:none;background:linear-gradient(90deg,#e86e2f,#f39c12);color:#fff;border-radius:8px;padding:13px 20px;font-size:.9rem;font-weight:700;letter-spacing:.02em;transition:filter .2s ease,transform .2s ease}.featured-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.featured-sections{width:min(1150px,100%);margin:108px auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:22px}.featured-image{min-height:300px}@media(max-width:1200px){.featured-sections{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:28px}.featured-image{min-height:250px}}@media(max-width:768px){.featured-sections{grid-template-columns:1fr;gap:20px;margin:72px auto}.featured-image{min-height:210px}}.intro .container{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:36px}.intro-text{order:1}.intro-visual{order:2;justify-self:end;width:100%;max-width:520px}.intro-visual img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:768px){.intro .container{grid-template-columns:1fr;gap:20px}.intro-visual{justify-self:center;max-width:420px}}@media(max-width:768px){.intro{padding:60px 0}.intro-text h2{font-size:2.2rem}}.main-page-intro{display:grid;grid-template-columns:3fr 1fr;align-items:center;gap:24px}.intro-text{min-width:0}.intro-visual{width:100%;justify-self:end}.intro-visual img{width:100%;max-width:320px;height:auto;display:block;margin-left:auto;object-fit:cover}@media(max-width:768px){.main-page-intro{grid-template-columns:1fr}.intro-visual{justify-self:center}.intro-visual img{margin:0 auto}}.product-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:4px;align-items:start}.product-sidebar{position:sticky;top:96px;align-self:start;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto;z-index:10;background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:16px}.sidebar-title{margin:0 0 12px;font-size:18px}.sidebar-label{display:block;margin:10px 0 8px;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#555}.sidebar-search-input{width:100%;height:40px;border:1px solid #d9d9d9;border-radius:8px;padding:0 12px;outline:none}.sidebar-filters{display:grid;gap:8px;margin-bottom:12px;max-height:240px;overflow:auto}.filter-option{display:flex;align-items:center;gap:8px;font-size:14px}.clear-filter-btn{width:100%;border:0;border-radius:8px;padding:10px 12px;cursor:pointer;background:#f2f4f7}.product-content{min-width:0}.product-grid{margin-left:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:50px;row-gap:40px}@media(max-width:768px){.subpage-header-title{font-size:36px}.subpage-header-subtitle{font-size:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-section{padding:4px 1px}}@media(max-width:480px){.subpage-header-section{padding:40px 15px}.subpage-header-title{font-size:28px}.subpage-header-subtitle{font-size:14px}.product-grid{grid-template-columns:2fr}.product-section{padding:30px 15px}.product-image-wrapper{height:250px}}@media(max-width:1280px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.product-layout{grid-template-columns:1fr}.product-sidebar{position:static;top:auto;max-height:none;overflow:visible}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:40px}}@media(max-width:640px){.product-grid{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.order-details-overlay{--brand-orange: #f7941d;--brand-blue: #2e3192;--brand-teal: #003c58;--brand-green: #0b9444;--brand-bright-green: #00a651;position:fixed;inset:0;background:#2e319259;display:flex;align-items:center;justify-content:center;padding:16px;z-index:2000}.order-details-modal{width:min(920px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;border:1px solid rgba(46,49,146,.2);box-shadow:0 24px 80px #003c5833;padding:20px}.order-details-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.order-details-title{margin:0;font-size:1.4rem;color:var(--brand-blue)}.order-details-close{border:none;background:transparent;font-size:1.9rem;line-height:1;cursor:pointer;padding:0;color:var(--brand-blue)}.order-details-close:hover{color:var(--brand-green)}.order-details-form{display:flex;flex-direction:column;gap:16px}.order-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.order-details-section{background:#fffaf2;border:1px solid rgba(247,148,29,.25);border-radius:12px;padding:16px}.order-details-section-title{margin:0 0 12px;font-size:1.05rem;color:var(--brand-teal)}.order-details-label{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;color:var(--brand-teal)}.order-details-input,.order-details-textarea{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:1rem}.order-details-input:focus,.order-details-textarea:focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px #2e319226}.order-details-textarea{min-height:96px;resize:vertical}.order-details-items-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.order-details-item-row{display:flex;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid rgba(46,49,146,.12)}.order-details-meta{margin-top:4px;color:var(--brand-teal);font-size:.92rem}.order-details-muted{margin:0;color:var(--brand-teal);opacity:.8}.order-details-summary{background:#fff;border:1px solid rgba(46,49,146,.22);border-radius:10px;padding:12px}.order-details-summary-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--brand-blue)}.order-details-summary-row:last-child{margin-bottom:0}.order-details-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.order-details-cancel{border:1px solid var(--brand-blue);background:#fff;color:var(--brand-blue);padding:10px 16px;border-radius:8px;cursor:pointer}.order-details-cancel:hover{background:var(--brand-blue);color:#fff}.order-details-place{border:none;background:var(--brand-orange);color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer}.order-details-place:hover{background:var(--brand-bright-green)}.order-details-place:disabled{opacity:.6;cursor:not-allowed}.order-details-address-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.order-details-location-btn{border:1px solid var(--brand-green);background:#fff;color:var(--brand-green);padding:8px 12px;border-radius:8px;cursor:pointer;font-size:.92rem}.order-details-location-btn:hover{background:var(--brand-green);color:#fff}.order-details-location-btn:disabled{opacity:.7;cursor:not-allowed}.order-details-location-btn-secondary{background:#f3f4f6;color:#111827}.order-details-map-picker{margin:10px 0;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.order-details-map{margin-top:8px;border-radius:8px;overflow:hidden}.order-details-map-actions{margin-top:10px;display:flex;gap:8px;justify-content:flex-end}.order-details-error{display:block;color:#dc2626;font-size:.8rem;margin-top:4px;margin-bottom:4px;font-weight:600;line-height:1.4}.order-details-hint{display:block;color:#6b7280;font-size:.8rem;margin-top:4px;margin-bottom:4px;font-weight:400;line-height:1.4}.order-details-input[aria-invalid=true],.order-details-textarea[aria-invalid=true]{border-color:#dc2626;background-color:#fef2f2}.order-details-input[aria-invalid=true]:focus,.order-details-textarea[aria-invalid=true]:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.product-detail-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:36px 24px}.product-detail-card{display:grid;grid-template-columns:1fr 1fr;max-width:1180px;width:100%;margin:0 auto;padding:36px;gap:40px;align-items:center;background:#fff;border-radius:18px;overflow:hidden}.product-image-box{position:relative;overflow:hidden;width:380px;max-width:100%;margin:0 auto}.product-detail-image{width:100%;max-width:100%;height:auto;display:block;margin:0 auto;object-fit:contain;background:#fafafa;padding:20px;transition:transform .3s ease}.product-detail-image:hover{transform:scale(1.04)}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border:1px solid #d1d5db;border-radius:999px;background:#fffffff2;cursor:pointer}.image-nav-prev{left:12px}.image-nav-next{right:12px}.image-dots{position:absolute;left:50%;transform:translate(-50%);bottom:12px;z-index:5;display:flex;gap:8px}.image-dot{width:9px;height:9px;border-radius:999px;border:none;background:#cbd5e1;cursor:pointer}.image-dot.active{width:22px;background:#16a34a}.product-detail-content{padding:20px;display:flex;flex-direction:column;justify-content:center}.product-detail-content h1{font-size:2rem;margin-bottom:14px}.product-detail-content p{color:#555;margin-bottom:14px;font-size:1rem;line-height:1.7}.product-price{font-size:1.1rem;font-weight:600;color:#000;margin-top:14px}.quantity-wrap{display:flex;align-items:center;gap:14px;margin-top:22px}.quantity-wrap button{width:40px;height:40px;font-size:18px}.quantity-wrap span{font-size:18px;font-weight:500;min-width:30px;text-align:center}.product-total{font-size:1.1rem;font-weight:700;margin-bottom:20px}.product-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:14px;margin-top:28px;align-items:center}.btn-cart,.btn-checkout{padding:12px 20px;font-size:16px;border-radius:10px;border:none;cursor:pointer;transition:all .25s ease}.btn-cart{background:#000;color:#fff}.btn-cart:hover{opacity:.9}.btn-checkout{background:#28a745;color:#fff}.btn-checkout:hover{background:#218838}@media(max-width:768px){.product-detail-card{grid-template-columns:1fr;padding:24px;gap:24px}.product-image-box{width:100%}.product-detail-image{width:100%;max-height:280px}.product-detail-content{padding:0}}.aboutus-highlight{max-width:88%;margin:60px auto;padding:0}.highlight-container{display:grid;grid-template-columns:420px 1fr;gap:0px;align-items:stretch}.highlight-image{width:100%;aspect-ratio:16 / 11;overflow:hidden;border-radius:0}.highlight-image img{width:100%;height:100%;object-fit:cover}.highlight-content{background:#eaf5ec;border-radius:4px;padding:40px 48px;display:flex;flex-direction:column;justify-content:center}.highlight-eyebrow{font-size:14px;font-weight:700;color:#1a5f4a;margin-bottom:8px}.highlight-title{font-size:36px;font-weight:700;color:#1a5f4a;margin:0 0 16px}.highlight-text{font-size:16px;line-height:1.7;color:#333;margin:0 0 20px}.highlight-points{margin:10px 0 0;padding-left:18px;display:grid;gap:8px}.highlight-points li{line-height:1.6}@media(max-width:768px){.features-section{padding:0 20px}.aboutus-title{font-size:2.5rem}.story-title{font-size:24px}.stat-number{font-size:56px}.features-section{grid-template-columns:1fr}.feature-title{font-size:20px}}@media(max-width:768px){.highlight-container{grid-template-columns:1fr}.highlight-content{padding:28px}.highlight-title{font-size:28px}}.aboutus .phase-wrapper{background:#fff;padding:0 0 56px}.aboutus .phase-intro-header{width:min(980px,calc(100% - 32px));margin:0 auto;padding:24px 16px 10px;text-align:center}.aboutus .phase-eyebrow{display:none}.aboutus .phase-main-title{margin:0;font-size:clamp(2.1rem,4.8vw,4.1rem);line-height:1.05;font-weight:900;color:#0f172a;letter-spacing:-.04em}.aboutus .phase-accent-bar{width:min(800px,92vw);max-width:100%;height:4px;margin:14px auto 18px;border-radius:999px;background:linear-gradient(90deg,#1f7a47,#f59e0b)}.aboutus .phase-intro-text{max-width:760px;margin:0 auto;color:#4b5563;font-size:1rem;line-height:1.8}@media(max-width:768px){.aboutus .phase-intro-header{width:calc(100% - 24px);padding-top:18px}.aboutus .phase-main-title{font-size:clamp(1.8rem,6vw,3rem)}.aboutus .phase-accent-bar{width:min(320px,88vw)}}.contact-section{padding:60px 16px;background:#fff8f2}.contact-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch}.mail-us,.location-section{background:#fff;border:1px solid #f0e2d3;border-radius:18px;padding:28px;box-shadow:0 10px 28px #0000000f;height:100%;display:flex;flex-direction:column}.mail-us h2,.location-section h2{margin:0 0 8px;font-size:1.5rem;color:#2f241c}.mail-us p,.location-section p{margin:0 0 18px;color:#6f5b4a;line-height:1.6}.mail-us form{display:grid;gap:14px}.mail-us input,.mail-us textarea{width:100%;border:1px solid #dfc7ad;border-radius:12px;padding:13px 14px;font-size:.95rem;background:#fffdfb;outline:none;transition:border-color .2s,box-shadow .2s}.mail-us input:focus,.mail-us textarea:focus{border-color:#c07a3d;box-shadow:0 0 0 3px #c07a3d29}.mail-us textarea{min-height:150px;resize:vertical}.mail-us button{border:none;border-radius:12px;padding:13px 18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#c07a3d,#a8662f);cursor:pointer;transition:transform .2s ease,filter .2s ease}.mail-us button:hover{transform:translateY(-1px);filter:brightness(1.03)}.map-wrapper{border-radius:14px;overflow:hidden;border:1px solid #ead9c9;height:360px;margin-bottom:16px}.map-wrapper iframe{width:100%;height:100%;border:0}.map-link-btn{display:inline-block;padding:10px 16px;border-radius:10px;background:#2f241c;color:#fff;text-decoration:none;font-weight:600}.map-link-btn:hover{background:#1f1712}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}@media(max-width:640px){.contact-section{padding:40px 12px}.mail-us,.location-section{padding:18px}.map-wrapper{height:280px}}html,body,#root{overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}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;min-height:100vh}.app{padding:20px;max-width:1200px;margin:0 auto}.header{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:24px}.header h1{color:#667eea;font-size:32px;margin-bottom:8px}.container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.lang_btn{display:flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid #000;border-radius:999px;background:transparent;cursor:pointer}.lang-code{font-weight:700;font-size:14px}.main-page-section{position:relative;display:flex;align-items:flex-end;justify-content:flex-start;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;aspect-ratio:16 / 5.5;overflow:visible;width:100vw;margin-left:calc(-50vw + 50%);padding-bottom:20px;min-height:420px}.main-page-content{position:relative;z-index:1;flex:1;margin-left:6%;margin-right:6%;width:min(92%,900px);color:#fff}.main-page-title{font-size:clamp(2rem,6vw,4rem);color:#fff;margin-bottom:1rem;line-height:1.1}.main-page-content h1{font-size:4rem;color:#fff;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.5),4px 4px 16px rgba(0,0,0,.3)}.main-page-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:26px;width:88%;margin:0 auto;padding:60px 0;align-items:start}.intro-text h2{font-size:2rem;line-height:1.25;color:#2d7a3e;margin:0 0 1rem}.intro-text p{color:#3f463b;line-height:1.7;margin:0 0 1rem}.main-page-intro .intro-visual{width:100%;justify-self:center;align-self:start}.main-page-intro .intro-visual img{width:100%;max-width:760px;height:auto;display:block;object-fit:cover}@media(max-width:992px){.main-page-intro{grid-template-columns:1fr;gap:18px;padding:24px 0}.main-page-intro .intro-visual{justify-self:center;max-width:520px}}@media(max-width:768px){.main-page-section{width:100%;margin-left:0;aspect-ratio:auto;min-height:62vh;align-items:center;padding:24px 0;background-position:center center}.main-page-content{margin:0 16px;width:calc(100% - 32px)}.main-page-title,.main-page-content h1{font-size:clamp(2.1rem,12vw,3.4rem);line-height:1.05;margin-bottom:14px}.hero-buttons .btn{width:100%;max-width:320px;font-size:1rem;padding:12px 16px}}@media(max-width:480px){.main-page-section{min-height:58vh;padding:18px 0}.main-page-content{margin:0 12px;width:calc(100% - 24px)}.main-page-title,.main-page-content h1{font-size:clamp(1.8rem,11vw,2.8rem)}.hero-buttons .btn{max-width:100%;font-size:.95rem;padding:11px 14px}}section{margin-left:6%;margin-right:6%}.subpage-header-section{background:#fff;margin-top:0%;aspect-ratio:16 / 3.8;display:flex;align-items:flex-end;justify-content:flex-start}.subpage-header-content{padding:0 0 8px}.subpage-header-title{margin:0 0 20px;font-size:clamp(48px,5vw,72px);font-weight:900;color:#1f7a47;font-family:Merriweather,serif;line-height:1.1}.subpage-header-subtitle{margin-left:2%;margin-bottom:8%;font-size:clamp(14px,1vw,16px);font-weight:700;color:#8a8a8a;font-family:Inter,Helvetica Neue,Arial,sans-serif;line-height:1.4}.subpage-info{display:grid;grid-template-columns:1.7fr 1fr;padding:1% 0% 5%}@media(max-width:768px){section{margin-left:4%;margin-right:4%}.subpage-header-section{aspect-ratio:auto;min-height:160px;align-items:flex-end;padding-top:72px;padding-bottom:10px}.subpage-header-content{width:100%;padding:0}.subpage-header-title{margin:0 0 10px;font-size:clamp(32px,9vw,44px);line-height:1.1;word-break:break-word}.subpage-header-subtitle{margin:0;font-size:14px;line-height:1.45;max-width:95%}}@media(max-width:480px){.subpage-header-section{min-height:150px;padding-top:68px;padding-bottom:8px}.subpage-header-title{font-size:clamp(28px,10vw,36px);margin-bottom:8px}.subpage-header-subtitle{font-size:13px;max-width:100%}}.info-block{max-width:100%}.info-text{display:flex;flex-direction:column;gap:24px}.info-paragraph{font-size:clamp(14px,1vw,16px);line-height:1.5;font-family:Inter,sans-serif;margin:0}.subpage-container{margin-left:0!important;margin-right:0!important;padding:2% 0}.subpage-container .container-block{padding-left:6%;padding-right:6%;margin:0 0 40px}.subpage-container .container-block:nth-child(odd){background:#f0f8f0}.subpage-container .container-block:nth-child(2n){background:#fff}.container-block{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:60px 8%;margin-bottom:20px}.container-block.reverse{flex-direction:row-reverse}.container-text{flex:1;display:flex;flex-direction:column;gap:16px;max-width:550px}.container-heading{font-size:clamp(32px,3vw,42px);font-weight:700;color:#1f7a47;font-family:Merriweather,serif;line-height:1.2;margin:0}.container-subheading{font-size:clamp(18px,1.5vw,22px);font-weight:600;color:#333;font-family:Inter,sans-serif;line-height:1.4;margin:0 0 8px;border-bottom:3px solid #1f7a47;padding-bottom:12px;display:inline-block;align-self:flex-start}.container-paragraph{font-size:clamp(15px,1vw,17px);line-height:1.8;color:#555;font-family:Inter,sans-serif;margin:0}.container-image{flex:1;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 15px 35px #00000014;position:relative}.container-image img{width:100%;height:400px;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.container-block:hover .container-image img{transform:scale(1.05)}@media(max-width:992px){.container-block,.container-block.reverse{flex-direction:column;text-align:center;padding:40px 5%;gap:40px}.container-subheading{align-self:center}.container-image img{height:300px}}.container-info{padding:2% 6%;width:70%;display:flex;flex-direction:column;gap:20px}.validation-list{list-style-type:disc;padding-left:3%}.subpage-card-section{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:5% 0;background:#fff}.card-block{display:flex;flex-direction:column;gap:20px}.card-image{width:100%;height:250px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.card-title{font-size:clamp(22px,2.5vw,28px);font-weight:600;color:#1f7a47;font-family:Merriweather,serif;margin:0;line-height:1.3}.product-actions{display:flex;align-items:center;gap:13px}.card-btn{align-self:flex-start;padding:12px 24px;border:2px solid #1f7a47;background:transparent;color:#1f7a47;font-size:12px;font-weight:700;font-family:Inter,sans-serif;letter-spacing:.5px;cursor:pointer;transition:all .3s ease}.card-btn:hover{background:#1f7a47;color:#fff}.stats-section{display:grid;background:linear-gradient(135deg,#f9a233,#e86f28 60%,#d95a1c);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:10px auto 80px;padding:0 5%}.stat-card{text-align:center;padding:30px 0}.stat-number{font-size:90px;font-weight:800;line-height:1;margin-bottom:15px;color:#fff}.stat-label{font-size:18px;color:#fff;font-weight:500}.product-section{margin-bottom:90px}.product-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,230px));justify-content:center;gap:30px}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0f172a0f;width:200px}.product-media{height:210px;aspect-ratio:2 / 3;overflow:hidden;background:#fff}.product-image{width:98%;height:98%;object-fit:contain;display:block}.product-body{padding:10px;display:flex;flex-direction:column;flex:1;gap:8px}.product-name{font-size:.95rem;font-weight:500;line-height:1;margin:0;color:#0f172a;min-height:2em}.product-footer{margin-top:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:10px}.product-price-wrap{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.price-label{font-size:10px;letter-spacing:.06em;color:#64748b;margin:0}.product-price{font-size:.8rem;color:#0b1220;margin:0}.add-cart-btn{border:none;border-radius:8px;padding:7px 12px;font-size:.82rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#e86e2f,#f39c12);cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;align-self:auto}.add-cart-btn .nav-icon-img{width:50px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.add-cart-btn:hover{transform:translateY(-.8px);background:linear-gradient(270deg,#e86e2f,#f39c12)}.add-cart-btn:active{transform:translateY(0)}@media(max-width:640px){.product-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:0px}.product-name{font-size:.92rem;min-height:40px}.add-cart-btn{padding:8px 10px;font-size:.8rem}}.filter-section{background-color:#fff;padding:30px 0;border-bottom:1px solid #e0e0e0}.filter-container{max-width:1200px;margin:0 auto;padding:0 6%;display:flex;gap:20px;align-items:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.filter-label{font-size:14px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}.filter-select{padding:10px 15px;border:1px solid #ddd;border-radius:4px;font-size:14px;color:#555;background-color:#f9f9f9;cursor:pointer;transition:border-color .3s ease,background-color .3s ease}.filter-select:hover{border-color:#1b8b7e;background-color:#fff}.filter-select:focus{outline:none;border-color:#1b8b7e;box-shadow:0 0 0 3px #1b8b7e1a}.filter-range{width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,#e0e0e0 0% 100%);outline:none;-webkit-appearance:none;cursor:pointer}.filter-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#e07835;cursor:pointer;transition:background .3s ease;box-shadow:0 2px 4px #0003}.filter-range::-webkit-slider-thumb:hover{background:#d4691f}.filter-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#e07835;cursor:pointer;border:none;transition:background .3s ease;box-shadow:0 2px 4px #0003}.filter-range::-moz-range-thumb:hover{background:#d4691f}.filter-reset-btn{padding:10px 25px;background-color:#1b8b7e;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.filter-reset-btn:hover{background-color:#0f5d53}.no-products{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#999;font-size:16px}@media(max-width:768px){.filter-container{padding:0 4%;gap:15px}.filter-group{min-width:150px}.filter-reset-btn{width:100%}}@media(max-width:480px){.filter-section{padding:20px 0}.filter-container{flex-direction:column;gap:15px;padding:0 6%}.filter-group{width:100%;min-width:unset}.filter-reset-btn{width:100%}}.cart-page{min-height:100vh;display:flex;flex-direction:column}.subpage-header-section{flex-shrink:0}.cart-content{max-width:1200px;width:100%;margin:0 auto;padding:16px;display:grid;grid-template-columns:2fr 1fr;gap:20px;flex:1;min-height:0}@media(min-width:768px){.cart-page{height:100vh;overflow:hidden}.cart-content{height:calc(100vh - 140px);overflow:hidden}.cart-list{height:100%;overflow-y:auto;padding-bottom:20px}}.cart-list{display:grid;gap:14px;min-height:0;padding-right:6px}.cart-list::-webkit-scrollbar{width:8px}.cart-list::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:999px}.cart-item{background:#fff;border:1px solid #ececec;border-radius:14px;padding:14px;display:grid;grid-template-columns:90px 1fr auto;grid-template-areas:"image info remove" "image actions actions";gap:12px;align-items:center;box-shadow:0 4px 14px #0000000d}.cart-item-image{grid-area:image;width:90px;height:90px;object-fit:cover;border-radius:10px}.cart-item-info{grid-area:info}.cart-item-info h4{margin:0 0 6px;font-size:16px;color:#1d1d1d}.cart-item-price{margin:0;font-size:14px;color:#5f6368}.cart-item-subtotal{margin-top:6px;font-size:13px;font-weight:600;color:#111827}.cart-item-actions{grid-area:actions;display:flex;align-items:center;gap:10px;flex-wrap:wrap}qty-btn{width:34px;height:34px;border:1px solid #d7d7d7;border-radius:8px;background:#fff;cursor:pointer;font-size:18px}qty-value{min-width:28px;text-align:center;font-weight:700}.remove-btn{grid-area:remove;border:none;background:#fff1f1;color:#c62828;padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:600}.cart-summary{background:#fff;border:1px solid #ececec;border-radius:14;padding:18px;height:fit-content;box-shadow:0 4px 14px #0000000d}@media(min-width:900px){.cart-summary{position:sticky;top:20px;align-self:start}}.summary-row{display:flex;justify-content:space-between;margin:10px 0}.checkout-btn{width:100%;margin-top:12px;border:none;background:linear-gradient(90deg,#188a3b,#1ea14a);color:#fff;padding:12px;border-radius:10px;cursor:pointer;font-weight:700}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.cart-content-empty{display:flex;justify-content:center;align-items:center}.cart-empty{width:min(520px,100%);margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 12px 30px #0000000f}.browse-products-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:#1f7a47;color:#fff;text-decoration:none;font-weight:700}.browse-products-btn:hover{opacity:.92}@media(max-width:900px){.cart-content{grid-template-columns:1fr}.cart-summary{order:-1}}@media(max-width:600px){.cart-page,.cart-content,.cart-list{height:auto;overflow:visible}.cart-item{grid-template-columns:70px 1fr;grid-template-areas:"image info" "image actions" "remove remove"}.cart-item-image{width:70px;height:70px}.cart-item-info h4{font-size:14px}.cart-item-price{font-size:13px}.remove-btn{width:100%;text-align:center;margin-top:6px}}
