.bulk-hero,.content-section,.featured-products-section,.stats-section,.customers-section,.cdc-section,.cta-section{background-size:cover;background-position:center;background-repeat:no-repeat}.bulk-hero{width:100%;background-color:#e8e4dc;min-height:650px;display:flex;align-items:center;position:relative;overflow:hidden;color:#fff;padding:0 20px;text-align:center;margin-bottom:0}.bulk-hero.has-image{color:#fff}.bulk-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;opacity:0;transition:opacity .3s ease}.bulk-hero.has-image:before{opacity:1}.hero-content{width:100%;max-width:800px;margin:0 auto;position:relative;z-index:1;padding:60px 20px}.bulk-hero h1{font-size:clamp(3rem,6vw,5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:24px;line-height:1.1}.bulk-hero .subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:400;max-width:600px;margin:0 auto;line-height:1.4;opacity:.95}.section-header div p,.cdc-content div p,.cta-section div p{margin-bottom:0}.vida-container{max-width:1200px;margin:0 auto;padding:0 20px}.content-section{padding:100px 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:20px;line-height:1.2;letter-spacing:-.02em}.section-header p,.section-header div{font-size:1.25rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:60px 40px;margin-top:60px}.feature-item{text-align:center}.feature-icon{font-size:3.5rem;margin-bottom:24px;line-height:1}.feature-item h3{font-size:1.5rem;font-weight:600;margin-bottom:12px;letter-spacing:-.01em}.feature-item p{font-size:1.125rem;color:#666;line-height:1.6;font-weight:400}.featured-products-section{padding:100px 20px;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:60px}.product-card{background:#fff;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.product-image{width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:24px;text-align:center}.product-title{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#1a1a1a}.product-description{font-size:1rem;color:#666;margin-bottom:16px;line-height:1.5}.product-price{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:16px}.product-button{display:inline-block;background:#1a1a1a;color:#fff;padding:12px 32px;border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:background .3s ease}.product-button:hover{background:#333}.customers-section{padding:100px 20px;background:#fafafa}.customer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:50px 40px;align-items:center;justify-items:center;margin-top:60px}.customer-item{opacity:.4;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;padding:10px}.customer-item:hover{opacity:.7}.customer-item img{max-width:100%;height:auto;max-height:60px;filter:grayscale(100%)}.customer-item span{font-size:.875rem;color:#999;text-transform:uppercase;letter-spacing:.1em}.cdc-section{padding:100px 20px;text-align:center;background:#fff}.cdc-content{max-width:800px;margin:0 auto}.cdc-badge{width:100px;height:100px;margin:0 auto 40px;opacity:.6}.cdc-badge img{width:100%;height:100%;object-fit:contain}.cdc-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:24px;letter-spacing:-.02em}.cdc-content p,.cdc-content div{font-size:1.25rem;color:#666;line-height:1.6;margin-bottom:20px;font-weight:400}.cdc-quote{background:#fafafa;border-left:2px solid #1a1a1a;padding:30px 40px;margin:40px 0;font-style:italic;color:#333;font-size:1.125rem;line-height:1.6;text-align:left;font-weight:400}.cta-section{padding:120px 20px;text-align:center;background:#1a1a1a;color:#fff}.cta-section h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:24px;letter-spacing:-.02em}.cta-section p,.cta-section div{font-size:1.25rem;margin-bottom:40px;opacity:.9;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-button{display:inline-block;background:#fff;color:#1a1a1a;padding:18px 48px;text-decoration:none;font-weight:600;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;transition:background .3s ease,color .3s ease;border:1px solid white}.cta-button:hover{background:transparent;color:#fff}.stats-section{padding:80px 20px;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px;text-align:center}.stat-item{padding:20px}.stat-value{font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1;margin-bottom:12px;color:#1a1a1a}.stat-label{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:.1em;font-weight:600}@media (max-width: 768px){.bulk-hero{min-height:500px;padding:0 20px}.content-section,.customers-section,.cdc-section{padding:60px 20px}.cta-section{padding:80px 20px}.features-grid{grid-template-columns:1fr;gap:50px}.products-grid{grid-template-columns:1fr;gap:30px}.customer-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:40px 30px}.stats-grid{gap:40px}.cdc-quote{padding:24px 20px}}.litespun-page{width:100%}.litespun-hero{width:100%;height:650px;max-height:650px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:0}.litespun-hero.has-background{background:transparent}.litespun-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.litespun-hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.litespun-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.litespun-hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem}.litespun-hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;color:#fff}.litespun-hero-tagline{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;max-width:800px;margin:0 auto;line-height:1.5;color:#fff}.litespun-intro{padding:5rem 0;text-align:center}.litespun-section-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1.5rem;font-weight:600;letter-spacing:-.01em}.litespun-section-title.center{text-align:center;margin:3rem 0 2rem}.litespun-intro-text{font-size:1.1rem;max-width:800px;margin:0 auto 3rem;line-height:1.6}.litespun-intro-text p{margin:0}.litespun-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:3rem auto;max-width:1000px}.litespun-feature-card{background:rgb(var(--color-background));padding:2.5rem 2rem;border-radius:.5rem;border:1px solid rgba(var(--color-foreground),.1);transition:transform .2s ease,box-shadow .2s ease;text-align:center}.litespun-feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.litespun-feature-title{font-size:1.2rem;margin-bottom:1rem;font-weight:600}.litespun-feature-card p{line-height:1.6;color:rgba(var(--color-foreground),.85)}.litespun-content{padding:5rem 0}.litespun-split-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin:3rem 0}.litespun-split-content h2{margin-bottom:1rem}.litespun-split-content .rte{line-height:1.6}.litespun-split-image{position:relative;overflow:hidden;border-radius:.5rem}.litespun-split-image img{width:100%;height:auto;display:block}.litespun-product-image{width:100%;max-width:900px;margin:2rem auto;display:block;overflow:hidden;border-radius:.5rem}.litespun-product-image img{width:100%;height:auto;display:block}.litespun-info-box{background:#17a2b814;border-left:3px solid #17a2b8;padding:2rem;margin:2rem 0;border-radius:.25rem}.litespun-info-box h3{color:#0c5460;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.litespun-info-box .rte{line-height:1.6}.litespun-info-box ul{margin:1rem 0 0 1.5rem;list-style-type:disc}.litespun-info-box li{margin-bottom:.5rem;line-height:1.6}.litespun-warning-box{background:#ffc10714;border-left:3px solid #ffc107;padding:2rem;margin:2rem 0;border-radius:.25rem}.litespun-warning-box h3{color:#856404;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.litespun-warning-box .rte{line-height:1.6}.litespun-warning-box .rte p{margin-bottom:1rem}.litespun-warning-box .rte p:last-child{margin-bottom:0}.litespun-warning-box ul{margin:1rem 0 0 1.5rem;list-style-type:disc}.litespun-warning-box li{margin-bottom:.5rem;line-height:1.6}.litespun-text-block{margin:2rem 0;line-height:1.6}.litespun-text-block p{margin-bottom:1rem}.litespun-specifications{padding:5rem 0}.litespun-spec-table{background:rgb(var(--color-background));border-radius:.5rem;overflow:hidden;border:1px solid rgba(var(--color-foreground),.1);margin:2rem 0}.litespun-spec-row{display:grid;grid-template-columns:200px 1fr;padding:1.5rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08);gap:2rem;align-items:start}.litespun-spec-row:last-child{border-bottom:none}.litespun-spec-row:nth-child(2n){background:rgba(var(--color-foreground),.02)}.litespun-spec-label{font-weight:600;font-size:.95rem}.litespun-spec-value,.rte{line-height:1.6}.rte p{margin-bottom:1rem}.rte p:last-child{margin-bottom:0}.rte ul{margin:1rem 0;padding-left:1.5rem}.rte li{margin-bottom:.5rem;line-height:1.6}.rte strong{font-weight:600}@media screen and (max-width: 749px){.litespun-hero{height:400px;max-height:400px}.litespun-split-section{grid-template-columns:1fr;gap:2rem}.litespun-spec-row{grid-template-columns:1fr;gap:.5rem;padding:1.5rem}.litespun-intro,.litespun-content,.litespun-specifications{padding:3rem 0}.litespun-features-grid{grid-template-columns:1fr;gap:1.5rem}.litespun-info-box,.litespun-warning-box{padding:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
