#cart-shipping-container div[data-lastpass-icon-root], #cart-shipping-container div[data-lastpass-root], #cart-shipping-container input~div[data-lastpass-icon-root] {
	display: none !important;
}
.js-products-featured-title span{
  color: #f36fba;
}
h1, h2, h3, h4, h5, h6{
  font-weight: bold !important;
}

.bg-rosa{background: #FFB8DE;}
.text-rosa{color: #FFB8DE;}

.box-shadow{
  box-shadow: -3px 7px 15px #AAA;
}

.ttle{
  font-size: 18px;
  font-weight: bold;
  color: var(--accent-color);
}
.price-filter-btn{
  color:#000;
  background: #FFB8DE;
   opacity: 1;
}

.price-filter-btn:before{
  color: #000;
}
.price-filter-btn:hover{
  background:#000;
  color: #FFF;
  opacity: 1;
}
.price-filter-btn:hover:before{
  color: #FFF;
}


.checkbox-container input:checked~.checkbox .checkbox-icon {
    border: 1px solid #f36fba;
    background: #f36fba;
  color:#FFF;
}
.checkbox-container .checkbox-icon:after{
  border: solid #FFF;
  border-width: 0 1px 1px 0;
    
}


.section-newsletter-home-colors{
  background: #FF70BE;
  color:#000;
}
.section-newsletter-home-colors .form-control{
  background:#FFF;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  color: #000;
}
.section-newsletter-home-colors .btn{
  background:#000;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  
}
.section-newsletter-home-colors .form-control::-webkit-input-placeholder {
    color: #000;
}

.section-newsletter-home-colors .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.section-newsletter-home-colors .form-control:-ms-input-placeholder {
    color: #000;
}

.section-newsletter-home-colors .form-control::-ms-input-placeholder {
    color: #000;
}

.section-newsletter-home-colors .form-control::placeholder {
    color: #000;
    opacity: 1;
}

.footer-logo img {
    max-height: unset;
}


/*marquee*/
.top-marquee {
    width: 100%;
    overflow: hidden;
    background: #000;
    color: #FF70BE;
  }

  .marquee-row {
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
    .marquee-row-2{
        background:#FF70BE;
        color:#000;
    }
  .marquee-row:last-child {
    border-bottom: 0;
  }

  .marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    min-width: max-content;
    padding: 16px 0;
    animation: marquee-left 30s linear infinite;
  }

  .marquee-row-2 .marquee-track {
    animation: marquee-right 24s linear infinite;
  }

  .marquee-track span {
    position: relative;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .marquee-track span:not(:last-child)::after {
    content: "|";
    margin-left: 40px;
    opacity: 0.7;
  }

  @keyframes marquee-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  @keyframes marquee-right {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*fim marquee*/



@media(min-width: 768px) {
.swiper-pagination{
  position: absolute;
  bottom: 0px;
}
.footer-main-info-md-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
}
.price-filter-btn {
        height: 44px;
    }
  
}


@media(min-width: 992px) {
.footer-main-info-md-3-columns {
    grid-template-columns: 1fr 1.5fr 1.5fr;
}
}