/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 25:18 Unexpected "{"
Line 25:27 Expected ":"
Line 29:18 Unexpected "{"
Line 29:27 Expected ":"
Line 33:18 Unexpected "{"
Line 33:27 Expected ":"
... and 80 more hidden warnings

**/
#shopify-section-{{ section.id }}.ugc-section .ugc-mobile-margin {
  margin-top: 0;
}

#shopify-section-{{ section.id }}.ugc-section {
  background-color: #E5E0D5;
  overflow: hidden;
}

#shopify-section-{{ section.id }}.ugc-section .ugc-top-spacing {
  padding: 44px 0 0;
}

#shopify-section-{{ section.id }}.ugc-section .dots-nav {
  display: none;
}

#shopify-section-{{ section.id }}.ugc-section .h3 {
  font-family: 'Austin News Deck Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 93%;
  color: #000000 !important;
}

#shopify-section-{{ section.id }}.ugc-section span.product-meta__title {
  font-family: 'Austin News Deck Roman';
  font-style: italic;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 93% !important;
  color: #000000 !important;
}

#shopify-section-{{ section.id }}.ugc-section span.price {
  font-family: 'Messina Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 25px !important;
  line-height: 93% !important;
  color: #000000 !important;
}

#shopify-section-{{ section.id }}.ugc-section span.inventory {
  font-family: 'Messina Sans';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 93% !important;
  color: #D05500;
}

#shopify-section-{{ section.id }}.ugc-section .product__zoom-button {
  display: none;
}

#shopify-section-{{ section.id }}.ugc-section #shopify-installments-content,
#shopify-section-{{ section.id }}.ugc-section .product-tabs__trust-title {
  text-transform: uppercase;
}

#shopify-section-{{ section.id }}.ugc-section .ugc-heading.h2 {
  font-style: normal;
  text-align: center;
}

#shopify-section-{{ section.id }}.ugc-section header.section__header.text-container {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#shopify-section-{{ section.id }}.ugc-section .multi-column__text-container p strong {
  font-family: 'Messina Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

#shopify-section-{{ section.id }}.ugc-section .multi-column__text-container p {
  font-family: 'Messina Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px !important;
  text-align: center;
  color: #191919;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--container-gutter)*2);
  --container-outer-margin: 0px;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__wrapper {
  padding-left: 35px;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__wrapper .flickity-viewport {
  overflow: visible;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__item {
  width: 225px;
  margin-right: 12px;
  position: relative;
}

#shopify-section-{{ section.id }}.ugc-section .plus-sign {
  position: absolute;
  bottom: 45px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #f5f5dc;
  font-size: 16px;
  line-height: 16px;
  color: #f5f5dc;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  cursor: pointer;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__image {
  width: 225px;
  height: 280px;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__image img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__image img.flickity-lazyloaded {
  transition: opacity 0.4s;
  opacity: 1;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__handle {
  display: flex;
  margin-top: 7px;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__handle-svg {
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__handle-text {
  font-family: 'Messina Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 93%;
}

#shopify-section-{{ section.id }}.ugc-section .ugc__handle-text p {
  font-size: var(--body-small-font-size-mobile);
}

.ugc-section .ugc__wrapper .custom-left-arrow,
.ugc-section .ugc__wrapper .custom-right-arrow {
  position: absolute;
  top: 110%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  display: none;
}

#shopify-section-{{ section.id }}.ugc-section .custom-left-arrow {
  left: 7%;
}

#shopify-section-{{ section.id }}.ugc-section .custom-right-arrow {
  right: 7%;
}

@media screen and (min-width: 768px) {
  #shopify-section-{{ section.id }}.ugc-section .ugc__handle-text p {
    font-size: var(--body-small-font-size-desktop);
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc-desktop-margin {
    margin-top: 0 !important;
  }

  #shopify-section-{{ section.id }}.ugc-section {
    padding-bottom: 15px;
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc-top-spacing {
    padding-top: 70px;
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc__wrapper {
    margin-top: 50px;
    padding-left: 0px;
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc__item {
    width: 300px;
    margin-right: 30px;
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc__image {
    width: 300px;
    height: 372.77px;
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc__wrapper .custom-left-arrow,
  #shopify-section-{{ section.id }}.ugc-section .ugc__wrapper .custom-right-arrow {
    display: flex;
  }

  #shopify-section-{{ section.id }}.ugc-section .dots-nav {
    display: flex;
  }

  #shopify-section-{{ section.id }}.ugc-section .h3 {
    font-family: 'Austin News Deck Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 93%;
    color: #522D28 !important;
  }

  #shopify-section-{{ section.id }}.ugc-section span.product-meta__title {
    font-family: 'Austin News Deck Roman';
    font-style: italic;
    font-weight: 400;
    font-size: 21px !important;
    line-height: 93% !important;
    color: #522D28 !important;
  }

  #shopify-section-{{ section.id }}.ugc-section span.price {
    font-family: 'Messina Sans';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 93% !important;
    color: #522D28 !important;
  }

  #shopify-section-{{ section.id }}.ugc-section span.inventory {
    font-family: 'Messina Sans';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 93% !important;
    color: #E9804E !important;
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc-heading {
    font-style: normal;
    font-weight: 400;
    line-height: 93%;
  }

  #shopify-section-{{ section.id }}.ugc-section .ugc__handle {
    display: flex;
    margin-top: 14px;
  }
}