@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-main:#f8f4ed;--bg-surface:#fff;--primary:#f17622;--primary-glow:#f1762266;--secondary:#07613c;--tertiary:#b9d2b4;--text-main:#07613c;--text-muted:#627b6c;--border-color:#b9d2b480;--border-glass:#07613c1a;--bg-glass:#f8f4edd9;--danger:#e63946}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:var(--bg-glass);border-bottom:1px solid var(--border-glass);width:100%;padding:15px 0;transition:all .3s;position:fixed;top:0;box-shadow:0 4px 30px #00000008}.navbar .container{justify-content:space-between;align-items:center;display:flex}.logo img{object-fit:contain;height:40px}.nav-links{align-items:center;gap:30px;display:flex}.nav-link{color:var(--text-main);cursor:pointer;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--primary)}.nav-actions{align-items:center;gap:20px;display:flex}.icon-btn{cursor:pointer;color:var(--text-main);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;transition:color .3s;display:flex}.icon-btn:hover{color:var(--primary)}.cart-icon{cursor:pointer;color:var(--text-main);font-size:1.5rem;transition:color .3s;position:relative}.cart-icon:hover{color:var(--primary)}.cart-count{background:var(--primary);color:#fff;box-shadow:0 2px 5px var(--primary-glow);border-radius:50%;padding:2px 6px;font-size:.75rem;font-weight:700;position:absolute;top:-8px;right:-10px}.hero-carousel{background:var(--bg-main);width:100%;height:55vh;min-height:400px;margin-top:70px;position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;background-position:50%;background-size:cover;align-items:center;width:100%;height:100%;transition:opacity 1s ease-in-out,visibility 1s;display:flex;position:absolute;top:0;left:0}.hero-slide.active{opacity:1;visibility:visible}.hero-slide:before{content:"";z-index:1;background:linear-gradient(90deg,#ffffffe6 0%,#fff6 50%,#fff0 100%);position:absolute;inset:0}.hero-slide .container{z-index:10;position:relative}.hero-content{max-width:600px;transition:transform .8s ease-out;transform:translateY(20px)}.hero-slide.active .hero-content{transform:translateY(0)}.hero-content h1{color:var(--secondary);margin-bottom:20px;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-content p{color:var(--text-muted);margin-bottom:30px;font-size:1.2rem;font-weight:500}.cta-button{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 15px var(--primary-glow);border:none;border-radius:30px;padding:12px 30px;font-size:1.1rem;font-weight:600;transition:all .3s}.cta-button:hover{background:var(--secondary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #07613c4d}.carousel-dots{z-index:20;justify-content:center;gap:10px;width:100%;display:flex;position:absolute;bottom:30px;left:0}.dot{cursor:pointer;background:#07613c33;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot.active{background:var(--primary);box-shadow:0 0 10px var(--primary-glow);transform:scale(1.3)}.carousel-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--secondary);cursor:pointer;z-index:30;opacity:.5;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{opacity:1;background:var(--bg-surface);color:var(--primary);transform:translateY(-50%)scale(1.1);box-shadow:0 10px 20px #0000001a}.carousel-arrow.prev{left:30px}.carousel-arrow.next{right:30px}@media (width<=768px){.carousel-arrow{opacity:.7;width:40px;height:40px}.carousel-arrow.prev{left:10px}.carousel-arrow.next{right:10px}}.cat-carousel-section{background:var(--primary);scrollbar-width:none;padding:10px 0 18px;overflow-x:auto}.cat-carousel-section::-webkit-scrollbar{display:none}.cat-carousel-inner{align-items:center;padding:0 20px;display:flex}.cat-carousel-label{border-right:2px solid #ffffff59;flex-shrink:0;margin-right:25px;padding:0 25px 0 10px}.cat-carousel-label p{color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.78rem;font-weight:700;line-height:1.4}.cat-carousel{scrollbar-width:none;gap:25px;padding:8px 0;display:flex;overflow-x:auto}.cat-carousel::-webkit-scrollbar{display:none}.cat-circle-item{cursor:pointer;flex-direction:column;align-items:center;gap:10px;width:80px;transition:all .3s;display:flex}.cat-circle-img{background:#fff3;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 6px 18px #0000001a}.cat-circle-img img{object-fit:cover;width:100%;height:100%}.cat-circle-emoji{font-size:1.6rem}.cat-circle-label{color:#fffffff2;text-align:center;font-size:.78rem;font-weight:700;line-height:1.2}.cat-circle-item:hover .cat-circle-img,.cat-circle-item.active .cat-circle-img{background:#ffffff4d;border-color:#ffffffe6;transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.cat-circle-item.active .cat-circle-label{color:#fff;font-weight:800}.search-section{z-index:100;padding:20px 0 5px;position:relative}.search-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:30px;max-width:950px;margin:0 auto;display:grid}@media (width<=768px){.search-grid{grid-template-columns:1fr;gap:15px}}.search-bar-wrap{width:100%;position:relative}.cat-search-container{position:relative}.cat-dropdown-list{background:var(--bg-surface);border:1px solid var(--border-color);z-index:1000;border-radius:15px;max-height:380px;margin-top:10px;animation:.4s cubic-bezier(.165,.84,.44,1) slide-down;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 20px 50px #0000001a}.cat-list-item{cursor:pointer;color:var(--text-main);border-bottom:1px solid #00000005;align-items:center;padding:14px 22px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.cat-list-item:last-child{border-bottom:none}.cat-list-img-mini{background:var(--bg-main);border:1px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-right:12px;display:flex;overflow:hidden}.cat-list-img-mini img{object-fit:cover;width:100%;height:100%}.cat-icon-fallback{font-size:1rem}.cat-list-emoji{margin-right:12px;font-size:1.1rem}.cat-list-item:hover{background:var(--bg-main);color:var(--primary);padding-left:28px}.cat-list-item.active{color:var(--primary);background:#f1762214;font-weight:700}@keyframes slide-down{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.search-icon{color:var(--text-muted);z-index:2;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.search-bar-input{border:1.5px solid var(--border-color);background:var(--bg-surface);width:100%;color:var(--text-main);border-radius:50px;padding:15px 45px 15px 55px;font-size:.95rem;transition:all .3s;box-shadow:0 10px 30px #00000005}.search-bar-input:focus{border-color:var(--primary);outline:none;box-shadow:0 15px 35px #f176221a}.cat-select-input{border-color:var(--secondary)}.search-clear{color:var(--text-muted);cursor:pointer;z-index:2;background:#eee;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;transition:all .2s;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.search-clear:hover{color:var(--danger);background:#ddd}.section-featured-bg{background:var(--secondary);padding:30px 0 40px}.section-featured-bg .section-title{color:#fff;opacity:.95}.section-featured-bg .product-card{background:#ffffff17;border-color:#ffffff1f;border-radius:14px;flex-direction:column;align-items:flex-start;gap:0;padding:12px}.section-featured-bg .product-img-wrapper{aspect-ratio:1;border-radius:10px;flex:none;width:100%;height:auto;margin-bottom:10px}.section-featured-bg .product-info{justify-content:flex-start;gap:4px;width:100%}.section-featured-bg .product-img-wrapper img{object-fit:cover;width:100%;height:100%}.add-cart-icon{display:none}.add-cart-text{display:inline}@media (width<=768px){.section-featured-bg .add-cart-text{display:none}.section-featured-bg .add-cart-icon{justify-content:center;align-items:center;display:flex}}.section-featured-bg .product-brand{color:#fff9;letter-spacing:.5px;margin-bottom:2px;font-size:.7rem}.section-featured-bg .product-title{color:#fff;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.5em;margin-bottom:6px;font-size:.82rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.section-featured-bg .product-desc{display:none}.section-featured-bg .product-actions{width:100%;margin-top:8px;flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.section-featured-bg .product-actions>div:first-child{align-items:baseline;gap:6px;display:flex}.section-featured-bg .quantity-add-wrap{align-items:center;flex-direction:row!important;gap:6px!important}.section-featured-bg .quantity-input{height:30px}.section-featured-bg .qty-btn{width:26px;height:26px;font-size:.9rem}.section-featured-bg .qty-display{min-width:20px;font-size:.8rem}.section-featured-bg .add-cart-btn{border-radius:8px;padding:7px 6px;font-size:.75rem}.section-featured-bg [style*="1.2rem"]{text-align:left;font-size:.95rem!important}.section-featured-bg [style*="0.9rem"][style*=line-through]{font-size:.75rem!important}.hero-product-nav{align-items:center;gap:8px;display:flex;position:absolute;bottom:20px;right:20px}@media (width<=768px){.hero-product-nav{display:none}}.hero-nav-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-muted);cursor:pointer;background:#fff6;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000000d}.hero-nav-btn:hover{background:var(--bg-surface);color:var(--primary);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.hero-nav-btn:active{transform:translateY(0)}.hero-product-section{background:linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-main) 100%);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:40px 0}.hero-product-wrap{grid-template-columns:1fr 1.2fr;align-items:center;gap:50px;display:grid;position:relative}@media (width<=768px){.hero-product-wrap{grid-template-columns:1fr;gap:25px}}.hero-product-img{aspect-ratio:1;background:var(--bg-surface);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000014}.hero-product-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-product-img:hover img{transform:scale(1.03)}.hero-product-info{flex-direction:column;gap:16px;display:flex}.hero-product-badge{background:var(--primary);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:50px;width:fit-content;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.hero-product-title{color:var(--secondary);letter-spacing:-.5px;font-size:2rem;font-weight:700;line-height:1.25}@media (width<=768px){.hero-product-title{font-size:1.5rem}}.hero-product-desc{color:var(--text-muted);font-size:.95rem;line-height:1.7}.hero-product-price{align-items:baseline;gap:12px;display:flex}.price-current{color:var(--primary);font-size:2.2rem;font-weight:800}.price-original{color:var(--text-muted);font-size:1.2rem;text-decoration:line-through}.hero-product-detail-btn{border:1.5px solid var(--secondary);color:var(--secondary);cursor:pointer;background:0 0;border-radius:50px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s}.hero-product-detail-btn:hover{background:var(--secondary);color:#fff}.load-more-btn{border:1.5px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50px;padding:12px 30px;font-size:.9rem;font-weight:600;transition:all .3s}.load-more-btn:hover{border-color:var(--primary);color:var(--primary);background:#f176220a}.section{padding:10px 0}.section-title{text-align:center;color:var(--secondary);letter-spacing:-.5px;margin-bottom:30px;font-size:1.7rem;font-weight:600;position:relative}.featured-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}@media (width<=768px){.featured-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:8px;margin:0 -20px;padding:10px 15px 25px;display:flex;overflow-x:auto}.featured-grid::-webkit-scrollbar{display:none}.featured-grid .product-card{scroll-snap-align:center;flex-direction:column;flex:0 0 calc(33.333% - 8px);justify-content:space-between;width:calc(33.333% - 8px);min-width:105px;height:auto;padding:6px;display:flex}.featured-grid .product-card .product-img-wrapper{aspect-ratio:1;width:100%;height:auto;margin-bottom:8px}.featured-grid .product-card .product-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.4em;margin-bottom:5px;font-size:.75rem;line-height:1.2;display:-webkit-box;overflow:hidden}.featured-grid .product-card .product-desc{display:none}.featured-grid .product-card .product-brand{margin-bottom:2px;font-size:.65rem}.featured-grid .product-card .product-actions{margin-top:auto;gap:5px!important}.featured-grid .product-card .product-actions>div:first-child{flex-direction:column;align-items:flex-start!important;gap:2px!important}.featured-grid .product-card .product-actions div[style*="font-size: 1.2rem"]{font-size:.9rem!important}.featured-grid .product-card .product-actions div[style*="font-size: 0.9rem"]{font-size:.7rem!important}.featured-grid .product-card .quantity-add-wrap{flex-direction:column;gap:5px!important}.featured-grid .product-card .quantity-input{gap:2px;width:65px;height:32px;padding:2px}.featured-grid .product-card .qty-btn{background:0 0;width:22px;height:22px;font-size:.8rem}.featured-grid .product-card .qty-display{text-align:center;width:18px;font-size:.85rem}.featured-grid .product-card .quantity-add-wrap{justify-content:space-between;width:100%;flex-direction:row!important;gap:4px!important}.featured-grid .product-card .add-cart-btn{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:.85rem;display:flex;box-shadow:0 4px 10px #0000001a;background:var(--primary)!important;color:#fff!important;flex:none!important}}.category-filter{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:40px;display:flex}.cat-btn{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:8px 20px;font-size:1rem;font-weight:500;transition:all .3s}.cat-btn:hover,.cat-btn.active{background:var(--secondary);color:#fff;border-color:var(--secondary);box-shadow:0 4px 10px #07613c33}.product-list{flex-direction:column;gap:20px;display:flex}.product-card{background:var(--bg-surface);border:1px solid var(--border-glass);border-radius:16px;flex-direction:row;align-items:center;gap:25px;padding:20px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #00000005}.product-card:hover{border-color:var(--tertiary);transform:translateY(-5px);box-shadow:0 10px 30px #07613c14}.product-img-wrapper{aspect-ratio:1;background:var(--bg-main);cursor:pointer;border-radius:12px;flex:0 0 160px;justify-content:center;align-items:center;height:160px;display:flex;overflow:hidden}.product-img-wrapper img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-img-wrapper img{transform:scale(1.05)}.product-info{text-align:left;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;display:flex}.product-brand{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:.85rem;font-weight:600}.product-title{cursor:pointer;color:var(--secondary);margin-bottom:10px;font-size:1.5rem;font-weight:700;transition:color .3s}.product-title:hover{color:var(--primary)}.product-desc{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:20px;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-actions{align-items:center;gap:15px;margin-top:auto;display:flex}.quantity-input{background:var(--bg-main);border:1px solid var(--border-color);border-radius:8px;align-items:center;display:flex;overflow:hidden}.qty-btn{width:35px;height:35px;color:var(--primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:background .2s,color .2s;display:flex}.qty-btn:hover{color:var(--primary);background:#f176221a}.qty-display{text-align:center;width:40px;font-weight:600}.add-cart-btn{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 25px;font-size:1rem;font-weight:600;transition:background .3s,transform .1s}.add-cart-btn:hover{background:var(--primary)}.add-cart-btn:active{transform:scale(.98)}.featured-grid .product-card{flex-direction:column}.featured-grid .product-img-wrapper{flex:none;width:100%;height:250px}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;background:#07613c4d;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:var(--bg-surface);border:1px solid #ffffff4d;border-radius:24px;flex-direction:column;width:92%;max-width:950px;max-height:85vh;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow-y:auto;transform:scale(.9)translateY(20px);box-shadow:0 30px 60px #07613c26,0 0 0 1px #07613c0d}@media (width>=768px){.modal-content{flex-direction:row}}.modal-overlay.active .modal-content{transform:scale(1)translateY(0)}.close-modal{background:var(--bg-main);width:36px;height:36px;color:var(--secondary);cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 10px #0000000d}.close-modal:hover{background:var(--danger);color:#fff;transform:rotate(90deg)scale(1.1)}.modal-img{background:var(--bg-surface);flex:1;justify-content:center;align-items:center;min-height:300px;padding:20px;display:flex}.modal-img img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.modal-details{flex-direction:column;flex:1;padding:40px;display:flex}.modal-details h2{color:var(--secondary);margin:10px 0 15px;font-size:2.2rem;font-weight:800;line-height:1.2}.modal-price{color:var(--primary);align-items:baseline;gap:10px;margin-bottom:25px;font-size:2.5rem;font-weight:700;display:flex}.profile-panel{flex-direction:column;width:100%;max-width:600px;display:flex}.profile-header{background:var(--secondary);color:#fff;text-align:center;border-radius:20px 20px 0 0;padding:30px}.profile-header h2{margin-bottom:10px;font-size:1.8rem}.profile-body{background:var(--bg-surface);border-radius:0 0 20px 20px;padding:30px}.profile-tabs{border-bottom:2px solid var(--tertiary);margin-bottom:25px;display:flex}.tab-btn{text-align:center;color:var(--text-muted);background:0 0;border:none;border-bottom:3px solid #0000;flex:1;margin-bottom:-2px;padding:12px 0;font-weight:600;transition:all .3s}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.tab-btn:hover:not(.active){color:var(--secondary)}.form-group{margin-bottom:20px}.form-group label{color:var(--text-muted);margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.form-control{border:1px solid var(--border-color);background:var(--bg-main);width:100%;color:var(--text-main);border-radius:8px;padding:12px 15px;font-size:1rem;transition:all .3s}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #f176221a}.btn-block{width:100%;margin-top:10px;padding:15px;font-size:1.1rem}.order-item{border:1px solid var(--border-color);background:var(--bg-main);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:15px;display:flex}.order-info h4{color:var(--secondary);margin-bottom:5px}.order-status{border-radius:20px;padding:5px 12px;font-size:.85rem;font-weight:600}.status-completed{background:var(--tertiary);color:var(--secondary)}.status-pending{color:var(--primary);background:#f1762233}@media (width<=768px){.product-card{flex-direction:column}.product-img-wrapper{flex:none;width:100%;height:250px}.hero-content h1{font-size:2.5rem}.nav-links{display:none}}.cart-sidebar{background:var(--bg-surface);z-index:1050;flex-direction:column;width:100%;max-width:400px;transition:right .4s;display:flex;position:fixed;top:0;bottom:0;right:-400px;box-shadow:-5px 0 30px #07613c1a}.cart-sidebar.open{right:0}.cart-header{background:var(--secondary);color:#fff;justify-content:space-between;align-items:center;padding:20px 30px;display:flex}.cart-header h3{font-size:1.5rem}.cart-body{flex:1;padding:20px 30px;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border-color);gap:15px;margin-bottom:20px;padding-bottom:20px;display:flex}.cart-item-img{background:var(--bg-main);border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.cart-item-img img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.cart-item-info{flex:1}.cart-item-info h4{color:var(--secondary);margin-bottom:5px;font-size:1.1rem}.cart-item-info p{color:var(--primary);margin-bottom:5px;font-weight:600}.cart-item-actions{justify-content:space-between;align-items:center;display:flex}.btn-remove{color:var(--danger);font-size:.9rem;font-weight:600}.cart-footer{border-top:1px solid var(--border-color);background:var(--bg-main);padding:30px}.cart-total{color:var(--secondary);justify-content:space-between;margin-bottom:15px;font-size:1.4rem;font-weight:700;display:flex}.cart-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1020;opacity:0;visibility:hidden;background:#07613c66;transition:all .3s;position:fixed;inset:0}.cart-overlay.active{opacity:1;visibility:visible}.payment-option{border:1px solid var(--border-color);cursor:pointer;background:var(--bg-main);border-radius:8px;align-items:center;gap:10px;margin-bottom:15px;padding:15px;transition:all .3s;display:flex}.payment-option:hover{border-color:var(--primary)}.payment-option.selected{border-color:var(--primary);background:#f176220d;box-shadow:0 0 0 2px #f1762233}.payment-option input[type=radio]{cursor:pointer;accent-color:var(--primary);transform:scale(1.2)}.order-details-card{background:var(--bg-main);border-radius:12px;margin-top:15px;padding:15px}.order-details-item{border-bottom:1px dashed var(--border-color);justify-content:space-between;padding:8px 0;font-size:.9rem;display:flex}.order-details-item:last-child{border-bottom:none}.footer{background-color:var(--secondary);color:var(--bg-surface);margin-top:80px;padding-top:60px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;display:grid}.footer-logo{filter:brightness(0)invert();max-width:150px;margin-bottom:20px}.footer-col h4{color:var(--primary);margin-bottom:20px;font-size:1.2rem}.footer-col p{color:#fffc;font-size:.95rem;line-height:1.6}.footer-col ul{padding:0;list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:#fffc;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:var(--primary)}.social-links{gap:15px;display:flex}.social-links a{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-links a:hover{background-color:var(--primary);transform:translateY(-3px)}.footer-bottom{text-align:center;background-color:#0003;padding:20px 0}.footer-bottom p{color:#fff9;margin:0;font-size:.9rem}.main-loader-wrap{background:var(--bg-surface);z-index:10000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.main-loader-content{flex-direction:column;align-items:center;gap:25px;animation:.5s ease-out loader-fade-in;display:flex}.main-loader-logo{background:#fff;border-radius:20px;justify-content:center;align-items:center;width:120px;height:120px;padding:15px;animation:2s ease-in-out infinite pulse-logo;display:flex;box-shadow:0 10px 30px #0000000d}.main-loader-logo img{object-fit:contain;width:100%;height:100%}.main-loader-placeholder{opacity:.5;font-size:3rem}.main-loader-spinner{background:var(--border-color);border-radius:10px;width:140px;height:4px;position:relative;overflow:hidden}.main-loader-spinner:after{content:"";background:var(--primary);width:50%;height:100%;animation:1.5s ease-in-out infinite loading-bar;position:absolute;top:0;left:-50%}.main-loader-content p{color:var(--text-muted);letter-spacing:.5px;font-size:.9rem;font-weight:500}@keyframes loader-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse-logo{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes loading-bar{0%{left:-50%}to{left:100%}}
