#fw-section-header {
--color-primary: #ff6e42;
--color-primary-rgb: 255, 110, 66;
--color-background: #09090a;
--color-background-rgb: 9, 9, 10;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #e2e2e2;
--color-background-brightness: 9;
background-color: var(--color-background);
color: var(--color-on-background);
.header .wrapper {
  border-image: url(https://cdn.prod.website-files.com/66f40c40b0d838a32422f138/66fd3aed1381d778a222a672_Left%20and%20Right%20Gray.svg) 25 fill;
  border-top: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid transparent;
}

@media (min-width: 640px) {
    .header__size--md {
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
}

#fw-section-footer {
--color-primary: #fd5604;
--color-primary-rgb: 253, 86, 4;
--color-background: #e2e2e2;
--color-background-rgb: 226, 226, 226;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #0d0e11;
--color-on-background-rgb: 13, 14, 17;
--color-product-image-background: #e2e2e2;
--color-background-brightness: 226;
background-color: var(--color-background);
color: var(--color-on-background);

}








#fw-section-featured-collection-0 {
--color-primary: #ff6e42;
--color-primary-rgb: 255, 110, 66;
--color-background: #09090a;
--color-background-rgb: 9, 9, 10;
--color-on-primary: #09090a;
--color-on-primary-rgb: 9, 9, 10;
--color-on-background: #e2e2e2;
--color-on-background-rgb: 226, 226, 226;
--color-product-image-background: #e2e2e2;
--color-background-brightness: 9;
background-color: var(--color-background);
color: var(--color-on-background);
.product-tile {
  border-image: url(https://cdn.prod.website-files.com/66f40c40b0d838a32422f138/66fd3aed1381d778a222a672_Left%20and%20Right%20Gray.svg) 25 fill;
  border-top: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid transparent;
}

.grid.grid--center > .grid_column:last-child .product-tile {
  border-right: 25px solid transparent;
}

.grid__column {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.collection__cta {
  margin-top: 48px;
}
}

#fw-section-image-0 {

.image-section__image-container {
  position: relative; /* Needed to position ::after relative to this element */
  display: block; /* Ensure it behaves predictably */
}

.image-section__image-container::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 40%;
  height: 60%;
  background-image: url('https://cdn.prod.website-files.com/66f40c40b0d838a32422f138/687fc70bf49aceda95c599ba_Dot%20Grid%202.svg');
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 760px) {
.image-section__image-container {
  height: 200px;
}

.image-section__image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}  
}
}