#fw-section-collection-template-collection-wip {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}







#fw-section-text-carousel-130858a1-372e-4ff3-8b03-3bf677279041 {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}
#fw-section-text-carousel-130858a1-372e-4ff3-8b03-3bf677279041 {
--color-primary: #f89300;
--color-primary-rgb: 248, 147, 0;
--color-background: #c5c4c2;
--color-background-rgb: 197, 196, 194;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 196;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #f89300;
--primary-btn-text: #000000;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
.announcement-bar__content *, 
.marquee-text, 
span, 
p {
    font-weight: 100 !important;
    font-size: 12px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-transform: none !important;
    letter-spacing: normal !important;
  padding: 0 60px !important; }
}
#fw-section-hero-6c8e052d-3f1b-48ec-b60e-f314f315f74f {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #c5c4c2;
--color-background-rgb: 197, 196, 194;
--color-on-background: #383636;
--color-on-background-rgb: 56, 54, 54;
--color-on-primary: #f69d09;
--color-on-primary-rgb: 246, 157, 9;
--color-product-image-background: #383636;
--color-background-brightness: 196;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #f69d09;
--primary-btn-border-color: #383636;
--secondary-btn-bg: transparent;
--secondary-btn-text: #383636;
--secondary-btn-border-color: #383636;

}
#fw-section-featured-collection-1769835434 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #c5c4c2;
--color-background-rgb: 197, 196, 194;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #4b4843;
--color-on-primary-rgb: 75, 72, 67;
--color-product-image-background: #000000;
--color-background-brightness: 196;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #4b4843;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}
#fw-section-custom-html-0568b5f9-4595-49ff-bef5-4743a953397a {

/* MATCH THE THEME FONT AND SIZE */
  .theme-body-text p {
    font-family: var(--font-body-family, inherit) !important;
    font-size: var(--font-body-size, 12px) !important;
    line-height: var(--font-body-line-height, 1.5) !important;
    color: var(--color-text, #000) !important;
    margin-bottom: 10px !important;
  }

  /* RESET H2 BEHAVIOR */
.custom-header-row h2.section-title {
    position: static !important; /* Forces it back into the layout flow */
    display: block !important;   /* Ensures it takes its own line */
    margin: 0 0 15px 0 !important; /* Adds space below the header */
    width: auto !important;
    float: none !important;      /* Kill any theme-level floating */
    transform: none !important;  /* Stops any weird offsets */  /* FLEX LAYOUT */
}
.custom-header-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px; 
    padding: 30px 0;
    width: 100%;
  }

  .search-container {
    flex: 0 0 320px;
  }

  .stock-container {
    flex: 1;
  }

  /* GOOGLE OVERRIDES */
  #___gcse_0 {
    width: 100% !important;
  }
  .gsc-control-cse {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
  }

  @media (max-width: 768px) {
    .custom-header-row {
      flex-direction: column;
      gap: 30px;
    }
    .search-container {
      width: 100%;
    }
  }
/* Remove the internal padding Google adds to its container */
.gsc-control-cse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Specifically target the table that Google uses for layout to force it left */
.gsc-search-box {
    margin-left: 0 !important;
}

/* If there is still a slight gap, this forces the inner input box to the edge */
td.gsc-input {
    padding-left: 0 !important;
}

/* Ensure the wrapper doesn't have any unexpected padding */
.search-container {
    padding-left: 0 !important;
}
/* This targets the wrapper Fourthwall puts around Custom HTML blocks */
[data-test-id="custom-html-section-wrapper"], 
.section-custom-html {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center; /* This helps center the 'box', but we want the content to hit the edges */
}

/* This ensures the internal row hits the same margins as your product grid */
.custom-header-row {
    max-width: var(--container-width, 1200px); /* Matches your theme's width */
    margin: 0 auto !important; /* Centers the row itself while aligning content inside */
    padding: 20px var(--page-padding, 20px) !important; /* Uses your theme's exact side spacing */
    width: 100%;
}
}


#fw-section-text-carousel-55b00335-0e0b-4156-beb4-6a7f1b19d1e6 {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}
#fw-section-text-carousel-55b00335-0e0b-4156-beb4-6a7f1b19d1e6 {
--color-primary: #c5c4c2;
--color-primary-rgb: 197, 196, 194;
--color-background: #c5c4c2;
--color-background-rgb: 197, 196, 194;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 196;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #c5c4c2;
--primary-btn-text: #000000;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
.announcement-bar__content *, 
.marquee-text, 
span, 
p {
    font-weight: 100 !important;
      font-size: 14px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-transform: none !important;
    letter-spacing: normal !important;
  padding: 0 60px !important; }
}

#fw-section-header {
--font-heading-scale: 1.14;
--font-body-scale: 0.87;
}
#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #f89300;
--color-background-rgb: 248, 147, 0;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #4b4843;
--color-on-primary-rgb: 75, 72, 67;
--color-product-image-background: #000000;
--color-background-brightness: 160;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #4b4843;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}










#fw-section-password {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #efa003;
--color-background-rgb: 239, 160, 3;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #4b4843;
--color-on-primary-rgb: 75, 72, 67;
--color-product-image-background: #ffffff;
--color-background-brightness: 166;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #4b4843;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}