@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.productDescription {
  all: revert;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
  line-height: 1.6;
}
.productDescription p,
.productDescription h1, .productDescription h2, .productDescription h3, .productDescription h4, .productDescription h5, .productDescription h6,
.productDescription a {
  all: revert;
  font-family: inherit;
  color: inherit;
}
.productDescription ul, .productDescription ol {
  all: revert;
  list-style: initial;
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.productDescription li {
  all: revert;
  display: list-item;
  margin: 5px;
}
.productDescription a {
  text-decoration: underline;
  cursor: pointer;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

body {
  background-color: #F8F3FA;
}

a {
  word-break: break-all;
}

.account-menu .woocommerce-MyAccount-navigation {
  width: 100% !important;
  margin-top: 10px !important;
}

main .woocommerce-MyAccount-navigation {
  display: none;
}
main .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.mt-2 {
  margin-top: 138px !important;
}
@media screen and (max-width: 1000px) {
  .mt-2 {
    margin-top: 105px !important;
  }
}

body {
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
  line-height: 1.6;
}

@keyframes butterFly {
  0% {
    transform: rotate(0) translate(0) scale(1);
  }
  10% {
    transform: scaleX(-1) translateY(-20px);
  }
  14% {
    transform: scaleX(1) translateY(-20px);
  }
  18% {
    transform: scaleX(-1) translateY(-20px);
  }
  22% {
    transform: scaleX(1);
  }
  35% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(0) translate(0) scale(1);
  }
}
.title-butterfly {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-right: 20px;
  font-size: 2em;
}
.title-butterfly img {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: auto;
  animation-name: butterFly;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.button-unfilled {
  background-color: #ffffff;
  border: 1px solid #000;
  padding: 8px 25px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: color 0.3s ease-out;
}
.button-unfilled span {
  z-index: 1;
  position: relative;
}
.button-unfilled::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  z-index: 0;
  display: block;
  width: 20em;
  height: 20em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
}
.button-unfilled:hover {
  color: #fff;
  border: 1px solid #fff;
}
.button-unfilled:hover::before {
  box-shadow: inset 0 0 0 10em #6C2A82;
}

.controls {
  position: relative;
  width: fit-content;
  margin: 30px 0;
}
.controls input[type=number]::-webkit-outer-spin-button,
.controls input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.controls input[type=number] {
  -moz-appearance: textfield;
}
.controls .single_add_to_cart_button {
  position: absolute;
}
.controls input {
  width: 170px;
  padding: 0 55px;
  font-size: 13px;
  color: #231942;
  height: 50px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #6C2A82;
  border-radius: 25px;
}
.controls .increment, .controls .decrement {
  user-select: none;
  cursor: pointer;
}
.controls .increment:hover, .controls .decrement:hover {
  padding: 5px;
}
.controls .increment:active, .controls .decrement:active {
  color: red;
  font-size: 23px;
}
.controls .increment {
  position: absolute;
  right: 0;
  padding-right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #cdcdcd;
  width: 53px;
  text-align: center;
  color: #231942;
}
.controls .decrement {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid #cdcdcd;
  width: 53px;
  text-align: center;
  color: #231942;
}

.price-filter-container .range-label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}
.price-filter-container .price-inputs {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.price-filter-container .price-input-group {
  flex: 1;
}
.price-filter-container .price-input-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.price-filter-container .price-input {
  width: 100%;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.price-filter-container .price-input:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.price-filter-container .price-input:hover {
  border-color: #b0b0b0;
}
.price-filter-container .price-filter-button {
  width: 100%;
  padding: 14px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.price-filter-container .price-filter-button:hover {
  background: #333;
  transform: translateY(-1px);
}
.price-filter-container .price-filter-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .price-filter-container .price-inputs {
    flex-direction: column;
    gap: 12px;
  }
}
.box-animated.visible {
  opacity: 1 !important;
  transform: scale(1) translate(0) !important;
}

.overflow-h {
  overflow: hidden;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
}
header .container {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  gap: 25px;
}
header .container > nav {
  display: grid;
  justify-content: space-between;
  width: 100%;
  grid-template-columns: auto auto;
}
header .container > nav #btn-search {
  display: none;
  background: none;
  border: none;
}
header .container > nav form {
  position: relative;
  display: flex;
  align-items: center;
}
header .container > nav form input {
  height: 35px;
  border-radius: 30px;
  padding-left: 40px;
  font-size: 1rem;
  width: 100%;
  max-width: 280px;
}
header .container > nav form .search-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
header .container > nav .icons {
  width: 30px;
  height: 30px;
}
header .container > nav .icons path {
  stroke: #F8F3FA;
  fill: #F8F3FA;
}
header .container > nav .icons polygon {
  fill: #F8F3FA;
}
header .container > nav .icons-user {
  width: 30px;
  height: 30px;
}
header .container > nav .icons-user path {
  stroke: #F8F3FA;
}
header .container > nav .icons-user circle {
  stroke: #F8F3FA;
}
header .container > nav .menu {
  display: none;
}
header .container > nav .menu button {
  background: none;
  border: none;
  cursor: pointer;
}
header .container > nav form {
  display: flex;
}
header .container > nav .account-menu {
  grid-column: 1/-1;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 40;
  animation: fadeInDown 0.3s ease-out;
  width: 100%;
  background: #F8F3FA;
}
.sticky .container nav .icons path {
  stroke: #1C1C1C;
  fill: #1C1C1C;
}
.sticky .container nav .icons polygon {
  fill: #1C1C1C;
}
.sticky .container nav .icons-user path {
  stroke: #1C1C1C;
}
.sticky .container nav .icons-user circle {
  stroke: #1C1C1C;
}

/* --- Estilos del Sidebar y el Overlay --- */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  background-color: #F8F3FA;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.4s ease-out;
  z-index: 50;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem 0 0 0.75rem;
}
.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.sidebar .sidebar-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a202c;
}
.sidebar .sidebar-header .sidebar-close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #4a5568;
  transition: color 0.2s ease-in-out;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.sidebar .sidebar-header .sidebar-close-btn:hover {
  color: #ef4444;
  background-color: #fef2f2;
}
.sidebar .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sidebar .sidebar-nav ul li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 0.5rem;
}
.sidebar .sidebar-nav ul li a:hover {
  background-color: #e0f2f7;
  color: #0891b2;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  z-index: 40;
}

.active-menu {
  transform: translateX(0);
}

.active-overlay {
  opacity: 1;
  visibility: visible;
}

.active-search {
  transform: translateY(0) !important;
  opacity: 1;
}

.searchbar {
  background-color: #F8F3FA;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 0;
  gap: 3px;
  border-radius: 0 0 3px 3px;
  z-index: 50;
  opacity: 1;
}
.searchbar button {
  background-color: none;
  border: none;
  cursor: pointer;
}
.searchbar button svg {
  width: 25px;
  height: 25px;
}
.searchbar form {
  display: flex;
  align-items: center;
  position: relative;
  width: 80%;
  max-width: 400px;
}
.searchbar form input[type=text] {
  color: #1a202c;
  border-radius: 15px;
  border: 1px solid #6C2A82;
  padding: 8px 50px 8px 10px;
  outline: none;
  width: 100%;
}
.searchbar form .submit-box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 2px;
}
.searchbar form .submit-box input[type=submit] {
  border: none;
  background-position: center bottom;
  border-radius: 20px;
  width: 40px;
  height: 29px;
  background-color: #6C2A82;
  background-image: url("../images/search.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  header .container {
    padding: 5px 15px;
  }
  header .container nav {
    justify-content: end;
  }
  header .container nav .menu-links {
    display: none;
  }
  header .container nav .icons path {
    stroke: #1C1C1C;
    fill: #1C1C1C;
  }
  header .container nav .icons polygon {
    fill: #1C1C1C;
  }
  header .container nav .icons-user path {
    stroke: #1C1C1C;
  }
  header .container nav .icons-user circle {
    stroke: #1C1C1C;
  }
  header .container nav .menu {
    display: flex;
    align-items: center;
  }
  header .container nav .account-menu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header .container nav #btn-search {
    display: block;
    width: 100%;
  }
  header .container nav #btn-search .btn-icon-search {
    width: 30px;
    height: 30px;
  }
  header .container nav form input {
    display: none;
  }
  header .container nav form .search-icon {
    display: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-sect {
  background: linear-gradient(to right, #F8F3FA 50%, #6C2A82 50%);
  padding-top: 105px;
  max-height: 1000px;
}
.banner-sect .banner-cont-elements {
  display: flex;
  flex-direction: row;
  height: 88.9vh;
  align-items: center;
  column-gap: 70px;
}
.banner-sect .banner-cont-elements .img-cont {
  width: 100%;
  max-width: 680px;
  transform: scale(0.6);
  opacity: 0;
  transition: transform 2s ease-in, opacity 2s ease-in;
}
.banner-sect .banner-cont-elements .img-cont .banner-img {
  width: 100%;
  height: auto;
}
.banner-sect .banner-cont-elements .banner-tittle {
  position: relative;
  width: fit-content;
  margin-bottom: 25px;
  line-height: 9rem;
}
.banner-sect .banner-cont-elements .banner-tittle img {
  position: absolute;
  right: -40px;
  top: -60px;
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 1.5s;
}
.banner-sect .banner-cont-elements .banner-tittle h1 {
  line-height: 1.1em;
  font-size: 3.2rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 2s;
}
.banner-sect .banner-cont-elements .banner-tittle h2 {
  font-family: "Great Vibes", cursive;
  font-size: 11rem;
  font-weight: 400;
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 1.5s;
}
.banner-sect .banner-cont-elements .button-banner {
  text-align: center;
  letter-spacing: 5px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 3s;
}
.banner-sect .banner-cont-elements p {
  color: #5A5A5A;
  margin-bottom: 25px;
  font-size: 1.3rem;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 2.5s;
}

@media screen and (max-width: 1000px) {
  .banner-sect {
    background: linear-gradient(to right, #F8F3FA 50%, #F2D2FF 50%);
    padding-top: 150px;
  }
  .banner-sect .banner-cont-elements {
    flex-direction: column;
    height: auto;
    row-gap: 30px;
  }
  .banner-sect .banner-cont-elements div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-sect .banner-cont-elements div .button-banner {
    margin: auto;
  }
  .banner-sect .banner-cont-elements .img-cont {
    max-width: 250px;
  }
  .banner-sect .banner-cont-elements .banner-tittle {
    width: 100%;
  }
  .banner-sect .banner-cont-elements .banner-tittle img {
    width: 100px;
    right: 25px;
  }
  .banner-sect .banner-cont-elements .banner-tittle h1 {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }
  .banner-sect .banner-cont-elements .banner-tittle h1 span {
    font-size: 8.5rem;
  }
  .banner-sect .banner-cont-elements p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .banner-sect .banner-cont-elements .banner-tittle {
    width: 100%;
  }
  .banner-sect .banner-cont-elements .banner-tittle h1 {
    font-size: 2.3rem;
    text-align: center;
    width: 100%;
  }
  .banner-sect .banner-cont-elements p {
    text-align: center;
    padding: 0 20px;
  }
}
nav {
  height: 100%;
}
nav ul {
  display: flex;
  align-items: center;
}
nav ul li {
  margin: 0px 15px;
  transition: all 0.3s ease-out;
  font-weight: 500;
}
nav ul li:hover {
  color: #c08dd4;
  font-weight: bold;
}
nav .cart-nav-styles a {
  position: relative;
  display: inline-block; /* Importante para que el span se posicione correctamente */
}
nav .cart-nav-styles a span {
  /* Estilos de la burbuja (cart-count-bubble) */
  position: absolute;
  top: -5px; /* Ajusta la posición vertical sobre el icono */
  right: -5px; /* Ajusta la posición horizontal */
  width: 18px;
  height: 18px;
  line-height: 18px; /* Centrado vertical del texto */
  background-color: #000000; /* Fondo negro */
  color: #ffffff; /* Texto blanco */
  border-radius: 50%; /* Círculo perfecto */
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  z-index: 10;
}

header .container a img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

@media screen and (max-width: 640px) {
  nav ul li {
    margin: 0px 10px;
  }
}
.change-menu-icons-colors {
  stroke: black;
  fill: black;
}
.change-menu-icons-colors circle, .change-menu-icons-colors path, .change-menu-icons-colors polygon {
  stroke: black !important;
  fill: black !important;
}

@keyframes categorySpin {
  0% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}
.categories-list .container {
  padding: 80px 20px;
}
.categories-list .container .title-butterfly {
  transform: translateX(80%);
  opacity: 0;
  transition: transform 1s ease-in, opacity 2s ease-in;
}
.categories-list .container .title-butterfly h2 {
  font-size: 2.2rem;
  text-align: center;
}
.categories-list .container .categories {
  position: relative;
}
.categories-list .container .categories .swiper-button-next::after,
.categories-list .container .categories .swiper-button-prev::after {
  content: "";
  display: none;
}
.categories-list .container .categories .swiper-button-next,
.categories-list .container .categories .swiper-button-prev {
  opacity: 0;
  transition: opacity 2s ease-in;
  transition-delay: 1s;
  position: absolute;
  top: 55%;
  transform: translateY(-50%) !important;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.categories-list .container .categories .swiper-button-next {
  right: -50px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path fill="%23000000" d="M16,32c8.822,0,16-7.178,16-16S24.822,0,16,0S0,7.178,0,16S7.178,32,16,32z M16,1c8.271,0,15,6.729,15,15 s-6.729,15-15,15S1,24.271,1,16S7.729,1,16,1z"></path> <path fill="%23000000" d="M13.224,21.2c0.098,0.098,0.226,0.146,0.354,0.146s0.256-0.049,0.354-0.146l4.846-4.846 c0.195-0.195,0.195-0.512,0-0.707L13.931,10.8c-0.195-0.195-0.512-0.195-0.707,0s-0.195,0.512,0,0.707L17.716,16l-4.492,4.493 C13.028,20.688,13.028,21.004,13.224,21.2z"></path> </g> </g></svg>');
}
.categories-list .container .categories .swiper-button-prev {
  left: -50px;
  transform: translateY(-50%) rotate(180deg) !important;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path fill="%23000000" d="M16,32c8.822,0,16-7.178,16-16S24.822,0,16,0S0,7.178,0,16S7.178,32,16,32z M16,1c8.271,0,15,6.729,15,15 s-6.729,15-15,15S1,24.271,1,16S7.729,1,16,1z"></path> <path fill="%23000000" d="M13.224,21.2c0.098,0.098,0.226,0.146,0.354,0.146s0.256-0.049,0.354-0.146l4.846-4.846 c0.195-0.195,0.195-0.512,0-0.707L13.931,10.8c-0.195-0.195-0.512-0.195-0.707,0s-0.195,0.512,0,0.707L17.716,16l-4.492,4.493 C13.028,20.688,13.028,21.004,13.224,21.2z"></path> </g> </g></svg>');
}
.categories-list .container .category-slider {
  padding-bottom: 60px;
  padding-top: 50px;
  transform: translateY(80%);
  opacity: 0;
  transition: transform 1s ease-in, opacity 2s ease-in;
}
.categories-list .container .category-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #6e6e6e;
  margin: 0 8px;
}
.categories-list .container .category-slider .swiper-pagination-bullet-active {
  background-color: #427593;
}
.categories-list .container .category-slider .swiper-slide {
  padding: 45px 15px 30px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 228px;
  min-height: 228px;
  cursor: pointer;
  background-color: var(--swiper-color);
}
.categories-list .container .category-slider .swiper-slide:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;
}
.categories-list .container .category-slider .swiper-slide:hover img {
  animation: categorySpin 0.5s forwards;
}
.categories-list .container .category-slider .swiper-slide img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
.categories-list .container .category-slider .swiper-slide h4 {
  margin-top: 50px;
  font-weight: normal;
  position: relative;
}
.categories-list .container .category-slider .swiper-slide h4::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  border-top: 1px solid #000;
}
.categories-list .new-products {
  position: relative;
  overflow-y: visible;
}
.categories-list .new-products::before {
  content: "New";
  position: absolute;
  top: -5px;
  right: 10px;
  background-color: #FF6565;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  transform: rotate(-90deg);
  z-index: 10;
}
.categories-list .sale-products {
  position: relative;
  overflow-y: visible;
}
.categories-list .sale-products::before {
  content: "Sale";
  position: absolute;
  top: -5px;
  right: 10px;
  background-color: #4850F2;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  transform: rotate(-90deg);
  z-index: 10;
}

@media (min-width: 1px) {
  .categories-list .container {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
  .categories-list .swiper-button-next, .categories-list .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .categories-list .container {
    padding-left: 70px;
    padding-right: 70px;
  }
  .categories-list .swiper-button-next, .categories-list .swiper-button-prev {
    display: block;
  }
}
@media (min-width: 1025px) {
  .categories-list .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .categories-list .swiper-button-next, .categories-list .swiper-button-prev {
    display: block;
  }
}
.products-info-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
}
.products-info-container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
}
.products-info-container .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 200px;
  width: 100%;
}
.products-info-container .product:nth-child(2) .product-image {
  background-color: #FAE6DF;
}
.products-info-container .product:nth-child(3) .product-image {
  background-color: #FECACA;
}
.products-info-container .product:nth-child(4) .product-image {
  background-color: #D4F0FD;
}
.products-info-container .product:nth-child(5) .product-image {
  background-color: #DCC2FF;
}
.products-info-container .product:nth-child(6) .product-image {
  background-color: #FFE2DC;
}
.products-info-container .product:hover {
  cursor: pointer;
}
.products-info-container .product:hover img {
  transform: scale(1.2);
}
.products-info-container .product:hover .buttons button:nth-child(1), .products-info-container .product:hover .buttons button:nth-child(2), .products-info-container .product:hover .buttons button:nth-child(3) {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.products-info-container .product:hover .buttons .add-cart-btn {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.products-info-container .product .product-image {
  background-color: #E7DAFE;
  display: flex;
  justify-items: center;
  align-items: center;
  border-radius: 15px;
  width: 100%;
  height: 190px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.products-info-container .product .product-image a > img {
  width: 100%;
  max-width: 280px;
  object-fit: contain;
  height: 100%;
  max-height: 430px;
  margin: 0 auto;
  transition: transform 1s ease-out;
}
.products-info-container .product .product-image .buttons {
  position: absolute;
  bottom: 25px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  display: none;
  padding: 0 10px;
}
.products-info-container .product .product-image .buttons button {
  background-color: white;
  border: 2px solid #e63946;
  height: 50px;
  padding: 0 15px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 0.7rem;
}
.products-info-container .product .product-image .buttons button img {
  width: 18px;
  height: auto;
}
.products-info-container .product .product-image .buttons button:nth-child(1) {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.products-info-container .product .product-image .buttons button:nth-child(3) {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.products-info-container .product .product-image .buttons .add-cart-btn {
  border-radius: 25px;
  transform: translateY(100%);
  padding: 0 10px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
  border: 2px solid #e63946;
  height: 50px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
.products-info-container .product .product-name {
  margin-top: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.products-info-container .product del {
  font-size: 0.8rem;
}
.products-info-container .product .action-buttons {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 5px;
  margin-top: 10px;
}
.products-info-container .product .action-buttons .add-cart-btn {
  grid-column: 1/-1;
  grid-row: 2/3;
}
.products-info-container .product .action-buttons .modalBtn, .products-info-container .product .action-buttons .add-cart-btn, .products-info-container .product .action-buttons .add-wishlist {
  padding: 10px;
  border: 1px solid rgba(128, 128, 128, 0.342);
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}
.products-info-container .product .action-buttons .modalBtn img, .products-info-container .product .action-buttons .add-cart-btn img, .products-info-container .product .action-buttons .add-wishlist img {
  width: 20px;
  height: auto;
}
.products-info-container .new-product {
  position: relative;
  overflow-y: visible;
}
.products-info-container .new-product::before {
  content: "New";
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: #FF6565;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  z-index: 10;
}
.products-info-container .sale-product {
  position: relative;
  overflow-y: visible;
}
.products-info-container .sale-product::before {
  content: "Sale";
  position: absolute;
  top: -5px;
  right: 10px;
  background-color: #4850F2;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  transform: rotate(-90deg);
  z-index: 10;
}

.modal-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.63);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  overflow-y: auto;
}
.modal-product .zoomed-product {
  background-color: white;
  width: 90%;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-product .zoomed-product .product-image, .modal-product .zoomed-product .row {
  flex: 1 1 50%;
}
.modal-product .zoomed-product .product-image {
  background-color: #E7DAFE;
  display: flex;
  justify-items: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  height: 250px;
  padding: 20px;
  position: relative;
  margin-top: 30px;
  color: black;
}
.modal-product .zoomed-product .product-image img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  height: auto;
}
.modal-product .zoomed-product .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.modal-product .zoomed-product .row .product-name {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.modal-product .zoomed-product .row .cart-section {
  border-top: 1px solid #cdcdcd;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  align-items: center;
  gap: 30px;
}
.modal-product .zoomed-product .row .cart-section .price {
  font-size: 3rem;
}
.modal-product .zoomed-product .row .cart-section .add-to-cart {
  background-color: #ff6565;
  border: 2px solid #ff6565;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  line-height: 37px;
  padding: 5px 25px 5px 37px;
  text-align: center;
  text-transform: uppercase;
  color: black;
}
.modal-product .zoomed-product .close-modal {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.623);
  border: 1px solid rgba(128, 128, 128, 0.692);
  border-bottom-right-radius: 80%;
  border-top-left-radius: 15px;
}
.modal-product .zoomed-product .close-modal img {
  cursor: pointer;
}

.zoomed-product-active {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.active-modal-product {
  opacity: 1;
  visibility: visible;
}

#add-to-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 25px;
  border-radius: 25px;
  border: 1px solid rgba(128, 128, 128, 0.37);
  background-color: #fff6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 400px;
  z-index: 99;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#add-to-modal .product-image img {
  width: 50px;
  height: auto;
}
#add-to-modal .text {
  display: flex;
  flex-direction: column;
}
#add-to-modal .text .product-name {
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
#add-to-modal .text .action {
  color: #78bd50;
}
#add-to-modal #close-add-modal {
  cursor: pointer;
}

.add-to-modal-active {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .modal-product .zoomed-product {
    width: 80%;
    padding: 40px;
    flex-direction: row !important;
  }
  .modal-product .row {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
  }
  .modal-product .row .cart-section {
    flex-direction: row !important;
    width: 100%;
  }
}
@media screen and (min-width: 575px) {
  .products-info-container {
    max-width: 680px;
    margin: 0 auto;
  }
  .products-info-container ul {
    max-width: 680px;
    margin: 0 auto;
  }
  .products-info-container .product {
    max-width: 260px;
  }
  .products-info-container .product .product-image {
    padding: 50px;
    height: 300px;
  }
  .products-info-container .action-buttons {
    display: none !important;
  }
  .products-info-container .buttons {
    display: flex !important;
  }
}
@media screen and (min-width: 992px) {
  .products-info-container {
    max-width: 100%;
    gap: 30px;
  }
  .products-info-container ul {
    max-width: 100%;
    gap: 30px;
  }
  .products-info-container .product {
    max-width: 370px;
  }
  .products-info-container .product .product-image {
    padding: 70px;
    height: 450px;
  }
  .products-info-container .buttons {
    padding: 0 !important;
    gap: 12px !important;
  }
  .products-info-container .buttons .add-cart-btn {
    padding: 10px 25px !important;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-sale .container {
    padding: 0;
  }
  .modal-product .zoomed-product {
    width: 80%;
    max-width: 1100px;
  }
  .modal-product .zoomed-product .product-image {
    max-width: 100%;
    width: 350px;
    height: 460px;
    margin-top: 0;
  }
  .modal-product .row .product-name {
    font-size: 2rem;
  }
  .modal-product .row .cart-section .price {
    font-size: 3rem;
  }
}
.faqs-sect {
  background-color: #F2D2FF;
  padding: 124px 0;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../images/faqs.webp");
  background-size: cover;
  background-position: center;
}
.faqs-sect .title-butterfly {
  padding: 0 20px;
}
.faqs-sect .title-butterfly h2 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  text-align: center;
}
.faqs-sect .container > p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem auto;
  color: white;
  padding: 0 15px;
  text-shadow: 2px 2px black;
}
.faqs-sect p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem auto;
  color: black;
  padding: 0 15px;
}
.faqs-sect .faqsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
}
.faqs-sect .faqsContainer .faq-item {
  background-color: #eff6ff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 10px 4px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
}
.faqs-sect .faqsContainer .faq-item .faq-header {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
  background-color: #f9fafb;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.faqs-sect .faqsContainer .faq-item .faq-header:hover {
  background-color: #f3f4f6;
}
.faqs-sect .faqsContainer .faq-item .faq-header img.category-icon {
  width: 32px;
  height: 32px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.faqs-sect .faqsContainer .faq-item .faq-header .text-content {
  flex-grow: 1;
}
.faqs-sect .faqsContainer .faq-item .faq-header .text-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C1C1C;
}
.faqs-sect .faqsContainer .faq-item .faq-header .text-content h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5B2DFF;
  margin-bottom: 0.25rem;
  background-color: rgba(91, 45, 255, 0.16);
  width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
}
.faqs-sect .faqsContainer .faq-item .faq-header img.toggle-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.2s ease-in-out;
}
.faqs-sect .faqsContainer .faq-item .faq-answer {
  padding: 0.7rem 1rem 0 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #5A5A5A;
}
.faqs-sect .faqsContainer .faq-item .faq-answer p {
  text-align: left;
}
.faqs-sect .faq-item.active .faq-header {
  background-color: #eff6ff;
  border-bottom-color: #bfdbfe;
}
.faqs-sect .faq-item.active .faq-header img.toggle-icon {
  transform: rotate(180deg);
}
.faqs-sect .faq-item.active .faq-answer {
  max-height: 220px;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 640px) {
  .faqs-sect .title-butterfly img {
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .faqs-sect .faq-item.active .faq-answer {
    max-height: 500px;
  }
}
.bread-crumbs {
  background-color: #FFF3DA;
  margin-top: 160px;
}
.bread-crumbs .container {
  padding: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .bread-crumbs .container {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bread-crumbs .container .url {
    flex-basis: 100%;
  }
}
footer {
  background-color: #6C2A82;
  color: #fff;
  padding: 3rem 3rem 1rem 3rem;
  position: relative;
}
footer .footer-sect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
footer .footer-sect .box-info {
  margin-top: 1rem;
  display: flex;
  gap: 10px;
}
footer .footer-sect .cont-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .footer-sect .cont-links h5 {
  text-align: left;
  font-size: 1.1rem;
}
footer .footer-sect .cont-links ul {
  display: flex;
  justify-content: start;
  flex-direction: column;
  max-height: 150px;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
footer .footer-sect .cont-hours-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
footer .footer-sect .cont-hours-data h5 {
  font-size: 1.1rem;
}
footer .footer-sect .cont-hours-data ul {
  display: flex;
  gap: 10px;
}
footer .cont-Policy {
  display: flex;
  gap: 25px;
  width: 100%;
  justify-content: center;
  margin: 15px 0 10px 0;
}
footer .footer-copy {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  footer .footer-sect {
    grid-template-columns: 40% 30% 30%;
  }
  footer .footer-sect .cont-links ul {
    max-height: none;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-sect {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  footer .footer-sect .cont-links {
    align-items: start;
  }
  footer .footer-sect .cont-hours-data {
    align-items: start;
    justify-content: start;
  }
  footer .cont-Policy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 25px 0 15px 0;
  }
}
.brands {
  background-color: #F2D2FF;
  margin: 50px 0;
  padding-top: 50px;
  position: relative;
}
.brands .container {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.brands .container .featured-brands {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.brands .container .title-butterfly {
  grid-column: 1/-1;
}
.brands .container .title-butterfly h2 {
  margin-bottom: 30px;
}
.brands .container > img {
  width: 100%;
  max-width: 327px;
  height: auto;
  align-self: flex-end;
}
.brands .container .brands-container {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.brands .container .brands-container .swiper {
  padding-bottom: 50px;
}
.brands .container .brands-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #6e6e6e;
  margin: 0 8px;
}
.brands .container .brands-container .swiper-pagination-bullet-active {
  background-color: #427593;
}
.brands .container .brands-container .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.brands .container .brands-container .swiper-slide .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.brands .container .brands-container .swiper-slide .brand-img {
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  width: fit-content;
  min-width: 166px;
}
.brands .container .brands-container .swiper-slide .brand-img img {
  width: 100%;
  max-width: 144px;
  height: 75px;
  object-fit: contain;
}
.brands .container .brands-container .swiper-slide .brand-img:nth-child(2), .brands .container .brands-container .swiper-slide .brand-img:nth-child(3), .brands .container .brands-container .swiper-slide .brand-img:nth-child(4) {
  display: none;
}

@media screen and (min-width: 768px) {
  .brands .container {
    grid-template-columns: 40% 60%;
  }
  .brands .title-butterfly {
    grid-column: 2/3 !important;
    margin-bottom: -80px;
  }
  .brands .swiper-slide .brand-img:nth-child(2) {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .brands .brands-button-next::after,
  .brands .brands-button-prev::after {
    content: "";
    display: none;
  }
  .brands .brands-button-next,
  .brands .brands-button-prev {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .brands .brands-button-next {
    right: 0px;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path fill="%23000000" d="M16,32c8.822,0,16-7.178,16-16S24.822,0,16,0S0,7.178,0,16S7.178,32,16,32z M16,1c8.271,0,15,6.729,15,15 s-6.729,15-15,15S1,24.271,1,16S7.729,1,16,1z"></path> <path fill="%23000000" d="M13.224,21.2c0.098,0.098,0.226,0.146,0.354,0.146s0.256-0.049,0.354-0.146l4.846-4.846 c0.195-0.195,0.195-0.512,0-0.707L13.931,10.8c-0.195-0.195-0.512-0.195-0.707,0s-0.195,0.512,0,0.707L17.716,16l-4.492,4.493 C13.028,20.688,13.028,21.004,13.224,21.2z"></path> </g> </g></svg>');
  }
  .brands .brands-button-prev {
    left: 0px;
    transform: translateY(-30%) rotate(180deg);
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path fill="%23000000" d="M16,32c8.822,0,16-7.178,16-16S24.822,0,16,0S0,7.178,0,16S7.178,32,16,32z M16,1c8.271,0,15,6.729,15,15 s-6.729,15-15,15S1,24.271,1,16S7.729,1,16,1z"></path> <path fill="%23000000" d="M13.224,21.2c0.098,0.098,0.226,0.146,0.354,0.146s0.256-0.049,0.354-0.146l4.846-4.846 c0.195-0.195,0.195-0.512,0-0.707L13.931,10.8c-0.195-0.195-0.512-0.195-0.707,0s-0.195,0.512,0,0.707L17.716,16l-4.492,4.493 C13.028,20.688,13.028,21.004,13.224,21.2z"></path> </g> </g></svg>');
  }
  .brands .brand-img {
    min-width: 120px !important;
  }
  .brands .swiper-slide .brand-img:nth-child(3), .brands .swiper-slide .brand-img:nth-child(4) {
    display: block !important;
  }
}
.top-sale, .best-sellers {
  padding: 50px 20px;
}
.top-sale .container > p, .best-sellers .container > p {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 80px;
}

.discount-section {
  margin-bottom: 40px;
}
.discount-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.discount-section .container img {
  width: 100%;
  height: auto;
}

@media (min-width: 575px) {
  .discount-section .container {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .discount-section .container img {
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .discount-section .container {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 !important;
    justify-content: space-between !important;
  }
  .discount-section .container img {
    max-width: 370px !important;
  }
}
.location {
  position: relative;
}
.location iframe {
  width: 100%;
  height: 400px;
}

@keyframes cartJump {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px);
  }
  28% {
    transform: translateY(-8px) rotate(-5deg);
  }
  32% {
    transform: translateY(-8px) rotate(5deg);
  }
  34% {
    transform: translateY(-8px) rotate(-5deg);
  }
  36% {
    transform: translateY(-8px) rotate(0);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
}
#add-to-modal {
  position: fixed;
  bottom: 20px;
  right: -100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 15px;
  z-index: 9999;
  transition: right 0.5s ease;
  border-radius: 8px;
}
#add-to-modal.active {
  right: 20px;
}

.add-to-cart.loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.single-product .productsingle {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.single-product .productsingle .product-image, .single-product .productsingle .row {
  flex: 1 1 50%;
}
.single-product .productsingle .product-image {
  background-color: #E7DAFE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: 250px;
  padding: 20px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.single-product .productsingle .product-image img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  height: auto;
}
.single-product .productsingle .row {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.single-product .productsingle .row .product-name {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.single-product .productsingle .row .price-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product .productsingle .row .price-section input {
  width: 170px !important;
  margin: none !important;
}
.single-product .productsingle .row .price-section .quantity, .single-product .productsingle .row .price-section .qyt {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
.single-product .productsingle .row .price-section .price {
  font-size: 3rem;
  flex-basis: 100%;
}
.single-product .productsingle .row .cart-section {
  border-top: 1px solid #cdcdcd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  gap: 30px;
}
.single-product .productsingle .row .cart-section .wishlist-circle {
  border: 1px solid rgba(128, 128, 128, 0.541);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease-out;
}
.single-product .productsingle .row .cart-section .wishlist-circle:hover {
  background-color: #bcbcbc;
}
.single-product .productsingle .row .cart-section .add-to-cart {
  background-color: #6C2A82;
  border: none;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  line-height: 37px;
  padding: 5px 25px 5px 37px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.4s ease-out;
  animation-name: cartJump;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.single-product .productsingle .row .cart-section .add-to-cart:hover {
  background-color: #220d2a;
  animation-play-state: paused;
}
.single-product .specifications {
  background-color: #E7DAFE;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 10px;
}
.single-product .specifications h4 {
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: underline;
}
.single-product .specifications .grid-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
.single-product .related-products {
  margin-top: 80px;
  padding: 20px;
}
.single-product .related-products .title-butterfly {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .single-product .productsingle {
    flex-direction: row;
    margin-top: 50px !important;
  }
  .single-product .productsingle .product-image {
    max-width: 100%;
    height: 500px;
  }
  .single-product .productsingle .product-image .woocommerce-product-gallery {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .single-product .productsingle .product-image .woocommerce-product-gallery > a {
    position: absolute;
    top: 0;
    left: 0;
  }
  .single-product .productsingle .product-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100%;
    height: 100%;
  }
  .single-product .productsingle .product-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div {
    width: 100%;
    height: 100%;
  }
  .single-product .productsingle .product-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a {
    width: 100%;
    display: flex;
    height: 100%;
  }
  .single-product .productsingle .product-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a img {
    max-width: 400px;
    object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .single-product .productsingle {
    max-width: 1200px;
    margin: 0 auto;
  }
  .single-product .specifications {
    max-width: 1180px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@keyframes cartJump {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px);
  }
  28% {
    transform: translateY(-8px) rotate(-5deg);
  }
  32% {
    transform: translateY(-8px) rotate(5deg);
  }
  34% {
    transform: translateY(-8px) rotate(-5deg);
  }
  36% {
    transform: translateY(-8px) rotate(0);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
}
.your-cart .title-butterfly {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.your-cart .table-wrapper {
  width: 100%;
  padding: 0 10px;
  overflow-x: auto;
}
.your-cart table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  border: 1px solid #A6A6A6;
}
@media screen and (max-width: 768px) {
  .your-cart table {
    border: none;
  }
  .your-cart table thead {
    display: none;
  }
  .your-cart table tbody tr {
    display: grid;
    grid-template-areas: "image remove" "name name" "price subtotal" "quantity quantity";
    grid-template-columns: 100px 1fr;
    gap: 15px;
    padding: 20px;
    border: 1px solid #A6A6A6;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
  }
  .your-cart table tbody tr td {
    display: block;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .your-cart table tbody tr td:nth-child(2) {
    grid-area: image;
  }
  .your-cart table tbody tr td:nth-child(2) .product-image-cart {
    width: 90px;
    height: 90px;
    display: block !important;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #eee;
  }
  .your-cart table tbody tr td:nth-child(2) .product-image-cart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .your-cart table tbody tr .product-remove {
    grid-area: remove;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .your-cart table tbody tr td:nth-child(3) {
    grid-area: name;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .your-cart table tbody tr td:nth-child(4) {
    grid-area: price;
  }
  .your-cart table tbody tr td:nth-child(4)::before {
    content: "Precio: ";
    color: #888;
    font-weight: 400;
  }
  .your-cart table tbody tr td:nth-child(5) {
    grid-area: quantity;
    border-top: 1px solid #f0f0f0 !important;
    padding-top: 15px !important;
  }
  .your-cart table tbody tr td:nth-child(5) .controls {
    justify-content: flex-start;
  }
  .your-cart table tbody tr td:nth-child(6) {
    grid-area: subtotal;
    text-align: right !important;
    color: #6C2A82;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .your-cart table th, .your-cart table td {
    border: 1px solid #A6A6A6;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
  }
  .your-cart table tbody tr .product-remove {
    width: 80px;
  }
  .your-cart table tbody tr .product-remove .remove {
    display: flex;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .your-cart table tbody tr .product-remove .remove img {
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.6;
  }
  .your-cart table tbody tr .product-remove .remove:hover {
    transform: scale(1.2) rotate(-8deg);
  }
  .your-cart table tbody tr .product-remove .remove:hover img {
    filter: grayscale(0%);
    opacity: 1;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
  }
  .your-cart table tbody tr td:nth-child(2) {
    width: 130px;
    min-width: 130px;
  }
  .your-cart table tbody tr td:nth-child(2) .product-image-cart {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
  }
  .your-cart table tbody tr td:nth-child(2) .product-image-cart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .your-cart table tbody tr td:nth-child(2):hover .product-image-cart img {
    transform: scale(1.2);
  }
  .your-cart table tbody tr td:nth-child(3) {
    min-width: 200px;
    text-align: left;
  }
  .your-cart table tbody tr td:nth-child(3) a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .your-cart table tbody tr td:nth-child(3) a:hover {
    color: #6C2A82;
    transform: translateX(5px);
    display: inline-block;
  }
}
.your-cart .cart-total {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.your-cart .cart-total .cart_totals {
  width: 100%;
  float: none;
}
.your-cart .cart-total .checkout-button {
  background-color: #6C2A82;
  border: none;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 5px 25px 5px 37px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.4s ease-out;
  animation-name: cartJump;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.your-cart .cart-total .checkout-button:hover {
  background-color: #220d2a;
  animation-play-state: paused;
}
.your-cart .cart-total .coupon .coupon-styles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.your-cart .cart-total .coupon .coupon-styles input {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.your-cart .cart-total .coupon .coupon-styles button {
  background-color: #6C2A82;
  border: none;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  padding: 5px 25px 5px 25px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.6s ease;
  max-width: fit-content;
}
.your-cart .cart-total .coupon .coupon-styles button:hover {
  transform: scale(1.1);
}
.your-cart .cart-total .total {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.your-cart .cart-total .total .row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.your-cart .cart-total .total .row:last-child {
  border-bottom: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.your-cart .cart-total .total button {
  width: 100%;
  margin-top: 25px;
  padding: 20px;
  background-color: #6C2A82;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}
.your-cart .cart-total .total button:hover {
  background-color: #562168;
}

@media screen and (min-width: 992px) {
  .your-cart .cart-total {
    padding: 25px;
    flex-direction: row !important;
    gap: 60px;
    align-items: flex-start;
  }
  .your-cart .cart-total .coupon {
    flex: 1;
    margin-bottom: 0;
  }
  .your-cart .cart-total .total {
    flex: 0 0 450px;
    margin-top: 0;
  }
}
.woocommerce-notices-wrapper {
  display: none !important;
}

.your-wishlist .title-butterfly {
  margin-top: 50px;
  margin-bottom: 20px;
}
.your-wishlist .table-wrapper {
  width: 100%;
  padding: 20px;
  overflow-x: auto;
}
.your-wishlist table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  overflow-x: scroll;
}
.your-wishlist table, .your-wishlist table th, .your-wishlist table td {
  border: 1px solid #A6A6A6;
  text-align: center;
  padding: 15px;
}
.your-wishlist table tbody tr td:nth-child(1) {
  min-width: 60px;
}
.your-wishlist table tbody tr td:nth-child(2) {
  max-width: 100px;
  min-width: 100px;
}
.your-wishlist table tbody tr td:nth-child(2) .product-image-cart {
  padding: 5px;
}
.your-wishlist table tbody tr td:nth-child(2) .product-image-cart img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.your-wishlist table tbody tr td:nth-child(3) {
  min-width: 250px;
}
.your-wishlist table tbody tr td:nth-child(5) {
  min-width: 120px;
}
.your-wishlist table tbody tr td:nth-child(6) button {
  border-radius: 5px;
  border: 1px solid #8C8C8C;
  padding: 15px 20px;
  font-size: 1.2rem;
  min-width: 150px;
  cursor: pointer;
}
.your-wishlist table .stock {
  color: #339E18;
}
.your-wishlist table .no-stock {
  color: #FF6565;
}

.about-us-banner {
  padding-top: 11.1vh;
  max-height: 1000px;
}
.about-us-banner .banner-cont-elements {
  display: flex;
  flex-direction: row;
  column-gap: 70px;
  position: relative;
  overflow: hidden;
}
.about-us-banner .banner-cont-elements .bimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 640px;
  height: auto;
  display: none;
}
.about-us-banner .banner-cont-elements .bimg img {
  object-fit: cover;
  object-position: center center;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1s ease-in, opacity 2s ease-in;
  width: 100%;
  height: 100%;
}
.about-us-banner .banner-cont-elements .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px;
}
.about-us-banner .banner-cont-elements .row .banner-tittle {
  position: relative;
  width: fit-content;
  margin-bottom: 15px;
}
.about-us-banner .banner-cont-elements .row .banner-tittle img {
  position: absolute;
  right: -20px;
  top: -90px;
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 0.5s;
}
.about-us-banner .banner-cont-elements .row .banner-tittle h1 {
  line-height: 0.7;
  font-family: "Great Vibes", cursive;
  font-size: 8rem;
  font-weight: 400;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 1s;
}
.about-us-banner .banner-cont-elements .row .banner-tittle h2 {
  font-size: 2.6rem;
  font-weight: 500;
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 1.5s;
}
.about-us-banner .banner-cont-elements .row > span {
  text-decoration: underline;
  letter-spacing: 3px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 1.5s;
}
.about-us-banner .banner-cont-elements .row > p {
  color: #5A5A5A;
  margin-bottom: 25px;
  font-size: 1.3rem;
  text-align: center;
  max-width: 300px;
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 0.5s ease-in;
  transition-delay: 1.5s;
}

.stats {
  background-color: #F2D2FF;
}
.stats .container {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 2s ease-in;
}
.stats .container .item {
  max-width: 352px;
  border: 2px solid #6C2A82;
  padding: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.stats .container .item .text {
  width: 100%;
  border-top: 1px solid #6C2A82;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.stats .container .item .text h6 {
  font-size: 1.5rem;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.stats .container .item .text span {
  font-weight: normal;
}

.sect-about-us {
  padding: 60px 0;
}
.sect-about-us .title-butterfly {
  font-size: 1.6rem;
  text-align: center;
}
.sect-about-us .img-about-box {
  width: fit-content;
  margin: 0 auto 50px auto;
}
.sect-about-us .img-about-box img {
  border-radius: 5rem;
  width: 700px;
  height: auto;
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.5s ease-in, opacity 2s ease-in;
}
.sect-about-us p {
  padding: 0 20px;
  text-align: center;
  max-width: 850px;
  margin: 30px auto 0 auto;
}

.about-description {
  padding: 6rem 0;
  background-color: #F2D2FF;
}
.about-description .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.about-description .container .description-box {
  max-width: 300px;
  margin: auto;
}
.about-description .container .description-box .description-tittle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.about-description .container .description-box .description-tittle h4 {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width: 530px) {
  .about-us-banner .row .banner-tittle h1 {
    font-size: 11rem !important;
  }
  .about-us-banner .row .banner-tittle h2 {
    font-size: 3rem !important;
    text-align: center;
  }
  .about-us-banner .row > span {
    font-size: 2rem !important;
  }
  .about-us-banner .row > p {
    max-width: 400px !important;
    font-size: 2rem !important;
  }
  .sect-about-us .title-butterfly {
    padding-left: 10px;
  }
}
@media screen and (min-width: 980px) {
  .about-us-banner .container .banner-cont-elements .row {
    align-items: flex-start;
    margin: 0;
    z-index: 9;
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px !important;
    margin-bottom: 30px;
    margin-left: 25px;
  }
  .about-us-banner .container .banner-cont-elements .row .banner-tittle img {
    right: -90px !important;
  }
  .about-us-banner .container .banner-cont-elements .row .banner-tittle h1 {
    font-size: 7rem !important;
  }
  .about-us-banner .container .banner-cont-elements .row .banner-tittle h2 {
    text-align: left;
    font-size: 2.5rem !important;
  }
  .about-us-banner .container .banner-cont-elements .row > span {
    font-size: 1.5rem !important;
    text-align: left;
  }
  .about-us-banner .container .banner-cont-elements .row > p {
    font-size: 1rem !important;
    text-align: left;
    max-width: 350px !important;
  }
  .about-us-banner .container .banner-cont-elements .bimg {
    display: block;
  }
  .stats .container {
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .about-us-banner .container .banner-cont-elements .bimg {
    max-width: 780px;
  }
  .about-us-banner .container .banner-cont-elements .row {
    margin-bottom: 48px !important;
    width: 100%;
  }
  .about-us-banner .container .banner-cont-elements .row .banner-tittle h1 {
    font-size: 11rem !important;
  }
  .about-us-banner .container .banner-cont-elements .row .banner-tittle h2 {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 700px) {
  .sect-about-us .img-about-box img {
    border-radius: 0;
  }
  .sect-about-us .title-butterfly {
    text-align: center;
  }
  .sect-about-us .title-butterfly img {
    right: 0px;
  }
}
@media screen and (max-width: 530px) {
  .sect-about-us .title-butterfly {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .sect-about-us .img-about-box img {
    border-radius: 0;
  }
}
@media screen and (max-width: 980px) {
  .about-description {
    padding: 4rem 0;
  }
  .about-description .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.brands-sliders .container {
  padding: 80px 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s ease-in, opacity 2s ease-in;
}
.brands-sliders .container .minibrands .brand-img {
  max-width: 200px;
}
.brands-sliders .container .minibrands .brand-img img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.filter-sect {
  width: 100%;
  padding: 10px 25px;
  border-bottom: 2px solid #A8DADC;
}
.filter-sect .filter-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-sect .filter-box {
  padding: 5px 10px;
  border-right: 2px solid #A8DADC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-sect .filter-box select {
  border: none;
  padding: 5px 15px;
  background-color: #F8F3FA;
  font-size: 1.1rem;
  font-weight: 500;
}
.filter-sect .filter-box select option {
  border-radius: 50px;
}

.price-filter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px 10px;
}
.price-filter-container .price-inputs {
  align-items: end;
}
.price-filter-container .price-inputs .price-filter-button {
  width: fit-content;
}

.range-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1C1C1C;
  white-space: nowrap;
}

.range-wrapper {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
}

/* La pista del slider (la barra gris de fondo) */
.slider-track {
  position: absolute;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #d1d5db;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}

/* La barra de progreso (la parte coloreada entre los thumbs) */
.slider-progress {
  position: absolute;
  height: 8px;
  border-radius: 4px;
  background-color: #6366f1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}

/* Estilos generales para los inputs de rango */
.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: transparent;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: auto;
  z-index: 2;
}

.range-slider:hover {
  opacity: 0.8;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #6366f1;
  cursor: grab;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 3px solid white;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.range-slider::-webkit-slider-thumb:active {
  cursor: grabbing;
  box-shadow: 0 0 0 10px rgba(99, 102, 241, 0.2);
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #6366f1;
  cursor: grab;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 3px solid white;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.range-slider::-moz-range-thumb:active {
  cursor: grabbing;
  box-shadow: 0 0 0 10px rgba(99, 102, 241, 0.2);
}

.price-display {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1C1C1C;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .filter-sect .filter-container {
    grid-template-columns: 1fr;
  }
  .filter-sect .filter-box {
    border: none;
    border-top: 2px solid #A8DADC;
    width: 100%;
  }
  .filter-sect .filter-box .price-inputs {
    flex-direction: row !important;
  }
  .price-filter-container {
    border: none;
  }
}
.contact-form {
  padding-top: 11.1vh;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 340px) and (max-width: 980px) {
  .contact-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contact-form .img-container {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 55%;
}
@media screen and (min-width: 340px) and (max-width: 980px) {
  .contact-form .img-container {
    width: 95%;
  }
  .contact-form .img-container img {
    border-top-left-radius: 25px !important;
    height: 250px !important;
    border-bottom-right-radius: 0px !important;
  }
}
.contact-form .img-container img {
  border-top-right-radius: 25px;
  border-top-left-radius: 0px;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: bottom center;
  border-bottom-right-radius: 25px;
}
.contact-form .form-container {
  width: 45%;
}
@media screen and (min-width: 340px) and (max-width: 980px) {
  .contact-form .form-container {
    width: 90%;
  }
}
.contact-form .form-container .title-butterfly {
  margin: 0;
}
.contact-form .form-container .title-butterfly h1 {
  font-weight: 400;
  margin-top: 40px;
}
@media screen and (min-width: 340px) and (max-width: 980px) {
  .contact-form .form-container .title-butterfly h1 {
    font-size: 3rem;
  }
}
.contact-form .form-container > p {
  max-width: 500px;
  margin-bottom: 60px;
  position: relative;
}
.contact-form .form-container > p::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(189, 189, 189, 0.719);
}
.contact-form .form-container form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 600px;
}
.contact-form .form-container form input, .contact-form .form-container form textarea {
  border: none;
  border-bottom: 1px solid rgba(189, 189, 189, 0.719);
  background: none;
  padding-bottom: 20px;
  width: 100%;
}
.contact-form .form-container form p:nth-child(4), .contact-form .form-container form p:nth-child(5), .contact-form .form-container form p:nth-child(6) {
  grid-column: 1/-1;
}
.contact-form .form-container form input[type=submit] {
  text-transform: uppercase;
  width: fit-content;
  letter-spacing: 5px;
  background-color: #6C2A82;
  color: white;
  border-radius: 25px;
  font-size: 1.3rem;
  padding: 10px 25px;
  animation-name: cartJump;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.contact-form .form-container form input[type=submit]:hover {
  background-color: #220d2a;
  animation-play-state: paused;
}

.contact-points {
  margin: 80px 25px;
}
.contact-points .container {
  padding: 50px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #F2D2FF;
  border-radius: 25px;
}
@media screen and (min-width: 340px) and (max-width: 980px) {
  .contact-points .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.contact-points .container .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-points .container .item img {
  width: 40px;
  height: auto;
  margin-bottom: 30px;
}
.contact-points .container .item:nth-child(2) {
  border-right: 1px solid black;
  border-left: 1px solid black;
}
@media screen and (min-width: 340px) and (max-width: 980px) {
  .contact-points .container .item:nth-child(2) {
    border-right: none;
    border-left: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 25px 0;
    text-align: center;
  }
}

#login-form, #register-form {
  width: 100%;
  max-width: 400px;
  margin: 80px auto;
  float: none;
  padding: 25px;
}

#register-form {
  display: none;
  max-width: 675px;
}
#register-form .eccommerce-register-callout {
  margin-top: 40px;
}

.woocommerce-EditAccountForm {
  padding: 25px;
  max-width: 800px;
  margin: 30px auto;
}
.woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 20px !important;
  background-color: #6C2A82 !important;
  color: white !important;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  position: fixed;
  width: 100%;
  bottom: -32px;
  left: 0;
  z-index: 10;
}
.woocommerce-MyAccount-content .woocommerce-info {
  max-width: 1200px;
  margin: 20px auto;
}
.woocommerce-MyAccount-content #add_payment_method {
  max-width: 920px;
  padding: 25px;
  margin: 30px auto;
}
.woocommerce-MyAccount-content .button-add-method {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 25px;
}
.woocommerce-MyAccount-content .button-add-method .button {
  background-color: #6C2A82 !important;
  color: white !important;
}

.woocommerce-ResetPassword {
  padding: 25px;
  max-width: 800px;
  margin: 30px auto;
}

.woocommerce-error a {
  color: #6C2A82;
  font-weight: bold;
  text-decoration: underline;
}

.reset-password-confirmation {
  padding: 25px;
  max-width: 800px;
  margin: 80px auto;
  background-color: rgba(122, 150, 243, 0.5);
  border-radius: 25px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .reset-password-confirmation {
    margin: 40px 20px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .reset-password-confirmation {
    margin: 20px 10px;
    padding: 15px;
    border-radius: 15px;
  }
  .reset-password-confirmation h2 {
    font-size: 1.5rem;
  }
}

.account-dashboard-wrapper {
  margin: 20px 0;
}
.account-dashboard-wrapper .dashboard-welcome {
  margin-bottom: 40px;
  text-align: left;
}
.account-dashboard-wrapper .dashboard-welcome h2 {
  font-size: 2rem;
  color: #222222;
  margin-bottom: 8px;
  font-weight: 600;
}
.account-dashboard-wrapper .dashboard-welcome h2 span {
  color: #007cba;
  font-weight: 700;
}
.account-dashboard-wrapper .dashboard-welcome p {
  color: #666666;
  font-size: 1.1rem;
}
.account-dashboard-wrapper .dashboard-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  padding: 50px 25px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.account-dashboard-wrapper .dashboard-links-grid .dash-card {
  background: #fbfbfb;
  padding: 40px 25px;
  border-radius: 12px;
  border: 1px solid #ececec;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.account-dashboard-wrapper .dashboard-links-grid .dash-card .icon {
  font-size: 45px;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  transition: transform 0.3s ease;
}
.account-dashboard-wrapper .dashboard-links-grid .dash-card h4 {
  font-size: 1.25rem;
  margin: 0 0 12px 0;
  color: #222222;
  font-weight: 600;
}
.account-dashboard-wrapper .dashboard-links-grid .dash-card p {
  font-size: 0.95rem;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}
.account-dashboard-wrapper .dashboard-links-grid .dash-card:hover {
  background: #ffffff;
  border-color: #007cba;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.account-dashboard-wrapper .dashboard-links-grid .dash-card:hover .icon {
  transform: scale(1.1);
}
.account-dashboard-wrapper .dashboard-links-grid .dash-card:hover h4 {
  color: #007cba;
}

.license-status-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 50px 25px;
  margin-bottom: 30px;
  gap: 25px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.license-status-card .license-visual img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.license-status-card .license-visual .no-photo {
  width: 70px;
  height: 70px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #999;
  border-radius: 8px;
}
.license-status-card .license-info {
  flex-grow: 1;
}
.license-status-card .license-info p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}
.license-status-card .license-info .badge-status {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.license-status-card .license-info .badge-status.pending {
  background: #fff5e6;
  color: #d4a017;
}
.license-status-card .license-info .badge-status.active {
  background: #e6fffa;
  color: #008080;
}
.license-status-card .license-info .badge-status.rejected {
  background: #ffe6e6;
  color: #c53030;
}
.license-status-card .btn-edit-license {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: 0.3s;
}
.license-status-card .btn-edit-license:hover {
  background: #007cba;
}

@media (max-width: 600px) {
  .license-status-card {
    flex-direction: column;
    text-align: center;
  }
  .license-status-card .license-action {
    width: 100%;
  }
}
.account-orders-container {
  margin-top: 2rem;
}
.account-orders-container .account-orders-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.order-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.order-card:hover {
  border-color: #ccc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.order-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f5f5f5;
}
.order-card__header .order-number .label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.5px;
}
.order-card__header .order-number .value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
  text-decoration: none;
}
.order-card__header .order-number .value:hover {
  color: #000;
}
.order-card__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.order-card__content .info-group .info-label {
  display: block;
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 0.25rem;
}
.order-card__content .info-group .info-value {
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
}
.order-card__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.order-card__actions .order-btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
  flex: 1;
  min-width: 120px;
}
.order-card__actions .order-btn.view {
  background: #f4f4f4;
  color: #333;
}
.order-card__actions .order-btn.view:hover {
  background: #e0e0e0;
}
.order-card__actions .order-btn.pay {
  background: #222;
  color: #fff;
}
.order-card__actions .order-btn.pay:hover {
  background: #000;
}
.order-card__actions .order-btn.cancel {
  color: #d32f2f;
  background: transparent;
  border: 1px solid #ffcdd2;
}
.order-card__actions .order-btn.cancel:hover {
  background: #ffebee;
}

.no-orders-notice {
  max-width: 400px;
  margin: 40px auto;
}
.no-orders-notice > a {
  margin-top: 10px !important;
}

.status-badge {
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
}
.status-badge.badge-completed {
  background: #e8f5e9;
  color: #2e7d32;
}
.status-badge.badge-processing {
  background: #e3f2fd;
  color: #1976d2;
}
.status-badge.badge-on-hold {
  background: #fff3e0;
  color: #ef6c00;
}
.status-badge.badge-cancelled, .status-badge.badge-failed {
  background: #ffebee;
  color: #c62828;
}

@media (max-width: 600px) {
  .order-card__content {
    grid-template-columns: 1fr;
  }
  .order-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .order-card__header .order-status {
    align-self: flex-start;
  }
  .order-card__actions .order-btn {
    flex: 1 1 100%;
  }
}
.my-account-addresses-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 50px 25px;
}
.my-account-addresses-container .addresses-description {
  margin-bottom: 2rem;
  color: #666;
  font-style: italic;
}
.my-account-addresses-container .address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}
.my-account-addresses-container .address-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.my-account-addresses-container .address-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.my-account-addresses-container .address-card .address-card-header {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
  border-radius: 8px 8px 0 0;
}
.my-account-addresses-container .address-card .address-card-header h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.my-account-addresses-container .address-card .address-card-header .btn-edit-address {
  text-decoration: none;
  color: #007cba;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #007cba;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.my-account-addresses-container .address-card .address-card-header .btn-edit-address:hover {
  background-color: #007cba;
  color: #fff;
}
.my-account-addresses-container .address-card .address-card-body {
  padding: 20px;
  line-height: 1.6;
  color: #555;
  font-size: 0.95rem;
}
.my-account-addresses-container .address-card .address-card-body address {
  font-style: normal;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .address-grid {
    grid-template-columns: 1fr;
  }
}
.edit-address-container {
  padding: 50px 25px;
}
.edit-address-container .custom-edit-address-form {
  background: #fff;
  border: 1px solid #ececec;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
}
.edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin: 0;
  /* Campos que deben ir a ancho completo */
}
.edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row label {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #444;
}
.edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row input.input-text, .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row select {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}
.edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row input.input-text:focus, .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row select:focus {
  border-color: #007cba;
  outline: none;
}
.edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row.form-row-wide, .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field, .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field, .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row#shipping_address_1_field, .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row#shipping_address_2_field, .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row#billing_email_field {
  grid-column: span 2;
}
.edit-address-container .custom-edit-address-form .form-submit-wrapper {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #f0f0f0;
}
.edit-address-container .custom-edit-address-form .form-submit-wrapper .save-address-button {
  background-color: #222;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.edit-address-container .custom-edit-address-form .form-submit-wrapper .save-address-button:hover {
  background-color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .edit-address-container .custom-edit-address-form {
    padding: 20px;
  }
  .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
  .edit-address-container .custom-edit-address-form .woocommerce-address-fields__field-wrapper .form-row {
    grid-column: span 1 !important;
  }
}
.my-account-downloads-container {
  /* Estilo de la tabla de descargas de WooCommerce */
  /* Mensaje cuando no hay descargas */
}
.my-account-downloads-container .woocommerce-table--order-downloads {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  border: none;
}
.my-account-downloads-container .woocommerce-table--order-downloads thead {
  display: none;
}
.my-account-downloads-container .woocommerce-table--order-downloads tr {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  transition: transform 0.2s ease;
}
.my-account-downloads-container .woocommerce-table--order-downloads tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.my-account-downloads-container .woocommerce-table--order-downloads td {
  padding: 20px;
  border: 1px solid #eee;
  border-style: solid none;
  vertical-align: middle;
  /* Estilo específico para el botón de descarga */
  /* Etiquetas informativas */
}
.my-account-downloads-container .woocommerce-table--order-downloads td:first-child {
  border-left-style: solid;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-weight: 600;
  color: #222;
}
.my-account-downloads-container .woocommerce-table--order-downloads td:last-child {
  border-right-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: right;
}
.my-account-downloads-container .woocommerce-table--order-downloads td .woocommerce-MyAccount-downloads-file {
  background: #222;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease;
}
.my-account-downloads-container .woocommerce-table--order-downloads td .woocommerce-MyAccount-downloads-file:hover {
  background: #007cba;
}
.my-account-downloads-container .woocommerce-table--order-downloads td::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #999;
  display: block;
  margin-bottom: 5px;
}
.my-account-downloads-container .no-downloads-message .woocommerce-info {
  border-top-color: #007cba;
  background-color: #f8f9fa;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.my-account-downloads-container .no-downloads-message .woocommerce-info::before {
  display: none;
}
.my-account-downloads-container .no-downloads-message .woocommerce-info .button {
  background: #222;
  color: #fff;
  border-radius: 4px;
}
.my-account-downloads-container .no-downloads-message .woocommerce-info .button:hover {
  background: #000;
}

/* Responsive para convertir tabla en tarjetas reales */
@media (max-width: 768px) {
  .my-account-downloads-container .woocommerce-table--order-downloads {
    display: block;
  }
  .my-account-downloads-container .woocommerce-table--order-downloads tr {
    display: block;
    margin-bottom: 20px;
  }
  .my-account-downloads-container .woocommerce-table--order-downloads td {
    display: block;
    text-align: left !important;
    border: none;
    padding: 10px 20px;
  }
  .my-account-downloads-container .woocommerce-table--order-downloads td:first-child {
    padding-top: 20px;
    font-size: 1.1rem;
  }
  .my-account-downloads-container .woocommerce-table--order-downloads td:last-child {
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
