
/* Variables para colores (define estos valores según tus necesidades) */
:root {
  --purple: #9d4edd;
  --light-blue: #70d7ff;
  --green: #a8ff70;
  --pink: #ff61d5;
  --shine: rgba(255, 255, 255, 0.7);
  --grey: rgba(240, 240, 240, 0.8);
  --black: #333333;
}

button.text-primary-foreground {
    color: white;
}

/* Clase iridiscente adaptada de SCSS a CSS puro */
.iridiscent {
  position: relative;
  z-index: 0;
  padding: 1rem 3rem;
  border: 1px solid var(--purple);
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--black);
  box-shadow: inset 0 0 1rem 0 var(--shine);
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
  background: linear-gradient(
    60deg,
    var(--purple) 5%,
    var(--light-blue) 15%,
    var(--green) 25%,
    var(--pink) 35%,
    var(--purple) 45%,
    var(--light-blue) 55%,
    var(--green) 65%,
    var(--pink) 75%,
    var(--purple) 85%,
    var(--light-blue) 95%,
    var(--green)
  );
  background-size: 200% 200%;
  background-position: -100% -100%;
  animation: moving1 8s infinite;
}

.iridiscent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 1rem 1rem rgba(240, 240, 240, 0.4);
  background: linear-gradient(180deg, transparent, var(--grey) 160%);
  overflow: hidden;
  z-index: -1;
}

.iridiscent:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(150deg, rgb(189 188 188 / 59%), #f8f8f8d1 20%, #ffffffde 60%, var(--shine) 75%, var(--shine));
  z-index: -1;
}

.iridiscent:hover {
  box-shadow: inset 0 0 1rem 0 var(--shine), 0 0 1rem 0 var(--shine);
}

/* Keyframes para la animación */
@keyframes moving1 {
  20% {
    background-position: -130% -120%;
  }
  40% {
    background-position: -140% -100%;
  }
  70% {
    background-position: -110% -130%;
  }
}

/* Media query para dispositivos móviles */
@media screen and (max-width: 450px) {
  .iridiscent {
    font-size: 1rem;
  }
}

/* Widget whatapp brand off */

.dkuywW {
    display: none !important;
}


/* Versión estática sin animación (como solicitaste anteriormente) */
.iridiscent-static {
  position: relative;
  z-index: 0;
  padding: 1rem 3rem;
  border: 1px solid var(--purple);
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--black);
  box-shadow: inset 0 0 1rem 0 var(--shine);
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
  background: linear-gradient(
    60deg,
    var(--purple) 5%,
    var(--light-blue) 15%,
    var(--green) 25%,
    var(--pink) 35%,
    var(--purple) 45%,
    var(--light-blue) 55%,
    var(--green) 65%,
    var(--pink) 75%,
    var(--purple) 85%,
    var(--light-blue) 95%,
    var(--green)
  );
  background-size: 200% 200%;
  background-position: -100% -100%;
  /* Sin animación */
}


/* Escribe aquí tu CSS personalizado */


@media screen and (min-width: 640px) {
.product-item .add-to-cart-component,
.product-add-to-cart {
    opacity: 0;
}
.product-item:hover .add-to-cart-component,
.product-item:hover .product-add-to-cart {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}}



#main-menu a {
    font-size: 13px;
}

.pagination .current,
.pagination .next_page:last-of-type {
    color: #fff;
    background: black;
    border: none;

}

.pagination .previous_page:first-of-type {
    background: #fff;
    color: black;
}

.controls button, .delivery-setup-modal .form-controls button, .bootic_button, .more-results, .pagination .previous_page, .pagination .next_page {
    background: #c2c2c2;
    border-color: #c2c2c2;
}


/* Loader spinner */



select#sort-select {
    padding-left: 35px !important;
}


.product-info-content iframe {
  width: 100%;
  padding: 1rem;
}

/* Yotpo 2 */


a.yotpo-reviews-trademark.yotpo-reviews-by {
    display: none;
}

div#yotpo-stars-in-list svg.star-container.yotpo-sr-star-full:not(:first-of-type) {
    display: none!important;
}


@media screen and (max-width: 640px) {
.entry-question {
    font-size: 16px;
}

.entry {
    font-size: 14px!important;
    line-height: inherit!important;
}

.page-preguntas-frecuentes .question-and-answers-section {
    padding-top: 25px;
}
.content {
    padding-top: 25px;
}

.product-attributes-content tr{
    display: flex;
    flex-direction: column;
}
td.field-name {
    border: none;
    width: 100%;
}
}


#product-main strike.bootic-price-comparison {
    opacity: 0.5;
}

/* Badges */
.tag-cyber.inactive {
	display: none;
}

.tag-cyber {
  width: 60px;
  height: 60px;
  background: url('sello-cyber-2025.png') 0 0 / 60px 60px no-repeat;
}

@media (max-width: 768px) {
  .tag-cyber {
    width: 35px;
    height: 35px;
    background: url('sello-cyber-2025.png') 0 0 / 35px 35px no-repeat;
  }
}

div#vol-table .vol-discount-container {
    margin: 0;
}

div#vol-table .vol-discount-desc {
    display: none;
}


/* precio regular y precio oferta */

.title-description.relative span.bootic-price.with-price-comparison:before {
    content: "Precio Oferta ";
}

.title-description.relative strike.bootic-price-comparison:before {
    content: "Precio Normal ";
}

@media (max-width: 768px) {
.product-meta span.bootic-price.with-price-comparison:before {
    content: "Oferta ";
}

.bootic-price-with-completing-discount span.bootic-price:before, .product-item.has_price_comparison span.bootic-price-comparison-box:before {
    content: "Normal: ";
}
}

@media (min-width: 768px) {
.product-meta span.bootic-price.with-price-comparison:before {
    content: "Precio Oferta ";
}

.bootic-price-with-completing-discount span.bootic-price:before, .product-item.has_price_comparison span.bootic-price-comparison-box:before {
    content: "Precio Normal: ";
}
}

.product-item.out_of_stock img {
    filter: opacity(0.3);
}