.elementor-5783 .elementor-element.elementor-element-08e9710{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-5783 .elementor-element.elementor-element-08e9710.e-con{--order:99999 /* order end hack */;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5783 .elementor-element.elementor-element-47bb4eb .elementor-heading-title{font-family:"Work Sans", Sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;color:var( --e-global-color-73e6775 );}.elementor-5783 .elementor-element.elementor-element-8b55391{width:100%;max-width:100%;}.elementor-5783 .elementor-element.elementor-element-756d622{width:100%;max-width:100%;}.elementor-5783 .elementor-element.elementor-element-93f5154{width:100%;max-width:100%;}.elementor-5783 .elementor-element.elementor-element-93f5154.elementor-element{--flex-grow:1;--flex-shrink:0;}#jet-popup-5783 .jet-popup__container-inner{background-color:#ECE3DA;justify-content:flex-start;}#jet-popup-5783{z-index:9999;}#jet-popup-5783 .jet-popup__container{width:400px;height:100%;}#jet-popup-5783 .jet-popup__inner{justify-content:flex-end;align-items:center;}@media(min-width:768px){.elementor-5783 .elementor-element.elementor-element-08e9710{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-8b55391 */.mahina-title {
    grid-column: 1 / -1;
    font-size: 13px;
    font-weight: 400;
    color: #1A1A1A;
}
.mahina-attrs {
    grid-column: 1;
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 300;
}
.mahina-price {
    grid-column: 2;
    justify-self: end;
    color: #1A1A1A;
    font-size: 13px;
    font-weight: 300;
}
.mahina-cart-item {
    align-items: stretch;
    height: 120px;
}
.mahina-actions button, .mahina-actions .mahina-remove {
    background: #ECE3DA !important;
    border: none !important;
}
.icon-x {
  width: 12px;
  height: 12px;
}
.mahina-actions {
    display: flex;
    gap: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-756d622 *//* Link inicial */
.toggle-coupon-link {
  font-size: 13px;
  color: #6D6D6D;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 18px;
}

/* Wrapper do formulário */
.custom-coupon-form {
  margin-top: 12px;
  margin-left: 15px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0 solid #cfc8d8;
    padding: 0;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

/* Campo de input */

.custom-coupon-form input.input-text {
    padding: 8px 12px;
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    color: #1A1A1A;
    border: none;
    border: 1px solid #907f6f;
    width: 47%;
    background-color: #ECE3DA;
}

/* Botões */
.custom-coupon-form button {
  background: none;
  border: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 12px;
}


.custom-coupon-form .apply-coupon {
    color: #fff;
    font-weight: bold;
    background-color: #907f6f;
    font-size: 12px;
    margin-left: 0;
}

.custom-coupon-form .cancel-coupon {
  color: #1a1a1a;
  background-color: #ECE3DA;
  border: 0 solid #907f6f;
  margin-left: 15px;
  font-size: 12px;
  padding: 0;
}
.custom-coupon-form .apply-coupon:hover,
.custom-coupon-form .cancel-coupon:hover {
  background-color: #907f6f;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93f5154 *//* Container geral do bloco subtotal + botão */
.checkout-summary {
  width: 100%;
  box-sizing: border-box;
}

/* Linha do subtotal */
.checkout-summary .subtotal-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #eee;
}

/* Parcelamento */
.checkout-summary .installments {
  font-size: 13px;
  color: #888;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 16px;
  text-align: right;
}

/* Botão de finalizar */
.checkout-summary .checkout-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
}

.checkout-summary .checkout-button:hover {
  background: #222;
}

/* Botão "Continuar comprando" */
.checkout-summary .keep-shopping {
  display: block;
  margin: 16px auto 0 auto;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  color: #888;
  font-family: 'Work Sans', sans-serif;
  cursor: pointer;
  width: fit-content;
}

/* Força o widget a ocupar toda a largura disponível do popup */
.elementor-element-756d622 > .elementor-widget-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
/* Implementando os estilos da Mahina na Sacola */
/* Remove a linha inferior do subtotal */
.elementor-5783 .elementor-element.elementor-element-93f5154 .checkout-summary .subtotal-line {
  border-bottom: 0 !important;
}

/* Tira a borda superior e aplica o fundo na área do resumo do carrinho */
.cart-summary {
  border-top: 0 !important;
  background: #ECE3DA !important;
}


/* Cor do botão de checkout */
.elementor-5783 .elementor-element.elementor-element-93f5154 .checkout-summary .checkout-button {
  background-color: #907f6f !important;
  border-color: #907f6f !important;
  color: #fff !important; /* garante contraste */
}
.mahina-actions button, .mahina-actions .mahina-remove {
    background:#ECE3DA !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-08e9710 *//* Container principal do popup */
.cart-popup {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

/* Seção com os produtos */
.cart-products {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding: 20px;
}

/* Cupom + Subtotal + Botão */
.cart-summary {
  padding: 20px;
  border-top: 1px solid #eee;
  background: #fff;
}

/* Cupom separado */
.cart-coupon {
  margin-bottom: 16px;
  font-size: 14px;
  color: #6D6D6D;
  text-decoration: underline;
  cursor: pointer;
}

/* Responsivo */
@media (max-width: 768px) {
  .cart-products,
  .cart-summary {
    padding: 16px;
  }

  .cart-coupon {
    font-size: 13px;
  }
}
/* Corrige o sublinhado indevido */
.cart-summary,
.cart-summary * {
  text-decoration: none !important;
}/* End custom CSS */