/** Shopify CDN: Minification failed

Line 56:10 Unexpected "{"
Line 56:19 Expected ":"
Line 56:26 Unexpected "{"
Line 125:10 Unexpected "{"
Line 125:19 Expected ":"
Line 125:25 Unexpected "{"
Line 196:10 Unexpected "{"
Line 196:19 Expected ":"
Line 196:25 Unexpected "{"

**/
/* Use this file to add custom css to the theme. 
@media (min-width: 1024px){
.flickity-prev-next-button{
  display:block!important;
}
}*/

.footer .disclosure .input{
  background: none !important
}

#shopify-section-template--17682672910512__image_with_text_1 > section{
  padding-bottom:0;
}
#shopify-section-template--17682672910512__image_with_text_2 > section{
  padding-top: 0;
  padding-bottom:0;
}
#shopify-section-template--17682672910512__text_columns_with_images_MniGaq > section{
  padding-top: 0;
  padding-bottom: 0;
}
#shopify-section-template--17682672910512__text_columns_with_images_Nc8t8m > section{
  padding-top:0;
}
#shopify-section-template--17682672910512__text_columns_with_images_MniGaq > section .text-columns__content,
#shopify-section-template--17682672910512__text_columns_with_images_Nc8t8m > section .text-columns__content{
  gap: 0;
}
#shopify-section-template--17682672910512__text_columns_with_images_MniGaq > section .text-columns__content .text-block,
#shopify-section-template--17682672910512__text_columns_with_images_Nc8t8m > section .text-columns__content .text-block{
  padding: 0;
}
#shopify-section-template--17682672910512__text_columns_with_images_MniGaq > section .text-columns__image,
#shopify-section-template--17682672910512__text_columns_with_images_Nc8t8m > section .text-columns__image{
  margin-bottom:0;
}
#shopify-section-template--17682672910512__image_with_text_bQmVax > section{
  padding-top: 0;
  padding-bottom:0;
}

.section-{{ section.id }} {
  padding: 80px 20px;
}

.boutiques-grid__intro p{
    font-size:18px;}

.boutiques-card h2{
    text-transform: uppercase;
}
.boutiques-card h2 a{
    text-decoration:none;
}
.boutiques-card a{
    color: white;
    text-underline-offset: 3px;
}

.boutiques-grid__container{
  max-width: 1400px;
  margin: 0 auto;
}

.boutiques-grid__intro{
  text-align:center;
  max-width:700px;
  margin:0 auto 50px;
}

.boutiques-grid__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.boutiques-card{
  position:relative;
  width:100%;
}

.boutiques-card__image{
  position:relative;
  width:100%;
  padding-top:120%;
  background-size:cover;
  background-position:center;
}

.boutiques-card__overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:rgba(0,0,0,0.25);
}

.boutiques-card__content{
  color:white;
  max-width:70%;
}

.boutiques-card__content p{
  margin:0;
}



.section-{{ section.id }}{
  padding:80px 20px;
}

.featured-products__container{
  max-width:1400px;
  margin:0 auto;
}

.featured-products__header{
  text-align:center;
  margin-bottom:50px;
}

.featured-products__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}

.featured-product-card__link{
  text-decoration:none;
  color:inherit;
}

.featured-product-card__image{
  background:#efe6e1;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  height: 490px;
  overflow: hidden;
}

.featured-product-card__image img{
  max-width:100%;
  height:auto;
}

.featured-product-card__info{
  margin-top:15px;
}

.featured-product-card__title{
  font-size:16px;
  margin:0 0 5px;
  text-transform: uppercase;
}

.featured-product-card__price{
  font-size:16px;
}


.section.portadas{
  padding:0;
  text-transform: uppercase
}
.section.portadas .boutiques-grid__container{
  max-width: none
}
.section.portadas .boutiques-grid__container .boutiques-grid__grid{
  gap:0
}
.section.portadas h2{
  margin: 0
}



.section-{{ section.id }}{
  padding:80px 20px;
}

.boutiques-detail__container{
  max-width:1400px;
  margin:0 auto;
}

.boutique-row{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.boutique-row__image{
  position:relative;
  max-height: 750px;
  overflow: hidden
}

.boutique-row__image h2{
    font-size: 37px
}

.boutique-row__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.boutique-row__overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:white;
  font-size:28px;
  letter-spacing:2px;
}

.boutique-row__content{
  padding:80px;
  display:flex;
  flex-direction: column;
  font-size: 18px
}
.boutique-row__content h2{
    font-size: 37px
}
.boutique-row__content strong{
    font-size: 23px;
}


.boutique-row.is-reverse .boutique-row__image{
  order:2;
}

.boutique-row.is-reverse .boutique-row__content{
  order:1;
}


@media (max-width:780px) {

  .boutique-row__image{
    max-height: 280px
  }

  .boutique-row.is-reverse .boutique-row__image {
    order: 1;
}


  .video-hero__subheading p {
    font-size: 25px;
  }
  .rte h4 {
    font-size: 1.4em;
  }
  .boutiques-grid__grid{
    grid-template-columns:1fr;
  }

  .featured-products__grid{
    grid-template-columns:1fr;
  }

  .featured-product-card__image{
    height:380px;
  }

  .boutique-row{
  grid-template-columns:1fr;
  }

  .boutique-row__content{
    padding:40px 20px;
  }

}

.header-container.is-sticky .header {
  box-shadow: none !important;
}


@media (max-width: 38em) {
  .mosaic-grid__item {
  margin-bottom: 0px;
  /* margin-bottom: var(--spacing-medium); */
}
}

.secondary_button-style-bordered .bttn--secondary{
  border: 1px solid rgb(0 0 0 / 0%) !important;
  text-decoration: underline;
  padding:0px;
}

.secondary_button-style-bordered .bttn--secondary:hover{
background:transparent !important;
}


.video-hero__subheading{
      FONT-SIZE: 30PX;
      margin-bottom: -40px;
}
h2.text-block__item,.text-block__heading{
  font-size: 25px;
}


.globo-swatch-product-detail ul.value li.select-option input:checked+.globo-style--button, .globo-product-groups-detail .gsw-item-product-group a.is-gsw-active .globo-style--button {
    border-color: #000000;
    color: #000000 !important;
    background-color: #00000000 !important;
    
}

.globo-swatch-product-detail .swatch--gl li .globo-style--button:hover, .globo-product-groups-detail .gsw-item-product-group .globo-style--button:hover {
    border-color: #000000;
    color: #ffffff;
    background-color: #d0cbc76b !important;
  /*display: none;*/
}

.globo-swatch-product-detail .swatch--gl li label .attr-title-hover, .swatches-globo .swatch--gl li label .attr-title-hover {

     background-color: #d0cbc76b !important;
   /*display: none;*/
}

.globo-swatch-product-detail .swatch--gl li label .attr-title-hover:after, .swatches-globo .swatch--gl li label .attr-title-hover:after {

    border-color: #d0cbc76b transparent transparent  !important;
    display: none !important;
  
}


.secondary_button-style-bordered .section.section--contrast .bttn--secondary:hover {
    color: #000000;
  text-decoration: underline !important;
}

.secondary_button-style-bordered .section.section--contrast .bttn--secondary:before {
    background-color: #f9090900;
}
.mosaic-grid__subheading>h1{
  margin-bottom: -37px;
}

.globo-swatch-product-detail li label:hover .attr-title-hover, .swatches-globo .swatch--gl li label:hover .attr-title-hover {
   
    visibility: hidden  !important;
}


#localization_form, .drawer-menu__footer:before {
}

.type-heading-dynamic {
        text-transform: uppercase;
}

.product-item__details>a{
  text-transform: uppercase;
}


<!-------------------fotos del home----------------------->

div.mosaic-grid__item.mosaic-grid__item--medium-vertical-rect {
    grid-row: span 2;
    grid-column: span 1;
    padding-top: 0% !important;
}


@media (min-width: 60em){
  .mosaic-grid-2-column__grid {
    display: grid;
    grid-template-columns: repeat(2, 8fr);
    grid-gap: 20px;
    height: 1200px;
    gap: 20px;
    grid-gap: var(--spacing-medium);
    gap: var(--spacing-medium);
}
}
.image__img.lazyloaded {
    opacity: 1;
    transition: opacity .5s;
    object-fit: cover !important;
}

.sold-badge {
    color: var(--color-sold-out-badge-text);
    background-color: #897e72 !important;
}
.nav__item-b-accesorios-b{
  margin-top: 20px;
}