.product-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem;width:100%;margin-bottom:1.5rem;display:grid}@media (width<=768px){.product-tabs{grid-template-columns:1fr}}.product-tab{border:1px solid var(--border);background:rgba(var(--card-rgb), .65);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:background .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex}.product-tab:hover{border-color:rgba(var(--blue-rgb), .3);color:var(--text);transform:translateY(-1px)}.product-tab:focus-visible{outline:2px solid rgba(var(--blue-rgb), .7);outline-offset:2px}.product-tab.active{background:rgba(var(--blue-rgb), .12);border-color:rgba(var(--blue-rgb), .34);color:var(--text);box-shadow:0 0 0 1px rgba(var(--blue-rgb), .12)}.product-tab{width:100%;min-height:3rem;color:rgba(var(--soft-rgb), .8);gap:.625rem;padding:.75rem 1.125rem;font-size:.9375rem;font-weight:600}.product-tab i{color:var(--blue);font-size:.9375rem}@media (width<=768px){.product-tab{border-radius:10px;justify-content:flex-start}}.product-panel{display:none}.product-panel.active{display:block}.product-page{display:none}.product-page.active{display:block}.product-filters{margin-bottom:1.5rem;display:none}.js .product-filters{display:block}.product-filters__brands{border:0;min-width:0;margin:0;padding:0}.product-filters__brands legend{margin-bottom:.75rem;padding:0;font-size:.9375rem;font-weight:600}.product-filters__buttons{flex-wrap:wrap;gap:.625rem;display:flex}.product-filters__count{color:var(--soft);margin:.875rem 0 0;font-size:.875rem}.product-filter{border:1px solid var(--border);background:rgba(var(--card-rgb), .65);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:background .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex}.product-filter:hover{border-color:rgba(var(--blue-rgb), .3);color:var(--text);transform:translateY(-1px)}.product-filter:focus-visible{outline:2px solid rgba(var(--blue-rgb), .7);outline-offset:2px}.product-filter.active{background:rgba(var(--blue-rgb), .12);border-color:rgba(var(--blue-rgb), .34);color:var(--text);box-shadow:0 0 0 1px rgba(var(--blue-rgb), .12)}.product-filter{min-height:2.75rem;padding:.5rem 1rem;font-size:.875rem}.js .product-panel [hidden]{display:none!important}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=768px){.product-grid{grid-template-columns:repeat(1,1fr)}}.product-grid{margin-top:.5rem}.product-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.product-card__img-area{background:rgba(var(--card-rgb), .5);border-bottom:1px solid var(--border);justify-content:center;align-items:center;height:12.5rem;display:flex;position:relative;overflow:hidden}.product-card__img-area--logo{background:rgba(var(--blue-rgb), .04)}.product-card__img-area:hover .carousel__btn{opacity:1}.product-card__photo{object-fit:contain;width:100%;height:12.5rem;padding:1rem}.product-card__brand-text{color:rgba(var(--text-rgb), .5);letter-spacing:.5px;font-size:1.125rem;font-weight:800}.product-card__tag{z-index:2;background:rgba(var(--bg-rgb), .85);backdrop-filter:blur(6px);border:1px solid var(--border);color:rgba(var(--soft-rgb), .8);border-radius:50px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;position:absolute;bottom:.625rem;right:.625rem}.product-card__carousel{background:#fafbfb;position:absolute;inset:0}.product-card__body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card__model{overflow-wrap:anywhere;letter-spacing:1px;text-transform:uppercase;color:var(--soft);margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.product-card__name{color:var(--text);margin-bottom:1rem;font-size:1rem;font-weight:700;line-height:1.3}.product-card__specs{flex-direction:column;flex:1;gap:.4375rem;margin-bottom:1.25rem;list-style:none;display:flex}.product-card__specs li{color:rgba(var(--soft-rgb), .75);align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.4;display:flex}.product-card__specs li svg{color:var(--green);flex-shrink:0;margin-top:2px}.product-card__footnotes{background:rgba(var(--blue-rgb), .04);border:1px solid rgba(var(--blue-rgb), .08);border-radius:10px;flex-direction:column;gap:.375rem;margin-bottom:1rem;padding:.625rem .75rem;list-style:none;display:flex}.product-card__footnotes li{color:var(--soft);font-size:.6875rem;line-height:1.5}.product-card__footnotes li sup{color:var(--green);margin-right:3px;font-size:.5625rem;font-weight:700}.product-card__footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.product-card__install-badge{background:rgba(var(--green-rgb), .1);border-color:rgba(var(--green-rgb), .15);color:var(--green);border:1px solid;border-radius:50px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600}.product-card__btn{padding:.5rem 1.125rem;font-size:.8125rem}.product-card__footer-left{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.product-card__learn-more{color:var(--blue);font-size:.9rem;font-weight:500}.product-card__learn-more:hover{text-decoration:underline}.product-card__spec-fn{vertical-align:super;color:var(--green);margin-left:2px;font-size:.5625rem;font-weight:700;line-height:0}.carousel__slides{width:100%;height:100%;position:relative}.carousel__slide{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.carousel__slide.active{opacity:1;pointer-events:auto}.carousel__btn{color:#fff;cursor:pointer;background:#00000047;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.carousel__btn:hover{background:#00000085}.carousel__btn{z-index:1;opacity:0;border:none;transition:opacity .2s,background .2s;position:absolute;top:50%;transform:translateY(-50%)}.carousel__btn--prev{left:.5rem}.carousel__btn--next{right:.5rem}
