/** Shopify CDN: Minification failed

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

**/
/* CSS CRIADO 👇🏼 MURIEL 👨🏻‍💻 */

.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: 13px !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: 12px;
    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: 0px !important;
}
.label--highlight{ 
  background:rgb(0, 0, 0);
  color: #ffffff;
  font-size: 13px;
}

.product-item__label-list {
    position: absolute;
    top: 05px;
    left: 0;
    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: #000000 !important;
  color: #ffffff !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: 10px;
    gap: 2px;
    margin-top: -7px;
}
.price-list {
  font-size: 13px;
}
}
@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;
}
}

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

.block-swatch__item {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !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;
    font-family: syne, sans-serif;
}
.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: syne, sans-serif;
}
#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: 13px;
    line-height: 1.2;
}
}
h1.heading.h2 {

    font-family: syne, sans-serif;
}

#insta-feed h2,.instafeed-shopify h2 {
  
  font-family: syne, sans-serif;
}

/* 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: flex;
    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;

}
    .section {
      
        margin-top: 0px;
    }
/* 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;
    padding-bottom: 9px;
}
@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 {
    margin-top: 0;
    display: grid;
    justify-items: center;
    
}
@media screen and (min-width: 1000px) {
    .product-sticky-form__form, .product-sticky-form__variants
 {
        display: flex;
        align-items: flex-end;
    }
}

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

