#fw-section-featured-collection-34e54016-1466-4c95-a1dc-dec807b422ac {

/* ===== Featured Collection: 6 tiles per row, resized, proper alignment ===== */
.collection__grid .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* align items to the left */
  gap: 10px; /* space between tiles */
}

.collection__grid .grid__column {
  flex: 0 0 16%; /* roughly 1/6th per tile */
  box-sizing: border-box;
  padding: 5px; /* spacing inside each tile */
}

.collection__grid .product-tile {
  transform: scale(0.85); /* resize entire tile */
  transform-origin: top left;
  display: inline-block;
  width: 100%;
}

.collection__grid .tile__image img {
  width: 100%; /* make images fit tile */
  height: auto;
  object-fit: contain;
}

/* Change product tile background to pure white */
.collection__grid .tile__image .image--background-color {
  background-color: #ffffff;
}

.collection__grid .tile__heading {
  font-size: 14px; /* adjust product title */
  margin: 4px 0 2px;
  text-align: center;
}

.collection__grid .tile__prices {
  font-size: 12px; /* adjust price */
  text-align: center;
  margin-bottom: 4px;
}

/* ===== Mobile-only tweak: center 3-per-row ===== */
@media (max-width: 767px) {
  .collection__grid .grid {
    justify-content: center; /* center tiles on mobile */
  }

  .collection__grid .grid__column {
    flex: 0 0 30%; /* 3 tiles per row */
    max-width: 30%;
  }

  .collection__grid .product-tile {
    transform: scale(0.9); /* slightly bigger on mobile */
    transform-origin: top center;
  }
}

}
#fw-section-featured-collection-b6df5763-bc33-4438-ba97-31d65ea453da {

/* ===== Featured Collection: 6 tiles per row, resized, proper alignment ===== */
.collection__grid .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* align items to the left */
  gap: 10px; /* space between tiles */
}

.collection__grid .grid__column {
  flex: 0 0 16%; /* roughly 1/6th per tile */
  box-sizing: border-box;
  padding: 5px; /* spacing inside each tile */
}

.collection__grid .product-tile {
  transform: scale(0.85); /* resize entire tile */
  transform-origin: top left;
  display: inline-block;
  width: 100%;
}

.collection__grid .tile__image img {
  width: 100%; /* make images fit tile */
  height: auto;
  object-fit: contain;
}

/* Change product tile background to pure white */
.collection__grid .tile__image .image--background-color {
  background-color: #ffffff;
}

.collection__grid .tile__heading {
  font-size: 14px; /* adjust product title */
  margin: 4px 0 2px;
  text-align: center;
}

.collection__grid .tile__prices {
  font-size: 12px; /* adjust price */
  text-align: center;
  margin-bottom: 4px;
}

/* ===== Mobile-only tweak: center 3-per-row ===== */
@media (max-width: 767px) {
  .collection__grid .grid {
    justify-content: center; /* center tiles on mobile */
  }

  .collection__grid .grid__column {
    flex: 0 0 30%; /* 3 tiles per row */
    max-width: 30%;
  }

  .collection__grid .product-tile {
    transform: scale(0.9); /* slightly bigger on mobile */
    transform-origin: top center;
  }
}

}
#fw-section-featured-collection-c364e109-3f84-4d89-af8f-38b7b9783a56 {

/* ===== Featured Collection: 6 tiles per row, resized, proper alignment ===== */
.collection__grid .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* align items to the left */
  gap: 10px; /* space between tiles */
}

.collection__grid .grid__column {
  flex: 0 0 16%; /* roughly 1/6th per tile */
  box-sizing: border-box;
  padding: 5px; /* spacing inside each tile */
}

.collection__grid .product-tile {
  transform: scale(0.85); /* resize entire tile */
  transform-origin: top left;
  display: inline-block;
  width: 100%;
}

.collection__grid .tile__image img {
  width: 100%; /* make images fit tile */
  height: auto;
  object-fit: contain;
}

/* Change product tile background to pure white */
.collection__grid .tile__image .image--background-color {
  background-color: #ffffff;
}

.collection__grid .tile__heading {
  font-size: 14px; /* adjust product title */
  margin: 4px 0 2px;
  text-align: center;
}

.collection__grid .tile__prices {
  font-size: 12px; /* adjust price */
  text-align: center;
  margin-bottom: 4px;
}


/* ===== Mobile-only tweak: center 3-per-row ===== */
@media (max-width: 767px) {
  .collection__grid .grid {
    justify-content: center; /* center tiles on mobile */
  }

  .collection__grid .grid__column {
    flex: 0 0 30%; /* 3 tiles per row */
    max-width: 30%;
  }

  .collection__grid .product-tile {
    transform: scale(0.9); /* slightly bigger on mobile */
    transform-origin: top center;
  }
}

}


#fw-section-featured-collection-6734b172-7a8d-4782-bd9f-4a732e4aaa28 {

/* ===== Featured Collection: 6 tiles per row, resized, proper alignment ===== */
.collection__grid .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* align items to the left */
  gap: 10px; /* space between tiles */
}

.collection__grid .grid__column {
  flex: 0 0 16%; /* roughly 1/6th per tile */
  box-sizing: border-box;
  padding: 5px; /* spacing inside each tile */
}

.collection__grid .product-tile {
  transform: scale(0.85); /* resize entire tile */
  transform-origin: top left;
  display: inline-block;
  width: 100%;
}

.collection__grid .tile__image img {
  width: 100%; /* make images fit tile */
  height: auto;
  object-fit: contain;
}

/* Change product tile background to pure white */
.collection__grid .tile__image .image--background-color {
  background-color: #ffffff;
}

.collection__grid .tile__heading {
  font-size: 14px; /* adjust product title */
  margin: 4px 0 2px;
  text-align: center;
}

.collection__grid .tile__prices {
  font-size: 12px; /* adjust price */
  text-align: center;
  margin-bottom: 4px;
}


/* ===== Mobile-only tweak: center 3-per-row ===== */
@media (max-width: 767px) {
  .collection__grid .grid {
    justify-content: center; /* center tiles on mobile */
  }

  .collection__grid .grid__column {
    flex: 0 0 30%; /* 3 tiles per row */
    max-width: 30%;
  }

  .collection__grid .product-tile {
    transform: scale(0.9); /* slightly bigger on mobile */
    transform-origin: top center;
  }
}

}
#fw-section-footer {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #a1a1a1;
--color-on-background-rgb: 161, 161, 161;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #a1a1a1;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #a1a1a1;
--secondary-btn-bg: transparent;
--secondary-btn-text: #a1a1a1;
--secondary-btn-border-color: #a1a1a1;
/* ===== Mobile footer: horizontal menu, smaller text ===== */
@media (max-width: 767px) {
  .footer__list.footer__list--menu {
    display: flex !important;       /* horizontal layout */
    flex-direction: row !important;
    justify-content: center !important; /* center items */
    flex-wrap: nowrap;              /* prevent stacking */
    gap: 8px;                       /* spacing between links */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer__list.footer__list--menu .footer__list-item {
    margin: 0;                      /* remove vertical spacing */
    padding: 0;
  }

  .footer__menu-link {
    font-size: 10px !important;     /* smaller text to fit all links */
    line-height: 1.1 !important;
    white-space: nowrap;             /* prevent wrapping inside each link */
    text-transform: uppercase;       /* optional: makes it tighter visually */
  }
}


}


#fw-section-product-recommendations-product-default {

/* Hide the entire "You May Also Like" / Related Products section */
.product-recommendations,
.recommendations,
.recommendations__list {
  display: none !important;
}


}