/** Shopify CDN: Minification failed

Line 220:0 Unexpected "}"
Line 364:2 "ine-height" is not a known CSS property

**/
/* Home catalog based on Hismile structure - improved visibility */
 .home-container{
    width:100%;
    background: rgb(var(--light-4));
}
 .component-catalog{
    padding:3rem 0;
}

.home-container.hismile-product-grid-wrapper {
    padding: 0 0 40px;
}

.component-image-container--hover-swap {
  position: relative;
  overflow: hidden;
}


.component-image-container--hover-swap .component-image--primary,
.component-image-container--hover-swap .component-image--hover {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity .28s ease;
}

.component-image-container--hover-swap .component-image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
img.catalog-product-image.component-image.component-image--primary {
    object-fit: contain;
}

img.catalog-product-image.component-image.component-image--hover {
    object-fit: cover;
    object-position: center;
}
img.component-image.component-image--hover {
    object-fit: cover;
    object-position: center;
}
.hismile-collection-grid .component-catalog__product.double_wide .component-image-container img {
    object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .component-catalog__product-image-container:hover .component-image-container--hover-swap.has-hover-image .component-image--primary {
    opacity: 0;
  }

  .component-catalog__product-image-container:hover .component-image-container--hover-swap.has-hover-image .component-image--hover {
    opacity: 1;
  }
}
@media (max-width: 991px){
  .hs-btn-primary-alt{
    height: 52px;
  }
}

@media (min-width: 991px){
   
  .hs-btn-primary-alt{
    height: 52px;
  }
}

 .component-catalog__content{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:1.5rem;
    margin-bottom:2rem
}
 .component-catalog__content-container{
    max-width:44rem
}
 .component-catalog__title{
    margin:0 0 .5rem;
    color:rgb(var(--dark-1));
    font-size:clamp(1.8rem,4vw,2rem);
    line-height:1.1;
    letter-spacing:-.03em;
    font-weight:400;
    font-family:Circular,Helvetica,Arial,sans-serif;
}

.component-catalog__product-title {
    text-align: center;
    color: rgb(var(--dark-1));
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 400;
    font-family: Circular, Helvetica, Arial, sans-serif;

}


 .component-catalog__blurb{
    margin:0;
    color:rgb(var(--mid-1));
    font-size:1.125rem;
    line-height:1.35;
    font-weight:400;
    font-family:Circular,Helvetica,Arial,sans-serif;
}
 .home-catalog__button{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    white-space:nowrap;
}
.hs-btn-primary-alt.outline:hover {
    background: 0 0;
    color: rgb(var(--dark-1));
    border-color: rgb(var(--light-1))
}

 .home-catalog__button .icon-chevron-right{
    width:.75rem;
    height:.75rem
}



.component-catalog__product{
  flex:0 0 280px;
  width:280px;
  min-width:280px;
  scroll-snap-align:start;
  opacity:.22;
  /*transform:scale(.985);*/
  transition:opacity .45s ease, transform .45s ease, filter .45s ease;
  filter:saturate(.92);
  scroll-snap-align:start;
  scroll-snap-stop:always;
  position: relative;
  height: 100%;
  
}
.component-catalog__product-container{
    display:flex;
    gap:1rem;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    padding-bottom:.5rem;
    position:relative;
    scroll-padding-left:var(--padding,1.25rem);
}


.component-catalog__product.is-visible{
  opacity:1;
  transform:scale(1);
  filter:saturate(1);
}

.component-catalog__product.is-partial{
  opacity:.48;
  transform:scale(.992);
  filter:saturate(.96);
}


 .component-catalog__product-media-container{
    margin-bottom:1rem
}
 .component-catalog__product-image-container{
    display:block;
    text-decoration:none
}
 .component-product-image.catalog .component-image-container{
    background:rgb(var(--light2));
    border-radius:1rem;
    overflow:hidden;
    aspect-ratio:1/1;
    padding:0rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.component-image{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    opacity:1;
    mix-blend-mode:normal;
}
 .component-image--empty{
    width:100%;
    height:100%;
    background:#efefef;
    border-radius:.75rem
}

 .component-catalog__product-content{
    display:flex;
    flex-direction:column;
    gap:.5rem;
    justify-content: flex-end;
    flex: 1 0 auto;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}
}
 .component-catalog__product-title{
    color:rgb(var(--dark-1));
    text-decoration:none;
    font-size:1.1rem;
    line-height:1.35;
    font-weight:400;
    font-family:Circular,Helvetica,Arial,sans-serif;
    text-align: center;
}
 .component-catalog__product-price{
    color:rgb(var(--dark-1));
    text-align: center;
}

 .component-price__current-container{
    display:flex;
    align-items:center;
    gap:.35rem;
    flex-wrap:wrap
}
 .component-price__currency{
    font-size: 1rem;
}
 .component-price__current{
    font-size:2rem;
    font-weight:500
}

.component-price {
    margin-bottom: 1rem;
}
 .component-price__compare{
    font-size:.9375rem;
    color:rgb(var(--mid-1));
    text-decoration:line-through
}
 .component-catalog__product-button-container{
    margin-top:.25rem
}
 .component-atc-button,.custom-bundle-btn,.hs-btn-primary,.hs-btn-primary-alt{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:2.875rem;
    padding:0 1.25rem;
    border-radius:999px;
    border:1px solid rgb(var(--dark-1));
    background:rgb(var(--dark-1));
    color:rgb(var(--white));
    text-decoration:none;
    font-size:.9375rem;
    font-weight:500;
    line-height:1;
    cursor:pointer
}
 .hs-btn-primary-alt.outline{
    background:transparent;
    color:rgb(var(--dark-1))
}
 .variant-selector__buttons{
    display:flex;
    align-items:center;
    gap:.5rem;
    margin-top:.75rem;
    flex-wrap:wrap
}
 .variant-selector__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:2rem;
    height:2rem;
    border-radius: 5px;
    border:1px solid rgb(var(--light-3));
    padding:0;
    background:transparent;
    text-decoration:none
}
 .variant-selector__button.active{
    border-color:rgb(var(--dark-1))
}
 .variant-selector__button .component-image-container{
    width:100%;
    height:100%;
    border-radius:5px;
    overflow:hidden;
    background:#fff;
    padding:0
}
 .variant-selector__text{
    font-size:.75rem;
    color:rgb(var(--dark-1))
}
 .variant-selector__remaining a{
    font-size:.875rem;
    color:rgb(var(--mid-1));
    text-decoration:none
}

 .component-image-container--placeholder{
    aspect-ratio:1/1;
    background:rgb(var(--light-3))
}
 .padding-container{
    padding-left:var(--padding,1.25rem);
    padding-right:var(--padding,1.25rem)
}
 @media (max-width:880px){
    
    .component-catalog__product{
      min-width: 260px;
      scroll-snap-align:start;
     scroll-snap-stop:always;
    }
    .padding-container{
      padding: 1.1rem 0 0 0.5rem;
    }
    .component-catalog__content.padding-container {
        padding: 2.2rem 1.5rem 0rem;
    }
}
 
 @media (max-width:767px){
    .component-catalog__content{
        flex-direction:column;
        align-items:flex-start
    }
    .component-catalog__blurb br{
        display:none
    }
}

.hs-pill-information{
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  background: rgb(var(--white));
  color:rgb(var(--dark-1));
  border-radius: 10px;
  padding: 0.6rem 1.3rem;
  font-size: 1.1rem;
  ine-height: 1;
  white-space: nowrap;
}

/* Desktop / tablet: sin efecto de transparencia */
@media (min-width: 768px) {

  .component-catalog--grid .component-catalog__product,
  .component-catalog--grid .component-catalog__product.is-visible,
  .component-catalog--grid .component-catalog__product.is-partial,
  .component-catalog--grid .component-catalog__product.is-edge {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

}

@media (max-width: 768px) {
  .component-catalog__product .component-atc-button, .component-catalog__product .custom-bundle-btn{
    font-size: 1rem;
  }
}


.component-catalog__product-button {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.component-catalog__product-button--add, .component-catalog__product__custom-bundle-btn {
  border: 1px solid rgb(var(--dark-1));
  background: rgb(var(--dark-1));
  color: rgb(var(--white));
}

.component-catalog__product-button--customize {
  border: 1px solid rgb(var(--dark-1));
  background: transparent;
  color: rgb(var(--dark-1));
}

.component-catalog__product-button--customize:hover, .custom-bundle-btn.component-catalog__product-button--customize:hover {
  background: rgb(var(--dark-1));
  border-color: rgb(var(--dark-1));
  color: rgb(var(--white));
}

a.hs-btn-primary-alt.outline.custom-bundle-btn.component-catalog__product-button.component-catalog__product-button--customize {
  background: rgb(var(--dark-1));
  border: 1px solid rgb(var(--dark-1));
  color: rgb(var(--white));

}

a.hs-btn-primary-alt.outline.custom-bundle-btn.component-catalog__product-button.component-catalog__product-button--customize:hover {
  background: rgb(var(--dark-2));
  border-color: rgb(var(--dark-2));
  color: rgb(var(--white));
}

.hs-btn-primary.custom-bundle-btn:hover,
.hs-btn-primary-alt.outline.custom-bundle-btn:hover {
  transform: none !important;

}


button.hs-btn-primary.custom-bundle-btn.component-catalog__product-button.component-catalog__product-button--add{
    background: rgb(var(--dark-1));
    border: 1px solid rgb(var(--dark-1));
    color: rgb(var(--white));
}
button.hs-btn-primary.custom-bundle-btn.component-catalog__product-button.component-catalog__product-button--add:hover{
    background: rgb(var(--dark-2));
    border: 1px solid rgb(var(--dark-2));
    color: rgb(var(--white));
}
.component-catalog__product-container {
  align-items: stretch;
}

.component-catalog__product {
  display: flex;
  flex-direction: column;
  height: auto;
}

.component-catalog__product-media-container {
  flex: 0 0 auto;
}

.component-catalog__product-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 140px;
}

.component-catalog__product-meta {
  flex: 1 1 auto;
}

.component-catalog__product-title {
  line-height: 1.35;
}

.component-catalog__product-price {
  margin-top: 4px;
}

.component-catalog__product-button-container {
  margin-top: auto;
  padding-top: 12px;
}

/* Solo bundles dentro de recomendaciones */

product-recommendations .component-catalog__product-image-container--bundle .component-image-container,
product-recommendations .component-image-container--bundle {
  aspect-ratio: 1.87 / 1;

}
product-recommendations .component-catalog__product-image-container--bundle .component-image,
product-recommendations .component-image--bundle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Hover image del bundle también en cover */
product-recommendations .component-catalog__product-image-container--bundle .component-image--hover,
product-recommendations .component-image--hover.component-image--bundle {
  object-fit: cover;
  object-position: center;

}

@media (min-width: 992px) {
  .component-catalog--cart .component-catalog__product-container {
    align-items: stretch;
  }

  .component-catalog--cart .component-catalog__product {
    height: 100%;
  }
}

.component-price__compare.is-hidden {
  display: none !important;
}


/*Hover image*/
.component-image-container--hover-swap {
  position: relative;
  overflow: hidden;
}

.component-image-container--hover-swap .component-image--primary,
.component-image-container--hover-swap .component-image--hover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity .28s ease;
  object-position: center;
}

.component-image-container--hover-swap .component-image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .component-catalog__product-image-container:hover .component-image-container--hover-swap .component-image--primary {
    opacity: 0;
  }

  .component-catalog__product-image-container:hover .component-image-container--hover-swap .component-image--hover {
    opacity: 1;
  }
}

/* Product grid image hover fix */
.hismile-product-grid-wrapper .component-image-container--hover-swap {
  position: relative;
  overflow: hidden;
}

.hismile-product-grid-wrapper .component-image-container--hover-swap .component-image,
.hismile-product-grid-wrapper .component-image-container--hover-swap .catalog-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hismile-product-grid-wrapper .component-image-container--hover-swap .component-image--primary {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.hismile-product-grid-wrapper .component-image-container--hover-swap .component-image--hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

@media (hover: hover) {
  .hismile-product-grid-wrapper .component-image-container--hover-swap.has-hover-image:hover .component-image--hover {
    opacity: 1;
    visibility: visible;
  }
}

.hismile-product-grid-wrapper .component-catalog__product-image-container,
.hismile-product-grid-wrapper .component-product-image.catalog,
.hismile-product-grid-wrapper .media-insert-container,
.hismile-product-grid-wrapper .component-image-container {
  width: 100%;
}