@font-face {
  font-family: "PC Regtian";
  src: url("https://biomundo.com.br/wp-content/themes/twentytwenty/assets/fonts/PCRegtian-Regular.woff2")
      format("woff2"),
    url("https://biomundo.com.br/wp-content/themes/twentytwenty/assets/fonts/PCRegtian-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("https://biomundo.com.br/wp-content/themes/twentytwenty/assets/fonts/Lexend-Regular.woff2")
      format("woff2"),
    url("https://biomundo.com.br/wp-content/themes/twentytwenty/assets/fonts/Lexend-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  background: url("https://biomundo.com.br/wp-content/uploads/2025/09/background-full.png")
    center top #074524 no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
}

header.header {
  display: flex;
  justify-content: center;
  padding: 47px 0 103px;
}

main {
  max-width: 60%;
  width: 100%;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-27 {
  margin-bottom: 27px;
}

.main-banner {
  position: relative;
}

.main-banner::before {
  content: "";
  background: #228851;
  background: radial-gradient(
    circle,
    rgba(34, 136, 81, 1) 71%,
    rgba(18, 100, 56, 1) 100%
  );
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.products {
  background-image: linear-gradient(
    to right bottom,
    #dd6e2d,
    #dc6c29,
    #db6925,
    #d96721,
    #d8641c
  );
  border-radius: 40px;
  padding: 40px 50px 250px;
}

.bio-oferta {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.infos {
  background: #041a13;
  border-radius: 40px;
  padding: 40px 50px;
}

.infos-title {
  color: #ecddc5;
  font-family: "Lexend";
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  display: block;
  text-align: center;
}

.infos-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.infos-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  width: 33.33%;
}

.infos-grid span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.infos-grid span svg {
  width: 70%;
  margin: 0 auto;
}

.infos-grid p.txt {
  font-family: "Lexend";
  font-weight: bold;
  font-size: 80px;
  color: #e7e148;
  display: block;
  text-align: center;
}

.infos-grid p:last-child {
  font-family: "Lexend";
  font-weight: lighter;
  font-size: 20px;
  color: #ecddc5;
  display: block;
  text-align: center;
}

.button {
  background: #e7e148;
  color: #126438;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Lexend";
  height: 45px;
  cursor: pointer;
  text-decoration: none;
  margin: 40px auto 0;
  width: 70%;
  transition: ease 0.4s;
}

.button:hover {
  background: #beb90e;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 60%;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.footer-grid h2 {
  color: #ecddc5;
  font-family: "Lexend";
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.footer-share,
.footer-news {
  width: 50%;
}

.footer-news form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.form-input {
  background: #ecddc5;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  display: block;
  padding: 0 12px;
  box-sizing: border-box;
  border: 0;
  box-shadow: none;
  font-family: "Lexend";
  font-size: 16px;
}

.submit {
  background: #e7e148;
  color: #126438;
  border: 0;
  box-shadow: none;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  display: block;
  font-family: "Lexend";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: ease 0.4s;
  cursor: pointer;
}

.submit:hover {
  background: #beb90e;
}

.footer-share-icons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10%;
  margin-top: 20px;
}

.footer-share-icons a {
  font-family: "Lexend";
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.footer-share-icons svg {
  height: 60px;
}

.footer-share-icons svg,
.footer-share-icons svg path {
  fill: #e7e148;
}

/* Slider */
.carousel {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-top: 40px;
}

.carousel__list {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  height: 300px;
  justify-content: center;
  perspective: 300px;
}

.carousel__item {
  color: #fff;
  position: absolute;
  transition: all 0.3s ease-in;
}

.carousel__item figure {
  width: 250px;
  height: 300px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
  background: #ecddc5;
}

.carousel__item .product-name {
  color: #ecddc5;
  font-size: 30px;
  font-family: "Lexend";
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
}

.carousel__item .product-name::before {
  content: "";
  width: 100%;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="667" height="43" viewBox="0 0 667 43" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_22_105)"><path d="M592.37 42.2302H0.0630493L73.7991 0.193848H666.106L592.37 42.2302Z" fill="%23F67200" style="mix-blend-mode:soft-light"/></g><defs><clipPath id="clip0_22_105"><rect width="666.043" height="42.0364" fill="white" transform="translate(0.0630493 0.193848)"/></clipPath></defs></svg>')
    center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.carousel__item-infos {
  position: relative;
}

.carousel__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel__item figure img {
  width: 50%;
}

.carousel__item-infos-center {
  position: absolute;
  width: 500px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0 0;
}

.carousel__btn {
  width: 80px;
  height: 80px;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.carousel__btn svg {
  width: 100%;
  height: 100%;
}

.carousel__item-infos .product-oldPrice {
  color: #ecddc5;
  font-size: 12px;
  font-family: "Lexend";
  font-weight: bold;
  background: #2f7c7b;
  padding: 5px 10px;
  border-radius: 30px;
  display: flex;
  transform: rotate(-10deg) translateY(0);
}

.carousel__item-infos .product-oldPrice span {
  font-size: 32px;
}

.carousel__item-infos .product-bestPrice {
  color: #ecddc5;
  font-size: 34px;
  font-family: "Lexend";
  font-weight: bold;
  display: flex;
  padding-top: 10px;
}

.carousel__item-infos .product-bestPrice span {
  font-size: 76px;
}

.carousel__item-infos .product-bestPrice sup:first-child {
  padding-right: 5px;
}

.carousel__item-infos .product-oldPrice sup:first-child {
  padding-right: 5px;
}

/* Esconde qualquer item fora do range [-2â€¦2] */
.carousel__item:not(.carousel__item_active) .carousel__item-infos {
  display: none;
}

.carousel__item[data-pos="0"] {
  z-index: 5;
}

.carousel__item[data-pos="-1"],
.carousel__item[data-pos="1"] {
  opacity: 0.7;
  filter: blur(1px) grayscale(10%);
}

.carousel__item[data-pos="-1"] {
  transform: translateX(-40%) scale(0.9);
  z-index: 4;
}

.carousel__item[data-pos="1"] {
  transform: translateX(40%) scale(0.9);
  z-index: 4;
}

.carousel__item[data-pos="-2"],
.carousel__item[data-pos="2"] {
  opacity: 0.4;
  filter: blur(3px) grayscale(20%);
}

.carousel__item[data-pos="-2"] {
  transform: translateX(-70%) scale(0.8);
  z-index: 3;
}

.carousel__item[data-pos="2"] {
  transform: translateX(70%) scale(0.8);
  z-index: 3;
}
/* Slider */

@media (max-width: 767px) {
  main {
    max-width: 90%;
  }
  .infos {
    padding: 40px 16px;
  }
  .infos-title {
    font-size: 32px;
  }
  .infos-grid,
  .footer-grid {
    flex-direction: column;
  }
  .infos-grid-item,
  .footer-share,
  .footer-news,
  .button {
    width: 100%;
  }
  .button {
    font-size: 14px;
  }
  .footer {
    width: 90%;
  }
  .footer-grid h2 {
    font-size: 24px;
  }
  .header {
    width: 30%;
    padding: 20px 0 30px !important;
  }
  .carousel__item-infos-center {
    width: 280px;
  }
  .carousel__item .product-name {
    font-size: 18px;
  }
  .carousel__item figure {
    width: 150px;
    height: 200px;
  }
  .products {
    padding: 40px 50px 150px;
  }
  .carousel {
    position: relative;
  }
  .carousel__btn {
    position: relative;
    z-index: 1;
  }
  .footer-news {
    margin-top: 50px;
  }
}
