/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 14:56:17 */
.wa-menu-discount a, body .wa-plusheader-desktop-menu .oxy-nav-menu-list .wa-menu-discount a, body .wa-plusheader-topbar-menu .oxy-nav-menu-list .wa-menu-discount a {
  color: #d92a63 !important; }
  .wa-menu-discount a:hover, body .wa-plusheader-desktop-menu .oxy-nav-menu-list .wa-menu-discount a:hover, body .wa-plusheader-topbar-menu .oxy-nav-menu-list .wa-menu-discount a:hover {
    color: #a10d3d !important; }

body.off-canvas-toggled .wa-plusheader-burger {
  cursor: pointer;
  pointer-events: all;
  opacity: 1; }
  body.off-canvas-toggled .wa-step-back {
    display: none !important;
    pointer-events: none; }

body .wa-plusheader {
  position: relative;
  z-index: 999;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  box-shadow: 0 18px 63px 0 rgba(43, 45, 89, 0.06);
  overflow: visible; }
  body .wa-plusheader .ct-section-inner-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  body .wa-plusheader a {
    color: var(--base) !important; }
  body .wa-plusheader-topbar {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  body .wa-plusheader-topbar-menu .oxy-nav-menu-list {
    gap: 4rem; }
    body .wa-plusheader-topbar-menu .oxy-nav-menu-list a {
      color: var(--base) !important;
      all: unset !important;
      transition: 0.2s all ease-in-out !important;
      cursor: pointer !important;
      font-size: 1.4rem !important; }
      body .wa-plusheader-topbar-menu .oxy-nav-menu-list a:hover {
        color: var(--green) !important; }
  body .wa-plusheader-topbar-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
  body .wa-plusheader-topbar-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4rem;
    align-items: center; }
  body .wa-plusheader-help-body-top * {
    font-size: 1.4rem;
    font-weight: 300; }
    body .wa-plusheader-help-body-bottom {
      display: flex;
      flex-direction: row !important;
      align-items: center !important;
      font-size: 1.2rem;
      font-weight: 300; }
    body .wa-plusheader-help-body-bottom div {
      display: flex;
      align-items: center; }
    body .wa-plusheader-help-body-bottom a {
      margin-right: 0.5ch;
      font-size: 1.4rem;
      font-weight: 700;
      transition: 0.2s all ease-in-out; }
      body .wa-plusheader-help-body-bottom a:hover {
        color: var(--green) !important; }
  body .wa-plusheader-help__img {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    margin-right: 6px; }
  body .wa-plusheader-desktop-menu {
    margin-right: 4rem; }
  body .wa-plusheader-desktop-menu .oxy-nav-menu-list {
    gap: 5.8rem !important; }
    body .wa-plusheader-desktop-menu .oxy-nav-menu-list li a {
      all: unset !important;
      transition: 0.2s all ease-in-out !important;
      text-transform: uppercase !important;
      line-height: 18.4px !important;
      cursor: pointer !important;
      font-weight: 700 !important;
      color: var(--base) !important; }
      body .wa-plusheader-desktop-menu .oxy-nav-menu-list li a:hover {
        color: var(--green) !important; }
    body .wa-plusheader-desktop-menu .oxy-nav-menu-list li.current-menu-item a {
      color: var(--green) !important; }
  body .wa-plusheader-main {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 998; }
  body .wa-plusheader-main:has(.oxy-off-canvas-toggled) {
    position: fixed; }
  body .wa-plusheader-main--mobile {
    display: none; }
  body .wa-plusheader-main .ct-section-inner-wrap {
    display: flex;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
  body .wa-plusheader-main-left {
    position: relative; }
    body .wa-plusheader-main-left .wa-step-back {
      position: absolute;
      width: 2rem;
      height: 2rem;
      left: 50%;
      top: 50%;
      transform: translatey(-50%) translatex(-50%); }
    @media (min-width: 1281px) {
      body .wa-plusheader-main-left .wa-step-back {
        display: none; } }
    body .wa-plusheader-main-left img {
      max-height: 5rem;
      width: auto; }
  body .wa-plusheader-main-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap; }
  body .wa-plusheader-main-pharmacies {
    position: relative;
    height: 4.2rem;
    width: 4.2rem; }
    body .wa-plusheader-main-pharmacies:after {
      content: "";
      mask: url(/wp-content/uploads/2025/06/location.svg) no-repeat center;
      mask-size: contain;
      height: 2.6rem;
      width: 2.6rem;
      background-color: var(--blue) !important;
      transition: 0.2s all ease-in-out; }
    body .wa-plusheader-main-pharmacies:hover:after {
      background-color: var(--green) !important; }
    @media (min-width: 1281px) {
    body .wa-plusheader-main-pharmacies {
      display: none !important; } }
  body .wa-plusheader-main-account {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.8rem;
    color: var(--blue);
    height: 4.8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 5px;
    transition: 200ms;
    cursor: pointer; }
    body .wa-plusheader-main-account svg {
      height: 2.6rem;
      width: 2.6rem; }
    body .wa-plusheader-main-account-wrapper {
      position: relative !important; }
    @media (max-width: 991px) {
      body .wa-plusheader-main-account-wrapper {
        display: none !important; } }
    body .wa-plusheader-main-account-wrapper:hover .wa-plusheader-main-account__menu {
      display: block !important; }
      @media (max-width: 1280px) {
        body .wa-plusheader-main-account-wrapper:hover .wa-plusheader-main-account__menu {
          display: none !important; } }
    body .wa-plusheader-main-account__menu {
      display: none !important;
      z-index: 999;
      transition-timing-function: ease-in-out !important;
      transition-property: all !important;
      transition: 0.2s all ease-in-out;
      box-shadow: 0px 0px 52px 0px rgba(43, 45, 89, 0.20);
      position: absolute;
      right: 0 !important;
      top: calc(100% + 7px);
      width: 27.8rem;
      background-color: #fff;
      padding-inline: 3rem;
      padding-block: 2.5rem;
      border-radius: 10px; }
    body .wa-plusheader-main-account__menu:after {
      content: "";
      height: 0.7rem;
      bottom: 100%;
      right: 0;
      left: 0;
      position: absolute; }
    body .wa-plusheader-main-account__menu ul {
      gap: 1.7rem; }
      body .wa-plusheader-main-account__menu ul a {
        line-height: 20.7px;
        font-size: 1.8rem;
        color: var(--base);
        transition-timing-function: ease-in-out !important;
        transition-property: all !important;
        padding: 0 !important;
        transition: 0.2s all ease-in-out; }
      body .wa-plusheader-main-account__menu ul a:focus, body .wa-plusheader-main-account__menu ul a focus-within {
        border: none !important;
        background-color: transparent !important;
        font-size: 1.8rem !important; }
      body .wa-plusheader-main-account__menu ul a:hover {
        border: none !important;
        background-color: transparent !important;
        font-size: 1.8rem !important;
        transform: translatex(4px) !important;
        color: var(--green); }
        body .wa-plusheader-main-account__menu ul a:hover:before {
          filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(406%) hue-rotate(82deg) brightness(89%) contrast(91%); }
      body .wa-plusheader-main-account__menu ul .wa_er_logged_out a {
        display: flex;
        border-top: 2px solid rgba(43, 45, 89, 0.08) !important;
        padding-top: 1.7rem !important;
        gap: 0.8rem; }
        body .wa-plusheader-main-account__menu ul .wa_er_logged_out a:before {
          transition: 0.2s all ease-in-out;
          content: "";
          width: 2.4rem;
          height: 2.4rem;
          background-image: url(/wp-content/uploads/2024/03/exit.svg);
          background-size: contain;
          background-repeat: no-repeat; }
    body .wa-plusheader-main-account * {
      transition: 200ms; }
    body .wa-plusheader-main-account * {
      font-weight: 600;
      line-height: 1; }
    @media (min-width: 1281px) {
    body .wa-plusheader-main-account:hover * {
      color: var(--green); } }
  body .wa-plusheader-notifications {
    transition: 0.2s all ease-in-out;
    position: relative;
    height: 4.2rem;
    width: 4.2rem;
    align-items: center;
    justify-content: center; }
  body .wa-plusheader-notifications:before {
    display: inline-block;
    content: "";
    -webkit-mask: url(/wp-content/uploads/2025/05/notifications-icon.svg) no-repeat center;
    mask: url(/wp-content/uploads/2025/05/notifications-icon.svg) no-repeat center;
    background-color: var(--blue);
    mask-size: contain;
    height: 2.6rem;
    width: 2.4rem;
    transition: 0.2s all ease-in-out; }
  body .wa-plusheader-notifications__quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    min-height: 14px;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    background-color: #d92b63;
    border-radius: 100%;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 0.3rem;
    z-index: 1;
    transition: 0.2s all ease-in-out; }
  body .wa-plusheader-notifications:hover:before {
    background-color: var(--primary-hover); }
  body .wa-plusheader-cart {
    background-color: var(--primary);
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
    position: relative;
    height: 4.2rem;
    width: 4.2rem;
    margin-left: 1rem;
    align-items: center;
    justify-content: center; }
  body .wa-plusheader-cart:before {
    display: inline-block;
    position: absolute;
    content: "";
    -webkit-mask: url(/wp-content/uploads/2025/05/cart-icon.svg) no-repeat center;
    mask: url(/wp-content/uploads/2025/05/cart-icon.svg) no-repeat center;
    background-color: var(--white);
    mask-size: contain;
    height: 2.6rem;
    width: 2.6rem;
    transition: 0.2s all ease-in-out; }
  body .wa-plusheader-cart__quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    min-height: 14px;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    background-color: var(--white);
    border-radius: 100%;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 0.3rem;
    z-index: 1;
    transition: 0.2s all ease-in-out; }
  body .wa-plusheader-cart:hover {
    background-color: var(--primary-hover); }
    body .wa-plusheader-cart:hover .wa-plusheader-cart__quantity {
      color: var(--primary-hover); }

@media (min-width: 1281px) {
  body .wa-plusheader-main-center {
    display: none !important; }

  body .wa-plusheader-burger {
    display: none !important; } }

@media (max-width: 1280px) {
  body .erecept-hero-section {
    margin-top: 0rem;
    min-height: 56rem; }

  body ._3d-flip-book {
    min-height: 56rem; }

  body .wa-plusheader-main--desktop {
    display: none; }

  body .wa-plusheader-main--mobile {
    display: block; }

  body .wa-plusheader-main .ct-section-inner-wrap {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    box-shadow: 0 18px 63px 0 rgba(43, 45, 89, 0.06); }

  body .wa-plusheader {
    display: none !important; }

  body .wa-plusheader-main-left .wa-plusheader__logo--desktop {
    display: none !important; }

  body .wa-plusheader-main-right {
    margin-left: 1rem; }

  body .wa-plusheader-main-center {
    margin-inline: 2rem auto !important; }
    body .wa-plusheader-main-center img {
      max-height: 3.2rem !important; }

  #shortcode-506-13 {
    display: block !important; }

  body .wa-plusheader-main-account {
    height: 4.2rem; }

  body .wa-plusheader-burger {
    display: flex;
    opacity: 0;
    pointer-events: none;
    width: 2rem;
    height: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; }
    body .wa-plusheader-burger:after {
      display: inline-block;
      content: "";
      -webkit-mask: url(/wp-content/uploads/2025/06/close.svg) no-repeat center;
      mask: url(/wp-content/uploads/2025/06/close.svg) no-repeat center;
      background-color: var(--blue);
      mask-size: contain;
      height: 2rem;
      width: 2rem;
      margin-bottom: 2px;
      transition: 0.2s all ease-in-out; }
    body .wa-plusheader-burger .hamburger {
      gap: 6px; }
      body .wa-plusheader-burger .hamburger-box {
        display: none;
        width: 26px; }
      body .wa-plusheader-burger .hamburger-inner, body .wa-plusheader-burger .hamburger-inner:before, body .wa-plusheader-burger .hamburger-inner:after {
        width: 26px;
        height: 5px;
        background-color: var(--blue) !important; }
    body .wa-plusheader-burger b {
      display: none !important; }

  body .wa-plusheader-main-right .oxy-off-canvas {
    z-index: -1 !important; }
    body .wa-plusheader-main-right .offcanvas-inner {
      position: absolute;
      top: 100%;
      padding: 0 !important;
      width: 40rem !important;
      height: 100dvh;
      margin-top: 0 !important;
      padding-bottom: 6rem !important;
      background-color: #f7f7f7 !important; }
      body .wa-plusheader-main-right .offcanvas-inner .wa-plusheader-trigger {
        width: 1.5rem;
        height: 1.5rem; }
        body .wa-plusheader-main-right .offcanvas-inner .wa-plusheader-trigger .ct-text-block {
          font-size: 1.5rem;
          font-weight: 700;
          color: #fff;
          line-height: 1; }
    body .wa-plusheader-main-right .oxy-offcanvas_backdrop {
      background-color: #fff !important;
      opacity: 0.5 !important;
      position: absolute;
      top: 100%;
      height: 100dvh; }
    body .wa-plusheader-main-right .wa-plusheader-offcanvas-menu {
      width: 100% !important; }
      body .wa-plusheader-main-right .wa-plusheader-offcanvas-menu ul {
        gap: 0.9rem; }
      body .wa-plusheader-main-right .wa-plusheader-offcanvas-menu a {
        display: flex;
        transition: 0.2s all ease-in-out;
        padding-inline: 0.8rem !important;
        padding-block: 1.3rem !important;
        line-height: 1.2 !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 1.6rem !important;
        color: var(--base);
        font-weight: 500 !important;
        letter-spacing: 1px !important;
        background-color: #fff;
        border-radius: 6px; }
        body .wa-plusheader-main-right .wa-plusheader-offcanvas-menu a:focus, body .wa-plusheader-main-right .wa-plusheader-offcanvas-menu a:focus-within, body .wa-plusheader-main-right .wa-plusheader-offcanvas-menu a:hover {
          border-left: none !important;
          background-color: #f7f7f7 !important; }
    body .wa-plusheader-main-right .wa-offcanvas-top {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      background: var(--blue);
      padding: 1.8rem 1.3rem 1.8rem 1.2rem;
      border-bottom: 3px solid var(--green); }
    body .wa-plusheader-main-right .wa-offcanvas-title {
      font-size: 2.2rem;
      color: #fff;
      font-weight: 700;
      line-height: 25.3px;
      letter-spacing: 1px; }

  .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-plusheader-offcanvas-menu li a {
    font-weight: 700 !important; }
    .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-plusheader-offcanvas-menu li:last-child a {
      border-bottom: 0 !important; }

  .wa-offcanvas-bottom.wa-offcanvas-logged-out, .wa-offcanvas-bottom.wa-offcanvas-logged-in {
    padding-block: 1.2rem 2.3rem !important; }
    .wa-offcanvas-bottom.wa-offcanvas-logged-out ul a, .wa-offcanvas-bottom.wa-offcanvas-logged-in ul a {
      border: none !important;
      width: 100%;
      height: 4.6rem;
      font-size: 1.6rem !important;
      font-weight: 700 !important;
      color: #fff !important;
      padding: 1.4rem 1.6rem 1.4rem 1.6rem !important;
      border-radius: 5px !important;
      justify-content: space-between !important;
      text-transform: uppercase; }
    .wa-offcanvas-bottom.wa-offcanvas-logged-out ul a:after, .wa-offcanvas-bottom.wa-offcanvas-logged-in ul a:after {
      content: "";
      background: url(/wp-content/uploads/2024/03/arrow-right.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 1.5rem;
      height: 1.5rem; }
    .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-primary-button a, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-primary-button a {
      background-color: var(--green) !important; }
    .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-primary-button a:focus, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-primary-button a:focus, .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-primary-button a:focus-within, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-primary-button a:focus-within, .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-primary-button a:hover, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-primary-button a:hover {
      background-color: var(--green) !important; }
    .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-logged-out__register a, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-logged-out__register a {
      background-color: var(--blue) !important; }
    .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-logged-out__register a:focus, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-logged-out__register a:focus, .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-logged-out__register a:focus-within, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-logged-out__register a:focus-within, .wa-offcanvas-bottom.wa-offcanvas-logged-out .wa-offcanvas-logged-out__register a:hover, .wa-offcanvas-bottom.wa-offcanvas-logged-in .wa-offcanvas-logged-out__register a:hover {
      background-color: var(--blue) !important; }

  .wa-offcanvas-bottom {
    padding-inline: 1.2rem;
    gap: 1.1rem;
    padding-bottom: 2.3rem; }
    .wa-offcanvas-bottom__title {
      text-transform: uppercase;
      color: #8c8da3;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: left; }
    .wa-offcanvas-bottom .wa-offcanvas-menu {
      display: grid;
      width: 100%;
      grid-template-columns: 1fr; }
    .wa-offcanvas-bottom .wa-offcanvas-menu__link {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      padding: 1.6rem 0 1.6rem 1rem;
      border-bottom: 2px solid var(--green); }
    .wa-offcanvas-bottom .wa-offcanvas-menu__link-text {
      line-height: 1.2;
      color: var(--base);
      font-weight: 600;
      font-size: 1.7rem; } }
