:root {
  --black: #121212;
  --white: #ffffff;
  --price: #A21A10;

  --grey-background: #EFEFEF;
  --green-background: #A8C0AC;
  --blue-background: #6B81A4;
  --red-background: #D97F7E;

  --grey-border: #999999;
  --grey-text: #4E4E4E;

  --poppins: "Poppins", sans-serif;
  --rubik: "Rubik", sans-serif;
  --roboto: "Roboto", sans-serif;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; 
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; 
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; 
  vertical-align: inherit;
}

* {
  padding: 0; 
  margin: 0;
  transition: .2s;
}

hr {
  overflow: visible; 
  height: 0;
  color: inherit; 
}

details,
main {
  display: block; 
}

summary {
  display: list-item; 
}

small {
  font-size: 80%; 
}

[hidden] {
  display: none; 
}

abbr[title] {
  border-bottom: none; 
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  color: var(--black);	
}

a:active,
a:hover {
  outline-width: 0; 
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; 
}

pre {
  font-size: 1em; 
}

b,
strong {
  font-weight: bolder; 
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; 
  text-indent: 0; 
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; 
}

[type='search'] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; 
}

textarea {
  overflow: auto; 
  resize: vertical; 
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; 
}

optgroup {
  font-weight: bold; 
}

button {
  overflow: visible; 
}

button,
select {
  text-transform: none; 
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; 
}


button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none; 
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none; 
}

select::-ms-value {
  color: currentColor; 
}

legend {
  border: 0; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  white-space: normal; 
}

::-webkit-file-upload-button {
  
  -webkit-appearance: button;
  color: inherit;
  font: inherit; 
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  color: var(--black);
}

.banner-hero{
  width: 100%;
  max-width: 100%;
}

.swiper-slide img{
  display: flex;
  width: 100%;
  max-width: 100%;
}

body{
  font-family: "Prompt", sans-serif;
}

.header{
  width: 100%;
  display: flex;
  position: fixed;
  flex-direction: column;
  z-index: 10;
}

.header .top-bar{
  width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.header .top-bar p{
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after{
  display: none;
  content: "";
}

.swiper-slide{
  position: relative;
}

.swiper-slide h2{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: max-content;
  color: #ffffff;
  font-size: 176px;
  letter-spacing: 3px;
  opacity: .6;
}

.swiper-slide h2 span{
  font-weight: lighter;
}

.banner-hero .swiper-slide .mobile{
    display: none;
  }
  .banner-hero .swiper-slide .desktop{
    display: block;
  }

.header .menu{
  width: fit-content;
  padding: 40px 50px;
}

.header .menu .item{
  padding: 10px;
  width: fit-content;
}

.header .menu .item:hover{
  background-color: #ffffff;
}

.header .menu .item:hover>a{
  color: #000000;
}

.header .menu .item a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.swiper-button-next{
  right: 30px;
}

.swiper-button-prev{
  left: 30px;
}

.swiper-pagination-bullet-active{
  background: #ffffff;
}

.swiper-pagination-bullet{
  border-radius: 0;
  width: 50px;
  height: 5px;
}

h1{
  width: fit-content;
  padding-top: 50px;
}

h1 span{
  font-size: 0;
}

.header .inner-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home-catgory{
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.row-category-home{
  display: flex;
  width: 98%;
}

.row-category-home .column{
  display: flex;
  width: 50%;
}

.row-category-home .item-category{
  width: 100%;
}

.row-category-home .item-category .img-category{
  width: 100%;
  margin-bottom: 10px;
}

.row-category-home .item-category .img-category img{
  width: 100%;
  max-width: 100%;
}

.container-home{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-catgory .title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  justify-items: left;
  padding-left: 30px;
  margin-bottom: 50px;
}

.home-catgory .title h3{
  font-size: 14px;
  color: #000000;
  font-weight: lighter;
  text-transform: uppercase;
}

.home-catgory .title h4{
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
}

.home-catgory .title h4 span{
  font-weight: lighter;
}

.row-category-home .item-category a{
  text-decoration: none;
  display: flex;
}

.row-category-home .item-category a p{
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.row-category-home .item-category a p:hover{
  text-decoration: underline;
}

.home-products .title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding-left: 30px;
  margin-bottom: 50px;
}

.home-products .title h3{
  font-size: 14px;
  color: #000000;
  font-weight: lighter;
  text-transform: uppercase;
}

.home-products .title h4{
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
}

.home-products .title h4 span{
  font-weight: lighter;
}

.home-products .row-options{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.home-products .row-options .option{
  border: solid 1px #000000;
  padding: 6px 30px;
  margin: 0 10px;
  border-radius: 40px;
}

.home-products .row-options .option a{
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}

.home-products .row-options .option:hover{
  background-color: #000000;
}

.home-products .row-options .option:hover>a{
  color: #ffffff;
}

.grid-products{
  width: 100%;
}

.grid-products img{
  display: flex;
  width: 100%;
  max-width: 100%;
}

.shelf-vitrina .price{
  display: flex;
  color: #000000;
  font-size: 14px;
  margin-right: 10px;
}

.shelf-vitrina .last-price{
  display: flex;
  text-decoration: line-through;
  color: #4E4E4E;
  font-size: 14px;
  font-weight: lighter;
}

.shelf-vitrina .row-price{
  display: flex;
}

.shelf-vitrina h3{
  font-size: 14px;
}

.shelf-vitrina .shelf-img{
  background-color: #F3F3F3;
  max-width: 542px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.shelf-vitrina .shelf-img img{
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.vitrina-productos{
  padding: 100px 30px;
}

.vitrina-productos .title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  justify-items: left;
  padding-left: 30px;
  margin-bottom: 50px;
}

.vitrina-productos .title h3{
  font-size: 14px;
  color: #000000;
  font-weight: lighter;
  text-transform: uppercase;
}

.vitrina-productos .title h4{
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
}

.vitrina-productos .title h4 span{
  font-weight: lighter;
}

.row-colors{
  width: 100%;
  display: flex;
  padding: 20px 0;
  display: none;
}

.row-colors .color{
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50px;
  cursor: pointer;
  border: solid 1px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.row-colors .color:hover{
  background-color: #000000;
}

.inner-color-1{
  width: 20px;
  height: 20px;
  background-color: blue;
  border-radius: 50px;
}

.inner-color-2{
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50px;
}

.inner-color-3{
  width: 20px;
  height: 20px;
  background-color: green;
  border-radius: 50px;
}

.inner-color-4{
  width: 20px;
  height: 20px;
  background-color: yellow;
  border-radius: 50px;
}

.inner-color-5{
  width: 20px;
  height: 20px;
  background-color: brown;
  border-radius: 50px;
}

.promesas{
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.promesas .promesa{
  margin: 0 10px;
  padding: 30px 10px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #000000;
}

.promesas .promesa:last-child{
  border-right: none;
}

.promesas .promesa h3{
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
}

.promesas .promesa h4{
  font-size: 12px;
  color: #000000;
  font-weight: lighter;
  text-transform: uppercase;
}

.promesas .promesa .info{
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.footer{
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.footer .newsletter{
  width: 100%;
  max-width: 100%;
  background-color: #323D45;
  background-image: url(../images/logo-newsletter.svg);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  padding: 100px;
  border-radius: 24px;
}

.footer .newsletter .column{
  width: 50%;
}

.footer .newsletter h2{
  font-size: 14px;
  color: #ffffff;
}

.footer .newsletter h3{
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer .newsletter p{
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer .newsletter h3 span{
  font-weight: lighter;
}

.btn-primary{
  width: fit-content;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
}

.btn-primary:hover{
  background-color: #ffffff;
  color: #000000;
}

.label-newssletter{
  font-size: 12px;
  color: #B2B2B2;
}

.form-check-label{
  font-size: 12px;
  color: #ffffff;
}

.newsletter .input-group{
  width: 90%;
}

.form-control{
  width: 90% !important;
  background-color: #57595C;
  color: #000000;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
}

.form-control:focus{
  border: none;
  box-shadow: none;
}

.input-group-append{
  position: absolute;
  right: -20px;
}

.newsletter .btn-primary{
  z-index: 6;
}

.row-menu-footer{
  width: 100%;
  max-width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}

.row-menu-footer .item{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #000000;
}

.row-menu-footer .item a{
  text-decoration: none;
   font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

.row-menu-footer .item:last-child{
  border-right: none;
}

.row-menu-footer .item a:hover{
  text-decoration: underline;
}

.row-logo-footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-footer-legal {
  display: flex;
}

.row-footer-legal .rrss{
  display: flex;
}

.newsletter .column:first-child{
  width: 25%;
  margin-right: 300px;
}

.header.category-header .inner-content{ 
  background: rgba(245, 245, 245, 0.72);
  width: 90%;
  height: 64px;
  margin: 20px auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 50px;
}

.header.category-header .inner-content .menu{
  display: none;
}

.header.category-header .inner-content .menu-mobile{
  display: block;
}

.header.category-header .inner-content .sistem-menu-mobile{
  display: flex;
}

.header.category-header .inner-content .logo-white{
  display: none;
}

.header.category-header .inner-content .logo-black{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.headroom--not-top .inner-content{
  background: rgba(245, 245, 245, 0.72);
  width: 90%;
  height: 64px;
  margin: 20px auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 50px;
}

.headroom--not-top .inner-content .menu{
  display: none;
}

.logo-black{
  display: none;
}

.menu-mobile{
  display: none;
  cursor: pointer;
}

.headroom--not-top .inner-content .logo-white{
  display: none;
}

.headroom--not-top .inner-content .logo-black{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.headroom--not-top .inner-content .menu-mobile{
  display: block;
}

.headroom--not-top .inner-content .sistem-menu-mobile{
  display: flex;
}

.row-footer-legal{
  justify-content: space-between;
  margin-top: 100px;
}

.row-footer-legal p{
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.header .menu .item,
.header .menu .item a{
  display: flex;
}

.header .menu .item .icon{
  margin-right: 8px;
}

.header .sistem-menu {
  justify-items: flex-end;
}

.header .sistem-menu .item:hover{
  background-color: #000000;
}

.header .sistem-menu .item:hover>a{
  color: #ffffff;
}

.row-footer-legal .rrss .item{
  margin-left: 10px;
}

.sistem-menu-mobile{
  display: none;
  gap: 5px;
}

.sistem-menu-mobile .item{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px; 
}

.sistem-menu-mobile .item:hover{
  background-color: #ffffff;
}

.sistem-menu-mobile .item span{
  font-size: 10px;
  font-weight: 200;
  color: #000000;
}

.footer .newsletter .column:last-child{
  padding-left: 30px;
}

.banner-caregory{
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.banner-caregory img{
  width: 100%;
  max-width: 100%;
  display: flex;
}

.banner-caregory h2{
  position: absolute;
  top: 182px;
  left: 50px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 200;
}

.category-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 50px;
}

.breadcrumb{
  width: 100%;
  display: flex;
  padding: 50px 0;
}

.breadcrumb .item{
  margin-right: 10px;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.breadcrumb .item a{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.breadcrumb .item a:hover{
  text-decoration: underline;
}

.category-content .title h4{
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
}

.category-content .title h4 span{
  font-weight: lighter;
}

.cta-shelf-cart{
  background-color: #000000;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: all 0.4s ease;
}

.cta-shelf-cart a .icon{
  width: 40px !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-shelf-cart .icon img{
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: inherit;
  margin: 0 auto;
}

.cta-shelf-cart a{
  display: flex;
  align-items: center;
  display: flex;
  text-decoration: none;
}

.cta-shelf-cart a span{
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
  transition-delay: 0s;
}

.cta-shelf-cart:hover{
  width: 95%;
}

.cta-shelf-cart:hover>a span{
  opacity: 1;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  transition-delay: 3s; 
}

.tag-category{
  background-color: #000000;
  width: fit-content;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 10px;
}

.tag-category span{
  font-size: 11px;
  color: #ffffff;
  font-weight: lighter;
  text-transform: uppercase;
}

.tag-promo{
  background-color: transparent;
  width: fit-content;
  position: absolute;
  top: 50px;
  left: 10px;
  padding: 2px 10px;
  border: solid 1px #000000;
}

.tag-promo span{
  font-size: 11px;
  color: #000000;
  font-weight: lighter;
  text-transform: uppercase;
}

.grid-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ← 4 columnas fijas */
  gap: 20px;
}

.button-paginator{
  background-color: #ffffff;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 50px;
  border: solid 1px #000000;
}

.button-paginator:hover{
  background-color: #000000;
}

.button-paginator span:hover{
  color: #ffffff;
}

.button-paginator a{
  text-decoration: none;
}

.pager .page a{
  color: #000000;
  text-decoration: none;
}

.pager .page a:hover{
  text-decoration: underline;
  font-weight: bolder;
}

.button-paginator span{
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

.paginator{
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pager{
  display: flex;
  justify-content: center;
}

.pager .page{
  width: 30px;
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
}

.pager .page.active{
  font-weight: bolder;
  text-decoration: underline;
}

.ficha-breadcrumb{
  padding-top: 100px;
}

/* ==== GENERAL ==== */

.gallery {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
}

.gallery-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 0 40px;
}

/* ==== MINIATURAS ==== */
.thumbnails {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.thumbs-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  max-height: 280px; /* para ver 3 thumbs aprox */
}

.thumb {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.thumb:hover {
  opacity: .7;
}

.thumb.active {
  border-color: #000;
}

.thumb-nav {
  width: 34px;
  height: 34px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.3s;
}

/* ==== CARRUSEL PRINCIPAL ==== */
.main-gallery {
  flex: 1;
  overflow: hidden;
  position: relative;
  background: #F3F3F3;
}

.slides {
  display: flex;
  transition: transform 0.6s ease;
}

.slides img {
  width: 50%; /* se muestran 2 imágenes a la vez */
  height: auto;
  display: block;
  object-fit: cover;
  border-right: 1px solid #f0f0f0;
}

.product-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 1rem;
  width: 100%;
}

.quantity-and-cart {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.card-info-ficha{
  display: flex;
  width: 400px;
  padding: 48px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1;
}

.card-info-ficha .tag-category,
.card-info-ficha .tag-promo{
  position: initial;
  margin-bottom: 10px;
}

.card-info-ficha h3{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}

.card-info-ficha .product-sku {
  color: #000000;
  font-size: 10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}

.card-info-ficha h4{
  font-size: 12px;
  font-weight: 400;
  color: #4E4E4E;
}

.card-info-ficha .row-price{
  display: flex;
}

.card-info-ficha .row-price .price{
  color:#4E4E4E;
  font-family: Prompt;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-right: 20px;
}

.card-info-ficha .row-price .last-price{
  color:#57544C;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration-line: line-through;
}

.card-info-ficha .row-colors{
  padding: 0;
}

/* ----- Quantity control ----- */
.quantity-control {
  display: flex;
  align-items: center;
  border: 1.5px solid #333;
  border-radius: 2px;
  width: 150px;
  justify-content: space-between;
  padding: 0 10px;
  height: 52px;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s ease;
}

.qty-btn:hover {
  color: #000;
}

.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}

/* ----- Add to cart button ----- */
.btn.add-to-cart {
  flex: 1;
  height: 52px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 0;
  width: 400px;
}

.btn.add-to-cart:hover {
  background: #222;
}

.row-call-to-action{
  width: 100%;
}

/* ----- Favorites button ----- */
.btn-fav {
  width: 100%;
  height: 52px;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-fav:hover {
  background: #f5f5f5;
}

.slides.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  scroll-behavior: auto;
}

.details-ficha{
  padding: 100px 0;
  display: flex;
}

.details-ficha .column{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.details-ficha .column .title{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.details-ficha .column img{
  display: flex;
  width: 100%;
  max-width: 100%;
}

.details-ficha .column:nth-of-type(2){
  padding: 80px;
}

.details-ficha .title h3,
.details-ficha .title p {
  font-size: 16px;
  color: #B2B2B2;
  font-weight: 300;
}

.details-ficha .accordion .accordion-item{
  border: none;
}

.details-ficha .accordion .accordion-header button{
  border-radius: 0;
  background-color: #ffffff;
  text-transform: uppercase;
}

.details-ficha .accordion .accordion-header button:focus{
  border: none;
  box-shadow: none;
}

.details-ficha .accordion .accordion-body{
  font-size: 15px;
  color: #4E4E4E;
  line-height: 20px;
}

.modal {
  z-index: 9999 !important;
}

.modal-content{
  background-color: #000000;
  border-radius: 0;
}

.modal-content h2{
  color: #ffffff;
}

.modal-header{
  border-bottom: none;
}

.input-search{
  background-color: #ffffff;
}

.button-search{
  width: fit-content;
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #ffffff;
  border-radius: 50px;
  padding: 12px 30px;
}

.button-search:hover{
  color: #ffffff;
  border-color: #ffffff;
}

.btn-close{
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #000000;
  font-size: 20px;
  display: none;
  cursor: pointer;
  z-index: 1050;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}

.back-to-top.show {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.back-to-top.hide {
  opacity: 0;
}

.content-category-seo{
  width: 100%;
  padding: 50px;
}

.content-category-seo h4{
  font-size: 12px;
  font-weight: 200;
  color: #000000;
  line-height: 20px;
}

.offcanvas-body{
  padding-top: 50px;
}

.offcanvas-body .menu .item{
  width: fit-content;
  background-color: #000000;
  padding: 10px;
  margin: 20px 0;
  border: solid 1px #000000;
}

.offcanvas-body .menu .item a{
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 200;
}

.offcanvas-body .menu .item:hover{
  background-color: #ffffff;
}

.offcanvas-body .menu .item:hover>a{
  color: #000000;
}

.contact-container .form-control{
  width: 100%;
  border: solid 1px #000000;
  background-color: #ffffff;
}

.contact-container textarea{
  border-radius: 20px;
  height: 300px;
}

.offcanvas-body .menu-sistem{
  border-top: solid 1px #000000;
  margin-top: 100px;
  padding-top: 50px;
}

.offcanvas-body .menu-sistem .item{
  padding: 10px 0;
}

.offcanvas-body .menu-sistem .item a{
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
}

.offcanvas-body .menu-sistem .item a:hover{
  text-decoration: underline;
}

.single_add_to_cart_button{
  font-size: 15px !important;
  background-color: #000000 !important;
  padding: 18px 10px !important;
}

.product-actions .variations{
  padding-bottom: 10px;
}

.product-actions .variations select{
  border: solid 1px #000000 !important;
  padding: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 10px;
  margin-right: 10px;
  
}

.reset_variations{
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
  background-color: #000000 !important;
}


/* ==== RESPONSIVE ==== */
@media (max-width: 992px) {
  .gallery-inner {
    flex-direction: column;
    align-items: center;
  }

  .thumbnails {
    flex-direction: row;
    justify-content: center;
  }

  .thumbs-container {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
  }

  .main-gallery {
    width: 100%;
  }

  .slides img {
    width: 100%;
  }
}

@media (max-width: 64em){
  .footer .newsletter{
    flex-direction: column;
  }
  .footer .newsletter .column{
    width: 100%;
  }
  .footer .newsletter .column:first-child{
    margin-bottom: 30px;
  }
  .row-menu-footer{
    flex-direction: column;
  }
  .row-menu-footer .item{
    border-right: none;
    margin: 30px 0;
  }
  .row-footer-legal{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
  .row-footer-legal .legal{
    margin-top: 50px;
  }
  .promesas{
    flex-direction: column;
  }
  .promesas .promesa{
    border-bottom: solid 1px #4E4E4E;
    padding: 30px 0px;
    width: 90%;
    margin: 0 auto;
    border-right:none;
    justify-content: unset;
  }
  .promesas .promesa h3,
  .promesas .promesa h4{
    font-size: 16px;
  }
  .row-menu-footer .item a{
    font-size: 16px;
  }
  .header .menu{
    display: none;
  }
  .logo-white{
    display: none;
  }
  .header .inner-content{
    background: rgba(245, 245, 245, 0.72);
    width: 90%;
    height: 64px;
    margin: 20px auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 50px;
  }
  .logo-black{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .menu-mobile{
    display: block;
  }
  .row-category-home{
    flex-direction: column;
  }
  .row-category-home .column{
    width: 100%;
    margin-bottom: 50px;
  }
  .row-category-home .column:last-child{
    margin-bottom: 0;
  }
  .header .top-bar{
    padding: 5px 20px;
  }
  .sistem-menu-mobile{
    display: flex;
  }
  .footer .newsletter .column:last-child{
    padding-left: 0;
  }
  .grid-container{
    grid-template-columns: repeat(2, 1fr);
  }
  .card-info-ficha{
    width: 100%;
    position: initial;
    border: none;
    box-shadow: none;
  }
  .gallery{
    flex-direction: column;
  }
  .details-ficha{
    flex-direction: column;
	padding:100px 0 0;
  }
  .details-ficha .column{
    width: 100%;
  }
  .details-ficha .column:nth-of-type(2){
    padding: 30px;
  }
  .banner-caregory {
    display: none;
  }
}

@media (max-width: 40em){
  .footer{
    padding: 20px;
  }
  .footer .newsletter{
    padding: 30px;
  }
  .card-info-ficha{
    padding: 0;
    margin-top: 50px;
  }
  .breadcrumb{
    padding: 0;
    margin-top: 70px;
  }
  .gallery{
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .category-content{
    padding: 10px;
    margin-top: 80px;
  }
  .sistem-menu-mobile .item:nth-of-type(1){
    display: none;
  }
  /*.sistem-menu-mobile .item:nth-of-type(2){
    display: none;
  }*/
  /*.sistem-menu-mobile .item:nth-of-type(3){
    display: none;
  }*/
  .banner-hero .swiper-slide .mobile{
    display: block;
  }
  .banner-hero .swiper-slide .desktop{
    display: none;
  }
  .home-catgory{
    padding: 50px 0;
  }
  .home-products .row-options .option{
    margin: 0 5px;
    padding: 6px 10px;
  }
  .swiper-slide h2{
    font-size: 50px;
  }
  .home-catgory .title h4,
  .home-products .title h4,
  .vitrina-productos .title h4{
    font-size: 22px;
  }
  .promesas{
    padding: 50px 0;
  }
  .newsletter .btn-primary{
    font-size: 10px;
    padding: 15px 20px;
  }
  .banner-caregory {
  display: none;
  }
  .promesas .promesa{
    border-bottom: solid 1px #4E4E4E;
    padding: 30px 0px;
    width: 90%;
    margin: 0 auto;
    border-right:none;
    justify-content: unset;
    }
}

/* AJUSTES MOBILE - // GALERÍA PRINCIPAL + THUMBS */
@media only screen and (max-width: 768px) {
	.main-gallery {
	  position: relative;
	  width: 100%;
	  overflow: hidden;
	}
	.slides {
	  touch-action: pan-y;
	}
	.slides.dragging {
	  cursor: grabbing;
	}
	.slides img {
	  user-select: none;
	  -webkit-user-drag: none;
	}
}


/* Acordeón ABIERTO: fondo blanco + texto negro */
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000000;            /* negro */
}

.wc-block-components-button{
 color: #ffffff;
 background: #000000;
 text-decoration: none;
}

.wc-block-components-button:hover{
 background: #878686;
 text-decoration: none;
}

.woocommerce-MyAccount-navigation-link a, .wc-block-components-product-name{
  color: #000000 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 form .wpcf7-response-output{
 color: #ffffff;
}

.wpcf7-checkbox .wpcf7-list-item-label{
  font-size: 12px;
}

.newsletter .btn-primary{
  margin-right: -15px;
}

.page-id-191 .wpcf7 form .wpcf7-response-output{
 color: #000000;
}

/* =================================================================
   BLOQUE 1: REGLAS EXCLUSIVAS PARA MÓVIL (Puntos 1, 2, 3, 5, 6, 7, 8 y 11)
   ================================================================= */

@media only screen and (max-width: 768px) {

    /* --- PUNTO 1: BARRA ENVÍO GRATIS --- */
    body .header .top-bar,
    body .whb-top-bar-inner {
        min-height: 30px !important;
        height: auto !important;
        padding: 6px 20px !important;
    }
    body .header .top-bar p,
    body .header .top-bar span,
    body .header .top-bar strong {
        font-size: 10px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        text-align: center !important;
    }

    /* --- PUNTO 2 y 3: ALINEACIÓN TÍTULOS Y VITRINA --- */
    .home-catgory .title,
    .vitrina-productos .title {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important; 
        justify-content: flex-start !important;
        margin-bottom: 10px !important; 
    }
    .home-catgory .title {
        padding-left: 5px !important; 
    }
    .vitrina-productos .title {
        padding-left: 5px !important;    
    }
    .vitrina-productos {
        padding: 0px 5px !important; 
    }

    /* --- PUNTO 5: MENÚ FOOTER --- */
    .row-menu-footer {
        padding: 30px 0 !important; 
    }
    .row-menu-footer .item {
        margin: 5px 0 !important;   
        border: none !important;
        padding: 0 !important;
    }

    /* --- PUNTO 6: AJUSTE MENÚ LATERAL --- */
    .offcanvas-body .menu-sistem {
        margin-top: 20px !important; 
        padding-top: 20px !important; 
    }

    /* --- PUNTO 7: AJUSTE PÁGINA DE CATEGORÍA (LISTADO) --- */
    .breadcrumb {
        display: none !important;
    }
    .category-content .title h4 {
        font-size: 22px !important; 
        margin-top: 50px !important;
    }
    /* Estándar para categorías (20px) */
    .category-content {
        padding-top: 20px !important;
        margin-top: 60px !important; 
    }

    /* --- PUNTO 11 (NUEVO): AJUSTE EXCLUSIVO FICHA PRODUCTO --- */
    /* Sobrescribimos el padding solo para la ficha individual */
    .single-product .category-content,
    .ficha-breadcrumb {
        padding-top: 70px !important; /* TU PEDIDO: 70px */
    }

    /* --- PUNTO 8 (FINAL): PADDING FICHA PRODUCTO --- */
    .details-ficha .column:nth-of-type(2),
    .details-ficha .column {
        padding: 0 5px !important; 
    }
    .wd-accordion-content,
    .woocommerce-tabs .woocommerce-Tabs-panel,
    .elementor-tab-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .single-product .summary-inner,
    .single-product .entry-summary {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

   


} /* Fin Bloque Móvil */



/* =================================================================
   BLOQUE 2: REGLAS GLOBALES (Punto 4 - Newsletter)
   Esto aplica a PC, MÓVIL y TABLET (porque está fuera de la llave anterior)
   ================================================================= */

/* 1. INPUT NEWSLETTER (Gris y Redondo) */
.footer .newsletter .wpcf7-form-control-wrap input[type="email"] {
    background-color: #F2F2F2 !important;
    border: none !important;
    border-radius: 50px !important;
    color: #333 !important;
    padding: 12px 20px !important;
    width: 100% !important;
    margin-bottom: 5px !important;
}

/* 2. MENSAJES DE ERROR (Blanco Puro) */
.footer .newsletter .wpcf7-not-valid-tip {
    color: #ffffff !important;
    font-size: 11px !important;
    margin-top: 5px !important;
    font-weight: normal !important;
}

.footer .newsletter .wpcf7-response-output {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    font-size: 12px !important;
    margin: 10px 0 !important;
    padding: 5px !important;
    border-radius: 5px !important;
    text-align: center !important;
}

/* 3. BOTÓN SUSCRIBIRME (Fix Global) */
.footer .newsletter .wpcf7-form-control.wpcf7-submit,
.footer .newsletter .wpcf7 input[type="submit"] {
    display: block !important;
    width: 100% !important;
    border-radius: 50px !important;
    background-color: #000 !important;
    color: #fff !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0px !important;
    float: none !important;
    position: static !important;
    min-width: unset !important;
    
}

/* =========================================
   PUNTO 12: FIX VISUAL GALERÍA PC
   Restaurar columna vertical en escritorio
   ========================================= */

@media only screen and (min-width: 993px) {
    
    /* 1. El contenedor padre (thumbnails) se vuelve columna (Flecha - Fotos - Flecha) */
    .gallery-inner .thumbnails {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 120px !important; /* Ancho fijo para la columna de miniaturas */
        margin-right: 20px !important; /* Separación con la foto grande */
    }

    /* 2. La caja interna de fotos (.thumbs-container) también vertical */
    .thumbs-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important; /* Espacio entre fotitos */
        
        /* IMPORTANTE: Altura limitada para que el scroll funcione */
        max-height: 400px !important; 
        overflow: hidden !important; /* Sin barra de scroll fea, usamos las flechas */
        
        width: 100% !important;
        padding: 10px 0 !important;
    }

    /* 3. Las imágenes ocupan todo el ancho de su columna */
    .thumbs-container img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        opacity: 0.6;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    /* Efecto activo/hover */
    .thumbs-container img.active,
    .thumbs-container img:hover {
        opacity: 1 !important;
        border: 1px solid #000;
    }

    /* 4. Aseguramos que las flechas apunten bien (Arriba/Abajo) y no estén rotadas */
    .thumb-nav.up, 
    .thumb-nav.down {
        transform: rotate(0deg) !important;
        margin: 5px 0 !important;
        display: block !important; /* Que se vean */
    }
}


/* =========================================
   PUNTO 12: FLECHAS MÓVIL (Rotación Visual)
   ========================================= */
@media only screen and (max-width: 992px) {
    
    /* Contenedor en fila para móvil */
    .gallery-inner .thumbnails {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    /* Rotar flecha ARRIBA para que apunte a la IZQUIERDA */
    .thumb-nav.up {
        transform: rotate(-90deg) !important;
        margin-right: 10px !important; /* Separar un poco de las fotos */
        margin-top: 0 !important;
        margin-bottom: 0 !important;
		color:rgba(0, 0, 0, 0.847);
    }

    /* Rotar flecha ABAJO para que apunte a la DERECHA */
    .thumb-nav.down {
        transform: rotate(-90deg) !important;
        margin-left: 10px !important; /* Separar un poco de las fotos */
        margin-top: 0 !important;
        margin-bottom: 0 !important;
		color:rgba(0, 0, 0, 0.847);
    }

    /* Asegurar que los botones sean fáciles de tocar */
    .thumb-nav {
        font-size: 20px !important; /* Tamaño visible */
        line-height: 1 !important;
        padding: 5px 10px !important;
        cursor: pointer !important;
        z-index: 10 !important;
    }
}

/* =========================================
   PUNTO 13: FIX CARRITO (Tu solución validada)
   Aplica margen al contenedor solo en el carrito móvil
   ========================================= */
@media only screen and (max-width: 992px) {
    body.woocommerce-cart .container,
    body.woocommerce-cart .container-fluid,
    body.woocommerce-cart .container-md,
    body.woocommerce-cart .container-lg,
    body.woocommerce-cart .container-xl,
    body.woocommerce-cart .container-xxl {
        margin-top: 70px !important;
    }
    .gallery-inner {
        /* Cambiamos el padding original (40px) por 5px */
        padding: 0 5px !important; 
    }
}

/* =========================================
   PUNTO 16: LIMPIEZA VISUAL CARRITO VACÍO
   ========================================= */

/* 1. OCULTAR LA CARA TRISTE */
/* Ocultamos el icono SVG/fuente que WooCommerce pone antes del título */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
.woocommerce-cart .wd-empty-page-icon,
.woocommerce-cart .cart-empty:before {
    display: none !important;
    content: none !important;
}

/* 2. OCULTAR LA SECCIÓN "NUEVO EN LA TIENDA" */
/* Ocultamos el título específico y la grilla de productos por defecto */
.wp-block-woocommerce-empty-cart-block h2.has-text-align-center:nth-of-type(2), 
.wp-block-woocommerce-product-new {
    display: none !important;
}

/* 3. ASEGURAR QUE TU VITRINA SE VEA BIEN */
/* Le damos un poco de aire arriba para que no se pegue al mensaje de "Tu carrito está vacío" */
.vitrina-productos {
    margin-top: 30px;
    padding-bottom: 0;
    display: block !important;
}

/* Alinear iconos de redes sociales en el footer */
.footer .rrss {
    display: flex;       /* Convierte el contenedor en flexible */
    gap: 15px;           /* Pone una separación de 15px entre todos los elementos */
    padding-bottom: 50px;
    padding-top: 30px;
    align-self: center;
}

/* =========================================
   OVERLAY HERO BANNER DOOP (Texto y Botones admin)
   ========================================= */
.hero-content-overlay {
    position: absolute;
    top: 230px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente */
    align-items: center;     /* Centra horizontalmente */
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    pointer-events: none; /* Permite arrastrar el slider sin que la caja invisible moleste */
}

/* Permite que los links o botones que agregues desde el admin sí se puedan cliquear */
.hero-content-overlay > * {
    pointer-events: auto; 
}

/* =========================================
   ESTILOS DEL BOTÓN/TEXTO DEL HERO BANNER
   ========================================= */

/* Limpiamos el margen por si WordPress envuelve el texto en un <p> automáticamente */
.hero-content-overlay p {
    margin: 0;
    padding: 0;
}

/* Estilo para el enlace (El "SHOP NOW" o "IR A COMPRAR") */
.hero-content-overlay a {
    /*color: #ffffff !important;*/           /* Texto blanco */
    /*font-size: 24px;*/                     /* Tamaño de la letra (puedes ajustarlo) */
    font-weight: 600;                   /* Medium (semibold) */
    text-transform: uppercase;          /* Fuerza que esté en MAYÚSCULAS */
    
    /* El truco para el subrayado separado */
    /*text-decoration: underline;*/          
    /*text-decoration-color: #ffffff;*/      /* Subrayado blanco */
    /*text-underline-offset: 6px;*/          /* Qué tan separada está la línea del texto */
    /*text-decoration-thickness: 3px;*/      /* Qué tan gruesa es la línea */
    
    /*transition: all 0.3s ease;*/           /* Efecto suave al pasar el mouse */

	background: #ffffff !important;
	color: #000000 !important;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 20px;
	opacity: 0.9;
    border-radius: 25px;
}

/* Efecto al pasar el mouse (Hover) */
.hero-content-overlay a:hover {
    opacity: 0.7;                        /* Se transparenta un poquito para que se note el clic */
}

/* --- AJUSTE PARA MÓVIL --- */
@media only screen and (max-width: 768px) {
    .hero-content-overlay a {
        font-size: 20px;                 /* Letra un poco más pequeña en celulares */
        text-underline-offset: 4px;      /* Línea un poco más pegada en celulares */
    }
}

/* =========================================
   MEJORAS UI/UX CHECKOUT - LLZ 19-03-2026
   ========================================= */
/* --- AJUSTE PARA Desktop --- */
/* esconde banner */
.woocommerce-checkout .banner-caregory {
  display: none;
  /* esconde banner */
}
.woocommerce-checkout .breadcrumb {
  padding: 50px 0 80px;
}
.woocommerce-checkout .breadcrumb .item,
.woocommerce-checkout .breadcrumb .item a {
  font-size: 0;
}
/**  Mensajes Flotantes **/
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
  border-top: 1px solid #000000;
  padding: .5rem 2rem;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message a {
  font-size: 10px;
  font-weight: 400;
  padding: 8px 12px;
}
.woocommerce-checkout .woocommerce-info::before {
  color: #000000;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-error::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-message::before,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-error::before,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-message::before {
  top: 8px;
  left: 8px;
  font-size: 16px;
}
/* --- AJUSTE PARA Mobile --- */
@media only screen and (max-width: 768px) {

  .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
  .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
    font-size: 10px;
  }
}

/* =========================================
   MEJORAS UI/UX Logos Payments CHECKOUT - LLZ 19-03-2026
   ========================================= */
/* logo flow */
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  border-bottom: 1px solid color-mix(in srgb,currentColor 20%,transparent);
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px 0;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_flowpayment label img {
  margin-left: 55px;
  height: 45px !important;
  max-height: 45px !important;
}
/* logo virtualpos */
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_virtualpos_webpay_plus label img {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_virtualpos_webpay_plus label {
  background-image: url('/wp-content/uploads/2026/03/VirtualPos_Medios_de_pago.webp');
  background-size: contain;
  background-position: 100px 0;
  height: 45px;
  width: 470px;
}

/* --- AJUSTE PARA MÓVIL --- */
@media only screen and (max-width: 768px) {
  .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_flowpayment label img {
    margin-left: 0px;
    height: 26px !important;
    max-height: 26px !important;

  }
  .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_virtualpos_webpay_plus label {
    background-image: url('/wp-content/uploads/2026/03/VirtualPos_Medios_de_pago.webp');
    background-size: contain;
    background-position: 90px 0;
    height: 26px;
    width: 300px;
  }
  .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 !important;
  }
}

/* =========================================
   MEJORAS UI/UX Banner ECO - LLZ 19-03-2026
   ========================================= */
/* Estilos específicos para este banner en la Home */
.home-eco-banner {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 300px;
  /* height: 85vh;*/
  /* Altura impactante en PC */
  /*  min-height: 500px;*/
  background-color: #000;
  overflow: hidden;
  margin: 60px 0;
  /* Espacio separador */
  transition: opacity 0.3s ease;
  /* Efecto suave al pasar el mouse */
}

/* Efecto Hover: se oscurece un pelín para indicar que es clicable */
.home-eco-banner:hover {
  opacity: 0.95;
}

.home-eco-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.85;
  margin: 0;
  padding: 0;
  border: none;
}

.home-eco-banner .home-eco-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 0 0;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.home-eco-banner .hero-content-overlay.cta_banner {
  top: 0;
  position: relative;
  height: auto;
  width: auto;
  padding: 20px 0;

}
/* AJUSTES MOBILE */
@media only screen and (max-width: 768px) {
  .home-eco-banner {
    height: 70vh;
    min-height: 400px;
    margin: 40px 0;
  }
  .home-eco-banner .home-eco-title {
    font-size: 2.2rem !important;
    padding: 0 0px;
    margin-top: 60px;
  }
  .home-eco-banner .home-eco-logo {
    width: 200px !important;
  }
}

/* =========================================
   REVIEWS/RATING PRODUCT - LLZ 07-05-2026
   ========================================= */
.details-ficha .accordion {
    width: 100%;
}
.wrap-reviews-rating {
    padding: 0 0 14px;
	color: #000000;
}
.wrap-reviews-rating a.cr-review-link {
    color: #000000;
    font-size: 12px;
}
.wrap-reviews-productos {
	padding: 0 30px;
	display: block;
}
.wrap-reviews-productos .title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: left;
	justify-items: left;
	padding-left: 30px;
}
.reviews-productos {
    margin: 30px 50px 0;
}
/* AJUSTES MOBILE */
@media only screen and (max-width: 768px) {
	.wrap-reviews-productos {
		padding: 0 15px;
	}
	.wrap-reviews-productos .title {
		padding-left: 0px;
	}
	.reviews-productos {
		margin: 30px 0 0;
	}
}


/* =========================================
   AJUSTES MINICART - LLZ 14-05-2026
   ========================================= */
/* cambia texto agregar cupon en seccion cart*/
.wc-block-components-panel__button {
    font-size: 0px;
}
.wc-block-components-panel__button::after {
  content: "¿Tienes un código de descuento?";
  font-size: 12px;
}
/* cambia tamaño texto carrusel te podria interesar cart*/
.wp-block-woocommerce-product-collection .wc-block-product h2.has-medium-font-size {
    font-size: 14px !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	max-height: 3em;
	height: 48px;
}

/* =========================================
   PDP & PLP - LLZ 14-05-2026
   ========================================= */
.card-info-ficha .row-price {
	align-items: baseline;
}
.card-info-ficha .row-price .price del {
	display:none;
}
/* estilo color precio descuento plp  */
.card-info-ficha .row-price .price ins{
	text-decoration-line: none;
	color:#ed1e79;
}
/* estilos flag en plp & pdp */
.tag-promo{
    background-color: #ed1e79;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    border: 0;
}
.tag-promo span{
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
/* estilo color precio descuento plp  */
.price .woocommerce-Price-amount.amount bdi {
    color: #ed1e79;
}

/* =========================================
   PLP - LLZ 20-05-2026
   ========================================= */
/* cambia color paginación */ 
.paginator {
	display:block;
	text-align:center;
}
.paginator a {
	color: var(--black);
}


