.rc-plp-header{padding:4rem 0 3.2rem}.rc-plp-title{font-family:var(--rc-font-heading);font-size:var(--rc-text-h1);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);margin:0 0 1.6rem;line-height:var(--rc-lh-tight)}.rc-plp-description{font-size:1.5rem;line-height:1.65;color:var(--rc-dark-blue);max-width:72rem}.rc-plp-body{display:grid;grid-template-columns:22rem 1fr;gap:4.8rem;align-items:start;padding-bottom:6.4rem}.rc-plp-sidebar{position:sticky;top:2rem}.rc-filter-group{margin-bottom:3.2rem}.rc-filter-group__heading{font-family:var(--rc-font-body);font-size:1.3rem;font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);text-transform:uppercase;letter-spacing:.06em;margin:0 0 1.2rem;padding-bottom:1rem;border-bottom:2px solid var(--rc-stroke)}.rc-filter-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.rc-filter-item--overflow{display:none}.rc-filter-item--overflow.is-visible{display:block}.rc-filter-label{display:flex;align-items:center;gap:.8rem;cursor:pointer;font-size:1.4rem;color:var(--rc-dark-blue);line-height:1.4}.rc-filter-label:hover{color:var(--rc-cobalt)}.rc-filter-check{width:1.6rem;height:1.6rem;accent-color:var(--rc-cobalt);cursor:pointer;flex-shrink:0}.rc-filter-link{display:flex;align-items:center;gap:.8rem;font-family:var(--rc-font-body);font-size:1.4rem;color:var(--rc-dark-blue);text-decoration:none;line-height:1.4;padding:.1rem 0}.rc-filter-link:before{content:"";width:1.6rem;height:1.6rem;flex-shrink:0;border:1px solid var(--rc-stroke);border-radius:2px;background:var(--rc-white);transition:background .15s,border-color .15s}.rc-filter-link:hover{color:var(--rc-cobalt)}.rc-filter-link:hover:before{border-color:var(--rc-cobalt)}.rc-filter-link--active{color:var(--rc-cobalt);font-weight:var(--rc-weight-semibold)}.rc-filter-link--active:before{background:var(--rc-cobalt);border-color:var(--rc-cobalt);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 10px}.rc-filter-seemore{background:none;border:none;cursor:pointer;color:var(--rc-cobalt);font-size:1.3rem;font-weight:var(--rc-weight-semibold);font-family:var(--rc-font-body);padding:0;margin-top:1rem;text-decoration:underline}.rc-plp-controls{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.4rem 0;border-top:2px solid var(--rc-stroke);border-bottom:1px solid var(--rc-stroke);margin-bottom:0;flex-wrap:wrap}.rc-plp-controls__left{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap}.rc-plp-controls__right{display:flex;align-items:center;gap:1.6rem}.rc-plp-item-count{font-size:1.4rem;font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);white-space:nowrap}.rc-plp-grand-total{font-size:1.4rem;color:var(--rc-dark-blue);white-space:nowrap}.rc-grand-total-amount{color:var(--rc-cobalt);font-weight:var(--rc-weight-bold)}.rc-plp-add-all-btn{background:var(--rc-orange);color:var(--rc-white);border:none;padding:.9rem 2rem;font-size:1.4rem;font-weight:var(--rc-weight-bold);font-family:var(--rc-font-body);cursor:pointer;white-space:nowrap;transition:opacity .2s ease}.rc-plp-add-all-btn:hover{opacity:.88}.rc-plp-add-all-btn:disabled{opacity:.6;cursor:default}.rc-sort-wrap{display:flex;align-items:center;gap:.8rem}.rc-sort-label{font-size:1.3rem;color:var(--rc-dark-blue);white-space:nowrap}.rc-sort-select{border:1px solid var(--rc-stroke);padding:.7rem 1.2rem;font-size:1.3rem;font-family:var(--rc-font-body);background:var(--rc-white);color:var(--rc-dark-blue);cursor:pointer}.rc-view-toggle{display:flex;border:1px solid var(--rc-stroke);overflow:hidden}.rc-toggle-btn{display:flex;align-items:center;justify-content:center;width:3.8rem;height:3.4rem;background:var(--rc-white);border:none;cursor:pointer;color:var(--rc-dark-blue);transition:background .15s ease,color .15s ease}.rc-toggle-btn+.rc-toggle-btn{border-left:1px solid var(--rc-stroke)}.rc-toggle-btn.is-active{background:var(--rc-cobalt);color:var(--rc-white)}.rc-toggle-btn:not(.is-active):hover{background:var(--rc-light-blue)}.rc-view-list .rc-plp-grid-wrap,.rc-view-grid .rc-plp-list-wrap{display:none}.rc-plp-grid-wrap{padding-top:2.4rem}.rc-plp-list-wrap{overflow-x:auto}.rc-plp-table{width:100%;border-collapse:collapse;font-size:1.4rem}.rc-plp-table thead th{background:var(--rc-light-blue-bg);padding:1.2rem 1.4rem;text-align:left;font-size:1.2rem;font-weight:var(--rc-weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--rc-dark-blue);border-bottom:2px solid var(--rc-stroke);white-space:nowrap}.rc-plp-table thead th.rc-col-price,.rc-plp-table thead th.rc-col-total{text-align:right}.rc-plp-table thead th.rc-col-qty{text-align:center}.rc-col-img{width:8rem}.rc-col-code{width:11rem}.rc-col-price{width:10rem;text-align:right}.rc-col-qty{width:14rem;text-align:center}.rc-col-total{width:9rem;text-align:right}.rc-plp-row td{padding:1.1rem 1.4rem;border-bottom:1px solid var(--rc-stroke);vertical-align:middle;color:var(--rc-dark-blue)}.rc-plp-row td.rc-col-price,.rc-plp-row td.rc-col-total{text-align:right}.rc-plp-row td.rc-col-qty{text-align:center}.rc-plp-row:hover td{background:#fafbfd}.rc-plp-group-header td{padding:1.4rem 1.4rem .6rem;border-bottom:none;background:var(--rc-light-blue-bg);vertical-align:middle}.rc-plp-group-title{font-weight:var(--rc-weight-bold)}.rc-plp-group-title a{color:var(--rc-dark-blue);text-decoration:none}.rc-plp-group-title a:hover{color:var(--rc-cobalt)}.rc-plp-subrow td{background:var(--rc-white);padding-top:.9rem;padding-bottom:.9rem}.rc-plp-subrow:last-of-type td{border-bottom:2px solid var(--rc-stroke)}.rc-plp-table img{width:5.6rem;height:5.6rem;object-fit:contain;display:block;background:var(--rc-light-blue)}.rc-col-name a{color:var(--rc-dark-blue);text-decoration:none}.rc-col-name a:hover{color:var(--rc-cobalt);text-decoration:underline}.rc-row-total{font-weight:var(--rc-weight-semibold)}.rc-plp-empty{padding:4rem 0;color:var(--rc-dark-blue);font-size:1.5rem}.rc-qty-stepper{display:flex;align-items:center;border:1px solid var(--rc-stroke);overflow:hidden;width:fit-content}.rc-qty-btn{width:2.8rem;height:2.8rem;background:none;border:none;cursor:pointer;font-size:1.6rem;line-height:1;color:var(--rc-dark-blue);display:flex;align-items:center;justify-content:center;padding:0;flex:0 0 2.8rem;font-family:var(--rc-font-body);transition:background .15s ease}.rc-qty-btn:hover{background:var(--rc-light-blue)}.rc-qty-input{width:3.8rem;height:2.8rem;border:none;border-left:1px solid var(--rc-stroke);border-right:1px solid var(--rc-stroke);text-align:center;font-size:1.3rem;font-family:var(--rc-font-body);color:var(--rc-dark-blue);-moz-appearance:textfield;background:var(--rc-white);flex:0 0 3.8rem}.rc-qty-input::-webkit-outer-spin-button,.rc-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rc-plp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.rc-product-card{display:flex;flex-direction:column;background:var(--rc-white);border:1px solid var(--rc-stroke);overflow:hidden;transition:box-shadow .2s ease}.rc-product-card:hover{box-shadow:0 4px 16px #3b3c451a}.rc-product-card__img-wrap{display:block;aspect-ratio:1;overflow:hidden;background:var(--rc-light-blue)}.rc-product-card__img-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.rc-product-card:hover .rc-product-card__img-wrap img{transform:scale(1.03)}.rc-product-card__no-img{width:100%;height:100%;background:var(--rc-light-blue)}.rc-product-card__body{padding:1.6rem;display:flex;flex-direction:column;flex:1;gap:.6rem}.rc-product-card__title{font-family:var(--rc-font-heading);font-size:1.4rem;font-weight:var(--rc-weight-bold);line-height:1.35;margin:0}.rc-product-card__title a{color:var(--rc-dark-blue);text-decoration:none}.rc-product-card__title a:hover{color:var(--rc-cobalt)}.rc-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:auto;margin-bottom:1.2rem}.rc-product-card__price{font-size:1.4rem;font-weight:var(--rc-weight-regular);color:var(--rc-dark-blue);margin:0}.rc-product-card__tag{display:inline-flex;align-items:center;padding:.3rem .8rem;background:var(--rc-orange-bg);color:var(--rc-orange);font-size:1.05rem;font-weight:var(--rc-weight-bold);border-radius:10rem;white-space:nowrap;flex-shrink:0}.rc-product-card__actions{display:flex;gap:.6rem}.rc-pc-btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1rem;font-size:1.25rem;font-weight:var(--rc-weight-bold);font-family:var(--rc-font-body);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;transition:opacity .2s ease;flex:1}.rc-pc-btn:hover{opacity:.86;text-decoration:none}.rc-pc-btn:disabled{opacity:.6;cursor:default}.rc-pc-btn--orange{background:var(--rc-orange);color:var(--rc-white)}.rc-pc-btn--blue{background:var(--rc-cobalt);color:var(--rc-white)}.rc-pc-btn--heart{flex:0 0 3.2rem;width:3.2rem;padding:0;background:var(--rc-white);border:1px solid var(--rc-stroke);color:var(--rc-dark-blue)}.rc-pc-btn--heart:hover{border-color:var(--rc-orange);color:var(--rc-orange);opacity:1}.rc-pc-btn--heart.is-quoted{background:var(--rc-orange-bg);border-color:var(--rc-orange);color:var(--rc-orange)}.rc-card-stepper{margin-top:1rem}.rc-plp-pagination{margin-top:4rem;display:flex;justify-content:center}.rc-view-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 4rem;background:var(--rc-white);border:1px solid var(--rc-stroke);color:var(--rc-dark-blue);font-size:1.4rem;font-weight:var(--rc-weight-semibold);font-family:var(--rc-font-body);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.rc-view-more-btn:hover{border-color:var(--rc-cobalt);box-shadow:0 2px 8px #3b3c4514;text-decoration:none}.rc-recently-viewed{background:var(--rc-light-blue-bg);padding:5.6rem 0}.rc-recently-viewed__heading{font-family:var(--rc-font-heading);font-size:var(--rc-text-h3);font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);margin:0 0 3.2rem}.rc-recently-viewed__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.rc-plp-sidebar,.rc-plp-content,.rc-product-card{min-width:0}.rc-sidebar-toggle{display:none}@media(max-width:900px){.rc-plp-body{grid-template-columns:1fr;gap:0}.rc-plp-sidebar{position:static;border-bottom:1px solid var(--rc-stroke);padding-bottom:2rem;margin-bottom:2.4rem}.rc-sidebar-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:1px solid var(--rc-stroke);padding:1.1rem 1.4rem;font-family:var(--rc-font-body);font-size:1.4rem;font-weight:var(--rc-weight-bold);color:var(--rc-dark-blue);cursor:pointer;margin-bottom:1.6rem}.rc-sidebar-toggle__icon{width:1.6rem;height:1.6rem;transition:transform .2s ease;flex-shrink:0}.rc-sidebar-toggle[aria-expanded=false] .rc-sidebar-toggle__icon{transform:rotate(-90deg)}.rc-plp-sidebar.rc-sidebar--collapsed .rc-filter-group{display:none}.rc-plp-grid{grid-template-columns:1fr}.rc-recently-viewed__grid{grid-template-columns:repeat(2,1fr)}.rc-view-toggle{display:flex}.rc-plp-controls{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.2rem 0}.rc-plp-controls__left{gap:1.4rem}.rc-plp-controls__right{width:100%}.rc-sort-wrap{flex:1}.rc-sort-select{flex:1;width:100%}}@media(max-width:600px){.rc-plp-grand-total{display:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/reprocell-plp.css.map */
