.header-container{background:linear-gradient(to right,var(--color-green),#125f83);box-shadow:0 12px 40px rgba(0,0,0,.4);position:sticky;top:0;z-index:1000;width:100%}.header-container .container-fluid{padding:5px 30px;width:100%;box-sizing:border-box}.main-header{display:flex;justify-content:space-between}.main-header .brand{display:flex;align-items:center;gap:10px;position:relative}.main-header .brand .a-holder{width:120px;height:80px;display:block}.main-header .brand a{position:absolute;top:0}.main-header .brand .brand-name{color:white;text-transform:uppercase}.main-header .brand .brand-name strong{font-size:1.5rem}.main-header .brand .brand-name span{font-size:1rem;letter-spacing:2px;display:block;font-weight:thin}.main-header .main-nav{display:flex;gap:10px;align-items:center}.main-header .end-side{display:flex;align-items:center;gap:20px}.main-header .mobile-menu-btn{display:none;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:5px;transition:transform .3s ease}.main-header .mobile-menu-btn:hover{transform:scale(1.1)}.main-header .mobile-menu-btn[aria-expanded=true] i{transform:rotate(90deg)}.hide-on-mobile{display:initial}.main-header .brand-name strong>span{font-weight:300;display:none!important;letter-spacing:0}.header-container .input-group{position:relative;min-width:300px}.header-container .input{width:100%;padding:8px 16px;font-family:Inter,sans-serif;font-size:16px;background:var(--color-white);border:3px solid #e0e0e0;border-radius:12px;transition:all .3s cubic-bezier(.25,.8,.25,1);outline:none;color:var(--color-black);box-shadow:0 2px 5px rgba(0,0,0,.05)}.header-container .input:focus{outline:none;border-color:var(--color-yellow);box-shadow:0 0 0 3px rgba(239,146,24,.1)}.header-container .input-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--color-grey);pointer-events:none}.search-dropdown{position:absolute;top:100%;right:-100px;background:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-top:5px;z-index:1000;max-height:350px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--color-green) #f1f1f1;width:153%;min-width:400px}.search-dropdown::-webkit-scrollbar{width:6px}.search-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.search-dropdown::-webkit-scrollbar-thumb{background:var(--color-green);border-radius:3px}.search-dropdown::-webkit-scrollbar-thumb:hover{background:#125f83}.search-result{padding:12px 15px;min-height:85px;display:flex;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f5f5f5;width:100%;box-sizing:border-box}.search-result:last-child{border-bottom:none}.search-result:hover{background-color:#f8f9fa}.search-result-link{text-decoration:none;color:inherit;display:block;width:100%}.search-result-info{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;align-items:flex-start;width:100%;gap:0;min-height:60px}.search-result-name{font-weight:500;color:var(--color-black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:2.8em;min-width:0;word-wrap:break-word}@media screen and (max-width:768px){.search-result-name{font-size:.85rem;-webkit-line-clamp:3;max-height:3.6em;line-height:1.2}}.search-result-meta{display:grid;grid-template-columns:auto auto;align-items:flex-start;font-size:.85rem;color:var(--color-grey);justify-items:end;white-space:nowrap}.search-result-price-group{display:flex;flex-direction:row;align-items:center;gap:15px;min-width:120px;justify-content:flex-end}.search-result-price{font-weight:500;color:var(--color-green);white-space:nowrap;min-width:60px;display:inline-block}.price-container{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.price-container>div{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:2px}.search-result-add{background:linear-gradient(to right,var(--color-green),var(--color-yellow));color:white;border:none;padding:4px 12px;border-radius:15px;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:.75rem;transition:all .3s ease;font-weight:500;white-space:nowrap}.search-result-add:hover{background:var(--color-green);transform:translateY(-1px)}.search-result-add i{font-size:.8rem}.search-result-quantity{background:var(--color-green);border-radius:15px;padding:2px 8px;display:flex;align-items:center;gap:8px;color:white;font-size:16px;white-space:nowrap}.search-result-quantity .quantity-btn{background:none;border:none;color:white;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;width:16px;height:16px;font-size:16px;transition:all .2s ease}.search-result-quantity .quantity-btn:hover:not(:disabled){background:rgba(255,255,255,.2)}.search-result-quantity .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.search-result-quantity .quantity-btn i{font-size:.7rem}.search-result-quantity .quantity{font-weight:500;min-width:16px;text-align:center}.header-container .cart-controls{display:flex;justify-content:flex-end;min-width:80px;width:auto}.no-results{padding:20px;text-align:center;color:var(--color-grey);font-size:.9rem}.header-container .btn{background:linear-gradient(145deg,#2ecc71,#27ae60);color:var(--color-white);text-shadow:0 1px 1px rgba(0,0,0,.2);padding:8px 20px;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:500;gap:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.1);transform:translateY(0);letter-spacing:.5px}.header-container .btn:hover{background:var(--color-yellow);color:var(--color-black);transform:translateY(-2px)}.header-container .btn-badge{position:absolute;top:-8px;right:-8px;color:var(--color-white);display:flex;font-weight:600}.header-container .btn-badge,.header-container .main-header .cart-count{background:var(--color-yellow);border-radius:50%;width:20px;height:20px;font-size:12px;align-items:center;justify-content:center}.header-container .main-header .cart-count{display:inline-flex;color:white;margin-left:5px;animation:cartBadgePulse .5s ease}@media (max-width:768px){.search-modal-backdrop{padding:5px!important}.search-modal-content{width:98%!important;height:85vh!important;margin:5px!important;border-radius:8px!important}.search-modal-content .cart-controls button{padding:6px 12px!important;font-size:12px!important}.search-modal-content .cart-controls .quantity-box{min-width:60px!important}.search-modal-content .cart-controls .quantity-box button{width:21px!important;height:21px!important;font-size:11px!important}.search-modal-content .cart-controls .quantity-box span{font-size:11px!important;min-width:16px!important}.search-modal-content .quantity-box{background:#28a745!important;border-radius:22px!important;padding:3px!important;gap:6px!important;min-width:60px!important}.search-modal-content .quantity-box button{width:21px!important;height:21px!important;font-size:11px!important;background:transparent!important;border:none!important;color:white!important}.search-modal-content .quantity-box span{font-size:11px!important;min-width:16px!important;color:white!important;font-weight:700!important}.search-modal-content [style*="grid-template-columns: 1fr auto"]{min-width:80px!important;gap:6px!important}.search-modal-content [style*="min-width: 60px"]{min-width:45px!important}}@media screen and (max-width:992px){.header-container .container-fluid{padding:10px 15px}.main-header .brand .brand-name strong{font-size:1.2rem}.main-header .brand .brand-name span{font-size:.9rem}.header-container .input-group{min-width:250px}}@media screen and (max-width:768px){.hide-on-mobile{display:none!important}.main-header .brand-name strong{display:flex;align-items:center;gap:9px}.main-header .brand-name strong>span{display:inline-block!important}.main-header{flex-wrap:wrap}.main-header .brand .brand-name>span{display:none}.main-header .end-side{width:max-content;width:100%;justify-content:flex-end;justify-self:flex-end}.main-header .end-side .input-group{margin-left:90px;width:100%;margin-top:-20px}.main-header .brand .a-holder{width:80px;height:60px}.main-header .brand img{width:80px;height:80px}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:350px;border-radius:12px;width:100%;min-width:0;margin-top:0}.search-result{padding:14px 5px 5px;min-height:70px}.search-result-name{font-size:14px}.search-result-meta{font-size:.9rem}}@media screen and (max-width:576px){.main-header .mobile-menu-btn{display:block}.main-header .main-nav{flex-direction:column;width:100%}.main-header .main-nav .btn-container{width:100%}.main-header .main-nav .btn{width:100%;text-align:left;transform:translateX(-20px);opacity:0;transition:all .3s ease-in-out;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-header .brand .brand-name strong{font-size:.8rem}.main-header .brand .brand-name span{font-size:.6rem}}.main-footer{background:var(--color-black);color:var(--color-white);text-align:center;padding:40px 20px}.main-footer .footer-nav{display:flex;justify-content:center;gap:60px;font-size:15px}.main-footer .footer-nav a{text-decoration:none;color:#def7ff}.main-footer .footer-nav a:hover{color:var(--color-yellow);text-decoration:underline}.main-footer .copyright{font-size:14px;margin-top:20px;color:#c8e2f7}.main-footer .footer-social{display:flex;justify-content:center;gap:20px;margin-top:28px}.main-footer .footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:#def7ff;font-size:18px;text-decoration:none;transition:background .25s,color .25s,transform .25s}.main-footer .footer-social a:hover{background:var(--color-yellow);color:var(--color-black);transform:translateY(-3px)}@media screen and (max-width:768px){.main-footer .footer-nav{flex-direction:column;gap:20px}}.cart-modal .modal-content{max-width:650px}.cart-modal .cart-items{margin:-8px -15px;padding:8px 15px;max-height:55vh;overflow-y:auto}.cart-modal .cart-item{display:flex;align-items:flex-start;gap:15px;padding:12px 0;border-bottom:1px solid #f1f1f1}.cart-modal .cart-item:last-child{border-bottom:none}.cart-modal .cart-item-image{width:70px;height:70px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f8f9fa;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--color-grey)}.cart-modal .cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-modal .cart-item-details{flex:1 1}.cart-modal .cart-item-title{font-weight:600;color:var(--color-black);margin-bottom:5px;font-size:1.1rem;margin-top:0}.cart-modal .cart-item-price{color:var(--color-green);font-weight:600;font-size:1.1rem}.cart-modal .cart-item-actions{display:flex;align-items:center;gap:15px}.cart-modal .quantity-controls{display:flex;align-items:center;gap:10px;background:#f8f9fa;padding:5px 10px;border-radius:20px}.cart-modal .quantity-btn{background:none;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;color:var(--color-black);transition:all .2s ease}.cart-modal .quantity-btn:hover{color:var(--color-green);transform:scale(1.1)}.cart-modal .quantity-value{font-weight:600;min-width:30px;text-align:center}.cart-modal .remove-item{background:none;border:none;color:#e74c3c;cursor:pointer;padding:5px;transition:all .2s ease}.cart-modal .cart-summary{background:#f8f9fa;padding:20px;border-radius:15px;margin-top:20px}.cart-modal .cart-total{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600;color:var(--color-black);margin-bottom:15px}.cart-modal .empty-cart{text-align:center;padding:40px 20px;color:var(--color-grey)}.cart-modal .empty-cart i{font-size:4rem;margin-bottom:20px;opacity:.5}.cart-modal .empty-cart p{font-size:1.1rem;margin-bottom:20px}.cart-modal .modal-footer .cart-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.cart-summary .reward-points{width:100%;justify-content:center;margin-top:16px;padding:8px;font-size:.9em;background:rgba(var(--color-yellow-rgb),.15)}.cart-item-prices{display:flex;align-items:center;gap:10px}.cart-item-original-price{text-decoration:line-through;color:var(--color-grey);font-size:.9em}.cart-item-discount{display:flex;width:-moz-fit-content;width:fit-content;align-items:baseline;gap:5px;color:var(--color-yellow);font-size:.85em;background:rgba(var(--color-yellow-rgb),.1);padding:3px 7px;border-radius:4px;margin:5px 0}.cart-item-discount i{font-size:.9em}@media (max-width:768px){.cart-modal .modal-content{width:95%;margin:10px;padding:15px}.cart-modal .cart-item{gap:15px}.cart-modal .cart-item-image{width:60px;height:60px}.cart-modal .cart-item-title{font-size:1rem}.cart-modal .cart-item-actions{flex-direction:row;gap:10px}.cart-modal .quantity-controls{padding:3px 8px}.cart-modal .quantity-btn{width:20px;height:20px}}.top-bar{background:linear-gradient(90deg,#151515,#2a2a2a);color:var(--color-white);padding:8px 0;font-size:13px;position:relative;overflow:hidden;min-height:37px;contain:layout style}.top-bar:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--color-green),var(--color-yellow));animation:topbar-progress 12s linear infinite}@keyframes topbar-progress{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;max-width:1200px;margin:0 auto;padding:0 20px}.top-bar .contact-side,.top-bar .info-side{display:flex;align-items:center;gap:20px}.top-bar span{display:flex;align-items:center;gap:6px;white-space:nowrap}.top-bar i{font-size:13px;color:var(--color-green)}.top-bar a{color:var(--color-white);text-decoration:none;transition:.3s ease;display:flex;align-items:center;gap:6px}.top-bar .highlight,.top-bar a:hover{color:var(--color-yellow)}.top-bar .highlight{background:rgba(239,146,24,.15);padding:2px 6px;border-radius:4px;font-weight:600}@media (max-width:768px){.top-bar{font-size:12px;padding:6px 0}.top-bar .container{justify-content:center;gap:15px}.top-bar .contact-side,.top-bar .info-side{gap:15px}.top-bar i{font-size:12px}.top-bar .email{display:none}}@media (max-width:576px){.top-bar{font-size:11px;padding:5px 0}.top-bar .contact-side,.top-bar .info-side{gap:12px}.top-bar i{font-size:11px}.top-bar .working-hours{display:none}}