.nd-collection{--green: #08874A;--blue: #125BFF;--dark: #1a1a1a;--body: #4a4a4a;--light: #6c757d;--bg-light: #f8f9fa;--white: #ffffff;--border: #e9ecef;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--font-base: 1.6rem;--radius: 8px;--radius-lg: 12px;font:var(--font-base)/1.65 var(--font-body-family),"Source Sans Pro",sans-serif;color:var(--body);max-width:100%;overflow-x:hidden}.nd-collection *{margin:0;padding:0;box-sizing:border-box}.nd-collection .nd-container{max-width:1200px;margin:0 auto;padding:0 20px}.nd-collection h1{font-size:2.5rem;font-weight:700;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);line-height:1.2;margin-bottom:20px}.nd-collection h1 span{color:var(--blue)}.nd-collection h2{font-size:2rem;font-weight:700;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);margin-bottom:16px}.nd-collection h3{font-size:1.5rem;font-weight:600;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);margin-bottom:12px}.nd-collection h4{font-size:1.25rem;font-weight:600;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);margin-bottom:10px}.nd-collection p,.nd-collection li{font-size:var(--font-base);color:var(--body);line-height:1.7}.nd-collection a{color:var(--blue);text-decoration:none}.nd-collection a:hover{text-decoration:underline}.nd-collection .nd-btn{display:inline-block;padding:14px 32px;border-radius:var(--radius);text-decoration:none;transition:all .3s;font-size:var(--font-base);font-weight:600}.nd-collection .nd-btn:hover{text-decoration:none}.nd-collection .nd-btn-primary{background:var(--blue);color:#fff}.nd-collection .nd-btn-primary:hover{background:var(--green);transform:translateY(-2px);box-shadow:var(--shadow-md)}.nd-collection .nd-btn-secondary{background:var(--white);color:var(--blue);border:2px solid var(--blue)}.nd-collection .nd-btn-secondary:hover{background:var(--blue);color:#fff}.nd-collection .nd-hero{background:linear-gradient(180deg,#ffffff 0%,var(--bg-light) 100%);padding:60px 0 40px;border-bottom:1px solid var(--border)}.nd-collection .nd-hero-content{max-width:900px}.nd-collection .nd-hero-subtitle{font-size:1.6rem;margin-bottom:24px;color:var(--body)}.nd-collection .nd-key-attrs{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.nd-collection .nd-key-attr{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:10px 16px;font-size:1.4rem;color:var(--dark)}.nd-collection .nd-section{padding:60px 0}.nd-collection .nd-section-alt{background:var(--bg-light)}.nd-collection .nd-section-header{margin-bottom:32px}.nd-collection .nd-section-header p{max-width:700px;margin-top:8px}.nd-collection .nd-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.nd-collection .nd-product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.nd-collection .nd-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);text-decoration:none}.nd-collection .nd-product-image{aspect-ratio:1;overflow:hidden;background:var(--bg-light)}.nd-collection .nd-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.nd-collection .nd-product-card:hover .nd-product-image img{transform:scale(1.05)}.nd-collection .nd-product-info{padding:16px;flex:1;display:flex;flex-direction:column}.nd-collection .nd-product-sku{font-size:1.2rem;color:var(--light);margin-bottom:4px;letter-spacing:.5px}.nd-collection .nd-product-name{font-size:1.5rem;font-weight:600;color:var(--dark);margin-bottom:8px}.nd-collection .nd-product-price{font-size:1.6rem;font-weight:700;color:var(--green);margin-bottom:12px}.nd-collection .nd-product-link{font-size:1.4rem;color:var(--blue);margin-top:auto}.nd-collection .nd-app-list{list-style:disc;margin:16px 0 0 24px}.nd-collection .nd-app-list li{padding:4px 0}.nd-collection .nd-table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:32px}.nd-collection .nd-table{width:100%;border-collapse:collapse;background:var(--white);font-size:1.4rem}.nd-collection .nd-table thead th{background:var(--dark);color:#fff;padding:14px 16px;text-align:left;font-weight:600;white-space:nowrap}.nd-collection .nd-table tbody td{padding:12px 16px;border-bottom:1px solid var(--border)}.nd-collection .nd-table tbody tr:nth-child(2n){background:var(--bg-light)}.nd-collection .nd-table tbody tr:hover{background:#125bff08}.nd-collection .nd-table tbody tr:last-child td{border-bottom:none}.nd-collection .nd-app-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.nd-collection .nd-app-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;border-left:4px solid var(--blue)}.nd-collection .nd-app-card h3{color:var(--blue);font-size:1.25rem}.nd-collection .nd-resources-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.nd-collection .nd-resources-list li{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px}.nd-collection .nd-resources-list li a{display:flex;justify-content:space-between;align-items:center}.nd-collection .nd-resources-list li a:after{content:"\2192";color:var(--green)}.nd-collection .nd-faq{max-width:900px}.nd-collection .nd-faq details{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}.nd-collection .nd-faq details:hover{box-shadow:var(--shadow-sm)}.nd-collection .nd-faq summary{padding:20px 56px 20px 20px;cursor:pointer;font-size:1.6rem;font-weight:600;color:var(--dark);list-style:none;position:relative}.nd-collection .nd-faq summary::-webkit-details-marker{display:none}.nd-collection .nd-faq summary:after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);transition:transform .3s}.nd-collection .nd-faq details[open] summary:after{transform:translateY(-50%) rotate(-135deg)}.nd-collection .nd-faq .nd-faq-answer{padding:0 20px 20px}.nd-collection .nd-faq .nd-faq-answer p{margin-bottom:12px}.nd-collection .nd-faq .nd-faq-answer p:last-child{margin-bottom:0}.nd-collection .nd-why-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.nd-collection .nd-why-list li{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.nd-collection .nd-why-list li:before{content:"\2713";color:var(--green);font-weight:700;flex-shrink:0}.nd-collection nav.nd-related{display:flex;flex-wrap:wrap;gap:12px}.nd-collection nav.nd-related a{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:10px 20px;font-size:1.4rem;transition:all .2s}.nd-collection nav.nd-related a:hover{background:var(--blue);color:#fff;text-decoration:none;border-color:var(--blue)}.nd-collection .nd-cta{padding:60px 0;background:linear-gradient(135deg,var(--blue),var(--green));color:#fff;text-align:center}.nd-collection .nd-cta h2{color:#fff;margin-bottom:16px}.nd-collection .nd-cta p{color:#ffffffe6;max-width:700px;margin:0 auto 32px}.nd-collection .nd-cta .nd-btn-white{background:#fff;color:var(--blue);padding:14px 32px;border-radius:var(--radius);font-weight:600;display:inline-block;text-decoration:none;transition:all .3s;margin:0 8px}.nd-collection .nd-cta .nd-btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}.nd-collection .nd-cta .nd-btn-outline-white{background:transparent;color:#fff;border:2px solid white;padding:14px 32px;border-radius:var(--radius);font-weight:600;display:inline-block;text-decoration:none;transition:all .3s;margin:0 8px}.nd-collection .nd-cta .nd-btn-outline-white:hover{background:#fff;color:var(--blue);text-decoration:none}@media(max-width:1024px){.nd-collection .nd-product-grid{grid-template-columns:repeat(2,1fr)}.nd-collection .nd-app-grid,.nd-collection .nd-resources-list,.nd-collection .nd-why-list{grid-template-columns:1fr}.nd-collection h1{font-size:2rem}.nd-collection h2{font-size:1.75rem}}@media(max-width:768px){.nd-collection .nd-product-grid{grid-template-columns:1fr}.nd-collection .nd-key-attrs{flex-direction:column}.nd-collection h1{font-size:1.75rem}.nd-collection .nd-cta .nd-btn-white,.nd-collection .nd-cta .nd-btn-outline-white{display:block;margin:8px auto;max-width:280px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/low-distortion-collection.css.map */
