.trade-landing-page{--color-bg-light: #f6f5f1;--color-bg-dark: #4b5b3e;--color-text-main: #2c2c2c;--color-text-muted: #555555;--container-width: 100%;font-family:inherit;color:var(--color-text-main);line-height:1.5;background-color:var(--color-bg-light)}.trade-landing-page *{box-sizing:border-box;margin:0;padding:0}.tl-container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}.tl-btn{display:inline-block;background-color:var(--color-bg-dark);color:#fff;text-decoration:none;padding:1.2rem 2.8rem;font-size:1.6rem;border-radius:3rem;font-weight:500;transition:opacity .3s ease;cursor:pointer;border:none}.tl-btn:hover{opacity:.85}.tl-btn-white{background-color:#fff;color:var(--color-bg-dark)}.tl-hero{display:flex;flex-direction:column-reverse}.tl-hero-img img{width:100%;height:auto;border-radius:.8rem;object-fit:cover}.tl-hero-img picture{display:flex}.tl-hero-text{padding-bottom:3rem;background:#f1ede7}.tl-hero-text h6{font-size:1.4rem;font-weight:400;margin-top:-3rem}.tl-hero-text h1{font-size:2.8rem;line-height:1.3;margin-bottom:1.6rem;font-weight:400}.tl-hero-text p{font-size:1.5rem;color:var(--color-text-muted);margin-bottom:2.4rem}.tl-intro{text-align:center;padding:4rem 2rem}.tl-intro h2{font-size:2.2rem;font-weight:400;margin-bottom:1.6rem;max-width:80rem;margin-left:auto;margin-right:auto}.tl-intro p{font-size:1.4rem;color:var(--color-text-muted);max-width:70rem;margin-left:auto;margin-right:auto}.tl-tagless{display:flex;padding:1rem .5rem;gap:1rem;align-items:center;background:#fff}.tl-tagless-img{width:50%}.tl-tagless-img img{width:100%;height:auto;border-radius:.8rem}.tl-tagless-text{width:50%}.tl-tagless-text h2{font-size:1.4rem}.tl-tagless-text>p.subtitle{font-size:1.2rem;margin:.5rem 0;line-height:1.5}.tl-icon-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.tl-icon-item{display:flex;align-items:center;gap:.5rem;background:#f0eee8;padding:.5rem;border-radius:.8rem;font-size:.8rem;font-weight:500}.tl-icon-item img{width:1.4rem;height:1.4rem}.tl-tagless-wap-desc{background:#fff;padding:0 .5rem 2rem}.tl-tagless-desc{background:#f0eee8;padding:1rem;border-radius:2rem}.tl-tagless-text>p.desc{font-size:1.4rem;color:var(--color-text-muted);background:#eae8e2;padding:1.6rem;border-radius:.8rem}.tl-tagless-text h6{font-size:1rem;font-weight:400;margin-bottom:.5rem}.tl-packaging{display:grid;grid-template-columns:1fr;gap:2.4rem;padding:0 0 2rem}.tl-pkg-img{display:flex}.tl-pkg-img img{width:100%;height:auto;border-radius:.8rem}.tl-pkg-icons{display:flex;justify-content:space-evenly;gap:.5rem;padding-bottom:2rem;margin-top:-1rem}.tl-pkg-icon{text-align:center;font-size:1rem;display:flex;align-items:center;gap:.5rem;background:#eae7df;padding:.5rem;border-radius:1rem}.tl-pkg-icon>span{text-align:left}.tl-pkg-icon img{width:2rem;height:2rem}.tl-pkg-text{padding:0 1rem}.tl-pkg-text h2{font-size:2.4rem;margin-bottom:1.6rem}.tl-pkg-text h6{font-size:1.2rem;font-weight:400;margin-bottom:.5rem}.tl-pkg-text p{font-size:1.5rem;color:var(--color-text-muted);margin-bottom:2.4rem}.tl-artwork{padding:0 2rem 2rem}.tl-art-box{background-color:#eae7df;border-radius:1.6rem;padding:3rem 2rem;display:flex;flex-direction:column;gap:3rem}.tl-art-left h3{font-size:2rem;margin-bottom:1rem;display:flex;align-items:center;gap:1.2rem}.tl-art-left h3 img{width:3.2rem;height:3.2rem}.tl-art-left p{font-size:1.4rem;color:var(--color-text-muted)}.tl-art-right ul{list-style:none;display:grid;grid-template-columns:1fr;gap:1.6rem}.tl-art-right li{font-size:1.4rem;display:flex;align-items:center;gap:1rem}.tl-art-right li img{width:1.8rem;height:1.8rem}.tl-cta{background-color:var(--color-bg-dark);color:#fff;display:flex;flex-direction:column}.tl-cta-text{padding:4rem 2rem}.tl-cta-text h2{font-size:2.4rem;margin-bottom:1rem;font-weight:600}.tl-cta-text p{font-size:1.4rem;margin-bottom:2.4rem;color:#e0e0e0}.tl-cta-img img{width:100%;height:auto;display:block;object-fit:cover}.tl-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:3rem 2rem;text-align:center;background-color:#f2f0ea}.tl-feature-item img{width:2.8rem;height:2.8rem;margin-bottom:.8rem}.tl-feature-item span{display:block;font-size:1.2rem;font-weight:500}@media(min-width:768px){.tl-hero{flex-direction:row;align-items:center;gap:6rem;position:relative}.tl-hero-text{flex:1;padding-top:0;position:absolute;background:transparent;max-width:38%}.tl-hero-img{flex:1}.tl-hero-text h1{font-size:4rem}.tl-hero-text h6{margin-top:0}.tl-hero-text p{font-size:1.8rem}.tl-intro{position:absolute;bottom:2%;left:50%;transform:translate(-50%);padding:0}.tl-intro h2{font-size:3.2rem}.tl-intro p{font-size:1.8rem}.tl-tagless{flex-direction:row;align-items:center;gap:6rem;background:#f2eeea}.tl-tagless-text>p.subtitle{font-size:1.8rem;max-width:70%}.tl-tagless-img{flex:1}.tl-tagless-text{flex:1;padding-top:0}.tl-tagless-text h2{font-size:3.2rem}.tl-icon-grid{background:transparent;grid-template-columns:1fr 1fr 1fr 1fr;max-width:80%}.tl-icon-item{background:transparent;padding:0;font-size:1.6rem;flex-direction:column;margin:2rem 0;text-align:center}.tl-icon-item img{width:4rem;height:4rem}.tl-tagless-text>p.desc{background:transparent;padding:0;font-size:1.6rem;max-width:70%}.tl-tagless-text h6{font-size:1.4rem;margin-bottom:1rem}.tl-packaging{position:relative;display:block}.tl-pkg-text{position:absolute;left:0;top:50%;transform:translateY(-50%);max-width:36%}.tl-pkg-img{grid-area:img}.tl-pkg-icons{border-bottom:none;justify-content:flex-start;gap:6rem;padding-bottom:0;position:absolute;bottom:5%;left:5%}.tl-pkg-icon{flex:none;display:flex;align-items:center;gap:1rem;font-size:1.4rem;background:transparent}.tl-pkg-icon img{margin-bottom:0;width:3rem;height:3rem}.tl-pkg-text h2{font-size:3.2rem}.tl-art-box{flex-direction:row;align-items:center;padding:5rem;gap:6rem}.tl-art-left{flex:1}.tl-art-right{flex:1.5}.tl-art-right ul{grid-template-columns:1fr 1fr;row-gap:2rem}.tl-cta{flex-direction:row;align-items:stretch}.tl-cta-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:6rem}.tl-cta-img{flex:1.2}.tl-cta-img img{height:100%}.tl-features{padding:4rem 0;gap:2rem}.tl-feature-item{display:flex;align-items:center;justify-content:center;gap:1.2rem}.tl-feature-item img{margin-bottom:0}.tl-feature-item span{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/178/assets/custom.css.map */
