:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}@media(min-width:768px){body{display:flex;justify-content:center;background-color:#f0f0f0}#root{max-width:480px;width:100%;box-shadow:0 0 20px #0000001a}}button{border-radius:8px;border:1px solid #ddd;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f5f5f5;color:#000;cursor:pointer;transition:all .2s}button:active{transform:scale(.98)}.layout{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.lang-selector{position:fixed;top:16px;right:16px;z-index:2000}.lang-button{background:#fff;border:none;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:all .3s;color:#667eea;display:flex;align-items:center;gap:6px}.lang-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.lang-button:active{transform:translateY(0)}.lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden;min-width:160px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lang-option{width:100%;background:none;border:none;padding:12px 16px;font-size:14px;font-weight:500;cursor:pointer;text-align:left;transition:all .2s;color:#495057;display:flex;align-items:center;gap:8px}.lang-option:hover{background:#f8f9fa}.lang-option.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.lang-option:active{transform:scale(.98)}.layout-content{flex:1;overflow-y:auto;padding-bottom:70px;-webkit-overflow-scrolling:touch}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:10px 0 12px;background:#fff;box-shadow:0 -4px 20px #00000014;z-index:1000;border-radius:20px 20px 0 0}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 12px;transition:all .3s;font-size:12px;min-width:65px;border-radius:14px;color:#adb5bd;position:relative}.nav-item:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 4px 4px;transition:all .3s}.nav-item.active:before{width:30px}.nav-item.active{color:#667eea;background:#667eea14}.nav-item:active{transform:scale(.92)}.nav-icon{position:relative;font-size:24px;transition:all .3s}.nav-item.active .nav-icon{transform:scale(1.15)}.nav-label{font-size:11px;font-weight:500;transition:all .3s}.nav-item.active .nav-label{font-weight:700;color:#667eea}.badge{position:absolute;top:-6px;right:-10px;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:11px;font-weight:700;padding:0 6px;box-shadow:0 2px 8px #667eea4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.filter-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;display:flex;justify-content:flex-end}.filter-drawer{background-color:#fff;width:90%;max-width:400px;height:100%;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.filter-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0}.filter-header h2{margin:0;font-size:20px;font-weight:600}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.filter-content{flex:1;overflow-y:auto;padding:16px}.filter-section{margin-bottom:24px}.filter-section h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#333}.sort-options{display:flex;flex-wrap:wrap;gap:8px}.sort-option{padding:8px 16px;border:1px solid #e0e0e0;border-radius:20px;background-color:#fff;color:#333;font-size:14px;cursor:pointer;transition:all .2s}.sort-option.active{background-color:#007aff;color:#fff;border-color:#007aff}.price-inputs{display:flex;align-items:center;gap:8px}.price-inputs input{flex:1;padding:10px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px}.price-inputs span{color:#999}.dropdown-toggle{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;text-align:left;font-size:14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.dropdown-toggle:after{content:"▼";font-size:10px;color:#999}.checkbox-list{max-height:200px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;padding:8px;margin-top:8px;background-color:#fafafa}.checkbox-item{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s}.checkbox-item:hover{background-color:#f0f0f0}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-item span{font-size:14px;color:#333}.radio-group{display:flex;flex-direction:column;gap:8px}.radio-item{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s}.radio-item:hover{background-color:#f5f5f5}.radio-item input[type=radio]{width:18px;height:18px;cursor:pointer}.radio-item span{font-size:14px;color:#333}.clear-btn{padding:6px 12px;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;color:#666;font-size:13px;cursor:pointer;margin-top:8px}.filter-section select{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;background-color:#fff;cursor:pointer}.rating-filter{display:flex;flex-direction:column;gap:8px}.rating-btn{padding:10px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;text-align:left;font-size:14px;cursor:pointer;transition:all .2s}.rating-btn.active{background-color:#fff3e0;border-color:#ff9500;color:#ff9500;font-weight:600}.label-chips{display:flex;flex-wrap:wrap;gap:8px}.label-chip{padding:6px 12px;border:1px solid #e0e0e0;border-radius:16px;background-color:#fff;color:#333;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;text-transform:uppercase}.label-chip.active{background-color:#007aff;color:#fff;border-color:#007aff}.filter-footer{display:flex;gap:12px;padding:16px;border-top:1px solid #e0e0e0;background-color:#fff}.reset-btn,.apply-btn{flex:1;padding:14px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.reset-btn{background-color:#f5f5f5;color:#333}.reset-btn:hover{background-color:#e0e0e0}.apply-btn{background-color:#007aff;color:#fff}.apply-btn:hover{background-color:#06d}.filter-content::-webkit-scrollbar,.checkbox-list::-webkit-scrollbar{width:6px}.filter-content::-webkit-scrollbar-track,.checkbox-list::-webkit-scrollbar-track{background:#f1f1f1}.filter-content::-webkit-scrollbar-thumb,.checkbox-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.filter-content::-webkit-scrollbar-thumb:hover,.checkbox-list::-webkit-scrollbar-thumb:hover{background:#555}.home-page-ozon{min-height:100vh;background-color:#f5f5f5;padding-bottom:80px}.header-ozon{position:sticky;top:0;z-index:100;padding:12px 16px;background:#fff;box-shadow:0 2px 8px #0000000a}.search-container-ozon{display:flex;gap:8px;align-items:center}.search-input-ozon{flex:1;padding:12px 16px;border:none;border-radius:12px;font-size:15px;outline:none;transition:all .2s}.search-input-ozon:focus{box-shadow:0 0 0 2px #005bff33}.filter-btn-ozon{padding:12px;border:none;border-radius:12px;cursor:pointer;transition:all .2s;font-size:18px;min-width:48px;display:flex;align-items:center;justify-content:center}.filter-btn-ozon:active{transform:scale(.95)}.banner-carousel{position:relative;height:200px;overflow:hidden;margin:16px 16px 20px;border-radius:16px}.banner-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.banner-slide.active{opacity:1}.banner-content{text-align:center;color:#fff;padding:20px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.banner-content h2{font-size:24px;font-weight:700;margin:0 0 8px}.banner-content p{font-size:14px;margin:0;opacity:.95}.banner-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px}.banner-dots .dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s;padding:0}.banner-dots .dot.active{background:#fff;width:24px;border-radius:4px}.section-title{font-size:20px;font-weight:700;margin:0 0 16px 16px;color:#000}.categories-grid-ozon{padding:20px 16px;background:#fff;margin-bottom:8px}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-card-ozon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;border-radius:12px;cursor:pointer;transition:all .2s;min-height:80px}.category-card-ozon:active{transform:scale(.95)}.category-icon-ozon{width:40px;height:40px;object-fit:contain;margin-bottom:6px}.category-name-ozon{font-size:11px;font-weight:500;text-align:center;line-height:1.2}.flash-sale-section{background:#fff;padding:20px 0;margin-bottom:8px}.flash-sale-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 16px}.flash-sale-header h2{font-size:20px;font-weight:700;margin:0;display:flex;align-items:center;gap:8px}.flash-icon{font-size:24px}.flash-sale-discount{background:linear-gradient(135deg,#ff3b30,#ff9500);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.product-section{background:#fff;padding:20px 0;margin-bottom:8px}.section-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 16px}.section-header h2{font-size:20px;font-weight:700;margin:0}.view-all-btn{background:none;border:none;color:#005bff;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.view-all-btn:active{opacity:.6}.products-horizontal-scroll{display:flex;gap:12px;padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-horizontal-scroll::-webkit-scrollbar{display:none}.product-card-ozon{flex-shrink:0;width:160px;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000f}.product-card-ozon:active{transform:scale(.97)}.product-image-container{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#fafafa}.product-image-ozon{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card-ozon:hover .product-image-ozon{transform:scale(1.05)}.discount-badge-ozon{position:absolute;top:8px;left:8px;background:#ff3b30;color:#fff;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:700;box-shadow:0 2px 8px #ff3b304d}.wishlist-btn-ozon{position:absolute;top:8px;right:8px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s;box-shadow:0 2px 8px #0000001a}.wishlist-btn-ozon:active{transform:scale(.9)}.wishlist-btn-ozon.active{background:#ff3b301a}.product-labels-ozon{position:absolute;bottom:8px;left:8px;display:flex;gap:4px;flex-wrap:wrap}.label-badge-ozon{padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase;background:#34c759}.label-new{background:#007aff!important}.label-sale,.label-discount_10,.label-discount_20,.label-discount_30,.label-discount_50{background:#ff3b30!important}.label-bestseller,.label-hot,.label-trending{background:#ff9500!important}.label-top_rated{background:#ffd60a!important;color:#000!important}.label-exclusive,.label-limited{background:#5856d6!important}.product-info-ozon{padding:12px}.product-rating-ozon{display:flex;align-items:center;gap:4px;margin-bottom:6px;font-size:12px}.product-rating-ozon .star{color:#ffd60a;font-size:14px}.rating-value{font-weight:600;color:#000}.review-count{color:#888}.product-meta-ozon{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;color:#888}.product-meta-ozon .brand{font-weight:600;color:#555}.product-meta-ozon .volume{color:#888}.product-name-ozon{font-size:13px;font-weight:600;line-height:1.3;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#000}.product-price-ozon{margin-bottom:10px}.price-main{display:flex;align-items:baseline;gap:4px}.final-price{font-size:18px;font-weight:700;color:#000}.currency{font-size:12px;color:#666}.price-original{font-size:12px;color:#999;text-decoration:line-through;margin-top:2px}.add-to-cart-btn-ozon{width:100%;padding:10px;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #005bff33}.add-to-cart-btn-ozon:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.add-to-cart-btn-ozon:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 4px #005bff33}.products-grid-ozon{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px}.products-grid-ozon .product-card-ozon{width:100%}.filtered-results{background:#fff;padding:16px 0 20px;min-height:60vh}.filter-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 16px}.clear-filter-btn{background:none;border:none;color:#005bff;font-size:14px;font-weight:500;cursor:pointer;padding:8px 0}.results-count{font-size:13px;color:#666}.empty-state-ozon{text-align:center;padding:60px 20px}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.3}.empty-state-ozon h3{font-size:18px;font-weight:600;margin:0 0 8px;color:#000}.empty-state-ozon p{font-size:14px;color:#666;margin:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #005bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{margin-top:16px;color:#666;font-size:14px}@media(min-width:480px){.categories-grid{grid-template-columns:repeat(6,1fr)}.products-grid-ozon{grid-template-columns:repeat(3,1fr)}.product-card-ozon{width:180px}}@media(min-width:768px){.categories-grid{grid-template-columns:repeat(8,1fr)}.products-grid-ozon{grid-template-columns:repeat(4,1fr)}.product-card-ozon{width:200px}}.cart-page{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.cart-header{padding:20px 16px;position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d}.cart-header h1{margin:0 0 4px;font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cart-header p{margin:0;font-size:14px;color:#6c757d;font-weight:500}.empty-cart{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 16px;text-align:center}.empty-icon{font-size:80px;margin-bottom:24px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-cart p{font-size:20px;margin-bottom:32px;color:#6c757d;font-weight:500}.go-shopping-btn{padding:14px 40px;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 20px #667eea4d;transition:all .3s}.go-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #667eea66}.go-shopping-btn:active{transform:translateY(0)}.cart-items{flex:1;padding:0 16px 280px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.cart-item{display:flex;gap:12px;padding:16px;background:#fff;border:none;border-radius:16px;box-shadow:0 2px 8px #0000000f;transition:all .3s}.cart-item:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.cart-item-image{width:90px;height:90px;object-fit:cover;border-radius:12px;box-shadow:0 2px 8px #0000001a}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:6px}.cart-item-info h3{margin:0;font-size:15px;font-weight:600;color:#212529;line-height:1.4}.cart-item-price{font-size:14px;font-weight:600;margin:0;color:#667eea}.quantity-controls{display:flex;align-items:center;gap:12px;margin-top:auto;background:#f8f9fa;padding:4px 8px;border-radius:12px;width:fit-content}.quantity-controls button{width:32px;height:32px;border:none;background:#fff;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#667eea;transition:all .2s;box-shadow:0 2px 4px #0000000d}.quantity-controls span{font-size:16px;font-weight:700;min-width:35px;text-align:center;color:#212529}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:8px}.cart-item-total{font-size:17px;font-weight:700;margin:0;color:#212529;white-space:nowrap}.remove-btn{background:#ffe5e5;border:none;font-size:18px;cursor:pointer;padding:8px;border-radius:10px;transition:all .2s}.remove-btn:hover{background:#ffd5d5;transform:scale(1.1)}.remove-btn:active{transform:scale(.95)}.cart-footer{padding:20px 16px;background:#fff;border-top:none;box-shadow:0 -4px 20px #00000014;border-radius:24px 24px 0 0;position:fixed;bottom:0;left:0;right:0;z-index:1000}.promo-code{display:flex;gap:10px;margin-bottom:20px}.promo-input{flex:1;padding:14px 16px;border:2px solid #e9ecef;border-radius:14px;font-size:15px;outline:none;background:#f8f9fa;transition:all .3s;color:#212529;font-weight:500}.promo-input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a}.promo-input::placeholder{color:#adb5bd}.apply-promo-btn{padding:14px 24px;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;transition:all .3s}.apply-promo-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.apply-promo-btn:active{transform:translateY(0)}.total-section{margin-bottom:40px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:16px;border-radius:14px}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.total-row span:first-child{font-size:16px;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.total-row span:last-child{font-size:26px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-btn{width:100%;padding:18px;border:none;border-radius:14px;font-size:17px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 20px #667eea4d;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #667eea66}.checkout-btn:active{transform:translateY(0);box-shadow:0 4px 10px #667eea4d}@media(max-width:480px){.cart-item{padding:12px}.cart-item-image{width:70px;height:70px}.cart-item-info h3{font-size:14px}.cart-item-price{font-size:13px}.cart-item-total{font-size:15px}.total-row span:last-child{font-size:22px}}.wishlist-page{padding-bottom:20px;min-height:100vh}.wishlist-header{padding:16px;background-color:#f5f5f5;position:sticky;top:0;z-index:100}.wishlist-header h1{margin:0 0 4px;font-size:24px;font-weight:700}.wishlist-header p{margin:0;font-size:14px;color:#666}.empty-wishlist{text-align:center;padding:60px 20px}.empty-wishlist .empty-icon{font-size:64px;margin-bottom:16px}.empty-wishlist p{font-size:16px;color:#999;margin:0}.wishlist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}.wishlist-card{border:1px solid;border-radius:12px;overflow:hidden;transition:transform .2s}.wishlist-card:active{transform:scale(.98)}.product-image-container{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.wishlist-image{width:100%;height:100%;object-fit:cover}.remove-wishlist-btn:active{transform:scale(.9)}.add-to-cart-btn:active:not(:disabled){transform:scale(.95)}.loading{padding:40px;text-align:center;font-size:16px}.orders-page{min-height:100vh;padding-bottom:20px}.orders-header{padding:16px;position:sticky;top:0;z-index:100}.orders-header h1{margin:0;font-size:24px;font-weight:700}.empty-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 16px;text-align:center}.empty-orders p{font-size:18px;margin:0}.orders-list{display:flex;flex-direction:column;gap:12px;padding:0 16px}.order-card{border:1px solid;border-radius:12px;padding:16px;transition:transform .2s}.order-card:active{transform:scale(.98)}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.1)}.order-number{margin:0 0 4px;font-size:16px;font-weight:700}.order-date{margin:0;font-size:13px}.order-status{padding:6px 12px;border-radius:12px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap}.order-items{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.order-item{display:flex;gap:12px;align-items:center}.order-item-image{width:50px;height:50px;object-fit:cover;border-radius:8px}.order-item-info{flex:1;display:flex;flex-direction:column;gap:2px}.order-item-info p{margin:0;font-size:13px}.order-item-info p:first-child{font-weight:600;font-size:14px}.order-item-total{font-size:14px;font-weight:700;margin:0;white-space:nowrap}.order-footer{padding-top:12px;border-top:1px solid rgba(0,0,0,.1)}.order-summary{display:flex;flex-direction:column;gap:8px}.summary-row.total{font-size:16px;font-weight:700;margin-top:4px}.checkout-page{display:flex;flex-direction:column;min-height:100vh;padding-bottom:80px}.checkout-header{padding:16px;position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:12px}.back-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:4px;line-height:1}.checkout-header h1{margin:0;font-size:20px;font-weight:700}.empty-checkout{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 16px;text-align:center}.checkout-content{flex:1;padding:0 16px 16px;display:flex;flex-direction:column;gap:20px}.checkout-section{display:flex;flex-direction:column;gap:12px}.checkout-section h2{margin:0;font-size:16px;font-weight:600}.option-group{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.option-btn{padding:12px 16px;border:1px solid;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.option-btn:active{transform:scale(.98)}.address-list{display:flex;flex-direction:column;gap:8px}.address-item{padding:12px 16px;border:1px solid;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;text-align:left;transition:all .2s}.address-item:active{transform:scale(.98)}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.payment-btn{padding:12px 16px;border:1px solid;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.payment-btn:active{transform:scale(.98)}.promo-input-group{display:flex;gap:8px}.promo-input-field{flex:1;padding:12px 16px;border:1px solid;border-radius:12px;font-size:15px;outline:none}.validate-promo-btn{padding:12px 20px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.validate-promo-btn:active{transform:scale(.98)}.promo-success{margin:0;font-size:13px;font-weight:500}.note-textarea{width:100%;padding:12px 16px;border:1px solid;border-radius:12px;font-size:15px;outline:none;resize:vertical;font-family:inherit}.order-summary-section{padding:16px;border:1px solid rgba(0,0,0,.1);border-radius:12px}.summary-details{display:flex;flex-direction:column;gap:8px}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.summary-row.total-row{font-size:18px;font-weight:700;padding-top:8px;margin-top:8px;border-top:1px solid rgba(0,0,0,.1)}.checkout-footer{position:fixed;bottom:70px;left:0;right:0;padding:12px 16px;background:inherit;border-top:1px solid rgba(0,0,0,.1)}.place-order-btn{width:100%;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.place-order-btn:disabled{opacity:.5;cursor:not-allowed}.place-order-btn:active:not(:disabled){transform:scale(.98)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.location-picker{width:100%;margin:16px 0}.location-picker-controls{margin-bottom:12px}.current-location-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.current-location-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.current-location-btn:active{transform:translateY(0)}.current-location-btn:disabled{opacity:.6;cursor:not-allowed}.location-hint{text-align:center;font-size:13px;color:#6c757d;margin:8px 0 0}.map-container{border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin:12px 0}.map-container .leaflet-container{border-radius:12px}.selected-coords{background:#f8f9fa;border-radius:8px;padding:10px;text-align:center;font-size:13px;color:#495057;font-family:monospace;margin-top:8px}.leaflet-control-attribution{font-size:10px!important}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px #00000026!important}.leaflet-control-zoom a{border-radius:6px!important}.leaflet-control-zoom a:first-child{border-radius:6px 6px 0 0!important}.leaflet-control-zoom a:last-child{border-radius:0 0 6px 6px!important}.profile-page{min-height:100vh;background:#f8f9fa;padding:20px 16px 90px}.profile-user{background:#fff;border-radius:16px;padding:32px 20px;text-align:center;margin-bottom:16px;box-shadow:0 2px 8px #0000000a}.user-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:36px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.user-name{font-size:24px;font-weight:700;color:#212529;margin:0 0 4px}.user-phone{font-size:14px;color:#6c757d;margin:0 0 16px}.edit-profile-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:500;color:#495057;cursor:pointer;transition:all .2s}.edit-profile-btn:hover{background:#e9ecef}.edit-profile-btn:active{transform:scale(.98)}.profile-bonus{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;margin-bottom:16px;box-shadow:0 4px 12px #667eea4d}.bonus-icon{font-size:40px}.bonus-label{font-size:14px;color:#ffffffe6;margin:0 0 4px}.bonus-amount{font-size:28px;font-weight:700;color:#fff;margin:0}.profile-section{background:#fff;border-radius:16px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #0000000a}.profile-section h3{font-size:18px;font-weight:700;color:#212529;margin:0 0 16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h3{margin:0}.add-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;padding:6px 16px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.add-btn:active{transform:translateY(0)}.empty-text{text-align:center;color:#6c757d;font-size:14px;padding:20px 0;margin:0}.address-list{display:flex;flex-direction:column;gap:12px}.address-card{background:#f8f9fa;border-radius:12px;padding:16px;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.address-card:hover{background:#e9ecef}.address-content{flex:1}.address-name{font-size:15px;font-weight:600;color:#212529;margin:0 0 4px}.address-coords{font-size:12px;color:#6c757d;margin:0;font-family:monospace}.address-actions{display:flex;gap:8px}.icon-btn{background:#fff;border:1px solid #dee2e6;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s}.icon-btn:hover{transform:scale(1.05)}.icon-btn:active{transform:scale(.95)}.icon-btn.edit:hover{background:#e7f3ff;border-color:#0d6efd}.icon-btn.delete:hover{background:#fff5f5;border-color:#dc3545}.language-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lang-btn{background:#f8f9fa;border:2px solid #dee2e6;border-radius:12px;padding:16px;font-size:15px;font-weight:500;color:#495057;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.lang-btn:hover{background:#e9ecef}.lang-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.lang-btn:active{transform:scale(.98)}.action-btn{width:100%;background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;padding:16px 20px;font-size:15px;font-weight:500;color:#495057;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.action-btn:last-child{margin-bottom:0}.action-btn:hover{background:#e9ecef}.action-btn:active{transform:scale(.99)}.action-btn.logout{background:#fff5f5;border-color:#dc3545;color:#dc3545;font-weight:600}.action-btn.logout:hover{background:#ffe5e5}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal h3{font-size:20px;font-weight:700;color:#212529;margin:0 0 20px}.modal-input{width:100%;background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;padding:14px 16px;font-size:15px;color:#212529;margin-bottom:12px;transition:all .2s;box-sizing:border-box}.modal-input:focus{outline:none;border-color:#667eea;background:#fff}.modal-input::placeholder{color:#adb5bd}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.modal-btn{padding:14px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.modal-btn.cancel{background:#f8f9fa;color:#6c757d}.modal-btn.cancel:hover{background:#e9ecef}.modal-btn.save{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-btn.save:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.modal-btn:active{transform:scale(.98)}@media(max-width:480px){.profile-page{padding:16px 12px 90px}.profile-user{padding:24px 16px}.user-avatar{width:70px;height:70px;font-size:32px}.user-name{font-size:20px}.profile-bonus{padding:16px}.bonus-amount{font-size:24px}.profile-section{padding:16px}.modal{padding:20px}}.categories-page{min-height:100vh;padding-bottom:20px}.categories-header{padding:16px;position:sticky;top:0;z-index:100}.categories-header h1{margin:0;font-size:24px;font-weight:700}.loading{text-align:center;padding:40px 16px;font-size:16px}.empty-categories{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 16px;text-align:center}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-categories p{font-size:18px;margin:0}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px}.category-card{padding:24px 16px;border:1px solid;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s;text-align:center;min-height:100px}.category-card:active{transform:scale(.98)}.category-card h3{margin:0;font-size:16px;font-weight:600;line-height:1.3}.category-card p{margin:0;font-size:13px;opacity:.7}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container{width:100%;max-width:420px;background:#fffffff2;padding:40px 30px;border-radius:24px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:40px}.login-header h1{font-size:36px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{font-size:16px;margin:0;color:#666}.login-form{display:flex;flex-direction:column;gap:24px}.input-group{display:flex;flex-direction:column;gap:10px}.input-group label{font-size:14px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}.phone-input{display:flex;align-items:center;gap:0;background:#f8f9fa;border-radius:14px;border:2px solid #e9ecef;transition:all .3s}.phone-input:focus-within{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.phone-prefix{font-size:16px;font-weight:600;padding:14px 12px;color:#667eea;border-right:2px solid #e9ecef}.input-field{flex:1;padding:14px 16px;border:none;background:transparent;font-size:16px;outline:none;transition:all .3s;color:#333}.input-field::placeholder{color:#adb5bd}.otp-input{width:100%;text-align:center;font-size:28px;letter-spacing:12px;font-weight:700;background:#f8f9fa;border-radius:14px;border:2px solid #e9ecef;padding:20px;transition:all .3s}.otp-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.submit-btn{width:100%;padding:16px;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 20px #667eea4d;text-transform:uppercase;letter-spacing:.5px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px #667eea4d}.resend-btn{background:none;border:none;padding:12px;font-size:14px;font-weight:600;cursor:pointer;color:#667eea;text-decoration:none;transition:all .2s}.resend-btn:hover{text-decoration:underline}.back-btn{background:none;border:none;padding:12px;font-size:14px;font-weight:600;cursor:pointer;color:#6c757d;transition:all .2s}.back-btn:hover{color:#495057}.resend-btn:active,.back-btn:active{transform:scale(.95)}@media(max-width:480px){.login-container{padding:30px 20px}.login-header h1{font-size:28px}.otp-input{font-size:24px;letter-spacing:8px}}.product-detail-page{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff);padding-bottom:100px}.product-detail-page.loading{justify-content:center;align-items:center}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:16px}.spinner{width:50px;height:50px;border:4px solid #e9ecef;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.detail-header{padding:16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;gap:16px}.back-btn{background:none;border:none;font-size:16px;font-weight:600;color:#667eea;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s}.back-btn:hover{background:#f8f9fa}.back-btn:active{transform:scale(.95)}.detail-header h1{margin:0;font-size:20px;font-weight:700;color:#212529}.detail-content{flex:1;padding:16px;display:flex;flex-direction:column;gap:24px}.product-image-container{position:relative;width:100%;aspect-ratio:1;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014}.detail-image{width:100%;height:100%;object-fit:cover}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#667eea;box-shadow:0 2px 8px #00000026;transition:all .2s;z-index:10}.image-nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.image-nav-btn:active{transform:translateY(-50%) scale(.95)}.image-nav-btn.prev{left:16px}.image-nav-btn.next{right:16px}.image-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff9;cursor:pointer;transition:all .3s;padding:0}.dot:hover{background:#fffc;transform:scale(1.2)}.dot.active{background:#fff;width:24px;border-radius:4px}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#adb5bd;background:#f8f9fa}.discount-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:8px 16px;border-radius:12px;font-weight:700;font-size:16px;box-shadow:0 4px 12px #ff6b6b4d;z-index:10}.product-info{display:flex;flex-direction:column;gap:20px}.product-name{margin:0;font-size:24px;font-weight:700;color:#212529;line-height:1.3}.price-section{display:flex;align-items:center;gap:12px}.final-price{font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.original-price{font-size:18px;color:#adb5bd;text-decoration:line-through}.description-section,.details-section{background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #0000000f}.description-section h3,.details-section h3{margin:0 0 12px;font-size:18px;font-weight:700;color:#212529}.description-section p{margin:0;font-size:15px;line-height:1.6;color:#495057}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f8f9fa}.detail-item:last-child{border-bottom:none}.detail-label{font-size:15px;color:#6c757d;font-weight:500}.detail-value{font-size:15px;color:#212529;font-weight:600}.detail-value.available{color:#51cf66}.detail-value.unavailable{color:#ff6b6b}.quantity-section{background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;align-items:center}.quantity-section label{font-size:16px;font-weight:600;color:#212529}.quantity-controls{display:flex;align-items:center;gap:16px;background:#f8f9fa;padding:8px 16px;border-radius:14px}.quantity-controls button{width:36px;height:36px;border:none;background:#fff;border-radius:10px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#667eea;transition:all .2s;box-shadow:0 2px 4px #0000000d}.quantity-controls button:hover:not(:disabled){background:#667eea;color:#fff;transform:scale(1.05)}.quantity-controls button:active:not(:disabled){transform:scale(.95)}.quantity-controls button:disabled{opacity:.4;cursor:not-allowed}.quantity-display{font-size:18px;font-weight:700;min-width:40px;text-align:center;color:#212529}.action-footer{position:fixed;bottom:0;left:0;right:0;padding:16px;background:#fff;box-shadow:0 -4px 20px #00000014;display:flex;gap:12px;z-index:1000}.add-to-cart-btn,.buy-now-btn{flex:1;padding:16px;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.add-to-cart-btn{background:#fff;color:#667eea;border:2px solid #667eea}.add-to-cart-btn:hover:not(:disabled){background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.buy-now-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.buy-now-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.add-to-cart-btn:active:not(:disabled),.buy-now-btn:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn:disabled,.buy-now-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:480px){.product-name{font-size:20px}.final-price{font-size:24px}.original-price{font-size:16px}.action-footer{flex-direction:column;gap:8px}.add-to-cart-btn,.buy-now-btn{padding:14px;font-size:15px}}*{box-sizing:border-box;margin:0;padding:0}#root{min-height:100vh;background-color:#fff}
