text-*/spacing). */ .row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;}.row>*{padding-left:10px;padding-right:10px;width:100%;}.g-3{row-gap:1rem;}.g-3>*{margin-bottom:0;}.col-auto{flex:0 0 auto;width:auto;}.col-12{flex:0 0 auto;width:100%;}.col-6{flex:0 0 auto;width:50%;}.col-4{flex:0 0 auto;width:33.3333%;}.col-3{flex:0 0 auto;width:25%;}.col{flex:1 1 0;}@media (min-width:576px){.col-sm-6{flex:0 0 auto;width:50%;}.col-sm-4{flex:0 0 auto;width:33.3333%;}.col-sm-3{flex:0 0 auto;width:25%;}.col-sm-12{flex:0 0 auto;width:100%;}}@media (min-width:768px){.col-md-6{flex:0 0 auto;width:50%;}.col-md-4{flex:0 0 auto;width:33.3333%;}.col-md-3{flex:0 0 auto;width:25%;}.col-md-2{flex:0 0 auto;width:16.6666%;}.col-md-12{flex:0 0 auto;width:100%;}.col-md-auto{flex:0 0 auto;width:auto;}.d-md-block{display:block !important;}.d-md-inline{display:inline !important;}.d-md-none{display:none !important;}.text-md-end{text-align:right;}}@media (min-width:992px){.col-lg-3{flex:0 0 auto;width:25%;}.col-lg-4{flex:0 0 auto;width:33.3333%;}.col-lg-6{flex:0 0 auto;width:50%;}.col-lg-8{flex:0 0 auto;width:66.6666%;}.col-lg-9{flex:0 0 auto;width:75%;}.d-lg-none{display:none !important;}.d-lg-inline{display:inline !important;}.d-lg-block{display:block !important;}.d-lg-flex{display:flex !important;}}.d-none{display:none !important;}.d-block{display:block !important;}.d-flex{display:flex !important;}.d-inline{display:inline !important;}.align-items-center{align-items:center;}.align-items-start{align-items:flex-start;}.justify-content-between{justify-content:space-between;}.justify-content-center{justify-content:center;}.justify-content-end{justify-content:flex-end;}.flex-wrap{flex-wrap:wrap;}.ml-auto,.ms-auto{margin-left:auto;}.mr-auto,.me-auto{margin-right:auto;}.gap-1{gap:8px;}.gap-2{gap:12px;}.gap-3{gap:20px;}.text-end{text-align:right;}.text-start{text-align:left;}.px-2{padding-left:8px;padding-right:8px;}.px-3{padding-left:16px;padding-right:16px;}.py-2{padding-top:8px;padding-bottom:8px;}.py-3{padding-top:16px;padding-bottom:16px;}.mt-1{margin-top:8px;}.mt-3{margin-top:24px;}.mt-5{margin-top:48px;}.mb-1{margin-bottom:8px;}.mb-2{margin-bottom:16px;}.mb-3{margin-bottom:24px;}.mb-4{margin-bottom:32px;}.mb-5{margin-bottom:48px;}.p-3{padding:16px;}.p-4{padding:24px;}.fw-bold{font-weight:700;}.small{font-size:0.85em;}.visually-hidden{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.skip-link{position:absolute;left:8px;top:-60px;background:var(--primary-color);color:#fff;padding:10px 16px;border-radius:4px;z-index:3000;transition:top 0.2s ease;}.skip-link:focus{top:8px;}.dropdown{position:relative;}.dropdown-menu{display:none;position:absolute;right:0;top:100%;margin-top:6px;background:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:var(--shadow-md);min-width:220px;max-height:400px;overflow-y:auto;z-index:1500;padding:8px 0;list-style:none;}.dropdown-menu.show{display:block;}.dropdown-item{display:block;padding:8px 16px;color:#333;font-size:13px;text-decoration:none;}.dropdown-item:hover{background:var(--light-color);color:var(--primary-color);}.dropdown-item i{width:18px;}.dropdown-divider{border:none;border-top:1px solid var(--border-color);margin:6px 0;}.toast-container{position:fixed;bottom:80px;right:16px;z-index:4000;display:flex;flex-direction:column;gap:8px;}.toast-msg{background:#333;color:#fff;padding:12px 18px;border-radius:8px;box-shadow:var(--shadow-md);opacity:0;transform:translateY(10px);transition:all 0.25s ease;font-size:13px;max-width:280px;}.toast-msg.show{opacity:1;transform:translateY(0);}.toast-success{background:var(--success-color);}.toast-error{background:var(--danger-color);}.suggestion-item{display:flex;justify-content:space-between;padding:10px 15px;font-size:13px;color:#333;border-bottom:1px solid var(--border-color);text-decoration:none;}.suggestion-item:hover{background:var(--light-color);}.suggestion-price{color:var(--primary-color);font-weight:600;}.product-gallery-main{border:1px solid var(--border-color);border-radius:8px;overflow:hidden;margin-bottom:12px;}.product-gallery-main img{width:100%;height:auto;display:block;}.gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap;}.gallery-thumb{width:70px;height:70px;border:2px solid var(--border-color);border-radius:6px;overflow:hidden;cursor:pointer;}.gallery-thumb img{width:100%;height:100%;object-fit:cover;}.gallery-thumb.active{border-color:var(--primary-color);}.tabs-nav{display:flex;gap:4px;border-bottom:2px solid var(--border-color);margin:30px 0 20px;flex-wrap:wrap;}.tab-link{padding:12px 20px;cursor:pointer;color:#666;font-weight:600;font-size:14px;border-bottom:2px solid transparent;margin-bottom:-2px;text-decoration:none;}.tab-link.active{color:var(--primary-color);border-color:var(--primary-color);}.tab-pane{display:none;}.tab-pane.active{display:block;}.star-rating-input i{cursor:pointer;color:#ccc;font-size:22px;margin-right:3px;}.star-rating-input i.fas{color:#ffc107;}.cart-table{width:100%;border-collapse:collapse;}.cart-row td{padding:14px 8px;border-bottom:1px solid var(--border-color);vertical-align:middle;}.cart-product-info{display:flex;align-items:center;gap:12px;}.cart-product-info img{width:70px;height:70px;object-fit:cover;border-radius:6px;}.qty-selector{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:6px;}.qty-selector button{background:none;border:none;padding:8px 12px;cursor:pointer;font-size:14px;}.qty-selector input{width:44px;text-align:center;border:none;padding:8px 0;}.cart-remove{color:var(--danger-color);background:none;border:none;cursor:pointer;font-size:16px;}.cart-summary-box{background:var(--light-color);border-radius:10px;padding:20px;width:100%;max-width:760px;}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;}.cart-summary-row.total{font-size:18px;font-weight:700;border-top:1px solid var(--border-color);padding-top:12px;}.auth-wrapper{max-width:460px;margin:50px auto;padding:0 15px;}.auth-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:32px;box-shadow:var(--shadow-sm);}.auth-card h2{margin-bottom:6px;}.auth-card .subtitle{color:#777;margin-bottom:24px;font-size:14px;}.auth-links{text-align:center;margin-top:16px;font-size:13px;}.checkout-steps{display:flex;gap:30px;margin-bottom:30px;}.checkout-section{background:#fff;border:1px solid var(--border-color);border-radius:10px;padding:20px;margin:0 auto 20px;width:100%;max-width:900px;}.checkout-section h5{margin-bottom:16px;}.payment-option{display:flex;align-items:center;gap:10px;border:1px solid var(--border-color);border-radius:8px;padding:14px;margin-bottom:10px;cursor:pointer;}.payment-option.selected{border-color:var(--primary-color);background:#fff7f3;}.stat-card{background:#fff;border:1px solid var(--border-color);border-radius:10px;padding:20px;display:flex;align-items:center;gap:16px;}.stat-card .icon{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;background:var(--primary-color);}.stat-card .value{font-size:22px;font-weight:700;}.stat-card .label{font-size:12px;color:#777;}table.data-table{width:100%;border-collapse:collapse;background:#fff;}table.data-table th,table.data-table td{padding:12px;border-bottom:1px solid var(--border-color);text-align:left;font-size:13px;}table.data-table th{background:var(--light-color);font-weight:700;}.status-pill{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;display:inline-block;}.status-pending{background:#fff3cd;color:#856404;}.status-confirmed{background:#cce5ff;color:#004085;}.status-processing{background:#d1ecf1;color:#0c5460;}.status-shipped{background:#d4edda;color:#155724;}.status-delivered{background:#c3e6cb;color:#155724;}.status-cancelled{background:#f8d7da;color:#721c24;}.status-refunded{background:#e2e3e5;color:#383d41;}.hero-badge{display:inline-block;background:rgba(255,255,255,0.15);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:16px;letter-spacing:0.5px;}.btn-outline-light{border:1px solid #fff;color:#fff;background:transparent;padding:6px 16px;border-radius:6px;font-size:13px;display:inline-block;}.btn-outline-light:hover{background:#fff;color:var(--secondary-color);}.promo-banner{display:block;border-radius:12px;padding:30px;color:#fff;text-decoration:none;min-height:160px;position:relative;overflow:hidden;}.promo-banner h3{font-size:24px;margin-bottom:8px;}.promo-banner p{margin-bottom:16px;opacity:0.95;}.promo-banner-1{background:linear-gradient(135deg,#004e89,#0077b6);}.promo-banner-2{background:linear-gradient(135deg,#ff6b35,#f7931e);}.review-item{border-bottom:1px solid var(--border-color);padding:14px 0;}.delivery-info p{margin-bottom:6px;}.btn-wishlist.static{position:static;background:#fff;border:1px solid var(--border-color);border-radius:6px;color:#777;}.btn-wishlist.static.active,.btn-wishlist.static:hover{color:var(--danger-color);border-color:var(--danger-color);}.filters-box{background:#fff;border:1px solid var(--border-color);border-radius:10px;padding:18px;position:sticky;top:12px;}.filters-box h5{font-size:14px;margin:14px 0 8px;}.filters-box h5:first-child{margin-top:0;}.filter-list{list-style:none;margin-bottom:8px;}.filter-list li a{display:block;padding:6px 0;font-size:13px;color:#555;text-decoration:none;}.filter-list li a.active,.filter-list li a:hover{color:var(--primary-color);font-weight:600;}.why-icon{width:60px;height:60px;border-radius:50%;background:#fff;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 12px;box-shadow:var(--shadow-sm);}@media (max-width:767px){.cart-summary-box,.checkout-section{max-width:100%;padding:16px;}}:root{--primary-color:#ff6a00;--secondary-color:#071b4d;--success-color:#28a745;--danger-color:#dc3545;--warning-color:#ffc107;--info-color:#17a2b8;--light-color:#f8f9fa;--dark-color:#212529;--border-color:#dee2e6;--shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,0.075);--shadow-md:0 0.5rem 1rem rgba(0,0,0,0.15);--shadow-lg:0 1rem 3rem rgba(0,0,0,0.175);}*{margin:0;padding:0;box-sizing:border-box;}html,body{height:100%;}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#333;background-color:var(--body-background-color,#f5f7fa);line-height:1.6;}.container-fluid{max-width:1400px;margin:0 auto;padding:0 15px;}a{color:var(--primary-color);text-decoration:none;transition:all 0.3s ease;}a:hover{color:var(--secondary-color);}.prime-header{background:var(--header-color,#ffffff);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;}.top-bar{background:var(--secondary-color);color:#fff;padding:8px 0;font-size:12px;}.top-info-item{margin-right:30px;}.top-info-item i{margin-right:5px;color:var(--primary-color);}.top-info-item a{color:#fff;}.top-info-item a:hover{color:var(--primary-color);}.top-links a{color:#fff;margin:0 15px;font-size:13px;}.top-links a:hover{color:var(--primary-color);}.main-header{padding:15px 0;background:var(--header-color,#ffffff);}.logo{font-size:24px;font-weight:bold;color:var(--secondary-color);display:flex;align-items:center;gap:10px;white-space:nowrap;}.logo i{font-size:30px;color:var(--primary-color);}.logo:hover{color:var(--primary-color);}.search-form{position:relative;}.search-input-group{display:flex;border:2px solid var(--border-color);border-radius:4px;overflow:hidden;transition:border-color 0.3s ease;}.search-input-group:focus-within{border-color:var(--primary-color);}.search-input-group input{border:none;padding:12px 15px;flex:1;font-size:14px;}.search-input-group input:focus{outline:none;}.btn-search{background:var(--primary-color);color:white;border:none;padding:12px 20px;cursor:pointer;transition:background 0.3s ease;}.btn-search:hover{background:var(--secondary-color);}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid var(--border-color);border-top:none;max-height:300px;overflow-y:auto;z-index:10;display:none;}.search-suggestions.active{display:block;}.search-suggestion-item{padding:10px 15px;border-bottom:1px solid var(--border-color);cursor:pointer;font-size:13px;}.search-suggestion-item:hover{background:var(--light-color);}.header-actions{display:flex;gap:10px;align-items:center;}.btn-action{background:none;border:none;color:var(--secondary-color);cursor:pointer;font-size:18px;padding:8px 12px;position:relative;transition:color 0.3s ease;display:flex;flex-direction:column;align-items:center;gap:4px;}.btn-action:hover{color:var(--primary-color);}.btn-action span{font-size:11px;}.btn-action .badge{position:absolute;top:0;right:0;background:var(--danger-color);color:white;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:bold;}.categories-bar{background:var(--light-color);border-top:1px solid var(--border-color);padding:12px 0;overflow-x:auto;}.categories-scroll{display:flex;gap:5px;padding:0 15px;flex-wrap:nowrap;}.cat-item{padding:8px 16px;white-space:nowrap;font-size:13px;color:#666;border-radius:4px;transition:all 0.3s ease;}.cat-item:hover,.cat-item.active{background:var(--primary-color);color:white;}.mobile-menu-overlay{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:rgba(0,0,0,0.7);z-index:1999;transition:left 0.3s ease;}.mobile-menu-overlay.active{left:0;}.mobile-menu{position:fixed;top:0;left:-100%;width:85%;max-width:300px;height:100vh;background:white;z-index:2000;transition:left 0.3s ease;display:flex;flex-direction:column;}.mobile-menu-overlay.active .mobile-menu{left:0;}.mobile-menu-header{padding:15px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;}.mobile-menu-body{flex:1;overflow-y:auto;padding:15px;}.mobile-menu-section{margin-bottom:25px;}.mobile-menu-section h6{color:var(--primary-color);margin-bottom:10px;font-weight:bold;}.mobile-menu-section a{display:block;padding:10px 0;color:#666;border-bottom:1px solid var(--border-color);}.mobile-menu-section a:last-child{border-bottom:none;}.mobile-bottom-nav{display:flex;gap:0;padding:10px 0;border-top:1px solid var(--border-color);background:white;}.mobile-bottom-nav .nav-item{flex:1;text-align:center;padding:10px 5px;color:#666;font-size:11px;display:flex;flex-direction:column;gap:5px;border-right:1px solid var(--border-color);}.mobile-bottom-nav .nav-item:last-child{border-right:none;}.mobile-bottom-nav .nav-item i{font-size:18px;}.hero-section{background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));color:white;padding:60px 0;text-align:center;}.hero-content h1{font-size:48px;font-weight:bold;margin-bottom:15px;}.hero-content p{font-size:18px;margin-bottom:30px;opacity:0.95;}.hero-content .btn{padding:12px 40px;font-size:16px;}.section{padding:50px 0;}.section-title{font-size:32px;font-weight:bold;color:var(--secondary-color);margin-bottom:40px;text-align:center;position:relative;padding-bottom:20px;}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--primary-color);border-radius:2px;}.categories-section{background:var(--light-color);}.category-card{text-align:center;padding:30px 20px;border-radius:8px;background:white;transition:all 0.3s ease;cursor:pointer;border:1px solid var(--border-color);height:100%;}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px);border-color:var(--primary-color);}.category-card-icon{font-size:48px;color:var(--primary-color);margin-bottom:15px;}.category-card h4{color:var(--secondary-color);margin-bottom:10px;}.category-card p{font-size:13px;color:#666;}.product-card{border:1px solid var(--border-color);border-radius:8px;overflow:hidden;transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;background:white;}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-color);}.product-image-wrapper{position:relative;height:200px;overflow:hidden;background:var(--light-color);}.product-image{display:block;width:100%;height:100%;overflow:hidden;}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.product-card:hover .product-image img{transform:scale(1.1);}.stock-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;color:white;font-weight:bold;font-size:16px;}.product-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;}.badge{padding:5px 10px;border-radius:4px;font-size:11px;font-weight:bold;text-transform:uppercase;color:white;}.badge-flash{background:var(--danger-color);}.badge-new{background:var(--success-color);}.badge-discount{background:var(--warning-color);color:#333;}.btn-wishlist{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:50%;background:white;border:none;color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:var(--shadow-sm);}.btn-wishlist:hover,.btn-wishlist.active{color:var(--danger-color);transform:scale(1.1);}.product-info{padding:15px;flex:1;display:flex;flex-direction:column;}.product-category{font-size:11px;color:#999;margin-bottom:8px;}.product-name{font-size:14px;font-weight:600;color:var(--secondary-color);margin-bottom:10px;line-height:1.4;flex:1;}.product-name a{color:var(--secondary-color);}.product-name a:hover{color:var(--primary-color);}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;}.stars{display:flex;gap:2px;}.stars i{font-size:12px;color:var(--warning-color);}.rating-text strong{color:var(--secondary-color);}.product-price{margin-bottom:10px;}.price-original{color:#999;margin-right:8px;font-size:13px;}.price-current{font-size:18px;font-weight:bold;color:var(--primary-color);}.product-stock{margin-bottom:10px;font-size:12px;}.stock-status{padding:4px 8px;border-radius:4px;}.stock-status.in-stock{background:var(--success-color);color:white;}.stock-status.out-of-stock{background:var(--danger-color);color:white;}.btn-add-cart{background:var(--primary-color);color:white;border:none;padding:10px;border-radius:4px;cursor:pointer;font-weight:600;transition:all 0.3s ease;margin-top:auto;}.btn-add-cart:hover:not(:disabled){background:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow-md);}.btn-add-cart:disabled{background:#ccc;cursor:not-allowed;}.countdown{display:flex;gap:15px;justify-content:center;margin-bottom:30px;}.countdown-item{background:var(--light-color);padding:15px 20px;border-radius:4px;text-align:center;min-width:80px;border:1px solid var(--border-color);}.countdown-item .value{font-size:28px;font-weight:bold;color:var(--primary-color);}.countdown-item .label{font-size:11px;color:#666;margin-top:5px;text-transform:uppercase;}.btn{padding:10px 24px;border-radius:4px;font-weight:600;cursor:pointer;transition:all 0.3s ease;border:none;text-decoration:none;display:inline-block;text-align:center;}.btn-primary{background:var(--primary-color);color:white;}.btn-primary:hover{background:var(--secondary-color);color:white;}.btn-secondary{background:var(--secondary-color);color:white;}.btn-secondary:hover{background:var(--primary-color);color:white;}.btn-outline-primary{border:2px solid var(--primary-color);color:var(--primary-color);background:transparent;}.btn-outline-primary:hover{background:var(--primary-color);color:white;}.btn-sm{padding:6px 12px;font-size:12px;}.btn-block{width:100%;display:block;}.btn:disabled{opacity:0.5;cursor:not-allowed;}.form-group{margin-bottom:20px;}.form-label{display:block;margin-bottom:8px;font-weight:600;color:var(--secondary-color);}.form-control{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:4px;font-size:14px;transition:border-color 0.3s ease;}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(255,107,53,0.1);}.form-control.error{border-color:var(--danger-color);}.form-error{color:var(--danger-color);font-size:12px;margin-top:5px;}.alert{padding:15px 20px;border-radius:4px;margin-bottom:20px;border-left:4px solid;}.alert-success{background:#d4edda;color:#155724;border-left-color:var(--success-color);}.alert-danger{background:#f8d7da;color:#721c24;border-left-color:var(--danger-color);}.alert-info{background:#d1ecf1;color:#0c5460;border-left-color:var(--info-color);}.alert-warning{background:#fff3cd;color:#856404;border-left-color:var(--warning-color);}.prime-footer{background:var(--secondary-color);color:white;margin-top:auto;}.footer-top{padding:50px 0 30px;border-bottom:1px solid rgba(255,255,255,0.1);}.footer-section{margin-bottom:30px;}.footer-section h5{margin-bottom:20px;font-weight:bold;color:white;font-size:16px;}.footer-logo{font-size:48px;color:var(--primary-color);margin-bottom:15px;}.footer-section p{font-size:13px;line-height:1.8;opacity:0.9;}.footer-links{list-style:none;}.footer-links li{margin-bottom:10px;}.footer-links a{color:#ccc;text-decoration:none;font-size:13px;transition:color 0.3s ease;}.footer-links a:hover{color:var(--primary-color);}.social-links{display:flex;gap:15px;margin-top:15px;}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,107,53,0.2);color:white;border-radius:50%;transition:all 0.3s ease;}.social-links a:hover{background:var(--primary-color);color:white;}.newsletter-form{position:relative;}.newsletter-form .input-group{display:flex;gap:0;margin-bottom:10px;}.newsletter-form input{flex:1;padding:10px 15px;border:none;border-radius:4px 0 0 4px;font-size:13px;}.newsletter-form button{padding:10px 20px;border-radius:0 4px 4px 0;}.footer-divider{height:1px;background:rgba(255,255,255,0.1);margin:30px 0;}.footer-bottom{padding:30px 0;}.legal-links{font-size:13px;}.legal-links a{color:#ccc;margin-right:10px;}.legal-links a:hover{color:var(--primary-color);}.separator{color:rgba(255,255,255,0.3);margin:0 8px;}.payment-methods{font-size:13px;display:flex;align-items:center;gap:10px;}.payment-methods i{font-size:20px;opacity:0.7;}.copyright{text-align:center;font-size:12px;opacity:0.8;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1);}.copyright i{color:var(--danger-color);}.breadcrumb{background:var(--light-color);padding:12px 0;margin:20px 0;border-radius:4px;}.breadcrumb-item{display:inline-block;font-size:13px;}.breadcrumb-item+.breadcrumb-item::before{content:' / ';color:#999;margin:0 8px;}.breadcrumb-item a{color:var(--primary-color);}.breadcrumb-item.active{color:#666;}.pagination{display:flex;justify-content:center;gap:5px;margin-top:40px;}.pagination a,.pagination span{padding:8px 12px;border:1px solid var(--border-color);border-radius:4px;color:var(--primary-color);text-decoration:none;transition:all 0.3s ease;}.pagination a:hover{background:var(--primary-color);color:white;}.pagination .active{background:var(--primary-color);color:white;border-color:var(--primary-color);}.pagination .disabled{color:#999;cursor:not-allowed;}.spinner{border:3px solid var(--light-color);border-top:3px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.text-center{text-align:center;}.text-right{text-align:right;}.text-left{text-align:left;}.mt-0{margin-top:0;}.mt-1{margin-top:10px;}.mt-2{margin-top:20px;}.mt-3{margin-top:30px;}.mt-4{margin-top:40px;}.mt-5{margin-top:50px;}.mb-0{margin-bottom:0;}.mb-1{margin-bottom:10px;}.mb-2{margin-bottom:20px;}.mb-3{margin-bottom:30px;}.mb-4{margin-bottom:40px;}.mb-5{margin-bottom:50px;}.p-0{padding:0;}.p-1{padding:10px;}.p-2{padding:20px;}.p-3{padding:30px;}.p-4{padding:40px;}.p-5{padding:50px;}.w-100{width:100%;}.h-100{height:100%;}.mx-auto{margin-left:auto;margin-right:auto;}.align-items-center{align-items:center;}.text-muted{color:#999;}.text-primary{color:var(--primary-color);}.text-secondary{color:var(--secondary-color);}.text-success{color:var(--success-color);}.text-danger{color:var(--danger-color);}.messages-container{position:fixed;top:100px;right:20px;max-width:400px;z-index:2000;}@media (max-width:767px){.messages-container{top:auto;bottom:80px;left:10px;right:10px;max-width:100%;}}@media (min-width:768px){.prime-header{background:var(--secondary-color);}.prime-header .top-bar{background:rgba(0,0,0,.14);}.prime-header .main-header{background:#fff;}.prime-header .categories-bar{background:#fff;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);}.prime-header .main-header>.container-fluid,.prime-header .categories-bar>.container-fluid,.prime-header .top-bar>.container-fluid{max-width:1500px;}.prime-header .main-header .row{min-height:64px;}.prime-header .search-form{width:100%;min-width:0;}.prime-header .main-header .col-lg-6{flex:1 1 auto;max-width:none;}.prime-header .header-actions{flex:0 0 auto;}.prime-header .logo img{width:var(--logo-desktop-width,auto) !important;max-width:240px;height:auto !important;max-height:58px;object-fit:contain;}.prime-header .logo{min-width:190px;}.categories-scroll{justify-content:center;}.section>.container-fluid,.section.container-fluid{max-width:1500px;}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}}@media (min-width:1920px){.container-fluid{max-width:1700px;}}@media (max-width:767px){.prime-header .main-header{background:#fff;}.prime-header .logo img{width:var(--logo-mobile-width,auto) !important;height:auto !important;max-width:150px;max-height:42px;object-fit:contain;}}.btn-resell{background:var(--secondary-color);color:#fff;border:none;display:block}.btn-resell:hover{background:var(--primary-color);color:#fff}@media (min-width:992px){.prime-header .main-header{padding:12px 0;}.prime-header .main-header>.container-fluid>.row{display:grid;grid-template-columns:minmax(170px,auto) minmax(360px,1fr) auto;align-items:center;gap:24px;width:100%;margin:0;}.prime-header .main-header>.container-fluid>.row>*{width:auto !important;max-width:none !important;flex:none !important;padding-left:0;padding-right:0;}.prime-header .main-header .search-form{width:100%;min-width:0;margin:0 auto;}.prime-header .main-header .search-input-group{width:100%;}.prime-header .logo{min-width:0;width:auto;}.prime-header .header-actions{justify-content:flex-end;gap:4px;white-space:nowrap;}.prime-header .header-actions .btn-action{min-width:58px;}.prime-header .header-menu-toggle{display:flex !important;}.prime-header .categories-scroll{justify-content:center;overflow-x:auto;}.prime-header .cat-item:first-child{padding-left:12px;padding-right:12px;}}.mobile-menu-overlay{left:auto !important;right:-100%;transition:right .3s ease;}.mobile-menu-overlay.active{left:auto !important;right:0;}.mobile-menu{left:auto !important;right:-100%;transition:right .3s ease;}.mobile-menu-overlay.active .mobile-menu{left:auto !important;right:0;}.products-toolbar{display:flex;align-items:center;gap:12px;margin:0 0 18px;}.products-filter-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border-color);background:#fff;color:var(--secondary-color);padding:10px 16px;border-radius:7px;font-weight:600;cursor:pointer;}.products-filter-toggle:hover,.products-filter-toggle[aria-expanded="true"]{background:var(--primary-color);border-color:var(--primary-color);color:#fff;}.products-toolbar-note{color:#777;font-size:12px;}.products-filters-column[hidden]{display:none !important;}.products-layout.filters-open .products-filters-column{display:block;}.products-layout:not(.filters-open) .products-results-column{width:100%;}@media (max-width:991px){.products-toolbar-note{display:none;}.products-toolbar{margin-top:4px;}}@media (min-width:992px){.prime-header .main-header>.container-fluid>.row{display:grid;grid-template-columns:minmax(180px,220px) minmax(420px,1fr) auto;align-items:center;gap:20px;min-height:72px;flex-wrap:nowrap;}.prime-header .main-header .logo{display:inline-flex;align-items:center;white-space:nowrap;min-width:0;}.prime-header .main-header .search-form{width:100%;min-width:0;margin:0;}.prime-header .main-header .search-input-group{width:100%;}.prime-header .header-actions{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center;justify-content:flex-end;gap:4px;white-space:nowrap;min-width:max-content;}.prime-header .header-actions .btn-action,.prime-header .header-actions .desktop-icon-action{flex:0 0 auto !important;width:52px;min-width:52px;height:52px;padding:7px 5px;display:inline-flex !important;flex-direction:column !important;align-items:center;justify-content:center;gap:2px;line-height:1;}.prime-header .header-actions .btn-action>i{font-size:18px;line-height:1;}.prime-header .header-actions .action-label{display:block !important;font-size:9px !important;line-height:1.1;font-weight:600;white-space:nowrap;}.prime-header .header-actions .badge{top:3px;right:4px;width:16px;height:16px;font-size:9px;}.category-scroll{display:flex !important;flex-wrap:nowrap !important;align-items:flex-start;overflow-x:auto !important;overflow-y:hidden;width:100%;gap:22px;}.category-scroll .cat-circle{flex:0 0 92px !important;}.trust-strip .row{display:flex !important;flex-wrap:nowrap !important;align-items:stretch;gap:0;margin-left:0;margin-right:0;}.trust-strip .row>[class*="col-"]{flex:1 1 0 !important;width:auto !important;min-width:0;padding-left:10px;padding-right:10px;}.trust-strip .trust-item{height:100%;min-width:0;white-space:nowrap;justify-content:flex-start;}.trust-strip .trust-item>div{min-width:0;overflow:hidden;text-overflow:ellipsis;}}@media (min-width:1200px){.prime-header .main-header>.container-fluid>.row{grid-template-columns:minmax(190px,240px) minmax(520px,1fr) auto;gap:28px;}.prime-header .header-actions .btn-action,.prime-header .header-actions .desktop-icon-action{width:56px;min-width:56px;}}@media (min-width:1600px){.prime-header .main-header>.container-fluid>.row{grid-template-columns:minmax(210px,250px) minmax(650px,1fr) auto;gap:32px;}}@media (max-width:991px){.prime-header .header-actions .action-label{display:none !important;}}.prime-header{background:var(--header-color,#fff);}@media (max-width:767px){.prime-header .main-header{background:var(--header-color,#ffffff) !important;padding:8px 0 !important;}.prime-header .main-header>.container-fluid>.row{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;gap:8px !important;margin:0 !important;min-height:52px !important;}.prime-header .main-header>.container-fluid>.row>.col-auto:first-child{flex:0 0 auto !important;width:auto !important;max-width:none !important;padding:0 !important;}.prime-header .main-header>.container-fluid>.row>.col-12.col-md-auto.col-lg-6{display:block !important;flex:1 1 0 !important;width:auto !important;max-width:none !important;padding:0 !important;min-width:0 !important;}.prime-header .main-header .logo{min-width:0 !important;width:auto !important;display:flex !important;align-items:center !important;}.prime-header .main-header .logo img{width:var(--logo-mobile-width,110px) !important;max-width:110px !important;max-height:40px !important;height:auto !important;object-fit:contain !important;}.prime-header .main-header .logo span{font-size:16px !important;}.prime-header .main-header .search-form{width:100% !important;margin:0 !important;}.prime-header .main-header .search-input-group{width:100% !important;}.prime-header .main-header .header-actions{display:none !important;visibility:hidden !important;}}.prime-header .main-header{background:var(--header-color,#ffffff) !important;}@media (min-width:768px){.hero-slide-content h1{font-size:var(--hero-title-desktop,44px) !important;}.hero-slide-content p{font-size:var(--hero-text-desktop,17px) !important;}}.prime-header{position:sticky !important;top:0 !important;z-index:10000 !important;background:var(--header-color,#fff) !important;}.prime-header .main-header{background:var(--header-color,#fff) !important;}.prime-header .top-bar{background:var(--topbar-color,#004e89) !important;}.prime-header .categories-bar{background:var(--categories-bar-color,#f8f9fa) !important;}body{background:var(--body-background-color,#f5f7fa) !important;}main#mainContent{background:var(--content-background-color,#fff);}@media (max-width:767px){.prime-header .top-bar{display:none !important;}.prime-header .main-header{padding:7px 8px !important;}.prime-header .main-header>.container-fluid{padding:0 !important;}.prime-header .main-header>.container-fluid>.row{flex-wrap:nowrap !important;gap:7px !important;}.prime-header .main-header .col-auto:first-child{flex:0 0 auto !important;}.prime-header .main-header .logo img{width:var(--logo-mobile-width,100px) !important;max-width:var(--logo-mobile-width,100px) !important;max-height:36px !important;}.prime-header .main-header .logo span{display:none !important;}.prime-header .main-header .col-12.col-md-auto.col-lg-6{flex:1 1 auto !important;width:auto !important;max-width:none !important;padding:0 !important;}.prime-header .main-header .search-form{margin:0 !important;}.prime-header .main-header .header-actions{display:none !important;}}.product-ask-question{margin-top:18px}.product-ask-question .ask-product-btn{width:100%;border:1px solid var(--primary-color,#ff6b35);color:var(--primary-color,#ff6b35);background:#fff;border-radius:12px;padding:12px 16px;font-weight:800;transition:.2s;box-shadow:0 4px 12px rgba(0,0,0,.04)}.product-ask-question .ask-product-btn:hover{background:var(--primary-color,#ff6b35);color:#fff;transform:translateY(-1px)}.chatbot-widget{position:fixed;right:24px;bottom:24px;z-index:99999;font-family:inherit}.chatbot-launch-row{display:flex;align-items:center;justify-content:flex-end;gap:7px}.chatbot-fab-close{display:none;width:54px;height:54px;flex:0 0 54px;border:1px solid #e1e6ee;border-radius:17px;background:#fff;color:#39465a;box-shadow:0 10px 28px rgba(0,0,0,.16);cursor:pointer;font-size:18px;align-items:center;justify-content:center}.chatbot-launch-row.chatbot-is-open .chatbot-fab-close{display:flex}.chatbot-launch-row.chatbot-is-open .chatbot-fab{transform:none}.chatbot-fab{border:0;border-radius:18px;background:var(--chatbot-primary,var(--primary-color,#ff6b35));color:#fff;padding:10px 15px;min-width:188px;display:flex;align-items:center;gap:10px;box-shadow:0 12px 34px rgba(0,0,0,.22);cursor:pointer;text-align:left;transition:.2s}.chatbot-fab:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(0,0,0,.26)}.chatbot-fab-icon{width:40px;height:40px;border-radius:13px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:18px}.chatbot-fab strong{display:block;font-size:14px}.chatbot-fab small{display:block;font-size:11px;opacity:.85;margin-top:2px}.chatbot-panel[hidden]{display:none!important}.chatbot-panel{width:410px;max-width:calc(100vw - 28px);height:650px;max-height:calc(100vh - 50px);background:#fff;border:1px solid #e6e9ee;border-radius:22px;box-shadow:0 24px 70px rgba(16,24,40,.25);display:flex;flex-direction:column;overflow:hidden;margin-bottom:12px}.chatbot-head{background:var(--chatbot-header,var(--secondary-color,#004e89));color:#fff;padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.chatbot-brand{display:flex;align-items:center;gap:11px}.chatbot-avatar{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:19px}.chatbot-head strong{display:block;font-size:15px}.chatbot-head small{display:block;opacity:.86;margin-top:4px;font-size:11px}.chatbot-online-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#56e39f;margin-right:5px}.chatbot-close{border:0;background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:10px;cursor:pointer;font-size:14px}.chatbot-context{padding:10px 15px;background:#f7f9fc;border-bottom:1px solid #e9edf3;color:#5f6b7a;font-size:12px}.chatbot-context i{margin-right:7px;color:var(--chatbot-primary,var(--primary-color,#ff6b35))}.chatbot-messages{flex:1;padding:18px 15px;overflow:auto;background:#f5f7fb}.chatbot-msg{max-width:88%;padding:11px 13px;border-radius:15px;margin-bottom:10px;line-height:1.5;font-size:13.5px;display:flex;gap:8px;align-items:flex-start}.chatbot-msg.bot{background:var(--chatbot-bot,#fff);border:1px solid #e5e9f0;color:#253247;margin-right:auto;border-bottom-left-radius:5px;box-shadow:0 2px 7px rgba(0,0,0,.03)}.chatbot-msg.user{background:var(--chatbot-user,var(--primary-color,#ff6b35));color:#fff;margin-left:auto;border-bottom-right-radius:5px}.chatbot-bubble-icon{flex:0 0 24px;width:24px;height:24px;border-radius:8px;background:var(--chatbot-primary,var(--primary-color,#ff6b35));color:#fff;display:grid;place-items:center;font-size:11px}.chatbot-welcome-note{text-align:center;color:#8a95a5;font-size:11px;margin:3px 0 12px}.chatbot-typing{width:max-content;background:#fff;border:1px solid #e5e9f0;border-radius:14px;padding:9px 12px;color:#8791a0;font-size:11px;margin-bottom:10px}.chatbot-typing span{display:inline-block;width:5px;height:5px;background:#9aa5b4;border-radius:50%;margin-right:3px;animation:chatDot 1s infinite}.chatbot-typing span:nth-child(2){animation-delay:.15s}.chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes chatDot{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-3px)}}.chatbot-suggestions{padding:9px 11px 5px;display:flex;gap:7px;overflow-x:auto;border-top:1px solid #e9edf3;background:#fff;scrollbar-width:none}.chatbot-suggestions::-webkit-scrollbar{display:none}.chatbot-suggestions button{white-space:nowrap;border:1px solid #dfe4ec;background:#fff;color:#39465a;border-radius:999px;padding:8px 11px;cursor:pointer;font-size:11px;font-weight:700}.chatbot-suggestions button:hover{border-color:var(--chatbot-primary,var(--primary-color,#ff6b35));color:var(--chatbot-primary,var(--primary-color,#ff6b35));background:#fff8f5}.chatbot-suggestions i{margin-right:5px}.chatbot-form{display:flex;border-top:1px solid #e9edf3;padding:10px 11px;gap:8px;background:#fff}.chatbot-form input{flex:1;border:1px solid #d6dce5;border-radius:13px;padding:12px 13px;outline:none;font-size:13px;background:#fbfcfe}.chatbot-form input:focus{border-color:var(--chatbot-primary,var(--primary-color,#ff6b35));box-shadow:0 0 0 3px rgba(255,107,53,.1)}.chatbot-form button{border:0;border-radius:13px;background:var(--chatbot-primary,var(--primary-color,#ff6b35));color:#fff;width:46px;cursor:pointer}.chatbot-form button:disabled{opacity:.65}.chatbot-footer-note{text-align:center;font-size:10px;color:#9aa3b0;padding:5px 10px 9px;background:#fff}.chatbot-footer-note i{margin-right:4px}@media(max-width:600px){.chatbot-widget{right:12px;bottom:76px}.chatbot-fab{min-width:0;width:54px;height:54px;padding:0;border-radius:17px;justify-content:center}.chatbot-fab-icon{width:100%;height:100%;background:transparent;font-size:20px}.chatbot-fab>span:last-child{display:none}.chatbot-fab-close{display:none}.chatbot-launch-row.chatbot-is-open .chatbot-fab-close{display:flex}.chatbot-panel{width:calc(100vw - 16px);max-width:none;height:min(720px,calc(100vh - 90px));max-height:calc(100vh - 90px);border-radius:20px;margin-bottom:8px}.chatbot-head{padding:14px}.chatbot-messages{padding:15px 12px}.chatbot-suggestions{padding-left:9px}.chatbot-context{font-size:11px}}.chatbot-admin-settings input[type=color]{cursor:pointer;border-radius:8px;border:1px solid #d8dee8;background:#fff}.chatbot-admin-settings .form-check{display:flex;align-items:center;gap:8px}.chatbot-admin-settings .form-check input{width:18px;height:18px}.btn-affiliate{background:var(--secondary-color);color:#fff !important;border:1px solid var(--secondary-color);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;}.btn-affiliate:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff !important;}.affiliate-product-box{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #dce4f0;border-radius:12px;background:linear-gradient(135deg,#f7faff,#fff);}.affiliate-product-box small{display:block;color:#6b7280;margin-top:3px;}@media(max-width:575px){.affiliate-product-box{flex-direction:column;align-items:stretch}.affiliate-product-box .btn-affiliate{width:100%;}}.card,.product-card,.checkout-section,.tabs-nav,.tabs-content,.promo-tile,.promo-wide{background-color:var(--content-background-color,#fff);}:root{--accent-yellow:#ffb400;--accent-pink:#ff3f6c;--accent-teal:#00b8a9;--grad-brand:linear-gradient(135deg,#ff6b35 0%,#ff3f6c 55%,#004e89 100%);}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;}}@media (min-width:992px){.product-grid{grid-template-columns:repeat(4,1fr);gap:20px;}}.product-grid-item{min-width:0;}.product-grid-item .product-card{height:100%;}.hero-slider{position:relative;overflow:hidden;border-radius:18px;border-bottom:3px solid rgba(0,0,0,0.08);background:var(--dark-color);}.hero-slider .hero-track{display:flex;transition:transform 0.6s ease;}.hero-slide{position:relative;flex:0 0 var(--desktop-width,100%);width:var(--desktop-width,100%);min-height:120px;height:var(--desktop-height,320px);background-size:cover;background-position:center;display:flex;align-items:center;}.hero-slide::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,20,40,0.82) 0%,rgba(0,20,40,0.45) 45%,rgba(0,20,40,0.05) 80%);}.hero-slide .hero-slide-content{position:relative;z-index:2;color:#fff;max-width:560px;padding:0 6vw;}.hero-slide-content .hero-badge{display:inline-block;background:var(--accent-yellow);color:#212529;font-weight:700;font-size:12px;letter-spacing:0.5px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:14px;}.hero-slide-content h1{font-size:var(--hero-title-desktop,clamp(24px,4vw,44px));font-weight:800;line-height:1.15;margin-bottom:12px;text-shadow:0 2px 12px rgba(0,0,0,0.3);}.hero-slide-content p{font-size:var(--hero-text-desktop,clamp(13px,1.6vw,17px));opacity:0.95;margin-bottom:22px;max-width:480px;}.hero-slide-content .btn{box-shadow:0 8px 20px rgba(0,0,0,0.25);}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.85);color:var(--dark-color);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s ease;}.hero-arrow:hover{background:#fff;}.hero-arrow.prev{left:16px;}.hero-arrow.next{right:16px;}.hero-dots{position:absolute;left:0;right:0;bottom:16px;z-index:3;display:flex;justify-content:center;gap:8px;}.hero-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(255,255,255,0.5);cursor:pointer;padding:0;}.hero-dots button.active{background:var(--accent-yellow);width:22px;border-radius:6px;}.trust-strip{background:#fff;border-bottom:1px solid var(--border-color);}.trust-strip .row{row-gap:10px;}.trust-item{display:flex;align-items:center;gap:10px;padding:14px 6px;font-size:13px;color:var(--dark-color);}.trust-item i{font-size:22px;color:var(--primary-color);flex-shrink:0;}.trust-item strong{display:block;font-size:13px;}.trust-item span.sub{color:#777;font-size:11.5px;}.cat-circle{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;color:var(--dark-color);}.cat-circle-img{width:78px;height:78px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 0 0 2px var(--primary-color),var(--shadow-sm);transition:transform 0.25s ease,box-shadow 0.25s ease;}.cat-circle-img img{width:100%;height:100%;object-fit:cover;display:block;}.cat-circle:hover .cat-circle-img{transform:translateY(-4px);box-shadow:0 0 0 2px var(--accent-pink),var(--shadow-md);}.cat-circle h4{font-size:13px;font-weight:600;margin:0;}.category-scroll{display:flex;gap:18px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}.category-scroll::-webkit-scrollbar{height:6px;}.category-scroll::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px;}.category-scroll .cat-circle{flex:0 0 auto;width:92px;scroll-snap-align:start;}.section-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:22px;}.section-head h2{font-size:24px;font-weight:800;color:var(--dark-color);margin:0;display:flex;align-items:center;gap:10px;}.section-head .view-all{font-size:13px;font-weight:700;color:var(--primary-color);white-space:nowrap;}.section-head .view-all i{margin-left:4px;}.section-tag{display:inline-block;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#fff;}.section-tag.flash{background:var(--danger-color);}.section-tag.featured{background:var(--secondary-color);}.section-tag.popular{background:var(--accent-teal);}.section-tag.new{background:var(--accent-pink);}.section-flash{background:linear-gradient(180deg,#fff5f0 0%,#fff 100%);border-top:1px solid #ffe1d1;border-bottom:1px solid #ffe1d1;}.countdown-item .value{background:var(--dark-color);color:#fff;}.promo-grid{display:grid;grid-template-columns:1fr;gap:14px;}@media (min-width:768px){.promo-grid{grid-template-columns:repeat(3,1fr);}}.promo-tile{position:relative;width:var(--desktop-width,100%);display:block;border-radius:14px;overflow:hidden;min-height:0;height:var(--desktop-height,190px);background-size:cover;background-position:center;color:#fff;text-decoration:none;}.promo-tile::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.65) 100%);}.promo-tile .promo-tile-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:18px;}.promo-tile h3{font-size:20px;font-weight:800;margin-bottom:4px;}.promo-tile p{font-size:13px;opacity:0.9;margin-bottom:10px;}.promo-tile:hover .promo-tile-body{padding-bottom:22px;transition:padding 0.25s ease;}.promo-wide{position:relative;width:var(--desktop-width,100%);border-radius:14px;overflow:hidden;min-height:0;height:var(--desktop-height,150px);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;text-decoration:none;}.promo-wide::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,20,40,0.78) 0%,rgba(0,20,40,0.15) 100%);}.promo-wide .promo-wide-body{position:relative;z-index:2;padding:24px 28px;max-width:60%;}.promo-wide h3{font-size:22px;font-weight:800;margin-bottom:6px;}.promo-wide p{font-size:13px;opacity:0.92;margin-bottom:12px;}.brand-strip{background:#fff;}.brand-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;}.brand-chip{flex:0 0 auto;width:110px;height:70px;border:1px solid var(--border-color);border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;transition:box-shadow 0.2s ease,transform 0.2s ease;}.brand-chip img{width:100%;height:100%;object-fit:cover;}.brand-chip:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);}.why-icon{width:64px;height:64px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff;background:var(--grad-brand);}.app-promo{position:relative;border-radius:16px;overflow:hidden;background:var(--grad-brand);color:#fff;display:grid;grid-template-columns:1fr;align-items:center;gap:20px;padding:30px;}@media (min-width:768px){.app-promo{grid-template-columns:1.2fr 1fr;padding:40px;}}.app-promo h2{font-size:26px;font-weight:800;margin-bottom:10px;}.app-promo p{opacity:0.95;margin-bottom:18px;font-size:14px;max-width:460px;}.app-promo .store-badges{display:flex;gap:10px;flex-wrap:wrap;}.app-promo .store-badges a{background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.4);color:#fff;padding:9px 16px;border-radius:8px;font-size:13px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;}.app-promo .store-badges a:hover{background:rgba(255,255,255,0.28);}.app-promo-media{display:flex;justify-content:center;}.app-promo-media img{width:100%;max-width:320px;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,0.25);}.testimonial-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:22px;height:100%;}.testimonial-card .stars{color:var(--accent-yellow);margin-bottom:10px;font-size:13px;}.testimonial-card p.quote{font-size:13.5px;color:#444;margin-bottom:16px;line-height:1.6;}.testimonial-user{display:flex;align-items:center;gap:10px;}.testimonial-user img{width:42px;height:42px;border-radius:50%;object-fit:cover;}.testimonial-user strong{display:block;font-size:13px;}.testimonial-user span{font-size:11.5px;color:#888;}.newsletter-band{background:var(--secondary-color);color:#fff;border-radius:16px;padding:30px;text-align:center;}.newsletter-band h3{font-size:22px;font-weight:800;margin-bottom:8px;}.newsletter-band p{opacity:0.9;margin-bottom:18px;font-size:13.5px;}.newsletter-band form{max-width:460px;margin:0 auto;display:flex;gap:8px;}.newsletter-band input{flex:1;padding:12px 14px;border-radius:8px;border:none;font-size:14px;}.newsletter-band button{background:var(--accent-yellow);color:#212529;border:none;padding:12px 20px;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap;}@media (max-width:575px){.newsletter-band form{flex-direction:column;}}.payment-methods-grid{display:grid;grid-template-columns:1fr;gap:10px;}@media (min-width:576px){.payment-methods-grid{grid-template-columns:repeat(2,1fr);}}.payment-option-card{position:relative;display:flex;align-items:center;gap:12px;border:2px solid var(--border-color);border-radius:10px;padding:14px;cursor:pointer;transition:border-color 0.2s ease,background 0.2s ease;}.payment-option-card:hover{border-color:var(--primary-color);}.payment-option-card.selected{border-color:var(--primary-color);background:#fff6f2;}.payment-option-card input[type="radio"]{width:18px;height:18px;accent-color:var(--primary-color);}.payment-option-card .pm-icon{width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;flex-shrink:0;}.pm-icon.cod{background:var(--success-color);}.pm-icon.jazzcash{background:#d0006f;}.pm-icon.easypaisa{background:#1b8e3d;}.pm-icon.nayapay{background:#6c2bd9;}.pm-icon.sadapay{background:#7b2ff7;}.pm-icon.bank_transfer{background:var(--secondary-color);}.stock-status.sold-label{margin-left:8px;color:var(--danger-color);font-weight:700;font-size:11.5px;}.payment-option-card strong{display:block;font-size:14px;}.payment-option-card span.sub{font-size:12px;color:#777;}.payment-account-box{display:none;margin-top:10px;padding:12px 14px;background:var(--light-color);border-radius:8px;font-size:13px;}.payment-account-box.show{display:block;}.payment-account-box strong{color:var(--secondary-color);}.home-image-responsive{transition:width .2s ease,height .2s ease;}@media (max-width:767px){.hero-slider{border-radius:14px;}.hero-slide{flex-basis:var(--mobile-width,100%);width:var(--mobile-width,100%);height:var(--mobile-height,220px);}.hero-slide-content h1{font-size:var(--hero-title-mobile,28px);}.hero-slide-content p{font-size:var(--hero-text-mobile,14px);}.promo-tile,.promo-wide,.app-promo,.testimonial-card{width:var(--mobile-width,100%);min-width:0;}.promo-tile{height:var(--mobile-height,190px);}.promo-wide{height:var(--mobile-height,150px);}.app-promo,.testimonial-card{min-height:var(--mobile-height,190px);}}@media (min-width:768px){.app-promo,.testimonial-card{width:var(--desktop-width,100%);min-height:var(--desktop-height,190px);}}.hero-slider{border-radius:20px !important;border:1px solid rgba(0,0,0,.10) !important;border-bottom:3px solid rgba(0,0,0,.12) !important;box-shadow:0 8px 24px rgba(0,0,0,.08) !important;margin-left:auto;margin-right:auto;}.hero-slider{width:calc(100% - 30px) !important;max-width:1240px !important;margin:18px auto 0 !important;border-radius:18px !important;border:1px solid rgba(0,0,0,.10) !important;border-bottom:3px solid rgba(0,0,0,.12) !important;box-shadow:0 10px 28px rgba(0,0,0,.10) !important;}.hero-slide{height:min(var(--desktop-height,300px),300px) !important;}@media (max-width:767px){.hero-slider{width:calc(100% - 16px) !important;margin:10px auto 0 !important;border-radius:14px !important;}.hero-slide{height:min(var(--mobile-height,220px),240px) !important;}}@media (min-width:1920px){.container-fluid{max-width:1800px;}.section{padding:60px 0;}.product-image-wrapper{height:250px;}}@media (min-width:1200px){.categories-bar{display:block !important;}.header-actions .d-lg-none{display:none !important;}.search-form{min-width:400px;}}@media (max-width:1199px){.main-header{padding:12px 0;}.logo{font-size:20px;}.logo i{font-size:24px;}.search-form{min-width:300px;}.btn-action span{display:none;}}@media (max-width:991px){.top-bar{display:none;}.main-header{padding:10px 0;}.logo{font-size:18px;}.logo i{font-size:20px;}.search-form{min-width:250px;}.search-input-group input{padding:10px 12px;font-size:13px;}.categories-bar{display:none;}.categories-scroll{padding:0 10px;}.cat-item{padding:6px 12px;font-size:12px;}.hero-content h1{font-size:36px;}.hero-content p{font-size:16px;}.section-title{font-size:28px;margin-bottom:30px;}.category-card{padding:20px 15px;}.category-card-icon{font-size:40px;}.product-image-wrapper{height:180px;}.product-info{padding:12px;}.product-name{font-size:13px;}.product-price{font-size:16px;}.footer-section{margin-bottom:25px;}.footer-section h5{font-size:15px;}}@media (max-width:767px){body{font-size:14px;}.container-fluid{padding:0 10px;}.top-links{display:none !important;}.main-header{padding:10px 0;}.main-header .row{gap:10px;}.logo{font-size:16px;}.logo i{font-size:18px;}.logo span{display:none;}.search-form{min-width:auto;flex:1;margin:10px 0;}.search-input-group{width:100%;}.search-input-group input{padding:9px 10px;font-size:12px;}.btn-search{padding:9px 15px;}.header-actions{gap:8px;}.btn-action{font-size:16px;padding:6px 8px;}.btn-action .badge{width:18px;height:18px;font-size:9px;}.hero-section{padding:40px 0;}.hero-content h1{font-size:28px;margin-bottom:12px;}.hero-content p{font-size:14px;margin-bottom:20px;}.hero-content .btn{padding:10px 30px;font-size:14px;}.section{padding:30px 0;}.section-title{font-size:22px;margin-bottom:25px;}.section-title::after{width:50px;height:3px;}.category-card{padding:15px 10px;margin-bottom:15px;}.category-card-icon{font-size:36px;margin-bottom:10px;}.category-card h4{font-size:13px;margin-bottom:5px;}.category-card p{font-size:11px;}.product-card{margin-bottom:10px;}.product-image-wrapper{height:150px;}.product-badges{top:8px;left:8px;}.badge{padding:4px 8px;font-size:10px;}.btn-wishlist{width:36px;height:36px;top:8px;right:8px;font-size:14px;}.product-info{padding:10px;}.product-category{font-size:10px;margin-bottom:6px;}.product-name{font-size:12px;margin-bottom:8px;}.product-rating{font-size:11px;margin-bottom:8px;}.stars i{font-size:11px;}.product-price{margin-bottom:8px;}.price-original{font-size:12px;}.price-current{font-size:16px;}.product-stock{font-size:11px;margin-bottom:8px;}.btn-add-cart{padding:8px;font-size:12px;margin-top:auto;}.countdown{gap:10px;margin-bottom:20px;}.countdown-item{padding:12px 15px;min-width:70px;}.countdown-item .value{font-size:24px;}.countdown-item .label{font-size:10px;margin-top:3px;}.btn{padding:9px 20px;font-size:13px;}.btn-sm{padding:5px 10px;font-size:11px;}.form-control{padding:9px 10px;font-size:13px;}.form-label{font-size:13px;margin-bottom:6px;}.form-group{margin-bottom:15px;}.alert{padding:12px 15px;font-size:13px;margin-bottom:15px;}.footer-top{padding:40px 0 20px;}.footer-section{margin-bottom:20px;}.footer-section h5{font-size:14px;margin-bottom:15px;}.footer-section p{font-size:12px;}.footer-links a{font-size:12px;}.social-links{gap:10px;}.social-links a{width:36px;height:36px;}.social-links a i{font-size:14px;}.newsletter-form input{font-size:12px;padding:8px 12px;}.newsletter-form button{padding:8px 15px;}.footer-divider{margin:20px 0;}.footer-bottom{padding:20px 0;}.legal-links{font-size:11px;display:block;text-align:center;margin-bottom:15px;}.legal-links a{display:inline;margin-right:5px;}.separator{display:none;}.payment-methods{font-size:12px;justify-content:center;margin-top:15px;}.payment-methods i{font-size:16px;}.copyright{font-size:11px;}.breadcrumb{font-size:12px;padding:10px 0;}.breadcrumb-item{font-size:12px;}.pagination{gap:3px;margin-top:30px;}.pagination a,.pagination span{padding:6px 10px;font-size:12px;}#mobileMenuToggle{display:flex !important;}.d-md-block{display:none !important;}.d-md-inline{display:none !important;}.d-lg-none{display:flex !important;}.d-lg-inline{display:none !important;}}@media (max-width:575px){.container-fluid{padding:0 8px;}.main-header .row{gap:5px;}.logo i{font-size:16px;}.header-actions{gap:5px;}.btn-action{font-size:14px;padding:4px 6px;}.search-form{margin:8px 0;}.search-input-group input{padding:8px 8px;font-size:12px;}.hero-section{padding:30px 0;}.hero-content h1{font-size:22px;margin-bottom:10px;}.hero-content p{font-size:13px;margin-bottom:15px;}.section{padding:20px 0;}.section-title{font-size:18px;margin-bottom:20px;}.section-title::after{width:40px;}.product-image-wrapper{height:140px;}.product-info{padding:8px;}.product-name{font-size:11px;}.price-current{font-size:14px;}.btn-add-cart{padding:7px;font-size:11px;}.form-group{margin-bottom:12px;}.form-control{padding:8px 8px;font-size:12px;}.btn{padding:8px 16px;font-size:12px;}.footer-section h5{font-size:13px;margin-bottom:12px;}.footer-section p{font-size:11px;}.legal-links{font-size:10px;}.copyright{font-size:10px;}.mobile-menu{width:90%;max-width:280px;}.mobile-menu-header{padding:12px;}.mobile-menu-header h5{font-size:14px;}.mobile-menu-body{padding:12px;}.mobile-menu-section{margin-bottom:20px;}.mobile-menu-section h6{font-size:12px;}.mobile-menu-section a{padding:8px 0;font-size:12px;}.mobile-bottom-nav .nav-item{padding:8px 3px;font-size:10px;}.mobile-bottom-nav .nav-item i{font-size:16px;}}@media (max-width:767px) and (orientation:landscape){.hero-section{padding:20px 0;}.hero-content h1{font-size:24px;}.hero-content p{font-size:12px;margin-bottom:10px;}.section{padding:20px 0;}.product-image-wrapper{height:120px;}}@media print{.prime-header,.prime-footer,.header-actions,.categories-bar,.btn-wishlist,.btn-add-cart,.mobile-menu-overlay{display:none !important;}body{background:white;}.product-card{page-break-inside:avoid;}}@media (prefers-color-scheme:dark){}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}@media (prefers-contrast:more){.btn-action{font-weight:bold;}.product-card{border-width:2px;}}@media (min-width:992px) and (max-width:1199px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}@media (min-width:768px) and (max-width:991px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}@media (max-width:767px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}.categories-scroll{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;}.categories-scroll .cat-item{flex:0 0 auto;}}@media (max-width:767px){.main-header .row{flex-wrap:nowrap !important;gap:8px;}.main-header .col-auto:first-child{flex:0 0 auto;}.main-header .col-12.col-md-auto.col-lg-6{flex:1 1 auto;width:auto;max-width:none;}.main-header .header-actions{display:none !important;}.main-header .logo img{max-width:var(--logo-mobile-width,120px);height:auto;}.main-header{padding-left:8px;padding-right:8px;}}:root{--primzo-navy:#002b5c;--primzo-navy-dark:#001f45;--primzo-orange:#ff6b00;--primzo-orange-light:#fff3e8;--primzo-bg:#f5f7fa;}body{background:var(--primzo-bg) !important;color:#172033;}.prime-header,.prime-header .main-header{background:#fff !important;}.prime-header .logo,.prime-header .logo span,.prime-header .btn-action,.prime-header .cat-item{color:var(--primzo-navy);}.prime-header .logo:hover,.prime-header .btn-action:hover,.prime-header .cat-item:hover,.prime-header .cat-item.active{color:var(--primzo-orange);}.prime-header .categories-bar{background:var(--primzo-navy) !important;border:0 !important;padding:0 !important;}.prime-header .categories-scroll{min-height:52px;align-items:center;gap:2px;}.prime-header .cat-item{color:#fff !important;border-radius:0;padding:15px 18px;font-weight:600;}.prime-header .cat-item:hover,.prime-header .cat-item.active{background:var(--primzo-orange) !important;color:#fff !important;}.btn-primary,.btn-search,.btn-add-cart,.btn-danger:hover,.btn-affiliate{background:var(--primzo-orange) !important;border-color:var(--primzo-orange) !important;}.btn-primary:hover,.btn-search:hover,.btn-add-cart:hover,.btn-affiliate:hover{background:var(--primzo-navy) !important;border-color:var(--primzo-navy) !important;}.section-title,.section-head h2,.page-title,.product-name a,.checkout-section h3,.card-title{color:var(--primzo-navy);}.section-title::after{background:var(--primzo-orange);}.product-card,.checkout-section,.account-card,.auth-card,.filter-sidebar,.admin-card,.info-card{border-color:#e3e8ef;}.product-card:hover{border-color:rgba(255,107,0,.35);box-shadow:0 10px 28px rgba(0,43,92,.10);}.product-price .price-current,.price-current{color:var(--primzo-orange) !important;}.product-rating .stars,.stars,.rating-stars{color:#ffad00;}.stock-status.in-stock{color:#16803a;background:#eaf8ef;}.stock-status.out-of-stock{color:#b42318;background:#fff0ee;}.badge-discount,.badge-flash{background:var(--primzo-orange) !important;}.affiliate-product-box{border:1px solid rgba(255,107,0,.25) !important;background:var(--primzo-orange-light) !important;}.pagination .page-item.active .page-link,.pagination a.active{background:var(--primzo-navy) !important;border-color:var(--primzo-navy) !important;color:#fff !important;}.pagination .page-link:hover,.pagination a:hover{color:var(--primzo-orange) !important;}.form-control:focus,.form-select:focus,.search-input-group:focus-within{border-color:var(--primzo-orange) !important;box-shadow:0 0 0 3px rgba(255,107,0,.10) !important;}.mobile-bottom-nav .nav-item.active,.mobile-bottom-nav .nav-item:hover{color:var(--primzo-orange) !important;}.mobile-menu-header{background:var(--primzo-navy);color:#fff;}.mobile-menu-section h6{color:var(--primzo-orange);}@media (max-width:767px){.prime-header .categories-bar{display:none !important;}.prime-header .main-header{box-shadow:0 2px 10px rgba(0,0,0,.06);}.prime-header .logo{color:var(--primzo-navy) !important;}}:root{--ref-green:#159447;--ref-green-dark:#087333;--ref-green-soft:#eaf7ef;--ref-ink:#172019;--ref-muted:#6d766f;--ref-line:#e5e9e6;--ref-bg:#f6f7f6;--ref-card:#fff;--ref-radius:7px;--ref-shadow:0 3px 14px rgba(20,35,25,.08);--ref-shadow-lg:0 10px 30px rgba(20,35,25,.12);}html{scroll-behavior:smooth}body.reference-store-body{background:var(--ref-bg)!important;color:var(--ref-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:13px}.reference-store-body *{box-sizing:border-box}.reference-store-body a{color:inherit}.container-fluid{max-width:1500px!important;padding-left:18px!important;padding-right:18px!important}.reference-header{position:sticky;top:0;z-index:1000;background:#fff!important;box-shadow:0 2px 10px rgba(0,0,0,.06)}.reference-topbar{height:31px;background:#121815;color:#fff;font-size:11px}.ref-top-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.ref-top-inner>span i{color:#8ee5a9;margin-right:6px}.ref-top-links{display:flex;gap:20px}.ref-top-links a{color:#fff;opacity:.9}.ref-top-links a:hover{color:#9cebb2}.reference-main-header{background:#fff;border-bottom:1px solid var(--ref-line)}.ref-main-grid{min-height:74px;display:grid;grid-template-columns:190px minmax(300px,1fr) auto;align-items:center;gap:26px}.reference-logo{display:flex;align-items:center;min-width:0}.reference-logo img{width:172px;height:48px;object-fit:contain;object-position:left center}.reference-search{position:relative;width:100%;max-width:690px;justify-self:center}.reference-search-box{height:42px;border:1px solid #d7ddd8;background:#f8faf8;border-radius:5px;display:flex;align-items:center;overflow:hidden;transition:.2s}.reference-search-box:focus-within{border-color:var(--ref-green);box-shadow:0 0 0 3px rgba(21,148,71,.1)}.reference-search-box>i{color:#87918a;margin:0 11px;font-size:13px}.reference-search-box input{border:0;outline:0;background:transparent;flex:1;height:100%;font-size:12px;color:var(--ref-ink)}.reference-search-box button{height:100%;border:0;background:var(--ref-green);color:#fff;padding:0 22px;font-weight:700;font-size:12px;cursor:pointer}.reference-search-box button:hover{background:var(--ref-green-dark)}.reference-actions{display:flex;align-items:center;gap:18px}.ref-action{display:flex;align-items:center;gap:8px;text-decoration:none;min-width:max-content}.ref-action small{display:block;color:#89918c;font-size:9px;line-height:1.1}.ref-action strong{display:block;font-size:11px;line-height:1.2}.ref-action-icon{width:31px;height:31px;border:1px solid #dfe5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;color:#303a33}.ref-action-icon b{position:absolute;right:-5px;top:-6px;background:var(--ref-green);color:#fff;border-radius:10px;min-width:15px;height:15px;padding:0 4px;font-size:8px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.reference-nav{background:#fff;border-bottom:1px solid var(--ref-line)}.reference-nav-inner{display:flex;align-items:center;gap:0;min-height:42px;overflow:auto;white-space:nowrap}.reference-nav-inner>a,.ref-category-button{height:42px;display:flex;align-items:center;padding:0 16px;border:0;background:transparent;font-size:11px;font-weight:700;color:#344038;text-decoration:none;cursor:pointer}.reference-nav-inner>a:hover,.reference-nav-inner>a.active{color:var(--ref-green);background:#f5faf6}.ref-category-button{background:var(--ref-green);color:#fff!important;border-radius:4px;margin-right:8px;height:32px}.ref-category-button i:first-child{margin-right:8px}.ref-category-button i:last-child{margin-left:10px;font-size:9px}.nav-support{margin-left:auto!important;color:var(--ref-green)!important}.desktop-category-panel{background:#fff!important;border-bottom:1px solid var(--ref-line)!important;box-shadow:var(--ref-shadow-lg)!important}.desktop-category-grid{max-width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:16px 0}.desktop-category-grid a{border:1px solid var(--ref-line);border-radius:6px;padding:12px;display:flex;align-items:center;gap:9px;background:#fff}.desktop-category-grid a:hover{border-color:#a9d9b9;background:var(--ref-green-soft)}.desktop-category-icon{width:38px;height:38px;border-radius:50%;background:var(--ref-green-soft);display:grid;place-items:center;overflow:hidden}.desktop-category-icon img{width:100%;height:100%;object-fit:cover}.reference-hero-wrap{padding:14px 18px 0;max-width:1500px;margin:0 auto}.reference-hero{height:var(--desktop-height,360px);position:relative;border-radius:8px;overflow:hidden;background:#eef7f0;box-shadow:var(--ref-shadow);border:1px solid #e0e8e2}.reference-hero .hero-track{height:100%;display:flex;transition:transform .55s ease}.reference-hero .hero-slide{position:relative;flex:0 0 100%;width:100%;height:100%;display:grid;grid-template-columns:45% 55%;align-items:stretch;background:linear-gradient(90deg,#f4faf5 0%,#eef8f0 46%,#e4f3e8 100%)}.reference-hero-copy{padding:42px 22px 30px 48px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hero-eyebrow{display:inline-flex;align-self:flex-start;background:#dff4e5;color:var(--ref-green-dark);padding:6px 11px;border-radius:3px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.35px;margin-bottom:12px}.reference-hero-copy h1{font-size:clamp(27px,3.1vw,48px);line-height:1.05;letter-spacing:-1.5px;margin:0 0 10px;font-weight:900;color:#142019;max-width:570px}.reference-hero-copy h1::first-line{color:#101a14}.reference-hero-copy p{max-width:480px;font-size:14px;line-height:1.65;color:#617067;margin:0 0 18px}.hero-shop-btn{display:inline-flex;align-items:center;gap:9px;align-self:flex-start;background:var(--ref-green);color:#fff!important;padding:10px 18px;border-radius:4px;font-size:11px;font-weight:800;text-decoration:none;box-shadow:0 7px 18px rgba(21,148,71,.22)}.hero-shop-btn:hover{background:var(--ref-green-dark);transform:translateY(-1px)}.hero-mini-features{display:flex;gap:14px;margin-top:22px;flex-wrap:wrap}.hero-mini-features span{font-size:10px;color:#56635a}.hero-mini-features i{color:var(--ref-green);margin-right:4px}.reference-hero-media{position:relative;display:block;overflow:hidden}.reference-hero-media::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 35% 55%,rgba(255,255,255,.8),transparent 40%);z-index:1}.reference-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;mix-blend-mode:multiply;filter:saturate(.85) contrast(.95)}.reference-hero .hero-arrow{width:30px;height:30px;border:1px solid #dce3de;background:rgba(255,255,255,.92);color:#303a34;box-shadow:0 2px 7px rgba(0,0,0,.08)}.reference-hero .hero-arrow.prev{left:12px}.reference-hero .hero-arrow.next{right:12px}.reference-hero .hero-dots{bottom:11px}.reference-hero .hero-dots button{background:#b7c5bc;width:7px;height:7px}.reference-hero .hero-dots button.active{background:var(--ref-green);width:20px}.trust-strip{background:#fff;border:0;padding:0 18px}.trust-strip .container-fluid{max-width:1500px}.trust-strip .row{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0!important}.trust-strip [class*=col-]{max-width:none;width:auto;padding:0}.trust-item{min-height:70px;display:flex;align-items:center;gap:11px;padding:12px 18px;border-right:1px solid var(--ref-line)}.trust-strip [class*=col-]:last-child .trust-item{border-right:0}.trust-item i{width:34px;height:34px;border:1px solid #bfe2c9;border-radius:50%;display:grid;place-items:center;color:var(--ref-green);font-size:14px}.trust-item strong{font-size:11px;color:#253129}.trust-item span.sub{font-size:9px;color:#8a948e}.premium-highlights{display:none}.section{padding:22px 18px!important;background:transparent!important}.section>.container-fluid{background:transparent}.section-head{margin-bottom:13px!important;align-items:center}.section-head h2{font-size:19px!important;line-height:1.2;font-weight:900!important;color:#172019!important;letter-spacing:-.35px}.section-head h2::before{content:"";display:inline-block;width:4px;height:18px;background:var(--ref-green);border-radius:2px;margin-right:8px;vertical-align:-2px}.section-head .view-all{font-size:10px!important;font-weight:800!important;color:var(--ref-green)!important}.section-tag{display:none!important}.category-scroll{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px!important;overflow:visible!important;padding:0!important}.cat-circle{width:auto!important;background:#fff;border:1px solid var(--ref-line);border-radius:7px;padding:14px 7px 10px;box-shadow:0 1px 4px rgba(20,35,25,.03);gap:7px!important;transition:.2s}.cat-circle:hover{transform:translateY(-3px);border-color:#9dd3ad;box-shadow:var(--ref-shadow)}.cat-circle-img{width:58px!important;height:58px!important;border:0!important;box-shadow:none!important;background:#f0f8f2;border-radius:50%;display:grid!important;place-items:center;overflow:hidden}.cat-circle-img i{font-size:22px;color:var(--ref-green)}.cat-circle h4{font-size:11px!important;font-weight:800!important;color:#303a33}.cat-circle>span{font-size:8px;color:#98a19b}.product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px!important}.product-grid-item{min-width:0}.product-card{height:100%;background:#fff!important;border:1px solid var(--ref-line)!important;border-radius:6px!important;box-shadow:0 1px 4px rgba(20,35,25,.035)!important;overflow:hidden;transition:.2s ease!important}.product-card:hover{transform:translateY(-3px);border-color:#b5d9bf!important;box-shadow:var(--ref-shadow)!important}.product-image-wrapper{background:#fff!important;height:190px!important;position:relative!important;border:0!important}.product-image{height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:13px}.product-image img{width:100%!important;height:100%!important;object-fit:contain!important;mix-blend-mode:multiply}.product-badges{top:9px!important;left:9px!important;right:auto!important;display:flex;flex-direction:column;gap:4px}.product-badges .badge{font-size:8px!important;border-radius:3px!important;padding:4px 6px!important}.badge-discount{background:#fff0ef!important;color:#e24a42!important}.badge-new{background:#eaf7ef!important;color:var(--ref-green-dark)!important}.badge-flash{background:#fff6df!important;color:#ad7710!important}.btn-wishlist{width:28px!important;height:28px!important;top:8px!important;right:8px!important;border:1px solid var(--ref-line)!important;background:#fff!important;color:#89928c!important;border-radius:50%!important}.btn-wishlist.active,.btn-wishlist:hover{color:#e94b52!important;border-color:#f1c6c9!important}.product-info{padding:10px 11px 12px!important}.product-category{font-size:8px!important;text-transform:uppercase;color:#8b958e!important;letter-spacing:.35px;margin-bottom:4px}.product-name{font-size:11px!important;line-height:1.35!important;min-height:30px;margin:0 0 6px!important}.product-name a{color:#253029!important;font-weight:700}.product-rating{display:flex!important;align-items:center!important;gap:5px!important;margin-bottom:5px}.product-rating .stars{font-size:8px!important;color:#f4ad27!important}.rating-text{font-size:8px!important;color:#8a938d!important}.product-price{display:flex;align-items:baseline;gap:6px;margin-bottom:5px}.price-current{font-size:14px!important;font-weight:900!important;color:#151d17!important}.price-original{font-size:9px!important;color:#9aa29d!important}.product-stock{display:flex!important;justify-content:space-between;gap:5px;min-height:15px}.stock-status{font-size:8px!important}.stock-status.in-stock{color:var(--ref-green)!important}.stock-status.out-of-stock{color:#e05252!important}.sold-label{color:#b37a1c!important}.btn-add-cart,.btn-affiliate,.btn-resell{min-height:32px!important;border-radius:4px!important;font-size:9px!important;font-weight:800!important;box-shadow:none!important}.btn-add-cart{background:var(--ref-green)!important;border:1px solid var(--ref-green)!important;color:#fff!important}.btn-add-cart:hover{background:var(--ref-green-dark)!important}.btn-resell{background:#f1f8f3!important;border:1px solid #c6e4cf!important;color:var(--ref-green-dark)!important}.section-flash{background:#fff!important;border-top:1px solid var(--ref-line);border-bottom:1px solid var(--ref-line)}.countdown{display:flex;gap:4px}.countdown-item{background:#1d2921;color:#fff;border-radius:3px;min-width:33px;text-align:center;padding:3px}.countdown-item .value{font-size:10px;font-weight:800}.countdown-item .label{display:none}.promo-grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:12px}.promo-tile{min-height:150px!important;border-radius:7px!important;overflow:hidden;box-shadow:var(--ref-shadow)!important;border:1px solid var(--ref-line)!important;position:relative}.promo-tile::after{background:linear-gradient(90deg,rgba(10,20,13,.65),transparent 75%)!important}.promo-tile-body{padding:20px!important}.promo-tile-body h3{font-size:17px!important}.promo-tile-body p{font-size:10px!important}.promo-wide{min-height:145px!important;border-radius:7px!important;box-shadow:var(--ref-shadow)!important}.newsletter-band{border-radius:7px!important;background:#eaf7ef!important;color:#193321!important;padding:28px!important}.newsletter-band h3{font-size:21px!important}.newsletter-band p{color:#68766d!important}.brand-strip{background:#fff!important;border-top:1px solid var(--ref-line);border-bottom:1px solid var(--ref-line)}.brand-chip{background:#fff!important;border:1px solid var(--ref-line)!important;border-radius:5px!important}.testimonial-card{background:#fff!important;border:1px solid var(--ref-line)!important;border-radius:7px!important;box-shadow:none!important}.why-icon{width:44px!important;height:44px!important;background:var(--ref-green-soft)!important;color:var(--ref-green)!important;border-radius:50%!important;display:grid!important;place-items:center!important;margin:auto}.reference-store-body .card,.reference-store-body .panel,.reference-store-body .product-detail,.reference-store-body .cart-container,.reference-store-body .checkout-container,.reference-store-body .account-container,.reference-store-body .order-card{background:#fff;border:1px solid var(--ref-line);border-radius:7px;box-shadow:var(--ref-shadow)}.reference-store-body input,.reference-store-body select,.reference-store-body textarea{border:1px solid #dfe5e1!important;border-radius:4px!important;background:#fff!important;min-height:38px}.reference-store-body input:focus,.reference-store-body select:focus,.reference-store-body textarea:focus{border-color:#77bd8e!important;box-shadow:0 0 0 3px rgba(21,148,71,.08)!important;outline:0}.reference-store-body .btn-primary,.reference-store-body button.btn-primary{background:var(--ref-green)!important;border-color:var(--ref-green)!important;border-radius:4px!important;font-weight:800}.reference-store-body .btn-secondary{border-radius:4px!important}.reference-store-body table{background:#fff;border:1px solid var(--ref-line);border-radius:6px;overflow:hidden}.reference-store-body table th{background:#f5f7f5;color:#68736c;font-size:10px;text-transform:uppercase;letter-spacing:.35px}.reference-store-body table td{font-size:11px;border-color:#edf0ed}.reference-store-body .breadcrumb{font-size:9px;color:#89938c}.reference-store-body .alert{border-radius:5px}.prime-footer{margin-top:10px!important;background:#172019!important;color:#dfe7e1!important}.footer-top{background:#172019!important;padding:34px 0!important}.footer-section h5{font-size:12px!important;color:#fff!important;font-weight:800!important}.footer-section p,.footer-links a{font-size:10px!important;color:#aeb9b1!important}.footer-links a:hover{color:#9be4af!important}.footer-logo{color:#79d995!important}.social-links a{background:#24332a!important;color:#c8e6d0!important}.footer-bottom{background:#101611!important;border:0!important}.payment-methods i{color:#9ce5b0!important}.mobile-bottom-nav{background:#fff!important;border-top:1px solid var(--ref-line)!important;box-shadow:0 -4px 18px rgba(0,0,0,.07)!important}.mobile-bottom-nav .nav-item{color:#768078!important;font-size:9px}.mobile-bottom-nav .nav-item.active{color:var(--ref-green)!important}.mobile-bottom-nav .nav-item i{font-size:14px}@media (max-width:1100px){.ref-main-grid{grid-template-columns:155px minmax(250px,1fr) auto;gap:15px}.reference-logo img{width:145px}.reference-actions{gap:9px}.ref-action>span:last-child{display:none}.category-scroll{grid-template-columns:repeat(6,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-image-wrapper{height:165px!important}}@media (max-width:767px){.container-fluid{padding-left:12px!important;padding-right:12px!important}.reference-topbar{display:none}.reference-header{position:relative}.reference-main-header{padding:9px 0}.ref-main-grid{grid-template-columns:1fr auto;grid-template-areas:"logo actions" "search search";gap:8px}.reference-logo{grid-area:logo}.reference-logo img{width:145px;height:40px}.reference-search{grid-area:search;max-width:none}.reference-actions{grid-area:actions;gap:7px}.ref-action{display:block}.ref-action-icon{width:32px;height:32px}.reference-nav{display:none}.desktop-category-panel{display:none!important}.reference-hero-wrap{padding:10px 12px 0}.reference-hero{height:300px;border-radius:7px}.reference-hero .hero-slide{grid-template-columns:50% 50%;height:300px}.reference-hero-copy{padding:22px 8px 20px 20px}.hero-eyebrow{font-size:7px;padding:5px 7px;margin-bottom:8px}.reference-hero-copy h1{font-size:24px;letter-spacing:-.8px}.reference-hero-copy p{font-size:9px;line-height:1.45;margin-bottom:11px}.hero-shop-btn{font-size:9px;padding:8px 11px}.hero-mini-features{gap:6px;margin-top:12px}.hero-mini-features span{font-size:7px}.reference-hero-media img{object-position:center}.trust-strip{padding:0 12px}.trust-strip .row{grid-template-columns:repeat(2,1fr)}.trust-item{min-height:58px;padding:9px;border-bottom:1px solid var(--ref-line)}.trust-item:nth-child(odd){border-right:1px solid var(--ref-line)}.trust-item i{width:29px;height:29px;font-size:11px}.trust-item strong{font-size:9px}.trust-item span.sub{font-size:7px}.section{padding:17px 12px!important}.section-head h2{font-size:16px!important}.category-scroll{grid-template-columns:repeat(4,1fr);gap:8px!important}.cat-circle{padding:10px 3px 8px}.cat-circle-img{width:48px!important;height:48px!important}.cat-circle-img i{font-size:18px}.cat-circle h4{font-size:9px!important}.cat-circle>span{font-size:7px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.product-image-wrapper{height:150px!important}.product-info{padding:8px!important}.product-name{font-size:10px!important}.price-current{font-size:13px!important}.promo-grid{grid-template-columns:1fr}.promo-tile{min-height:135px!important}.brand-scroll{overflow:auto}.newsletter-band{padding:20px!important}.newsletter-band h3{font-size:18px!important}.ref-top-links{display:none}}.products-toolbar,.filters-box,.checkout-section,.cart-summary-box,.profile,.data-table,.tabs-nav,.review-item,.payment-option-card{background:#fff!important;border:1px solid var(--ref-line)!important;border-radius:7px!important;box-shadow:var(--ref-shadow)!important}.products-toolbar{padding:11px 13px!important}.products-toolbar-note{font-size:9px!important;color:#8a938d!important}.filters-box{padding:14px!important}.filter-list a{font-size:10px!important}.filter-list a.active{color:var(--ref-green)!important;font-weight:800}.checkout-section{padding:18px!important}.checkout-section h3,.checkout-section h4{font-size:14px!important;font-weight:900!important}.cart-summary-box{padding:16px!important}.cart-summary-row{font-size:11px!important;padding:7px 0!important}.cart-summary-row.total{font-size:15px!important;border-top:1px solid var(--ref-line)!important}.qty-selector{border:1px solid var(--ref-line)!important;border-radius:4px!important}.qty-btn{background:#f5f7f5!important;border:0!important}.qty-input{border:0!important}.cart-remove{color:#d84e55!important}.payment-option-card{padding:12px!important}.payment-option-card.selected{border-color:#83c99a!important;background:#f2faf4!important}.pm-icon{background:var(--ref-green-soft)!important;color:var(--ref-green)!important}.tabs-nav{display:flex;gap:0;overflow:auto}.tab-link{font-size:10px!important;padding:11px 15px!important;border-bottom:2px solid transparent}.tab-link.active{color:var(--ref-green)!important;border-bottom-color:var(--ref-green)!important}.review-item{padding:14px!important;box-shadow:none!important}.profile{padding:18px!important}.profile .nav-link{font-size:10px!important}.breadcrumb{padding:9px 0!important}.product-gallery-main{height:430px;background:#fff;border:1px solid var(--ref-line);border-radius:7px;display:flex;align-items:center;justify-content:center;padding:25px;box-shadow:var(--ref-shadow)}.product-gallery-main img{max-width:100%;max-height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:8px;margin-top:9px;overflow:auto}.gallery-thumb{width:64px;height:64px;background:#fff;border:1px solid var(--ref-line);border-radius:5px;padding:5px;flex:0 0 auto}.gallery-thumb.active{border:2px solid var(--ref-green)}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.product-detail-actions{display:flex;gap:8px;flex-wrap:wrap}.affiliate-product-box{border:1px solid #d7e9dc!important;background:#f3faf5!important;border-radius:6px!important;padding:12px!important}.cart-table{width:100%;background:#fff;border:1px solid var(--ref-line);border-collapse:separate;border-spacing:0;border-radius:7px;overflow:hidden;box-shadow:var(--ref-shadow)}.cart-table th,.cart-table td{padding:12px 10px;border-bottom:1px solid #edf0ed;font-size:10px}.cart-table th{background:#f5f7f5;text-transform:uppercase;color:#778179;font-weight:800}.cart-table tr:last-child td{border-bottom:0}.cart-product-info{display:flex;align-items:center;gap:9px;min-width:210px}.cart-product-info img{width:52px;height:52px;object-fit:contain;border:1px solid var(--ref-line);border-radius:4px;background:#fff}.cart-product-info a{font-weight:700;font-size:10px;color:#273229}.qty-selector{display:inline-flex;align-items:center;height:32px;background:#fff;border:1px solid var(--ref-line);border-radius:4px;overflow:hidden}.qty-btn{width:29px;height:100%;border:0;background:#f5f7f5;color:#364139;cursor:pointer}.qty-input{width:40px!important;height:100%!important;min-height:0!important;text-align:center;border:0!important;border-left:1px solid var(--ref-line)!important;border-right:1px solid var(--ref-line)!important;border-radius:0!important;padding:0!important}@media(max-width:767px){.product-gallery-main{height:310px}.cart-table{min-width:620px}.cart-table th,.cart-table td{padding:9px 7px}.cart-product-info{min-width:190px}}:root{--p-green:#18a43f;--p-green2:#0d8e34;--p-dark:#0a2435;--p-ink:#182028;--p-muted:#727b82;--p-line:#e8ecef;--p-bg:#f5f7f8;--p-soft:#eef8f1;--p-shadow:0 4px 18px rgba(25,35,42,.07)}html,body{background:var(--p-bg)!important;color:var(--p-ink)!important}body.reference-store-body{font-family:Inter,Arial,sans-serif!important;font-size:13px!important;background:#f4f6f7!important}.reference-store-body main#mainContent{background:#f4f6f7!important}.reference-store-body .container-fluid{max-width:1180px!important;margin:auto!important;padding-left:16px!important;padding-right:16px!important}.reference-header{position:relative!important;background:#fff!important;color:#20272c!important;box-shadow:0 1px 7px rgba(0,0,0,.08)!important;border:0!important}.reference-topbar{height:30px!important;background:linear-gradient(90deg,#0e8b34,#16aa42)!important;color:#fff!important;font-size:10px!important}.ref-top-inner{max-width:1180px!important}.ref-top-links{gap:18px!important}.ref-top-links a{font-size:10px!important;color:#fff!important}.reference-main-header{background:#fff!important;border-bottom:1px solid #edf0f1!important}.ref-main-grid{min-height:68px!important;grid-template-columns:165px minmax(350px,1fr) 245px!important;gap:20px!important}.reference-logo img{width:145px!important;height:48px!important;object-fit:contain!important}.reference-search{max-width:650px!important}.reference-search-box{height:40px!important;background:#fff!important;border:1px solid #dfe5e8!important;border-radius:5px!important}.reference-search-box button{background:#169a3b!important;font-size:10px!important;padding:0 22px!important}.reference-actions{gap:14px!important}.ref-action{gap:6px!important}.ref-action-icon{width:30px!important;height:30px!important}.ref-action small{font-size:8px!important}.ref-action strong{font-size:9px!important}.ref-action-icon b{background:#16a13f!important}.reference-nav{background:#fff!important;border-bottom:1px solid #e3e7e9!important}.reference-nav-inner{min-height:42px!important}.reference-nav-inner>a,.ref-category-button{height:42px!important;font-size:10px!important;padding:0 14px!important}.ref-category-button{height:30px!important;background:#159a3b!important;border-radius:4px!important;margin-right:10px!important}.reference-nav-inner>a.active{background:#f0f8f2!important;color:#159a3b!important;border-bottom:2px solid #159a3b!important}.nav-support{margin-left:auto!important}.desktop-category-panel{background:#fff!important;color:#222!important;box-shadow:0 10px 25px rgba(0,0,0,.1)!important}.home-reference-shell{max-width:1180px;margin:0 auto;padding:14px 16px 30px}.home-reference-top{display:grid;grid-template-columns:150px minmax(0,1fr) 190px;gap:10px;align-items:stretch}.home-cat-panel{background:#fff;border:1px solid var(--p-line);border-radius:5px;box-shadow:var(--p-shadow);overflow:hidden}.home-cat-title{height:39px;background:#159a3b;color:#fff;display:flex;align-items:center;gap:8px;padding:0 13px;font-size:10px;font-weight:800}.home-cat-title i:last-child{margin-left:auto;font-size:8px}.home-cat-list{padding:7px 0}.home-cat-list a{height:34px;display:flex;align-items:center;gap:9px;padding:0 12px;color:#313a40;font-size:9px;text-decoration:none}.home-cat-list a:hover{background:#f0f8f2;color:#159a3b}.home-cat-list i{width:15px;text-align:center;color:#606b71;font-size:11px}.home-cat-list span:last-child{margin-left:auto;color:#a4adb2;font-size:8px}.home-hero{position:relative;min-height:270px;border-radius:5px;overflow:hidden;background:linear-gradient(115deg,#062238 0%,#0b2e47 62%,#103e55 100%);box-shadow:var(--p-shadow);color:#fff}.home-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:57% 43%;align-items:center;padding:25px 26px;opacity:0;pointer-events:none;transition:opacity .35s ease}.home-hero-slide.active{opacity:1;pointer-events:auto}.home-hero-copy small{font-size:9px;font-weight:700;opacity:.95}.home-hero-copy h1{font-size:30px!important;line-height:1.05!important;letter-spacing:-1px!important;color:#fff!important;margin:8px 0!important;font-weight:900!important}.home-hero-copy h1 span{color:#29c951}.home-hero-copy p{font-size:12px;color:#dce8ef;max-width:290px;margin:0 0 15px}.home-shop-btn{display:inline-flex;background:#20b947;color:#fff!important;padding:9px 17px;border-radius:4px;font-size:10px;font-weight:800;text-decoration:none}.home-sale-circle{position:absolute;right:42%;top:34px;width:63px;height:63px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:grid;place-items:center;text-align:center;font-size:8px;line-height:1.1}.home-sale-circle b{display:block;color:#ffd22e;font-size:17px}.home-hero-product{height:240px;display:flex;align-items:flex-end;justify-content:center;position:relative}.home-hero-product::after{content:"";position:absolute;bottom:14px;width:210px;height:35px;border-radius:50%;background:rgba(255,255,255,.18);filter:blur(8px)}.home-hero-product img{position:relative;z-index:2;max-width:92%;max-height:230px;object-fit:contain;filter:drop-shadow(0 15px 16px rgba(0,0,0,.28))}.home-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.18);color:#fff;z-index:5}.home-hero-arrow.prev{left:10px}.home-hero-arrow.next{right:10px}.home-hero-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:5}.home-hero-dots button{width:5px;height:5px;border:0;border-radius:50%;background:#c6d1d6;padding:0}.home-hero-dots button.active{width:16px;border-radius:8px;background:#f0c82e}.home-side-promos{display:grid;grid-template-rows:repeat(3,1fr);gap:8px}.home-side-card{background:#fff;border:1px solid var(--p-line);border-radius:5px;display:grid;grid-template-columns:1fr 78px;align-items:center;padding:9px 10px;overflow:hidden;box-shadow:var(--p-shadow)}.home-side-card h4{font-size:12px;margin:0 0 5px;color:#20272c}.home-side-card p{font-size:8px;margin:0 0 4px;color:#7c858a}.home-side-card strong{font-size:11px;color:#151b20}.home-side-card img{width:75px;height:72px;object-fit:contain}.home-side-card:nth-child(1){background:#f5fbf6}.home-side-card:nth-child(2){background:#fff}.home-side-card:nth-child(3){background:#f8f9fa}.reference-trust{background:#fff;border:1px solid var(--p-line);border-radius:5px;margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--p-shadow)}.reference-trust-item{min-height:54px;display:flex;align-items:center;gap:9px;padding:8px 18px;border-right:1px solid var(--p-line)}.reference-trust-item:last-child{border-right:0}.reference-trust-item i{width:30px;height:30px;border:1px solid #a9d8b7;border-radius:50%;display:grid;place-items:center;color:#159a3b;font-size:12px}.reference-trust-item b{font-size:9px;display:block}.reference-trust-item span{font-size:8px;color:#879096}.reference-section{margin-top:18px}.reference-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:10px}.reference-section-head h2{font-size:14px!important;font-weight:900!important;color:#1e262b!important;margin:0!important}.reference-section-head h2 span{display:block;font-size:9px;color:#7e888e;font-weight:500;margin-top:2px}.reference-section-head a{font-size:9px;color:#159a3b!important;font-weight:800;text-decoration:none}.reference-category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:9px}.reference-category-card{background:#fff;border:1px solid var(--p-line);border-radius:5px;min-height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#242c31;box-shadow:0 2px 8px rgba(20,30,35,.03);transition:.2s}.reference-category-card:hover{transform:translateY(-2px);border-color:#9fd4ad}.reference-category-card .cat-icon{width:45px;height:45px;border-radius:50%;background:#eff8f1;color:#159a3b;display:grid;place-items:center;font-size:17px;margin-bottom:6px}.reference-category-card strong{font-size:9px}.reference-category-card span{font-size:7px;color:#91999e;margin-top:2px}.reference-store-body .section{background:transparent!important;padding:18px 0!important}.reference-store-body .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.reference-store-body .product-card{background:#fff!important;border:1px solid var(--p-line)!important;border-radius:5px!important;box-shadow:0 2px 8px rgba(20,30,35,.04)!important;color:#20272c!important}.reference-store-body .product-image-wrapper{height:190px!important;background:#fff!important}.reference-store-body .product-info{padding:9px 10px 11px!important}.reference-store-body .product-name{font-size:10px!important}.reference-store-body .product-category{font-size:7px!important}.reference-store-body .price-current{font-size:13px!important;color:#111!important}.reference-store-body .product-rating .stars{color:#f4bb20!important;font-size:8px!important}.reference-store-body .btn-add-cart,.reference-store-body .btn-affiliate{background:#18a43f!important;border-color:#18a43f!important;color:#fff!important;border-radius:3px!important;font-size:9px!important;min-height:31px}.reference-store-body .btn-wishlist{background:#fff!important;border:1px solid #e0e5e7!important;color:#7c858a!important}.reference-store-body .btn-wishlist:hover,.reference-store-body .btn-wishlist.active{color:#e33e4c!important}.reference-store-body .section-head{border:0!important;padding:0!important}.reference-store-body .section-head h2{font-size:15px!important;color:#20272c!important}.reference-store-body .section-head h2:before{height:17px!important;background:#18a43f!important}.reference-store-body .promo-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.reference-store-body .promo-tile,.reference-store-body .promo-wide{border-radius:5px!important}.reference-store-body .brand-strip{background:#fff!important}.reference-store-body .brand-chip{border:1px solid var(--p-line)!important;background:#fff!important}.reference-store-body .why-icon{background:#eef8f1!important;color:#159a3b!important}.reference-store-body .testimonial-card{background:#fff!important;border:1px solid var(--p-line)!important}.reference-store-body .newsletter-band{background:#eef8f1!important;border:1px solid #d7ecdd!important}.reference-store-body .prime-footer{background:#101a20!important;color:#d9e1e5!important}.reference-store-body .footer-top{background:#101a20!important}.reference-store-body .footer-bottom{background:#091117!important}.reference-store-body .card,.reference-store-body .panel,.reference-store-body .product-detail,.reference-store-body .cart-container,.reference-store-body .checkout-container,.reference-store-body .account-container,.reference-store-body .order-card,.reference-store-body .products-toolbar,.reference-store-body .filters-box,.reference-store-body .checkout-section,.reference-store-body .cart-summary-box,.reference-store-body .profile,.reference-store-body .data-table,.reference-store-body .payment-option-card{background:#fff!important;border:1px solid var(--p-line)!important;border-radius:5px!important;box-shadow:var(--p-shadow)!important;color:#20272c!important}.reference-store-body input,.reference-store-body select,.reference-store-body textarea{background:#fff!important;color:#20272c!important;border:1px solid #dce3e7!important;border-radius:4px!important}.reference-store-body .btn-primary{background:#18a43f!important;border-color:#18a43f!important;color:#fff!important;border-radius:4px!important}@media(max-width:1000px){.ref-main-grid{grid-template-columns:145px minmax(250px,1fr) 180px!important}.home-reference-top{grid-template-columns:130px minmax(0,1fr)}.home-side-promos{display:none}.reference-category-grid{grid-template-columns:repeat(4,1fr)}.reference-store-body .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){.reference-topbar{display:none!important}.reference-main-header{padding:7px 0!important}.ref-main-grid{grid-template-columns:1fr auto!important;grid-template-areas:"logo actions" "search search"!important;gap:6px!important}.reference-logo{grid-area:logo}.reference-search{grid-area:search!important;max-width:none!important}.reference-actions{grid-area:actions!important}.ref-action>span:last-child{display:none}.reference-nav{display:none!important}.home-reference-shell{padding:9px 10px 24px}.home-reference-top{display:block}.home-cat-panel{display:none}.home-hero{min-height:260px}.home-hero-slide{grid-template-columns:60% 40%;padding:18px}.home-hero-copy h1{font-size:23px!important}.home-hero-copy p{font-size:9px}.home-hero-product{height:220px}.home-hero-product img{max-height:190px}.home-sale-circle{right:35%;top:28px;width:54px;height:54px}.reference-trust{grid-template-columns:repeat(2,1fr)}.reference-trust-item{border-bottom:1px solid var(--p-line)}.reference-trust-item:nth-child(2){border-right:0}.reference-category-grid{grid-template-columns:repeat(4,1fr);gap:7px}.reference-category-card{min-height:82px}.reference-category-card .cat-icon{width:39px;height:39px;font-size:15px}.reference-store-body .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.reference-store-body .product-image-wrapper{height:145px!important}.reference-store-body .product-name{font-size:9px!important}.reference-store-body .price-current{font-size:12px!important}.reference-store-body .promo-grid{grid-template-columns:1fr!important}}:root{--ps-green:#16a34a;--ps-green-dark:#087f3b;--ps-green-soft:#edf9f0;--ps-navy:#062744;--ps-ink:#111827;--ps-muted:#68737d;--ps-line:#e7ece9;--ps-bg:#f7f8f7;--ps-card:#fff;--ps-yellow:#f7c52b;--ps-red:#ef4444}html,body{background:var(--ps-bg)!important;color:var(--ps-ink)!important}body.reference-store-body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;padding-bottom:0!important}.reference-store-body a{color:inherit}.reference-header{background:#fff!important;color:var(--ps-ink)!important;position:relative;z-index:100}.reference-topbar{height:28px!important;background:#11a344!important;color:#fff!important;font-size:10px!important}.ref-top-inner{height:100%;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto}.ref-top-links{display:flex;gap:18px}.ref-top-links a{color:#fff!important;opacity:.95}.reference-main-header{background:#fff!important;border-bottom:1px solid var(--ps-line)!important}.ref-main-grid{max-width:1180px;margin:auto;min-height:68px;display:grid;grid-template-columns:150px minmax(300px,1fr) auto;align-items:center;gap:22px}.reference-logo img{width:145px!important;height:auto!important;max-height:48px!important;object-fit:contain!important;filter:none!important}.reference-search{position:relative;max-width:640px;width:100%;margin:auto}.reference-search-box{height:40px!important;border:1px solid #dbe4de!important;border-radius:5px!important;background:#fff!important;display:flex;align-items:center;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.03)}.reference-search-box>i{color:#7b8780!important;margin:0 10px}.reference-search-box input{border:0!important;outline:0!important;flex:1;height:100%;font-size:11px!important;color:#202a24!important;background:#fff!important}.reference-search-box button{height:100%;padding:0 20px;border:0;background:var(--ps-green)!important;color:#fff!important;font-weight:800;font-size:10px;cursor:pointer}.reference-actions{display:flex;align-items:center;gap:18px}.ref-action{display:flex;align-items:center;gap:7px;color:#1f2b24!important}.ref-action-icon{width:30px;height:30px;border:1px solid #dbe5de;border-radius:50%;display:grid;place-items:center;position:relative;color:var(--ps-green)}.ref-action-icon b{position:absolute;right:-5px;top:-5px;min-width:14px;height:14px;padding:0 3px;border-radius:9px;background:var(--ps-green);color:#fff;font-size:7px;display:grid;place-items:center}.ref-action small,.ref-action strong{display:block;font-size:8px;line-height:1.1}.ref-action small{color:#98a19b}.ref-action strong{font-size:9px;color:#202820}.reference-nav{background:#fff!important;border-bottom:1px solid var(--ps-line)!important}.reference-nav-inner{max-width:1180px;margin:auto;height:40px;display:flex;align-items:center;gap:0}.reference-nav-inner>a{font-size:9px!important;font-weight:700!important;color:#34413a!important;padding:0 14px;height:40px;display:flex;align-items:center;border-bottom:2px solid transparent}.reference-nav-inner>a:hover,.reference-nav-inner>a.active{color:var(--ps-green)!important;border-bottom-color:var(--ps-green)!important}.ref-category-button{height:30px;background:var(--ps-green)!important;color:#fff!important;border:0!important;border-radius:4px;padding:0 13px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:7px;cursor:pointer;margin-right:7px}.ref-category-button i:last-child{font-size:7px;margin-left:8px}.nav-support{margin-left:auto!important;color:var(--ps-green)!important}.desktop-category-panel{position:absolute;left:0;right:0;top:136px;background:#fff;border-bottom:1px solid var(--ps-line);box-shadow:0 12px 25px rgba(0,0,0,.1);z-index:120}.desktop-category-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:18px}.desktop-category-grid a{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--ps-line);border-radius:6px;font-size:10px}.desktop-category-icon{width:30px;height:30px;border-radius:50%;background:var(--ps-green-soft);display:grid;place-items:center;overflow:hidden}.desktop-category-icon img{width:22px;height:22px;object-fit:contain}.home-reference-shell{max-width:1180px!important;margin:auto!important;padding:12px 0 50px!important}.home-reference-top{display:grid!important;grid-template-columns:170px minmax(0,1fr) 200px!important;gap:10px!important;align-items:stretch}.home-cat-panel{background:#fff!important;border:1px solid var(--ps-line)!important;border-radius:6px!important;overflow:hidden;box-shadow:0 3px 12px rgba(20,35,25,.05)}.home-cat-title{height:39px;background:var(--ps-green)!important;color:#fff!important;display:flex;align-items:center;gap:8px;padding:0 12px;font-size:9px;font-weight:900}.home-cat-title i:last-child{margin-left:auto}.home-cat-list a{height:37px;display:flex;align-items:center;gap:9px;padding:0 12px;border-bottom:1px solid #f0f3f1;font-size:9px;color:#303b34!important}.home-cat-list a i{width:15px;color:#738078;text-align:center}.home-cat-list a span{margin-left:auto;color:#9ca7a0}.home-cat-list a:hover{background:var(--ps-green-soft);color:var(--ps-green)!important}.home-hero{min-height:280px!important;border-radius:6px!important;background:linear-gradient(110deg,#052a4a,#06365e)!important;overflow:hidden!important;position:relative!important;border:0!important;box-shadow:0 5px 18px rgba(0,0,0,.09)!important}.home-hero-slide{padding:25px 30px!important}.home-hero-copy{z-index:3}.home-hero-copy small{color:#fff!important;font-size:9px!important}.home-hero-copy h1{font-size:29px!important;line-height:1.05!important;color:#fff!important;margin:8px 0!important}.home-hero-copy h1 span{color:#20c55a!important}.home-hero-copy p{color:#e4eef5!important;font-size:11px!important}.home-shop-btn{background:var(--ps-green)!important;border-radius:4px!important;padding:9px 16px!important;font-size:9px!important}.home-sale-circle{right:39%!important;top:32px!important;border-color:rgba(255,255,255,.35)!important}.home-hero-product img{max-height:245px!important;filter:drop-shadow(0 18px 20px rgba(0,0,0,.35))!important}.home-side-promos{gap:7px!important}.home-side-card{border:1px solid var(--ps-line)!important;box-shadow:0 3px 10px rgba(0,0,0,.04)!important;border-radius:6px!important}.home-side-card h4{font-size:11px!important}.home-side-card p{font-size:8px!important}.home-side-card strong{font-size:11px!important}.home-side-card img{width:80px!important;height:75px!important}.reference-trust{margin-top:10px!important;border:1px solid var(--ps-line)!important;box-shadow:0 3px 12px rgba(0,0,0,.04)!important}.reference-trust-item i{color:var(--ps-green)!important;border-color:#b6dfc2!important}.reference-trust-item b{font-size:9px!important}.reference-trust-item span{font-size:8px!important}.reference-section{margin-top:22px!important}.reference-section-head h2{color:#18231d!important;font-size:15px!important}.reference-section-head h2:before{content:"";display:inline-block;width:3px;height:16px;background:var(--ps-green);border-radius:2px;margin-right:7px;vertical-align:-2px}.reference-category-grid{grid-template-columns:repeat(8,1fr)!important;gap:9px!important}.reference-category-card{min-height:104px!important;border:1px solid var(--ps-line)!important;border-radius:6px!important;box-shadow:0 2px 9px rgba(0,0,0,.035)!important}.reference-category-card .cat-icon{width:48px!important;height:48px!important;background:var(--ps-green-soft)!important;color:var(--ps-green)!important}.reference-category-card strong{font-size:9px!important}.reference-category-card span{font-size:7px!important}.reference-store-body .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.reference-store-body .product-card{background:#fff!important;border:1px solid var(--ps-line)!important;border-radius:7px!important;box-shadow:0 3px 12px rgba(0,0,0,.045)!important;overflow:hidden!important;transition:transform .2s ease,box-shadow .2s ease!important}.reference-store-body .product-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 24px rgba(0,0,0,.09)!important}.reference-store-body .product-image-wrapper{height:205px!important;background:#fff!important;position:relative;overflow:hidden}.reference-store-body .product-image img{transition:transform .35s ease!important}.reference-store-body .product-card:hover .product-image img{transform:scale(1.06)!important}.reference-store-body .product-info{padding:11px 12px 13px!important}.reference-store-body .product-name{font-size:11px!important;line-height:1.35!important;color:#172019!important}.reference-store-body .product-category{font-size:8px!important}.reference-store-body .price-current{font-size:14px!important;color:#111827!important;font-weight:900!important}.reference-store-body .price-original{font-size:9px!important;color:#98a19b!important}.reference-store-body .product-rating .stars{color:#f1b91d!important}.reference-store-body .product-stock{font-size:8px!important}.reference-store-body .btn-add-cart,.reference-store-body .btn-primary{background:var(--ps-green)!important;border-color:var(--ps-green)!important;color:#fff!important}.reference-store-body .btn-add-cart:hover,.reference-store-body .btn-primary:hover{background:var(--ps-green-dark)!important}.reference-store-body .btn-add-cart{min-height:34px!important;border-radius:4px!important;font-size:9px!important}.reference-store-body .btn-wishlist{border:1px solid var(--ps-line)!important;background:#fff!important;color:#7b857e!important;width:31px!important;height:31px!important;border-radius:50%!important}.reference-store-body .btn-wishlist.active{color:#ef4444!important}.badge-flash,.badge-new,.badge-discount{border-radius:3px!important;font-size:7px!important}.badge-flash{background:#ef4444!important}.badge-new{background:var(--ps-green)!important}.reference-store-body .promo-wide,.reference-store-body .promo-tile{border-radius:7px!important;overflow:hidden}.reference-store-body .brand-chip{border:1px solid var(--ps-line)!important;background:#fff!important}.reference-store-body .newsletter-band{background:var(--ps-green-soft)!important;border:1px solid #d7ecd9!important}.reference-store-body .prime-footer{background:#fff!important;color:#34413a!important;border-top:1px solid var(--ps-line)!important}.reference-store-body .footer-top{background:#fff!important}.reference-store-body .footer-bottom{background:#f2f6f3!important;border-top:1px solid var(--ps-line)!important}.reference-store-body .prime-footer h5{color:#142018!important}.reference-store-body .prime-footer a{color:#5b675f!important}.reference-store-body .prime-footer a:hover{color:var(--ps-green)!important}.reference-store-body .footer-logo{color:var(--ps-green)!important}.reference-store-body .social-links a{background:var(--ps-green-soft)!important;color:var(--ps-green)!important}.reference-store-body input,.reference-store-body select,.reference-store-body textarea{background:#fff!important;color:#202a24!important;border-color:#dfe7e1!important}.reference-store-body .card,.reference-store-body .panel,.reference-store-body .product-detail,.reference-store-body .cart-container,.reference-store-body .checkout-container,.reference-store-body .account-container,.reference-store-body .order-card,.reference-store-body .products-toolbar,.reference-store-body .filters-box,.reference-store-body .checkout-section,.reference-store-body .cart-summary-box,.reference-store-body .profile,.reference-store-body .data-table,.reference-store-body .payment-option-card{background:#fff!important;border-color:var(--ps-line)!important;color:#202a24!important;box-shadow:0 3px 12px rgba(0,0,0,.04)!important}.reference-store-body .breadcrumb{background:transparent!important}.reference-store-body .tabs-nav{border-bottom-color:var(--ps-line)!important}.reference-store-body .tab-link.active{color:var(--ps-green)!important;border-bottom-color:var(--ps-green)!important}.reference-store-body .product-gallery-main{background:#fff!important;border:1px solid var(--ps-line)!important;border-radius:8px!important;min-height:450px!important;display:grid;place-items:center!important;box-shadow:0 3px 14px rgba(0,0,0,.04)!important}.reference-store-body .product-gallery-main img{max-height:410px!important;max-width:90%!important;object-fit:contain!important;transition:transform .3s ease!important}.reference-store-body .product-gallery-main:hover img{transform:scale(1.04)!important}.reference-store-body .gallery-thumb{border:1px solid var(--ps-line)!important;border-radius:5px!important;background:#fff!important}.reference-store-body .gallery-thumb.active{border-color:var(--ps-green)!important}.reference-store-body .delivery-info{background:var(--ps-green-soft)!important;border-color:#d8ebdc!important}.reference-store-body .qty-selector{border:1px solid var(--ps-line)!important;border-radius:4px!important;overflow:hidden}.reference-store-body .qty-selector button,.reference-store-body .qty-selector input{background:#fff!important;border:0!important}.mobile-bottom-nav{display:none!important}@media(max-width:1100px){.ref-main-grid,.reference-nav-inner,.home-reference-shell{max-width:96%!important}.home-reference-top{grid-template-columns:155px minmax(0,1fr)!important}.home-side-promos{display:none}.reference-category-grid{grid-template-columns:repeat(4,1fr)!important}.reference-store-body .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){body.reference-store-body{padding-bottom:68px!important}.reference-topbar{display:none!important}.reference-main-header{padding:7px 0!important}.ref-main-grid{max-width:100%!important;padding:0 10px!important;grid-template-columns:115px 1fr auto!important;grid-template-areas:"logo search actions";gap:7px!important;min-height:58px!important}.reference-logo{grid-area:logo}.reference-logo img{width:108px!important}.reference-search{grid-area:search!important}.reference-search-box{height:36px!important}.reference-search-box>i{display:none}.reference-search-box input{font-size:9px!important;padding-left:9px}.reference-search-box button{font-size:0;width:35px;padding:0}.reference-search-box button:after{content:"\\f002";font-family:"Font Awesome 6 Free";font-weight:900;font-size:11px}.reference-actions{grid-area:actions!important;gap:4px}.ref-action>span:last-child{display:none}.ref-action-icon{width:29px;height:29px}.reference-nav{display:none!important}.desktop-category-panel{display:none!important}.home-reference-shell{max-width:100%!important;padding:8px 9px 25px!important}.home-reference-top{display:block!important}.home-cat-panel{display:none!important}.home-hero{min-height:265px!important;border-radius:7px!important}.home-hero-slide{grid-template-columns:58% 42%!important;padding:18px!important}.home-hero-copy h1{font-size:22px!important}.home-hero-copy p{font-size:9px!important;max-width:180px}.home-hero-product{height:215px!important}.home-hero-product img{max-height:185px!important;max-width:100%!important}.home-sale-circle{right:32%!important;top:22px!important;width:52px!important;height:52px!important}.home-side-promos{display:none!important}.reference-trust{grid-template-columns:repeat(2,1fr)!important}.reference-trust-item{min-height:62px!important;padding:8px 10px!important;border-bottom:1px solid var(--ps-line)}.reference-trust-item:nth-child(2){border-right:0}.reference-category-grid{grid-template-columns:repeat(4,1fr)!important;gap:7px!important}.reference-category-card{min-height:88px!important}.reference-category-card .cat-icon{width:39px!important;height:39px!important;font-size:14px!important}.reference-store-body .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.reference-store-body .product-image-wrapper{height:155px!important}.reference-store-body .product-info{padding:8px!important}.reference-store-body .product-name{font-size:9px!important}.reference-store-body .price-current{font-size:12px!important}.reference-store-body .btn-add-cart{font-size:8px!important}.reference-store-body .product-card:hover{transform:none!important}.reference-store-body .promo-grid{grid-template-columns:1fr!important}.reference-store-body .product-gallery-main{min-height:310px!important}.reference-store-body .product-gallery-main img{max-height:280px!important}.mobile-bottom-nav{position:fixed!important;display:flex!important;left:0!important;right:0!important;bottom:0!important;height:64px!important;background:#fff!important;border-top:1px solid #dfe7e1!important;z-index:9999!important;box-shadow:0 -6px 18px rgba(0,0,0,.08)!important;justify-content:space-around!important}.mobile-bottom-nav .nav-item{flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;font-size:8px!important;color:#77817a!important}.mobile-bottom-nav .nav-item i{font-size:15px!important}.mobile-bottom-nav .nav-item.active{color:var(--ps-green)!important}.mobile-menu-overlay{z-index:10000!important}.mobile-menu{background:#fff!important;color:#222!important}.mobile-menu-header{background:var(--ps-green)!important;color:#fff!important}}.home-admin-hero-slide{display:grid!important;grid-template-columns:1fr!important;align-items:center!important;text-decoration:none!important;position:absolute!important;inset:0!important}.home-admin-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,40,.92),rgba(4,36,63,.55),rgba(4,36,63,.15));}.home-admin-hero-slide .home-hero-copy{position:relative;max-width:55%;z-index:2}.home-admin-hero-slide .home-hero-copy h1{max-width:520px!important}.home-side-banner{position:relative!important;min-height:0}.home-side-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.15));}.home-side-banner>span{position:relative;z-index:2;display:flex;flex-direction:column;gap:4px;padding:10px}.home-side-banner strong{font-size:12px;color:#172019}.home-side-banner small{font-size:8px;color:#526057}@media(max-width:700px){.home-admin-hero-slide .home-hero-copy{max-width:72%}.home-admin-hero-slide .home-hero-copy h1{font-size:22px!important}.home-side-banner{min-height:84px!important}}.desktop-category-panel{padding:0!important}.desktop-category-menu{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:245px 1fr;min-height:390px;background:#fff}.desktop-category-root-list{border-right:1px solid var(--ps-line);padding:10px 0;overflow:auto;max-height:520px}.desktop-category-menu-title{padding:10px 16px 12px;font-size:12px;font-weight:800;color:var(--ps-green);text-transform:uppercase;letter-spacing:.3px}.desktop-category-root-item{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:10px;padding:10px 15px;text-align:left;font-size:11px;color:#26342d;cursor:pointer;transition:.15s}.desktop-category-root-item:hover,.desktop-category-root-item.active{background:var(--ps-green-soft);color:var(--ps-green);font-weight:700}.desktop-category-item-icon{width:32px;height:32px;border-radius:50%;background:var(--ps-green-soft);color:var(--ps-green);display:grid;place-items:center;flex:none}.desktop-category-item-icon i{font-size:14px}.desktop-category-item-name{flex:1;min-width:0}.desktop-category-arrow{font-size:8px;margin-left:auto;opacity:.65}.desktop-category-subpanel{padding:20px 22px;position:relative;min-width:0}.desktop-category-empty{height:100%;min-height:340px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#75827b;text-align:center}.desktop-category-empty i{font-size:24px;color:var(--ps-green)}.desktop-category-empty strong{font-size:16px;color:#26342d}.desktop-category-empty span{font-size:11px}.desktop-category-level[hidden],.desktop-category-empty[hidden]{display:none!important}.desktop-category-level-head{display:flex;justify-content:space-between;align-items:center;gap:15px;border-bottom:1px solid var(--ps-line);padding-bottom:12px;margin-bottom:14px}.desktop-category-level-head strong{display:block;font-size:18px;color:#17251f}.desktop-category-level-head span{display:block;font-size:10px;color:#7b8781;margin-top:3px}.desktop-category-level-head>a{font-size:10px;color:var(--ps-green);font-weight:800;white-space:nowrap}.desktop-category-child-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-height:355px;overflow:auto;padding-right:3px}.desktop-category-child-card{border:1px solid var(--ps-line);border-radius:8px;background:#fff;padding:8px}.desktop-category-child-main{display:flex;align-items:center;gap:8px;color:#26342d;font-size:11px;font-weight:700;text-decoration:none;padding:2px}.desktop-category-child-main:hover{color:var(--ps-green)}.desktop-category-grand-list{border-top:1px solid #edf2ee;margin-top:7px;padding-top:6px;display:grid;gap:3px}.desktop-category-grand-list a{display:flex;align-items:center;gap:6px;color:#637069;text-decoration:none;font-size:9px;padding:4px 2px;border-radius:4px}.desktop-category-grand-list a:hover{background:var(--ps-green-soft);color:var(--ps-green)}.desktop-category-mini-icon{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#f1f7f3;color:var(--ps-green);flex:none}.desktop-category-mini-icon i{font-size:8px}.desktop-category-no-children{padding:30px;color:#68756e;font-size:12px}.desktop-category-no-children a{color:var(--ps-green);font-weight:700}@media(max-width:700px){.desktop-category-menu{display:block}.desktop-category-root-list{max-height:none}.desktop-category-subpanel{display:none}}.home-admin-hero-slide-clean{position:absolute!important;inset:0!important;display:block!important;overflow:hidden!important;background:#eef3f0;}.home-hero-clean-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;}.home-side-banner-clean{position:relative!important;display:block!important;overflow:hidden!important;min-height:75px;background:#eef3f0;}.home-side-clean-img{width:100%!important;height:100%!important;min-height:75px;object-fit:cover!important;object-position:center!important;display:block!important;}.chatbot-widget{--chatbot-primary:var(--ref-green,#16a34a);--chatbot-header:var(--ref-green-dark,#087f3b);--chatbot-user:var(--ref-green,#16a34a);--chatbot-bot:#ffffff;position:fixed;right:18px;bottom:18px;z-index:9998;}.chatbot-fab{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--chatbot-primary),var(--chatbot-header));color:#fff!important;border:0;border-radius:50px;padding:12px 18px 12px 12px;box-shadow:0 10px 26px rgba(16,163,74,.35);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;}.chatbot-fab:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(16,163,74,.42);}.chatbot-fab-icon{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.22);display:grid;place-items:center;font-size:15px;}.chatbot-fab strong{font-size:11px;display:block;}.chatbot-fab small{font-size:9px;opacity:.9;display:block;}.chatbot-panel{position:fixed;right:18px;bottom:90px;width:340px;max-width:92vw;max-height:70vh;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(10,25,15,.25);overflow:hidden;display:flex;flex-direction:column;z-index:9999;border:1px solid #e5eee7;}.chatbot-head{background:linear-gradient(135deg,var(--chatbot-header),var(--chatbot-primary));color:#fff;padding:14px 14px;display:flex;align-items:center;justify-content:space-between;}.chatbot-brand{display:flex;align-items:center;gap:10px;}.chatbot-avatar{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:15px;}.chatbot-brand strong{font-size:12px;display:block;}.chatbot-brand small{font-size:9px;opacity:.9;display:flex;align-items:center;gap:5px;}.chatbot-online-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;display:inline-block;}.chatbot-close{background:rgba(255,255,255,.15);border:0;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer;}.chatbot-context{background:var(--ref-green-soft,#edf9f0);color:#087f3b;font-size:10px;padding:8px 14px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #e5eee7;}.chatbot-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:#f8faf8;}.chatbot-msg{display:flex;gap:8px;font-size:11px;line-height:1.5;}.chatbot-msg.bot{align-items:flex-start;}.chatbot-bubble-icon{width:24px;height:24px;border-radius:50%;background:var(--chatbot-primary);color:#fff;display:grid;place-items:center;font-size:10px;flex-shrink:0;}.chatbot-msg.bot>div:last-child{background:#fff;border:1px solid #e5eee7;border-radius:10px;padding:8px 10px;}.chatbot-msg.user{justify-content:flex-end;}.chatbot-msg.user>div{background:var(--chatbot-user);color:#fff;border-radius:10px;padding:8px 10px;max-width:80%;}.chatbot-welcome-note{font-size:9px;color:#8a938d;text-align:center;}.chatbot-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 10px;background:#f8faf8;}.chatbot-suggestions button{font-size:9px;border:1px solid var(--ref-green,#16a34a);color:var(--ref-green,#16a34a);background:#fff;border-radius:20px;padding:6px 10px;cursor:pointer;}.chatbot-suggestions button:hover{background:var(--ref-green-soft,#edf9f0);}.chatbot-form{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #e5eee7;background:#fff;}.chatbot-form input{flex:1;border:1px solid #dfe7e1!important;border-radius:20px!important;padding:8px 12px!important;font-size:11px;min-height:36px!important;}.chatbot-form button{background:var(--chatbot-primary);color:#fff;border:0;width:36px;height:36px;border-radius:50%;cursor:pointer;flex-shrink:0;}.chatbot-footer-note{font-size:8px;color:#9aa29d;text-align:center;padding:5px 0 9px;background:#fff;}@media(max-width:700px){.chatbot-widget{right:12px;bottom:78px;}.chatbot-panel{right:10px;bottom:130px;width:calc(100vw - 24px);}.chatbot-fab small{display:none;}}.product-image-wrapper img,.product-gallery-main img,.gallery-thumb img,.home-hero-product img{content-visibility:auto;}img{max-width:100%;height:auto;}.product-image-wrapper{contain:layout paint;}.home-hero{isolation:isolate;}.reference-category-card .cat-icon.cat-image{width:70px!important;height:70px!important;border-radius:50%!important;overflow:hidden!important;background:#eff8f1!important;padding:0!important;display:block!important;box-shadow:0 0 0 1px #e2eee5!important}.reference-category-card .cat-icon.cat-image img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;border-radius:50%!important}.promo-wide-image-only{padding:0!important;min-height:0!important;height:auto!important;display:block!important;overflow:hidden!important}.promo-wide-image-only img{width:100%!important;height:auto!important;aspect-ratio:1200/180!important;object-fit:cover!important;display:block!important}.home-hero-product img{content-visibility:visible!important}@media(max-width:700px){.reference-category-card .cat-icon.cat-image{width:54px!important;height:54px!important}.promo-wide-image-only img{aspect-ratio:16/5!important}}.reference-store-body .product-marketplace-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,43%) minmax(0,37%) minmax(190px,20%);gap:16px;align-items:start;}.reference-store-body .product-gallery-column,.reference-store-body .product-info-column,.reference-store-body .product-delivery-column{min-width:0}.reference-store-body .product-gallery-main{height:430px!important;min-height:430px!important;padding:0!important;overflow:hidden!important;position:relative!important;cursor:zoom-in;}.reference-store-body .product-gallery-main img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;display:block!important;transform:scale(1)!important;transition:transform .45s cubic-bezier(.2,.7,.2,1)!important;}.reference-store-body .product-gallery-main:hover img{transform:scale(1.10)!important}.reference-store-body .gallery-thumbs{margin-top:10px!important;display:flex!important;gap:8px!important;overflow:auto!important}.reference-store-body .gallery-thumb{width:64px!important;height:64px!important;padding:3px!important;flex:0 0 64px!important;overflow:hidden!important}.reference-store-body .gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.reference-store-body .product-info-column{padding:4px 2px 0}.reference-store-body .product-info-column h1{font-size:20px!important;line-height:1.25!important;color:#101828!important;margin:0 0 10px!important;font-weight:800!important}.reference-store-body .product-info-column .product-price{margin:12px 0!important}.reference-store-body .product-info-column .price-current{font-size:26px!important;color:#062744!important;font-weight:900!important}.reference-store-body .product-info-column .short-description{font-size:12px;line-height:1.55;color:#667085}.reference-store-body .product-info-column .d-flex.align-items-center.gap-2{display:grid!important;grid-template-columns:auto 1fr 1fr auto!important;gap:8px!important;align-items:center!important}.reference-store-body .product-info-column .btn-add-cart{min-height:40px!important;font-size:11px!important;border-radius:7px!important}.reference-store-body .product-info-column .btn:not(.btn-add-cart):not(.btn-resell){min-height:40px!important;border-radius:7px!important;font-size:11px!important}.reference-store-body .product-info-column .qty-selector{height:40px!important;border-radius:7px!important}.reference-store-body .product-info-column .qty-input{width:45px!important}.reference-store-body .product-side-card{background:#edf9f0!important;border:1px solid #d7eadb!important;border-radius:8px!important;padding:15px 12px!important;}.reference-store-body .side-card-row{display:flex;gap:10px;align-items:flex-start}.reference-store-body .side-card-row>i{width:25px;height:25px;display:grid;place-items:center;color:#087f3b;font-size:12px;flex:0 0 25px}.reference-store-body .side-card-row strong{display:block;font-size:11px;color:#0b3a22;line-height:1.35}.reference-store-body .side-card-row span{display:block;font-size:9px;color:#587062;line-height:1.45;margin-top:3px}.reference-store-body .side-card-divider{height:1px;background:#d6e8da;margin:13px 0}.reference-store-body .product-verification-note{max-width:1180px;margin:14px auto 0;padding:10px 13px;border:1px solid #dceee0;background:#f5fbf6;border-radius:7px;color:#087f3b;font-size:11px;font-weight:700;}.reference-store-body #tabDescription{font-size:13px;line-height:1.75;color:#344054}.reference-store-body #tabDescription h2,.reference-store-body #tabDescription h3,.reference-store-body #tabDescription h4{color:#111827;margin:16px 0 7px;line-height:1.3}.reference-store-body #tabDescription ul,.reference-store-body #tabDescription ol{padding-left:22px;margin:8px 0}.reference-store-body #tabDescription li{margin:4px 0}.reference-store-body #tabDescription blockquote{margin:12px 0;padding:10px 14px;border-left:3px solid #16a34a;background:#f4faf5;border-radius:4px}.reference-store-body #tabDescription a{color:#087f3b;text-decoration:underline}.reference-store-body .product-image-wrapper{padding:0!important;overflow:hidden!important;background:#fff!important}.reference-store-body .product-image{height:100%!important;padding:0!important;overflow:hidden!important}.reference-store-body .product-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;mix-blend-mode:normal!important;transition:transform .35s ease!important}.reference-store-body .product-card:hover .product-image img{transform:scale(1.06)!important}.rich-editor{border:1px solid #d9e1dc;border-radius:8px;background:#fff;overflow:hidden}.rich-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:7px;background:#f6f8f6;border-bottom:1px solid #e1e7e3}.rich-toolbar button,.rich-toolbar select{height:32px;border:1px solid #d5ddd8;background:#fff;border-radius:5px;color:#26332b;font-size:12px;padding:0 8px;cursor:pointer}.rich-toolbar button{width:32px;padding:0}.rich-toolbar button:hover,.rich-toolbar select:hover{border-color:#16a34a;background:#f3faf5}.rich-toolbar select{min-width:86px}.rich-color{height:32px;display:flex;align-items:center;gap:5px;padding:0 7px;border:1px solid #d5ddd8;border-radius:5px;background:#fff;cursor:pointer}.rich-color span{font-weight:900;font-size:16px}.rich-color input{width:25px;height:22px;padding:0;border:0;background:transparent;cursor:pointer}.rich-content{min-height:260px;padding:14px 16px;outline:0;font-size:14px;line-height:1.7;color:#202a24}.rich-content:focus{box-shadow:inset 0 0 0 2px rgba(22,163,74,.10)}.rich-content h2,.rich-content h3,.rich-content h4{margin:15px 0 8px}.rich-content ul,.rich-content ol{padding-left:24px}.rich-content blockquote{border-left:3px solid #16a34a;background:#f4faf5;padding:9px 12px;margin:10px 0}.rich-editor-help{font-size:11px;color:#7a867e;padding:7px 12px;background:#fbfcfb;border-top:1px solid #eef2ef}@media(max-width:700px){.reference-main-header{padding:8px 10px 10px!important}.ref-main-grid{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"logo" "search"!important;gap:8px!important;min-height:0!important;padding:0!important}.reference-logo{grid-area:logo!important;display:flex!important;justify-content:center!important;align-items:center!important}.reference-logo img{width:126px!important;max-height:42px!important}.reference-actions{display:none!important}.reference-search{grid-area:search!important;max-width:none!important;width:100%!important}.reference-search-box{height:42px!important;border-radius:7px!important}.reference-search-box>i{display:block!important;margin:0 9px!important;font-size:11px!important}.reference-search-box input{font-size:12px!important;padding:0 8px!important;min-width:0!important}.reference-search-box input::placeholder{font-size:12px!important;color:#7b8780!important;opacity:1!important}.reference-search-box button{font-size:11px!important;width:62px!important;padding:0 10px!important;flex:0 0 62px!important;white-space:nowrap!important}.reference-search-box button:after{display:none!important}.reference-store-body .product-marketplace-layout{display:block!important;margin:0!important}.reference-store-body .product-gallery-main{height:350px!important;min-height:350px!important}.reference-store-body .product-gallery-main img{object-fit:cover!important}.reference-store-body .product-info-column{padding-top:14px!important}.reference-store-body .product-info-column h1{font-size:19px!important}.reference-store-body .product-info-column .d-flex.align-items-center.gap-2{grid-template-columns:auto 1fr 1fr!important}.reference-store-body .product-info-column .btn-wishlist{grid-column:1/-1!important;justify-self:start!important}.reference-store-body .product-delivery-column{margin-top:14px!important}.reference-store-body .product-side-card{padding:13px!important}.reference-store-body .product-verification-note{margin-top:10px!important;font-size:10px!important}.reference-store-body .product-image-wrapper{height:155px!important}.reference-store-body .product-image img{object-fit:cover!important}.rich-toolbar{gap:4px;padding:6px}.rich-toolbar select{min-width:78px;font-size:11px}.rich-content{min-height:220px}}@media(min-width:701px) and (max-width:1050px){.reference-store-body .product-marketplace-layout{grid-template-columns:42% 58%;}.reference-store-body .product-delivery-column{grid-column:1/-1}.reference-store-body .product-side-card{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.reference-store-body .side-card-divider{display:none}}@media(max-width:700px){.reference-search-box{width:100%!important;min-width:0!important}.reference-search-box input{font-size:13px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.reference-search-box input::placeholder{font-size:12px!important;white-space:nowrap!important}.reference-search-box>i{flex:0 0 auto!important}.reference-search-box button{display:flex!important;align-items:center!important;justify-content:center!important}.reference-logo img{width:135px!important;max-width:55vw!important}}.reference-store-body .product-card-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}.product-card-actions .btn-buy-now{min-height:32px!important;border-radius:4px!important;font-size:9px!important;font-weight:800!important;background:#fff!important;border:1px solid #18a43f!important;color:#128336!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important}.product-card-actions .btn-buy-now:hover{background:#eaf7ef!important}@media(max-width:575px){.product-card-actions .btn-add-cart,.product-card-actions .btn-buy-now{font-size:8px!important;padding:7px 4px!important}}.subcategory-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08)!important;border-color:#16a34a!important}.subcategory-card img{transition:transform .25s ease}.subcategory-card:hover img{transform:scale(1.04)}@media(max-width:576px){.subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.subcategory-card{padding:9px!important}.subcategory-card>div{height:92px!important}.subcategory-card strong{font-size:13px!important}}