.product-detail-module__ltqSqW__detailPage{background:var(--off-white);min-height:100vh}.product-detail-module__ltqSqW__breadcrumb{padding:var(--space-4)0;background:var(--white);border-bottom:1px solid var(--gray-100);font-size:var(--text-sm);color:var(--gray-400)}.product-detail-module__ltqSqW__breadcrumb a{color:var(--gray-400);transition:color var(--transition-fast)}.product-detail-module__ltqSqW__breadcrumb a:hover{color:var(--accent)}.product-detail-module__ltqSqW__sep{margin:0 var(--space-2);color:var(--gray-200)}.product-detail-module__ltqSqW__current{color:var(--primary);font-weight:600}.product-detail-module__ltqSqW__productSection{padding:var(--space-10)0}.product-detail-module__ltqSqW__productGrid{gap:var(--space-12);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.product-detail-module__ltqSqW__gallery{flex-direction:column;gap:12px;display:flex;position:sticky;top:100px}.product-detail-module__ltqSqW__mainImage{background:var(--white);border:1px solid var(--gray-100);padding:var(--space-10);border-radius:20px;justify-content:center;align-items:center;min-height:440px;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 24px #00000008}.product-detail-module__ltqSqW__mainImage:hover{box-shadow:0 8px 40px #00000014}.product-detail-module__ltqSqW__imgBadge{top:var(--space-5);left:var(--space-5);position:absolute}.product-detail-module__ltqSqW__imagePlaceholder svg{opacity:.7;width:200px;height:250px}.product-detail-module__ltqSqW__thumbnailGrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.product-detail-module__ltqSqW__thumbnailBtn{aspect-ratio:1;border:2px solid var(--gray-200);background:var(--gray-50);cursor:pointer;border-radius:12px;padding:6px;transition:all .2s;position:relative;overflow:hidden}.product-detail-module__ltqSqW__thumbnailBtn:hover{border-color:var(--gray-400);transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.product-detail-module__ltqSqW__thumbnailActive{background:#d4a4200f;box-shadow:0 0 0 3px #d4a42026;border-color:var(--accent)!important}.product-detail-module__ltqSqW__thumbs{gap:var(--space-3);display:flex}.product-detail-module__ltqSqW__thumb{background:var(--white);border:2px solid var(--gray-100);border-radius:var(--radius-md);cursor:pointer;width:72px;height:72px;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.product-detail-module__ltqSqW__thumb svg{opacity:.5;width:40px;height:50px}.product-detail-module__ltqSqW__thumb:hover{border-color:var(--gray-300)}.product-detail-module__ltqSqW__thumbActive{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.product-detail-module__ltqSqW__info{gap:var(--space-5);flex-direction:column;display:flex}.product-detail-module__ltqSqW__infoHeader{justify-content:space-between;align-items:center;display:flex}.product-detail-module__ltqSqW__brandTag{color:var(--accent-dark);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,#d4a4201f,#d4a4200f);border:1px solid #d4a42026;padding:5px 14px;font-size:.68rem;font-weight:800}.product-detail-module__ltqSqW__sku{font-size:var(--text-xs);color:var(--gray-300);background:var(--gray-50);border-radius:6px;padding:3px 10px;font-family:monospace}.product-detail-module__ltqSqW__productName{color:var(--primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:800;line-height:1.25}.product-detail-module__ltqSqW__ratingRow{background:var(--gray-50);border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 16px;display:flex}.product-detail-module__ltqSqW__stars{gap:2px;display:flex}.product-detail-module__ltqSqW__ratingText{color:var(--primary);font-weight:700;font-size:var(--text-sm)}.product-detail-module__ltqSqW__reviewLink{font-size:var(--text-sm);color:var(--accent);cursor:pointer;font-weight:500}.product-detail-module__ltqSqW__divider{color:var(--gray-200)}.product-detail-module__ltqSqW__quickSpecs{gap:var(--space-3);grid-template-columns:repeat(4,1fr);display:grid}.product-detail-module__ltqSqW__quickSpec{background:var(--white);border:1px solid var(--gray-100);border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;transition:all .2s;display:flex}.product-detail-module__ltqSqW__quickSpec:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 12px #d4a42014}.product-detail-module__ltqSqW__qsLabel{color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;font-size:.6rem;font-weight:600}.product-detail-module__ltqSqW__qsValue{font-size:var(--text-sm);color:var(--primary);font-weight:800}.product-detail-module__ltqSqW__pricingCard{border:1px solid var(--gray-100);background:linear-gradient(135deg,#fafafa 0%,#fff 50%,#fefce8 100%);border-radius:16px;padding:20px 24px;position:relative;overflow:hidden}.product-detail-module__ltqSqW__pricingCard:before{content:"";background:radial-gradient(circle,#d4a4200f 0%,#0000 70%);border-radius:0 16px 0 0;width:100px;height:100px;position:absolute;top:0;right:0}.product-detail-module__ltqSqW__priceRow{gap:var(--space-8);margin-bottom:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px dashed var(--gray-200);display:flex}.product-detail-module__ltqSqW__priceBlock{gap:var(--space-1);flex-direction:column;display:flex}.product-detail-module__ltqSqW__pLabel{color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:var(--space-2);font-size:.68rem;font-weight:600;display:flex}.product-detail-module__ltqSqW__saveBadge{color:#16a34a;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:6px;align-items:center;padding:2px 8px;font-size:.58rem;font-weight:800;display:inline-flex}.product-detail-module__ltqSqW__retailPrice{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.02em;font-size:1.8rem;font-weight:900}.product-detail-module__ltqSqW__retailPriceStrike{font-family:var(--font-heading);color:var(--gray-400);letter-spacing:-.02em;font-size:1.3rem;font-weight:700;text-decoration:line-through}.product-detail-module__ltqSqW__wholesalePrice{font-family:var(--font-heading);color:var(--success);letter-spacing:-.02em;font-size:1.8rem;font-weight:900}.product-detail-module__ltqSqW__slabSection{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px dashed var(--gray-200)}.product-detail-module__ltqSqW__slabHeader{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;margin-bottom:10px;font-size:.75rem;font-weight:700;display:flex}.product-detail-module__ltqSqW__slabTable{border-collapse:collapse;border:1px solid var(--gray-100);border-radius:10px;width:100%;font-size:.82rem;overflow:hidden}.product-detail-module__ltqSqW__slabTable thead{background:var(--gray-50)}.product-detail-module__ltqSqW__slabTable th{text-align:left;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--gray-100);padding:8px 14px;font-size:.65rem;font-weight:700}.product-detail-module__ltqSqW__slabTable td{color:var(--gray-600);border-bottom:1px solid var(--gray-50);padding:10px 14px;font-weight:500}.product-detail-module__ltqSqW__slabTable tbody tr:last-child td{border-bottom:none}.product-detail-module__ltqSqW__slabTable tbody tr:hover{background:#d4a42008}.product-detail-module__ltqSqW__slabActive{background:#d4a4200f!important}.product-detail-module__ltqSqW__slabActive td{color:var(--primary);font-weight:700}.product-detail-module__ltqSqW__slabPrice{font-family:var(--font-heading);font-weight:800;color:var(--success)!important}.product-detail-module__ltqSqW__slabSaving{color:#16a34a;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:4px;padding:2px 6px;font-size:.68rem;font-weight:700;display:inline-block}.product-detail-module__ltqSqW__b2bNote{font-size:var(--text-xs);color:var(--gray-400);background:#d4a4200a;border:1px solid #d4a4201a;border-radius:8px;margin-top:4px;padding:8px 12px;line-height:1.6}.product-detail-module__ltqSqW__b2bNote a{color:var(--accent);font-weight:700;text-decoration:none;transition:color .2s}.product-detail-module__ltqSqW__b2bNote a:hover{color:var(--accent-dark);text-decoration:underline}.product-detail-module__ltqSqW__actionRow{align-items:center;gap:12px;display:flex}.product-detail-module__ltqSqW__quantityControl{border:2px solid var(--gray-200);background:var(--white);border-radius:14px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.product-detail-module__ltqSqW__quantityControl:hover{border-color:var(--gray-300)}.product-detail-module__ltqSqW__qtyBtn{width:44px;height:48px;color:var(--gray-500);cursor:pointer;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:all .15s;display:flex}.product-detail-module__ltqSqW__qtyBtn:hover{background:var(--accent);color:var(--white)}.product-detail-module__ltqSqW__qtyBtn:active{transform:scale(.95)}.product-detail-module__ltqSqW__qtyValue{text-align:center;width:48px;color:var(--primary);border-left:2px solid var(--gray-200);border-right:2px solid var(--gray-200);font-size:1rem;font-weight:800;line-height:48px}.product-detail-module__ltqSqW__addCartBtn{letter-spacing:.02em;cursor:pointer;flex:1;justify-content:center;align-items:center;gap:8px;height:52px;display:flex;background:linear-gradient(135deg,var(--accent),var(--accent-dark))!important;color:var(--white)!important;border:none!important;border-radius:14px!important;font-size:.9rem!important;font-weight:700!important;transition:all .25s!important;box-shadow:0 4px 16px #d4a4204d!important}.product-detail-module__ltqSqW__addCartBtn:hover{transform:translateY(-2px)!important;box-shadow:0 8px 28px #d4a42066!important}.product-detail-module__ltqSqW__addCartBtn:active{transform:translateY(0)!important}.product-detail-module__ltqSqW__addCartBtn:disabled{opacity:.5!important;cursor:not-allowed!important;box-shadow:none!important;background:var(--gray-300)!important;transform:none!important}.product-detail-module__ltqSqW__wishlistBtn{border:2px solid var(--gray-200);width:52px;height:52px;color:var(--gray-300);cursor:pointer;background:var(--white);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.product-detail-module__ltqSqW__wishlistBtn:hover{color:#e74c3c;background:#fef2f2;border-color:#fecaca;transform:scale(1.05)}.product-detail-module__ltqSqW__trustSignals{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:16px;grid-template-columns:repeat(2,1fr);gap:8px;padding:4px;display:grid}.product-detail-module__ltqSqW__trustItem{color:var(--gray-600);background:var(--white);border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.product-detail-module__ltqSqW__trustItem:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.product-detail-module__ltqSqW__trustItem span:first-child{background:var(--gray-50);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.product-detail-module__ltqSqW__tabsSection{padding:var(--space-12)0}.product-detail-module__ltqSqW__tabs{background:var(--white);border:1px solid var(--gray-100);margin-bottom:var(--space-6);border-radius:14px;gap:4px;padding:5px;display:flex}.product-detail-module__ltqSqW__tab{color:var(--gray-400);cursor:pointer;text-align:center;background:0 0;border:none;border-radius:10px;flex:1;padding:10px 20px;font-size:.82rem;font-weight:600;transition:all .2s}.product-detail-module__ltqSqW__tab:hover{color:var(--primary);background:var(--gray-50)}.product-detail-module__ltqSqW__tabActive{box-shadow:0 2px 8px #d4a4204d;color:var(--white)!important;background:var(--accent)!important}.product-detail-module__ltqSqW__tabContent{background:var(--white);border:1px solid var(--gray-100);padding:var(--space-8);border-radius:16px;box-shadow:0 2px 12px #00000005}.product-detail-module__ltqSqW__descText{font-size:var(--text-base);color:var(--gray-600);margin-bottom:var(--space-8);white-space:pre-line;line-height:1.8}.product-detail-module__ltqSqW__descContent h3{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-4);align-items:center;gap:8px;display:flex}.product-detail-module__ltqSqW__descContent h3:before{content:"";background:var(--accent);border-radius:2px;flex-shrink:0;width:4px;height:20px}.product-detail-module__ltqSqW__featureList{flex-direction:column;gap:8px;display:flex}.product-detail-module__ltqSqW__featureList li{color:var(--gray-600);background:var(--gray-50);border-radius:10px;align-items:flex-start;gap:12px;padding:8px 14px;font-size:.88rem;line-height:1.6;transition:background .2s;display:flex}.product-detail-module__ltqSqW__featureList li:hover{background:#f0fdf4}.product-detail-module__ltqSqW__featureCheck{color:var(--success);background:#10b9811a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:.72rem;font-weight:800;display:flex}.product-detail-module__ltqSqW__specTable{border:1px solid var(--gray-100);border-radius:12px;overflow:hidden}.product-detail-module__ltqSqW__specRow{padding:12px 20px;transition:background .15s;display:flex}.product-detail-module__ltqSqW__specRow:hover{background:#d4a42008!important}.product-detail-module__ltqSqW__specRowEven{background:var(--gray-50)}.product-detail-module__ltqSqW__specLabel{width:200px;font-size:var(--text-sm);color:var(--primary);flex-shrink:0;font-weight:700}.product-detail-module__ltqSqW__specValue{font-size:var(--text-sm);color:var(--gray-600)}.product-detail-module__ltqSqW__compatIntro{font-size:var(--text-base);color:var(--gray-500);margin-bottom:var(--space-6)}.product-detail-module__ltqSqW__compatGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.product-detail-module__ltqSqW__compatItem{background:var(--gray-50);color:var(--gray-600);border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.product-detail-module__ltqSqW__compatItem:hover{border-color:var(--accent);background:#d4a4200a;transform:translateY(-1px)}.product-detail-module__ltqSqW__reviewsContent{flex-direction:column;gap:28px;display:flex}.product-detail-module__ltqSqW__reviewOverview{background:linear-gradient(135deg,#0f1629 0%,#1a1f3a 50%,#0f1629 100%);border-radius:20px;grid-template-columns:220px 1fr;gap:24px;padding:24px;display:grid;position:relative;overflow:hidden}.product-detail-module__ltqSqW__reviewOverview:before{content:"";background:radial-gradient(circle,#d4a4201f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-30%}.product-detail-module__ltqSqW__reviewScoreCard{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:relative}.product-detail-module__ltqSqW__reviewScoreNum{font-family:var(--font-heading);color:#fff;letter-spacing:-.03em;font-size:3.5rem;font-weight:900;line-height:1}.product-detail-module__ltqSqW__reviewScoreStars{gap:2px;display:flex}.product-detail-module__ltqSqW__reviewScoreLabel{color:#ffffffe6;margin-top:4px;font-size:.85rem;font-weight:700}.product-detail-module__ltqSqW__reviewScoreSub{color:#fff6;font-size:.68rem;font-weight:500}.product-detail-module__ltqSqW__reviewBarsWrap{z-index:1;flex-direction:column;justify-content:center;gap:8px;display:flex;position:relative}.product-detail-module__ltqSqW__reviewBar{align-items:center;gap:8px;display:flex}.product-detail-module__ltqSqW__barLabel{color:#fffc;text-align:right;flex-shrink:0;width:16px;font-size:.82rem;font-weight:700}.product-detail-module__ltqSqW__barTrack{background:#ffffff14;border-radius:5px;flex:1;height:10px;overflow:hidden}.product-detail-module__ltqSqW__barFill{background:linear-gradient(90deg,var(--accent),#f0c040);border-radius:5px;min-width:3px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1)}.product-detail-module__ltqSqW__barCount{color:#ffffff80;text-align:right;flex-shrink:0;width:28px;font-size:.75rem;font-weight:600}.product-detail-module__ltqSqW__reviewsList{flex-direction:column;gap:16px;display:flex}.product-detail-module__ltqSqW__reviewsListHeader{justify-content:space-between;align-items:center;display:flex}.product-detail-module__ltqSqW__reviewsListTitle{color:var(--primary);align-items:center;gap:8px;font-size:1.05rem;font-weight:800;display:flex}.product-detail-module__ltqSqW__reviewCards{flex-direction:column;gap:12px;display:flex}.product-detail-module__ltqSqW__reviewCard{background:var(--white);border:1px solid var(--gray-100);border-radius:16px;padding:20px 24px;transition:all .2s}.product-detail-module__ltqSqW__reviewCard:hover{border-color:#d4a42033;box-shadow:0 4px 20px #0000000a}.product-detail-module__ltqSqW__reviewCardTop{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.product-detail-module__ltqSqW__reviewAuthor{align-items:center;gap:12px;display:flex}.product-detail-module__ltqSqW__reviewAvatar{background:linear-gradient(135deg,var(--accent),#e8c14d);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:flex}.product-detail-module__ltqSqW__reviewAuthorName{color:var(--primary);font-size:.9rem;font-weight:700}.product-detail-module__ltqSqW__reviewDate{color:var(--gray-400);align-items:center;gap:4px;margin-top:2px;font-size:.72rem;display:flex}.product-detail-module__ltqSqW__reviewRatingBadge{background:linear-gradient(135deg,var(--accent),#e8c14d);color:#fff;border-radius:8px;flex-shrink:0;align-items:center;gap:3px;padding:4px 10px;font-size:.78rem;font-weight:800;display:flex}.product-detail-module__ltqSqW__reviewStarsRow{align-items:center;gap:10px;margin-bottom:8px;display:flex}.product-detail-module__ltqSqW__verifiedBadge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;align-items:center;gap:4px;padding:3px 10px;font-size:.68rem;font-weight:600;display:inline-flex}.product-detail-module__ltqSqW__reviewComment{color:var(--gray-600);margin:0;font-size:.88rem;line-height:1.7}.product-detail-module__ltqSqW__reviewEmpty{text-align:center;flex-direction:column;align-items:center;padding:48px 20px;display:flex}.product-detail-module__ltqSqW__reviewEmptyIcon{background:var(--gray-50);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:16px;display:flex}.product-detail-module__ltqSqW__reviewEmptyTitle{color:var(--primary);margin-bottom:4px;font-size:1.05rem;font-weight:800}.product-detail-module__ltqSqW__reviewEmptyText{color:var(--gray-400);max-width:280px;font-size:.85rem}.product-detail-module__ltqSqW__reviewFormWrap{border:1px solid var(--gray-100);background:linear-gradient(135deg,#fefce8 0%,#fff 40%,#f0fdf4 100%);border-radius:20px;padding:28px}.product-detail-module__ltqSqW__reviewFormHeader{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.product-detail-module__ltqSqW__reviewFormTitle{color:var(--primary);margin:0;font-size:1rem;font-weight:800}.product-detail-module__ltqSqW__reviewFormSub{color:var(--gray-400);margin:2px 0 0;font-size:.72rem}.product-detail-module__ltqSqW__reviewForm{flex-direction:column;gap:20px;display:flex}.product-detail-module__ltqSqW__reviewFormGroup{flex-direction:column;gap:8px;display:flex}.product-detail-module__ltqSqW__reviewFormLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.product-detail-module__ltqSqW__reviewStarPicker{align-items:center;gap:4px;display:flex}.product-detail-module__ltqSqW__starPickBtn{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;transition:all .15s}.product-detail-module__ltqSqW__starPickBtn:hover{transform:scale(1.2)}.product-detail-module__ltqSqW__starPickActive{animation:.3s product-detail-module__ltqSqW__starPop}@keyframes product-detail-module__ltqSqW__starPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.product-detail-module__ltqSqW__ratingLabel{color:var(--accent-dark);background:#d4a42014;border-radius:6px;margin-left:8px;padding:4px 12px;font-size:.82rem;font-weight:700}.product-detail-module__ltqSqW__reviewTextarea{border:2px solid var(--gray-100);resize:vertical;background:#fff;border-radius:14px;width:100%;padding:14px 16px;font-family:inherit;font-size:.88rem;line-height:1.6;transition:all .2s}.product-detail-module__ltqSqW__reviewTextarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #d4a42014}.product-detail-module__ltqSqW__reviewTextarea::placeholder{color:var(--gray-300)}.product-detail-module__ltqSqW__reviewError{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;font-weight:600;display:flex}.product-detail-module__ltqSqW__reviewSubmitBtn{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:14px 32px;font-size:.88rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 16px #d4a4204d}.product-detail-module__ltqSqW__reviewSubmitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #d4a42066}.product-detail-module__ltqSqW__reviewSubmitBtn:active{transform:translateY(0)}.product-detail-module__ltqSqW__reviewSubmitBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.product-detail-module__ltqSqW__submitSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite product-detail-module__ltqSqW__spin}@keyframes product-detail-module__ltqSqW__spin{to{transform:rotate(360deg)}}.product-detail-module__ltqSqW__reviewSuccess{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px;display:flex}.product-detail-module__ltqSqW__reviewSuccess h4{color:#16a34a;margin:0;font-size:1.1rem;font-weight:800}.product-detail-module__ltqSqW__reviewSuccess p{color:var(--gray-500);margin:0;font-size:.85rem}.product-detail-module__ltqSqW__reviewLoginPrompt{text-align:center;border:2px dashed var(--gray-200);background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.product-detail-module__ltqSqW__reviewLoginPrompt p{color:var(--gray-500);margin:0;font-size:.9rem}.product-detail-module__ltqSqW__relatedSection{background:var(--white)}.product-detail-module__ltqSqW__relatedGrid{gap:var(--space-5);grid-template-columns:repeat(4,1fr);display:grid}.product-detail-module__ltqSqW__relatedCard{transition:all .3s;overflow:hidden;border-radius:16px!important}.product-detail-module__ltqSqW__relatedCard:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001a}.product-detail-module__ltqSqW__relatedImage{padding:var(--space-6);background:var(--gray-50);border-bottom:1px solid var(--gray-100);justify-content:center;align-items:center;min-height:140px;display:flex}.product-detail-module__ltqSqW__relatedImage svg{opacity:.5;width:60px;height:75px}.product-detail-module__ltqSqW__relatedInfo{flex-direction:column;gap:4px;padding:16px;display:flex}.product-detail-module__ltqSqW__relatedBrand{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:.6rem;font-weight:800}.product-detail-module__ltqSqW__relatedName{font-size:var(--text-sm);color:var(--primary);font-weight:700;line-height:1.3}.product-detail-module__ltqSqW__relatedPrice{font-family:var(--font-heading);color:var(--primary);margin-top:4px;font-size:1.05rem;font-weight:900}@media (max-width:1024px){.product-detail-module__ltqSqW__productGrid{gap:var(--space-8);grid-template-columns:1fr}.product-detail-module__ltqSqW__gallery{position:static}.product-detail-module__ltqSqW__quickSpecs,.product-detail-module__ltqSqW__relatedGrid,.product-detail-module__ltqSqW__compatGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-detail-module__ltqSqW__productName{font-size:1.3rem}.product-detail-module__ltqSqW__actionRow{flex-wrap:wrap}.product-detail-module__ltqSqW__addCartBtn{order:-1;flex:unset;width:100%}.product-detail-module__ltqSqW__trustSignals{grid-template-columns:1fr}.product-detail-module__ltqSqW__tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.product-detail-module__ltqSqW__tab{white-space:nowrap;flex:unset;padding:8px 14px;font-size:.72rem}.product-detail-module__ltqSqW__reviewsContent{flex-direction:column}.product-detail-module__ltqSqW__reviewOverview{grid-template-columns:1fr;gap:20px}.product-detail-module__ltqSqW__reviewScoreCard{flex-direction:row;gap:16px}.product-detail-module__ltqSqW__reviewScoreNum{font-size:2.5rem}.product-detail-module__ltqSqW__reviewFormWrap{padding:20px}.product-detail-module__ltqSqW__reviewCard{padding:16px}.product-detail-module__ltqSqW__compatGrid{grid-template-columns:1fr}.product-detail-module__ltqSqW__specLabel{width:140px}.product-detail-module__ltqSqW__relatedGrid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}.product-detail-module__ltqSqW__retailPrice,.product-detail-module__ltqSqW__wholesalePrice{font-size:1.4rem}.product-detail-module__ltqSqW__mainImage{min-height:300px;padding:var(--space-6)}.product-detail-module__ltqSqW__quickSpecs{grid-template-columns:1fr 1fr}}@media (max-width:480px){.product-detail-module__ltqSqW__relatedGrid{grid-template-columns:1fr}.product-detail-module__ltqSqW__tab{padding:6px 10px;font-size:.68rem}.product-detail-module__ltqSqW__specLabel{width:110px;font-size:.78rem}.product-detail-module__ltqSqW__reviewSubmitBtn{justify-content:center;width:100%}.product-detail-module__ltqSqW__reviewCardTop{flex-direction:column;gap:8px}.product-detail-module__ltqSqW__compatGrid,.product-detail-module__ltqSqW__quickSpecs{grid-template-columns:1fr}}
