.f_enhanced-square-photos:not(.f_rounded-photos) .f_image-entry img {
    border-radius: 0rem;
}
.f_bordered-product {
    border: 0.125rem solid #ff5757;
}
.banner--fixed img, .md\:rounded-\[3rem\]{
border-radius: 1rem !important;}
.slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.active {
  opacity: 1;
}
.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #ff6347;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #e5533d;
}
.button {
    position: absolute;
    bottom: 63px;
    left: 50%;
    transform: translateX(-50%);
    padding: 13px 30px;
    background-color: #ff6347;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 23px;
    transition: background-color 0.3s;
}
.animate-fadeInUp{display:none !important;}