/** Shopify CDN: Minification failed

Line 34:13 Unexpected "{"
Line 34:22 Expected ":"
Line 38:13 Unexpected "{"
Line 38:22 Expected ":"
Line 47:13 Unexpected "{"
Line 47:22 Expected ":"

**/
.m-product-tabs__load-more{justify-content:center;margin-top:32px}@media screen and (min-width: 768px){.m-product-tabs__load-more{margin-top:40px}}@media screen and (min-width: 1280px){.m-product-tabs__load-more{margin-top:60px}}.m-product-tabs--select .m-section__heading{display:inline-flex;justify-content:center;align-items:center;flex-wrap:nowrap}.m-product-tabs--select .m-section__heading h2{color:rgb(var(--color-foreground-secondary));white-space:nowrap}.m-product-tabs--select .m-tab-header{display:none}@media screen and (max-width: 767px){.m-product-tabs--select .m-section__heading{flex-wrap:wrap}}.m-product-tabs--horizontal .m-section__tabs{max-width:100%;overflow-x:auto;display:inline-flex;align-items:center}.m-product-tabs--horizontal .m-section__tabs::-webkit-scrollbar{display:none}.m-product-tabs--horizontal .m-tab-header{padding:5px 0 7px;flex-shrink:0}.m-product-tabs--horizontal .m-tab-header:after{bottom:0}.m-product-tabs--horizontal .m-select-custom{width:100%;display:none}.m-product-tabs .m-tabs__wrapper{display:flex;flex-wrap:nowrap;gap:40px}@media screen and (max-width: 767px){.m-product-tabs .m-tabs__wrapper{gap:24px}}.m-product-tabs .m-select-custom{width:auto;position:relative;z-index:50;border:0}.m-product-tabs .m-select-custom:after{content:"";width:100%;height:2px;background-color:currentColor;position:absolute;bottom:-4px;left:0}@media screen and (max-width: 767px){.m-product-tabs .m-select-custom br{display:none}}.m-product-tabs .m-select-custom .m-select-custom--trigger-icon svg{width:20px;height:20px}@media screen and (max-width: 1023px){.m-product-tabs .m-select-custom .m-select-custom--trigger-icon svg{width:16px;height:16px}}@media screen and (max-width: 767px){.m-product-tabs .m-select-custom .m-select-custom--trigger-icon svg{width:14px;height:14px}}.m-product-tabs .m-section__heading{position:relative;z-index:5}.m-product-tabs .m-section__tabs{margin-top:30px;position:relative;z-index:5}@media screen and (max-width: 767px){.m-product-tabs .m-section__tabs{margin-top:16px}}.m-product-tabs .m-tab-content{opacity:0}.m-product-tabs .m-product-list{position:relative}.m-product-tabs .m-select-custom--options{border-radius:0;text-align:left}.m-product-tabs .swiper-pagination{position:relative;z-index:1}.m-tab-content:not(.active,.open) .m-accordion--item-content{content-visibility:hidden}
.m-product-tabs--select .m-select-custom {
  display: none;
}

.m-product-tabs--select .m-section__heading {
  flex-wrap: nowrap; /* Prevent wrapping that might reserve space */
  gap: 0; /* Remove any gap between heading and hidden select */
}
.m-product-tabs--select .m-select-custom {
  display: none;
}

.m-product-tabs--select .m-section__heading {
  flex-wrap: nowrap;
  gap: 0; /* Remove any gap */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
}

.m-product-tabs--select .m-section__heading > *:not(:first-child) {
  display: none; /* Hide any additional elements after the heading */
}
#m-section--{{ section.id }} .m-product-tabs--select .m-select-component {
  display: none !important;
}

#m-section--{{ section.id }} .m-section__heading {
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  margin: 0;
  min-height: 0; /* Prevent minimum height from reserving space */
  height: auto; /* Allow height to adjust naturally */
}

#m-section--{{ section.id }} .m-section__header {
  padding: 0;
  margin: 0;
}