/** Shopify CDN: Minification failed

Line 266:20 Unexpected "{"
Line 266:29 Expected ":"
Line 273:20 Unexpected "{"
Line 273:29 Expected ":"
Line 274:20 Unexpected "{"
Line 274:29 Expected ":"

**/
:root {
       --heading-font-family: bahnschrift-semicondensed, sans-serif!important;
       --text-font-family: acumin-pro, sans-serif!important;
}


.h6 {
    font-family: var(--text-font-family);
    letter-spacing: -0.04em!important;
    font-weight: 500!important;
}

#main > .shopify-section.shopify-section--main-product:first-child > .section-spacing {
  padding-block-start: 0;
}

.h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.h3 {
  text-transform: uppercase;
  font-weight: 600!important;
  line-height: 1.2;
}


.h4, .h5 {
  font-family: 'acumin-pro';
  font-weight: 500;
  letter-spacing: -0.02em;
}


:checked+.block-swatch {
    background-color: white;
    font-weight: 500;
    z-index: 10;
}

.block-swatch {
    font-weight: 300;
    --swatch-padding: 1.5rem 1.75rem;
    line-height: 1 ;
}

.feature-badge {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

.feature-badge p {
  margin-block-start: 0!important;
}

.feature-badge-list {
    justify-content: space-between;
}

.title-with-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3em;
  width: 100%;
}

.title-with-price .product-info__block-item[data-block-type="title"] {
  flex: 1;
  min-width: 0;
}

.title-with-price .product-info__block-item[data-block-type="price"] {
  flex-shrink: 0;
  text-align: right;
}

.review-text {
  margin-left: 3px;
  letter-spacing: -0.01em;
}

.product-tabs {
  width: 100%;
  margin-top: calc(var(--product-info-gap) * 2);
}

.product-tabs__nav {
  display: flex;
  align-items: flex-end;
  gap: 2em;
  width: 100%;
  border-bottom: 0.5px solid rgb(var(--text-color) / 0.12);
  font-size: var(--text-h6);
}

.product-tabs__button {
  position: relative;
  flex-shrink: 0;
  padding: 0 0 12px;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  letter-spacing: -0.01em;
  font-weight: 300;
}

.product-tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.product-tabs__button.is-active {
  font-weight: 500;
}

.product-tabs__button.is-active::after {
  transform: scaleX(1);
}

.product-tabs__content {
  padding-top: 16px;
}

.product-tabs__panel[hidden] {
  display: none;
}


@media screen and (max-width: 699px) {
  .product-tabs__nav {
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-tabs__nav::-webkit-scrollbar {
    display: none;
  }
  p.h6.newsletter-title { 
    font-size: calc(var(--text-h2) - 2px )!important;
  }
  .multi-column__content  {
  width: 90%!important;
}

}

.product-info__block-group.feature-badge-list {
    margin-block-start: 0.75em !important;
}

.multi-column {
  column-gap: .1em;
}

.multi-column__content  {
  width: 65%;
  margin-block-start: .5em;
  margin-inline: auto;
}

.shopify-section--image-with-text .image-with-text__split-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.image-with-text__split-content p {
  text-align: justify;
  letter-spacing: -0.04em;
}

.image-with-text__split-content .h1 {
  font-family: var(--text-font-family);
}
 

.shopify-section--image-with-text .image-with-text__text-group {
  width: 100%;
}

.shopify-section--image-with-text .image-with-text__features {
  width: 100%;
}

.button--outline {
  padding: .25rem 0;
  font-family: var(--text-font-family);
  text-transform: capitalize!important;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax, figure) {
  text-align: center;
}

.prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
    margin-block-start: 0rem;
}

@media screen and (min-width: 1000px) { 
  .prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
    margin-block-start: 0.5rem;
}}

.video-content-overlay.bottom_center {
  padding-bottom: 2em;
}

a.product-title {
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  font-weight: 600;
}

.shopify-section--featured-collections .section-spacing {
  padding-block-start: 0.1em;
  padding-block-end: 2em;
}

.footer {
  border-bottom: 1px solid rgb(var(--border-color));
  margin-bottom: 1em;
}

.footer__block.footer__block--links .h6 {
  font-weight: 300!important;
  letter-spacing: -.01em !important;
}

p.heading.text-subdued.text-xxs {
  font-family: var(--text-font-family)!important;
}


.footer__group.footer-grid-item--divider {
  gap: 3em!important;
}
@media screen and (min-width: 700px) {
  #shopify-section-{{ section.id }} .footer__block--links {
    text-align: center;
  }
  p.h6.newsletter-title { 
    font-size: calc(var(--text-h2) - 7px )!important;
  }

  #shopify-section-{{ section.id }} .footer__block--links .v-stack,
  #shopify-section-{{ section.id }} .footer__block--links ul {
    align-items: center;
  }
  variant-picker.variant-picker.v-stack.gap-4 {
    padding-top: 3em;
}
}

.footer-newsletter__form {
    width: 90%!important;
    margin: auto;
}

.sold-out {
  opacity: .5!important;
}

buy-buttons.buy-buttons button.button.button--outline.w-full {
  background-color: #F5F5F5;
  padding: .65rem 1.75rem;
  opacity: 0.7;
}


.buy-buttons button[type="submit"].button.w-full {
  transition: opacity 0.3s ease;
}

.buy-buttons button[type="submit"].button.w-full:hover {
  opacity: 0.8;
}

.footer-newsletter__submit {
  transition: opacity 0.3s ease;
}

.footer-newsletter__submit:hover {
  opacity: 0.7;
}

.sizing-details {
  font-weight: 300!important;
  opacity: .7!important;
  letter-spacing: -0.01em!important;
}

button.link.variant-picker__size-guide.variant-picker__size-guide--desktop.sizing-details {
  text-decoration-thickness: 0.5px!important;
}  


.product-info__block-item .prose {
  line-height: 1.55;
  text-align: justify;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.section-stack.related {
  gap: 2em;
}

h2.account__heading {
  text-transform: uppercase!important;
  letter-spacing: 0.02em!important;
  font-weight: 600!important;
}

p.h3.multi-col-heading {
  font-size: calc(var(--text-h3) - 4px )!important;
}


.button {
  transition: all ease 1s;
}

.button:hover {
  opacity: .7;
}
button.collection-toolbar__button.heading.text-xxs.w-full {
    font-family: 'acumin-pro';
    letter-spacing: -0.03em;
}

.collection:only-child {
  margin-block-start: 0!important;
}    

@media screen and (min-width: 1000px) {
  .product-info {
    padding: 0 3em 0 2em;
  }
}

.accordion {
  border-block-width: 0px!important;
}

.accordion-group .accordion__toggle:first-of-type {
  padding-block: 0;
}

.product-info__block-group.feature-badge-list {
    margin-block-end: calc(var(--product-info-gap) + 10px);
}


.product-info__block-item .prose {
  margin-top: .25em!important;
}