:root{--green-900:#122620;--green-800:#1B4332;--green-700:#2D6A4F;--green-600:#40916C;--green-100:#E7F2EC;--amber:#E76F00;--amber-dark:#C45F00;--ink:#1F2937;--ink-soft:#4B5563;--line:#E5E7EB;--bg-soft:#F6F8F7;--white:#FFFFFF;--radius:14px;--shadow:0 6px 24px rgba(18,38,32,.08)}.w-wholesale *{margin:0;padding:0;box-sizing:border-box}.w-wholesale{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}.w-wholesale img{max-width:100%;display:block}.w-wholesale .container{max-width:1120px;margin:0 auto;padding:0 24px}.w-wholesale .btn{display:inline-block;font-weight:600;font-size:16px;padding:14px 30px;border-radius:999px;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.w-wholesale .btn-primary{background:var(--amber);color:#fff}.w-wholesale .btn-primary:hover{background:var(--amber-dark)}.w-wholesale .btn-light{background:#fff;color:var(--green-800)}.w-wholesale .btn-light:hover{background:var(--green-100)}.w-wholesale .hero{background:linear-gradient(135deg,var(--green-900) 0%,var(--green-800) 55%,var(--green-700) 100%);color:#fff;padding:84px 0 72px}.w-wholesale .hero-eyebrow{display:inline-block;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#bef264;font-size:13px;font-weight:700;letter-spacing:2px;padding:6px 16px;border-radius:999px;text-transform:uppercase;margin-bottom:22px}.w-wholesale .hero h1{font-size:46px;line-height:1.15;font-weight:800;letter-spacing:-.5px;margin-bottom:20px;max-width:760px}.w-wholesale .hero h1 span{color:#fbbf24}.w-wholesale .hero p.lead{font-size:19px;color:#d1fae5;max-width:680px;margin-bottom:34px}.w-wholesale .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:48px}.w-wholesale .hero-trust{display:flex;gap:40px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.18);padding-top:26px}.w-wholesale .trust-item .num{font-size:26px;font-weight:800;color:#fbbf24}.w-wholesale .trust-item .lbl{font-size:13.5px;color:#a7f3d0}.w-wholesale section{padding:72px 0}.w-wholesale .sec-head{max-width:640px;margin-bottom:44px}.w-wholesale .sec-head .kicker{color:var(--amber);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.w-wholesale .sec-head h2{font-size:34px;font-weight:800;letter-spacing:-.4px;color:var(--green-900);line-height:1.2;margin-bottom:12px}.w-wholesale .sec-head p{font-size:17px;color:var(--ink-soft)}.w-wholesale .bg-soft{background:var(--bg-soft)}.w-wholesale .cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.w-wholesale .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow)}.w-wholesale .card .ic{width:48px;height:48px;border-radius:12px;background:var(--green-100);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.w-wholesale .card h3{font-size:18px;font-weight:700;color:var(--green-900);margin-bottom:10px}.w-wholesale .card p{font-size:14.5px;color:var(--ink-soft)}.w-wholesale .aud-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.w-wholesale .aud-item{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;transition:box-shadow .2s}.w-wholesale .aud-item:hover{box-shadow:var(--shadow)}.w-wholesale .aud-item .check{flex:0 0 40px;height:40px;border-radius:50%;background:var(--green-100);display:flex;align-items:center;justify-content:center;color:var(--green-700)}.w-wholesale .aud-item h3{font-size:16.5px;font-weight:700;color:var(--green-900);margin-bottom:4px}.w-wholesale .aud-item p{font-size:14.5px;color:var(--ink-soft)}.w-wholesale .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:step}.w-wholesale .step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 22px 24px}.w-wholesale .step:before{counter-increment:step;content:counter(step,decimal-leading-zero);position:absolute;top:18px;right:20px;font-size:34px;font-weight:800;color:var(--green-100)}.w-wholesale .step h3{font-size:17px;font-weight:700;color:var(--green-900);margin-bottom:8px}.w-wholesale .step p{font-size:14.5px;color:var(--ink-soft)}.w-wholesale .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.w-wholesale .cat{background:var(--green-800);border-radius:var(--radius);padding:30px 24px;color:#fff;position:relative;overflow:hidden;min-height:170px}.w-wholesale .cat:after{content:"";position:absolute;right:-30px;bottom:-30px;width:120px;height:120px;border-radius:50%;background:#ffffff0f}.w-wholesale .cat .ic{width:44px;height:44px;border-radius:10px;background:#ffffff24;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.w-wholesale .cat h3{font-size:17px;font-weight:700;margin-bottom:8px}.w-wholesale .cat p{font-size:13.5px;color:#d1fae5}.w-wholesale .faq{max-width:820px;margin:0 auto}.w-wholesale .faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden}.w-wholesale .faq summary{list-style:none;cursor:pointer;padding:20px 24px;font-weight:600;font-size:16.5px;color:var(--green-900);display:flex;justify-content:space-between;align-items:center;gap:16px}.w-wholesale .faq summary::-webkit-details-marker{display:none}.w-wholesale .faq summary:after{content:"+";font-size:22px;color:var(--amber);font-weight:700;transition:transform .2s}.w-wholesale .faq details[open] summary:after{content:"\2212"}.w-wholesale .faq details p{padding:0 24px 20px;font-size:15px;color:var(--ink-soft)}.w-wholesale .cta{background:linear-gradient(135deg,var(--green-900),var(--green-700));color:#fff;padding:76px 0}.w-wholesale .cta .grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start}.w-wholesale .cta h2{font-size:34px;font-weight:800;letter-spacing:-.4px;line-height:1.2;margin-bottom:14px}.w-wholesale .cta p.sub{color:#d1fae5;font-size:17px;margin-bottom:28px;max-width:460px}.w-wholesale .cta .contact-line{display:flex;gap:14px;align-items:center;margin-bottom:14px;font-size:15.5px}.w-wholesale .cta .contact-line a{color:#fbbf24;font-weight:600;text-decoration:none}.w-wholesale .cta .contact-line a:hover{text-decoration:underline}.w-wholesale .form-card{background:#fff;color:var(--ink);border-radius:16px;padding:34px;box-shadow:0 20px 50px #00000040}.w-wholesale .form-card h3{font-size:21px;font-weight:800;color:var(--green-900);margin-bottom:6px}.w-wholesale .form-card .form-sub{font-size:14px;color:var(--ink-soft);margin-bottom:22px}.w-wholesale .fallback-contact{background:#fff;border:1px dashed var(--line);border-radius:16px;padding:34px;color:var(--ink);box-shadow:var(--shadow)}.w-wholesale .fallback-contact h3{font-size:21px;font-weight:800;color:var(--green-900);margin-bottom:10px}.w-wholesale .fallback-contact p{font-size:15px;color:var(--ink-soft);margin-bottom:18px}.w-wholesale .fallback-contact .contact-line{display:flex;gap:14px;align-items:center;margin-bottom:12px;font-size:15.5px}.w-wholesale .fallback-contact .contact-line a{color:var(--green-700);font-weight:600;text-decoration:none}.w-wholesale .fallback-contact .contact-line a:hover{text-decoration:underline}.w-wholesale .form-embed iframe{width:100%;min-height:560px;border:0;border-radius:16px;box-shadow:0 20px 50px #00000040;background:#fff}@media(max-width:960px){.w-wholesale .cards-4,.w-wholesale .steps,.w-wholesale .cat-grid{grid-template-columns:repeat(2,1fr)}.w-wholesale .cta .grid{grid-template-columns:1fr;gap:40px}.w-wholesale .hero h1{font-size:36px}}@media(max-width:640px){.w-wholesale .hero{padding:56px 0 48px}.w-wholesale .hero h1{font-size:29px}.w-wholesale .hero-trust{gap:24px}.w-wholesale .aud-grid,.w-wholesale .cards-4,.w-wholesale .steps,.w-wholesale .cat-grid{grid-template-columns:1fr}.w-wholesale section{padding:52px 0}.w-wholesale .sec-head h2,.w-wholesale .cta h2{font-size:27px}}
/*# sourceMappingURL=/cdn/shop/t/19/compiled_assets/styles.css.map */
