/** Shopify CDN: Minification failed

Line 88:0 Expected "}" to go with "{"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
/* Override sidebar text color via CSS variable */
/* Override section-level span.text color in sidebar */
#shopify-section-template--25638828048686__product-grid .page-sidebar span.text,
#shopify-section-template--25638828048686__product-grid .page-sidebar a,
#shopify-section-template--25638828048686__product-grid .page-sidebar label,
#shopify-section-template--25638828048686__product-grid .page-sidebar .sidebarBlock-heading {
  color: #ffffff !important;
}
#shopify-section-template--25638828048686__product-grid .page-sidebar .sidebarBlock-heading,
#shopify-section-template--25638828048686__product-grid .page-sidebar label,
#shopify-section-template--25638828048686__product-grid .page-sidebar label span,
#shopify-section-template--25638828048686__product-grid .page-sidebar .facet-checkbox__label,
#shopify-section-template--25638828048686__product-grid .page-sidebar .facets__count,
#shopify-section-template--25638828048686__product-grid .page-sidebar [class*="count"],
#shopify-section-template--25638828048686__product-grid .page-sidebar span:not(input *) {
  color: #ffffff !important;
}/* Mobile sidebar text black */
@media (max-width: 768px) {
  #shopify-section-template--25638828048686__product-grid .page-sidebar span.text,
  #shopify-section-template--25638828048686__product-grid .page-sidebar a,
  #shopify-section-template--25638828048686__product-grid .page-sidebar label,
  #shopify-section-template--25638828048686__product-grid .page-sidebar label span,
  #shopify-section-template--25638828048686__product-grid .page-sidebar .sidebarBlock-heading,
  #shopify-section-template--25638828048686__product-grid .page-sidebar span:not(input *) {
    color: #000000 !important;
  }
/* Sort/per-page dropdown text black */
.select__select.collection-filters__sort,
.collection-filters__sort {
  color: #000000 !important;
}
/* Fix dropdown text color */
#shopify-section-template--25638828048686__product-grid .select__select {
  --form-input-color: #000000 !important;
  color: #000000 !important;
}

@media screen and (max-width: 749px) {
  #judge-me-product-review-widget,
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm__review-widget {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
@media screen and (max-width: 749px) {
  #judge-me-product-review-widget,
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm__review-widget {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }
}

/* 产品页标签弹出 - 手机端背景色 #232323 */
.tab-popup-content,
.tab-popup-header {
  background-color: #232323 !important;
}
/* 强制取消背景图片缩略图，显示纯色 */
.variant-input + label {
  background-image: none !important;
}

/* 确保颜色标签内部的文字（如果有）不可见，只留色块 */
.variant-radios .variant-input + label span {
  visibility: visible; 

}
