/** Shopify CDN: Minification failed

Line 132:0 Expected "}" to go with "{"

**/
/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/

@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/londrinasolid/v17/flUiRq6sw40kQEJxWNgkLuudGfv1CgYzlZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Scroll smooth */
html, body{
  scroll-behavior: smooth;
}

::selection {
  background-color: #007d81;
  color: #f7f8fc;
}

/* Filtro */
.facets__disclosure{
  border: 1px solid #007D81 !important;
  border-radius: 30px;
}
.facets__display {
    border: 1px solid #007d81 !important;
    border-radius: 20px;
}
.facets__summary:focus{
  border: none !important;
}

/* Imagen Acana */
.stl__main{
  align-items: center;
}
span.product-page__policies a {
  color:#63a5e3;
}

/* iconos footer */
.social svg{
  height: 32px;
  width: 28px;
}

/* Footer por separado, Marca shopify footer*/
#shopify-section-sections--22005546189097__footer-bottom, #shopify-section-sections--22005546189097__footer {
  padding-top: 40px;
  color: #FFFF;
}

/* En la seccion colecciones, hasta donde va el ancla del video, cambiamos los margenes superiores por padding */
#shopify-section-template--20034934964521__index-features{
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Novedades en stock - Quitamos un margen en el titulo para disminuir el espacio de este con los productos */
#shopify-section-template--14617250824235__index-rich-text.shopify-section{
  margin-bottom: 0;
}

/* Banner precios */
.product-item-banner.low-stock,.product-item-banner.out-of-stock{
  background: #007D81 ;
}
.product-item-banners.animated{
  border-radius: 20px;
  background-color: #007D81;
}
/* Banner Popular */
.product-item-banner.best-selling{
  background-color: #007D81;
  color: #80DBDE;
  font-weight:bold;
}

/* imagen 404 */
.height-inherit{
  max-width: 60rem;
}

/* Target del precio */
.money {
  color: #007D81;
}

/* secccion de la info del producto*/
.shopify-section{
  align-self: center;
}

/* Tarjeta servicios*/
.index-features-item-content.center{
    border-radius: 62% 38% 64% 36% / 35% 47% 53% 65%;
}
.index-features-item .index-features-item-content{
  padding: 60px !important;
}

/* Tarjeta servicios imagenes*/
.index-features-item figure img.object-stretch {
    border-radius: 73% 27% 70% 30% / 34% 58% 42% 66%;
}

/* Tamaño imagen "compra este look" */
#shopify-section-template--20034934964521__index-shop-the-look article.product-item{
  width:calc(100% - 170px);
}

@media (max-width: 767px) {
  #shopify-section-template--20034934964521__index-shop-the-look article.product-item{
  width:100%;
}
  
