.vzy-tb{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 16px;padding:0}.vzy-tb *,.vzy-tb *:before,.vzy-tb *:after{box-sizing:border-box}.vzy-tb__b{display:inline-flex;flex:0 0 auto;min-width:0;min-height:30px;align-items:center;gap:6px;padding:5px 10px;overflow:hidden;border:0;border-radius:6px;color:#fff;box-shadow:0 2px 5px #0a203e1f}.vzy-tb__b--blue{background:var(--vzy-tb-accent, #1566e0)}.vzy-tb__b--green{background:var(--vzy-tb-success, #087a5b)}.vzy-tb__b--red{background:var(--vzy-tb-danger, #d71921)}.vzy-tb__ic{display:inline-flex;flex:0 0 15px;align-items:center;justify-content:center;width:15px;height:15px;color:#fffffff5}.vzy-tb__svg{display:block;width:15px;height:15px;overflow:visible}.vzy-tb__svg path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vzy-tb__svg circle{fill:currentColor;stroke:none}.vzy-tb__copy{display:block;min-width:0}.vzy-tb__copy strong{display:block;overflow:hidden;color:#fff;font-size:12px;font-weight:700;letter-spacing:0;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}@media(max-width:520px){.vzy-tb{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;display:grid;gap:5px;margin:8px 0 12px}.vzy-tb__b{width:100%;min-height:38px;gap:5px;padding:6px 7px;border-radius:5px;box-shadow:0 2px 4px #0a203e1a}.vzy-tb__ic,.vzy-tb__svg{width:13px;height:13px}.vzy-tb__ic{flex-basis:13px}.vzy-tb__copy strong{font-size:11px;line-height:1.15;text-overflow:clip;white-space:normal}}.vzy-smart-alt{--vzy-alt-blue: var(--vzy-blue-2026, #0b57d0);--vzy-alt-navy: var(--vzy-ui-navy, #011624);margin:16px 0 0;padding:16px;border:1px solid color-mix(in srgb,var(--vzy-alt-blue) 15%,transparent);border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--vzy-alt-blue) 5%,white),#fff 52%);box-shadow:0 10px 28px #0116240f}.vzy-smart-alt__head{display:grid;gap:3px;margin-bottom:12px}.vzy-smart-alt__eyebrow{margin:0;color:var(--vzy-alt-blue);font-size:1rem;font-weight:800;letter-spacing:.09em}.vzy-smart-alt__title{margin:0;color:var(--vzy-alt-navy);font-size:clamp(1.65rem,2vw,2rem);line-height:1.18}.vzy-smart-alt__text{margin:2px 0 0;color:var(--vzy-muted, #5f6b78);font-size:1.2rem;line-height:1.4}.vzy-smart-alt__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.vzy-smart-alt[data-vzy-alt-context=solar] .vzy-smart-alt__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vzy-smart-alt__card{display:grid;min-width:0;overflow:hidden;color:var(--vzy-alt-navy);text-decoration:none;border:1px solid color-mix(in srgb,var(--vzy-alt-blue) 14%,#dfe5ec);border-radius:13px;background:#fff;box-shadow:0 4px 14px #0116240b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.vzy-smart-alt__card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--vzy-alt-blue) 46%,transparent);box-shadow:0 10px 22px #0b57d01c}.vzy-smart-alt__card:focus-visible{outline:3px solid color-mix(in srgb,var(--vzy-alt-blue) 34%,transparent);outline-offset:2px}.vzy-smart-alt__media{position:relative;display:grid;aspect-ratio:5 / 4;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f8fbff,#edf5ff)}.vzy-smart-alt .vzy-smart-alt__media>img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-width:100%;max-height:100%;padding:8px;box-sizing:border-box;object-fit:contain!important;object-position:center;transition:transform .2s ease}.vzy-smart-alt__card:hover .vzy-smart-alt__media img{transform:scale(1.035)}.vzy-smart-alt__badge{position:absolute;left:6px;bottom:6px;max-width:calc(100% - 12px);overflow:hidden;padding:4px 6px;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.035em;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;background:#011624e0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.vzy-smart-alt__body{display:grid;align-content:start;gap:6px;padding:9px}.vzy-smart-alt__product-title{display:-webkit-box;min-height:3.45em;overflow:hidden;font-size:1.15rem;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:3}.vzy-smart-alt__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;color:var(--vzy-alt-navy);font-size:1.25rem;font-weight:800}.vzy-smart-alt__price-row s{color:var(--vzy-muted, #697684);font-size:.95rem;font-weight:500}.vzy-smart-alt__price-row s+span{color:var(--vzy-sale, #d71921)}.vzy-smart-alt__link{display:inline-flex;align-items:center;gap:4px;color:var(--vzy-alt-blue);font-size:1.05rem;font-weight:800}.vzy-smart-alt__link span{transition:transform .18s ease}.vzy-smart-alt__card:hover .vzy-smart-alt__link span{transform:translate(3px)}html[data-scheme=dark] .vzy-smart-alt{--vzy-alt-blue: #73a9ff;--vzy-alt-navy: #f5f9ff;--vzy-muted: #b7c4cf;background:linear-gradient(145deg,#1566e024,#091825f7 52%)}html[data-scheme=dark] .vzy-smart-alt__card{background:#0d1c29}html[data-scheme=dark] .vzy-smart-alt__media{background:linear-gradient(145deg,#122537,#0b1925)}@media(prefers-color-scheme:dark){html[data-scheme=auto] .vzy-smart-alt{--vzy-alt-blue: #73a9ff;--vzy-alt-navy: #f5f9ff;--vzy-muted: #b7c4cf;background:linear-gradient(145deg,#1566e024,#091825f7 52%)}html[data-scheme=auto] .vzy-smart-alt__card{background:#0d1c29}html[data-scheme=auto] .vzy-smart-alt__media{background:linear-gradient(145deg,#122537,#0b1925)}}@media(max-width:749px){.vzy-smart-alt{margin-top:14px;padding:14px;border-radius:16px}.vzy-smart-alt__head{margin-bottom:10px}.vzy-smart-alt__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.vzy-smart-alt__card:nth-child(n+3){display:none}.vzy-smart-alt[data-vzy-alt-context=wifi-exterior]:has(.vzy-smart-alt__card:nth-child(3)[data-vzy-alt-type=solar]) .vzy-smart-alt__card:nth-child(2){display:none}.vzy-smart-alt[data-vzy-alt-context=wifi-exterior] .vzy-smart-alt__card:nth-child(3)[data-vzy-alt-type=solar]{display:grid}.vzy-smart-alt__product-title{min-height:3.45em;font-size:1.1rem}.vzy-smart-alt__text{font-size:1.12rem}}@media(prefers-reduced-motion:reduce){.vzy-smart-alt__card,.vzy-smart-alt__media img,.vzy-smart-alt__link span{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/157/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAI */
