/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 08:10:38 */
.wa-products-section {
  background-color: #f7f7f7 !important; }

.wa-sidebar-banner-wrapper {
  position: sticky;
  top: 15rem !important; }

body .wa-sidebar-banner {
  transition: 0.2s all ease-in-out;
  border: 3px solid #fff !important;
  border-radius: 10px !important;
  overflow: hidden; }
  body .wa-sidebar-banner__img img {
    display: block;
    width: 100% !important;
    height: auto; }
  body .wa-sidebar-banner:hover {
    transform: translatey(-3px) !important;
    border: 3px solid #f8f8f8 !important; }

body .wa-products-inner {
  display: grid !important;
  grid-template-columns: 364px 2fr !important;
  gap: 3rem !important; }
  body .wa-products-inner .wa-products-inner-body {
    width: 100%; }
    body .wa-products-inner .wa-products-inner-body .oxy-wpgb-grid {
      margin-bottom: 4rem !important; }

body .wpgb-facet.wpgb-facet-13 * {
  text-transform: uppercase !important;
  color: #d92a63 !important; }

body .wa-facets-wrapper {
  background-color: #fff;
  padding: 2.5rem 2.1rem !important;
  border-radius: 10px !important; }
  body .wa-facets-wrapper .wa-facets-wrapper-inner {
    display: flex;
    flex-direction: column;
    gap: 2.8rem !important; }
  body .wa-facets-wrapper .wa-facets-wrapper__heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 27.6px;
    color: var(--green);
    margin-bottom: 3.3rem !important; }
  body .wa-facets-wrapper .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
    height: 6rem !important; }
  body .wa-facets-wrapper .dp-search-facet .acplt::before {
    transform: rotate(90deg) translatex(7.5px) !important;
    height: 4.5rem !important;
    width: 6rem !important; }
  body .wa-facets-wrapper .dp-search-facet {
    margin-bottom: 0 !important; }
  body .wa-facets-wrapper .dp_accordion_row {
    height: 6rem !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important; }
  body .wa-facets-wrapper .oxel_accordion__row_left {
    padding-left: 3rem; }
    body .wa-facets-wrapper .oxel_accordion__row_left .oxel_accordion__row__label {
      color: #21a73f;
      font-weight: 700;
      font-size: 2rem;
      text-transform: uppercase; }
  body .wa-facets-wrapper .oxel_accordion__row--active > .oxel_accordion__icon {
    transform: unset !important; }
    body .wa-facets-wrapper .oxel_accordion__row--active > .oxel_accordion__icon:before {
      transform: rotate(90deg); }
  body .wa-facets-wrapper .dp_oxel_accordion__content {
    margin-bottom: 0 !important; }
  body .wa-facets-wrapper .oxel_accordion__icon {
    margin-right: 3rem; }
    body .wa-facets-wrapper .oxel_accordion__icon:after {
      content: "";
      width: 2rem;
      height: 0.5rem;
      display: flex !important;
      background: #21a73f;
      transform: translate(-12.5px, 8px); }
    body .wa-facets-wrapper .oxel_accordion__icon:before {
      content: "";
      width: 0.5rem;
      height: 2rem;
      display: flex !important;
      background: #21a73f; }
    body .wa-facets-wrapper .oxel_accordion__icon svg {
      display: none !important; }

.wpgb-facet-title {
  color: var(--blue) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
  margin-bottom: 0.7rem !important;
  line-height: 23px !important; }

.dp-search-facet {
  width: 100%;
  text-align: justify;
  border-right-style: none;
  border-left-style: none;
  cursor: pointer; }
  .dp-search-facet .acplt-clear, .dp-search-facet .acplt-loader {
    right: 40px !important; }
  .dp-search-facet input.wpgb-input {
    background: #fff !important;
    height: 6.1rem !important;
    min-height: 6.1rem !important; }
  .dp-search-facet .wpgb-input {
    border-color: #d9d9d9 !important;
    border-width: 2px !important;
    padding-left: 1.2rem !important;
    border-radius: 6px !important; }
  .dp-search-facet .wpgb-input-icon {
    display: none !important; }
  .dp-search-facet .acplt::before {
    content: "⌵";
    background: var(--green);
    width: 4.5rem;
    height: 6.1rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center; }

.wa-products-pagination {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center; }

.wpgb-pagination a[aria-current="true"] {
  background: var(--blue);
  color: #fff !important;
  border-radius: 6px;
  pointer-events: none;
  font-weight: 700 !important; }

.wpgb-pagination a {
  color: var(--blue);
  transition: 0.2s all ease-in-out !important;
  font-weight: 500 !important;
  line-height: 44px !important;
  font-size: 2rem !important; }
  .wpgb-pagination a:hover {
    background: var(--blue);
    color: #fff;
    border-radius: 6px; }

.wpgb-pagination .wpgb-page {
  height: 4.4rem !important;
  min-width: 4.4rem !important; }

.wpgb-pagination li:first-child a, .wpgb-pagination li:last-child a {
  font-size: 5rem !important;
  font-weight: 400 !important; }

.wpgb-pagination li:first-child a[aria-current="true"], .wpgb-pagination li:last-child a[aria-current="true"] {
  font-size: 2rem !important;
  font-weight: 700 !important; }

body .wa-products .wa-widget-sidebar-trigger {
  display: none !important;
  width: 100%;
  font-size: 18px !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: space-between;
  padding-block: 2rem;
  height: 6.1rem;
  line-height: 20.7px !important;
  align-items: center;
  padding-left: 1.9rem;
  padding-right: 1.4rem;
  background-color: var(--green);
  border-radius: 5px;
  color: #fff;
  margin-bottom: 1.9rem; }

.rx-grid .wpgb-card {
  border: 2.5px solid #bdbdbd !important;
  border-radius: 10px 10px 10px 10px !important;
  transition: all 0.5s ease !important;
  overflow: hidden !important;
  background: white; }
  .rx-grid .wpgb-card .wpgb-card-media-thumbnail div {
    background-size: 70% !important; }
  .rx-grid .wpgb-card:hover {
    transform: translateY(-5px);
    transition: all 0.5s ease !important; }
    .rx-grid .wpgb-card:hover .rx_product_title_on_image {
      font-size: 0px !important; }

.rx-grid .rx_product_title {
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  color: #2b2d59 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  max-height: unset !important;
  min-height: unset !important;
  font-weight: 600 !important;
  transition: all 0.5s ease; }

.rx-grid .rx_product_title_on_image {
  font-size: 0 !important; }

.rx-grid .wpgb-card-media-thumbnail {
  padding: 3rem !important;
  padding-bottom: 0 !important; }

.rx-grid .wpgb-card-body {
  padding: 2.2rem 2.4rem !important;
  padding-top: 0 !important; }
  .rx-grid .wpgb-card-body a {
    font-size: 1.8rem !important; }

.rx-grid .wpgb-card-footer {
  padding: 0px !important;
  overflow: hidden !important; }

.rx-grid .rx_product_link {
  background: var(--blue) !important;
  padding: 1.4rem 1rem !important;
  line-height: 23px !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 2rem !important; }

body .dp_filters_wrapper {
  flex-direction: column !important;
  height: 100% !important;
  gap: 3.2rem !important; }
  body .dp_filters_wrapper .wpgb-hierarchical-list {
    display: flex;
    flex-direction: column;
    gap: 8px !important; }
    body .dp_filters_wrapper .wpgb-hierarchical-list li {
      margin-right: 10px !important;
      padding: 0 !important;
      margin-top: 10px !important; }
    body .dp_filters_wrapper .wpgb-hierarchical-list .wpgb-checkbox-label {
      font-size: 18px !important;
      padding-left: 11px !important; }

.oxel_accordion__row.dp_accordion_row {
  width: 100%;
  padding-top: 2.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 2.5rem !important;
  text-align: justify;
  border-bottom-color: #eceeef;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-style: none;
  background-color: #f9f9fa;
  border-right-style: none;
  border-left-style: none;
  cursor: pointer; }

.dp_oxel_accordion__content {
  background: #f9f9fa !important;
  margin-bottom: 3rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.dp_oxel_accordion__content, .wa-facets-wrapper .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox {
  align-items: center !important; }

.dp_oxel_accordion__content, .wa-facets-wrapper .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
  width: 2.2rem !important;
  height: 2.2rem !important;
  border-radius: 2px !important;
  border-width: 1.5px !important;
  border-color: #8c8da3 !important; }

.dp_oxel_accordion__content, .wa-facets-wrapper .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
  border-color: var(--green) !important;
  outline: none !important;
  background-color: var(--green) !important; }

.oxel_accordion__row--active ~ .dp_oxel_accordion__content {
  padding-top: 1.5rem !important;
  padding-bottom: 33rem !important; }

.wa-adc-supplement {
  font-size: 1.2rem !important;
  margin-top: 5px !important;
  color: var(--blue) !important;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

@media (max-width: 991px) {
  body .wa-products-inner {
    grid-template-columns: 1fr !important; }

  body .wa-products .wa-widget-sidebar-trigger {
    display: flex !important; }

  body .dp_filters_wrapper {
    grid-row: 2 !important; }

  body #-wpgb-facet-49-26083 {
    margin-bottom: 1.6rem !important; } }

@media (max-width: 767px) {
  body .wa-products-inner .wa-products-inner-body .oxy-wpgb-grid {
    margin-bottom: 2.1rem !important; } }

@media (max-width: 479px) {
  body .dp_filters_wrapper .wpgb-checkbox-label {
    font-size: 1.4rem !important; }

  body .rx-grid .wpgb-card-footer a {
    line-height: 22.52px !important;
    border-radius: 5px !important; }

  body .rx-grid .wpgb-card-body a {
    font-size: 1.6rem !important; }

  body .rx-grid .wpgb-card .wpgb-card-body {
    padding-left: 1.4rem !important;
    font-size: 1.6rem !important;
    padding-bottom: 1.1rem !important;
    padding-right: 1.4rem !important; }

  body .dp_filters_wrapper .dp_accordion_row {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important; }

  .wpgb-pagination a {
    font-weight: 500 !important;
    line-height: 34px !important;
    font-size: 1.8rem !important; }

  .wpgb-pagination .wpgb-page {
    height: 3.4rem !important;
    min-width: 3.4rem !important; } }

@media (max-width: 400px) {
  body .wa-facets-wrapper .wa-facets-wrapper__heading {
    font-size: 2.1rem; } }

@media (max-width: 415px) {
  .wpgb-pagination a {
    font-weight: 500 !important;
    line-height: 40px !important;
    font-size: 1.8rem !important; }

  .wpgb-pagination li:first-child:not(:has(a[aria-current="true"])), .wpgb-pagination li:last-child:not(:has(a[aria-current="true"])) {
    display: none; }

  .wpgb-pagination .wpgb-page {
    min-width: 4rem !important;
    height: 4rem !important; } }
