@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf)format("truetype");font-weight:100 900;font-style:italic;font-display:swap}:root{--bg-color-primary:#f6f8f7;--bg-color-secondary:#1a4231;--bg-color-tercary:#0d0d0c;--bg-color-quartary:#151d1a;--text-color:#6f777a;--font-primary:"Inter", sans-serif;--border-color:#e0e8e4;--shadow-card:0 4px 20px #00000014;--transition-fast:.15s ease;--transition-medium:.3s ease;--radius:1rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background-color:var(--bg-color-primary);color:var(--bg-color-tercary)}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(22px)}.reveal.visible{opacity:1;transform:translateY(0)}header{background-color:var(--bg-color-primary);border-bottom:1px solid #1a42311a;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:0;padding:1rem;display:flex;position:relative}.div_logo_header{color:inherit;flex:1;align-items:center;gap:1rem;min-width:0;text-decoration:none;display:flex}.logo_greenroots{width:46px;height:46px;padding:.2rem}.name_enterprise{color:var(--bg-color-secondary);font-size:1.1rem;font-weight:700}header nav{background-color:var(--bg-color-primary);border-top:1px solid var(--border-color);z-index:100;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;padding:1rem 1.5rem 1.5rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000014}header nav.open{display:flex}header nav a{color:var(--bg-color-quartary);font-size:1rem;font-weight:700;text-decoration:none}.header_actions{order:2;align-items:center;gap:.75rem;display:flex}.login,.register{cursor:pointer;border-radius:.5rem;padding:.45rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s,color .15s}.register{background-color:var(--bg-color-secondary);color:var(--bg-color-primary);border:1px solid var(--bg-color-secondary)}.register:hover{background-color:#2d6a4f;border-color:#2d6a4f}.login{background-color:var(--bg-color-primary);color:var(--bg-color-quartary);border:1px solid var(--bg-color-secondary)}.login:hover{background-color:var(--bg-color-secondary);color:var(--bg-color-primary)}.cart_icon_link{color:var(--bg-color-quartary);align-items:center;display:flex;position:relative}.cart_badge{background-color:var(--bg-color-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.user_menu{position:relative}.user_icon_btn{cursor:pointer;color:var(--bg-color-quartary);background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.user_icon_btn:hover{color:var(--bg-color-secondary)}.user_dropdown{z-index:200;background-color:#fff;border-radius:.75rem;flex-direction:column;gap:.1rem;min-width:170px;padding:.4rem;display:flex;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 4px 20px #0000001f}.user_dropdown_item{text-align:left;width:100%;color:var(--bg-color-tercary);cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-primary);background:0 0;border:none;border-radius:.5rem;padding:.55rem .9rem;text-decoration:none;transition:background .15s;display:block}.user_dropdown_item:hover{background-color:var(--bg-color-primary)}.user_dropdown_logout{color:#c0392b}.user_dropdown_logout:hover{background-color:#fde8e8}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:flex}.hamburger span{background-color:var(--bg-color-quartary);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav_auth_mobile{gap:.75rem;margin-top:.5rem;display:flex}.auth_desktop{display:none}@media (width>=769px){header{padding:1rem 3rem}.div_logo_header{flex:initial;min-width:initial}.logo_greenroots{width:78px;height:78px;padding:.25rem}.name_enterprise{font-size:1.5rem}header nav{width:auto;box-shadow:none;z-index:auto;background-color:#0000;border-top:none;flex-direction:row;order:1;align-items:center;gap:2rem;padding:0;display:flex;position:static}header nav a{font-size:1.2rem}.header_actions{gap:1rem}.hamburger,.nav_auth_mobile{display:none}.auth_desktop{align-items:center;gap:1rem;display:flex}}section{margin-bottom:5rem}section:last-child{margin-bottom:0}h1{color:#fff;font-size:1.8rem;font-weight:700}.banniere_landing{height:55dvh;margin-top:.5rem;margin-bottom:5rem;position:relative}.banniere{object-fit:cover;width:100%;height:100%;margin-top:.75rem}.banniere_landing_content{text-align:center;width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero_banniere{color:var(--bg-color-primary);font-size:1rem;font-weight:700}.div_buttons_banniere{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.btn_catalog,.btn_about{background-color:var(--bg-color-secondary);color:var(--bg-color-primary);cursor:pointer;border:1px solid #0000;border-radius:.5rem;padding:.55rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .15s}.btn_catalog:hover,.btn_about:hover{opacity:.85}.btn_about{color:var(--bg-color-primary);background-color:#433c34}.why_choose,.trees_popular{margin-bottom:5rem;margin-left:1rem;margin-right:1rem}h4{color:var(--bg-color-secondary);align-items:center;gap:10px;font-size:1.2rem;font-weight:700;display:flex}.link_catalog{color:var(--bg-color-secondary);font-size:.95rem;font-weight:700;text-decoration:none}h4:before{content:"";background-color:var(--bg-color-quartary);width:30px;height:4px}h2{color:var(--bg-color-tercary);margin-top:.5rem;font-size:1.4rem;font-weight:700}.description_h2{color:var(--text-color);width:100%;margin-top:.75rem}h3{margin:1rem 0 0 1rem;font-size:1.6rem;font-weight:700}.article_mission{flex-direction:column;gap:2rem;margin-top:2rem;margin-bottom:5rem;display:flex}.article_reasons_choose{color:inherit;cursor:pointer;background-color:#fff;border-radius:1rem;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.article_reasons_choose:hover{transform:scale(1.03);box-shadow:0 4px 20px #0000001f}.icon_wrapper{background-color:#d3d3d3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0;display:inline-flex}.description_article{flex-direction:column;flex:1;gap:.5rem;display:flex}.description_article h3{min-height:unset;margin:0;font-size:1.1rem}.description_article_reasons{color:var(--text-color);margin:0;font-size:.9rem}.section_article_trees{grid-template-columns:1fr;gap:1.5rem;display:grid}.div_h3_link_catalog{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.h3_trees_popular{margin:0}.section_article_trees .article_reasons_choose{padding:0;overflow:hidden}.chene{aspect-ratio:16/9;object-fit:cover;border-radius:1rem 1rem 0 0;width:100%;display:block}.tree_card_body{flex-direction:column;flex:1;gap:.4rem;padding:.9rem 1rem 0;display:flex}.title_tree_popular{color:var(--bg-color-tercary);margin:0;font-size:1.1rem;font-weight:700}.label_tree{color:var(--text-color);margin:0;padding:0;font-size:.85rem}.div_price_cart{justify-content:space-between;align-items:center;margin-top:auto;padding:.75rem 1rem;display:flex}.icon_wrapper_cart{background-color:var(--bg-color-secondary);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex}.icon_wrapper_cart:hover{cursor:pointer;background-color:#2d6a4f}@media (width>=769px){h1{font-size:3rem}h2{font-size:2rem}.banniere_landing{height:50dvh;margin-top:.75rem}.banniere_landing_content{width:60%}.hero_banniere{font-size:1.2rem}.div_buttons_banniere{flex-direction:row;align-items:stretch;gap:2rem}.why_choose,.trees_popular{margin-left:4rem;margin-right:4rem}.description_h2{width:50%}.article_mission{flex-direction:row}.section_article_trees{grid-template-columns:repeat(2,1fr)}.div_h3_link_catalog{flex-direction:row;align-items:center;margin-bottom:2rem}.link_catalog{font-size:1rem}}@media (width>=1201px){.why_choose,.trees_popular{margin-left:18rem;margin-right:18rem}.section_article_trees{grid-template-columns:repeat(4,1fr)}}footer{background-color:#0d1f18;padding:2rem 1.5rem}.footer_copyright_out{border-bottom:3px solid #2a3d35;flex-direction:column;gap:2rem;padding-bottom:1rem;display:flex}.div_logo_footer{flex-direction:column;gap:1.5rem;display:flex}.wrap_logo_description{flex-direction:column;gap:1.25rem;margin-top:-1rem;display:flex}.div_logo_description{color:inherit;align-items:center;gap:1rem;text-decoration:none;display:flex}.logo_greenroots{width:50px;height:50px}.name_enterprise_footer{color:var(--bg-color-primary);font-size:1.3rem;font-weight:700}.description_footer{color:var(--text-color);width:100%;font-size:.9rem;line-height:1.6}.nav_footer{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.nav_categorie{color:var(--bg-color-primary);letter-spacing:.05em;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.nav_footer a{color:var(--text-color);font-size:.9rem;text-decoration:none}.nav_footer a:hover{color:var(--bg-color-primary)}.copyright{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:1rem;display:flex}.copyright_text{color:var(--text-color);font-size:.85rem}.nav_footer_copyright{flex-direction:column;align-items:center;gap:.5rem;display:flex}.nav_footer_copyright a{color:var(--text-color);font-size:.9rem;text-decoration:none}.nav_footer_copyright a:hover{color:var(--bg-color-primary)}@media (width>=769px){footer{padding:3rem 4rem}.footer_copyright_out{flex-direction:row;gap:6rem}.div_logo_footer{flex-direction:row;gap:2rem}.description_footer{width:80%}.copyright{text-align:left;flex-direction:row;justify-content:space-between;gap:0}.nav_footer_copyright{flex-direction:row;align-items:stretch;gap:2rem}}@media (width>=1201px){footer{padding:4rem 18rem}}.privacy_policy{max-width:700px;font-family:var(--font-primary);margin:3rem auto;padding:0 2rem 4rem}.privacy_policy h1{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.privacy_policy .last_update{color:var(--text-color);margin-bottom:2.5rem;font-size:.95rem}.privacy_policy section{margin-bottom:2rem}.privacy_policy h2{color:var(--bg-color-secondary);border-bottom:2px solid #e0e8e4;margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.6rem;font-weight:700}.privacy_policy p{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:1.1rem;line-height:1.7}.privacy_policy ul{margin:.5rem 0;padding-left:1.5rem}.privacy_policy ul li{color:var(--bg-color-tercary);font-size:1rem;line-height:1.8}.privacy_policy ul li strong{color:var(--bg-color-tercary)}.privacy_policy a{color:var(--bg-color-secondary);font-weight:700;text-decoration:underline}.privacy_policy a:hover{color:var(--bg-color-quartary)}.cgv{max-width:700px;font-family:var(--font-primary);margin:3rem auto;padding:0 2rem 4rem}.cgv h1{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.cgv .last_update{color:var(--text-color);margin-bottom:2.5rem;font-size:.95rem}.cgv section{margin-bottom:2rem}.cgv h2{color:var(--bg-color-secondary);border-bottom:2px solid #e0e8e4;margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.6rem;font-weight:700}.cgv p{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:1.1rem;line-height:1.7}.cgv ul{margin:.5rem 0;padding-left:1.5rem}.cgv ul li{color:var(--bg-color-tercary);font-size:1rem;line-height:1.8}.cgv a{color:var(--bg-color-secondary);font-weight:700;text-decoration:underline}.cgv a:hover{color:var(--bg-color-quartary)}.legals{max-width:700px;font-family:var(--font-primary);margin:3rem auto;padding:0 2rem 4rem}.legals h1{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.legals .last_update{color:var(--text-color);margin-bottom:2.5rem;font-size:.95rem}.legals section{margin-bottom:2rem}.legals h2{color:var(--bg-color-secondary);border-bottom:2px solid #e0e8e4;margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.6rem;font-weight:700}.legals p{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:1.1rem;line-height:1.7}.legals ul{margin:.5rem 0;padding-left:1.5rem}.legals ul li{color:var(--bg-color-tercary);font-size:1rem;line-height:1.8}.legals ul li strong{color:var(--bg-color-tercary)}.legals a{color:var(--bg-color-secondary);font-weight:700;text-decoration:underline}.legals a:hover{color:var(--bg-color-quartary)}.cookies_policy{max-width:860px;font-family:var(--font-primary);margin:2rem auto;padding:0 1.25rem 3rem}.cookies_policy h1{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:1.9rem;font-weight:700}.cookies_policy .last_update{color:var(--text-color);margin-bottom:2.5rem;font-size:.95rem}.cookies_policy section{margin-bottom:2rem}.cookies_policy h2{color:var(--bg-color-secondary);border-bottom:2px solid #e0e8e4;margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.35rem;font-weight:700}.cookies_policy p{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:1rem;line-height:1.7}.cookies_policy ul{margin:.5rem 0;padding-left:1.5rem}.cookies_policy ul li{color:var(--bg-color-tercary);font-size:1rem;line-height:1.8}.cookies_policy code{background-color:#eef4f0;border-radius:.35rem;padding:.08rem .35rem;font-size:.95em}.cookies_policy a{color:var(--bg-color-secondary);font-weight:700;text-decoration:underline}.cookies_policy a:hover{color:var(--bg-color-quartary)}.cookies_table_wrapper{border:1px solid #d9e4de;border-radius:1rem;margin-top:1rem;overflow-x:auto}.cookies_table{border-collapse:collapse;background-color:#fff;width:100%;min-width:620px}.cookies_table th,.cookies_table td{text-align:left;color:var(--bg-color-tercary);vertical-align:top;border-bottom:1px solid #e6eeea;padding:1rem;line-height:1.6}.cookies_table th{color:var(--bg-color-secondary);letter-spacing:.03em;background-color:#f3f8f5;font-size:.95rem}.cookies_table tbody tr:last-child td{border-bottom:none}@media (width>=769px){.cookies_policy{margin:3rem auto;padding:0 2rem 4rem}.cookies_policy h1{font-size:2.2rem}.cookies_policy h2{font-size:1.6rem}.cookies_policy p{font-size:1.1rem}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.main_product{max-width:900px;font-family:var(--font-primary);margin:0 auto;padding:1rem}.main_product h3{margin:0;font-size:1.1rem}.product_banner{object-fit:cover;border-radius:.75rem;width:100%;height:220px;margin-bottom:1.5rem;display:block}.add_cart_tree{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.add_cart_tree h2{color:var(--bg-color-tercary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.add_cart_right{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.price_stock_row{align-items:center;gap:1rem;display:flex}.stock_badge{letter-spacing:.05em;border-radius:.4rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.stock_badge.in_stock{color:var(--bg-color-secondary);background-color:#e6f4ec}.stock_badge.out_stock{color:#c0392b;background-color:#fde8e8}.btn_add_to_cart{background-color:var(--bg-color-secondary);color:var(--bg-color-primary);cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .15s}.btn_add_to_cart:hover:not(:disabled){background-color:#2d6a4f}.btn_add_to_cart:disabled{color:#f0f0f0;cursor:not-allowed;opacity:.7;background-color:#b0b0b0}.impact{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.impact_tree{background-color:#fff;border-radius:.75rem;flex-direction:column;flex:1;gap:.25rem;padding:1.25rem;display:flex}.impact_tree img{width:28px;height:28px;margin-bottom:.25rem}.impact_label{letter-spacing:.08em;color:var(--text-color);margin:0;font-size:.7rem;font-weight:700}.impact_tree_specimen{color:var(--bg-color-tercary);margin:0;font-size:1.4rem;font-weight:700}.description_impact{color:var(--text-color);margin:0;font-size:.85rem;line-height:1.5}.div_wrap_logo_prodimpact{justify-content:space-between;align-items:center;gap:1rem;display:flex}.section_description_tree h4{color:var(--bg-color-tercary);border-bottom:2px solid var(--bg-color-secondary);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;display:inline-block}.description_tree{color:var(--text-color);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.measure_tree{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.measure_tree_value{flex-direction:column;flex:1;gap:.25rem;display:flex}.information_tree{letter-spacing:.08em;color:var(--text-color);margin:0;font-size:.7rem;font-weight:700}.information_tree_value{color:var(--bg-color-tercary);margin:0;font-size:.95rem;font-weight:700}.section_map_tree{border-radius:1rem;overflow:hidden}.section_map_tree img{width:100%;display:block}.map_title{color:var(--bg-color-tercary);align-items:center;gap:.5rem;margin:0;padding:1rem 1.25rem .5rem;font-size:1rem;font-weight:700;display:flex}.map_img{object-fit:cover;width:100%;height:220px;display:block}.map_leaflet{z-index:0;border-radius:.75rem;width:100%;height:280px}.wrap_div_map{align-items:center;margin-bottom:1rem;display:flex}.description_map{padding:1rem 1.25rem}.origin{color:var(--bg-color-tercary);margin:0 0 .25rem;font-size:.9rem;font-weight:700}.description_origin{color:var(--text-color);margin:0;font-size:.85rem}@media (width>=769px){.main_product{padding:2rem 3rem}.product_banner{border-radius:1rem;height:340px}.add_cart_tree{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0}.add_cart_tree h2{font-size:1.5rem}.add_cart_right{align-items:flex-end}.impact,.measure_tree{display:flex}}.catalog_layout{font-family:var(--font-primary);flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.filter_catalog{width:100%;min-width:unset;background-color:#fff;border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:static}.filtre{color:var(--bg-color-tercary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.categories{color:var(--text-color);letter-spacing:.08em;margin-top:.5rem;font-size:.75rem;font-weight:700}.category_btn{color:var(--bg-color-tercary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.95rem;transition:background .15s;display:flex}.category_btn:hover{background-color:var(--bg-color-primary)}.category_btn.active{background-color:var(--bg-color-secondary);color:#fff;font-weight:700}.slider_wrapper{flex-direction:column;gap:.25rem;display:flex}.slider_wrapper input[type=range]{width:100%;accent-color:var(--bg-color-secondary)}.slider_labels{color:var(--text-color);justify-content:space-between;font-size:.8rem;display:flex}.stock_label{color:var(--bg-color-tercary);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.stock_label input[type=checkbox]{accent-color:var(--bg-color-secondary);width:16px;height:16px}.catalog_main{flex:1}.catalog_main h1{color:var(--bg-color-tercary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.description_catalog{color:var(--text-color);margin-bottom:1.5rem;font-size:.95rem}.section_catalog{grid-template-columns:1fr;gap:1.5rem;display:grid}.catalog_card_link{color:inherit;text-decoration:none}.article_tree{background-color:#fff;border-radius:1rem;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.article_tree:hover{transform:scale(1.03);box-shadow:0 4px 20px #0000001f}.article_tree_img_wrapper{background-color:#edf2ee;flex-shrink:0;width:100%;height:240px;position:relative;overflow:hidden}.article_tree_img_wrapper img{object-fit:cover;width:100%;height:100%;display:block}.category_badges{pointer-events:none;flex-wrap:wrap;gap:.4rem;display:flex;position:absolute;top:.6rem;left:.6rem;right:.6rem}.category_badge{color:var(--bg-color-tercary);text-transform:uppercase;letter-spacing:.06em;background-color:#ffffffd9;border-radius:.4rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.article_tree_info{flex-direction:column;flex:1;gap:.25rem;padding:.75rem 1rem 1rem;display:flex}.article_tree_info h2{color:var(--bg-color-tercary);margin:0;font-size:1.1rem;font-weight:700}.label_tree{color:var(--text-color);align-self:flex-start;margin:0;padding:0;font-size:.85rem}.cart_stock_wrapper{flex-direction:column;align-items:center;gap:.35rem;display:flex}.article_tree_info .stock_badge{letter-spacing:.05em;border-radius:.4rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.article_tree_info .stock_badge.in_stock{color:var(--bg-color-secondary);background-color:#e6f4ec}.article_tree_info .stock_badge.out_stock{color:#c0392b;background-color:#fde8e8}.price_cart_row{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.price_tree{color:var(--bg-color-secondary);margin:0;font-size:1.2rem;font-weight:800}.icon_wrapper_cart{background-color:var(--bg-color-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex}.icon_wrapper_cart:hover:not(.disabled){background-color:#2d6a4f}.icon_wrapper_cart.disabled{cursor:not-allowed;opacity:.7;background-color:#b0b0b0}.stock_badge.low_stock{color:#b45309;background-color:#fef3c7;align-items:center;gap:.25rem;display:flex}.pagination{justify-content:center;align-items:center;gap:.4rem;margin-top:2rem;padding-bottom:2rem;display:flex}.pagination button{width:38px;height:38px;font-size:.95rem;font-family:var(--font-primary);color:var(--bg-color-tercary);cursor:pointer;background:#fff;border:1px solid #e0e8e4;border-radius:.5rem;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.pagination button:hover:not(:disabled){background-color:var(--bg-color-primary);border-color:var(--bg-color-secondary)}.pagination button.active{background-color:var(--bg-color-secondary);color:#fff;border-color:var(--bg-color-secondary);font-weight:700}.pagination button:disabled{opacity:.3;cursor:not-allowed}@media (width>=769px){.catalog_layout{flex-direction:row;gap:2rem;padding:1.5rem 2rem}.filter_catalog{width:220px;min-width:220px;position:sticky;top:1rem}.catalog_main h1{font-size:2rem}.section_catalog{grid-template-columns:repeat(2,1fr)}.article_tree_img_wrapper{height:clamp(220px,18vw,300px)}}@media (width>=1025px){.catalog_layout{padding:2rem 3rem}.section_catalog{grid-template-columns:repeat(3,1fr)}}.contact_wrapper{max-width:900px;font-family:var(--font-primary);margin:1.5rem auto;padding:0 1rem 3rem}.contact_wrapper h1{color:var(--bg-color-tercary);margin-bottom:.5rem;font-size:1.7rem;font-weight:700}.contact_description{color:var(--text-color);margin-bottom:1.5rem;font-size:1rem}.contact_layout{flex-direction:column;align-items:stretch;gap:2rem;display:flex}.contact_info{min-width:unset;flex-direction:column;gap:2rem;width:100%;display:flex}.contact_info_item{flex-direction:column;gap:.25rem;display:flex}.contact_info_label{letter-spacing:.08em;color:var(--text-color);margin:0;font-size:.7rem;font-weight:700}.contact_info_value{color:var(--bg-color-tercary);margin:0;font-size:.95rem;font-weight:700}.contact_form{flex-direction:column;flex:1;gap:1.25rem;width:100%;display:flex}.contact_form_row{flex-direction:column;gap:1rem;display:flex}.contact_form_row .contact_field{flex:1}.contact_field{flex-direction:column;gap:.4rem;display:flex}.contact_label{color:var(--bg-color-tercary);font-size:.85rem;font-weight:700}.contact_input,.contact_textarea{width:100%;font-size:.95rem;font-family:var(--font-primary);color:var(--bg-color-tercary);resize:none;background-color:#fff;border:1px solid #e0e8e4;border-radius:.5rem;outline:none;padding:.65rem .9rem;transition:border-color .15s}.contact_input:focus,.contact_textarea:focus{border-color:var(--bg-color-secondary)}.contact_input::placeholder,.contact_textarea::placeholder{color:var(--text-color)}.contact_btn{background-color:var(--bg-color-secondary);color:#fff;font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;text-align:center;border:none;border-radius:.5rem;align-self:stretch;padding:.55rem 1.4rem;transition:background .15s}.contact_btn:hover{background-color:#2d6a4f}@media (width>=769px){.contact_wrapper{margin:3rem auto;padding:0 2rem 4rem}.contact_wrapper h1{font-size:2.2rem}.contact_description{margin-bottom:3rem}.contact_layout{flex-direction:row;align-items:flex-start;gap:3rem}.contact_info{width:auto;min-width:200px}.contact_form{width:auto}.contact_form_row{flex-direction:row}.contact_btn{text-align:left;align-self:flex-end}}.about_wrapper{max-width:900px;font-family:var(--font-primary);flex-direction:column;gap:2.5rem;margin:1.5rem auto;padding:0 1rem 3rem;display:flex}.about_hero{flex-direction:column;gap:1rem;display:flex}.about_wrapper h1{color:var(--bg-color-tercary);margin:0;font-size:1.8rem;font-weight:700}.about_hero_description{color:var(--text-color);max-width:100%;margin:0;font-size:1rem;line-height:1.7}.about_values h2,.about_team h2{color:var(--bg-color-tercary);border-bottom:2px solid #e0e8e4;margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.6rem;font-weight:700}.about_values_list{flex-flow:column wrap;gap:1rem;display:flex}.about_value_card{background-color:#fff;border-radius:1rem;flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex}.about_icon_wrapper{background-color:#e6f4ec;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.about_value_card h3{color:var(--bg-color-tercary);margin:0;font-size:1rem;font-weight:700}.about_value_card p{color:var(--text-color);margin:0;font-size:.9rem;line-height:1.6}.about_team_description{color:var(--text-color);margin:-.5rem 0 1.5rem;font-size:.95rem;line-height:1.6}.about_team_list{flex-direction:column;gap:1.5rem;display:flex}.about_team_card{text-align:center;background-color:#fff;border-radius:1rem;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.about_team_avatar{background-color:var(--bg-color-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:flex}.about_team_card h3{color:var(--bg-color-tercary);margin:0;font-size:1.1rem;font-weight:700}.about_team_role{color:var(--bg-color-secondary);letter-spacing:.06em;margin:0;font-size:.8rem;font-weight:700}.about_team_desc{color:var(--text-color);margin:0;font-size:.85rem;line-height:1.5}@media (width>=769px){.about_wrapper{gap:4rem;margin:3rem auto;padding:0 2rem 4rem}.about_wrapper h1{font-size:2.5rem}.about_hero_description{max-width:650px;font-size:1.1rem}.about_values_list{flex-direction:row}.about_value_card{min-width:180px}.about_team_list{flex-direction:row}}.login_wrapper{min-height:80vh;font-family:var(--font-primary);justify-content:center;align-items:center;padding:2rem;display:flex}.login_card{background-color:#fff;border-radius:1rem;flex-direction:column;gap:1rem;width:100%;max-width:420px;padding:2.5rem;display:flex}.login_card h1{color:var(--bg-color-tercary);margin:0;font-size:1.8rem;font-weight:700}.login_description{color:var(--text-color);margin:0 0 .5rem;font-size:.95rem}.login_form{flex-direction:column;gap:1.25rem;display:flex}.login_field{flex-direction:column;gap:.4rem;display:flex}.login_label{color:var(--bg-color-tercary);font-size:.85rem;font-weight:700}.login_input{background-color:var(--bg-color-primary);font-size:.95rem;font-family:var(--font-primary);color:var(--bg-color-tercary);border:1px solid #e0e8e4;border-radius:.5rem;outline:none;padding:.65rem .9rem;transition:border-color .15s}.login_input:focus{border-color:var(--bg-color-secondary)}.login_input::placeholder{color:var(--text-color)}.login_btn{background-color:var(--bg-color-secondary);color:#fff;font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:.5rem;margin-top:.5rem;padding:.6rem;transition:background .15s}.login_auxiliary{text-align:right;margin:-.35rem 0 0;font-size:.88rem}.login_auxiliary a{color:var(--bg-color-secondary);font-weight:600;text-decoration:none}.login_auxiliary a:hover{color:var(--bg-color-quartary);text-decoration:underline}.login_btn:hover{background-color:#2d6a4f}.login_btn:disabled{opacity:.6;cursor:not-allowed}.login_error{color:#c0392b;background-color:#fde8e8;border-radius:.5rem;margin:0;padding:.6rem .9rem;font-size:.85rem}.login_redirect{text-align:center;color:var(--text-color);margin:0;font-size:.9rem}.login_redirect a{color:var(--bg-color-secondary);font-weight:600;text-decoration:none}.login_redirect a:hover{color:var(--bg-color-quartary);text-decoration:underline}.register_wrapper{min-height:80vh;font-family:var(--font-primary);justify-content:center;align-items:center;padding:1rem;display:flex}.register_card{background-color:#fff;border-radius:1rem;flex-direction:column;gap:1rem;width:100%;max-width:480px;padding:1.5rem;display:flex}.register_card h1{color:var(--bg-color-tercary);margin:0;font-size:1.8rem;font-weight:700}.register_description{color:var(--text-color);margin:0 0 .5rem;font-size:.95rem}.register_form{flex-direction:column;gap:1.25rem;display:flex}.register_form_row{flex-direction:column;gap:1rem;display:flex}.register_form_row .register_field{flex:1;min-width:0}.register_field{flex-direction:column;gap:.4rem;min-width:0;display:flex}.register_label{color:var(--bg-color-tercary);font-size:.85rem;font-weight:700}.register_input{background-color:var(--bg-color-primary);width:100%;font-size:.95rem;font-family:var(--font-primary);color:var(--bg-color-tercary);border:1px solid #e0e8e4;border-radius:.5rem;outline:none;padding:.65rem .9rem;transition:border-color .15s}.register_input:focus{border-color:var(--bg-color-secondary)}.register_input::placeholder{color:var(--text-color)}.register_input_error{border-color:#c0392b}.register_error{color:#c0392b;margin:0;font-size:.8rem}.register_consent{cursor:pointer;background-color:#f6faf7;border:1px solid #d9e4de;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;display:flex}.register_checkbox{width:1rem;height:1rem;accent-color:var(--bg-color-secondary);flex-shrink:0;margin-top:.2rem}.register_consent_text{color:var(--bg-color-tercary);font-size:.92rem;line-height:1.6}.register_consent_text a{color:var(--bg-color-secondary);font-weight:600;text-decoration:underline}.register_consent_text a:hover{color:var(--bg-color-quartary)}.register_btn{background-color:var(--bg-color-secondary);color:#fff;font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:.5rem;margin-top:.5rem;padding:.6rem;transition:background .15s}.register_btn:hover{background-color:#2d6a4f}.register_btn:disabled{opacity:.6;cursor:not-allowed}.register_error_global{color:#c0392b;background-color:#fde8e8;border-radius:.5rem;margin:0;padding:.6rem .9rem;font-size:.85rem}.register_redirect{text-align:center;color:var(--text-color);margin:0;font-size:.9rem}.register_redirect a{color:var(--bg-color-secondary);font-weight:600;text-decoration:none}.register_redirect a:hover{color:var(--bg-color-quartary);text-decoration:underline}@media (width>=769px){.register_wrapper{padding:2rem}.register_card{padding:2.5rem}.register_form_row{flex-direction:row}}.password_reset_wrapper{min-height:80vh;font-family:var(--font-primary);justify-content:center;align-items:center;padding:1rem;display:flex}.password_reset_card{background-color:#fff;border-radius:1rem;flex-direction:column;gap:1rem;width:100%;max-width:480px;padding:1.5rem;display:flex}.password_reset_card h1{color:var(--bg-color-tercary);margin:0;font-size:1.8rem;font-weight:700}.password_reset_description{color:var(--text-color);margin:0 0 .5rem;font-size:.95rem}.password_reset_form{flex-direction:column;gap:1.25rem;display:flex}.password_reset_field{flex-direction:column;gap:.4rem;display:flex}.password_reset_label{color:var(--bg-color-tercary);font-size:.85rem;font-weight:700}.password_reset_input{background-color:var(--bg-color-primary);width:100%;color:var(--bg-color-tercary);font-size:.95rem;font-family:var(--font-primary);border:1px solid #e0e8e4;border-radius:.5rem;outline:none;padding:.65rem .9rem;transition:border-color .15s}.password_reset_input:focus{border-color:var(--bg-color-secondary)}.password_reset_input::placeholder{color:var(--text-color)}.password_reset_input_error{border-color:#c0392b}.password_reset_hint,.password_reset_error,.password_reset_notice,.password_reset_redirect{margin:0}.password_reset_hint{color:var(--text-color);font-size:.84rem;line-height:1.45}.password_reset_error{color:#c0392b;font-size:.84rem}.password_reset_notice{color:var(--bg-color-tercary);background-color:#f6faf7;border:1px solid #d9e4de;border-radius:.75rem;padding:.9rem 1rem;font-size:.92rem;line-height:1.6}.password_reset_btn{background-color:var(--bg-color-secondary);color:#fff;font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:.5rem;margin-top:.5rem;padding:.6rem;transition:background .15s}.password_reset_btn:hover{background-color:#2d6a4f}.password_reset_btn:disabled{opacity:.6;cursor:not-allowed}.password_reset_btn_link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.password_reset_actions{display:flex}.password_reset_redirect{color:var(--text-color);text-align:center;font-size:.9rem}.password_reset_redirect a{color:var(--bg-color-secondary);font-weight:600;text-decoration:none}.password_reset_redirect a:hover{color:var(--bg-color-quartary);text-decoration:underline}@media (width>=769px){.password_reset_wrapper{padding:2rem}.password_reset_card{padding:2.5rem}}.cart_wrapper{max-width:1000px;font-family:var(--font-primary);margin:1.5rem auto;padding:0 1rem 3rem}.cart_wrapper h1{color:var(--bg-color-tercary);margin-bottom:.25rem;font-size:1.6rem;font-weight:700}.cart_description{color:var(--text-color);margin-bottom:2.5rem;font-size:1rem}.cart_empty{color:var(--text-color);flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 0;display:flex}.cart_empty_link{background-color:var(--bg-color-secondary);color:#fff;border-radius:.5rem;padding:.65rem 1.5rem;font-weight:600;text-decoration:none;transition:background .15s}.cart_empty_link:hover{background-color:#2d6a4f}.cart_layout{flex-direction:column;align-items:flex-start;gap:2.5rem;display:flex}.cart_items{flex-direction:column;flex:1;gap:1rem;display:flex}.cart_item{background-color:#fff;border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem;display:flex}.cart_item_img{object-fit:cover;border-radius:.5rem;flex-shrink:0;width:70px;height:70px}.cart_item_info{flex:1;min-width:0}.cart_item_name{color:var(--bg-color-tercary);margin:0 0 .2rem;font-size:.95rem;font-weight:700}.cart_item_label{color:var(--text-color);margin:0 0 .2rem;font-size:.8rem}.cart_item_price{color:var(--bg-color-secondary);margin:0;font-size:.85rem;font-weight:600}.cart_item_controls{align-items:center;gap:.5rem;display:flex}.cart_qty_btn{background-color:var(--bg-color-primary);cursor:pointer;width:28px;height:28px;color:var(--bg-color-tercary);border:1px solid #d0e0d8;border-radius:.4rem;justify-content:center;align-items:center;transition:background .15s;display:flex}.cart_qty_btn:hover{background-color:#d0e8d8}.cart_qty{color:var(--bg-color-tercary);text-align:center;min-width:20px;font-size:.95rem;font-weight:700}.cart_item_subtotal{color:var(--bg-color-tercary);text-align:left;min-width:60px;margin:0;font-size:.95rem;font-weight:700}.cart_remove_btn{cursor:pointer;color:#c0392b;background:0 0;border:none;border-radius:.4rem;align-items:center;padding:.3rem;transition:background .15s;display:flex}.cart_remove_btn:hover{background-color:#fde8e8}.cart_summary{background-color:#fff;border-radius:1rem;flex-direction:column;gap:.75rem;width:100%;padding:1.5rem;display:flex;position:static}.cart_summary h4{color:var(--bg-color-tercary);border-bottom:2px solid var(--bg-color-secondary);margin-bottom:0;padding-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.cart_summary h4:before{display:none}.cart_summary_row{color:var(--text-color);justify-content:space-between;font-size:.9rem;display:flex}.cart_summary_total{color:var(--bg-color-tercary);border-top:1px solid #e0e8e4;justify-content:space-between;padding-top:.5rem;font-size:1rem;font-weight:700;display:flex}.cart_order_btn{background-color:var(--bg-color-secondary);color:#fff;font-size:.95rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.7rem 1.4rem;transition:background .15s}.cart_order_btn:hover{background-color:#2d6a4f}@media (width>=769px){.cart_wrapper{margin:3rem auto;padding:0 2rem 4rem}.cart_wrapper h1{font-size:2rem}.cart_layout{flex-direction:row}.cart_item{flex-wrap:nowrap}.cart_item_subtotal{text-align:right}.cart_summary{width:auto;min-width:240px;position:sticky;top:1rem}}.checkout_wrapper{max-width:1100px;font-family:var(--font-primary);margin:1.5rem auto;padding:0 1rem 3rem}.checkout_layout{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.checkout_left{flex-direction:column;flex:1;gap:1.5rem;display:flex}.checkout_items{background-color:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex}.checkout_item{align-items:center;gap:1rem;padding:.75rem 0;display:flex}.checkout_item_img{object-fit:cover;background-color:var(--bg-color-primary);border-radius:.5rem;flex-shrink:0;width:80px;height:80px}.checkout_item_info{flex:1;min-width:0}.checkout_item_name{color:var(--bg-color-tercary);margin:0 0 .2rem;font-size:.95rem;font-weight:700}.checkout_item_label{color:var(--text-color);margin:0;font-size:.82rem}.checkout_item_price{color:var(--bg-color-tercary);white-space:nowrap;margin:0;font-size:.95rem;font-weight:700}.checkout_divider{border:none;border-top:1px solid var(--border-color);margin:0}.checkout_subtotal_box{background-color:#fff;border-radius:1rem;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.checkout_subtotal_label{color:var(--text-color);margin:0;font-size:.95rem}.checkout_subtotal_amount{color:var(--bg-color-tercary);margin:0;font-size:1.1rem;font-weight:700}.checkout_right{background-color:#fff;border-radius:1rem;flex-direction:column;flex:1;gap:1.25rem;padding:2rem;display:flex}.checkout_form_title{color:var(--bg-color-tercary);text-align:center;margin:0 0 .5rem;font-size:1.4rem;font-weight:700}.checkout_card_title{color:var(--bg-color-tercary);text-align:center;margin:.5rem 0 0;font-size:1.15rem;font-weight:700}.checkout_form,.checkout_row{flex-direction:column;gap:1rem;display:flex}.checkout_row .checkout_field{flex:1}.checkout_field{flex-direction:column;gap:.35rem;display:flex}.checkout_label{color:var(--text-color);font-size:.82rem;font-weight:600}.checkout_input{background-color:var(--bg-color-primary);font-size:.9rem;font-family:var(--font-primary);color:var(--bg-color-tercary);transition:border-color var(--transition-fast);box-sizing:border-box;border:1px solid #e0e8e4;border-radius:.5rem;outline:none;width:100%;padding:.65rem .9rem}.checkout_input:focus{border-color:var(--bg-color-secondary)}.checkout_input::placeholder{color:var(--text-color)}.checkout_pay_btn{background-color:var(--bg-color-secondary);color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;transition:background var(--transition-fast);border:none;border-radius:.5rem;width:100%;margin-top:.75rem;padding:.75rem}.checkout_pay_btn:hover{background-color:#2d6a4f}.checkout_pay_btn:disabled{opacity:.7;cursor:wait}.checkout_error{color:#b42318;margin:0;font-size:.9rem;line-height:1.4}.checkout_empty{color:var(--text-color);flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 0;display:flex}.checkout_empty_link{background-color:var(--bg-color-secondary);color:#fff;transition:background var(--transition-fast);border-radius:.5rem;padding:.65rem 1.5rem;font-weight:600;text-decoration:none}.checkout_empty_link:hover{background-color:#2d6a4f}.checkout_overlay{z-index:100;background-color:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.checkout_loader_box{background-color:#fff;border-radius:1rem;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 3rem;display:flex;box-shadow:0 8px 30px #00000026}.checkout_spinner{border:5px solid var(--bg-color-primary);border-top-color:var(--bg-color-secondary);border-radius:50%;width:52px;height:52px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.checkout_loader_text{color:var(--text-color);margin:0;font-size:.95rem}.checkout_success_box{background-color:#fff;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 3rem;display:flex;box-shadow:0 8px 30px #00000026}.checkout_success_icon{background-color:var(--bg-color-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;font-weight:700;display:flex}.checkout_success_title{color:var(--bg-color-tercary);margin:0;font-size:1.3rem;font-weight:700}.checkout_success_sub{color:var(--text-color);margin:0;font-size:.9rem}@media (width>=769px){.checkout_wrapper{margin:3rem auto;padding:0 2rem 4rem}.checkout_layout{flex-direction:row;gap:3rem}.checkout_right{position:sticky;top:1rem}.checkout_row{flex-direction:row}}.admin_wrapper{max-width:1100px;font-family:var(--font-primary);margin:1.5rem auto;padding:0 1rem 3rem}.admin_wrapper h1{color:var(--bg-color-tercary);margin-bottom:.25rem;font-size:1.6rem;font-weight:700}.admin_description{color:var(--text-color);margin-bottom:2rem;font-size:1rem}.admin_tabs{border-bottom:2px solid #e0e8e4;gap:0;margin-bottom:2rem;padding-bottom:0;display:flex}.admin_tab{font-size:.8rem;font-weight:600;font-family:var(--font-primary);color:var(--text-color);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;gap:.5rem;margin-bottom:-2px;padding:.6rem .5rem;transition:color .15s,border-color .15s;display:flex}.admin_tab:hover{color:var(--bg-color-secondary)}.admin_tab.active{color:var(--bg-color-secondary);border-bottom-color:var(--bg-color-secondary)}.admin_table_wrapper{overflow-x:auto}.admin_table{border-collapse:collapse;width:100%;font-size:.8rem}.admin_table thead{background-color:var(--bg-color-secondary);color:#fff}.admin_table th{text-align:left;letter-spacing:.04em;text-transform:uppercase;padding:.5rem .6rem;font-size:.8rem;font-weight:600}.admin_table td{color:var(--bg-color-tercary);border-bottom:1px solid #e0e8e4;padding:.5rem .6rem}.admin_table tbody tr:hover{background-color:#f0f5f2}.admin_price{font-weight:600}.admin_role_badge{letter-spacing:.05em;color:var(--bg-color-secondary);background-color:#e6f4ec;border-radius:.4rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.admin_role_badge.admin{color:#e67e22;background-color:#fff3e0}.admin_status_badge{letter-spacing:.05em;color:var(--bg-color-secondary);text-transform:capitalize;background-color:#e6f4ec;border-radius:.4rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.admin_status_badge.pending{color:#e67e22;background-color:#fff3e0}.admin_status_badge.cancelled{color:#c0392b;background-color:#fde8e8}.admin_expand_btn{cursor:pointer;color:var(--text-color);background:0 0;border:none;border-radius:.3rem;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex}.admin_expand_btn:hover{color:var(--bg-color-secondary);background-color:#e6f4ec}.admin_order_detail_row td{border-bottom:2px solid var(--bg-color-secondary);padding:0!important}.admin_order_detail{background-color:#f8faf9;padding:1rem 1.5rem}.admin_order_detail h4{color:var(--bg-color-tercary);border-bottom:1px solid #e0e8e4;margin-bottom:.75rem;padding-bottom:.4rem;font-size:.85rem;font-weight:700}.admin_order_detail h4:before{display:none}.admin_order_detail ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.admin_order_detail li{color:var(--bg-color-tercary);align-items:center;gap:1rem;font-size:.85rem;display:flex}.admin_line_name{flex:1;font-weight:500}.admin_line_qty{color:var(--text-color);min-width:2rem}.admin_line_price{text-align:right;min-width:5rem;font-weight:600}.admin_loading{text-align:center;color:var(--text-color);padding:3rem 0;font-size:1rem}.admin_error{color:#c0392b;background-color:#fde8e8;border-radius:.5rem;margin-bottom:1.5rem;padding:.6rem .9rem;font-size:.85rem}.admin_empty{text-align:center;color:var(--text-color);padding:2rem 0;font-size:.95rem}.admin_add_btn{font-size:.85rem;font-weight:600;font-family:var(--font-primary);background-color:var(--bg-color-secondary);color:#fff;cursor:pointer;border:none;border-radius:.4rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.6rem 1.2rem;transition:opacity .15s;display:flex}.admin_add_btn:hover{opacity:.9}.admin_stock_badge{border-radius:.4rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.admin_stock_badge.in-stock{color:var(--bg-color-secondary);background-color:#e6f4ec}.admin_stock_badge.out-of-stock{color:#c0392b;background-color:#fde8e8}.admin_actions{gap:.4rem;display:flex}.admin_action_btn{cursor:pointer;background:0 0;border:1px solid #e0e8e4;border-radius:.3rem;align-items:center;padding:.35rem;transition:color .15s,background .15s,border-color .15s;display:flex}.admin_action_btn.edit{color:#2980b9}.admin_action_btn.edit:hover{background-color:#ebf5fb;border-color:#2980b9}.admin_action_btn.delete{color:#c0392b}.admin_action_btn.delete:hover{background-color:#fde8e8;border-color:#c0392b}.admin_modal_overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.admin_modal{background:#fff;border-radius:.75rem;width:95%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.admin_modal_header{border-bottom:1px solid #e0e8e4;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.admin_modal_header h2{color:var(--bg-color-tercary);margin:0;font-size:1.15rem;font-weight:700}.admin_modal_close{cursor:pointer;color:var(--text-color);background:0 0;border:none;border-radius:.3rem;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex}.admin_modal_close:hover{color:#c0392b;background-color:#fde8e8}.admin_modal_body{flex-direction:column;gap:1rem;padding:1rem;display:flex}.admin_form_label{color:var(--bg-color-tercary);flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}.admin_form_input{font-size:.9rem;font-family:var(--font-primary);color:var(--bg-color-tercary);border:1px solid #d0d8d4;border-radius:.4rem;padding:.55rem .75rem;transition:border-color .15s}.admin_form_input:focus{border-color:var(--bg-color-secondary);outline:none}.admin_form_textarea{resize:vertical;min-height:80px}.admin_form_row{gap:1rem;display:flex}.admin_form_row .admin_form_label{flex:1}.admin_form_categories{flex-wrap:wrap;gap:1rem;margin-top:.3rem;display:flex}.admin_category_checkbox{cursor:pointer;align-items:center;gap:.35rem;font-size:.85rem;font-weight:400;display:flex}.admin_category_checkbox input[type=checkbox]{accent-color:var(--bg-color-secondary);cursor:pointer}.admin_modal_footer{border-top:1px solid #e0e8e4;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.admin_btn{font-size:.85rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:.4rem;padding:.55rem 1.2rem;transition:background .15s}.admin_btn.cancel{color:var(--bg-color-tercary);background-color:#f0f0f0}.admin_btn.cancel:hover{background-color:#e0e0e0}.admin_btn.save{background-color:var(--bg-color-secondary);color:#fff}.admin_btn.save:hover{opacity:.9}@media (width>=769px){.admin_wrapper{margin:3rem auto;padding:0 2rem 4rem}.admin_wrapper h1{font-size:2rem}.admin_tabs{gap:.5rem}.admin_tab{flex:initial;justify-content:flex-start;padding:.7rem 1.4rem;font-size:.9rem}.admin_table{font-size:.9rem}.admin_table th,.admin_table td{padding:.75rem 1rem}.admin_modal{width:90%}.admin_modal_body{padding:1.25rem 1.5rem}}.app_layout{flex-direction:column;min-height:100vh;display:flex}.app_content{flex:1}.toaster{margin:0!important}.orders_wrapper{max-width:1100px;font-family:var(--font-primary);margin:1.5rem auto;padding:0 1rem 3rem}.orders_intro{margin-bottom:2.5rem}.orders_intro h1{color:var(--bg-color-tercary);margin-bottom:.45rem;font-size:1.65rem}.orders_description{max-width:720px;color:var(--text-color);font-size:1rem;line-height:1.6}.orders_layout{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}.orders_summary_card{width:100%;box-shadow:var(--shadow-card);background:linear-gradient(#fff 0%,#f7fbf8 100%);border:1px solid #1a423114;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.75rem 1.5rem;display:flex;position:static}.orders_avatar{background-color:var(--bg-color-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.55rem;font-weight:700;display:flex}.orders_summary_name{color:var(--bg-color-tercary);margin:0;font-size:1.05rem;font-weight:700}.orders_summary_email{color:var(--text-color);margin:0;font-size:.9rem;line-height:1.5}.orders_summary_metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.orders_summary_metric{background-color:var(--bg-color-primary);border-radius:.75rem;flex-direction:column;gap:.2rem;padding:.9rem .85rem;display:flex}.orders_summary_metric_value{color:var(--bg-color-tercary);font-size:1.2rem;font-weight:700}.orders_summary_metric_label{color:var(--text-color);font-size:.78rem}.orders_back_link{color:var(--bg-color-secondary);align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.orders_content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.orders_stats_grid{grid-template-columns:1fr;gap:1rem;display:grid}.orders_stat_card{box-shadow:var(--shadow-card);background-color:#fff;border-radius:1rem;align-items:center;gap:.9rem;padding:1.25rem 1.4rem;display:flex}.orders_stat_icon{width:42px;height:42px;color:var(--bg-color-secondary);background-color:#e6f4ec;border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.orders_stat_value{color:var(--bg-color-tercary);margin:0 0 .15rem;font-size:1.15rem;font-weight:700}.orders_stat_label{color:var(--text-color);margin:0;font-size:.85rem}.orders_list{flex-direction:column;gap:1rem;display:flex}.orders_card,.orders_state_card{box-shadow:var(--shadow-card);background-color:#fff;border-radius:1rem;padding:1.5rem}.orders_card{flex-direction:column;gap:1.25rem;display:flex}.orders_card_header{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.orders_card_eyebrow{color:var(--bg-color-secondary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem;font-weight:700}.orders_card_title{color:var(--bg-color-tercary);margin:0;font-size:1.2rem}.orders_status_badge{white-space:nowrap;border-radius:999px;align-self:flex-start;padding:.45rem .8rem;font-size:.78rem;font-weight:700}.orders_status_badge_waiting{color:#9a6700;background-color:#fff3d6}.orders_status_badge_paid{color:var(--bg-color-secondary);background-color:#e6f4ec}.orders_status_badge_canceled{color:#b42318;background-color:#fde8e8}.orders_card_resume{background-color:var(--bg-color-primary);border-radius:.9rem;grid-template-columns:1fr;gap:1rem;padding:1rem 1.1rem;display:grid}.orders_card_resume p{color:var(--text-color);flex-direction:column;gap:.35rem;margin:0;font-size:.85rem;display:flex}.orders_card_resume strong{color:var(--bg-color-tercary);font-size:1rem}.orders_lines{flex-direction:column;display:flex}.orders_line{border-bottom:1px solid var(--border-color);grid-template-columns:1fr;align-items:center;gap:.6rem;padding:.95rem 0;display:grid}.orders_line:last-child{border-bottom:none;padding-bottom:0}.orders_line_icon{background-color:var(--bg-color-primary);width:42px;height:42px;color:var(--bg-color-secondary);border-radius:.85rem;justify-content:center;align-items:center;display:none}.orders_line_content{min-width:0}.orders_line_name{color:var(--bg-color-tercary);margin:0 0 .2rem;font-size:.95rem;font-weight:700}.orders_line_meta{color:var(--text-color);margin:0;font-size:.83rem}.orders_line_quantity,.orders_line_total{color:var(--bg-color-tercary);white-space:nowrap;margin:0;font-size:.92rem;font-weight:600}.orders_state_card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;min-height:280px;display:flex}.orders_state_card h2{color:var(--bg-color-tercary);margin:0;font-size:1.25rem}.orders_state_card p{color:var(--text-color);max-width:460px;margin:0;font-size:.95rem;line-height:1.55}.orders_state_spinner{color:var(--bg-color-secondary);animation:.9s linear infinite orders-spin}.orders_state_actions{flex-flow:column wrap;justify-content:center;gap:.85rem;width:100%;display:flex}.orders_primary_action,.orders_secondary_action,.orders_primary_action_button{font-family:var(--font-primary);text-align:center;width:100%;transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);border-radius:.6rem;padding:.75rem 1.1rem;font-size:.92rem;font-weight:600;text-decoration:none}.orders_primary_action,.orders_primary_action_button{background-color:var(--bg-color-secondary);color:#fff;cursor:pointer;border:none}.orders_primary_action:hover,.orders_primary_action_button:hover{background-color:#2d6a4f}.orders_secondary_action{color:var(--bg-color-secondary);background-color:#0000;border:1px solid #1a42312e}.orders_secondary_action:hover{background-color:#edf5f0}.orders_card_actions{justify-content:flex-end;padding-top:.5rem;display:flex}.orders_cancel_button{color:#c0392b;font-size:.85rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;background-color:#0000;border:1px solid #e5b7b2;border-radius:.6rem;padding:.55rem 1.1rem;transition:background-color .15s,border-color .15s}.orders_cancel_button:hover{background-color:#fff1ef;border-color:#c0392b}.orders_cancel_button:disabled{opacity:.6;cursor:wait}.orders_modal_overlay{z-index:1000;background-color:#0d0d0c73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.orders_modal{background-color:#fff;border-radius:1rem;flex-direction:column;width:100%;max-width:440px;display:flex;box-shadow:0 20px 45px #0000002e}.orders_modal_header{border-bottom:1px solid #e0e8e4;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.orders_modal_header h2{color:var(--bg-color-tercary);margin:0;font-size:1.15rem;font-weight:700}.orders_modal_close{cursor:pointer;color:var(--text-color);background:0 0;border:none;border-radius:.3rem;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex}.orders_modal_close:hover{color:#c0392b;background-color:#fde8e8}.orders_modal_body{padding:1.25rem 1.5rem}.orders_modal_body p{color:var(--bg-color-tercary);margin:0 0 .5rem;font-size:.95rem;line-height:1.6}.orders_modal_hint{color:var(--text-color)!important;font-size:.85rem!important}.orders_modal_footer{border-top:1px solid #e0e8e4;flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}.orders_modal_btn{font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;text-align:center;border-radius:.5rem;padding:.65rem 1rem;transition:background .15s,color .15s,border-color .15s}.orders_modal_btn.cancel{color:var(--bg-color-tercary);background-color:#fff;border:1px solid #d8dfdb}.orders_modal_btn.cancel:hover{background-color:#f5f7f6}.orders_modal_btn.confirm{color:#fff;background-color:#c0392b;border:1px solid #c0392b}.orders_modal_btn.confirm:hover{background-color:#a93226;border-color:#a93226}@keyframes orders-spin{to{transform:rotate(360deg)}}@media (width>=769px){.orders_wrapper{margin:3rem auto;padding:0 2rem 4rem}.orders_intro h1{font-size:2rem}.orders_card_header{flex-direction:row;justify-content:space-between;align-items:flex-start}.orders_status_badge{align-self:auto}.orders_card_resume{grid-template-columns:repeat(3,minmax(0,1fr))}.orders_line{grid-template-columns:auto 1fr auto auto;gap:1rem}.orders_line_icon{display:flex}.orders_state_actions{flex-direction:row;width:auto}.orders_primary_action,.orders_secondary_action,.orders_primary_action_button{text-align:left;width:auto}.orders_modal_footer{flex-direction:row;justify-content:flex-end}}@media (width>=901px){.orders_layout{flex-direction:row}.orders_summary_card{width:260px;position:sticky;top:1rem}.orders_stats_grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile_wrapper{max-width:900px;font-family:var(--font-primary);margin:1.5rem auto;padding:0 1rem 3rem}.profile_wrapper h1{color:var(--bg-color-tercary);margin-bottom:.25rem;font-size:1.6rem;font-weight:700}.profile_description{color:var(--text-color);margin-bottom:2.5rem;font-size:1rem}.profile_layout{flex-direction:column;align-items:stretch;gap:2.5rem;display:flex}.profile_card_summary{min-width:unset;text-align:center;background-color:#fff;border-radius:1rem;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex;position:static}.profile_avatar{background-color:var(--bg-color-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;font-size:1.6rem;font-weight:700;display:flex}.profile_name{color:var(--bg-color-tercary);margin:0;font-size:1rem;font-weight:700}.profile_email{color:var(--text-color);margin:0;font-size:.85rem}.profile_role_badge{letter-spacing:.07em;color:var(--bg-color-secondary);background-color:#e6f4ec;border-radius:.4rem;margin-top:.25rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.profile_form{flex-direction:column;flex:1;gap:1.25rem;display:flex}.profile_form h4{color:var(--bg-color-tercary);border-bottom:2px solid var(--bg-color-secondary);margin-bottom:0;padding-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.profile_form h4:before{display:none}.profile_hint{color:var(--text-color);margin:-.5rem 0 0;font-size:.85rem}.profile_form_row{flex-direction:column;gap:1rem;display:flex}.profile_form_row .profile_field{flex:1}.profile_field{flex-direction:column;gap:.4rem;display:flex}.profile_label{color:var(--bg-color-tercary);font-size:.85rem;font-weight:700}.profile_input{background-color:var(--bg-color-primary);width:100%;font-size:.95rem;font-family:var(--font-primary);color:var(--bg-color-tercary);border:1px solid #e0e8e4;border-radius:.5rem;outline:none;padding:.65rem .9rem;transition:border-color .15s}.profile_input:focus{border-color:var(--bg-color-secondary)}.profile_input_error{border-color:#c0392b}.profile_error_inline{color:#c0392b;margin:0;font-size:.8rem}.profile_error{color:#c0392b;background-color:#fde8e8;border-radius:.5rem;margin:0;padding:.6rem .9rem;font-size:.85rem}.profile_success{color:var(--bg-color-secondary);background-color:#e6f4ec;border-radius:.5rem;margin:0;padding:.6rem .9rem;font-size:.85rem}.profile_actions{flex-direction:column-reverse;align-items:center;gap:1rem;display:flex}.profile_btn{background-color:var(--bg-color-secondary);color:#fff;font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;text-align:center;border:none;border-radius:.5rem;align-self:stretch;padding:.6rem 1.4rem;transition:background .15s}.profile_btn:hover{background-color:#2d6a4f}.profile_btn:disabled{opacity:.6;cursor:not-allowed}.profile_delete_btn{color:#c0392b;font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;text-align:center;background-color:#0000;border:1px solid #e5b7b2;border-radius:.5rem;align-self:stretch;padding:.6rem 1.4rem;transition:background .15s,color .15s,border-color .15s}.profile_delete_btn:hover{background-color:#fff1ef;border-color:#c0392b}.profile_delete_btn:disabled{opacity:.6;cursor:not-allowed}.profile_modal_overlay{z-index:1000;background-color:#0d0d0c73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.profile_modal{background-color:#fff;border-radius:1rem;flex-direction:column;gap:1rem;width:100%;max-width:460px;padding:1.5rem;display:flex;box-shadow:0 20px 45px #0000002e}.profile_modal_title{color:var(--bg-color-tercary);margin:0;font-size:1.25rem;font-weight:700}.profile_modal_text{color:var(--text-color);margin:0;font-size:.95rem;line-height:1.6}.profile_modal_actions{flex-direction:column;gap:.75rem;display:flex}.profile_modal_cancel,.profile_modal_confirm{font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;border-radius:.5rem;padding:.65rem 1rem;transition:background .15s,color .15s,border-color .15s}.profile_modal_cancel{color:var(--bg-color-tercary);background-color:#fff;border:1px solid #d8dfdb}.profile_modal_cancel:hover{background-color:#f5f7f6}.profile_modal_confirm{color:#fff;background-color:#c0392b;border:1px solid #c0392b}.profile_modal_confirm:hover{background-color:#a93226;border-color:#a93226}.profile_modal_cancel:disabled,.profile_modal_confirm:disabled{opacity:.6;cursor:not-allowed}@media (width>=769px){.profile_wrapper{margin:3rem auto;padding:0 2rem 4rem}.profile_wrapper h1{font-size:2rem}.profile_layout{flex-direction:row;align-items:flex-start}.profile_card_summary{min-width:200px;position:sticky;top:1rem}.profile_form_row{flex-direction:row}.profile_btn,.profile_delete_btn{align-self:flex-end}.profile_actions{flex-direction:row;justify-content:space-between}.profile_modal_actions{flex-direction:row;justify-content:flex-end}}
