/** Shopify CDN: Minification failed

Line 422:43 Expected ")" to end URL token

**/
/* CSS CRIADO  MURIEL */
/* MENU FIXO PARTE INFERIOR */
/* ===== MENU INFERIOR MOBILE ===== */

.bottom-menu-mobile {
  position: fixed;
  bottom: 0; 
  left: 0;
  width: 100%;
  background: #000000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0 5px;
  z-index: 99;
}
             
.bottom-menu-mobile a,
.bottom-menu-mobile .bottom-menu-link {
  flex: 1;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}

.bottom-menu-mobile i {
  display: block;
  font-size: 20px;
}

.bottom-menu-center {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: -28px;
  color: #ffffffff !important;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.05rem;  
}


.bottom-menu-center img {
  width: 55px;
    height: 55px;
    object-fit: contain;
    background: #ffffffff;
    border-radius: 50%;

}  



@media (min-width: 768px) {
  .bottom-menu-mobile { display: none; }
}

body { padding-bottom: 0px; }

/* FIM MENU */
.botao-card-embaixo {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
  background: #000 !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.botao-card-embaixo.ativo {
  background: #fa8dbe !important;
  color: #000 !important;
}

.botao-card-embaixo:focus {
  outline: none;
}

.botao-card-embaixo:visited {
  color: #fff;
}

/* DESKTOP */
@media screen and (min-width: 741px) {
  .product-item:hover .botao-card-embaixo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* MOBILE */
@media screen and (max-width: 740px) {
  .botao-card-embaixo {
    padding: 14px 18px;
    font-size: 14px;
    margin-top: 12px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/* estado carregando no botÃ£o do card */
.botao-card-embaixo.loading {
  background: #fa8dbe !important;
  color: transparent !important;
  position: relative;
  pointer-events: none;
}

.botao-card-embaixo.loading::after { 
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 50%;
  animation: botao-loading 0.7s linear infinite;
}

@keyframes botao-loading {
  to {
    transform: rotate(360deg);
  }
}

/* FIM CARD DO PRODUTO  */

.drawer[open] {
    z-index: 9997;
}

.aspect-ratio img, .aspect-ratio svg, .aspect-ratio video {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}

.product-item {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border: none;
    border-radius: 0px;
    padding: 0px;
    background: #ffffff00;
}

/* TÃ­tulo */
a.product-item-meta__title {
    font-size: 17px !important;
    font-weight: 400 !important;
    font-family: "Questrial", sans-serif;
    line-height: 1.3em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.6em;
    margin-bottom: 4px !important;
    flex-shrink: 0;
}

/* Cadeia de containers flex */
.product-item__info,
.product-item-meta,
.product-item-meta__inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
}

/* PreÃ§o colado na base */
.product-item-meta__price-list-container {
    margin-top: auto !important;
    flex-shrink: 0;
}

.product-item__price-list {
    margin-top: 0 !important;
    margin-bottom: 2px;
}

/* Texto "Ou" */
.product-item__ou {
    font-size: 11px;
    color: rgb(0, 0, 0);
    margin: -6px 0 -4px;
    position: static;
}

/* Linha de parcelamento */
.product-item__installment {
    font-size: 14px;
    position: static;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-item__installment svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    position: static;
}
.product-item__label-list .label {
    border-radius: 3px !important;
}
.label--highlight{ 
  background:rgb(0, 0, 0);
  color: #ffffff;
  font-size: 13px;
  font-family: "Questrial", sans-serif;
  font-weight: 500;
}


.product-item__label-list {
    position: absolute;
  top: 5px;
  right: 4px !important;
  z-index: 1;
}
.label-list {
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.label--highlight {
  background-color: #fa8dbea6 !important;
    color: #000000 !important;
}
/* RESPONSIVO PARA MOBILE */
@media (max-width: 768px) {
  .label--highlight{ 
  font-size: 11px;
  font-weight: 500;  
  
}
.product-item {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border: none;
    border-radius: 0px;
    padding: 5px;
    background: #ffffff00;
}
.product-item__installment {
    font-size: 11px;
    gap: 2px;
    margin-top: -7px;
}
.price-list {
  font-size: 15px;
}
}
@media screen and (max-width: 740px) {
    .product-list{
        --product-list-column-gap: 0px;
    }
}
.product-item-meta__price-list-container {
    margin-bottom: 0 !important;
}

.price-list {
    margin-bottom: 0 !important;
}

.product-item__installment {
    margin-top: 0 !important;
}
.product-item-meta {
    gap: 0 !important;
}
.product-list {
    gap: 0px !important;
}
/* SLIDESHOW */
/* .slideshow__nav {
  display: flex;
} */
button.mobile-nav__link {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

/* NAVEGACAO */
.pagination__nav-item[aria-current="page"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
}

/* Indicador de imagens estilo Pandora - apenas mobile */
@media screen and (max-width: 999px) {
  .product__thumbnail {
    position: relative;
    width: 76px;
    min-width: 76px;
    padding: 2px;
    display: none;
}
.product-meta {
    display: block;
    margin: 0px; 
    padding-bottom: 8px;
}

}
/* BORDA IMAGEM */
.product__media-image-wrapper {
  border-radius: 0 !important;
}
/* ZOOM IMAGEM */
.product__zoom-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    bottom: 8px;
    right: -16px;
    border: 1px solid rgb(255 255 255);
    border-radius: .2rem;
    background: rgb(var(--root-background));
    color: rgb(var(--root-text-color));
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, color .25s ease-in-out;
    z-index: 1;
}
[dir=ltr] .product__zoom-button {
    right: -16px;
}
@media screen and (max-width: 999px) {
    .product__media-item, .product__thumbnail-list-inner {
        padding-left: 0px !important; 
        padding-right: 0px !important; 
    }
    .product:not(.product--featured) {
        /* margin-top: var(--container-gutter); */
        margin-bottom: 36px;
     h1.product-meta__title.heading.h3 {
        font-size: 22px;
        font-family: Questrial, sans-serif;
        margin-bottom: 27px;
        line-height: 20px;
    }
    .price--large {
        font-size: 18px;
    }
}
}
.block-swatch__item {
    border-radius: 0px !important;
}
   
/* VariaÃ§Ã£o na Pagina de produto */
.block-swatch__radio:checked+.block-swatch__item {
    border: 1px solid var(--varianteseletor) !important;
    color: white;
    background: black;
}
.block-swatch__radio:checked+.block-swatch__item::after, .variant-swatch__radio:checked+.variant-swatch__item::after {
    font-weight: 700;
    content: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpolyline points='216 72 104 184 48 128' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='25'%3E%3C/polyline%3E%3C/svg%3E);
    top: -5px;
    left: -5px;
    background-color: var(--varianteseletor);
    background-position: center;
    box-shadow: none !important;
    display: none;
    line-height: 26px;
    z-index: 1;
    position: absolute;
    transform: scale(1);
    opacity: 1;
    width: 20px;
    height: 20px;
}
@media screen and (min-width: 1000px) {
  #kp-dots {
    display: none !important;
  }
}


@media screen and (max-width: 999px) {
/* Dots do carrossel - estilo Pandora MAIOR */

#kp-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px !important;
    margin-top: -10px;
}
#kp-dots span {
  height: 10px !important;
  border-radius: 0 !important;
  margin-top: -5px;
}

#kp-dots span[data-index] {
  width: 65px !important;
}

/* Dot ativo */
#kp-dots span[style*="width: 20px"] {
  width: 65px !important;
}
}

/* âœ… SELETOR DE CORES CORRIGIDO */
.block-swatch-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
}

.block-swatch {
    width: auto !important;
    flex: none !important;
}

.block-swatch__item {
    width: auto !important;
    min-width: 40px !important;
    max-width: none !important;
    height: 40px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}


/* BOTAO FIXO ADICIONAR */
/* Barra fixa estilo Pandora */
.product-sticky-form {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 -8px 30px rgba(0,0,0,0.08);
  padding: 5px 0 calc(10px + env(safe-area-inset-bottom));
  margin-bottom: -1px;
}

.product-sticky-form .container {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.product-sticky-form__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-sticky-form__content-wrapper {
  display: none;
}

/* Ãrea dos botÃµes */
.product-sticky-form__form {
  width: 100%;
}

.product-sticky-form__payment-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px !important;
  width: 100%;
}

/* Base dos botÃµes */
.product-sticky-form .product-form__add-button,
.product-sticky-form a.product-form__add-button {
  height: 52px;
  min-height: 52px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-shadow: none;
  transition: all 0.2s ease;
}

/* BotÃ£o preto */
#StickyAddToCart {
  background: #1d1a17 !important;
  color: #fff !important;
  border: 1px solid #1d1a17 !important;
}

/* BotÃ£o rosa */
#StickyBuyNow {
  color: #1d1a17 !important;
  background: #fa8dbe !important;
  text-decoration: none;
}

/* Hover suave */
#StickyAddToCart:hover {
  background: #000 !important;
  border-color: #000 !important;
}

#StickyBuyNow:hover {
      background:rgba(199, 53, 119, 0.8) !important;
}

/* Mobile first */
@media screen and (max-width: 999px) {
  .product-sticky-form {
    display: block;

  }
  .h2, .rte h2 {
    font-size: 10px !important;
}
h1.heading.h2 {
    margin-bottom: -17px;
    font-size: 24px !important;
    
}
.heading:last-child, .rte>:last-child, .text-container>:last-child {
  font-size: 14px;
}
#insta-feed h2,.instafeed-shopify h2 {
  font-weight: 100;
  font-size: 18px;
  font-family: Questrial;
}
#insta-feed h2, .instafeed-shopify h2 {
    margin-bottom: 0px !important;
    display: block;
}

  .product-sticky-form__variants {
    display: none !important;
  }
  .loader-button__text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px; 
    line-height: 1.2;
    font-family: 'Questrial';
}
}
h1.heading.h2 {
padding-top: 25px;
  font-family: syne, sans-serif;
}

#insta-feed h2,.instafeed-shopify h2 {
  
  font-family: Questrial;
}
@media screen and (min-width: 1000px) {
  .product-sticky-form {
    position: fixed !important;
        top: !important;
        left: !important;
        width: calc(100% - 520px) !important;
        max-width: 800px !important;
        z-index: 20;
        background: #ffffff38;
        border: 1px solid #ffffff00;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
  }

  .product-sticky-form .container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }

  .product-sticky-form__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px;
    min-height: 100px;
  }

  .product-sticky-form__content-wrapper {
    display: none;
  }

  .product-sticky-form__image-wrapper {
    display: none;
  }
  .product-sticky-form__bottom-info .hidden-pocket{
    display: none;
  }

  .product-sticky-form__image {
    display: none;
  }

  .product-sticky-form__bottom-info {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .product-sticky-form__title {
    display: none;
  }

  .product-sticky-form__content-wrapper{
    display: none !important;
  }
  .product-sticky-form__form {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    flex: 0 0 auto;
  }

  .product-sticky-form__variants {
    display: flex !important;
    gap: 10px;
    margin: 0 !important;
  }

  .product-sticky-form__variants .select-wrapper {
    min-width: 86px;
  }

  .product-sticky-form__payment-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin: 0 !important;
  }

  .product-sticky-form__payment-container .frete-topo {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
  }

  #StickyAddToCart,
  #StickyBuyNow {
    min-width: 220px;
    height: 58px;
    margin: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .product-sticky-form {
    display: none !important;
  }
}
/* Desktop: deixa mais elegante */
@media screen and (min-width: 1000px) {
  .product-sticky-form {
    padding: 12px 0;
  }
  [dir=ltr] .product__zoom-button {
    right: 9px;
}

  .product-sticky-form__content-wrapper {
    display: none;
    align-items: center;
    min-width: 260px; 
  }

  .product-sticky-form__payment-container {
    max-width: 560px;
    margin-left: auto;
  }
}
.product-meta {
    display: block;
    margin: 0px 0 5px;
    padding-bottom: 0px;
}

.h2, .rte h2 {
    font-size: 28px !important;

}
 
/* AGRUPA OS BOTÃ•ES */
.product-form__buttons,
.shopify-payment-button {
  width: 100%;
}

/* BOTÃƒO ADICIONAR AO CARRINHO */
.product-form__submit,
button[type="submit"][name="add"] {
  width: 100% !important;
  min-height: 54px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease;
}

.product-form__submit:hover,
button[type="submit"][name="add"]:hover {
  background: #000 !important;
}

/* ESPAÃ‡O ENTRE OS BOTÃ•ES */
.shopify-payment-button {
  margin-top: 14px !important;
}

/* BOTÃƒO COMPRA RÃPIDA */
.shopify-payment-button__button {
  width: 100% !important;
  min-height: 54px !important;
  background: #ffa8cf !important;
  color: #1a1a1a !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease;
}

.shopify-payment-button__button:hover {
  background: #f3bcc9 !important;
}

/* REMOVE ESTILOS EXTRAS DO SHOPIFY */
.shopify-payment-button__button--unbranded {
  background: #f7cbd5 !important;
  color: #1a1a1a !important;
}

.shopify-payment-button__more-options {
  display: none !important;
}
 
/* GARANTE TAMANHO TOTAL NO CONTAINER */
.shopify-payment-button div {
  width: 100%;
}
.product-sticky-form__payment-container{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px;
  width:100%;
}

.frete-topo{
  flex: 0 0 100% !important;
  width:100%;
  color:rgb(0, 0, 0);
  text-align:center;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
}

#StickyAddToCart,
#StickyBuyNow{
  flex:1;
}


/* RESPONSAVEL POR SLIDE RODAPE */
.text-with-icons__dots{
    margin-top: 0px;
}
#shopify-product-reviews fieldset>*, .account__address--empty svg, .mega-menu__title, .predictive-search__menu-title, .text-with-icons__icon-wrapper
 {
    margin-bottom: 5px;
}
.dots-nav {
    display: flex;
    margin: -10px; 
    flex-wrap: wrap; 
}
.heading--small+.h1, .heading--small+.h2, .heading--small+.h3, .heading--small+.h4, .heading--small+.h5, .heading--small+.h6, .heading--small+h1, .heading--small+h2, .heading--small+h3, .heading--small+h4, .heading--small+h5, .heading--small+h6, .heading--small+p, .heading--xsmall+.h1, .heading--xsmall+.h2, .heading--xsmall+.h3, .heading--xsmall+h1, .heading--xsmall+h2, .heading--xsmall+h3, .heading--xsmall+p {
    margin-top: -16px;
}
.vertical-breather {
    padding-top: 3px;
    
}
@media screen and (min-width: 1000px) {
.vertical-breather {
    padding-top: 6px;
    padding-bottom: 0px;
}
}

/* FIM POR SLIDE RODAPE */

.article__comment-form-title, .form__info, .heading:first-child, .rte>:first-child, .text-container>:first-child {
    display: flex !important;
    justify-content: center;
    
    flex-direction: column;
}
@media screen and (min-width: 1000px) {
    .product-sticky-form__form, .product-sticky-form__variants
 {
        display: flex;
        align-items: flex-end;
    }

    .product__thumbnail{
        width: 100px !important;
        min-width: 100px !important;
    }
}

/* RODAPE */
h1.heading.h2 {
  margin-bottom: -17px;
}

.product-meta__aside {
    display: flex;
    justify-content: flex-end;
    margin-top: -3px;
}
@media screen and (min-width: 1000px) {
    .footer {
        padding-top: 25px !important;
        padding-bottom: 0;
    }
}
.footer {
    padding: 10px 0 0;
    color: rgb(var(--text-color));
}
.pagination--load-more {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.pagination__load-more {
  width: 100%;
  max-width: 320px;
  height: 48px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  letter-spacing: .08em;
}


/* Editado por Muriel */
.product-item-meta {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-item-meta__title {
  min-height: 42px;
}

.product-item-meta__price-list-container {
  min-height: 24px;
}

.product-item__installment {
  min-height: 34px;
  margin-bottom: 12px;
}

.botao-card-form,
.botao-card-embaixo {
  margin-top: auto;
}

.botao-card-embaixo {
  width: 100%;
  height: 42px;
}
.header__link--valentine {
  color: #d4002a !important;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  background-image: none !important;
}

/* coração */
.header__link--valentine::before {
  content: "❤";
  position: absolute;
  left: -16px;
  top: 2px;
  color: #ff4d6d;
  font-size: 15px;
  opacity: 0;
  pointer-events: none;
  background: none !important;
  border: 0 !important;
  animation: floatingHearts 2.5s infinite ease-in-out;
}

/* linha no hover */
.header__link--valentine::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #d4002a !important;
  transition: width 0.3s ease;
  opacity: 1 !important;
  border: 0 !important;
}

.header__link--valentine:hover::after {
  width: 100%;
}

@keyframes floatingHearts {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  60% {
    transform: translateY(-14px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(-20px) scale(1.2);
    opacity: 0;
  }
}
.gift-upgrade-notice{
    color: #ffffff;
    display: flex;
    justify-content: center;
}
/* .valentine-title {
  position: relative;
  display: inline-block;
}

.valentine-title::before,
.valentine-title::after {
  content: "❤";
  position: absolute;
  color: #ff4d6d;
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
  animation: floatingTitleHearts 2.5s infinite ease-in-out;
}

.valentine-title::before {
  left: -24px;
  top: 10px;
}
      
.valentine-title::after {
  right: -24px;
  top: 10px;  
  animation-delay: 1.2s;
}

@keyframes floatingTitleHearts {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }
  
  20% {
    opacity: 1;
  }

  60% {
    transform: translateY(-14px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(-24px) scale(1.2);
    opacity: 0;
  }
} */
 @media screen and (max-width: 999px){
  #mobile-facet-toolbar{
    position: relative !important;
    top: -15px !important;
    bottom: auto !important;
    transform: none !important;
  }
}
.product-facet__meta-bar {
  justify-content: flex-start;
}

.product-facet__meta-bar-item--count {
  margin-left: 0;
  order: -1;
  font-size: 14px;   
  font-family: "Questrial", sans-serif;
}
.mobile-toolbar__item {
    display: flex;
    flex: 1 0 0;
    justify-content: center;
    align-items: center;
    padding: 0px; 
    border-top: 1px solid rgba(255, 255, 255, 0); 
    background: rgb(var(--background));
}
.mobile-share-buttons__item:not(:last-child), .mobile-toolbar__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
@media screen and (min-width: 741px) {
  .product-facet__meta-bar-item--count {
    font-size: 14px;
    font-family: "Questrial", sans-serif;
    margin-top: 4px;
}
.product-facet__meta-bar-item--count {
  margin-left: 0;
  order: 0;
  font-size: 14px;   
  font-family: "Questrial", sans-serif;
    }
}
@media screen and (max-width: 740px) {
  .bar-copy {
    padding-bottom: 90px !important;
  }
}


.container, .shopify-policy__container.shopify-policy__container {
    width: 100%;
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    --container-outer-margin: 0px;
}
.block-swatch-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
}
@media screen and (max-width: 999px) {
  .footer__item-content,
  .footer__accordion-content,
  .footer__accordion-content .linklist,
  .footer__accordion-content .linklist__item {
    text-align: left !important;
  }

  .footer__accordion-content .linklist {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .footer__accordion-content .linklist__item a {
    display: block !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
html, body {
  overflow-x: hidden;
  width: 100%;
}
.header--bordered:not(.header--transparent) {
    box-shadow: 0 1px rgb(var(--border-color))
}
.breadcrumb,
.breadcrumb__list,
nav[aria-label="Trilha de navegação"] {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 741px) {
    .text--xsmall {
        font-size: calc(var(--base-font-size) - 2px);
        line-height: 1.5384615385;
        color: #adadad;
    }
}

/* PAGINA GARANTIA */
.karina-gallery {
  position: relative;
}

.karina-gallery__discount {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 10;
  background: #fa8dbea6;
  color: #000000ff;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
    .list-collections--carousel .list-collections__item-list {
        grid-auto-columns: 10.2vw;
        gap: 25px;
    }
}
[dir=ltr] .header__cart-count--floating {
    margin-left: 0;
    right: 0px;
    margin-top: 9px;
    font-size: 12px;  
    /* border: 1px; */
    /* border: 1px solid #ffffff; */
    padding: 0px 0px;
    border-radius: 15px;
    background: #fa8dbeba;
}
[type=submit], button {
    padding: 0;
    overflow: visible;
    background: 0 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
    
}
.header__icon-list {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3px;
}
