@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .shop_online_section {
    padding: 0 16px;
  }
}
.shop_online_section h1 {
  font-size: 28px;
  color: #240036;
}
.shop_online_section .centered_wrapper {
  margin-top: 38px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  gap: 60px 48px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .shop_online_section .centered_wrapper {
    gap: 60px 28px;
  }
}
.shop_online_section .centered_wrapper a.producer_container {
  flex: 0 0 16%;
  display: inline-block;
  height: 86px;
  position: relative;
}
@media (max-width: 1200px) {
  .shop_online_section .centered_wrapper a.producer_container {
    flex: 0 0 12%;
  }
}
@media (max-width: 820px) {
  .shop_online_section .centered_wrapper a.producer_container {
    flex: 0 0 20%;
  }
}
@media (max-width: 575px) {
  .shop_online_section .centered_wrapper a.producer_container {
    flex: 0 0 28%;
  }
}
.shop_online_section .centered_wrapper a.producer_container .logo_container {
  display: block;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.shop_online_section .centered_wrapper a.producer_container .producer_logo1 {
  width: 100%;
  max-height: 70px;
  opacity: 0;
}

.popup_content .shop_online_popup {
  text-align: left;
}
.popup_content .shop_online_popup .logo_container2 {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.popup_content .shop_online_popup img.producer_logo2 {
  width: 100%;
  max-width: 140px;
  height: 70px;
  opacity: 0;
}
.popup_content .shop_online_popup h2 {
  margin: 16px 0 16px 0 !important;
  font-size: 32px !important;
}
.popup_content .shop_online_popup .varieties_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  gap: 20px;
}
.popup_content .shop_online_popup .category_separator {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #30505D;
}
.popup_content .shop_online_popup .variety_container {
  position: relative;
}
.popup_content .shop_online_popup .variety_container .image_container {
  display: block;
  height: 107px;
  margin-bottom: 5px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.popup_content .shop_online_popup .variety_container .image_container .variety_image {
  width: 100%;
  height: 107px;
  opacity: 0;
}
.popup_content .shop_online_popup .variety_container .variety_name {
  text-align: center;
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  color: #30505D;
  line-height: 1.4;
  margin-top: 8px;
}
.popup_content .shop_online_popup .variety_container .variety_overlay .variety_overlay_card {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.9098039216);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.popup_content .shop_online_popup .variety_container .variety_overlay .variety_overlay_card p {
  margin-top: 0;
}
.popup_content .shop_online_popup .variety_container .variety_overlay .variety_overlay_card .buy_buttons.buy_online_button {
  display: block;
  height: 27px;
  opacity: 1;
  width: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 7px auto 7px auto;
  cursor: pointer;
}
.popup_content .shop_online_popup .variety_container .variety_overlay .variety_overlay_card a.buy_online_button {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.popup_content .shop_online_popup .variety_container:hover .variety_overlay .variety_overlay_card {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}/*# sourceMappingURL=shop_online.css.map */