/** Shopify CDN: Minification failed

Line 237:16 Expected identifier but found whitespace
Line 237:18 Unexpected "{"
Line 237:27 Expected ":"
Line 237:55 Expected ":"
Line 299:12 Expected identifier but found whitespace
Line 299:14 Unexpected "{"
Line 299:23 Expected ":"
Line 299:59 Expected ":"

**/
/* general */

.product-modal table tr > td {
  word-wrap: normal;
}
.product-modal table {
  table-layout: auto;
}
@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: .625rem;
  }
}
.prose :where(:not(meta,span)+*) {
  margin-block-start: .5rem;
}
.shopify-section--images-with-caption image-with-text {
  align-items: start;
  gap: 80px;
}
@media(max-width: 1023px) {
  .shopify-section--images-with-caption image-with-text {
    display: block;
  }
  .shopify-section--images-with-caption .text-caption {
    margin: 20px auto 0;
    max-width: 750px;
    padding: 0 40px;
    text-align: center;
  }
}
.text-caption {
  margin-top: 20px;
}
@media(min-width: 1024px) {
  .text-caption p {
    max-width: 75%;
  }
}
.brick__block--contact-form {
  display: flex;
}
.brick__block--contact-form .brick__block__text {
  flex-flow: row wrap !important;
}
.brick__block--contact-form .brick__block__text h4, 
.brick__block--contact-form .brick__block__text .hero__content, 
.brick__block--contact-form .brick__block__text form {
  width: 100%;
  text-align: left;
}
.section-overlay-header .hero__content {
  max-width: unset !important;
  width: 100%;
}
@media(width < 750px) {
  [data-section-type="featured-video"] .hero__content {
    text-align: center;
  }
  [data-section-type="featured-video"] .hero__button-group {
    margin: 0 auto;
  }
}
@media(min-width: 1000px) {
  .section-overlay-header .hero__content > .hero__button,
  .section-overlay-header .hero__content > .hero__button-group {
    margin: 0;
    justify-content: end;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: var(--outer) calc(var(--outer) - var(--line)) calc(var(--outer) - var(--line)) var(--outer);
  }
}
.index-hero .hero__title {
  margin-bottom: 4px;
}
.index-hero .hero__content > .hero__button {
  margin: 8px 8px 8px 0 !important;
}
.index-hero .hero__description {
  margin-bottom: 8px;
}

/* modal */

@media(min-width: 750px) {
  popup-newsletter .modal--default {
    max-width: 70vw;
    width: unset;
  }
  popup-newsletter .image-wrapper > div {
    flex-basis: 50% !important;
  }
  popup-newsletter .image-wrapper img {
    position: relative !important;
    height: unset !important;
  }
  popup-newsletter .modal__inner {
    padding: 10%;
  }
  popup-newsletter .image-wrapper--cover {
    line-height: 0 !important;
  }
  popup-newsletter .newsletter-form .input-group__field {
    width: 100%;
  }
}

/* collection */

.collection-item__info {
  padding: 11px 22px;
}
@media(min-width: 1000px) {
  .collection-item__info {
    padding: 16px 32px;
  }
}

#filter-groups[data-show-filter-brand="false"] .filter-group[data-filter-group="brand"],
#filter-groups[data-show-filter-size="false"] .filter-group[data-filter-group="size"] {
  display: none;
}
.badge-box.new-box {
  opacity: 0.75;
}
.product-item__info {
  padding-left: 1px;
  padding-right: 1px;
}
.product-item__vendor {
  margin: 0;
  color: var(--text-light);
  text-transform: uppercase;
  font-size: var(--font-body-x-small);
}
.collection__products .grid {
  column-gap: calc(var(--gap) / 2);
}
[data-section-type="custom-content"] .hero__content {
  padding: 0 var(--inner);
}

/* menu */

.template-index .shopify-section-group-group-header announcement-bar {
  background-color: transparent;
}
.template-index .shopify-section-group-group-header announcement-bar.custom-index {
  background-color: var(--bg);
}
.template-index .shopify-section-group-group-header announcement-bar.custom-index p,
.template-index .shopify-section-group-group-header announcement-bar.custom-index p a {
  --main-color: var(--COLOR-TEXT) !important;
  --hover-color: var(--COLOR-TEXT) !important;
  color: var(--COLOR-TEXT) !important;
}
.template-index  .shopify-section-group-group-header announcement-bar.custom-index p a::after {
  --main-color: var(--COLOR-TEXT) !important;
  --hover-color: var(--COLOR-TEXT) !important;
}
.mobile-menu__block--menu-columns .drawer__main-menu {
  display: block;
}

/* section: collection highlights */

.highlights__items {
  gap: 10px !important;
  margin: unset;
}
.highlights__item {
  width: unset !important;
  flex: 0 1 auto;
  margin: 0 !important;
  padding: 6px 15px !important;
  background: transparent;
  border: 1px solid #ddd;
}
.highlights__item__background {
  display: none;
}
.highlights__item__content {
  position: relative;
  top: unset !important;
  left: unset !important;
  width: unset !important;
  padding: unset !important;
  transform: unset !important;
}

/* section: custom carousel */

.collection-carousel {
  display: block;
  width: 100%;
  position: relative;
}
.collection-carousel__container {
  margin: 0 auto;
  padding: 0;
}
.collection-carousel__header {
  text-align: center;
  margin-bottom: 40px;
}
.collection-carousel__title {
  margin: 0 0 10px;
}
.collection-carousel__subtitle {
  opacity: 0.8;
}
.collection-carousel__wrapper {
  position: relative;
  overflow: hidden;
}
.collection-carousel__track {
  display: flex;
  transition: transform 0.5s ease;
}
.collection-carousel__slide {
  position: relative;
  overflow: hidden;
  border-radius: {{ section.settings.border_radius }}px;

  &:hover .collection-item__info {
    opacity: 1;
  }
  .collection-carousel__image-wrapper:before {
    content: '';
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: background 0.5s ease;
  }
  .collection-item__info {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
  }
}
.collection-carousel__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
}
.collection-carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;

  &:hover .collection-carousel__image {
    transform: scale(1.05);
  }
}
.collection-carousel__image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  
  svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }
}
.collection-carousel__collection-title {
  font-size: {{ section.settings.collection_title_size }}px;
  margin: 0 0 5px;
  font-weight: 600;
}
.collection-carousel__collection-count {
  font-size: 14px;
  opacity: 0.9;
}
.collection-carousel__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.collection-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.collection-carousel__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;

  svg {
    width: 20px;
    height: 20px;
  }
}
.collection-carousel__dots {
  display: flex;
  gap: 8px;
}
.collection-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.3;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;

  &.active {
    opacity: 1;
  }
}

/* section: overlay header */

.section-overlay-header {
  h2 {
    @media(min-width: 750px) {
      font-size: 32px !important;
    }
  }
}

/* section: collection list */

@media only screen and (max-width: 479px) {
	.index-collections-list .grid.grid--slider .grid-item {
	  flex: 0 0 auto;
	  width: calc(100% / 2.2);
	}
}
@media only screen and (min-width: 480px) and (max-width: 749px) {
	.index-collections-list .grid.grid--slider .grid-item {
	  flex: 0 0 auto;
	  width: calc(100% / 3);
	}
}
@media only screen and (min-width: 750px) {
  .index-collections-list .grid.grid--slider .grid-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* collection */

.collection-block__image-bg, 
.collection-block__image-bg img {
  position: relative;
}
.collection__filters .filter-group[data-hide-filter] {
  display: none;
}

/* product */

.product-info__block-item[data-block-type="title"] + [data-block-type="text"] {
  margin-block-start: calc(var(--product-info-gap) / 4);
  margin-block-end: calc(var(--product-info-gap) / 4);
  text-transform: uppercase;
}
.product__price__wrap {
  border-bottom: 1px solid var(--border);
  margin-bottom: calc(var(--form-margin) / 2);
  padding-bottom: calc(var(--form-margin) / 2);
}
.product__block--lines {
  border-top: unset !important;
  padding-top: unset !important;
}
.product__block--buttons.block-padding {
  margin-bottom: 8px;
}
.product__page button:hover::before,
.product__page button:hover::after {
  display: none;
}
.product-form-contact {
  margin-top: 30px;
}
.product-form-contact strong {
  display: block;
  margin-bottom: 15px;
}
.product__head .breadcrumbs a {
  text-transform: uppercase !important;
  color: #646464 !important;
}
.product__tax.caption {
  display: none;
}
.product__thumb__link {
  height: unset;
}
.block__icon__text {
  padding: 0 8px;
}
.product__block.block__icon__row {
  flex-flow: row;
}
.product__block.block__icon__row .block__icon__container {
  align-items: center;
  flex-flow: column;
  flex: 1;
  gap: 10px;
  text-align: center;
}
.product__block.block__icon__row .block__icon {
  height: var(--icon-size);
  width: var(--icon-size);
  margin: 0 auto;
}
.block__icon__text p {
  font-size: var(--font-body-x-small);
  max-width: 150px;
  font-family: 'GTStandard-M';
  line-height: 1.5;
}
.product-variant-text {
  font-family: var(--FONT-STACK-BODY);
  font-size: 13.125px;
  gap: 10px;
  margin-top: 15px;
}
.product-variant-text,
.product-variant-text div {
  align-items: center;
  display: none;
}
.product-variant-text div > p:first-child {
  margin-top: 0;
}
.product-variant-text div > p:last-child {
  margin-bottom: 0;
}
.product-variant-text>svg {
  align-self: start;
  width: 20px;
  height: auto;
  min-width: 20px !important;
  min-height: 20px !important;
}
.product__content #contact_form input,
.product__content #contact_form textarea {
  font-family: var(--FONT-STACK-BODY);
  font-size: var(--font-body-small);
}
.product__content #contact_form .btn {
  width: 100%;
}

/* footer */

.footer .h6 {
  display: none;
}
.footer__block a,
.footer__block a:hover {
  color: var(--link);
}
.footer__block a:after {
  display: none;
}
.footer__quicklinks li,
.footer__block .rte p {
  margin: 0 0 .625em;
}
.footer__quicklinks li a {
  font-size: 13.125px;
}
[data-powered-link] {
  display: none !important;
}
.template-index #shopify-section-sections--20481250689247__section_divider_anfLHF, 
.template-index #shopify-section-sections--20481250689247__section_multicolumn_rADmCi {
  display: none;
}
.popout-footer .popout__toggle {
  border: unset;
  padding: 0;
}

/* app - instafeed */

#insta-feed h2 {
  opacity: 0 !important;
  margin-bottom: 0 !important;
}
.instafeed-new-layout-wrapper {
  column-gap: 0 !important;
}
.instafeed-new-layout-item, .instafeed-new-layout-item img {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  aspect-ratio: 1;
}
@media(max-width: 767px) {
  .instafeed-new-layout-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .instafeed-new-layout-wrapper > div:nth-child(n+3) {
    display: none;
  }
}
@media(min-width: 768px) and (max-width: 1023px) {
  .instafeed-new-layout-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .instafeed-new-layout-wrapper > div:nth-child(n+5) {
    display: none;
  }
}
@media(min-width: 1024px) {
  .instafeed-new-layout-wrapper {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .instafeed-new-layout-wrapper > div {
    display: block;
  }
}

/* app - tepo product options */

.tcustomizer-field__heading,
.tcustomizer-checkbox {
	color: var(--text);
  font-family: var(--FONT-STACK-BODY);
	font-size: var(--font-body-small);
	font-weight: normal;
	line-height: normal;
}
label.tcustomizer-field__heading {
  margin-bottom: 1em;
}
.tcustomizer-field__heading > span {
  padding: 1.5rem 30px 1.5rem 0;
}
.tcustomizer-checkbox {
  padding-left: 0;
}
.tcustomizer-checkbox .tcustomizer-checkbox__input {
  float: none !important;
  margin-left: 0;
}