<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-header .row {
  display: flex;
  align-items: center; /* Align items vertically */
}

.category-header {
  background: #e7fcf7;
  margin-bottom: 30px;
  overflow: hidden;
}

.category-header-image {
  width: 372px;
  height: 259px;
  position: relative;
  left: 100px;
  background-size: cover;
  background-position: center;
}

.category-header-trustpilot {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 35%;
  transform: translateX(-50%);
  padding: 10px 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  align-items: center;
  gap: 8px;
  width: 550px;
}

.category-header-title {
  width: 100%;
  max-width: 670px;
  height: auto;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 100px;
}

.catalog-inline-breadcrumbs {
  margin-left: 100px;
  margin-bottom: 10px;
}

.category-header-trustpilot-mobile {
  display: none;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #FFFFFF;
}

.otc-container {
  background: white;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.otc-products {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  margin: auto;
  max-width: 1200px;
}

.otc-filters {
  display: flex;
  align-items: center;
}

.filters,
.sort {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: space-between;
}

#filters-menu .filter-choice {
  padding: 6px 15px 6px 8px !important;
}

#filters-menu .filter-choice:hover {
  background-color: #F1FDFA !important;
}

#filters-menu .filter-choice label,
.desktop-selected-sort {
  color: #656D79 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-left: 3px !important;
  font-family: Poppins !important;
  line-height: 26px !important;
  vertical-align: middle !important;
}

.desktop-selected-sort:hover {
  background-color: #F1FDFA !important;
}

#filters-menu input[type=checkbox] {
  align-self: center !important;
}

.checkbox {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background-color: white !important;
  cursor: pointer !important;
  position: relative !important;
  vertical-align: middle !important;
  margin-right: 8px !important;
  flex-shrink: 0 !important;
}

.checkbox:checked {
  background-color: #11DDAC !important;
  border-color: #11DDAC !important;
}

.checkbox:checked::after {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 3px !important;
  width: 5px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
  display: block !important;
}

.sort {
  margin-left: auto;
}

.span-style {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #656D79;
  display: flex;
  align-items: center;
}

#product-count {
  display: flex;
  align-items: center;
  gap: 4px;
}
#product-count p {
  margin: 0;
}

.search-bar {
  position: relative;
  display: flex;
  margin-bottom: 35px;
  width: 100%;
}

.search-bar input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-bar button {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-image {
  position: absolute;
  top: 50%;
  right: 64px;
  opacity: 0.7;
  width: 18px;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.search-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img_v4/icons/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdownn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 5px 15px;
}

.dropdown-span {
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0%;
  line-height: 1.5; /* Matches other elements */
  color: #656D79;
  display: flex; /* Makes it behave like a flex item */
  align-items: center; /* Aligns text vertically */
}

.chevron-iconn {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 150px !important;
  top: 100%;
  left: 0;
  z-index: 10;
  width: auto !important;
  white-space: nowrap !important;
}

.dropdown-content p {
  margin: 0;
  padding: 8px 12px;
  cursor: pointer;
  transition: 0.2s;
}

.dropdown-content p:hover {
  background-color: #f5f5f5;
}

.unselectable-text {
  white-space: nowrap !important;
  overflow: visible !important;
}

.results {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.results .not-found {
  max-width: 570px;
  height: 70px;
  background-color: #f7f7f7;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  z-index: 2;
}
.results .not-found__title {
  font-size: 14px;
  color: #777777;
  margin: 0;
  line-height: 1;
  color: red;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .results .not-found {
    min-width: 570px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.otc-products .not-found,
#search_results_not_found {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.otc-products .not-found__title,
#search_results_not_found .not-found__title {
  margin-bottom: 0;
  color: #ef4747;
  text-align: center;
  width: 100%;
}

.results__item {
  flex: 1 1 350px;
  padding: 1rem;
  border-radius: 12px;
  border-width: 1px;
  border: 1px solid #E4E4E4;
  max-width: 386px;
}

.product-info {
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-info .product-title {
  font-family: Poppins;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #0D2C54;
  margin-bottom: 5px;
}
.product-info .product-brand {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #656D79;
}

.product-image-container {
  height: 215px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-container img {
  width: 215px;
  height: 215px;
  object-fit: contain;
}

.price {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 3px;
  font-family: Poppins;
  letter-spacing: 0px;
  line-height: 19px;
  font-size: 18px;
}
.price .price-current {
  font-size: 1.25rem;
  color: #2d3748;
  font-weight: 600;
}
.price .price-original {
  line-height: 1;
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #9C0505;
  font-weight: 400;
}

/* Package button styles */
.package-selection {
  margin-top: 1rem;
}

.package-label {
  font-size: 0.875rem;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.select-package-quantity-title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0%;
  height: 18px;
  color: #0D2C54;
  margin-bottom: 8px;
  letter-spacing: 0%;
}
.select-package-quantity-title .select-package-quantity-title-span {
  font-weight: 600;
}

.package-buttons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  justify-content: start;
  gap: 10px;
  overflow-y: auto;
  padding-block-end: 5px;
}

.package-buttons::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

.package-buttons::-webkit-scrollbar-thumb {
  background-color: var(--primary-lightgreen);
  border-radius: 10px;
}

.package-btn {
  padding: 4px 8px;
  text-wrap: nowrap;
  font-size: 0.875rem;
  color: #4a5568;
  border-radius: 6px;
  background-color: white;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  transition: all 0.3s ease;
}

.package-btn:hover {
  border-color: #11DDAC;
  background-color: #F1FDFA;
}

.package-btn:active {
  background-color: #11DDAC;
}

.active-package {
  border-color: #11DDAC;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.package-btn.active {
  border-color: #11DDAC;
}

.quantity-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
  align-items: center;
}

.quantity-selector {
  display: flex;
  align-items: center;
  background-color: #F1FDFA;
  padding: 6px;
  border-radius: 6px;
}

.quantity-btn {
  width: 30px;
  height: 30px;
  border-radius: 2.65px;
  background-color: #D4F5ED;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: Poppins, sans-serif;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.quantity-btn.disabled-btn {
  background-color: #D4F5ED;
  opacity: 0.4;
  cursor: not-allowed;
}

.quantity-btn.disabled-btn:hover {
  background-color: #D4F5ED;
}

.quantity-btn.disabled-btn:hover .minus-icon,
.quantity-btn.disabled-btn:hover .plus-icon {
  color: #0A9281;
}

.quantity-btn:hover {
  background-color: #0A9080;
}

.quantity-btn .minus-icon,
.quantity-btn .plus-icon {
  color: #0A9281;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 26.47px;
  transition: color 0.3s ease-in-out;
}

.quantity-btn:hover .minus-icon,
.quantity-btn:hover .plus-icon {
  color: white;
}

.quantity-display {
  color: #4a5568;
  padding-inline: 1em;
}

.add-to-cart {
  display: flex;
  align-items: center;
  background-color: #11DDAC;
  color: #FFFFFF;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  border-radius: 4.8px;
  cursor: pointer;
  height: 48px;
  gap: 10px;
  padding-top: 10px 24px;
  justify-content: center;
}

.add-to-cart:hover {
  background-color: #4fd1c5;
}

.cart-icon {
  width: 20px;
  height: 20px;
  background-image: url("/img_v4/icons/cart.svg");
  position: relative;
}

.cart-span {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.dosage-selector {
  display: none;
}

.quantity-container-mobile {
  display: none;
}

.quantity-container-mobile.show-on-desktop {
  display: flex;
  gap: 1px;
  height: 44px;
  border-radius: 3px;
}
.quantity-container-mobile.show-on-desktop .btn-quantity-mobile {
  border-radius: 6px 0 0 6px;
  background-color: #11DDAC;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  position: relative;
  width: 33%;
  gap: 0.3em;
}
.quantity-container-mobile.show-on-desktop .selected-quantity {
  background-color: #ffffff;
  color: #0A9281;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  line-height: 23.38px;
  letter-spacing: 0%;
}
.quantity-container-mobile.show-on-desktop .selected-quantity-chevron {
  width: 10px;
  height: 6px;
  background-color: #ffffff;
  -webkit-mask: url("/img_v4/icons/chevron-down.svg") no-repeat center;
  mask: url("/img_v4/icons/chevron-down.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.quantity-container-mobile.show-on-desktop .btn-add {
  flex: 1;
  border-radius: 0 6px 6px 0;
  background-color: #11DDAC;
  color: white;
  border: none;
  cursor: pointer;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
}
.quantity-container-mobile.show-on-desktop .btn-quantity-mobile:hover,
.quantity-container-mobile.show-on-desktop .btn-add:hover {
  background-color: #059669;
}
.quantity-container-mobile.show-on-desktop .quantity-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: #E4E4E4;
  border: 1px solid #E4E4E4;
  color: #0D2C54;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  max-height: 176px;
  cursor: pointer;
}
.quantity-container-mobile.show-on-desktop .quantity-dropdown .dropdown-item-mobile {
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
}
.quantity-container-mobile.show-on-desktop .quantity-dropdown .dropdown-item-mobile:hover {
  background-color: #e8f5f0;
}

.filter-and-sort-btn {
  display: none;
}

/* Cart Notification Styles */
.cart-notification {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 377px;
  background: rgba(255, 255, 255, 0.8980392157);
  border-radius: 10px;
  padding: 16px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(15px);
  box-shadow: 0px 8px 47.4px 0px rgba(137, 136, 142, 0.2509803922);
  z-index: 9999;
  cursor: pointer;
}

/* Hidden by default */
.hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none; /* Prevents clicks when hidden */
}

/* When visible */
.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.notification-title {
  color: #000000;
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0px;
  width: 347px;
  height: 18px;
  top: 12px;
  left: 24px;
}

.notification-body {
  display: flex;
}

.notification-image {
  width: 53px;
  height: 53px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 10px;
  box-shadow: 3.85px 6.75px 11.9px 0px rgba(209, 215, 207, 0.8);
  background: #FFFFFF;
}

.notification-image img {
  width: 95%;
  height: 95%;
  object-fit: cover;
}

.details {
  flex-grow: 1;
}

.details h3 {
  color: #000000;
  font-weight: bold;
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0px;
  height: 14px;
  left: -4px;
}

.details p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #656D79;
  margin-top: 5px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  width: 10px;
  height: 10px;
  top: 5px;
  border-width: 1px;
  align-items: center;
}

.close-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 50%;
  color: #666;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img_v4/icons/close-icon.svg");
  width: 20px;
  height: 20px;
}

.close-btn:hover {
  color: #333;
}

.desktop-only {
  display: flex;
}

.out-of-stock-banner,
.in-stock-banner {
  display: inline-flex;
  padding: 1px 7px 2px 7px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  border-radius: 6px;
}

.out-of-stock-banner {
  color: var(--Neutrals-400, #9D9D9D);
  background: #F8F8F8;
}

.in-stock-banner {
  color: var(--System-Success-600, #02A414);
  background: #E9FBEB;
}

.product-price-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.cart_suggestions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper {
  display: flex;
  flex-direction: column; /* Stack title on top of carousel */
  align-items: center;
  width: 100%;
  max-width: 1110px; /* Adjust based on design */
}

.carousel-items {
  display: flex;
  max-width: 1110px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.carousel-suggestions-container {
  display: flex;
  gap: 20px; /* Adjust gap between items */
  flex-wrap: nowrap;
}

.carousel-suggestions-title {
  color: #0D2C54;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  margin: 15px;
}

.carousel-content {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  max-width: 1110px;
  margin: 0 auto;
}

.carousel-cart-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 20px 22px rgba(0, 0, 0, 0.08);
}

.carousel-cart-item-image {
  height: 215px;
  width: 290px;
  gap: 15px;
}
.carousel-cart-item-image img {
  width: 215px;
  height: 215px;
  object-fit: contain;
}

.carousel-cart-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #0D2C54;
  font-family: Poppins, sans-serif;
  margin-bottom: 15px;
  width: 100%;
}

.carousel-cart-item-brand {
  font-size: 13px;
  color: #656D79;
  font-family: Roboto, sans-serif;
  margin: 0 0 10px;
  font-weight: 400;
  width: 290px;
  height: 19px;
  gap: 5px;
}

.carousel-cart-item-price {
  font-size: 18px;
  font-weight: 500;
  color: #0D2C54;
  margin-bottom: 15px;
}

.carousel-cart-item-dosages {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.carousel-cart-item-dosage-btn {
  flex: 1;
  margin: 0 3px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

.carousel-cart-item-dosage-btn--active {
  border: 2px solid #11DDAC;
}

.carousel-cart-item-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0fc9b9;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.carousel-cart-item-quantity {
  background-color: white;
  color: #11DDAC;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  width: 23.38px;
  height: 23.38px;
  position: absolute;
  left: 12px; /* adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.75;
}

.carousel-cart-item-btn {
  display: flex;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 15px 40px;
  gap: 10px;
  border-radius: 3px;
  background: #11DDAC;
  justify-content: center;
  align-items: center;
}

.carousel-cart-item-btn:hover {
  background-color: #0d9668;
}

.cart-item-btn-span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.button-scroller-next, .button-scroller-prev {
  width: 36px;
  height: 36px;
  display: flex;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-size: 0.625rem;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e7fcf7;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.button-scroller-next .icon, .button-scroller-prev .icon {
  display: block;
  font-weight: 600;
  color: #11ddac;
  transition: all 0.25s ease-in-out;
}

.button-scroller-next:hover, .button-scroller-prev:hover {
  background-color: #11ddac;
}

.button-scroller-next:hover .icon, .button-scroller-prev:hover .icon {
  color: #fff;
}

.cart_suggestions .button-scroller-prev {
  left: -51px;
}

.cart_suggestions .button-scroller-next {
  right: -51px;
}

.out-of-stock-alert {
  position: fixed;
  top: 79px;
  width: 100%;
  background-color: rgb(236, 62, 62);
  color: white;
  padding: 2rem 3rem;
  z-index: 9999;
  font-family: sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  transform: translate(-50%, 0); /* match both axes */
  transition: opacity 1s ease-in-out, transform 0.5s ease;
  left: 50%;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.out-of-stock-alert strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.out-of-stock-alert.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -20px);
}

.dosage-dropdown {
  display: none;
}

@media (max-width: 1200px) {
  .category-header {
    background: #e7fcf7;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom-right-radius: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .category-header-trustpilot {
    display: none !important;
  }
  .category-header-trustpilot-mobile {
    display: block;
    height: 22px;
    text-align: center;
  }
  .category-header-trustpilot-mobile::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EEF1F6;
    margin-top: 15px;
  }
  .catalog-inline-breadcrumbs {
    display: none;
  }
  .category-header .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .category-header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .category-header-image {
    position: relative;
    left: auto;
    max-width: 372px;
    margin: auto;
  }
}
.active-sort {
  background-color: #dfdddd;
  font-weight: bold;
}

.quantity-dosage-product {
  display: flex;
  width: 100%;
  gap: 16px;
  margin-bottom: 20px;
}

.option-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.option-selector {
  position: relative;
  border-radius: 6px;
  height: 40px;
  background-color: inherit;
  border: 1px solid #E4E4E4;
  cursor: pointer;
  padding-inline-start: 10px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.option-label {
  flex: 1;
  text-align: left;
  color: #0D2C54;
}

.option-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #E4E4E4;
  border: 1px solid #E4E4E4;
  color: #0D2C54;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 176px;
}

.option-entry {
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
}

.option-entry:hover {
  background-color: #e8f5f0;
}

.option-list::-webkit-scrollbar {
  width: 6px;
}

.option-list::-webkit-scrollbar-track {
  background: #e8f5f0;
  border-radius: 4px;
}

.option-list::-webkit-scrollbar-thumb {
  background: #11DDAC;
  border-radius: 4px;
}

.option-list::-webkit-scrollbar-thumb:hover {
  background: #256b44;
}

.option-button:hover {
  background-color: #059669;
}

.selected {
  background-color: #e6f7f0;
}

.chevron-icon {
  position: absolute;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("/img_v4/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.price-stock-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .price-stock-wrapper {
    flex-direction: column-reverse;
    gap: 5px;
    align-items: center;
  }
  .price-stock-wrapper .out-of-stock-banner,
  .price-stock-wrapper .in-stock-banner {
    margin-bottom: 5px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .price-stock-wrapper .price {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    /* If price has multiple elements (like current and original price) */
  }
  .price-stock-wrapper .price span {
    margin: 0 2px;
  }
}

@media (max-width: 768px) {
  .otc-container {
    padding: 5px;
  }
  .carousel-cart-item {
    width: 350px;
    text-align: center;
    margin: auto;
  }
  .otc-products .otc-filters {
    justify-content: space-between;
    align-items: center;
  }
  .otc-products .otc-filters .filters,
  .otc-products .otc-filters .sort {
    display: none;
  }
  .desktop-only {
    display: none !important;
  }
  .results {
    gap: 7px;
  }
  .results__item {
    flex: 1 1 calc(50% - 7px);
    border-radius: 12px;
    row-gap: 12px;
    padding: 7px;
    max-width: calc(50% - 3.5px);
  }
  .results__item * {
    text-align: center;
  }
  .product-image-container {
    height: 122px;
    width: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-inline: auto;
    margin-bottom: 10px;
  }
  .product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-info .product-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Poppins, sans-serif;
  }
  .product-info .product-brand {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4615384615;
  }
  .price {
    justify-self: center;
  }
  .price .price-current {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
  }
  .price .price-current::after {
    content: " EUR";
  }
  .price-original, .quantity-cart, .dropdown, .dropdown-span, .dropdown-span::after {
    display: none;
  }
  .dropdown-content, .dropdown-content p, .span-style {
    display: none;
  }
  .package-selection, .package-btn {
    display: none;
  }
  .package-selection.show-on-mobile,
  .package-btn.show-on-mobile {
    display: grid;
  }
  .package-label {
    font-size: 0.875rem;
    color: #4a5568;
    margin-bottom: 0.5rem;
  }
  .package-buttons {
    display: none;
  }
  .show-on-mobile .package-buttons {
    display: grid;
    gap: 0.5rem;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    justify-content: flex-start; /* Align buttons to the left */
  }
  .active-package {
    border-color: #11DDAC;
  }
  .add-to-cart-section {
    display: flex;
    position: relative;
    width: 100%;
    width: 150px;
    height: 44px;
    background-color: #11DDAC;
  }
  .quantity-selector {
    width: 33%;
    background-color: #e8f5f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .quantity-btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
  }
  .quantity-option {
    padding: 12px;
    text-align: center;
    cursor: pointer;
  }
  .quantity-option:hover {
    background-color: #d8efe5;
  }
  .hidden {
    display: none;
  }
  /* Add to Cart Button */
  .add-to-cart-btn {
    width: 67%;
    color: white;
    font-weight: medium;
    border: none;
    padding: 12px;
    cursor: pointer;
    background-color: #11DDAC;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .add-to-cart-btn:hover {
    background-color: #0d9668;
  }
  /* filter-sort-modal Styles */
  .filter-and-sort-btn {
    height: 48px;
    gap: 8px;
    color: #656D79;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
  }
  .filter-and-sort-span {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    background-color: white;
  }
  .filter-and-sort-icon {
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
    background-image: url("/img_v4/icons/filter-and-sort.svg");
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .chevron-right {
    color: #11DDAC;
    transition: transform 0.3s ease;
  }
  .chevron-right.rotated {
    transform: rotate(-90deg);
  }
  .chevron-down {
    color: #11DDAC;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
  }
  .chevron-down.rotated {
    transform: rotate(-90deg);
  }
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
  }
  .modal-containerr {
    background: white;
    width: calc(100% - 80px);
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1501;
  }
  .modal-headerr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-left: 28px;
    padding-top: 16px;
  }
  .modal-header h2 {
    font-size: 1.5rem;
    color: #333;
  }
  .close-modal-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #666;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    margin-top: -35px;
    background-image: url("/img_v4/icons/close-icon.svg");
  }
  .modal-contentt {
    padding: 16px;
  }
  .filter-header,
  .sort-header {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    color: #555;
    position: relative;
  }
  #selectedSort {
    flex-grow: 1;
    margin-left: 8px;
    margin-right: auto;
  }
  .filter-item:hover,
  .sort-item:hover {
    background: #f5f5f5;
  }
  .sort-list,
  .filter-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 35px;
  }
  .selected-sort {
    cursor: pointer;
  }
  .checkbox-text {
    font-family: Roboto;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.5;
  }
  .hidden {
    display: none;
  }
  .modal-footerr {
    display: flex;
    flex-direction: column;
    padding: 16px;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  .apply-btn {
    background: #11DDAC;
    padding: 12px 40px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Base-White, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .apply-btn:hover {
    background: #3dcfa1;
  }
  .clear-btn {
    background: none;
    border: none;
    color: #666;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
  }
  .filter-choices li {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .quantity-container-mobile {
    display: flex;
    gap: 1px;
    height: 44px;
    border-radius: 3px;
  }
  .quantity-container-mobile .btn-quantity-mobile {
    border-radius: 6px 0 0 6px;
    background-color: #11DDAC;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    position: relative;
    width: 33%;
    gap: 0.3em;
  }
  .quantity-container-mobile .btn-quantity-mobile .selected-quantity {
    background-color: #ffffff;
    color: #0A9281;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 23.38px;
    letter-spacing: 0%;
  }
  .quantity-container-mobile .btn-quantity-mobile .selected-quantity-chevron {
    width: 10px;
    height: 6px;
    background-color: #ffffff;
    -webkit-mask: url("/img_v4/icons/chevron-down.svg") no-repeat center;
    mask: url("/img_v4/icons/chevron-down.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  /* Add this to your CSS file */
  input[type=checkbox].checkbox {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    background-color: white !important;
    position: relative !important;
    vertical-align: middle !important;
    outline: none !important;
  }
  input[type=checkbox].checkbox:checked {
    background-color: #11DDAC !important;
    border-color: #11DDAC !important;
  }
  input[type=checkbox].checkbox:checked::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 6px !important;
    height: 10px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
  }
  .manually-checked::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 6px !important;
    height: 10px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    display: block !important;
  }
  .quantity-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #E4E4E4;
    border: 1px solid #E4E4E4;
    color: #0D2C54;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 176px;
  }
  .quantity-dropdown .dropdown-item-mobile {
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
  }
  .quantity-dropdown .dropdown-item-mobile:hover {
    background-color: #e8f5f0;
  }
  .quantity-dropdown::-webkit-scrollbar {
    width: 6px; /* or 8px if you want a thicker scrollbar */
  }
  .quantity-dropdown::-webkit-scrollbar-track {
    background: #e8f5f0; /* light green */
    border-radius: 4px;
  }
  .quantity-dropdown::-webkit-scrollbar-thumb {
    background: #11DDAC; /* dark green or fallback */
    border-radius: 4px;
  }
  .quantity-dropdown::-webkit-scrollbar-thumb:hover {
    background: #256b44; /* slightly darker on hover */
  }
  .btn-quantity-mobile:hover {
    background-color: #059669;
  }
  .btn-add {
    flex: 1;
    border-radius: 0 6px 6px 0;
    background-color: #11DDAC;
    color: white;
    border: none;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
  }
  .btn-add:hover {
    background-color: #059669;
  }
  .dropdown-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    width: 48px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 10;
  }
  .selected {
    background-color: #d1fae5;
  }
  .dosage-dropdown {
    position: relative;
    width: 100%;
    border-radius: 6px;
    height: 42px;
    background-color: inherit;
    border: 1px solid #E4E4E4;
    cursor: pointer;
    padding-inline-start: 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .quantity-text {
    flex: 1;
    text-align: left;
  }
  .dosage-selector {
    display: block;
    position: relative;
    cursor: pointer !important;
  }
  .dosage-selector #dosage {
    width: 100%;
    border-radius: 6px;
    height: 42px;
    background-color: inherit;
    border: 1px solid #E4E4E4;
    cursor: pointer;
    padding-inline-start: 10px;
    margin: 10px 0;
  }
  .dosage-selector #dosage option {
    background-color: #fff;
    text-align: start;
  }
  .dosage-selector #dosage:focus {
    outline: none;
    border-color: #11DDAC;
    box-shadow: 0 0 5px rgba(17, 221, 172, 0.5);
  }
  .dosage-selector #dosage option:checked {
    background-color: #11DDAC !important;
    color: white !important;
  }
  .close-image {
    top: 27px;
    right: 56px;
  }
  .not-found {
    margin: 0 auto;
    height: 60px;
    top: 65px;
  }
  .hidden {
    display: none !important;
  }
}
@media (max-width: 330px) {
  .results__item {
    flex: 1 1 100%;
    max-width: unset;
  }
}</pre></body></html>