.EditCustomerAccount_accountContainer__WTjF0{max-width:700px;margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.EditCustomerAccount_profileHeader__L08cw{text-align:center;margin-bottom:20px}.EditCustomerAccount_profileImage__JVizk img{border-radius:50%;width:100px;height:100px;object-fit:cover}.EditCustomerAccount_editBtn__ytQYP{margin-top:10px;padding:8px 16px;color:#007bff;background-color:transparent;border:2px solid #007bff;border-radius:4px;font-weight:700}.EditCustomerAccount_editForm__ErVJh{margin-top:20px}.EditCustomerAccount_formGroup__HTnrm{display:flex;flex-direction:column;margin-bottom:15px}.EditCustomerAccount_formGroup__HTnrm label{font-weight:700;margin-bottom:5px}.EditCustomerAccount_formGroup__HTnrm input,.EditCustomerAccount_formGroup__HTnrm textarea{padding:10px;border-radius:4px;border:1px solid #ddd}.EditCustomerAccount_passwordWrapper__0wJHy{display:flex;align-items:center}.EditCustomerAccount_togglePasswordBtn__y_YBW{background:none;border:none;cursor:pointer;margin-left:-30px}.EditCustomerAccount_actionButtons__o1TID{display:flex;gap:15px;justify-content:center;margin-top:20px}.EditCustomerAccount_cancelBtn__6qbBP,.EditCustomerAccount_saveBtn__TDXHO{padding:10px 20px;font-weight:700;border-radius:4px;cursor:pointer}.EditCustomerAccount_saveBtn__TDXHO{background-color:#4b7d46;color:#fff;border:none}.EditCustomerAccount_cancelBtn__6qbBP{background-color:#ddd;color:#333;border:none}.EditCustomerAccount_accountActions__ysPBX{margin-top:20px;text-align:center}.EditCustomerAccount_deleteBtn__Hs1hK{background-color:#ed6258;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-weight:700;cursor:pointer}.EditCustomerAccount_accountDetails__i5O2M{background:#f9f9f9;border-radius:8px;padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.05);margin-bottom:1.5rem}.EditCustomerAccount_sectionTitle__8kG3Q{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:700}.EditCustomerAccount_detailsList__ytX4u{list-style:none;padding:0;margin:0 0 1rem}.EditCustomerAccount_detailsList__ytX4u li{display:flex;align-items:center;margin-bottom:.8rem}.EditCustomerAccount_detailLabel__fnux5{display:flex;align-items:center;font-weight:700;color:#555;width:30%;min-width:100px}.EditCustomerAccount_detailIcon__DSRP8{margin-right:.5rem;font-size:1.2rem;color:#0070f3}.EditCustomerAccount_detailValue__h8zCp{flex:1;font-size:1rem;color:#333}.EditCustomerAccount_editBtn__ytQYP{display:inline-flex;align-items:center;gap:.5rem;background-color:#0070f3;color:#fff;padding:.8rem 1.5rem;font-size:1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s,transform .2s}.EditCustomerAccount_editBtn__ytQYP:hover{background-color:#005bb5;transform:scale(1.05)}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:fixed;width:100%;top:0;left:0;z-index:1000;height:70px}.content-container{margin-top:80px;padding:20px}.navbar-left{display:flex;align-items:center}.navbar-logo{cursor:pointer}.navbar-center{flex:1;display:flex;justify-content:center}.navbar-menu ul{display:flex;list-style:none;gap:20px;margin:0;padding:0}.navbar-menu ul li{display:inline}.navbar-menu ul li a{text-decoration:none;color:#333;font-size:1rem;font-weight:500;transition:color .3s ease}.navbar-menu ul li a:hover{color:#007bff}.navbar-right{display:flex;align-items:center;gap:20px}.info-text p{font-size:.9rem;color:#666;margin:0}.cart-icon{position:relative;cursor:pointer}.cart-count{position:absolute;top:-5px;right:-10px;background-color:#dc3545;color:#fff;border-radius:50%;font-size:.75rem;padding:3px 6px}.menu-toggle{background:none;border:none;cursor:pointer;font-size:1.5rem;z-index:1200}@media (max-width:768px){.navbar-center{display:none}.menu-toggle{display:block}.info-text p{font-size:.9rem;color:#666;margin-left:2%}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000;height:70px}}.fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1100;padding:20px}.fullscreen-menu .close-menu{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;cursor:pointer;z-index:1200}.fullscreen-menu .close-menu:hover{color:#007bff}.fullscreen-menu-list{list-style:none;text-align:center;padding:0;margin:0}.fullscreen-menu-list li{margin-bottom:20px}.fullscreen-menu-list li a{color:#fff;font-size:1.5rem;text-transform:uppercase;text-decoration:none;transition:color .3s}.fullscreen-menu-list li a:hover{color:#007bff}.checkoutModal_modalBackground__HZPRG{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(3px)}.checkoutModal_modalContent__wJujj{background:#fff;width:90%;max-width:600px;padding:30px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.3);animation:checkoutModal_slide-down__1RmKY .3s ease-out;z-index:10001}@keyframes checkoutModal_slide-down__1RmKY{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.checkoutModal_modalHeader___A8ao{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:20px}.checkoutModal_modalHeader___A8ao h2{margin:0;font-size:1.8rem;color:#333}.checkoutModal_closeBtn__4FIxp{background:none;border:none;font-size:22px;cursor:pointer;color:#777;transition:color .2s}.checkoutModal_closeBtn__4FIxp:hover{color:#333}.checkoutModal_modalBody__6Qu2f{margin-bottom:25px}.checkoutModal_errorMessage__J8Fr8{background-color:#f8d7da;color:#721c24;padding:10px;border-radius:5px;margin-bottom:15px;font-weight:700;border:1px solid #f5c6cb}.checkoutModal_formGroup__pr129{margin-bottom:20px}.checkoutModal_formGroup__pr129 label{display:block;font-weight:700;margin-bottom:8px;color:#444}.checkoutModal_formGroup__pr129 input,.checkoutModal_formGroup__pr129 textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:6px;font-size:16px;transition:border-color .3s;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.checkoutModal_formGroup__pr129 input:focus,.checkoutModal_formGroup__pr129 textarea:focus{border-color:#0070f3;box-shadow:0 0 5px rgba(0,112,243,.3)}.checkoutModal_formGroup__pr129 textarea{resize:vertical;min-height:80px}.checkoutModal_registerOption__o_vn0{display:flex;align-items:center;margin-bottom:15px}.checkoutModal_registerOption__o_vn0 input{margin-right:10px}.checkoutModal_modalFooter___2x_Q{display:flex;justify-content:space-between}.checkoutModal_backBtn__w4ioU,.checkoutModal_proceedBtn__a6cTN{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-size:16px;transition:background-color .3s ease;outline:none}.checkoutModal_backBtn__w4ioU{background-color:#f0f0f0;color:#555}.checkoutModal_backBtn__w4ioU:hover{background-color:#ddd}.checkoutModal_proceedBtn__a6cTN{background-color:#28a745;color:#fff}.checkoutModal_proceedBtn__a6cTN:hover{background-color:#218838}.checkoutModal_loginRegisterSection__tTmz1{margin-bottom:15px;text-align:center}.checkoutModal_linkButton__oEmO0{background:none;border:none;color:#0070f3;cursor:pointer;text-decoration:underline;font-size:14px;margin:0 5px}.checkoutModal_linkButton__oEmO0:hover{color:#0056b3}.checkoutModal_paymentMessage__P66lh{margin-top:20px;padding:15px;border-radius:5px;font-size:16px;text-align:center}.checkoutModal_success__vRsBY{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.checkoutModal_error__4qvOX{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.HeroSlider_heroSection__gJYsn{position:relative;height:80vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%;transition:background-image 1s ease-in-out;color:#fff;text-align:center}.HeroSlider_overlay__InPaV{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.HeroSlider_heroTitle__zpdto{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;z-index:2;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.7);animation:HeroSlider_fadeIn__VYXwc 1s ease-in-out;margin:0 1rem}.HeroSlider_dotsContainer__Mjtg5{position:absolute;bottom:20px;display:flex;gap:8px;z-index:2}.HeroSlider_dot__MDM_E{height:12px;width:12px;border-radius:50%;background-color:hsla(0,0%,100%,.6);cursor:pointer;transition:background-color .3s ease}.HeroSlider_activeDot___AIFJ{background-color:#fc0}.HeroSlider_dot__MDM_E:hover{background-color:#fff}@keyframes HeroSlider_fadeIn__VYXwc{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.WelcomeToFresh_bannerSection__ERV7J{position:relative;width:100vw;height:60vh;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-left:calc(50% - 50vw)}.WelcomeToFresh_bannerImage__VtKEz{width:100%;height:100%;object-fit:cover;transform:scale(1.1);transition:transform .5s ease}.WelcomeToFresh_bannerSection__ERV7J:hover .WelcomeToFresh_bannerImage__VtKEz{transform:scale(1.15)}.WelcomeToFresh_bannerOverlay__aTinm{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;padding:1.5rem;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);border-radius:12px}.WelcomeToFresh_bannerTitle__z6b_k{font-size:3rem;font-weight:700;text-shadow:0 0 10px rgba(0,0,0,.7);margin-bottom:.5rem}.WelcomeToFresh_bannerDescription__F_C5y{font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.5}.FreshFoodSections_container__I9e6_{padding:2rem 1rem;background-color:#f4f5f7;max-width:1200px;margin:0 auto}.FreshFoodSections_title__Kd_Kh{font-size:2rem;font-weight:700;text-align:center;color:#333;margin-bottom:1.5rem}.FreshFoodSections_grid__Bhbr5{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.FreshFoodSections_card__ReENo{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:320px}.FreshFoodSections_card__ReENo:hover{transform:translateY(-5px);box-shadow:0 8px 18px rgba(0,0,0,.15)}.FreshFoodSections_imageWrapper__YTdPW{overflow:hidden}.FreshFoodSections_cardImage__aivFD{width:100%;height:auto;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px;transition:transform .4s ease}.FreshFoodSections_card__ReENo:hover .FreshFoodSections_cardImage__aivFD{transform:scale(1.05)}.FreshFoodSections_cardBody__5SRsQ{padding:1rem;text-align:center}.FreshFoodSections_cardTitle__LgPHT{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.FreshFoodSections_cardText__7qh_p{font-size:.95rem;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.FreshFoodSections_carouselImage__yRYyB{border-radius:8px;width:100%;height:auto;object-fit:cover}.FreshFoodSections_carouselCaption__YBrEo{background:hsla(0,0%,100%,.6);color:#fff;padding:.8rem;text-align:center;border-radius:8px}.FreshFoodSections_readMoreLink__zxrrZ{display:inline-block;margin-top:8px;color:#007bff;font-weight:700;text-decoration:none;transition:color .2s ease}.FreshFoodSections_readMoreLink__zxrrZ:hover{color:#0056b3}.FreshFoodSections_divider__PCVy_{border:none;height:1px;background:#ddd;margin:2rem 0}.MaineMadeSection_maineMadeSection__hQqEG{position:relative;width:100%;height:90vh;background-image:url(/maine-made.jpg);background-size:cover;background-position:50%;background-attachment:fixed;display:flex;align-items:center;justify-content:center;margin:4rem 0}.MaineMadeSection_bannerOverlay__OTXCO{text-align:center;color:#fff;padding:2rem;background:rgba(0,0,0,.5);backdrop-filter:blur(6px);border-radius:15px;max-width:70%}.MaineMadeSection_bannerTitle__BdqKP{font-size:2.8rem;font-weight:700;text-shadow:0 0 12px rgba(0,0,0,.8);margin-bottom:1rem}.MaineMadeSection_bannerDescription__NsMop{font-size:1.2rem;line-height:1.6}.MaineMadeSection_bannerLink__BvYwN{color:#ffdd57;text-decoration:underline;font-weight:600;transition:color .3s ease}.MaineMadeSection_bannerLink__BvYwN:hover{color:gold}.QualityFuelsSection_qualityFuelsSection__pIVgP{position:relative;width:100%;height:90vh;background-image:url(/highest-quality-sound-light.jpg);background-size:cover;background-position:50%;background-attachment:fixed;display:flex;align-items:center;justify-content:center;margin:4rem 0}.QualityFuelsSection_bannerOverlay__QWQBL{text-align:center;color:#fff;padding:2rem;background:rgba(0,0,0,.5);backdrop-filter:blur(6px);border-radius:15px;max-width:70%}.QualityFuelsSection_bannerTitle__Dj_ve{font-size:2.8rem;font-weight:700;text-shadow:0 0 12px rgba(0,0,0,.8);margin-bottom:1rem}.QualityFuelsSection_bannerDescription__w72uX{font-size:1.2rem;line-height:1.6}.QualityFuelsSection_bannerLink__1JUsT{color:#ffdd57;text-decoration:underline;font-weight:600;transition:color .3s ease}.QualityFuelsSection_bannerLink__1JUsT:hover{color:gold}.TestimonialSlider_testimonialContainer__xxbF5{max-width:800px;margin:3rem auto;background:linear-gradient(135deg,#0c6ffd,#54a5e3,#00b5e9);border-radius:20px;padding:2.5rem;text-align:center;position:relative;box-shadow:0 12px 24px rgba(0,0,0,.2);overflow:hidden;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.TestimonialSlider_loaded__LiKDG{opacity:1;transform:translateY(0)}.TestimonialSlider_testimonialCard__ltdGr{opacity:1;animation:TestimonialSlider_fadeIn__CJfcv .6s ease-in-out forwards;transform-origin:center;position:relative;border-radius:20px}.TestimonialSlider_testimonialCard__ltdGr.TestimonialSlider_slideIn__PunOo{animation:TestimonialSlider_slideIn__PunOo .6s ease-in-out forwards}.TestimonialSlider_testimonialCard__ltdGr.TestimonialSlider_slideOut__yIphs{animation:TestimonialSlider_slideOut__yIphs .6s ease-in-out forwards}.TestimonialSlider_popEffect__bKcwz{transform:scale(1.05);transition:transform .5s,box-shadow .5s;box-shadow:0 16px 32px rgba(0,0,0,.3)}.TestimonialSlider_quoteIconRight__sIxBB,.TestimonialSlider_quoteIcon__wPz_V{font-size:2.5rem;color:#f0f0f0;opacity:.7}.TestimonialSlider_quoteIcon__wPz_V{position:absolute;top:-1rem;left:1rem}.TestimonialSlider_quoteIconRight__sIxBB{position:absolute;bottom:-1rem;right:1rem}.TestimonialSlider_testimonialText__nZl2n{font-size:1.2rem;color:#fff;font-style:italic;margin-bottom:1.5rem;position:relative;z-index:2}.TestimonialSlider_testimonialAuthor__YiHfm{font-size:1.1rem;font-weight:700;color:#f0f0f0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.TestimonialSlider_navigation__S1MqF{display:flex;justify-content:space-between;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none}.TestimonialSlider_navButton__KxdRv{background:hsla(0,0%,100%,.8);border:none;border-radius:50%;font-size:2rem;color:#333;cursor:pointer;pointer-events:all;transition:background .3s,transform .3s;box-shadow:0 4px 12px rgba(0,0,0,.2)}.TestimonialSlider_navButton__KxdRv:hover{background:#fff;transform:scale(1.1)}.TestimonialSlider_indicators__zCZhJ{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.TestimonialSlider_indicator__8WNEt{width:12px;height:12px;background:#ccc;border-radius:50%;transition:background .3s}.TestimonialSlider_indicator__8WNEt.TestimonialSlider_active__6_x8k{background:#007bff}.TestimonialSlider_progressBarWrapper__yj60x{position:relative;height:4px;background:#ddd;border-radius:2px;overflow:hidden;margin-top:1.5rem}.TestimonialSlider_progressBar__7weFD{height:100%;background:#007bff;animation:TestimonialSlider_progress__E08Yh 5s linear infinite}@keyframes TestimonialSlider_progress__E08Yh{0%{width:0}to{width:100%}}@keyframes TestimonialSlider_fadeIn__CJfcv{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes TestimonialSlider_slideIn__PunOo{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes TestimonialSlider_slideOut__yIphs{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@media (max-width:768px){.TestimonialSlider_testimonialContainer__xxbF5{padding:1.5rem}.TestimonialSlider_testimonialText__nZl2n{font-size:1.1rem}.TestimonialSlider_testimonialAuthor__YiHfm{font-size:.9rem}.TestimonialSlider_navButton__KxdRv{font-size:1.5rem}.TestimonialSlider_quoteIconRight__sIxBB,.TestimonialSlider_quoteIcon__wPz_V{font-size:1rem}}.NewsletterForm_parallaxSection__C3Puj{background-image:url(/subscription.jpg);background-attachment:fixed;background-size:cover;background-position:50%;padding:100px 20px;text-align:center;color:#fff;height:60vh;position:relative;display:flex;align-items:center;justify-content:center}.NewsletterForm_overlay__Eg_YI{background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.3));padding:50px;border-radius:20px;box-shadow:0 12px 25px rgba(0,0,0,.4);max-width:600px;width:100%;animation:NewsletterForm_fadeIn__azfy8 1.2s ease-in-out}.NewsletterForm_title__f5tBl{font-size:2.8rem;margin-bottom:25px;font-weight:700;color:#f8f9fa;text-shadow:2px 2px 5px rgba(0,0,0,.4)}.NewsletterForm_form__Zs8wI{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-top:25px;animation:NewsletterForm_slideUp__Mgw3w 1.2s ease-in-out}.NewsletterForm_input__dbq7R{padding:12px;border-radius:30px;border:2px solid #fff;background:hsla(0,0%,100%,.1);color:#fff;width:300px;max-width:100%;outline:none;transition:background .3s,border-color .3s}.NewsletterForm_input__dbq7R::placeholder{color:#ddd}.NewsletterForm_input__dbq7R:focus{background:hsla(0,0%,100%,.2);border-color:#ffaf7a}.NewsletterForm_button__elkmc{padding:12px 25px;background-color:#ff5722;border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:700;font-size:1rem;transition:background-color .3s,transform .2s;box-shadow:0 8px 20px rgba(255,87,34,.3)}.NewsletterForm_button__elkmc:hover{background-color:#e64a19;transform:scale(1.05)}.NewsletterForm_successMessage__6pPJ_{font-size:1.3rem;margin-top:20px;color:#c2f8c2;animation:NewsletterForm_fadeIn__azfy8 1.2s ease-in-out;text-shadow:1px 1px 3px rgba(0,0,0,.3)}@keyframes NewsletterForm_fadeIn__azfy8{0%{opacity:0}to{opacity:1}}@keyframes NewsletterForm_slideUp__Mgw3w{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.BackToTopButton_backToTopButton__znw0F{position:fixed;top:85%;right:20px;background-color:#007bff;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .3s,background-color .3s;z-index:1000}.BackToTopButton_backToTopButton__znw0F:hover{background-color:#0056b3;transform:translateY(-5px)}