.elementor-kit-5{--e-global-color-primary:#FF6600;--e-global-color-secondary:#58595B;--e-global-color-text:#6D6E70;--e-global-color-accent:#FFB07B;--e-global-color-2dc8e1f:#58595B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F5F5F5;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   ELEMENTOR MINI CART DRAWER
   ========================= */

/* Largura e painel */
.elementor-menu-cart__container,
.elementor-menu-cart__main {
  border-radius: 16px !important;
}

/* Drawer (painel lateral) */
.elementor-menu-cart__main {
  padding: 18px 16px !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.18) !important;
}

/* Cabeçalho do mini cart */
.elementor-menu-cart__header {
  padding: 10px 6px 14px !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

.elementor-menu-cart__header-title {
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Lista de itens */
.elementor-menu-cart__products {
  padding: 12px 4px !important;
}

/* Item do carrinho */
.elementor-menu-cart__product {
  display: grid !important;
  grid-template-columns: 64px 1fr auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px 6px !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}

/* Imagem */
.elementor-menu-cart__product-image img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  background: rgba(0,0,0,.03) !important;
  padding: 6px !important;
}

/* Título e preço */
.elementor-menu-cart__product-name a {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.elementor-menu-cart__product-price {
  font-size: 13px !important;
  opacity: .75 !important;
  margin-top: 4px !important;
}

/* Quantidade */
.elementor-menu-cart__product-quantity {
  font-size: 12px !important;
  opacity: .8 !important;
}

/* Botão remover (x) */
.elementor-menu-cart__product-remove {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.06) !important;
  display: grid !important;
  place-items: center !important;
  transition: transform .15s ease, background .15s ease !important;
}

.elementor-menu-cart__product-remove:hover {
  transform: scale(1.06) !important;
  background: rgba(0,0,0,.10) !important;
}

/* Rodapé / subtotal */
.elementor-menu-cart__subtotal {
  margin-top: 14px !important;
  padding: 14px 12px !important;
  border-radius: 14px !important;
  background: rgba(0,0,0,.04) !important;
  font-size: 14px !important;
}

.elementor-menu-cart__subtotal strong {
  font-size: 18px !important;
}

/* Área de botões */
.elementor-menu-cart__footer-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

/* Botões */
.elementor-menu-cart__footer-buttons a,
.elementor-menu-cart__footer-buttons button {
  border-radius: 14px !important;
  padding: 12px 12px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.12) !important;
  transition: transform .15s ease, box-shadow .15s ease !important;
}

.elementor-menu-cart__footer-buttons a:hover,
.elementor-menu-cart__footer-buttons button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.16) !important;
}

/* Mobile: drawer mais confortável */
@media (max-width: 767px) {
  .elementor-menu-cart__main {
    padding: 16px 14px !important;
  }
  .elementor-menu-cart__product {
    grid-template-columns: 56px 1fr auto !important;
  }
  .elementor-menu-cart__product-image img {
    width: 56px !important;
    height: 56px !important;
  }
}


/* =========================
   AJUSTES FINAIS BOTÕES MINI CART
   ========================= */

/* Espaçamento lateral do drawer */
.elementor-menu-cart__main {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

/* Área dos botões */
.elementor-menu-cart__footer-buttons {
  display: flex !important;
  gap: 14px !important;
}

/* Ambos os botões com mesmo tamanho */
.elementor-menu-cart__footer-buttons a {
  flex: 1 !important;
  text-align: center !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  font-weight: 700 !important;
}

/* Botão Ver carrinho (cinza elegante) */
.elementor-menu-cart__footer-buttons a:first-child {
  background: #6b7280 !important;
  color: #fff !important;
}

/* Botão Finalização de compra (laranja destaque) */
.elementor-menu-cart__footer-buttons a:last-child {
  background: #ff6a00 !important;
  color: #fff !important;
}

/* Hover suave */
.elementor-menu-cart__footer-buttons a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
}/* End custom CSS */