@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.card-animate{animation:fadeInUp .6s ease-out}.card-animate:nth-child(1){animation-delay:.1s}.card-animate:nth-child(2){animation-delay:.2s}.card-animate:nth-child(3){animation-delay:.3s}.card-animate:nth-child(4){animation-delay:.4s}.card-animate:nth-child(5){animation-delay:.5s}.card-animate:nth-child(6){animation-delay:.6s}.card-animate:nth-child(7){animation-delay:.7s}.card-animate:nth-child(8){animation-delay:.8s}.smooth-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}.button-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalOverlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes modalScaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.75)}}.modal-overlay-exit{animation:modalOverlayFadeOut .25s cubic-bezier(.4,0,.2,1) forwards!important}.modal-content-exit{animation:modalScaleOut .25s cubic-bezier(.4,0,.2,1) forwards!important}.image-loading{opacity:0;transition:opacity .3s ease-in-out}.image-loaded{opacity:1;transition:opacity .3s ease-in-out}@media (prefers-reduced-motion: reduce){.image-loading,.image-loaded{opacity:1;transition:none}}@keyframes fadeInItem{0%{opacity:0}to{opacity:1}}.fade-in-item{opacity:0;animation:fadeInItem .3s ease-out forwards}.navbar{background-color:#fff;border-radius:32px;margin:10px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;height:4rem;z-index:50}@media (max-width: 1024px){.navbar{position:fixed;top:10px;left:10px;right:10px;margin:0;border-radius:32px;height:64px;z-index:100}}@media (min-width: 1024px){.navbar{margin:10px;width:calc(100% - 20px)}}.navbar-left{display:flex;align-items:center;gap:12px}.navbar-burger{display:none}.navbar-logo{height:32px;display:flex;align-items:center}.logo-image{height:32px;width:auto}.navbar-actions{display:flex;align-items:center;gap:1.5rem}.navbar-icons-group{display:flex;align-items:center;gap:5px}.navbar-icon{padding:8px;background-color:#f0f0f0;border-radius:12px;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;will-change:transform}.navbar-icon:hover{background-color:#4bb755;transform:scale(.98)}.navbar-icon:active{background-color:#3a9b45;transform:scale(.95)}.navbar-icon img{color:#6b7280}.navbar-icon:hover img{color:#fff}.navbar-profile{display:flex;align-items:center;cursor:pointer;border:none;text-decoration:none}.navbar-profile img{color:#6b7280}.navbar-profile:hover img{color:#fff}.navbar-profile span{font-size:.875rem;font-weight:500}@media (max-width: 1024px){.navbar,.navbar-burger{display:flex}.navbar-actions{display:none}}.navbar:not(:has(.navbar-burger)) .navbar-left{gap:0}@media (min-width: 1025px){.navbar-logo,.logo-image{height:38px}}@media (min-width: 1440px){.navbar-logo,.logo-image{height:44px}}@media (max-width: 768px){.navbar-logo,.logo-image{height:28px}}.popular-products-section{margin:32px 0}.popular-products-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;color:#171717;margin:0 0 16px}@media (min-width: 1024px){.popular-products-title{font-size:28px}}@media (min-width: 1440px){.popular-products-title{font-size:32px}}.popular-products-grid-container{display:grid;gap:.75rem;grid-auto-rows:300px;width:100%;max-width:100%}@media (max-width: 400px){.popular-products-grid-container{grid-template-columns:1fr;gap:.75rem;grid-auto-rows:250px}.popular-product-card-wrapper{max-width:100%}}@media (min-width: 401px) and (max-width: 768px){.popular-products-grid-container{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;grid-auto-rows:250px}.popular-product-card-wrapper{max-width:200px}}@media (min-width: 636px) and (max-width: 768px){.popular-products-grid-container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;grid-auto-rows:300px}.popular-product-card-wrapper{max-width:250px}}@media (min-width: 769px){.popular-products-grid-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;grid-auto-rows:300px}.popular-product-card-wrapper{max-width:300px}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;display:block;border-radius:4px}.category-bg-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.category-title-skeleton{position:relative;z-index:1}.cart-sidebar-header{display:flex;flex-direction:column;gap:8px;padding:1.5rem 1.5rem 1rem}.skeleton-products-section{display:flex;flex-direction:column;background-color:#fff;border-radius:32px}.skeleton-products-header{display:flex;flex-direction:column;gap:8px;padding:1.5rem 1.5rem 1rem}@media (min-width: 1024px){.skeleton-products-header{margin-bottom:1.5rem;padding:1rem;border-bottom:1px solid #E5E7EB;flex-shrink:0}}.promotion-skeleton{margin-bottom:12px}.promotion-title-skeleton{margin:8px 0 4px}.promotion-description-skeleton{margin:4px 0}.promotion-products-skeleton{margin:4px 0 0}.category-skeleton{margin-bottom:8px}.category-title-skeleton{margin:8px 0 0}.product-image-skeleton{margin-bottom:8px}.product-name-skeleton{margin:8px 0 4px}.product-weight-skeleton{margin:4px 0 8px}.add-to-cart-skeleton{margin:8px 0 0}.product-card .skeleton-card,.popular-product-card .skeleton-card{width:100%!important;height:100%!important}.add-to-cart-btn .skeleton-card,.add-to-cart-button .skeleton-card{position:absolute;inset:0;border:none}.add-to-cart-btn,.add-to-cart-button{position:relative;border:none;padding:0;margin:0}.skeleton-products-section{width:100%;max-width:none}@media (min-width: 1024px){.skeleton-products-section{background-color:#fff;border-radius:32px;padding:0;height:calc(100vh - 100px);display:flex;flex-direction:column;overflow:hidden}}.skeleton-products-container{width:100%;max-width:none;display:grid;gap:.75rem;grid-auto-rows:300px;padding:1rem}@media (min-width: 1024px){.skeleton-products-container{flex:1;overflow-y:auto;padding:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;grid-auto-rows:300px}}.popular-products-section{width:100%;max-width:none}.skeleton-product-card{background-color:#f0f0f0;border-radius:20px;padding:8px;overflow:hidden;width:100%;max-width:100%;height:275px;display:flex;flex-direction:column}.skeleton-product-image-container{position:relative;width:100%;height:160px;overflow:hidden;flex-shrink:0}.skeleton-product-info{padding-top:4px;position:relative;display:flex;flex-direction:column}.skeleton-product-name{margin:0 0 .5rem;line-height:1.3;flex-shrink:0}.skeleton-product-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-shrink:0}.skeleton-add-to-cart-btn{width:100%;height:2.5rem;border:none;border-radius:32px;cursor:default;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:0 1.25rem;margin-top:auto;position:relative}.skeleton-add-to-cart-spacer{width:16px}.skeleton-add-to-cart-icon-wrapper{padding:8px;display:flex;align-items:center;justify-content:center}@media (max-width: 400px){.skeleton-product-card{height:250px;padding:10px}.skeleton-product-image-container{height:120px}.skeleton-add-to-cart-btn{height:2.25rem;padding:0 1rem}.skeleton-add-to-cart-icon-wrapper{padding:8px}}@media (min-width: 401px) and (max-width: 640px){.skeleton-product-card{height:250px}.skeleton-product-image-container{height:120px}}@media (min-width: 641px) and (max-width: 1024px){.skeleton-product-card{height:300px}.skeleton-product-image-container{height:160px}}@media (min-width: 1025px){.skeleton-product-card{height:300px}.skeleton-product-image-container{height:160px}}.popular-products-grid{width:100%;max-width:none}@media (max-width: 768px){.skeleton-card{animation-duration:1.2s}}@media (max-width: 1023px){.category-item-skeleton{width:80px!important;min-width:80px!important;height:40px!important;border-radius:32px!important}}@media (min-width: 1024px){.category-item-skeleton{width:100px!important;height:24px!important;border-radius:32px!important}}.address-item-skeleton{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 16px;margin:0;border:none;background:none;text-align:left;width:100%;min-height:50px;height:auto;gap:12px;border-bottom:1px solid #F3F4F6}.address-info-skeleton{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:4px;min-height:auto}.address-name-skeleton{margin:0 0 4px}.delivery-info-skeleton{margin:4px 0 0}.add-address-skeleton{margin-top:16px;padding:0 16px}.add-address-button-skeleton{margin:0}.address-radio-container-skeleton{display:flex;align-items:center;height:100%;justify-content:center}.button-skeleton{width:100%;display:block}.button-skeleton-card{width:100%!important;height:100%!important}@media (prefers-reduced-motion: reduce){.skeleton-card{animation:none;background:#f0f0f0}}.home-page{min-height:100vh;background-color:#fff;padding-top:60px;padding-bottom:50px}@media (min-width: 1024px){.home-page{padding-top:70px;padding-bottom:0}}@media (min-width: 1440px){.home-page{padding-top:80px}}.home-container{margin:0 auto;padding:0 30px}@media (min-width: 1024px){.home-container{max-width:900px}}@media (min-width: 1440px){.home-container{max-width:1200px}}@media (max-width: 768px){.home-container{padding:0 16px}.home-page{padding-top:60px}}.info-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:modalOverlayFadeIn .2s cubic-bezier(.4,0,.2,1)}.info-modal{background:#fff;border-radius:16px;width:min(600px,90vw);max-height:min(85vh,700px);min-height:clamp(350px,45vh,500px);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;animation:modalScaleIn .25s cubic-bezier(.4,0,.2,1);position:relative}.info-modal-close-btn{position:absolute;right:-50px;top:20px;width:32px;height:32px;border-radius:50%;background:#f0f0f0;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;transition:background-color .2s ease}.info-modal-close-btn:hover{background:#e5e5e5}.info-modal-content{flex:1;overflow-y:auto;padding:0;background:#fff;display:flex;flex-direction:column}.about-content{width:100%;padding:20px}.about-section{margin-bottom:40px}.about-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:20px;text-align:left}.about-text{font-size:18px;line-height:1.6;color:#4b5563;text-align:left;margin-bottom:16px;white-space:pre-line}.stores-content{padding:20px}.stores-list{display:flex;flex-direction:column;gap:24px}.store-item{background:#fff;text-align:center}.store-title{font-size:20px;font-weight:600;line-height:25px;color:#1f2937;margin:0 0 12px}.store-address{font-size:16px;line-height:1.5;color:#6b7280;margin:0 0 20px}.promotions-content{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column}.promotions-list-modal{display:flex;flex-direction:column;gap:10px}.promotion-card-modal{width:100%;min-height:200px;border-radius:12px;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .2s cubic-bezier(.4,0,.2,1);will-change:transform}.promotion-card-modal:hover{transform:scale(.98)}.promotion-card-modal:active{transform:scale(.96)}.promotion-content-modal{position:absolute;inset:0;padding:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.promotion-title-modal{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:26px;letter-spacing:-.1px;color:#fff;margin:0;word-wrap:break-word;text-shadow:0 1px 2px rgba(0,0,0,.3)}.promotion-description-modal{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.1px;color:#fff;margin:8px 0 0;word-wrap:break-word;text-shadow:0 1px 2px rgba(0,0,0,.3)}.promotions-empty{text-align:center;padding:40px 20px;color:#6b7280}.open-maps-button{display:flex;justify-content:center;align-items:center;gap:8px;background-color:#ebf8e7;color:#4bb755;border:none;border-radius:12px;padding:16px 24px;width:100%;font-size:17px;font-weight:600;line-height:24px;font-family:Inter,sans-serif;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.open-maps-button:hover{background-color:#d4f4d4;transform:scale(.98)}.open-maps-button:active{background-color:#c0ecc0;transform:scale(.95)}.maps-icon{width:20px;height:20px}.info-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #E5E5E5}.info-modal-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f3f4f6;border:none;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.info-modal-back-btn:hover{background-color:#e5e7eb;transform:scale(.98)}.info-modal-back-btn:active{background-color:#d1d5db;transform:scale(.95)}.info-modal-back-btn img{width:24px;height:24px}.info-modal-title{font-family:Inter,sans-serif;color:#111827;font-size:1.25rem;font-weight:600;margin:0;text-align:center;flex:1}.info-modal .payment-layout{height:100%;display:flex;flex-direction:column}.info-modal .payment-layout-header{flex-shrink:0}.info-modal .payment-layout-content{flex:1;overflow-y:auto;padding:20px}@media (max-width: 768px){.info-modal{width:100%;height:100vh;border-radius:0;max-height:none;min-height:auto}.info-modal-close-btn{right:20px;top:20px}.about-content{padding:16px}.about-title{font-size:28px}.about-text{font-size:16px}.store-title{font-size:18px}.store-address{font-size:14px}.open-maps-button{padding:14px 20px;font-size:16px}}@media (max-width: 480px){.open-maps-button{padding:12px 16px;font-size:15px}}
