
.alert {
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

.alert-success {
  color: #184f35;
  background: linear-gradient(180deg, #eefaf2 0%, #dbf2e3 100%);
  border-color: #b9dfc6;
}

.alert-danger {
  color: #7a2d27;
  background: linear-gradient(180deg, #fff0f0 0%, #f8dddd 100%);
  border-color: #efc2c2;
}

.alert strong {
  font-weight: 800;
}

.woocommerce-account .entry-title,
.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3,
.single-product .summary h1.product_title {
  color: #2f2f2f;
}

.single-product .summary .woocommerce-product-details__short-description {
  color: #575757;
  font-size: 1.02rem;
  line-height: 1.65;
}

.mf-loop-variation-select-wrap,
.mf-variation-summary-select-wrap {
  width: 100%;
}

.mf-loop-variation-select-wrap select,
.mf-variation-summary-select-wrap select {
  width: 100%;
  min-height: 52px;
  padding: 0 48px 0 16px;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
  background-color: #f8f6f3;
  border: 1px solid #e5ddd7;
  border-radius: 14px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.mf-loop-variation-select-wrap select:focus,
.mf-variation-summary-select-wrap select:focus {
  outline: none;
  border-color: #31a24c;
  box-shadow: 0 0 0 4px rgba(49, 162, 76, 0.14);
}

.mf-loop-variation-select-wrap {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.mf-loop-contract-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 170px;
  padding: 0 26px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #179246 0%, #28b75b 100%);
  border: 1px solid #179246;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(23, 146, 70, 0.24);
}

.mf-single-contract-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 170px;
  padding: 0 26px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #179246 0%, #28b75b 100%);
  border: 1px solid #179246;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(23, 146, 70, 0.24);
}

.mf-loop-contract-button:hover,
.mf-loop-contract-button:focus,
.mf-single-contract-button:hover,
.mf-single-contract-button:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #12783a 0%, #219f4d 100%);
  border-color: #12783a;
  transform: translateY(-1px);
}

.mf-loop-contract-button.is-disabled,
.mf-single-contract-button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mf-variation-summary-select-wrap {
  width: min(100%, 360px);
  margin: 18px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.mf-variation-summary-select-wrap + table.variations {
  display: none !important;
}

.mf-variation-summary-select-wrap ~ table.variations,
.variations_form .variations,
.variations_form .reset_variations,
.mf-variation-summary-select-wrap ~ .single_variation_wrap .woocommerce-variation,
.mf-variation-summary-select-wrap ~ .single_variation_wrap .quantity,
.mf-variation-summary-select-wrap ~ .single_variation_wrap .single_add_to_cart_button {
  display: none !important;
}

.single-product .summary {
  padding: 18px 22px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid #ece7e3;
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(18, 18, 18, 0.08);
}

.single-product .summary ul {
  color: #515151;
}

.bg-red {
  background-color: #b42218;
}
.aviso-ensaio{
    color: yellow;
}
.theme-mefodedotnet {
  background-color: #000;
}

.card:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* MENU */
.navbar-dark .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 1.1em;
}

.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu.show {
    display: flex;
  }
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}

.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}

/*
  .dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #516beb;
  }
  */
.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px){
  .mega-card{
    aspect-ratio: 4 / 3;   /* ajuste: 3/2, 4/3, 1/1 conforme preferir */
  }
}


.detalhes-label {
  color: #fccb06;
}

.detalhes-cache-label {
  color: #fff;
  font-weight: bold;
}

.dropdown-menu.menu-mf {
  min-width: 650px;
  font-size: 80%;
}

.menu-mf {
  border-radius: 10px;
}

.menu-mf .dropdown-item {
  padding: 2px 0px 2px 0px !important;
  margin: 0px !important;
}

.list-group {
  list-style: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  color: #ffffff;
  text-decoration: none;
  background-color: unset;
  border: 0;
}

a.list-group-item:hover {
  color: yellow;
}

.container-white {
  padding: 20px;
  background-color: #FFF;
}
.imagem-destaque{
  width: 450px;
}
.megadestaque {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.megadestaque .card-img-overlay {
  text-align: center;
  font-size: 70px;
  margin-top: 100px;
}

.megadestaque .card-img-top {
  border: 0;
  border-radius: 0;
}

.acf-form-submit {
  text-align: center;
}

.woocommerce-loop-product__title {
  color: red;
  font-weight: bold;
}

.woocommerce-loop-product-description {
  color: #666;
}

.woocommerce-loop-product-description ul {
  padding-left: 20px !important;
}

.woocommerce-loop-product-description ul li {
  list-style-type: disc !important;
}

html.mf-age-gate-pending,
html.mf-age-gate-pending body {
  background: #101010 !important;
}

html.mf-age-gate-pending body {
  overflow: hidden;
}

html.mf-age-gate-pending body > *:not(#mf-age-modal) {
  visibility: hidden;
}

body.mf-age-locked {
  overflow: hidden;
}

.mf-age-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(12, 12, 12, 0.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

html.mf-age-gate-pending .mf-age-modal {
  display: flex;
}

.mf-age-modal__dialog {
  width: min(100%, 560px);
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 28px 24px;
  text-align: center;
  color: #fff;
  background: rgba(8, 8, 8, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.mf-age-modal__dialog h2 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 5vw, 2.4rem);
  line-height: 1.05;
}

.mf-age-modal__dialog p {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.mf-age-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.mf-age-modal__actions .btn {
  min-width: 220px;
  border-radius: 999px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .mosaico-switcher-wrap {
    padding-top: 14px !important;
  }

  .mosaico-view-switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin: 0 0 18px;
    padding: 12px 10px;
    background: #050505;
    border-top: 2px solid #b52218;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mosaico-view-switcher::-webkit-scrollbar {
    display: none;
  }

  .mosaico-view-switcher__btn {
    width: 40px;
    height: 42px;
    min-width: 40px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mosaico-view-switcher__btn.is-active {
    background: rgba(181, 34, 24, 0.28);
  }

  .mosaico-icon {
    display: grid;
    gap: 3px;
    align-items: end;
  }

  .mosaico-icon::before,
  .mosaico-icon::after {
    content: "";
    display: block;
  }

  .mosaico-icon--list {
    width: 18px;
    height: 16px;
    grid-template-columns: 1fr;
  }

  .mosaico-icon--list::before,
  .mosaico-icon--list::after {
    width: 18px;
    height: 4px;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor;
  }

  .mosaico-icon--single,
  .mosaico-icon--two,
  .mosaico-icon--three,
  .mosaico-icon--four {
    height: 16px;
  }

  .mosaico-icon--single {
    width: 8px;
    background: currentColor;
  }

  .mosaico-icon--two {
    width: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mosaico-icon--three {
    width: 18px;
    grid-template-columns: repeat(3, 1fr);
  }

  .mosaico-icon--four {
    width: 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .mosaico-icon--two::before,
  .mosaico-icon--two::after,
  .mosaico-icon--three::before,
  .mosaico-icon--three::after,
  .mosaico-icon--four::before,
  .mosaico-icon--four::after {
    height: 16px;
    background: currentColor;
  }

  .mosaico-icon--three,
  .mosaico-icon--four {
    position: relative;
  }

  .mosaico-icon--three {
    background:
      linear-gradient(to right, currentColor 0 4px, transparent 4px 7px, currentColor 7px 11px, transparent 11px 14px, currentColor 14px 18px);
  }

  .mosaico-icon--four {
    background:
      linear-gradient(to right, currentColor 0 3px, transparent 3px 6px, currentColor 6px 9px, transparent 9px 11px, currentColor 11px 14px, transparent 14px 17px, currentColor 17px 20px);
  }

  .mosaico-grid {
    transition: all 0.2s ease;
  }

  .mosaico-grid .mosaico-grid__item {
    transition: all 0.2s ease;
  }

  .mosaico-grid .card-mosaico > .card-img-top {
    display: none;
  }

  .mosaico-grid .card-mosaico > .card-img-overlay {
    display: none !important;
  }

  .mosaico-mobile-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 !important;
  }

  .mosaico-mobile-card__media {
    width: 100%;
  }

  .mosaico-mobile-card__image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 14px;
  }

  .mosaico-mobile-card__content {
    padding: 0 2px 8px;
  }

  .mosaico-mobile-card__content .badge {
    display: inline-block;
    margin-bottom: 10px;
  }

  .mosaico-mobile-card__description {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .mosaico-grid--list .mosaico-grid__item {
    width: 100%;
  }

  .mosaico-grid--list .card-mosaico {
    background: #f4f0ea;
    border-radius: 10px;
    overflow: hidden;
  }

  .mosaico-grid--list .mosaico-mobile-card {
    flex-direction: row;
    gap: 12px;
  }

  .mosaico-grid--list .mosaico-mobile-card__media {
    width: 42%;
    flex: 0 0 42%;
  }

  .mosaico-grid--list .mosaico-mobile-card__image {
    height: 100%;
    min-height: 172px;
    border-radius: 0;
  }

  .mosaico-grid--list .mosaico-mobile-card__content {
    flex: 1 1 auto;
    padding: 12px 12px 12px 0;
    color: #1b120f;
  }

  .mosaico-grid--list .mosaico-mobile-card__content .card-title {
    color: #9d2e0f;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .mosaico-grid--list .mosaico-mobile-card__content .badge {
    background: transparent;
    color: #5d5d5d;
    padding: 0;
    font-size: 1.35rem;
  }

  .mosaico-grid--list .mosaico-mobile-card__description {
    color: #4a3d39;
    font-size: 0.88rem;
  }

  .mosaico-grid--single .mosaico-grid__item,
  .mosaico-grid--two .mosaico-grid__item,
  .mosaico-grid--three .mosaico-grid__item,
  .mosaico-grid--four .mosaico-grid__item {
    margin-bottom: 18px !important;
  }

  .mosaico-grid--single .mosaico-mobile-card__content,
  .mosaico-grid--two .mosaico-mobile-card__content,
  .mosaico-grid--three .mosaico-mobile-card__content,
  .mosaico-grid--four .mosaico-mobile-card__content {
    text-align: center !important;
  }

  .mosaico-grid--single .mosaico-mobile-card__description,
  .mosaico-grid--two .mosaico-mobile-card__description,
  .mosaico-grid--three .mosaico-mobile-card__description,
  .mosaico-grid--four .mosaico-mobile-card__description {
    margin-top: 12px;
  }

  .mosaico-grid--single .mosaico-grid__item {
    width: 100%;
  }

  .mosaico-grid--single .mosaico-mobile-card__image {
    aspect-ratio: 4 / 5;
  }

  .mosaico-grid--single .mosaico-mobile-card__content .badge,
  .mosaico-grid--two .mosaico-mobile-card__content .badge,
  .mosaico-grid--three .mosaico-mobile-card__content .badge,
  .mosaico-grid--four .mosaico-mobile-card__content .badge {
    min-width: 110px;
    background: #b52218;
  }

  .mosaico-grid--two .mosaico-grid__item {
    width: 50%;
  }

  .mosaico-grid--three .mosaico-grid__item {
    width: 33.3333%;
  }

  .mosaico-grid--four .mosaico-grid__item {
    width: 25%;
  }

  .mosaico-grid--two .mosaico-mobile-card__description,
  .mosaico-grid--three .mosaico-mobile-card__description,
  .mosaico-grid--four .mosaico-mobile-card__description {
    display: none;
  }

  .mosaico-grid--two .mosaico-mobile-card__content .card-title,
  .mosaico-grid--three .mosaico-mobile-card__content .card-title,
  .mosaico-grid--four .mosaico-mobile-card__content .card-title {
    font-size: 0.95rem;
    margin-bottom: 4px;
  }

  .mosaico-grid--two .mosaico-mobile-card__content .badge,
  .mosaico-grid--three .mosaico-mobile-card__content .badge,
  .mosaico-grid--four .mosaico-mobile-card__content .badge {
    padding: 4px 8px;
    font-size: 0.78rem;
  }

  .mosaico-grid--three .mosaico-mobile-card__content .card-title,
  .mosaico-grid--four .mosaico-mobile-card__content .card-title,
  .mosaico-grid--three .mosaico-mobile-card__content .badge,
  .mosaico-grid--four .mosaico-mobile-card__content .badge {
    font-size: 0.72rem;
  }

  .mosaico-grid--three .mosaico-mobile-card__content,
  .mosaico-grid--four .mosaico-mobile-card__content {
    padding-bottom: 0;
  }

  .mosaico-grid--three .mosaico-mobile-card__content .card-title,
  .mosaico-grid--three .mosaico-mobile-card__content .badge {
    font-size: 10px;
    line-height: 1.2;
  }

  .mosaico-grid--four .mosaico-mobile-card__content .card-title,
  .mosaico-grid--four .mosaico-mobile-card__content .badge {
    font-size: 8px;
    line-height: 1.15;
  }

  .mosaico-grid--four .mosaico-mobile-card__image {
    aspect-ratio: 3 / 4;
    border-radius: 10px;
  }

  .mosaico-grid--four .mosaico-grid__item {
    padding-left: 4px;
    padding-right: 4px;
  }

  .mosaico-grid--four .mosaico-mobile-card__content .badge {
    min-width: 0;
    width: 100%;
    padding: 3px 4px;
    border-radius: 8px;
  }

  @media (max-width: 390px) {
    .mosaico-view-switcher {
      padding: 10px 8px;
      gap: 4px;
    }

    .mosaico-view-switcher__btn {
      width: 36px;
      min-width: 36px;
      height: 38px;
    }

    .mosaico-grid--four .mosaico-grid__item {
      width: 25%;
      padding-left: 3px;
      padding-right: 3px;
    }
  }

  .navbar.fixed-top {
    padding-bottom: 10px;
  }

  .mf-mobile-selection-form {
    width: 100%;
  }

  .mf-mobile-selection-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
    gap: 8px;
    align-items: center;
  }

  .mf-mobile-selection-field .form-select {
    min-height: 38px;
    padding: 0 30px 0 10px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background-position: right 10px center;
    background-size: 10px 12px;
  }

  .mf-mobile-selection-button {
    height: 38px;
    padding: 0;
    color: #fff;
    background: #b42218;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mf-mobile-selection-button:hover,
  .mf-mobile-selection-button:focus {
    color: #fff;
    background: #cb2a1e;
  }

  .mf-age-modal {
    padding: 12px;
    align-items: center;
  }

  .mf-age-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 24px 16px;
    border-radius: 14px;
  }

  .mf-age-modal__dialog h2 {
    font-size: 2rem;
  }

  .mf-age-modal__dialog p {
    font-size: 1rem;
  }

  .mf-age-modal__actions {
    flex-direction: column;
  }

  .mf-age-modal__actions .btn {
    width: 100%;
    min-width: 0;
  }
}

body {
  font-family: Verdana;
}


.form-control 
, .btn
, .form-select
, .card 
, .card-img
, .card-img-top
, .titulo
, .card-img-overlay
, .img-singles-info
{
    border-radius: 30px;
}
.card-img-overlay{
	overflow: hidden;	
}
.wc_payment_methods .button{
		color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-red{
	background: #b42218;
}
.btn-search{
	background: #FFF;
}
h4.anuncie{
	font-size: 50px;
  color: #b42218;
}
.busca-avancada{
	border-radius: 30px;
}
.busca-avancada .form-label{
	color: darkred;
}
main{
	margin-top:82px !important;
}
.woocommerce-MyAccount-content main{
	margin-top:0px !important;
}
.single-acompanhante{
	margin-top: 184px !important;
}
.btn-danger{
	background-color:#b42218;
}
.navbar-toggler{
	padding:3px 1px !important;
}
.navbar-toggler {
	border-color: white;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.destaque-premium h4.nome::first-letter
, .destaque-premium h2.nome::first-letter
, .pertinho-de-voce h4.nome::first-letter
, .pertinho-de-voce h2.nome::first-letter
, .mega-destaque h4.nome::first-letter
, .mega-destaque h2.nome::first-letter
, .single h2.nome::first-letter
{
  color: yellow;
  font-size: 45px;
	font-weight: bold;
}
.destaque-premium h4.nome
, .destaque-premium h2.nome
, .pertinho-de-voce h4.nome
, .pertinho-de-voce h2.nome
, .mega-destaque h4.nome
, .mega-destaque h2.nome
, .single h2.nome
{
  font-size: 45px;
	font-weight: bold;
}
.destaque-premium .badge-primary
, .caracteristicas .badge-primary
, .facoporquegosto .badge-primary
{
	padding: 10px;
  color: white;
  background-color: rgba(139, 0, 0, 0.8);
}
.mosaico .badge-primary{
	padding: 10px;
  color: white;
	padding: 5px 15px;
	font-weight: bold;
  background-color: rgba(139, 0, 0, 0.8);
}
.pertinho-de-voce h3
, .facoporquegosto h3
, .buscaporfoto h3
{
	  font-size: 40px;
    font-weight: bold;
}
.single h2.nome{
	font-family: 'Pinyon Script';	
}

body.woocommerce-checkout main.container.container-white {
  max-width: 1280px;
  margin: 108px auto 40px;
  padding: 28px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(12, 19, 32, 0.12);
}

body.woocommerce-checkout .content-area,
body.woocommerce-checkout .article-full {
  max-width: 100%;
}

body.woocommerce-checkout .article-full {
  padding: 0;
}

body.woocommerce-checkout .article-full > header {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 50, 86, 0.1);
}

body.woocommerce-checkout .article-full > header h2 {
  margin: 0;
  font-size: 20px !important;
  font-weight: 700;
  color: #173256;
  line-height: 1.1;
}

body.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: start;
}

body.woocommerce-checkout #customer_details {
  display: contents;
  margin-bottom: 0;
}

body.woocommerce-checkout #customer_details .col-1 {
  grid-column: 1;
  grid-row: 1;
}

body.woocommerce-checkout #customer_details .col-2 {
  grid-column: 1;
  grid-row: 2;
}

body.woocommerce-checkout h3#order_review_heading {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin-top: 0;
  margin-bottom: 12px;
}

body.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: start;
  margin-top: 0;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-payment {
  float: none;
  width: 100%;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce-additional-fields {
  background: #fff;
  border: 1px solid rgba(180, 34, 24, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(12, 19, 32, 0.08);
  padding: 24px;
}

body.woocommerce-checkout h3#order_review_heading,
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  font-size: 24px;
  font-weight: 700;
  color: #173256;
  margin: 0 0 18px;
}

body.woocommerce-checkout #order_review {
  position: sticky;
  top: 108px;
}

body.woocommerce-checkout .shop_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(23, 50, 86, 0.12);
  border-radius: 22px;
  overflow: hidden;
}

body.woocommerce-checkout .shop_table th,
body.woocommerce-checkout .shop_table td {
  padding: 16px 18px;
}

body.woocommerce-checkout #payment {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

body.woocommerce-checkout .wc_payment_methods {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(23, 50, 86, 0.12);
  border-radius: 22px;
  overflow: hidden;
}

body.woocommerce-checkout .wc_payment_method {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(23, 50, 86, 0.08);
}

body.woocommerce-checkout .wc_payment_method:last-child {
  border-bottom: 0;
}

body.woocommerce-checkout .payment_box {
  background: #f7f4ff;
  border: 1px solid rgba(99, 71, 187, 0.15);
  border-radius: 18px;
  margin-top: 14px;
  padding: 18px;
}

body.woocommerce-checkout .place-order {
  margin-top: 20px;
  padding: 0;
}

body.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #5a935c 0%, #487f4d 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

body.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info {
  border-radius: 18px;
}

@media (max-width: 920px) {
  body.woocommerce-checkout main.container.container-white {
    margin: 84px 8px 24px;
    padding: 18px 14px 20px;
    border-radius: 22px;
  }

  body.woocommerce-checkout .article-full {
    padding: 0;
  }

  body.woocommerce-checkout .article-full > header {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  body.woocommerce-checkout .article-full > header h2 {
    font-size: 22px !important;
  }

  body.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.woocommerce-checkout #customer_details {
    display: block;
  }

  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2,
  body.woocommerce-checkout h3#order_review_heading,
  body.woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout .woocommerce-checkout-payment,
  body.woocommerce-checkout .woocommerce-additional-fields {
    border-radius: 22px;
    padding: 18px;
  }

  body.woocommerce-checkout h3#order_review_heading,
  body.woocommerce-checkout .woocommerce-billing-fields > h3,
  body.woocommerce-checkout .woocommerce-shipping-fields > h3 {
    font-size: 22px;
  }

  body.woocommerce-checkout #order_review {
    position: static;
    top: auto;
    margin-top: 0;
  }

  body.woocommerce-checkout .shop_table th,
  body.woocommerce-checkout .shop_table td {
    padding: 14px 12px;
  }
}
.destaque-premium .titulo{
	margin-top:450px;
	text-align:center;
	font-family: 'Pinyon Script';
}
.pertinho-de-voce .titulo{
	margin-top:300px;
	text-align:center;
	font-family: 'Pinyon Script';
}
.mega-destaque .titulo{
	margin-top:245px;
	text-align:center;
	font-family: 'Pinyon Script';
}
.lemonada{
	font-family: 'Lemonada', cursive;
	font-size:20px;
	font-weight:bold;
}
.caracteristicas .titulo
, .facoporquegosto .titulo
{
	padding-top:8px;
	padding-bottom:1px;
	letter-spacing:2px;	
	margin-top:379px;
	text-align:center;
	border-radius: 0 0 5px 5px;
	font-family: 'Lemonada', cursive;
	font-size:22px;
	font-weight:bold;
	color:yellow;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 63%, rgba(0, 0, 0, 0.9416141456582633) 75%, rgba(18, 0, 0, 0.8071603641456583) 94%, rgba(255, 255, 255, 0) 100%);	
}
.caracteristicas .card-img-overlay
, .facoporquegosto .card-img-overlay
{
	padding:0 1px 0 1px;
}
.mosaico .titulo{
	margin-top:284px;
	text-align:center;
	font-size 16px;
	font-weight 700;	
}
.frequinhas .titulo{
	padding-top:8px;
	padding-bottom:1px;
	letter-spacing:2px;
	margin-top: 134px;
	text-align:left;
	border-radius: 0 0 5px 5px;
	font-family: 'Lemonada', cursive;	
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 63%, rgba(0, 0, 0, 0.9416141456582633) 75%, rgba(18, 0, 0, 0.8071603641456583) 94%, rgba(255, 255, 255, 0) 100%);
}
.frequinhas .titulo .card-title{
	font-size: 16px;
 font-weight: bold;
}
.destaque-premium .card-img-overlay
, .pertinho-de-voce .card-img-overlay
, .mega-destaque .card-img-overlay:not(p){
	background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 1) 100%);
}
.frequinhas .card-img-overlay{
	padding:0;
}
.frequinhas .badge-primary{
	padding: 5px;
  color: white;
	font-size:10px;
  background-color: rgba(139, 0, 0, 0.8);
	font-weight:normal;
}
.mega-destaque .descricao{
	font-size: 20px;
	text-transform:uppercase;
	font-family: 'Lemonada', cursive;
}
.mega-destaque .badge{
	float:left;
	margin:0;
	background-color: #b52218;
	padding: 12px;
	color: white;
	font-size: 18px;	
  writing-mode: vertical-rl;
  transform: rotate(180deg);
	border-radius: 0 .25rem .25rem 0;
	height: 110%;
	margin:-16px -16px -16px -16px;
	font-family: 'Lemonada', cursive;
	text-transform:uppercase;
}
.page-template-selection footer{
	display:none;
}
.page-template-selection .form-select
,.caracteristicas .form-select
,.facoporquegosto .form-select
,.buscaporfoto .form-select
{
	background-color: #b42218 !important;
	color: #FFF !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.pertinho-de-voce .form-select
{
	background-color: #000 !important;
	color: #FFF !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.vinculada-a-casa{
	background-color:#f9edc2 !important;
}
img.single-icons{
	width:30px;
}
.single_add_to_cart_button{
	    background-color: #000 !important;
}
.caracteristicas h3{
	font-size 40px;
	font-weight:700;
	font-family: 'Lemonada', cursive;
}
.red {
  color: #b42218;
}
.yellow{
	color: yellow;
}
.frequinhas h2{
	font-size: 70px;
	text-transform:uppercase;
	font-weight: bold;
  letter-spacing: 4px;	
}
.frequinhas p{
	font-size: 30px;
}
.bg-dark{
	background-color:#000 !important;
}
.destaque-premium .card-img-top {
    width: 100%;
    height: 524px;
    object-fit: cover;
}
.pertinho-de-voce .card-img-top {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.mega-destaque .card-img-top {
    width: 100%;
    height: 356px;
    object-fit: cover;
}
.mosaico .card-img-top {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.frequinhas .card-img-top {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.caracteristicas .card-img-top {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.facoporquegosto .card-img-top {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.buscaporfoto .card-img-top {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.carousel-control-prev 
, .carousel-control-next {
	position: absolute;
	top: 50%;
	transform: TranslateY(-50%);
	width:32px;
	height:32px;
}
.carousel-control-prev {
	right: auto;
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;

}
.carousel-control-next {
	left: auto;
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;

}
.acf-field-checkbox,
.acf-field-select,
.acf-field-text,
.acf-field-number,
.acf-field-image {
  vertical-align: top;
  width: 30%;
  display: inline-block;
  border:0;
	border-left:0;
	margin:10px 16px 10px 0;
}
.acf-field--post-title{
	width:100%;
}
.acf-field--post-title .acf-label
, .acf-field--post-title .acf-input
, .acf-field--post-title .acf-input input
, .acf-input select
, .acf-input input:not([type='checkbox']) {    
	width:100%;
	height:36px;
}
.acf-field label{
	font-weight:bold;
}
.acf-checkbox-list label{
	font-weight:normal;
}
.acf-field li::marker {
    display:none;
}
ul.acf-checkbox-list{
    padding-left: 0;
	list-style: none;
}
.tab-pane{
	padding:20px 0;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding:10px;
}
.acf-form-submit input{
	background-color:green !important;
	color:#FFF !important;
	width: 100% !important;
	margin-top:20px !important;
}
.quicktags-toolbar{
	display:none !important;
}
.woocommerce-MyAccount-navigation ul{
    padding: 20px 0 0 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
	display:block;
	width:100%;
	color:#000;
	border-bottom:1px solid #dee2e6;
	padding:6px 0;
	text-decoration:none;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	color:#000;
	background-color:#EFEFEF;
	padding-left:6px;
}
.woocommerce .woocommerce-button{
	background-color: #000 !important;
    color: #FFF !important;
}
.woocommerce .input-text{
	padding: 10px;
}
.btn-primary{
	color: #FFF;
  background: #b42218;
	border-color: #b42218;
}
.btn-primary:hover{
	color: #FFF;
  background: #931e16;
	border-color: #b42218;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 24px;
    }
}


@media only screen and (max-width: 600px) {
  body {
    padding-top: 120px;
  }	
	nav.fixed-top{
		background-color: #000;
}
	/* mega destaque mobile */
  .mega-card {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .mega-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent 50%);
    z-index: 2;
  }

  .mega-card .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    z-index: 4;
  }

  .mega-card .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
  }
	/* FIM: mega destaque mobile */
	.cidade-que-atuamos h2{
		    font-size: 2rem;
	}

	.destaque-premium .mobile-premium{
		padding-left: 30px;
    padding-right: 30px;
		margin-top: 30px;
	}
	.single-acompanhante {
			margin-top: 0px !important;
	}	
	.frequinhas h2{
		font-size: 39px;
	}
	.pertinho-de-voce h3, .facoporquegosto h3, .buscaporfoto h3 {
			font-size: 36px;
	}	
	.dropdown-menu.show {
		max-height: 100% !important;
	}	
	h4.anuncie{
		font-size: 43px;
	}	
	/* Diminui para Mobile */
 .pertinho-de-voce h4.nome::first-letter
	, .pertinho-de-voce h2.nome::first-letter
	{
		color: yellow;
		font-size: 12px;
		font-weight: bold;
	}	
	.pertinho-de-voce .card-img-top
	, .caracteristicas .card-img-top
	, .facoporquegosto .card-img-top
	{
			width: 100%;
			height: 180px;
			object-fit: cover;
	}	
	.pertinho-de-voce .titulo 
	, .caracteristicas .titulo
	, .facoporquegosto .titulo
	{
			margin-top: 154px;
			text-align: center;
			font-family: 'Lemonade';
			font-size: 12px !important;
	}	
	.pertinho-de-voce .card-img-overlay
	, .caracteristicas .card-img-overlay
	, .facoporquegosto .card-img-overlay
	{
		    padding: 0;
	}
	.pertinho-de-voce h4.nome
	, .caracteristicas h4.nome
	, .facoporquegosto h4.nome
	{
		color:yellow;
		font-size:12px;
	}
	.mosaico .card-img-top {
			width: 100%;
			height: 220px;
			object-fit: cover;
	}	
	/* Tela do usuário */
	.nav-tabs li{
		width:100%;
		border:1px solid #CECECE;
	}
	#tabSelectorMobile{
  appearance: none; /* Remove a seta nativa (funciona em muitos navegadores) */
  -webkit-appearance: none;
  -moz-appearance: none;		
		border-radius: 0 !important;
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
  padding-right: 2.5rem; /* Espaço para a seta */
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;		
	}
	.acf-field-checkbox, .acf-field-select, .acf-field-text, .acf-field-number, .acf-field-image {
			vertical-align: top;
			width: 100%;
			display: inline-block;
			border: 0;
			border-left: 0;
			margin: 10px 16px 10px 0;
	}	
	.mosaico .card{
		background:none 
	}		
	.facoporquegosto .card
	, .facoporquegosto .card-img
	, .facoporquegosto .card-img-top
	, .facoporquegosto .card-img-overlay
	, .fresquinhas .card
	, .fresquinhas .card-img
	, .fresquinhas .card-img-top
	, .fresquinhas .card-img-overlay
	, .caracteristicas .card
	, .caracteristicas .card-img
	, .caracteristicas .card-img-top
	, .caracteristicas .card-img-overlay
	, .pertinho .card
	, .pertinho .card-img
	, .pertinho .card-img-top
	, .pertinho .card-img-overlay
	{
		border-radius: 8px;
	}
	.mega-destaque .banner{
		height: 200px;			
	}

  .busca-avancada{
    width: calc(100% - 24px) !important; 
    margin: 0 12px !important;
    padding: 0 !important;               
    border-radius: 16px;                 
    overflow: hidden;                   
  }

  .busca-avancada > * {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .busca-avancada .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
	.busca-avancada .form-label{
		font-size: 12px;
		font-weight: 700;
	}
	.mosaico .badge-primary {
			width: 80%;
	}	
	.home .card
	, .home .card-img-top
	, .home .card-img-overlay
	, .single .card
	, .single .card-img-top
	, .single .card-img-overlay	
	{
		border-radius: 10px;
	}
}
@media (min-width: 768px) {

  /* centraliza o bloco todo e evita ficar espalhado */
  .cidade-que-atuamos form {
    max-width: 980px;
    margin: 0 auto;
  }

  /* wrapper define largura "compacta" */
  .cidade-que-atuamos .select-compact {
    max-width: 320px;   /* ajuste: 280-360 */
    margin: 0 auto;     /* centraliza dentro da col-md-4 */
  }

  /* select continua 100% do wrapper, não da coluna */
  .cidade-que-atuamos .select-compact > select {
    width: 100% !important;
  }

  /* opcional: deixar o botão Ir compacto */
  .cidade-que-atuamos #meu-link a.btn {
    width: auto !important;
    min-width: 110px;
    padding: .35rem 1rem;
    border-radius: 999px;
  }
	
	/*
	* Correção mosaico Mobile
	*/
  .card-mosaico {
    border-radius: 14px;
    overflow: hidden;
  }

  .card-mosaico .card-img-top {
    display: block;
  }

  .card-mosaico .card-body {
    background: transparent; /* ou #000 se quiser faixa */
  }

  .card-mosaico .card-title {
    font-size: 0.85rem;
    line-height: 1.1;
  }

  .card-mosaico .badge {
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 999px;
    display: inline-block;
    margin-top: 2px;
  }	

.mosaico .card{
	border: solid 1px #FFF;
}		
	        
}



/* Container geral */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #0e0e0f;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #1d1d1d;
}

/* Itens */
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #1d1d1d;
}
.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

/* Links padrão */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 18px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #d5d5d5;
    transition: 0.3s ease;
}

/* Hover com brilho metálico */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: linear-gradient(90deg, #1c1c1c 0%, #000 100%);
    color: #ffffff;
    letter-spacing: 0.5px;
    box-shadow: inset 0 0 12px rgba(255,255,255,0.07);
}

/* Item ativo – degrade cinza/preto */
.woocommerce-MyAccount-navigation-link.is-active > a {
    background: linear-gradient(90deg, #2a2a2a 0%, #0b0b0b 100%);
    color: #ffffff;
    box-shadow: inset 0 0 18px rgba(255,255,255,0.12);
}

/* Botão Sair - efeito alerta sutil */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #1a0f0f;
    color: #ff5b5b;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #7c0000;
    color: #fff;
}

/* Minha Conta: layout sem depender de JS */
.logged-in.woocommerce-account .article-full > .woocommerce {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation {
    grid-column: 1 !important;
    grid-row: 1 !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content {
    grid-column: 2 !important;
    grid-row: 1 !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content > .woocommerce {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content .alert {
    width: 100% !important;
    margin-bottom: 18px !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product {
    width: calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3) !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    overflow: visible !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product.first,
.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product.last {
    clear: none !important;
    margin-right: 0 !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content .mf-loop-variation-select-wrap {
    width: auto !important;
    align-items: stretch !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content .mf-loop-variation-select-wrap select {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content .mf-loop-contract-button {
    color: #ffffff !important;
    background: linear-gradient(135deg, #179246 0%, #28b75b 100%) !important;
    border-color: #179246 !important;
}

@media (min-width: 1400px) {
    .logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product {
        width: calc((100% - 48px) / 3) !important;
        max-width: calc((100% - 48px) / 3) !important;
    }
}

@media (max-width: 991.98px) {
    .logged-in.woocommerce-account .article-full > .woocommerce {
        grid-template-columns: 1fr !important;
    }

    .logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation,
    .logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content {
        grid-column: 1 !important;
    }

    .logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content {
        grid-row: 2 !important;
    }

    .logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products {
        display: flex !important;
        flex-direction: column !important;
    }

    .logged-in.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Minha Conta: 3 colunas pelo ul.products */
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    column-gap: 0 !important;
    row-gap: 18px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex: 0 0 100% !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product {
    flex: 0 0 31.6% !important;
    width: 31.6% !important;
    max-width: 31.6% !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    padding: 0 0 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
    border: 1px solid #ece7e3 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 36px rgba(18, 18, 18, 0.08) !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product.first,
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product.last {
    margin-right: 0 !important;
    clear: none !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product > a img {
    width: 100% !important;
    margin: 0 !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 22px 22px 0 0 !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .woocommerce-loop-product__title,
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product h2,
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product h3 {
    padding: 14px 16px 0 !important;
    margin: 0 !important;
    color: #2f2f2f !important;
    font-size: 0.92rem !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .woocommerce-loop-product-description,
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product p,
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product li {
    font-size: 0.8rem !important;
    line-height: 1.42 !important;
    color: #4c4c4c !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .woocommerce-loop-product-description,
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .mf-loop-variation-select-wrap,
.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .mf-loop-contract-button {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .mf-loop-variation-select-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-top: 12px !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .mf-loop-variation-select-wrap select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 42px !important;
    padding: 0 36px 0 12px !important;
    box-sizing: border-box !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product .mf-loop-contract-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    line-height: 1 !important;
    text-align: center !important;
    color: #fff !important;
    background: linear-gradient(135deg, #179246 0%, #28b75b 100%) !important;
    border: 1px solid #179246 !important;
    border-radius: 8px !important;
}

@media (max-width: 1280px) {
    .logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product {
        flex: 0 0 48.8% !important;
        width: 48.8% !important;
        max-width: 48.8% !important;
    }
}

@media (max-width: 991.98px) {
    .logged-in.woocommerce-account .woocommerce-MyAccount-content ul.products > li.product {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Refinos finais da Minha Conta */
.woocommerce-account .article-full > .woocommerce {
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 18px !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation ul {
    padding: 10px !important;
    background: #161616 !important;
    border: 1px solid #222 !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14) !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation ul li + li {
    margin-top: 6px !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation ul li a {
    padding: 13px 16px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    border-radius: 12px !important;
    color: #f1f1f1 !important;
    transform: none !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a {
    background: linear-gradient(135deg, #b93c22 0%, #d25539 100%) !important;
    color: #fff !important;
    transform: none !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #221414 !important;
    color: #f2d5d5 !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content > .woocommerce.columns-3,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content > .woocommerce.columns-3 ul.products.columns-3 {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content > .woocommerce.columns-3 ul.products.columns-3 {
    /*display: inline-block !important;*/
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
    justify-content: stretch !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content > .woocommerce.columns-3 ul.products.columns-3 li.product {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product .woocommerce-loop-product__title,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product h2,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product h3 {
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
    padding: 14px 16px 0 !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product .woocommerce-loop-product-description,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product p,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product li {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product .mf-loop-variation-select-wrap,
.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products li.product .mf-loop-contract-button {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content .mf-loop-variation-select-wrap select {
    min-height: 42px !important;
    padding: 0 36px 0 12px !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
}

.woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content .mf-loop-contract-button,
.single-product .summary .mf-single-contract-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 20px !important;
    line-height: 1 !important;
    text-align: center !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}

@media (max-width: 1280px) {
    .woocommerce-account .article-full > .woocommerce {
        grid-template-columns: 260px minmax(0, 1fr) !important;
    }

    .woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content > .woocommerce.columns-3 ul.products.columns-3,
    .woocommerce-account .article-full > .woocommerce > .woocommerce-MyAccount-content ul.products {
        grid-template-columns: repeat(2, minmax(210px, 1fr)) !important;
    }
}

/* Edit Account refinado */
.logged-in.woocommerce-account .site-content {
    width: 100%;
}

.logged-in.woocommerce-account .site-content .alert,
.logged-in.woocommerce-account .site-content .woocommerce-info {
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
    font-size: 0.92rem;
    line-height: 1.55;
}

.logged-in.woocommerce-account #myTab.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
    border: 0 !important;
    border-bottom: 0;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.logged-in.woocommerce-account #myTab.nav-tabs .nav-item {
    margin: 0;
}

.logged-in.woocommerce-account #myTab.nav-tabs .nav-link {
    padding: 11px 16px;
    color: #4b4b4b;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: #f7f3f0;
    border: 1px solid #e6ddd7;
    border-radius: 999px;
}

.logged-in.woocommerce-account #myTab.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, #b93c22 0%, #d25539 100%);
    border-color: #b93c22;
    box-shadow: 0 12px 24px rgba(185, 60, 34, 0.16);
}

.logged-in.woocommerce-account #myTabContent {
    padding: 18px;
    background: #fff;
    border: 1px solid #ece7e3;
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    overflow: hidden;
}

.logged-in.woocommerce-account .acf-form .acf-fields {
    border: 0 !important;
    background: transparent !important;
}

.logged-in.woocommerce-account .acf-form .acf-field {
    border-top: 0 !important;
    padding: 12px 10px !important;
}

.logged-in.woocommerce-account .acf-form .acf-label label {
    color: #2f2f2f;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.logged-in.woocommerce-account .acf-form input[type="text"],
.logged-in.woocommerce-account .acf-form input[type="number"],
.logged-in.woocommerce-account .acf-form input[type="email"],
.logged-in.woocommerce-account .acf-form input[type="url"],
.logged-in.woocommerce-account .acf-form input[type="password"],
.logged-in.woocommerce-account .acf-form textarea,
.logged-in.woocommerce-account .acf-form select,
.logged-in.woocommerce-account .acf-form .acf-input input:not([type='checkbox']):not([type='radio']) {
    min-height: 48px;
    padding: 12px 14px;
    color: #2e2e2e;
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #f8f6f3;
    border: 1px solid #e5ddd7;
    border-radius: 14px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.logged-in.woocommerce-account .acf-form input:focus,
.logged-in.woocommerce-account .acf-form textarea:focus,
.logged-in.woocommerce-account .acf-form select:focus {
    outline: none;
    border-color: #31a24c;
    box-shadow: 0 0 0 4px rgba(49, 162, 76, 0.14);
}

.logged-in.woocommerce-account .acf-form textarea,
.logged-in.woocommerce-account .acf-form .wp-editor-area {
    min-height: 220px;
}

.logged-in.woocommerce-account ul.acf-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logged-in.woocommerce-account ul.acf-checkbox-list li {
    margin-bottom: 8px;
}

.logged-in.woocommerce-account .acf-checkbox-list label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3d3d3d;
    font-size: 0.86rem;
    font-weight: 500;
}

.logged-in.woocommerce-account .acf-form .wp-media-buttons .button,
.logged-in.woocommerce-account .acf-form .button:not(.acf-button) {
    min-height: 42px;
    padding: 0 16px;
    color: #444 !important;
    font-size: 0.86rem;
    font-weight: 600;
    background: #f3efeb !important;
    border: 1px solid #e1d7cf !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.logged-in.woocommerce-account .acf-form .acf-form-submit input,
.logged-in.woocommerce-account .acf-form input[type="submit"],
.logged-in.woocommerce-account .acf-form button[type="submit"] {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    color: #fff !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    line-height: 1 !important;
    text-align: center !important;
    background: linear-gradient(135deg, #179246 0%, #28b75b 100%) !important;
    border: 1px solid #179246 !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 28px rgba(23, 146, 70, 0.22) !important;
}

.logged-in.woocommerce-account .acf-form .acf-form-submit input:hover,
.logged-in.woocommerce-account .acf-form .acf-form-submit input:focus,
.logged-in.woocommerce-account .acf-form input[type="submit"]:hover,
.logged-in.woocommerce-account .acf-form input[type="submit"]:focus,
.logged-in.woocommerce-account .acf-form button[type="submit"]:hover,
.logged-in.woocommerce-account .acf-form button[type="submit"]:focus {
    background: linear-gradient(135deg, #12783a 0%, #219f4d 100%) !important;
    border-color: #12783a !important;
}

/* Edit Account: refinamento final das tabs e checkboxes */
.logged-in.woocommerce-account #myTab.nav-tabs::before,
.logged-in.woocommerce-account #myTab.nav-tabs::after,
.logged-in.woocommerce-account #myTabContent::before,
.logged-in.woocommerce-account #myTabContent::after {
    display: none !important;
}

.logged-in.woocommerce-account #myTab.nav-tabs .nav-link {
    box-shadow: none !important;
    text-decoration: none !important;
}

.logged-in.woocommerce-account #myTabContent > .tab-pane {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.logged-in.woocommerce-account #myTabContent .acf-form,
.logged-in.woocommerce-account #myTabContent .acf-fields,
.logged-in.woocommerce-account #myTabContent .acf-fields.-top {
    border: 0 !important;
    background: transparent !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-checkbox .acf-input {
    padding-top: 4px;
}

.logged-in.woocommerce-account .acf-form .acf-field-checkbox .acf-checkbox-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.logged-in.woocommerce-account .acf-form .acf-field-checkbox .acf-checkbox-list li {
    margin: 0 !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-checkbox .acf-checkbox-list label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 42px;
    margin: 0 !important;
    padding: 10px 12px !important;
    color: #3a3a3a !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
    background: #faf7f4 !important;
    border: 1px solid #e8dfd9 !important;
    border-radius: 12px !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-checkbox .acf-checkbox-list label:hover {
    background: #f6f1ed !important;
    border-color: #d8cdc5 !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-checkbox .acf-checkbox-list label.selected {
    color: #214f35 !important;
    background: linear-gradient(180deg, #eefaf2 0%, #e1f4e7 100%) !important;
    border-color: #b9dfc6 !important;
    box-shadow: 0 8px 18px rgba(49, 162, 76, 0.10) !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-checkbox .acf-checkbox-list input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    flex: 0 0 18px !important;
    accent-color: #31a24c;
}

/* Edit Account: selects e caixa vinculada */
.logged-in.woocommerce-account .acf-form .acf-field-select select,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container.-acf .select2-selection--single,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container--default.-acf .select2-selection--single {
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 46px 0 16px !important;
    color: #2f2f2f !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    background-color: #fffdfb !important;
    border: 1px solid #ddd3cb !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(40, 22, 10, 0.06) !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23574b43' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M3.5 6.25 8 10.75l4.5-4.5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 16px 16px !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container.-acf,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container--default.-acf {
    width: 100% !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container.-acf .select2-selection__rendered,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container--default.-acf .select2-selection__rendered {
    padding: 0 !important;
    color: #2f2f2f !important;
    line-height: 50px !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container.-acf .select2-selection__arrow,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container--default.-acf .select2-selection__arrow {
    width: 40px !important;
    height: 50px !important;
    right: 8px !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-select select:focus,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container.-acf.select2-container--focus .select2-selection--single,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container--default.-acf.select2-container--focus .select2-selection--single,
.logged-in.woocommerce-account .acf-form .acf-field-select .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #31a24c !important;
    box-shadow: 0 0 0 4px rgba(49, 162, 76, 0.14), 0 14px 28px rgba(40, 22, 10, 0.08) !important;
}

.logged-in.woocommerce-account .acf-form .acf-field.vinculada-a-casa {
    padding: 18px 18px 16px !important;
    background: linear-gradient(180deg, #fff7dc 0%, #fff1be 100%) !important;
    border: 1px solid #f1dd90 !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 32px rgba(184, 143, 26, 0.12) !important;
}

.logged-in.woocommerce-account .acf-form .acf-field.vinculada-a-casa .acf-label {
    margin-bottom: 8px !important;
}

.logged-in.woocommerce-account .acf-form .acf-field.vinculada-a-casa .acf-label label {
    color: #4b3602 !important;
}

.logged-in.woocommerce-account .acf-form .acf-field.vinculada-a-casa .acf-label .description {
    margin-top: 6px !important;
    color: #735d18 !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

.logged-in.woocommerce-account .acf-form .acf-field.vinculada-a-casa input[type="number"],
.logged-in.woocommerce-account .acf-form .acf-field.vinculada-a-casa input[type="text"] {
    background: rgba(255, 255, 255, 0.86) !important;
    border-color: #e8d28a !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.85), 0 8px 18px rgba(184, 143, 26, 0.08) !important;
}

span.vinculada-a-casa {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 12px;
    color: #5d4706;
    font-weight: 700;
    background: linear-gradient(180deg, #fff6d8 0%, #ffeeb1 100%);
    border: 1px solid #ecd487;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(184, 143, 26, 0.12);
}

/* Edit Account: box da imagem de capa / imagens ACF */
.logged-in.woocommerce-account .acf-form .acf-field-image .acf-input {
    display: flex;
    align-items: flex-start;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader {
    width: min(100%, 320px) !important;
    padding: 14px !important;
    background: linear-gradient(180deg, #fffdfb 0%, #f8f4f0 100%) !important;
    border: 1px solid #e7ddd6 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 34px rgba(34, 22, 14, 0.08) !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .image-wrap,
.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .show-if-value.image-wrap {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #f2ece6 !important;
    border: 1px solid #eadfd7 !important;
    border-radius: 18px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8) !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .image-wrap img,
.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .show-if-value.image-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .acf-actions.-hover {
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    gap: 8px !important;
    opacity: 1 !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .acf-actions.-hover .acf-icon {
    width: 34px !important;
    height: 34px !important;
    background-color: rgba(20, 20, 20, 0.74) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18) !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .hide-if-value {
    min-height: 220px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 18px !important;
    background: linear-gradient(180deg, #fffdfb 0%, #f7f2ee 100%) !important;
    border: 1px dashed #d9ccc3 !important;
    border-radius: 18px !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .hide-if-value p {
    margin: 0 !important;
    color: #65564e !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
}

.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .hide-if-value .acf-button,
.logged-in.woocommerce-account .acf-form .acf-field-image .acf-image-uploader .hide-if-value a[data-name="add"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    margin-top: 12px !important;
    padding: 0 16px !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #b93c22 0%, #d25539 100%) !important;
    border: 1px solid #b93c22 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 24px rgba(185, 60, 34, 0.16) !important;
}

/* Minha Conta deslogado */
body:not(.logged-in).woocommerce-account .content-area.content-thin {
    width: min(100%, 1180px);
    margin: 0 auto;
}

body:not(.logged-in).woocommerce-account .article-full {
    padding: 28px 30px 34px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
    border: 1px solid #ebe2db;
    border-radius: 28px;
    box-shadow: 0 26px 52px rgba(20, 14, 10, 0.12);
}

body:not(.logged-in).woocommerce-account .article-full > header {
    margin-bottom: 14px;
}

body:not(.logged-in).woocommerce-account .article-full > header h2 {
    margin: 0;
    color: #211b18;
    font-size: clamp(1.35rem, 1.9vw, 1.8rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.01em;
}

body:not(.logged-in).woocommerce-account .article-full > .woocommerce {
    width: 100%;
}

body:not(.logged-in).woocommerce-account #customer_login.u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
    margin-top: 18px;
}

body:not(.logged-in).woocommerce-account #customer_login .u-column1,
body:not(.logged-in).woocommerce-account #customer_login .u-column2 {
    display: flex;
    flex-direction: column;
    float: none;
    clear: none;
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: start;
}

body:not(.logged-in).woocommerce-account #customer_login .u-column1 {
    grid-column: 1;
    grid-row: 1;
}

body:not(.logged-in).woocommerce-account #customer_login .u-column2 {
    grid-column: 2;
    grid-row: 1;
}

body:not(.logged-in).woocommerce-account #customer_login h2 {
    margin: 0 0 18px;
    color: #231d1a;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.15;
}

body:not(.logged-in).woocommerce-account #customer_login .woocommerce-form {
    height: 100%;
    padding: 24px 24px 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbf9 100%);
    border: 1px solid #e9e1da;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(22, 18, 15, 0.08);
}

body:not(.logged-in).woocommerce-account #customer_login .form-row {
    margin-bottom: 16px;
}

body:not(.logged-in).woocommerce-account .woocommerce-notices-wrapper:empty {
    display: none;
}

body:not(.logged-in).woocommerce-account #customer_login .form-row:last-child {
    margin-bottom: 0;
}

body:not(.logged-in).woocommerce-account #customer_login label {
    display: block;
    margin-bottom: 8px;
    color: #312d2a;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

body:not(.logged-in).woocommerce-account #customer_login .input-text,
body:not(.logged-in).woocommerce-account #customer_login input[type="text"],
body:not(.logged-in).woocommerce-account #customer_login input[type="email"],
body:not(.logged-in).woocommerce-account #customer_login input[type="password"] {
    min-height: 50px;
    padding: 12px 14px;
    color: #2f2f2f;
    font-size: 0.9rem;
    font-weight: 500;
    background: #f8f6f3;
    border: 1px solid #ddd3cb;
    border-radius: 14px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
}

body:not(.logged-in).woocommerce-account #customer_login .input-text:focus,
body:not(.logged-in).woocommerce-account #customer_login input:focus {
    outline: none;
    border-color: #31a24c;
    box-shadow: 0 0 0 4px rgba(49, 162, 76, 0.14);
}

body:not(.logged-in).woocommerce-account #customer_login .password-input {
    display: block;
    position: relative;
}

body:not(.logged-in).woocommerce-account #customer_login .password-input .show-password-input {
    right: 14px;
}

body:not(.logged-in).woocommerce-account #customer_login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 0 12px;
    color: #4e4945;
    font-size: 0.86rem;
    font-weight: 500;
}

body:not(.logged-in).woocommerce-account #customer_login .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #31a24c;
}

body:not(.logged-in).woocommerce-account #customer_login .woocommerce-button,
body:not(.logged-in).woocommerce-account #customer_login .woocommerce-Button,
body:not(.logged-in).woocommerce-account #customer_login button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    background: linear-gradient(135deg, #179246 0%, #28b75b 100%) !important;
    border: 1px solid #179246 !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 28px rgba(23, 146, 70, 0.22);
}

body:not(.logged-in).woocommerce-account #customer_login .woocommerce-button:hover,
body:not(.logged-in).woocommerce-account #customer_login .woocommerce-Button:hover,
body:not(.logged-in).woocommerce-account #customer_login button[type="submit"]:hover,
body:not(.logged-in).woocommerce-account #customer_login .woocommerce-button:focus,
body:not(.logged-in).woocommerce-account #customer_login .woocommerce-Button:focus,
body:not(.logged-in).woocommerce-account #customer_login button[type="submit"]:focus {
    color: #fff !important;
    background: linear-gradient(135deg, #12783a 0%, #219f4d 100%) !important;
    border-color: #12783a !important;
    transform: translateY(-1px);
}

body:not(.logged-in).woocommerce-account #customer_login .lost_password,
body:not(.logged-in).woocommerce-account #customer_login .woocommerce-privacy-policy-text {
    margin-top: 14px;
    color: #5e5752;
    font-size: 0.84rem;
    line-height: 1.65;
}

body:not(.logged-in).woocommerce-account #customer_login .lost_password a,
body:not(.logged-in).woocommerce-account #customer_login .woocommerce-privacy-policy-text a {
    color: #b93c22;
    font-weight: 600;
}

body:not(.logged-in).woocommerce-account .woocommerce > .container.text-center {
    margin-top: 26px !important;
}

body:not(.logged-in).woocommerce-account .woocommerce > .container.text-center .d-grid {
    display: inline-flex !important;
}

body:not(.logged-in).woocommerce-account .woocommerce > .container.text-center .btn.btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    background: linear-gradient(135deg, #b93c22 0%, #d25539 100%);
    border: 1px solid #b93c22;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(185, 60, 34, 0.18);
}

body:not(.logged-in).woocommerce-account .woocommerce > .container.text-center .btn.btn-danger:hover,
body:not(.logged-in).woocommerce-account .woocommerce > .container.text-center .btn.btn-danger:focus {
    color: #fff;
    background: linear-gradient(135deg, #a9361f 0%, #bf4a31 100%);
    border-color: #a9361f;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    body:not(.logged-in).woocommerce-account .article-full {
        padding: 22px 18px 24px;
        border-radius: 22px;
    }

    body:not(.logged-in).woocommerce-account #customer_login.u-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body:not(.logged-in).woocommerce-account #customer_login .u-column1,
    body:not(.logged-in).woocommerce-account #customer_login .u-column2 {
        grid-column: auto;
        grid-row: auto;
    }

    body:not(.logged-in).woocommerce-account #customer_login .woocommerce-form {
        padding: 20px 18px 18px;
    }
}
