@font-face {
  font-family: "bamburger";
  font-size: 30px;
  font-weight: 700;
  color: #231f20;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  src: ""; }

@font-face {
  font-family: "bamburger";
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  src: ""; }

@font-face {
  font-family: "bamburger";
  font-size: 34px;
  font-weight: 700;
  color: #1759a1;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  src: ""; }

@font-face {
  font-family: "bamburger";
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  src: url(); }

@font-face {
  font-family: "Bamberger Grunge FM";
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: center;
  src: url(); }

@font-face {
  font-family: 'bamburger';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/bamberger-grunge-regular-fm.woff2") format("woff2"), url("../fonts/bamberger-grunge-regular-fm.woff") format("woff"); }

@font-face {
  font-family: 'bamburger';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/bamberger-grunge-bold-fm.woff2") format("woff2"), url("../fonts/bamberger-grunge-bold-fm.woff") format("woff"); }

@font-face {
  font-family: 'bamburger';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/bamberger-grunge-grunge-fm.woff2") format("woff2"), url("../fonts/bamberger-grunge-grunge-fm.woff") format("woff"); }

@font-face {
  font-family: 'JetBrainsMono';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/JetBrainsMono-Regular.ttf") format("woff2"), url("../fonts/JetBrainsMono-Regular.ttf") format("woff"); }

body {
  background-color: white; }

.product_details {
  padding: 150px 0px 30px; }
  @media (max-width: 1024px) {
    .product_details {
      padding: 150px 0px 30px; }
      .product_details .product-row {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  .product_details .primary-images {
    position: relative; }
    .product_details .primary-images .our_products_image {
      width: auto;
      max-width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      @media (max-width: 1024px) {
        .product_details .primary-images .our_products_image {
          width: 80%;
          height: auto; }
          .product_details .primary-images .our_products_image.milkDrinks, .product_details .primary-images .our_products_image.milk {
            width: 60%; } }
    .product_details .primary-images #badges {
      position: absolute;
      top: 5%;
      left: 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
      @media (max-width: 1024px) {
        .product_details .primary-images #badges {
          top: 10%;
          left: 5%; } }
      .product_details .primary-images #badges img {
        width: 80px;
        height: auto; }
      .product_details .primary-images #badges.noamCheese, .product_details .primary-images #badges.yogurts {
        top: 20%; }
        .product_details .primary-images #badges.noamCheese img, .product_details .primary-images #badges.yogurts img {
          width: 95px; }
      .product_details .primary-images #badges.whiteCheeses, .product_details .primary-images #badges.creamSauces, .product_details .primary-images #badges.cheesesForBaking {
        top: 30%; }
        .product_details .primary-images #badges.whiteCheeses img, .product_details .primary-images #badges.creamSauces img, .product_details .primary-images #badges.cheesesForBaking img {
          width: 95px; }
    .product_details .primary-images .variationAttributes {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px;
      right: 0px;
      bottom: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product_details .primary-images .variationAttributes .attr {
        width: 70px;
        height: auto; }
      .product_details .primary-images .variationAttributes.bottlesDesign {
        right: 200px; }
        .product_details .primary-images .variationAttributes.bottlesDesign .attr {
          height: 110px;
          width: -webkit-fill-available; }
          @media (max-width: 1024px) {
            .product_details .primary-images .variationAttributes.bottlesDesign .attr {
              width: auto; } }
          .product_details .primary-images .variationAttributes.bottlesDesign .attr.small {
            height: 80px; }
        @media (min-width: 1024px) and (max-width: 1440px) {
          .product_details .primary-images .variationAttributes.bottlesDesign {
            right: 120px; } }
        @media (max-width: 1024px) {
          .product_details .primary-images .variationAttributes.bottlesDesign {
            right: 20px; } }
      @media (max-width: 1024px) {
        .product_details .primary-images .variationAttributes {
          gap: 15px;
          right: 20px;
          bottom: 20px; }
          .product_details .primary-images .variationAttributes .attr {
            width: 45px; } }
    @media (max-width: 1024px) {
      .product_details .primary-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .product_details .bubble_and_cow {
    position: relative; }
    @media (max-width: 1024px) {
      .product_details .bubble_and_cow {
        padding-bottom: 60px;
        margin-bottom: 30px; } }
    .product_details .bubble_and_cow .bubble_container {
      position: relative;
      height: 100%; }
      .product_details .bubble_and_cow .bubble_container .bubble_image {
        max-width: 100%;
        height: 400px;
        width: 500px;
        background-color: var(--hexColor);
        -webkit-mask: url("../images/cowBubble.svg") no-repeat center/contain;
        mask: url("../images/cowBubble.svg") no-repeat center/contain;
        position: absolute;
        left: 0px; }
        @media (max-width: 1024px) {
          .product_details .bubble_and_cow .bubble_container .bubble_image {
            height: 350px;
            position: relative;
            bottom: 0;
            width: 100%; } }
        .product_details .bubble_and_cow .bubble_container .bubble_image svg {
          width: 95%;
          height: 95%; }
        .product_details .bubble_and_cow .bubble_container .bubble_image .bubble_text {
          position: absolute;
          color: #ffffff;
          line-height: normal;
          top: 15%;
          right: 15%;
          text-align: right;
          width: 50%;
          font-size: 22px; }
          @media (max-width: 768px) {
            .product_details .bubble_and_cow .bubble_container .bubble_image .bubble_text {
              top: 22%;
              right: 13%;
              width: 70%; }
              .product_details .bubble_and_cow .bubble_container .bubble_image .bubble_text h1 {
                font-size: 2rem; } }
          @media (max-width: 375px) {
            .product_details .bubble_and_cow .bubble_container .bubble_image .bubble_text {
              width: 60%;
              font-size: 18px;
              top: 20%; }
              .product_details .bubble_and_cow .bubble_container .bubble_image .bubble_text h1 {
                font-size: 30px; } }
  .product_details .second_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: 55px; }
    @media (max-width: 1024px) {
      .product_details .second_row {
        margin-top: 30px; } }
    .product_details .second_row .labels {
      gap: 60px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 75%; }
      .product_details .second_row .labels .label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .product_details .second_row .labels .label img {
          width: 100px;
          height: 100px; }
        .product_details .second_row .labels .label span {
          margin-top: 10px;
          font-size: 24px;
          width: 75%;
          text-align: center;
          line-height: normal; }
      @media (max-width: 1024px) {
        .product_details .second_row .labels {
          gap: 15px;
          width: 90%; }
          .product_details .second_row .labels .label img {
            width: 70px;
            height: 70px; }
          .product_details .second_row .labels .label span {
            font-size: 17px; } }
  .product_details .third_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3em;
    font-size: 1.2em; }
    @media (max-width: 1024px) {
      .product_details .third_row {
        margin-top: 3em;
        font-size: 0.9em;
        padding: 0 2em; } }
  .product_details #toggleButton {
    text-align: right;
    display: block;
    font-size: 30px;
    margin-right: 5%;
    cursor: pointer;
    position: absolute;
    bottom: 3%; }
    @media (max-width: 1024px) {
      .product_details #toggleButton {
        bottom: 0px;
        font-weight: 900;
        font-size: 25px; } }
  .product_details .goBack-btn {
    color: #000 !important;
    font-size: 30px;
    line-height: normal;
    position: absolute;
    left: 0px;
    bottom: 7px; }
  .product_details .nutritionalValues_and_cow {
    padding-bottom: 60px;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 1024px) {
      .product_details .nutritionalValues_and_cow {
        margin-top: 20px; } }
    .product_details .nutritionalValues_and_cow .nutritionalValues_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: right;
      top: 30px;
      position: absolute; }
      @media (max-width: 1024px) {
        .product_details .nutritionalValues_and_cow .nutritionalValues_container {
          position: relative;
          height: 100%;
          top: unset;
          width: 90%;
          margin: auto;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 330px;
          -webkit-box-align: unset;
              -ms-flex-align: unset;
                  align-items: unset; } }
      .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        @media (max-width: 1024px) {
          .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_wrapper {
            display: block;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
      .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative; }
        .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .bold_text {
          font-size: 18px;
          font-weight: 600; }
        .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names::before {
          content: "";
          position: absolute;
          top: 0;
          left: -20px;
          width: 10px;
          height: 100%;
          background-image: url("../images/vector.png");
          background-repeat: repeat-y;
          background-position: center center;
          background-size: 4px auto; }
          @media (max-width: 1024px) {
            .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names::before {
              background-image: none; } }
        @media (max-width: 1024px) {
          .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names {
            font-size: 20px; }
            .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .bold_text {
              margin-bottom: 5px; } }
        .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .ingredients_data {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 5px 30px; }
          .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .ingredients_data .value {
            font-size: 18px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            background-image: url("../images/vector_underline.png");
            background-repeat: repeat-x;
            background-position: bottom center; }
            @media (max-width: 1024px) {
              .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .ingredients_data .value {
                font-size: 16px; } }
            .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .ingredients_data .value.bold-field {
              font-weight: 600; }
          .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .ingredients_data .value:last-child {
            background-image: none; }
          @media (max-width: 1024px) {
            .product_details .nutritionalValues_and_cow .nutritionalValues_container .ingredients_names .ingredients_data {
              grid-template-columns: repeat(2, 1fr);
              grid-template-rows: repeat(6, auto);
              background-image: url("../images/vector.png");
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 4px auto;
              grid-auto-flow: column; } }
      .product_details .nutritionalValues_and_cow .nutritionalValues_container .vector {
        margin: 0px 30px; }
      .product_details .nutritionalValues_and_cow .nutritionalValues_container .values {
        margin-right: 40px;
        max-width: 120px;
        font-family: 'JetBrainsMono'; }
        @media (max-width: 1024px) {
          .product_details .nutritionalValues_and_cow .nutritionalValues_container .values {
            margin-right: unset;
            max-width: unset; } }
        .product_details .nutritionalValues_and_cow .nutritionalValues_container .values .bold_text {
          color: #000000;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          text-align: right;
          font-family: 'bamburger', 'JetBrainsMono'; }

.hidden {
  display: none; }

.visible {
  display: block; }

.cow_container {
  position: absolute;
  left: 0px;
  width: 60%;
  bottom: 4%; }
  .cow_container .cow_image {
    width: 100%;
    height: 100%; }
  @media (max-width: 1024px) {
    .cow_container {
      width: 50%;
      bottom: 0%; }
      .cow_container.small-cow {
        width: 40%; } }

.vector-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("../images/vector_underline.png");
  background-size: cover;
  /* Ensures image covers the element */
  background-repeat: no-repeat;
  /* Prevents image from tiling */ }

.vector-underline:hover {
  text-decoration: none !important; }
