/** Shopify CDN: Minification failed

Line 63:10 Expected identifier but found whitespace
Line 63:12 Unexpected "{"
Line 63:21 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-header (INDEX:12) */
.collection-banner-list-inner{
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
  }
  .collection-banner-list-inner .collection-banner-list-item{
    flex: 1;
    margin-right: 16px;
  }
  .collection-banner-list-inner .collection-banner-list-item:last-child{
    margin-right: 0;
  }
  .collection-banner-list-inner .collection-banner-list-item a{
    display: block;
  }
  @media screen and (max-width: 768px) {
    .collection-banner-list-wrapper{
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .collection-banner-list-wrapper::-webkit-scrollbar {
      display: none;
    }
    .collection-banner-list-inner{
      margin-top: 2px;
      margin-bottom: 12px;
    }
    .collection-banner-list-inner .collection-banner-list-item{
      flex: 0 0 32%;
      margin-right: 4px;
    }
  }

  .h-auto{
    height: auto !important;
  }
  .collection-hero{
    background: transparent;
  }
  .collection-link-child{
    display: flex;
    padding: 0 3px;
    /*border-bottom: 1px solid rgba(100,100,100,.2);*/
  }
  .collection-link-child>a{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    white-space: nowrap;
    color: {{ section.settings.child_link_color }};
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.4);
    margin: 5px;
    border-radius: 5px;
  }
  @media screen and (min-width: 769px) {
    .collection-link-child{
      justify-content: center;
    }
  }

  .collection-hero {
    position: relative;
  }
  .collection-hero-copy-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .collection-hero-copy-wrapper .collection-hero-copy-item {
    flex: 1 1 auto;
    height: 100%;
    cursor: copy;
    position: relative;
  }
  .collection-hero-copy-wrapper .collection-hero-copy-item[data-copy-disabled] {
    cursor: default;
  }
  .collection-hero-copy-wrapper .collection-hero-copy-item:active {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .3);
  }
  .collection-hero-copy-wrapper .collection-hero-copy-item[data-copy-disabled]:active {
    box-shadow: none;
  }
  .collection-hero-copy-item::after {
    content: "Successfully copied";
    width: 100%;
  }
  .collection-hero-copy-item::after, .collection-hero-copied {
    height: 0;
    padding: 0 10px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .5);
    color: #333;
    border-radius: 2px 2px 0 0;
    transition: all ease .3s;
    line-height: 25px;
    overflow: hidden;
  }
  .collection-hero-copy-item.copied::after {
    height: 25px;
  }
  .collection-hero-copied.open {
    height: 25px;
  }
/* END_SECTION:collection-header */

/* START_SECTION:login (INDEX:39) */
.social-login {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
  }
  .social-login .social-login-item {
    display: flex;
    gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
/* END_SECTION:login */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:search-bar (INDEX:161) */
.search-bar.has-tag{
    position: relative;
  }
  .search-bar.has-tag::before {
    content: 'Plus ';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #78562c;
    font-weight: 600;
    padding: 1px 1px;
  }
/* END_SNIPPET:search-bar */

/* START_SNIPPET:social-login (INDEX:172) */
.social-login-line{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 12px;
    gap: 10px;
    color: #cccccc;
  }
  @media (max-width: 768px) {
    .social-login-line{
      height: 35px;
    }
  }
  .social-login-line::before, .social-login-line::after{
    content: '';
    flex: 1;
    height: 1px;
    background-color: #cccccc;
  }
  .social-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  .social-login .social-login-item {
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
  }
/* END_SNIPPET:social-login */