*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}:root{--step--2: clamp(.7813rem, .7645rem + .0839vw, .84rem);--step--1: clamp(.9375rem, .9054rem + .1607vw, 1.05rem);--step-0: clamp(1.125rem, 1.0714rem + .2679vw, 1.3125rem);--step-1: clamp(1.35rem, 1.267rem + .4152vw, 1.6406rem);--step-2: clamp(1.62rem, 1.4969rem + .6154vw, 2.0508rem);--step-3: clamp(1.944rem, 1.767rem + .885vw, 2.5635rem);--step-4: clamp(2.3328rem, 2.0838rem + 1.2451vw, 3.2043rem);--step-5: clamp(2.7994rem, 2.4548rem + 1.723vw, 4.0054rem);--space-3xs-2xs: clamp(.3125rem, .2054rem + .5357vw, .6875rem);--space-2xs-xs: clamp(.5625rem, .4375rem + .625vw, 1rem);--space-xs-s: clamp(.875rem, .75rem + .625vw, 1.3125rem);--space-s-m: clamp(1.125rem, .875rem + 1.25vw, 2rem);--space-m-l: clamp(1.6875rem, 1.4196rem + 1.3393vw, 2.625rem);--space-l-xl: clamp(2.25rem, 1.7679rem + 2.4107vw, 3.9375rem);--space-xl-2xl: clamp(3.375rem, 2.8393rem + 2.6786vw, 5.25rem);--space-2xl-3xl: clamp(4.5rem, 3.5357rem + 4.8214vw, 7.875rem);--color-primary: #3a86ff;--color-primary-hover: #2667cc;--color-secondary: #ffbe0b;--color-accent: #ff006e;--color-dark: #1a1a2e;--color-text: #2b2d42;--color-text-light: #8d99ae;--color-bg: #fff;--color-bg-secondary: #f8f9fa;--color-border: #e9ecef;--color-bg-translucent: rgba(255, 255, 255, .8);--gradient-primary: linear-gradient(135deg, var(--color-primary) 0%, #4cc9f0 100%);--shadow-sm: 0 .125rem .31rem rgba(0, 0, 0, .05);--shadow-md: 0 .25rem .625rem rgba(0, 0, 0, .1);--shadow-lg: 0 .625rem 1.5625rem rgba(0, 0, 0, .15);--transition-smooth: all .4s cubic-bezier(.25, .8, .25, 1);--transition-bounce: all .5s cubic-bezier(.68, -.6, .32, 1.6);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px}@media (prefers-color-scheme: dark){:root{--color-primary: #4cc9f0;--color-primary-hover: #3a86ff;--color-text: #f8f9fa;--color-text-light: #adb5bd;--color-bg: #1a1a2e;--color-bg-secondary: #16213e;--color-border: #2d3748;--color-bg-translucent: rgba(26, 26, 46, .8)}}body{color:var(--color-text)}ul{list-style:none}a{text-decoration:none;outline:none}button{border:none;outline:none;cursor:pointer}input,textarea{outline:none;color:inherit}._app_h070w_1{min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%}._container_h070w_17{width:min(90%,80rem);margin:0 auto 2.5rem}._header_a9lzj_1{background:var(--gradient-primary);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:1000;border-bottom:.07rem solid var(--color-border)}._container_a9lzj_19{width:min(90%,80rem);margin-inline:auto}._navPrimary_a9lzj_31{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2xs-xs) 1rem;gap:var(--space-xs-s)}._logoContainer_a9lzj_47{font-size:var(--step-0);display:flex;align-items:center;gap:.5em;color:#fff;letter-spacing:-.04rem;transition:var(--transition-smooth);cursor:pointer}._logoContainer_a9lzj_47 h1{white-space:nowrap}._logoContainer_a9lzj_47 svg{font-size:var(--step-3);color:var(--color-secondary);filter:drop-shadow(0 .125rem .25rem rgba(0,0,0,.2))}._logoContainer_a9lzj_47:hover{transform:scale(1.05)}._searchBox_a9lzj_97{flex-grow:.5;max-width:32rem;display:flex;margin-inline:auto;position:relative}._searchBox_a9lzj_97 input{width:100%;font-size:var(--step--1);padding:.5em 3em .5em .8em;border:none;border-radius:var(--radius-full);background-color:var(--color-bg-translucent);box-shadow:var(--shadow-sm);transition:var(--transition-smooth)}._searchBox_a9lzj_97 input:focus{box-shadow:var(--shadow-md);background-color:var(--color-bg);transform:scale(1.02)}._searchBox_a9lzj_97 button{font-size:var(--step--1);position:absolute;height:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;right:1%;background:var(--color-secondary);color:var(--color-dark);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:var(--transition-bounce)}._searchBox_a9lzj_97 button:hover{background:var(--color-accent);color:#fff;transform:scale(1.1)}._cartContainer_a9lzj_191{display:flex;position:relative;padding:var(--space-3xs-2xs) var(--space-2xs-xs);border-radius:var(--radius-md);background:#fff3;cursor:pointer;transition:var(--transition-smooth);color:#fff}._cartContainer_a9lzj_191:hover{background:#ffffff4d;transform:translateY(-.125)}._cartIcon_a9lzj_223{font-size:var(--step-1)}._cartCount_a9lzj_231{font-size:var(--step--2);position:absolute;top:-.5rem;right:-.5rem;background:var(--color-accent);padding:.2em .4em;border-radius:var(--radius-full);font-weight:700;box-shadow:var(--shadow-sm);animation:_pulse_a9lzj_1 2s infinite}@keyframes _pulse_a9lzj_1{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}._navSecondary_a9lzj_287{background-color:var(--color-bg-secondary)}._navList_a9lzj_295{display:flex;justify-content:center;gap:var(--space-m-l);padding-block:var(--space-2xs-xs)}._navList_a9lzj_295 a{font-size:var(--step--1);color:var(--color-text-light);font-weight:500;position:relative;transition:var(--transition-smooth)}._navList_a9lzj_295 a:hover{color:var(--color-primary);transform:translateY(-.125rem)}._navList_a9lzj_295 a:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:.125rem;background:var(--color-secondary);transition:var(--transition-smooth)}._navList_a9lzj_295 a:hover:after{width:100%}@media (width < 48rem){._navPrimary_a9lzj_31{flex-wrap:wrap;padding:var(--space-xs-s) 1rem}._searchBox_a9lzj_97{flex-basis:100%;order:1}}@media (min-aspect-ratio: 19.5/9){._header_a9lzj_1{position:static}}._cartAdded_a9lzj_403{animation:_itemAdded_a9lzj_1 .5s ease-out}@keyframes _itemAdded_a9lzj_1{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}._heroBg_tr8no_1{width:70%;overflow:hidden;margin:0 auto var(--space-m-l);border-radius:0 0 var(--radius-xl) var(--radius-xl);box-shadow:var(--shadow-lg)}._heroBg_tr8no_1 img{width:100%;height:100%}._home_tr8no_27 h2{font-size:var(--step-3);text-align:center;margin:1.4em;position:relative;display:inline-block;padding-inline:1em;color:var(--color-dark)}._home_tr8no_27 h2:after{content:"";position:absolute;bottom:-.5rem;left:var(--space-s-m);width:calc(100% - var(--space-s-m) * 2);height:.12em;background:var(--gradient-primary);border-radius:var(--radius-full)}._productSection_tr8no_69{display:grid;grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));gap:var(--space-s-m)}@media (width < 48rem){._heroBg_tr8no_1{width:100%}._productSection_tr8no_69{grid-template-columns:repeat(auto-fill,minmax(13.5rem,1fr))}}._button_14a7m_1{font-size:var(--step--2);padding-block:1em;background:var(--gradient-primary);color:#fff;border-radius:var(--radius-sm);font-weight:600;transition:var(--transition-smooth)}._button_14a7m_1:hover{background:var(--color-primary-hover);transform:scale(1.02);box-shadow:var(--shadow-sm)}._product_19xq0_1{background:var(--color-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-smooth)}._product_19xq0_1:hover{transform:translateY(-.3rem);box-shadow:var(--shadow-md)}._product_19xq0_1 img{width:100%;height:12.5rem;object-fit:contain;background:var(--color-bg-secondary);padding:var(--space-xs-s);border-bottom:.07rem solid var(--color-border)}._productDetails_19xq0_45{padding:var(--space-xs-s);display:flex;flex-direction:column;gap:var(--space-3xs-2xs)}._name_19xq0_59{font-size:var(--step--1);font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._price_19xq0_75{font-size:var(--step-0);font-weight:700;color:var(--color-primary);margin-block:.5em}._catagorySection_1gjcy_1{display:flex;gap:var(--space-s-m);justify-content:center;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-block:var(--space-3xs-2xs)}._catagoryCard_1gjcy_21{scroll-snap-align:start;width:7.5rem;background:var(--color-bg-secondary);display:flex;flex-direction:column;align-items:center;gap:var(--space-3xs-2xs);cursor:pointer;padding:var(--space-xs-s);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;transition:var(--transition-smooth)}._catagoryCard_1gjcy_21:hover{transform:translateY(-.31rem);box-shadow:var(--shadow-md);background:var(--color-primary);color:#fff}._catagoryCard_1gjcy_21 img{width:5rem;height:5rem;object-fit:cover;border-radius:50%;box-shadow:var(--shadow-sm)}._catagoryCard_1gjcy_21 span{font-size:var(--step--2);font-weight:600}@media (width < 48rem){._catagorySection_1gjcy_1{justify-content:start}}._shop_zmvfc_1{margin-top:2.5rem}._heading_zmvfc_9{display:flex;align-items:center;justify-content:center;gap:var(--space-3xs-2xs);margin-block:var(--space-l-xl)}._heading_zmvfc_9 h2{font-size:var(--step-3);color:var(--color-primary)}._heading_zmvfc_9 svg{font-size:var(--step-5);color:var(--color-secondary)}._productSection_zmvfc_45{display:grid;grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));gap:var(--space-s-m)}@media (width < 48rem){._productSection_zmvfc_45{grid-template-columns:repeat(auto-fill,minmax(13.5rem,1fr))}}._cart_k6fc8_1{width:min(100%,40rem);margin:2.5rem auto 0;display:flex;flex-direction:column;gap:var(--space-xs-s)}._emptyCart_k6fc8_17{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:var(--space-xs-s)}._emptyCart_k6fc8_17 img{width:40%}._emptyCart_k6fc8_17 span{font-size:var(--step-0);font-weight:600;color:var(--color-dark)}._priceSection_k6fc8_59{font-size:var(--step--1);font-weight:700;display:flex;justify-content:space-between;align-items:center;padding:1.2em;margin-top:1.2em;background:var(--color-bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}._priceSection_k6fc8_59 span:first-child{color:var(--color-text-light)}._priceSection_k6fc8_59 span:last-child{color:var(--color-primary)}@media (width < 22.5rem){._priceSection_k6fc8_59{flex-direction:column;gap:.6em}}._cartCard_9hf3u_1{display:flex;justify-content:space-between;align-items:center;padding:var(--space-2xs-xs);border:.07rem solid var(--color-border);border-radius:.5rem;background:var(--color-bg);gap:var(--space-s-m)}._leftCard_9hf3u_23{flex:1;height:var(--space-2xl-3xl);display:flex;align-items:center;gap:var(--space-xs-s);padding:var(--space-3xs-2xs)}._leftCard_9hf3u_23 img{max-width:25%;height:100%;padding:var(--space-3xs-2xs);object-fit:contain;background:#f3f4f6;border-radius:var(--radius-sm)}._name_price_9hf3u_59{display:flex;flex-direction:column;gap:.25rem}._name_price_9hf3u_59 span:first-child{font-weight:600}._name_price_9hf3u_59 span:last-child{font-weight:700;color:var(--color-primary)}._rightCard_9hf3u_89 button{font-size:var(--step--2);display:flex;align-items:center;gap:.5em;padding:.5em 1em;background:#ef4444;color:#fff;border-radius:.25rem;transition:var(--transition-smooth)}._rightCard_9hf3u_89 button:hover{background:#dc2626}@media (width < 48rem){._cartCard_9hf3u_1{flex-direction:column}}._contact_l5h60_1{background:var(--color-bg-secondary);margin-top:2.5rem;display:flex;justify-content:center;padding-block:var(--space-xs-s);border-radius:var(--radius-xl)}._contact_l5h60_1 form{width:min(100%,30rem);display:flex;flex-direction:column;gap:var(--space-s-m);padding:var(--space-s-m);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}._formGroup_l5h60_39{display:flex;flex-direction:column;gap:var(--space-3xs-2xs)}._contact_l5h60_1 label{font-size:var(--step--1);font-weight:500;display:flex;align-items:center;gap:.4em}._contact_l5h60_1 input,._contact_l5h60_1 textarea{font-size:var(--step--1);width:100%;padding:1em 1em 1em 3em;border:.125rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);transition:var(--transition-smooth)}._contact_l5h60_1 textarea{min-height:12rem;resize:vertical;padding:var(--space-xs-s)}._inputWrapper_l5h60_101{position:relative}._inputIcon_l5h60_109{font-size:var(--step-0);position:absolute;left:1em;top:50%;transform:translateY(-50%);color:var(--color-text-light)}._contact_l5h60_1 input:focus,._contact_l5h60_1 textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 .25rem var(--color-primary-translucent)}._footer_1ui03_1{background:var(--color-bg-secondary);color:var(--color-text-light);font-size:var(--step--1);font-weight:500;text-align:center;padding-block:2em;border-top:.07rem solid var(--color-border);position:relative}._footer_1ui03_1:before{content:"";position:absolute;top:-.07rem;left:50%;transform:translate(-50%);width:min(90%,80rem);height:.07rem;background:var(--gradient-primary)}
