body, .store-footer__inner{
  background-color: rgba(255, 245, 248, 0.3) !important;
}

.main-nav-container{
  background-color: rgba(159, 100, 106, 0.02);
}

#main-content > section:nth-child(1){
  margin-bottom: 2rem;
  margin-top: 0rem;
}

section:nth-child(1) > div{
  padding-left: 0;
  padding-right: 0;
}

section:nth-child(1) > div > a > img{
  border-radius: 0;
}

.banner-entry{  
  height: 400px;
}

@media screen and (max-width:750px){
  .banner-entry{
    height: 243px;
  }

  .store-footer__inner a{
    justify-content: center;
  }
  .store-footer__inner{
    text-align: center;
  }
}

.s-slider-block__title, .s-block__title{
  display: none;
}

.banner--fixed img, .banner-entry{
  background-color: transparent;
}

.md\:grid-cols-3{
  grid-template-columns: repeat(2,minmax(0,1fr))
}

.two-row .banner-entry:first-child{
  grid-column: auto;
  grid-row: auto;
}

.s-button-primary-outline{
  background-color: #C87D84;
}

.s-button-primary-outline:hover{
  background-color: white;
  color:#ca7983;
}

.s-fast-checkout-button.outline{
  color: #ca7983;
}

.s-button-element:not(:disabled):not([loading]){
  background-color: #ca7983;
  color: white;
}

.s-advertisement-content { overflow: hidden; }
.ticker-wrap { overflow: hidden; width: 100%; }

.ticker-track {
  display: flex;
  width: max-content;
  gap: 48px;
  animation: ticker 14s linear infinite;
  will-change: transform;
}

.ticker-item { white-space: nowrap; }

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.s-advertisement-action { position: relative; z-index: 2; }