:root{--primary-orange: #FAC513;--hot-red: #E53E3E;--dark-navy: #2D3748;--medium-navy: #4A5568;--light-background: #F7FAFC;--white: #FFFFFF;--text-dark: #1A202C;--text-medium: #4A5568;--text-light: #718096;--green-fresh: #38A169;--blue-electric: #3182CE;--red-power: #E53E3E;--purple-smart: #805AD5;--border-soft: #E2E8F0;--shadow-light: rgba(0, 0, 0, .1)}.product-jump-starter{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.product-media__main{position:relative;margin-bottom:1rem}.product-image-main{position:relative;background:var(--light-background);border-radius:16px;overflow:hidden;padding:2rem}.product-image-main img{width:100%;height:auto;object-fit:contain;max-height:400px}.hot-seller-badge{position:absolute;top:1rem;left:1rem;background:var(--hot-red);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:2;letter-spacing:.5px}.product-thumbnails{display:flex;gap:.75rem;justify-content:flex-start}.thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;background:var(--light-background)}.thumbnail.active{border-color:var(--primary-orange)}.thumbnail img{width:100%;height:100%;object-fit:contain;padding:.5rem}.product-vendor{color:var(--text-medium);font-size:.875rem;font-weight:600;margin-bottom:.5rem;letter-spacing:1px}.product-title{font-size:2.25rem;font-weight:700;color:var(--dark-navy);margin-bottom:1.5rem;line-height:1.2}.product-price-reviews{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.price{font-size:2rem;font-weight:700;color:var(--primary-orange)}.product-reviews{display:flex;align-items:center;gap:.5rem}.stars{display:flex;gap:.125rem}.star{color:#e2e8f0;font-size:1.125rem}.star.filled{color:#f6ad55}.rating-text{color:var(--text-medium);font-size:.875rem}.key-benefit{display:flex;align-items:flex-start;gap:1.5rem;background:var(--white);border:1px solid var(--border-soft);border-left:4px solid var(--primary-orange);padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #00000014}.benefit-icon{font-size:2.25rem;flex-shrink:0;color:var(--primary-orange);min-width:50px}.benefit-content{flex:1;min-width:0}.benefit-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark);line-height:1.3;display:block}.benefit-content p{font-size:1.125rem;color:var(--text-medium);line-height:1.6;display:block}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.feature-item{text-align:center;padding:2rem 1.5rem;border:1px solid var(--border-soft);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease;background:var(--white)}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px var(--shadow-light)}.feature-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.25rem}.green-icon{background:#38a16926;color:var(--green-fresh)}.blue-icon{background:#3182ce26;color:var(--blue-electric)}.red-icon{background:#e53e3e26;color:var(--red-power)}.purple-icon{background:#805ad526;color:var(--purple-smart)}.feature-item h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.feature-item p{font-size:1.125rem;color:var(--text-medium);font-weight:500;line-height:1.6}.product-form{background:var(--white);border:1px solid var(--border-soft);padding:2rem;border-radius:12px}.quantity-selector{margin-bottom:1.5rem}.quantity-selector label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-dark);font-size:1rem}.quantity-input{display:flex;align-items:center;max-width:120px;border:1px solid var(--border-soft);border-radius:8px;overflow:hidden;background:var(--white)}.qty-btn{background:var(--white);border:none;width:40px;height:40px;cursor:pointer;font-size:1.25rem;font-weight:400;color:var(--text-medium);transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--light-background);color:var(--text-dark)}.qty-input{width:48px;height:40px;text-align:center;border:none;border-left:1px solid var(--border-soft);border-right:1px solid var(--border-soft);font-weight:500;color:var(--text-dark)}.btn-add-to-cart{width:100%;background:var(--primary-orange);color:var(--white);border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-add-to-cart:hover{background:#e6b312;transform:translateY(-1px)}.btn-add-to-cart:disabled{background:var(--text-light);cursor:not-allowed;transform:none}.product-description-enhanced{background:var(--white);border-radius:20px;margin-bottom:4rem;overflow:hidden;box-shadow:0 4px 20px #00000014}.description-container{max-width:850px;margin:0 auto;padding:3rem 2rem}.desc-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-soft)}.desc-header h2{font-size:2.25rem;font-weight:700;color:var(--dark-navy);margin-bottom:1rem}.desc-subtitle{font-size:1.25rem;color:var(--text-medium);line-height:1.6;max-width:600px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.benefit-card{background:var(--light-background);border:1px solid var(--border-soft);border-radius:12px;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.benefit-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.benefit-icon-large{font-size:2.5rem;margin-bottom:1rem}.benefit-card h3{font-size:1.125rem;font-weight:700;color:var(--dark-navy);margin-bottom:.75rem;letter-spacing:.5px}.benefit-card p{font-size:1rem;color:var(--text-medium);line-height:1.5}.power-station-highlight{background:linear-gradient(135deg,var(--primary-orange),#E6B312);color:#fff;border-radius:16px;padding:2rem;margin-bottom:3rem;display:flex;align-items:center;justify-content:space-between}.highlight-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.highlight-content p{font-size:1.125rem;opacity:.95}.highlight-visual{text-align:center}.power-icon{font-size:3rem;display:block;margin-bottom:.5rem}.capacity{font-size:1.25rem;font-weight:700}.specs-section{margin-bottom:3rem}.specs-section h3{font-size:1.75rem;font-weight:700;color:var(--dark-navy);margin-bottom:2rem;text-align:center}.specs-tables{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.spec-table{background:var(--light-background);border-radius:12px;padding:1.5rem;border:1px solid var(--border-soft)}.spec-table h4{font-size:1.125rem;font-weight:600;color:var(--dark-navy);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.spec-table table{width:100%;border-collapse:collapse}.spec-table td{padding:.5rem 0;border-bottom:1px solid var(--border-soft);font-size:.95rem}.spec-table td:first-child{color:var(--text-medium);width:45%}.spec-table td:last-child{color:var(--text-dark);font-weight:500;text-align:right}.spec-table tr:last-child td{border-bottom:none}.compatibility-section{margin-bottom:3rem}.compatibility-section h3{font-size:1.75rem;font-weight:700;color:var(--dark-navy);margin-bottom:2rem;text-align:center}.compatibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.compat-category{background:var(--light-background);border-radius:12px;padding:1.5rem;border:1px solid var(--border-soft)}.compat-category h4{font-size:1.125rem;font-weight:600;color:var(--dark-navy);margin-bottom:1rem}.compat-category ul{list-style:none;padding:0}.compat-category li{padding:.5rem 0;color:var(--text-medium);font-size:1rem;border-bottom:1px solid var(--border-soft)}.compat-category li:last-child{border-bottom:none}.trust-section{background:var(--light-background);border-radius:16px;padding:2rem}.trust-section h3{font-size:1.75rem;font-weight:700;color:var(--dark-navy);margin-bottom:2rem;text-align:center}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.trust-item{text-align:center;padding:1rem}.trust-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.trust-item h4{font-size:1.125rem;font-weight:600;color:var(--dark-navy);margin-bottom:.5rem}.trust-item p{font-size:1rem;color:var(--text-medium);line-height:1.5}.faq-section{margin:4rem 0}.faq-section h2{font-size:2.25rem;font-weight:700;color:var(--dark-navy);text-align:center;margin-bottom:3rem}.faq-grid{display:grid;gap:1.5rem;max-width:800px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--border-soft);border-radius:12px;padding:1.5rem;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 4px 16px var(--shadow-light)}.faq-item h3{font-size:1.25rem;font-weight:600;color:var(--dark-navy);margin-bottom:.75rem;cursor:pointer}.faq-item p{color:var(--text-medium);line-height:1.6;font-size:1rem}@media (max-width: 768px){.product-grid{grid-template-columns:1fr;gap:2rem}.product-title{font-size:1.75rem}.product-price-reviews{flex-direction:column;align-items:flex-start;gap:1rem}.features-grid{grid-template-columns:1fr}.key-benefit{flex-direction:column;text-align:center}.faq-section h2{font-size:1.75rem}.description-container{padding:2rem 1rem}.benefits-grid,.specs-tables,.compatibility-grid,.trust-grid{grid-template-columns:1fr}.power-station-highlight{flex-direction:column;text-align:center;gap:1rem}.desc-header h2{font-size:1.75rem}.desc-subtitle{font-size:1.125rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-jump-starter.css.map */
