.elementor-83 .elementor-element.elementor-element-9ddb9b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-83 .elementor-element.elementor-element-9ddb9b2:not(.elementor-motion-effects-element-type-background), .elementor-83 .elementor-element.elementor-element-9ddb9b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}.elementor-83 .elementor-element.elementor-element-0e8257e{text-align:center;}.elementor-83 .elementor-element.elementor-element-aaac571{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-83 .elementor-element.elementor-element-6a58f65{text-align:center;}.elementor-83 .elementor-element.elementor-element-0e84e19{text-align:center;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-83 .elementor-element.elementor-element-0e8257e{padding:10px 10px 10px 10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-83 .elementor-element.elementor-element-3c0ca2b{padding:10px 10px 10px 10px;}}@media(min-width:2400px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS *//* Fixar botão "Finalize seu pedido" no carrinho (mobile) */
@media (max-width: 768px) {

  /* Container do botão WhatsApp no carrinho */
  .woocommerce-cart .chat-to-order-button,
  .woocommerce-cart .ctow-button,
  .woocommerce-cart .woocommerce-cart-form + div a {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 14px 16px;
    background: #ffffff;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.12);
  }

  /* Botão em si */
  .woocommerce-cart a[href*="whatsapp"] {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
  }

  /* Espaço no final do carrinho pra não cobrir conteúdo */
  body.woocommerce-cart {
    padding-bottom: 90px;
  }
}

@media (max-width: 768px) {

  /* ====== BASE ====== */
  .woocommerce-cart table.cart {
    border: 0;
  }
  @media (max-width: 768px) {

  /* ==============================
     RESET do modo "tabela responsiva" do tema
  ============================== */
  .woocommerce-cart table.cart,
  .woocommerce-cart table.cart tbody,
  .woocommerce-cart table.cart tr,
  .woocommerce-cart table.cart td {
    background: transparent !important;
  }

  .woocommerce-cart table.cart thead {
    display: none !important;
  }

  /* Remove cabeçalho */
  .woocommerce-cart table.cart thead {
    display: none !important;
  }

  /* Cada item vira CARD */
  .woocommerce-cart table.cart tr.cart_item {
    display: block;
    background: transparent;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 16px;
    padding: 14px;
    margin: 14px 0;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    position: relative;
    overflow: hidden;
    
  }

  /* remove aqueles blocos/linhas cinzas de alguns temas */
  .woocommerce-cart table.cart td::before {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* ==============================
     CARD (igual ao 1º print)
  ============================== */
  .woocommerce-cart table.cart tr.cart_item {
    display: block !important;
    background: #ffffff !important;
    border-radius: 14px;
    padding: 20px 20px 20px 20px; /* espaço pro X na direita */
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,.20);
    position: relative;
  }

  .woocommerce-cart table.cart td {
    display: block !important;
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* ==============================
     IMAGEM
  ============================== */
  .woocommerce-cart td.product-thumbnail {
    text-align: center;
    margin-bottom: 20px;
  }

  .woocommerce-cart td.product-thumbnail img {
    width: 150px;
    height: auto;
    border-radius: 12px;
    border: 
  }

  /* ==============================
     NOME DO PRODUTO (central)
  ============================== */
  .woocommerce-cart td.product-name {
    text-align: center;
    margin-bottom: 12px;
  }

  .woocommerce-cart td.product-name a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #248C44 !important;
    text-decoration: none;
    center
    display: inline-block;
    max-width: 100%;
  }

  /* ==============================
     LINHAS ALINHADAS: label esquerda / valor direita
     (PREÇO / QUANTIDADE / SUBTOTAL)
  ============================== */

  /* Base das linhas */
  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-quantity,
  .woocommerce-cart td.product-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    padding: 0 !important;            /* remove cinza quebrado */
    background: transparent !important; /* remove cinza quebrado */
  }

  /* labels */
  .woocommerce-cart td.product-price::before,
  .woocommerce-cart td.product-quantity::before,
  .woocommerce-cart td.product-subtotal::before {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9a9a9a;
    letter-spacing: .02em;
    display: inline-block !important;
  }

  /* valores */
  .woocommerce-cart td.product-price .woocommerce-Price-amount,
  .woocommerce-cart td.product-subtotal .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    text-align: right;
    white-space: nowrap;
  }

  /* QUANTIDADE: input alinhado à direita */
  .woocommerce-cart td.product-quantity .quantity {
    display: flex;
    justify-content: flex-end;
    width: auto;
  }

  .woocommerce-cart td.product-quantity input.qty {
    width: 80px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.18);
    background: #fff;
    text-align: center;
    outline: none;
  }

  /* ==============================
     BOTÃO REMOVER (X) na direita
  ============================== */
  .woocommerce-cart td.product-remove {
    position: absolute !important;
    top: 12px;
    right: -300px;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
  }

  .woocommerce-cart td.product-remove a.remove {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0,0,0,.10);
    color: #111 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    border: none !important;
  }

  /* ==============================
     Remove cross-sell e cupom
  ============================== */
  .cart-collaterals .cross-sells { display: none !important; }
  .woocommerce-cart .coupon { display: none !important; }

  /* espaço pro botão fixo do WhatsApp */
  body.woocommerce-cart { padding-bottom: 90px; }
}/* End custom CSS */