.ProductGallery-module__afpidq__galleryBox{flex-direction:column;gap:16px;width:100%;display:flex}.ProductGallery-module__afpidq__mainView{aspect-ratio:1;border:1px solid var(--border-subtle);cursor:zoom-in;background:#fff;border-radius:20px;justify-content:center;align-items:center;width:100%;padding:24px;display:flex;position:relative;overflow:hidden}.ProductGallery-module__afpidq__mainImage{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:transform .4s}.ProductGallery-module__afpidq__mainView:hover .ProductGallery-module__afpidq__mainImage{transform:scale(1.06)}.ProductGallery-module__afpidq__zoomHint{color:#fff;opacity:0;background:#00000080;border-radius:8px;padding:6px;transition:opacity .2s;display:flex;position:absolute;bottom:12px;right:12px}.ProductGallery-module__afpidq__mainView:hover .ProductGallery-module__afpidq__zoomHint{opacity:1}.ProductGallery-module__afpidq__thumbStrip{gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.ProductGallery-module__afpidq__thumbStrip::-webkit-scrollbar{height:4px}.ProductGallery-module__afpidq__thumbStrip::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}.ProductGallery-module__afpidq__thumbBtn{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;flex-shrink:0;width:80px;height:80px;padding:8px;transition:all .2s;box-shadow:0 4px 12px #00000008}.ProductGallery-module__afpidq__thumbBtn:hover{transform:translateY(-2px)}.ProductGallery-module__afpidq__activeThumb{border-color:var(--brand-blue);box-shadow:0 4px 16px #3b82f626}.ProductGallery-module__afpidq__thumbImg{object-fit:contain;width:100%;height:100%}.ProductGallery-module__afpidq__emptyGallery{aspect-ratio:1;border:1px solid var(--border-subtle);background:#fff;border-radius:20px;justify-content:center;align-items:center;width:100%;display:flex}.ProductGallery-module__afpidq__noImage{opacity:.1;font-size:6rem}.ProductGallery-module__afpidq__placeholderImg{object-fit:contain;opacity:.9;border-radius:12px;width:85%;height:85%}.ProductGallery-module__afpidq__lightboxOverlay{z-index:99999;background:#000000eb;justify-content:center;align-items:center;animation:.2s ProductGallery-module__afpidq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProductGallery-module__afpidq__fadeIn{0%{opacity:0}to{opacity:1}}.ProductGallery-module__afpidq__lightboxContent{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.ProductGallery-module__afpidq__contentZoomed{text-align:center;display:block;overflow:auto}.ProductGallery-module__afpidq__lightboxImage{object-fit:contain;cursor:zoom-in;max-width:100%;max-height:100%;animation:.2s ProductGallery-module__afpidq__scaleIn}.ProductGallery-module__afpidq__imageZoomed{cursor:zoom-out;width:200vw;max-width:none;height:auto;max-height:none;margin:auto}@keyframes ProductGallery-module__afpidq__scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.ProductGallery-module__afpidq__lightboxClose{color:#fff;cursor:pointer;z-index:100000;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:background .2s;display:flex;position:fixed;top:20px;right:20px}.ProductGallery-module__afpidq__lightboxClose:hover{background:#000c}.ProductGallery-module__afpidq__lightboxNav{color:#fff;cursor:pointer;z-index:100000;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:2.2rem;line-height:1;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.ProductGallery-module__afpidq__lightboxNav:hover{background:#000c}.ProductGallery-module__afpidq__lightboxPrev{left:20px}.ProductGallery-module__afpidq__lightboxNext{right:20px}.ProductGallery-module__afpidq__lightboxCounter{color:#ffffffb3;background:#0006;border-radius:999px;padding:4px 14px;font-size:.9rem;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.ProductGallery-module__afpidq__dotIndicators{z-index:10;gap:6px;display:none;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.ProductGallery-module__afpidq__dot{background:#ffffff80;border:1.5px solid #00000026;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:all .25s;display:block}.ProductGallery-module__afpidq__dotActive{background:var(--brand-blue);border-color:#0000;border-radius:4px;width:22px}@media (max-width:640px){.ProductGallery-module__afpidq__dotIndicators{display:flex}.ProductGallery-module__afpidq__thumbStrip,.ProductGallery-module__afpidq__zoomHint{display:none}.ProductGallery-module__afpidq__mainView{border-radius:12px;padding:16px}}
.ProductTabs-module__PdiFbq__wrapper{background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-top:48px;overflow:hidden}.ProductTabs-module__PdiFbq__tabBar{background:#fafafa;border-bottom:2px solid #e8e8e8;display:flex}.ProductTabs-module__PdiFbq__tab{letter-spacing:.08em;color:#888;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:16px 32px;font-size:.85rem;font-weight:700;transition:all .2s}.ProductTabs-module__PdiFbq__tab:hover{color:#333}.ProductTabs-module__PdiFbq__activeTab{color:var(--brand-blue,#3b82f6);border-bottom-color:var(--brand-blue,#3b82f6)}.ProductTabs-module__PdiFbq__tabContent{max-width:900px;padding:32px}.ProductTabs-module__PdiFbq__descriptionBody{color:#444;font-size:.95rem;line-height:1.75}.ProductTabs-module__PdiFbq__descriptionBody h2,.ProductTabs-module__PdiFbq__descriptionBody h3{color:#222;margin-top:28px;margin-bottom:8px;font-size:1.1rem;font-weight:700}.ProductTabs-module__PdiFbq__descriptionBody p{margin-bottom:12px}.ProductTabs-module__PdiFbq__descriptionBody ul,.ProductTabs-module__PdiFbq__descriptionBody ol{margin-bottom:16px;padding-left:24px}.ProductTabs-module__PdiFbq__descriptionBody li{margin-bottom:8px}.ProductTabs-module__PdiFbq__descriptionBody table{border-collapse:collapse;border:1px solid #eee;width:100%;margin:20px 0;font-size:.9rem}.ProductTabs-module__PdiFbq__descriptionBody tr:nth-child(2n){background-color:#f9f9f9}.ProductTabs-module__PdiFbq__descriptionBody td,.ProductTabs-module__PdiFbq__descriptionBody th{text-align:left;border:1px solid #eee;padding:12px 15px}.ProductTabs-module__PdiFbq__descriptionBody th{color:#333;background-color:#f5f5f5;width:30%;font-weight:700}.ProductTabs-module__PdiFbq__descriptionBody img{border-radius:8px;max-width:100%;height:auto;margin:16px 0}.ProductTabs-module__PdiFbq__specsList th{color:#0070f3;background-color:#f0f7ff}
