/*Results*/
#products-results {
  margin-bottom: 45px;
}
.products-results-header-left {
  position: relative;
}
.products-results-header-box {
  color: white;
  padding: 25px var(--grid);
  margin: 40px 0 70px;
}
.products-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 10px;
}
.products-breadcrumb .item {
  display: inline-flex;
  align-items: center;
}
.products-breadcrumb .item:not(:last-child) {
  margin-right: 5px;
}
.products-breadcrumb .item:not(:last-child)::after {
  content: "";
  margin-left: 5px;
  background-image: url('https://www.pagotinio.com/uploads/svg/breadcrumb-arrow.svg');
  width: 10px;
  display: inline-block;
  height: 8px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-results-header-title {
  font-size: 22px;
  max-width: 300px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 900;
}
.products-results-header-title span {
  position: relative;
}
.products-results-header-title span img {
  position: absolute;
  -webkit-transform: translate(-40%,-0.3em);
  -moz-transform: translate(-40%,-0.3em);
  -ms-transform: translate(-40%,-0.3em);
  -o-transform: translate(-40%,-0.3em);
  transform: translate(-40%,-0.3em);
  width: 20px;
}
.products-results-header-box .curvy-line {
  margin-left: -115px;
}
.products-results-header-left > .curvy-line {
  position: absolute;
  bottom: 35px;
  width: 90%;
}
.products-results-header-box p {
  line-height: 2;
}
.products-results-header-right {
  position: relative;
}
.products-results-header-right .top-header-curve {
  z-index: 1;
}
.products-results-header-image {
  padding-top: 120%;
}
.products-results-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-results-description {
  margin-top: 45px;
}
.products-results-container {
  margin-top: 45px;
}
.products-results-explore {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #787979;
}
.products-results-explore > div {
  margin-left: 0.5em;
}
.products-results-explore select,
.products-results-explore .chosen-container-single .chosen-single {
  padding: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 1em;
  line-height: 1;
  border-color: inherit;
  color: inherit;
  background: none;
}
.products-results-explore .chosen-container-single .chosen-single div {
  width: auto;
}
.products-results-explore .chosen-container-single .chosen-single div b::before {
  line-height: 1;
  content: "";
  font-size: 1.2em;
  color: inherit;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 0.25em;
  height: 0.25em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.products-results-explore .chosen-container-single .chosen-drop {
  margin-top: 15px;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(35,31,32,0.25);
  -moz-box-shadow: 0px 0px 16px 0px rgba(35,31,32,0.25);
  box-shadow: 0px 0px 16px 0px rgba(35,31,32,0.25);
  min-width: 14em;
  padding: 15px 0;
}
.products-results-explore .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.products-results-explore .chosen-container .chosen-results li {
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  line-height: 1;
  box-shadow: none;
  font-size: 18px;
  position: relative;
}
.products-results-explore .chosen-container .chosen-results li.highlighted {
  background-color: #e70f8a;
  color: white;
}
.products-results-explore .chosen-container .chosen-results li:not(:last-child)::after {
  content: "";
  border-bottom: 1px solid rgba(120,120,120,0.3);
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.products-results-explore .chosen-container .chosen-results li.highlighted:not(:last-child)::after {
  border-bottom-color: transparent;
}
.product-res-wrap {
  padding: 10px 10px 20px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  position: relative;
  min-height: 100%;
}
.product-res-wrap.active {
  border-color: rgba(120,121,121,0.3);
}
.product-res-wrap.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  bottom: -10px;
  height: 20px;
}
.product-res-image {
  padding-top: 95%;
  position: relative;
}
.product-res-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-res-title {
  font-size: 14px;
  font-weight: 700;
}
.product-res-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  margin-left: 0.5em;
  color: #e70f8a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  vertical-align: text-top;
}
.product-res-toggle:after {
  content: "+";
  font-size: 0.7em;
}
.product-res-wrap.active .product-res-toggle {
  color: inherit;
}
.product-res-wrap.active .product-res-toggle:after {
  content: "-";
}
.product-res-row:not(.active),
.product-res-row-product:not(.active) {
  display: none;
}
.product-res-row-product {
  border: 1px solid rgba(120,121,121,0.3);
  padding: 15px 20px;
}
.product-res-row-product h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 6px;
  margin-top: 32px;
}
.product-res-row-product h2:first-child {
  margin-top: 0;
}
.product-res-row-product p {
  margin-bottom: 12px;
}
#products-results-categories {
  margin-bottom: 20px;
  overflow: hidden;
}
#products-results-categories h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #e80b8a;
  margin-bottom: 20px;
  font-weight: 900;
}
/*Resposive - Mobile First*/
/* sm */
@media (min-width: 576px) {
  .product-res-title {
    font-size: 16px;
  }
}
/* md */
@media (min-width: 768px) {
  #products-results {
    margin-bottom: 140px;
  }
  .products-results-header-box {
    padding: 50px var(--grid);
    margin: 85px 0;
  }
  .products-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .products-results-header-title {
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .products-results-header-title span img {
    width: 35px;
  }
  .products-results-explore {
    margin-bottom: 80px;
    font-size: 20px;
  }
  .product-res-wrap {
    padding: 10px 10px 35px;
  }
  .product-res-row-product {
    padding: 30px 40px;
  }
  .product-res-row-product h2 {
    font-size: 20px;
  }
  #products-results-categories h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
/* lg */
@media (min-width: 1050px) {
  .products-results-container {
    margin-top: 30px;
  }
  .product-res-title {
    font-size: 18px;
  }
  #products-results-categories {
    --mask: radial-gradient(114.49px at 50% calc(100% - 159.25px),#000 99%,#0000 101%) calc(50% - 130px) 0/260px 100%, radial-gradient(114.49px at 50% calc(100% + 94.25px),#0000 99%,#000 101%) 50% calc(100% - 65px)/260px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    margin-bottom: 50px;
  }
}
/* xl */
@media (min-width: 1350px) {
  #products-results {
    margin-bottom: 235px;
  }
  .products-breadcrumb {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .products-results-header-title {
    font-size: 54px;
    margin-bottom: 50px;
  }
  .products-results-header-title span img {
    width: auto;
  }
  .products-results-explore {
    margin-bottom: 145px;
    font-size: 22px;
  }
  .product-res-wrap {
    padding: 10px 10px 55px;
  }
  .product-res-title {
    font-size: 22px;
  }
  .product-res-row-product {
    padding: 45px 60px;
  }
  .product-res-row-product h2 {
    font-size: 22px;
  }
  #products-results-categories h2 {
    font-size: 55px;
    margin-bottom: 60px;
  }
}
/* xxl */
@media (min-width: 1650px) {
  .products-results-header-box {
    padding: 61px var(--grid) 165px;
  }
}
@media (max-width: 1450px) {
  .products-results-header-box {
    padding: 50px 65px;
  }
}
@media (max-width: 769px) {
  .products-results-header-box {
    padding: 65px var(--grid);
  }
  .products-results-header-title span img {
    display: none;
  }
}
@media (max-width: 650px) {
  .products-results-header-box {
    padding: 45px var(--grid);
  }
}
@media (max-width: 550px) {
  .products-results-header-box {
    padding: 35px var(--grid);
  }
}
@media (max-width: 515px) {
  .products-results-header-box {
    padding: 25px var(--grid);
  }
}