@font-face {
  font-family: CustomFont;
  src: url(../fonts/Huglove.otf);
}

h1,
h2 {
  font-family: CustomFont, sans-serif !important;
}

@media screen and (max-width: 860px) {
  :root {
    --screenvalue: calc((100vw * 100) / 43000);
  }
}
@media screen and (min-width: 861px) {
  :root {
    --screenvalue: calc((100vw * 100) / 192000);
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-color: #000;
  transition: color 0.3s;
}

.swiper-slide img:hover {
  opacity: 1;
}
.swiper-slide:hover {
  cursor: pointer;
  color: #fff;
}

.lara_1 {
  position: absolute;
  top: calc(var(--screenvalue) * -410);
  width: calc(var(--screenvalue) * 380);
  z-index: 1;
  right: calc(var(--screenvalue) * 380);
}

.lara_2 {
  position: absolute;
  bottom: calc(var(--screenvalue) * 0);
  width: calc(var(--screenvalue) * 680);
  right: calc(var(--screenvalue) * -100);
}

.container_1 {
  width: calc(var(--screenvalue) * 1500);
  margin: auto;
}
.container_1 p {
  font-size: calc(var(--screenvalue) * 30);
}
.container_1 h1 {
  font-size: calc(var(--screenvalue) * 95);
}
.container_1 span {
  font-size: calc(var(--screenvalue) * 50);
  display: block;
}
.container_1_cover {
  min-height: calc(var(--screenvalue) * 800);
  background-position: 0 0rem;
  background-attachment: fixed;
}
.container_1 > img {
  width: calc(var(--screenvalue) * 670);
  position: absolute;
  bottom: calc(var(--screenvalue) * 0);
  right: calc(var(--screenvalue) * 150);
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 860px) {
  .container_1 {
    width: calc(var(--screenvalue) * 380);
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: calc(var(--screenvalue) * 0);
    margin-top: calc(var(--screenvalue) * 82);
  }
  .container_1 p {
    font-size: calc(var(--screenvalue) * 18);
  }
  .container_1 h1 {
    font-size: calc(var(--screenvalue) * 50);
  }
  .container_1 span {
    font-size: calc(var(--screenvalue) * 24);
    display: block;
  }
  .container_1_cover {
    min-height: calc(var(--screenvalue) * 650);
    height: fit-content;
    background-position: 0 0;
    background-attachment: scroll;
  }
  .container_1 > img {
    width: calc(var(--screenvalue) * 300);
    position: absolute;
    bottom: calc(var(--screenvalue) * 0);
    right: calc(var(--screenvalue) * 40);
    height: auto;
    object-fit: cover;
  }
}

.container_2 {
  width: calc(var(--screenvalue) * 1680);
  padding: 0 20px;
  margin: auto;
}

.container_2_lara {
  position: absolute;
  bottom: calc(var(--screenvalue) * 0);
  width: calc(var(--screenvalue) * 340);
}

.container_2_filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(var(--screenvalue) * 20);
}
.container_2_filters h2 {
  font-size: calc(var(--screenvalue) * 60);
}

.container_2_filters_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--screenvalue) * 20);
}
.container_2_filters_buttons button {
  font-size: calc(var(--screenvalue) * 18);
  padding: calc(var(--screenvalue) * 16) calc(var(--screenvalue) * 24);
  color: #fff;
  cursor: pointer;
  border-radius: calc(var(--screenvalue) * 150);
  border: dashed calc(var(--screenvalue) * 2) #fff;
}
.card {
  padding-top: calc(var(--screenvalue) * 20);
  padding-bottom: calc(var(--screenvalue) * 20);
  padding-left: calc(var(--screenvalue) * 20);
  padding-right: calc(var(--screenvalue) * 20);
}
.card:nth-child(odd) {
  background-color: #ed71a3;
}
.card:nth-child(even) {
  background-color: #71c0ef;
}
.content_card {
  padding-top: calc(var(--screenvalue) * 30);
  padding-left: calc(var(--screenvalue) * 10);
  padding-right: calc(var(--screenvalue) * 10);
  font-size: calc(var(--screenvalue) * 25);
  color: #fff;
}
.content_card a {
  color: #fff;
  margin-top: calc(var(--screenvalue) * 10);
  height: fit-content;
  text-decoration: none;
  background-color: #bd1e59;
  padding: calc(var(--screenvalue) * 10) calc(var(--screenvalue) * 20);
  border-radius: calc(var(--screenvalue) * 20);
  display: inline-block;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: background-color 0.3s;
}
.content_card a:hover {
  background-color: #2c0a54;
}

@media screen and (max-width: 860px) {
  .container_2 {
    width: calc(var(--screenvalue) * 380);
    margin: auto;
  }
  .container_2_lara {
    display: none;
  }
  .container_2_filters {
    flex-direction: column;
    gap: calc(var(--screenvalue) * 20);
    margin-bottom: calc(var(--screenvalue) * 20);
  }
  .container_2_filters h2 {
    font-size: calc(var(--screenvalue) * 34);
  }
  .container_2_filters_buttons {
    gap: calc(var(--screenvalue) * 20);
  }
  .container_2_filters_buttons button {
    font-size: calc(var(--screenvalue) * 16);
    padding: calc(var(--screenvalue) * 10) calc(var(--screenvalue) * 14);
  }
}

.container_3_title {
  font-size: calc(var(--screenvalue) * 60);
  text-align: center;
  margin-bottom: calc(var(--screenvalue) * 20);
  font-weight: 700;
}

.container_3_social {
  display: flex;
  justify-content: center;
  gap: calc(var(--screenvalue) * 40);
  margin-top: calc(var(--screenvalue) * 20);
}
.container_3_social svg {
  width: calc(var(--screenvalue) * 80);
  height: calc(var(--screenvalue) * 80);
  margin-bottom: calc(var(--screenvalue) * 50);
}
.image_galery {
  width: 100%;
  height: calc(var(--screenvalue) * 330);
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 860px) {
  .container_3_title {
    font-size: calc(var(--screenvalue) * 33);
    margin-bottom: calc(var(--screenvalue) * 10);
  }
  .container_3_social {
    gap: calc(var(--screenvalue) * 20);
  }
  .container_3_social svg {
    width: calc(var(--screenvalue) * 50);
    height: calc(var(--screenvalue) * 50);
    margin-bottom: calc(var(--screenvalue) * 20);
  }
  .image_galery {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
}

.image_galery2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 860px) {
  .image_galery2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
}

.cart-icon-container {
  position: relative;
}

.cart-count {
  position: absolute;
  top: calc(var(--screenvalue) * -10);
  right: calc(var(--screenvalue) * -10);
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  padding: calc(var(--screenvalue) * 1) calc(var(--screenvalue) * 8);
  font-size: calc(var(--screenvalue) * 14);
}

.image_product {
  width: calc(var(--screenvalue) * 800);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .image_product {
    width: calc(var(--screenvalue) * 380);
    height: calc(var(--screenvalue) * 380);
    object-fit: cover;
    margin: auto;
  }
}

.destacado {
  width: calc(var(--screenvalue) * 1680);
  margin: auto;
  height: calc(var(--screenvalue) * 700);
  position: relative;
  border-radius: calc(var(--screenvalue) * 40);
}
@media screen and (max-width: 860px) {
  .destacado {
    width: calc(var(--screenvalue) * 350);
    height: auto;
  }
}

.featured-tag {
  position: absolute;
  top: calc(var(--screenvalue) * 20);
  left: calc(var(--screenvalue) * 20);
  font-size: calc(var(--screenvalue) * 30);
  padding: calc(var(--screenvalue) * 10) calc(var(--screenvalue) * 20);
  background-color: #71c0ef;
  border-radius: calc(var(--screenvalue) * 20);
  color: #fff;
}
.titulo {
  font-size: calc(var(--screenvalue) * 50);
  margin-top: calc(var(--screenvalue) * 80);
  margin-bottom: calc(var(--screenvalue) * 0);
  color: #fff;
}
.precio {
  font-size: calc(var(--screenvalue) * 30);
  margin-top: calc(var(--screenvalue) * 0);
  margin-bottom: calc(var(--screenvalue) * 10);
  color: #fff;
}
.descripcion {
  color: #fff;
  font-size: calc(var(--screenvalue) * 20);
}

/* Animación */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Clase inicial para elementos a observar */
.observe {
  opacity: 0;
  visibility: hidden; /* Asegura que el elemento no afecte la interacción antes de ser visible */
  transition: opacity 1s ease-out, visibility 1s ease-out; /* Suaviza la transición */
}

/* Clase para aplicar cuando el elemento está en el viewport */
.fade-in {
  opacity: 1;
  visibility: visible;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Optional: Basic styles for the modal */
.modal.hidden {
  display: none;
}
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 4px;
}

/* Aumentar el tamaño del texto */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row label,
.woocommerce-checkout form.checkout.woocommerce-checkout label {
  font-size: calc(var(--screenvalue) * 19);
  /* Ajusta este valor según necesites */
}

/* Inputs redondos y con fondo blanco */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.country_to_state {
  border-radius: calc(var(--screenvalue) * 20) !important;
  /* Ajusta el radio del borde para controlar la redondez */
  background-color: white !important;
  border: 1px dashed #ed71a3 !important;
  /* Añade un borde ligero a los inputs */
  padding: calc(var(--screenvalue) * 10) calc(var(--screenvalue) * 20) !important;
  /* Ajusta el padding para controlar el espacio interior */
}

/* Espacio entre elementos del formulario */
.woocommerce form .form-row {
  margin-bottom: calc(var(--screenvalue) * 20) !important;
  /* Ajusta el margen para controlar el espacio entre elementos */
}

/* Botones de acción más grandes y redondeados */
.woocommerce button.button,
button.woocommerce-button,
.woocommerce-checkout #place_order {
  font-size: calc(var(--screenvalue) * 19);
  /* Ajusta este valor según necesites */
  border-radius: calc(var(--screenvalue) * 20) !important;
  /* Bordes redondos */
  padding: calc(var(--screenvalue) * 10) calc(var(--screenvalue) * 20) !important;
  /* Ajusta el padding para controlar el tamaño */
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
  font-size: calc(var(--screenvalue) * 28);
  font-weight: 700 !important;
  padding-bottom: calc(var(--screenvalue) * 20) !important;
}

.loader {
  --duration: 3s;
  --primary: rgb(183, 0, 255);
  --primary-light: #d000ff;
  --primary-rgba: rgba(39, 94, 254, 0);
  width: 200px;
  height: 320px;
  position: relative;
  transform-style: preserve-3d;
}

@media (max-width: 480px) {
  .loader {
    zoom: 0.44;
  }
}

.loader:before,
.loader:after {
  --r: 20.5deg;
  content: "";
  width: 320px;
  height: 140px;
  position: absolute;
  right: 32%;
  bottom: -11px;
  /* change the back groung color on switching from light to dark mood */
  background: #e8e8e8;
  transform: translateZ(200px) rotate(var(--r));
  -webkit-animation: mask var(--duration) linear forwards infinite;
  animation: mask var(--duration) linear forwards infinite;
}

.loader:after {
  --r: -20.5deg;
  right: auto;
  left: 32%;
}

.loader .ground {
  position: absolute;
  left: -50px;
  bottom: -120px;
  transform-style: preserve-3d;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
}

.loader .ground div {
  transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px)
    translateZ(100px) scale(0);
  width: 200px;
  height: 200px;
  background: var(--primary);
  background: linear-gradient(
    45deg,
    var(--primary) 0%,
    var(--primary) 50%,
    var(--primary-light) 50%,
    var(--primary-light) 100%
  );
  transform-style: preserve-3d;
  -webkit-animation: ground var(--duration) linear forwards infinite;
  animation: ground var(--duration) linear forwards infinite;
}

.loader .ground div:before,
.loader .ground div:after {
  --rx: 90deg;
  --ry: 0deg;
  --x: 44px;
  --y: 162px;
  --z: -50px;
  content: "";
  width: 156px;
  height: 300px;
  opacity: 0;
  background: linear-gradient(var(--primary), var(--primary-rgba));
  position: absolute;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y))
    translateZ(var(--z));
  -webkit-animation: ground-shine var(--duration) linear forwards infinite;
  animation: ground-shine var(--duration) linear forwards infinite;
}

.loader .ground div:after {
  --rx: 90deg;
  --ry: 90deg;
  --x: 0;
  --y: 177px;
  --z: 150px;
}

.loader .box {
  --x: 0;
  --y: 0;
  position: absolute;
  -webkit-animation: var(--duration) linear forwards infinite;
  animation: var(--duration) linear forwards infinite;
  transform: translate(var(--x), var(--y));
}

.loader .box div {
  background-color: var(--primary);
  width: 48px;
  height: 48px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-animation: var(--duration) ease forwards infinite;
  animation: var(--duration) ease forwards infinite;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
}

.loader .box div:before,
.loader .box div:after {
  --rx: 90deg;
  --ry: 0deg;
  --z: 24px;
  --y: -24px;
  --x: 0;
  content: "";
  position: absolute;
  background-color: inherit;
  width: inherit;
  height: inherit;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y))
    translateZ(var(--z));
  filter: brightness(var(--b, 1.2));
}

.loader .box div:after {
  --rx: 0deg;
  --ry: 90deg;
  --x: 24px;
  --y: 0;
  --b: 1.4;
}

.loader .box.box0 {
  --x: -220px;
  --y: -120px;
  left: 58px;
  top: 108px;
}

.loader .box.box1 {
  --x: -260px;
  --y: 120px;
  left: 25px;
  top: 120px;
}

.loader .box.box2 {
  --x: 120px;
  --y: -190px;
  left: 58px;
  top: 64px;
}

.loader .box.box3 {
  --x: 280px;
  --y: -40px;
  left: 91px;
  top: 120px;
}

.loader .box.box4 {
  --x: 60px;
  --y: 200px;
  left: 58px;
  top: 132px;
}

.loader .box.box5 {
  --x: -220px;
  --y: -120px;
  left: 25px;
  top: 76px;
}

.loader .box.box6 {
  --x: -260px;
  --y: 120px;
  left: 91px;
  top: 76px;
}

.loader .box.box7 {
  --x: -240px;
  --y: 200px;
  left: 58px;
  top: 87px;
}

.loader .box0 {
  -webkit-animation-name: box-move0;
  animation-name: box-move0;
}

.loader .box0 div {
  -webkit-animation-name: box-scale0;
  animation-name: box-scale0;
}

.loader .box1 {
  -webkit-animation-name: box-move1;
  animation-name: box-move1;
}

.loader .box1 div {
  -webkit-animation-name: box-scale1;
  animation-name: box-scale1;
}

.loader .box2 {
  -webkit-animation-name: box-move2;
  animation-name: box-move2;
}

.loader .box2 div {
  -webkit-animation-name: box-scale2;
  animation-name: box-scale2;
}

.loader .box3 {
  -webkit-animation-name: box-move3;
  animation-name: box-move3;
}

.loader .box3 div {
  -webkit-animation-name: box-scale3;
  animation-name: box-scale3;
}

.loader .box4 {
  -webkit-animation-name: box-move4;
  animation-name: box-move4;
}

.loader .box4 div {
  -webkit-animation-name: box-scale4;
  animation-name: box-scale4;
}

.loader .box5 {
  -webkit-animation-name: box-move5;
  animation-name: box-move5;
}

.loader .box5 div {
  -webkit-animation-name: box-scale5;
  animation-name: box-scale5;
}

.loader .box6 {
  -webkit-animation-name: box-move6;
  animation-name: box-move6;
}

.loader .box6 div {
  -webkit-animation-name: box-scale6;
  animation-name: box-scale6;
}

.loader .box7 {
  -webkit-animation-name: box-move7;
  animation-name: box-move7;
}

.loader .box7 div {
  -webkit-animation-name: box-scale7;
  animation-name: box-scale7;
}

@-webkit-keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }

  25%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }

  25%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  14%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  14%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }

  29%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }

  29%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  18%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  18%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }

  33%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }

  33%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  22%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  22%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }

  37%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }

  37%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  26%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  26%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }

  41%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }

  41%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  30%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  30%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }

  45%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }

  45%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  34%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  34%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }

  49%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }

  49%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  38%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  38%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }

  53%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }

  53%,
  52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%,
  100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  42%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  42%,
  100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes ground {
  0%,
  65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px)
      translateZ(100px) scale(0);
  }

  75%,
  90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px)
      translateZ(100px) scale(1);
  }

  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px)
      translateZ(100px) scale(0);
  }
}

@keyframes ground {
  0%,
  65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px)
      translateZ(100px) scale(0);
  }

  75%,
  90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px)
      translateZ(100px) scale(1);
  }

  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px)
      translateZ(100px) scale(0);
  }
}

@-webkit-keyframes ground-shine {
  0%,
  70% {
    opacity: 0;
  }

  75%,
  87% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ground-shine {
  0%,
  70% {
    opacity: 0;
  }

  75%,
  87% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes mask {
  0%,
  65% {
    opacity: 0;
  }

  66%,
  100% {
    opacity: 1;
  }
}

@keyframes mask {
  0%,
  65% {
    opacity: 0;
  }

  66%,
  100% {
    opacity: 1;
  }
}

#content {
  display: none;
}

.section {
  animation: swipe 8000ms linear infinite backwards;
}

@keyframes swipe {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.animate-swipe {
  animation: swipe 14s linear infinite;
}

.container {
  padding-top: calc(var(--screenvalue) * 112);
  z-index: 20;
  width: 100%;
}

.container_height {
  height: calc(var(--screenvalue) * 92);
}

.container h2 {
  font-size: calc(var(--screenvalue) * 53);
  line-height: calc(var(--screenvalue) * 48);
  --px: calc(var(--screenvalue) * 20);
  padding: var(--px) 0;
  color: var(--textcolor);
}

.container svg {
  width: calc(var(--screenvalue) * 40);
}

@media screen and (max-width: 860px) {
  .container {
    padding-top: calc(var(--screenvalue) * 61);
  }
  .container_height {
    height: calc(var(--screenvalue) * 60);
  }
  .container h2 {
    font-size: calc(var(--screenvalue) * 25);
    line-height: calc(var(--screenvalue) * 23);
    --px: calc(var(--screenvalue) * 20);
    padding: var(--px) 0;
  }
  .container svg {
    width: calc(var(--screenvalue) * 40);
  }
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--screenvalue) * 30);
}

.product-item {
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: calc(var(--screenvalue) * 20) calc(var(--screenvalue) * 25);
  border-radius: calc(var(--screenvalue) * 70);
  border: 1px solid #f3f4f6;
}

.product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--screenvalue) * 40);
  margin-bottom: calc(var(--screenvalue) * 10);
}

.product-image {
  width: 80%;
  height: auto;
  margin: auto;
  transition: transform 0.3s ease;
}

.product-item:hover .product-image {
  transform: scale(1.1);
}

.product-title {
  font-size: calc(var(--screenvalue) * 28);
  font-weight: 600;
  color: #1f2937;
  margin-bottom: calc(var(--screenvalue) * 10);
  text-align: center;
}

.product-price {
  color: #fe3b8d;
  font-size: calc(var(--screenvalue) * 26);
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.destacado_banner {
  max-width: calc(var(--screenvalue) * 1400);
  margin: auto;
  display: flex;
}

.imagen-container {
  flex: 1;
}

.imagen-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.info-container {
  flex: 0 1 auto;
  background-color: rgba(128, 0, 128, 0.75); /* Morado con opacidad */
  padding: calc(var(--screenvalue) * 24);
  backdrop-filter: blur(5px);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  max-width: calc(var(--screenvalue) * 600);
}

.featured-tag {
  display: inline-block;
  margin-bottom: calc(var(--screenvalue) * 10);
  font-size: calc(var(--screenvalue) * 14);
  font-weight: 600;
  background-color: #fe3b8d;
  padding: calc(var(--screenvalue) * 5) calc(var(--screenvalue) * 10);
  border-radius: 0.25rem;
}

.titulo {
  font-size: calc(var(--screenvalue) * 28);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: calc(var(--screenvalue) * 10);
}

.precio {
  color: #fe3b8d;
  font-size: calc(var(--screenvalue) * 26);
  font-weight: 700;
  margin-bottom: calc(var(--screenvalue) * 10);
}

.descripcion {
  font-size: calc(var(--screenvalue) * 16);
  color: #ffffff;
  margin-bottom: calc(var(--screenvalue) * 20);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.comprar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--screenvalue) * 12) calc(var(--screenvalue) * 16);
  background-color: rgba(254, 59, 141, 0.5);
  color: #ffffff;
  font-size: calc(var(--screenvalue) * 16);
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background-color 0.3s ease;
}

.comprar-btn:hover {
  background-color: rgba(254, 59, 141, 0.7);
}

@media screen and (max-width: 768px) {
  .destacado_banner {
    max-width: calc(var(--screenvalue) * 380);
    margin: auto;
    display: flex;
    flex-direction: column;
  }
}

.product-item {
  position: relative;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.product-item.out-of-stock {
  filter: grayscale(100%);
}

.product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 10;
}

.product-item:hover {
  transform: scale(1.05);
}

.product-link {
  text-decoration: none;
  color: inherit;
}

/* Estilos para el contador de carrito - Posición inferior izquierda */
#lc-cart-timer {
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important;
  background: linear-gradient(135deg, #ff4444, #cc0000) !important;
  color: white !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4) !important;
  z-index: 9999 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
  min-width: 260px !important;
  backdrop-filter: blur(10px) !important;
  border: 2px solid rgba(255,255,255,0.2) !important;
  animation: slideInFromLeft 0.5s ease-out !important;
}

#lc-cart-timer:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
  transition: all 0.3s ease !important;
}

#timer-minutes, #timer-seconds {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
}

#timer-icon {
  display: inline-block !important;
  margin-right: 8px !important;
  font-size: 16px !important;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

#lc-cart-timer.warning {
  animation: pulse 1s infinite !important;
  background: linear-gradient(135deg, #cc0000, #990000) !important;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  #lc-cart-timer {
    bottom: 80px !important;
    left: 10px !important;
    right: 10px !important;
    min-width: auto !important;
    max-width: calc(100vw - 20px) !important;
    font-size: 12px !important;
    padding: 10px 14px !important;
  }
  
  #timer-minutes, #timer-seconds {
    font-size: 16px !important;
  }
  
  #timer-icon {
    font-size: 14px !important;
  }
}

/* Asegurar que no interfiera con WhatsApp */
@media (max-width: 768px) {
  #lc-cart-timer {
    bottom: 90px !important; /* Más arriba del botón de WhatsApp */
  }
}

/* Estilos para el modal de carrito expirado mejorado */
#cart-expired-notice {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: white !important;
  padding: 35px !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
  z-index: 10001 !important;
  text-align: center !important;
  max-width: 450px !important;
  width: 90% !important;
  animation: modalFadeIn 0.4s ease-out !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

#cart-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.6) !important;
  z-index: 10000 !important;
  backdrop-filter: blur(5px) !important;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
