.ImageGallery-module__-4xlNG__gallery{flex-direction:column;gap:1rem;display:flex}.ImageGallery-module__-4xlNG__mainImageWrapper{aspect-ratio:4/3;background:var(--lightgray);border:1px solid #0000000f;border-radius:8px;width:100%;position:relative;overflow:hidden}.ImageGallery-module__-4xlNG__mainImage{object-fit:cover}.ImageGallery-module__-4xlNG__imageTypeLabel{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.05em;color:var(--text-main);pointer-events:none;background:#ffffffe6;border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:600;position:absolute;top:1rem;right:1rem}.ImageGallery-module__-4xlNG__thumbnails{scrollbar-width:none;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ImageGallery-module__-4xlNG__thumbnails::-webkit-scrollbar{display:none}.ImageGallery-module__-4xlNG__thumbnailBtn{width:80px;height:80px;transition:border-color var(--transition-fast);border:2px solid #0000;border-radius:6px;flex-shrink:0;padding:0;overflow:hidden}.ImageGallery-module__-4xlNG__thumbnailBtn.ImageGallery-module__-4xlNG__active{border-color:var(--electric-blue)}.ImageGallery-module__-4xlNG__thumbnailWrapper{width:100%;height:100%;position:relative}.ImageGallery-module__-4xlNG__thumbnailImage{object-fit:cover}
.Breadcrumbs-module__yMPJvq__nav{margin-bottom:2rem}.Breadcrumbs-module__yMPJvq__list{font-family:var(--sans);color:var(--gray);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Breadcrumbs-module__yMPJvq__item{align-items:center;display:flex}.Breadcrumbs-module__yMPJvq__link{color:var(--gray);transition:color var(--transition-fast)}.Breadcrumbs-module__yMPJvq__link:hover{color:var(--electric-blue)}.Breadcrumbs-module__yMPJvq__separator{color:var(--gray-light);opacity:.5;align-items:center;display:flex}.Breadcrumbs-module__yMPJvq__current{color:var(--text-main);font-weight:500}
.StickyMobileActions-module__vwJCha__stickyBar{background:var(--bg-surface);padding:1rem var(--side-padding);z-index:100;border-top:1px solid #0000000d;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}.StickyMobileActions-module__vwJCha__container{max-width:var(--container-max);gap:.75rem;margin:0 auto;display:flex}.StickyMobileActions-module__vwJCha__waBtn{flex:1.5;padding:.8rem 1rem;font-size:.9rem}.StickyMobileActions-module__vwJCha__catalogBtn{background:var(--bg-darker);color:var(--text-main);font-family:var(--sans);transition:all var(--transition-fast);border:1px solid #0000000d;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1rem;font-size:.9rem;font-weight:500;display:flex}.StickyMobileActions-module__vwJCha__catalogBtn.StickyMobileActions-module__vwJCha__active{background:var(--electric-blue);color:var(--text-main);border-color:var(--electric-blue)}@media (max-width:768px){.StickyMobileActions-module__vwJCha__stickyBar{display:block}}
.products-module__E8alaG__main{padding-top:120px;padding-bottom:var(--section-padding);background:var(--bg-dark);min-height:100vh}.products-module__E8alaG__header{margin-bottom:4rem}.products-module__E8alaG__subtitle{color:var(--text-muted);max-width:600px;margin-top:1rem;font-size:1.1rem}.products-module__E8alaG__layout{grid-template-columns:280px 1fr;align-items:start;gap:3rem;display:grid}.products-module__E8alaG__sidebar{position:sticky;top:120px}.products-module__E8alaG__resultsBar{border-bottom:1px solid var(--border-light);font-family:var(--font-dm-mono);color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;font-size:.85rem;display:flex}.products-module__E8alaG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.products-module__E8alaG__emptyState{text-align:center;background:var(--bg-surface);border:1px dashed var(--border-light);color:var(--text-muted);border-radius:8px;padding:4rem 2rem}@media (max-width:992px){.products-module__E8alaG__layout{grid-template-columns:1fr}.products-module__E8alaG__sidebar{position:relative;top:0}}@media (max-width:768px){.products-module__E8alaG__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}
.ProductCard-module__t53O_a__card{background:var(--bg-surface);height:100%;color:var(--text-main);border:1px solid var(--border-light);transition:all var(--transition-medium);border-radius:8px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ProductCard-module__t53O_a__card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 0 20px #00cfeb1a}.ProductCard-module__t53O_a__imageWrapper{aspect-ratio:4/3;background:var(--bg-darker);cursor:pointer;width:100%;position:relative;overflow:hidden}.ProductCard-module__t53O_a__image{object-fit:cover;transition:transform var(--transition-slow)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__image{transform:scale(1.05)}.ProductCard-module__t53O_a__quickViewOverlay{color:var(--text-main);font-family:var(--font-syne);text-transform:uppercase;letter-spacing:.1em;opacity:0;transition:opacity var(--transition-fast);cursor:pointer;background:#0a0a0b99;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-weight:700;display:flex;position:absolute;inset:0}.ProductCard-module__t53O_a__imageWrapper:hover .ProductCard-module__t53O_a__quickViewOverlay{opacity:1}.ProductCard-module__t53O_a__badge{border:1px solid var(--electric-blue);font-family:var(--font-dm-mono);text-transform:uppercase;color:var(--electric-blue);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0a0a0bcc;border-radius:4px;padding:4px 12px;font-size:.75rem;position:absolute;top:1rem;left:1rem}.ProductCard-module__t53O_a__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ProductCard-module__t53O_a__header{margin-bottom:1rem}.ProductCard-module__t53O_a__title{font-family:var(--font-syne);color:var(--text-main);cursor:pointer;transition:color var(--transition-fast);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.ProductCard-module__t53O_a__title:hover{color:var(--electric-blue)}.ProductCard-module__t53O_a__sku{color:var(--copper);font-size:.85rem;font-family:var(--font-dm-mono)}.ProductCard-module__t53O_a__specs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ProductCard-module__t53O_a__specTag{font-family:var(--font-dm-mono);border:1px solid var(--border-light);color:var(--text-muted);background:#ffffff0d;border-radius:4px;padding:4px 10px;font-size:.75rem}.ProductCard-module__t53O_a__footer{border-top:1px solid var(--border-light);justify-content:flex-end;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.ProductCard-module__t53O_a__actions{gap:.5rem;display:flex}.ProductCard-module__t53O_a__iconBtn{width:40px;height:40px;color:var(--text-muted);transition:all var(--transition-fast);border:1px solid var(--border-light);cursor:pointer;background:#ffffff0d;border-radius:999px;justify-content:center;align-items:center;display:flex}.ProductCard-module__t53O_a__iconBtn:hover{background:var(--bg-darker);color:var(--text-main);border-color:var(--border-hover);box-shadow:0 0 10px #00cfeb33}.ProductCard-module__t53O_a__iconBtn.ProductCard-module__t53O_a__active{background:var(--copper);color:var(--bg-dark);border-color:var(--copper)}
.ProductActions-module__FtCoNa__container{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.ProductActions-module__FtCoNa__mainAction{width:100%}.ProductActions-module__FtCoNa__mainAction>*{justify-content:center;width:100%}.ProductActions-module__FtCoNa__secondaryActions{flex-wrap:wrap;gap:.75rem;display:flex}.ProductActions-module__FtCoNa__actionBtn{white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex;padding:8px 16px!important;font-size:.8rem!important}.ProductActions-module__FtCoNa__active{background:var(--electric-blue)!important;color:#000!important;border-color:var(--electric-blue)!important}@media (max-width:600px){.ProductActions-module__FtCoNa__secondaryActions{flex-direction:column}}
.catalog-module__ZyI-Aq__main{padding-top:120px;padding-bottom:var(--section-padding);background:var(--bg-dark);min-height:100vh}.catalog-module__ZyI-Aq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.catalog-module__ZyI-Aq__subtitle{font-family:var(--font-dm-sans);color:var(--text-muted);max-width:600px;margin-top:1rem;font-size:1.1rem}.catalog-module__ZyI-Aq__summaryBadge{background:var(--bg-darker);color:var(--electric-blue);font-family:var(--font-dm-mono);text-transform:uppercase;border:1px dashed var(--electric-blue);border-radius:4px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.85rem;display:flex}.catalog-module__ZyI-Aq__summaryBadge svg{color:var(--electric-blue)}.catalog-module__ZyI-Aq__layout{grid-template-columns:1fr 400px;align-items:start;gap:4rem;display:grid}.catalog-module__ZyI-Aq__productsList{flex-direction:column;gap:3rem;display:flex}.catalog-module__ZyI-Aq__emptyState{text-align:center;background:var(--bg-surface);border:1px dashed var(--border-light);flex-direction:column;align-items:center;padding:4rem 2rem;display:flex;position:relative}.catalog-module__ZyI-Aq__emptyState:before{content:"";border-top:2px solid var(--electric-blue);border-left:2px solid var(--electric-blue);width:10px;height:10px;position:absolute;top:0;left:0}.catalog-module__ZyI-Aq__emptyState:after{content:"";border-bottom:2px solid var(--electric-blue);border-right:2px solid var(--electric-blue);width:10px;height:10px;position:absolute;bottom:0;right:0}.catalog-module__ZyI-Aq__emptyIcon{color:var(--border-light);margin-bottom:1.5rem}.catalog-module__ZyI-Aq__emptyState h2{font-family:var(--font-syne);color:var(--text-main);letter-spacing:.1em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.catalog-module__ZyI-Aq__emptyState p{color:var(--text-muted);max-width:400px}.catalog-module__ZyI-Aq__listHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.catalog-module__ZyI-Aq__listHeader h3{font-family:var(--font-syne);color:var(--text-main);text-transform:uppercase;letter-spacing:.1em;font-size:1.2rem;font-weight:700}.catalog-module__ZyI-Aq__clearBtn{color:var(--copper);font-family:var(--font-dm-mono);text-transform:uppercase;transition:opacity var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem;font-size:.85rem;display:flex}.catalog-module__ZyI-Aq__clearBtn:hover{opacity:.8}.catalog-module__ZyI-Aq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.catalog-module__ZyI-Aq__catalogItem{background:var(--bg-surface);border:1px solid var(--border-light);transition:border-color var(--transition-fast);gap:1rem;padding:1rem;display:flex;position:relative}.catalog-module__ZyI-Aq__catalogItem:hover{border-color:var(--electric-blue)}.catalog-module__ZyI-Aq__itemImageWrapper{background:var(--bg-darker);flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.catalog-module__ZyI-Aq__itemImage{object-fit:cover}.catalog-module__ZyI-Aq__itemDetails{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.catalog-module__ZyI-Aq__itemCategory{font-family:var(--font-dm-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--electric-blue);margin-bottom:.25rem;font-size:.7rem}.catalog-module__ZyI-Aq__itemDetails h4{font-size:1.1rem;font-family:var(--font-syne);color:var(--text-main);margin-bottom:.25rem;font-weight:700}.catalog-module__ZyI-Aq__itemSku{font-family:var(--font-dm-mono);color:var(--text-muted);font-size:.8rem}.catalog-module__ZyI-Aq__removeItem{color:var(--text-muted);transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;position:absolute;top:1rem;right:1rem}.catalog-module__ZyI-Aq__removeItem:hover{color:var(--copper)}.catalog-module__ZyI-Aq__masterBanner{background:linear-gradient(145deg, var(--bg-surface) 0%, var(--bg-dark) 100%);border:1px solid var(--border-light);border-left:4px solid var(--electric-blue);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex;position:relative}.catalog-module__ZyI-Aq__masterContent h3{font-family:var(--font-syne);color:var(--text-main);letter-spacing:.1em;margin-bottom:.5rem;font-size:1.5rem}.catalog-module__ZyI-Aq__masterContent p{color:var(--text-muted);line-height:1.6}.catalog-module__ZyI-Aq__masterBtn{align-self:flex-start;font-size:.9rem!important}.catalog-module__ZyI-Aq__exportOptions{flex-direction:column;gap:1.5rem;margin-top:.5rem;display:flex}.catalog-module__ZyI-Aq__categoryExports{border-top:1px dashed var(--border-light);flex-direction:column;gap:.75rem;padding-top:1.5rem;display:flex}.catalog-module__ZyI-Aq__categoryExportsLabel{font-family:var(--font-dm-mono);color:var(--text-muted);letter-spacing:.1em;font-size:.8rem}.catalog-module__ZyI-Aq__categoryBtns{flex-wrap:wrap;gap:.75rem;display:flex}.catalog-module__ZyI-Aq__categoryBtn{border-color:var(--border-light)!important;color:var(--text-muted)!important;padding:.5rem 1rem!important;font-size:.8rem!important}.catalog-module__ZyI-Aq__categoryBtn:hover{border-color:var(--electric-blue)!important;color:var(--electric-blue)!important;background:0 0!important}.catalog-module__ZyI-Aq__formSidebar{position:sticky;top:120px}.catalog-module__ZyI-Aq__formCard{background:var(--bg-surface);border:1px solid var(--border-light);padding:2.5rem;position:relative}.catalog-module__ZyI-Aq__formCard:before{content:"";border-top:2px solid var(--electric-blue);border-left:2px solid var(--electric-blue);width:10px;height:10px;position:absolute;top:0;left:0}.catalog-module__ZyI-Aq__formHeader{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.catalog-module__ZyI-Aq__statusDot{background:var(--electric-blue);width:8px;height:8px;box-shadow:0 0 10px var(--electric-blue);border-radius:50%;animation:2s infinite catalog-module__ZyI-Aq__pulse}@keyframes catalog-module__ZyI-Aq__pulse{0%{opacity:1;box-shadow:0 0 10px var(--electric-blue)}50%{opacity:.4;box-shadow:0 0 2px var(--electric-blue)}to{opacity:1;box-shadow:0 0 10px var(--electric-blue)}}.catalog-module__ZyI-Aq__formCard h3{font-family:var(--font-dm-mono);color:var(--electric-blue);letter-spacing:.1em;font-size:1.2rem;font-weight:500}.catalog-module__ZyI-Aq__formCard p{font-family:var(--font-dm-sans);color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.catalog-module__ZyI-Aq__form{flex-direction:column;gap:1.5rem;display:flex}.catalog-module__ZyI-Aq__formGroup{flex-direction:column;gap:.5rem;display:flex}.catalog-module__ZyI-Aq__formGroup label{font-family:var(--font-dm-mono);letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.catalog-module__ZyI-Aq__formGroup input{background:var(--bg-dark);border:1px solid var(--border-light);color:var(--text-main);font-size:1rem;font-family:var(--font-dm-mono);transition:all var(--transition-fast);outline:none;padding:.8rem 1rem}.catalog-module__ZyI-Aq__formGroup input:focus{border-color:var(--electric-blue);box-shadow:0 0 10px #00cfeb1a}.catalog-module__ZyI-Aq__error{color:var(--copper);font-family:var(--font-dm-mono);background:#e479581a;border:1px solid #e4795833;align-items:center;gap:.5rem;padding:1rem;font-size:.8rem;display:flex}.catalog-module__ZyI-Aq__submitBtn{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;display:flex}.catalog-module__ZyI-Aq__submitBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.catalog-module__ZyI-Aq__layout{grid-template-columns:1fr;gap:3rem}.catalog-module__ZyI-Aq__formSidebar{position:relative;top:0}}@media (max-width:768px){.catalog-module__ZyI-Aq__header{flex-direction:column;align-items:flex-start}}
.category-module__-wLzvq__main{padding-top:120px;padding-bottom:var(--section-padding);background:var(--bg-dark);min-height:100vh}.category-module__-wLzvq__hero{background:var(--bg-surface);border:1px solid var(--border-light);text-align:center;border-radius:12px;margin-bottom:4rem;padding:4rem;position:relative;overflow:hidden}.category-module__-wLzvq__hero:before{content:"";background:linear-gradient(90deg, var(--electric-blue), var(--copper));height:4px;position:absolute;top:0;left:0;right:0}.category-module__-wLzvq__heroContent{flex-direction:column;align-items:center;max-width:600px;margin:0 auto;display:flex}.category-module__-wLzvq__description{color:var(--text-muted);margin-top:1.5rem;font-size:1.1rem;line-height:1.6}.category-module__-wLzvq__count{background:var(--bg-darker);border:1px solid var(--border-light);font-family:var(--font-dm-mono);color:var(--electric-blue);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-top:2rem;padding:.5rem 1.2rem;font-size:.85rem;display:inline-block}.category-module__-wLzvq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:768px){.category-module__-wLzvq__hero{padding:3rem 1.5rem}.category-module__-wLzvq__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}
.collection-module__X08Pda__main{padding-top:120px;padding-bottom:var(--section-padding);background:var(--bg-dark);min-height:100vh}.collection-module__X08Pda__hero{text-align:center;background-position:50%;background-size:cover;border-radius:12px;justify-content:center;align-items:center;min-height:400px;margin-bottom:4rem;padding:6rem 4rem;display:flex;position:relative;overflow:hidden}.collection-module__X08Pda__heroOverlay{z-index:1;background:linear-gradient(#0a0a0b99,#0a0a0be6);position:absolute;inset:0}.collection-module__X08Pda__heroContent{z-index:2;flex-direction:column;align-items:center;max-width:700px;display:flex;position:relative}.collection-module__X08Pda__eyebrow{font-family:var(--font-dm-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--electric-blue);margin-bottom:1.5rem;font-size:.85rem;font-weight:500}.collection-module__X08Pda__title{font-family:var(--font-syne);color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.collection-module__X08Pda__description{color:#fffc;font-size:1.1rem;line-height:1.6}.collection-module__X08Pda__resultsBar{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.collection-module__X08Pda__count{font-family:var(--font-dm-mono);color:var(--text-muted);font-size:.85rem}.collection-module__X08Pda__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.collection-module__X08Pda__emptyState{text-align:center;background:var(--bg-surface);border:1px dashed var(--border-light);color:var(--text-muted);border-radius:8px;padding:4rem 2rem}@media (max-width:768px){.collection-module__X08Pda__hero{min-height:300px;padding:4rem 1.5rem}.collection-module__X08Pda__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}
.compare-module__5ja9Aq__main{padding-top:120px;padding-bottom:var(--section-padding);background:var(--bg-dark);min-height:100vh}.compare-module__5ja9Aq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.compare-module__5ja9Aq__subtitle{color:var(--text-muted);max-width:600px;margin-top:1rem;font-size:1.1rem}.compare-module__5ja9Aq__summaryBadge{background:var(--bg-darker);color:var(--text-main);border:1px solid var(--border-light);border-radius:8px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:500;display:flex}.compare-module__5ja9Aq__summaryBadge svg{color:var(--electric-blue)}.compare-module__5ja9Aq__emptyState{text-align:center;background:var(--bg-surface);border:1px dashed var(--border-light);border-radius:12px;flex-direction:column;align-items:center;padding:6rem 2rem;display:flex}.compare-module__5ja9Aq__emptyIcon{color:var(--border-light);margin-bottom:1.5rem}.compare-module__5ja9Aq__emptyState h2{font-family:var(--font-syne);color:var(--text-main);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.compare-module__5ja9Aq__emptyState p{color:var(--text-muted)}.compare-module__5ja9Aq__tableWrapper{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:12px;overflow-x:auto;box-shadow:0 4px 20px #0003}.compare-module__5ja9Aq__compareTable{border-collapse:collapse;table-layout:fixed;width:100%;min-width:800px}.compare-module__5ja9Aq__compareTable th,.compare-module__5ja9Aq__compareTable td{text-align:left;border-bottom:1px solid var(--border-light);border-right:1px solid var(--border-light);padding:1.5rem}.compare-module__5ja9Aq__compareTable th:last-child,.compare-module__5ja9Aq__compareTable td:last-child{border-right:none}.compare-module__5ja9Aq__featureCol{background:var(--bg-darker);width:180px;color:var(--text-main);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:700}.compare-module__5ja9Aq__productCol{vertical-align:top;width:25%;position:relative}.compare-module__5ja9Aq__emptyCol{background:var(--bg-dark)}.compare-module__5ja9Aq__emptyPlaceholder{height:200px;color:var(--text-muted);border:2px dashed var(--border-light);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex}.compare-module__5ja9Aq__placeholderIcon{color:var(--border-light);margin-bottom:1rem}.compare-module__5ja9Aq__addLink{color:var(--electric-blue);margin-top:.5rem;font-weight:700;text-decoration:underline}.compare-module__5ja9Aq__removeBtn{z-index:10;background:var(--bg-darker);border:1px solid var(--border-light);width:32px;height:32px;color:var(--text-muted);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.compare-module__5ja9Aq__removeBtn:hover{color:var(--copper);border-color:var(--copper)}.compare-module__5ja9Aq__imageWrapper{aspect-ratio:4/3;background:var(--bg-darker);border-radius:8px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.compare-module__5ja9Aq__image{object-fit:cover}.compare-module__5ja9Aq__productName{font-family:var(--font-syne);color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.compare-module__5ja9Aq__productSku{font-family:var(--font-dm-mono);color:var(--text-muted);font-size:.8rem;display:block}.compare-module__5ja9Aq__featureName{color:var(--electric-blue);background:var(--bg-darker);font-weight:700;font-family:var(--font-dm-mono);font-size:.85rem}.compare-module__5ja9Aq__compareTable tbody td:not(.compare-module__5ja9Aq__featureName){color:var(--text-main);font-size:.95rem}.compare-module__5ja9Aq__booleanCell{text-align:center!important}.compare-module__5ja9Aq__checkIcon{color:var(--electric-blue)}.compare-module__5ja9Aq__xIcon{color:var(--text-muted)}.compare-module__5ja9Aq__priceCell{font-weight:700}.compare-module__5ja9Aq__actionsRow td{padding-bottom:2rem}.compare-module__5ja9Aq__actionButtons{flex-direction:column;gap:.75rem;display:flex}.compare-module__5ja9Aq__fullWidth{justify-content:center;width:100%}.compare-module__5ja9Aq__activeBtn{border-color:var(--electric-blue)!important;color:var(--electric-blue)!important}.compare-module__5ja9Aq__activeBtn:hover{color:var(--electric-blue)!important;background:0 0!important}
.product-module__5nl4Yq__main{padding-top:120px;padding-bottom:var(--section-padding);min-height:100vh}.product-module__5nl4Yq__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-module__5nl4Yq__categoryBadge{text-transform:uppercase;letter-spacing:.1em;color:var(--electric-blue);margin-bottom:1rem;font-size:.8rem;font-weight:500}.product-module__5nl4Yq__title{font-family:var(--serif);color:var(--text-main);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.1}.product-module__5nl4Yq__metaInfo{color:var(--gray);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.9rem;display:flex}.product-module__5nl4Yq__divider{color:var(--lightgray)}.product-module__5nl4Yq__rating{color:var(--text-main)}.product-module__5nl4Yq__pricing{border-bottom:1px solid #0000000d;margin-bottom:2rem;padding-bottom:2rem}.product-module__5nl4Yq__price{color:var(--text-main);margin-bottom:.25rem;font-size:1.5rem;font-weight:500}.product-module__5nl4Yq__priceNote{color:var(--gray-light);font-size:.85rem}.product-module__5nl4Yq__keySpecs{margin-bottom:2rem}.product-module__5nl4Yq__specLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--gray);margin-bottom:.75rem;font-size:.85rem}.product-module__5nl4Yq__specChips{flex-wrap:wrap;gap:.5rem;display:flex}.product-module__5nl4Yq__chip{background:var(--bg-surface);color:var(--text-main);border:1px solid #0000001a;border-radius:4px;padding:.5rem 1rem;font-size:.9rem}.product-module__5nl4Yq__highlights{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem;display:grid}.product-module__5nl4Yq__highlightItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.product-module__5nl4Yq__desktopActions{gap:1rem;margin-bottom:3rem;display:flex}.product-module__5nl4Yq__tabsContainer{flex-direction:column;gap:3rem;display:flex}.product-module__5nl4Yq__description h3,.product-module__5nl4Yq__specTable h3{color:var(--text-main);margin-bottom:1rem;font-size:1.2rem;font-weight:500}.product-module__5nl4Yq__description p{color:var(--gray);line-height:1.8}.product-module__5nl4Yq__specTable table{border-collapse:collapse;width:100%}.product-module__5nl4Yq__specTable td{border-bottom:1px solid #0000000d;padding:.75rem 0;font-size:.95rem}.product-module__5nl4Yq__specTable td:first-child{color:var(--gray);width:40%}.product-module__5nl4Yq__specTable td:last-child{color:var(--text-main);font-weight:500}.product-module__5nl4Yq__relatedSection{border-top:1px solid #0000000d;margin-top:6rem;padding-top:4rem}.product-module__5nl4Yq__relatedGrid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:1024px){.product-module__5nl4Yq__grid{grid-template-columns:1fr;gap:3rem}.product-module__5nl4Yq__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-module__5nl4Yq__desktopActions{display:none}.product-module__5nl4Yq__relatedGrid{grid-template-columns:1fr}}
