/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 31:10 Unexpected "{"
Line 31:19 Expected ":"
Line 32:19 Expected identifier but found whitespace
Line 32:21 Unexpected "{"
Line 32:30 Expected ":"
Line 33:8 Expected identifier but found whitespace
Line 33:10 Unexpected "{"
Line 33:19 Expected ":"
... and 2 more hidden warnings

**/
.fc_new_title{
    padding-left: 14px;
    padding-right: 14px;
  }

{%- style -%}
/* --- Fixed header spacer (NO mobile adjustment) --- */
.Featured-Collection-New::before {
  content: "";
  display: block;
  height: 350px;
  margin: -350px 0 0;
}

/* --- Vertically center content --- */
.section-{{ section.id }} .ProductItem__Custom {
  background-color: {{ section.settings.collection_info_bgcolor }};
  color: {{ section.settings.collection_info_txtcolor }};

  display: flex;
  flex-direction: column;
  justify-content: center; /* Center vertically */
  align-items: flex-start; /* Left-align everything */
  padding: 30px;
  height: 100%;
  min-height: 300px;
  box-sizing: border-box;
  text-align: left; /* Left-align text */
}
{%- endstyle -%}
