html.w-mod-touch #men,
html.w-mod-touch #women {
  background-attachment: fixed !important;
}


.webflow-container.about-section {
  max-width: 100vw;
}

.quick-stack-7 {
  margin-bottom: 48px;
}


.image-container {
  position: relative;
  max-width: 250px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  padding: 0 5px;
}

.image-container>div {
  display: block;
  width: 100%;
  height: 100%;
}

.image-container:hover .overlay {
  width: 100%;
  left: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.image-96 {
  margin: 0 auto;
}

#w-node-_0fd8bfe1-77e8-3f89-8fd9-6d51482a69b2-8ad9cb8b {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr .25fr 1fr;
}

#w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b p {
  font-size: 1em;
}

#w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
  grid-template-rows: auto 5em 190px auto;
  grid-template-columns: 1fr;
}

.section-15 {
  background-position: 74% 100%;
}

.section-16 {
  background-position: 39% 100%;
}

.height_250 {
  height: 250px;
}

.container-33 {
  height: fit-content;
}

section#micro_silver_footer p {
  color: #898989;
}

section#micro_silver_footer p#copy-right {
  color: white;
  text-align: center;
}

#discover-safe-home {
  margin: 60px 0 20px 0;
}

.horizontal-scroll-container {
  display: flex; /* Use Flexbox to align items horizontally */
  overflow-x: auto; /* Enable horizontal scrolling when content exceeds the container width */
  white-space: nowrap; /* Prevent items from wrapping to the next line */
  -webkit-overflow-scrolling: touch; /* Add momentum scrolling for a smoother mobile swipe experience */
  gap: 15px; /* Add some space between columns */
  padding: 0 16px; /* Add padding to the ends for better U/X */
  margin: 50px 0;
}

.top-subtitle {
  margin: 0;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 0.5em;
  text-align: center;
}

.heading-with-italic-part {
  margin: 0 0 10px;
  font-family: "Metropolis", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  color: black;
  span {
    font-family: Big Caslon CC;
    font-size: 2rem;
    font-style: italic;
  }
}

.black-bg-button {
  display: block;
  background-color: black;
  color: #fafafc;
  border: 0;
  padding: 1em 1.5em;
  margin: 50px auto;
  max-width: 90%;
  width: fit-content;
  text-decoration: none;
  font-size: 1em;
  border-radius: 0;
}

/* Optional: Add CSS Scroll Snap for a "paging" effect */
.horizontal-scroll-container {
  scroll-snap-type: x mandatory; /* Enforce snapping to specific points */
}

.column-item {
  flex: none; /* Prevent flex items from shrinking */
  width: 80vw; /* Make each column take up most of the viewport width */
  max-width: 200px;
  scroll-snap-align: start; /* Align the start of the item to the start of the scroll container */
  /* Add other styling like background, padding, etc. */
  box-sizing: border-box;
  display: inline-block; /* Ensure it works with white-space nowrap */
  cursor: pointer;
  text-decoration: none;
}

.column-img-wrapper {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease; /* optional: slight zoom or darken on hover */
  position: relative;
}

.column-img-wrapper > img {
  width: 100%;
}

/* The overlay that appears on hover */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 222, 209, 0.8); /* black at 50% opacity */
  opacity: 0; /* hidden by default */
  transition: opacity 0.4s ease; /* fade effect */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.8rem;
  color: black;
  text-wrap: wrap;
  text-align: center;
}

.overlay p:nth-of-type(1) {
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0;
  text-align: center;
}

.overlay p:nth-of-type(2) {
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0 10px;
  text-align: center;
}

.overlay div {
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
}

/* Show overlay on hover */
.column-item:hover .overlay {
  opacity: 1;
}

.column-item > p {
  font-size: 12px;
  font-family: Metropolis, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: black;
}

@media screen and (max-width: 1799px) {
  #w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
    grid-template-rows: auto 5em 280px auto;
    grid-template-columns: 1fr;
  }

  .section-16 {
    background-position: 32% 100%;
  }
}

@media screen and (max-width: 1399px) {
  .webflow-container.about-section.w-container {
    padding-left: 60px;
  }

  .image-96 {
    max-width: 100%;
  }

  #w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
    grid-template-rows: auto 6em 330px auto;
  }

  .section-16 {
    background-position: 29% 100%;
  }
}

@media screen and (max-width: 1199px) {

  #w-node-daf161a8-0d76-b806-1b92-acdcfa23261d-8ad9cb8b,
  #w-node-_5fdd7841-4e2a-b681-58ad-e083e3814eab-8ad9cb8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
    grid-template-rows: auto 6em 400px auto;
  }
}

@media screen and (max-width: 991px) {
  #related-products-carousel {
    height: 80%;
  }

  /* Implement slider */
  .image-container {
    width: 100%;
  }

  .carousel-button {
    height: 250px;
  }

  .webflow-container.about-section {
    padding-top: 300px;
  }

  .section-15 {
    background-position: 50% 100%;
  }

  .section-16 {
    background-position: 50% 100%;
  }

  #w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
    grid-template-rows: auto 7em 460px auto;
  }
}

@media screen and (max-width: 767px) {
  .webflow-container.about-section {
    position: static;
  }

  #w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .webflow-container.about-section {
    padding-left: 30px;
    padding-top: 250px;
  }

  #w-node-_0fd8bfe1-77e8-3f89-8fd9-6d51482a69b2-8ad9cb8b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media (min-width: 1200px) {
  #discover-safe-home {
    max-width: 80%;
    margin: 60px auto 20px;
  }

  /* Media query for desktop to have a standard vertical layout if preferred */
  .horizontal-scroll-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow-x: visible;
    white-space: normal;
    gap: 35px;
    max-width: 1450px;
    margin: 0 auto;
  }

  .column-item {
    width: auto;
    max-width: 250px;
    scroll-snap-align: none;
  }
}