/** Shopify CDN: Minification failed

Line 143:17 Unexpected "{"

**/
@media screen and (min-width: 1100px) {
  .tgg-header__inline-menu {
    width: 100%;
  }
}

.tgg-list-menu--inline {
  display: flex !important;
  gap: 20px;
  border-bottom: 1px solid;
}

.menu-drawer-collection-list {
  display: flex;
  gap: 2rem;
  margin: 10px;
  overflow: overlay;
  scrollbar-width: none;
}

.tgg-unstyled-link {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  word-break: auto-phrase;
}

.tgg-product-information {
  text-align: center;
}

.tgg_card__heading {
  margin: 0;
  line-height: 13px;
}

.tgg-product-image img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgb(213, 213, 213);
  padding: clamp(0px, 1vw, 3px);
  aspect-ratio: 1 / 1;
}

.product__info-container {
  color: rgba(var(--color-foreground));
}

.product__info-container .product-form__submit {
  width: auto !important;
  text-transform: uppercase;
  margin-top: 1rem;
  background: #df1d1d;
  padding: 0 20px;
  border: 1px solid transparent;
  min-height: 35px;
  border-radius: 2px;
  transition: all .2s linear;
  text-shadow: 0 1px rgba(0,0,0,0.4);
}

.product__info-container .product-form__submit:hover {
  background: #b10707;
}

.product__info-container .button:after {
  box-shadow: none;
}

.product__info-container .button:not([disabled]):hover:after {
  box-shadow: none;
}

.gs__wrapper label {
  font-weight: 600;
}

.product__title h1 {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.tabs, .tabs-content {
  padding-left: 0 !important;
}

@media only screen and (max-width: 768px) {
  .product__title h1 {
    font-size: 21px;
  }
}

.button--secondary:after {
  box-shadow: none;
}

.button--secondary {
  background: transparent;
}

.field__input:focus~.field__label {
  display: none;
}

/* header-drawer {
  display: none;
}

.header__inline-menu {
  display: block !important;
} */

@media screen and (max-width: 768px) {
  /* .header {
    grid-template-areas:
      'icons icons icons'
      'heading heading heading'
      'navigation navigation navigation';
    grid-template-columns: .5fr auto .5fr;
  } */

  .header:not(.drawer-menu).page-width {
    padding: 0 10px !important;
  }

  .header__icon--account {
    display: block !important;
  }

  .header__icon .svg-wrapper,
  .header__icon, {
    height: 30px !important;
    width: 30px !important;
  }

  .search-modal__form {
    width: 82%;
  }

  .tgg-search-modal__form {
    width: 100%;
  }

  .tgg-list-menu {
    justify-content: center;
  }

  .header__icon {
    height: 3.4rem;
    width: 3.4rem;
  }

  .header__icon .svg-wrapper {
    width: 34px;
    height: 34px;
  }

  .icon-account {
    height: 15px !important;
    width: 15px !important;
  }

  .header__icons {
    padding-right: 13px;
  }
}

.image-placeholder {
  width: 100%;
}

.tabs {
  display: flex;
  list-style: none;
  text-align: left;
}

.tabs a {
  text-decoration: none;
  padding: 10px 10px 10px 0;
  color: #333;
  border-bottom: 2px solid transparent;
}

.tabs a.active {
  border-bottom: 2px solid #333; /* Highlight the active tab */
}

.tabs-content li {
  display: none;
}

.tabs-content li.active {
  display: block;
}

.slideshow__autoplay.slider-button {
  display: none;
}

@media screen and (min-width: 750px) {
  .header__icons {
    position: relative;
    right: 4px;
  }
}