/** Shopify CDN: Minification failed

Line 166:0 Unexpected "}"

**/
slider-main-component {
  display: block;
}

.gift-card-wrapper {
  padding: 40px;
  background-color: rgba(var(--color-background-foreground));
  border-radius: 20px;
  max-width: 668px;
  margin: 22px auto;
}

.gift-card-logo {
  margin-bottom: 20px;
}

.gift-card-gift-img img {
  display: inline-block;
  margin-bottom: 10px;
}

.price-gift-card {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
}

.gift-card-price {
  display: grid;
  gap: 20px;
  margin-bottom: 26px;
}

.gift-card__remaining-price {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid rgba(var(--color-text));
}

.gift-card-qrcode .gift-card-number {
  font-size: 20px;
  border: 0;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
}

.gift-card-qrcode .gift-card-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: rgba(var(--color-background));
  border-radius: 40px;
  border: 0;
}

.gift-card__qr-code {
  margin: 20px 0;
}

.gift-card__qr-code img {
  display: block;
  margin: auto;
}

.print-link-wrapper button {
  cursor: pointer;
  padding: 0;
  border: 0;
  margin-top: 12px;
}





/* ===========================
   CASA RUSSO FOOTER PREMIUM
=========================== */

.footer-block-wrapper{
    display:flex !important;
    justify-content:space-between !important;
    align-items:flex-start !important;
    gap:80px !important;
}

.footer-newsletter{
    max-width:420px !important;
    flex:0 0 420px !important;
}

.footer-newsletter-title{
    font-size:52px !important;
    line-height:1.2 !important;
    font-weight:400 !important;
    margin-top:30px !important;
}

.footer-block-heading{
    font-size:34px !important;
    font-weight:400 !important;
    margin-bottom:25px !important;
}

.footer-block-list-link{
    font-size:17px !important;
    line-height:2.1 !important;
}

.footer-logo img{
    max-width:180px !important;
}

.footer-block-bottom{
    margin-top:60px !important;
    padding-top:40px !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
}

.footer-social-icons{
    margin-top:20px !important;
}

.footer-copyright{
    padding-top:20px !important;
}

.footer-payment-icons{
    opacity:.85;
}

@media(min-width:1200px){

.footer-block-wrapper{
    grid-template-columns:
    1.6fr
    1fr
    1fr !important;
}

}


/* FRASE INSTITUCIONAL */

.footer-newsletter-title{
    font-size: 20px !important;
    line-height: 1.25 !important;
    max-width: 320px !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    color:3D3D3D !important;
}
}

/* LOGO */

.footer-logo img{
    max-width: 200px !important;
}

/* COLUNAS */

.footer-block-wrapper{
    align-items:flex-start !important;
    gap:120px !important;
}

/* TÍTULOS DOS MENUS */

.footer-block-heading{
    font-size:28px !important;
    margin-bottom:18px !important;
}

/* LINKS */

.footer-block-list-link{
    font-size:16px !important;
    line-height:1.8 !important;
}

/* REDUZ ALTURA GERAL */

.footer-inner-contain-box{
    padding-top:40px !important;
}


.footer-text-marquee .h4{
    font-size:48px !important;
    opacity:.75;
    letter-spacing:0.02em;
}


/* FOOTER CASA RUSSO */

.footer-block-wrapper{
    gap: 40px !important;
    justify-content: space-between !important;
}

.footer-newsletter{
    flex: 0 0 360px !important;
    max-width: 360px !important;
}



/* CASA RUSSO - FOOTER LAYOUT */

.footer-block-wrapper{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:120px !important;
}

.footer-newsletter{
    width:380px !important;
    min-width:380px !important;
}

.footer-block-item-menu{
    width:220px !important;
    max-width:220px !important;
}


.footer-newsletter p{
    max-width: 300px !important;
    line-height: 1.8 !important;
    color: #5f5f5f !important;
}



.collection-content-wrapper{
    display:block !important;
    padding:20px !important;
}

.collection-title{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    color:#333 !important;
    position:relative !important;
    z-index:999 !important;
}


.media-wrapper img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Drawer de filtros acima do conteúdo da página */
.facets-container,
.mobile-facets__wrapper {
  position: relative;
  z-index: 1000;
}