#fw-section-rich-text-157e2a09-3ff9-4e29-b501-5798b2bb3dbc {

h2 {
  color:#dd0000;
}
}

#fw-section-featured-collection-0 {

span.tile__price {
  opacity: 0.7;
}
}


#fw-section-rich-text-a644711c-37d7-4bce-a34c-e908d3ff2fe1 {

h1 {
	margin-bottom: -3rem;
}
}
#fw-section-hero-ee6ff1ed-73f1-4ea6-a3bf-d981be63a059 {

.button {
      font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  font-style: var(--font-style-heading);
  text-transform: var(--text-transform-heading);
}
}

#fw-section-text-carousel-b3faf7f2-54ef-4810-964a-d1b5e8902512 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--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: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}
#fw-section-footer {
--color-primary: #151515;
--color-primary-rgb: 21, 21, 21;
--color-background: #151515;
--color-background-rgb: 21, 21, 21;
--color-on-background: #eaeaea;
--color-on-background-rgb: 234, 234, 234;
--color-on-primary: #eaeaea;
--color-on-primary-rgb: 234, 234, 234;
--color-product-image-background: #ffffff;
--color-background-brightness: 21;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #151515;
--primary-btn-text: #eaeaea;
--primary-btn-border-color: #eaeaea;
--secondary-btn-bg: transparent;
--secondary-btn-text: #eaeaea;
--secondary-btn-border-color: #eaeaea;
.footer__list--menu {
  display: grid;
  grid-template-rows: repeat(4, auto);
  /*grid-template-columns: repeat(2, 50%);*/
  gap: 10px;
  grid-column-gap: 2em;
  grid-auto-flow: column;
}
.footer__list--menu a {
  justify-content: center;
  text-align: center;
}
.grid__column:first-of-type {
  order: 2;
}
a.footer__social-link::after {
  content: "@urbananomaly.shop";
  position: relative;
  top: -20px;
  left: 25px;
}
}


#fw-section-product-product-default {

.product-info > * + * {
	margin-top: 4px;
}
}