body {
  background-color: #F5F5F5;
}

.italy-flag {
  width: 100%;
  height: 5px;

  display: flex;

  position: absolute;
  bottom: 0;
}

.italy-flag-green-section, .italy-flag-white-section, .italy-flag-red-section {
  width: 33.333%;
  height: 100%;
  min-height: 100%;
}

.italy-flag-green-section {
  background-color: #008B44;
}
.italy-flag-white-section {
  background-color: white;
}
.italy-flag-red-section {
  background-color: #CE0E2D;
}

.single-produto-bread-crumb {
  display: flex;
  justify-content: center;
  column-gap: 5px;

  position: relative;
  z-index: 10;

  margin-bottom: 60px;

  a {
    color: white;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

  p {
    color: white;
    line-height: 5px;;
  }
}

.single-produto-page-header {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
  padding-top: 152px;
  padding-bottom: 5px;

  overflow: hidden;

  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -3.43%, rgba(0, 0, 0, 0.80) 100%), url("../assets/images/GALBANI_FR_PACK_PARMESAN_V1-2880x1000 1.png");
  background-position: center;
  background-size: cover;
}

.single-produto-content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  padding: 0px 22px;
  padding-bottom: 30px;
}

.single-produto-category-button {
  display: flex;
  width: fit-content;
  border-radius: 13px;
  border: none;
  background-color: #F49811;
  color: white;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;

  position: relative;
  z-index: 10;

  height: 26px;

  font-size: 11px;

  padding-left: 24px;
  padding-right: 24px;
}

.single-produto-title {
  position: relative;
  color: white;
  text-align: center;
  font-family: Lobster;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: center;

  margin-bottom: 22px;
}

.single-produto-title::after {
  position: absolute;
  display: block;
  content: "";
  top: auto;
  bottom: -20px;
  left: calc(50% - 30px);
  right: auto;
  width: 60px;
  height: 3px;
  background-color: white;
}

.single-produto-details {
  margin-bottom: 50px;
}

.single-produto-images-carrossel-wrapper {
  display: flex;
  align-items: center;
  position: relative;

  margin-left: 2.7vw;
  margin-right: 2.7vw;
  margin-top: 10px;
  margin-bottom: 35px;
}

.single-produto-images-carrossel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 22px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #FFF;

  padding-left: 19.12%;
  padding-right: 19.12%;
}

.single-produto-images-carrossel-slider {
  display: flex;
  width: 100%;
  column-gap: calc(22vw);
  transition: transform 0.2s ease-in-out;
}

.single-produto-images-carrossel-slide {
  min-width: 100%;
  transition: transform 0.5s ease;

  width: 58.33vw;
  height: 58.33vw;
  min-width: 58.33vw;
  min-height: 58.33vw;
  max-width: 58.33vw;
  max-height: 58.33vw;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.single-produto-images-carrossel-prev-button, .single-produto-images-carrossel-next-button {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #094DA4;
  z-index: 10;
}

.single-produto-images-carrossel-prev-button {
  left: 20px;
}

.single-produto-images-carrossel-next-button {
  right: 20px;
}

.single-produto-images-carrossel-indicators {
  text-align: center;
  display: none !important;
  align-items: center;
  justify-content: center;
  column-gap: 18px;

  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
}

.single-produto-images-carrossel-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;

  border: none;
}

.single-produto-images-carrossel-dot.active {
  width: 16px;
  height: 16px;
  background-color: #F49811;
}

.single-produto-description-container {
  width: 100%;
  padding-left: 6.94vw;
  padding-right: 6.94vw;

  h1, h2, h3, h4 {
    color: #094DA4;
    font-family: Lobster;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }

  p {
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  b, a, strong {
    color: #CE0E2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
  }
}

.single-produto-top-polygon {
  position: absolute;
  top: -10px;
  left: calc(50% - 34.5px);
}

.single-produto-bottom-polygon {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 38px);
}

.single-produto-intensity-and-version-section {
  display: flex;
  flex-direction: column;
  row-gap: 30px;

  position: relative;

  background-color: white;

  padding: 20px;
  padding-top: 25px;
  padding-bottom: 45px;

  margin-left: 4.17vw;
  margin-right: 4.17vw;

  border-radius: 20px;
}

.single-produto-galery-and-description-section {
  margin-bottom: 39px;
}

.single-produto-intensity-scale-section {
  display: flex;
  flex-direction: column;
  row-gap: 20px;

  h2 {
    color: #F49811;
    text-align: center;
    font-family: Lobster;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}

.single-produto-intensity-scale-container {
  background-color: #871A26;
  border-radius: 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;

  height: 125px;
}

.single-produto-intensity-scale-container.soft {
  background-color: #BD784A;
}

.single-produto-intensity-scale-container.moderate {
  background-color: #D03633;
}

.single-produto-intensity-scale-container.accented {
  background-color: #871A26;
}

.single-produto-intensity-scale {
  background-color: #F5F5F5;
  border-radius: 10px;

  width: 100%;
  min-height: 85px;
  height: 85px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;

  display: flex;

  column-gap: 7.27px;
  justify-content: center;
}

.single-produto-intensity-scale-text {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  h3 {
    color: #F7F7F7;
    text-align: center;
    font-family: Lobster;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}

.single-produto-intensity-scale-indicator-wrapper {
  display: flex;
  position: relative;

  column-gap: 7.27px;
  padding-top: 27px;

  p {
    color: #871A26;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;

    position: absolute;
    top: 0;
  }
}

.single-produto-intensity-scale-indicator {
  border: 1px solid;
  border-radius: 3px;
  width: 18.2px;
  height: 25.1px;

  display: flex;
  align-items: center;
  justify-content: center;


  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;

  position: relative;
}

.single-produto-intensity-scale-indicator-wrapper.soft {
  border-color: #BD784A;
  color: #BD784A;
  
  p {
    color: #BD784A;
  }
}

.single-produto-intensity-scale-indicator-wrapper.moderate {
  border-color: #D03633;
  color: #D03633;

  p {
    color: #D03633;
  }
}

.single-produto-intensity-scale-indicator-wrapper.accented {
  border-color: #871A26;
  color: #871A26;
  
  p {
    color: #871A26;
    right: 0;
  }
}

.single-produto-intensity-scale-indicator-wrapper.soft .single-produto-intensity-scale-indicator.selected {
  border-color: #BD784A;
  background-color: #BD784A;
  color: white;
  
  p {
    color: white;
  }
}

.single-produto-intensity-scale-indicator-wrapper.moderate .single-produto-intensity-scale-indicator.selected {
  border-color: #D03633;
  background-color: #D03633;
  color: white;

  p {
    color: white;
  }
}

.single-produto-intensity-scale-indicator-wrapper.accented .single-produto-intensity-scale-indicator.selected {
  border-color: #871A26;
  background-color: #871A26;
  color: white;
  
  p {
    color: white;
    right: 0;
  }
}

.single-produto-intensity-scale-indicator-wrapper.soft .single-produto-intensity-scale-indicator.selected::before,
.single-produto-intensity-scale-indicator-wrapper.moderate .single-produto-intensity-scale-indicator.selected::before,
.single-produto-intensity-scale-indicator-wrapper.accented .single-produto-intensity-scale-indicator.selected::before {
  content: '';

  display: inline-block;
  position: absolute;
  bottom: -21px;
  left: calc(50% - 10px);
  width: 20.4px;
  height: 24px;
  background-image: url("../assets/images/intensity-indicator.svg");
}

.single-produto-versions-section {
  display: flex;
  flex-direction: column;
  row-gap: 20px;

  h2 {
    color: #F49811;
    text-align: center;
    font-family: Lobster;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}

.single-produto-version-button {
  border: none;
  border-radius: 8px;
  height: 30px;
  background-color: #094DA4;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;

  padding: 0 14.365px;
}

.single-produto-versions-container {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}

.single-produto-ingredients-and-alert-section {
  background-color: white;
  border-radius: 20px;
  position: relative;
  margin-top: 42px;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 36px;

  margin-left: 4.17vw;
  margin-right: 4.17vw;
}

.single-produto-ingredients, .single-produto-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;

  color: #094DA4;

  h2 {
    font-family: Lobster;
    font-size: 30px;
    font-weight: 400;
  }

  p {
    color: #094DA4;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
}

.single-produto-ingredients {
  padding-bottom: 26px;
  border-bottom: 1px solid #094DA4;
}

.single-produto-alert {
  padding-top: 30px;
}

/* --------------- TABELA NUIRICIONAL --------------- */
.single-produto-nutritional-section {
  background-color: white;
  border-radius: 20px;

  position: relative;

  margin-top: 42px;

  padding: 15px;
  padding-top: 50px;
  padding-bottom: 20px;

  margin-left: 4.17vw;
  margin-right: 4.17vw;
}

.single-produto-nutritional-infos-container {
  display: flex;
  flex-direction: column;
  align-items: center;

  h2 {
    font-family: Lobster;
    font-weight: 400;
    font-size: 25px;
    color: #094DA4;
    text-align: center;
  }
}

.single-produto-nutritional-table-container {
  width: 100%;
  margin-top: 25px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border: 1px solid #000;

  padding: 4px;
}

.single-produto-nutritional-table {
  width: 100%;
  border-collapse: collapse;
}

.single-produto-nutritional-table th, .single-produto-nutritional-table td {
  border: 1px solid #000;
  padding: 2px;
  text-align: left;
}
.single-produto-nutritional-table td {
  text-align: center;
}

.single-produto-nutritional-table td:first-child {
  text-align: left;
}

.single-produto-nutritional-table td.subitem {
  padding-left: 10px;
}

.single-produto-nutritional-table tfoot td {
  border: none !important;
}

.single-produto-nutritional-table-head-spacing {
  display: block;
  height: 10px;
}

.single-produto-nutritional-table tbody tr td:first-child, .single-produto-nutritional-table tbody tr td:last-child {
  border-left: none !important;
  border-right: none !important;
}


.single-produto-nutritional-table .title {
  text-align: center !important;
  font-weight: 700;
  font-size: 18px;
  border: none !important;
  border-bottom: 1px solid black !important;
}

.single-produto-nutritional-table .portions {
  font-size: 16px;
  font-weight: normal;

  border: none !important;
  border-bottom: 6px solid black !important;
  margin-bottom: 5px;
}

.single-produto-nutritional-table-portion-head-row th:first-child, .single-produto-nutritional-table-portion-head-row th:last-child {
  border-left: none !important;
  border-right: none !important;
}

.single-produto-nutritional-table .single-produto-nutritional-table-portion-head {
  border-top: none !important;
  font-weight: 900;
  text-align: center;
}

.single-produto-nutritional-table .indent {
  padding-left: 15px;
}

.single-produto-nutritional-table .vd-info {
  font-style: italic;
  text-align: left;
  font-size: 14px;
  white-space: break-spaces;
}


.single-receita-share-button {
  height: 30px;
  min-width: 180px;
}

.single-receita-share-section {
  position: relative;

  display: flex;
  align-items: center;
  column-gap: 16px;

  padding: 0px 25px;
  margin-bottom: 50px;
}

.single-receita-share-section::before, .single-receita-share-section::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #F49811;
}

.single-produto-related-recipes {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  height: fit-content;
  max-height: 100%;
  background-color: white;
  border-radius: 20px;

  padding: 15px;
  padding-top: 28px;
  padding-bottom: 34px;

  margin-left: 4.17vw;
  margin-right: 4.17vw;

  h2 {
    color: #F49811;
    text-align: center;
    font-family: Lobster;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .recipe-single-card {
    width: 100% ;
    background-color: #F5F5F5;
  }

  .single-produto-related-recipes-list-container {
    width: 100%;
    padding-bottom: 50px;

    display: flex;
    flex-direction: column;

    row-gap: 80px;
  }
}

.single-produto-related-tip-section {
  padding-top: 50px;
  padding-bottom: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-produto-related-tip-list-title {
  color: #F49811;
  font-size: 30px;
  width: fit-content;
  position: relative;
  padding-bottom: 15px;
}

.single-produto-related-tip-list-title::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(auto + 10px);
  bottom: 0;
  left: 35%;
  right: auto;
  width: 60px;
  height: 3px;
  background-color: #F49811;
}

.single-produto-related-tip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;

  position: relative;

  padding-bottom: 30px;

  overflow: hidden;
}

.single-produto-related-tip-list-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 0 25px;

  width: 100%;
  max-width: 700px;

  position: relative;
  z-index: 10;
}


.single-produto-category-list-title {
  color: #F49811;
  font-size: 30px;
  width: fit-content;
  position: relative;
  padding-bottom: 15px;
}

.single-produto-category-list-title::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(auto + 10px);
  bottom: 0;
  left: 25%;
  right: auto;
  width: 60px;
  height: 3px;
  background-color: #F49811;
}

.single-produto-category-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;

  position: relative;

  padding-bottom: 50px;

  overflow: hidden;
}

.single-produto-category-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 290px);
  justify-content: center;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;

  width: 100%;
  max-width: 980px;

  position: relative;
  z-index: 10;
}


.single-produto-category-container-left-image, .single-produto-category-container-right-image {
  position: absolute;
  z-index: 5;
}

.single-produto-category-container-left-image {
  right: 60vw;
  top: 120px;

  width: 326.53px;
  height: 215px;
}

.single-produto-category-container-right-image {
  left: 75vw;
  top: 80px;

  width: 237px;
  height: 261px;
}

@media screen and (max-width: 768px) {
  .show-desktop {
    display: none !important;
  }
}


@media screen and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }

  .show-desktop {
    display: initial;
  }

  .single-produto-page-header {
    align-items: center;
    padding-top: 125px;
    row-gap: 18px;
  }

  .single-produto-content-container {
    max-width: 700px;
    padding-bottom: 32px;
  }

  .single-produto-bread-crumb {
    align-self: baseline;
    padding-left: calc(5.2% + 160px);
  }

  .single-produto-category-button {
    font-size: 13px;
    margin-bottom: 19px;

    padding-left: 43.205px;
    padding-right: 43.205px;
  }

  .single-produto-title {
    font-size: 40px;
    line-height: 50px;
  }

  main {
    max-width: 1110px;
    
    display: flex;
    justify-content: space-between;
    
    column-gap: 30px;
    
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
  }
  
  .single-produto-details {
    width: 100%;
    max-width: 620px;
    margin-bottom: 0;
  }

  .single-produto-intensity-and-version-section {
    margin: 0;
    align-items: center;

    padding-bottom: 36px;

    h2 {
      font-size: 20px;
    }
  }

  .single-produto-galery-and-description-section {
    width: 100%;
    background-color: white;
    padding: 50px 0;

    margin-bottom: 40px;

    overflow: hidden;
  }

  .single-produto-intensity-scale-section, .single-produto-versions-section {
    width: 100%;
    max-width: 400px;
  }

  .single-produto-intensity-scale-indicator-wrapper {
    column-gap: 10px;
  }

  .single-produto-intensity-scale-indicator {
    width: 25.056px;
    height: 25.056px;
  }

  .single-produto-galery-and-description-content-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;

    width: 100%;
    max-width: 1060px;
    margin: auto;
  }
  
  .single-produto-images-carrossel-wrapper {
    column-gap: 38px;
    width: fit-content;
    margin: 0;
    padding-bottom: 35px;
  }

  .single-produto-images-carrossel {
    width: 480px;
    height: 380px;
    border-radius: 20px;
    border: 1px solid #BCBCBC;

    padding-left: 61.5px;
    padding-right: 61.5px;
  }

  .single-produto-images-carrossel-slide {
    width: 357px;
    height: 357px;
    min-width: 357px;
    min-height: 357px;
    max-width: 357px;
    max-height: 357px;
    
  }

  .single-produto-images-carrossel-prev-button, .single-produto-images-carrossel-next-button {
    position: static;
  }

  .single-produto-images-carrossel-indicators {
    display: flex !important;
  }

  .single-produto-description-container {
    max-width: 400px;
    padding: 0;
  }

  .single-produto-ingredients-and-alert-section {
    margin-top: 54px;
    margin-left: 0;
    margin-right: 0;
  }

  /* --------------- TABELA NUIRICIONAL --------------- */
  .single-produto-nutritional-section {
    margin-top: 54px;
    margin-left: 0;
    margin-right: 0;

    padding: 30px;
    padding-top: 36px;
  }

  .single-produto-nutritional-infos-container {
    h2 {
      font-size: 30px;
    }
  }

  .single-produto-nutritional-table-container {
    margin-top: 32px;
  }

  .single-produto-related-recipes {
    width: 100%;
    max-width: 400px;
    height: unset;
    background-color: white;
    border-radius: 20px;
    row-gap: 30px;

    margin-left: 0;
    margin-right: 0;

    .single-produto-related-recipes-list-container {
      row-gap: 86px;
    }
  }
  

  .single-receita-share-section {
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
  }
  .single-receita-share-section.show-desktop {
    display: flex;
  }

  .single-receita-share-section {
    padding: 0;
  }

  .single-produto-category-container-left-image {
    right: 75vw;
    top: 150px;

    width: 471.198px;
    height: 311.408px;
  }
  
  .single-produto-category-container-right-image {
    left: 81vw;
    top: 80px;
  
    width: 323.483px;
    height: 382.87px;
  }

  .single-produto-related-tip-section {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 900px) {
  .single-produto-bread-crumb {
    padding-left: calc(10.416% + 160px);
  }
}