@media (min-width: 992px) {
  .hide-if-above-991 {
    display: none !important;
  }
}
@media only screen and (max-width: 1310px) {
  .filters-section{
    display: none;
  }
}

@media (min-width: 1309px) {
  .hide-if-above-1309 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-if-below-992 {
    display: none !important;
  }
}
@-webkit-keyframes adev_rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes adev_rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.adev-aspect-ratio {
  height: 0;
  position: relative;
  overflow: hidden;
}
.adev-aspect-ratio img,
.adev-aspect-ratio video,
.adev-aspect-ratio canvas,
.adev-aspect-ratio iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.adev-aspect-ratio.loading-state:has(img.lazyloading)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: adev_rotate 0.2s infinite linear;
  animation: adev_rotate 0.2s infinite linear;
}
.adev-bundle:not(.init)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
  opacity: 0.3;
}
.adev-bundle {
  background: #fff;
  color: #000;
  position: relative;
  letter-spacing: 0;
}
.adev-bundle .adev-bundle__header {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Unica One";
  line-height: 1.6;
  margin-bottom: 20px;
}
.adev-bundle .adev-bundle-app {
  width: 100%;
  background: #fffcfa;
  border: 1px solid #ffecda;
  background: #fff;
  border: 1px solid #000;
  position: relative;
  max-width: 991px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 50px;
  border-radius: 10px;
  padding-top: 0;
}
.adev-bundle .adev-bundle__c-header {
  padding: 20px 20px 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .adev-bundle .adev-bundle__c-header {
    font-size: 24px;
  }
}
.adev-bundle .adev-bundle__footer {
  padding-bottom: 0;
}
.adev-bundle .adev-bundle__f-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.adev-bundle .adev-bundle__f-info .adev-bundle__fi-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
.adev-bundle .adev-bundle__f-info > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.adev-bundle [data-adev-bundle-total-before]:empty {
  display: none;
}
.adev-bundle .adev-bundle__form button {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
.adev-bundle .adev-bundle__form button span {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.adev-bundle .adev-bundle__form button:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.adev-bundle .adev-bundle__form button::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-animation: adev_rotate 1s infinite linear;
  animation: adev_rotate 1s infinite linear;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
}
.adev-bundle .adev-bundle__form button.loading::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.adev-bundle .adev-bundle__form button.loading span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.adev-bundle .adev-bundle__c-products:not(.slick-initialized) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 0 20px;
}
@media (min-width: 568px) {
  .adev-bundle .adev-bundle__c-products:not(.slick-initialized) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .adev-bundle .adev-bundle__c-products:not(.slick-initialized) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .adev-bundle .adev-bundle__c-products:not(.slick-initialized) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .adev-bundle
    .adev-bundle__c-products:not(.slick-initialized)
    .adev-bundle-column:nth-child(n + 3) {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .adev-bundle
    .adev-bundle__c-products:not(.slick-initialized)
    .adev-bundle-column:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .adev-bundle
    .adev-bundle__c-products:not(.slick-initialized)
    .adev-bundle-column:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 992px) {
  .adev-bundle
    .adev-bundle__c-products:not(.slick-initialized)
    .adev-bundle-column:nth-child(n + 6) {
    display: none;
  }
}
.adev-bundle .slick-list.draggable {
  padding-bottom: 3px;
  padding-top: 3px;
}
.adev-bundle .adev-bundle__c-products.slick-initialized .adev-bundle-column {
  margin: 0 10px;
  height: auto;
  padding-top: 10px;
}
.adev-bundle .adev-bundle__c-products.slick-initialized .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.adev-bundle .adev-bundle-product {
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  height: 100%;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.adev-bundle .adev-bundle-product:hover {
  border-color: #aaa;
}
.adev-bundle .adev-bundle-product.active {
  border-color: #f18507;
  box-shadow: 0 0 0 1px #f18507;
  pointer-events: none;
}
.adev-bundle .adev-bundle__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 11px;
  background: #f80;
  padding: 0 8px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
  height: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 10px;
}
.adev-bundle .adev-bp__details {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
}
.adev-bundle .adev-bundle__f-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: -50px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid #000;
}
.adev-bundle .adev-bundle__swatches {
  padding: 15px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
}
.adev-bundle .adev-bundle__options {
  padding: 15px 10px;
}
.adev-bundle .adev-bundle__options:not(.active) {
  display: none;
}
.adev-bundle .adev-swatches__option > label {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.adev-bundle .adev-swatches__values {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.adev-bundle .adev-swatches__values label {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 3.5px;
  line-height: 1.5;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.adev-bundle .adev-swatches__values input:checked + label {
  border: 1px solid #000;
  box-shadow: 0 0 0 1px #000;
}
.adev-bundle .adev-bundle__swatches .adev-swatches__option:not(:only-child) {
  margin-top: 10px;
}
.adev-bundle .adev-swatches__values input.disabled + label {
  opacity: 0.8;
  color: #a5a5a5;
}
.adev-bundle .adev-swatches__values input.disabled:checked + label {
  border-color: #999;
  box-shadow: 0 0 0 1px #999;
}
.adev-bundle .adev-bundle__success {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  color: #444;
}
.adev-bundle .adev-bundle__success a {
  color: #000;
}
.adev-bundle .adev-bundle__errors {
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  color: red;
}
.adev-bundle .adev-bundle__options.has_only_default_variant {
  display: none !important;
}
.adev-bundle.adev_its_design_mode::before {
  content: none;
}
.adev-bundle.adev_its_design_mode
  .adev-bundle__c-products:not(.slick-initialized)
  .adev-bundle-column {
  display: block !important;
}
.adev-bundle .slick-arrow {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  z-index: 2;
  padding: 4px;
  cursor: pointer;
}
.adev-bundle .slick-arrow.slick-disabled {
  display: none !important;
}
.adev-bundle .slick-prev-arrow.slick-arrow {
  left: -10px;
}
.adev-bundle .slick-next-arrow.slick-arrow {
  right: -10px;
}
.adev-bundle .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.adev-bundle [data-adev-bundle-total] {
  display: inline-block;
  line-height: 1.3;
}
.adev-bundle [data-adev-bundle-total-before] {
  display: inline-block;
  line-height: 1.3;
  font-size: 15px;
  color: red;
  text-decoration: line-through;
  opacity: 0.7;
}
.adev-bundle .adev-bundle__selected-ones {
  margin: -20px -20px 0 -20px;
  border-radius: 10px;
}
.adev-bundle .adev-bundle__summary-title {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  text-align: center;
}
.adev-bundle .adev-bundle__selected-items {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px;
}
.adev-bundle .adev-bundle-s-product > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  --size: 26px;
  width: var(--size);
  height: var(--size);
  background: #fff;
  color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.adev-bundle .adev-bundle-s-product {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 100%;
  background: #fff;
  position: relative;
}
.adev-bundle .adev-bundle-s-product .adev-bps__details {
  text-align: center;
  padding-top: 10px;
}
.adev-bundle .adev-bundle-s-product .adev-bps__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}
.adev-bundle .adev-bundle-s-product .adev-bps__variant {
  font-size: 16px;
  font-weight: 600;
}

.filter-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #A0A0A0;
}

.filter-option{
  font-size: 14px;
  display: inline-flex;
  color: #A0A0A0;
}

.filter-section{
  font-size: 8px;
  color: #A0A0A0;
}

input[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 14px; /* Puedes ajustar el tamaño según tus preferencias */
    height: 14px; /* Puedes ajustar el tamaño según tus preferencias */
    border: 2px solid #000; /* Puedes ajustar el color del borde según tus preferencias */
}

input[type="checkbox"]:checked {
    background-color: #000; /* Puedes ajustar el color de fondo cuando está seleccionado */
}

/* Estilo del botón y del menú desplegable */
.dropbtn {
  background-color: #000;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Estilo del contenido del menú desplegable (oculto por defecto) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Estilo de los enlaces en el menú desplegable */
.dropdown-content lable {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-flex;
}

.dropdown-content input {
  margin: 0px;
  width: 16px;
  height: 16px;
}


/* Cambia el color del enlace cuando pasas el ratón por encima */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Muestra el menú desplegable cuando pasas el ratón por encima del botón */
.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column; /* Cambia la dirección a columna */
  align-items: left;
  padding: 13px;
}