.product-module__Rt6FEq__detailContainer{background-color:var(--bg-primary);min-height:100vh;padding:40px 0 80px}.product-module__Rt6FEq__navBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px;display:flex}.product-module__Rt6FEq__backBtn{color:var(--text-secondary);align-items:center;gap:8px;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.product-module__Rt6FEq__backBtn:hover{color:var(--text-primary)}.product-module__Rt6FEq__breadcrumb{color:var(--text-muted);font-size:.85rem}.product-module__Rt6FEq__breadcrumb a{transition:color .2s}.product-module__Rt6FEq__breadcrumb a:hover{color:var(--text-secondary)}.product-module__Rt6FEq__breadcrumbCurrent{color:var(--text-primary);font-weight:500}.product-module__Rt6FEq__productLayout{grid-template-columns:1.1fr 1fr;align-items:start;gap:60px;display:grid}.product-module__Rt6FEq__leftCol{flex-direction:column;gap:30px;display:flex}.product-module__Rt6FEq__imageCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);aspect-ratio:4/3;position:relative;overflow:hidden}.product-module__Rt6FEq__productImage{object-fit:cover;width:100%;height:100%}.product-module__Rt6FEq__categoryBadge{background-color:var(--accent-red);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;padding:6px 14px;font-size:.75rem;font-weight:700;position:absolute;top:20px;left:20px;box-shadow:0 4px 12px #fb22224d}.product-module__Rt6FEq__specsWidget{border:1px solid var(--border-color);border-radius:var(--border-radius-md);background:#ffffff03;padding:30px}.product-module__Rt6FEq__specsTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:20px;padding-bottom:10px;font-size:1.15rem;font-weight:700}.product-module__Rt6FEq__specsTable{border-collapse:collapse;width:100%}.product-module__Rt6FEq__specsTable tr{border-bottom:1px solid #ffffff0a}.product-module__Rt6FEq__specsTable tr:last-child{border-bottom:none}.product-module__Rt6FEq__specName{color:var(--text-secondary);width:40%;padding:12px 10px 12px 0;font-size:.95rem;font-weight:600}.product-module__Rt6FEq__specValue{color:var(--text-primary);padding:12px 0 12px 10px;font-size:.95rem}.product-module__Rt6FEq__rightCol{flex-direction:column;gap:30px;display:flex}.product-module__Rt6FEq__clientActions{flex-direction:column;display:flex}.product-module__Rt6FEq__productTitle{color:var(--text-primary);letter-spacing:-.5px;margin-bottom:16px;font-size:2.2rem;font-weight:800;line-height:1.2}.product-module__Rt6FEq__metaRow{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:24px;display:flex}.product-module__Rt6FEq__priceHighlight{color:var(--accent-red);font-size:1.8rem;font-weight:800}.product-module__Rt6FEq__priceFreq{color:var(--text-secondary);font-size:1rem;font-weight:500}.product-module__Rt6FEq__inStockBadge{color:#10b981;background-color:#10b9811a;border:1px solid #10b98133;border-radius:9999px;padding:4px 12px;font-size:.8rem;font-weight:600}.product-module__Rt6FEq__outOfStockBadge{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;border-radius:9999px;padding:4px 12px;font-size:.8rem;font-weight:600}.product-module__Rt6FEq__descriptionText{color:var(--text-secondary);margin-bottom:24px;font-size:1.05rem;line-height:1.6}.product-module__Rt6FEq__controlsBox{border-color:var(--border-accent);padding:30px}.product-module__Rt6FEq__controlRow{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.product-module__Rt6FEq__controlLabel{color:var(--text-primary);font-size:.95rem;font-weight:600}.product-module__Rt6FEq__qtySelector{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);align-items:center;display:flex;overflow:hidden}.product-module__Rt6FEq__qtyBtn{color:var(--text-secondary);background:0 0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.product-module__Rt6FEq__qtyBtn:hover:not(:disabled){color:var(--text-primary);background-color:#ffffff08}.product-module__Rt6FEq__qtyBtn:disabled{color:var(--text-muted);cursor:not-allowed}.product-module__Rt6FEq__qtyValue{text-align:center;width:40px;font-size:.95rem;font-weight:700}.product-module__Rt6FEq__durationSelector{width:200px;position:relative}.product-module__Rt6FEq__durationSelect{appearance:none;width:100%;padding-right:40px}.product-module__Rt6FEq__calendarIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.product-module__Rt6FEq__priceBreakdown{border-radius:var(--border-radius-sm);background:#00000026;flex-direction:column;gap:10px;margin-bottom:24px;padding:16px;display:flex}.product-module__Rt6FEq__breakdownRow{color:var(--text-secondary);justify-content:space-between;font-size:.9rem;display:flex}.product-module__Rt6FEq__lineThrough{opacity:.6;text-decoration:line-through}.product-module__Rt6FEq__totalCostRow{border-top:1px dashed var(--border-color);color:var(--text-primary);margin-top:6px;padding-top:10px;font-size:1.1rem;font-weight:700}.product-module__Rt6FEq__addToCartButton{background-color:var(--accent-red);color:#fff;border-radius:var(--border-radius-sm);width:100%;box-shadow:0 4px 16px var(--accent-red-glow);text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:1rem;font-weight:700;animation:3s infinite product-module__Rt6FEq__glowPulse;display:flex}.product-module__Rt6FEq__addToCartButton:hover{background-color:var(--accent-red-hover);box-shadow:0 6px 20px var(--accent-red-glow);transform:translateY(-1px)}.product-module__Rt6FEq__disabledBtn{background-color:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-muted);border-radius:var(--border-radius-sm);cursor:not-allowed;text-align:center;padding:16px;font-size:1rem;font-weight:600}.product-module__Rt6FEq__cartRedirect{border-radius:var(--border-radius-sm);color:#10b981;background-color:#10b98114;border:1px solid #10b98126;justify-content:space-between;align-items:center;margin-top:16px;padding:12px 16px;font-size:.9rem;font-weight:500;animation:.2s forwards product-module__Rt6FEq__fadeIn;display:flex}.product-module__Rt6FEq__redirectLink{color:#10b981;align-items:center;gap:4px;font-weight:700;transition:all .2s;display:flex}.product-module__Rt6FEq__redirectLink:hover{gap:8px;text-decoration:underline}.product-module__Rt6FEq__benefitsWidget{border:1px solid var(--border-color);border-radius:var(--border-radius-md);background:#ffffff03;padding:24px}.product-module__Rt6FEq__benefitsTitle{text-transform:uppercase;color:var(--text-primary);letter-spacing:.5px;margin-bottom:16px;font-size:.95rem;font-weight:700}.product-module__Rt6FEq__benefitsList{flex-direction:column;gap:12px;list-style:none;display:flex}.product-module__Rt6FEq__benefitsList li{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.product-module__Rt6FEq__supportAlert{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-secondary);background:#ffffff05;align-items:center;gap:12px;padding:16px;font-size:.9rem;display:flex}.product-module__Rt6FEq__supportIcon{color:var(--accent-red);flex-shrink:0}@media (max-width:992px){.product-module__Rt6FEq__productLayout{grid-template-columns:1fr;gap:40px}}
