div.basketedit_rebatecodes_outline {display: block;}
#menu_security_policy {clear: both;}

.home-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}
.home-gallery-item {
  flex: 1 1 33%;
  padding: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.home-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  position: relative;
}
.home-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 42, 42, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  transition: background-color 0.3s ease;
}
.home-gallery-item:hover .home-overlay {
  background-color: transparent;
}

.home-gallery-item span {
  font-family: "basic-sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 1.5px;
  color: white;
  z-index: 2;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.home-gallery-item .button-wrapper .cta-button {
  font-size: 16px;
  background-color: white;
  color: #2a2a2a;
  border: none;
  border-radius: 3rem;
  padding: 10px 18px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  text-align: center;
}
.home-gallery-item .cta-button:hover {
  background-color: #e0e0e0;
}
@media (max-width: 768px) {
  .home-gallery-item {
    flex: 1 1 100%;
  }
  .home-gallery-item span {
    font-size: 28px;
  }
}

@media (min-width: 979px) {
  #menu_categories #menu_navbar ul.navbar-nav > li.nav-item {
    padding-right: 4rem!important;}

  .newsletter__form {
    display: none;
  }}