#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-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #a1a1a1;
--color-on-background-rgb: 161, 161, 161;
--color-product-image-background: #a1a1a1;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
/* ===== 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-product-default {

/* ================================
   PRODUCT PAGE — CLEAN + COMPACT
   FINAL, ALIGNED, TIGHT SPACING
   ================================ */


/* ---------- PRODUCT LAYOUT ---------- */

/* Reduce space between image + info columns */
.product {
  column-gap: 24px;
}


/* ---------- PRODUCT IMAGE GALLERY ---------- */

/* Size + center gallery safely */
.product__gallery {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

/* Keep gallery internals centered */
.gallery--product {
  margin-left: auto;
  margin-right: auto;
}

.gallery__image-container {
  margin-left: auto;
  margin-right: auto;
}


/* ---------- PRODUCT INFO (RIGHT COLUMN) ---------- */

/* Pull info column closer to image */
.product-info {
  font-size: 14px;
  margin-left: -24px; /* tightens gap */
}

/* Title */
.product-info__title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
}

/* Price */
.product-info__price {
  font-size: 16px;
}

/* Option labels */
.product-option__name {
  font-size: 12px;
  margin-bottom: 4px;
}

/* Size / option buttons */
.radio-button__label {
  font-size: 13px;
  padding: 6px 10px;
}

/* Quantity dropdown */
.select-field__select {
  font-size: 13px;
  padding: 6px 28px 6px 10px;
}

/* Add to Cart button */
.button--primary {
  font-size: 14px;
  padding: 10px 14px;
  min-height: 40px;
}

/* Accordion sections */
.accordion__heading {
  font-size: 13px;
}


/* ---------- VERTICAL SPACING CLEANUP ---------- */

/* Tighten vertical rhythm */
.product-info > * {
  margin-top: 6px;
}
.product-info .button--primary {
  font-size: 12.5px;
  padding: 7px 12px;
  min-height: 34px;
}

/* ---------- PRODUCT PAGE MOBILE FIX ---------- */
@media (max-width: 767px) {
  /* Stack image + info naturally */
  .product {
    display: block;
    column-gap: 0;
  }

  /* Center the gallery */
  .product__gallery,
  .gallery--product,
  .gallery__image-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* Make product info full width and centered */
  .product-info {
    margin-left: 0; /* remove desktop negative margin */
    text-align: center;
    width: 100%;
  }

  /* Center title, price, options, button */
  .product-info__title,
  .product-info__price,
  .product-option__name,
  .radio-button__label,
  .select-field__select,
  .button--primary {
    margin-left: auto;
    margin-right: auto;
  }

  /* Optional: slightly smaller Add to Cart on mobile */
  .button--primary {
    font-size: 13px;
    padding: 6px 10px;
    min-height: 32px;
  }
}


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

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


}