/** Shopify CDN: Minification failed

Line 19:0 Unexpected "<"
Line 29:14 Expected identifier but found whitespace
Line 29:16 Unexpected "{"
Line 29:25 Expected ":"
Line 29:49 Expected ":"
Line 45:0 Unexpected "<"
Line 90:29 Expected ")" to end URL token
Line 93:12 Expected identifier but found whitespace
Line 93:14 Unexpected "{"
Line 93:23 Expected ":"
... and 35 more hidden warnings

**/


/* CSS from section stylesheet tags */
<style>
  .center-logo-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
  }
  .center-logo-wrapper img {
    width: 100%;
    height: auto;
    max-width: {{ section.settings.max_width }}px;
    display: block;
    margin: 0 auto;
  }
.center-logo {
    width: 30%;
}
.center-logo-wrapper {
    display: flex;
    justify-content: center;
}
section#shopify-section-template--25132112871608__center_logo_6iKXe6 {
    padding-top: 60px;
    padding-bottom: 80px;
}

</style>
.random-collections-wrapper {
  text-align: var(--content-align);
  margin: var(--margin-block) 0;
}

.random-collections-title {
  font-size: var(--title-font-size);
  letter-spacing: var(--letter-spacing);
  text-transform: var(--text-transform);
  font-weight: var(--font-weight);
  color: var(--title-color);
  text-align: inherit;
  margin-bottom: 10px;
}

.random-collections-divider {
    border: none;
    border-top: 1px solid #ccc;
    max-width: 866px;
    margin: 20px 0px;
}
.random-collections-list {
  display: flex;
  justify-content: var(--content-justify);
  gap: var(--gap-size);
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.random-collections-list li a {
  font-size: var(--collection-font-size);
  font-weight: var(--collection-font-weight);
  text-decoration: none;
  color: var(--link-color);
  transition: color 0.3s;
}


.random-collections-list li a:hover {
  color: var(--hover-color);
}
.two-column-section {
    background-image: url({{ section.settings.background_image | image_url: 'master' }});
    background-size: cover;
    background-position: center;
    padding: {{ section.settings.container_padding | default: 40 }}px 20px;
  }
input {
    padding: 15px;
    border-radius: 4px !important;
    border: 1px solid #00000040;
    font-family: 'Montserrat';
    font-size: 14px !important;
}
select{
  padding: 15px;
  font-family: 'Montserrat';
    font-size: 14px !important;
    border-radius: 4px !important;
    border: 1px solid #00000040;
    background: transparent;
}
  .two-column-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    background-color: {{ section.settings.container_bg }};
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
  }

  .two-column {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
  }

  .two-column-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: {% if section.settings.show_border_bottom %}2px solid {{ section.settings.border_color }}{% else %}none{% endif %};
  }

  .top-image {
    text-align: center;
    margin-bottom: 30px;
  }

  .top-image img {
    max-width: 200px;
    height: auto;
  }
  button.cf-cancel.cf-button.btn.button {
    border: 1px solid #AA6546;
    color: #AA6546;
    border-radius: 4px;
     background: transparent;
}
button.cf-submit-form.cf-button.btn.button {
    background: #AA6546;
    color: white;
    border-radius: 4px;
    border: none;
}
.top-image img {
    margin: auto;
}
.two-column-container {
    background: #fff;
    padding: 20px;
}
.two-column-section {
    background: #f3f3f3;
}
  @media (max-width: 768px) {
    .two-column {
      width: 100%;
      padding: 10px;
    }

    .two-column-container {
      flex-direction: column;
    }
  }
.announcement-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: {{ section.settings.background_color }};
  color: {{ section.settings.text_color }};
  font-size: {{ section.settings.font_size_desktop }}px;
}

.bar-left, .bar-center, .bar-right {
  flex: 1;
  text-align: center;
}

.bar-left { text-align: left; }
.bar-right { text-align: right; }

.social-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: {{ section.settings.text_color }};
  text-decoration: none;
}

.icon-instagram {
  width: 16px;
  height: 16px;
  fill: {{ section.settings.text_color }};
}

.language-selector, .currency-selector {
  background: transparent;
  border: none;
  color: {{ section.settings.text_color }};
  font-size: inherit;
}

@media (max-width: 767px) {
  .announcement-bar {
    font-size: {{ section.settings.font_size_mobile }}px;
    justify-content: center;
  }
  .bar-left, .bar-right {
    display: none;
  }
  .bar-center {
    flex: unset;
    text-align: center;
  }
}
.thank-you-wholesale__container {
  margin: 0 auto;
  box-sizing: border-box;
  word-wrap: break-word;
}

.thank-you-wholesale__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}


.thank-you-wholesale__message {
  font-size: 16PX;
  line-height: 28px;
  max-width: 980px;
}

.thank-you-wholesale__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.thank-you-wholesale__button {
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}
img.thank-you-wholesale__image {
    width: 185px;
}
.thank-you-wholesale__heading {
    font-size: 45px;
    margin-bottom: 1rem;
    line-height: 55px;
}

@media (max-width: 768px) {
  .thank-you-wholesale__heading {
    font-size: 1.5rem;
  }

  .thank-you-wholesale__message {
    font-size: 1rem;
  }
  .thank-you-wholesale__heading {
    font-size: 30px;
    margin-bottom: 1rem;
    line-height: 40px;
}
}

/* CSS from snippet stylesheet tags */
.random-collections-wrapper {
  text-align: center;
  margin: 60px 0;
}

.random-collections-title {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #8c8c8c;
  margin-bottom: 10px;
}

.random-collections-divider {
  border: none;
  border-top: 1px solid #ccc;
  max-width: 866px;
  margin: 20px 0px;
}

.random-collections-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.random-collections-list li a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
  transition: color 0.3s;
}
.container-cat {
    padding: 20px 0 !important;
}
  a.cat-links:hover {
    color: #AA6546;
    border: 1px solid #AA6546 !important;
}
a.cat-links:hover {
    background-color: #f1ece661 !important;
}
.random-collections-list li a:hover {
  color: #AA6546;
}
a.cat-links {
    display: inline-block !important;
    padding: 8px 42px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.similar-category {
    display: grid;
    gap: 12px;
    grid-template-columns: auto auto auto auto;
}
@media screen and (max-width: 768px) {
  
  a.cat-links {
      display: inline-block !important;
      padding: 6px 14px !important;
      border: 1px solid #ccc !important;
      border-radius: 5px !important;
      background-color: #fff !important;
      font-weight: bold !important;
      font-size: 12px !important;
      text-align: center !important;
      text-decoration: none !important;
      cursor: pointer !important;
  }
  .similar-category {
      display: grid;
      gap: 7px;
      grid-template-columns: auto auto;
  }
  #shopify-section-template--25117160276152__product-grid .halo-collection-content.halo-grid-content.sidebar--layout_vertical
  {
      display: block !important;
  }
  toolbar-item.toolbar {
      padding: 0px 10px 23px 0;
  }
  span.facets__text {
      font-size: 17px;
  }
  .sidebarBlock.js-filter.sidebarBlock-none.Availability {
      margin-bottom: 10px !important;
  }
  .collection-filters__item.facets__wrapper {
    margin: 0px !important;
}
.container-cat {
    padding: 0 !important;
}

}