.site-content {
  background: #F2F2F2;
  padding-top: 24px;
}
.content-area {
  margin-bottom: 0;
}
.site-main .woocommerce-products-header {
  display: none;
}
.hentry .entry-content figure.wp-block-image,
.editor-styles-wrapper figure.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image a {
  display: block;
}
.wp-block-image a:hover {
  opacity: 0.9;
}
.alignwide {
  max-width: 1500px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  margin: auto !important;
}
.page-template-template-homepage .entry-header {
  display: none;
}
.page-template-template-homepage .site-main {
  padding-top: 0 !important;
}
.page-template-template-homepage .entry-content {
  max-width: 100%;
}
.page-template-template-homepage .type-page {
  padding: 0;
  margin: 0;
}
.page-template-template-homepage .type-page > .col-full {
  padding: 0;
}
.page-template-template-homepage .storefront-product-section {
  margin-top: 40px;
  padding: 0 50px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-homepage .site-content {
  padding-top: 0;
}
.page-template-template-homepage .site-content > .col-full {
  padding: 0;
}
.page-template-template-homepage .section-title {
  font-family: 'BlackerProDisplayLight';
  color: #5C3C30;
  font-size: 30px;
  text-align: left !important;
}
.page-template-template-homepage .storefront-product-categories {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-homepage .storefront-product-categories br {
  display: none;
}
.page-template-template-homepage .storefront-product-categories .products {
  display: flex;
}
.page-template-template-homepage .storefront-product-categories .products .product {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
  width: 10% !important;
  box-sizing: content-box;
}
.page-template-template-homepage .storefront-product-categories .products .product + .product {
  padding-left: 10px;
}
.page-template-template-homepage .storefront-product-categories .products .product:nth-of-type(11),
.page-template-template-homepage .storefront-product-categories .products .product:nth-of-type(12) {
  display: none;
}
.page-template-template-homepage .storefront-product-categories .products .product a {
  padding-bottom: 100%;
}
.page-template-template-homepage .storefront-product-categories .products .product a:hover img {
  opacity: 0.8;
}
.page-template-template-homepage .storefront-product-categories .products .product img {
  border-radius: 50%;
  margin-bottom: 24px;
}
.page-template-template-homepage .storefront-product-categories .products .product .woocommerce-loop-category__title {
  color: #5C3C30;
  font-size: 12px;
}
.page-template-template-homepage .storefront-product-categories .products .product .count {
  display: none;
}
.page-template-template-homepage .home-banner {
  margin-top: 50px !important;
}
.page-template-template-homepage .home-banner a:hover {
  opacity: 0.9;
}
.page-template-template-homepage .storefront-color-terms .attribute-terms-list {
  padding: 30px 100px 20px 100px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 70px;
}
.page-template-template-homepage .storefront-color-terms .attribute-term-link a:hover {
  opacity: 0.9;
}
.page-template-template-homepage .storefront-color-terms .attribute-term-name {
  font-weight: 400;
  font-size: 12px;
  color: #5C3C30;
  padding: 10px 0px 0px 0px;
  line-height: 140%;
  text-align: center;
  text-decoration: none;
}
.page-template-template-homepage .two-banner a:hover {
  opacity: 0.9;
}
.page-template-template-homepage .wp-block-group {
  margin-top: 40px !important;
}
.page-template-template-homepage .wp-block-group .wp-block-heading {
  font-family: 'BlackerProDisplayLight';
  color: #5C3C30;
  font-size: 30px;
  text-align: left !important;
}
@media (max-width: 768px) {
  .alignwide {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: auto !important;
  }
  .page-template-template-homepage .entry-header {
    display: none;
  }
  .page-template-template-homepage .site-main {
    padding-top: 0 !important;
  }
  .page-template-template-homepage .entry-content {
    max-width: 100%;
  }
  .page-template-template-homepage .type-page {
    padding: 0;
    margin: 0;
  }
  .page-template-template-homepage .type-page > .col-full {
    padding: 0;
  }
  .page-template-template-homepage .storefront-product-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .page-template-template-homepage .site-content {
    padding-top: 0;
  }
  .page-template-template-homepage .site-content > .col-full {
    padding: 0;
  }
  .page-template-template-homepage .section-title {
    font-family: 'BlackerProDisplayLight';
    color: #5C3C30;
    font-size: 30px;
    text-align: left !important;
  }
  .page-template-template-homepage .storefront-product-categories {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .page-template-template-homepage .storefront-product-categories .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    /* 可选：设置间距 */
  }
  .page-template-template-homepage .storefront-product-categories .products::before {
    display: none;
  }
  .page-template-template-homepage .storefront-product-categories .products .product {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
    width: 100% !important;
    box-sizing: content-box;
  }
  .page-template-template-homepage .storefront-product-categories .products .product + .product {
    padding-left: 0;
  }
  .page-template-template-homepage .storefront-product-categories .products .product:nth-of-type(11),
  .page-template-template-homepage .storefront-product-categories .products .product:nth-of-type(12) {
    display: none;
  }
  .page-template-template-homepage .storefront-product-categories .products .product a {
    padding-bottom: 100%;
  }
  .page-template-template-homepage .storefront-product-categories .products .product a:hover img {
    opacity: 0.8;
  }
  .page-template-template-homepage .storefront-product-categories .products .product img {
    border-radius: 50%;
    margin-bottom: 24px;
  }
  .page-template-template-homepage .storefront-product-categories .products .product .woocommerce-loop-category__title {
    color: #5C3C30;
    font-size: 12px;
  }
  .page-template-template-homepage .storefront-product-categories .products .product .count {
    display: none;
  }
  .page-template-template-homepage .home-banner {
    margin-top: 20px !important;
  }
  .page-template-template-homepage .home-banner a:hover {
    opacity: 0.9;
  }
  .page-template-template-homepage .storefront-color-terms .attribute-terms-list {
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .page-template-template-homepage .storefront-color-terms .attribute-term-link a:hover {
    opacity: 0.9;
  }
  .page-template-template-homepage .storefront-color-terms .attribute-term-name {
    font-weight: 400;
    font-size: 12px;
    color: #5C3C30;
    padding: 10px 0px 0px 0px;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
  }
  .page-template-template-homepage .two-banner {
    flex-direction: column;
    gap: 20px;
  }
  .page-template-template-homepage .wp-block-group {
    margin-top: 20px !important;
  }
  .page-template-template-homepage .wp-block-group .wp-block-heading {
    font-family: 'BlackerProDisplayLight';
    color: #5C3C30;
    font-size: 30px;
    text-align: left !important;
  }
  .page-template-template-homepage .more-to-explore .is-layout-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
