#categoria-produto {
  margin-bottom: 100px;
}
#categoria-produto .title-section {
  --title-ftz-size: 44px;
  text-align: center;
  margin-bottom: 20px;
}
#categoria-produto .sub-title-section {
  color: var(--principal-00416-a, #00416a);
  text-align: center;

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 100px;
}

#categoria-produto .item-especial>div>div  {
    margin-bottom: 130px;
}
#categoria-produto .item-especial .title {
  color: var(--PRINCIPAL-RED, #ee3831);

  /* Head/H4 */
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 30px;
}
#categoria-produto .item-especial .text {
  color: var(--principal-00416-a, #00416a);

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

#owl-categoria .owl-item{
  display: flex;
  justify-content: center;
}

#owl-categoria .owl-nav {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 60px;
}
#owl-categoria .owl-nav button {
  background: var(--img) no-repeat center;
  width: 30px;
  margin: 0 6px;
}
#owl-categoria .owl-nav .owl-prev {
  --img: url("../img/icons/icn_arrow_right.svg");
  rotate: -180deg;
}
#owl-categoria .owl-nav .owl-next {
  --img: url("../img/icons/icn_arrow_right.svg");
}