@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--primary:#0E8A3A;--primary-dark:#08672B;--yellow:#F4C400;--black:#1D1D1D;--text:#333333;--grey:#666666;--border:#E6E6E6;--light:#F7F7F7;--white:#FFFFFF;--shadow:0 10px 30px rgba(0,0,0,.08);--radius:12px;--transition:.3s ease}.top-bar{background:#0e8a3a;color:#fff;font-size:13px}.top-bar-container{display:flex;justify-content:space-between;align-items:center;height:42px}.top-left{display:flex;align-items:center;gap:10px}.top-right{display:flex;align-items:center;gap:30px}.top-right a{color:#fff;transition:.3s}.top-right a:hover{color:#f4c400}.main-header{background:#fff;box-shadow:0 3px 15px #0000000d}.header-container{display:flex;justify-content:space-between;align-items:center;padding:22px 0}.logo img{height:70px}.search-box{width:48%;display:flex}.search-box input{flex:1;height:54px;border:2px solid #e8e8e8;border-right:none;border-radius:8px 0 0 8px;padding:0 20px;font-size:16px;outline:none}.search-box button{width:74px;height:54px;border:none;outline:none;background:#0e8a3a;border-radius:0 8px 8px 0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.search-box button svg{width:22px;height:22px;stroke:#fff;color:#fff}.search-box button:hover{background:#08672b}.header-icons{display:flex;align-items:center;gap:35px}.header-icons a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#222;transition:.3s}.header-icons a i{font-size:22px;color:#222;margin-bottom:8px;transition:.3s}.header-icons a span{font-size:14px;font-weight:500;color:#222;transition:.3s}.header-icons a:hover i,.header-icons a:hover span{color:#0e8a3a}.main-navigation{background:#fff;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee}.navigation-container{display:flex;align-items:center;gap:40px;height:65px}.categories-button button{background:#0e8a3a;color:#fff;height:46px;padding:0 28px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600;transition:.3s}.categories-button button:hover{background:#08672b}.nav-menu{list-style:none;display:flex;align-items:center;gap:35px}.nav-menu li{position:relative}.nav-menu li a{color:#222;font-size:15px;font-weight:600;transition:.3s}.nav-menu li a:hover{color:#0e8a3a}.dropdown{position:relative}.dropdown>a{display:flex;align-items:center;gap:6px;height:65px}.dropdown-menu{position:absolute;top:100%;left:0;width:220px;max-height:290px;overflow-y:auto;overflow-x:hidden;background:#fff;list-style:none;display:none;border-radius:10px;box-shadow:0 10px 30px #0000001f;z-index:1000;scrollbar-width:thin;scrollbar-color:#cfcfcf transparent}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:20px}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li{width:100%}.dropdown-menu li a{display:flex;align-items:center;padding:10px 18px;font-size:13px;font-weight:500;color:#222;line-height:1.2;transition:.25s}.dropdown-menu li a:hover{background:#f7f7f7;color:#0e8a3a}.dropdown-divider{height:1px;background:#ececec;margin:4px 0}.view-all-brands{display:flex!important;align-items:center;justify-content:center;gap:8px;padding:10px 16px!important;background:#fafafa;color:#0e8a3a!important;font-size:13px;font-weight:600;border-top:1px solid #ececec}.view-all-brands:hover{background:#eef8f1!important;color:#08672b!important}.hero{margin-top:25px}.hero-layout{display:grid;grid-template-columns:300px 1fr;gap:25px;height:380px}.hero-categories{background:#fff;border-radius:18px;box-shadow:0 10px 30px #00000014;overflow:hidden;display:flex;flex-direction:column;height:100%}.category-list{flex:1;overflow-y:auto;overflow-x:hidden;list-style:none;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent}.category-list::-webkit-scrollbar{width:6px}.category-list::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:20px}.category-list li{border-bottom:1px solid #f2f2f2}.category-list li:last-child{border-bottom:none}.category-list a{display:flex;align-items:center;gap:12px;padding:10px 16px;color:#222;text-decoration:none;font-size:14px;font-weight:500;line-height:1.2;transition:.25s}.category-list a:hover{color:#0e8a3a;background:#f8fbf9}.category-list svg{width:18px;height:18px;color:#0e8a3a;flex-shrink:0}.view-all-category{display:flex;align-items:center;justify-content:center;height:46px;border-top:1px solid #ececec;background:#fafafa;color:#0e8a3a;font-size:14px;font-weight:600;text-decoration:none;transition:.25s}.view-all-category:hover{background:#eef8f1;color:#08672b}.hero-slide{position:relative;overflow:hidden;border-radius:18px;box-shadow:0 15px 35px #0000001f;height:100%}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:55px;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.3),transparent);color:#fff}.hero-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:8px 18px;border-radius:40px;background:#f4c400;color:#222;font-weight:700;margin-bottom:18px}.hero-overlay h1{font-size:48px;line-height:1.1;margin-bottom:18px;font-weight:800}.hero-overlay p{max-width:500px;font-size:17px;line-height:1.7;margin-bottom:30px}.hero-buttons{display:flex;gap:18px}.btn-primary{padding:15px 34px;background:#0e8a3a;color:#fff;border-radius:10px;font-weight:700}.btn-primary:hover{background:#08672b}.btn-secondary{padding:15px 34px;background:#f4c400;color:#222;border-radius:10px;font-weight:700}@media(max-width:992px){.hero-layout{grid-template-columns:1fr;height:auto}.hero-categories{height:320px}.hero-slide{height:340px}}@media(max-width:768px){.hero-slide{height:260px}.hero-overlay{padding:30px}.hero-overlay h1{font-size:32px}.hero-overlay p{font-size:15px}.hero-buttons{flex-direction:column}}.category-strip-section{background:#fff;border-bottom:1px solid #ececec;padding:18px 0}.category-strip{display:flex;align-items:center;justify-content:center;gap:38px;overflow-x:auto;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-strip a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#333;min-width:75px;transition:.3s ease}.category-strip a svg{width:26px;height:26px;stroke:#f4b400;stroke-width:2;transition:.3s ease}.category-strip a span{font-size:13px;font-weight:600;white-space:nowrap}.category-strip a:hover{color:#0e8a3a;transform:translateY(-3px)}.category-strip a:hover svg{stroke:#0e8a3a}@media(max-width:991px){.category-strip{justify-content:flex-start;gap:28px;padding-bottom:4px}}.hero-categories .category-list li a,.hero-categories .category-list li a span{color:#222!important}.hero-categories .category-list li a:hover,.hero-categories .category-list li a:hover span{color:#0e8a3a!important}.product-modal-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;padding:24px;background:#0f172a94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:9999}.product-modal-overlay.active{opacity:1;visibility:visible}.product-modal{position:relative;width:1040px;max-width:100%;height:700px;max-height:calc(100vh - 48px);overflow:hidden;background:#fff;border:1px solid #e8eaed;border-radius:14px;box-shadow:0 24px 60px #0000002e;display:flex;flex-direction:column;transform:translateY(12px) scale(.99);transition:transform .25s ease}.product-modal-overlay.active .product-modal{transform:translateY(0) scale(1)}.product-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e6e8eb;border-radius:50%;background:#fff;color:#667085;cursor:pointer;font-size:22px;font-weight:300;line-height:1;transition:background .2s ease,color .2s ease,transform .2s ease;z-index:20}.product-modal-close:hover{background:#f7f8fa;color:#172033;transform:rotate(90deg)}.product-modal-content{display:grid;grid-template-columns:48% 52%;height:100%;min-height:0}.modal-left{min-width:0;background:#fafbfc;border-right:1px solid #eceef1;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.modal-main-image{width:100%;height:490px;display:flex;justify-content:center;align-items:center;overflow:hidden}.modal-main-image img{width:100%;height:100%;object-fit:contain;display:block}.modal-thumbnails{width:100%;margin-top:18px;display:flex;justify-content:center;gap:9px;flex-wrap:nowrap;overflow-x:auto;padding:2px}.modal-thumbnails img{width:58px;height:58px;flex:0 0 58px;object-fit:contain;border:1px solid #e3e6ea;border-radius:8px;background:#fff;padding:6px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.modal-thumbnails img:hover{border-color:#0e8a3a}.modal-thumbnails img.active{border-color:#0e8a3a;box-shadow:0 0 0 1px #0e8a3a1f}.modal-right{min-width:0;height:100%;padding:34px 38px 38px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d0d5dd transparent}.modal-brand{display:block;margin-bottom:7px;color:#667085;font-size:11px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.modal-title{margin:0 42px 10px 0;color:#172033;font-size:24px;font-weight:500;line-height:1.35}.modal-rating{display:flex;align-items:center;gap:7px;margin-bottom:18px;font-size:12px;color:#667085}.modal-rating-stars{color:#f4b400;font-size:14px;letter-spacing:1px}.modal-rating-text{color:#344054;font-weight:500}.modal-rating-reviews{color:#98a2b3;font-weight:400}.modal-price-area{display:flex;align-items:baseline;gap:11px;flex-wrap:wrap;margin-bottom:16px}.modal-price{color:#172033;font-size:28px;font-weight:600;line-height:1.2}.modal-old-price{color:#98a2b3;font-size:13px;font-weight:400;text-decoration:line-through}.stock-badge{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;padding:0;background:transparent;color:#0e8a3a;font-size:12px;font-weight:400;border-radius:0}.stock-dot{width:7px;height:7px;border-radius:50%;background:#0e8a3a;flex:0 0 7px}.quantity-wrapper{display:flex;align-items:center;gap:18px;margin-bottom:22px}.quantity-label{color:#475467;font-size:12px;font-weight:400}.quantity-box{display:flex;align-items:center;overflow:hidden;border:1px solid #dfe3e8;border-radius:7px;background:#fff}.quantity-box button{width:34px;height:34px;padding:0;border:0;background:#fff;color:#344054;cursor:pointer;font-size:16px;font-weight:400;transition:background .2s ease}.quantity-box button:hover{background:#f7f8fa}.quantity-box input{width:42px;height:34px;padding:0;border:0;outline:none;background:#fff;color:#172033;text-align:center;font-size:12px;font-weight:400}.btn-buy{flex:1;border:1px solid #F4C400;background:#f4c400;color:#222}.modal-divider{width:100%;height:1px;margin:20px 0;background:#eceef1}.modal-section h3{margin:0 0 9px;color:#172033;font-size:14px;font-weight:500;line-height:1.4}.modal-section p{margin:0;color:#667085;font-size:12px;font-weight:400;line-height:1.7}.spec-table{width:100%;border-collapse:collapse}.spec-table td{padding:10px 0;border-bottom:1px solid #f0f1f3;color:#344054;font-size:12px;font-weight:400}.spec-table td:first-child{width:40%;color:#98a2b3;font-weight:400}.spec-table tr:last-child td{border-bottom:0}.modal-right::-webkit-scrollbar{width:5px}.modal-right::-webkit-scrollbar-track{background:transparent}.modal-right::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:10px}@media(max-width:992px){.product-modal{width:95%;height:auto;max-height:90vh}.product-modal-content{grid-template-columns:1fr;overflow-y:auto}.modal-left{min-height:380px;border-right:0;border-bottom:1px solid #eceef1;padding:22px}.modal-main-image{height:300px}.modal-right{height:auto;padding:26px}}@media(max-width:768px){.product-modal-overlay{padding:12px}.product-modal{width:100%;max-height:95vh;border-radius:12px}.product-modal-close{top:12px;right:12px;width:34px;height:34px;font-size:20px}.modal-left{min-height:300px;padding:18px}.modal-main-image{height:230px}.modal-thumbnails{margin-top:12px}.modal-thumbnails img{width:52px;height:52px;flex-basis:52px}.modal-right{padding:22px 18px 28px}.modal-title{font-size:20px}.modal-price{font-size:25px}.quantity-wrapper{align-items:center;gap:14px}.modal-buttons{flex-direction:column}.modal-buttons button{width:100%}}.modal-buttons{display:flex;gap:15px;margin-bottom:35px}.modal-buttons button{flex:1;height:46px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500}.btn-cart{background:#0e8a3a;color:#fff}.btn-buy{background:#f4c400;color:#222}.modal-buttons{display:flex;gap:10px;margin-bottom:24px}.modal-buttons button{height:44px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:500;transition:opacity .2s ease,transform .2s ease,background .2s ease}.modal-buttons button:hover{transform:translateY(-1px)}.btn-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #0E8A3A;background:#0e8a3a;color:#fff}.btn-cart svg{width:15px;height:15px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:18px}.product-card{position:relative}.product-click-area{width:100%;display:block;padding:0;border:none;background:#fff;border:1px solid #ececec;border-radius:14px;overflow:hidden;cursor:pointer;text-align:left;transition:.25s}.product-click-area:hover{border-color:#0e8a3a;box-shadow:0 12px 30px #00000014;transform:translateY(-3px)}.product-badge{position:absolute;top:10px;left:10px;background:#f4b400;color:#fff;padding:4px 8px;font-size:10px;font-weight:700;border-radius:30px;z-index:5}.product-image{width:100%;height:170px;display:flex;justify-content:center;align-items:center;overflow:hidden;background:#fff;padding:0}.product-image img{width:100%;height:100%;object-fit:contain;display:block;transition:.25s}.product-click-area:hover .product-image img{transform:scale(1.05)}.product-body{padding:12px}.product-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.prices{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.price{color:#0e8a3a;font-size:17px;font-weight:600;line-height:1}.old-price{color:#999;font-size:11px;text-decoration:line-through}.cart-icon{width:32px;height:32px;border:none;border-radius:8px;background:#0e8a3a;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.25s}.cart-icon svg{width:16px;height:16px;stroke:#fff}.cart-icon:hover{background:#f4b400}.cart-icon:hover svg{stroke:#222}.product-title{font-size:13px;font-weight:600;color:#222;line-height:1.35;margin:0 0 8px;height:35px;overflow:hidden}.product-rating{display:flex;justify-content:space-between;align-items:center}.stars{color:#f4b400;font-size:11px}.reviews{color:#888;font-size:11px}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.section-header h2{font-size:28px;margin:0;color:#222;font-weight:700}.section-header p{margin-top:5px;font-size:14px;color:#777}.section-header a{color:#0e8a3a;font-weight:600;text-decoration:none}.section-header a:hover{color:#f4b400}.best-sellers{padding:70px 0}.best-slider{overflow:hidden}.best-track{display:flex;gap:18px;transition:.35s}.best-track .product-card{min-width:185px}.slider-buttons{display:flex;gap:10px}.slider-buttons button{width:42px;height:42px;border:none;border-radius:50%;background:#fff;border:1px solid #ddd;cursor:pointer;transition:.25s}.slider-buttons button:hover{background:#0e8a3a;color:#fff}.brands-section{padding:70px 0}.brands-slider{overflow:hidden}.brands-track{display:flex;gap:60px;animation:brandsMove 25s linear infinite;width:max-content}.brands-slider:hover .brands-track{animation-play-state:paused}.brands-track img{width:100px;height:45px;object-fit:contain;opacity:.7;transition:.25s}.brands-track img:hover{opacity:1;transform:scale(1.08)}@keyframes brandsMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes modalIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:1200px){.product-modal-content{grid-template-columns:1fr}}@media(max-width:992px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}.section-header{flex-direction:column;align-items:flex-start;gap:10px}.modal-title{font-size:24px}.modal-price .price{font-size:28px}}@media(max-width:576px){.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-image{height:95px}.product-title{font-size:12px;height:32px}.price{font-size:15px}.old-price{font-size:10px}.cart-icon{width:28px;height:28px}.modal-buttons{flex-direction:column}}@media(max-width:420px){.products-grid{grid-template-columns:1fr}}.best-sellers{width:100%}.best-sellers .products-grid,.best-sellers .product-grid,.best-sellers .products{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}@media(max-width:1100px){.best-sellers .products-grid,.best-sellers .product-grid,.best-sellers .products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.best-sellers .products-grid,.best-sellers .product-grid,.best-sellers .products{grid-template-columns:repeat(2,minmax(0,1fr))}}.best-track{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:18px!important;transition:none!important}.best-track .product-card{min-width:0!important;width:100%!important}@media(max-width:1100px){.best-track{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:700px){.best-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.cart-form{display:contents}.cart-form .cart-icon{margin:0}.promo-slider{padding:70px 0;background:#fff}.promo-wrapper{position:relative;overflow:hidden;border-radius:24px}.promo-slides{display:flex;transition:.5s ease}.promo-slide{min-width:100%}.promo-slide{min-width:100%;height:380px}.promo-slide img{width:100%;height:100%;object-fit:cover;display:block;border-radius:24px}.promo-prev,.promo-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:100;transition:.3s}.promo-prev:hover,.promo-next:hover{background:#f4b400}.promo-prev{left:20px}.promo-next{right:20px}.promo-dots{margin-top:20px;display:flex;justify-content:center;gap:12px}.dot{width:12px;height:12px;border-radius:50%;background:#ccc;cursor:pointer}.dot.active{background:#f4b400}@media(max-width:992px){.promo-slide{height:300px}}@media(max-width:768px){.promo-slide{height:220px}}.footer{background:#111;color:#fff;padding:55px 0 20px;margin-top:70px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}.footer-logo{width:220px;height:auto;display:block;margin-bottom:20px}.footer-about p{color:#bdbdbd;line-height:1.8;max-width:320px}.footer h4{margin-bottom:18px;color:#fff;font-size:18px}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer a{color:#bdbdbd;text-decoration:none;transition:.3s}.footer a:hover{color:#f4b400}.footer svg{width:18px;height:18px;stroke:#f4b400}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:18px 0;margin-top:20px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.payments{display:flex;align-items:center;gap:15px;color:#ddd}.socials{display:flex;gap:15px}.socials a{width:40px;height:40px;border-radius:50%;background:#1d1d1d;display:flex;justify-content:center;align-items:center;transition:.3s}.socials a:hover{background:#2d6a4f}.copyright{display:flex;justify-content:space-between;align-items:center;padding-top:20px;font-size:14px;color:#888}.developer-credit{font-size:13px;font-weight:400;color:#8f8f8f;letter-spacing:.2px}.developer-credit strong{color:#f4c400;font-weight:400}.copyright-text{color:#888}@media(max-width:992px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.footer-bottom{flex-direction:column;gap:20px}.copyright{flex-direction:column;gap:10px;text-align:center}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr}}.shop-page{background:#f7f8fa;padding:30px 0 50px}.shop-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.shop-top h1{font-size:30px;font-weight:700;color:#222;margin-bottom:6px}.shop-top p{color:#777;font-size:14px}.shop-results{font-size:13px;color:#666}.shop-wrapper{display:grid;grid-template-columns:240px 1fr;gap:24px}.shop-sidebar{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;position:sticky;top:20px;height:fit-content}.shop-sidebar h3{font-size:18px;margin-bottom:18px}.category-list{list-style:none;padding:0;margin:0}.category-list li{margin-bottom:12px}.category-list label{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:10px;font-size:14px;color:#444}.category-list input{accent-color:#0E8A3A}.category-list span{flex:1}.category-list small{color:#999}.shop-products{width:100%}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:14px 18px;margin-bottom:18px}.toolbar-right select{height:40px;border:1px solid #ddd;border-radius:8px;padding:0 14px;background:#fff;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:start}.shop-product-card{background:#fff;border-radius:12px;border:1px solid #ececec;position:relative;overflow:hidden;transition:.25s;display:flex;flex-direction:column}.shop-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.discount-badge{position:absolute;top:10px;left:10px;background:#e53935;color:#fff;font-size:10px;padding:4px 8px;border-radius:20px;font-weight:600;z-index:2}.wishlist-btn{position:absolute;top:10px;right:10px;width:34px;height:34px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:2}.wishlist-btn:hover{color:#e53935}.shop-product-image{height:170px;padding:18px;display:flex;justify-content:center;align-items:center}.shop-product-image img{width:100%;height:130px;object-fit:contain;transition:.3s}.shop-product-card:hover img{transform:scale(1.05)}.shop-product-info{padding:14px;display:flex;flex-direction:column;flex:1}.shop-brand{font-size:11px;color:#999;margin-bottom:4px;text-transform:uppercase;letter-spacing:.4px}.shop-product-info h4{font-size:13px;line-height:1.4;color:#222;font-weight:600;margin:0;min-height:38px}.rating{margin-top:8px;color:#f4c400;font-size:12px}.rating span{color:#888;margin-left:4px}.shop-price{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:12px}.price{display:block;font-size:18px;font-weight:700;color:#0e8a3a}.old-price{display:block;margin-top:2px;color:#999;font-size:11px;text-decoration:line-through}.cart-icon{width:36px;height:36px;flex:0 0 36px;border:none;border-radius:50%;background:#0e8a3a;color:#fff;display:flex;align-items:center;justify-content:center;padding:0;margin:0;cursor:pointer;transition:background .2s ease,transform .2s ease;position:relative;z-index:5}.cart-icon:hover{background:#087532;transform:scale(1.04)}.cart-icon:active{transform:scale(.96)}.cart-icon svg,.cart-icon i{width:17px;height:17px;flex:0 0 17px}.shop-pagination{display:flex;justify-content:center;gap:10px;margin-top:35px}.shop-pagination button{min-width:42px;height:42px;padding:0 12px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;font-size:14px;font-weight:500;white-space:nowrap;cursor:pointer;transition:.25s}.shop-pagination button:hover,.shop-pagination .active{background:#0e8a3a;color:#fff;border-color:#0e8a3a}@media(max-width:1600px){.products-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1400px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.shop-wrapper{grid-template-columns:1fr}.shop-sidebar{position:relative;top:0}}@media(max-width:768px){.shop-toolbar{flex-direction:column;align-items:flex-start;gap:15px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.products-grid{grid-template-columns:1fr}}.shop-pagination svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;display:block}.shop-pagination a,.shop-pagination button{display:inline-flex;align-items:center;justify-content:center}.shop-pagination{display:flex;align-items:center;justify-content:center}.shop-pagination nav>div:last-child{display:none!important}.shop-pagination svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important}.shop-pagination a,.shop-pagination span,.shop-pagination button{display:inline-flex;align-items:center;justify-content:center}.deals-page{padding:35px 0 60px;background:#f7f8fa}.deals-hero{position:relative;display:grid;grid-template-columns:2fr 280px;gap:30px;align-items:center;background:linear-gradient(135deg,#0e8a3a,#06652a);border-radius:18px;padding:30px 40px;margin-bottom:35px;overflow:hidden}.deals-hero:before{content:"";position:absolute;width:320px;height:320px;right:-100px;top:-120px;border-radius:50%;background:#ffffff0f}.deals-hero:after{content:"";position:absolute;width:220px;height:220px;left:-70px;bottom:-90px;border-radius:50%;background:#ffffff0d}.deals-left{position:relative;z-index:2}.hero-tag{display:inline-block;background:#f4c400;color:#222;padding:7px 16px;border-radius:30px;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:14px}.deals-left h1{color:#fff;font-size:38px;line-height:1.15;margin-bottom:12px;font-weight:700}.deals-left p{color:#ffffffeb;font-size:15px;line-height:1.6;max-width:560px;margin-bottom:18px}.hero-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.hero-categories span{background:#ffffff1f;color:#fff;padding:7px 14px;border-radius:25px;font-size:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 24px;border-radius:8px;background:#f4c400;color:#222;text-decoration:none;font-weight:700;transition:.25s}.hero-btn:hover{transform:translateY(-2px)}.deals-right{position:relative;z-index:2;background:#ffffff1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:20px;text-align:center}.deals-right h3{color:#fff;font-size:18px;margin-bottom:18px}.countdown{display:flex;justify-content:center;gap:10px}.countdown div{width:68px;background:#fff;border-radius:10px;padding:10px 6px}.countdown span{display:block;color:#0e8a3a;font-size:24px;font-weight:700}.countdown small{font-size:11px;color:#777}.deal-section{background:#fff;border:1px solid #ececec;border-radius:16px;padding:24px;margin-bottom:30px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-heading h2{font-size:24px;color:#222;margin:0 0 4px}.section-heading p{color:#777;font-size:14px;margin:0}.section-heading a{color:#0e8a3a;text-decoration:none;font-weight:600}.deals-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:start}.deals-grid .shop-product-card{background:#fff;border:1px solid #ececec;border-radius:12px;overflow:hidden;transition:.25s ease;height:100%;display:flex;flex-direction:column}.deals-grid .shop-product-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.deals-grid .shop-product-image{height:150px;padding:12px;display:flex;align-items:center;justify-content:center;background:#fafafa}.deals-grid .shop-product-image img{width:100%;max-width:120px;max-height:110px;object-fit:contain;transition:.25s}.deals-grid .shop-product-card:hover .shop-product-image img{transform:scale(1.05)}.deals-grid .shop-product-info{padding:14px;display:flex;flex-direction:column;flex:1}.deals-grid .shop-brand{font-size:11px;color:#0e8a3a;font-weight:600;text-transform:uppercase;margin-bottom:6px}.deals-grid h4{font-size:13px;line-height:1.4;color:#222;margin:0 0 10px;min-height:38px}.deals-grid .rating{margin-bottom:10px;font-size:12px}.deals-grid .price{font-size:18px;font-weight:700;color:#0e8a3a}.deals-grid .old-price{font-size:12px;color:#999;text-decoration:line-through;margin-left:6px}.deals-grid .cart-icon{width:36px;height:36px;border-radius:50%;background:#0e8a3a;color:#fff;display:flex;align-items:center;justify-content:center;transition:.25s}.deals-grid .cart-icon:hover{background:#06652a}.deals-grid .wishlist-btn{width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 3px 10px #00000014}.deals-grid .discount-badge{background:#e53935;color:#fff;font-size:11px;font-weight:700;padding:5px 8px;border-radius:6px}.deals-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:35px}.deals-pagination button{min-width:42px;height:42px;padding:0 12px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;font-size:14px;font-weight:500;white-space:nowrap;cursor:pointer;transition:.25s}.deals-pagination button:hover,.deals-pagination .active{background:#0e8a3a;color:#fff;border-color:#0e8a3a}@media(max-width:1400px){.deals-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.deals-hero{grid-template-columns:1fr}.deals-right{margin-top:15px}.deals-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.deals-grid{grid-template-columns:repeat(2,1fr)}.section-heading{flex-direction:column;align-items:flex-start;gap:10px}}@media(max-width:500px){.deals-grid{grid-template-columns:1fr}.deals-hero{padding:22px}.deals-left h1{font-size:30px}.countdown{flex-wrap:wrap}}.brands-page{padding:60px 0;background:#f7f8fa}.page-header{text-align:center;margin-bottom:50px}.page-header h1{font-size:42px;color:#222;margin-bottom:10px}.page-header p{color:#666;font-size:16px}.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px}.brand-card{background:#fff;border:1px solid #ececec;border-radius:16px;padding:30px;text-align:center;text-decoration:none;transition:.3s}.brand-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014;border-color:#0e8a3a}.brand-logo{width:90px;height:90px;margin:0 auto 20px;border-radius:50%;background:#0e8a3a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700}.brand-card h3{color:#222;margin-bottom:8px}.brand-card span{color:#0e8a3a;font-weight:600}.auth-page{min-height:100vh;background:#f4f6f9;padding:0}.auth-wrapper{display:grid;grid-template-columns:55% 45%;min-height:100vh}.auth-left{position:relative;overflow:hidden;background:linear-gradient(135deg,#1f2937,#111827)}.auth-left img:first-of-type{width:100%;height:100%;object-fit:cover}.auth-overlay{position:absolute;inset:0;background:linear-gradient(#00000073,#00000073)}.auth-left-content{position:absolute;left:70px;bottom:70px;z-index:2;max-width:520px;color:#fff}.auth-logo{width:180px;margin-bottom:30px}.auth-left-content h2{font-size:48px;line-height:1.15;margin-bottom:18px;font-weight:700}.auth-left-content p{font-size:18px;line-height:1.7;color:#f2f2f2}.auth-right{display:flex;align-items:center;justify-content:center;background:#fff;padding:60px}.auth-card{width:100%;max-width:470px;background:#fff;padding:45px;border-radius:22px;box-shadow:0 18px 45px #00000014}.auth-card h1{font-size:42px;color:#222;margin-bottom:10px}.auth-card>p{color:#666;margin-bottom:35px;font-size:16px}.form-group{margin-bottom:22px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#222}.form-group input{width:100%;height:55px;border:1px solid #d9d9d9;border-radius:12px;padding:0 18px;font-size:15px;transition:.3s}.form-group input:focus{outline:none;border-color:#0e8a3a;box-shadow:0 0 0 4px #0e8a3a1f}.password-wrapper{position:relative}.password-wrapper input{padding-right:55px}.password-toggle{position:absolute;right:18px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:20px;cursor:pointer;color:#777;width:auto;height:auto;padding:0}.form-options{display:flex;justify-content:space-between;align-items:center;margin:28px 0;font-size:14px}.form-options label{display:flex;align-items:center;gap:8px}.form-options input[type=checkbox]{width:16px;height:16px}.form-options a{color:#0e8a3a;text-decoration:none;font-weight:500}.login-btn{width:100%;height:55px;border:none;border-radius:12px;background:#0e8a3a;color:#fff;font-size:16px;font-weight:700;transition:.3s}.login-btn:hover{background:#0a6d2d}.auth-footer{margin-top:30px;text-align:center;color:#666;font-size:15px}.auth-footer a{color:#0e8a3a;font-weight:700;text-decoration:none}@media(max-width:992px){.auth-wrapper{grid-template-columns:1fr}.auth-left{display:none}.auth-right{padding:30px 20px}.auth-card{padding:35px 25px;box-shadow:none;border-radius:16px}.auth-card h1{font-size:34px}}.auth-register-page .auth-left-content{top:50%;bottom:auto;transform:translateY(-50%)}.auth-register-page .auth-card{max-width:500px;padding:34px 42px}.auth-register-page .auth-card h1{font-size:38px;line-height:1.15;margin-bottom:8px}.auth-register-page .auth-card>p{margin-bottom:22px}.auth-register-page .form-group{margin-bottom:14px}.auth-register-page .form-group label{margin-bottom:6px}.auth-register-page .form-group input{height:46px;border-radius:11px;padding:0 16px}.auth-register-page .login-btn{height:48px;margin-top:5px}.auth-register-page .auth-footer{margin-top:18px}.auth-register-wrapper{min-height:100vh;height:100vh;overflow:hidden}.auth-register-wrapper .auth-left-content{top:90px;bottom:auto}.auth-register-wrapper .auth-right{padding:30px 50px;overflow:hidden}.auth-register-wrapper .auth-card{max-width:500px;padding:30px 40px}.auth-register-wrapper .auth-card h1{font-size:38px;line-height:1.1;margin-bottom:8px}.auth-register-wrapper .auth-card>p{margin-bottom:20px}.auth-register-wrapper .form-group{margin-bottom:12px}.auth-register-wrapper .form-group label{margin-bottom:5px}.auth-register-wrapper .form-group input{height:46px;padding:0 15px;font-size:14px;border-radius:10px}.auth-register-wrapper .password-wrapper input{padding-right:45px}.auth-register-wrapper .login-btn{height:46px;margin-top:5px;font-size:15px;border-radius:10px}.auth-register-wrapper .auth-footer{margin-top:18px;font-size:14px}.auth-register-wrapper .auth-error{display:block;margin-top:4px;color:#dc2626;font-size:12px}@media(max-width:992px){.auth-register-wrapper{min-height:100vh;height:auto;overflow:visible}.auth-register-wrapper .auth-right{padding:25px 20px;overflow:visible}.auth-register-wrapper .auth-card{padding:30px 25px}}.account-dashboard{background:#f7f8fa;padding:60px 0;min-height:80vh}.account-layout{display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:start}.account-sidebar{background:#fff;border:1px solid #ececec;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000000d}.account-user{padding:35px 25px;text-align:center;border-bottom:1px solid #f2f2f2}.avatar{width:80px;height:80px;margin:0 auto 18px;border-radius:50%;background:#0e8a3a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600}.account-user h3{font-size:22px;color:#222;margin-bottom:8px}.account-user p{font-size:14px;color:#777}.account-menu{display:flex;flex-direction:column}.account-menu a{padding:16px 24px;border-left:4px solid transparent;transition:.25s;font-size:15px;color:#444}.account-menu a:hover,.account-menu a.active{background:#f8faf8;border-left-color:#0e8a3a;color:#0e8a3a;font-weight:600}.account-content{background:#fff;border:1px solid #ececec;border-radius:16px;padding:35px;box-shadow:0 8px 30px #0000000d}.account-content h1{font-size:32px;color:#222;margin-bottom:10px}.dashboard-subtitle{color:#777;margin-bottom:35px}.account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:35px}.stat-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:25px;text-align:center;transition:.25s}.stat-card:hover{transform:translateY(-4px)}.stat-card h2{color:#0e8a3a;font-size:34px;margin-bottom:8px}.stat-card span{color:#666;font-size:14px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.dashboard-card{border:1px solid #ececec;border-radius:14px;padding:25px;transition:.25s}.dashboard-card:hover{box-shadow:0 10px 30px #0000000f}.dashboard-card h3{font-size:20px;margin-bottom:12px;color:#222}.dashboard-card p{color:#666;line-height:1.6;margin-bottom:20px}.dashboard-card a{color:#0e8a3a;font-weight:600}@media(max-width:1100px){.account-layout{grid-template-columns:1fr}.account-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.account-content{padding:25px}.account-stats,.dashboard-grid{grid-template-columns:1fr}}.account-dashboard{width:100%;padding:55px 0 80px;background:#f7f8fa}.account-dashboard .container{width:min(100% - 40px,1500px);margin:0 auto}.account-layout{display:grid;grid-template-columns:315px minmax(0,1fr);gap:34px;align-items:start}.account-sidebar{overflow:hidden;background:#fff;border:1px solid #e7ebef;border-radius:16px;box-shadow:0 5px 22px #0f172a09}.account-user{padding:38px 28px 32px;text-align:center;border-bottom:1px solid #edf0f3}.account-user .avatar{width:88px;height:88px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:#0e8f42;color:#fff;font-size:25px;font-weight:500}.account-user .avatar img{width:100%;height:100%;display:block;object-fit:cover}.account-user h3{margin:0 0 8px;color:#172033;font-size:19px;line-height:1.35;font-weight:500}.account-user p{max-width:220px;margin:0 auto;color:#7b8796;font-size:13px;line-height:1.6;font-weight:400}.account-menu{padding:8px 0 12px}.account-menu a{display:flex;align-items:center;min-height:54px;padding:0 28px;border-left:3px solid transparent;color:#52657c;font-size:14px;font-weight:400;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease}.account-menu a:hover{background:#f7faf8;color:#0e8f42}.account-menu a.active{background:#f2f8f4;border-left-color:#0e8f42;color:#0e8f42;font-weight:500}.account-menu form{margin:0}.account-content{min-width:0;padding:36px 38px 42px;background:#fff;border:1px solid #e7ebef;border-radius:17px;box-shadow:0 5px 22px #0f172a09}.account-content>h1{margin:0;color:#172033;font-size:30px;line-height:1.2;font-weight:500;letter-spacing:-.02em}.dashboard-subtitle{margin:10px 0 34px;color:#7b8796;font-size:14px;line-height:1.6;font-weight:400}.account-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px}.stat-card{position:relative;min-height:125px;padding:24px 22px;overflow:hidden;border:1px solid #e5eaee;border-radius:14px;background:#fff;box-shadow:0 4px 16px #0f172a06}.stat-card:after{content:"";position:absolute;right:-24px;bottom:-34px;width:95px;height:95px;border-radius:50%;opacity:.55}.stat-card:nth-child(1){border-top:3px solid #2875e8}.stat-card:nth-child(1):after{background:#eef4ff}.stat-card:nth-child(2){border-top:3px solid #0e8f42}.stat-card:nth-child(2):after{background:#edf9f1}.stat-card:nth-child(3){border-top:3px solid #e8a000}.stat-card:nth-child(3):after{background:#fff7e5}.stat-card:nth-child(4){border-top:3px solid #7b4ce2}.stat-card:nth-child(4):after{background:#f3edff}.stat-card h2{position:relative;z-index:1;margin:0 0 10px;color:#172033;font-size:25px;line-height:1.15;font-weight:500}.stat-card:nth-child(1) h2{color:#2875e8}.stat-card:nth-child(2) h2{color:#0e8f42}.stat-card:nth-child(3) h2{color:#d18b00}.stat-card:nth-child(4) h2{color:#7b4ce2}.stat-card span{position:relative;z-index:1;display:block;color:#69788c;font-size:12px;line-height:1.4;font-weight:400}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);gap:18px}.dashboard-card{min-width:0;padding:25px 27px;background:#fff;border:1px solid #e6ebef;border-radius:14px;box-shadow:0 4px 16px #0f172a06}.dashboard-card h3{margin:0 0 17px;color:#273348;font-size:16px;line-height:1.3;font-weight:500}.dashboard-card p{margin:0 0 18px;color:#7a8797;font-size:13px;line-height:1.7;font-weight:400}.dashboard-card>a{display:inline-flex;align-items:center;color:#0e8f42;font-size:13px;font-weight:500;text-decoration:none;transition:color .18s ease}.dashboard-card>a:hover{color:#087532}.recent-orders{display:flex;flex-direction:column;margin:0 0 18px}.recent-order{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #edf0f3}.recent-order:first-child{padding-top:0}.recent-order:last-child{padding-bottom:0;border-bottom:0}.recent-order>div{min-width:0}.recent-order>div:last-child{flex:0 0 auto;text-align:right}.recent-order strong{display:block;margin:0 0 5px;color:#354155;font-size:12px;line-height:1.4;font-weight:500}.recent-order span{display:block;color:#8a95a4;font-size:11px;line-height:1.4;font-weight:400}.recent-order>div:last-child strong{color:#0e8f42;font-size:12px}.recent-order>div:last-child span{display:inline-flex;padding:4px 8px;border-radius:999px;background:#f5f7f9;color:#68778b;font-size:10px}@media(max-width:1200px){.account-layout{grid-template-columns:270px minmax(0,1fr);gap:22px}.account-content{padding:30px}.account-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.account-layout{grid-template-columns:1fr}.account-sidebar{width:100%}.account-user{display:flex;align-items:center;text-align:left;gap:18px}.account-user .avatar{flex:0 0 70px;width:70px;height:70px;margin:0}.account-user p{margin:0}.account-menu{display:grid;grid-template-columns:repeat(3,1fr)}.account-menu a{justify-content:center;min-height:48px;padding:0 12px;border-left:0;border-bottom:3px solid transparent}.account-menu a.active{border-left:0;border-bottom-color:#0e8f42}}@media(max-width:700px){.account-dashboard{padding:30px 0 50px}.account-dashboard .container{width:min(100% - 24px,1500px)}.account-content{padding:24px 20px 28px}.account-content>h1{font-size:25px}.account-stats{grid-template-columns:1fr 1fr;gap:12px}.stat-card{min-height:105px;padding:20px 17px}.stat-card h2{font-size:21px}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:500px){.account-user{padding:25px 20px}.account-user h3{font-size:17px}.account-menu{grid-template-columns:1fr}.account-menu a{justify-content:flex-start;padding:0 20px;border-bottom:0;border-left:3px solid transparent}.account-menu a.active{border-left-color:#0e8f42;border-bottom:0}.account-stats{grid-template-columns:1fr}.dashboard-card{padding:21px 19px}.recent-order{align-items:flex-start;flex-direction:column;gap:8px}.recent-order>div:last-child{text-align:left}}.account-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.account-page-heading h1{margin:0 0 8px;color:#172033;font-size:28px;line-height:1.25;font-weight:500}.account-page-heading p{margin:0;color:#7b8796;font-size:13px;line-height:1.6;font-weight:400}.account-shop-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;border-radius:7px;background:#0e8f42;color:#fff;font-size:12px;font-weight:500;text-decoration:none;white-space:nowrap;transition:background .18s ease}.account-shop-button:hover{background:#087532}.customer-orders{display:flex;flex-direction:column;gap:12px}.customer-order-card{padding:20px 22px;border:1px solid #e6ebef;border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.customer-order-card:hover{border-color:#d8e3dc;box-shadow:0 5px 18px #0f172a09}.customer-order-main{display:grid;grid-template-columns:minmax(220px,1.5fr) 150px 150px;gap:20px;padding-bottom:17px;border-bottom:1px solid #edf0f3}.customer-order-main span,.customer-order-date span,.customer-order-total span{display:block;margin-bottom:5px;color:#929dac;font-size:10px;font-weight:400}.customer-order-main strong,.customer-order-date strong,.customer-order-total strong{display:block;color:#354155;font-size:12px;line-height:1.45;font-weight:500}.customer-order-total strong{color:#0e8f42}.customer-order-meta{display:flex;align-items:center;gap:24px;padding-top:15px}.customer-order-meta>div{display:flex;align-items:center;gap:8px}.customer-order-meta>div>span:first-child{color:#929dac;font-size:10px;font-weight:400}.customer-status{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:4px 9px;border-radius:999px;font-size:9px;line-height:1;font-weight:500;white-space:nowrap}.customer-payment-paid{background:#edf9f1;color:#287346}.customer-payment-pending,.customer-payment-awaiting_verification{background:#fff7df;color:#94701b}.customer-payment-failed{background:#fff1f1;color:#a14d4d}.customer-payment-refunded{background:#f0f4f8;color:#5b7087}.customer-order-status-pending{background:#fff7df;color:#94701b}.customer-order-status-approved,.customer-order-status-processing{background:#edf4ff;color:#416b98}.customer-order-status-completed{background:#edf9f1;color:#287346}.customer-order-status-cancelled{background:#fff1f1;color:#a14d4d}.customer-order-view{margin-left:auto;display:inline-flex;align-items:center;gap:7px;min-height:31px;padding:0 11px;border:1px solid #dfe5ea;border-radius:6px;background:#fff;color:#52657c;font-size:10px;font-weight:500;text-decoration:none;transition:color .18s ease,border-color .18s ease,background .18s ease}.customer-order-view:hover{border-color:#0e8f42;background:#f6fbf7;color:#0e8f42}.customer-orders-empty{display:flex;align-items:center;flex-direction:column;padding:70px 20px;border:1px solid #e6ebef;border-radius:13px;text-align:center;background:#fff}.customer-orders-empty-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:50%;background:#edf9f1;color:#0e8f42}.customer-orders-empty-icon svg{width:21px;height:21px}.customer-orders-empty h3{margin:0 0 7px;color:#354155;font-size:15px;font-weight:500}.customer-orders-empty p{margin:0 0 18px;color:#929dac;font-size:12px;font-weight:400}.customer-orders-empty a{color:#0e8f42;font-size:12px;font-weight:500;text-decoration:none}.customer-orders-pagination{display:flex;justify-content:flex-end;padding-top:22px}.customer-back-link{display:inline-flex;margin-bottom:18px;color:#68778b;font-size:11px;font-weight:400;text-decoration:none}.customer-back-link:hover{color:#0e8f42}.order-detail-heading{margin-bottom:24px}.order-detail-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.order-detail-summary>div{padding:17px;border:1px solid #e6ebef;border-radius:10px;background:#fafbfc}.order-detail-summary span{display:block;margin-bottom:7px;color:#929dac;font-size:10px;font-weight:400}.order-detail-summary strong{display:block;color:#354155;font-size:12px;font-weight:500}.order-detail-summary .order-detail-total{color:#0e8f42}.order-detail-card{margin-bottom:18px;overflow:hidden;border:1px solid #e6ebef;border-radius:12px;background:#fff}.order-detail-card-header{padding:17px 20px;border-bottom:1px solid #edf0f3}.order-detail-card-header h3{margin:0;color:#354155;font-size:14px;font-weight:500}.order-items{padding:0 20px}.order-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #edf0f3}.order-item:last-child{border-bottom:0}.order-item-info strong{display:block;margin-bottom:5px;color:#354155;font-size:12px;font-weight:500}.order-item-info span{color:#929dac;font-size:10px;font-weight:400}.order-item-price{color:#0e8f42;font-size:12px;font-weight:500;white-space:nowrap}.order-total-breakdown{padding:17px 20px;border-top:1px solid #edf0f3;background:#fafbfc}.order-total-breakdown>div{display:flex;justify-content:space-between;gap:20px;padding:5px 0}.order-total-breakdown span{color:#7b8796;font-size:11px;font-weight:400}.order-total-breakdown strong{color:#536174;font-size:11px;font-weight:500}.order-total-breakdown .order-grand-total{margin-top:9px;padding-top:13px;border-top:1px solid #e2e7eb}.order-total-breakdown .order-grand-total span{color:#354155;font-weight:500}.order-total-breakdown .order-grand-total strong{color:#0e8f42;font-size:14px;font-weight:500}.order-address{display:flex;flex-direction:column;gap:5px;padding:20px;color:#7b8796;font-size:11px;line-height:1.5;font-weight:400}.order-address strong{margin-bottom:4px;color:#354155;font-size:12px;font-weight:500}.order-notes{padding:20px;color:#68778b;font-size:11px;line-height:1.7;font-weight:400}@media(max-width:1000px){.customer-order-main{grid-template-columns:1fr 1fr}.customer-order-total{grid-column:1 / -1}.order-detail-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.account-page-heading{align-items:flex-start;flex-direction:column}.account-shop-button{width:100%}.customer-order-main{grid-template-columns:1fr;gap:14px}.customer-order-total{grid-column:auto}.customer-order-meta{align-items:flex-start;flex-direction:column;gap:11px}.customer-order-meta>div{width:100%;justify-content:space-between}.customer-order-view{width:100%;margin-left:0}.order-detail-summary{grid-template-columns:1fr}}.account-profile-page .account-content{min-width:0}.account-alert{margin-bottom:20px;padding:12px 15px;border-radius:8px;font-size:12px;line-height:1.5;font-weight:400}.account-alert-success{background:#edf9f1;border:1px solid #d7efdf;color:#287346}.account-alert-error{background:#fff3f3;border:1px solid #f0dada;color:#a14d4d}.account-alert-error ul{margin:0;padding-left:18px}.profile-section-card{margin-bottom:18px;overflow:hidden;border:1px solid #e6ebef;border-radius:13px;background:#fff}.profile-section-header{padding:20px 23px;border-bottom:1px solid #edf0f3}.profile-section-header h3{margin:0 0 6px;color:#354155;font-size:15px;line-height:1.4;font-weight:500}.profile-section-header p{margin:0;color:#929dac;font-size:11px;line-height:1.5;font-weight:400}.profile-photo-area{display:flex;align-items:center;gap:22px;padding:23px}.profile-photo-preview{width:92px;height:92px;flex:0 0 92px;overflow:hidden;border-radius:50%;background:#edf9f1}.profile-photo-preview img{width:100%;height:100%;display:block;object-fit:cover}.profile-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0e8f42;color:#fff;font-size:25px;font-weight:500}.profile-photo-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.profile-upload-button,.profile-remove-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border-radius:6px;font-family:inherit;font-size:11px;font-weight:500;cursor:pointer}.profile-upload-button{background:#0e8f42;color:#fff;transition:background .18s ease}.profile-upload-button:hover{background:#087532}.profile-remove-button{border:1px solid #e1e5e9;background:#fff;color:#7b8796}.profile-remove-button:hover{border-color:#d7bebe;background:#fff7f7;color:#a14d4d}.profile-photo-actions p{width:100%;margin:0;color:#a0a9b5;font-size:10px;font-weight:400}.profile-form{margin:0}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:23px}.profile-field{display:flex;flex-direction:column;gap:7px}.profile-field:last-child:nth-child(3){grid-column:1 / -1}.profile-field label{color:#5e6c7e;font-size:11px;font-weight:500}.profile-field input{width:100%;min-height:42px;padding:0 12px;border:1px solid #dfe5ea;border-radius:7px;background:#fff;color:#354155;font-family:inherit;font-size:12px;font-weight:400;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.profile-field input::placeholder{color:#b0b8c2}.profile-field input:focus{border-color:#0e8f42;box-shadow:0 0 0 3px #0e8f4214}.profile-form-actions{display:flex;justify-content:flex-end;padding-top:2px}.profile-save-button{min-height:40px;padding:0 19px;border:0;border-radius:7px;background:#0e8f42;color:#fff;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:background .18s ease}.profile-save-button:hover{background:#087532}@media(max-width:700px){.profile-photo-area{align-items:flex-start;flex-direction:column}.profile-form-grid{grid-template-columns:1fr;padding:20px}.profile-field:last-child:nth-child(3){grid-column:auto}.profile-form-actions{justify-content:stretch}.profile-save-button{width:100%}}.cart-page{width:100%;padding:60px 0 80px;background:#f7f8fa;min-height:70vh}.cart-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.cart-page-header h1{margin:0 0 8px;font-size:34px;line-height:1.2;font-weight:700;color:#222}.cart-page-header p{margin:0;color:#666;font-size:15px}.cart-continue-shopping-top{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#222;text-decoration:none;font-size:14px;font-weight:500;transition:.2s ease}.cart-continue-shopping-top:hover{border-color:#0e8a3a;color:#0e8a3a}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}.cart-products{display:flex;flex-direction:column;gap:16px}.cart-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.cart-section-title h2{margin:0;font-size:22px;line-height:1.3;font-weight:600;color:#222}.cart-section-title span{color:#777;font-size:14px}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr) 150px;gap:22px;align-items:center;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-sizing:border-box}.cart-item-image{width:150px;height:150px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#fff}.cart-item-image img{display:block;width:100%;height:100%;object-fit:contain}.cart-item-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#999}.cart-item-image-placeholder svg{width:32px;height:32px}.cart-item-details{min-width:0}.cart-item-details h3{margin:0 0 7px;font-size:17px;line-height:1.4;font-weight:600;color:#222}.cart-item-sku{display:block;margin-bottom:12px;color:#777;font-size:13px}.cart-item-unit-price{margin-bottom:16px;color:#222;font-size:15px;font-weight:600}.cart-item-unit-price span{margin-left:3px;color:#888;font-size:12px;font-weight:400}.cart-item-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cart-quantity{display:inline-flex;align-items:center;height:38px;overflow:hidden;border:1px solid #ddd;border-radius:7px;background:#fff}.cart-quantity-button{width:38px;height:38px;padding:0;border:0;background:#fff;color:#222;font-size:18px;line-height:1;cursor:pointer;transition:.2s ease}.cart-quantity-button:hover{background:#f3f4f6}.cart-quantity-value{min-width:38px;text-align:center;color:#222;font-size:14px;font-weight:500}.cart-remove-button{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:0;background:transparent;color:#777;font-size:13px;cursor:pointer;transition:.2s ease}.cart-remove-button:hover{color:#d92d20}.cart-remove-button svg{width:16px;height:16px}.cart-item-total{display:flex;flex-direction:column;align-items:flex-end;gap:7px;text-align:right}.cart-item-total span{color:#888;font-size:12px}.cart-item-total strong{color:#222;font-size:17px;font-weight:600}.cart-summary{position:sticky;top:25px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-sizing:border-box}.cart-summary h2{margin:0 0 22px;color:#222;font-size:20px;font-weight:600}.cart-summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #eee}.cart-summary-row span{color:#666;font-size:14px}.cart-summary-row strong{max-width:180px;color:#222;font-size:14px;font-weight:500;text-align:right}.cart-summary-total{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:6px;padding:18px 0}.cart-summary-total span{color:#222;font-size:16px;font-weight:600}.cart-summary-total strong{color:#0e8a3a;font-size:22px;font-weight:700}.cart-checkout-button{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;box-sizing:border-box;border:0;border-radius:8px;background:#0e8a3a;color:#fff;text-decoration:none;font-size:14px;font-weight:600;cursor:pointer;transition:.2s ease}.cart-checkout-button:hover{background:#0b7130}.cart-checkout-button svg{width:17px;height:17px}.cart-secure-note{display:flex;align-items:center;justify-content:center;gap:7px;margin:15px 0 0!important;color:#777!important;font-size:12px!important}.cart-secure-note svg{width:15px;height:15px}.cart-empty{max-width:650px;margin:40px auto;padding:60px 30px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-align:center}.cart-empty-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f8f3;color:#0e8a3a}.cart-empty-icon svg{width:30px;height:30px}.cart-empty h2{margin:0 0 8px;color:#222;font-size:22px;font-weight:600}.cart-empty p{margin:0 0 24px;color:#777;font-size:14px}.cart-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:8px;background:#0e8a3a;color:#fff;text-decoration:none;font-size:14px;font-weight:600;transition:.2s ease}.cart-primary-button:hover{background:#0b7130}@media(max-width:1000px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:700px){.cart-page{padding:40px 0 60px}.cart-page-header{align-items:flex-start;flex-direction:column;gap:18px}.cart-page-header h1{font-size:28px}.cart-item{grid-template-columns:100px minmax(0,1fr);gap:15px;padding:15px}.cart-item-image{width:100px;height:100px}.cart-item-total{grid-column:2;align-items:flex-start;text-align:left}}@media(max-width:480px){.cart-item{grid-template-columns:1fr}.cart-item-image{width:100%;height:180px}.cart-item-total{grid-column:auto}.cart-summary{padding:20px}}.payment-order-info{display:flex;flex-direction:column;gap:0;border-top:1px solid #eef0f3}.payment-order-info>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #eef0f3}.payment-order-info span{color:#667085;font-size:13px;font-weight:400}.payment-order-info strong{color:#172033;font-size:13px;font-weight:500;text-align:right}.payment-order-info .payment-order-total{padding-top:18px;padding-bottom:18px}.payment-order-total span{color:#172033;font-weight:500}.payment-order-total strong{color:#0e8a3a;font-size:21px;font-weight:500}.payment-methods{display:flex;flex-direction:column;gap:14px}.payment-method-card{width:100%;display:flex;align-items:center;gap:16px;padding:18px;border:1px solid #e1e5ea;border-radius:12px;background:#fff;color:#172033;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.payment-method-card:hover{border-color:#0e8a3a;box-shadow:0 8px 22px #0000000d;transform:translateY(-1px)}.payment-method-icon{width:44px;height:44px;flex:0 0 44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f1f8f4;color:#0e8a3a}.payment-method-icon svg{width:20px;height:20px}.payment-method-content{flex:1;display:flex;flex-direction:column;gap:4px}.payment-method-content strong{color:#172033;font-size:15px;font-weight:500}.payment-method-content small{color:#667085;font-size:12px;font-weight:400}.payment-method-arrow{display:flex;align-items:center;justify-content:center;color:#98a2b3}.payment-method-arrow svg{width:18px;height:18px}.payment-option-panel{margin-top:22px;padding:24px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.payment-option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.payment-option-header h3{margin:5px 0 0;color:#172033;font-size:18px;font-weight:500}.payment-option-description{margin:0 0 22px;color:#667085;font-size:13px;font-weight:400;line-height:1.7}.bank-details-card{margin-bottom:12px;padding:17px;border:1px solid #eaecf0;border-radius:10px;background:#fafbfc}.bank-details-header{margin-bottom:12px}.bank-details-header strong{color:#172033;font-size:14px;font-weight:500}.bank-detail-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:7px 0}.bank-detail-row span{color:#667085;font-size:12px;font-weight:400}.bank-detail-row strong{color:#172033;font-size:13px;font-weight:500}.payment-reference-box{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:14px 16px;border-radius:10px;background:#f1f8f4}.payment-reference-box span{color:#667085;font-size:12px;font-weight:400}.payment-reference-box strong{color:#0e8a3a;font-size:13px;font-weight:500}.eft-proof-section{margin-top:24px}.eft-proof-section label{display:block;margin-bottom:6px;color:#344054;font-size:13px;font-weight:500}.eft-proof-section p{margin:0 0 12px;color:#667085;font-size:12px;font-weight:400;line-height:1.6}.eft-proof-section input[type=file]{width:100%;padding:11px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;color:#667085;font-family:inherit;font-size:12px;cursor:pointer}.eft-proof-section input[type=file]:focus{outline:none;border-color:#0e8a3a}#eft-submit-button{margin-top:20px;width:100%}@media(max-width:768px){.payment-option-panel{padding:18px}.payment-method-card{padding:15px}.payment-reference-box,.bank-detail-row{align-items:flex-start;flex-direction:column;gap:5px}.payment-reference-box strong,.bank-detail-row strong{text-align:left}}.payment-page{width:100%;min-height:70vh;padding:55px 0 80px;background:#f7f8fa}.payment-page-container{width:min(1200px,calc(100% - 40px));margin:0 auto}.payment-page-header{margin-bottom:35px}.payment-page-eyebrow{display:block;margin-bottom:8px;color:#0e8a3a;font-size:12px;font-weight:500;letter-spacing:.08em}.payment-page-header h1{margin:0 0 8px;color:#172033;font-size:32px;line-height:1.2;font-weight:500}.payment-page-header p{margin:0;color:#667085;font-size:14px;font-weight:400}.payment-back-link{display:inline-flex;align-items:center;gap:7px;margin-top:15px;color:#667085;text-decoration:none;font-size:13px;font-weight:400}.payment-back-link:hover{color:#0e8a3a}.payment-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}.payment-main{min-width:0}.payment-section{margin-bottom:25px;padding:25px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.payment-section-title{margin:0 0 18px;color:#172033;font-size:18px;font-weight:500}.payment-order-number{margin:0 0 20px;color:#667085;font-size:13px;font-weight:400}.payment-summary{position:sticky;top:25px;padding:24px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.payment-summary-eyebrow{display:block;margin-bottom:7px;color:#667085;font-size:11px;font-weight:500;letter-spacing:.06em}.payment-summary h2{margin:0 0 20px;color:#172033;font-size:20px;font-weight:500}.payment-delivery-note{margin-top:18px;padding-top:16px;border-top:1px solid #eef0f3;color:#667085;font-size:12px;line-height:1.6;font-weight:400}@media(max-width:900px){.payment-layout{grid-template-columns:1fr}.payment-summary{position:static}}@media(max-width:600px){.payment-page{padding:35px 0 50px}.payment-page-container{width:min(100% - 24px,1200px)}.payment-page-header h1{font-size:27px}.payment-section,.payment-summary{padding:18px;border-radius:12px}}#eft-submit-button{width:100%;min-height:52px;margin-top:22px;padding:0 22px;display:flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:9px;background:#0e8a3a;color:#fff;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}#eft-submit-button:hover{background:#0b7631;box-shadow:0 7px 18px #0e8a3a2e;transform:translateY(-1px)}#eft-submit-button:active{transform:translateY(0);box-shadow:none}#eft-submit-button i,#eft-submit-button svg{width:18px;height:18px}.payment-success-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:#11182761;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.payment-success-modal{width:min(100%,430px);padding:30px;background:#fff;border:1px solid #e7e9ed;border-radius:14px;box-shadow:0 20px 60px #00000024;text-align:center}.payment-success-icon{width:48px;height:48px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f8f4;color:#0e8a3a}.payment-success-icon svg{width:22px;height:22px}.payment-success-label{display:block;margin-bottom:7px;color:#0e8a3a;font-size:11px;font-weight:500;letter-spacing:.08em}.payment-success-modal h2{margin:0 0 10px;color:#172033;font-size:23px;line-height:1.3;font-weight:500}.payment-success-modal p{margin:0 auto 20px;max-width:350px;color:#667085;font-size:13px;line-height:1.7;font-weight:400}.payment-success-reference{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px;padding:12px 14px;border-radius:9px;background:#f7f8fa;text-align:left}.payment-success-reference span{color:#667085;font-size:12px;font-weight:400}.payment-success-reference strong{color:#172033;font-size:12px;font-weight:500}.payment-success-button{width:100%;height:46px;border:none;border-radius:9px;background:#0e8a3a;color:#fff;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.payment-success-button:hover{background:#0b7631}.payment-method-form{width:100%;margin:0;padding:0}.eft-loading-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:#1720337a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.eft-loading-overlay[hidden]{display:none}.eft-loading-modal{width:min(390px,100%);padding:32px 30px;border:1px solid #e4e7ec;border-radius:16px;background:#fff;text-align:center;box-shadow:0 20px 60px #0000001f}.eft-loading-spinner-large{width:42px;height:42px;margin:0 auto 20px;border:3px solid #e8f5ed;border-top-color:#0e8a3a;border-radius:50%;animation:eft-loading-spin .8s linear infinite}.eft-loading-label{display:block;margin-bottom:7px;color:#0e8a3a;font-size:11px;font-weight:500;letter-spacing:.08em}.eft-loading-modal h2{margin:0 0 10px;color:#172033;font-size:21px;font-weight:500}.eft-loading-modal p{max-width:310px;margin:0 auto;color:#667085;font-size:13px;font-weight:400;line-height:1.65}.eft-submit-loading{display:inline-flex;align-items:center;justify-content:center;gap:9px}.eft-submit-loading[hidden]{display:none}.eft-loading-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:eft-loading-spin .7s linear infinite}#eft-submit-button.is-loading{cursor:wait;opacity:.9}#eft-submit-button:disabled{cursor:wait}@keyframes eft-loading-spin{to{transform:rotate(360deg)}}body.eft-submitting{overflow:hidden}.page-section{padding:70px 0;background:#f7f8fa;min-height:70vh}.page-section h1{font-size:34px;margin-bottom:15px;color:#222}.page-section p{color:#666}.contact-page{padding:70px 0;background:#f7f8fa;min-height:70vh}.page-heading{text-align:center;margin-bottom:50px}.page-heading h1{font-size:38px;font-weight:600;color:#222;margin-bottom:12px}.page-heading p{max-width:700px;margin:0 auto;color:#666;line-height:1.7}.contact-grid{display:grid;grid-template-columns:360px 1fr;gap:30px;align-items:start}.contact-info{display:flex;flex-direction:column;gap:20px}.info-card,.contact-form{background:#fff;border:1px solid #ececec;border-radius:16px;padding:28px;box-shadow:0 8px 25px #0000000a}.info-card h3{margin-bottom:12px;color:#0e8a3a;font-size:18px;font-weight:600}.info-card p{color:#666;line-height:1.8;font-size:15px}.contact-form .form-group{margin-bottom:20px}.contact-form textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:15px;resize:vertical;font-family:Poppins,sans-serif;font-size:14px;transition:.25s}.contact-form textarea:focus{outline:none;border-color:#0e8a3a}.store-direction-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;background:#fff;border:1px solid #0E8A3A;border-radius:10px;color:#0e8a3a;font-size:15px;font-weight:500;transition:all .25s ease}.store-direction-btn:hover{background:#0e8a3a;color:#fff;border-color:#0e8a3a}.store-direction-btn i{width:18px;height:18px}.contact-form iframe{width:100%;height:520px;border:none;border-radius:12px}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.page-heading h1{font-size:30px}.contact-form iframe{height:400px}}.order-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:99999;opacity:0;visibility:hidden;transition:.45s}.order-modal.show{opacity:1;visibility:visible}.order-modal-overlay{position:absolute;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.order-modal-card{position:relative;width:900px;max-width:92%;background:#fff;border-radius:18px;padding:40px;transform:translateY(80px) scale(.92);opacity:0;transition:all .55s cubic-bezier(.17,.84,.44,1);box-shadow:0 40px 80px #0000002e}.order-modal.show .order-modal-card{transform:translateY(0) scale(1);opacity:1}.order-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.status-badge{background:#0e8a3a;color:#fff;padding:8px 16px;border-radius:40px;font-size:13px}.order-number{margin-bottom:40px;font-size:18px;font-weight:600}.order-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.progress-step{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:14px;color:#777}.step-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ddd}.completed .step-icon{background:#0e8a3a;color:#fff}.current .truck{font-size:34px;animation:truckMove 1.6s infinite ease-in-out}.progress-line{height:3px;flex:1;background:#ddd;margin:0 8px}.progress-line.active{background:#0e8a3a}.order-details{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:35px}.close-btn{width:100%;height:50px;background:#0e8a3a;color:#fff;border-radius:10px}.order-modal-close{position:absolute;top:20px;right:20px;font-size:30px;background:none;cursor:pointer}@keyframes truckMove{0%{transform:translate(-5px)}50%{transform:translate(8px)}to{transform:translate(-5px)}}.admin-page{width:100%}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.admin-page-title{margin:0;font-size:30px;line-height:1.2;font-weight:500;letter-spacing:-.5px}.admin-page-subtitle{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.6;font-weight:400}.admin-back-link{display:inline-block;margin-bottom:14px;color:#0f8f42;text-decoration:none;font-size:14px;font-weight:400}.admin-back-link:hover{text-decoration:underline}.admin-card,.admin-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 30px #0f172a0a}.admin-card{padding:24px}.admin-form-card{max-width:900px;padding:28px}.admin-card-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.admin-card-header h2{margin:0;font-size:18px;font-weight:500;color:#0f172a}.admin-card-header p{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:400}.admin-primary-button,.admin-secondary-button,.admin-danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:10px;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.admin-primary-button{border:1px solid #0f8f42;background:#0f8f42;color:#fff}.admin-primary-button:hover{background:#0b7a37;border-color:#0b7a37}.admin-secondary-button{border:1px solid #dbe1e8;background:#fff;color:#334155}.admin-secondary-button:hover{background:#f8fafc;border-color:#cbd5e1}.admin-danger-button{border:1px solid #fecaca;background:#fff;color:#dc2626}.admin-danger-button:hover{background:#fef2f2}.admin-alert{margin-bottom:22px;padding:13px 16px;border-radius:10px;font-size:13px;font-weight:400}.admin-alert-success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.admin-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.admin-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.admin-image-card{overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:14px}.admin-image-preview{width:100%;aspect-ratio:16 / 8;overflow:hidden;background:#f8fafc}.admin-image-preview img{display:block;width:100%;height:100%;object-fit:cover}.admin-image-card-body{padding:16px}.admin-image-card-status,.admin-promotion-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-promotion-meta{color:#64748b;font-size:12px}.admin-image-card-actions{display:flex;gap:8px;margin-top:16px}.admin-image-card-actions form{margin:0}.admin-status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:500}.admin-status-active{background:#ecfdf3;color:#15803d}.admin-status-inactive{background:#f1f5f9;color:#64748b}.admin-form-group{margin-bottom:22px}.admin-form-group label{display:block;margin-bottom:8px;color:#334155;font-size:13px;font-weight:500}.admin-form-group input[type=file],.admin-form-group input[type=number]{display:block;width:100%;min-height:44px;padding:10px 12px;border:1px solid #dbe1e8;border-radius:10px;background:#fff;color:#334155;font-size:13px;outline:none}.admin-form-group input:focus{border-color:#0f8f42;box-shadow:0 0 0 3px #0f8f4214}.admin-form-group small{display:block;margin-top:7px;color:#94a3b8;font-size:12px}.admin-field-error{display:block;margin-top:7px;color:#dc2626;font-size:12px}.admin-checkbox-row{display:flex;align-items:center;gap:10px;margin:18px 0 26px;color:#475569;font-size:13px;font-weight:400;cursor:pointer}.admin-checkbox-row input{width:16px;height:16px;accent-color:#0f8f42}.admin-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:20px;border-top:1px solid #eef2f6}.admin-current-image{margin-bottom:28px;overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.admin-current-image img{display:block;width:100%;max-height:380px;object-fit:cover}.admin-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:40px;text-align:center}.admin-empty-state svg{width:40px;height:40px;margin-bottom:16px;color:#94a3b8}.admin-empty-state h3{margin:0;color:#334155;font-size:17px;font-weight:500}.admin-empty-state p{margin:8px 0 20px;color:#94a3b8;font-size:13px;font-weight:400}@media(max-width:1000px){.admin-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.admin-page-header{flex-direction:column}.admin-image-grid{grid-template-columns:1fr}.admin-form-card{padding:20px}.admin-form-actions{flex-direction:column-reverse}.admin-form-actions>*{width:100%}}.profile-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:26px;box-shadow:0 8px 30px #0f172a0a}.profile-card-header{margin-bottom:24px}.profile-card-header h2{margin:0;color:#0f172a;font-size:18px;line-height:1.4;font-weight:500}.profile-card-header p{margin:6px 0 0;color:#64748b;font-size:13px;line-height:1.6;font-weight:400}.profile-photo-card{text-align:center}.profile-photo-wrapper{display:flex;justify-content:center;margin-bottom:20px}.profile-photo-large,.profile-photo-placeholder{width:130px;height:130px;border-radius:50%}.profile-photo-large{display:block;object-fit:cover;border:4px solid #f1f5f9}.profile-photo-placeholder{display:flex;align-items:center;justify-content:center;background:#0f8f42;color:#fff;font-size:42px;font-weight:500}.profile-remove-button{border:0;background:transparent;color:#dc2626;font-size:13px;font-weight:400;cursor:pointer}.profile-remove-button:hover{text-decoration:underline}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.profile-form-group{margin-bottom:4px}.profile-form-group label{display:block;margin-bottom:8px;color:#334155;font-size:13px;font-weight:500}.profile-form-group input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #dbe1e8;border-radius:10px;background:#fff;color:#334155;font-size:13px;font-weight:400;outline:none}.profile-form-group input:focus{border-color:#0f8f42;box-shadow:0 0 0 3px #0f8f4214}.profile-form-group small{display:block;margin-top:7px;color:#94a3b8;font-size:12px;font-weight:400}.profile-section-divider{height:1px;margin:28px 0;background:#eef2f6}.profile-password-heading{margin-bottom:20px}.profile-form-actions{display:flex;justify-content:flex-end;margin-top:28px;padding-top:22px;border-top:1px solid #eef2f6}.profile-save-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border:1px solid #0f8f42;border-radius:10px;background:#0f8f42;color:#fff;font-size:13px;font-weight:500;cursor:pointer}.profile-save-button:hover{background:#0b7a37}.profile-alert{margin-bottom:22px;padding:13px 16px;border-radius:10px;font-size:13px;font-weight:400}.profile-alert-success{border:1px solid #bbf7d0;background:#ecfdf3;color:#166534}.profile-alert-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.admin-avatar{overflow:hidden}.admin-avatar img{display:block;width:100%;height:100%;object-fit:cover}.sidebar-user-avatar{overflow:hidden}.sidebar-user-avatar img{display:block;width:100%;height:100%;object-fit:cover}.sidebar-user-name{display:block;color:inherit;text-decoration:none}.sidebar-user-name:hover{text-decoration:underline}@media(max-width:850px){.profile-layout{grid-template-columns:1fr}.profile-photo-card{max-width:none}}@media(max-width:600px){.profile-form-grid{grid-template-columns:1fr}.profile-card{padding:20px}.profile-form-actions{justify-content:stretch}.profile-save-button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:#fff;color:#222;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{border:none;outline:none;cursor:pointer;font-family:Poppins,sans-serif}input{font-family:Poppins,sans-serif;outline:none}.container{width:92%;max-width:1400px;margin:auto}.bulk-upload-page{width:100%;max-width:1500px;margin:0 auto;padding:32px 36px 50px;box-sizing:border-box}.bulk-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.bulk-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;color:#718096}.bulk-breadcrumb a{color:#475569;text-decoration:none;font-weight:500}.bulk-breadcrumb a:hover{color:#159447}.bulk-breadcrumb svg{width:15px;height:15px}.bulk-page-header h1{margin:0;color:#10233f;font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.bulk-page-header p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.6}.bulk-page-actions{display:flex;align-items:center;gap:10px}.bulk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:9px;border:1px solid transparent;text-decoration:none;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;box-sizing:border-box}.bulk-btn svg{width:17px;height:17px}.bulk-btn-primary{background:#159447;color:#fff;border-color:#159447}.bulk-btn-primary:hover{background:#107c3a;border-color:#107c3a;box-shadow:0 6px 18px #1594472e}.bulk-btn-secondary{background:#fff;color:#334155;border-color:#dce4ec}.bulk-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.bulk-alert{display:flex;gap:14px;padding:16px 18px;margin-bottom:22px;border:1px solid;border-radius:12px;background:#fff}.bulk-alert-error{border-color:#fecaca;background:#fff7f7}.bulk-alert-icon{flex:0 0 auto}.bulk-alert-icon svg{width:21px;height:21px;color:#dc2626}.bulk-alert-content strong{display:block;margin-bottom:6px;color:#991b1b;font-size:14px}.bulk-alert-content ul{margin:0;padding-left:18px;color:#b91c1c;font-size:13px;line-height:1.6}.bulk-result-card{overflow:hidden;margin-bottom:24px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 4px 16px #0f172a0a}.bulk-result-header{padding:18px 20px;border-bottom:1px solid #edf1f5}.bulk-result-title{display:flex;align-items:center;gap:12px}.bulk-result-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px}.bulk-result-warning{background:#fff7ed;color:#ea580c}.bulk-result-icon svg{width:19px;height:19px}.bulk-result-title h3{margin:0;color:#172b4d;font-size:15px;font-weight:650}.bulk-result-title p{margin:4px 0 0;color:#64748b;font-size:12px}.bulk-error-table-wrap{overflow-x:auto}.bulk-error-table{width:100%;border-collapse:collapse}.bulk-error-table th,.bulk-error-table td{padding:12px 18px;text-align:left;border-bottom:1px solid #edf1f5;font-size:13px}.bulk-error-table th{background:#f8fafc;color:#475569;font-weight:650}.bulk-error-table td{color:#334155}.bulk-upload-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.bulk-upload-grid>div,.bulk-sidebar{min-width:0}.bulk-sidebar{display:flex;flex-direction:column;gap:20px}.bulk-card{overflow:hidden;margin-bottom:24px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 4px 18px #0f172a0b}.bulk-sidebar .bulk-card{margin-bottom:0}.bulk-card-header{display:flex;align-items:center;gap:13px;padding:19px 22px;border-bottom:1px solid #edf1f5}.bulk-card-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:11px}.bulk-card-icon svg{width:20px;height:20px}.bulk-icon-green{background:#eaf8ef;color:#159447}.bulk-icon-blue{background:#eef5ff;color:#2563eb}.bulk-icon-yellow{background:#fffbea;color:#b77900}.bulk-card-header h2{margin:0;color:#172b4d;font-size:17px;font-weight:650}.bulk-card-header p{margin:4px 0 0;color:#718096;font-size:12px}.bulk-card-body{padding:22px}.bulk-dropzone{display:flex;align-items:center;gap:18px;min-height:150px;padding:28px;border:1.5px dashed #cbd5e1;border-radius:13px;background:#fafcfd;cursor:pointer;text-align:left;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.bulk-dropzone:hover{border-color:#159447;background:#f7fcf8}.bulk-dropzone-dragging{border-color:#159447;background:#eefaf2;box-shadow:0 0 0 4px #15944714}.bulk-dropzone-selected{border-color:#159447;background:#f4fbf6}.bulk-dropzone-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:14px;background:#eaf8ef;color:#159447}.bulk-dropzone-icon svg{width:27px;height:27px}.bulk-dropzone-content{display:flex;flex-direction:column;min-width:0}.bulk-dropzone-content strong{color:#172b4d;font-size:15px;font-weight:650}.bulk-dropzone-content span{margin-top:4px;color:#64748b;font-size:13px}.bulk-dropzone-content small{margin-top:9px;color:#94a3b8;font-size:11px}.bulk-selected-file{align-items:center;gap:13px;margin-top:14px;padding:13px 15px;border:1px solid #d9e8de;border-radius:10px;background:#f7fcf8}.bulk-selected-file-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#e7f6ec;color:#159447}.bulk-selected-file-icon svg{width:19px;height:19px}.bulk-selected-file-info{display:flex;flex-direction:column;min-width:0;flex:1}.bulk-selected-file-info strong{overflow:hidden;color:#334155;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.bulk-selected-file-info span{margin-top:3px;color:#94a3b8;font-size:11px}.bulk-remove-file{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer}.bulk-remove-file:hover{background:#fee2e2;color:#dc2626}.bulk-remove-file svg{width:17px;height:17px}.bulk-upload-actions{display:flex;justify-content:flex-end;margin-top:18px}.bulk-import-button{min-width:165px}.bulk-import-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.bulk-fields-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:20px 22px 22px}.bulk-field-item{display:flex;flex-direction:column;min-width:0;padding:15px;border:1px solid #e7edf3;border-radius:10px;background:#fbfcfd;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.bulk-field-item:hover{border-color:#d4e5da;background:#fff;transform:translateY(-1px)}.bulk-field-item strong{margin-top:9px;color:#172b4d;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:650;word-break:break-word}.bulk-field-item small{margin-top:5px;color:#718096;font-size:11px;line-height:1.45}.bulk-field-required,.bulk-field-optional{display:inline-flex;align-self:flex-start;padding:4px 7px;border-radius:5px;font-size:9px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.3px}.bulk-field-required{background:#fff1f2;color:#be123c}.bulk-field-optional{background:#f1f5f9;color:#64748b}.bulk-template-card{text-align:center}.bulk-template-card .bulk-card-body{padding:28px 24px}.bulk-template-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;border-radius:14px;background:#fffbea;color:#c48a00}.bulk-template-icon svg{width:25px;height:25px}.bulk-template-card h2{margin:0;color:#172b4d;font-size:17px;font-weight:650}.bulk-template-card p{margin:9px 0 20px;color:#718096;font-size:12px;line-height:1.65}.bulk-template-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;padding:0 14px;border:1px solid #dce4ec;border-radius:9px;background:#fff;color:#334155;text-decoration:none;font-size:12px;font-weight:600;box-sizing:border-box}.bulk-template-button:hover{border-color:#159447;color:#159447;background:#f7fcf8}.bulk-template-button svg{width:17px;height:17px}.bulk-steps{padding:20px 22px}.bulk-step{display:flex;gap:12px;position:relative;padding-bottom:22px}.bulk-step:last-child{padding-bottom:0}.bulk-step:not(:last-child):after{content:"";position:absolute;top:34px;left:15px;width:1px;height:calc(100% - 22px);background:#e2e8f0}.bulk-step-number{width:31px;height:31px;display:flex;align-items:center;justify-content:center;flex:0 0 31px;position:relative;z-index:1;border-radius:50%;background:#eaf8ef;color:#159447;font-size:12px;font-weight:700}.bulk-step strong{display:block;color:#334155;font-size:12px;font-weight:650}.bulk-step p{margin:4px 0 0;color:#718096;font-size:11px;line-height:1.5}.bulk-info-card{display:flex;align-items:flex-start;gap:13px;padding:18px;border:1px solid #dbeafe;border-radius:13px;background:#f8fbff}.bulk-info-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:9px;background:#eaf2ff;color:#2563eb}.bulk-info-icon svg{width:19px;height:19px}.bulk-info-card h3{margin:0;color:#1e3a5f;font-size:13px;font-weight:650}.bulk-info-card p{margin:5px 0 0;color:#64748b;font-size:11px;line-height:1.6}@media(max-width:1200px){.bulk-upload-grid{grid-template-columns:minmax(0,1fr) 300px}.bulk-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.bulk-upload-page{padding:24px 20px 40px}.bulk-page-header{align-items:flex-start;flex-direction:column}.bulk-page-actions{width:100%}.bulk-upload-grid{grid-template-columns:1fr}.bulk-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.bulk-upload-page{padding:20px 14px 30px}.bulk-page-header h1{font-size:24px}.bulk-page-actions{flex-direction:column;align-items:stretch}.bulk-page-actions .bulk-btn{width:100%}.bulk-fields-grid{grid-template-columns:1fr;padding:16px}.bulk-card-header,.bulk-card-body{padding:16px}.bulk-dropzone{align-items:flex-start;flex-direction:column;padding:22px}.bulk-upload-actions{justify-content:stretch}.bulk-import-button{width:100%}.bulk-sidebar{display:flex}}.bulk-upload-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:24px!important;align-items:start!important;width:100%!important}.bulk-upload-grid>div{min-width:0!important;width:100%!important}.bulk-upload-grid>aside.bulk-sidebar{display:flex!important;flex-direction:column!important;gap:20px!important;width:340px!important;min-width:340px!important;max-width:340px!important;visibility:visible!important;opacity:1!important}.bulk-sidebar .bulk-card{width:100%!important;margin:0!important}@media(max-width:900px){.bulk-upload-grid{grid-template-columns:1fr!important}.bulk-upload-grid>aside.bulk-sidebar{width:100%!important;min-width:0!important;max-width:none!important}}@media(max-width:600px){.bulk-upload-grid{grid-template-columns:1fr!important;gap:16px!important}.bulk-upload-grid>aside.bulk-sidebar{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;max-width:none!important}}.admin-main{display:flex;flex-direction:column;min-height:100vh}.admin-content{flex:1 0 auto;width:100%}.admin-footer{width:100%;flex-shrink:0;margin-top:auto;box-sizing:border-box}.checkout-page{padding-top:50px;padding-bottom:80px}.checkout-header{margin-bottom:35px}.checkout-header h1{margin:0 0 8px;color:#111827;font-size:32px;font-weight:700}.checkout-header p{margin:0;color:#6b7280;font-size:14px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:30px;align-items:start}.checkout-card,.checkout-summary{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.checkout-card{padding:28px}.checkout-card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;margin-bottom:25px;border-bottom:1px solid #edf0f2}.checkout-card-header h2,.checkout-summary h2{margin:0;color:#111827;font-size:20px;font-weight:600}.checkout-card-header span{padding:6px 10px;border-radius:20px;background:#f1f8f3;color:#0e8a3a;font-size:11px;font-weight:500}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkout-field{display:flex;flex-direction:column;gap:7px}.checkout-field-full{grid-column:1 / -1}.checkout-field label{color:#344054;font-size:13px;font-weight:500}.checkout-field input,.checkout-field select,.checkout-field textarea{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;color:#111827;font-family:inherit;font-size:13px;outline:none}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:#0e8a3a}.checkout-field textarea{resize:none}.checkout-summary{position:sticky;top:25px;padding:25px}.checkout-summary h2{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #edf0f2}.checkout-products{display:flex;flex-direction:column;gap:18px}.checkout-product{display:grid;grid-template-columns:55px minmax(0,1fr) auto;gap:12px;align-items:center}.checkout-product-image{width:55px;height:55px;display:flex;align-items:center;justify-content:center;border:1px solid #edf0f2;border-radius:7px;overflow:hidden}.checkout-product-image img{width:100%;height:100%;object-fit:contain}.checkout-product-info{min-width:0}.checkout-product-info strong{display:block;overflow:hidden;color:#111827;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.checkout-product-info span{display:block;margin-top:4px;color:#8a94a6;font-size:11px}.checkout-product>strong{color:#111827;font-size:12px;font-weight:600}.checkout-summary-total{display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding-top:20px;border-top:1px solid #e5e7eb}.checkout-summary-total span{color:#111827;font-size:16px;font-weight:600}.checkout-summary-total strong{color:#0e8a3a;font-size:22px;font-weight:700}.checkout-pay-button{width:100%;min-height:48px;margin-top:22px;border:0;border-radius:8px;background:#0e8a3a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.checkout-pay-button:disabled{opacity:.55;cursor:not-allowed}.checkout-payment-note{margin:12px 0 0;color:#8a94a6;font-size:11px;text-align:center}.checkout-delivery-note{margin:12px 0 0;color:#667085;font-size:12px;font-weight:400;line-height:1.6}@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media(max-width:650px){.checkout-page{padding-top:30px;padding-bottom:50px}.checkout-form-grid{grid-template-columns:1fr}.checkout-field-full{grid-column:auto}.checkout-card{padding:20px}}.search-box{position:relative!important}.search-autocomplete{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:auto!important;width:100%!important;max-width:100%!important;z-index:99999;overflow:hidden;border:1px solid #e4e7ec;border-radius:12px;background:#fff;box-shadow:0 12px 30px #1018281f;box-sizing:border-box}.search-autocomplete[hidden]{display:none}.search-autocomplete-results{width:100%;max-height:420px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.search-autocomplete-group{width:100%;padding:6px 0;border-bottom:1px solid #eef0f3;box-sizing:border-box}.search-autocomplete-group:last-child{border-bottom:0}.search-autocomplete-heading{padding:8px 14px;color:#98a2b3;font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;box-sizing:border-box}.search-autocomplete-product,.search-autocomplete-simple{width:100%;min-width:0;display:flex;align-items:center;border:0;background:transparent;text-align:left;cursor:pointer;box-sizing:border-box;margin:0;color:inherit}.search-autocomplete-product{gap:10px;padding:9px 14px}.search-autocomplete-product,.search-autocomplete-simple{width:100%!important;min-width:0;display:flex!important;align-items:center;margin:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#172033!important;text-align:left;cursor:pointer;box-sizing:border-box;appearance:none;-webkit-appearance:none}.search-autocomplete-product{gap:10px;padding:9px 14px!important;border-radius:0!important}.search-autocomplete-product:hover,.search-autocomplete-simple:hover{background:#f7f9f8!important;color:#172033!important;box-shadow:none!important}.search-autocomplete-product-icon{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#f1f8f4;color:#0e8a3a;box-sizing:border-box}.search-autocomplete-product-icon svg{width:16px;height:16px}.search-autocomplete-product-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px;overflow:hidden}.search-autocomplete-product-info strong{overflow:hidden;color:#172033;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.search-autocomplete-product-info small{color:#667085;font-size:11px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-autocomplete-price{flex:0 0 auto;color:#0e8a3a;font-size:12px;font-weight:500;white-space:nowrap;margin-left:auto}.search-autocomplete-simple{gap:9px;padding:9px 14px;color:#172033;font-size:12px;font-weight:400}.search-autocomplete-simple-icon{width:28px;height:28px;flex:0 0 28px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#f1f8f4;color:#0e8a3a;box-sizing:border-box}.search-autocomplete-simple-icon svg{width:14px;height:14px}.search-autocomplete-empty{padding:18px;color:#667085;font-size:12px;font-weight:400;text-align:center}.search-autocomplete-results::-webkit-scrollbar{width:6px}.search-autocomplete-results::-webkit-scrollbar-track{background:transparent}.search-autocomplete-results::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:10px}.order-detail-page{width:100%;max-width:1400px;margin:0 auto}.order-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:20px 0 24px;padding:28px;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 4px 18px #0000000a}.order-detail-header h1{margin:4px 0 6px;font-size:28px;line-height:1.2;font-weight:700;color:#171717}.order-detail-header p{margin:0;color:#777;font-size:13px}.order-header-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap}.order-pending{background:#fff7df;color:#9a6b00}.order-approved{background:#eaf3ff;color:#2866a6}.order-processing{background:#eeeaff;color:#6548a8}.order-completed{background:#eaf8ef;color:#247344}.order-cancelled{background:#fff0f0;color:#b53b3b}.payment-pending{background:#fff7df;color:#9a6b00}.payment-awaiting-verification{background:#fff1e5;color:#a85c1c}.payment-paid{background:#eaf8ef;color:#247344}.payment-failed{background:#fff0f0;color:#b53b3b}.payment-refunded{background:#f0f0f0;color:#666}.order-management-card{margin-bottom:24px;padding:24px;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 4px 18px #00000009}.order-status-form{margin-top:20px}.order-status-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:16px;align-items:end}.order-status-field{display:flex;flex-direction:column;gap:7px}.order-status-field label{font-size:12px;font-weight:600;color:#555}.order-status-field select{width:100%;height:42px;padding:0 12px;border:1px solid #dddddd;border-radius:9px;background:#fff;color:#222;font-size:13px;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.order-status-field select:focus{border-color:#0e8a3a;box-shadow:0 0 0 3px #0e8a3a14}.order-update-button{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:0;border-radius:9px;background:#0e8a3a;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:.2s ease}.order-update-button:hover{background:#087532;transform:translateY(-1px)}.order-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:24px}.order-information-card,.order-products-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 4px 18px #00000009}.order-information-card{padding:24px}.order-products-card{margin-bottom:24px;overflow:hidden}.order-products-card .customer-section-header{padding:24px 24px 18px}.order-customer-profile{display:flex;align-items:center;gap:14px;margin-top:20px}.order-customer-profile .customer-avatar{flex:0 0 48px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf8ef;color:#0e8a3a;font-size:18px;font-weight:700}.order-customer-profile>div:last-child{display:flex;flex-direction:column;gap:3px}.order-customer-profile strong{color:#222;font-size:14px}.order-customer-profile span{color:#777;font-size:12px}.order-address{margin-top:20px;padding:15px;border-radius:10px;background:#f8f8f8;color:#555;font-size:13px;line-height:1.8}.order-items-table{width:100%;border-collapse:collapse}.order-items-table th{background:#fafafa}.order-items-table td,.order-items-table th{padding:14px 18px}.order-items-table td{color:#555;font-size:12px}.order-items-table td strong{color:#222}.order-no-items{text-align:center;padding:40px!important;color:#888!important}.order-detail-list{margin-top:18px}.order-detail-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #eeeeee}.order-detail-list>div:last-child{border-bottom:0}.order-detail-list span{color:#777;font-size:12px}.order-detail-list strong{color:#222;font-size:12px;text-align:right}.order-total-list{margin-top:18px}.order-total-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #eeeeee}.order-total-list span{color:#777;font-size:12px}.order-total-list strong{color:#222;font-size:13px}.order-total-list .order-grand-total{margin-top:8px;padding-top:18px;border-top:1px solid #dddddd;border-bottom:0}.order-grand-total span{color:#222;font-size:14px;font-weight:600}.order-grand-total strong{color:#0e8a3a;font-size:20px;font-weight:700}.order-notes-card{margin-bottom:24px}.order-notes{margin:18px 0 0;padding:15px;border-radius:10px;background:#fafafa;color:#555;font-size:13px;line-height:1.7}.order-danger-zone{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:20px 24px;background:snow;border:1px solid #f0dddd;border-radius:14px}.order-danger-zone>div{display:flex;flex-direction:column;gap:4px}.order-danger-zone strong{color:#a83232;font-size:13px}.order-danger-zone span{color:#888;font-size:11px}.order-delete-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 14px;border:1px solid #e2bcbc;border-radius:8px;background:#fff;color:#b23838;font-size:12px;font-weight:600;cursor:pointer;transition:.2s ease}.order-delete-button:hover{background:#fff0f0;border-color:#d99a9a}@media(max-width:900px){.order-two-column{grid-template-columns:1fr}.order-status-fields{grid-template-columns:1fr 1fr}.order-update-button{width:100%}}@media(max-width:650px){.order-detail-header{flex-direction:column;padding:20px}.order-header-status{width:100%}.order-status-fields{grid-template-columns:1fr}.order-information-card,.order-management-card{padding:18px}.order-danger-zone{align-items:flex-start;flex-direction:column;padding:18px}.order-delete-button{width:100%}}.admin-orders-page{width:100%;max-width:1450px;margin:0 auto}.admin-orders-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.admin-orders-header h1{margin:0 0 6px;font-size:28px;line-height:1.2;font-weight:600;color:#172033}.admin-orders-header p{margin:0;font-size:13px;color:#718096}.admin-orders-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.admin-order-stat{display:flex;align-items:center;gap:14px;min-height:92px;padding:18px;background:#fff;border:1px solid #e7ebef;border-radius:14px;box-shadow:0 4px 18px #0f172a09}.admin-order-stat-icon{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border-radius:12px}.admin-order-stat-icon svg{width:21px;height:21px}.orders-icon{background:#eaf8ef;color:#0e8a3a}.pending-icon{background:#fff7df;color:#9a6b00}.processing-icon{background:#eeeaff;color:#6548a8}.completed-icon{background:#eaf8ef;color:#247344}.admin-order-stat-label{display:block;margin-bottom:4px;font-size:11px;color:#7a8798}.admin-order-stat strong{display:block;font-size:21px;line-height:1;font-weight:600;color:#172033}.admin-orders-message{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:11px 14px;border-radius:9px;font-size:12px}.admin-orders-message svg{width:16px;height:16px}.admin-orders-message.success{background:#eaf8ef;color:#247344;border:1px solid #d4eedc}.admin-orders-card{background:#fff;border:1px solid #e7ebef;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px #0f172a09}.admin-orders-card-header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #edf0f3}.admin-orders-card-header h2{margin:0 0 5px;font-size:17px;font-weight:500;color:#172033}.admin-orders-card-header p{margin:0;font-size:12px;color:#7a8798}.admin-orders-table-wrapper{width:100%;overflow-x:auto}.admin-orders-table{width:100%;min-width:950px;border-collapse:collapse}.admin-orders-table thead th{padding:13px 18px;background:#fafbfc;border-bottom:1px solid #e8edf1;color:#718096;font-size:11px;font-weight:500;text-align:left;white-space:nowrap}.admin-orders-table tbody td{padding:15px 18px;border-bottom:1px solid #edf0f3;color:#4a5568;font-size:12px;vertical-align:middle}.admin-orders-table tbody tr:last-child td{border-bottom:0}.admin-orders-table tbody tr{transition:background .15s ease}.admin-orders-table tbody tr:hover{background:#fcfdfd}.admin-order-number strong{color:#172033;font-size:12px;font-weight:500;white-space:nowrap}.admin-order-customer{display:flex;align-items:center;gap:10px;min-width:190px}.admin-order-avatar{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf8ef;color:#0e8a3a;font-size:12px;font-weight:500}.admin-order-customer>div:last-child{min-width:0}.admin-order-customer strong{display:block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#263246;font-size:12px;font-weight:500}.admin-order-customer span{display:block;max-width:180px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a96a6;font-size:10px}.admin-order-date{color:#657285;white-space:nowrap}.admin-order-total{color:#172033;font-size:12px;font-weight:500;white-space:nowrap}.admin-order-status{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 9px;border-radius:999px;font-size:10px;font-weight:500;white-space:nowrap}.admin-order-pending{background:#fff7df;color:#9a6b00}.admin-order-approved{background:#eaf3ff;color:#2866a6}.admin-order-processing{background:#eeeaff;color:#6548a8}.admin-order-completed{background:#eaf8ef;color:#247344}.admin-order-cancelled{background:#fff0f0;color:#b53b3b}.admin-payment-pending{background:#fff7df;color:#9a6b00}.admin-payment-awaiting_verification{background:#fff1e5;color:#a85c1c}.admin-payment-paid{background:#eaf8ef;color:#247344}.admin-payment-failed{background:#fff0f0;color:#b53b3b}.admin-payment-refunded{background:#f0f0f0;color:#666}.admin-order-view-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 11px;border:1px solid #dfe5ea;border-radius:7px;background:#fff;color:#4c6178;font-size:11px;font-weight:500;text-decoration:none;transition:.2s ease}.admin-order-view-button svg{width:14px;height:14px}.admin-order-view-button:hover{border-color:#0e8a3a;color:#0e8a3a;background:#f5fbf7}.admin-orders-empty{padding:70px 20px!important;text-align:center}.admin-orders-empty>div{display:flex;align-items:center;flex-direction:column;gap:7px}.admin-orders-empty svg{width:34px;height:34px;margin-bottom:8px;color:#a8b2bf}.admin-orders-empty strong{color:#4a5568;font-size:14px;font-weight:500}.admin-orders-empty span{color:#8a96a6;font-size:11px}.admin-orders-pagination{padding:18px 24px;border-top:1px solid #edf0f3}.admin-orders-pagination nav{display:flex;justify-content:flex-end}@media(max-width:1000px){.admin-orders-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.admin-orders-stats{grid-template-columns:1fr}.admin-orders-header h1{font-size:24px}.admin-orders-card-header{padding:18px}.admin-orders-pagination{padding:15px 18px}}.admin-payments-page{width:100%;max-width:1450px;margin:0 auto}.admin-payments-header{margin-bottom:24px}.admin-payments-header h1{margin:0 0 6px;font-size:28px;line-height:1.2;font-weight:600;color:#172033}.admin-payments-header p{margin:0;font-size:13px;color:#718096}.admin-payments-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.admin-payment-stat{display:flex;align-items:center;gap:14px;min-height:92px;padding:18px;background:#fff;border:1px solid #e7ebef;border-radius:14px;box-shadow:0 4px 18px #0f172a09}.admin-payment-stat-icon{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border-radius:12px}.admin-payment-stat-icon svg{width:21px;height:21px}.admin-payment-stat-icon.total{background:#eaf3ff;color:#2866a6}.admin-payment-stat-icon.paid{background:#eaf8ef;color:#247344}.admin-payment-stat-icon.pending{background:#fff7df;color:#9a6b00}.admin-payment-stat-icon.amount{background:#fff5d9;color:#9a6b00}.admin-payment-stat span{display:block;margin-bottom:4px;color:#7a8798;font-size:11px}.admin-payment-stat strong{display:block;color:#172033;font-size:20px;line-height:1;font-weight:600}.admin-payments-message{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:11px 14px;border-radius:9px;font-size:12px}.admin-payments-message.success{background:#eaf8ef;border:1px solid #d4eedc;color:#247344}.admin-payments-card{background:#fff;border:1px solid #e7ebef;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px #0f172a09}.admin-payments-card-header{padding:22px 24px;border-bottom:1px solid #edf0f3}.admin-payments-card-header h2{margin:0 0 5px;color:#172033;font-size:17px;font-weight:500}.admin-payments-card-header p{margin:0;color:#7a8798;font-size:12px}.admin-payments-table-wrapper{width:100%;overflow-x:auto}.admin-payments-table{width:100%;min-width:1100px;border-collapse:collapse}.admin-payments-table th{padding:13px 18px;background:#fafbfc;border-bottom:1px solid #e8edf1;color:#718096;font-size:11px;font-weight:500;text-align:left;white-space:nowrap}.admin-payments-table td{padding:15px 18px;border-bottom:1px solid #edf0f3;color:#4a5568;font-size:12px;vertical-align:middle}.admin-payments-table tbody tr:last-child td{border-bottom:0}.admin-payments-table tbody tr:hover{background:#fcfdfd}.admin-payment-order-number{color:#172033;font-size:12px;font-weight:500;white-space:nowrap}.admin-payment-customer{display:flex;align-items:center;gap:10px;min-width:190px}.admin-payment-avatar{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf8ef;color:#0e8a3a;font-size:12px;font-weight:500}.admin-payment-customer strong{display:block;color:#263246;font-size:12px;font-weight:500}.admin-payment-customer span{display:block;margin-top:3px;color:#8a96a6;font-size:10px}.admin-payment-amount{color:#172033;font-size:12px;font-weight:500;white-space:nowrap}.admin-payment-method{color:#59677a}.admin-payment-reference{color:#7a8798;font-size:11px}.admin-payment-status{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 9px;border-radius:999px;font-size:10px;font-weight:500;white-space:nowrap}.admin-payment-status-paid{background:#eaf8ef;color:#247344}.admin-payment-status-pending{background:#fff7df;color:#9a6b00}.admin-payment-status-awaiting-verification{background:#fff1e5;color:#a85c1c}.admin-payment-status-failed{background:#fff0f0;color:#b53b3b}.admin-payment-status-refunded{background:#f0f0f0;color:#666}.admin-payment-view-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 11px;border:1px solid #dfe5ea;border-radius:7px;background:#fff;color:#4c6178;font-size:11px;font-weight:500;text-decoration:none;transition:.2s ease}.admin-payment-view-button:hover{border-color:#0e8a3a;color:#0e8a3a;background:#f5fbf7}.admin-payments-empty{padding:70px 20px!important;text-align:center}.admin-payments-empty>div{display:flex;align-items:center;flex-direction:column;gap:7px}.admin-payments-empty svg{width:34px;height:34px;margin-bottom:8px;color:#a8b2bf}.admin-payments-empty strong{color:#4a5568;font-size:14px;font-weight:500}.admin-payments-empty span{color:#8a96a6;font-size:11px}.admin-payments-pagination{padding:18px 24px;border-top:1px solid #edf0f3}@media(max-width:1000px){.admin-payments-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.admin-payments-stats{grid-template-columns:1fr}.admin-payments-header h1{font-size:24px}}.account-quotations-page{width:100%;max-width:1180px;margin:0 auto;padding:38px 24px 60px}.account-quotations-header{margin-bottom:28px}.account-page-eyebrow{display:block;margin-bottom:7px;color:#0e8a3a;font-size:11px;font-weight:500;letter-spacing:.04em}.account-quotations-header h1{margin:0 0 7px;color:#182235;font-size:30px;line-height:1.2;font-weight:500}.account-quotations-header p{margin:0;color:#748094;font-size:13px;line-height:1.6}.account-quotation-alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:20px;padding:12px 14px;border-radius:8px;font-size:12px;line-height:1.5}.account-quotation-alert svg{width:17px;height:17px;flex:0 0 17px}.account-quotation-alert.success{background:#edf9f1;border:1px solid #d6efde;color:#267244}.account-quotation-alert.error{background:#fff2f2;border:1px solid #f1d6d6;color:#a64242}.account-quotation-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:28px}.account-quotation-card{padding:24px;background:#fff;border:1px solid #e5e9ee;border-radius:14px;box-shadow:0 5px 20px #0f172a09}.account-quotation-card-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:10px}.account-quotation-card-icon svg{width:20px;height:20px}.account-quotation-card-icon.written{background:#edf8f1;color:#0e8a3a}.account-quotation-card-icon.upload{background:#f2f5f8;color:#52657c}.account-quotation-card-content h2{margin:0 0 7px;color:#202b3d;font-size:17px;font-weight:500}.account-quotation-card-content>p{margin:0 0 20px;color:#758196;font-size:12px;line-height:1.7}.account-quotation-form label{display:block;margin-bottom:7px;color:#4d5b70;font-size:11px;font-weight:500}.account-quotation-form textarea{width:100%;min-height:175px;resize:vertical;padding:12px 13px;border:1px solid #dfe5eb;border-radius:8px;background:#fff;color:#283448;font-family:inherit;font-size:12px;line-height:1.6;outline:none;transition:.2s ease;box-sizing:border-box}.account-quotation-form textarea::placeholder{color:#a4adba}.account-quotation-form textarea:focus{border-color:#0e8a3a;box-shadow:0 0 0 3px #0e8a3a14}.account-quotation-upload{min-height:175px;display:flex!important;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:20px;margin:0 0 10px;border:1px dashed #ccd5de;border-radius:9px;background:#fafcfd;cursor:pointer;transition:.2s ease}.account-quotation-upload:hover{border-color:#0e8a3a;background:#f7fcf8}.account-quotation-upload svg{width:27px;height:27px;margin-bottom:5px;color:#0e8a3a}.account-quotation-upload strong{color:#425168;font-size:12px;font-weight:500}.account-quotation-upload span,.account-quotation-upload small{color:#8995a5;font-size:10px;font-weight:400}.account-quotation-file-name{display:none;margin:7px 0;padding:8px 10px;border-radius:6px;background:#f1f7f3;color:#34724a;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-quotation-file-name.show{display:block}.account-quotation-form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.account-quotation-form-footer>span{color:#929dac;font-size:10px;line-height:1.4}.account-quotation-submit{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 15px;border:0;border-radius:7px;background:#0e8a3a;color:#fff;font-family:inherit;font-size:11px;font-weight:500;cursor:pointer;transition:.2s ease}.account-quotation-submit:hover{background:#087532}.account-quotation-submit svg{width:14px;height:14px}.account-quotation-history{background:#fff;border:1px solid #e5e9ee;border-radius:14px;overflow:hidden;box-shadow:0 5px 20px #0f172a09}.account-quotation-history-header{padding:20px 22px;border-bottom:1px solid #edf0f3}.account-quotation-history-header h2{margin:0 0 5px;color:#202b3d;font-size:17px;font-weight:500}.account-quotation-history-header p{margin:0;color:#8792a2;font-size:11px}.account-quotation-history-list{width:100%}.account-quotation-history-item{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 22px;border-bottom:1px solid #edf0f3}.account-quotation-history-item:last-child{border-bottom:0}.account-quotation-history-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#f2f6f4;color:#0e8a3a}.account-quotation-history-icon svg{width:17px;height:17px}.account-quotation-history-info strong{display:block;margin-bottom:3px;color:#354155;font-size:12px;font-weight:500}.account-quotation-history-info span{color:#929dac;font-size:10px}.account-quotation-status{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;font-size:10px;font-weight:500}.account-quotation-status-pending{background:#fff7df;color:#916c12}.account-quotation-status-reviewed{background:#edf4ff;color:#426993}.account-quotation-status-completed{background:#edf9f1;color:#267244}.account-quotation-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:50px 20px;text-align:center}.account-quotation-empty svg{width:28px;height:28px;margin-bottom:5px;color:#aeb7c2}.account-quotation-empty strong{color:#59677a;font-size:12px;font-weight:500}.account-quotation-empty span{color:#929dac;font-size:10px}.account-quotation-pagination{padding:15px 22px;border-top:1px solid #edf0f3}@media(max-width:800px){.account-quotation-options{grid-template-columns:1fr}}@media(max-width:560px){.account-quotations-page{padding:25px 15px 45px}.account-quotations-header h1{font-size:25px}.account-quotation-card{padding:18px}.account-quotation-form-footer{align-items:flex-start;flex-direction:column}.account-quotation-submit{width:100%}.account-quotation-history-item{grid-template-columns:38px minmax(0,1fr)}.account-quotation-history-status{grid-column:2}}.admin-quotations-page,.admin-quotation-view-page{width:100%;max-width:1450px;margin:0 auto}.admin-quotations-header,.admin-quotation-view-header{margin-bottom:24px}.admin-quotations-eyebrow{display:block;margin-bottom:6px;color:#0e8a3a;font-size:10px;font-weight:500;letter-spacing:.04em}.admin-quotations-header h1,.admin-quotation-view-header h1{margin:0 0 6px;color:#172033;font-size:28px;line-height:1.2;font-weight:500}.admin-quotations-header p,.admin-quotation-view-header p{margin:0;color:#788598;font-size:12px}.admin-quotation-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;color:#66758a;font-size:11px;text-decoration:none}.admin-quotation-back:hover{color:#0e8a3a}.admin-quotation-back svg{width:14px;height:14px}.admin-quotation-alert{display:flex;align-items:flex-start;gap:8px;margin-bottom:18px;padding:11px 14px;border-radius:8px;font-size:11px;line-height:1.5}.admin-quotation-alert svg{width:16px;height:16px;flex:0 0 16px}.admin-quotation-alert.success{background:#edf9f1;border:1px solid #d7efdf;color:#287346}.admin-quotation-alert.error{background:#fff1f1;border:1px solid #f1d8d8;color:#a74646}.admin-quotation-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:22px}.admin-quotation-stat{display:flex;align-items:center;gap:13px;min-height:88px;padding:17px;background:#fff;border:1px solid #e6ebef;border-radius:12px;box-shadow:0 4px 18px #0f172a08}.admin-quotation-stat-icon{width:43px;height:43px;flex:0 0 43px;display:flex;align-items:center;justify-content:center;border-radius:10px}.admin-quotation-stat-icon svg{width:19px;height:19px}.admin-quotation-stat-icon.total{background:#edf4ff;color:#416b98}.admin-quotation-stat-icon.pending{background:#fff7df;color:#94701b}.admin-quotation-stat-icon.reviewed{background:#f0f4f8;color:#5b7087}.admin-quotation-stat-icon.completed{background:#edf9f1;color:#287346}.admin-quotation-stat span{display:block;margin-bottom:5px;color:#7f8b9c;font-size:10px}.admin-quotation-stat strong{display:block;color:#172033;font-size:20px;line-height:1;font-weight:500}.admin-quotation-card,.admin-quotation-view-card{background:#fff;border:1px solid #e6ebef;border-radius:13px;box-shadow:0 4px 18px #0f172a08;overflow:hidden}.admin-quotation-card-header,.admin-quotation-view-card-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 22px;border-bottom:1px solid #edf0f3}.admin-quotation-card-header h2,.admin-quotation-view-card-header h2{margin:0 0 4px;color:#202b3d;font-size:16px;font-weight:500}.admin-quotation-card-header p,.admin-quotation-view-card-header p{margin:0;color:#8a95a4;font-size:10px}.admin-quotation-table-wrapper{width:100%;overflow-x:auto}.admin-quotation-table{width:100%;min-width:800px;border-collapse:collapse}.admin-quotation-table th{padding:12px 18px;background:#fafbfc;border-bottom:1px solid #e8edf1;color:#778497;font-size:10px;font-weight:500;text-align:left;white-space:nowrap}.admin-quotation-table td{padding:14px 18px;border-bottom:1px solid #edf0f3;color:#536174;font-size:11px;vertical-align:middle}.admin-quotation-table tbody tr:last-child td{border-bottom:0}.admin-quotation-table tbody tr:hover{background:#fcfdfd}.admin-quotation-customer{display:flex;align-items:center;gap:10px;min-width:200px}.admin-quotation-avatar{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#edf8f1;color:#0e8a3a;font-size:11px;font-weight:500}.admin-quotation-avatar.large{width:46px;height:46px;flex-basis:46px;font-size:14px}.admin-quotation-customer strong{display:block;margin-bottom:3px;color:#354155;font-size:11px;font-weight:500}.admin-quotation-customer span{display:block;color:#929dac;font-size:9px}.admin-quotation-type{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:4px 8px;border-radius:6px;font-size:9px;font-weight:500}.admin-quotation-type svg{width:12px;height:12px}.admin-quotation-type-written{background:#edf8f1;color:#287346}.admin-quotation-type-uploaded{background:#f0f4f8;color:#5b7087}.admin-quotation-status{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:4px 9px;border-radius:999px;font-size:9px;font-weight:500;white-space:nowrap}.admin-quotation-status-pending{background:#fff7df;color:#94701b}.admin-quotation-status-reviewed{background:#edf4ff;color:#416b98}.admin-quotation-status-completed{background:#edf9f1;color:#287346}.admin-quotation-view{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:30px;padding:0 10px;border:1px solid #dfe5ea;border-radius:6px;background:#fff;color:#52657c;font-size:10px;font-weight:500;text-decoration:none;transition:.2s ease}.admin-quotation-view:hover{border-color:#0e8a3a;color:#0e8a3a;background:#f6fbf7}.admin-quotation-view svg{width:13px;height:13px}.admin-quotation-empty{padding:65px 20px!important;text-align:center}.admin-quotation-empty>div{display:flex;align-items:center;flex-direction:column;gap:7px}.admin-quotation-empty svg{width:32px;height:32px;margin-bottom:6px;color:#adb7c2}.admin-quotation-empty strong{color:#59677a;font-size:13px;font-weight:500}.admin-quotation-empty span{color:#929dac;font-size:10px}.admin-quotation-pagination{padding:17px 22px;border-top:1px solid #edf0f3}.admin-quotation-view-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.admin-quotation-main,.admin-quotation-sidebar{display:flex;flex-direction:column;gap:18px}.admin-quotation-customer-large{display:flex;align-items:center;gap:13px;padding:20px 22px}.admin-quotation-customer-large strong{display:block;margin-bottom:4px;color:#273348;font-size:13px;font-weight:500}.admin-quotation-customer-large span{display:block;margin-top:3px;color:#8995a5;font-size:10px}.admin-quotation-written,.admin-quotation-uploaded{padding:22px}.admin-quotation-content-label{display:flex;align-items:center;gap:7px;margin-bottom:13px;color:#52657c;font-size:10px;font-weight:500}.admin-quotation-content-label svg{width:15px;height:15px}.admin-quotation-written-content{min-height:180px;padding:17px;border:1px solid #e6ebef;border-radius:9px;background:#fafbfc;color:#4c5b70;font-size:12px;line-height:1.8;white-space:normal}.admin-quotation-file-info{display:flex;align-items:center;gap:11px;padding:13px;margin-bottom:15px;border:1px solid #e6ebef;border-radius:8px;background:#fafbfc}.admin-quotation-file-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#edf8f1;color:#0e8a3a}.admin-quotation-file-icon svg{width:17px;height:17px}.admin-quotation-file-info strong{display:block;margin-bottom:4px;color:#39475a;font-size:11px;font-weight:500;word-break:break-word}.admin-quotation-file-info span{color:#929dac;font-size:9px}.admin-quotation-preview{overflow:hidden;margin-top:15px;border:1px solid #e1e6eb;border-radius:9px;background:#f5f7f9}.admin-quotation-preview-header{padding:9px 12px;border-bottom:1px solid #e1e6eb;background:#fff;color:#637187;font-size:10px;font-weight:500}.admin-quotation-image-preview{display:flex;align-items:center;justify-content:center;min-height:300px;padding:20px}.admin-quotation-image-preview img{display:block;max-width:100%;max-height:600px;height:auto;object-fit:contain}.admin-quotation-pdf-preview{display:block;width:100%;height:600px;border:0;background:#fff}.admin-quotation-file-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.admin-quotation-file-button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 11px;border-radius:6px;background:#0e8a3a;color:#fff;font-size:10px;font-weight:500;text-decoration:none}.admin-quotation-file-button:hover{background:#087532}.admin-quotation-file-button.secondary{background:#fff;border:1px solid #dfe5ea;color:#52657c}.admin-quotation-file-button.secondary:hover{background:#f6f8fa;color:#34455b}.admin-quotation-file-button svg{width:13px;height:13px}.admin-quotation-no-file{display:flex;align-items:center;gap:7px;padding:13px;border-radius:7px;background:#fff8e8;color:#917021;font-size:10px}.admin-quotation-no-file svg{width:15px;height:15px}.admin-quotation-notes-display{min-height:80px;margin:18px 22px 22px;padding:14px;border:1px solid #e6ebef;border-radius:8px;background:#fafbfc;color:#59677a;font-size:11px;line-height:1.7}.admin-quotation-notes-display span{color:#9aa4b1}.admin-quotation-update-form{padding:18px 20px 20px}.admin-quotation-update-form label{display:block;margin-bottom:6px;color:#536174;font-size:10px;font-weight:500}.admin-quotation-update-form select,.admin-quotation-update-form textarea{width:100%;box-sizing:border-box;margin-bottom:14px;border:1px solid #dfe5ea;border-radius:7px;background:#fff;color:#3e4d61;font-family:inherit;font-size:11px;outline:none}.admin-quotation-update-form select{height:36px;padding:0 10px}.admin-quotation-update-form textarea{min-height:120px;padding:10px;resize:vertical;line-height:1.6}.admin-quotation-update-form select:focus,.admin-quotation-update-form textarea:focus{border-color:#0e8a3a;box-shadow:0 0 0 3px #0e8a3a12}.admin-quotation-save{width:100%;min-height:36px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:7px;background:#0e8a3a;color:#fff;font-family:inherit;font-size:10px;font-weight:500;cursor:pointer}.admin-quotation-save:hover{background:#087532}.admin-quotation-save svg{width:14px;height:14px}.admin-quotation-delete-card{padding:18px 20px;border:1px solid #eadede;border-radius:13px;background:#fff}.admin-quotation-delete-card h3{margin:0 0 5px;color:#59616e;font-size:12px;font-weight:500}.admin-quotation-delete-card p{margin:0 0 13px;color:#929dac;font-size:10px;line-height:1.5}.admin-quotation-delete{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 11px;border:1px solid #e6cccc;border-radius:6px;background:#fff8f8;color:#a14d4d;font-family:inherit;font-size:10px;font-weight:500;cursor:pointer}.admin-quotation-delete:hover{background:#fff0f0}.admin-quotation-delete svg{width:13px;height:13px}@media(max-width:1050px){.admin-quotation-view-grid{grid-template-columns:1fr}.admin-quotation-sidebar{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:800px){.admin-quotation-stats{grid-template-columns:repeat(2,1fr)}.admin-quotation-sidebar{display:flex}}@media(max-width:550px){.admin-quotation-stats{grid-template-columns:1fr}.admin-quotations-header h1,.admin-quotation-view-header h1{font-size:24px}.admin-quotation-card-header,.admin-quotation-view-card-header,.admin-quotation-written,.admin-quotation-uploaded{padding:17px}.admin-quotation-pdf-preview{height:450px}.admin-quotation-file-actions{flex-direction:column}.admin-quotation-file-button{justify-content:center}}.admin-global-search{position:relative}.admin-global-search input{width:100%}.admin-search-results{position:absolute;top:calc(100% + 10px);left:0;width:100%;min-width:460px;max-height:520px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 45px #0f172a1f;padding:8px;opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .16s ease,visibility .16s ease,transform .16s ease;z-index:9999}.admin-search-results.show{opacity:1;visibility:visible;transform:translateY(0)}.admin-search-group{padding:4px 0}.admin-search-group+.admin-search-group{border-top:1px solid #f0f2f5;margin-top:5px;padding-top:8px}.admin-search-group-title{padding:7px 12px;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.admin-search-result{display:flex;align-items:center;gap:11px;width:100%;padding:10px 12px;border-radius:9px;text-decoration:none;color:#334155;transition:background .15s ease,color .15s ease}.admin-search-result:hover{background:#f0fdf4;color:#078a3d}.admin-search-result-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:9px;background:#f5f7fa;color:#64748b}.admin-search-result:hover .admin-search-result-icon{background:#e8f7ee;color:#078a3d}.admin-search-result-icon svg{width:17px;height:17px}.admin-search-result-text{display:flex;flex-direction:column;min-width:0}.admin-search-result-text strong{font-size:13px;font-weight:500;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-search-result-text small{margin-top:2px;font-size:11px;font-weight:400;color:#94a3b8}.admin-search-empty{padding:28px 18px;text-align:center;font-size:13px;font-weight:400;color:#94a3b8}@media(max-width:900px){.admin-search-results{min-width:360px}}@media(max-width:640px){.admin-search-results{left:-80px;width:calc(100vw - 30px);min-width:0}}
