@font-face{font-family:DM-sans;src:url(/assets/DM_sans-ZAMnKeXJ.ttf)}:root{font-family:DM-sans,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{position:relative;min-height:100dvh;background-color:var(--bg-primary);display:flex;place-items:stretch}#root{display:flex;flex-direction:column;width:100%}*,*:before,*:after{color-scheme:only light;box-sizing:border-box;padding:0;margin:0;font:inherit;border:none;list-style:none}a{text-decoration:none}*,*:after,*:before{outline:none;cursor:default}img,svg,video{display:block;max-width:100%}._shop-item_1qm9x_1{color:var(--text);display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-radius:1rem;box-shadow:var(--shadow);background-color:var(--bg-secondary);padding:1rem;gap:1rem;cursor:pointer}._shop-item_1qm9x_1:hover{box-shadow:var(--shadow-accent);transition-duration:.2s}._shop-item_1qm9x_1>img{cursor:inherit;max-height:200px}._shop-item_1qm9x_1>h2{cursor:inherit;text-align:center;font-size:1rem}._details_1qm9x_31{cursor:inherit;display:flex;justify-content:space-between;width:100%}._in-cart_1qm9x_38{cursor:inherit;filter:var(--filter-accent);height:2rem}@media (min-width: 700px){._shop-item_1qm9x_1{padding:2rem;gap:2rem}}._price-whole_1t62i_1{display:flex;gap:.2rem;text-align:start;cursor:inherit;font-size:1.2rem}._price-fraction_1t62i_9{cursor:inherit;font-size:.8rem}@media (min-width: 700px){._price-whole_1t62i_1{font-size:1.5rem}._price-fraction_1t62i_9{font-size:1rem}}._items-container_1rmp3_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;padding:1rem;margin:0 0 5rem}._controls-container_1rmp3_9{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem;gap:1rem}@media (min-width: 700px){._items-container_1rmp3_1{gap:3rem;padding:2rem;margin:0 0 10rem}._controls-container_1rmp3_9{flex-direction:row;gap:0}}._search-bar-container_ss4dk_1{display:flex;width:100%;height:100%;align-items:center}._search-bar_ss4dk_1{border-top-right-radius:0!important;border-bottom-right-radius:0!important;cursor:text!important;width:100%!important}._search-icon-container_ss4dk_16{display:flex;place-items:center;place-content:center;background-color:var(--accent);width:20%;height:100%;border-top-right-radius:5rem;border-bottom-right-radius:5rem;transition-duration:.3s;cursor:pointer}._search-bar_ss4dk_1::placeholder{color:var(--test-placeholder)}._search-icon_ss4dk_16{cursor:inherit;height:25px}._search-bar-container_ss4dk_1:focus-within ._search-icon-container_ss4dk_16{box-shadow:var(--shadow)}@media (min-width: 700px){._search-icon-container_ss4dk_16{height:100%}._search-bar-container_ss4dk_1{width:31%}}._loading-container_1y2ci_1{display:flex;height:100%;margin:0 auto;align-items:center}._spinner_1y2ci_8{display:inline-block;position:relative;width:80px;height:80px}._spinner_1y2ci_8 div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid var(--accent);border-radius:50%;animation:_lds-ring_1y2ci_1 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--accent) transparent transparent transparent}._spinner_1y2ci_8 div:nth-child(1){animation-delay:-.45s}._spinner_1y2ci_8 div:nth-child(2){animation-delay:-.3s}._spinner_1y2ci_8 div:nth-child(3){animation-delay:-.15s}@keyframes _lds-ring_1y2ci_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error-container_7u9zb_1{display:flex;flex-direction:column;height:100%;place-items:center;place-content:center;gap:1rem;color:var(--danger)}._title_7u9zb_11{font-weight:700;font-size:3rem}._error-message_7u9zb_16{font-size:2rem}._product-details-container_17coy_1{position:relative;background-color:var(--bg-secondary);box-shadow:var(--shadow);margin:1rem;border-radius:1rem;padding:1rem;display:grid;place-items:stretch;place-content:stretch;grid-template-columns:1fr;gap:1rem}._product-details-container_17coy_1>img{width:100%;height:auto;place-self:center}._details_17coy_21{display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;word-wrap:break-all;text-wrap:wrap;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}._details_17coy_21>h1{font-size:1.3rem;font-weight:700}._price_17coy_37{font-size:1rem;margin:auto 0 0}._price-fraction_17coy_42{font-size:.8rem}._remove-button_17coy_46{grid-column-start:1;grid-column-end:-1}@media (min-width: 700px){._product-details-container_17coy_1{grid-template-columns:1fr 2fr;margin:2rem;padding:2rem;gap:3rem}._details_17coy_21>h1{font-size:2rem}._price_17coy_37{font-size:2rem}._price-fraction_17coy_42{font-size:1.3rem}}._select-input_12b59_1{padding:.3rem;border-radius:2rem;background-color:var(--bg-primary);border:solid var(--text) 1px;width:100%;cursor:pointer;transition-duration:.3s}._select-input_12b59_1:focus{outline:auto;outline-color:var(--accent);background-color:var(--bg-secondary);box-shadow:var(--shadow)}@media (min-width: 700px){._select-input_12b59_1{width:31%}}._number-input_1cooh_1{width:100%;text-align:center;cursor:text}._number-input-container_1cooh_8{display:flex;gap:1rem}._icon-button_1srns_1{background-color:var(--none);cursor:pointer}._icon-button_1srns_1>img{height:30px;cursor:inherit}@media (min-width: 700px){._icon-button_1srns_1>img{height:40px}}._hero_1gq90_1{background-color:var(--bg-secondary);display:grid;place-items:center;place-content:center;grid-template-columns:1fr;grid-template-rows:repeat(4,min-content);grid-template-areas:"title" "image" "one" "two" "three";width:100%;padding:1rem;gap:2rem}._hero_1gq90_1 img{width:500px;grid-area:image}._hero_1gq90_1 h1{grid-area:title;font-size:1.5rem;color:var(--accent)}._one_1gq90_30,._two_1gq90_30,._three_1gq90_30{font-size:1rem;text-justify:distribute;text-align:justify}._one_1gq90_30{grid-area:one}._two_1gq90_30{grid-area:two}._three_1gq90_30{grid-area:three}@media (min-width: 700px){._hero_1gq90_1{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr);grid-template-areas:" . title ." "one image three" ". two .";width:100%;padding:5rem;gap:5rem}._hero_1gq90_1 h1{font-size:3rem}._one_1gq90_30,._two_1gq90_30,._three_1gq90_30{font-size:1.5rem}}._button_1yvf2_1{will-change:filter;font-size:.9rem;font-weight:700;padding:.3rem;border-radius:5rem;cursor:pointer}._button_1yvf2_1:hover{filter:brightness(.9)}._primary_1yvf2_14{background-color:var(--accent);border:solid var(--accent) 2px;color:var(--text)}._secondary_1yvf2_21{background-color:var(--bg-secondary);border:solid var(--accent) 2px}._danger_1yvf2_27{background-color:var(--danger);border:solid var(--danger) 2px;color:var(--bg-secondary)}@media (min-width: 700px){._button_1yvf2_1{font-size:1rem;padding:.5rem}}._error-container_myhpu_1{display:flex;width:100%;height:100%;background-color:var(--bg-secondary);justify-content:space-around;align-items:center;flex-direction:column}._error-logo_myhpu_12{width:30%}._error-title_myhpu_16{color:var(--danger);font-size:3rem}._error-number_myhpu_21{color:var(--danger);font-size:5rem;font-weight:700}._error-text_myhpu_27{display:flex;flex-direction:column;align-items:center}._home-link_myhpu_33{width:10rem;text-align:center}._hero_ze187_1{background-image:url(/assets/hero-BA4kJEN1.jpg);width:100%;min-height:500px;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex}._hero-banner_ze187_11{background-image:none;background-color:#00000080;width:100%;display:flex;flex-direction:column;place-items:center;place-content:center;padding:1rem;gap:.5rem}._hero-banner_ze187_11 h1{font-weight:700;font-size:2rem;color:var(--bg-secondary)}._hero-banner_ze187_11 h2{font-weight:700;font-size:1.5rem;color:var(--accent)}._call-to-action_ze187_35{width:50%;place-self:flex-start}._promo_ze187_40{padding:1rem;display:flex;width:100%;gap:1rem;justify-content:space-between;align-items:center;background-color:var(--bg-secondary)}._promo_ze187_40 h3{font-size:1.2rem}._promo_ze187_40 h2{color:var(--accent);font-size:2rem}._promo_ze187_40>img{width:50%;height:auto;place-self:center}._promo-text_ze187_65{display:flex;flex-direction:column;gap:2rem}@media (min-width: 700px){._hero_ze187_1{width:100%;height:900px}._hero-banner_ze187_11{background-image:linear-gradient(90deg,rgba(0,0,0,.741),rgba(0,0,0,.541),var(--none));background-color:var(--none);width:50%;padding:2rem;gap:1rem}._hero-banner_ze187_11 h1{font-size:4rem}._hero-banner_ze187_11 h2{font-size:2rem}._promo_ze187_40{padding:2rem}._promo_ze187_40 h3{font-size:2rem}._promo_ze187_40 h2{font-size:3rem}}._nav-container_gs5vz_1{display:flex}._nav-item_gs5vz_5{font-size:1rem;color:var(--text);cursor:pointer;padding:2rem}._active_gs5vz_12{background-color:var(--accent);transition-duration:.2s}li{display:flex}._nav-backdrop_1m2cv_1{z-index:9999}._nav-container_1m2cv_6{will-change:transform filter;display:flex;flex-direction:column;background-color:var(--bg-secondary);height:100%;width:100%;box-shadow:var(--shadow);border-radius:1rem;gap:3rem;animation-name:_nav-fade-in_1m2cv_1;animation-duration:.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}._mount_1m2cv_22{animation-name:_nav-fade-in_1m2cv_1}._unmount_1m2cv_26{animation-name:_nav-fade-out_1m2cv_1}._nav-header_1m2cv_30{display:flex;justify-content:space-between;padding:1rem;align-items:center;align-content:center}._nav-title_1m2cv_38{font-size:1.2rem}._nav-list_1m2cv_42{display:flex;flex-direction:column}._nav-item_1m2cv_47{width:100%;font-size:1rem;padding:1rem;text-align:center;color:var(--text)}._active_1m2cv_55{background-color:var(--accent)}@keyframes _nav-fade-out_1m2cv_1{0%{transform:translate(0);filter:opacity(1)}to{transform:translate(-100dvw);filter:opacity(0)}}@keyframes _nav-fade-in_1m2cv_1{0%{transform:translate(-100dvw);filter:opacity(0)}to{transform:translate(0);filter:opacity(1)}}._light_t2hcu_1{--bg-primary: #eaeaea;--bg-secondary: #ffffff;--accent: #4ccd99;--danger: #ff204e;--text: #000000;--text-placeholder: #a4a4a4;--none: #00000000 ;--overlay: #0000006b;--shadow: 0px 1px 3px rgb(0, 0, 0, .1), 0px 6px 12px rgb(0, 0, 0, .08);--shadow-accent: 0px 0 3px var(--accent), 0px 0px 12px var(--accent);--filter-accent: invert(83%) sepia(10%) saturate(2064%) hue-rotate(98deg) brightness(85%) contrast(91%)}._header_edbup_1{display:flex;align-items:center;justify-items:stretch;place-content:space-between;margin:0;box-shadow:var(--shadow)}._footer-info_edbup_10{font-weight:700;font-size:1.1rem;margin:0 0 1rem}._footer_edbup_10{background-color:var(--accent);color:var(--text);margin:auto 0 0;padding:2rem;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}._footer-list_edbup_28{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}._logo_edbup_35{max-width:40dvw;height:40px;margin:auto;cursor:pointer}@media (min-width: 700px){._footer_edbup_10{padding:3rem}._footer-list_edbup_28{gap:0}._logo_edbup_35{max-width:100%;height:50px;margin:auto auto auto 2rem}}._cart-button_1fia6_1{background-color:var(--none);padding:1rem;display:flex;cursor:pointer}._cart-button_1fia6_1>img{height:30px;cursor:inherit}._count_1fia6_13{display:flex;place-items:center;place-content:center;cursor:inherit;background-color:var(--accent);font-size:.6rem;min-width:1.2rem;height:1.2rem;border-radius:5rem;margin:auto auto -1rem -1rem;font-weight:700;box-shadow:var(--shadow)}@media (min-width: 700px){._cart-button_1fia6_1>img{height:40px}._count_1fia6_13{font-size:.8rem;padding:.5rem;min-width:1.5rem;height:1.5rem}}._cart-item-container_zfwc1_1{display:grid;grid-template-columns:1fr;grid-auto-rows:min-content;place-items:stretch;place-content:stretch;gap:.5rem;border-radius:1rem;box-shadow:var(--shadow);background-color:var(--bg-secondary);padding:1.2rem}._thumb_zfwc1_14{grid-row-start:1;grid-row-end:-2;place-self:center}._title_zfwc1_20{color:var(--text);font-size:1rem;place-self:flex-start;cursor:pointer}._total_zfwc1_27{font-size:1rem;display:flex;gap:.5rem;margin:auto 0 0}@media (min-width: 700px){._cart-item-container_zfwc1_1{grid-template-columns:1fr 2fr;grid-template-rows:repeat(3,min-content);padding:1rem;gap:1rem;padding:3rem}._title_zfwc1_20{font-size:1.2rem}._total_zfwc1_27{font-size:1.5rem;gap:1rem}}._footer-link_1ufrd_1{display:flex;gap:.3rem;align-items:center;cursor:pointer;color:var(--text);text-decoration:underline;font-size:.9rem}._footer-link_1ufrd_1>img{cursor:inherit;height:20px}@media (min-width: 700px){._footer-link_1ufrd_1{gap:.5rem;font-size:1rem}}._cart-backdrop_10o5u_1{position:fixed;height:100%;width:100%;background-color:var(--overlay);display:flex;justify-content:flex-end;padding:.5rem;top:0;left:0}._cart-container_10o5u_13{will-change:transform filter;display:flex;flex-direction:column;border-radius:1rem;background-color:var(--bg-primary);box-shadow:var(--shadow);width:100%;height:100%;padding:1rem;gap:1rem;animation-duration:.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}._mount_10o5u_29{animation-name:_cart-fade-in_10o5u_1}._unmount_10o5u_33{animation-name:_cart-fade-out_10o5u_1}._cart-items_10o5u_37{display:flex;flex-direction:column;height:100%;overflow-y:scroll;gap:.5rem;padding:.5rem}._title_10o5u_46{font-size:1.2rem}._empty_10o5u_50{color:var(--text-placeholder);font-size:1rem}._header_10o5u_55{display:flex;justify-content:space-between;align-items:center}._cart-controls_10o5u_61{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}._clear-cart_10o5u_69,._checkout_10o5u_73{width:100%}._subtotal_10o5u_77{display:flex;place-items:center;font-size:1rem;gap:.5rem}@keyframes _cart-fade-out_10o5u_1{0%{transform:translate(0);filter:opacity(1)}to{transform:translate(100dvw);filter:opacity(0)}}@keyframes _cart-fade-in_10o5u_1{0%{transform:translate(100dvw);filter:opacity(0)}to{transform:translate(0);filter:opacity(1)}}@media (min-width: 700px){._cart-backdrop_10o5u_1{padding:1rem}._title_10o5u_46{font-size:2rem}._cart-container_10o5u_13{width:70%;gap:2rem}._cart-controls_10o5u_61{flex-direction:row}._clear-cart_10o5u_69{width:30%}._cart-items_10o5u_37{gap:1rem;padding:1rem}._empty_10o5u_50{font-size:1.3rem}._subtotal_10o5u_77{font-size:1.5rem;gap:1rem}}._modal-backdrop_ss9mg_1{place-items:center;place-content:center}._modal_ss9mg_1{background-color:var(--bg-secondary);max-width:90%;border-radius:1rem;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);padding:1rem;gap:1rem;align-items:center;justify-content:stretch}._prompt_ss9mg_21{grid-column-start:1;grid-column-end:-1;color:var(--text);text-align:center}@media (min-width: 700px){._modal_ss9mg_1{min-width:400px;min-height:200px;max-width:30%;padding:2rem;gap:2rem}}
