/** Shopify CDN: Minification failed

Line 9:0 Unexpected "<!--"
Line 45:0 Unexpected "<!--"
Line 63:0 Unexpected "<!--"

**/
<!--------------- Ulula Styles --------------->
<!--------------- HEADER --------------->

  .header__tape--style-1 {
      background: #767676;
}
  @media(min-width: 768px){
    .header__tape--style-1 {
      font-size: 15px;
  }
    a.header__btn-search {
        background: #767676;
        color: #fff;
        padding: 5px 10px;
        border-radius: 100px;
    }
    a.header__btn-search:before {
      content: '¿Qué buscabas?';
      color: #fff;
      font-size: 12px;
      padding-right: 6px;
  }
    a.header__btn-search svg g {
      fill: #fff;
  }
  a.header__btn-search:hover {
      transition: .2s;
      background: #D77D50;
  }
}
@media(max-width: 768px){
    .header__tape--style-1 {
      font-size: 13px;
  }
}
<!--------------- END OF HEADER --------------->

<!--------------- PRODUCT PAGE --------------->

.product-page-info form .product-page-info__visitors {
    display: none;
}
.product-page-info__dynamic-checkout {
    display: none !important;
}

@media(min-width: 768px){

}
@media(max-width: 768px){

}
<!--------------- END OF PRODUCT PAGE --------------->


<!--------------- End of Ulula Styles --------------->