.rc-section{padding-top:5.6rem;padding-bottom:5.6rem}.rc-section__heading{font-family:var(--rc-font-heading);font-size:var(--rc-text-h2);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);margin:0 0 3.2rem}@media screen and (max-width:749px){.rc-section{padding-top:3.6rem;padding-bottom:3.6rem}}.rc-hero-section{background-color:var(--rc-blue-tint)}.rc-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:3.2rem 0}.rc-hero>*,.rc-category-grid>*,.rc-product-grid>*{min-width:0}.rc-hero__heading{font-family:var(--rc-font-heading);font-size:4.3rem;font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);line-height:var(--rc-lh-tight);margin:0 0 2rem}.rc-hero__body{font-family:var(--rc-font-body);font-size:1.9rem;color:var(--rc-dark-blue);line-height:var(--rc-lh-body);margin:0 0 2.4rem}.rc-hero__body p:last-child{margin-bottom:0}.rc-hero__cta{display:inline-flex;align-items:center;padding:1.2rem 2.4rem;background:var(--rc-cobalt);color:var(--rc-white);border:2px solid var(--rc-cobalt);border-radius:0;font-family:var(--rc-font-body);font-size:1.4rem;font-weight:var(--rc-weight-bold);letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;margin-top:2rem}.rc-hero__cta:hover{background:#0f52c9;border-color:#0f52c9;color:var(--rc-white);text-decoration:none}.rc-hero__image-wrapper{display:flex;justify-content:center;align-items:center;max-width:520px;margin:0 auto}.rc-hero__image{width:100%;height:auto;display:block;border-radius:0}.rc-hero__image--placeholder{width:100%;height:auto;border-radius:0;overflow:hidden}@media screen and (max-width:989px){.rc-hero__heading{font-size:var(--rc-text-h3)}}@media screen and (max-width:749px){.rc-hero{grid-template-columns:1fr;gap:3rem;padding:2.4rem 0}}.rc-search-bar-section{background-color:var(--rc-light-blue)}.rc-search-bar__heading{font-family:var(--rc-font-heading);font-size:2.8rem;font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);text-align:center;margin:0 0 3rem;line-height:var(--rc-lh-body)}.rc-search-form{display:flex;max-width:660px;margin:0 auto 4rem;border:1px solid var(--rc-stroke);border-radius:0;overflow:hidden;background:var(--rc-white)}.rc-search-form__input{flex:1;padding:1.3rem 1.8rem;font-family:var(--rc-font-body);font-size:var(--rc-text-body);color:var(--rc-dark-blue);border:none;outline:none;background:transparent;min-width:0}.rc-search-form__input::placeholder{color:#9ca3af}.rc-search-form__btn{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.3rem 2.4rem;background:var(--rc-cobalt);color:var(--rc-white);border:none;cursor:pointer;font-family:var(--rc-font-body);font-size:var(--rc-text-body-small);font-weight:var(--rc-weight-bold);white-space:nowrap;transition:background-color .15s ease}.rc-search-form__btn:hover{background-color:#0f52d4}.rc-search-form__btn .svg-wrapper{display:flex}.rc-search-form__btn svg{width:1.8rem;height:1.8rem;fill:currentColor}.rc-search-tiles{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.rc-search-tiles::-webkit-scrollbar{display:none}.rc-search-tiles__track{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-bottom:.4rem}.rc-search-tiles__track:has(.rc-search-tile:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.rc-search-tiles__track:has(.rc-search-tile:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}.rc-search-tiles__track:has(.rc-search-tile:only-child){grid-template-columns:1fr}.rc-search-tile{position:relative;display:flex;flex-direction:column;text-decoration:none;background:var(--rc-white);border:1px solid var(--rc-stroke);border-radius:0;overflow:hidden;transition:box-shadow .2s ease}.rc-search-tile:hover{box-shadow:0 4px 20px #3b3c451a;text-decoration:none}.rc-search-tile__image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:0;background:var(--rc-light-blue-bg)}.rc-search-tile__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.rc-search-tile:hover .rc-search-tile__image{transform:scale(1.04)}.rc-search-tile__image--placeholder{width:100%;height:100%}.rc-search-tile__badge{position:absolute;top:1rem;left:1rem;z-index:1;background:var(--rc-orange-bg);color:var(--rc-orange);font-family:var(--rc-font-body);font-size:1.1rem;font-weight:var(--rc-weight-bold);line-height:1;padding:.4rem 1rem;border-radius:0;border-left:2px solid var(--rc-orange);white-space:nowrap;pointer-events:none}.rc-search-tile__body{padding:1.2rem 1.4rem 1.6rem;display:flex;flex-direction:column;gap:.4rem}.rc-search-tile__title{font-family:var(--rc-font-body);font-size:var(--rc-text-body-small);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);line-height:1.35}.rc-search-tile__desc{font-family:var(--rc-font-body);font-size:1.2rem;color:#6b7280;margin:0;line-height:1.45}@media screen and (max-width:749px){.rc-search-tiles__track{display:flex;justify-content:flex-start;padding-left:.4rem}.rc-search-tile{flex-shrink:0;width:180px}}.rc-category-grid-section{background-color:var(--rc-light-blue)}.rc-category-grid__heading{font-family:var(--rc-font-heading);font-size:var(--rc-text-h3);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);max-width:60rem;margin:0 0 2.4rem;line-height:var(--rc-lh-body)}.rc-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.rc-category-card{display:flex;flex-direction:column;text-decoration:none;border-radius:0;border-top:1px solid var(--rc-stroke);overflow:hidden;background:var(--rc-light-blue)}.rc-category-card__label{font-family:var(--rc-font-body);font-size:var(--rc-text-body);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);padding:1.2rem 1.6rem;background:none;line-height:1.3}.rc-category-card__image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden}.rc-category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.rc-category-card:hover .rc-category-card__image{transform:scale(1.05)}.rc-category-card__image--placeholder{width:100%;height:100%}@media screen and (max-width:749px){.rc-category-grid{grid-template-columns:1fr}}.rc-featured-products-section{background-color:var(--rc-light-blue-bg)}.rc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}.rc-product-card{display:flex;flex-direction:column;text-decoration:none;background:var(--rc-white);border:1px solid var(--rc-stroke);border-radius:0;overflow:hidden;transition:box-shadow .2s ease}.rc-product-card:hover{box-shadow:0 4px 20px #3b3c451a;text-decoration:none}.rc-product-card__image-wrapper{aspect-ratio:1;overflow:hidden;background:var(--rc-white);flex-shrink:0}.rc-product-card__image{width:100%;height:100%;object-fit:contain;padding:1.2rem;transition:transform .3s ease}.rc-product-card:hover .rc-product-card__image{transform:scale(1.04)}.rc-product-card__image--placeholder{width:100%;height:100%;padding:1.2rem}.rc-product-card__info{padding:1.6rem;display:flex;flex-direction:column;flex:1;gap:.6rem}.rc-product-card__title{font-family:var(--rc-font-body);font-size:var(--rc-text-body-small);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rc-product-card__sku{font-family:var(--rc-font-body);font-size:1.2rem;color:#6b7280;margin:0}.rc-product-card__price{font-family:var(--rc-font-body);font-size:var(--rc-text-body-small);color:var(--rc-dark-blue);margin:0}.rc-product-card__cta{margin-top:auto;padding-top:1rem;font-family:var(--rc-font-body);font-size:var(--rc-text-body-small);font-weight:var(--rc-weight-bold);color:var(--rc-cobalt);text-decoration:none}.rc-product-card:hover .rc-product-card__cta{text-decoration:underline}@media screen and (max-width:989px){.rc-product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.rc-product-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.rc-product-card__info{padding:1.2rem}}.rc-brands-section{background-color:var(--rc-light-blue);border-top:1px solid var(--rc-stroke)}.rc-brands__header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:3.2rem}.rc-brands__heading{font-family:var(--rc-font-heading);font-size:var(--rc-text-h2);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);margin:0}.rc-brands__view-all{font-family:var(--rc-font-body);font-size:var(--rc-text-body-small);font-weight:var(--rc-weight-bold);color:var(--rc-cobalt);text-decoration:none;white-space:nowrap}.rc-brands__view-all:hover{text-decoration:underline}@media screen and (max-width:749px){.rc-brands__view-all{white-space:normal}}.rc-brands__logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:4rem}.rc-brand-logo{display:flex;align-items:center;justify-content:center;padding:4.8rem 2.4rem;text-decoration:none;background:var(--rc-white)!important;border:1px solid var(--rc-stroke)!important;box-shadow:none}.rc-brand-logo__img{max-height:56px;width:auto;max-width:200px;object-fit:contain}@media screen and (max-width:749px){.rc-brand-logo__img{max-height:40px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/reprocell-homepage.css.map */
