/** Shopify CDN: Minification failed

Line 63:22 Expected ":"

**/
/*body*/
@font-face {
  font-family: axi;
  src: url(/cdn/shop/files/Axiforma-Medium.ttf?v=1751587694) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: axi;
  src: url(/cdn/shop/files/Axiforma-Light.ttf?v=1751587694) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: axi;
  src: url(/cdn/shop/files/Axiforma-Regular.ttf?v=1752004416) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: axi;
  src: url(/cdn/shop/files/Axiforma-Bold.ttf?v=1752980053) format("truetype");
  font-weight: 700;
}

/*head*/
@font-face {
  font-family: crimson;
  src: url(/cdn/shop/files/CrimsonPro-Regular.ttf?v=1752005993) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: crimson;
  src: url(/cdn/shop/files/CrimsonPro-Medium.ttf?v=1752005993) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: crimson;
  src: url(/cdn/shop/files/CrimsonPro-Light.ttf?v=1752005993) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: crimson;
  src: url(/cdn/shop/files/CrimsonPro-Italic.ttf?v=1752005993) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: crimson;
  src: url(/cdn/shop/files/CrimsonPro-LightItalic.ttf?v=1752005993) format("truetype");
  font-weight: 300;
  font-style: italic;
}

/*RESET DE ESTILOS DE TEMA*/
*{letter-spacing: normal;}
p{margin: 0;}
body{font-family: axi;font-weight: 300;line-height: normal;font-size: 15px;}
cart-items{
  min-height: 80vh;
  padding-top: 100px;c
}


/*animation*/
@keyframes round{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}


/*Estilos generales*/
:root{
  --cprim: #F4EEE0;
  --csec: #423A30;
  --cnar: #F19480;
  --white: #ffffff;
  --titleG: 60px;
  --titleM: 51px;
  --bodyG: 18px;
  --gris: #353535;
}
.t-center{text-align: center;}
.t-right{text-align: right;}
img{max-width: 100%;}

h1,
h2,
h3{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.white{color: var(--white);}
.gray{color: var(--csec);}
.prim{color: var(--cprim);}
.nar{color: var(--cnar);}
.gris{color: var(--gris);}

a{text-decoration: none;}

.titulo-medio{
  font-size: var(--fontMedio); 
}

.sub{
  font-size: var(--bodyG);
  max-width: 750px;
}

.tagline{
  letter-spacing: 1px;
  font-family: axi;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.tagline.bigtag{
  font-size:18px;
}

.mixCrims{
  font-family: crimson;
  font-weight: 300;
}

.mixCrims em{
  font-style: italic;
}

.mixCrims strong{
  font-weight: 400;
}

.crims{
  font-family: crimson;
  font-weight: 500;
}


.tagline p,
.tagline h1,
.tagline h2,
.tagline h3{
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.container-f{
  width: 100%;
  overflow-x: hidden;
}

.container-c{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.rel{
  position: relative;
}

.padla{
  padding-left: 20px;
  padding-right: 20px;
}

.flex{display: flex;}
.flex.wrap{flex-wrap: wrap;}
.flex.center{align-items: center;justify-content: center;}
.flex.col{flex-direction: column;}

.flex.jcc{justify-content: center;}
.flex.jsb{justify-content: space-between;}


.col-media{
  width: 50%;
}
.col-cuarto{
  flex: 0 0 25%;
}

.mbxl{margin-bottom: 100px;}
.mbl{margin-bottom: 55px;}
.mbx{margin-bottom: 35px;}
.mbm{margin-bottom: 20px;}
.mbs{margin-bottom: 10px;}

.link-vera{
  font-family: crimson;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  border: 1px solid;
  padding: 6px 15px;
  border-radius: 100px;
}

.link-footer{
  font-family: crimson;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}



/*hero*/
.hero-sec{
  background-size: cover;
  padding-top: 100px;
  min-height:700px;
  position:relative;
}

.overlay-hero{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block!important;
  z-index:1;
}

.hero-contentes{
  position:relative;
  z-index:2;
}

.hero-title{
  font-size: var(--titleG);
  max-width: 800px;
  margin-bottom: 30px;
  line-height: 70px;
}

/*Big text*/

.lineDown{
  display: flex!important;
}

.big-text{
  font-size: 45px;
  
}

.big-text.medio{
  width: 60%;
  max-width: 600px;
  line-height: normal;
}

.big-text.full{
  width: 100%;
}

.big-text.tres{
  width: 75%;
}

.lineDown{
  height: 15dvh;
  position: relative;
}

.lineDown::before{
  content:"";
  width: 2px;
  height: 100%;
  background-color: var(--cnar);
  animation: lineDown 4s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineDown{
  0%{
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50%{
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1%{
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100%{
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}

/*collection grid*/
.coll-title{
  font-size: 35px;
}

.collec-wrap{
  gap: 10px 10px;
}

.collec-item{
  border-radius: 30px;
  padding: 45px;
  background-size: cover;
  width: calc(33% - 5px);
  height: 280px;
  transition: all linear 1s;
  background-position: center;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transform: scale(1);
}

.collec-item:hover .imgcov{
  transform: scale(1.1)
}

.collec-item a{
  z-index: 2;
}

.imgcov{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all ease 1s;
  z-index: 1;
}

.tagcen{
  text-align: center;
}


/*CTA Big*/

.abs{
  position: absolute;
}

.cta-wrap{
  position: relative;
  padding: 40px;
  height: 600px;
  border-radius: 30px;
}

.cta-wrap .flex{
  height: 100%;
}

.cta-title{
  font-size: 72px;
  max-width: 800px;
  line-height: normal;
}

.absuno{
  top: -120px;
  left: -150px;
  max-width: 350px;
}

.absdos{
  top: -70px;
  right: -60px;
  max-width: 190px;
}

.abstres{
  bottom: -100px;
  right: -120px;
  max-width: 450px;
}

/*cta slider*/
.link-cta-slider{
  color: #9A854F;
}

.cta-parrafo{
  font-size: 15px;
}

.flechas-cta-slider{
  display: flex;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.swiper-cta{
  overflow: visible;
}

/*text image*/

.titulo-medio{
  font-size: 51px;
  line-height: normal;
}
.ti-text{
  gap: 40px;
}

.media-image{
  padding-left: 100px;
}

.media-image img{
  width: 100%;
}

.abs-round{
  top: -50px;
  left: 50px;
  animation: round 30s infinite linear;
  width: 100px;
}

/*testimonios*/

.testi-name{
  font-family: crimson;
  font-weight: 300;
  font-style: italic;
}
.navt-next svg{
  transform: rotate(180deg);
}

.nav-testi{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  cursor: pointer;
}

.item-testi{
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #F4EEE0;
}

/*features*/
.wrap-features{
  padding: 60px 40px;
  border-radius: 30px;
  background-color: rgba(255,255,255,0.5);
}

.featured-tit{
  font-size: var(--titleM);
  line-height: normal;
}

.fhead{
  font-size: var(--bodyG);
  color: #423A30;
}

.fbody{
  line-height: 25px;
}

.abs.circle{
  left: 0;
  top: -85px;
  width: 140px;
}

.colfe{
  padding: 5px 15px;
}

.colfe:nth-child(2),
.colfe:nth-child(3){
  border-right: 1px solid var(--cnar);
}

.card-wrap{
  width: 100%;
  height: 515px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.image-card{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.back-card{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  padding: 30px;
  background: #423A30;
  background: linear-gradient(180deg, rgba(66, 58, 48, 0) 0%, rgba(66, 58, 48, 1) 100%);
  opacity: 0;
  overflow: hidden;
  transition: all ease 1s;
  box-sizing: border-box;
  justify-content: flex-end;
}

.bigTitle{
  font-size: 122px;
}

.card-title{
  font-size: 22px;
}

.card-title,
.link-card{
  transform: translateY(-100%);
  transition: all ease 1s;
}

.card-wrap:hover .back-card{
  opacity: 1;
}

.card-wrap:hover .card-title,
.card-wrap:hover .link-card{
  transform: translateY(0);
}

.corp-slide{
  margin-top: 120px;
}

.overyv{
  overflow: visible;
}

.corpRound{
  animation: round 30s linear infinite;
  top: -75px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #F4E7E7;
  left: calc(50% - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.nav-bs{
  gap: 10px;
  cursor: pointer;
  margin-top: 30px;
}
.navb-prev svg path{
  fill: #F4EEE0;
}


.navb-next svg{
  transform: rotate(180deg);
}

.navb-next svg path{
  fill: #F4EEE0;
}

.bottom-slider{
  border-bottom: 1px solid var(--cprim);
  width: 100%;
  height: 2px;
  margin-top: 100px;
}

.vcokie{
  width: 120px;
  height: 120px;
  background-color: #9A854F;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  left: calc(50% - 60px);
  border-radius: 100%;
}


/*banner simpple*/
.col-cu{
  width: 40%;
  padding: 0 15px;
}

.col-se{
  width: 60%;
  padding-right: 5vw;
}

/*faqs*/

.faq-item{
  min-height: 90px;
  width:85%;
  border-bottom: 1px solid var(--cnar);
}
.question{
  font-size: 18px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 15px;
  cursor: pointer;
  user-select: none;
  font-family: axi;
  font-weight: 400;
  color: #4C4A47;
}

.answer{
  width: 80%;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-bottom: 30px;
  display: none;
  font-weight: 300;
  color: #4C4A47;
}

.faq-flecha{
  margin-left: 15px;
}

.faq-icon {
  transition: transform 0.3s ease;
  transform:rotate(0deg);
}

.col-faq{
  padding: 0 10px;
}

/*Componente Blog*/
.blog-img{
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
}

.nav-blog{
  position: relative;
  margin-top: 5vh;
  gap: 10px;
}

.nav-blog .nav-cols{
	bottom: 0;
}

.blog-contain{
	padding: 40px 50px 40px 0;
}

.blog-head{
  padding-left: 0px;
}

.next-blog svg{
  transform: rotate(180deg);
}

.fitcov{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.blog-title{
  font-weight: 400;
  font-size: 18px;
}

.articleex{
  font-size: 13px;
}

.link-blog{
  font-size: 13px;
  color: #353535;
  text-decoration: underline;
}

/*footer*/
.listas-footer{
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.footer-item a,
.footer-item{
  color: #4C4A47;
  font-weight: 400;
  font-size: 15px;
}

.footer-nav{
  column-gap: 30px;
  row-gap: 30px;
  justify-content: space-around;
}

.navf-item{
  flex-shrink: 1;
}

.logo-footer{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  margin-bottom: 7dvh;
}

.input-vera{
  background: transparent;
  border: none;
  outline: none;
  width: calc(100% - 80px);
  font-size: 15px;
}

.input-vera:focus,
.input-vera:focus-visible{
  outline: none;
  box-shadow: none;
}

.submit-vera{
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  column-gap: 5px;
  position: relative;
  right: -35px;
}

.news--wrap{
  border-bottom: 1px solid var(--csec);
  padding-left: 20px;
  padding-bottom: 3px;
  width: 80%;
  margin-top: 50px;
}

.underlink{
  color: var(--csec);
  font-size: 10px;
}

/*header*/
.logo-container{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width:227px;
}

.nav-principal{
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background: transparent;
  padding: 25px 30px;
}

.nav-active{
  background-color: #423A30;
}

.nav-active.blackos{
  background-color: var(--cprim);
}

.nav-principal nav{
  width: 100%;
  justify-content: space-between;
}

.nav-principal ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.menuH{
  background: transparent;
  border: none;
  position: relative;
  z-index: 10;
  cursor:pointer;
}

.menu-mob{
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100dvh;
  padding: 70px 40px 50px;
  background-color: var(--csec);
  z-index: 9;
  transition: all linear 0.3s;
  transform: translateX(-80px);
  overflow: hidden;
}

.menu-mob.active{
  width: 475px;
  transform: translateX(0);
  min-width: 475px;
}

.listm{
  font-size: clamp(1.5rem, 10vw, 4.2rem);
  font-family: crimson;
  font-style: italic;
  line-height: 150%;
}
.listm a{
  color: inherit;
}
.listm:last-child{
  margin-top:;
}

.listm:last-child a{
  color: var(--csec);
  background-color:var(--white);
  padding: 10px 16px;
  border-radius:100px;
  font-family:axi;
  border: 1px solid var(--cnar);
  font-style:normal;
  font-size:28px;
}

.mob-nav{
  opacity: 0;
  transform: translateY(10vh);
  transition: all linear 0.1s;
}

.mob-nav.active{
  opacity: 1;
  transform: translateY(0);
}

.nav-l{
  font-size: var(--bodyG);
  font-family: crimson;
  font-style: italic;
}

.nav-l a{
  color: inherit;
  text-decoration: none;
}

.nav-list{
  column-gap: 20px;
}

.carts{
  column-gap: 20px;
}

/*cinta*/
.cinta-item{
  width: 400px;
  flex: 0 0 400px;
  display:flex;
  align-items:center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.cinta-item svg{
  position: absolute;
  left: -12px;
}

/*product card*/
.product-img{
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
}

.grid-coll{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  row-gap: 60px;
  column-gap: 20px;
  width: 100%;
  padding: 15px;
}

.product-item{
  /*transition: opacity 0.4s ease, transform 0.4s ease;*/
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.product-item.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}

.hide-filters{
  display: none;
}

.product-hov{
  position: absolute;
  background-color: rgba(76,74,71, 0.2);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 25px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.8s;
}

.product-hov:hover{
  opacity: 1;
}

.btn-buy{
  font-size: 13px;
  padding: 7px 15px;
  border: 0.5px solid var(--cnar);
  text-align: center;
  background-color: var(--white);
  border-radius: 100px;
  line-height: 13px;
  color: #353535;
}

.product-titulo{
  font-family: crimson;
  font-weight: 500;
  color: #353535;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-precio{
  font-family: axi;
  font-weight: bold;
  font-size: 18px;
  color: #353535;
}

.lista-fil{
  list-style: none;
  padding: 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-list{
  cursor: pointer;
  font-family: crimson;
  font-weight: 500;
  font-size: 20px;
  color: #353535;
}

.filter-list.active{
  font-weight: bold;
}

.head-list{
  font-size: 12px;
  font-weight: 500;
  color: #423A30;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.filtro-col{
  width: 300px;
}

.grid-wrap{
  flex-grow: 1;
}

.wrapsin{
  flex-direction: column;
}

.filtro-tit{
  text-align: center;
  margin-bottom: 30px;
}

.q-item{
  min-height: 90px;
  width:100%;
  border-bottom: 1px solid var(--cnar);
}
.qut{
  font-size: 18px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 15px;
  cursor: pointer;
  user-select: none;
  font-family: axi;
  font-weight: 400;
  color: #4C4A47;
  position: relative;
  z-index: 1;
}

.qub{
  width: 80%;
  overflow: hidden;
  transition: all 1s ease;
  padding-bottom: 0px;
  font-weight: 300;
  color: #4C4A47;
  max-height: 0;
}

.qub.active{
  max-height: 500px;
  padding-bottom: 30px;
}

.q-flecha{
  margin-left: 15px;
}

.q-icon {
  transition: transform 0.3s ease;
  transform:rotate(0deg);
}

.producto-media{
  width: 60%;
}

.producto-info{
  width: 40%;
  padding: 0 20px;
}

.product-gallery {
  width: 100%;
  margin: auto;
  position:sticky;
  top: 144px;
}

.main-image{
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 10px;
  width: 100%;
  max-height: 600px;
  height: 50dvh;
  min-height: 500px;
 
}

.main-image img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

.thumbnail-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  width: 100%;
}

.thumbnail {
  width: calc(33% - 5px);
  height: auto;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border 0.2s;
  border-radius: 30px;
}

.thumbnail.active,
.thumbnail:hover {
  border-color: var(--cnar);
}
.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1em;
}

.variant-button {
  position: relative;
  cursor: pointer;
}

.variant-button input[type="radio"] {
  display: none;
}

.variant-button span {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  transition: all 0.2s ease;
}

.variant-button input[type="radio"]:checked + span {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.quantity-selector {
  margin-bottom: 1em;
}

.add-to-cart-btn, .more-ifo {
  padding: 8px 16px;
  background-color: var(--csec);
  color: var(--cprim);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s ease;
  font-size: 13px;
  font-weight: bold;
}

.more-ifo{
  width:105px;
  margin-top:20px;
}

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

.variant-fieldset, .variant-note{
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap:wrap;
  gap: 10px;
}

.variant-title {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 15px;
}

.variant-radio {
  display: none;
}

.variant-label {
  display: flex;
  padding: 8px 15px 7px;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: var(--white);
  color: var(--gris);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  line-height: 13px;
}

.variant-radio:checked + .variant-label {
  border-color: var(--cnar);
}

.pro-title{
  font-size: 40px;
  color: var(--gris);
  width: 80%;
}

.pro-sum{
  font-size: 15px;
}

.pro-price{
  font-weight: bold;
  font-size: 23px;
  color: var(--gris);
}

.js-qty__adjust{
  color: var(--csec);
  font-weight: bold;
  background: transparent;
  border: none;
  font-size: 15px;
}

.js-qty__num{
  border-radius: 100px;
  border: 1px solid var(--cnar);
  padding: 7px 15px;
  width: 50px;
  text-align: center;
}

.pro-disc{
  font-size: 12px;
}

.container-full{
  width: 100%;
}

/*related*/
.tit-rela{
  text-align: center;
}

.tit-rela .tagline{
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

/*page contenido*/

.page-contt{
  margin-bottom: 70px;
}

.page-main-wrap{
  min-height: 100vh;
}

.aboutUno{
  top: 0;
  right: 0;
  height: 10vw;
}

.aboutDos{
  top: 9vw;
  right: 7vw;
  height: 9vw;
}

.aboutTres{
  top: 50%;
  right: 5vw;
  height: 8vw;
}

.aboutCuatro{
  bottom: 0;
  left: 2vw;
  height: 8vw;
}

/*simple galery*/
.gal-image-wrapper{
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}

.nav-sg{
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  justify-content: flex-end;
}

.sg-next svg{
  transform: rotate(180deg);
}

/*gridcategorias*/


.cat-wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 10px;
}

.cat-it{
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-size: cover;
  transition: all ease 1s;
  border-radius: 30px;
  overflow: hidden;
  height: 45dvh;
  padding:45px 30px;
  position: relative;
  background-position: center;
  overflow: hidden;
  transform: scale(1);
}

.cat-it img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 1s;
  transform: scale(1);
  z-index: 1;
}

.cat-it:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(76, 74, 71, 0.00) 0%, rgba(76, 74, 71, 0.50) 100%), linear-gradient(0deg, rgba(76, 74, 71, 0.20) 0%, rgba(76, 74, 71, 0.20) 100%);
  z-index: 2;
}

.cat-it:hover img{
  transform: scale(1.2);
}

.cat-na{
  color: var(--cprim);
  font-family: crimson;
  font-size: 30px;
  z-index: 1;
  text-align: center;
  line-height: normal;
  z-index: 3;
}

.link-vera.normal{
  font-style: normal;
  font-family: axi;
  font-size: 15px;
  z-index: 3;
}

.cat-it a{
  z-index: 3;
}

/*Cinta logos*/

.cintas-logo{
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100px;
}

.cinta-logo{
  font-family: park;
  font-size: 18px;
  padding: 30px 0;
  width: 300px;
  flex: 0 0 300px;
  display:flex;
  align-items:center;
  padding: 0 70px;
}

/*Simple testimonios*/
.stt{
  font-size: 42px;
  padding-right: 10vw;
  line-height: 58px;
  margin-bottom: 20px;
}

.st-name{
  color: #9A854F;
  font-size: 15px;
}

.nav-st{
  gap: 10px;
  cursor: pointer;
  justify-content: flex-end;
}

.number-wrap{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}

.numb-it .counter{
  position: relative;
  font-size: 72px;
  font-family: crimson;
  font-weight: 400;
  margin-bottom: 20px;
}

.numb-it:nth-child(1) .counter:before{
  content: "Kg";
  position: absolute;
  left: 115px;
}
/*
.numb-it:nth-child(4) .counter:before{
  content: "K";
  position: absolute;
  left: 72px;
}
  */

.numb-it:nth-child(2) .counter:before{
  content: "+";
  position: absolute;
  left: 0;
}

.numb-it:nth-child(2) .counter{
  padding-left: 55px;
}

.numb-it p{
  font-size: 15px;
  line-height: 25px;
}

.quote{
  font-size: 72px;
  color: #9A854F;
}

.qunos{
  top: -120px;
  right: 0;
  height: 120px;
}

.qdoss{
  bottom: -80px;
  left: 0;
  width: 160px;
}

.blackos svg path{
  fill: #000;
}

.blackos .white{
  color: #000;
}

#hambur.prim svg path{
  fill: var(--cprim);
}


/*upload-button*/
.logo-upload { display: grid; gap: .6rem; align-items: start; margin-bottom:20px;}

/* Oculta accesible el input real */
.logo-upload__input {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Dropzone */
.logo-upload__dropzone {
  display: grid; gap: .5rem; place-items: center; text-align: center;
  border: 2px dashed rgba(0,0,0,.25);
  border-radius: .9rem; padding: 1rem;
  cursor: pointer; user-select: none; outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.logo-upload__dropzone:hover { background: rgba(0,0,0,.02); }
.logo-upload__dropzone:focus-visible { box-shadow: 0 0 0 3px rgba(0,0,0,.15); }
.logo-upload__dropzone.is-dragover {
  border-color: #111; background: rgba(0,0,0,.04);
}

/* Botón visual dentro de la dropzone */
.logo-upload__button {
  display: inline-flex; align-items: center; gap: .5rem;
  border-radius: 999px; padding: .75rem 1rem;
  border: 1px solid rgba(0,0,0,.12);
  background: #111; color: #fff; font-weight: 600; line-height: 1;
  transition: transform .02s ease, opacity .2s ease;
}
.logo-upload__button:hover { opacity: .92; }
.logo-upload__button:active { transform: translateY(1px); }
.logo-upload__icon { width: 20px; height: 20px; fill: currentColor; }
.logo-upload__hint { font-size: .85rem; color: #555; }

.logo-upload__filename { font-size: .9rem; color: #444; }
.logo-upload__help { font-size: .8rem; color: #666; margin: 0; }

.logo-upload__error {
  color: #b00020; background: #fde7ea; border: 1px solid #f7c9d1;
  padding: .5rem .75rem; border-radius: .5rem; font-size: .9rem;
}

.logo-upload__preview {
  border: 1px dashed rgba(0,0,0,.2);
  border-radius: .75rem; padding: .75rem;
}
.logo-upload__preview img,
.logo-upload__preview iframe {
  display: block; max-width: 100%; height: auto; border-radius: .5rem;
}
.logo-upload__preview--meta { font-size: .85rem; color: #444; margin-top: .5rem; }

/*elegir fecha*/
.delivery-date { display: grid; gap: .5rem; max-width: 420px; }
.delivery-help { font-size: .85rem; color: #555; }
.delivery-error {
  color: #b00020; background: #fde7ea; border: 1px solid #f7c9d1;
  padding: .5rem .75rem; border-radius: .5rem; font-size: .9rem;
}
.delivery-date input[type="date"] {
  padding: .6rem .7rem; border-radius: .5rem; border: 1px solid rgba(0,0,0,.18);
}


/* estilo opcional para cuando los checkboxes quedan deshabilitados */
  .sabor-checkbox[disabled] + .sabor-label {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .sabor-limit-msg {
    color: #d9534f; /* rojo suave */
    font-size: 0.95rem;
    margin-top: 8px;
    display: none;
  }

  .sabor-limit-msg.show {
    display: block;
  }

  .label-sabores{
    display:block;
  }



@media screen and (max-width:1439px){
  .container-c{
    max-width: 1280px;
  }
}

@media screen and (max-width:800px){
  
}

@media screen and (max-width:600px){
  .fullmobile{
    width: 100%;
    flex: 0 0 100%;
  }
  .bigTitle{
    font-size: 5rem;
  }
  .faq-item{
    width: 100%;
  }
  .navf-item{
    width: calc(50% - 30px);
  }
  .col-se{
    padding-right: 0;
  }
  .colfe:nth-child(2),
  .colfe:nth-child(3){
    border: none;
  }

  .colfe{
    padding-top: 30px;
  }

  .media-image{
    padding-left: 70px;
    margin-top: 100px;
  }
  .cta-title{
    font-size: 5rem;
  }

  .abstres{
    width: 50vw;
    right: 0;
  }

  .absuno{
    width: 45vw;
    left: -15px;
  }
  .absdos{
    width: 35vw;
  }
  .collec-item{
    width: 100%;
  }
  .hero-sec{
    padding-left: 15px;
    padding-right: 15px;
    min-height: 80dvh;
  }

  .big-text.medio{
    width: 100%;
    font-size: 4rem;
  }
  .aboutDos{
    top: 25vw;
  }
  .aboutTres{
    right: -60px;
  }
  .page-main-wrap{
    padding-bottom: 120px!important;
  }
  .filtro-col{
    display: none;
  }
  .product-gallery{
    position: relative;
    top: 0;
  }

  .producto-media{
    margin-bottom: 30px;
  }
  .cat-wrap{
    grid-template-columns: repeat(2, 1fr);
  }

  .stt{
    font-size: 3rem;
    line-height: normal;
  }

  .number-wrap{
    grid-template-columns: repeat(1, 1fr);
  }
  .hidemobile{
    display: none;
  }

  .hero-title{
    line-height: normal;
  }
  .menu-mob.active{
    width: 100%;
    min-width: 100%;
  }

  .main-image{
     max-height:540px;
  }
}

/* Estado bloqueado por piezas */
.cart--pieces-blocked .dynamic-checkout__content,
.cart--pieces-blocked .cart__dynamic-checkout-buttons,
.cart--pieces-blocked .additional-checkout-buttons {
  /* oculto visual, pero sigue existiendo en DOM */
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

/* "Deshabilitado" visual del botón sin usar disabled */
.cart--pieces-blocked button[name="checkout"],
.cart--pieces-blocked input[name="checkout"] {
  opacity: 0.5;
  cursor: not-allowed;
}
