/*!hardware_v3:static/css/hardware.scss*/
.product-hero{display:flex;align-items:center;gap:64px;padding:64px 0}.product-hero__image{flex:1;max-width:350px;aspect-ratio:1;background:#f5f5f7;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-hero__image img{max-width:100%;max-height:100%;object-fit:cover}.product-hero__info{flex:1}.product-hero__name{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:#1d1d1f;margin-bottom:16px;letter-spacing:-.01em}.product-hero__name--up{margin-top:-1.2em}.product-hero__brief{font-size:clamp(0.9375rem,1.2vw,1.0625rem);color:#6e6e73;line-height:1.7;margin-bottom:24px}.spug-selling-points{list-style:none;padding:0 0 0 2em;margin:0;display:flex;flex-direction:column;gap:10px}.spug-selling-points li{font-size:clamp(0.9375rem,1.2vw,1.0625rem);color:#6e6e73;line-height:1.6;padding-left:1.4em;position:relative}.spug-selling-points li:before{content:'';position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:#3a7bd5}.features__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;text-align:center;margin-bottom:40px}.params-section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;text-align:center;margin-bottom:40px}.params-table{max-width:700px;margin:0 auto;border-collapse:collapse;width:100%}.params-table__row{border-bottom:1px solid #e8e8ed}.params-table__row:last-child{border-bottom:0}.params-table__label{padding:14px 16px;font-size:clamp(0.8125rem,1vw,.9375rem);color:#6e6e73;width:180px;background:#f5f5f7}.params-table__value{padding:14px 16px;font-size:clamp(0.8125rem,1vw,.9375rem);color:#1d1d1f}.product-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:80%;margin:24px auto 0}.product-gallery--narrow{max-width:71%}.product-gallery div{border-radius:12px;overflow:hidden}.product-gallery div img{width:100%;height:auto;display:block}@media (max-width:1024px){.product-hero{flex-direction:column;text-align:center;margin-top:var(--nav-height)}.product-hero__image{max-width:280px}}
/*!hardware_v3:widget/product/product.scss*/
.hardware-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hardware-card{background:#fbfbfd;border-radius:18px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.hardware-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.hardware-card__image{width:100%;height:322px;background:#f5f5f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.hardware-card__image img{max-width:100%;max-height:100%;object-fit:contain}.hardware-card__body{padding:24px}.hardware-card__name{font-size:clamp(1rem,2vw,1.25rem);font-weight:600;color:#1d1d1f;margin:0 0 8px}.hardware-card__desc{font-size:clamp(0.8125rem,1vw,.9375rem);color:#6e6e73;line-height:1.5;margin:0 0 24px}.hardware-card__features{list-style:none;padding:0;margin:0 0 24px}.hardware-card__features li{font-size:clamp(0.8125rem,1vw,.9375rem);color:#1d1d1f;padding:8px 0;padding-left:1.4em;position:relative}.hardware-card__features li::before{content:'';position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:#3a7bd5}.hardware-card__btn{display:inline-block;font-size:clamp(0.8125rem,1vw,.9375rem);color:#0071e3;padding:8px 20px;border-radius:20px;border:1px solid #0071e3;background:transparent;transition:all .15s ease}.hardware-card__btn:hover{background:#0071e3;color:#fff}@media (max-width:1024px){.hardware-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hardware-grid{grid-template-columns:1fr}}