/** Shopify CDN: Minification failed

Line 228:0 Unexpected "<"

**/
/* Pagina guia de quilts */

.quilts-title {
  text-align: center;
  margin: 40px 0;
  font-size: 2rem;
  border-bottom: thin solid #e5e8e8;
  padding-bottom: 15px;
}

.flex-quilts {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.item {
  padding: 20px;
}

.item img {
  width: 100%;
  transition: 0.3s;
}

.item img:hover {
  opacity: 0.8;
}

.col-30 {
  width: 30%;
}

.col-40 {
  width: 40%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.border-right {
  border-right: thin solid #e5e8e8;
}

.quilts-table tr td {
  margin-right: 0.625rem;
}

.grid-quilts {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  margin: 0 auto;
}

/* FIN Pagina guia de quilts */

.feed-sabanas-calugas img {
  margin-top: 10px;
  width: 280px;
  height: 280px;
  transition: opacity 0.5s ease;
}

.feed-sabanas-calugas img:hover {
  opacity: 0.8;
}

/* estilos para el menu de live-shopping, animacion circulo saltando arriba del texto*/

.shopping_live::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 0;
  animation-name: color-change-background;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

@keyframes color-change-background {
  0% {
    background: #cf0a0a;
    transform: translateY(0);
  }
  50% {
    background: #f96666;
    transform: translateY(-5px);
  }

  100% {
    background: #cf0a0a;
    transform: translateY(0px);
  }
}

/* fin estilos para el menu de live-shopping, animacion circulo saltando arriba del texto*/

.tituloHome1 {
  font-size: 27px;
  text-align: center;
}

.text-box {
  font-style: normal;
}

.current_price {
  font-weight: bold;
}

/* banner check out */

.header_checkout {
  background-color: #000000;
  padding: 20px;
}

.mensaje_checkout {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: white;
  width: 100%;
  text-transform: uppercase;
}

/* fin de banner para check out */

.stars_lottie {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -45%;
  left: 75%;
}

/* Editar la posicion del precio en los productos */
.thumbnail .price-ui-badges {
  top: -10%;
  right: 75%;
}

.price-ui-badge__sticker {
  font-weight: 300;
}

/* Fin Editar la posicion del precio en los productos */

/* Editar la medalla en los carruseles */

.js-product-slider .price-ui-badges--round .price-ui-badge__sticker {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 40px;
  padding: 0;
}

.js-product-slider .price-ui-badge__sticker {
  font-size: 12px;
}

/* Fin de editar medallas en los carruseles */

/* Inicio edigrosor */

.price-ui-badges--round .price-ui-badge__sticker {
  border-radius: 50%;
  border: 5px solid;
  width: 70px;
  height: 70px;
  line-height: 60px;
  padding: 0;
}

/* Fin editar edigrosor */

/* hacer mas grande el circulo "Oferta" de cada producto */

.product-main .price-ui-badge__sticker {
  width: 80px;
  height: 80px;
  line-height: 70px;
}

/* Fin de hacer mas grande el circulo "Oferta" de cada producto */

.grid-guille {
  display: grid;
  grid-template-columns: 504px 500px;
}

.ls-box-title {
  color: #ff999a !important;
}

.flexguille {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.itemguille {
  flex: 1 1 auto;
  text-align: center;
}

<!––
  Secciones
  calugas
  del
  home
  ––
  > #shopify-section-template--14692206346305__1659535976926b1d13
  section.section
  div.container {
  margin: 0 auto;
  padding: 0 !important;
}

.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
  margin: 10px;
}

#banner-template--14692206346305__1660087600dadceec3 div.container {
  padding-top: 0px;
  padding-bottom: 20px;
}

#shopify-section-16364817600fb861d4 a.itemguille img {
  height: 40px;
}

#shopify-section-template--14628744233025__1656432446efda4049 {
  margin-bottom: 40px;
}

#shopify-section-template--14628744233025__166008673067005d62 .container {
  padding-top: 20px;
  padding-bottom: 0px;
}

#shopify-section-template--14628744233025__1660087600dadceec3 .container {
  padding-top: 10px;
  padding-bottom: 30px;
}

div.social_buttons {
  display: none;
}

/*quitar el padding al shopable image*/

.shoppable-image {
  padding-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.sticky_nav ul.menu {
  padding-top: 23px !important;
}

.onliweb {
  display: inline;
}

.onlicel {
  display: none;
}

.text-movil {
  font-size: 23px;
  text-align: center;
}

/*Estilos CSS para PDP */

.descripcion-ancho {
  margin: auto;
  width: 1000px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .descripcion-ancho {
    width: auto;
  }
  .easytabs-text {
    max-width: 100%;
  }
}
.descripcion-ancho img {
  width: 100%;
}

@media screen and (min-width: 521px) {
  .easytabs-holder {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.texto-descripcion {
  font-size: 15px;
}

.tituloPDP {
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}

.tituloPDP2columnas {
  font-weight: bold;
  margin: 60px 0 0 0;
  text-align: center;
}

.tabsescritorio {
  position: relative;
  right: 550px;
  top: 200px;
  width: 1000px;
}

/*Estilos para landing infantil*/

.flexinfantil1 {
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

#shopify-section-template--14628744986689__16581789835576a64a .slider-gallery {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

#shopify-section-template--14628744986689__16581798781d74dd66 .slider-gallery {
  padding-top: 20px;
  padding-bottom: 20px;

  margin: 0;
}

#shopify-section-template--14628744986689__165790226192597b3d div.container {
  padding: 0;
}

#shopify-section-template--14628744986689__165817462289ed239c div.container {
  padding: 0;
}

#shopify-section-template--14628744986689__165817462289ed239c .one-whole {
  width: auto;
}

#shopify-section-template--14628682825793__1657902311e8ca6f2d section {
  max-width: inherit;
  width: 100%;
}

#shopify-section-template--14628744986689__1658179753ff7fe908 .one-whole {
  width: 100%;
}

#shopify-section-template--14628744986689__16583208291e1653dc {
  background-color: #e9eef4;
  background-image: url("/cdn/shop/files/fondo-n2.png?v=1658180215");
  background-size: cover;
}

#shopify-section-template--14628744986689__16583208291e1653dc.shoppable-image--section {
  max-width: inherit;
  width: auto;
  padding-left: 159px;
  padding-right: 159px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.calugasinfantil {
  padding: 20px 100px;
}

.tituloinfantil {
  padding-top: 30px;
}

.espacios {
  padding: 10px;
}

.fila1 {
  padding-left: 190px;
  padding-right: 270px;
}

.fila2 {
  padding-left: 310px;
  padding-right: 150px;
}

.fila3 {
  padding-left: 380px;
  padding-right: 80px;
  padding-bottom: 60px;
}

.pad1 {
  padding-top: 100px;
  padding-bottom: 10px;
}

.FondoLandingIntantil {
  background-size: cover;
}

#shopify-section-template--14628744986689__1658409484fa7bf6a0 .section {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
}

/*Fin landing infantil*/

/* COMIENZO ESTILOS PARA FOOTER DE TEXTO EN EL HOME */

.flex-mashini {
  display: flex;
  background-color: #f6f6f6;
  padding: 60px;
  line-height: 1.5;
  align-items: baseline;
}

.columna-footer {
  width: 33.333%;
  padding: 0 20px;
}

.columna-footer h5 {
  color: #4a4a4a;
  text-align: center;
}

.columna-footer p {
  color: #888;
  text-align: justify;
}

#shopify-section-template--14859719966785__166456565554558de6 .section {
  max-width: 100% !important;
  width: 100% !important;
}

.columna-footer a {
  text-decoration: underline;
}

#shopify-section-template--14859719966785__166456565554558de6 .one-whole {
  width: 100%;
}

#shopify-section-template--14859719966785__166456565554558de6
  .container
  .column {
  margin-left: 0;
  margin-right: 0;
}

#shopify-section-template--14859719966785__166456565554558de6 .container {
  padding: 0px;
}

/* FIN DE ESTILOS PARA FOOTER DE TEXTO EN EL HOME */

.animacion {
  font-weight: bold;
  animation-name: color-change;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes color-change {
  0% {
    color: #7473ab;
  }
  50% {
    color: #ce9fb1;
  }
  75% {
    color: #8989d3;
  }
  100% {
    color: #7473ab;
  }
}



@media (max-width: 768px) {
  .descripcion-ancho {
    position: relative;
    padding: 0 1rem;
  }
  .descripcion-ancho img {
    max-width: 100%;
  }
  .easytabs-contents {
    padding-right: 2rem;
  }
}

/*Media para Celular */
@media (max-width: 550px) {
  /* ESTILOS HOME DE NAVIDAD 2022 CELULAR*/

  #shopify-section-template--14838609969217__44fa973a-6dc1-462f-8b98-588f08f5e3af {
    margin-top: 20px;
  }

  .trescolumnas_navidad {
    margin: 20px 0px;
  }

  .titulo_navidad_1 {
    margin: 20px 0px;
    font-size: 20px;
    border-bottom: 5px #4f7660 solid;
  }

  .titulo_navidad_2 {
    margin: 20px 0px;
    font-size: 20px;
    border-bottom: 5px #4f7660 solid;
  }

  .container_navidad {
    border-bottom: 0px;
  }

  .container_navidad img {
    max-width: 5%;
  }

  /* FIN HOME DE NAVIDAD 2022 CELULAR*/

  /*margen abajo de la seccion calugas  */

  #shopify-section-template--14597155618881__16466710184fec6a80 {
    margin-bottom: 20px;
  }

  #shopify-section-template--14628744233025__16466710184fec6a80 {
    margin-bottom: 20px;
    margin-top: 20px !important;
  }

  #shopify-section-template--14628744233025__1656432446efda4049 {
    margin-bottom: 20px;
  }

  /*editar tamaño de las calugas de descuento en movil  */

  .price-ui-badges--round .price-ui-badge__sticker {
    border-radius: 50%;
    border: 5px solid;
    width: 60px;
    height: 60px;
    line-height: 50px;
    padding: 0;
  }

  .tituloHome1 {
    font-size: 13px;
    text-align: center;
  }

  .onliweb {
    display: none;
  }

  .onlicel {
    display: inline;
  }

  .grid-guille {
    display: inherit;
  }

  .bolsaCyber {
    height: 20px;
  }

  .text-movil {
    font-size: 10px;
    padding-top: 0px;
  }
  .text-box {
    padding-top: 0px;
  }

  /*Estilos CSS para PDP */

  .descripcion-ancho {
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 2.5rem 0 1rem;
  }
  .descripcion-ancho img {
    max-width: 100%;
  }
  .easytabs-contents {
    padding-right: 1rem;
  }

  .texto-descripcion {
    font-size: 12px;
  }

  .tituloPDP2columnas {
    font-weight: bold;
    margin: 10px 0 0 0;
    text-align: center;
  }

  /*quitar el padding al shopable image*/

  .shoppable-image {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  /*Estilos para landing infantil*/

  .calugasinfantil {
    padding: 5px 10px;
  }

  .espacios {
    padding: 2px;
  }

  .fila3 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .pad1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  #shopify-section-template--14628744986689__165790226192597b3d div.container {
    padding-top: 60px;
  }

  .FondoLandingIntantil {
    background-size: contain;
  }

  .tituloinfantil {
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  #shopify-section-template--14628744986689__16583208291e1653dc.shoppable-image--section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #shopify-section-template--14628744986689__1658409484fa7bf6a0 .section {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /*ocultar carrusel de productos en movil*/

  #shopify-section-template--14829410549825__c736419a-0fe6-4867-8b32-2890a32ddd38 {
    display: none;
  }

  .flexinfantil1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
  }

  /*fin landing infantil*/

  #shopify-section-template--14628744233025__1657558765c713ed05 div.container {
    padding: 10px 0;
  }

  #shopify-section-template--14628744233025__166008673067005d62 .container {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  #shopify-section-template--14628744233025__1660087600dadceec3 .container {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  /* COMIENZO ESTILOS PARA FOOTER DE TEXTO EN EL HOME */

  .flex-mashini {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }

  .columna-footer {
    width: 100%;
    padding: 0 20px;
  }

  /* FIN DE ESTILOS PARA FOOTER DE TEXTO EN EL HOME */

  /* star lottie para celular */

  .stars_lottie {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50%;
    left: 28%;
  }

  /* fin star lottie para celular */

  .feed-sabanas-calugas img {
    width: 176px;
    height: 176px;
  }

  /* Pagina guia de quilts */

  .col-30,
  .col-40,
  .col-60,
  .col-70 {
    width: 100%;
  }

  .flex-quilts {
    flex-direction: column;
  }

  .one-whole.column .flex-quilts:nth-child(3) {
    flex-direction: column-reverse;
  }

  .quilts-title {
    text-align: center;
    margin: 10px;
  }

  .grid-quilts {
    width: 100%;
  }

  #shopify-section-template--14859719966785__61520ede-adea-48db-9b97-4a96340c3318
    .is-flex-wrap {
    flex-wrap: nowrap;
    gap: 10px;
  }

  #section_template--14859719966785__e190ccf1-0a42-42d0-8759-9d0b9cb4aac7
    .imagenes-mobile
    img {
    width: 100% !important;
  }
}

