.elementor-15 .elementor-element.elementor-element-30f95dd5{--display:flex;}/* Start custom CSS for container, class: .elementor-element-30f95dd5 *//* =========================================
   NAGORI - CARRINHO AJUSTADO COMPLETO
   PC: produtos esquerda / total direita
   Mobile: um abaixo do outro
========================================= */

body.woocommerce-cart {
  background: #f6f8fc !important;
}

/* Container geral */
body.woocommerce-cart .woocommerce {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 28px 24px 56px !important;
  font-family: "Dosis", Arial, sans-serif !important;
  color: #07142b !important;
}

/* =========================================
   LAYOUT DESKTOP
========================================= */

@media (min-width: 1025px) {
  body.woocommerce-cart .woocommerce {
    display: grid !important;
    grid-template-columns: minmax(720px, 1fr) 430px !important;
    gap: 28px !important;
    align-items: start !important;
  }

  body.woocommerce-cart .woocommerce-notices-wrapper,
  body.woocommerce-cart .woocommerce-message,
  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-cart .woocommerce-error {
    grid-column: 1 / -1 !important;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals {
    grid-column: 2 !important;
    width: 100% !important;
    margin: 0 !important;
    position: sticky !important;
    top: 22px !important;
  }
}

/* =========================================
   TABELA DO CARRINHO
========================================= */

body.woocommerce-cart .woocommerce-cart-form {
  width: 100% !important;
}

body.woocommerce-cart table.shop_table {
  width: 100% !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
  background: transparent !important;
  margin: 0 !important;
}

/* Cabeçalho desktop */
@media (min-width: 769px) {
  body.woocommerce-cart table.shop_table thead {
    display: table-header-group !important;
  }

  body.woocommerce-cart table.shop_table thead tr {
    display: grid !important;
    grid-template-columns: 44px 70px minmax(230px, 1fr) 100px 98px 110px !important;
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  body.woocommerce-cart table.shop_table thead th {
    display: flex !important;
    align-items: center !important;
    height: 52px !important;
    border: 0 !important;
    background: transparent !important;
    color: #07142b !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    padding: 0 12px !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart table.shop_table thead th.product-name {
    padding-left: 10px !important;
  }
}

/* Linhas desktop */
@media (min-width: 769px) {
  body.woocommerce-cart table.shop_table tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 44px 70px minmax(230px, 1fr) 100px 98px 110px !important;
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 22px !important;
    min-height: 96px !important;
    box-shadow: 0 10px 26px rgba(15, 35, 75, 0.06) !important;
    overflow: hidden !important;
  }

  body.woocommerce-cart table.shop_table tbody tr.cart_item td {
    display: flex !important;
    align-items: center !important;
    border: 0 !important;
    background: transparent !important;
    padding: 14px 12px !important;
    color: #07142b !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    min-width: 0 !important;
  }

  body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-name {
    align-items: center !important;
  }
}

/* Remover produto */
body.woocommerce-cart a.remove {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 999px !important;
  background: #fff1f1 !important;
  color: #e00000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 21px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.woocommerce-cart a.remove:hover {
  background: #e00000 !important;
  color: #ffffff !important;
}

/* Imagem */
body.woocommerce-cart .product-thumbnail {
  justify-content: center !important;
}

body.woocommerce-cart .product-thumbnail img {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  border-radius: 15px !important;
  background: #f4f7fc !important;
  padding: 5px !important;
  display: block !important;
}

/* Nome do produto */
body.woocommerce-cart .product-name a {
  color: #07142b !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  display: block !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-cart .product-name a:hover {
  color: #267BF1 !important;
}

/* Preço e subtotal */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  color: #07142b !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

/* Quantidade */
body.woocommerce-cart .quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

body.woocommerce-cart .quantity input.qty {
  width: 56px !important;
  height: 40px !important;
  border: 1px solid #d7e1f1 !important;
  border-radius: 13px !important;
  background: #f9fbff !important;
  color: #07142b !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-align: center !important;
  box-shadow: none !important;
  outline: none !important;
}

body.woocommerce-cart .quantity input.qty:focus {
  border-color: #267BF1 !important;
  background: #ffffff !important;
}

/* =========================================
   CUPOM E ATUALIZAR CARRINHO
========================================= */

body.woocommerce-cart table.shop_table tbody tr:not(.cart_item) {
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-cart table.shop_table td.actions {
  border: 0 !important;
  background: transparent !important;
  padding: 10px 0 0 !important;
}

body.woocommerce-cart .actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

body.woocommerce-cart .coupon {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

body.woocommerce-cart #coupon_code,
body.woocommerce-cart .coupon input.input-text {
  width: 190px !important;
  min-width: 190px !important;
  height: 44px !important;
  border: 1px solid #d7e1f1 !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  color: #07142b !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  outline: none !important;
}

body.woocommerce-cart #coupon_code::placeholder {
  color: #69758a !important;
}

/* Botões */
body.woocommerce-cart button.button,
body.woocommerce-cart .coupon button.button,
body.woocommerce-cart button[name="update_cart"] {
  height: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: #eaf2ff !important;
  color: #267BF1 !important;
  padding: 0 18px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  line-height: 44px !important;
  box-shadow: none !important;
  transition: 0.2s ease !important;
}

body.woocommerce-cart button.button:hover,
body.woocommerce-cart .coupon button.button:hover,
body.woocommerce-cart button[name="update_cart"]:hover {
  background: #267BF1 !important;
  color: #ffffff !important;
}

/* =========================================
   TOTAL DO CARRINHO
========================================= */

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
  display: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 24px !important;
  box-shadow: 0 12px 30px rgba(15, 35, 75, 0.08) !important;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 20px !important;
  color: #07142b !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .cart_totals table.shop_table {
  border-spacing: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr {
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  border: 0 !important;
  border-bottom: 1px solid #e8edf5 !important;
  background: transparent !important;
  padding: 14px 0 !important;
  color: #07142b !important;
  font-size: 14px !important;
  vertical-align: top !important;
}

body.woocommerce-cart .cart_totals table.shop_table th {
  width: 34% !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  font-weight: 700 !important;
}

/* Frete */
body.woocommerce-cart ul#shipping_method {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart ul#shipping_method li {
  list-style: none !important;
  margin: 0 0 10px !important;
  padding: 13px 12px !important;
  border: 1px solid #dce5f2 !important;
  border-radius: 14px !important;
  background: #f8fbff !important;
  color: #07142b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.woocommerce-cart ul#shipping_method li input {
  margin-right: 7px !important;
  accent-color: #267BF1 !important;
}

body.woocommerce-cart ul#shipping_method li label {
  color: #07142b !important;
  font-weight: 900 !important;
}

body.woocommerce-cart ul#shipping_method li:has(input:checked) {
  border-color: #267BF1 !important;
  background: #eef5ff !important;
}

/* Endereço */
body.woocommerce-cart .woocommerce-shipping-destination {
  margin: 10px 0 0 !important;
  color: #42506a !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

body.woocommerce-cart .shipping-calculator-button {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: 8px !important;
  color: #267BF1 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

/* Total final */
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  border-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .order-total .amount {
  color: #267BF1 !important;
  font-size: 23px !important;
  font-weight: 900 !important;
}

/* Botão finalizar compra */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  height: 54px !important;
  border-radius: 16px !important;
  background: #267BF1 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 12px 24px rgba(38, 123, 241, 0.25) !important;
  transition: 0.2s ease !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #1767d8 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Links e avisos */
body.woocommerce-cart a {
  color: #267BF1 !important;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  border: 0 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #07142b !important;
  box-shadow: 0 8px 22px rgba(15, 35, 75, 0.06) !important;
  font-weight: 800 !important;
}

/* =========================================
   TELAS MÉDIAS
========================================= */

@media (max-width: 1180px) and (min-width: 1025px) {
  body.woocommerce-cart .woocommerce {
    max-width: 100% !important;
    grid-template-columns: minmax(650px, 1fr) 400px !important;
    gap: 22px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.woocommerce-cart table.shop_table thead tr,
  body.woocommerce-cart table.shop_table tbody tr.cart_item {
    grid-template-columns: 40px 64px minmax(190px, 1fr) 92px 88px 100px !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 22px !important;
  }
}

/* Tablet: um abaixo do outro */
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce {
    display: block !important;
    max-width: 820px !important;
    padding: 24px 14px 48px !important;
  }

  body.woocommerce-cart .cart-collaterals {
    margin-top: 26px !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 100% !important;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce {
    padding: 18px 12px 42px !important;
  }

  body.woocommerce-cart table.shop_table {
    border-spacing: 0 14px !important;
  }

  body.woocommerce-cart table.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart table.shop_table tbody tr.cart_item {
    display: block !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(15, 35, 75, 0.06) !important;
  }

  body.woocommerce-cart table.shop_table tbody tr.cart_item td {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f7 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #07142b !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  body.woocommerce-cart table.shop_table tbody tr.cart_item td:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table tbody tr.cart_item td::before {
    color: #6a7284 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  body.woocommerce-cart .product-remove {
    justify-content: flex-end !important;
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .product-remove::before {
    display: none !important;
  }

  body.woocommerce-cart .product-thumbnail {
    justify-content: center !important;
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .product-thumbnail::before {
    display: none !important;
  }

  body.woocommerce-cart .product-thumbnail img {
    width: 84px !important;
    height: 84px !important;
  }

  body.woocommerce-cart .product-name {
    display: block !important;
    text-align: center !important;
    border-bottom: 1px solid #edf1f7 !important;
  }

  body.woocommerce-cart .product-name::before {
    display: none !important;
  }

  body.woocommerce-cart .product-name a {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  body.woocommerce-cart .quantity {
    justify-content: flex-end !important;
  }

  /* CUPOM NO CELULAR */
  body.woocommerce-cart .actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  body.woocommerce-cart .coupon {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  body.woocommerce-cart #coupon_code,
  body.woocommerce-cart .coupon input.input-text {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    margin: 0 !important;
    border-radius: 14px !important;
  }

  body.woocommerce-cart .coupon button.button {
    width: 100% !important;
    height: 46px !important;
    line-height: 46px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    margin: 0 !important;
  }

  body.woocommerce-cart button[name="update_cart"] {
    width: 100% !important;
    height: 46px !important;
    line-height: 46px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    margin: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals {
    margin-top: 24px !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 25px !important;
    text-align: center !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    display: block !important;
    width: 100% !important;
    padding: 8px 0 !important;
    text-align: left !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th {
    border-bottom: 0 !important;
    padding-bottom: 2px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td {
    padding-top: 2px !important;
  }

  body.woocommerce-cart ul#shipping_method li {
    font-size: 13px !important;
    padding: 12px !important;
  }

  body.woocommerce-cart .order-total .amount {
    font-size: 22px !important;
  }
}

/* Celular pequeno */
@media (max-width: 420px) {
  body.woocommerce-cart .woocommerce {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 15px !important;
  }
}/* End custom CSS */