/** Shopify CDN: Minification failed

Line 73:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:orihica--store-list-regions (INDEX:41) */
#Store_wrapper .button {
    background-color: #c88619;
    border: #c88619 solid 1px;
  }
/* END_SECTION:orihica--store-list-regions */

/* START_SECTION:store--listregions (INDEX:50) */
#Store_wrapper .button {
    background-color: #c88619;
    border: #c88619 solid 1px;
  }
/* END_SECTION:store--listregions */

/* START_SECTION:store--listregions_orihica (INDEX:51) */
#Store_wrapper .button {
    background-color: #233052;
    border: #233052 solid 1px;
  }
  #Store_wrapper .button:hover {
    border: #233052 solid 1px;
  }
  #Store_wrapper .button:hover span {
    color: #233052;
  }
/* END_SECTION:store--listregions_orihica */

/* START_SECTION:main-search (INDEX:120) */
#product-grid {
    display: flex;
    flex-direction: column;
  }
  #product-grid figure {
    min-width: 70px;
    width: 70px;
    margin-left: 20px;
  }
  /*#product-grid .product-card-info h5 {
    text-transform: uppercase;
}*/
  #product-grid .search-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 15px 0;
    border-bottom: solid 1px #d9d9d9;
  }
  #product-grid .search-post_title {
  }
  #product-grid .product-card-info h5, 
  #product-grid .search-post_title h5 {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  #product-grid .product-card-info .amount, 
  #product-grid .product-card-info .product-card-swatches--title,
  #product-grid .search-post_title p {
    font-size: 10px;
    color: #333333;
  }  
  }
  @media only screen and (min-width: 768px){
    #product-grid .product-card-info h5 {
      padding-top: 20px;
      font-size: 20px;
    }
  }

  @media only screen and (min-width: 768px) {
    #product-grid {
    }
    #product-grid figure {
      width: 100px;
    }
    #product-grid .search-post {
      min-height: 130px;
      padding: 30px 0;
    }
    #product-grid .search-post_title {
    }
  #product-grid .product-card-info h5,
    #product-grid .search-post_title h5 {
      padding-top: 20px;
      font-size: 20px;
    }
  #product-grid .product-card-info .amount, 
  #product-grid .product-card-info .product-card-swatches--title,
    #product-grid .search-post_title p {
      font-size: 12px;
    }
  }
/* END_SECTION:main-search */