.m8c-collection{--m8c-green: #08874a;--m8c-green-hover: #06703e;--m8c-green-bright: #0aa55a;--m8c-green-light: #f0faf5;--m8c-blue: #125bff;--m8c-blue-light: rgba(18, 91, 255, .04);--m8c-dark: #1a1a1a;--m8c-body: #4a4a4a;--m8c-light: #6c757d;--m8c-border: #e9ecef;--m8c-bg-light: #f8f9fa;--m8c-white: #fdfdfd;--m8c-pure-white: #ffffff;--m8c-grad-a: #ffffff;--m8c-hero-band: #f8fbff;--m8c-hero-band-border: #d9e6ff;--m8c-grad-b: #f0f7ff;--m8c-shadow-sm: 0 2px 4px rgba(0, 0, 0, .06);--m8c-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--m8c-shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--m8c-radius: 8px;--m8c-radius-lg: 12px;--m8c-motion: .2s;font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--m8c-body);line-height:1.7;background:var(--m8c-white)}.m8c-collection button,.m8c-collection input,.m8c-collection select,.m8c-collection textarea{font-family:inherit}.m8c-collection *,.m8c-collection *:before,.m8c-collection *:after{box-sizing:border-box}.m8c-collection h1,.m8c-collection h2,.m8c-collection h3,.m8c-collection h4,.m8c-collection p,.m8c-collection ul,.m8c-collection ol,.m8c-collection figure{margin:0;padding:0}.m8c-collection h1,.m8c-collection h2,.m8c-collection h3,.m8c-collection h4{text-wrap:balance}.m8c-collection p{text-wrap:pretty}.m8c-container{max-width:900px;margin:0 auto;padding:0 24px}.m8c-container-wide{max-width:1200px;margin:0 auto;padding:0 24px}.m8c-collection a:focus-visible,.m8c-collection button:focus-visible,.m8c-collection summary:focus-visible{outline:2px solid var(--m8c-blue);outline-offset:2px}.m8c-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 28px;border-radius:var(--m8c-radius);font-size:12px;font-weight:600;line-height:1.3;text-decoration:none;text-align:center;cursor:pointer;transition:background var(--m8c-motion) ease,color var(--m8c-motion) ease,box-shadow var(--m8c-motion) ease,transform var(--m8c-motion) ease}a[class].m8c-btn-primary{background:var(--m8c-green);color:var(--m8c-pure-white);border:2px solid var(--m8c-green)}a[class].m8c-btn-primary:hover{background:var(--m8c-green-hover);border-color:var(--m8c-green-hover);box-shadow:var(--m8c-shadow-md)}a[class].m8c-btn-secondary{background:var(--m8c-pure-white);color:var(--m8c-green);border:2px solid var(--m8c-green)}a[class].m8c-btn-secondary:hover{background:var(--m8c-green);color:var(--m8c-pure-white);box-shadow:var(--m8c-shadow-sm)}.m8c-section-head{max-width:820px;margin:0 auto 40px;text-align:center}.m8c-section-head h2{font-size:18px;font-weight:700;color:var(--m8c-dark);line-height:1.3;margin-bottom:16px}.m8c-section-head p{font-size:12px;color:var(--m8c-body)}.m8c-hero{background:var(--m8c-hero-band);border-bottom:1px solid var(--m8c-hero-band-border);padding:80px 0 60px;overflow:hidden}.m8c-hero-grid{display:grid;grid-template-columns:6fr 3fr;gap:60px;align-items:center}.m8c-hero-content h1{font-size:24px;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--m8c-dark);margin-bottom:16px}.m8c-hero-content h1 span{color:var(--m8c-blue);font-weight:800}.m8c-hero-lede{font-size:14px;font-weight:300;line-height:1.6;color:var(--m8c-body);margin-bottom:16px}.m8c-hero-lede a{color:var(--m8c-blue);text-decoration:underline;text-underline-offset:2px}.m8c-hero-lede a:hover{color:var(--m8c-green-hover)}.m8c-metrics{display:flex;gap:32px;margin:32px 0 36px}.m8c-metric{flex:1}.m8c-metric-value{font-size:24px;font-weight:700;color:var(--m8c-dark);display:block;line-height:1;margin-bottom:4px}.m8c-metric-label{font-size:12px;color:var(--m8c-light);letter-spacing:.05em}.m8c-hero-cta{display:flex;flex-wrap:wrap;gap:16px}.m8c-hero-image{position:relative}.m8c-hero-image-wrapper{border-radius:24px;overflow:hidden;box-shadow:var(--m8c-shadow-lg)}.m8c-hero-image img{width:100%;height:auto;display:block}.m8c-note{font-size:12px;color:var(--m8c-body);margin-top:16px}.m8c-note a{color:var(--m8c-blue);text-decoration:underline}.m8c-note a:hover{color:var(--m8c-green)}.m8c-products{padding:56px 0;background:var(--m8c-bg-light)}.m8c-product-block{margin-bottom:40px}.m8c-block-title{font-size:18px;font-weight:700;color:var(--m8c-dark);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--m8c-border)}.m8c-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.m8c-product-card{display:flex;flex-direction:column;text-align:center;background:var(--m8c-pure-white);border:1px solid var(--m8c-border);border-radius:var(--m8c-radius-lg);padding:16px;color:var(--m8c-body);transition:box-shadow var(--m8c-motion) ease,transform var(--m8c-motion) ease,border-color var(--m8c-motion) ease}.m8c-product-card:hover{box-shadow:var(--m8c-shadow-md);transform:translateY(-3px);border-color:var(--m8c-blue)}a[class].m8c-product-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--m8c-bg-light);border-radius:var(--m8c-radius);margin-bottom:16px;overflow:hidden}.m8c-product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform var(--m8c-motion) ease}.m8c-product-card:hover .m8c-product-image img{transform:scale(1.05)}.m8c-product-title{font-size:12px;font-weight:600;color:var(--m8c-dark);line-height:1.35;margin-bottom:6px}.m8c-product-sku{font-size:12px;color:var(--m8c-light);margin-bottom:8px}.m8c-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.m8c-product-variant{width:100%;margin-bottom:8px;padding:8px 10px;min-height:40px;font-size:12px;color:var(--m8c-dark);background:var(--m8c-pure-white);border:1px solid var(--m8c-border);border-radius:var(--m8c-radius)}a[class].m8c-product-link{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:4px;background:transparent;color:var(--m8c-green);font-size:12px;font-weight:600;text-decoration:none;transition:color var(--m8c-motion) ease}a[class].m8c-product-link:hover{color:var(--m8c-green-hover)}.m8c-chevron{font-size:14px;line-height:1;transition:transform var(--m8c-motion) ease}.m8c-product-card:hover .m8c-chevron,a[class].m8c-product-link:hover .m8c-chevron{transform:translate(3px)}.m8c-divider{border:0;border-top:1px solid var(--m8c-border);margin:40px 0}.m8c-resource{padding:56px 0;background:var(--m8c-white);text-align:center}.m8c-resource--alt{background:var(--m8c-bg-light)}.m8c-resource h2{font-size:18px;font-weight:700;color:var(--m8c-dark);line-height:1.3;margin-bottom:16px}.m8c-resource-image-link{display:inline-block;max-width:520px;margin:0 auto 16px;border-radius:var(--m8c-radius-lg);overflow:hidden;box-shadow:var(--m8c-shadow-md);transition:transform var(--m8c-motion) ease,box-shadow var(--m8c-motion) ease}.m8c-resource-image-link:hover{transform:translateY(-3px);box-shadow:var(--m8c-shadow-lg)}.m8c-resource-image-link img{display:block;width:100%;height:auto}.m8c-custom{padding:56px 0;background:var(--m8c-bg-light)}.m8c-custom h2{font-size:18px;font-weight:700;color:var(--m8c-dark);line-height:1.3;margin-bottom:16px}.m8c-custom p{font-size:12px;color:var(--m8c-body);margin-bottom:16px}.m8c-custom-list{list-style:none;margin-bottom:16px}.m8c-custom-list li{position:relative;padding-left:28px;margin-bottom:8px;font-size:12px;color:var(--m8c-body)}.m8c-custom-list li:before{content:"";position:absolute;left:4px;top:10px;width:8px;height:8px;border-radius:50%;background:var(--m8c-green)}.m8c-contact{padding:56px 0;background:var(--m8c-bg-light);text-align:center}.m8c-contact-head h2{font-size:18px;font-weight:700;color:var(--m8c-dark);line-height:1.3;max-width:820px;margin:0 auto 16px}.m8c-contact-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:40px}.m8c-form-container{max-width:600px;margin:0 auto;padding:32px;background:var(--m8c-pure-white);border:1px solid var(--m8c-border);border-radius:var(--m8c-radius-lg);box-shadow:var(--m8c-shadow-md);text-align:left}@media(max-width:1024px){.m8c-hero-grid{grid-template-columns:1fr;gap:36px}}@media(max-width:768px){.m8c-hero{padding:40px 0 36px}.m8c-hero-content h1{font-size:20px}.m8c-hero-lede{font-size:12px}.m8c-metrics{flex-direction:column;gap:16px}.m8c-section-head h2,.m8c-resource h2,.m8c-custom h2,.m8c-contact-head h2,.m8c-block-title{font-size:16px}.m8c-products,.m8c-resource,.m8c-custom,.m8c-contact{padding:40px 0}.m8c-hero-cta .m8c-btn,.m8c-contact-actions .m8c-btn{width:100%}.m8c-product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media(max-width:480px){.m8c-hero-content h1{font-size:18px}.m8c-hero-lede{font-size:12px}.m8c-section-head h2,.m8c-resource h2,.m8c-custom h2,.m8c-contact-head h2{font-size:16px}.m8c-container,.m8c-container-wide{padding:0 16px}.m8c-product-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.m8c-collection{--m8c-motion: 0s}.m8c-resource-image-link{transition:none}}.m8c-collection{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;line-height:1.7}.m8c-collection h1{font-size:24px;font-weight:700;line-height:1.2}.m8c-collection h2{font-size:18px;font-weight:700;line-height:1.3}.m8c-collection h3{font-size:16px;font-weight:600;line-height:1.35}.m8c-collection h4{font-size:12px;font-weight:600;line-height:1.4}.m8c-collection [class*=hero-subtitle],.m8c-collection [class*=hero-lede],.m8c-collection [class*=hero-sub]{font-size:14px;font-weight:300;line-height:1.6}@media(max-width:768px){.m8c-collection h1{font-size:20px}.m8c-collection h2{font-size:16px}.m8c-collection h3{font-size:14px}.m8c-collection [class*=hero-subtitle],.m8c-collection [class*=hero-lede],.m8c-collection [class*=hero-sub]{font-size:12px}}@media(max-width:480px){.m8c-collection h1{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/m8-m7-collection.css.map */
