.elementor-14669 .elementor-element.elementor-element-710e6b9a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-14669:not(.elementor-motion-effects-element-type-background), body.elementor-page-14669 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}:root{--page-title-display:none;}body.elementor-page-14669{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-7907f133 *//* Texto centralizado e tamanho ajustado para mobile */
@media screen and (max-width: 768px) {
  .wd-copyrights .container,
  .wd-copyrights,
  .wd-copyrights .wd-col-end {
    text-align: center !important;
  }

  .wd-copyrights p {
    font-size: 14px !important;
    line-height: 1.4;
  }

  .wd-copyrights img {
    width: 80%;
    max-width: 240px;
    height: auto;
    margin: 10px auto 0;
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS *//* Remove label SALE */
.product-label.onsale {
    display: none !important;
}

/* Remove 'Out of Stock' */
p.stock {
    display: none !important;
}

/* Estilo do título do produto */
.wd-entities-title {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* Aumenta e estiliza o preço */
.price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.etiqueta-frete-gratis-woodmart {
    display: block;
    text-align: center;
    background-color: rgba(246, 204, 0, 1);
    color: #000;
    font-weight: 700;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 10px auto 0 auto; /* Auto nas laterais centraliza */
    width: fit-content;
}


/* Background global escuro */
body {
    background-color: #1a1a1a !important;
    color: #fff !important;
}

@media (max-width: 768px) {
  .product-grid-item .product-image-link img {
    height: auto !important;
    width: 100% !important;
    max-height: 280px !important; /* ajusta esse valor se quiser mais ou menos */
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .product-grid-item .wd-entities-title {
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
  }
}

@media (max-width: 768px) {
  .product-grid-item .price {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 768px) {
  .etiqueta-frete-gratis-woodmart {
    font-size: 9px !important;
    padding: 2px 6px !important;
    margin-top: 6px !important;
    border-radius: 10px !important;
  }
}

@media (max-width: 768px) {
  .wd-buttons {
    display: none !important;
  }
}

.wd-entities-title,
.wd-entities-title a {
    text-transform: none !important;
    font-family: 'Inter', sans-serif !important;
}

.wd-entities-title,
.wd-entities-title a {
    text-transform: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important; /* aumentei um tiquinho, tava padrão 14px na maioria */
    font-weight: 600 !important; /* negrito */
    color: #fff !important; /* deixa branco mesmo pra destacar no fundo escuro */
}

.product-grid-item .price .woocommerce-Price-currencySymbol {
    margin-right: 4px !important;
    display: inline-block !important;
}

.product-grid-item .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.3;
}

.product-grid-item del {
    font-size: 13px !important;
    opacity: 0.6 !important;
    margin-bottom: 2px;
}

/* Uniformiza TODA porra da tipografia do preço (risco, preço novo, símbolo, tudo!) */
.product-grid-item .price,
.product-grid-item .price *,
.product-grid-item .woocommerce-Price-amount,
.product-grid-item .woocommerce-Price-currencySymbol,
.product-grid-item .price ins,
.product-grid-item .price del,
.product-grid-item .price bdi {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
}/* End custom CSS */