* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: repetition;
  font-weight: bold;
  src: url("/assets/fonts/repetition/repetition.otf");
}

/*  */
.salsas-details {
  margin-bottom: 3rem;
}

.salsas-details h1 {
  font-family: repetition, sans-serif;
  font-size: 3.5rem;
  color: #ca4c02;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  padding-top: 6.9375rem;
  margin: auto;
}

.salsas-details__overview {
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1170px;
  margin: auto;
  padding-top: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

.salsas-details__overview p {
  width: 56%;
  padding-right: 6%;

  font-size: 18px;
  line-height: 1.4285714;
  margin-bottom: 2rem;
  color: #54565a;
}

.salsas-quote {
  color: #54565a;
  background: transparent;
  border-width: 10px;
  border-style: solid;
  border-image-source: url("/assets/salsas/quote-bubble.svg");
  border-image-slice: 17 50 90 49;
  border-image-width: 17px 50px 90px 49px;
  border-image-repeat: stretch;
  text-align: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  padding: 1.8125rem 1.875rem 4.375rem 1.875rem;
  min-height: 15.625rem;
  width: 100%;
  max-width: 28rem;
  line-height: 1.3;
  text-align: center;
}

.salsas-quote blockquote {
  font-weight: bold;
  font-size: 0.95rem;
  font-style: italic;
  margin: auto;

  margin: 0 0 25px;
  font-size: 1.25rem;
}

.salsas-quote cite {
  font-style: normal;
}

.salsa-categories__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.salsa-categories__list-item {
  text-align: center;
  margin-bottom: 2rem;
  transition: transform 0.4s ease-out;
}

.salsa-categories__list-item:hover,
.salsa-categories__list-item:focus {
  transform: scale(1.05);
}

.salsa-categories__list-item a {
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #35373c;
}

.salsa-categories__list-item img {
  filter: drop-shadow(5px 5px 10px rgba(128, 128, 128, 0.4));
}

#salsa-categories__list_div {
  display: block;
}

/* Offerings section styles */
.offerings {
  margin-top: 3rem;

  position: relative;
}

.offerings__paragraph-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  background: linear-gradient(76deg, #006747 0%, #64be46 100%);
  background-position: center;
  background-size: cover;
}

.offerings__paragraph-container .pineapple-icon {
  width: 130px;
  height: 225px;
  position: absolute;
  top: -35%;
  left: 0;
}

.offerings__paragraph-container h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  max-width: 70%;
  margin: auto;
  margin-bottom: 2rem;
}

.offerings-types {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.offerings-types a {
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border: 3px solid #fff;
  padding: 8px 1rem;
  text-decoration: none;
}

.offerings-types a:hover,
.offerings-types a:active,
.offerings-types a:focus {
  background-color: #fff;
  color: #ca4c02;
}

.offerings__paragraph-container .tomato-icon {
  width: 150px;
  height: 160px;
  position: absolute;
  bottom: -25%;
  right: 0;
  z-index: 3;
}

#faq-section {
  padding: 5rem 0;
  padding-bottom: 3.75rem;
}

#faq-main {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

#faq-main h2 {
  font-size: 2.6825rem;
  color: #ca4c02;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

#faq-fields {
  display: block;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.faq-fields-div {
  color: #ca4c02;
  font-weight: bold;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  margin-bottom: 2em;
}
#faq1-ans {
  display: none;
}
#faq2-ans {
  display: none;
}
#faq3-ans {
  display: none;
}
#faq1-ans.show {
  transition: 20sec;
  display: block !important;
}
#faq2-ans.show {
  display: block !important;
}
#faq3-ans.show {
  display: block !important;
}
.faq-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ca4c02;
  cursor:pointer;
}
.faq-items:hover {
  background-color: #ca4c02;
  color: #ffff;
}

#positive_icon,
#positive_icon1,
#positive_icon2 {
  font-family: repetition, sans-serif;
  font-size: 2rem;
  margin-top: 0;
  height: min-content;
}

.products-section {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.products-section-items {
  display: grid;

  grid-auto-flow: dense;
  grid-row-gap: 3em;
  row-gap: 3em;
  -moz-column-gap: 15px;
  column-gap: 15px;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 33.333%) [end];
}

.popup-image img {
  width: 100%;
  height: auto;
  cursor: pointer;
 
}
.popup-image:hover,.popup-image:active {
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}

.popup-image a {
  text-decoration: none;
}
.popup-image h3 {
  margin-top: 1.25rem;
  font-weight: bold;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  color: #35373c;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.4285714;
}
.popup-image p {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica,
    sans-serif;
  color: #35373c;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.4285714;
}

.card-building1,.card-building2,.card-building3,.card-building4,.card-building5,.card-building6,.card-building7,.card-building8,.card-building9 {
  margin-top: -1.25rem;
  padding: 2.5rem;
  transition: all 0.2s;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4285714;
  color: #54565a;
  text-align: center;
  border-color: white;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18);
  position:relative;
}
.card-building1::before,.card-building4::before ,.card-building7::before  {
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -24px;
    left: 0;
    margin-left: -24px;
    display: block;
    border-style: solid;
    border-width: 0 24px 24px;
    border-color: transparent transparent #fff;
    -webkit-filter: drop-shadow(0 -5px 3px rgba(0,0,0,0.1));
    filter: drop-shadow(0 -5px 3px rgba(0,0,0,0.1));
    left: 16.67%;
}
.card-building2::before,.card-building5::before ,.card-building8::before  {
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -24px;
    left: 0;
    margin-left: -24px;
    display: block;
    border-style: solid;
    border-width: 0 24px 24px;
    border-color: transparent transparent #fff;
    -webkit-filter: drop-shadow(0 -5px 3px rgba(0,0,0,0.1));
    filter: drop-shadow(0 -5px 3px rgba(0,0,0,0.1));
    left: 50%;
}
.card-building3::before,.card-building6::before,.card-building9::before   {
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -24px;
    left: 0;
    margin-left: -24px;
    display: block;
    border-style: solid;
    border-width: 0 24px 24px;
    border-color: transparent transparent #fff;
    -webkit-filter: drop-shadow(0 -5px 3px rgba(0,0,0,0.1));
    filter: drop-shadow(0 -5px 3px rgba(0,0,0,0.1));
    left: 83.33%;
}
.arrow-top {
  content: "";
  right: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid black;
}
.row_products {
  display: flex;
  width: 100%;
}
.row_products>div:first-child{
  padding-right: 8%;
}
.row_products img {
  display: block;
  width: 100%;
  height: auto;
 
  margin-bottom: 40px;
}
.row_products h3 {
  color: #35373c;
  text-align: left;
  font-size: 2.75rem;

  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.row_products p {
  text-align: left;
}
.row_products a {
  background: linear-gradient(
    90deg,
    rgba(242, 95, 39, 0.8) 0%,
    rgba(253, 197, 9, 0.8) 100%
  );
  text-decoration: none;
  float: left;
  color: white;
  border-width: 0;
  font-weight: bold;
  text-shadow: 0 0 15px #ca4c02;
  padding: 0.6em 3em;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
  transition: transform 0.25s, box-shadow 0.25s;
}
.row_products a:hover,.row_products a:active,.row_products a:focus{
transform: scale(1.1);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);}
.popup-card {
  display: none;
  grid-column-start: 1;
  grid-column-end: end;
}
.popup-card.show {
  display: block !important;
}

#ingredients-card1 {
  display: none;
}
#ingredients-card2 {
  display: none;
}

#ingredients-card.show {
  display: block !important;
}
#ingredients-card1.show {
  display: block !important;
}
#ingredients-card2.show {
  display: block !important;
}

@media (max-width: 1030px) {
  .salsa-categories__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 970px) {
  .offerings__paragraph-container .pineapple-icon {
    top: -35%;
    width: 125px;
  }

  .offerings__paragraph-container .tomato-icon {
    bottom: -15%;
    width: 120px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .salsas-details__overview,
  .salsas-details h1,
  #faq-main {
    max-width: 970px;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .salsas-details__overview,
  .salsas-details h1,
  #faq-main {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  .offerings__paragraph-container {
    padding-top: 4rem;
  }

  .offerings__paragraph-container h3 {
    font-size: 2rem;
    max-width: 90%;
  }

  .offerings-types {
    flex-direction: column;
    gap: 1rem;
  }
  .popup-image h3,
  .popup-image p {
    font-size: 20px;
  }
}

@media (max-width: 570px) {
  .offerings__paragraph-container .pineapple-icon {
    top: -25%;
    width: 80px;
  }

  .offerings__paragraph-container .tomato-icon {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .card-building1::before{
    left:25%;
  }
  .card-building2::before{
    left:75%;
  }
  .card-building3::before{
    left:25%;
  }
  .card-building4::before{
    left:75%;
  }
  .card-building5::before{
    left:25%;
  }
  .card-building6::before{
    left:75%;
  }
  .card-building7::before{
    left:25%;
  }
  .card-building8::before{
    left:75%;
  }
  .card-building9::before{
    left:25%;
  }
  #faq-section {
    padding: 1.875rem 0;
  }
  #faq-main h2 {
    font-size: 2.06rem;
  }
  .salsas-details__overview {
    flex-direction: column;
  }
  .salsas-details__overview p {
    width: 100%;
    padding-right: 0;
  }
  .products-section-items {
    grid-template-columns: repeat(2, calc(50% - (30px / 4))) [end];
    grid-column-gap: 15px;
    padding: 0 20px;
    grid-row-gap: 3em;
    row-gap: 3em;
  }
  .row_products {
    flex-direction: column;
  }
  .row_products img {
    height: auto;
  }
  .row_products h3 {
    font-size: 1.75rem;
  }
  .row_products a{
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .salsas-quote {
    width: 28rem;
    padding: 1.8125rem 3.5rem 4.375rem 2.125rem;
    margin-left: auto;
  }
}
