/** Shopify CDN: Minification failed

Line 366:0 Unexpected "}"

**/
/** TEXT COLORS **/
/* Cambiar el color del texto regular */

.mr-footer{
  color:#000000!important;
  font-weight:600;
}

.product-title {
  color: #000000;
  font-size:14px;
}

.product-info-title {
  color: #000000;
  font-size:18px;
  font-weight: 600
}

.mobile-menu-mr {
  margin-block-start: 5px;
  margin-block-end: 5px;
}

.col-title-mr{
  color:#93909082!important;
}

.footer-text-mr{
  color:rgb(var(--text-color) / .65)!important;
}

sale-price.text-on-sale .sr-only, .text-on-sale span.sr-only {
  visibility: hidden;
}

.header nav ul li summary, .header nav ul li a {
  color: #fffffff;
}

.collection-card p.h3 {
  color: #FFFFFF;
}
.collection-description,
sale-price.h6,
compare-at-price span,
compare-at-price.h6.text-subdued.line-through,
.text-sm,
p.blog-post-card__excerpt {
  color: #000000;
}
sale-price.h6.text-on-sale{
  color: #FA7970;
  font-size:13px;
}
.text-subdued {
  color: #000000;
}

.product-info-text-subdued {
  color: #000000;
  font-size:16px;
}

/** OLD THEME HELPER **/
.u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}



/** blog post images ratio **/
.blog-post-card > a > img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  margin-inline: auto;
}

/** TOP BAR **/
.announcement-bar p.prose a {
  background: unset;
}

header {
  width: 100%;
  margin: 0;
  padding: 0;
}

/** GENERAL CSS **/

/** TEXT LEFT PRODUCT INFO CARD **/
.product-card__info, .product-card__info :is(.price-list,.rating-badge), .product-card__info price-list, .product-card__info .justify-items-center {
  text-align: left;
  justify-items: left;
  justify-content: left;
}

/** breadcrumbs **/
.breadcrumb, .breadcrumb .breadcrumb--floating {
  display: none;
}


.PageDeliveryContent, .PageMaterialsContent{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0.75em;
}



#Materials header, #DeliveryAndMount header {
 	margin-bottom: 40px; 
}

.MoreInfoButtons {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    justify-content: center;
    margin-top: 2em;
    width: 100%;
}
.MoreInfoButtons a {
    color: var(--heading-color);
    font-size: 1.1em;
    border-top: 1px solid #e9e2e2;
    border-bottom: 1px solid #e9e2e2;
    text-transform: uppercase;
    padding: 1em;
    width: 50%;
    text-align: center;
}

.MoreInfoButtons a:nth-child(1) {
    border-right: 1px solid #e9e2e2;
}

.featured-nav-item {
    /* background: var(--button-background); */
    /* padding: 5px 10px; */
    color: #8f2420 !important;
    /* border-radius: 5px; */
}

.featured-nav-item__mob {
    color: var(--button-background) !important;
    font-weight: bold;
}

.featured-nav-item__mob .Collapsible__Plus{
    color: var(--button-background) !important;
    font-weight: bold;
}

.delivery_days {
  color: var(--heading-color);
  margin: .8em 0;
  display: flex;
  align-items: baseline;
  font-family: Karla;
  font-size: 1rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  align-items: self-end;
  margin-top:20px;
}

.delivery_days #in_stock_label {
    margin-right: 1em;
    color: rgb(108, 131, 93);
    display: flex;
    align-items: center;
}

/*Estilo para fecha en ficha de producto */
.delivery_days .delivery_date_estimation {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Evita el quiebre de línea dentro del contenedor */
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}

.delivery_days a {
    margin-left: 70px;
    color: white;
    display: flex;
    align-items: self-end;
    white-space: nowrap;
    flex-shrink: 0;
}

.delivery_days picture {
  flex-shrink: 0;
  font-size:0.6rem;
}
.delivery_days img {
    margin-right: 10px;
    width: 3.5em; /* Tamaño del icono del camión */
    height: auto; /* Mantiene la proporción del icono */
    flex-shrink: 0; /* Evita que el icono se reduzca demasiado */
}

.delivery_days #delivey_days_number {
    margin: 0 5px;
}

.fast-shipping {
    position: absolute;
    bottom: 5px;
    z-index: 1;
    background: #ffffff;
    padding: 0 0.7em;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    color: #56a281;
    font-size: 1em;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    word-spacing: 0.1rem;
}

.topright {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
    display: block;
    width: 4.25em;
    height: 4.25em;
    background: url(//wabihome.com/cdn/shop/t/40/assets/sales_label_es_2022.png?v=127878902966720739771764853377) no-repeat;
    background-size: cover;
    text-indent: -999em;
    text-decoration: none;
    z-index: 2;
}


.topright.sales--large {
	position: absolute;
    right: 1.3em;
    top: 1rem;
    display: block;
    width: 8.5em;
    height: 8.5em;
    background: url(//wabihome.com/cdn/shop/t/40/assets/sales_label_es_2022.png?v=127878902966720739771764853377) no-repeat;
    background-size: contain;
    text-indent: -999em;
    text-decoration: none;
    z-index: 2;
}

.topright.special-price {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
    display: block;
    width: 4.25em;
    height: 4.25em;
    background: url(//wabihome.com/cdn/shop/t/40/assets/special-price-flash.png?v=141132588789209117801764853379) no-repeat;
    background-size: cover;
    text-indent: -999em;
    text-decoration: none;
    z-index: 2;
}

.topright.special-price--large {
	position: absolute;
    right: 1.3em;
    top: 1rem;
    display: block;
    width: 8.5em;
    height: 8.5em;
    background: url(//wabihome.com/cdn/shop/t/40/assets/special-price-flash.png?v=141132588789209117801764853379) no-repeat;
    background-size: contain;
    text-indent: -999em;
    text-decoration: none;
    z-index: 2;
}

.topright.black-friday {
    position: absolute;
    right: 0.5em;
    top: -0.1px;
    display: block;
    width: 8.5em;
    height: 8.5em;
    background: url(//wabihome.com/cdn/shop/t/40/assets/topo-black-friday-png-2022.png?v=142812892593173775711764853384) no-repeat;
    background-size: contain;
    text-indent: -999em;
    text-decoration: none;
    z-index: 2;
}

.topright.black-friday.search, .topright.black-friday.product-label {
    width: 5em;
    height: 5em;
}

.topright.special-price.search {
    width: 5em;
    height: 5em;
}

.topright.black-friday--large {
	position: absolute;
    right: 0.5em;
    top: -0.1px;
    display: block;
    width: 8em;
    height: 8em;
    background: url(//wabihome.com/cdn/shop/t/40/assets/topo-black-friday-png-2022.png?v=142812892593173775711764853384) no-repeat;
    background-size: contain;
    text-indent: -999em;
    text-decoration: none;
    z-index: 2;
}

.topleft {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    display: block;
    width: 5em;
    height: 5em;
    background: url(//wabihome.com/cdn/shop/t/40/assets/sales_label_es_2022.png?v=127878902966720739771764853377) no-repeat;
    background-size: cover;
    text-indent: -999em;
    text-decoration: none;
    z-index: 2;
}

.topright + img {
    z-index: 1;
}

@media (max-width: 380px)/*  {
      
  /* Estilo versión móvil para poder visualizar la fecha de envio completa. */
  .delivery_days{
    white-space: normal !important;
  }
  .delivery_date_estimation{
    white-space: normal !important;
  }
} 

@media (min-width: 280px) and (max-width: 320px) {

  .topright {
      right: 0.3em;
      top: 0.3em;
      width: 3em;
      height: 3em;
  }
  
  .topright.sales--large {
	left: 1.3em;
    width: 7em;
    height: 7em;
  }
  
  .topright.search {
      right: 0.2em;
      width: 2em;
      height: 2em;
  }
  
  .topright.black-friday {
      right: 0.2em;
      width: 4em;
      height: 4em;
      top: 0.2em;
  }
  
  .topright.black-friday.search {
      right: 0.2em;
      width: 2em;
      height: 2em;
      top: -0.1px;
  }

  .topright.black-friday.search, .topright.black-friday.product-label {
    width: 2em;
    height: 2em;
  }

  .topright.special-price {
      right: 0.1em;
      width: 3em;
      height: 3em;
      top: 0.1em;
  }
  
  .topright.special-price.search {
      right: 0.2em;
      width: 2em;
      height: 2em;
      top: -0.1px;
  }
  
  .topright.black-friday--large {
    left: 0.5em;
    width: 4.5em;
    height: 4.5em;
  }

  .fast-shipping {  
    font-size: 0.4rem;
  }
}

@media only screen 
and (device-width: 428px) 
and (device-height: 926px) 
and (-webkit-device-pixel-ratio: 3) {
  /*
  .fast-shipping {
    font-size: 0.7rem;
    width: 50%;
  }*/
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  
  .topright.sales--large {
	left: 1.3em;
    width: 8.5em;
    height: 8.5em;
  }

  
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .topright.sales--large {
	left: 1.3em;
    width: 7em;
    height: 7em;
  }
  
  
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .topright {
      right: 0.3em;
      width: 2.5em;
      height: 2.5em;
  }
  
  .topright.sales--large {
	left: 1.3em;
    width: 7em;
    height: 7em;
  }
  
  .topright.black-friday {
      right: 0.7em;
      width: 2em;
      height: 2em;
  }
  
  .topright.black-friday.search {
     right: 0.2em;
     width: 2.5em;
     height: 2.5em;
     top: -0.1px;
  }

  .topright.special-price {
      right: 0.7em;
      width: 2em;
      height: 2em;
  }
  
  .topright.special-price.search {
     right: 0.2em;
     width: 2.5em;
     height: 2.5em;
     top: -0.1px;
  }

  .topright.black-friday--large {
    left: 1.3em;
    width: 8.5em;
    height: 8.5em;
  }
  
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

  .topright {
      right: 0.3em;
      top: 0.3em;
      width: 3em;
      height: 3em;
  }
  
  .topright.sales--large {
	left: 1.3em;
    width: 7em;
    height: 7em;
  }
  
  .topright.search {
      right: 0.2em;
      width: 2em;
      height: 2em;
  }
  
  .topright.black-friday {
      right: 0.2em;
      width: 4em;
      height: 4em;
      top: 0.2em;
  }
  
  .topright.black-friday.search {
      right: 0.2em;
      width: 2em;
      height: 2em;
      top: -0.1px;
  }

  .topright.black-friday.search, .topright.black-friday.product-label {
    width: 3em;
    height: 3em;
  }

  .topright.special-price {
      right: 0.2em;
      width: 4em;
      height: 4em;
      top: 0.2em;
  }
  
  .topright.special-price.search {
      right: 0.2em;
      width: 2em;
      height: 2em;
      top: -0.1px;
  }
  
  .topright.black-friday--large {
    left: 0.5em;
    width: 8.5em;
    height: 8.5em;
  }

  .fast-shipping {
    font-size: 0.8rem;
  }
}

/* Estilo para el badge del carrito. (Arhivo main-cart.liquid | Línea 183)*/
.eta-time-global {
  color: #6a835c;
  background-color: #e2ecdc;
  padding-left: 10px;
  padding-right: 10px;
}

.fuera-info{
  display: none !important;
}