.products-tabs-section{padding-bottom:0}.products-tab-nav{display:flex;gap:var(--space-sm, 8px);justify-content:center}.products-tab-btn__icon{vertical-align:middle;margin-right:6px}.products-tab-btn{display:inline-flex;align-items:center;padding:12px 28px;border:2px solid var(--glacier-blue, #4a90c4);border-radius:var(--radius-sm, 10px);background:transparent;color:var(--glacier-blue, #4a90c4);font-size:var(--text-base, 1rem);font-weight:700;cursor:pointer;transition:background .25s,color .25s}.products-tab-btn:hover,.products-tab-btn:focus-visible{background:var(--glacier-blue, #4a90c4);color:#fff}.products-tab-btn--active{background:var(--glacier-blue, #4a90c4);color:#fff}.products-tab-panel{display:none}.products-tab-panel--active{display:block}.products-type-grid{margin-left:auto;margin-right:auto}.products-type-grid__category{font-size:var(--text-xl, 1.25rem);font-weight:700;margin:var(--space-lg, 32px) 0 var(--space-md, 16px);color:var(--midnight-ice, #0f2b3d)}.products-type-grid__category:first-child{margin-top:0}.products-type-grid__cards{display:flex;flex-wrap:wrap;gap:var(--space-md, 16px)}.products-type-card{width:250px;display:flex;flex-direction:column}.products-type-card__img-wrapper{aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--radius-sm, 10px) var(--radius-sm, 10px) 0 0;background:linear-gradient(135deg,#c8e1f580,#e6f5ff4d)}.products-type-card__img-wrapper img,.products-type-card__img-wrapper .placeholder-img{width:100%;height:100%;object-fit:cover}.products-type-card__body{padding:var(--space-md, 16px);flex:1;display:flex;flex-direction:column}.products-type-card__name{font-size:var(--text-lg, 1.125rem);font-weight:700;margin:0 0 8px}.products-type-card__meta{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;font-size:var(--text-sm, .875rem);color:var(--deep-glacial, #3a6b8a)}.products-type-card__meta-label{font-weight:700;white-space:nowrap}.products-type-card__desc{font-size:var(--text-sm, .875rem);line-height:1.6;margin:0 0 12px;flex:1}.products-compare-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:var(--space-md, 16px);border-radius:var(--radius-sm, 10px);border:1px solid var(--border-glass, rgba(255, 255, 255, .3))}.products-compare-table{width:100%;min-width:600px;border-collapse:collapse;font-size:var(--text-sm, .875rem)}.products-compare-table th,.products-compare-table td{padding:12px 16px;text-align:left;white-space:nowrap;border-bottom:1px solid rgba(74,144,196,.15)}.products-compare-table thead th{background:var(--glacier-blue, #4a90c4);color:#fff;font-weight:700;white-space:nowrap;position:sticky;top:0}.products-compare-table thead th:first-child{border-radius:var(--radius-sm, 10px) 0 0 0}.products-compare-table thead th:last-child{border-radius:0 var(--radius-sm, 10px) 0 0}.products-compare-table tbody tr:nth-child(2n){background:#4a90c40a}.products-compare-table tbody tr:hover{background:#4a90c414}.products-compare-table td:first-child{font-weight:700;white-space:nowrap}.products-sales-group{margin-bottom:var(--space-lg, 32px)}.products-sales-group:last-child{margin-bottom:0}.products-sales-group__title{font-size:var(--text-xl, 1.25rem);font-weight:700;margin:0 0 var(--space-md, 16px)}.products-sales-grid{display:flex;flex-wrap:wrap;gap:var(--space-md, 16px)}.products-sales-card{width:250px;display:flex;flex-direction:column}.products-sales-card__img-wrapper{aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--radius-sm, 10px);background:linear-gradient(135deg,#c8e1f580,#e6f5ff4d);margin-bottom:12px}.products-sales-card__img-wrapper img{width:100%;height:100%;object-fit:cover}.products-sales-card__badge{display:inline-block;padding:4px 12px;border-radius:100px;font-size:var(--text-xs, .75rem);font-weight:700;color:#fff;background:var(--glacier-blue, #4a90c4);margin-bottom:8px;align-self:flex-start}.products-sales-card__badge--new{background:#10b981}.products-sales-card__name{font-size:var(--text-lg, 1.125rem);font-weight:700;margin:0 0 12px}.products-sales-card__specs{list-style:none;padding:0;margin:0;flex:1}.products-sales-card__spec{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(74,144,196,.1);font-size:var(--text-sm, .875rem)}.products-sales-card__spec:last-child{border-bottom:none}.products-sales-card__spec-label{color:var(--deep-glacial, #3a6b8a);font-weight:700;white-space:nowrap;margin-right:12px}.products-sales-card__spec-value{white-space:pre-line;text-align:right}@media(max-width:768px){.products-type-card,.products-sales-card{width:250px}.products-tab-btn{padding:10px 20px;font-size:var(--text-sm, .875rem)}}
