#webc-mobile-filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  transform: translateX(-100%);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
#webc-mobile-filter-overlay.active {
  transition: all 0.6s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}
#webc-mobile-filter-overlay.active .overlay-extra {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000045;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}
#webc-mobile-filter-overlay .content-filter-mv {
  max-width: 370px;
  height: 100%;
  background: var(--theme-gray);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-header span a picture img {
  max-width: 120px;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-content .webc-filter-set.webc-fs-484 {
  margin-bottom: 15px;
}
.extra-filter-btn {
  background: #F1F1F1;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  padding: 15px 20px;
}
.extra-filter-btn span {
  font-family: var(--theme-font);
  font-weight: 600;
  color: var(--theme-black);
  font-size: 16px;
  line-height: 16px;
}
#ef_filtro_buscador {
  margin-bottom: 21px;
}
.webc-filter-set {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1e293b;
}
.webc-filter-set .webc-filter-form {
  border-radius: 6px;
  border: 1px solid #E6E7E8;
}
.webc-filter-set .webc-hidden-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.webc-filter-set .webc-widget {
  background: #fff;
  /* border: 1px solid @webc-border;
		border-radius: @webc-radius; */
  margin-bottom: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  /* &:hover {
			box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
		} */
}
.webc-filter-set .webc-widget .webc-widget-header {
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  user-select: none;
}
.webc-filter-set .webc-widget .webc-widget-header h6 {
  margin: 0;
  font-family: var(--theme-font-two);
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--theme-black);
}
.webc-filter-set .webc-widget .webc-widget-header .toggle-icon {
  font-size: 1.2rem;
  color: #0E1422;
  transition: transform 0.3s ease;
  line-height: 1;
}
.webc-filter-set .webc-widget .webc-widget-header.collapsed .toggle-icon {
  transform: rotate(-180deg);
}
.webc-filter-set .webc-widget .webc-widget-content {
  padding: 1.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid transparent;
}
.webc-filter-set .webc-widget .webc-widget-content.hidden {
  display: none;
}
.webc-filter-set .webc-widget .webc-internal-search {
  margin-bottom: 0.75rem;
  position: relative;
}
.webc-filter-set .webc-widget .webc-internal-search input {
  width: 100%;
  padding: 12px 10px;
  padding-right: 2rem;
  border: none;
  border-radius: 5px;
  font-size: 0.85rem;
  background: #F4F4F4;
  color: var(--theme-gray);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-filter-set .webc-widget .webc-internal-search input:focus {
  outline: none;
  border-color: none;
}
.webc-filter-set .webc-widget .webc-internal-search::before {
  content: '\f179';
  font-family: 'dashicons';
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-black-title);
  font-size: 22px;
  pointer-events: none;
}
.webc-filter-set .webc-widget .webc-widget-list {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 5px;
  /* select.webc-filter-select,
			::picker(select) {
				appearance: base-select;
				border: 1px solid #DFD7C9;
				border-radius: 0px;
				padding: 10px;
				background: var(--theme-white);

				&::picker-icon {
					transition: all 0.3s ease;
				}

				&:open::picker-icon {
					rotate: 180deg;
				}

				&:focus {
					outline: none;
					box-shadow: none;
				}
			} */
}
.webc-filter-set .webc-widget .webc-widget-list::-webkit-scrollbar {
  width: 4px;
}
.webc-filter-set .webc-widget .webc-widget-list::-webkit-scrollbar-track {
  background: transparent;
}
.webc-filter-set .webc-widget .webc-widget-list::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 4px;
}
.webc-filter-set .webc-widget .form-check {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  min-height: 1.25rem;
  border-bottom: 1px solid #E9E9EB;
  padding-top: 4px;
  padding-bottom: 12px;
}
.webc-filter-set .webc-widget .form-check:last-child {
  margin-bottom: 0;
}
.webc-filter-set .webc-widget .form-check .form-check-input {
  /* width: 18px;
				height: 18px;
				margin-top: 0; */
  margin-right: 0.6rem;
  border-radius: 0px !important;
  cursor: pointer;
  /* &:checked {
					background-color: #0096D0;
					border-color: #0096D0;
					background-image: unset;
				} */
}
.webc-filter-set .webc-widget .form-check .form-check-input:focus {
  box-shadow: none;
  border: none;
}
.webc-filter-set .webc-widget .form-check .form-check-label {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.webc-filter-set .webc-widget .form-check .form-check-label span {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: var(--theme-black);
}
.webc-filter-set .webc-widget .form-check .form-check-label .count-badge {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0px;
  color: #474B57;
}
.webc-filter-set .webc-widget .webc-swatches-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s;
  display: block;
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color:hover {
  transform: scale(1.1);
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color .swatch-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color input:checked + .swatch-check::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #0E1422;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff inset;
}
.webc-filter-set .webc-widget .webc-boxes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item {
  cursor: pointer;
  padding: 8px 10px;
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  background: var(--theme-white);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  user-select: none;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item .box-label {
  color: #5C5F6A;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: lowercase;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item:has(input:checked) {
  border: 1px solid #0E1422;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item:has(input:checked) .box-label {
  color: #0E1422;
  font-weight: 600;
}
.webc-filter-set .webc-widget .webc-image-list .form-check .webc-mini-thumb {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
}
.webc-filter-set .webc-widget .webc-image-list .form-check input:checked ~ .form-check-label {
  font-weight: 600;
  color: #3b82f6;
}
.webc-filter-set .webc-widget .webc-image-list .form-check input:checked ~ .form-check-label .webc-mini-thumb {
  border-color: #3b82f6;
}
.webc-filter-set .webc-widget .webc-images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 3px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image:hover {
  border-color: #3b82f6;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image input:checked ~ img {
  opacity: 0.8;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image:has(input:checked) {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap {
  padding: 0 0.5rem;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider {
  height: 4px;
  border: 0;
  background: var(--theme-gray);
  box-shadow: none;
  margin-bottom: 1.5rem !important;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-connect {
  background: var(--theme-base);
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-handle {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #3b82f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: -5px;
  right: -7px;
  cursor: grab;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-handle::before {
  display: none;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-handle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="26" viewBox="0 0 18 26" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg filter="url(%23filter0_d_76_2587)"%3E%3Crect width="18" height="18" fill="white"/%3E%3Crect x="1" y="1" width="16" height="16" stroke="%23B0A083" stroke-width="2"/%3E%3Crect x="7" y="6" width="4" height="6" fill="url(%23pattern0_76_2587)"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_76_2587" x="0" y="0" width="18" height="26" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeMorphology radius="6" operator="erode" in="SourceAlpha" result="effect1_dropShadow_76_2587"/%3E%3CfeOffset dy="8"/%3E%3CfeGaussianBlur stdDeviation="3"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0.776471 0 0 0 0 0.843137 0 0 0 0 0.858824 0 0 0 0.7 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_76_2587"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_76_2587" result="shape"/%3E%3C/filter%3E%3Cpattern id="pattern0_76_2587" patternContentUnits="objectBoundingBox" width="1" height="1"%3E%3Cuse xlink:href="%23image0_76_2587" transform="scale(0.25 0.166667)"/%3E%3C/pattern%3E%3Cimage id="image0_76_2587" width="4" height="6" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOTQwNEM4MjA0MEQxMUU4ODAxRUY1MEJCMkEzRUNGNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOTQwNEM4MzA0MEQxMUU4ODAxRUY1MEJCMkEzRUNGNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA5NDA0QzgwMDQwRDExRTg4MDFFRjUwQkIyQTNFQ0Y1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA5NDA0QzgxMDQwRDExRTg4MDFFRjUwQkIyQTNFQ0Y1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+32t3/QAAABtJREFUeNpiOnb99n8gYABhEJuJAQ1QQwAgwAC8dgz1t+nfTQAAAABJRU5ErkJggg=="/%3E%3C/defs%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: 18px;
  top: -4px;
  left: -4px;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-inputs input {
  width: 100%;
  text-align: center;
  border: 1px solid var(--theme-btn-light);
  padding: 0.3rem;
  border-radius: 0px;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-black);
}
.webc-filter-set .widget-search .webc-widget-content .webc-internal-search::before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M14.6484 14.0332L10.0781 9.46289C10.957 8.4668 11.4844 7.14844 11.4844 5.74219C11.4844 2.57812 8.90625 0 5.74219 0C4.18945 0 2.75391 0.615234 1.66992 1.66992C0.585938 2.75391 0 4.21875 0 5.74219C0 8.90625 2.57812 11.4844 5.74219 11.4844C7.14844 11.4844 8.4668 10.957 9.46289 10.0781L14.0332 14.6484L14.6484 14.0332ZM5.74219 10.6055C3.04688 10.6055 0.878906 8.4082 0.878906 5.74219C0.878906 4.45312 1.37695 3.22266 2.31445 2.31445C3.22266 1.40625 4.42383 0.878906 5.74219 0.878906C8.4082 0.878906 10.5762 3.07617 10.5762 5.74219C10.5762 8.4082 8.4082 10.6055 5.74219 10.6055Z" fill="%23222222"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.webc-filter-set .webc-filter-actions {
  text-align: center;
  margin-bottom: 20px;
}
.webc-filter-set .webc-reset-filters {
  border-radius: 10px;
  background: var(--theme-black);
  padding: 14px 20px;
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--theme-white);
}
.webc-filter-set .webc-reset-filters:hover {
  background: var(--theme-black-title);
}
.webc-filter-set .webc-reset-filters:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.webc-filter-set .webc-reset-filters:active:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.webc-results-wrapper {
  position: relative;
  min-height: 200px;
}
.webc-results-wrapper .webc-active-filters {
  background: transparent;
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.webc-results-wrapper .webc-active-filters .badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.4em 0.6em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #ccc;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s;
}
.webc-results-wrapper .webc-active-filters .badge i {
  color: #64748b;
  font-size: 1rem;
  line-height: 1rem;
}
.webc-results-wrapper .webc-active-filters .badge i:hover {
  color: #1e293b;
}
.webc-results-wrapper .webc-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  border-radius: 12px;
  backdrop-filter: blur(1px);
}
.webc-results-wrapper .webc-results-grid {
  transition: opacity 0.2s ease;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod {
  border: none;
  border-radius: 10px;
  box-shadow: none;
  background: #F1F1F1;
  position: relative;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod a .img-prod-extra {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 1 / 0.57;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  color: var(--theme-black);
  background: var(--theme-white);
  border: 1px solid #FFFFFF80;
  border-radius: 10px;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 11px 6px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body {
  padding: 31px 40px;
}
@media screen and (max-width: 1399px) {
  .webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body {
    padding: 30px;
  }
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .card-title {
  color: var(--theme-black-title);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0px;
  margin-bottom: 37px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .card-title a {
  color: var(--theme-black-title);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 {
  margin-bottom: 37px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 .detalle-producto .icono {
  padding-right: 5px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 .detalle-producto .label {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 26.25px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 .detalle-producto .valor {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 15px;
  line-height: 26.25px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-2 {
  background: var(--theme-white);
  border-radius: 10px;
  padding: 12px 13px;
  margin-bottom: 12px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-2 .label {
  color: var(--theme-gray);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-2 .valor {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-product-card a {
  line-height: 1.2;
}
.webc-results-wrapper .webc-product-card a:hover {
  text-decoration: none;
}
.webc-results-wrapper .webc-pagination .pagination {
  gap: 13px;
  align-items: center;
}
.webc-results-wrapper .webc-pagination .pagination .page-item {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--theme-black);
  text-align: center;
  vertical-align: middle;
}
.webc-results-wrapper .webc-pagination .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--theme-black);
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  animation: all 0.3s ease;
  padding: 0;
  background: var(--theme-white);
  border-radius: 4px;
}
.webc-results-wrapper .webc-pagination .pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .webc-results-wrapper .webc-pagination .pagination .page-item .page-link {
    font-size: 12px;
    line-height: 13px;
    width: 25px;
    height: 25px;
  }
}
.webc-results-wrapper .webc-pagination .pagination .page-item:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .webc-results-wrapper .webc-pagination .pagination .page-item:first-child {
    margin-right: 0px;
  }
  .webc-results-wrapper .webc-pagination .pagination .page-item:first-child .page-link {
    padding: 5px 10px;
  }
}
.webc-results-wrapper .webc-pagination .pagination .page-item:first-child .page-link {
  background-color: var(--theme-white) !important;
  width: auto;
  border-radius: 4px;
  padding: 10px 16px;
}
.webc-results-wrapper .webc-pagination .pagination .page-item:first-child .page-link:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.webc-results-wrapper .webc-pagination .pagination .page-item:last-child {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .webc-results-wrapper .webc-pagination .pagination .page-item:last-child {
    margin-left: 0px;
  }
  .webc-results-wrapper .webc-pagination .pagination .page-item:last-child .page-link {
    padding: 5px 10px;
  }
}
.webc-results-wrapper .webc-pagination .pagination .page-item:last-child .page-link {
  background-color: var(--theme-white) !important;
  width: auto;
  border-radius: 4px;
  padding: 10px 16px;
}
.webc-results-wrapper .webc-pagination .pagination .page-item:last-child .page-link:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.webc-results-wrapper .webc-pagination .pagination .page-item.active .page-link {
  border: none;
  background-color: var(--theme-base) !important;
}
/* selects general */
#webc-filter-archive select.webc-filter-select,
.content-filter-mv select.webc-filter-select,
#webc-filter-archive ::picker(select),
.content-filter-mv ::picker(select) {
  appearance: base-select;
  border: 1px solid #DFD7C9;
  border-radius: 0px;
  padding: 10px;
  background: var(--theme-white);
  position: relative;
  min-width: 240px;
}
#webc-filter-archive select.webc-filter-select::picker-icon,
.content-filter-mv select.webc-filter-select::picker-icon,
#webc-filter-archive ::picker(select)::picker-icon,
.content-filter-mv ::picker(select)::picker-icon {
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,%3Csvg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.94043 5.03418L0.131836 1.24512C-0.0439453 1.0498 -0.0439453 0.756836 0.131836 0.581055L0.581055 0.131836C0.756836 -0.0439453 1.0498 -0.0439453 1.24512 0.131836L4.27246 3.13965L7.28027 0.131836C7.47559 -0.0439453 7.76855 -0.0439453 7.94434 0.131836L8.39355 0.581055C8.56934 0.756836 8.56934 1.0498 8.39355 1.24512L4.58496 5.03418C4.40918 5.20996 4.11621 5.20996 3.94043 5.03418Z" fill="%23B0A083"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#webc-filter-archive select.webc-filter-select:open::picker-icon,
.content-filter-mv select.webc-filter-select:open::picker-icon,
#webc-filter-archive ::picker(select):open::picker-icon,
.content-filter-mv ::picker(select):open::picker-icon {
  transform: translateY(-50%) rotate(180deg);
}
#webc-filter-archive select.webc-filter-select:focus,
.content-filter-mv select.webc-filter-select:focus,
#webc-filter-archive ::picker(select):focus,
.content-filter-mv ::picker(select):focus {
  outline: none;
  box-shadow: none;
}
#webc-filter-archive ::picker(select),
.content-filter-mv ::picker(select) {
  min-width: 240px;
}
#webc-filter-archive select.webc-filter-select#webc-orderby,
.content-filter-mv select.webc-filter-select#webc-orderby {
  background: transparent;
  border: none;
  min-width: 180px;
}
