/* Electrosacavem Custom CSS */


/* ==================================================
   03. SEARCH BAR
================================================== */

.bss-search,
.bss-search-scope {
    width: 100%;
    max-width: 760px;
}

.bss-search .bss-search__form {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    background: #f1f3f5 !important;
    border: 1px solid #d9dde3 !important;
    border-radius: 14px !important;
    padding: 4px !important;
    gap: 0 !important;
}

.bss-search .bss-search__input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 40px !important;
    border: none !important;
    background: transparent !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    color: #555 !important;
}

.bss-search .bss-search__input::placeholder {
    color: #8e96a3 !important;
}

.bss-search .bss-search__submit {
    width: 40px !important;
    height: 36px !important;
    border: none !important;
    background: #e10600 !important;
    color: #fff !important;
    border-radius: 10px !important;
    cursor: pointer !important;
}

.bss-search .bss-search__submit:hover {
    background: #c80500 !important;
}

.bss-search .bss-search__dropdown {
    border-radius: 12px !important;
    overflow: hidden !important;
}




/* ==================================================
   04. MINI CART
================================================== */

/* Overlay */
.elementor-menu-cart__container {
    background: rgba(0,0,0,.55) !important;
    backdrop-filter: blur(.18rem);
}

/* Painel */
.elementor-menu-cart__main {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;

    width: 28rem !important;
    max-width: 92vw !important;

    background: #fff !important;
    border-radius: 1rem 0 0 1rem !important;
    box-shadow: -1rem 0 3rem rgba(0,0,0,.16) !important;
}

/* Header */
.elementor-menu-cart__header {
    min-height: 4rem !important;
    padding: 1.1rem 1.5rem !important;
    border-bottom: 1px solid #edf0f5 !important;
}

.elementor-menu-cart__title {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
}

/* Botão fechar */
.elementor-menu-cart__close-button,
.elementor-menu-cart__close-button-custom {
    top: 1rem !important;
    right: 1rem !important;
    opacity: 1 !important;
}

/* Lista */
.elementor-menu-cart__products {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    padding: 1.4rem 1.5rem !important;
}

/* Produto */
.elementor-menu-cart__product {
    position: relative !important;

    display: grid !important;
    grid-template-columns: 4.5rem 1fr !important;
    grid-template-rows: auto auto !important;

    gap: .5rem .9rem !important;

    padding: 1rem !important;
    margin-bottom: .85rem !important;

    background: #f8fafc !important;
    border: 1px solid #edf0f5 !important;
    border-radius: .9rem !important;
}

/* Imagem */
.elementor-menu-cart__product-image {
    grid-row: 1 / span 2 !important;
    width: 4.5rem !important;
    height: 4.5rem !important;
}

.elementor-menu-cart__product-image img {
    width: 4.5rem !important;
    height: 4.5rem !important;
    object-fit: contain !important;
    border-radius: .6rem !important;
}

/* Nome */
.elementor-menu-cart__product-name {
    padding-right: 2rem !important;
}

.elementor-menu-cart__product-name a {
    font-size: .72rem !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    color: #111827 !important;
    text-decoration: none !important;
}

/* Preço */
.elementor-menu-cart__product-price {
    font-size: .9rem !important;
    font-weight: 700 !important;
    color: #e1251b !important;
    padding-right: 2.5rem !important;
}

/* Remover */
.elementor-menu-cart__product-remove {
    position: absolute !important;
    right: .9rem !important;
    bottom: 1rem !important;

    width: 1.8rem !important;
    height: 1.8rem !important;

    border: 1px solid #d1d5db !important;
    border-radius: 999px !important;
    background: #fff !important;
}

/* Footer */
.elementor-menu-cart__subtotal {
    margin-top: auto !important;
    padding: 1.25rem 1.5rem !important;
    border-top: 1px solid #edf0f5 !important;
    text-align: center !important;
}

.elementor-menu-cart__subtotal strong {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
}

.elementor-menu-cart__footer-buttons {
    padding: 0 1.5rem 1.5rem !important;
    margin-top: auto !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background: #e1251b !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

.elementor-menu-cart__footer-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: .75rem !important;
  padding: 0 1.5rem 1.5rem !important;
}

.elementor-menu-cart__footer-buttons .elementor-button {
  width: 100% !important;
  min-height: 3rem !important;
  border-radius: .85rem !important;
  padding: .8rem 1rem !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background: #f3f4f6 !important;
  color: #111827 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  background: #e1251b !important;
  color: #fff !important;
}

/* ==================================================
   PRODUCT GRID - ORIGINAL + AJAX
================================================== */

/* Home: 5 colunas */
.bounce-product-grid--home .elementor-loop-container {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

/* Categoria: 4 colunas */
.bounce-product-grid--category .elementor-loop-container,
.bounce-product-grid--category .baf-loop-grid,
.bounce-product-grid--category .bounce-self-products-list {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .bounce-product-grid--home .elementor-loop-container,
  .bounce-product-grid--category .elementor-loop-container,
  .bounce-product-grid--category .baf-loop-grid,
  .bounce-product-grid--category .bounce-self-products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bounce-product-grid--home .elementor-loop-container,
  .bounce-product-grid--category .elementor-loop-container,
  .bounce-product-grid--category .baf-loop-grid,
  .bounce-product-grid--category .bounce-self-products-list {
    grid-template-columns: 1fr !important;
  }
}

/* Card original + AJAX */
.bounce-product-grid .e-loop-item,
.bounce-product-grid .baf-loop-item {
  height: 100% !important;
}

.bounce-product-grid .elementor-element-dcfd1d5,
.bounce-product-grid .baf-loop-card {
  height: 100% !important;
  background: #fff !important;
  border-radius: 1rem !important;
  padding: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  transition: box-shadow .2s ease !important;
}

.bounce-product-grid .elementor-element-dcfd1d5:hover,
.bounce-product-grid .baf-loop-card:hover {
  box-shadow: 0 .25rem .9rem rgba(0,0,0,.14) !important;
}

/* Imagem */
.bounce-product-grid .loop-product-image,
.bounce-product-grid .baf-loop-image {
  height: 11.875rem !important;
  min-height: 11.875rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.bounce-product-grid .loop-product-image img,
.bounce-product-grid .baf-loop-image img {
  width: 11.25rem !important;
  height: 11.25rem !important;
  max-width: 11.25rem !important;
  max-height: 11.25rem !important;
  object-fit: contain !important;
  transition: transform .35s ease !important;
}

.bounce-product-grid .e-loop-item:hover .loop-product-image img,
.bounce-product-grid .baf-loop-card:hover .baf-loop-image img {
  transform: scale(1.06) !important;
}

/* Marca */
.bounce-product-grid .elementor-element-d8074cd h2,
.bounce-product-grid .elementor-element-d8074cd a,
.bounce-product-grid .baf-loop-brand,
.bounce-product-grid .baf-loop-brand a {
  font-size: .75rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #667085 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  text-decoration: none !important;
}

/* Título */
.bounce-product-grid .elementor-element-7fcba7f h1,
.bounce-product-grid .elementor-element-7fcba7f a,
.bounce-product-grid .baf-loop-title,
.bounce-product-grid .baf-loop-title a {
  font-size: .9rem !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #111827 !important;
  text-decoration: none !important;
}

/* Rodapé */
.bounce-product-grid .elementor-element-6220329,
.bounce-product-grid .baf-loop-footer {
  margin-top: auto !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: .75rem !important;
}

/* Preço */
.bounce-product-grid .price,
.bounce-product-grid .baf-loop-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .18rem !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.bounce-product-grid .price del,
.bounce-product-grid .baf-loop-price del {
  display: block !important;
  font-size: .78rem !important;
  color: #98a2b3 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.bounce-product-grid .price del *,
.bounce-product-grid .baf-loop-price del * {
  color: #98a2b3 !important;
  font-size: .78rem !important;
  font-weight: 400 !important;
}

.bounce-product-grid .price ins,
.bounce-product-grid .baf-loop-price ins {
  display: block !important;
  text-decoration: none !important;
}

.bounce-product-grid .price ins *,
.bounce-product-grid .baf-loop-price ins *,
.bounce-product-grid .price > .amount,
.bounce-product-grid .baf-loop-price > .amount {
  color: #e1251b !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* Botão carrinho original + AJAX */
.bounce-product-grid .elementor-element-ae49b4b .elementor-button,
.bounce-product-grid .baf-loop-cart-btn,
.bounce-product-grid .add_to_cart_button {
  width: 2.75rem !important;
  height: 2.75rem !important;
  min-width: 2.75rem !important;
  min-height: 2.75rem !important;
  padding: 0 !important;
  border-radius: .75rem !important;
  background: #1e3a78 !important;
  background-color: #1e3a78 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.bounce-product-grid .elementor-element-ae49b4b .elementor-button:hover,
.bounce-product-grid .baf-loop-cart-btn:hover,
.bounce-product-grid .add_to_cart_button:hover {
  background: #1e3a78 !important;
  background-color: #1e3a78 !important;
  color: #fff !important;
}

.bounce-product-grid svg {
  stroke: #fff !important;
}

/* Responsivo */
@media (max-width: 1024px) {
  .bounce-product-grid .elementor-loop-container,
  .bounce-product-grid .baf-loop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .bounce-product-grid .elementor-loop-container,
  .bounce-product-grid .baf-loop-grid {
    grid-template-columns: 1fr !important;
  }
}


/* CARRINHO BOTAO*/

.bounce-product-grid .added_to_cart.wc-forward {
    display: none !important;
}

.bounce-loop-cart-button {
    width: 2.75rem !important;
    height: 2.75rem !important;
    min-width: 2.75rem !important;
    min-height: 2.75rem !important;
    padding: 0 !important;
    border-radius: .75rem !important;
    background: #1e3a78 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bounce-loop-cart-icon {
    width: 1.15rem !important;
    height: 1.15rem !important;
    display: block !important;
    filter: brightness(0) invert(1);
}


.bounce-loop-cart-button.added::after,
.bounce-loop-cart-button.added::before,
.bounce-product-grid .add_to_cart_button.added::after,
.bounce-product-grid .add_to_cart_button.added::before {
  display: none !important;
  content: none !important;
}

.bounce-loop-cart-button.added .bounce-loop-cart-icon {
  display: block !important;
  opacity: 1 !important;
}


.bounce-loop-cart-button.loading::after,
.bounce-loop-cart-button.loading::before,
.bounce-product-grid .add_to_cart_button.loading::after,
.bounce-product-grid .add_to_cart_button.loading::before {
  display: none !important;
  content: none !important;
}



/* ==================================================
   CART TOAST
================================================== */

.bounce-cart-toast {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 99999;

    padding: .9rem 1.1rem;
    border-radius: .85rem;

    background: #111827;
    color: #fff;

    font-size: .9rem;
    font-weight: 600;

    box-shadow: 0 .75rem 2rem rgba(0,0,0,.18);

    opacity: 0;
    transform: translateY(-.75rem);
    pointer-events: none;

    transition: opacity .2s ease, transform .2s ease;
}

.bounce-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* ==================================================
   CART PAGE
================================================== */

body.woocommerce-cart {
  background: #fff !important;
}

body.woocommerce-cart .woocommerce {
  max-width: 1180px !important;
  margin: 0 auto 4rem !important;
  padding: 0 1rem !important;
}

body.woocommerce-cart .entry-title {
  max-width: 1180px !important;
  margin: 2rem auto 1.5rem !important;
  padding: 0 1rem !important;
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  color: #0b1739 !important;
}

/* Layout principal */
body.woocommerce-cart form.woocommerce-cart-form {
  width: 62% !important;
  float: left !important;
}

body.woocommerce-cart .cart-collaterals {
  width: 32% !important;
  float: right !important;
}

/* Tabela */
body.woocommerce-cart table.shop_table {
  width: 100% !important;
  border: none !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

body.woocommerce-cart table.shop_table th {
  padding: 0 0 1rem !important;
  border-bottom: 1px solid #e5e7eb !important;
  font-size: .78rem !important;
  text-transform: uppercase !important;
  color: #111827 !important;
}

body.woocommerce-cart table.shop_table td {
  padding: 1.4rem 0 !important;
  border-top: none !important;
  border-bottom: 1px solid #e5e7eb !important;
  vertical-align: top !important;
}

/* Imagem */
body.woocommerce-cart .product-thumbnail {
  width: 5.5rem !important;
  padding-right: 1rem !important;
}

body.woocommerce-cart .product-thumbnail img {
  width: 4.5rem !important;
  height: 4.5rem !important;
  object-fit: contain !important;
  border-radius: .5rem !important;
}

/* Nome */
body.woocommerce-cart .product-name a {
  font-size: .9rem !important;
  font-weight: 700 !important;
  color: #e1251b !important;
  text-decoration: underline !important;
}

/* Metadados */
body.woocommerce-cart .variation {
  margin-top: .5rem !important;
  font-size: .78rem !important;
  color: #111827 !important;
}

body.woocommerce-cart .variation dt,
body.woocommerce-cart .variation dd {
  display: inline !important;
  margin: 0 !important;
}

/* Preços */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  font-size: .88rem !important;
  font-weight: 600 !important;
  color: #111827 !important;
}

/* Quantidade */
body.woocommerce-cart .quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #d1d5db !important;
  border-radius: .35rem !important;
  overflow: hidden !important;
}

body.woocommerce-cart .quantity input {
  width: 3rem !important;
  border: none !important;
  text-align: center !important;
}

/* Resumo */
body.woocommerce-cart .cart_totals {
  width: 100% !important;
  background: #fff !important;
  padding: 0 !important;
}

body.woocommerce-cart .cart_totals h2 {
  font-size: .85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #111827 !important;
  margin: 0 0 1rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #e5e7eb !important;
}

body.woocommerce-cart .cart_totals table {
  border: none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  border: none !important;
  padding: 1rem 0 !important;
}

body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td {
  border-top: 1px solid #e5e7eb !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #111827 !important;
}

/* Botão checkout */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  background: #111827 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 1rem 1.25rem !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
}

/* Mobile */
@media (max-width: 900px) {
  body.woocommerce-cart form.woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    width: 100% !important;
    float: none !important;
  }

  body.woocommerce-cart .cart-collaterals {
    margin-top: 2rem !important;
  }
}


/* ==================================================
   MY ACCOUNT
================================================== */

.woocommerce-account .woocommerce {
  display: flex !important;
  align-items: flex-start !important;
  gap: 2rem !important;
  max-width: 1280px !important;
  margin: 2rem auto 5rem !important;
  padding: 0 1.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  content: none !important;
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 18.75rem !important;
  max-width: 18.75rem !important;
  background: #fff !important;
  border: 1px solid #edf0f5 !important;
  border-radius: 1.375rem !important;
  padding: 1.25rem !important;
  box-shadow: 0 .5rem 1.5rem rgba(16,24,40,.05) !important;
  position: sticky !important;
  top: 1.5rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  background: #fff !important;
  border: 1px solid #edf0f5 !important;
  border-radius: 1.375rem !important;
  padding: 1.75rem 2rem !important;
  box-shadow: 0 .5rem 1.5rem rgba(16,24,40,.05) !important;
}

/* Menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0 0 .625rem !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex !important;
  align-items: center !important;
  min-height: 3.25rem !important;
  padding: .875rem 1.125rem !important;
  border-radius: .875rem !important;
  color: #64748b !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all .2s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #f5f7fb !important;
  color: #1e3a8a !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: #1f3b8f !important;
  color: #fff !important;
  box-shadow: 0 .625rem 1.25rem rgba(31,59,143,.18) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #ef4444 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fff1f2 !important;
  color: #dc2626 !important;
}

/* Conteúdo */
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #475467 !important;
  margin: 0 0 1rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content strong {
  color: #0f172a !important;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-button) {
    
    color: #e10600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: underline !important;
}

/* Título */
.woocommerce-account h1.entry-title,
.woocommerce-account .entry-title,
.woocommerce-account .woocommerce h1,
.woocommerce-account .elementor-heading-title {
  max-width: 1280px !important;
  margin: 1.75rem auto .625rem !important;
  padding: 0 1.25rem !important;
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
  color: #0b1739 !important;
}

/* Formulários */
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account textarea,
.woocommerce-account select {
  width: 100% !important;
  min-height: 3.25rem !important;
  border: 1px solid #d0d5dd !important;
  border-radius: .875rem !important;
  padding: 0 1rem !important;
  background: #fff !important;
  font-size: .9375rem !important;
  color: #344054 !important;
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce-account textarea {
  min-height: 8.75rem !important;
  padding: 1rem !important;
}

.woocommerce-account input:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus {
  border-color: #1f3b8f !important;
  box-shadow: 0 0 0 .25rem rgba(31,59,143,.10) !important;
}

.woocommerce-account .button,
.woocommerce-account button,
.woocommerce-account input[type="submit"],
.woocommerce-account .woocommerce-button {
  min-height: 3rem !important;
  padding: 0 1.375rem !important;
  border: none !important;
  border-radius: .875rem !important;
  background: #1f3b8f !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover,
.woocommerce-account .woocommerce-button:hover {
  background: #162d6d !important;
  color: #fff !important;
}

/* Moradas */
.woocommerce-account .woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.75rem !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 1.25rem !important;
  border: none !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 .125rem 1rem -.25rem #1b223214 !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 1rem !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h2 {
  margin: 0 !important;
  font-size: 1.125rem !important;
  color: #1f2937 !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title a {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #ff3b30 !important;
}

/* Mobile */
@media (max-width: 1024px) {
  .woocommerce-account .woocommerce {
    flex-direction: column !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce {
    margin: 1.25rem auto 3rem !important;
    padding: 0 .875rem !important;
    gap: 1.125rem !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 1.125rem !important;
    border-radius: 1.125rem !important;
  }
}


/* ==================================================
   MY ACCOUNT - NOTICES E SENHA
================================================== */

/* Remove ícone/quadradinho estranho das notices */
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
  display: none !important;
  content: none !important;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  padding-left: 1.25rem !important;
}

/* Botão mostrar senha */
.woocommerce-account .password-input {
  position: relative !important;
  display: block !important;
}

.woocommerce-account .password-input .show-password-input {
  position: absolute !important;
  right: .55rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 2.35rem !important;
  height: 2.35rem !important;
  min-height: 2.35rem !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #f3f4f6 !important;
  border-radius: .75rem !important;
  color: #111827 !important;
  opacity: 1 !important;
  z-index: 5 !important;
}

/* Alinha o ícone interno */
.woocommerce-account .password-input .show-password-input::after {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  line-height: 1 !important;
  color: #111827 !important;
  opacity: 1 !important;
  transform: none !important;
}

.woocommerce-account .password-input .show-password-input:hover {
  background: #e5e7eb !important;
}

.woocommerce-account .password-input input {
  padding-right: 3.4rem !important;
}


/* Botões das notices */
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-message a.button {
  margin-left: auto !important;
  background: #1f3b8f !important;
  color: #fff !important;
  border-radius: .9rem !important;
  padding: .85rem 1.25rem !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}


/* Alinhamento dos botões da área Minha Conta */

.woocommerce-account .woocommerce-MyAccount-content a.button,
.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-button,
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-message .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 3rem !important;
    padding: 0 1.4rem !important;

    line-height: 1 !important;
    text-align: center !important;
    vertical-align: middle !important;
}
