.ecom-product-page{padding:24px 0 60px;background:#fff}.ecom-product-container{max-width:1280px;margin:0 auto;padding:0 24px}.ecom-breadcrumbs{font-size:13px;color:#5a6b75;margin-bottom:24px;display:flex;align-items:center;flex-wrap:wrap;gap:0}.ecom-breadcrumbs a{color:#5a6b75;text-decoration:none;transition:color .2s ease}.ecom-breadcrumbs a:hover{color:#002f6c}.ecom-breadcrumb-sep{margin:0 8px;color:#b8c4d0}.ecom-breadcrumb-current{color:#1a2d3a;font-weight:500}.ecom-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}.ecom-product-media{position:sticky;top:100px;align-self:start}.ecom-product-image-main{background:#f4f6f8;border-radius:12px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:12px;cursor:zoom-in;position:relative}.ecom-product-img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;will-change:transform}.ecom-product-no-image{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#94a3ad;font-size:14px}.ecom-product-thumbnails{display:flex;gap:8px;flex-wrap:wrap}.ecom-product-thumb{width:72px;height:72px;border:2px solid #E8ECF0;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:#f4f6f8;transition:all .2s ease}.ecom-product-thumb:hover{border-color:#94a3ad;transform:translateY(-2px)}.ecom-product-thumb.active{border-color:#002f6c;box-shadow:0 2px 8px #002f6c33}.ecom-product-thumb img{width:100%;height:100%;object-fit:cover}.ecom-product-details{padding-top:8px}.ecom-product-meta-row{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.ecom-product-sku{font-size:13px;color:#5a6b75;font-family:JetBrains Mono,SF Mono,Consolas,monospace}.ecom-product-sku #sku-value{color:#002f6c;font-weight:600}.ecom-stock-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;transition:all .2s ease}.ecom-stock-badge.ecom-stock-in,.ecom-stock-badge[data-available=true]{background:#dcfce7;color:#166534}.ecom-stock-badge.ecom-stock-out,.ecom-stock-badge[data-available=false]{background:#fee2e2;color:#991b1b}.ecom-product-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:800;color:#0a0f1c;line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.ecom-product-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:24px;flex-wrap:wrap}.ecom-product-price{font-size:32px;font-weight:800;color:#0a0f1c;letter-spacing:-.02em}.ecom-product-price-compare{font-size:18px;color:#94a3ad;text-decoration:line-through}.ecom-product-savings{display:inline-block;padding:4px 10px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.ecom-variant-selectors{margin-bottom:24px}.ecom-variant-group{margin-bottom:16px}.ecom-variant-label{display:block;font-size:14px;font-weight:600;color:#1a2d3a;margin-bottom:8px}.ecom-variant-select{width:100%;padding:12px 16px;font-size:15px;border:2px solid #E8ECF0;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235A6B75' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 16px center;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ecom-variant-select:hover{border-color:#94a3ad}.ecom-variant-select:focus{outline:none;border-color:#002f6c;box-shadow:0 0 0 3px #002f6c1a}.ecom-qty-row{display:flex;gap:16px;margin-bottom:24px;align-items:flex-end}.ecom-qty-wrapper{flex-shrink:0}.ecom-qty-label{display:block;font-size:14px;font-weight:600;color:#1a2d3a;margin-bottom:8px}.ecom-qty-input{display:inline-flex;border:2px solid #E8ECF0;border-radius:8px;overflow:hidden}.ecom-qty-btn{width:44px;height:44px;background:#f4f6f8;border:none;font-size:20px;cursor:pointer;color:#5a6b75;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.ecom-qty-btn:hover{background:#e8ecf0;color:#0a0f1c}.ecom-qty-btn:active{background:#d1d5db}.ecom-qty-field{width:60px;height:44px;border:none;border-left:1px solid #E8ECF0;border-right:1px solid #E8ECF0;text-align:center;font-size:16px;font-weight:600;-moz-appearance:textfield}.ecom-qty-field::-webkit-inner-spin-button,.ecom-qty-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ecom-add-to-cart{flex:1;min-height:52px;padding:14px 32px;background:linear-gradient(180deg,#e4002b,#c50024);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease;box-shadow:0 2px 4px #e4002b33}.ecom-add-to-cart:hover:not(:disabled){background:linear-gradient(180deg,#ff1744,#e4002b);transform:translateY(-2px);box-shadow:0 4px 12px #e4002b4d}.ecom-add-to-cart:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #e4002b33}.ecom-add-to-cart:disabled{background:#e8ecf0;color:#94a3ad;cursor:not-allowed;box-shadow:none}.ecom-btn-text,.ecom-btn-loading{display:inline-flex;align-items:center;gap:8px}.ecom-spinner{animation:ecom-spin 1s linear infinite}@keyframes ecom-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ecom-trust-row{display:flex;gap:20px;padding:20px 0;border-top:1px solid #E8ECF0;border-bottom:1px solid #E8ECF0;margin-bottom:24px;flex-wrap:wrap}.ecom-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#2c3e47}.ecom-trust-item svg{color:#002f6c;flex-shrink:0}.ecom-specs-section{margin-bottom:24px}.ecom-specs-title{font-size:16px;font-weight:700;color:#1a2d3a;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #E4002B;display:inline-block}.ecom-specs-table{width:100%;border-collapse:collapse;font-size:14px}.ecom-specs-table th,.ecom-specs-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #E8ECF0}.ecom-specs-table th{width:40%;font-weight:500;color:#5a6b75;background:#f9fafb}.ecom-specs-table td{font-weight:600;color:#1a2d3a;font-family:JetBrains Mono,SF Mono,monospace}.ecom-specs-table tr:last-child th,.ecom-specs-table tr:last-child td{border-bottom:none}.ecom-compliance-section{margin-bottom:24px}.ecom-compliance-title{font-size:14px;font-weight:600;color:#5a6b75;margin:0 0 10px}.ecom-compliance-badges{display:flex;gap:8px;flex-wrap:wrap}.ecom-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;transition:transform .15s ease}.ecom-badge:hover{transform:translateY(-1px)}.ecom-badge-green{background:#dcfce7;color:#166534}.ecom-badge-blue{background:#dbeafe;color:#1e40af}.ecom-badge-gray{background:#f3f4f6;color:#6b7280}.ecom-bulk-pricing{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #FDE68A;border-radius:12px;padding:20px;margin-bottom:24px}.ecom-bulk-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:#92400e;margin:0 0 16px}.ecom-bulk-title svg{color:#d97706}.ecom-bulk-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff;border-radius:8px;overflow:hidden}.ecom-bulk-table th,.ecom-bulk-table td{padding:12px 16px;text-align:left}.ecom-bulk-table thead{background:#fef3c7}.ecom-bulk-table th{font-weight:600;color:#92400e;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.ecom-bulk-table td{border-top:1px solid #FDE68A;color:#1a2d3a;font-weight:500}.ecom-savings-cell{color:#166534;font-weight:600}.ecom-bulk-note{margin:12px 0 0;font-size:13px;color:#92400e}.ecom-bulk-note a{color:#d97706;font-weight:600;text-decoration:underline}.ecom-bulk-note a:hover{color:#92400e}.ecom-product-description{padding:32px 0;border-top:1px solid #E8ECF0}.ecom-product-description h3{font-size:20px;font-weight:700;color:#0a0f1c;margin:0 0 16px}.ecom-description-content{font-size:15px;line-height:1.7;color:#2c3e47}.ecom-description-content p{margin:0 0 16px}.ecom-description-content ul,.ecom-description-content ol{margin:16px 0;padding-left:24px}.ecom-description-content li{margin-bottom:8px}.ecom-applications{padding:24px 0;border-top:1px solid #E8ECF0}.ecom-applications h4{font-size:16px;font-weight:600;color:#1a2d3a;margin:0 0 12px}.ecom-app-tags{display:flex;flex-wrap:wrap;gap:8px}.ecom-app-tag{display:inline-block;padding:6px 14px;background:#f0f9ff;color:#0369a1;font-size:13px;font-weight:500;border-radius:20px;border:1px solid #BAE6FD;transition:all .15s ease}.ecom-app-tag:hover{background:#e0f2fe;transform:translateY(-1px)}@media(max-width:1024px){.ecom-product-grid{gap:32px}.ecom-trust-row{gap:16px}}@media(max-width:768px){.ecom-product-page{padding:16px 0 40px}.ecom-product-container{padding:0 16px}.ecom-product-grid{grid-template-columns:1fr;gap:24px}.ecom-product-media{position:static}.ecom-product-image-main{cursor:default}.ecom-product-title{font-size:1.5rem}.ecom-product-price{font-size:28px}.ecom-qty-row{flex-direction:column;align-items:stretch}.ecom-qty-wrapper{width:100%}.ecom-qty-input{width:100%;justify-content:center}.ecom-qty-field{flex:1;max-width:100px}.ecom-add-to-cart{width:100%}.ecom-trust-row{flex-direction:column;gap:12px}.ecom-bulk-table th,.ecom-bulk-table td{padding:10px 12px;font-size:13px}}@media(max-width:480px){.ecom-product-meta-row{flex-direction:column;align-items:flex-start;gap:8px}.ecom-product-thumbnails{justify-content:center}.ecom-product-thumb{width:60px;height:60px}.ecom-specs-table th,.ecom-specs-table td{padding:8px 10px;font-size:13px}.ecom-specs-table th{width:45%}}@media(prefers-reduced-motion:no-preference){.ecom-product-thumb,.ecom-badge,.ecom-app-tag,.ecom-add-to-cart,.ecom-qty-btn,.ecom-variant-select{transition-duration:.2s}}.ecom-product-thumb:focus-visible,.ecom-variant-select:focus-visible,.ecom-qty-btn:focus-visible,.ecom-qty-field:focus-visible,.ecom-add-to-cart:focus-visible{outline:2px solid #002F6C;outline-offset:2px}@media print{.ecom-add-to-cart,.ecom-qty-row,.ecom-variant-selectors{display:none}.ecom-product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ecom-product.css.map */
