.products-grid .ajax-content {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 16px;
}
.products-grid .ajax-content::before {
  display: none;
}
.products-grid .ajax-content .type-product {
  padding: 0;
  width: calc(50% - 5px);
  float: none;
}
.products-grid .ajax-content .type-product .content-product {
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.products-grid .ajax-content .type-product .content-product .product-image-wrapper {
  margin-bottom: 0;
  position: relative;
  border-radius: 15px 15px 0 0;
}
.products-grid .ajax-content .type-product .content-product .product-image-wrapper .footer-product {
  padding: 5px 7px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  justify-content: flex-end;
  display: none;
  overflow: hidden;
}
.products-grid .ajax-content .type-product .content-product .product-image-wrapper .show-quickly {
  background-color: var(--color-primary);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  color: transparent;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  display: none;
}
.products-grid .ajax-content .type-product .content-product .product-image-wrapper .show-quickly::after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_207_1849)'%3E%3Cpath d='M19.1355 9.79159C18.4164 7.93146 17.168 6.32281 15.5446 5.16447C13.9212 4.00613 11.9939 3.34887 10.001 3.27393C8.00812 3.34887 6.08087 4.00613 4.45746 5.16447C2.83404 6.32281 1.58562 7.93146 0.866503 9.79159C0.817937 9.92592 0.817937 10.073 0.866503 10.2073C1.58562 12.0675 2.83404 13.6761 4.45746 14.8345C6.08087 15.9928 8.00812 16.6501 10.001 16.725C11.9939 16.6501 13.9212 15.9928 15.5446 14.8345C17.168 13.6761 18.4164 12.0675 19.1355 10.2073C19.1841 10.073 19.1841 9.92592 19.1355 9.79159ZM10.001 15.5022C6.76052 15.5022 3.33661 13.0993 2.09544 9.99947C3.33661 6.89961 6.76052 4.49675 10.001 4.49675C13.2415 4.49675 16.6654 6.89961 17.9066 9.99947C16.6654 13.0993 13.2415 15.5022 10.001 15.5022Z' fill='%23F9F8F4'/%3E%3Cpath d='M10.0005 6.33105C9.27495 6.33105 8.56569 6.54621 7.96241 6.94931C7.35914 7.3524 6.88894 7.92534 6.61128 8.59567C6.33362 9.26599 6.26097 10.0036 6.40252 10.7152C6.54407 11.4268 6.89346 12.0805 7.40651 12.5935C7.91955 13.1066 8.57321 13.456 9.28483 13.5975C9.99644 13.7391 10.734 13.6664 11.4044 13.3888C12.0747 13.1111 12.6476 12.6409 13.0507 12.0376C13.4538 11.4344 13.669 10.7251 13.669 9.99953C13.669 9.02659 13.2825 8.0935 12.5945 7.40553C11.9065 6.71755 10.9735 6.33105 10.0005 6.33105ZM10.0005 12.4452C9.51681 12.4452 9.04397 12.3018 8.64178 12.033C8.23959 11.7643 7.92613 11.3823 7.74102 10.9354C7.55592 10.4886 7.50749 9.99682 7.60185 9.52241C7.69622 9.048 7.92914 8.61223 8.27117 8.2702C8.6132 7.92817 9.04898 7.69524 9.52339 7.60087C9.9978 7.50651 10.4895 7.55494 10.9364 7.74004C11.3833 7.92515 11.7653 8.23862 12.034 8.6408C12.3027 9.04299 12.4462 9.51583 12.4462 9.99953C12.4462 10.6482 12.1885 11.2702 11.7298 11.7289C11.2712 12.1875 10.6491 12.4452 10.0005 12.4452Z' fill='%23F9F8F4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_207_1849'%3E%3Crect width='19.5652' height='19.5652' fill='white' transform='translate(0.216797 0.216797)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 100%;
  height: auto;
  position: absolute;
  top: 4px;
  left: 0;
  border: none;
}
.products-grid .ajax-content .type-product .content-product .onsale {
  border-radius: 100px;
  background-color: #cd0404;
}
.products-grid .ajax-content .type-product .content-product .product-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.products-grid .ajax-content .type-product .content-product .st-swatch-preview {
  margin-bottom: 4px;
}
.products-grid .ajax-content .type-product .content-product .st-swatch-preview .type-label {
  border-radius: 100px;
  border-color: var(--color-secondary);
}
.products-grid .ajax-content .type-product .content-product .st-swatch-preview .type-label.selected {
  background-color: var(--color-secondary);
  color: white;
}
.products-grid .ajax-content .type-product .content-product .st-swatch-preview-wrap {
  padding: 8px;
  border-radius: 15px;
  flex-direction: column;
}
.products-grid .ajax-content .type-product .content-product .st-swatch-preview-wrap .add_to_cart_button {
  margin-top: 20px;
}
.products-grid .ajax-content .type-product .content-product .st-swatch-preview-wrap .et_st-popup-holder {
  margin-top: auto;
}
.products-grid .ajax-content .type-product .content-product .st-swatch-preview-wrap .et-delete {
  top: 40px;
  right: 8px;
  left: auto;
  bottom: auto;
}
.products-grid .ajax-content .type-product .content-product .products-page-brands {
  display: none;
}
.products-grid .ajax-content .type-product .content-product .add_to_cart_button,
.products-grid .ajax-content .type-product .content-product .button.product_type_external {
  font-family: var(--font-body), sans-serif;
  text-align: center;
  border: none;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 27px;
  border: 2px solid var(--color-background) !important;
  width: 100%;
  height: auto;
  border-radius: 100px;
  transition: color 0.3s, background-color 0.3s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
  text-transform: none;
  line-height: 1.2em;
  color: var(--color-secondary) !important;
  background-color: var(--color-background) !important;
  font-size: 14px;
  padding: 13px 9px;
  margin-top: auto;
}
.products-grid .ajax-content .type-product .content-product .add_to_cart_button:hover,
.products-grid .ajax-content .type-product .content-product .button.product_type_external:hover {
  background-color: var(--color-secondary) !important;
  color: var(--color-background) !important;
}
.products-grid .ajax-content .type-product .content-product .products-page-cats {
  width: auto;
  background-color: var(--color-secondary);
  color: white;
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 11px;
  margin: 0 auto 10px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.products-grid .ajax-content .type-product .content-product .products-page-cats a {
  color: white;
}
.products-grid .ajax-content .type-product .content-product .product-title {
  font-size: 14px;
  margin-bottom: 7px;
}
.products-grid .ajax-content .type-product .content-product .product-title,
.products-grid .ajax-content .type-product .content-product .product-title a {
  font-family: var(--font-body);
}
.products-grid .ajax-content .type-product .content-product .price {
  margin-bottom: 10px;
}
.products-grid .ajax-content .type-product .content-product .price ins .amount {
  color: var(--color-secondary);
  font-weight: 600;
}
.products-grid .ajax-content .type-product .content-product .price .woocommerce-Price-amount {
  color: black;
  font-weight: 600;
}

@media (min-width: 768px) {
  .products-grid .ajax-content {
    gap: 16px;
  }
  .products-grid .ajax-content .type-product {
    width: calc(33.333333% - 10.6666px);
  }
}
@media (min-width: 1200px) {
  .products-grid .ajax-content .type-product {
    width: calc(25% - 12px);
  }
}
#catalogo-section .banner-image-container img {
  border-radius: 20px;
}
#catalogo-section .banner-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#catalogo-section .banner-card .desktop {
  display: none;
}
#catalogo-section .banner-card .content h3 {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#catalogo-section .banner-card .content p {
  margin-bottom: 7px;
  color: var(--color-text);
}
#catalogo-section .banner-card .content p:last-of-type {
  margin-bottom: 0;
}
#catalogo-section .banner-card .content p img {
  margin-right: 10px;
}
#catalogo-section .banner-card .content p span {
  font-weight: 900;
}
#catalogo-section .search {
  position: relative;
}
#catalogo-section .search .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 14px;
  height: 14px;
  z-index: 3;
}
#catalogo-section .search .aws-search-field {
  border-color: var(--color-text);
  border-radius: 100px !important;
  padding-left: 40px;
}

.btn-cotizar {
  font-family: var(--font-body), sans-serif;
  text-align: center;
  border: none;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 27px;
  width: 100%;
  height: auto;
  border-radius: 100px;
  transition: color 0.3s, background-color 0.3s;
  text-transform: none;
  line-height: 1.2em;
  background-color: var(--color-primary);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.btn-cotizar:hover {
  color: #000;
}

.btn-more {
  width: 250px !important;
  margin: 30px auto;
}

.product-image-wrapper {
  display: none;
}

.products-grid .ajax-content .type-product {
  width: 100%;
}

.product-title {
  display: none;
}

.button,
.product_type_simple {
  display: none !important;
}

.filter-content {
  display: none !important;
}

.page-heading {
  display: none;
}

.et-toggle-mob-sidebars-wrapper .et-toggle-mob-sidebars-inner.et-content-left {
  position: absolute;
  top: 143px;
  right: 16px;
  left: auto;
  display: none;
}
.et-toggle-mob-sidebars-wrapper .et-toggle-mob-sidebars-inner.et-content-left .et-toggle:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.et-toggle-mob-sidebars-wrapper .et-toggle-mob-sidebars-inner.et-content-left .et-toggle {
  background-color: transparent;
  border: none;
}

.et-per-page-select {
  display: none;
}

.filter-wrap {
  margin-bottom: 30px !important;
}

.filter-content select.orderby {
  border: none;
  color: black;
  font-size: 14px;
  width: 220px;
  padding-left: 0;
  background-color: transparent;
}

.content-product button {
  background-color: var(--color-primary);
  border: none;
  outline: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ffffff;
  padding: 4px 0;
}

.products-grid .ajax-content {
  flex-direction: column;
}

.product_cards {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
}
.product_cards img {
  height: 32px;
  margin-right: 6px;
}
.product_cards span {
  color: var(--color-primary);
  margin-right: 6px;
}

@media (min-width: 992px) {
  .product_cards img {
    height: 42px;
  }
  #catalogo-section {
    max-width: 1300px;
    margin: 0 auto;
  }
  #catalogo-section .banner-image-container {
    max-width: 430px;
  }
  #catalogo-section .banner-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
  }
  #catalogo-section .banner-card .content {
    max-width: 370px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #catalogo-section .banner-card .content h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #catalogo-section .banner-card .content .search {
    margin-top: 25px;
  }
  #catalogo-section .banner-card .content .search input {
    font-size: 16px;
  }
  #catalogo-section .banner-card .buttons {
    max-width: 345px;
    flex-grow: 1;
  }
  #catalogo-section .banner-card .mobile {
    display: none;
  }
  #catalogo-section .banner-card .desktop {
    display: block;
  }
  .products-grid .ajax-content .type-product {
    width: calc(50% - 12px);
  }
  .products-grid .ajax-content {
    flex-direction: inherit;
  }
  .filter-wrap .filter-content {
    justify-content: flex-end;
  }
  .filter-wrap .filter-content .products-per-page {
    display: none;
  }
  .filter-wrap .filter-content .woocommerce-notices-wrapper {
    display: none;
  }
}
.price_slider_wrapper .price_slider.ui-slider.ui-slider-horizontal {
  height: 6px;
  border-radius: 100px !important;
}
.price_slider_wrapper .price_slider.ui-slider.ui-slider-horizontal .ui-slider-range {
  height: 6px !important;
  background-color: var(--color-primary);
  border-radius: 100px !important;
}
.price_slider_wrapper .price_slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  border: 2px solid white !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.22);
  background-color: var(--color-primary);
}

.sticky-sidebar {
  padding-top: 30px !important;
}

.sidebar .widget-title {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 25px;
  color: black;
  font-family: var(--font-heading);
}
.sidebar .sidebar-widget ul li a {
  color: #666666;
  font-size: 13px;
}
.sidebar .sidebar-widget ul li.chosen a {
  color: black;
}
.sidebar .etheme-product-status-filter a:before,
.sidebar .etheme_widget_brands_filter li a:before,
.sidebar .wc-layered-nav-rating a:before,
.sidebar .wc-layered-nav-term a:before {
  width: 16px;
  height: 16px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  top: calc(50% - 8px);
}
.sidebar .etheme-product-status-filter .chosen a:after,
.sidebar .etheme_widget_brands_filter .current-item a:after,
.sidebar .wc-layered-nav-rating.chosen a:after,
.sidebar .wc-layered-nav-term.chosen a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background-color: #444444;
  position: absolute;
  left: 4px;
  top: calc(50% - 4px);
}
.sidebar .etheme-product-status-filter .chosen a:hover:after,
.sidebar .etheme_widget_brands_filter .current-item a:hover:after,
.sidebar .wc-layered-nav-rating.chosen a:hover:after,
.sidebar .wc-layered-nav-term.chosen a:hover:after {
  background-color: transparent;
  width: 10px;
  height: 10px;
  left: 3px;
  top: calc(50% - 5px);
}

.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
  border-radius: 100px;
}
.woocommerce-pagination .page-numbers .current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

#comments ul.page-numbers .current,
#comments ul.page-numbers a:hover,
.dokan-pagination-container .dokan-pagination li.active a,
.dokan-pagination-container li a:hover,
.etheme-pagination .current,
.etheme-pagination a:hover,
.woocommerce-pagination .current,
.woocommerce-pagination a:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.view-switcher .switcher-active > a {
  color: var(--color-primary) !important;
}

.empty-category-block {
  margin: 0 auto;
}
.empty-category-block .btn {
  font-family: var(--font-body), sans-serif;
  text-align: center;
  border: none;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 27px;
  border: 2px solid var(--color-background) !important;
  width: 100%;
  height: auto;
  border-radius: 100px;
  transition: color 0.3s, background-color 0.3s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
  text-transform: none;
  line-height: 1.2em;
  color: var(--color-secondary) !important;
  background-color: var(--color-background) !important;
}
.empty-category-block .btn:hover {
  background-color: var(--color-secondary) !important;
  color: var(--color-background) !important;
}

.products-list .button {
  font-family: var(--font-body), sans-serif;
  text-align: center;
  border: none;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 27px;
  border: 2px solid var(--color-background) !important;
  width: 100%;
  height: auto;
  border-radius: 100px;
  transition: color 0.3s, background-color 0.3s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
  text-transform: none;
  line-height: 1.2em;
  color: var(--color-secondary) !important;
  background-color: var(--color-background) !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font-body) !important;
}
.products-list .button:hover {
  background-color: var(--color-secondary) !important;
  color: var(--color-background) !important;
}

.products-list .product-title a {
  text-align: left;
  font-family: var(--font-body) !important;
}

@media (max-width: 600px) {
  .filter-wrap .filter-content .view-switcher {
    display: flex !important;
    margin: 0;
    margin-top: 10px;
  }
  .filter-wrap .filter-content .view-switcher > [class*=switch]:first-of-type {
    margin-left: 0;
  }
  .filter-wrap .filter-content {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.shop-beneficios .beneficios.swiper {
  width: 100vw;
  margin-left: -20px;
}
.shop-beneficios .beneficios.swiper a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .shop-beneficios .beneficios.swiper {
    width: 100%;
    margin: 0;
  }
}
.shop-beneficios .beneficios.swiper .swiper-pagination {
  bottom: 0;
}
.shop-beneficios .beneficios.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-primary);
}
.shop-beneficios .beneficios.swiper .swiper-slide {
  padding: 0 20px;
  height: auto;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .shop-beneficios .beneficios.swiper .swiper-slide:first-of-type {
    padding-left: 0;
  }
  .shop-beneficios .beneficios.swiper .swiper-slide:last-of-type {
    padding-right: 0;
  }
}
.shop-beneficios .beneficios.swiper .content {
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
  padding: 30px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-beneficios .beneficios.swiper .content h3 {
  color: white;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.shop-beneficios .beneficios.swiper .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}
.shop-beneficios .beneficios.swiper .icon {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: -13px;
  margin-right: -13px;
}

#aws-search-result-1,
#aws-search-result-2 {
  display: none !important;
}/*# sourceMappingURL=shop.css.map */