.cs_text_2 {
  padding: 10px;
    display: flex
;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    font-family: Arial, sans-serif;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.collection_grid .btn--underlined {
  color: #e5004e;
}
.sb_main_template--24820327186763__scrolling_banner_7QhcVJ,
.sb_main_template--24820327186763__scrolling_banner_AgVKRc {
  border-top: 2px solid #e5004e;
  border-bottom: 2px solid #e5004e;
}
.sb_main_template--24820327186763__scrolling_banner_AgVKRc {
  margin-bottom: 20px !important;
}
.ps_img-wrapper {
  position: relative;
  display: inline-block;
  width: calc(50% - 3 * var(--grid-spacing) / 4);
  max-width: 100%;
}

.ps_img {
  width: 100%;
  height: 100%;
  display: block;
}

.ps_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
}

.ps_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

.ps_text p {
  font-size: 18px;
  margin: 5px 0;
}

.ps_text h2 {
  font-size: 32px;
  font-weight: bold;
}

.ps_icon {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.cs_img-wrapper {
  position: relative;
  display: inline-block;
  width: calc(25% - 3 * var(--grid-spacing) / 4);
  max-width: 100%;
}
.location_upper {
  margin: auto;
  max-width: 50px;
}
.location_upper img {
  width: 100%;
  display: block;
}
.cs_img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cs_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
}

.cs_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

.cs_text p {
  font-size: 18px;
  margin: 5px 0;
}

.cs_text h2 {
  font-size: 32px;
  font-weight: bold;
}

.cs_icon {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.show-view-all--button {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .show-view-all--button {
    margin-top: 60px;
  }
}
@media (max-width: 520px) {
  .cs_img-wrapper {
    width: 100%;
  }
  .ps_img-wrapper {
    width: 100%;
  }
}
