html,body{width:100%;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f5f5f5}.app{width:100%;max-width:100vw;min-height:100vh;background:#f5f5f5;overflow-x:hidden}.top-sticky-banner{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;padding:12px 0;z-index:1000;box-shadow:0 2px 10px #0000001a;overflow:hidden}.scrolling-text{display:flex;white-space:nowrap;animation:scroll 30s linear infinite;gap:60px;font-size:14px;font-weight:500}.scrolling-text span{display:flex;align-items:center;gap:8px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.fixed-buttons-right{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:12px;z-index:999}.whatsapp-button,.order-button-fixed{display:flex;align-items:center;gap:8px;padding:14px 20px;border-radius:50px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.whatsapp-button{background:#25d366;color:#fff;text-decoration:none}.whatsapp-button:hover{background:#1ebd59;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.order-button-fixed{background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff}.order-button-fixed:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b91c1c66}.fixed-notifications-left{position:fixed;left:20px;bottom:20px;z-index:999;display:flex;flex-direction:column;gap:12px}.viewing-count{background:#fff;padding:12px 18px;border-radius:25px;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#333}.purchase-notifications{background:#fff;padding:15px;border-radius:12px;box-shadow:0 4px 15px #0000001a;max-width:280px}.notification-item{padding:10px 0;border-bottom:1px solid #eee;font-size:13px;line-height:1.5}.notification-item:last-child{border-bottom:none}.main-image{width:100%;height:auto;display:block;object-fit:cover}.main-image:hover{opacity:.95}@media (min-width: 769px){html,body{background:linear-gradient(135deg,#1a1a2e,#16213e)!important;min-height:100vh}.app{background:transparent!important}.fixed-notifications-left,.fixed-buttons-right{display:none!important}}.order-section{padding:60px 20px;background:#fff}.order-header{text-align:center;margin-bottom:50px}.order-title{font-size:42px;font-weight:800;color:#b91c1c;margin-bottom:15px;text-transform:uppercase;letter-spacing:2px}.order-subtitle{font-size:18px;color:#666}.order-container{max-width:1200px;margin:0 auto}.product-type-selector{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.product-type-btn{display:flex;align-items:center;gap:10px;padding:18px 35px;border:3px solid #e0e0e0;border-radius:15px;background:#fff;font-size:18px;font-weight:700;color:#333;cursor:pointer;transition:all .3s ease}.product-type-btn:hover{border-color:#dc2626;background:#fef2f2}.product-type-btn.active{border-color:#dc2626;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff}.product-type-btn svg{font-size:24px}.package-tabs{display:flex;gap:12px;justify-content:center;margin-bottom:25px;flex-wrap:wrap}.package-tab{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 20px;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease;min-width:100px}.package-tab:hover{border-color:#dc2626;background:#fef2f2}.package-tab.active{border-color:#dc2626;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff}.tab-quantity{font-size:13px;font-weight:700}.tab-price{font-size:16px;font-weight:800}.packages-swiper{margin-bottom:40px;padding-bottom:45px}.packages-swiper .swiper-pagination{bottom:0}.packages-swiper .swiper-pagination-bullet{background:#dc2626;width:10px;height:10px;opacity:.3}.packages-swiper .swiper-pagination-bullet-active{opacity:1;background:#dc2626}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:50px}.package-card{background:#fff;border:3px solid #e0e0e0;border-radius:20px;padding:30px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative}.package-card:hover{border-color:#ef4444;box-shadow:0 5px 15px #b91c1c26}.package-card.selected{border-color:#dc2626;box-shadow:0 5px 20px #b91c1c40}.package-quantity{position:absolute;top:15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;padding:6px 16px;border-radius:20px;font-weight:700;font-size:13px;white-space:nowrap}.package-product img{width:100%;max-width:200px;height:200px;object-fit:contain;margin:30px auto 20px}.package-name{font-size:20px;font-weight:700;color:#333;margin-bottom:8px}.package-desc{font-size:14px;color:#666;margin-bottom:15px}.package-pricing{margin:20px 0}.package-price{font-size:36px;font-weight:800;color:#dc2626;display:block}.package-sold{font-size:13px;color:#999;display:block;margin-top:5px}.package-shipping{color:#27ae60;font-weight:600;font-size:14px;margin:15px 0}.package-badges{display:flex;justify-content:center;gap:10px;margin:15px 0;flex-wrap:wrap}.badge{padding:6px 12px;border-radius:15px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:5px}.badge.bestseller{background:gold;color:#333}.badge.fast{background:#dc2626;color:#fff}.package-delivery{font-size:13px;color:#666;margin:15px 0}.package-button{width:100%;padding:15px;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.package-button:hover{filter:brightness(1.1);box-shadow:0 4px 15px #b91c1c4d}.package-button.selected{background:#27ae60}.order-form-section{max-width:600px;margin:0 auto;background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000001a}.form-title{font-size:28px;font-weight:700;color:#dc2626;margin-bottom:25px;text-align:center}.selected-package-info{background:#fef2f2;padding:15px;border-radius:10px;margin-bottom:25px;text-align:center;color:#dc2626}.order-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333;font-size:14px}.form-group input,.form-group textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#dc2626}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.payment-methods{display:flex;flex-direction:column;gap:12px}.payment-option{display:flex;align-items:center;gap:10px;padding:15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-option:hover{border-color:#dc2626;background:#fef2f2}.payment-option input{cursor:pointer}.city-select,.district-select{width:100%}.select__control{border:2px solid #e0e0e0!important;border-radius:8px!important;min-height:44px!important;box-shadow:none!important;background:#fff!important}.select__control:hover{border-color:#dc2626!important}.select__control--is-focused{border-color:#dc2626!important;box-shadow:0 0 0 1px #dc2626!important}.select__placeholder{color:#999!important;font-size:14px!important}.select__single-value{color:#333!important;font-size:14px!important}.select__input-container{color:#333!important}.select__menu{border-radius:8px!important;box-shadow:0 4px 20px #00000026!important;z-index:9999!important}.select__option{font-size:14px!important;padding:10px 12px!important}.select__option--is-focused{background:#fef2f2!important}.select__option--is-selected{background:#dc2626!important;color:#fff!important}.select__indicator-separator{display:none!important}.select__dropdown-indicator{color:#666!important}.select__clear-indicator{color:#999!important}.select__clear-indicator:hover{color:#dc2626!important}.select__control--is-disabled{background:#f5f5f5!important;cursor:not-allowed!important}.select__control--is-disabled .select__placeholder{color:#bbb!important}.order-summary{background:#f8f8f8;padding:20px;border-radius:10px;margin-top:20px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:15px}.summary-row.total{border-top:2px solid #e0e0e0;margin-top:10px;padding-top:15px;font-size:18px;font-weight:700;color:#dc2626}.summary-row .free{color:#27ae60}.submit-order-button{width:100%;padding:18px;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;border:none;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:20px}.submit-order-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #b91c1c4d}.submit-order-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.fixed-buttons-right{bottom:10px;right:10px}.fixed-buttons-right .whatsapp-button,.fixed-buttons-right .order-button-fixed{padding:12px 16px;font-size:14px}.fixed-notifications-left{left:5px;bottom:5px;font-size:10px;max-width:140px}.purchase-notifications{max-width:140px;padding:6px}.notification-item{font-size:9px;padding:5px 0;line-height:1.3}.viewing-count{padding:5px 8px;font-size:10px}.fixed-notifications-left .purchase-notifications .notification-item:nth-child(n+3){display:none}.order-title{font-size:32px}.packages-grid{grid-template-columns:1fr}.order-form-section{padding:25px}.form-row{grid-template-columns:1fr}.product-type-selector{flex-direction:column;align-items:center}.product-type-btn{width:100%;max-width:280px;justify-content:center}}.order-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.order-popup{background:#fff;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:popupSlideIn .3s ease;padding:25px}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.popup-close-btn{position:absolute;top:10px;right:10px;background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;color:#333}.popup-close-btn:hover{background:#dc2626;color:#fff}.popup-title{font-size:20px;font-weight:700;color:#333;margin-bottom:20px;text-align:center;padding-right:30px}.popup-product-type-selector{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.popup-type-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;font-size:15px;font-weight:600;color:#333;cursor:pointer;transition:all .3s ease}.popup-type-btn:hover{border-color:#dc2626;background:#fef2f2}.popup-type-btn.active{border-color:#dc2626;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff}.popup-type-btn svg{font-size:18px}.popup-product-image{text-align:center;margin-bottom:20px}.popup-product-image img{max-width:200px;max-height:200px;object-fit:contain}.popup-packages{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.popup-package-card{display:flex;align-items:center;justify-content:space-between;padding:15px;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative}.popup-package-card:hover{border-color:#ef4444;background:#fef2f2}.popup-package-card.selected{border-color:#dc2626;background:#fef2f2;box-shadow:0 4px 15px #b91c1c26}.popup-package-card.popular{border-color:gold;border-width:2px}.popup-package-card.popular.selected{border-color:#dc2626}.popup-pkg-left{flex:1}.popup-pkg-title-row{display:flex;align-items:center;gap:10px;margin-bottom:5px;flex-wrap:wrap}.popup-pkg-title{font-size:15px;font-weight:700;color:#333}.bestseller-badge{display:inline-flex;align-items:center;gap:4px;background:gold;color:#333;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:700}.popup-pkg-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600;margin-bottom:5px}.popup-pkg-badge.loved{background:#ff6b6b;color:#fff}.popup-pkg-label{font-size:12px;color:#666;display:flex;align-items:center;gap:5px}.popup-pkg-label svg{color:#dc2626}.no-discount-label{color:#999;font-size:11px}.popup-pkg-unit-price{font-size:11px;color:#27ae60;font-weight:600;margin-top:4px}.popup-pkg-right{text-align:right;min-width:90px}.popup-pkg-original{font-size:13px;color:#999;text-decoration:line-through}.popup-pkg-price{font-size:20px;font-weight:800;color:#dc2626}.popup-order-summary{background:#f8f8f8;padding:15px;border-radius:12px;margin-bottom:20px}.popup-summary-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px;color:#666}.popup-summary-row.discount{color:#27ae60}.popup-summary-row.discount svg{margin-left:5px}.free-shipping{color:#27ae60;font-weight:600}.popup-order-form{display:flex;flex-direction:column;gap:12px}.popup-form-group{display:flex;flex-direction:column}.popup-form-group input,.popup-form-group textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:10px;font-size:14px;transition:all .3s ease}.popup-form-group input:focus,.popup-form-group textarea:focus{outline:none;border-color:#dc2626}.popup-form-group input::placeholder,.popup-form-group textarea::placeholder{color:#999}.popup-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.popup-payment-methods{margin-top:5px}.payment-label{font-size:13px;font-weight:600;color:#333;margin-bottom:10px}.payment-options{display:flex;gap:10px}.payment-option{flex:1;display:flex;align-items:center;gap:8px;padding:12px;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .3s ease}.payment-option:hover,.payment-option.selected{border-color:#dc2626;background:#fef2f2}.payment-option input{accent-color:#dc2626}.payment-option-text{font-size:13px;font-weight:500;color:#333}.popup-submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:10px}.popup-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #b91c1c59}.popup-submit-btn:disabled{opacity:.6;cursor:not-allowed}.popup-product-section{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.popup-product-section:last-of-type{border-bottom:none}.popup-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.popup-section-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#333}.popup-section-title svg{color:#dc2626;font-size:20px}.remove-from-cart-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;background:#fee2e2;border:none;border-radius:6px;color:#dc2626;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.remove-from-cart-btn:hover{background:#dc2626;color:#fff}.popup-cart-summary{background:#f0fdf4;border:2px solid #22c55e;padding:18px;border-radius:12px;margin-bottom:20px}.cart-summary-header{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:#166534;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #bbf7d0}.cart-summary-header svg{font-size:20px}.cart-empty{text-align:center;color:#666;font-size:14px;padding:15px 0}.cart-items{margin-bottom:15px}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #bbf7d0}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;align-items:center;gap:10px;font-size:14px;color:#333}.cart-item-info svg{color:#dc2626}.cart-item-price{font-size:15px;font-weight:700;color:#166534}.cart-totals{padding-top:10px;border-top:2px solid #bbf7d0}.popup-summary-row.total{margin-top:10px;padding-top:10px;border-top:2px dashed #22c55e;font-size:18px;font-weight:800;color:#166534}.sticky-order-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:15px 20px;z-index:1500;box-shadow:0 -4px 20px #0000004d;display:flex;flex-direction:column;align-items:center;gap:12px}.countdown-section{display:flex;align-items:center;gap:8px}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;padding:6px 12px;border-radius:8px;min-width:50px}.countdown-value{font-size:20px;font-weight:800;color:gold;font-family:monospace}.countdown-label{font-size:9px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.countdown-separator{font-size:20px;font-weight:800;color:gold}.order-info-row{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px}.fire-icon{color:#ff6b35;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sticky-order-btn{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;padding:14px 40px;border-radius:25px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;max-width:400px}.sticky-order-btn:hover{transform:scale(1.02);box-shadow:0 5px 20px #dc262666}@media (max-width: 768px){.order-popup-overlay{padding:0;align-items:flex-end}.order-popup{max-height:85vh;border-radius:20px 20px 0 0;padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.popup-close-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;font-size:18px;background:#f0f0f0;color:#333;box-shadow:0 2px 8px #00000026;z-index:10}.popup-title{font-size:18px;margin-top:0;padding-right:40px}.popup-product-image img{max-width:120px;max-height:120px}.popup-form-row{grid-template-columns:1fr}.payment-options{flex-direction:column}.sticky-order-bar{padding:12px 15px}.countdown-item{padding:5px 8px;min-width:42px}.countdown-value{font-size:16px}.countdown-label{font-size:8px}.order-info-row{font-size:11px;text-align:center}.sticky-order-btn{padding:12px 20px;font-size:14px}.fixed-buttons-right,.fixed-notifications-left{bottom:140px}}.select__menu-portal{z-index:9999!important}.select__menu-portal .select__menu{box-shadow:0 8px 30px #00000040!important;border:1px solid #e0e0e0!important}.select__menu-portal .select__option{padding:12px 15px!important;font-size:15px!important}.select__menu-portal .select__menu-list{max-height:200px!important}
