*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow:hidden}body{display:flex;flex-direction:column}main{flex:1;overflow-y:auto}@font-face{font-family:'Inter';src:local("Inter-Light.ttf"),url(./fonts/Inter/Inter_18pt-Light.ttf);font-weight:400}@font-face{font-family:'Inter';src:local("Inter-Regular.ttf"),url(./fonts/Inter/Inter_18pt-Regular.ttf);font-weight:500}@font-face{font-family:'Inter';src:local("Inter-Regular.ttf"),url(./fonts/Inter/Inter_18pt-Regular.ttf);font-weight:600}@font-face{font-family:'Inter';src:local("Inter-Medium.ttf"),url(./fonts/Inter/Inter_18pt-Medium.ttf);font-weight:700}@font-face{font-family:'Inter';src:local("Inter-SemiBold.ttf"),url(./fonts/Inter/Inter_18pt-SemiBold.ttf);font-weight:800}@font-face{font-family:'Inter';src:local("Inter-Bold.ttf"),url(./fonts/Inter/Inter_18pt-Bold.ttf);font-weight:900}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Roboto,sans-serif;background:#fff;color:#000;width:100%;margin:0 auto;padding:0;font-size:calc(12px + 0.4vw);overscroll-behavior:none}header{padding:.4rem 0;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;left:0;right:0;z-index:100;width:100%}header.hidden{display:none}h1{text-align:left;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;padding:0 .4rem;display:flex;justify-content:space-between;width:100%;align-items:center}.logo-image{height:min(50px,15vw);width:auto;vertical-align:middle}.filters,.color-filters,.quality-filters{display:flex;gap:.3rem;overflow-x:auto;padding:.3rem max(.4rem,2vw);-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-width:100%}.filters::-webkit-scrollbar,.color-filters::-webkit-scrollbar,.quality-filters::-webkit-scrollbar{display:none}.filter-btn{margin:.2rem .1rem;border:none;background:transparent;border-radius:16px;white-space:nowrap;cursor:pointer;font-size:.75rem;transition:all 0.2s ease;color:#3F3F3F;min-height:18px;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Inter,Roboto,sans-serif;font-weight:700;padding:4px 9px}.filter-btn:focus,.filter-btn:hover{//background:transparent!important}.filter-btn.active{background:#F2F2F9;color:#000;border-color:#01E2DA}.color-filters .filter-btn{padding:.15rem .35rem;border:1px solid #ccc;background:#fff;border-radius:12px;font-size:.65rem;color:#888;min-height:20px}.quality-filters .filter-btn{padding:.15rem .35rem;border:1px solid #ccc;background:#fff;border-radius:12px;font-size:.65rem;color:#888;min-height:20px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:min(.25rem,1vw);padding:min(.25rem,1vw);width:100%;max-width:100%}.product-card{//border:1px solid #eee;padding:min(.2rem,1vw);border-radius:min(6px,1.5vw);display:flex;flex-direction:column;height:100%;width:100%;position:relative;margin-bottom:min(.25rem,1vw)}.product-image{width:100%;aspect-ratio:3/4;background:#f5f5f5;margin-bottom:min(.2rem,1vw);display:flex;align-items:center;justify-content:center;font-size:min(1.5rem,5vw);flex-shrink:0;//overflow:hidden;border-radius:min(30px,6vw);position:relative}.image-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 8px;pointer-events:none}.nav-btn{width:24px;height:24px;border-radius:50%;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:all 0.2s ease}.nav-btn:hover{transform:scale(1.1);background:none}.nav-btn svg{width:20px;height:20px;fill:rgba(255,255,255,.8)}.image-dots{position:absolute;bottom:-10px;left:0;right:0;display:flex;justify-content:center;gap:6px;pointer-events:none}.dot{width:6px;height:6px;border-radius:50%;background:#D2D2D2;pointer-events:auto;cursor:pointer;transition:all 0.2s ease}.dot.active{background:#8F8F8E;transform:scale(1.2)}.product-image img{width:100%;height:100%;object-fit:cover}.add-to-cart{//position:absolute;bottom:8px;right:8px;width:28px;height:28px;background:#F2F2F9;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.1);transform-origin:center;margin-right:5px;min-width:28px}.add-to-cart svg{width:16px;height:16px;stroke:currentColor;margin-top:1px}.slider-image{position:absolute;width:100%;height:calc(100% - 65px);top:0;z-index:1000}.product-image-big{width:100%;height:auto;position:relative;z-index:1000;max-height:calc(100% - 65px)}.slider-image .dot{width:15px;height:15px}.slider-image .nav-btn{background:rgb(1,226,218)}.slider-image .image-dots{position:relative;z-index:1000;gap:12px;margin-top:12px}.slider-image .image-nav{z-index:1000}.close-slider{z-index:999;background:rgba(0,0,0,.9);position:absolute;width:100%;height:100%;top:0}.close-slider-dot{position:absolute;width:25px;height:25px;top:10px;right:10px;z-index:1000}#account-addresses{display:none}.add-to-cart:hover,.add-to-cart:active{background:#01E2DA;color:#000;transform:scale(1.1);box-shadow:0 2px 8px rgba(171,244,34,.3)}.add-to-cart.animate{animation:flyToCart 0.6s cubic-bezier(.165,.84,.44,1) forwards;pointer-events:none}@keyframes flyToCart{0%{transform:scale(1) translate(0,0);opacity:1}20%{transform:scale(1.2) translate(0,0)}100%{transform:scale(0) translate(var(--moveX),var(--moveY));opacity:0}}.product-details{padding:min(.2rem,1vw);padding-top:min(.75rem,2vw);display:flex;flex-direction:column;height:100%;justify-content:space-between}.product-title{font-size:min(.75rem,3vw);margin-bottom:min(.15rem,.5vw);font-weight:500;line-height:1.2;height:4.4em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:flex;//align-items:center;padding-right:10px}.product-title span{margin-top:5px}.price-quantity-row{display:flex;align-items:center;justify-content:space-between;gap:min(.2rem,1vw);margin-top:auto}.product-price{font-size:min(.9rem,3.5vw);color:#000;flex-shrink:0;font-weight:600}.product-price.discount-price{color:#01E2DA;font-weight:700}.product-old-price-wrap{display:inline-block;position:relative}.product-old-price{color:#9e9b98;font-size:9px}.product-old-price-crosser{background-color:#01E2DA;transform:rotate(-5.51474deg);height:1px;left:0;margin-left:-1px;position:absolute;top:calc(50% + 1px);width:calc(100% + 2px)}.quantity-controls{display:flex;align-items:center;gap:.1rem;flex-shrink:0;margin-right:2px;margin-left:auto}.quantity-btn{width:min(15px,5vw);height:min(20px,5vw);border:none;background:none;color:#999;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:min(.9rem,3.5vw);padding:0;min-height:min(20px,5vw)}.quantity-btn:disabled{color:#ccc;cursor:not-allowed}.quantity-display{font-size:min(.9rem,3.5vw);min-width:24px;text-align:center;color:#666}.tab-content{display:none;width:100%;padding:0}.tab-content.active{display:block}.tab-bar{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);border-top:1px solid #eee;width:100%;padding-bottom:env(safe-area-inset-bottom);height:68px;z-index:1000;backdrop-filter:blur(10px);box-shadow:0 -1px 10px rgba(0,0,0,.1)}.tab-btn{flex:1;padding:.4rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;background:none;border:none;cursor:pointer;color:#666;font-size:.7rem;min-height:unset}.tab-btn.active{color:#000}.tab-btn[data-tab="cart-tab"]{transition:color 0.3s ease,fill 0.3s ease}.tab-btn[data-tab="cart-tab"] svg{transition:fill 0.3s ease}.tab-btn[data-tab="cart-tab"].highlight{animation:popEffect 0.3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popEffect{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.tab-btn svg{width:20px;height:20px;fill:currentColor;margin-top:8px}.cart-items{display:flex;flex-direction:column;gap:min(.75rem,2vw);padding-bottom:0;padding-top:min(.75rem,2vw);width:100%;max-width:100%;border-bottom:none}.cart-item{display:flex;gap:min(.75rem,2vw);padding:min(.3rem,1vw);border:1px solid #eee;border-radius:min(8px,2vw);position:relative;touch-action:pan-y pinch-zoom;transform:translateX(0);transition:transform 0.3s ease;background:#fff}.cart-item.minzakaz,.cart-item.delivery-fee{margin:8px 0 0;font-size:13px;color:#750606;font-size:13px;background:#f1f5f9;border:1px dashed #cbd5e1;padding:8px 10px;border-radius:8px}.cart-item.minzakaz .product-title{height:auto}.cart-item.minzakaz .cart-item-image,.cart-item.delivery-fee .cart-item-image{display:none}.cart-items-divider{display:none}.cart-item.swiping{transition:none}.cart-item.delete-threshold{background:#ffebee}.delete-indicator{position:absolute;right:0;top:0;bottom:0;width:80px;background:#f44;border-radius:0 8px 8px 0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;transform:translateX(100%)}.cart-item-image{width:min(50px,15vw);height:min(50px,15vw);background:#f5f5f5}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:center}.cart-item-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:.2rem}.cart-item .quantity-controls{display:flex;align-items:center;gap:.2rem}.cart-item .quantity-btn{width:20px;height:20px;border:none;background:none;color:#666;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.cart-item .quantity-display{min-width:24px;text-align:center;color:#666}.cart-total{margin:0;padding:.75rem;//border-top:1px solid #eee;display:flex;justify-content:space-between;font-weight:500;//margin-top:1rem}.service-fee{margin:0;padding:.75rem;border-top:1px solid #eee;display:flex;justify-content:space-between;font-weight:500;margin-top:1rem}.service-fee button{border:none;background:transparent;padding:0 5px;font-size:12px}.checkout-btn{width:calc(100% - 1.5rem);padding:min(1rem,3vw);background:#666;color:#fff;border:none;border-radius:min(4px,1vw);cursor:pointer;margin:.75rem .75rem 0}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:2000}.popup{background:#fff;padding:1.5rem;border-radius:16px;width:min(90%,400px);margin:min(2vh,20px);box-shadow:0 4px 24px rgba(0,0,0,.1);max-height:90vh;overflow-y:auto}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.popup-title{font-size:1.1rem;font-weight:500;color:#000}.close-popup{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#666;transition:color 0.2s ease}.close-popup:hover{color:#000}.checkout-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;color:#666;font-weight:500}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;transition:border-color 0.2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#01E2DA}.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem}.pay-btn{width:calc(100% - 3rem);padding:min(1rem,3vw);background:#666;color:#fff;border:none;border-radius:min(4px,1vw);cursor:pointer;margin:.5rem 1.5rem .75rem;transition:all 0.2s ease}.pay-btn:hover{background:#01E2DA;color:#000}.form-group input[type="date"],.form-group input[type="time"],.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background:#fff;color:#000;-webkit-text-fill-color:#000;opacity:1;cursor:pointer}.form-group input[type="date"]::-webkit-datetime-edit,.form-group input[type="time"]::-webkit-datetime-edit,.form-group select option{color:#000}.form-group input[type="date"]::-webkit-datetime-edit-fields-wrapper,.form-group input[type="time"]::-webkit-datetime-edit-fields-wrapper{color:#000}.form-group input[type="checkbox"]{width:auto;accent-color:#01E2DA}.running-text{width:100%;margin:0 auto;padding:0 .4rem;color:#9A9A9A;font-size:.8rem;white-space:nowrap;overflow:hidden;margin-bottom:.5rem;position:relative;text-transform:uppercase}.running-text-content{display:inline-block;animation:marquee 20s linear infinite;padding-left:100%;will-change:transform}.running-text-content::after{content:" ";white-space:nowrap;position:absolute;left:20%;top:0}@keyframes marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}.account-container{padding:.75rem;margin:0 auto;max-width:100%}.account-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.account-avatar svg{fill:#666}.user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.account-name{font-size:1.25rem;font-weight:500}.account-menu{display:flex;flex-direction:column;gap:.5rem}.header-top #logo_left{width:180px;height:34px}.header-top #logo_right{width:100px;height:13px}.account-menu-item{display:flex;align-items:center;gap:1rem;padding:.6rem;background:none;border:none;border-radius:8px;cursor:pointer;font-size:.85rem;color:#000;transition:background-color 0.2s ease}.account-menu-item:hover{background:#f5f5f5}.account-menu-item svg{fill:#666}.profile-info{display:none}.prod-name-cart{justify-content:space-between;display:flex;margin-top:10px}.promo-ten{position:fixed;bottom:105px;background-color:#9A9A9A;margin:5% auto;left:0;right:0;width:max-content;height:25px;box-shadow:0 0 0 1.5px #5c5c5c26;border-radius:24px;z-index:11;margin-top:10px}.promo-ten img{height:21px;background:#fff;border-radius:24px;padding:2px;margin-left:2px;margin-top:2px}.promo-ten span{color:#fff;vertical-align:top;line-height:25px;font-size:10px;font-weight:800;padding-right:5px}.saved-address{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f5f5f5;border-radius:8px;margin-bottom:.5rem}.remove-address{background:none;border:none;padding:.25rem;cursor:pointer;color:#666}.remove-address:hover{color:#f44}.address-manager{padding:1rem 0}.address-manager h3{margin-bottom:1rem;font-size:1.1rem;font-weight:500}.order-total{padding:1rem 0;margin-top:1rem;border-top:1px solid #eee;font-weight:500;display:flex;justify-content:space-between;align-items:center}#saved-address{margin-bottom:.5rem}.active-order{margin-top:1rem;padding:1rem;background:#f5f5f5;border-radius:8px}.active-order .error-message{color:#f44336;text-align:center;padding:1rem}.active-order .no-orders{color:#666;text-align:center;padding:1rem}.active-order .order-info{display:flex;flex-direction:column;gap:.5rem}.active-order .order-info-item{display:flex;justify-content:space-between;font-size:.85rem;color:#666}.active-order .order-info-item strong{color:#000}.active-order .order-status{display:inline-block;padding:.25rem .5rem;background:#01E2DA;color:#000;border-radius:12px;font-size:.75rem;margin-top:.5rem}.active-order .order-status.processing{background:#ffd54f}.active-order .order-status.delivering{background:#4fc3f7}.active-order .order-status.completed{background:#01E2DA}.active-order .order-status.cancelled{background:#ef5350;color:#fff}.history-order{border:1px solid #eee;border-radius:8px;margin-bottom:1rem;overflow:hidden}.order-header{padding:1rem;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.order-summary{display:grid;grid-template-columns:80px 80px 1fr;gap:1rem;align-items:center;font-size:.9rem}.order-summary>div:nth-child(1){text-align:left}.order-summary>div:nth-child(2),.order-summary>div:nth-child(3){text-align:right}.order-status{padding:.25rem .5rem;border-radius:12px;font-size:.8rem;text-align:center;background:#e8f5e9;color:#2e7d32}.order-details{display:none;padding:1rem;background:#f9f9f9;border-top:1px solid #eee}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem;color:#666}.points-section{text-align:center;padding:2rem 1rem}.points-balance{text-align:left;padding:30px;background:#01E2DA;border-radius:30px;color:#fffffff2}.points-balance h3{font-size:1rem;margin-bottom:.4rem}.points-amount{font-size:24px;font-weight:900;color:#fff;margin-bottom:1rem}.points-label{font-size:1rem;color:#666;margin-top:.5rem}.points-info{color:#666;font-size:.9rem;line-height:1.5}.points-info p{margin:.5rem 0}.add-address-form{display:flex;gap:.5rem;margin-top:1rem}.add-address-form input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem}.add-address-form button{padding:.75rem 1rem;background:#01E2DA;border:none;border-radius:8px;color:#000;cursor:pointer}.section-content{padding:1rem}.section-content h3{margin-bottom:.4rem;font-size:1.1rem;font-weight:500}.bonus-points-summary{background:#f5f5f5;padding:1rem;border-radius:8px;margin-bottom:1rem}.current-points,.pending-points{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.current-points strong,.pending-points strong{font-size:1.2rem;color:#000}.points-info{color:#666;text-align:left;margin-top:.5rem;padding:30px;background:#fff}.points-info h4{color:#000;font-size:1rem;margin-bottom:15px}.points-row{display:flex;justify-content:space-between}.points-row p{margin:0;font-weight:600}.points-row span{font-size:1rem;color:#01E2DA;font-weight:700}.points-row.wasted{margin-top:10px}.points-row.wasted span{color:#000}.points-info>p{color:#666666a4;margin:4px 0}.points-info .points-progress-remain{margin:10px 0;color:#666;font-weight:400}progress.bonus-progress{appearance:none;width:100%;height:10px;appearance:none;border-radius:20px;border:none;background-color:#e6e6e6}progress.bonus-progress::-webkit-progress-bar{background-color:#e6e6e6;border-radius:20px}progress.bonus-progress::-webkit-progress-value{background:#01E2DA;border-radius:20px}progress.bonus-progress::-moz-progress-bar{background-color:#01E2DA;border-radius:20px}progress.bonus-progress::-moz-fill{background:#01E2DA;border-radius:20px}.about-container{padding:1rem;max-width:100%;margin:0 auto}.about-content{font-size:.9rem;line-height:1.6;color:#333;padding:2rem;background:#f9f9f9;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.advantages-section{margin:2rem 0;padding:1rem 0}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.advantage-item{background:#f9f9f9;padding:1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;transition:transform 0.2s ease}.advantage-item:hover{transform:translateY(-2px)}.advantage-icon{font-size:1.5rem;width:40px;height:40px;background:#01E2DA;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.advantage-item span{font-size:.85rem;color:#333;line-height:1.2}.contact-info{background:#f9f9f9;border-radius:12px;margin-top:1rem}.contact-info p{margin:.5rem 0;color:#666}.service-fee-info{background:#f9f9f9;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.service-fee-info h3{font-size:1.1rem;font-weight:500;margin-bottom:1.25rem;color:#000;text-align:center}.fee-items{display:flex;flex-direction:column;gap:1rem}.fee-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border-radius:8px;transition:transform 0.2s ease}.fee-item:hover{transform:translateX(4px)}.fee-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#01E2DA;border-radius:8px;flex-shrink:0}.fee-icon svg{width:20px;height:20px;fill:#000}.fee-item span{font-size:.9rem;color:#333}.address-selector{margin-bottom:1rem}.address-selector-toggle{display:flex;gap:1rem;margin-bottom:.5rem}.address-selector-toggle button{padding:.5rem 1rem;border:1px solid #ddd;background:none;border-radius:8px;cursor:pointer;font-size:.85rem;color:#666}.address-selector-toggle button.active{background:#01E2DA;color:#000;border-color:#01E2DA}.saved-addresses-select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem}.saved-addresses-select option{padding:.5rem}#menu-tab{padding-bottom:calc(60px + env(safe-area-inset-bottom))}.go-to-cart-btn{position:fixed;bottom:calc(73px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);background:#01E2DA;color:#000;border:none;border-radius:24px;padding:12px 24px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:999;cursor:pointer;transition:all 0.2s ease;width:calc(100% - 32px);justify-content:center;max-width:400px}.go-to-cart-btn:hover{transform:translateX(-50%) scale(1.02);box-shadow:0 4px 12px rgba(171,244,34,.2)}.go-to-cart-btn .cart-count{background:rgba(0,0,0,.1);padding:4px 8px;border-radius:12px;font-size:.8rem}.go-to-catalog-btn{margin-top:24px;background:#01E2DA;color:#000;border:none;border-radius:24px;padding:12px 24px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:all 0.2s ease;justify-content:center}.go-to-catalog-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(171,244,34,.2)}main{width:100%;margin:0 auto;padding-bottom:calc(48px + env(safe-area-inset-bottom));overflow-x:hidden}@supports (padding:max(0)){body{padding-left:max(0,env(safe-area-inset-left));padding-right:max(0,env(safe-area-inset-right));padding-bottom:max(env(safe-area-inset-bottom),48px)}.tab-bar{padding-bottom:env(safe-area-inset-bottom)}}.filters,.color-filters,.quality-filters,.products-grid,.cart-items,.account-container,.tab-bar,header,main{max-width:100%}.delivery-zones{padding:.75rem;margin:0;border-top:1px solid #eee;background:#f5f5f5}.zone-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.3rem}.zone-btn{padding:.5rem;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-size:.8rem;transition:all 0.2s ease;color:#000;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:.3rem;min-height:unset;width:100%}.zone-btn span{padding:0 .3rem}.zone-btn .delivery-price{color:#666;font-size:.75rem}.zone-btn.active{background:#01E2DA;color:#000;border-color:#01E2DA;box-shadow:0 0 10px #01E2DA}.zone-btn.active .delivery-price{color:#000}.cart-logo{text-align:left;padding:.75rem;border-bottom:1px solid #eee}.cart-logo img{height:min(64px,15vw);width:auto}#cart-tab .cart-items{padding-top:0}.error-container{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.error-content{text-align:center;background:#f9f9f9;padding:2rem;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);max-width:400px;width:100%}.error-icon{fill:#01E2DA;margin-bottom:1.5rem}.error-content h2{font-size:1.4rem;margin-bottom:.5rem;color:#000}.error-content p{color:#666;margin-bottom:2rem}.telegram-redirect-btn{display:inline-flex;align-items:center;gap:.75rem;background:#01E2DA;color:#000;text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;transition:all 0.2s ease}.telegram-redirect-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(171,244,34,.2)}.telegram-redirect-btn svg{fill:currentColor}.info-sections{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.info-section{background:#fff;border-radius:12px;padding:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:1rem}.info-section summary{font-size:1.1rem;font-weight:500}.info-content{border-top:2px solid #01E2DA;padding-top:.5rem;color:#666;font-size:.9rem;line-height:1.6}.info-content ul,.info-content ol{margin:1rem 0;padding-left:1.2rem}.info-content li{margin-bottom:.5rem}.read-more-btn{margin-top:1rem;padding:.75rem 1.5rem;background:#01E2DA;border:none;border-radius:24px;color:#000;font-size:.9rem;cursor:pointer;transition:all 0.2s ease}.read-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(171,244,34,.2)}.contact-info .payment-logo{width:100%;height:auto;display:block}.form-group-checkbox{flex-direction:row;align-items:center}#custom-loader{position:fixed;z-index:99999;background:#fff;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity 0.2s;opacity:1;pointer-events:all}#custom-loader .loader-spinner{border:5px solid #eee;border-top:5px solid #01E2DA;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;margin-bottom:14px}@keyframes spin{to{transform:rotate(360deg)}}#custom-loader .loader-text{font-size:19px;color:#333}.points-redemption{padding:.75rem;background:#f5f5f5;margin-top:1px}.points-switch{display:flex;align-items:center;gap:.75rem;justify-content:space-between}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#01E2DA}input:checked+.slider:before{transform:translateX(20px)}.points-label{font-size:.9rem;color:#000}.available-points{font-size:.85rem;color:#666}.points-applied{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #ddd;display:flex;justify-content:space-between;font-size:.85rem;color:#666}.points-used{font-weight:500;color:#000}.points-applied.hidden{display:none}.badge-wrap{position:absolute;top:8px;right:8px;z-index:5}.badge-today{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;line-height:1;background:#F2F2F9;color:#00B9B7;border:1px solid #00B9B7}.badge-tomorrow{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;line-height:1;background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.badge-discount{position:absolute;bottom:13px;left:16px;z-index:5;color:#00B9B7;background-color:#F2F2F9;border-radius:10px;box-shadow:0 0 0 1.5px #00B9B7;height:20px;transform:rotate(-3deg);transform-origin:bottom left}.badge-discount span{padding:0 6px 0 6px;box-sizing:content-box;display:inline-flex;height:100%;line-height:20px;font-weight:800;font-size:14px;vertical-align:top}.nearest-slot{margin:8px 0 0;font-size:13px;color:#0f172a;background:#f1f5f9;border:1px dashed #cbd5e1;padding:8px 10px;border-radius:8px}.empty-cart-box{display:flex;justify-content:center;align-items:center;height:100vh;flex-direction:column;text-align:center;padding:24px 12px;color:#0f172a}.empty-cart-illustration{width:140px;height:auto;opacity:.9;margin:0 auto 12px;display:block}.points-box{display:inline-block;margin-top:12px;padding:10px 14px;border-radius:12px;background:#f1f5f9;border:1px dashed #cbd5e1}.points-title{font-size:12px;color:#475569}:root{--tg-bg:var(--tg-theme-secondary-bg-color,#ffffff);--tg-bg-main:var(--tg-theme-bg-color,#f5f5f5);--tg-text:var(--tg-theme-text-color,#222222);--tg-hint:var(--tg-theme-hint-color,#999999);--tg-link:var(--tg-theme-link-color,#2a9df4);--tg-accent:var(--tg-theme-button-color,#2a9df4);--tg-accent-text:var(--tg-theme-button-text-color,#ffffff);--radius-lg:16px;--radius-pill:999px;--shadow-soft:0 8px 24px rgba(0,0,0,.12)}.header-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 12px 0}.logo-image{height:32px;border-radius:8px}.city-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius-pill);border:none;background:rgba(0,0,0,.04);color:var(--tg-text);font-size:13px;cursor:pointer;line-height:1.2;box-shadow:0 0 0 1px rgba(0,0,0,.04);transition:background 0.16s ease,box-shadow 0.16s ease,transform 0.06s ease}.city-pill:hover{background:rgba(0,0,0,.06);box-shadow:0 2px 10px rgba(0,0,0,.08);transform:translateY(-1px)}.city-pill:active{transform:translateY(0);box-shadow:0 1px 6px rgba(0,0,0,.06)}.city-pill-icon{font-size:15px}.city-pill-label{display:flex;flex-direction:column;align-items:flex-start}.city-pill-caption{font-size:11px;color:var(--tg-hint)}.city-pill-value{font-size:13px;font-weight:500;max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}.city-pill-arrow{font-size:11px;opacity:.7}.city-modal{position:fixed;inset:0;z-index:999;display:none}.city-modal.hidden{display:none}.city-modal:not(.hidden){display:flex;align-items:center;justify-content:center}.city-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35);backdrop-filter:blur(8px)}.city-modal-card{position:relative;z-index:1;width:92%;max-width:360px;background:var(--tg-bg);border-radius:20px;padding:16px 14px 12px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:12px}.city-modal-header{display:flex;flex-direction:column;gap:4px}.city-modal-title{font-size:17px;font-weight:600;color:var(--tg-text)}.city-modal-subtitle{font-size:12px;color:var(--tg-hint)}.city-option-name{font-size:14px;font-weight:500}.city-option-tag{font-size:11px;opacity:.8}.city-option-chip{padding:3px 8px;border-radius:999px;font-size:11px;border:1px solid rgba(255,255,255,.3);opacity:.9}.hidden{display:none!important}.city-overlay{position:fixed;inset:0;z-index:999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.35);backdrop-filter:blur(8px)}.city-overlay.visible{display:flex}.city-overlay-inner{width:80%;max-width:340px;display:flex;flex-direction:column;align-items:stretch;gap:12px;text-align:center}.city-overlay-title{font-size:16px;font-weight:600;text-transform:lowercase;letter-spacing:.04em;color:#fff}.city-choice-btn{position:relative;width:100%;border:none;border-radius:999px;padding:12px 24px;background:#fff;color:#111;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:transform 0.08s ease,box-shadow 0.12s ease,opacity 0.12s ease}.city-choice-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.22)}.city-choice-btn:active{transform:translateY(0);box-shadow:0 6px 14px rgba(0,0,0,.18)}.city-choice-btn--locked{opacity:.55;cursor:default;box-shadow:none}.city-choice-btn--locked:hover,.city-choice-btn--locked:active{transform:none;box-shadow:none}.city-choice-label{display:inline-block;margin-right:10px}.city-choice-lock{font-size:14px;vertical-align:middle}.city-modal{position:fixed;inset:0;display:none;z-index:9999;align-items:center;justify-content:center;background:rgba(0,0,0,.35);backdrop-filter:blur(1px)}.city-modal.visible{display:flex}.city-modal-content{width:70%;max-width:340px;display:flex;flex-direction:column;align-items:stretch;background:#525051f7;gap:12px;text-align:center;border:1px solid ##868686;padding:20px;border-radius:30px;color:#fff}.city-modal-content ul{text-align:left;line-height:21px;font-size:14px;list-style-position:inside;padding:10px 7px}.city-modal-content h4{font-size:16px}.city-modal-content button{background:#646263;border-radius:25px;border:none;color:#fff;font-size:16px;padding:10px 0}.city-modal-title{font-size:16px;font-weight:600;text-transform:lowercase;color:#fff;letter-spacing:.04em}.city-modal-hint{font-size:11px;color:rgba(255,255,255,.8);margin-bottom:6px}.city-option-btn{position:relative;width:100%;border:none;border-radius:999px;padding:12px 24px;background:#fff;color:#111;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:transform .08s ease,box-shadow .12s ease,opacity .12s ease}.city-option-btn:hover{background:#01E2DA;transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.22)}.city-option-btn:active{transform:translateY(0);box-shadow:0 6px 14px rgba(0,0,0,.18)}.city-option-btn.locked{opacity:.55;cursor:default;box-shadow:none}.city-option-btn.locked:hover,.city-option-btn.locked:active{transform:none;box-shadow:none}.city-option-label{margin-right:10px}.city-option-lock{font-size:14px;vertical-align:middle}:root{--bg:#f6f7f9;--card:#fff;--card-2:#fafafa;--text:#0f172a;--muted:rgba(15,23,42,.55);--border:rgba(15,23,42,.08);--accent:#01E2DA;--accent-soft:rgba(244,34,172,.18);--danger:#ff4d4f;--shadow:0 8px 24px rgba(15,23,42,.08);--radius:16px}.popup{background:var(--bg);border-radius:20px;box-shadow:var(--shadow);color:var(--text)}.checkout-form{display:flex;flex-direction:column;gap:12px}.checkout-progress{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.progress-title{font-weight:800;font-size:15px}.progress-steps{font-size:12px;color:var(--muted)}.progress-bar{height:8px;border-radius:999px;background:#eef1f4;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#cfff4a,var(--accent));transition:width .2s ease}.checkout-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.section-header{background:var(--card);padding:14px;display:flex;align-items:center;gap:10px;border:none;cursor:pointer}.section-header[disabled]{opacity:.45;cursor:not-allowed}.section-header:active{background:#f4f6f8}.step-badge{width:26px;height:26px;border-radius:9px;background:var(--accent-soft);color:#4d6b00;font-weight:900;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.step-badge.done{background:var(--accent);color:#111}.step-badge.done::before{content:"✓"}.step-badge.done{font-size:0}.step-title{font-weight:900;font-size:14px}.step-subtitle{margin-left:auto;color:var(--muted);font-size:12px}.step-caret{width:18px;height:18px;opacity:.8;transition:transform .18s ease}.checkout-section.active .step-caret{transform:rotate(180deg)}.section-body{display:none;padding:12px 14px 14px;border-top:1px solid var(--border);background:#fafafa}.checkout-section.active .section-body{display:block}.form-grid{display:flex;flex-direction:column;gap:10px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:12px;color:var(--muted)}.checkout-form input,.checkout-form select{background:#fff;border:1px solid var(--border);border-radius:14px;padding:12px;font-size:14px;color:var(--text)}.checkout-form input::placeholder{color:rgba(15,23,42,.35)}.checkout-form input:focus,.checkout-form select:focus{border-color:rgba(169,34,244,.8);box-shadow:0 0 0 3px rgba(169,34,244,.25);outline:none}.checkout-form .is-invalid{border-color:rgba(255,77,79,.55)!important;box-shadow:0 0 0 3px rgba(255,77,79,.18)!important}.checkbox-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid var(--border);border-radius:14px;cursor:pointer;user-select:none}.checkbox-row:active{background:#f4f6f8}.checkbox-row input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none}.checkbox-ui{width:20px;height:20px;border-radius:6px;border:2px solid rgba(15,23,42,.25);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.checkbox-ui::after{content:"";width:10px;height:6px;border-left:2px solid #111;border-bottom:2px solid #111;transform:rotate(-45deg) scale(0);transition:transform .12s ease}.checkbox-row input:checked+.checkbox-ui{background:var(--accent);border-color:var(--accent)}.checkbox-row input:checked+.checkbox-ui::after{transform:rotate(-45deg) scale(1)}.checkbox-label{font-size:14px;font-weight:600;color:var(--text)}.section-actions{display:flex;gap:10px;margin-top:10px}.btn{border-radius:14px;padding:11px 14px;cursor:pointer;font-size:16px}.btn-primary{background:linear-gradient(180deg,#88fffb,var(--accent));color:#111}.btn-primary:active{transform:translateY(1px)}.btn-ghost{background:#f4f6f8;color:var(--text);border:1px solid var(--border)}.btn[disabled]{opacity:.45;cursor:not-allowed}.order-total{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:12px 14px;display:flex;justify-content:space-between;align-items:center}.order-total .final-total{font-weight:900;color:var(--accent)}.checkout-note{font-size:12px;color:var(--muted);text-align:center;line-height:1.3}.checkout-topbar{margin-bottom:8px}.checkout-progress{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.progress-title{font-weight:800;font-size:15px;line-height:1}.progress-meta{display:flex;align-items:center;gap:10px}.progress-steps{font-size:12px;font-weight:700;color:var(--muted);line-height:1}.checkout-close{width:28px;height:28px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.checkout-close:active{background:#f4f6f8;transform:translateY(1px)}.section-header{color:var(--text)!important}.step-badge{color:#4d6b00!important}.step-badge.done{background:var(--accent)!important;color:#111!important}.section-header .step-caret{color:var(--muted)!important}.panel-header{//padding:.4rem 0;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;left:0;right:0;z-index:100;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;padding:0 .4rem}.panel-body{width:100%;margin:0 auto;padding-bottom:calc(48px + env(safe-area-inset-bottom));overflow-x:hidden}.admin-panel{overflow-y:scroll}.back_button,.back_to_list{background:#fff;border:none;padding-top:7px}.new_good{background-color:#9A9A9A;color:#fff;border:none;padding:4px;border-radius:5px}.panel-body .prod-list.cart-item .product-title{height:auto}.panel-body .prod-list.cart-item .quantity-controls{position:absolute;right:4px}.edit-product-form .psection-body{display:block;padding:12px 14px 14px;border-top:1px solid var(--border);background:#fafafa}.edit-product-form .btn-primary{position:sticky;bottom:0}.editprod_switch .slider{width:44px;height:24px}.editprod_switch .checkbox-label{top:3px;position:relative;padding-left:50px}.editprod_switch{position:relative;display:block;width:203px;margin:10px auto}.chose_cats{display:none;flex-wrap:wrap}.chose_imgs{display:flex;flex-wrap:wrap}.prod_checkbox-row,.image-item{flex:0 0 33.333%;box-sizing:border-box;margin-top:5px}.image-item,.image-item img{width:30vw;height:30vw}.image-item{position:relative}.open_cat_menu{border:1px solid #000;border-radius:5px;padding:5px;background:#fff}.delete_image{position:absolute;top:-5px;border:1px solid red;border-radius:30px;width:20px;height:20px;background:red;padding-left:1px;padding-bottom:2px;color:#fff;z-index:1;right:0}.addImagedesc{padding-top:25px;padding-bottom:8px}.edit-product-form .pay-btn{transition:none}.checkbox-label span{color: #666;font-weight: 800;}