@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-truncate-2{-webkit-line-clamp:2}.text-truncate-2,.text-truncate-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.text-truncate-3{-webkit-line-clamp:3}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mx-auto{margin-left:auto}.my-auto{margin-top:auto;margin-bottom:auto}.pt-auto{padding-top:auto}.pb-auto{padding-bottom:auto}.pl-auto{padding-left:auto}.pr-auto,.px-auto{padding-right:auto}.px-auto{padding-left:auto}.py-auto{padding-top:auto;padding-bottom:auto}.w-full{width:100%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-max{width:max-content}.w-min{width:min-content}.h-full{height:100%}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-max{height:max-content}.h-min{height:min-content}.h-screen{height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.static{position:static}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-visible{overflow:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-scroll{overflow-x:scroll}.overflow-y-hidden{overflow-y:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.border{border:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-l{border-left:1px solid #e5e7eb}.border-r{border-right:1px solid #000}.border-0{border:none}.border-t-0{border-top:none}.border-b-0{border-bottom:none}.border-l-0{border-left:none}.border-r-0{border-right:none}.rounded{border-radius:.25rem}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.shadow-none{box-shadow:none}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.transform{transform:translateZ(0)}.scale-0{transform:scale(0)}.scale-50{transform:scale(.5)}.scale-75{transform:scale(.75)}.scale-90{transform:scale(.9)}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.scale-125{transform:scale(1.25)}.scale-150{transform:scale(1.5)}.transition{transition:all .2s ease-in-out}.transition-fast{transition:all .15s ease-in-out}.transition-slow{transition:all .3s ease-in-out}.transition-none{transition:none}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.chevron-thin-icon{min-width:12px;width:12px}.arrow-long-icon{min-width:19px;width:19px}.chev-icon-grey path{stroke:#818181}*,:after,:before{box-sizing:border-box}html{font-size:16px;text-size-adjust:100%}.grow-btn,html{line-height:1.5}.grow-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 42px;border:none;border-radius:40px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;outline:none}.grow-btn:focus{outline:2px solid #000;outline-offset:2px}.grow-btn:disabled{opacity:.6;cursor:not-allowed}.grow-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:8px 42px;border:none;border-radius:40px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;outline:none;background-color:#000;color:#fff!important}.grow-btn-primary:focus{outline:2px solid #000;outline-offset:2px}.grow-btn-primary:disabled{opacity:.6;cursor:not-allowed}.grow-btn-primary:hover:not(:disabled){background-color:#d92c27;color:#fff;text-decoration:none}.grow-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:8px 42px;border-radius:40px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;outline:none;background-color:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.grow-btn-secondary:focus{outline:2px solid #000;outline-offset:2px}.grow-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.grow-btn-secondary:hover:not(:disabled){background-color:#e2e8f0;border-color:#94a3b8}.grow-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:8px 42px;border-radius:40px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;outline:none;background-color:transparent;color:#000;border:1px solid #000}.grow-btn-outline:focus{outline:2px solid #000;outline-offset:2px}.grow-btn-outline:disabled{opacity:.6;cursor:not-allowed}.grow-btn-outline:hover:not(:disabled){background-color:#f0f0f0;color:#000;text-decoration:none}.grow-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:8px 42px;border:none;border-radius:40px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;outline:none;background-color:transparent;color:#3b82f6}.grow-btn-ghost:focus{outline:2px solid #000;outline-offset:2px}.grow-btn-ghost:disabled{opacity:.6;cursor:not-allowed}.grow-btn-ghost:hover:not(:disabled){background-color:#eff6ff}.grow-btn-sm{padding:.25rem .5rem;font-size:.875rem}.grow-btn-lg{padding:1rem 2rem;font-size:1.125rem}.grow-btn-xl{padding:1.5rem 3rem;font-size:1.25rem}.grow-container{width:100%;max-width:1920px;margin:0 auto;padding:0}@media (min-width:768px){.grow-container{padding:0}}.grid{grid-gap:1.5rem}.grid,.grid-2{display:grid;gap:1.5rem}.grid-2{grid-template-columns:1fr;grid-gap:1.5rem}@media (min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px) and (max-width:767px){.grid-3{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.grid-3{grid-template-columns:1fr 1fr 1fr}}.grid-4{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px) and (max-width:767px){.grid-4{grid-template-columns:1fr 1fr}}@media (min-width:768px){.grid-4{grid-template-columns:1fr 1fr 1fr}}@media (min-width:1024px){.grid-4{grid-template-columns:1fr 1fr 1fr 1fr}}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-column,.flex-column-center{display:flex;flex-direction:column}.flex-column-center{align-items:center;justify-content:center}.flex-wrap{display:flex;flex-wrap:wrap}.section-padding{padding:6rem 0}@media (max-width:639px){.section-padding{padding:3rem 0}}.padding-sm{padding:.5rem}.padding-md{padding:1rem}.padding-lg{padding:1.5rem}.padding-xl{padding:2rem}.margin-sm{margin:.5rem}.margin-md{margin:1rem}.margin-lg{margin:1.5rem}.margin-xl{margin:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.hidden{display:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.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}@media (max-width:639px){.mobile-hidden{display:none}.mobile-block{display:block}.mobile-flex{display:flex}}@media (min-width:640px) and (max-width:767px){.tablet-hidden{display:none}.tablet-block{display:block}.tablet-flex{display:flex}}@media (min-width:768px){.desktop-hidden{display:none}.desktop-block{display:block}.desktop-flex{display:flex}}.grow-navbar{padding:16px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}@media (min-width:768px){.grow-navbar{padding:23px 32px}}.grow-navbar-wrapper{display:flex;justify-content:space-between;align-items:center}.grow-navbar-logo{display:flex;flex-direction:row-reverse;gap:20px}@media (min-width:768px){.grow-navbar-logo{display:flex;flex-direction:row;gap:48px}}.grow-navbar-logo .grow-navlogo{display:flex;align-items:center}.grow-navbar-logo .grow-navlogo img{width:120px;height:auto}@media (min-width:768px){.grow-navbar-logo .grow-navlogo img{width:184px}}.grow-navbar-logo .grow-navCategories{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:#000;cursor:pointer;background:transparent;border:none}.grow-navbar-logo .grow-navCategories span{display:none}@media (min-width:768px){.grow-navbar-logo .grow-navCategories span{display:block}}.grow-navbar-search{display:none}@media (min-width:1024px){.grow-navbar-search{display:block;max-width:624px;width:100%;flex:1 1;position:relative}}.grow-navbar-search--main{display:flex;align-items:center;background-color:#fff;border:1px solid #d92c27;border-radius:40px;padding:8px 16px;color:#535353}.grow-navbar-search--main input{flex:1 1;outline:none;color:#535353;font-weight:450;border:none;background:transparent}.grow-navbar-search--main>div{display:flex;align-items:center;gap:16px;margin-left:12px}.grow-navbar-search--main button{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.grow-navbar-search--main button svg{color:#9ca3af}.grow-navbar-actions{display:flex;align-items:center;gap:10px}@media (min-width:768px){.grow-navbar-actions{gap:24px}}.grow-navbar-actions button{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.grow-navbar-actions button.grow-hidden-mobile{display:none}@media (min-width:768px){.grow-navbar-actions button.grow-hidden-mobile{display:flex}}.grow-navbar-actions--lang{font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px;cursor:pointer}.grow-mobile-nav-toggle{background:unset;border:unset;padding:unset}.grow-navigationBar{background:transparent;padding:20px 16px;border:none;position:absolute;width:100%;z-index:9}@media (min-width:768px){.grow-navigationBar{padding:33px 30px}}@media (min-width:1024px){.grow-navigationBar{padding:33px 72px 0 92px}}.grow-navigationBar-wrapper{display:flex;justify-content:space-between;align-items:center}.grow-navigationBar-links{display:none}@media (min-width:768px){.grow-navigationBar-links{display:flex}}.grow-navigationBar-link{background-color:#fff;padding:8px 40px;color:#000;font-weight:500;font-size:16px}.grow-navigationBar-link:hover{color:#d92c27;text-decoration:none}.grow-navigationBar-link.grow-first{border-radius:40px 0 0 40px}.grow-navigationBar-link.grow-last{border-radius:0 40px 40px 0}.grow-navigationBar-link.grow-bordered{border-right:1px solid rgba(0,0,0,.4)}.grow-mobile-nav{display:block;position:relative}@media (min-width:768px){.grow-mobile-nav{display:none}}.grow-mobile-nav-toggle{display:flex;align-items:center;cursor:pointer}.grow-mobile-nav-menu{position:absolute;left:0;margin-top:8px;width:192px;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background-color:#fff;border:1px solid #e5e7eb}.grow-mobile-nav-link{display:block;padding:8px 16px;color:#1f2937}.grow-mobile-nav-link:hover{background-color:#f3f4f6;text-decoration:none}.grow-header-element{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:50}.grow-footer{background:#f9f9f9;padding:16px;display:flex;flex-direction:column;gap:22px}@media (min-width:768px){.grow-footer{padding:40px}}@media (min-width:1024px){.grow-footer{padding:64px 80px}}.grow-footer-details{display:flex;flex-direction:column;justify-content:space-between;width:100%;gap:40px}@media (min-width:1024px){.grow-footer-details{gap:112px;flex-direction:row}}.grow-footer-details--offers{display:flex;flex-direction:column;gap:32px;max-width:none;width:100%}@media (min-width:1024px){.grow-footer-details--offers{max-width:361px}}.grow-footer-details--offers h3{font-size:18px;font-weight:700;margin-bottom:8px}.grow-footer-details--offers p{font-size:14px;color:#555e68;line-height:24px;font-weight:400}.grow-footer-details--offers .buyerOffer{background:#f4f4f4;border:1px solid #f4f4f4}.grow-footer-details--offers .buyerOffer span{color:#000}.grow-footer-details--offers .buyerOffer button{background-color:#000;color:#fff;border:none;border-radius:56px;padding:12px 24px;font-size:14px;font-weight:500;line-height:14px;width:100%;cursor:pointer}.grow-footer-details--offers .buyerOffer button:hover{background-color:transparent}.grow-footer-details--offers .grow-supplierOffer{background:#fff1f0;border:1px solid #fff1f0;position:relative}.grow-footer-details--offers .grow-supplierOffer:after{content:"";position:absolute;top:0;right:0;width:120px;height:120px;background:url(/grow/images/logo-group.png) no-repeat 100% 0;background-size:contain;opacity:1;pointer-events:none}.grow-footer-details--offers .grow-supplierOffer span{color:#d92d27}.grow-footer-details--offers .grow-supplierOffer button{background-color:#d92d27;color:#fff;border:none;border-radius:56px;padding:12px 24px;font-size:14px;font-weight:500;line-height:14px;width:100%;cursor:pointer}.grow-footer-details--offers .grow-supplierOffer button:hover{background-color:#d92c27}.grow-footer-details--offers .grow-buyerOffer,.grow-footer-details--offers .grow-supplierOffer{border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:24px}.grow-footer-details--offers .grow-buyerOffer p,.grow-footer-details--offers .grow-supplierOffer p{font-size:16px;font-weight:500;margin:0}.grow-footer-details--offers .grow-buyerOffer span,.grow-footer-details--offers .grow-supplierOffer span{font-size:20px;font-weight:700}.grow-footer-details--lists{width:100%;grid-gap:32px;gap:32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:1024px){.grow-footer-details--lists{grid-template-columns:repeat(4,minmax(0,1fr))}}.grow-footer-details--lists .grow-listHeading{font-size:16px;font-weight:500;line-height:24px;margin-bottom:0;display:flex}.grow-footer-details--lists .grow-listHeading span{font-size:12px;font-weight:450;color:#fff;background-color:#d92d27;margin-left:12px;line-height:20px;padding:0 7px;border-radius:5px;display:flex;align-items:center;justify-content:center}.grow-footer-details--lists ul{list-style:none;padding:0;margin-bottom:32px;display:flex;flex-direction:column;gap:12px}.grow-footer-details--lists ul li{font-size:14px;color:#555e68;line-height:24px;font-weight:400;cursor:pointer}.grow-footer-details--lists ul li:hover{color:#000}.grow-footer .grow-logoFooter{display:flex;justify-content:flex-end}.grow-footer .grow-footerBottom{padding:16px 10px;border:1px solid #e3e3e3;border-radius:16px}@media (min-width:768px){.grow-footer .grow-footerBottom{padding:40px}}@media (min-width:1024px){.grow-footer .grow-footerBottom{padding:40px 80px 8px}}.grow-footer .grow-footerBottom-links{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid #e3e3e3}@media (min-width:1024px){.grow-footer .grow-footerBottom-links{flex-direction:row}}.grow-footer .grow-footerBottom-links--sites{display:flex;flex-direction:column;justify-content:space-between;gap:24px}.grow-footer .grow-footerBottom-links--sites .grow-socialMedia{display:flex;flex-direction:row;gap:24px}.grow-footer .grow-footerBottom-links--sites .grow-language{display:flex;align-items:center;flex-wrap:wrap;color:#4b5563;font-size:14px}.grow-footer .grow-footerBottom-links--sites .grow-language-label{font-weight:600;margin-right:8px}.grow-footer .grow-footerBottom-links--sites .grow-language-item{display:flex;align-items:center;cursor:pointer}.grow-footer .grow-footerBottom-links--sites .grow-language-separator{margin:0 8px;color:#9ca3af}.grow-footer .grow-footerBottom-links--info{display:flex;flex-direction:column;gap:10px}.grow-footer .grow-footerBottom-links--info p{font-size:14px;color:#555e68;line-height:24px;font-weight:700}.grow-footer .grow-footerBottom-links--info .grow-newsletterSubscription{display:flex;flex-direction:row;gap:8px}@media (min-width:1024px){.grow-footer .grow-footerBottom-links--info .grow-newsletterSubscription{width:460px}}.grow-footer .grow-footerBottom-links--info .grow-newsletterSubscription input{padding:8px 12px;border:1px solid #ccc;border-radius:8px;max-width:260px;width:100%;font-size:14px}.grow-footer .grow-footerBottom-links--info .grow-newsletterSubscription button{background-color:#eaeff3;color:#000;border:none;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;line-height:14px;max-width:200px;width:100%;border-radius:56px;cursor:pointer}.grow-footer .grow-footerBottom-links--info .grow-newsletterSubscription button:hover{background-color:#b2221c}.grow-footer .grow-footerBottom-ends{padding:16px 0;display:flex;flex-direction:column;justify-content:space-between;gap:16px}@media (min-width:768px){.grow-footer .grow-footerBottom-ends{flex-direction:row}}.grow-footer .grow-footerBottom-ends--serving{display:flex;align-items:center;gap:8px}.grow-footer .grow-footerBottom-ends--copyrights,.grow-footer .grow-footerBottom-ends--serving{font-size:14px;color:#555e68;font-weight:400;line-height:24px}.grow-hero-banner{position:relative;height:40vh;min-height:260px;overflow:hidden}.grow-hero-banner .swiper{height:100%}.grow-hero-banner .slick-slide{height:40vh;min-height:260px}.grow-hero-banner .slick-slide>div{height:100%}@media (min-width:768px){.grow-hero-banner{width:100%}.grow-hero-banner,.grow-hero-banner .slick-slide{height:644px;min-height:644px}.grow-hero-banner .slick-slide>div{height:100%}}.grow-hero-banner .slick-list,.grow-hero-banner .slick-slider,.grow-hero-banner .slick-track{height:100%}.grow-hero-banner .slick-prev{top:49%!important;left:12px!important}@media (min-width:768px){.grow-hero-banner .slick-prev{left:20px!important;top:58%!important}}.grow-hero-banner .slick-next{left:12px;top:63%!important;right:20px!important}@media (min-width:768px){.grow-hero-banner .slick-next{right:20px!important;left:20px;top:73%!important}}.grow-hero-banner .slick-next:before,.grow-hero-banner .slick-prev:before{content:""!important}.grow-hero-banner__slide{position:relative;height:100%;display:flex!important}.grow-hero-banner__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.grow-hero-banner__image{object-fit:cover;object-position:center}.grow-hero-banner__content{position:relative;z-index:3;color:#fff;transform:translate(10px,40%)}@media (min-width:768px){.grow-hero-banner__content{transform:translate(93px,330px)}}.grow-hero-banner__text-container{max-width:272px;margin:0 auto}@media (min-width:768px){.grow-hero-banner__text-container{max-width:470px;margin:0 auto}}.grow-hero-banner__title{margin-bottom:2px;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:600;line-height:30px;color:#fff;background:#000;padding:0 10px}@media (min-width:768px){.grow-hero-banner__title{font-size:40px;margin-bottom:14px;line-height:55px}}.grow-hero-banner__description{font-size:10px;line-height:14px;background:#000;padding:0 10px}@media (min-width:768px){.grow-hero-banner__description{font-size:16px;line-height:160%}}.grow-hero-banner__actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width:640px){.grow-hero-banner__actions{flex-direction:column;align-items:center;gap:1rem}}.grow-hero-banner__arrow{position:absolute;top:59%;transform:translateY(-50%);z-index:4;width:45px;height:95px;background:#000!important;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);color:#2563eb;left:15px}.grow-hero-banner__arrow:hover{background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.grow-hero-banner__arrow--prev{top:calc(59% + 90px)}@media (max-width:768px){.grow-hero-banner__arrow--prev{left:1rem;width:50px;height:50px}.grow-hero-banner__arrow--next{right:1rem;width:50px;height:50px}}@media (max-width:640px){.grow-hero-banner__arrow{display:none}}.grow-hero-banner__arrow.slick-disabled{opacity:.5;cursor:not-allowed}.grow-hero-banner__arrow.slick-disabled:hover{transform:translateY(-50%);background:hsla(0,0%,100%,.9);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.grow-company-section{background:#f3f4f6;position:relative}.grow-company-section__container{display:flex;max-width:1920px;margin:0 auto;padding:0}@media (max-width:1024px){.grow-company-section__container{flex-direction:row}}.grow-company-section__logo{width:30%;display:flex;justify-content:center;padding:16px}@media (min-width:768px){.grow-company-section__logo{padding:41px 0 52px;flex:0 0 30%}}.grow-company-section__logo-card{background:#fff;border-radius:.5rem;padding:15px;display:flex;flex-direction:row;align-items:center;gap:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .2s ease-in-out}@media (min-width:768px){.grow-company-section__logo-card{min-width:200px;padding:2rem;gap:1rem}}.grow-company-section__logo-card img{width:23px;height:23px}@media (min-width:768px){.grow-company-section__logo-card img{width:80px;height:80px}}.grow-company-section__logo-text{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:450;line-height:18px;color:#000}@media (min-width:768px){.grow-company-section__logo-text{font-size:36px;font-weight:450;line-height:48px}}.grow-company-section__slider{width:70%;padding:30px}@media (min-width:768px){.grow-company-section__slider{padding:65px 70px 70px}}@media (min-width:950px){.grow-company-section__slider{flex:0 0 70%;position:relative;overflow:hidden;padding:65px 128px 70px}}.grow-company-section__slider .slick-slider{position:relative}.grow-company-section__slider .slick-list{margin:0;overflow:hidden}.grow-company-section__slider .slick-slide{padding:0 .5rem}.grow-company-section__slider .slick-slide>div{height:100%}.grow-company-section__slider .slick-track{display:flex;align-items:stretch}.grow-company-section .grow-company-card{transition:all .2s ease-in-out;display:flex!important;flex-direction:row;align-items:center}@media (min-width:768px){.grow-company-section .grow-company-card{flex-direction:column;align-items:start}}.grow-company-section .grow-company-card__icon{width:48px;height:48px;padding-bottom:13px}.grow-company-section .grow-company-card__title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;color:#000;margin-bottom:0;line-height:20px}.grow-company-section .grow-company-card__subtitle{font-size:16px;font-weight:450;line-height:20px;margin:0}.grow-company-section__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;padding:90px 20px!important}@media (min-width:1024px){.grow-company-section__arrow{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:120px 30px!important}}.grow-company-section__arrow:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;background-repeat:no-repeat;background-size:contain;background-position:50%;transform:translate(-50%,-50%);pointer-events:none}.grow-company-section__arrow:hover{background:#fff}.grow-company-section__arrow--prev:after{background-image:url(/grow/icons/arrow-left--black.svg)}@media (max-width:768px){.grow-company-section__arrow--prev{left:1rem;width:50px;height:50px}}.grow-company-section__arrow--next:after{background-image:url(/grow/icons/arrow-right--black.svg)}@media (max-width:768px){.grow-company-section__arrow--next{right:1rem;width:50px;height:50px}}@media (max-width:640px){.grow-company-section__arrow{display:none}}.grow-company-section__arrow.slick-disabled{opacity:.5;cursor:not-allowed}.grow-company-section__arrow.slick-disabled:hover{transform:translateY(-50%);background:hsla(0,0%,100%,.9);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.grow-company-section .slick-next:before,.grow-company-section .slick-prev:before{content:""!important}.grow-company-section .slick-prev{left:-40px!important;top:25px}@media (min-width:768px){.grow-company-section .slick-prev{top:67px;left:-70px!important}}@media (min-width:950px){.grow-company-section .slick-prev{left:-128px!important;top:60px}}.grow-company-section .slick-next{right:-30px!important;top:25px}@media (min-width:768px){.grow-company-section .slick-next{top:67px;right:-66px!important}}@media (min-width:950px){.grow-company-section .slick-next{right:-130px!important;top:60px}}.grow-company-section__arrow--prev{left:0}.grow-company-section__arrow--next{right:0}.grow-overview-section{background:#fff;padding:16px;position:relative}@media (min-width:1024px){.grow-overview-section{padding:112px 80px}}.grow-overview-section__container{display:flex;max-width:1920px;margin:0 auto;flex-direction:column;gap:8px}@media (min-width:1024px){.grow-overview-section__container{flex-direction:row;gap:0}}.grow-overview-section__left{display:flex;width:100%}@media (min-width:1024px){.grow-overview-section__left{flex:0 0 50%}}.grow-overview-section__content{width:100%}.grow-overview-section__heading{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;line-height:133%;color:#000;width:100%;margin-bottom:6px}@media (min-width:1024px){.grow-overview-section__heading{font-size:28px;margin-bottom:40px;max-width:550px}}.grow-overview-section__description{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:22px;line-height:24px;font-weight:500;color:#000;width:100%;margin-bottom:8px}@media (min-width:1024px){.grow-overview-section__description{margin-bottom:2rem;font-size:36px;line-height:133%;max-width:550px}}.grow-overview-section__right{width:100%;display:flex}@media (min-width:1024px){.grow-overview-section__right{flex:0 0 50%}}.grow-overview-section__visual{width:100%;display:flex;flex-direction:column;align-items:baseline;gap:12px}@media (min-width:1024px){.grow-overview-section__visual{gap:32px}}.grow-overview-section__visual p{font-size:14px;line-height:20px;color:#555e68;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;margin:0}@media (min-width:768px){.grow-overview-section__visual p{font-size:18px;line-height:155%}}.grow-whyus-section{padding:16px;background:#fafafa;position:relative}@media (min-width:1024px){.grow-whyus-section{padding:80px}}.grow-whyus-section__container{display:flex;flex-direction:column;gap:24px;max-width:1920px;margin:0 auto;padding:0}@media (min-width:1024px){.grow-whyus-section__container{gap:32px}}.grow-whyus-section--overview{width:100%}@media (min-width:1024px){.grow-whyus-section--overview{max-width:888px}}.grow-whyus-section--overview h3{font-size:20px;font-weight:500;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:133%;color:#000;margin:0 0 12px}@media (min-width:768px){.grow-whyus-section--overview h3{font-size:30px}}.grow-whyus-section--overview p{font-size:14px;line-height:155%;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;color:#555e68;margin:0}@media (min-width:1024px){.grow-whyus-section--overview p{font-size:18px}}.grow-whyus-section--feature{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (min-width:1024px){.grow-whyus-section--feature{gap:32px}}.grow-whyus-section--feature-item{background:#fff;padding:16px;border-radius:8px}@media (min-width:768px){.grow-whyus-section--feature-item{padding:32px}}.grow-whyus-section--feature-item img{margin-bottom:12px;width:24px;height:24px}@media (min-width:768px){.grow-whyus-section--feature-item img{width:48px;height:48px;margin-bottom:24px}}.grow-whyus-section--feature-item h3{font-size:14px;font-weight:600;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:28px;color:#000;margin:0 0 12px}@media (min-width:768px){.grow-whyus-section--feature-item h3{font-size:18px}}.grow-whyus-section--feature-item p{font-size:14px;line-height:150%;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;color:#555e68;margin:0}@media (min-width:768px){.grow-whyus-section--feature-item p{font-size:16px}}.grow-supplierForm-section{background:#fafafa;padding:16px;position:relative}@media (min-width:1024px){.grow-supplierForm-section{padding:60px 80px 112px}}.grow-supplierForm-section__container{display:flex;max-width:1920px;margin:0 auto;gap:16px;background:#fff;border-radius:12px;overflow:hidden;flex-direction:column;padding:16px}@media (min-width:1024px){.grow-supplierForm-section__container{flex-direction:row;padding:56px;gap:36px}}.grow-supplierForm-section__left{width:100%;display:flex;background:#fff}@media (min-width:1024px){.grow-supplierForm-section__left{flex:0 0 50%}}.grow-supplierForm-section__content{width:100%}.grow-supplierForm-section__heading{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;line-height:18px;color:#000;margin-bottom:16px}@media (min-width:1024px){.grow-supplierForm-section__heading{font-size:36px;font-weight:500;line-height:133%}}.grow-supplierForm-section__privacy{display:flex;flex-direction:column;gap:4px}.grow-supplierForm-section__privacy-text,.grow-supplierForm-section__response-text{font-size:14px;line-height:20px;color:#555e68;margin:0}@media (min-width:768px){.grow-supplierForm-section__privacy-text,.grow-supplierForm-section__response-text{font-size:18px;line-height:133%}}.grow-supplierForm-section__right{width:100%;background:#fff}@media (min-width:1024px){.grow-supplierForm-section__right{flex:0 0 50%}}.grow-supplierForm-section__form{width:100%;display:flex;flex-direction:column;gap:20px}.grow-supplierForm-section__form-row{display:flex;gap:16px}@media (max-width:640px){.grow-supplierForm-section__form-row{flex-direction:column;gap:16px}}.grow-supplierForm-section__form-group{flex:1 1;display:flex;flex-direction:column;gap:8px}.grow-supplierForm-section__label{font-size:.875rem;font-weight:500;color:#000;margin-bottom:4px}.grow-supplierForm-section__input,.grow-supplierForm-section__select,.grow-supplierForm-section__textarea{padding:12px 16px;border:1px solid #9fa6ad;border-radius:8px;font-size:1rem;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#000;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.grow-supplierForm-section__input::placeholder,.grow-supplierForm-section__select::placeholder,.grow-supplierForm-section__textarea::placeholder{color:#9ca3af}.grow-supplierForm-section__input:focus,.grow-supplierForm-section__select:focus,.grow-supplierForm-section__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.grow-supplierForm-section__input:hover,.grow-supplierForm-section__select:hover,.grow-supplierForm-section__textarea:hover{border-color:#d1d5db}.grow-supplierForm-section__input{width:100%;height:48px}.grow-supplierForm-section__select{height:48px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.grow-supplierForm-section__textarea{min-height:120px;resize:vertical;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.grow-supplierForm-section__input-container{position:relative;display:flex;align-items:center}.grow-supplierForm-section__input--with-icon{padding-right:40px}.grow-supplierForm-section__search-icon{position:absolute;right:12px;color:#9ca3af;pointer-events:none}.grow-supplierForm-section__submit{display:flex;margin-top:20px}.grow-clientele-section{background:#fff;padding:16px;position:relative}@media (min-width:1024px){.grow-clientele-section{padding:64px 80px}}.grow-clientele-section__container{max-width:1920px;margin:0 auto}.grow-clientele-section__header{margin-bottom:16px}@media (min-width:768px){.grow-clientele-section__header{margin-bottom:32px}}.grow-clientele-section__heading{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;line-height:133%;color:#000;margin-bottom:16px}@media (min-width:768px){.grow-clientele-section__heading{font-size:30px;margin-bottom:32px}}.grow-clientele-section__subtitle{font-size:1.125rem;line-height:1.625;color:#555e68;max-width:600px;margin:0 auto}@media (max-width:768px){.grow-clientele-section__subtitle{font-size:1rem}}.grow-clientele-section__slider{position:relative;overflow:hidden}.grow-clientele-section__slider .slick-slider{position:relative}.grow-clientele-section__slider .slick-list{margin:0;overflow:hidden}.grow-clientele-section__slider .slick-slide>div{height:100%}.grow-clientele-section__slider .slick-track{display:flex;align-items:center}@media (min-width:768px){.grow-clientele-section__slider .slick-track{gap:24px}}.grow-clientele-section__item{display:flex!important;justify-content:center;align-items:center;height:180px;transition:all .2s ease-in-out}@media (min-width:1024px){.grow-clientele-section__item{height:150px}}@media (min-width:1536px){.grow-clientele-section__item{height:204px}}.grow-clientele-section__logo-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;background:#f9fafb;border-radius:.5rem;transition:all .2s ease-in-out;border:2px solid transparent}.grow-clientele-section__logo-container:hover{background:#fff;transform:translateY(-2px)}.grow-clientele-section__logo{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .2s ease-in-out}.grow-clientele-section__logo-container:hover .grow-clientele-section__logo{filter:grayscale(0) opacity(1)}.grow-clientele-section__arrow{position:absolute;top:21px;transform:translateY(-50%);z-index:4;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;padding:11px!important;border-radius:50px;border:.86px solid #000!important}@media (min-width:768px){.grow-clientele-section__arrow{padding:20px!important}}.grow-clientele-section__arrow:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;background-repeat:no-repeat;background-size:contain;background-position:50%;transform:translate(-50%,-50%);pointer-events:none}@media (min-width:768px){.grow-clientele-section__arrow:after{width:20px;height:20px}}.grow-clientele-section__arrow:hover{background:#fff}.grow-clientele-section__arrow--prev{right:55px}.grow-clientele-section__arrow--prev:after{background-image:url(/grow/icons/arrowRightline-black.svg)}@media (max-width:768px){.grow-clientele-section__arrow--prev{left:1rem;width:50px;height:50px}}.grow-clientele-section__arrow--next{right:0}.grow-clientele-section__arrow--next:after{background-image:url(/grow/icons/arrowleftline-black.png)}@media (max-width:768px){.grow-clientele-section__arrow--next{right:1rem;width:50px;height:50px}}@media (max-width:640px){.grow-clientele-section__arrow{display:none}}.grow-clientele-section__arrow.slick-disabled{opacity:.5;cursor:not-allowed}.grow-clientele-section__arrow.slick-disabled:hover{transform:translateY(-50%);background:hsla(0,0%,100%,.9);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.grow-clientele-section .slick-next:before,.grow-clientele-section .slick-prev:before{content:""!important}.grow-clientele-section .slick-prev{top:-25px;right:35px!important;left:auto}@media (min-width:768px){.grow-clientele-section .slick-prev{top:-50px;right:50px!important}}.grow-clientele-section .slick-next{right:0!important;top:-25px}@media (min-width:768px){.grow-clientele-section .slick-next{top:-50px}}.grow-infrastructure-section{padding:16px}@media (min-width:1024px){.grow-infrastructure-section{padding:64px 80px}}.grow-infrastructure-section__container{display:flex;max-width:1920px;margin:0 auto;flex-direction:column;gap:16px;align-items:center}@media (min-width:768px){.grow-infrastructure-section__container{gap:40px}}@media (min-width:1024px){.grow-infrastructure-section__container{flex-direction:row;gap:40px}}@media (min-width:1536px){.grow-infrastructure-section__container{gap:64px}}.grow-infrastructure-section__left{display:flex;flex-direction:column;gap:16px}@media (min-width:768px){.grow-infrastructure-section__left{gap:48px;flex:0 1 50%}}.grow-infrastructure-section__content{display:flex;flex-direction:column;gap:12px}.grow-infrastructure-section__heading{font-size:20px;line-height:24px;font-weight:500;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#000;margin:0}@media (min-width:768px){.grow-infrastructure-section__heading{font-size:30px;line-height:133%}}.grow-infrastructure-section__description{font-size:10px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:150%;font-weight:400;color:#000;margin:0}@media (min-width:768px){.grow-infrastructure-section__description{font-size:18px}}.grow-infrastructure-section__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;padding-bottom:24px}@media (min-width:1536px){.grow-infrastructure-section__grid{width:686px;padding-bottom:0}}.grow-infrastructure-section__grid-items{display:flex;flex-direction:column;border-radius:12px;transition:all .3s ease}.grow-infrastructure-section__grid-items h3{font-size:14px;line-height:28px;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;color:#000;margin:0}@media (min-width:768px){.grow-infrastructure-section__grid-items h3{font-size:18px}}.grow-infrastructure-section__grid-items span{font-size:14px;line-height:150%;font-weight:450;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#555e68;display:block}@media (min-width:768px){.grow-infrastructure-section__grid-items span{font-size:16px}}.grow-infrastructure-section__image{width:32px;height:32px;margin-bottom:13px}@media (min-width:768px){.grow-infrastructure-section__image{margin-bottom:24px}}.grow-infrastructure-section__right{display:flex;justify-content:center;align-items:center}@media (min-width:768px){.grow-infrastructure-section__right{flex:0 1 50%}}.grow-infrastructure-section__visual{width:100%}.grow-infrastructure-section .slick-next:before,.grow-infrastructure-section .slick-prev:before{content:""!important}.grow-infrastructure-section .grow-slider-arrow--prev{left:20px}.grow-infrastructure-section .grow-slider-arrow--next{right:20px!important}.grow-slider-container,.grow-slider-wrapper{position:relative;width:100%}.grow-slider-wrapper{height:260px;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1)}@media (min-width:768px){.grow-slider-wrapper{height:660px}}.grow-slider-image{max-width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media (min-width:768px){.grow-slider-image{width:100%}}.grow-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:5px!important;border-radius:50px;border:.86px solid #000!important;background:#f0f0f0}@media (min-width:1024px){.grow-slider-arrow{padding:20px!important}}.grow-slider-arrow.slick-disabled{opacity:.5;cursor:not-allowed}.grow-slider-arrow.slick-disabled:hover{transform:translateY(-50%);background:hsla(0,0%,100%,.9);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.grow-slider-dots{display:flex;justify-content:center;gap:12px;margin-top:24px}.grow-slider-dot{width:12px;height:12px;border-radius:50%;border:none;background:#a8a8a8;cursor:pointer;transition:all .3s ease}.grow-slider-dot:hover{background:#4e4e4e;transform:scale(1.2)}.grow-slider-dot--active{background:#4e4e4e;transform:scale(1)}.grow-product-list-section{padding:16px;background-color:#f9fafb}@media (min-width:768px){.grow-product-list-section{padding:64px 80px}}.grow-product-list-section__container{max-width:1920px;margin:0 auto}.grow-product-list-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;gap:20px;flex-direction:row}.grow-product-list-section__title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0}@media (min-width:768px){.grow-product-list-section__title{font-size:2.25rem}}.grow-product-list-section__sort{position:relative}.grow-product-list-section__sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:12px 40px 12px 16px;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#000;cursor:pointer;min-width:180px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}.grow-product-list-section__sort-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.grow-product-list-section__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:46px;gap:46px;margin-bottom:20px}@media (max-width:1280px){.grow-product-list-section__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.grow-product-list-section__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.grow-product-list-section__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:640px){.grow-product-list-section__grid{grid-template-columns:repeat(2,1fr);gap:8px}}.grow-product-list-section__actions{display:flex;justify-content:center;margin-top:40px}.grow-product-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .2s ease-in-out;height:100%;display:flex;flex-direction:column}.grow-product-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-2px)}.grow-product-card__image-container{position:relative;aspect-ratio:1;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.grow-product-card__trending{position:absolute;top:8px;left:8px;background:#e3fbe3;color:#fff;padding:4px 8px;border-radius:4px;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:500;color:#198754;z-index:2}@media (min-width:768px){.grow-product-card__trending{top:12px;left:12px}}.grow-product-card__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#e5e7eb}.grow-product-card__placeholder-icon{width:100%;height:100%;color:#555e68}.grow-product-card__content{flex-grow:1;padding:7px;display:flex;flex-direction:column}@media (min-width:768px){.grow-product-card__content{padding:16px 15px 22px}}.grow-product-card__title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:450;color:#555e68;margin:0 0 15px;line-height:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.grow-product-card__title{font-size:14px;line-height:20px}}.grow-product-card__price{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:23px;font-weight:600;color:#000;margin:0}@media (min-width:768px){.grow-product-card__price{font-size:18px;line-height:28px}}.grow-product-card__stock{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:450;color:#555e68;margin:0;line-height:18px}.grow-product-card__stock span{color:#198754;padding-right:7px}@media (min-width:768px){.grow-product-card__stock{font-size:12px;line-height:18px}.grow-product-card__stock span{color:#198754;padding-right:7px}}.grow-product-card__delivery{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;color:#555e68;margin:5px 0 0;line-height:1.5;display:flex}.grow-product-card__delivery img{width:18px;height:18px}@media (min-width:768px){.grow-product-card__delivery{font-size:12px}.grow-product-card__delivery img{width:22px;height:22px}}.grow-sub-banner-section{position:relative;width:100%;height:170px;overflow:hidden}.grow-sub-banner-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.grow-sub-banner-section__bg-image{object-fit:cover;object-position:center}.grow-sub-banner-section__container{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:60px 12px 34px;max-width:1920px;margin:0 auto}.grow-sub-banner-section__content{max-width:600px;z-index:3}.grow-sub-banner-section__title{font-size:24px;font-weight:500;margin:0 0 8px;line-height:136%}.grow-sub-banner-section__description,.grow-sub-banner-section__title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff}.grow-sub-banner-section__description{font-size:10px;font-weight:400;margin:0;line-height:14px}@media (min-width:768px){.grow-sub-banner-section{height:247px}.grow-sub-banner-section__container{padding:110px 107px 40px}.grow-sub-banner-section__title{font-size:40px;margin-bottom:12px}.grow-sub-banner-section__description{font-size:15px;line-height:125%}}.grow-accordion{width:100%;max-width:1920px;margin:0 auto;padding:16px}@media (min-width:1024px){.grow-accordion{padding:112px 80px}}.grow-accordion__content{display:flex;flex-direction:column;gap:16px}@media (min-width:1024px){.grow-accordion__content{gap:32px;flex-direction:row}}.grow-accordion__intro{display:flex;flex-direction:column;gap:12px}@media (min-width:1024px){.grow-accordion__intro{flex:0 1 40%}}.grow-accordion__title{font-size:16px;line-height:133%;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-bottom:0;color:#000;font-weight:500}@media (min-width:768px){.grow-accordion__title{font-size:30px}}.grow-accordion__description{font-size:12px;line-height:155%;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#555e68;font-weight:450;margin:0}@media (min-width:768px){.grow-accordion__description{font-size:18px}}.grow-accordion__items{display:flex;flex-direction:column;gap:0}@media (min-width:1024px){.grow-accordion__items{flex:0 1 60%}}.grow-accordion__item{border-bottom:1px solid #e5e7eb}.grow-accordion__item:first-child{border-top:1px solid #e5e7eb}.grow-accordion__trigger{display:flex;font-weight:600;width:100%;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:16px 0;background:none;border:none;cursor:pointer;text-align:left;transition:all .2s ease-in-out}@media (min-width:768px){.grow-accordion__trigger{padding:30px 0}}.grow-accordion__trigger:hover .grow-accordion__icon,.grow-accordion__trigger:hover .grow-accordion__trigger-text{color:#000}.grow-accordion__trigger--open .grow-accordion__trigger-text{color:#000;font-weight:600}.grow-accordion__trigger--open .grow-accordion__icon{color:#000}.grow-accordion__trigger-text{font-size:14px;line-height:150%;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#000;font-weight:500;transition:all .2s ease-in-out;margin:0;flex:1 1;padding-right:1rem}@media (min-width:768px){.grow-accordion__trigger-text{font-size:20px}}.grow-accordion__trigger-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}.grow-accordion__icon{width:100%;height:100%;color:#555e68;transition:all .2s ease-in-out}.grow-accordion__icon--rotated{transform:rotate(45deg)}.grow-accordion__content-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out ease-in-out}.grow-accordion__content-wrapper--open{max-height:500px}.grow-accordion__content-inner{padding:0 0 1.5rem}.grow-accordion__content-text{font-size:14px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#555e68;line-height:1.625;margin:0}.grow-accordion__content-wrapper{transition:max-height .3s ease-in-out cubic-bezier(.4,0,.2,1)}.grow-accordion__icon{transition:transform .2s ease-in-out cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){.grow-accordion__content-wrapper,.grow-accordion__icon,.grow-accordion__trigger-text{transition:none}}@media (prefers-contrast:high){.grow-accordion__item{border-color:#000}.grow-accordion__content-text,.grow-accordion__icon,.grow-accordion__trigger-text{color:#000}}.grow-Imagecontent-section{display:flex;max-width:1920px;margin:0 auto;flex-direction:column-reverse;padding:16px;gap:16px}@media (min-width:1024px){.grow-Imagecontent-section{flex-direction:row;gap:64px;padding:112px 64px}}.grow-Imagecontent-section--left{width:100%;height:auto}@media (min-width:768px){.grow-Imagecontent-section--left{flex:0 1 50%}}.grow-Imagecontent-section--left img{width:100%;height:auto;object-fit:cover}.grow-Imagecontent-section--right{width:100%;display:flex;flex-direction:column;justify-content:center;gap:16px}@media (min-width:768px){.grow-Imagecontent-section--right{flex:0 1 50%;gap:40px}}.grow-Imagecontent-section--right h3{line-height:133%;font-weight:500;color:#000;font-size:16px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}@media (min-width:768px){.grow-Imagecontent-section--right h3{font-size:30px;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}}.grow-Imagecontent-section--right p{font-size:10px;line-height:150%;font-weight:500;color:#555e68;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (min-width:768px){.grow-Imagecontent-section--right p{font-size:22px}}.grow-vision-mission{background:#fafafa;padding:16px}@media (min-width:1024px){.grow-vision-mission{padding:64px}}.grow-vision-mission__container{display:flex;flex-direction:column;gap:16px;max-width:1920px;margin:0 auto}@media (min-width:1024px){.grow-vision-mission__container{flex-direction:row;gap:56px}}.grow-vision-mission__card{background:#fff;border-radius:.5rem;padding:16px;width:100%}@media (min-width:1024px){.grow-vision-mission__card{padding:83px 64px;flex:1 1;height:699px;display:flex;flex-direction:column;justify-content:space-between}}.grow-vision-mission__icon{width:40px;height:40px;margin-bottom:16px;color:#000;display:flex;align-items:flex-start}.grow-vision-mission__icon svg{width:100%;height:100%}@media (min-width:1024px){.grow-vision-mission__icon{width:77px;height:71px;margin-bottom:24px}}.grow-vision-mission__title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#000;margin-bottom:8px}@media (min-width:1024px){.grow-vision-mission__title{font-size:30px;line-height:133%;margin-bottom:33px}}.grow-vision-mission__text{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;line-height:150%;font-weight:300;color:#555e68;margin:0}@media (min-width:1024px){.grow-vision-mission__text{font-size:32px;line-height:120%;font-weight:400}}.grow-company-details{padding:24px 16px}@media (min-width:1024px){.grow-company-details{padding:0 80px 64px}}.grow-company-details__container{max-width:1920px;margin:0 auto}.grow-company-details__heading{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:500;line-height:32px;color:#000;margin-bottom:24px;text-align:center}@media (min-width:1024px){.grow-company-details__heading{font-size:48px;line-height:64px;margin-bottom:64px}}.grow-company-details__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}@media (min-width:640px){.grow-company-details__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.grow-company-details__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grow-company-details__grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:22px}}.grow-company-details__card{background:#f9f9f9;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:16px;display:flex;flex-direction:column;transition:all .2s ease-in-out}.grow-company-details__card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-2px)}@media (min-width:1024px){.grow-company-details__card{padding:24px;display:flex!important}}.grow-company-details__card--hidden{display:none}@media (min-width:1024px){.grow-company-details__card--hidden{display:flex!important}}.grow-company-details__icon{width:34px;height:34px;color:#000;display:flex;align-items:center;justify-content:flex-start;margin-top:10px}.grow-company-details__icon svg{width:100%;height:100%}@media (min-width:1024px){.grow-company-details__icon{width:34px;height:34px}}.grow-company-details__title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:450;line-height:155%;color:#555e68;margin:0;text-transform:uppercase;letter-spacing:.5px}@media (min-width:1024px){.grow-company-details__title{font-size:18px}}.grow-company-details__value{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:32px;color:#000;margin:0}@media (min-width:1024px){.grow-company-details__value{font-size:24px}}.grow-company-details__button-wrapper{display:flex;justify-content:center;margin-top:24px}@media (min-width:1024px){.grow-company-details__button-wrapper{display:none}}.grow-certifications-section{background:#fff;padding:16px;position:relative}@media (min-width:1024px){.grow-certifications-section{padding:64px 80px}}.grow-certifications-section__container{max-width:1920px;margin:0 auto}.grow-certifications-section__header{margin-bottom:16px}@media (min-width:768px){.grow-certifications-section__header{margin-bottom:32px}}.grow-certifications-section__heading{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;line-height:133%;color:#000;margin-bottom:16px}@media (min-width:768px){.grow-certifications-section__heading{margin-bottom:32px;font-size:30px}}.grow-certifications-section__slider{position:relative;overflow:hidden}.grow-certifications-section__slider .slick-slider{position:relative}.grow-certifications-section__slider .slick-list{margin:0;overflow:hidden}.grow-certifications-section__slider .slick-slide>div{height:100%}.grow-certifications-section__slider .slick-track{display:flex;align-items:center;gap:16px}@media (min-width:768px){.grow-certifications-section__slider .slick-track{gap:32px}}.grow-certifications-section__item{display:flex!important;justify-content:center;align-items:center;transition:all .2s ease-in-out}.grow-certifications-section__logo-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;background:#f9fafb;border-radius:.5rem;transition:all .2s ease-in-out;border:2px solid transparent}.grow-certifications-section__logo-container:hover{background:#fff;transform:translateY(-2px)}.grow-certifications-section__logo{max-width:100%;max-height:100%;object-fit:contain;width:100%;filter:grayscale(100%) opacity(.7);transition:all .2s ease-in-out}.grow-certifications-section__logo-container:hover .grow-certifications-section__logo{filter:grayscale(0) opacity(1)}.grow-certifications-section__arrow{position:absolute;top:21px;transform:translateY(-50%);z-index:4;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;padding:11px!important;border-radius:50px;border:.86px solid #000!important}@media (min-width:768px){.grow-certifications-section__arrow{padding:20px!important}}.grow-certifications-section__arrow:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;background-repeat:no-repeat;background-size:contain;background-position:50%;transform:translate(-50%,-50%);pointer-events:none}@media (min-width:768px){.grow-certifications-section__arrow:after{width:20px;height:20px}}.grow-certifications-section__arrow:hover{background:#fff}.grow-certifications-section__arrow--prev{right:55px}.grow-certifications-section__arrow--prev:after{background-image:url(/grow/icons/arrowRightline-black.svg)}@media (max-width:768px){.grow-certifications-section__arrow--prev{left:1rem;width:50px;height:50px}}.grow-certifications-section__arrow--next{right:0}.grow-certifications-section__arrow--next:after{background-image:url(/grow/icons/arrowleftline-black.png)}@media (max-width:768px){.grow-certifications-section__arrow--next{right:1rem;width:50px;height:50px}}@media (max-width:640px){.grow-certifications-section__arrow{display:none}}.grow-certifications-section__arrow.slick-disabled{opacity:.5;cursor:not-allowed}.grow-certifications-section__arrow.slick-disabled:hover{transform:translateY(-50%);background:hsla(0,0%,100%,.9);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.grow-certifications-section .slick-next:before,.grow-certifications-section .slick-prev:before{content:""!important}.grow-certifications-section .slick-prev{top:-25px;right:35px!important;left:auto}@media (min-width:768px){.grow-certifications-section .slick-prev{top:-50px;right:50px!important}}.grow-certifications-section .slick-next{right:0!important;top:-25px}@media (min-width:768px){.grow-certifications-section .slick-next{top:-50px}}.grow-product-listing{padding:16px;min-height:100vh}@media (min-width:1024px){.grow-product-listing{padding:64px 80px}}.grow-product-listing__container{max-width:1920px;margin:0 auto}.grow-product-listing__mobile-header{display:flex;align-items:center;gap:8px;background:#fff}@media (min-width:1024px){.grow-product-listing__mobile-header{display:none}}.grow-product-listing__mobile-filter-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:24px;border:1px solid #e5e7eb;background:#fff}.grow-product-listing__mobile-category-input{flex:1 1;display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;background:#f3f4f6;border-radius:.25rem;padding:6px 10px}.grow-product-listing__mobile-clear-btn{border:none;background:transparent;cursor:pointer;color:#555e68}.grow-product-listing__mobile-category-text{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grow-product-listing__mobile-view-toggle{display:flex}.grow-product-listing__mobile-toggle-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;border:1px solid #e5e7eb;background:#fff;color:#555e68}.grow-product-listing__mobile-toggle-btn--active{background:#f3f4f6;color:#fff}.grow-product-listing__content{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.grow-product-listing__content{flex-direction:row;gap:32px}}@media (min-width:1024px){.grow-product-listing__content{gap:48px}}.grow-product-listing__sidebar{display:none;background:#fff;padding:20px;border-radius:.5rem;height:-moz-fit-content;height:fit-content}@media (min-width:1024px){.grow-product-listing__sidebar{flex:0 0 310px;position:-webkit-sticky;position:sticky;top:100px;display:block}}.grow-product-listing__sidebar-title{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:500;color:#1e1e1e;margin-bottom:16px}.grow-product-listing__categories{list-style:none;padding:0;margin:0}.grow-product-listing__category{cursor:pointer;justify-content:space-between;align-items:center;padding:23px 12px 23px 0;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;transition:all .2s ease-in-out;display:flex;border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc}.grow-product-listing__category .grow-product-listing__category-count:hover,.grow-product-listing__category .grow-product-listing__category-name:hover{color:#171a1c;font-weight:500}.grow-product-listing__category--active{color:#171a1c;font-weight:500;border-right:3px solid #171717}.grow-product-listing__category--active .grow-product-listing__category-count,.grow-product-listing__category--active .grow-product-listing__category-name{color:#171a1c;font-weight:500}.grow-product-listing__category-name{font-size:1rem}.grow-product-listing__category-count,.grow-product-listing__category-name{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#171a1c;font-weight:400}.grow-product-listing__category-count{font-size:.875rem}.grow-product-listing__main{flex:1 1;background:#fff;padding-top:12px;border-radius:.5rem}@media (min-width:1024px){.grow-product-listing__main{padding-top:0}}.grow-product-listing__header{display:none;justify-content:space-between;align-items:center;margin-bottom:24px}@media (min-width:1024px){.grow-product-listing__header{display:flex}}.grow-product-listing__main-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:#000}@media (min-width:768px){.grow-product-listing__main-title{font-size:1.5rem}}.grow-product-listing__view-toggle{display:flex;gap:8px;border:1px solid #e5e7eb;border-radius:.25rem;padding:4px}.grow-product-listing__toggle-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:.25rem;transition:all .2s ease-in-out;color:#555e68}.grow-product-listing__toggle-btn:hover{background:#f3f4f6;color:#000}.grow-product-listing__toggle-btn--active{background:#f3f4f6;color:#fff}.grow-product-listing__toggle-btn--active:hover{background:#f3f4f6}.grow-product-listing__products{margin-bottom:32px}.grow-product-listing__products--grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}@media (min-width:768px){.grow-product-listing__products--grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width:1024px){.grow-product-listing__products--grid{grid-template-columns:repeat(4,1fr);gap:24px}}.grow-product-listing__products--list{display:flex;flex-direction:column;gap:16px}.grow-product-listing__item{display:flex;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease-in-out}.grow-product-listing__products--list .grow-product-listing__item{flex-direction:row;align-items:flex-start}.grow-product-listing__products--grid .grow-product-listing__item{flex-direction:column}.grow-product-listing__item:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-color:#d1d5db}.grow-product-listing__item-image{position:relative;width:100%;height:200px;background:#f3f4f6;border-radius:.25rem;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.grow-product-listing__products--list .grow-product-listing__item-image{width:120px;height:120px}@media (min-width:1024px){.grow-product-listing__products--list .grow-product-listing__item-image{width:280px;height:280px}}.grow-product-listing__products--grid .grow-product-listing__item-image{width:100%;height:167px}@media (min-width:1024px){.grow-product-listing__products--grid .grow-product-listing__item-image{height:316px}}.grow-product-listing__item-img{width:100%;height:100%;object-fit:cover}.grow-product-listing__badge{color:#fff;background:rgba(48,48,48,.898);border-radius:.125rem;padding:2px 8px;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:9px;font-weight:450;position:absolute;top:5px;left:5px}@media (min-width:768px){.grow-product-listing__badge{font-size:12px}}.grow-product-listing__item-content{padding:8px;width:100%}@media (min-width:768px){.grow-product-listing__item-content{padding:32px}}.grow-product-listing__products--grid .grow-product-listing__item-content{padding:8px}@media (min-width:768px){.grow-product-listing__products--grid .grow-product-listing__item-content{padding:23px 15px}}.grow-product-listing__item-details{flex:1 1;display:flex;flex-direction:column}.grow-product-listing__item-name{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;color:#000;margin:0;line-height:15px;padding-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.grow-product-listing__item-name{font-size:20px;min-height:56px;line-height:28px;padding-bottom:0}.grow-product-listing__products--grid .grow-product-listing__item-name{font-size:14px;line-height:20px;font-weight:450;min-height:unset}}.grow-product-listing__item-price{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:500;color:#181d27;margin:0;line-height:20px}@media (min-width:768px){.grow-product-listing__item-price{font-size:18px;line-height:28px}}.grow-product-listing__item-meta{padding:4px 0 0;gap:1px;display:flex;flex-direction:column}@media (min-width:768px){.grow-product-listing__item-meta{padding:18px 0;gap:0;border-bottom:.33px solid #d8d8d8}}.grow-product-listing__item-info{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:450;color:#6a6a6a;margin:0;line-height:16px;display:flex}@media (min-width:768px){.grow-product-listing__item-info{font-size:14px;line-height:20px}}.grow-product-listing__item-info .grow-available{color:#1f7a1f}.grow-product-listing__item-info span:not(:last-child):after{content:" | ";color:#999;margin:0 5px}.grow-product-listing__item-shipping{display:flex}.grow-product-listing__item-actions{flex-direction:row;gap:8px;min-width:120px;flex-shrink:0;padding-top:16px;justify-content:flex-end;display:none}@media (min-width:768px){.grow-product-listing__item-actions{display:flex}}.grow-product-listing__products--grid .grow-product-listing__item-actions{width:100%;flex-direction:column}.grow-product-listing__item-actions .grow-btn{font-size:14px}.grow-product-listing__load-more{display:flex;justify-content:center;margin-top:32px}.grow-product-listing__load-more-btn{padding:12px 32px;background:#fff;border:1px solid #374151;border-radius:.5rem;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease-in-out}.grow-product-listing__load-more-btn:hover{background:#374151;color:#fff}.grow-product-listing__bottom-sheet{position:fixed;inset:0;z-index:1050}@media (min-width:1024px){.grow-product-listing__bottom-sheet{display:none}}.grow-product-listing__bottom-sheet-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4)}.grow-product-listing__bottom-sheet-panel{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem;padding:16px;max-height:80vh;display:flex;flex-direction:column;gap:12px}.grow-product-listing__bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.grow-product-listing__bottom-sheet-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;color:#000;margin:0}.grow-product-listing__clear-all{border:none;background:transparent;color:#555e68;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;cursor:pointer}.grow-product-listing__bottom-sheet-content{overflow-y:auto;padding:8px 0}.grow-product-listing__bottom-sheet-group-title{font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#000}.grow-product-listing__radio-list{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:8px}.grow-product-listing__radio-item{border:1px solid #e5e7eb;border-radius:.25rem;padding:10px 12px;background:#f9fafb}.grow-product-listing__radio-label{display:flex;align-items:center;justify-content:space-between;gap:12px}.grow-product-listing__radio-label input[type=radio]{accent-color:#1f2937;margin-right:8px}.grow-product-listing__radio-text{font-size:1rem;color:#000;flex:1 1}.grow-product-listing__radio-count,.grow-product-listing__radio-text{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.grow-product-listing__radio-count{font-size:.875rem;color:#555e68}.grow-product-listing__bottom-sheet-actions{display:flex;gap:12px;padding-top:8px;border-top:1px solid #e5e7eb}.grow-product-listing__action-btn{flex:1 1;padding:12px 16px;border-radius:.25rem;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out}.grow-product-listing__action-btn--secondary{background:#fff;border:1px solid #9ca3af;color:#000}.grow-product-listing__action-btn--primary{background:#1f2937;border:1px solid #1f2937;color:#fff}