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