:root{--line-green:#06C755;--line-dark:#1e2a3a;--line-gray:#64748b;--line-light-gray:#f1f5f9;--shadow-sm:0 10px 25px -5px rgba(0, 0, 0, 0.05);--shadow-md:0 20px 25px -12px rgba(0, 0, 0, 0.1);--radius-xl:32px;--radius-lg:24px;--radius-md:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,'Segoe UI','Helvetica Neue',sans-serif;background:#f9fafc;color:#1f2d3d;line-height:1.5;scroll-behavior:smooth}.container{max-width:1280px;margin:0 auto;padding:0 24px}.site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(8px);position:sticky;top:0;z-index:1000;border-bottom:1px solid #eef2ff;box-shadow:0 1px 3px rgba(0,0,0,.03)}.header-container{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.logo-area{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-icon{font-size:32px;color:var(--line-green)}.logo-text{font-size:1.65rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#06c755 0,#029c43 100%);background-clip:text;-webkit-background-clip:text;color:transparent}.logo-text span{color:#06c755;background:0 0}.menu-toggle{display:none;flex-direction:column;gap:6px;background:0 0;border:none;cursor:pointer;padding:6px}.menu-toggle span{width:26px;height:2.5px;background:#1f2d3d;border-radius:4px;transition:.2s}.nav-menu{display:flex;align-items:center;gap:40px}.nav-menu ul{display:flex;gap:32px;list-style:none}.nav-link{text-decoration:none;font-weight:500;color:#1f2d3d;transition:color .2s}.nav-link:hover{color:var(--line-green)}.support-badge{background:rgba(6,199,85,.12);color:var(--line-green);padding:6px 16px;border-radius:40px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:6px}@media (max-width:768px){.menu-toggle{display:flex}.nav-menu{position:fixed;top:72px;left:-100%;width:80%;height:calc(100vh - 72px);background:#fff;flex-direction:column;align-items:flex-start;padding:32px 28px;gap:32px;transition:left .3s ease;box-shadow:4px 0 20px rgba(0,0,0,.08);z-index:999;border-radius:0 20px 20px 0}.nav-menu.open{left:0}.nav-menu ul{flex-direction:column;gap:24px;width:100%}.header-container{padding:12px 20px}}.hero-section{background:linear-gradient(135deg,#fff 0,#f0fdf4 100%);padding:70px 0 60px;border-bottom:1px solid #eef2ff}.hero-grid{display:flex;align-items:center;gap:50px;flex-wrap:wrap}.hero-content{flex:1.2}.hero-badge{display:inline-block;background:rgba(6,199,85,.1);color:var(--line-green);padding:6px 14px;border-radius:40px;font-size:.75rem;font-weight:700;margin-bottom:20px}.hero-content h1{font-size:3.2rem;font-weight:800;line-height:1.2;margin-bottom:20px;letter-spacing:-1px;color:#0f172a}.hero-highlight{color:var(--line-green);background:linear-gradient(120deg,#06c755,#029c43);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-desc{font-size:1.1rem;color:var(--line-gray);max-width:550px;margin-bottom:30px}.hero-stats{display:flex;gap:32px;margin-top:15px}.stat-item h3{font-size:1.8rem;font-weight:800;color:#0f172a}.stat-item p{color:var(--line-gray);font-weight:500}.hero-image{flex:0.8;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 340"><ellipse cx="200" cy="170" rx="160" ry="130" fill="%23E8F5E9" opacity="0.5"/><rect x="120" y="100" width="160" height="140" rx="28" fill="white" stroke="%2306C755" stroke-width="3"/><circle cx="165" cy="150" r="18" fill="%2306C755"/><circle cx="235" cy="150" r="18" fill="%23C8E6C9"/><path d="M150 230 L200 270 L250 230" stroke="%2306C755" fill="none" stroke-width="4" stroke-linecap="round"/></svg>') no-repeat center;background-size:contain;min-height:260px}@media (max-width:768px){.hero-content h1{font-size:2.2rem}}.filter-section{margin:40px 0 30px}.filter-buttons{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:32px}.filter-btn{background:#fff;border:1.5px solid #e2e8f0;padding:10px 28px;border-radius:48px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.filter-btn.active,.filter-btn:hover{background:var(--line-green);border-color:var(--line-green);color:#fff;box-shadow:0 4px 12px rgba(6,199,85,.3)}.product-table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm);border:1px solid #eef2ff}.product-table{width:100%;border-collapse:collapse;font-size:.95rem}.product-table th{background:#f8fafc;padding:18px 16px;text-align:left;font-weight:700;color:#0f172a;border-bottom:2px solid #eef2ff}.product-table td{padding:16px;border-bottom:1px solid #f0f2f5;vertical-align:middle}.product-table tr:last-child td{border-bottom:none}.stock-badge{background:#e9f9ef;color:#05944f;padding:4px 12px;border-radius:40px;font-size:.75rem;font-weight:600;display:inline-block}.price{font-weight:800;color:var(--line-green);font-size:1.25rem}.product-table tr .product-title{font-weight:700;font-size:.95rem}.product-table tr .product-desc{display:block;font-weight:400;margin-top:8px;color:#64748b;font-size:.75rem}.buy-link{display:inline-block;background:var(--line-green);color:#fff;padding:8px 28px;border-radius:40px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 2px 6px rgba(6,199,85,.25)}.buy-link:hover{background:#05a849;box-shadow:0 6px 14px rgba(6,199,85,.35)}@media (max-width:640px){.product-table td,.product-table th{padding:12px 10px}.buy-link{padding:6px 18px;font-size:.8rem}}.section-padding{padding:80px 0;background:#fff}.section-padding-alt{background:#f9fafc}.section-header{text-align:center;margin:56px 0}.section-header h2{font-size:2.2rem;font-weight:800;margin-bottom:16px;color:#0f172a}.section-header p{color:var(--line-gray);max-width:620px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:35px}.benefit-card{background:#fff;padding:32px 24px;border-radius:var(--radius-xl);transition:all .25s ease;border:1px solid #eef2ff;box-shadow:var(--shadow-sm);text-align:center}.benefit-card:hover{transform:translateY(-8px);border-color:var(--line-green);box-shadow:var(--shadow-md)}.benefit-icon{width:70px;height:70px;background:rgba(6,199,85,.1);display:inline-flex;align-items:center;justify-content:center;border-radius:30px;font-size:32px;color:var(--line-green);margin-bottom:24px}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:20px}.process-step{text-align:center;padding:20px}.step-number{width:56px;height:56px;background:var(--line-green);color:#fff;font-size:1.8rem;font-weight:800;border-radius:60px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.guarantee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.guarantee-card{background:#fff;border-radius:var(--radius-lg);padding:28px;border:1px solid #eef2ff;text-align:center;transition:.2s}.guarantee-card i{font-size:40px;color:var(--line-green);margin-bottom:16px}.after-sales-content{max-width:900px;margin:0 auto;background:#fff;border-radius:var(--radius-xl);padding:40px;border:1px solid #eef2ff}.after-sales-content ul{list-style:none}.after-sales-content li{margin-bottom:16px;padding-left:28px;position:relative}.after-sales-content li i{position:absolute;left:0;color:var(--line-green)}.faq-section{padding:80px 0;background:#f9fafc}.faq-accordion{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:28px;margin-bottom:18px;border:1px solid #eef2ff;overflow:hidden;transition:all .2s}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:.2s;color:#0f172a}.faq-question i{transition:transform .3s;color:var(--line-green)}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{padding:0 28px;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4, 0, .2, 1);color:var(--line-gray);line-height:1.6}.faq-item.active .faq-answer{padding:0 28px 24px 28px;max-height:280px}.footer-copyright{text-align:center;padding:32px 0;border-top:1px solid #eef2ff;background:#fff;color:var(--line-gray);font-size:.85rem}.footer-copyright a{color:var(--line-gray)}:root{--line-green:#06C755;--line-dark:#1e2a3a;--line-gray:#64748b;--line-light-gray:#f1f5f9;--shadow-sm:0 10px 25px -5px rgba(0, 0, 0, 0.05);--shadow-md:0 20px 25px -12px rgba(0, 0, 0, 0.1);--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--primary-blue:#06C755;--hover-blue:#05a849;--light-blue:#E8F5E9;--bg-color:#f9fafc;--card-bg:#ffffff;--text-primary:#1f2d3d;--text-secondary:#64748b;--border-color:#eef2ff;--price-red:#ef4444;--success-green:#06C755;--transition:all 0.3s ease;--card-radius:24px;--btn-radius:48px;--shadow:0 10px 25px -5px rgba(0, 0, 0, 0.05),0 8px 10px -6px rgba(0, 0, 0, 0.02);--shadow-hover:0 20px 25px -12px rgba(6, 199, 85, 0.15);--bs-card-spacer-y:30px;--bs-card-spacer-x:30px;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color:#1f2d3d;--bs-card-subtitle-color:#64748b;--bs-card-border-width:1px;--bs-card-border-color:#eef2ff;--bs-card-border-radius:24px;--bs-card-box-shadow:0 10px 25px -5px rgba(0, 0, 0, 0.05);--bs-card-inner-border-radius:24px;--bs-card-cap-padding-y:15px;--bs-card-cap-padding-x:30px;--bs-card-cap-bg:rgba(6, 199, 85, 0.03);--bs-card-bg:#ffffff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:12px}.breadcrumb{margin:30px 0;font-size:.9rem;color:var(--text-secondary)}.breadcrumb a{color:var(--primary-blue);text-decoration:none;transition:var(--transition)}.breadcrumb a:hover{text-decoration:underline;color:var(--hover-blue)}.breadcrumb span{margin:0 8px}.product-d-detail{background:var(--card-bg);border-radius:var(--card-radius);padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);box-shadow:var(--shadow);border:1px solid var(--border-color);margin-bottom:60px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.product-d-info,.purchase-options{border:none}.product-d-title{font-size:1.8rem;font-weight:800;margin-bottom:15px;color:var(--text-primary);letter-spacing:-.3px}.product-d-price{font-size:2.2rem;font-weight:800;color:var(--line-green);margin-bottom:25px}.product-d-specs{margin-bottom:25px}.spec-row{display:flex;padding:12px 0;border-bottom:1px solid var(--border-color)}.spec-row:last-child{border-bottom:none}.spec-label{flex:0 0 140px;color:var(--text-secondary);font-weight:500;display:flex;align-items:center;gap:8px}.spec-value{flex:1;font-weight:600;color:var(--text-primary)}.spec-value.highlight{color:var(--success-green)}.option-title{font-size:1.3rem;font-weight:700;margin-bottom:25px;color:var(--text-primary);display:flex;align-items:center;gap:10px}.form-group{margin-bottom:25px}.form-label{display:block;margin-bottom:10px;color:var(--text-secondary);font-weight:500;font-size:.95rem}.required{color:var(--price-red)}.email-input{width:100%;padding:12px 18px;border:1px solid var(--border-color);border-radius:var(--btn-radius);font-size:1rem;transition:var(--transition);background:#fff}.email-input:focus{outline:0;border-color:var(--primary-blue);box-shadow:0 0 0 3px rgba(6,199,85,.1)}.email-hint{margin-top:8px;font-size:.85rem;color:var(--text-secondary);display:flex;align-items:center;gap:5px}.quantity-selector{display:flex;align-items:center;background:#fff;border-radius:var(--btn-radius);border:1px solid var(--border-color);overflow:hidden;transition:var(--transition);max-width:150px}.quantity-selector:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 3px rgba(6,199,85,.1)}.quantity-btn{width:44px;height:44px;border:none;background:var(--light-blue);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:var(--transition)}.quantity-btn:hover{background:rgba(6,199,85,.15);color:var(--primary-blue)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{flex:1;height:44px;text-align:center;border:none;background:0 0;font-size:1rem;font-weight:600;color:var(--text-primary);outline:0;min-width:60px}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield}.payment-section{margin-bottom:20px}.payment-label{font-size:.95rem;color:var(--text-primary);margin-bottom:8px;font-weight:600}.payment-methods{display:flex;gap:12px;flex-wrap:wrap}.payment-method{flex:1;min-width:110px;padding:12px 12px;border:1.5px solid var(--border-color);border-radius:var(--radius-md);background:#fff;cursor:pointer;transition:var(--transition);text-align:center;font-size:.85rem;font-weight:600;color:var(--text-primary)}.payment-method.selected,.payment-method:hover{border-color:var(--primary-blue);background:var(--light-blue);color:var(--primary-blue)}.payment-method input[type=radio]{display:none}.payment-icon{margin-bottom:8px;display:flex;justify-content:center}.payment-icon>img{border-radius:12px;max-width:40px;height:auto}.total-price{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:18px 24px;border-radius:var(--radius-lg);margin-bottom:25px;display:flex;justify-content:space-between;align-items:center}.total-label{font-size:1rem;color:#1e5e2d;font-weight:600;display:flex;align-items:center;gap:8px}.total-amount{font-size:1.8rem;font-weight:800;color:#05944f}.action-buttons{display:flex;gap:15px}.btn{padding:14px 28px;border:none;border-radius:var(--btn-radius);font-size:1rem;cursor:pointer;transition:var(--transition);font-weight:600;flex:1;text-align:center;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,var(--primary-blue),var(--hover-blue));color:#fff;box-shadow:0 4px 12px rgba(6,199,85,.25)}.btn-primary:hover{box-shadow:var(--shadow-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:linear-gradient(135deg,#f5f7fa,#e9ecef);color:var(--text-primary)}.btn-secondary:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.product-d-description{grid-column:1/-1;margin-top:20px}.description-d-title{font-size:1.5rem;margin-bottom:25px;color:var(--text-primary);display:flex;align-items:center;gap:10px;font-weight:700}.description-d-content{line-height:1.8;color:var(--text-secondary)}.description-d-content p{margin-bottom:20px;font-size:1.05rem;line-height:1.8}.description-d-content ol,.description-d-content ul{margin:20px 0;padding-left:25px}.description-d-content li{margin-bottom:10px;line-height:1.6}.description-d-content h3{font-size:1.3rem;color:var(--text-primary);margin:25px 0 15px;font-weight:600;display:flex;align-items:center;gap:10px}.description-d-content strong{color:var(--text-primary)}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:20px 0}.feature-item{display:flex;align-items:center;gap:10px;padding:15px;background:rgba(6,199,85,.05);border-radius:var(--radius-md)}.feature-icon{color:var(--success-green);font-size:1.2rem}.security-notice{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:20px;border-radius:var(--radius-lg);margin-top:30px;display:flex;align-items:center;gap:15px}.security-icon{font-size:1.5rem;color:#05944f}.security-text{flex:1;color:#1e5e2d;font-size:.95rem;line-height:1.6}.related-products{margin-bottom:80px}.section-title{font-size:1.8rem;font-weight:800;margin-bottom:15px;text-align:center;color:var(--text-primary);letter-spacing:-.3px}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);text-align:center;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{background:var(--card-bg);border-radius:var(--card-radius);padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);box-shadow:var(--shadow);transition:var(--transition);border:var(--bs-card-border-width) solid var(--bs-card-border-color);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:var(--primary-blue)}.product-card-title{font-size:1.2rem;font-weight:700;margin-bottom:15px;color:var(--text-primary);flex-grow:0;display:flex;align-items:center;gap:8px}.product-card-description{color:var(--text-secondary);margin-bottom:15px;font-size:.95rem;line-height:1.6;flex-grow:1}.product-card-price{color:var(--line-green);font-weight:800;font-size:1.3rem;margin-bottom:15px;flex-grow:0}.product-card-action{flex-grow:0}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:2000;opacity:0;transition:opacity .3s ease}.modal-overlay.active{display:flex;align-items:center;justify-content:center;opacity:1}.modal-content{background:#fff;border-radius:28px;max-width:900px;width:90%;max-height:90vh;overflow-y:auto;transform:scale(.9);transition:transform .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-overlay.active .modal-content{transform:scale(1)}.modal-header{padding:25px 30px;border-bottom:1px solid #eef2ff;display:flex;align-items:center;justify-content:space-between}.modal-title{font-weight:700;color:var(--text-primary);gap:10px;font-size:24px;display:flex;align-items:center}.close-btn{font-size:24px;width:40px;height:40px;border:none;background:var(--light-blue);border-radius:50%;cursor:pointer;justify-content:center;color:var(--text-secondary);transition:all .3s;display:flex;align-items:center}.close-btn:hover{background:rgba(6,199,85,.15);color:var(--primary-blue);transform:rotate(90deg)}.modal-body{padding:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.order-summary{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:25px;border-radius:20px}.summary-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:20px;gap:8px;display:flex;align-items:center}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}.summary-row-clear-bt{border-bottom:none}.summary-row:last-child{border-bottom:none;padding-top:15px;margin-top:5px;border-top:2px solid rgba(0,0,0,.1)}.summary-label{width:120px;color:var(--text-secondary);font-size:14px}.summary-value{font-weight:600;color:var(--text-primary)}.summary-value.total{font-size:24px;color:var(--line-green);font-weight:800}.payment-title{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:15px;display:flex;align-items:center;gap:8px}.selected-payment{background:#e8f5e9;border:2px solid var(--success-green);padding:15px;border-radius:12px;display:flex;align-items:center;gap:15px;margin-bottom:20px}.selected-payment .payment-icon{font-size:2rem;color:var(--success-green)}.qr-section{text-align:center;padding:20px;margin-bottom:20px}.qr-code{width:200px;height:200px;margin:0 auto 15px;background:#fff;padding:10px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#999;border:1px solid var(--border-color)}.address-section{background:#fff;border:2px solid var(--border-color);border-radius:12px;padding:15px;margin-bottom:15px;position:relative}.address-label{font-size:13px;color:var(--text-secondary);margin-bottom:8px;display:flex;align-items:center;gap:5px}.address-value{font-size:14px;word-break:break-all;color:var(--text-primary);line-height:1.4;padding-right:40px;width:85%}.copy-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:var(--success-green);color:#fff;border:none;padding:8px 15px;border-radius:30px;font-size:13px;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:5px}.copy-btn:hover{background:#05a849}.copy-btn.copied{background:#05944f}.btn-confirm{background:linear-gradient(135deg,var(--success-green),#05a849);color:#fff;padding:15px 25px;border:none;border-radius:var(--btn-radius);font-size:1rem;cursor:pointer;transition:var(--transition);font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.btn-confirm:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(6,199,85,.4)}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.countdown-section{background:linear-gradient(135deg,#fef3c7,#fed7aa);padding:20px;border-radius:16px;margin-bottom:25px;text-align:center}.countdown-title{font-size:14px;color:#92400e;margin-bottom:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:5px}.countdown-timer{font-size:36px;font-weight:800;color:#dc2626;font-family:Courier New,monospace;letter-spacing:2px}.countdown-timer.warning{animation:blink 1s ease-in-out infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.countdown-hint{font-size:12px;color:#7f1d1d;margin-top:8px}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;pointer-events:none}.toast{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:16px 20px;margin-bottom:10px;min-width:300px;max-width:400px;display:flex;align-items:center;transform:translateX(100%);opacity:0;transition:all .3s cubic-bezier(.4, 0, .2, 1);pointer-events:auto;position:relative}.toast.show{transform:translateX(0);opacity:1}.toast.success{background:#e8f5e9;border-left:4px solid #06c755}.toast.error{background:#fee2e2;border-left:4px solid #ef4444}.toast.warning{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.toast.info{border-left-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.toast.info .toast-icon{color:#3b82f6}.toast-icon{margin-right:12px;flex-shrink:0}.toast-content{flex:1}.toast-title{font-weight:600;font-size:14px;margin-bottom:2px;color:#374151}.toast-message{font-size:13px;line-height:1.4;color:#4b5563}.toast-close{position:absolute;top:8px;right:8px;background:0 0;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:4px;line-height:1;opacity:.7;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:rgba(0,0,0,.1);border-radius:0 0 8px 8px;transform-origin:left;animation:progress linear}.toast.success .toast-progress{background:#06c755}.toast.error .toast-progress{background:#ef4444}.toast.warning .toast-progress{background:#f59e0b}.toast.info .toast-progress{background:#3b82f6}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.ks-product-card{background:var(--card-bg);border-radius:var(--card-radius);padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--border-color);display:flex;flex-direction:column;height:100%}.ks-product-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-blue)}.ks-product-card-title{font-size:1.2rem;font-weight:700;margin-bottom:15px;color:var(--text-primary);display:flex;align-items:center;gap:8px}.ks-product-card-description{color:var(--text-secondary);margin-bottom:15px;font-size:.95rem;line-height:1.6;flex-grow:1}.ks-product-card-price{color:var(--line-green);font-weight:800;font-size:1.3rem;margin-bottom:15px}.ks-product-card-action .btn{padding:10px 20px;font-size:.9rem}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-image{display:none}.breadcrumb{margin:20px 0}.product-d-detail{grid-template-columns:1fr;gap:20px}.feature-list{grid-template-columns:1fr}.action-buttons{flex-direction:column}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr)}.payment-method{min-width:auto}.modal-body{grid-template-columns:1fr;gap:20px}.product-grid{grid-template-columns:1fr}.product-table-wrapper{background:0 0;border-radius:0;border:0;box-shadow:unset}.product-table thead{display:none}.product-table,.product-table tbody,.product-table td,.product-table tr{display:block;width:100%}.product-table tr{margin-bottom:20px;position:relative;border-radius:28px;background:#fff;border:1px solid var(--border-light);overflow:hidden}.product-table td{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-radius:0!important;box-shadow:none}.product-table td:first-child::before{content:'';width:0}.product-table td::before{content:attr(data-label);font-weight:600;color:#64748b;width:40%;font-size:.9rem}.product-table td:first-child>small{display:none}.product-table td:last-child{border-bottom:none}}@media (max-width:480px){.product-d-title{font-size:1.5rem}.product-d-price{font-size:1.8rem}.spec-label{flex:0 0 120px;font-size:.9rem}.spec-value{font-size:.9rem}.description-d-title{font-size:1.3rem}.modal-content{width:95%;max-height:95vh;margin:10px}.modal-header{padding:20px}.modal-title{font-size:20px}.modal-body{padding:20px}.address-value{font-size:12px}}