*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}._testList_1lh39_1{background-color:gray}._header_1lh39_5{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;position:sticky;top:0;z-index:1000}._nav_1lh39_14{max-width:2560px;margin:0 auto}._navList_1lh39_19{display:flex;gap:2rem;list-style:none;margin:0;padding:0}._navLink_1lh39_27{color:#333;text-decoration:none;font-weight:500;transition:color .2s ease}._navLink_1lh39_27:hover{color:#007bff}._main_1lh39_38{min-height:calc(100vh - 200px);max-width:2560px;margin:0 auto}._footer_1lh39_44{background-color:#f8f9fa;padding:2rem;margin-top:auto}._footerContent_1lh39_50{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._footerLinksContainer_1lh39_58{display:flex;flex-direction:column;gap:1rem}._footerLinksContainer_1lh39_58 a{color:#666;text-decoration:none;transition:color .2s ease}._footerLinksContainer_1lh39_58 a:hover{color:#007bff}._footerSocialsContainer_1lh39_74{display:flex;gap:1rem;align-items:center}._footerSocialsContainer_1lh39_74 a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;transition:transform .2s ease}._footerSocialsContainer_1lh39_74 a:hover{transform:translateY(-3px)}._footerSocialsContainer_1lh39_74 img{width:20px;height:20px}._copyright_1lh39_100{text-align:center;color:#666;margin-top:2rem;padding-top:1rem;border-top:1px solid #dee2e6}._featuresSection_16r6v_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:4rem 2rem;max-width:1200px;margin:2rem auto}._storeFeature_16r6v_10{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}._storeFeature_16r6v_10:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}._storeFeature_16r6v_10 img{width:64px;height:64px;padding:1rem;background-color:#f0f7ff;border-radius:50%;margin-bottom:1rem}._storeFeature_16r6v_10 h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}._storeFeature_16r6v_10 p{color:#666;line-height:1.6;margin:0}._testimonialsSection_16r6v_50{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:4rem 2rem;max-width:1200px;margin:0 auto;background-color:#fff}._testimonial_16r6v_50{background-color:#f8f9fa;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}._testimonial_16r6v_50 img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 6px #0000001a}._testimonial_16r6v_50 p{color:#2c3e50;font-style:italic;line-height:1.6;margin:0;font-size:1.1rem}@media (max-width: 768px){._featuresSection_16r6v_1,._testimonialsSection_16r6v_50{padding:2rem 1rem;gap:1.5rem}._storeFeature_16r6v_10,._testimonial_16r6v_50{padding:1.5rem}}._heroText_ytxr2_1{position:relative;height:50vh;overflow:hidden;display:flex;align-items:center;justify-content:center}._hero-bg_ytxr2_10{background-image:url(/assets/hero-Cd4rzxQa.jpg);background-size:cover;background-position:center;position:absolute;top:0;left:0;width:100%;height:200%;z-index:-1;transform:translateY(0)}._hero-bg_ytxr2_10:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#0009)}._content_ytxr2_37{position:relative;color:#fff;text-align:center;max-width:800px;padding:0 2rem}._title_ytxr2_45{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:_fadeInDown_ytxr2_1 1s ease-out}._subtitle_ytxr2_53{font-size:1.5rem;margin-bottom:2rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3);animation:_fadeInUp_ytxr2_1 1s ease-out}._ctaButton_ytxr2_61{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background-color:#007bff;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;text-decoration:none;animation:_fadeIn_ytxr2_1 1.5s ease-out}._ctaButton_ytxr2_61:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 15px #0003}@keyframes _fadeInDown_ytxr2_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_ytxr2_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_ytxr2_1{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){._title_ytxr2_45{font-size:2.5rem}._subtitle_ytxr2_53{font-size:1.2rem}._heroText_ytxr2_1{height:70vh}}._productGrid_1hx09_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;padding:1.5rem}._productCard_1hx09_8{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014,0 1.5px 4px #0000000a;padding:1.5rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px;min-height:420px;transition:transform .15s,box-shadow .15s;text-align:center;position:relative;justify-content:center}._productCard_1hx09_8:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 24px #0000001f,0 3px 8px #00000014}._productCard_1hx09_8 img{max-width:140px;max-height:140px;object-fit:contain;margin-bottom:1rem;border-radius:8px}._productCard_1hx09_8 h3{font-size:1.1rem;font-weight:600;margin:.5rem 0 .25rem;color:#222}._productCard_1hx09_8 p{margin:.25rem 0;color:#444;font-size:1rem}._productCard_1hx09_8 ._price_1hx09_51{color:#2a9d8f;font-size:1.2rem;font-weight:700;margin:.5rem 0}._productCard_1hx09_8 ._rating_1hx09_58{color:#e9c46a;font-size:1rem;margin-bottom:.5rem}._addToCart_1qvw9_1{margin-top:.75rem;padding:.75rem 2rem;background:#2a9d8f;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #2a9d8f14}._addToCart_1qvw9_1:hover,._addToCart_1qvw9_1:focus{background:#21867a;transform:translateY(-2px) scale(1.03)}._productInput_1malp_1{width:80px;padding:.5rem;border:1.5px solid #e0e0e0;border-radius:6px;font-size:1rem;margin:.5rem 0;text-align:center;transition:border-color .2s;outline:none;background:#f8f9fa}._productInput_1malp_1:focus{border-color:#2a9d8f;background:#fff}._productLabel_1malp_19{display:block;font-size:.98rem;font-weight:500;color:#2c3e50;margin-bottom:.25rem;letter-spacing:.01em;text-align:center}._toast_lhsxj_1{position:fixed;top:2rem;left:50%;transform:translate(-50%);min-width:220px;background:#fff;color:#222;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:1rem 2rem 1rem 1rem;display:flex;align-items:center;opacity:0;pointer-events:none;z-index:9999;transition:opacity .3s,top .3s;flex-direction:column}._toast_lhsxj_1._show_lhsxj_21{opacity:1;pointer-events:auto;top:3.5rem}._progressBarContainer_lhsxj_27{width:100%;height:6px;background:#e0f7ea;border-radius:4px;margin-right:1rem;overflow:hidden;align-self:flex-start;margin-top:.4rem}._progressBar_lhsxj_27{height:100%;width:100%;background:#2ecc71;transform:scaleX(0);transform-origin:left;transition:none}._animate_lhsxj_47{animation:_progressBarAnim_lhsxj_1 1.5s linear forwards}@keyframes _progressBarAnim_lhsxj_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}._cartList_6wedm_1{display:flex;flex-direction:column;gap:1.5rem}._cartItem_6wedm_7{display:flex;gap:1.5rem;background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}._cartItem_6wedm_7:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}._cartItem_6wedm_7 img{max-width:120px;max-height:120px;object-fit:contain;border-radius:8px;border:1px solid #eee}._details_6wedm_30{flex:1;display:flex;flex-direction:column;gap:.75rem}._details_6wedm_30 h3{margin:0;font-size:1.2rem;color:#2c3e50}._details_6wedm_30 p{margin:0;color:#666;font-size:.9rem;line-height:1.4}._price_6wedm_50{color:#2ecc71!important;font-weight:600;font-size:1.1rem!important}._quantityContainer_6wedm_56{display:flex;align-items:center;gap:1rem;margin-top:.5rem}._quantityContainer_6wedm_56 label{font-weight:500;color:#666}._quantityContainer_6wedm_56 input{width:80px;padding:.5rem;border:1px solid #ddd;border-radius:4px;text-align:center}._emptyCart_6wedm_76{text-align:center;padding:3rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}._emptyCart_6wedm_76 p{color:#666;font-size:1.1rem;margin:0}@media only screen and (max-width: 400px){._cartItem_6wedm_7{padding:1rem;gap:0rem}}._test_a2fcr_1{background-color:#8a2be2}._summary_a2fcr_5{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;position:sticky;top:2rem;height:fit-content}._summary_a2fcr_5 h3{margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee;color:#2c3e50;font-size:1.3rem}._summaryDetails_a2fcr_23{margin-bottom:1.5rem}._summaryRow_a2fcr_27{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#666}._summaryRow_a2fcr_27._total_a2fcr_34{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;font-weight:600;color:#2c3e50;font-size:1.1rem}._checkoutButton_a2fcr_43{width:100%;padding:1rem;background-color:#2ecc71;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}._checkoutButton_a2fcr_43:hover{background-color:#27ae60}@media (max-width: 768px){._summary_a2fcr_5{position:static;margin-top:2rem}}._test_lw2ab_1{background-color:red}._cartContainer_lw2ab_5{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 350px;gap:2rem}._cartHeader_lw2ab_14{grid-column:1 / -1;margin-bottom:1rem}._cartHeader_lw2ab_14 h1{font-size:2rem;color:#2c3e50;margin:0}@media (max-width: 768px){._cartContainer_lw2ab_5{grid-template-columns:1fr;padding:1rem}}
