/** Shopify CDN: Minification failed

Line 24:0 Unexpected "}"

**/
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
}

/* @media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin));
    overflow: hidden;
  } */

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
  margin: 2.5rem 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }
}


.template-collection .collection-hero {padding: 0px;}
.collection-hero .collection-hero__inner {flex-direction: column;max-width: 100%;padding: 0px;position: relative;}
.collection-hero .collection-hero__image-container {margin-left: 0px;min-height: 450px;}
.collection-hero__description p {letter-spacing: 0px; color: #000; font-size: 16px;}
.collection-hero__description ul {padding: 0;  margin: 0px;}
.collection-hero__description ul li {list-style: none;}
.collection_bottom_info {display: grid;grid-template-columns: 45% 1fr;gap: 30px;padding: 40px 0px;}
.collection_bottom_info .collection_left_info .collection-hero__description {max-width: 100%;margin-top: 40px;}
.collection_left_info h1.collection-hero__title {font-size: 50px;text-align: left;margin: 0 0 30px 0;line-height: 1;font-weight: 600;text-transform: uppercase;}
.collection_right_img img {width: 100%;}

.collection-hero .collection-hero__text-wrapper {position: absolute; top: 50%; left: 0px; right: 0px; margin: 0 auto; z-index: 2; padding: 0 20px; transform: translateY(-50%); max-width: 1640px;}
.collection-hero .collection-hero__title {color: #fff; font-size: 80px; margin: 0 0 10px 0; line-height: 1; font-weight: 600;  letter-spacing: 0; text-transform: uppercase;}
.collection-hero .collection-hero__inner:after {content: ""; top: 0px; position: absolute; height: 100%; background: #00000047;width: 100%;}

.collection-hero.collections_all .collection-hero__text-wrapper {position: unset; padding: 0 20px;transform: unset; max-width: 1640px; width: 100%;}
.collection-hero.collections_all {padding: 20px 0;}
.collection-hero.collections_all .collection-hero__title {color: #000000;}


.collection-hero.collections_all .collection-hero__inner:after {
    display: none;
}

.template-collection .collection_bottom_inn .page-width, .template-collection .collection.page-width {max-width: 1180px;}


/**/
.collection-custom-table .product-spec-table { border-collapse: collapse; border: 1px solid #ddd; margin-top: 40px;}
.collection-custom-table .product-spec-table td { border-bottom: 1px solid #ddd; font-size: 15px;letter-spacing: 0; color: #000;}
.collection-custom-table .product-spec-table .section-title th { background: #9d5509; color: #fff; text-align: left; font-size: 16px;font-weight: 500;  padding: 12px 20px;}


@media screen and (max-width: 1200px) {
.collection_left_info h1.collection-hero__title {font-size: 40px;}
.collection_bottom_info {
    grid-template-columns:1fr 1fr;
}

}

@media screen and (max-width: 991px) {
.collection_left_info h1.collection-hero__title {font-size: 32px;}
.collection_bottom_info {
    grid-template-columns:1fr;
}
.collection_bottom_info {padding: 30px 0;}
.collection-hero .collection-hero__title {font-size: 55px;}

}

@media screen and (max-width: 767px) {
.collection-hero .collection-hero__title {font-size: 36px;}
.collection-hero.collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
}
}