/** Shopify CDN: Minification failed

Line 1486:0 Unexpected "<"

**/
a:not(.a--no-hover-color):not(.btn){
  --color-a: var(--color-text-link-block, var(--color-accent-section, var(--color-text-link-main)));
}
a{
  color: var(--color-a, inherit);
  text-decoration: none;
  outline: 0;
  transition: color var(--duration-medium) var(--animation-bezier);
}
@media (min-width:1025px){
  a:not(.a--no-hover-color):not(.btn):hover{
    --color-a-hover: var(--color-text-link-hover-block, var(--color-accent-section, var(--color-text-link-hover-main)));
  }
  a:hover{
    color: var(--color-a-hover, inherit);
    text-decoration: underline;
  }
}
a.clear-underline{
  text-decoration: none;
}
a[href*="tel:"]{
  text-decoration: none;
}
a[href*="tel:"]:hover{
  color: var(--color-text,  var(--color-base-section, var(--color-base)));
}

h1,h2,h3,.h1,.h2,.h3{
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-heading-block, var(--color-base-section, var(--color-heading-main)));
  line-height: var(--font-heading-line-height);
  word-break: break-word;
}
h4,h5,h6,.h4,.h5,.h6{
  font-family: var(--font-h4h5h6-family,var(--font-heading-family));
  font-style: var(--font-h4h5h6-style,var(--font-heading-style));
  font-weight: var(--font-h4h5h6-weight,var(--font-heading-weight));
  color: var(--color-heading-block, var(--color-base-section, var(--color-heading-main)));
  line-height: var(--font-heading-line-height);
  word-break: break-word;
}
.section-heading-text{
  color: var(--color-base-section, var(--color-heading-main));
}
.section-heading-desc-text{
  color: var(--color-base-section, var(--color-base));
}
.h1,.h2,.h3,.h4,.h5,.h6{
  margin: 0;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a,
.h1>a,.h2>a,.h3>a,.h4>a,.h5>a,.h6>a{
  color: var(--color-heading-block, var(--color-base-section, var(--color-heading-main)));
}
.subheading{
  color: var(--color-accent-section ,var(--color-subheading-main));
}
@media (min-width: 1025px){
  h1,h2{
  	--h-mt: var(--main-text-top-offset);
    --h-mb: var(--main-text-bottom-offset);
  }
}
@media (max-width: 1024px){
  h1,h2{
  	--h-mt: var(--main-text-top-offset);
    --h-mb: var(--main-text-bottom-offset);
  }
}
h1,.h1{
  font-size: calc(48px * var(--font-h1h2h3_scale, var(--font-heading-scale)));
}
h2,.h2{
  font-size: calc(40px * var(--font-h1h2h3_scale, var(--font-heading-scale)));
}
h1,h2{
  margin-top: var(--h-mt, 0);
  margin-bottom: var(--h-mb, 0);
}
h3,.h3{
  font-size: calc(32px * var(--font-h1h2h3_scale, var(--font-heading-scale)));
}
@media (max-width: 576px){
	h1,.h1{
	  font-size: calc(36px * var(--font-h1h2h3_scale, var(--font-heading-scale)));
	}
	h2,.h2{
	  font-size: calc(32px * var(--font-h1h2h3_scale, var(--font-heading-scale)));
	}
	h3,.h3{
	  font-size: calc(28px * var(--font-h1h2h3_scale, var(--font-heading-scale)));
	}
}
h4,.h4{
  font-size: calc(24px * var(--font-h4h5h6_scale, var(--font-heading-scale)));
}
h5,.h5{
  font-size: calc(19px * var(--font-h4h5h6_scale, var(--font-heading-scale)));
}
h6,.h6{
  font-size: calc(16px * var(--font-h4h5h6_scale, var(--font-heading-scale)));
}
h3,h4,h5,h6{
  --h-mt: var(--main-text-top-offset);
  --h-mb: var(--main-text-bottom-offset);
  margin-top: var(--h-mt);
  margin-bottom: var(--h-mb);
}
.body2{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  font-weight: var(--font-body-weight);
}
.body3{
  font-size: var(--font-body3-size);
  line-height: var(--font-body3-line-height);
  font-weight: var(--font-body-weight);
}
.body3-no-scale{
  font-size: var(--font-body3-size-no-scale);
  line-height: var(--font-body3-line-height);
  font-weight: var(--font-body-weight);
}
strong,b,.strong{
  --font-body-weight-bold-value: var(--font-body-weight-bold);
  font-weight: var(--font-body-weight-bold);
}
h1.strong,h2.strong,h3.strong,h4.strong,h5.strong,h6.strong,.h1.strong,.h2.strong,.h3.strong,.h4.strong,.h5.strong,.h6.strong,
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,.h1 strong,.h2 strong,.h3 strong,.h4 strong,.h5 strong,.h6 strong,
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b,.h1 b,.h2 b,.h3 b,.h4 b,.h5 b,.h6 b{
  font-weight: var(--font-heading-weight);
}
p{
  margin: var(--main-text-top-offset) 0 0;
}
ul, ol{
  margin-top:var(--main-text-top-offset);
  margin-bottom:0;
  padding-left: 28px;
}
.unstyle-ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a:empty, ul:empty, dl:empty, p:empty {
  display: none;
}

img{
  max-width: 100%;
  vertical-align: middle;
}
meta+img,p+img{
  max-width: 100%;
  vertical-align: middle;
  margin: var(--main-text-top-offset) 0 0;
}
p span img{
  max-width: 100%;
  vertical-align: middle;
}
button, button:active, button:focus {
  outline: none;
}
button {
  border: none;
}

.section-background--small{
  --section-background-spacing: var(--sections-top-spacing--small);
  --section-background-spacing-mobile: var(--sections-top-spacing--small-mobile);
}
.section-background--medium{
  --section-background-spacing: var(--sections-top-spacing--medium);
  --section-background-spacing-mobile: var(--sections-top-spacing--medium-mobile);
}
.section-background--normal{
  --section-background-spacing: var(--sections-top-spacing);
  --section-background-spacing-mobile: var(--sections-top-spacing-mobile);
}
.section-background{
  padding-top: var(--section-background-spacing, 0);
  padding-bottom: var(--section-background-spacing, 0);
  padding-left: 0;
  padding-right: 0;
  background: var(--color-section-background-custom, var(--color-section-background));
}
.background__horizontal-line{
  width:100%;
  height:1px;
  background:var(--color-lines);
}
.section-background--no-color{
  background: unset;
}
@media(min-width: 577px){
  [class*="page-wi"] .section-background{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media(max-width: 576px){
  .section-background{
    padding-top: var(--section-background-spacing-mobile, 0);
    padding-bottom: var(--section-background-spacing-mobile, 0);
  }
  [class*="page-"].section-background--mobile-width{
    padding-left: 0;
    padding-right: 0;
  }
  [class*="page-wi"] .section-background{
    padding-left: var(--grid-padding);
    padding-right:var(--grid-padding);
    border-radius:0;
  }
  .background__page-padding0{
    --grid-padding: 0;
  }
}

.border__radius,
.image--radius img{
  border-radius: var(--radius);
}

.section-heading-container{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.mt3{margin-top:3px;}
.mt5{margin-top:5px;}
.mt6{margin-top:6px;}
.mt8{margin-top:8px;}
.mt10{margin-top:10px;}
.mt13{margin-top:13px;}
.mt15{margin-top:15px;}
.mt16{margin-top:var(--main-text-section-top-offset);}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.page-content__mockup .section-heading-container+*,
.section-heading-container:not(.section-heading-container--no-bt)+*,
.mt40{margin-top:40px;}
.mb8{margin-bottom:8px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb16{margin-bottom:16px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mt-first-0>*:first-child{margin-top:0;}
.text-center{text-align: center !important;}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.nomargin{margin: 0;}
.mt--first-child-0 > *:first-child{margin-top:0;}
.mb--last-child-0 > *:last-child{margin-bottom:0;}
.text-uppercase{text-transform: uppercase !important;}
.justify-content-center{justify-content: center !important;}
.justify-content-end{justify-content: flex-end !important;}
.align-items-start{align-items: flex-start !important;}
.align-items-center{align-items: center !important;}
.align-items-end{align-items: flex-end !important;}
.align-self-center{align-self: center !important;}
.align-self-end{align-self: flex-end !important;}
.display-block{display: block;}
.display-flex{display: flex;}
.display-flex--column{flex-direction:column;}
.display-inline-flex{display: inline-flex;}
.justify-content-between{justify-content: space-between;}
.position-relative{position: relative;}
.hidden, .hide{display: none !important;}
.body-bold-weight{font-weight: var(--font-body-weight-bold);}
.visibility-hidden{
  visibility: hidden;
  display: none !important;
}
.visibility-hidden:first-child+*:not(.visibility-hidden){
  margin-top: 0;
}
@media (max-width:1024px){
  .hide-st{
    display:none;
  }
}
.mt0{margin-top: 0px;}
.mb0{margin-bottom: 0px;}
@media (min-width:577px){
  .mt--first-child-0-desktop > *:first-child{margin-top:0;}
}

blockquote{
  background: rgba(var(--color-base-rgb),.05);
  border-radius: var(--radius);
  padding: 30px;
  margin: var(--main-text-top-offset) 0 0;
}
blockquote>:first-child{
  margin: 0;
}

svg.theme-icon path,
svg.theme-icon rect{
  fill: var(--color-text-icons-block, var(--color-base-section, var(--color-text-icons-main)));
}
svg > *{
  transition: fill var(--duration-medium) var(--animation-bezier);
}
.placeholder__svg--bg{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.placeholder__svg--bg-none{
  background: rgba(0,0,0,0);
}
.icon-as-image img{
  width:var(--icon-image-width, 40px);
  height:auto;
}

.placeholder__svg--bg svg{
  display: flex;
  width: 100%;
  height: auto;
}
tag-image{
  display:flex;
  width:100%;
}
.image-hover-box__container{
  display:block;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  height: max-content;
  z-index:0;
}
.image-hover-box{
  display:block;
  position:relative;
  border-radius: var(--custom-image-radius, var(--radius));
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  z-index:0;
}
.image-hover-box>*{
  pointer-events:none;
}
.change-to__small-radius .product-card swiper-slider,
.change-to__small-radius .image-hover-box,
.image-hover-box__small-radius{
  border-radius: var(--radius-image);
}
.image-hover-box--circle{
  border-radius: 50%!important;
}
@media (min-width:577px){
  .image-aspratio-round--desktop{
    border-radius: 50%!important;
  }
}
@media (max-width:576px){
  .image-aspratio-round--mobile{
    border-radius: 50%!important;
  }
}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
[style*="--aspect-ratio"]{
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index:0;
}
[style*="--aspect-ratio"] img,
[style*="--aspect-ratio"].placeholder__svg--bg svg{
  backface-visibility: hidden;
  transform: translateZ(0);
  object-fit: cover;
  object-position: var(--media-object-position, center);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:0;
}
.image-fit-contain [style*="--aspect-ratio"] img{
  object-fit: contain;
}
[style*="--aspect-ratio"]:before{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(100%/(0 + var(--aspect-ratio, 1 / 1)));
  transition: background 1s var(--animation-bezier);
}
[style*="--aspect-ratio"].bg-preloader:before{
  background:var(--color-image-preloader-bg);
}
[style*="--aspect-ratio"].bg-preloader:has(.image-loaded):before{
  background:transparent; 
}
@media (max-width: 576px){
  [style*="--aspect-ratio-mobile"]:before{
    --aspect-ratio: var(--aspect-ratio-mobile);
  }
}
@media (min-width: 1025px){
  .image-hover01 .image-hover-box>*,
  .image-hover01-personal .image-hover-personal-element .image-hover-box>*{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .image-hover01:not(.image-hover01-rotate-personal):hover .image-hover-box>*,
  .image-hover01-personal:hover .image-hover-personal-element  .image-hover-box>*{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .image-hover01.image-hover01-rotate:hover .image-hover-box>*,
  .image-hover01.image-hover01-rotate-personal:hover .image-hover-personal-element  .image-hover-box>*{
    -webkit-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
  }
  .image-hover02 .image-hover-box img,
  .image-hover02-personal .image-hover-personal-element .image-hover-box img,
  .image-hover02 .image-hover-box svg{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .image-hover02:hover .image-hover-box img,
  .image-hover02-personal:hover .image-hover-personal-element  .image-hover-box img,
  .image-hover02:hover .image-hover-box svg{
    max-width:116%;
    width:116%;
    height:116%;
  }
  .image-hover03 .image-hover-box>*,
  .image-hover03-personal .image-hover-personal-element .image-hover-box>*{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .image-hover03:hover .image-hover-box>*,
  .image-hover03-personal:hover .image-hover-personal-element  .image-hover-box>*{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .image-hover04 .image-hover-box img,
  .image-hover04-personal .image-hover-personal-element .image-hover-box img,
  .image-hover04 .image-hover-box svg{
    max-width:116%;
    width:116%;
    height:116%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .image-hover04:hover .image-hover-box img,
  .image-hover04-personal:hover .image-hover-personal-element  .image-hover-box img,
  .image-hover04:hover .image-hover-box svg{
    max-width:100%;
    width:100%;
    height:100%;
  }
  .image-hover05 .image-hover-box img,
  .image-hover05-personal .image-hover-personal-element .image-hover-box img,
  .image-hover05 .image-hover-box svg{
    left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .image-hover05:hover .image-hover-box img,
  .image-hover05-personal:hover .image-hover-personal-element  .image-hover-box img,
  .image-hover05:hover .image-hover-box svg{
    left: -30px;
  }
  [class*="image-hover05"] img,
  [class*="image-hover05"] .placeholder__svg--bg svg{
    width: calc(100% + 30px);
    max-width:unset;
  }
  .image-hover06 .image-hover-box>*:after,
  .image-hover06-personal .image-hover-personal-element .image-hover-box>*:after{
    position: absolute;
    top: 0;
    left: -150%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .image-hover06:hover .image-hover-box>*:after,
  .image-hover06-personal:hover .image-hover-personal-element  .image-hover-box>*:after{
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }
  @-webkit-keyframes shine {
    1% {
      left: -100%;
    }
    100% {
      left: 125%;
    }
  }
  @keyframes shine {
    1% {
      left: -100%;
    }
    100% {
      left: 125%;
    }
  }
}

table{
  overflow:hidden;
  border: 0;
  padding: 0;
  background: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius:var(--radius-table);
  width: 100%;
  text-align: left;
  border: var(--border);
  --border: 1px solid var(--color-lines);
  word-break: break-word;
}
.scroll-table-mobile:not(:only-child) table,
table:not(:only-child){
  margin-top:var(--main-text-top-offset);
}
dd,dl{
  margin:0;
}
th{
  font-weight:var(--font-body-weight-bold);
}
td{
  font-weight:var(--font-body-weight);
  border:none;
}
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
  border-right: var(--border);
}
table>thead>tr:not(:last-child)>th,
table>thead>tr:not(:last-child)>td,
table>tbody>tr:not(:last-child)>th,
table>tbody>tr:not(:last-child)>td,
table>tfoot>tr:not(:last-child)>th,
table>tfoot>tr:not(:last-child)>td,
table>thead:not(:last-child)>tr>th,
table>thead:not(:last-child)>tr>td,
table>tbody:not(:last-child)>tr>th,
table>tbody:not(:last-child)>tr>td,
table>tfoot:not(:last-child)>tr>th,
table>tfoot:not(:last-child)>tr>td,
table>tr:not(:last-child)>td,
table>tr:not(:last-child)>th,
table>thead:not(:last-child),
table>tbody:not(:last-child),
table>tfoot:not(:last-child) {
  border-bottom: var(--border);
}
table th:not(:last-child),
table td:not(:last-child){
  border-right: var(--border);
}
td, th {
  padding:10px;
}
table h1, table h2, table h3, table h4, table h5, table h6{
  margin-top: 0;
  margin-bottom: 0;
}
table thead{
  text-align: left;
}
@media (max-width:576px){
  .scroll-table-mobile{
    overflow-y: hidden;
    overflow-x: auto;
    width: calc(100% + 15px);
    padding-right:20px;
  }
  .scroll-table-mobile table{
    width: max-content!important;
    min-width: 100%;
    max-width: 767px;
  }
}
.page-content__mockup img{
  border-radius:var(--radius);
}
.page-content__mockup iframe{
  display:block;
  border-radius: var(--radius);
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top:var(--main-text-top-offset);
}
.page-content__mockup p iframe{
  margin-top:0;
}

.link{
  --color-link-text:var(--color-link-button-block, var(--color-accent-section, var(--color-link-button)));
  --color-link-icon:var(--color-link-button-icon-block, var(--color-accent-section, var(--color-link-button-icon)));
  --color-link-text-hover:var(--color-link-button-block-hover, var(--color-base-section, var(--color-link-button-hover)));
  --color-link-icon-hover:var(--color-link-button-icon-block-hover, var(--color-base-section, var(--color-link-button-icon-hover)));
  cursor: pointer;
  display: inline-flex;
  gap:5px;
  align-items: center;
  border: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  position:relative;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color:var(--color-link-text);
  font-family:var(--font-body-family);
  font-style:var(--font-body-style);
  font-size:var(--font-body3-size);
  line-height:var(--font-body3-line-height);
  transition: color var(--duration-medium) var(--animation-bezier);
}
.link.link--medium{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  gap:8px;
}
.link.link--big{
  font-size: calc(19px * var(--font-h4h5h6_scale, var(--font-heading-scale)));
  font-family: var(--font-h4h5h6-family,var(--font-heading-family));
  font-style: var(--font-h4h5h6-style,var(--font-heading-style));
  font-weight: var(--font-h4h5h6-weight,var(--font-heading-weight));
  line-height: var(--font-heading-line-height);
}
.link--max-content{
  width:max-content;
}
.link svg{
  flex: 0 0 auto;
}
.link svg path{
  fill: var(--color-link-icon);
}
.link.link-hover-span span{
  position:relative;
}
.link:not(.link-hover-span):before,
.link.link-hover-span span:before{
  content: "";
  position: absolute;
  width: 0;
  height:var(--animation-underline-thin);
  left: 0;
  top: 100%;
  background: var(--color-link-text-hover);
  transition: width var(--duration-medium) var(--animation-bezier);
  pointer-events:none;
}
.link.link--no-underline:before{
  content:none;
}
.link.link-hover-span span span:before{
  content: none;
}
.link.link-hover-span--underline span:before{
  width: 100%;
  background: var(--color-link-text);
}
.heading-color-block-main,
.heading-color-block-hover{
  --color-heading-block:var(--color-heading-link-block, var(--color-base-section, var(--color-heading-main)));
  color:var(--color-heading-block);
}
.heading-color-block-main.animation-underline{
  --color-hover:var(--color-heading-block);
}
@media (min-width: 1025px){
  .heading-color-block-hover {
    transition: color var(--duration-medium) var(--animation-bezier);
  }
  .heading-color-block-hover.animation-underline{
    --color-hover:var(--color-heading-hover-block, var(--color-accent-section, var(--color-accent)));
  }
  .hover-area:hover .link:not(.native-hover),
  .link:not(:empty):not(.empty):hover{
    text-decoration:none;
    color:var(--color-link-text-hover);
  }
  .heading-color-block-hover:hover,
  .hover-area:hover .heading-color-block-hover:not(.native-hover){
    text-decoration:none;
    color:var(--color-heading-hover-block, var(--color-accent-section, var(--color-accent)));
  }
  .hover-area:hover .link:not(.native-hover) svg path,
  .link:hover svg path{
    fill:var(--color-link-icon-hover);
  }
  .hover-area:hover .link:not(.native-hover):not(.link-hover-span):hover:before,
  .link:not(.link-hover-span):hover:before,
  .hover-area:hover .link.link-hover-span:not(.native-hover):hover span:before,
  .link.link-hover-span:hover span:before{
    text-decoration: none;
    width: 100%;
  }
  .link.link-hover-span--underline:hover span:before{
    width: 0%;
  }
}
.link.active,
.link.link-active{
  color:var(--color-link-text-hover);
}
.link.active svg path,
.link.link-active svg path{
  fill:var(--color-link-icon-hover);
}
.link.link-hover-span.active span:before,
.link.link-hover-span.link-active span:before{
  text-decoration: none;
  width: 100%;
}
.link__base-to_accent-color{
  --color-link-text: var(--color-link-button-block-inverse, var(--color-base-section, var(--color-base)));
  --color-link-icon: var(--color-link-button-icon-block-inverse, var(--color-base-section, var(--color-base)));
  --color-link-text-hover: var(--color-link-button-block-inverse-hover, var(--color-accent-section, var(--color-accent)));
  --color-link-icon-hover: var(--color-link-button-icon-block-inverse-hover, var(--color-accent-section, var(--color-accent)));
}

.btn{
  --background: var(--color-button-block, var(--color-accent-section, var(--color-button_main, var(--color-accent))));
  --color:var(--color-button-text_main, var(--color-base));
  --border:var(--color-button-border_main);
  --background-hover: var(--color-button-hover-block, var(--color-base-section, var(--color-button-hover_main, var(--color-base))));
  --background-program-hover: var(--background-hover);
  --color-hover:var(--color-button-text-hover_main, var(--color-accent));
  --border-hover:var(--color-button-border-hover_main);
  --border-width:var(--border-button-width_main);
  --border-width-hover:var(--border-button-width-hover_main);
  --icon:var(--color-button-icon_main, var(--color-base));
  --icon-hover:var(--color-button-icon-hover_main, var(--color-accent));
  --button-opacity-hover:var(--color-button-opacity-hover_main);
  --shadow-button-current:var(--shadow-button_main);
  --shadow-button-current-hover:var(--shadow-button-hover_main);
  --self-border-width:var(--border-button-width-value_main);
  --height:var(--button-height);
  --height-mobile:var(--button-height-mob);
  position: relative;
  display: inline-flex;
  vertical-align:top;
  justify-content: center;
  align-items:center;
  text-align:center;
  font-family: var(--font-button-family, var(--font-body-family));
  font-style: var(--font-button-style, var(--font-body-style));
  font-weight: var(--font-button-weight);
  font-size: calc(14px * var(--font-button_scale, var(--font-body-scale)));
  line-height: var(--font-body2-line-height);
  height:var(--height);
  background: transparent;
  color: var(--color);
  border-radius: var(--radius-button);
  padding: 0 25px 0;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  box-shadow:var(--shadow-button-current);
  transition: color var(--duration-medium) var(--animation-bezier),
              box-shadow var(--duration-medium) var(--animation-bezier);
}
.btn>*{
  position:relative;
  z-index:1;
}
.btn-small-width{
  width:max-content;
}
.btn__texts{
  pointer-events:none;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  height:calc(var(--height) - var(--self-border-width) * 2);
  z-index:1;
}
.btn--large{
  --height:var(--button-height-big);
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
}
.btn--border{
  --background: var(--color-button-block_secondary, var(--color-button_secondary, var(--color-body-background)));
  --color:var(--color-button-text_secondary, var(--color-accent-section, var(--color-accent)));
  --border:var(--color-button-border_secondary-block, var(--color-accent-section, var(--color-button-border_secondary, var(--color-accent))));
  --background-hover: var(--color-button-hover-block_secondary, var(--color-accent-section, var(--color-button-hover_secondary, var(--color-accent))));
  --color-hover:var(--color-button-text-hover_secondary, var(--color-base));
  --border-hover:var(--color-button-border-hover_secondary);
  --border-width:var(--border-button-width_secondary);
  --border-width-hover:var(--border-button-width-hover_secondary);
  --icon:var(--color-button-icon_secondary, var(--color-accent-section, var(--color-accent)));
  --icon-hover:var(--color-button-icon-hover_secondary, var(--color-base));
  --button-opacity-hover:var(--color-button-opacity-hover_secondary);
  --shadow-button-current:var(--shadow-button_secondary);
  --shadow-button-current-hover:var(--shadow-button-hover_secondary);
  --self-border-width:var(--border-button-width-value_secondary);
}
.btn--tabs{
  --background: var(--color-button-block_tabs, var(--color-button_tabs, var(--color-secondary-background)));
  --color:var(--color-button-text-block_tabs, var(--color-base-section, var(--color-button-text_tabs, var(--color-base))));
  --border:var(--color-button-border_tabs, var(--color-secondary-background));
  --background-hover: var(--color-button-hover-block_tabs, var(--color-base-section, var(--color-button-hover_tabs, var(--color-base))));
  --color-hover:var(--color-button-text-hover_tabs);
  --border-hover:var(--color-button-border-hover_tabs);
  --border-width:var(--border-button-width_tabs);
  --border-width-hover:var(--border-button-width-hover_tabs);
  --icon:var(--color);
  --icon-hover:var(--color-hover);
  --button-opacity-hover:var(--color-button-opacity-hover_tabs);
  --shadow-button-current:unset;
  --shadow-button-current-hover:unset;
  --self-border-width:var(--border-button-width-value_tabs);
}
.btn--tabs.active{
  --background: var(--color-button-hover-block_tabs, var(--color-base-section, var(--color-button-hover_tabs, var(--color-base))));
  --color:var(--color-button-text-hover_tabs);
  --border:var(--color-button-border-hover_tabs);
  --border-width:var(--border-button-width-hover_tabs);
  --button-opacity:var(--color-button-opacity-hover_tabs);
  cursor: default;
  pointer-events: none;
}
.btn--checkout{
  --radius-button:var(--radius-button-product-page);
  --background: var(--color-button-block, var(--color-accent-section, var(--color-button_checkout, var(--color-accent))));
  --color:var(--color-button-text_checkout, var(--color-accent));
  --border:var(--color-button-border_checkout, var(--color-accent));
  --background-hover: var(--color-button-hover-block, var(--color-base-section, var(--color-button-hover_checkout, var(--color-base))));
  --color-hover:var(--color-button-text-hover_checkout, var(--color-base));
  --border-hover:var(--color-button-border-hover_checkout);
  --border-width:var(--border-button-width_checkout);
  --border-width-hover:var(--border-button-width-hover_checkout);
  --icon:var(--color-button-icon_checkout, var(--color-accent));
  --icon-hover:var(--color-button-icon-hover_checkout, var(--color-base));
  --button-opacity-hover:var(--color-button-opacity-hover_checkout);
  --shadow-button-current:var(--shadow-button_checkout);
  --shadow-button-current-hover:var(--shadow-button-hover_checkout);
  --self-border-width:var(--border-button-width-value_checkout);
  --height:var(--button-height-big);
}
.btn--addtocart-page{
  --radius-button:var(--radius-button-product-page);
  --background: var(--color-button-block_addtocart, var(--color-accent-section, var(--color-button_addtocart, var(--color-accent))));
  --color:var(--color-button-text_addtocart, var(--color-accent));
  --border:var(--color-button-border_addtocart, var(--color-accent));
  --background-hover: var(--color-button-hover-block_addtocart, var(--color-base-section, var(--color-button-hover_addtocart, var(--color-base))));
  --color-hover:var(--color-button-text-hover_addtocart, var(--color-base));
  --border-hover:var(--color-button-border-hover_addtocart);
  --border-width:var(--border-button-width_addtocart);
  --border-width-hover:var(--border-button-width-hover_addtocart);
  --icon:var(--color-button-icon_addtocart, var(--color-accent));
  --icon-hover:var(--color-button-icon-hover_addtocart, var(--color-base));
  --button-opacity-hover:var(--color-button-opacity-hover_addtocart);
  --shadow-button-current:var(--shadow-button_addtocart);
  --shadow-button-current-hover:var(--shadow-button-hover_addtocart);
  --self-border-width:var(--border-button-width-value_addtocart);
}
.btn span>svg{
  max-width:20px;
  max-height:20px;
}
.btn svg path{
  fill: var(--icon);
  transition: fill var(--duration-medium) var(--animation-bezier);
}
.btn:hover{
  text-decoration: none;
}
.btn__top-text,
.btn__bottom-text{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
}
.btn__top-text>svg,
.btn__bottom-text>svg{
  flex:0 0 auto;
}
.btn__no-shadow{
  box-shadow:unset;
}
.btn:before,
.btn:after{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius: var(--radius-button);
  background: var(--background-hover);
  z-index:0;
  opacity:0;
  transition: all var(--duration-medium) var(--animation-bezier);
  border: var(--border-width) solid var(--border);
}
.btn:after{
  border: var(--border-width-hover) solid var(--border-hover);
}
.btn:before{
  background: var(--background);
  opacity:1;
  transition: none;
}
.secondary-btn__container{
  display: flex;
  flex-wrap:wrap;
  gap:15px;
}
@media (min-width:1025px){
  .hover-area:hover .btn:not(.native-hover),
  .btn:hover{
    color: var(--color-hover);
    box-shadow:var(--shadow-button-current-hover);
  }
  .hover-area:hover .btn:not(.native-hover) svg path,
  .btn:hover svg path{
    fill: var(--icon-hover);
  }
  .hover-area:hover .btn:not(.native-hover):before,
  .btn:hover:before{
    opacity:0;
    transition: all var(--duration-medium) 100ms var(--animation-bezier);
  }
  .hover-area:hover .btn:not(.native-hover):after,
  .btn:hover:after{
    opacity:1;
  }
  .btn__transition-text .btn__top-text.is-visible {
    position: relative;
    top: 0;
    padding-bottom: 1px;
  }
  .btn__transition-text .btn__bottom-text.is-hidden {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding-bottom: 1px;
    color: var(--color-hover);
  }
  svg~.btn__bottom-text.is-hidden{
    left: 30px;
  }
  .btn__transition-text .btn__bottom-text,
  .btn__transition-text .btn__top-text {
    transition: top 0.4s, transform 0.4s;
  }
  .hover-area:hover .btn__transition-text:not(.native-hover) .btn__bottom-text.is-hidden,
  .btn__transition-text:hover .btn__bottom-text.is-hidden {
    top: 50%;
    transform: translate(0, -50%);
  }
  .hover-area:hover .btn__transition-text:not(.native-hover) .btn__top-text.is-visible,
  .btn__transition-text:hover .btn__top-text.is-visible {
    top: -20em;
  }
}
@media (min-width:577px){
  .btn-wide{
    width:100%;
    max-width:var(--button-width-wide);
  }
  .btn-wide2{
    min-width:var(--button-width-wide);
    max-width:100%;
  }
}
@media (max-width:1024px){ 
  .btn__bottom-text.is-hidden {
    display:none;
  }
  .w-t-full{
    width:100%;
    max-width:100%;
  }
}
@media (max-width:576px){
  .btn{
    --height:var(--height-mobile);
  }
  .btn--large,.btn--checkout{
    --height:var(--button-height-big-mob);
  }
  .btn-wide-mob,
  .btn-wide,
  .btn-wide2{
    width:100%;
  }
}
.btn[aria-disabled=true]{
  cursor: not-allowed;
  opacity:.3;
}
.link[aria-disabled=true]{
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
.separate-line{
  height:1px;
  background:var(--color-lines);
  width:100%;
}

.animation-underline{
  --color-hover:var(--color-animation-underline,var(--color-accent-section, var(--color-accent)));
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.animation-underline:before{
  content: "";
  position: absolute;
  width: 0;
  height: var(--animation-underline-thin);
  left: 0;
  top: 100%;
  background: var(--color-hover);
  transition: width var(--duration-medium) var(--animation-bezier);
  pointer-events:none;
}
.animation-underline--active:before{
  width: 100%;
}
@media (min-width: 1025px){
  .animation-underline:hover{
    text-decoration:none;
  }
  .hover-area:hover .animation-underline:not(.native-hover):before,
  .animation-underline:hover:before{
    text-decoration: none;
    width: 100%;
  }
  .hover-area:hover .animation-underline:not(.native-hover):not(.default-state):hover:before{
    text-decoration: none;
    width: 0;
  }
  .button-transition-up>*,
  a.transition-up>*{
    position:relative;
    transition: all 0.20s ease-out;
  }
  .button-transition-up:hover>*,
  a.transition-up:hover>*{
    transform: translateY(-5px);
  } 
}
.badges__container{
  display:flex;
  gap:3px;
  flex-wrap:wrap;
  pointer-events:none;
  font-weight: var(--font-body-weight-bold);
}
.badges__container--gap5{
  gap:5px;
}
.badges__container .badges-item__menu{
  margin-left:0;
}
.badges-item__small{
  border-radius:var(--radius-badge);
  font-size:10px;
  padding: 2px 5px 3px;
}
.badges-item__medium{
  border-radius:var(--radius-badge);
  font-size:12px;
  padding: 7px 12px;
  width:max-content;
}
.badges-item__menu{
  display:inline-flex;
  margin-left:5px;
  vertical-align: middle;
  background:var(--auto-accent-color-bg);
  color:var(--auto-accent-color-text);
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 1025px){
  .hide-desktop{
    display:none !important;
  }
}
@media (max-width: 1024px){
  .hide-mobile-xl-st{
    display:none !important;
  }
}

terms_and_condition-checkbox{
  display:block;
}
terms_and_condition-checkbox:not(.checked)+*,
terms_and_condition-checkbox:not(.checked)~.cart__dynamic-checkout-buttons {
  pointer-events: none;
  opacity: .3;
}

.accent-color{
  color:var(--color-accent-section, var(--color-accent));
}
.accent-to-base-color{
  color:var(--color-base);
}
.w-full {width:100%;}
.h-full {height:100%;}
@media (min-width:577px){
  .h-full-desktop-tablet {height:100%;}
}
@media (max-width:576px){
  .w-full-mobile {
    width:100%;
  }
}
.shopify-challenge__message{
  margin:0 0 30px;
}
.shopify-challenge__container .shopify-challenge__button{
  margin:40px auto 0;
}
.shopify-challenge__container{
  margin:200px auto;
}

.section__richtext__editor>:first-child{
  margin-top:0;
}
.section__richtext__editor h1,
.section__richtext__editor h2,
.section__richtext__editor h3,
.section__richtext__editor h4,
.section__richtext__editor h5,
.section__richtext__editor h6{
  margin: 0;
}
.section__richtext__editor ul,
.section__richtext__editor ol{
  margin:0;
  padding:0 0 0 40px;
  max-width: max-content;
}
.text-center .section__richtext__editor ul,
.text-center .section__richtext__editor ol,
.text-center.section__richtext__editor ul,
.text-center.section__richtext__editor ol{
  margin-left: auto;
  margin-right: auto;
}
.section__richtext__editor>*:not(:first-child){
  margin-top:16px;
}
.section__richtext__editor.section__richtext__editor--mt10>*:not(:first-child){
  margin-top:10px;
}

.loading-overlay__spinner{
  position:absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 1;
}
.loading > *:not(.loading-overlay__spinner){
  opacity: 0;
  visibility: hidden;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: var(--color-loader, var(--color-base-section, var(--color-base)));
  animation: dash 1.4s ease-in-out infinite;
}
.btn .path {
  stroke: var(--icon-hover);
}
@media screen and (forced-colors: active) {
  .path{
    stroke: CanvasText;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
@media (hover:hover){
  .modal-close-animation svg{
    transition: transform var(--duration-medium) cubic-bezier(0.5, -0.33, 0.26, 1.19);
  }
  .modal-close-animation:hover svg{
    transform: rotate(90deg);
  }
}

.themeloader_container {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
  z-index:100;
  opacity:0;
  visibility:hidden;
  transition: opacity var(--duration-medium) var(--animation-bezier),
              visibility var(--duration-medium) var(--animation-bezier);
}
.themeloader_container--absolute {
  position:absolute;
}
@media (min-width:1025px){
  .themeloader_container {
    left:var(--left, 0);
    right:var(--right, 0);
  }
}
.themeloader_container.loading_now {
  opacity:1;
  visibility:visible;
}
.themeloader_container__content{
  transform: scale(.7);
}
.themeloader {
  -webkit-animation: rotate 1.2s linear infinite normal;
          animation: rotate 1.2s linear infinite normal;
  position: relative;
  transform-origin: 50% 50%;
  transform: scale(0.7);
}
.themeloader__ball {
  height: 1.75rem;
  left: -0.875rem;
  position: absolute;
  top: -0.875rem;
  transform-origin: 50% 50%;
  width: 1.75rem;
}
.themeloader__ball:nth-of-type(2) {
  transform: rotate(120deg);
}
.themeloader__ball:nth-of-type(3) {
  transform: rotate(240deg);
}
.themeloader__ball::after {
  -webkit-animation: moveAndScale 0.6s ease-in-out infinite alternate;
          animation: moveAndScale 0.6s ease-in-out infinite alternate;
  background-color: var(--color-accent);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveAndScale {
  0%, 15% {
    transform: translateY(0) scale(0.65);
  }
  100% {
    transform: translateY(-150%) scale(1);
  }
}
@keyframes moveAndScale {
  0%, 15% {
    transform: translateY(0) scale(0.65);
  }
  100% {
    transform: translateY(-150%) scale(1);
  }
}
.big-svg-icon svg{
  width:40px;
  height:40px;
}
.big-svg-icon__opacity-20{
  opacity:0.2;
}
.color-error{
  color:var(--color-error);
}

*:focus {
  outline: 0;
}
*:focus-visible:not(textarea):not(input):not(select){
  outline: 4px solid #0909FF;
  outline-offset: 3px;
}
.breadcrumb-background{
  background:var(--color-breadcrumb-background, transparent);
}
@media (min-width:1025px){
  .breadcrumb .breadcrumb-background-boxed{
    padding-left:20px;
    padding-right:20px;
    border-radius:var(--radius);
    background:var(--color-breadcrumb-background, transparent);
  }
}
@media (max-width:1024px){
  .breadcrumb:has(.breadcrumb-background-boxed){
    background:var(--color-breadcrumb-background, transparent);
  }
}
.breadcrumb__container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 5px;
  column-gap: 21px;
  padding:18px 0;
  color:var(--color-breadcrumb-text, var(--color-base));
}
.breadcrumb li {
  position:relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb li:not(:last-child):before {
  content:"";
  display:flex;
  position:absolute;
  right:-11px;
  width:1px;
  height:15px;
  background:var(--color-breadcrumb-line, var(--color-lines));
}
.breadcrumb__container__home svg path{
  fill: var(--color-breadcrumb-text, var(--color-base));
}
.breadcrumb__container__home:hover svg path{
  fill: var(--color-breadcrumb-text-hover, var(--color-accent));
}
.breadcrumb .link{
    --color-link-text: var(--color-breadcrumb-text, var(--color-base));
    --color-link-text-hover: var(--color-breadcrumb-text-hover, var(--color-accent));
}
body:has(header .page-wide) .breadcrumb .page-width{
  width: 100%;
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
}
@media (min-width:1025px){
  .content-for-layout .shopify-policy__container{
    max-width: calc(var(--page-width) * 2 / 3);
    width: calc(var(--page-width) * 2 / 3);
  }
}
.index-top-spacing-none+[class*="top-spacing"]{
  margin-top:0;
}
.footer__content{
  margin-top: auto;
}
shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--radius-button);
  --shopify-accelerated-checkout-button-block-size:50px;
}
.cart-notification__content shopify-accelerated-checkout,
.cart-notification__content shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size:40px;
}
@media(min-width:577px){
  .product-card-name-size{
    font-size:var(--product-name-size);
  }
}
@media(max-width:576px){
  .product-card-name-size{
    font-size:var(--product-name-size-mobile);
  }
}
<div class="page-wide"><div class="facets-toolbar mb40 "><menu-drawer class="mobile-facets">
        <details id="mobile-facets" class="mobile-facets__disclosure disclosure-has-popup">
          <summary>
            <div class="mobile-facets__button body2 strong"><svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 4C0 3.44772 0.447715 3 1 3H19C19.5523 3 20 3.44772 20 4C20 4.55228 19.5523 5 19 5H1C0.447716 5 0 4.55228 0 4Z" fill="black"></path>
<path d="M6 16C6 15.4477 6.44772 15 7 15H13C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H7C6.44772 17 6 16.5523 6 16Z" fill="black"></path>
<path d="M3 10C3 9.44772 3.44772 9 4 9H16C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11H4C3.44772 11 3 10.5523 3 10Z" fill="black"></path>
</svg><span tabindex="0">Filtrar y ordenar
</span>
            </div>
          </summary>
    
          <facet-filters-form>
            <div class="popup-modal popup-modal__left">
              <div class="popup-modal__overlay" onclick="this.closest('menu-drawer').closeMenuDrawer('custom')"></div>
              <div class="popup-modal__content popup-modal__content__f-height">
                <button class="popup-modal__toggle" type="button" aria-label="Ce3rrar">
                  <svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  <path d="M4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L8.58579 10L3.29289 15.2929C2.90237 15.6834 2.90237 16.3166 3.29289 16.7071C3.68342 17.0976 4.31658 17.0976 4.70711 16.7071L10 11.4142L15.2929 16.7071C15.6834 17.0976 16.3166 17.0976 16.7071 16.7071C17.0976 16.3166 17.0976 15.6834 16.7071 15.2929L11.4142 10L16.7071 4.70711C17.0976 4.31658 17.0976 3.68342 16.7071 3.29289C16.3166 2.90237 15.6834 2.90237 15.2929 3.29289L10 8.58579L4.70711 3.29289Z" fill="black"></path>
</svg>
                </button>
                <div class="popup-modal__content__data custom__scrollbar" role="dialog" aria-modal="true" aria-label="Tu carrito" tabindex="-1"><form id="FacetFiltersFormMobile" class="mobile-facets__form">
              
  <div class="facet-drawer__toolbar">
    <h4 class="mt0 mb0">Filtrar y ordenar
</h4><div class="facet-drawer__toolbar__content"><p class="mobile-facets__count mt20 body2 strong">2 productos
</p><div id="Details-Mobile-SortBy-template--27759965077841__product-grid" class="js-filter facet-filters-form__mobile">
        <div class="select field">
          <select class="field__input" id="SortBy-mobile" name="sort_by" aria-describedby="a11y-refresh-page-message"><option value="manual">
                Featured
              </option><option value="best-selling">
                Best selling
              </option><option value="title-ascending">
                Alphabetically, A-Z
              </option><option value="title-descending">
                Alphabetically, Z-A
              </option><option value="price-ascending">
                Price, low to high
              </option><option value="price-descending">
                Price, high to low
              </option><option value="created-ascending">
                Date, old to new
              </option><option value="created-descending">
                Date, new to old
              </option></select>
          <label class="field__label" for="SortBy-mobile">Clasificar por:</label>
          <div class="field__icon field__icon--select">
            <svg class="theme-icon" width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.221649 0.218579C0.517181 -0.0728598 0.996333 -0.0728598 1.29186 0.218579L4 2.88921L6.70814 0.218579C7.00367 -0.0728598 7.48282 -0.0728598 7.77835 0.218579C8.07388 0.510019 8.07388 0.982535 7.77835 1.27397L4 5L0.221649 1.27397C-0.073883 0.982535 -0.073883 0.510019 0.221649 0.218579Z" fill="black"></path>
</svg>
          </div>
        </div>
      </div></div></div><div class="facet-drawer__content">
    <div class="facet-drawer__content__scroll has-submenu">
      <details id="Details-Mobile-filter.v.availability-template--27759965077841__product-grid" class="mobile-facets__details " data-index="1">
        <summary class="focus-inset" role="button" aria-expanded="false" aria-controls="FacetMobile-filter.v.availability-template--27759965077841__product-grid">
          <div class="mobile-facets__item h5">
            <span>Disponibilidad</span><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="5" height="8" viewBox="0 0 5 8" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.218579 0.221649C-0.0728598 0.517181 -0.0728598 0.996333 0.218579 1.29186L2.88921 4L0.21858 6.70814C-0.0728593 7.00367 -0.0728593 7.48282 0.21858 7.77835C0.510019 8.07388 0.982535 8.07388 1.27397 7.77835L5 4L1.27397 0.221649C0.982534 -0.073883 0.510018 -0.073883 0.218579 0.221649Z" fill="black"></path>
</svg></div>
        </summary>
        <div id="FacetMobile-filter.v.availability-template--27759965077841__product-grid" class="mt0 mobile-facets__submenu mt--first-child-0 js-filter" data-index="1" data-type="filter-v-availability">
          <div class="mobile-facets__display__content">
            <button class="mobile-facets__close-button link focus-inset" aria-expanded="true" type="button"><svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.29289 4.29289C8.68342 3.90237 9.31643 3.90237 9.70696 4.29289C10.0974 4.68342 10.0975 5.31646 9.70696 5.70696L6.41399 8.99992H16.9999V10.9999H6.41399L9.70696 14.2929C10.0974 14.6834 10.0975 15.3165 9.70696 15.707C9.31646 16.0975 8.68342 16.0974 8.29289 15.707L3.29289 10.707C2.90237 10.3164 2.90237 9.68342 3.29289 9.29289L8.29289 4.29289Z" fill="#FF0B0B"></path>
</svg>
<span class="h5">Disponibilidad</span>
            </button><ul class="unstyle-ul mobile-facets-wrap mobile-facets-buttons" role="list"><li class="facets__item">
                <label for="Filter-filter.v.availability-mobile-1" class="checkbox-input facet-checkbox">
                  <input type="checkbox" name="filter.v.availability" value="1" id="Filter-filter.v.availability-mobile-1">
                  
                  <div class="checkbox-input__checkmark">
                    <div class="checkbox-input__flip">
                      <div class="checkbox-input__front"></div>
                      <div class="checkbox-input__back"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7071 0.292893C15.0976 0.683417 15.0976 1.31658 14.7071 1.70711L5.70711 10.7071C5.31658 11.0976 4.68342 11.0976 4.29289 10.7071L0.292893 6.70711C-0.0976311 6.31658 -0.0976311 5.68342 0.292893 5.29289C0.683417 4.90237 1.31658 4.90237 1.70711 5.29289L5 8.58579L13.2929 0.292893C13.6834 -0.0976311 14.3166 -0.0976311 14.7071 0.292893Z" fill="white"></path>
</svg></div>
                    </div>
                  </div>
                  <span class="checkbox__label">In stock</span>
                  <span class="facet-checkbox__count">2</span>
                  
                </label>
              </li><li class="facets__item">
                <label for="Filter-filter.v.availability-mobile-2" class="checkbox-input facet-checkbox facet-checkbox--disabled">
                  <input type="checkbox" name="filter.v.availability" value="0" id="Filter-filter.v.availability-mobile-2" disabled="">
                  
                  <div class="checkbox-input__checkmark">
                    <div class="checkbox-input__flip">
                      <div class="checkbox-input__front"></div>
                      <div class="checkbox-input__back"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7071 0.292893C15.0976 0.683417 15.0976 1.31658 14.7071 1.70711L5.70711 10.7071C5.31658 11.0976 4.68342 11.0976 4.29289 10.7071L0.292893 6.70711C-0.0976311 6.31658 -0.0976311 5.68342 0.292893 5.29289C0.683417 4.90237 1.31658 4.90237 1.70711 5.29289L5 8.58579L13.2929 0.292893C13.6834 -0.0976311 14.3166 -0.0976311 14.7071 0.292893Z" fill="white"></path>
</svg></div>
                    </div>
                  </div>
                  <span class="checkbox__label">Out of stock</span>
                  <span class="facet-checkbox__count">0</span>
                  
                </label>
              </li></ul>
          </div>
          <div class="mobile-facets__footer">
            <facet-remove class="w-full">
              <a href="/collections/descanso" class="btn btn--border btn__transition-text btn__no-shadow w-full" role="button">
                <div class="btn__texts">
                  <span class="btn__top-text is-visible">Quitar todo</span>
                  <span class="btn__bottom-text is-hidden">Quitar todo</span>
                </div>
              </a>
            </facet-remove>
            <button type="button" class="btn btn__transition-text btn__no-shadow w-full popup-modal__toggle__close">
              <div class="btn__texts">
                <span class="btn__top-text is-visible">Aplicar</span>
                <span class="btn__bottom-text is-hidden">Aplicar</span>
              </div>
            </button>
          </div>
        </div>
      </details>
      

      <details id="Details-Mobile-filter.v.price-template--27759965077841__product-grid" class="mobile-facets__details" data-index="2">
        <summary class="focus-inset" role="button" aria-expanded="false" aria-controls="FacetMobile-filter.v.price-template--27759965077841__product-grid">
          <div class="mobile-facets__item h5">
            <span class="h5">Precio</span><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="5" height="8" viewBox="0 0 5 8" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.218579 0.221649C-0.0728598 0.517181 -0.0728598 0.996333 0.218579 1.29186L2.88921 4L0.21858 6.70814C-0.0728593 7.00367 -0.0728593 7.48282 0.21858 7.77835C0.510019 8.07388 0.982535 8.07388 1.27397 7.77835L5 4L1.27397 0.221649C0.982534 -0.073883 0.510018 -0.073883 0.218579 0.221649Z" fill="black"></path>
</svg></div>
        </summary>
        <div id="FacetMobile-filter.v.price-template--27759965077841__product-grid" class="mt0 mobile-facets__submenu mt--first-child-0 js-filter" data-index="2" data-type="filter-v-price">
          <div class="mobile-facets__display__content">
            <button class="mobile-facets__close-button link focus-inset" aria-expanded="true" type="button"><svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.29289 4.29289C8.68342 3.90237 9.31643 3.90237 9.70696 4.29289C10.0974 4.68342 10.0975 5.31646 9.70696 5.70696L6.41399 8.99992H16.9999V10.9999H6.41399L9.70696 14.2929C10.0974 14.6834 10.0975 15.3165 9.70696 15.707C9.31646 16.0975 8.68342 16.0974 8.29289 15.707L3.29289 10.707C2.90237 10.3164 2.90237 9.68342 3.29289 9.29289L8.29289 4.29289Z" fill="#FF0B0B"></path>
</svg>
<span class="h5">Precio</span>
            </button>
            <div class="facets__header mobile-facets__header__price-text"><span class="facets__selected body3">El precio más alto es €34,00</span>
            </div>
            <div class="mobile-facets-wrap mobile-facets-wrap--price">
              <price-range class="facets__price">
                <div class="facets__price__item">
                  <div class="field">
                    <input class="field__input" name="filter.v.price.gte" id="Mobile-Filter-Precio-GTE" type="text" inputmode="decimal" placeholder="0" data-pattern="\d| |,|\." data-min="0" data-max="34,00">
                    <label class="field__label" for="Mobile-Filter-Precio-GTE">€ Desde</label>
                  </div>
                </div>
                <div class="facets__price__item">
                  <div class="field">
                    <input class="field__input" name="filter.v.price.lte" id="Mobile-Filter-Precio-LTE" type="text" inputmode="decimal" placeholder="34,00" data-pattern="\d| |,|\." data-min="0" data-max="34,00">
                    <label class="field__label" for="Mobile-Filter-Precio-LTE">€ A</label>
                  </div>
                </div>
              </price-range>
            </div>
          </div>
          <div class="mobile-facets__footer">
            <facet-remove class="w-full">
              <a href="/collections/descanso" class="btn btn--border btn__transition-text btn__no-shadow w-full" role="button">
                <div class="btn__texts">
                  <span class="btn__top-text is-visible">Quitar todo</span>
                  <span class="btn__bottom-text is-hidden">Quitar todo</span>
                </div>
              </a>
            </facet-remove>
            <button type="button" class="btn btn__transition-text btn__no-shadow w-full popup-modal__toggle__close">
              <div class="btn__texts">
                <span class="btn__top-text is-visible">Aplicar</span>
                <span class="btn__bottom-text is-hidden">Aplicar</span>
              </div>
            </button>
          </div>
        </div>
      </details>
  
      
</div>              
    <div class="mobile-facets__footer">
      <facet-remove class="w-full">
        <a href="/collections/descanso" class="btn btn--border btn__transition-text btn__no-shadow w-full" role="button">
          <div class="btn__texts">
            <span class="btn__top-text is-visible">Quitar todo</span>
            <span class="btn__bottom-text is-hidden">Quitar todo</span>
          </div>
        </a>
      </facet-remove>
      <button type="button" class="btn btn__transition-text btn__no-shadow w-full popup-modal__toggle__close">
        <div class="btn__texts">
          <span class="btn__top-text is-visible">Aplicar</span>
          <span class="btn__bottom-text is-hidden">Aplicar</span>
        </div>
      </button>
    </div>   
  </div>
</form></div>
              </div>
            </div>
          </facet-filters-form>
        </details>
      </menu-drawer><p id="ProductCount" class="mt0 products_count body2 strong">2 productos
</p><div class="grid-selector"><collection-grid>
          <div class="collection-grid collection-grid-desktop">
            <div class="collection-grid__item" data-grid="page-grid-2">
              
<svg class="theme-icon" width="24" height="32" viewBox="0 0 24 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 2H2L2 30H22V2ZM2 0C0.895431 0 0 0.895431 0 2V30C0 31.1046 0.89543 32 2 32H22C23.1046 32 24 31.1046 24 30V2C24 0.895431 23.1046 0 22 0H2Z" fill="black"></path>
</svg>
            </div>
            <div class="collection-grid__item active-t" data-grid="page-grid-3" data-grid-t="page-grid-st-2">
              
<svg class="theme-icon" width="21" height="28" viewBox="0 0 21 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 2H2L2 26H19V2ZM2 0C0.895431 0 0 0.895431 0 2V26C0 27.1046 0.89543 28 2 28H19C20.1046 28 21 27.1046 21 26V2C21 0.895431 20.1046 0 19 0H2Z" fill="black"></path>
</svg>
            </div>
            <div class="collection-grid__item" data-grid="page-grid-4" data-grid-t="page-grid-st-3">
              
<svg class="theme-icon" width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 2H2L2 22H16V2ZM2 0C0.895431 0 0 0.89543 0 2V22C0 23.1046 0.89543 24 2 24H16C17.1046 24 18 23.1046 18 22V2C18 0.895431 17.1046 0 16 0H2Z" fill="black"></path>
</svg>
            </div>
            <div class="collection-grid__item" data-grid="page-grid-5" data-grid-t="page-grid-st-4">
              
<svg class="theme-icon" width="15" height="20" viewBox="0 0 15 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 2H2L2 18H13V2ZM2 0C0.895431 0 0 0.895431 0 2V18C0 19.1046 0.89543 20 2 20H13C14.1046 20 15 19.1046 15 18V2C15 0.895431 14.1046 0 13 0H2Z" fill="black"></path>
</svg>
            </div>
            <div class="collection-grid__item" data-grid="page-grid-1" data-grid-t="page-grid-st-1">
              
<svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 2H2V7H18V2ZM18 13H2V18H18V13ZM2 0C0.895431 0 0 0.89543 0 2V7C0 8.10457 0.895431 9 2 9H18C19.1046 9 20 8.10457 20 7V2C20 0.895431 19.1046 0 18 0H2ZM2 11C0.895431 11 0 11.8954 0 13V18C0 19.1046 0.895431 20 2 20H18C19.1046 20 20 19.1046 20 18V13C20 11.8954 19.1046 11 18 11H2Z" fill="black"></path>
</svg>
            </div>
          </div>
          <div class="collection-grid collection-grid-mobile">
            <div class="collection-grid__item" data-grid-m="page-grid-sp-1">
              
<svg class="theme-icon" width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 2H2L2 18H17V2ZM2 0C0.895431 0 0 0.895431 0 2V18C0 19.1046 0.895431 20 2 20H17C18.1046 20 19 19.1046 19 18V2C19 0.895431 18.1046 0 17 0H2Z" fill="black"></path>
</svg>
            </div>
            <div class="collection-grid__item" data-grid-m="page-grid-sp-2">
              
<svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 2H2L2 18H7V2ZM2 0C0.895431 0 0 0.895431 0 2V18C0 19.1046 0.89543 20 2 20H7C8.10457 20 9 19.1046 9 18V2C9 0.895431 8.10457 0 7 0H2Z" fill="black"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 2H13V18H18V2ZM13 0C11.8954 0 11 0.895431 11 2V18C11 19.1046 11.8954 20 13 20H18C19.1046 20 20 19.1046 20 18V2C20 0.895431 19.1046 0 18 0H13Z" fill="black"></path>
</svg>
            </div>
            <div class="collection-grid__item active-m" data-grid-m="page-grid-sp-1-list">
              
<svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 2H2V7H18V2ZM18 13H2V18H18V13ZM2 0C0.895431 0 0 0.89543 0 2V7C0 8.10457 0.895431 9 2 9H18C19.1046 9 20 8.10457 20 7V2C20 0.895431 19.1046 0 18 0H2ZM2 11C0.895431 11 0 11.8954 0 13V18C0 19.1046 0.895431 20 2 20H18C19.1046 20 20 19.1046 20 18V13C20 11.8954 19.1046 11 18 11H2Z" fill="black"></path>
</svg>
            </div>
          </div>
        </collection-grid></div><facet-filters-form class="display-block facet-filters-form__desktop">
        <form id="FacetSortForm" class="sorting">
          <div class="select field">
            <select class="field__input" id="SortBy" name="sort_by" aria-describedby="a11y-refresh-page-message"><option value="manual">
                  Featured
                </option><option value="best-selling" selected="selected">
                  Best selling
                </option><option value="title-ascending">
                  Alphabetically, A-Z
                </option><option value="title-descending">
                  Alphabetically, Z-A
                </option><option value="price-ascending">
                  Price, low to high
                </option><option value="price-descending">
                  Price, high to low
                </option><option value="created-ascending">
                  Date, old to new
                </option><option value="created-descending">
                  Date, new to old
                </option></select>
            <label class="field__label" for="SortBy">Clasificar por:</label>
            <div class="field__icon field__icon--select">
              <svg class="theme-icon" width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.221649 0.218579C0.517181 -0.0728598 0.996333 -0.0728598 1.29186 0.218579L4 2.88921L6.70814 0.218579C7.00367 -0.0728598 7.48282 -0.0728598 7.77835 0.218579C8.07388 0.510019 8.07388 0.982535 7.77835 1.27397L4 5L0.221649 1.27397C-0.073883 0.982535 -0.073883 0.510019 0.221649 0.218579Z" fill="black"></path>
</svg>
            </div>
          </div>
        </form>
      </facet-filters-form></div><div class="page-grid-1 no-row-gap page-grid__collection-sidebar"><div class="hide-st facet-filters-form"><facet-filters-form>
  <form id="FacetFiltersForm" class="facets__form"><toggle-component id="FacetsWrapperDesktop">
      <details id="Details-filter.v.availability-template--27759965077841__product-grid" class="chm-toggle toggle-opening toggle-opening-auto" open="" data-index="1" data-speed="300" style="--duration-inline: 300ms;">
        <summary class="chm-toggle__button" role="button" aria-expanded="true" aria-controls="Facet-filter.v.availability-template--27759965077841__product-grid">
          <span class="h6 chm-toggle__heading">Disponibilidad</span>
          <div class="plusminus"></div>
        </summary>
        <div id="Facet-filter.v.availability-template--27759965077841__product-grid" class="mt0 chm-toggle__content mt--first-child-0 js-filter" data-index="1" data-type="filter-v-availability" style="--scroll-height: 1px;"><div class="facets__display__content">
            <ul class="unstyle-ul facets-wrap" role="list"><li class="facets__item">

                <label for="Filter-Disponibilidad-1" class="checkbox-input facet-checkbox">
                  <input type="checkbox" name="filter.v.availability" value="1" id="Filter-Disponibilidad-1">
                  
                  <div class="checkbox-input__checkmark">
                    <div class="checkbox-input__flip">
                      <div class="checkbox-input__front"></div>
                      <div class="checkbox-input__back"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7071 0.292893C15.0976 0.683417 15.0976 1.31658 14.7071 1.70711L5.70711 10.7071C5.31658 11.0976 4.68342 11.0976 4.29289 10.7071L0.292893 6.70711C-0.0976311 6.31658 -0.0976311 5.68342 0.292893 5.29289C0.683417 4.90237 1.31658 4.90237 1.70711 5.29289L5 8.58579L13.2929 0.292893C13.6834 -0.0976311 14.3166 -0.0976311 14.7071 0.292893Z" fill="white"></path>
</svg></div>
                    </div>
                  </div>
                  <span class="checkbox__label">In stock</span>
                  <span class="facet-checkbox__count">2</span>
                  
                </label>
              </li><li class="facets__item">

                <label for="Filter-Disponibilidad-2" class="checkbox-input facet-checkbox facet-checkbox--disabled">
                  <input type="checkbox" name="filter.v.availability" value="0" id="Filter-Disponibilidad-2" disabled="">
                  
                  <div class="checkbox-input__checkmark">
                    <div class="checkbox-input__flip">
                      <div class="checkbox-input__front"></div>
                      <div class="checkbox-input__back"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7071 0.292893C15.0976 0.683417 15.0976 1.31658 14.7071 1.70711L5.70711 10.7071C5.31658 11.0976 4.68342 11.0976 4.29289 10.7071L0.292893 6.70711C-0.0976311 6.31658 -0.0976311 5.68342 0.292893 5.29289C0.683417 4.90237 1.31658 4.90237 1.70711 5.29289L5 8.58579L13.2929 0.292893C13.6834 -0.0976311 14.3166 -0.0976311 14.7071 0.292893Z" fill="white"></path>
</svg></div>
                    </div>
                  </div>
                  <span class="checkbox__label">Out of stock</span>
                  <span class="facet-checkbox__count">0</span>
                  
                </label>
              </li></ul>
          </div>
        </div>
      </details>

        
      

      <details id="Details-filter.v.price-template--27759965077841__product-grid" class="chm-toggle toggle-opening toggle-opening-auto" open="" data-index="2" data-speed="300" style="--duration-inline: 300ms;">
        <summary class="chm-toggle__button" role="button" aria-expanded="true" aria-controls="Facet-filter.v.price-template--27759965077841__product-grid">
          <span class="h6 chm-toggle__heading">Precio</span>
          <div class="plusminus"></div>
        </summary>
        <div id="Facet-filter.v.price-template--27759965077841__product-grid" class="mt0 chm-toggle__content mt--first-child-0 js-filter" data-index="2" data-type="filter-v-price" style="--scroll-height: 1px;">
          <div class="facets__header"><span class="facets__selected body3">El precio más alto es €34,00</span>
          </div>
          <price-range class="facets__price">
            <div class="facets__price__item">
              <div class="field">
                <input class="field__input" name="filter.v.price.gte" id="Filter-Precio-GTE" type="text" inputmode="decimal" placeholder="0" data-pattern="\d| |,|\." data-min="0" data-max="34,00">
                <label class="field__label" for="Filter-Precio-GTE">€ Desde</label>
              </div>
            </div>
            <div class="facets__price__item">
              <div class="field">
                <input class="field__input" name="filter.v.price.lte" id="Filter-Precio-LTE" type="text" inputmode="decimal" placeholder="34,00" data-pattern="\d| |,|\." data-min="0" data-max="34,00">
                <label class="field__label" for="Filter-Precio-LTE">€ A</label>
              </div>
            </div>
          </price-range>
        </div>
      </details>

      
</toggle-component>
  </form>
</facet-filters-form></div><div class="product-grid__container">
        

<div class="active-facets-container active-facets-desktop"></div>

        <div id="ProductGridContainer"><div class="collection" id="product-grid" data-id="template--27759965077841__product-grid">
            <div class="page-grid-sp-1-list page-grid-st-2 collection__container page-vertical-gap-40 undefined" data-d="undefined" data-t="page-grid-st-2" data-m="page-grid-sp-1-list">
<div id="product-card-10545860477265template--27759965077841__product-grid" class="product-card text-left  product_card__button_hover product-card-image--contain"><div class="product-card__image__container image-hover-personal-element">
    <div class="product-card__image">
      <a href="/collections/descanso/products/almohada-ortopedica-ergonomica-de-algodon-con-memoria-de-forma-40-x-60-cm" class="product-card__image__url product-card__image__url__slider-mask" aria-label="Almohada Ortopédica Ergonómica de Algodón con Memoria de Forma - (40 x 60 cm)"><swiper-slider class="swiper swiper__no-padding-bottom swiper-nested swiper__animated-arrows swiper-no-pad swiper-no-marg swiper-slide__with-bg swiper-buttons-initialized" data-swiper-desktop-grid="1" data-swiper-desktop-lg-grid="1" data-swiper-desktop-md-grid="1" data-swiper-tablet-grid="1" data-swiper-mobile-grid="1" data-gutter="0" data-gutter-mobile="0" data-grid="1,1,1,1,1" data-autoplay="false" data-autoheight="true" data-script="//ev40y6-fc.myshopify.com/cdn/shop/t/6/assets/swiper-bundle.min.js?v=108059131501615647841766399692">
          <div class="swiper-wrapper"><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="//ev40y6-fc.myshopify.com/cdn/shop/files/Sd52f0c7ae560407db7feb149240f6e55d.webp?v=1766511091&amp;width=365" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/Sd52f0c7ae560407db7feb149240f6e55d.webp?v=1766511091&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein image-loaded">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/S4689c669fedd48cc9ed0128cffa32c04f.webp?v=1766511092&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/Se3171553f26b42aa993d51db4cd47396Y.webp?v=1766511092&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/S7e48264a22bb437ebc146e72fc209ab1g.webp?v=1766511092&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/S1e4e16e972ca4d8384cc10f55d55075fC.webp?v=1766511091&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/Sf4e6046334ef4a61961a31d8c11129f6S.webp?v=1766511092&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div></div>
        </swiper-slider>
        <div class="swiper-control-container swiper-control-container__absolute">
          <div class="internal-swiper-button-prev"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7071 3.29289C13.3166 2.90237 12.6834 2.90237 12.2929 3.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L12.2929 16.7071C12.6834 17.0976 13.3166 17.0976 13.7071 16.7071C14.0976 16.3166 14.0976 15.6834 13.7071 15.2929L8.41421 10L13.7071 4.70711C14.0976 4.31658 14.0976 3.68342 13.7071 3.29289Z" fill="#ffffff"></path>
</svg></div>
          <div class="swiper-pagination hide-desktop"></div>
          <div class="internal-swiper-button-next"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.29289 3.29289C6.68342 2.90237 7.31658 2.90237 7.70711 3.29289L13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071L7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071C5.90237 16.3166 5.90237 15.6834 6.29289 15.2929L11.5858 10L6.29289 4.70711C5.90237 4.31658 5.90237 3.68342 6.29289 3.29289Z" fill="white"></path>
</svg></div>
        </div></a>
    </div><div class="badges__container"></div>
  </div><product-form class="product-card__content"><form method="post" action="/cart/add" id="template--27759965077841__product-grid10545860477265" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓"><div class="product-card__content__main"><div class="body2 mt3 product-card__heading">
        <a href="/collections/descanso/products/almohada-ortopedica-ergonomica-de-algodon-con-memoria-de-forma-40-x-60-cm" class="product-card-name-size product-card-small__heading heading-color-block-hover a--no-hover-color clear-underline animation-underline native-hover">Almohada Ortopédica Ergonómica de Algodón con Memoria de Forma - (40 x 60 cm)
</a>
      </div><div class="rating-wrapper display-flex rating-wrapper--big-mt" style="visibility:hidden;" data-rating-count="0">
    <div class="rating_icons" role="img" aria-label="La calificación de este producto es 0 de 5">
      
        <div class="wokiee-rating__active" style="width:calc(0 * 100% / 5);"><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg></div>
        <div class="wokiee-rating__main" style="clip-path: inset(0 0 0 calc(0 * 100% / 5 - 1px));"><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg></div>
      
    </div></div><div id="price-card-10545860477265template--27759965077841__product-grid"><div class="price__container">
  <div class="price"><div class="h5 card-price-large price__main">€34,00</div></div>
  <div class="unit-price body3 hide">
    <span></span>
    <span aria-hidden="true">/</span>
    <span class="visually-hidden">&nbsp;per&nbsp;</span>
    <span>
    </span>
  </div>
</div></div>
<card-variant-selects id="variant-selects-10545860477265" data-url="/products/almohada-ortopedica-ergonomica-de-algodon-con-memoria-de-forma-40-x-60-cm" data-section="template--27759965077841__product-grid" data-product="card-10545860477265template--27759965077841__product-grid"><fieldset class="product-form__input"><div class="mt16 product-form__container__card "><div class="product-form__item">
            <input type="radio" id="template--27759965077841__product-grid-10545860477265-1-0" class="product-form__item__input" name="Color" value="Grey 1Pc" form="template--27759965077841__product-grid10545860477265" checked=""><label for="template--27759965077841__product-grid-10545860477265-1-0" class="btn btn--variant-smallcard visual-display--button btn__transition-text w-full">
              <span class="variant__btn__text">Grey 1Pc</span>
              <div class="btn__texts">
                <span class="btn__top-text is-visible">Grey 1Pc</span>
                <span class="btn__bottom-text is-hidden">Grey 1Pc</span>
              </div>
            </label></div><div class="product-form__item">
            <input type="radio" id="template--27759965077841__product-grid-10545860477265-1-1" class="product-form__item__input" name="Color" value="Blue 1Pc" form="template--27759965077841__product-grid10545860477265"><label for="template--27759965077841__product-grid-10545860477265-1-1" class="btn btn--variant-smallcard visual-display--button btn__transition-text w-full">
              <span class="variant__btn__text">Blue 1Pc</span>
              <div class="btn__texts">
                <span class="btn__top-text is-visible">Blue 1Pc</span>
                <span class="btn__bottom-text is-hidden">Blue 1Pc</span>
              </div>
            </label></div></div>
      </fieldset><fieldset class="product-form__input"><div class="mt16 product-form__container__card "><div class="product-form__item">
            <input type="radio" id="template--27759965077841__product-grid-10545860477265-2-0" class="product-form__item__input" name="Size" value="40x60cm" form="template--27759965077841__product-grid10545860477265" checked=""><label for="template--27759965077841__product-grid-10545860477265-2-0" class="btn btn--variant-smallcard visual-display--button btn__transition-text w-full">
              <span class="variant__btn__text">40x60cm</span>
              <div class="btn__texts">
                <span class="btn__top-text is-visible">40x60cm</span>
                <span class="btn__bottom-text is-hidden">40x60cm</span>
              </div>
            </label></div></div>
      </fieldset><script type="application/json">
  [{"id":52671346245969,"title":"Grey 1Pc \/ 40x60cm","option1":"Grey 1Pc","option2":"40x60cm","option3":null,"sku":"14:175#Grey 1Pc;5:201298991#40x60cm","requires_shipping":true,"taxable":false,"featured_image":{"id":78892967002449,"product_id":10545860477265,"position":5,"created_at":"2025-12-23T18:31:29+01:00","updated_at":"2025-12-23T18:31:31+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/S1e4e16e972ca4d8384cc10f55d55075fC.webp?v=1766511091","variant_ids":[52671346245969]},"available":true,"name":"Almohada Ortopédica Ergonómica de Algodón con Memoria de Forma - (40 x 60 cm) - Grey 1Pc \/ 40x60cm","public_title":"Grey 1Pc \/ 40x60cm","options":["Grey 1Pc","40x60cm"],"price":3400,"weight":880,"compare_at_price":2801,"inventory_management":"dsers-fulfillment-service","barcode":null,"featured_media":{"alt":null,"id":66332427813201,"position":5,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/S1e4e16e972ca4d8384cc10f55d55075fC.webp?v=1766511091"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":52671346278737,"title":"Blue 1Pc \/ 40x60cm","option1":"Blue 1Pc","option2":"40x60cm","option3":null,"sku":"14:193#Blue 1Pc;5:201298991#40x60cm","requires_shipping":true,"taxable":false,"featured_image":{"id":78892967035217,"product_id":10545860477265,"position":6,"created_at":"2025-12-23T18:31:29+01:00","updated_at":"2025-12-23T18:31:32+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/Sf4e6046334ef4a61961a31d8c11129f6S.webp?v=1766511092","variant_ids":[52671346278737]},"available":true,"name":"Almohada Ortopédica Ergonómica de Algodón con Memoria de Forma - (40 x 60 cm) - Blue 1Pc \/ 40x60cm","public_title":"Blue 1Pc \/ 40x60cm","options":["Blue 1Pc","40x60cm"],"price":3400,"weight":880,"compare_at_price":2801,"inventory_management":"dsers-fulfillment-service","barcode":null,"featured_media":{"alt":null,"id":66332427845969,"position":6,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/Sf4e6046334ef4a61961a31d8c11129f6S.webp?v=1766511092"}},"requires_selling_plan":false,"selling_plan_allocations":[]}]
  </script>
  </card-variant-selects>
      <div class="product-form__error-message-wrapper mt10" role="alert" hidden="">
        <span class="product-form__error-message color-error body3"></span>
      </div></div><div class="product-card__interface">
      <div id="form-card-10545860477265template--27759965077841__product-grid" class="product-card__form"><input type="hidden" name="id" value="52671346245969">
        <button type="submit" name="add" class="quick-add__submit btn btn__transition-text btn-card-width " data-type="type3">
          <div class="btn__texts"><span class="btn__top-text is-visible"><svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H2.83085C4.11846 0 5.24244 0.817794 5.65954 2H20L17.6029 10.7894C17.2469 12.0945 16.0615 13 14.7086 13H8.16915C6.71929 13 5.4769 11.9631 5.21754 10.5367L3.81472 2.82111C3.72826 2.34562 3.31413 2 2.83085 2H1C0.447715 2 0 1.55228 0 1C0 0.447715 0.447715 0 1 0ZM14.7086 11C15.1596 11 15.5547 10.6982 15.6734 10.2631L17.3815 4H6.06185L7.18528 10.1789C7.27174 10.6544 7.68587 11 8.16915 11H14.7086Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0014 17C10.0014 18.6569 8.6583 20 7.00145 20C5.3446 20 4.00145 18.6569 4.00145 17C4.00145 15.3431 5.3446 14 7.00145 14C8.6583 14 10.0014 15.3431 10.0014 17ZM8.00145 17C8.00145 17.5523 7.55373 18 7.00145 18C6.44916 18 6.00145 17.5523 6.00145 17C6.00145 16.4477 6.44916 16 7.00145 16C7.55373 16 8.00145 16.4477 8.00145 17Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0014 20C17.6583 20 19.0014 18.6569 19.0014 17C19.0014 15.3431 17.6583 14 16.0014 14C14.3446 14 13.0014 15.3431 13.0014 17C13.0014 18.6569 14.3446 20 16.0014 20ZM16.0014 18C16.5537 18 17.0014 17.5523 17.0014 17C17.0014 16.4477 16.5537 16 16.0014 16C15.4492 16 15.0014 16.4477 15.0014 17C15.0014 17.5523 15.4492 18 16.0014 18Z" fill="#F44336"></path>
</svg>Añadir a la cesta.
</span>
            <span class="btn__bottom-text is-hidden"><svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H2.83085C4.11846 0 5.24244 0.817794 5.65954 2H20L17.6029 10.7894C17.2469 12.0945 16.0615 13 14.7086 13H8.16915C6.71929 13 5.4769 11.9631 5.21754 10.5367L3.81472 2.82111C3.72826 2.34562 3.31413 2 2.83085 2H1C0.447715 2 0 1.55228 0 1C0 0.447715 0.447715 0 1 0ZM14.7086 11C15.1596 11 15.5547 10.6982 15.6734 10.2631L17.3815 4H6.06185L7.18528 10.1789C7.27174 10.6544 7.68587 11 8.16915 11H14.7086Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0014 17C10.0014 18.6569 8.6583 20 7.00145 20C5.3446 20 4.00145 18.6569 4.00145 17C4.00145 15.3431 5.3446 14 7.00145 14C8.6583 14 10.0014 15.3431 10.0014 17ZM8.00145 17C8.00145 17.5523 7.55373 18 7.00145 18C6.44916 18 6.00145 17.5523 6.00145 17C6.00145 16.4477 6.44916 16 7.00145 16C7.55373 16 8.00145 16.4477 8.00145 17Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0014 20C17.6583 20 19.0014 18.6569 19.0014 17C19.0014 15.3431 17.6583 14 16.0014 14C14.3446 14 13.0014 15.3431 13.0014 17C13.0014 18.6569 14.3446 20 16.0014 20ZM16.0014 18C16.5537 18 17.0014 17.5523 17.0014 17C17.0014 16.4477 16.5537 16 16.0014 16C15.4492 16 15.0014 16.4477 15.0014 17C15.0014 17.5523 15.4492 18 16.0014 18Z" fill="#F44336"></path>
</svg>Añadir a la cesta.
</span></div>
          <div class="loading-overlay__spinner hidden">
            <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
              <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
            </svg>
          </div>
        </button>
      </div></div><input type="hidden" name="product-id" value="10545860477265"><input type="hidden" name="section-id" value="template--27759965077841__product-grid"></form></product-form>
</div>
<div id="product-card-10545029808465template--27759965077841__product-grid" class="product-card text-left  product_card__button_hover product-card-image--contain"><div class="product-card__image__container image-hover-personal-element">
    <div class="product-card__image">
      <a href="/collections/descanso/products/mascara-para-dormir-con-auriculares-bluetooth-3d-sueno-y-musica-en-perfecta-armonia" class="product-card__image__url product-card__image__url__slider-mask" aria-label="Máscara para dormir con auriculares Bluetooth 3D – Sueño y música en perfecta armonía"><swiper-slider class="swiper swiper__no-padding-bottom swiper-nested swiper__animated-arrows swiper-no-pad swiper-no-marg swiper-slide__with-bg swiper-buttons-initialized" data-swiper-desktop-grid="1" data-swiper-desktop-lg-grid="1" data-swiper-desktop-md-grid="1" data-swiper-tablet-grid="1" data-swiper-mobile-grid="1" data-gutter="0" data-gutter-mobile="0" data-grid="1,1,1,1,1" data-autoplay="false" data-autoheight="true" data-script="//ev40y6-fc.myshopify.com/cdn/shop/t/6/assets/swiper-bundle.min.js?v=108059131501615647841766399692">
          <div class="swiper-wrapper"><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="//ev40y6-fc.myshopify.com/cdn/shop/files/H1e8595d3528a44389979e2f5a006408ap.webp?v=1766485096&amp;width=365" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/H1e8595d3528a44389979e2f5a006408ap.webp?v=1766485096&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein image-loaded">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/Hba37c296dd974e54b9aabaf7c692ad0f8.webp?v=1766485097&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/Hed4f22c7ccc744719ce61036ee71b314G.webp?v=1766485097&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/Hb81850f9efa34a99bfc8ffcc299242b65.webp?v=1766485097&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="1000" height="1000" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/S99683461c16f4191849963c4c69e4ea6U.webp?v=1766485096&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="750" height="750" class="image-show--fadein">
    </tag-image></div></div></div>
            </div><div class="swiper-slide" lazy="true">
              <div class="image-hover-box__container">

<div class="image-hover-box"><div class="bg-preloader" style="--aspect-ratio: 1.0;"><tag-image class="product-card__image-main">
      <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" data-main="//ev40y6-fc.myshopify.com/cdn/shop/files/Sbada698c472b4694968ed4baa5e78a518.webp?v=1766485097&amp;width=50" loading="eager" fetchpriority="auto" alt="" width="750" height="750" class="image-show--fadein">
    </tag-image></div></div></div>
            </div></div>
        </swiper-slider>
        <div class="swiper-control-container swiper-control-container__absolute">
          <div class="internal-swiper-button-prev"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7071 3.29289C13.3166 2.90237 12.6834 2.90237 12.2929 3.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L12.2929 16.7071C12.6834 17.0976 13.3166 17.0976 13.7071 16.7071C14.0976 16.3166 14.0976 15.6834 13.7071 15.2929L8.41421 10L13.7071 4.70711C14.0976 4.31658 14.0976 3.68342 13.7071 3.29289Z" fill="#ffffff"></path>
</svg></div>
          <div class="swiper-pagination hide-desktop"></div>
          <div class="internal-swiper-button-next"><svg class="theme-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.29289 3.29289C6.68342 2.90237 7.31658 2.90237 7.70711 3.29289L13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071L7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071C5.90237 16.3166 5.90237 15.6834 6.29289 15.2929L11.5858 10L6.29289 4.70711C5.90237 4.31658 5.90237 3.68342 6.29289 3.29289Z" fill="white"></path>
</svg></div>
        </div></a>
    </div><div class="badges__container"></div>
  </div><product-form class="product-card__content"><form method="post" action="/cart/add" id="template--27759965077841__product-grid10545029808465" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓"><div class="product-card__content__main"><div class="body2 mt3 product-card__heading">
        <a href="/collections/descanso/products/mascara-para-dormir-con-auriculares-bluetooth-3d-sueno-y-musica-en-perfecta-armonia" class="product-card-name-size product-card-small__heading heading-color-block-hover a--no-hover-color clear-underline animation-underline native-hover">Máscara para dormir con auriculares Bluetooth 3D – Sueño y música en perfecta armonía
</a>
      </div><div class="rating-wrapper display-flex rating-wrapper--big-mt" style="visibility:hidden;" data-rating-count="0">
    <div class="rating_icons" role="img" aria-label="La calificación de este producto es 0 de 5">
      
        <div class="wokiee-rating__active" style="width:calc(0 * 100% / 5);"><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg></div>
        <div class="wokiee-rating__main" style="clip-path: inset(0 0 0 calc(0 * 100% / 5 - 1px));"><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M5.49227 0.386083C5.65208 -0.128695 6.34791 -0.128694 6.50773 0.386084L7.55815 3.7697C7.62962 3.99991 7.8346 4.15578 8.06588 4.15578H11.4651C11.9823 4.15578 12.1973 4.84841 11.7789 5.16656L9.02886 7.25775C8.84176 7.40003 8.76346 7.65223 8.83493 7.88245L9.88536 11.2661C10.0452 11.7808 9.48223 12.2089 9.06384 11.8908L6.31379 9.79957C6.12668 9.65729 5.87332 9.65729 5.68621 9.79957L2.93616 11.8908C2.51777 12.2089 1.95483 11.7808 2.11464 11.2661L3.16507 7.88245C3.23654 7.65223 3.15824 7.40003 2.97113 7.25775L0.221086 5.16656C-0.197303 4.84841 0.0177208 4.15578 0.534878 4.15578H3.93412C4.1654 4.15578 4.37038 3.99991 4.44185 3.7697L5.49227 0.386083Z" fill="#FEC107"></path>
            </svg></div>
      
    </div></div><div id="price-card-10545029808465template--27759965077841__product-grid"><div class="price__container">
  <div class="price"><div class="h5 card-price-large price__main">€14,99</div></div>
  <div class="unit-price body3 hide">
    <span></span>
    <span aria-hidden="true">/</span>
    <span class="visually-hidden">&nbsp;per&nbsp;</span>
    <span>
    </span>
  </div>
</div></div>
<card-variant-selects id="variant-selects-10545029808465" data-url="/products/mascara-para-dormir-con-auriculares-bluetooth-3d-sueno-y-musica-en-perfecta-armonia" data-section="template--27759965077841__product-grid" data-product="card-10545029808465template--27759965077841__product-grid"><fieldset class="product-form__input"><div class="mt16 product-form__container__card "><div class="product-form__item">
            <input type="radio" id="template--27759965077841__product-grid-10545029808465-1-0" class="product-form__item__input" name="Color" value="Pink" form="template--27759965077841__product-grid10545029808465" checked=""><label for="template--27759965077841__product-grid-10545029808465-1-0" class="btn btn--variant-smallcard visual-display--button btn__transition-text w-full">
              <span class="variant__btn__text">Pink</span>
              <div class="btn__texts">
                <span class="btn__top-text is-visible">Pink</span>
                <span class="btn__bottom-text is-hidden">Pink</span>
              </div>
            </label></div><div class="product-form__item">
            <input type="radio" id="template--27759965077841__product-grid-10545029808465-1-1" class="product-form__item__input" name="Color" value="Blue" form="template--27759965077841__product-grid10545029808465"><label for="template--27759965077841__product-grid-10545029808465-1-1" class="btn btn--variant-smallcard visual-display--button btn__transition-text w-full">
              <span class="variant__btn__text">Blue</span>
              <div class="btn__texts">
                <span class="btn__top-text is-visible">Blue</span>
                <span class="btn__bottom-text is-hidden">Blue</span>
              </div>
            </label></div><div class="product-form__item">
            <input type="radio" id="template--27759965077841__product-grid-10545029808465-1-2" class="product-form__item__input" name="Color" value="black" form="template--27759965077841__product-grid10545029808465"><label for="template--27759965077841__product-grid-10545029808465-1-2" class="btn btn--variant-smallcard visual-display--button btn__transition-text w-full">
              <span class="variant__btn__text">black</span>
              <div class="btn__texts">
                <span class="btn__top-text is-visible">black</span>
                <span class="btn__bottom-text is-hidden">black</span>
              </div>
            </label></div><div class="product-form__item">
            <input type="radio" id="template--27759965077841__product-grid-10545029808465-1-3" class="product-form__item__input" name="Color" value="GRAY" form="template--27759965077841__product-grid10545029808465"><label for="template--27759965077841__product-grid-10545029808465-1-3" class="btn btn--variant-smallcard visual-display--button btn__transition-text w-full">
              <span class="variant__btn__text">GRAY</span>
              <div class="btn__texts">
                <span class="btn__top-text is-visible">GRAY</span>
                <span class="btn__bottom-text is-hidden">GRAY</span>
              </div>
            </label></div></div>
      </fieldset><script type="application/json">
  [{"id":52666065518929,"title":"Pink","option1":"Pink","option2":null,"option3":null,"sku":"14:1052","requires_shipping":true,"taxable":false,"featured_image":{"id":78883215278417,"product_id":10545029808465,"position":5,"created_at":"2025-12-23T11:18:14+01:00","updated_at":"2025-12-23T11:18:16+01:00","alt":null,"width":750,"height":750,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/S99683461c16f4191849963c4c69e4ea6U.webp?v=1766485096","variant_ids":[52666065518929]},"available":true,"name":"Máscara para dormir con auriculares Bluetooth 3D – Sueño y música en perfecta armonía - Pink","public_title":"Pink","options":["Pink"],"price":1499,"weight":95,"compare_at_price":889,"inventory_management":"dsers-fulfillment-service","barcode":null,"featured_media":{"alt":null,"id":66323255132497,"position":5,"preview_image":{"aspect_ratio":1.0,"height":750,"width":750,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/S99683461c16f4191849963c4c69e4ea6U.webp?v=1766485096"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":52666065551697,"title":"Blue","option1":"Blue","option2":null,"option3":null,"sku":"14:173","requires_shipping":true,"taxable":false,"featured_image":{"id":78883215311185,"product_id":10545029808465,"position":6,"created_at":"2025-12-23T11:18:14+01:00","updated_at":"2025-12-23T11:18:17+01:00","alt":null,"width":750,"height":750,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/Sbada698c472b4694968ed4baa5e78a518.webp?v=1766485097","variant_ids":[52666065551697]},"available":true,"name":"Máscara para dormir con auriculares Bluetooth 3D – Sueño y música en perfecta armonía - Blue","public_title":"Blue","options":["Blue"],"price":1499,"weight":95,"compare_at_price":888,"inventory_management":"dsers-fulfillment-service","barcode":null,"featured_media":{"alt":null,"id":66323255165265,"position":6,"preview_image":{"aspect_ratio":1.0,"height":750,"width":750,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/Sbada698c472b4694968ed4baa5e78a518.webp?v=1766485097"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":52666065584465,"title":"black","option1":"black","option2":null,"option3":null,"sku":"14:193","requires_shipping":true,"taxable":false,"featured_image":{"id":78883215212881,"product_id":10545029808465,"position":4,"created_at":"2025-12-23T11:18:14+01:00","updated_at":"2025-12-23T11:18:17+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/Hb81850f9efa34a99bfc8ffcc299242b65.webp?v=1766485097","variant_ids":[52666065584465]},"available":true,"name":"Máscara para dormir con auriculares Bluetooth 3D – Sueño y música en perfecta armonía - black","public_title":"black","options":["black"],"price":1499,"weight":95,"compare_at_price":823,"inventory_management":"dsers-fulfillment-service","barcode":null,"featured_media":{"alt":null,"id":66323255066961,"position":4,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/ev40y6-fc.myshopify.com\/cdn\/shop\/files\/Hb81850f9efa34a99bfc8ffcc299242b65.webp?v=1766485097"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":52666065617233,"title":"GRAY","option1":"GRAY","option2":null,"option3":null,"sku":"14:691","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"Máscara para dormir con auriculares Bluetooth 3D – Sueño y música en perfecta armonía - GRAY","public_title":"GRAY","options":["GRAY"],"price":1499,"weight":95,"compare_at_price":890,"inventory_management":"dsers-fulfillment-service","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}]
  </script>
  </card-variant-selects>
      <div class="product-form__error-message-wrapper mt10" role="alert" hidden="">
        <span class="product-form__error-message color-error body3"></span>
      </div></div><div class="product-card__interface">
      <div id="form-card-10545029808465template--27759965077841__product-grid" class="product-card__form"><input type="hidden" name="id" value="52666065518929">
        <button type="submit" name="add" class="quick-add__submit btn btn__transition-text btn-card-width " data-type="type3">
          <div class="btn__texts"><span class="btn__top-text is-visible"><svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H2.83085C4.11846 0 5.24244 0.817794 5.65954 2H20L17.6029 10.7894C17.2469 12.0945 16.0615 13 14.7086 13H8.16915C6.71929 13 5.4769 11.9631 5.21754 10.5367L3.81472 2.82111C3.72826 2.34562 3.31413 2 2.83085 2H1C0.447715 2 0 1.55228 0 1C0 0.447715 0.447715 0 1 0ZM14.7086 11C15.1596 11 15.5547 10.6982 15.6734 10.2631L17.3815 4H6.06185L7.18528 10.1789C7.27174 10.6544 7.68587 11 8.16915 11H14.7086Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0014 17C10.0014 18.6569 8.6583 20 7.00145 20C5.3446 20 4.00145 18.6569 4.00145 17C4.00145 15.3431 5.3446 14 7.00145 14C8.6583 14 10.0014 15.3431 10.0014 17ZM8.00145 17C8.00145 17.5523 7.55373 18 7.00145 18C6.44916 18 6.00145 17.5523 6.00145 17C6.00145 16.4477 6.44916 16 7.00145 16C7.55373 16 8.00145 16.4477 8.00145 17Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0014 20C17.6583 20 19.0014 18.6569 19.0014 17C19.0014 15.3431 17.6583 14 16.0014 14C14.3446 14 13.0014 15.3431 13.0014 17C13.0014 18.6569 14.3446 20 16.0014 20ZM16.0014 18C16.5537 18 17.0014 17.5523 17.0014 17C17.0014 16.4477 16.5537 16 16.0014 16C15.4492 16 15.0014 16.4477 15.0014 17C15.0014 17.5523 15.4492 18 16.0014 18Z" fill="#F44336"></path>
</svg>Añadir a la cesta.
</span>
            <span class="btn__bottom-text is-hidden"><svg class="theme-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H2.83085C4.11846 0 5.24244 0.817794 5.65954 2H20L17.6029 10.7894C17.2469 12.0945 16.0615 13 14.7086 13H8.16915C6.71929 13 5.4769 11.9631 5.21754 10.5367L3.81472 2.82111C3.72826 2.34562 3.31413 2 2.83085 2H1C0.447715 2 0 1.55228 0 1C0 0.447715 0.447715 0 1 0ZM14.7086 11C15.1596 11 15.5547 10.6982 15.6734 10.2631L17.3815 4H6.06185L7.18528 10.1789C7.27174 10.6544 7.68587 11 8.16915 11H14.7086Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0014 17C10.0014 18.6569 8.6583 20 7.00145 20C5.3446 20 4.00145 18.6569 4.00145 17C4.00145 15.3431 5.3446 14 7.00145 14C8.6583 14 10.0014 15.3431 10.0014 17ZM8.00145 17C8.00145 17.5523 7.55373 18 7.00145 18C6.44916 18 6.00145 17.5523 6.00145 17C6.00145 16.4477 6.44916 16 7.00145 16C7.55373 16 8.00145 16.4477 8.00145 17Z" fill="#F44336"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0014 20C17.6583 20 19.0014 18.6569 19.0014 17C19.0014 15.3431 17.6583 14 16.0014 14C14.3446 14 13.0014 15.3431 13.0014 17C13.0014 18.6569 14.3446 20 16.0014 20ZM16.0014 18C16.5537 18 17.0014 17.5523 17.0014 17C17.0014 16.4477 16.5537 16 16.0014 16C15.4492 16 15.0014 16.4477 15.0014 17C15.0014 17.5523 15.4492 18 16.0014 18Z" fill="#F44336"></path>
</svg>Añadir a la cesta.
</span></div>
          <div class="loading-overlay__spinner hidden">
            <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
              <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
            </svg>
          </div>
        </button>
      </div></div><input type="hidden" name="product-id" value="10545029808465"><input type="hidden" name="section-id" value="template--27759965077841__product-grid"></form></product-form>
</div></div>
          </div></div>
      </div>
    </div>
  </div>
/* =====================================
   GRID REAL Y COMPACTO WOKIEE 3.0.3
   Colecciones Descanso / Bienestar
===================================== */

.template-collection .tt-product-listing {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
}

.template-collection .tt-product {
  display: block !important;
  padding: 10px !important;
  margin: 0 !important;
}

.template-collection .tt-product .tt-image-box img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

@media (max-width: 991px) {
  .template-collection .tt-product-listing {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575px) {
  .template-collection .tt-product-listing {
    grid-template-columns: 1fr !important;
  }
}

