.mv-about__block.appointment-form {
	margin-top: 20px;
}
.next-to-carousel-banners .banner-wrapper {
	max-width: 175px;
}
  #stock {
  display: none !important;
}

label[for="stock"] {
  display: none !important;
}

.content-wrapper.latest-contribution-box {
	display:none;
}
  div[id*=wt-form-wrapper-] button[type=submit] {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-out;
    white-space: normal;
}

  div[id*=wt-form-wrapper-] button[type=submit]:hover {
    background-color: var(--accent) !important;
    border-color: var(--accent) !important;
  }

.availability span[style*="#000000"], .availability-value .availability-label[style*="#000000"] {
    background-color: #000000 !important;
}

.availability span[style*="#e411c8"], .availability-value .availability-label[style*="#e411c8"] {
    background-color: #e411c8 !important;
}

.footer-links-icons h4 {
	 color: var(--accent);
   font-weight: bold;
   text-align: center;

}
.footer-icons {
  justify-content: space-between;
}
@media (min-width: 768px) {
    .footer-icon {
        flex: 0 0 auto;
        width: 23%;
    }
}
@media (min-width: 321px) and (max-width: 767px) {
    .footer-icon {
        flex: 0 0 auto;
        width: 44%;
    }
}

.footer-icon img {
	height: 100%;
}
.container.footer-links-icons {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn.btn-default.unveil-button {
  background-color: var(--primary);
  border-color: var(--primary);
}
.content-wrapper-in {
  padding-bottom: 40px;
  background-color: var(--bg);
}
.mv-about__cta {
	  display: flex;
    justify-content: center;
    margin-top: 40px;
}
.mv-brand {
  padding: 80px 0;
  background: #fff;
}

.mv-brand__container {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv-brand__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  color: #111;
}

.mv-brand__text p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.mv-brand__image {
  position: relative;
  width: 100%;
  height: 440px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8; 
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mv-brand__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mv-brand__image img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.mv-brand__photo-credit {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 8pt;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.45);
  padding: 2px 6px;
  border-radius: 4px;
  backdrop-filter: blur(3px);
}

.mv-brand__photo-credit a {
  color: #fff;
  text-decoration: none;
}

.mv-brand__photo-credit a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .mv-brand__image {
    height: 320px;
  }
  .mv-brand__photo-credit {
    bottom: 6px;
    right: 8px;
    font-size: 7.5pt;
  }
}

@media (max-width: 900px) {
  .mv-brand__container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .mv-brand__title {
    font-size: 30px;
  }
  .mv-brand__image {
    margin-top: 30px;
  }
  .mv-brand__text p {
    font-size: 16px;
  }
}


.category-top .availability {
  visibility: hidden;
  display: none;
}
.mv-follow__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.mv-follow__icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff; 
  border: 3px solid var(--accent);
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.mv-follow__icons a:hover {
  transform: scale(1.1);
  background-color: var(--accent); 
}

.mv-follow__icons a:hover img {
  filter: brightness(0) invert(1); 
}

.mv-follow__icons img {
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease;
}
@media (min-width: 767px) {
  .mv-about__block.contact-form > form {
    max-width: 60%;
}
  .row.banners-row > .next-to-carousel-banners {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .filters-unveil-button-wrapper { position: relative; z-index: 50; }
  .filters-unveil-button-wrapper.is-sticky {
    position: sticky;
    top: var(--filters-sticky-top, 0px); 
    background: #fff;
    z-index: 30;
    transition: box-shadow .2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
  }
  .filters-unveil-button-wrapper.is-sticky.no-shadow { box-shadow: none; }
}

.category-title, .products-top-header {
  display: none;
}
@media (min-width: 321px) and (max-width: 767px) {
    .columns-mobile-2 .products-block>div .p .name {
        -webkit-line-clamp: 3 !important;
        }
  .products-block.products .p .name {
    min-height: 45px;
    height: 70px !important;
    max-height: 70px;
}
}
.row.banners-row .banner-wrapper { 
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .pageElement__heading {
	color: #d4ac8f;
  font-weight: bold;
}
.custom-footer__legal h4 {
	text-transform: uppercase;
  margin-top: 0;
}