.ebv-collection{--ebv-green: #08874a;--ebv-green-hover: #06703e;--ebv-green-light: #f0faf5;--ebv-blue: #125bff;--ebv-blue-light: rgba(18, 91, 255, .04);--ebv-dark: #111213;--ebv-body: #4a4a4a;--ebv-light: #6c757d;--ebv-border: #e9ecef;--ebv-bg-light: #f8f9fa;--ebv-white: #fdfdfd;--ebv-hero-start: #ffffff;--ebv-hero-end: #f0f7ff;--ebv-zebra: #fbfcfd;--ebv-shadow-sm: 0 2px 4px rgba(0, 0, 0, .06);--ebv-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--ebv-radius: 8px;--ebv-radius-lg: 12px;font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ebv-body);background:var(--ebv-white);font-size:12.5px;line-height:1.7}.ebv-collection *,.ebv-collection *:before,.ebv-collection *:after{box-sizing:border-box}.ebv-collection h1,.ebv-collection h2,.ebv-collection h3,.ebv-collection p,.ebv-collection ul,.ebv-collection figure{margin:0;padding:0}.ebv-container{max-width:1200px;margin:0 auto;padding:0 24px}.ebv-collection h1{font-size:30px;font-weight:800;line-height:1.2;color:var(--ebv-dark)}.ebv-collection h2{font-size:22.5px;font-weight:700;line-height:1.3;color:var(--ebv-dark)}.ebv-collection h3{font-size:17.5px;font-weight:600;line-height:1.35;color:var(--ebv-dark)}.ebv-hero{background:linear-gradient(135deg,var(--ebv-hero-start) 0%,var(--ebv-hero-end) 100%);padding:64px 48px;margin:0 0 48px;border-radius:var(--ebv-radius-lg)}.ebv-hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}.ebv-hero h1{margin-bottom:16px}.ebv-hero-subtitle{font-size:15px;font-weight:300;line-height:1.6;color:var(--ebv-body);max-width:700px}.ebv-hero-image img{width:100%;height:auto;display:block;border-radius:var(--ebv-radius)}.ebv-capsule,.ebv-products,.ebv-guide,.ebv-faq,.ebv-related,.ebv-cta{margin-bottom:48px}.ebv-capsule{background:var(--ebv-blue-light);border:1px solid var(--ebv-border);border-radius:var(--ebv-radius);padding:24px 28px}.ebv-capsule p{font-size:13.5px;line-height:1.7;color:var(--ebv-dark)}.ebv-products-header{margin-bottom:32px}.ebv-products-header h2{margin-bottom:8px}.ebv-products-header p{font-size:12.5px;color:var(--ebv-light)}.ebv-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ebv-product-card{display:flex;flex-direction:column;background:var(--ebv-white);border:1px solid var(--ebv-border);border-radius:var(--ebv-radius);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--ebv-shadow-sm);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.ebv-product-card:hover{box-shadow:var(--ebv-shadow-md);transform:translateY(-4px);border-color:var(--ebv-blue)}.ebv-product-card:focus-visible{outline:2px solid var(--ebv-blue);outline-offset:2px}.ebv-product-image{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--ebv-bg-light);display:flex;align-items:center;justify-content:center}.ebv-product-image img{width:100%;height:100%;object-fit:contain;padding:12px}.ebv-product-noimg{font-size:11px;color:var(--ebv-light);text-align:center;padding:0 12px}.ebv-product-badge{position:absolute;top:12px;right:12px;background:var(--ebv-green);color:var(--ebv-white);padding:4px 12px;border-radius:var(--ebv-radius);font-size:11px;font-weight:600}.ebv-product-info{display:flex;flex-direction:column;flex-grow:1;padding:20px}.ebv-product-sku{font-size:11px;color:var(--ebv-light);margin-bottom:8px}.ebv-product-title{font-size:11.5px;font-weight:600;line-height:1.4;color:var(--ebv-dark);margin-bottom:16px}.ebv-product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid var(--ebv-border)}.ebv-product-price{font-size:12.5px;font-weight:700;color:var(--ebv-green)}.ebv-product-link{font-size:11px;font-weight:600;color:var(--ebv-blue)}.ebv-empty{grid-column:1 / -1;font-size:12.5px;color:var(--ebv-body);background:var(--ebv-bg-light);border:1px solid var(--ebv-border);border-radius:var(--ebv-radius);padding:24px}.ebv-guide h2{margin:40px 0 16px;padding-bottom:12px;border-bottom:2px solid var(--ebv-blue)}.ebv-guide h2:first-child{margin-top:0}.ebv-guide p{font-size:12.5px;line-height:1.7;color:var(--ebv-body);margin-bottom:16px}.ebv-guide a[class]{color:var(--ebv-blue)}.ebv-guide a{color:var(--ebv-blue);text-decoration:underline;text-underline-offset:2px}.ebv-guide a:focus-visible{outline:2px solid var(--ebv-blue);outline-offset:2px}.ebv-figure{margin:24px 0 32px}.ebv-figure img{width:100%;max-width:720px;height:auto;display:block;margin:0 auto;border-radius:var(--ebv-radius);border:1px solid var(--ebv-border)}.ebv-figure figcaption{font-size:11.5px;color:var(--ebv-light);text-align:center;margin-top:8px}.ebv-table-scroll{overflow-x:auto;border:1px solid var(--ebv-border);border-radius:var(--ebv-radius);box-shadow:var(--ebv-shadow-sm);margin:8px 0 32px}.ebv-table{width:100%;border-collapse:collapse;background:var(--ebv-white)}.ebv-table th{background:var(--ebv-bg-light);color:var(--ebv-dark);text-align:left;font-weight:600;font-size:11px;padding:14px 16px;border-bottom:1px solid var(--ebv-border)}.ebv-table td{padding:12px 16px;font-size:11px;color:var(--ebv-body);border-bottom:1px solid var(--ebv-border)}.ebv-table tbody tr:nth-child(2n){background:var(--ebv-zebra)}.ebv-table tbody tr:last-child td{border-bottom:none}.ebv-faq{background:var(--ebv-bg-light);border:1px solid var(--ebv-border);border-radius:var(--ebv-radius-lg);padding:48px 32px}.ebv-faq h2{margin-bottom:24px}.ebv-faq details{background:var(--ebv-white);border:1px solid var(--ebv-border);border-radius:var(--ebv-radius);margin-bottom:12px}.ebv-faq summary{cursor:pointer;font-size:13.5px;font-weight:600;color:var(--ebv-dark);padding:16px 20px;list-style-position:inside}.ebv-faq summary:focus-visible{outline:2px solid var(--ebv-blue);outline-offset:2px}.ebv-faq details[open] summary{border-bottom:1px solid var(--ebv-border)}.ebv-faq details>div{padding:16px 20px}.ebv-faq details p{font-size:12.5px;line-height:1.7;color:var(--ebv-body)}.ebv-faq details a{color:var(--ebv-blue)}.ebv-faq details a:focus-visible{outline:2px solid var(--ebv-blue);outline-offset:2px}.ebv-related h2{margin-bottom:16px}.ebv-related ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:8px 32px}.ebv-related li{position:relative;padding:6px 0 6px 20px;font-size:12.5px;line-height:1.6}.ebv-related li:before{content:"\2192";position:absolute;left:0;color:var(--ebv-green)}.ebv-related a{color:var(--ebv-blue);text-decoration:none}.ebv-related a:hover{text-decoration:underline}.ebv-related a:focus-visible{outline:2px solid var(--ebv-blue);outline-offset:2px}.ebv-cta{background:var(--ebv-green-light);border:1px solid var(--ebv-border);border-radius:var(--ebv-radius-lg);padding:48px 32px;text-align:center}.ebv-cta h2{margin-bottom:12px}.ebv-cta p{font-size:12.5px;line-height:1.7;color:var(--ebv-body);max-width:640px;margin:0 auto 24px}.ebv-cta-links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}a[class].ebv-cta-btn{display:inline-block;background:var(--ebv-green);color:var(--ebv-white);font-size:12.5px;font-weight:600;padding:12px 28px;border-radius:var(--ebv-radius);text-decoration:none;min-height:44px;line-height:20px}a[class].ebv-cta-btn:hover{background:var(--ebv-green-hover)}a[class].ebv-cta-btn:focus-visible{outline:2px solid var(--ebv-green);outline-offset:2px}@media(max-width:1024px){.ebv-collection h1{font-size:27.5px}.ebv-hero-subtitle{font-size:13.5px}.ebv-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.ebv-collection h1{font-size:22.5px}.ebv-collection h2{font-size:20px}.ebv-collection h3{font-size:15px}.ebv-hero{padding:40px 28px;margin-bottom:40px}.ebv-hero-grid{grid-template-columns:1fr;gap:24px}.ebv-hero-subtitle{font-size:12.5px}.ebv-products-grid{grid-template-columns:repeat(2,1fr)}.ebv-related ul{grid-template-columns:1fr}.ebv-faq,.ebv-cta{padding:40px 24px}.ebv-capsule,.ebv-products,.ebv-guide,.ebv-faq,.ebv-related,.ebv-cta{margin-bottom:40px}.ebv-table{min-width:560px}}@media(max-width:480px){.ebv-collection h1{font-size:20px}.ebv-hero{padding:32px 20px}.ebv-hero-subtitle{font-size:11.5px}.ebv-products-grid{grid-template-columns:1fr}.ebv-faq,.ebv-cta{padding:32px 20px}}@media(prefers-reduced-motion:reduce){.ebv-product-card{transition:none}.ebv-product-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/embedded-vision-collection.css.map */
