/* Mundo dos Ursos - vitrine e mini carrinho */
.preco-customizado-mdu {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.2;
  margin-top: 2px;
}

.preco-customizado-mdu .preco-antigo {
  color: #8f8f8f;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 600;
}
.preco-customizado-mdu .preco-pix {
  color: #11a83a;
  font-size: 18px;
  font-weight: 800;
}
.preco-customizado-mdu .preco-pix small {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
.preco-customizado-mdu .preco-cartao {
  color: #444;
  font-size: 13px;
  font-weight: 600;
}

.product-item.style-01 .product-inner.retail-card,
.product-item.style-04 .product-inner.retail-card {
  height: 100%;
  border: 1px solid #e6e6e6 !important;
  border-style: solid !important;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.product-item.style-01 .product-inner.retail-card:hover,
.product-item.style-04 .product-inner.retail-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.product-item.style-01 .product-thumb,
.product-item.style-04 .product-thumb {
  margin-bottom: 10px;
}
.product-item.style-01 .product-thumb img,
.product-item.style-04 .product-thumb img {
  border-radius: 8px;
}
.product-item.style-01 .product-info,
.product-item.style-04 .product-info {
  display: flex;
  flex-direction: column;
}
.product-item.style-01 .product-name,
.product-item.style-04 .product-name,
.product-item.style-01 .woocommerce-loop-product__title,
.product-item.style-04 .woocommerce-loop-product__title {
  min-height: 40px;
}
.product-item.style-01 .retail-add-to-cart,
.product-item.style-04 .retail-add-to-cart {
  display: none !important;
}

/* Mini carrinho no mesmo padrão da loja, sem quebrar o layout original */
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  padding: 0 0 19px;
  overflow: hidden;
  clear: both;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  float: left;
  color: #fff !important;
  border-radius: 6px;
  min-width: 135px;
  font-family: 'Baloo 2', sans-serif;
  background-color: #71c0ef !important;
  border: 1px solid #71c0ef !important;
  box-shadow: none;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 4px;
  pointer-events: none;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
  color: #fff !important;
  background-color: #5ab0df !important;
  border-color: #5ab0df !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  background-color: #ed71a3 !important;
  border-color: #ed71a3 !important;
  float: right;
  min-width: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: #d95d91 !important;
  border-color: #d95d91 !important;
}
@media (max-width: 767px) {
  .product-item.style-01 .product-inner.retail-card,
  .product-item.style-04 .product-inner.retail-card {
    padding: 10px;
  }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    min-width: 120px;
    padding: 0 14px;
  }
}


.product-item.style-01 .product-info.equal-elem,
.product-item.style-04 .product-info.equal-elem {
  gap: 2px;
}
.product-item.style-01 .product-name,
.product-item.style-04 .product-name,
.product-item.style-01 .woocommerce-loop-product__title,
.product-item.style-04 .woocommerce-loop-product__title {
  min-height: 0;
  margin-bottom: 2px !important;
  line-height: 1.15;
}
.product-item.style-01 .star-rating,
.product-item.style-04 .star-rating,
.product-item.style-01 .product-info .woocommerce-review-link,
.product-item.style-04 .product-info .woocommerce-review-link {
  margin-top: 0;
  margin-bottom: 2px;
}
.product-item.style-01 .price,
.product-item.style-04 .price,
.product-item.style-01 .preco-customizado-mdu,
.product-item.style-04 .preco-customizado-mdu {
  margin-top: 0 !important;
}
.preco-customizado-mdu .preco-cartao {
  color: #666;
  font-size: 13px;
  font-weight: 500;
}


/* Página do produto */
.single-product div.product p.price .preco-customizado-mdu,
.single-product div.product span.price .preco-customizado-mdu,
.single-product .summary .preco-customizado-mdu.preco-customizado-single {
  gap: 4px;
  margin-top: 6px;
  margin-bottom: 8px;
}
.single-product .preco-customizado-single .preco-antigo {
  font-size: 15px;
}
.single-product .preco-customizado-single .preco-total {
  color: #404e65;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
}
.single-product .preco-customizado-single .preco-pix {
  color: #11a83a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
.single-product .preco-customizado-single .preco-pix small {
  color: #404040;
  font-size: 14px;
  font-weight: 700;
}
.single-product .preco-customizado-single .preco-cartao {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
