#fw-section-featured-collection-0 {

.collection {
  overflow: visible;
}
.collection__product {
  padding: 20px 4px;
}
.collection__grid {
  margin: 0px -0px;
}

.grid__column--4\@md {
  flex-basis: 25%;
}
}

#fw-section-product-recommendations {

.product-info__price {
  font-size: 2.25rem;
}
}

#fw-section-featured-collection-628e71c5-d2a2-4745-929a-b63c55001a81 {

.collection {
  overflow: visible;
}
.collection__product {
  padding: 20px 4px;
}
.collection__grid {
  margin: 0px -0px;
}

.grid__column--4\@md {
  flex-basis: 25%;
}
}

#fw-section-recent-posts-304c99b6-dbeb-4f54-b4f2-6824a6640cf7 {

.recent-posts {
  padding-top: 16px;
  padding-bottom: 16px;
}
}

#fw-section-tiers-4de78efd-1443-4685-9db0-37347c6869a8 {

#tiers {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tiers__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-column-gap: 8px;
    row-gap: 16px;
  justify-content: center;
  
}
.tiers__tier-features {
  gap: 0px;
}
.tiers__tier {
  padding: 8px;
}
.tiers__tier * {
  margin-bottom: 4px;
  overflow: hidden;
}
.tiers__tier-feature {
  font-size: 0.8rem;
  margin-bottom: 0px;
      display: flex;
  align-self: flex-start;
    align-items: center;

}
.tiers__tier-feature-icon {
  margin-bottom: 0px;
}
}











#fw-section-hero-b9c71467-30fb-4547-9b14-a56a200bc9ae {
--color-primary: #a559de;
--color-primary-rgb: 165, 89, 222;
--color-background: #342a28;
--color-background-rgb: 52, 42, 40;
--color-on-primary: #f9f2f1;
--color-on-primary-rgb: 249, 242, 241;
--color-on-background: #f9f2f1;
--color-on-background-rgb: 249, 242, 241;
--color-product-image-background: #fcfcfc;
--color-background-brightness: 45;
background-color: var(--color-background);
color: var(--color-on-background);

}













#fw-section-product {
--color-primary: #8d2917;
--color-primary-rgb: 141, 41, 23;
--color-background: #342a28;
--color-background-rgb: 52, 42, 40;
--color-on-primary: #f9f2f1;
--color-on-primary-rgb: 249, 242, 241;
--color-on-background: #f9f2f1;
--color-on-background-rgb: 249, 242, 241;
--color-product-image-background: #fcfcfc;
--color-background-brightness: 45;
background-color: var(--color-background);
color: var(--color-on-background);
.radio-button__label {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
}
.radio-button__input:checked+.radio-button__label  {
  border-color: var(--color-on-primary);
}
.product-info__price {
  font-size: 2.25rem;
}
}
#fw-section-product-product-canvas-and-poster {

.radio-button__label {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
}
.radio-button__input:checked+.radio-button__label  {
  border-color: var(--color-on-primary);
}
.product-info__price {
  font-size: 2.25rem;
}

label[for*="variant-16"].radio-button__label {
	color: azure;
background-color: mediumseagreen;
  /* text-shadow: 0 0 20px #FFFFFF; */
}
}
#fw-section-featured-collection-8bd3ffc9-af1e-4f1c-84ad-8476e8e069dc {

.collection {
  overflow: visible;
}
.collection__product {
  padding: 20px 4px;
}
.collection__grid {
  margin: 0px -0px;
}

.grid__column--4\@md {
  flex-basis: 25%;
}

.tile__price {
  font-size: 1rem;
}


a[href*="-usd/"] .tile__price::after {
  content: " USD";
}

a[href*="-eur/"] .tile__price::after {
  content: " EUR";
}

a[href*="-cad/"] .tile__price::after {
  content: " CAD";
}

a[href*="-gbp/"] .tile__price::after {
  content: " GBP";
}

a[href*="-aud/"] .tile__price::after {
  content: " AUD";
}

a[href*="-nzd/"] .tile__price::after {
  content: " NZD";
}

a[href*="-sek/"] .tile__price::after {
  content: " SEK";
}

a[href*="-nok/"] .tile__price::after {
  content: " NOK";
}

a[href*="-dkk/"] .tile__price::after {
  content: " DKK";
}

a[href*="-pln/"] .tile__price::after {
  content: " PLN";
}

a[href*="-jpy/"] .tile__price::after {
  content: " JPY";
}
}