
.store-logo-module .store-logo-link img {
  max-height: 100px !important;
}

.promotional-banner-wrap .promotional-banner-link, .promotional-banner-wrap .promotional-banner-text-wrap {
 background-color: green;  
    color:white;
    font-size:18px;
}

.animated {
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  15% {transform: scale(1.1);}
  45% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 3s;
}
#featured-custom .product-wrapper-link {
    height: 360px;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}