.logo-module {display:none;}
.brand-pop-up .popup-bg-image{ max-height: 51.4rem;  min-height: 48.2rem;}
.brand-pop-up .popup-content{padding: var(--sm-1); overflow: hidden;}
.brand-pop-up .popup-bg-image {object-position: left;}
.brand-pop-up .brand-popup-section .btn-close{position: absolute;  right: 1.6rem;  top: 1.6rem; border-radius: 100%;  height: 3.2rem; width: 3.2rem; border: none; z-index: 3;}
.brand-pop-up .brand-caraousel__bottle-image {bottom: 1.6rem;}
/*
.brand-pop-up .modal-body::after {  position: absolute;  background: linear-gradient(299deg, rgba(0, 0, 0, 0.00) 27.47%, rgba(0, 0, 0, 0.60) 79.04%), rgba(0, 0, 0, 0.30);  top: 0;  left: 0;  width: 100%;  height: 100%;  display: block;  content: '';}
*/
.brand-popup__item {min-width: fit-content;}
a.brand-popup-logo:focus-visible { outline-offset: -3px;}
.brand-popup__item > a {outline-offset: -2px;}
a.brand-popup-logo:hover {background-color: #F9F7F5;}
.brand-popup-logo {max-height: 16.1rem;}
.brand-popup__filter {border-top: 1px solid #AEAEAE;  border-bottom: 1px solid #AEAEAE;}
.brand-popup__filter {overflow-x: auto;  overflow-y: hidden;  white-space: nowrap;  -webkit-overflow-scrolling: touch;  scrollbar-width: none;}
.brand-popup__filter::-webkit-scrollbar {display: none;}
.brand-popup__item a {border-bottom: 2px solid; border-color: transparent;}
.brand-popup__item > a:hover, .brand-popup__item > a.active {  border-color: var(--black);  background-color: transparent;  color: var(--black);}

.modal.modal-slide-up .modal-dialog {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.modal.modal-slide-up.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* Reverse animation on close */
.modal.modal-slide-up.is-closing .modal-dialog {
  transform: translateY(100px);
  opacity: 0;
}



/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .modal.modal-slide-up .modal-dialog {transition: none;transform: none;opacity: 1;  }
}

@media (min-width: 992px) {
  .brand-pop-up .brand-caraousel__bottle-image img {max-width: 100%;max-height: 40rem;}
}

@media (min-width:768px) {
  .brand-pop-up .brand-popup-section .btn-close{position: absolute;right: 3.2rem;top: 3.2rem;border-radius: 100%;height: 4.8rem;width: 4.8rem;border: none;z-index: 3;}
  .brand-pop-up .popup-content{padding: var(--md-3); padding-left: var(--lg-3); padding-right: var(--lg-3);}
  .brand-pop-up .popup-bg-image {object-position: center;}
}