/*
Theme Name: Armovex
Theme URI: https://www.armovex.com.br/
Author: Armovex
Description: Tema de blocos próprio para a loja Armovex em WooCommerce.
Version: 0.9.45
Requires at least: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: armovex
*/

:root {
  --armovex-black: #151515;
  --armovex-charcoal: #292929;
  --armovex-pink: #e64a72;
  --armovex-pink-dark: #c93461;
  --armovex-green: #008854;
  --armovex-green-dark: #006f43;
  --armovex-commerce-green: #00b77d;
  --armovex-whatsapp: #2bd97b;
  --armovex-text: #151515;
  --armovex-muted: #606060;
  --armovex-line: #e5e5e5;
  --armovex-soft: #f4f7f5;
  --armovex-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --armovex-transition: 180ms ease;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--armovex-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input,
select,
textarea {
  transition: color var(--armovex-transition), background-color var(--armovex-transition), border-color var(--armovex-transition), box-shadow var(--armovex-transition);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--armovex-pink);
  outline-offset: 3px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

/* Cabeçalho inspirado na identidade visual vigente da loja Armovex. */
.armovex-header-shell {
  background: linear-gradient(115deg, #0b0b0b 0%, var(--armovex-black) 62%, #242424 100%);
  border-bottom: 3px solid var(--armovex-pink);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  color: #fff;
  position: relative;
  z-index: 50;
}

.armovex-header {
  box-sizing: border-box;
  gap: clamp(1rem, 2.2vw, 2.2rem);
  min-height: 100px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}

.armovex-logo-link {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}

.armovex-logo-link img {
  display: block;
  height: auto;
  max-width: 175px;
  width: 175px;
}

.armovex-header .armovex-mobile-nav,
.armovex-header > .wp-block-woocommerce-customer-account,
.armovex-header > .wp-block-woocommerce-mini-cart {
  display: none;
}

.armovex-search {
  background: #fff;
  border: 1px solid var(--armovex-line);
  display: flex;
  flex: 1 1 430px;
  height: 46px;
  max-width: 470px;
  min-width: 280px;
}

.armovex-search input[type="search"] {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--armovex-text);
  flex: 1 1 auto;
  font-size: 0.95rem;
  min-width: 0;
  padding: 0 14px;
}

.armovex-search-category {
  align-items: center;
  border-left: 1px solid var(--armovex-line);
  color: var(--armovex-text);
  display: flex;
  flex: 0 0 auto;
  font-size: 0.88rem;
  padding: 0 34px 0 14px;
  position: relative;
  white-space: nowrap;
}

.armovex-search-category::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 7px;
  position: absolute;
  right: 14px;
  top: 16px;
  transform: rotate(45deg);
  width: 7px;
}

.armovex-search button {
  align-items: center;
  background: var(--armovex-pink);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 0 0 52px;
  justify-content: center;
  padding: 0;
}

.armovex-search button:hover {
  background: var(--armovex-pink-dark);
}

.armovex-search svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 23px;
}

.armovex-utilities {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(0.9rem, 1.7vw, 1.7rem);
}

.armovex-utility {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.5rem;
  white-space: nowrap;
}

.armovex-utility--cart {
  position: relative;
}

.armovex-cart-count {
  align-items: center;
  background: var(--armovex-pink);
  border: 2px solid var(--armovex-black);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.64rem;
  font-weight: 800;
  height: 19px;
  justify-content: center;
  line-height: 1;
  min-width: 19px;
  padding: 0 4px;
  position: absolute;
  right: -9px;
  top: -10px;
  z-index: 1;
}

.wc-block-cart-link {
  position: relative;
}

.armovex-utility:hover {
  color: var(--armovex-pink);
}

.armovex-utility svg {
  fill: none;
  height: 29px;
  stroke: var(--armovex-pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 29px;
}

/* Barra de benefícios. */
.armovex-service-strip {
  background: #fff;
  padding: 27px max(20px, calc((100vw - 1280px) / 2)) 12px;
}

.armovex-service-grid {
  align-items: center;
  display: grid;
  gap: clamp(1.3rem, 3vw, 3.8rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1280px;
}

.armovex-service-item {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.armovex-service-item svg {
  fill: none;
  flex: 0 0 44px;
  height: 44px;
  stroke: var(--armovex-black);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 44px;
}

.armovex-service-item div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.armovex-service-item strong {
  color: var(--armovex-pink);
  font-size: 1rem;
  margin-bottom: 5px;
}

.armovex-service-item span {
  color: var(--armovex-text);
  font-size: 0.875rem;
}

/* Catálogo e cards. */
.armovex-catalog-section {
  background: #fff;
  padding-bottom: 54px;
  padding-top: 16px;
}

.armovex-catalog-heading {
  margin-bottom: 24px;
}

.armovex-catalog-heading h1 {
  font-size: clamp(1.45rem, 2.4vw, 1.8rem) !important;
  margin: 0;
}

.armovex-catalog-heading p {
  margin: 0;
}

.armovex-catalog-heading a {
  color: var(--armovex-pink-dark);
  font-weight: 700;
}

.armovex-catalog-heading a:hover {
  color: var(--armovex-pink-dark);
}

.armovex-catalog-filters {
  background: #f7f7f7;
  border: 1px solid var(--armovex-line);
  border-top: 3px solid var(--armovex-pink);
  box-sizing: border-box;
  clear: both;
  margin: 22px 0 30px;
  padding: 22px;
  width: 100%;
}

.armovex-filter-heading {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.armovex-filter-heading h2 {
  font-size: 1.15rem !important;
  margin: 0 0 3px;
}

.armovex-filter-heading p {
  color: var(--armovex-muted);
  font-size: 0.875rem;
  margin: 0;
}

.armovex-filter-form {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(145px, 0.85fr) minmax(250px, 1.55fr) minmax(125px, 0.7fr) minmax(125px, 0.7fr) auto;
}

.armovex-filter-field {
  display: grid;
  gap: 7px;
  margin: 0;
  min-width: 0;
}

.armovex-filter-field > span {
  color: var(--armovex-text);
  font-size: 0.875rem;
  font-weight: 750;
}

.armovex-filter-field input,
.armovex-filter-field select {
  background: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--armovex-text);
  font: inherit;
  height: 46px;
  min-width: 0;
  padding: 0 12px;
  width: 100%;
}

.armovex-filter-field input:focus,
.armovex-filter-field select:focus {
  border-color: var(--armovex-pink);
  box-shadow: 0 0 0 2px rgba(230, 74, 114, 0.18);
  outline: 0;
}

.armovex-filter-field input:focus-visible,
.armovex-filter-field select:focus-visible {
  outline: 3px solid var(--armovex-pink);
  outline-offset: 2px;
}

.armovex-filter-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.armovex-filter-submit {
  background: var(--armovex-black);
  border: 1px solid var(--armovex-black);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 750;
  height: 46px;
  padding: 0 20px;
  white-space: nowrap;
}

.armovex-filter-submit:hover,
.armovex-filter-submit:focus-visible {
  background: var(--armovex-pink-dark);
  border-color: var(--armovex-pink-dark);
}

.armovex-filter-clear {
  align-items: center;
  color: var(--armovex-pink-dark);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 44px;
  white-space: nowrap;
}

.armovex-filter-clear:hover {
  color: var(--armovex-pink-dark);
}

.armovex-filter-clear--mobile {
  display: none;
}

.armovex-filter-status {
  border-top: 1px solid var(--armovex-line);
  color: var(--armovex-muted);
  font-size: 0.8rem;
  margin: 18px 0 0;
  padding-top: 14px;
}

.armovex-filter-status strong {
  color: var(--armovex-text);
}

.armovex-no-products {
  border: 1px solid var(--armovex-line);
  margin-bottom: 46px;
  margin-top: 8px;
  padding: 42px 24px;
  text-align: center;
}

.armovex-no-products h2 {
  font-size: 1.25rem !important;
  margin: 0 0 10px;
}

.armovex-no-products p {
  color: var(--armovex-muted);
  margin: 0;
}

.armovex-no-products a {
  color: var(--armovex-pink-dark);
  font-weight: 700;
}

.woocommerce .woocommerce-ordering select {
  font-size: 0.875rem;
  min-height: 44px;
  padding: 0 36px 0 12px;
}

.armovex-product-grid .products,
.woocommerce ul.products,
.woocommerce .wc-block-product-template {
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 !important;
}

.armovex-product-grid ul.products::before,
.armovex-product-grid ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.armovex-product-grid ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce .wc-block-product-template .wc-block-product {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: var(--armovex-shadow);
  box-sizing: border-box;
  display: flex !important;
  float: none !important;
  flex-direction: column;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 0 18px;
  position: relative;
  width: 100% !important;
}

.woocommerce .wc-block-product-template .wc-block-components-product-image {
  margin: 0 0 14px !important;
}

.woocommerce .wc-block-product-template .wc-block-components-product-image img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.woocommerce .wc-block-product-template .wp-block-post-title {
  display: -webkit-box;
  font-size: 1rem !important;
  font-weight: 500;
  height: 2.6em;
  line-height: 1.3 !important;
  margin: 0 16px 10px !important;
  min-height: 2.6em;
  overflow: hidden;
  text-align: left !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.woocommerce .wc-block-product-template .wp-block-post-title a {
  color: var(--armovex-text);
  text-decoration: none;
}

.woocommerce .wc-block-product-template .wp-block-post-title a:hover {
  color: var(--armovex-pink-dark);
}

.woocommerce .wc-block-product-template .wp-block-woocommerce-product-price {
  margin: 0 16px 6px !important;
  text-align: left !important;
}

.woocommerce .wc-block-product-template .wc-block-components-product-price {
  color: var(--armovex-pink) !important;
  font-size: 1.38rem !important;
  font-weight: 750 !important;
  line-height: 1.15;
}

.woocommerce .wc-block-product-template .wp-block-woocommerce-product-button {
  box-sizing: border-box;
  margin: auto 16px 0 !important;
  width: calc(100% - 32px);
}

.woocommerce .wc-block-product-template .wc-block-components-product-button__button {
  background: var(--armovex-black);
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.875rem !important;
  font-weight: 750;
  padding: 13px 10px;
  width: 100%;
}

.woocommerce .wc-block-product-template .wc-block-components-product-button__button:hover {
  background: var(--armovex-pink-dark);
  color: #fff;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  color: var(--armovex-text);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.woocommerce ul.products li.product > p,
.woocommerce ul.products li.product a.woocommerce-loop-product__link > p {
  margin: 0;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link > p:empty {
  display: none;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  background: #f2f3f4;
  display: block;
  margin: 0 0 14px !important;
  object-fit: cover;
  width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--armovex-text);
  display: -webkit-box;
  font-size: 1rem !important;
  font-weight: 500;
  height: 2.6em;
  line-height: 1.3;
  margin: 0 16px 10px !important;
  min-height: 2.6em;
  overflow: hidden;
  padding: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.woocommerce ul.products li.product .price {
  color: var(--armovex-pink) !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.38rem !important;
  font-weight: 750 !important;
  gap: 5px;
  line-height: 1.15;
  margin: 0 16px 6px !important;
}

.woocommerce ul.products li.product .price del {
  color: #747474;
  flex-basis: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce span.onsale {
  background: var(--armovex-pink-dark);
  border-radius: 999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
  left: auto;
  line-height: 1;
  margin: 12px;
  min-height: auto;
  min-width: auto;
  padding: 6px 9px;
  right: 0;
  top: 0;
}

.armovex-loop-terms {
  color: var(--armovex-text);
  font-size: 0.8rem;
  line-height: 1.32;
  margin: 0 16px 14px;
}

.armovex-loop-terms > span {
  display: block;
}

.armovex-loop-line {
  align-items: center;
  display: flex !important;
  gap: 6px;
  white-space: nowrap;
}

.armovex-loop-term-icon {
  fill: none;
  flex: 0 0 18px;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  width: 18px;
}

.armovex-loop-term-icon--pix {
  stroke-width: 1.15;
}

.armovex-loop-interest {
  margin-top: 1px;
}

.armovex-loop-terms .woocommerce-Price-amount,
.armovex-loop-terms .woocommerce-Price-currencySymbol {
  display: inline;
}

.armovex-loop-terms strong {
  display: inline !important;
  font-weight: 750;
}

.woocommerce ul.products li.product .button {
  background: var(--armovex-black);
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 750;
  margin: auto 16px 0 !important;
  padding: 13px 10px;
  text-align: center;
  width: calc(100% - 32px);
}

.woocommerce ul.products li.product .button:hover {
  background: var(--armovex-pink-dark);
  color: #fff;
}

/* Seção institucional. */
.armovex-about {
  background: var(--armovex-soft);
  padding-bottom: 58px;
  padding-top: 58px;
}

.armovex-about .wp-block-columns {
  gap: clamp(2rem, 4vw, 4rem);
}

.armovex-about-image img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.armovex-about h2 {
  font-size: 1.75rem !important;
  margin-bottom: 2px;
}

.armovex-about h3 {
  color: var(--armovex-pink-dark) !important;
  font-size: 1.2rem !important;
  margin-top: 0;
}

.armovex-about p {
  color: var(--armovex-text);
  font-size: 1rem;
  line-height: 1.5;
}

/* Produto. */
.armovex-single-product {
  background: #fff;
  padding-bottom: 64px;
  padding-top: 20px;
}

.armovex-single-product .wc-block-breadcrumbs {
  color: var(--armovex-muted);
  font-size: 0.82rem;
  margin-bottom: 20px;
}

.armovex-single-product .wc-block-breadcrumbs a {
  color: var(--armovex-pink-dark);
}

.armovex-product-layout {
  align-items: flex-start !important;
  gap: clamp(2rem, 4vw, 4.5rem);
}

.armovex-product-gallery {
  flex-basis: 56% !important;
}

/*
 * Mantém a galeria próxima da experiência da loja oficial: imagem principal
 * contida em um cartão e miniaturas em uma única faixa navegável.
 */
.armovex-product-gallery .woocommerce-product-gallery {
  width: 100%;
}

.armovex-product-gallery .flex-viewport {
  border: 1px solid var(--armovex-line);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.armovex-product-gallery .woocommerce-product-gallery__wrapper,
.armovex-product-gallery .woocommerce-product-gallery__image,
.armovex-product-gallery .woocommerce-product-gallery__image > a {
  margin: 0;
}

.armovex-product-gallery .woocommerce-product-gallery__image > a {
  display: block;
  line-height: 0;
}

.armovex-product-gallery .woocommerce-product-gallery__image img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.armovex-product-summary {
  flex-basis: 44% !important;
}

.armovex-product-summary h1 {
  font-size: clamp(1.65rem, 3vw, 2.25rem) !important;
  line-height: 1.08;
  margin-bottom: 18px;
}

.armovex-product-summary .wp-block-woocommerce-product-price {
  margin-bottom: 2px;
}

.armovex-product-summary .wp-block-woocommerce-product-price .wc-block-components-product-price,
.armovex-product-summary .wp-block-woocommerce-product-price .woocommerce-Price-amount {
  color: var(--armovex-text) !important;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.15;
}

.armovex-installment-line {
  color: var(--armovex-text);
  font-size: 1rem;
  line-height: 1.35;
  margin: 2px 0 0;
}

.armovex-installment-line strong,
.armovex-installment-line .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: 700;
}

.armovex-installment-line a {
  color: var(--armovex-muted);
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 8px;
  text-decoration: underline;
}

.armovex-pix-offer,
.armovex-shipping-note {
  align-items: center;
  background: #f7f7f7;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

.armovex-pix-offer {
  gap: 10px;
  margin: 20px 0;
  min-height: 60px;
  padding: 10px 15px;
}

.armovex-pix-icon {
  color: #32bcad;
  display: block;
  flex: 0 0 30px;
  height: 30px;
  line-height: 0;
  width: 30px;
}

.armovex-pix-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.armovex-pix-copy,
.armovex-shipping-copy {
  color: var(--armovex-text);
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25;
  min-width: 0;
}

.armovex-pix-copy {
  gap: 2px;
}

.armovex-pix-heading {
  align-items: center;
  display: flex;
  gap: 4px;
  line-height: 1.1;
  white-space: nowrap;
}

.armovex-pix-heading strong,
.armovex-pix-heading .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 700;
}

.armovex-pix-saving,
.armovex-pix-saving .woocommerce-Price-amount {
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
}

.armovex-pix-badge {
  background: #32bcad;
  border-radius: 999px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 2px;
  padding: 2px 7px;
  white-space: nowrap;
}

.armovex-shipping-note {
  gap: 18px;
  margin: 0 0 20px;
  min-height: 60px;
  padding: 10px 15px 10px 25px;
}

.armovex-shipping-icon {
  display: block;
  flex: 0 0 32px;
  height: 24px;
  line-height: 0;
  width: 32px;
}

.armovex-shipping-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.armovex-shipping-copy {
  gap: 2px;
}

.armovex-shipping-copy strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
}

.armovex-product-summary .wp-block-add-to-cart-form {
  margin: 18px 0 10px;
}

.armovex-product-summary form.cart {
  align-items: stretch;
  display: flex;
  gap: 12px;
  margin: 0 !important;
}

.armovex-product-summary form.variations_form.cart {
  display: block;
}

.armovex-product-summary form.variations_form .variations {
  border: 0;
  display: block;
  margin: 0 0 18px;
  width: 100%;
}

.armovex-product-summary form.variations_form .variations tbody,
.armovex-product-summary form.variations_form .variations tr,
.armovex-product-summary form.variations_form .variations th,
.armovex-product-summary form.variations_form .variations td {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.armovex-product-summary form.variations_form .variations tr + tr {
  margin-top: 14px;
}

.armovex-product-summary form.variations_form .variations th {
  padding: 0 0 7px;
  text-align: left;
}

.armovex-product-summary form.variations_form .variations th label {
  color: var(--armovex-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.armovex-product-summary form.variations_form .variations td {
  padding: 0;
}

.armovex-product-summary form.variations_form .variations select {
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
  box-sizing: border-box;
  color: var(--armovex-text);
  font-size: 1rem;
  height: 50px;
  line-height: 1.25;
  min-height: 50px;
  padding: 0 42px 0 14px;
  width: 100%;
}

.armovex-product-summary form.variations_form .variations select:hover {
  border-color: #777;
}

.armovex-product-summary form.variations_form .variations select:focus-visible {
  border-color: var(--armovex-commerce-green);
  box-shadow: 0 0 0 3px rgba(0, 183, 125, 0.16);
  outline: 0;
}

.armovex-product-summary form.variations_form .reset_variations {
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 8px;
}

.armovex-product-summary form.variations_form .single_variation_wrap {
  width: 100%;
}

.armovex-product-summary form.variations_form .woocommerce-variation-price {
  display: none;
}

.armovex-product-summary form.variations_form .woocommerce-variation-add-to-cart.variations_button {
  align-items: stretch;
  display: flex;
  gap: 20px;
  width: 100%;
}

.armovex-product-summary form.cart .quantity {
  align-items: stretch;
  border: 1px solid var(--armovex-line);
  box-sizing: border-box;
  display: grid;
  flex: 0 0 104px;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  height: 50px;
  margin: 0 !important;
  width: 104px;
}

.armovex-product-summary form.cart .quantity .qty {
  appearance: textfield;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1rem;
  height: 48px;
  margin: 0 !important;
  min-width: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  -moz-appearance: textfield;
}

.armovex-product-summary form.cart .quantity .qty::-webkit-inner-spin-button,
.armovex-product-summary form.cart .quantity .qty::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.armovex-quantity-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--armovex-text);
  cursor: pointer;
  display: flex;
  font-size: 1.45rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  padding: 0;
}

.armovex-quantity-button:disabled {
  color: #8b8b8b;
  cursor: default;
}

.armovex-quantity-button:hover:not(:disabled) {
  background: #f6f6f6;
}

.armovex-product-summary .single_add_to_cart_button {
  align-items: center;
  background: var(--armovex-commerce-green) !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #fff !important;
  display: flex !important;
  flex: 1 1 auto;
  font-size: 1rem !important;
  gap: 9px;
  height: 50px;
  justify-content: center;
  line-height: 1 !important;
  min-width: 0;
  min-height: 50px;
  padding: 0 12px !important;
}

.armovex-add-to-cart-icon {
  fill: none;
  flex: 0 0 20px;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.armovex-product-summary .single_add_to_cart_button:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 183, 125, 0.22);
  outline-color: var(--armovex-commerce-green);
}

.armovex-product-summary .single_add_to_cart_button:hover {
  background: #009b64 !important;
}

.armovex-whatsapp-product-wrap {
  margin-block-start: 10px !important;
}

.armovex-whatsapp-product {
  align-items: center;
  border: 2px solid var(--armovex-whatsapp);
  box-sizing: border-box;
  color: var(--armovex-whatsapp) !important;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 9px;
  height: 51px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0 16px;
  text-align: center;
  width: 100%;
}

.armovex-whatsapp-product-icon {
  fill: none;
  flex: 0 0 23px;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 23px;
}

.armovex-whatsapp-product:hover {
  background: var(--armovex-whatsapp);
  color: #fff !important;
}

.armovex-freight-preview,
.armovex-payment-card {
  border: 1px solid var(--armovex-line);
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 20px;
}

.armovex-freight-preview {
  padding: 20px;
}

.armovex-freight-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  margin-bottom: 8px;
}

.armovex-freight-heading strong,
.armovex-payment-card > strong {
  color: var(--armovex-text);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.armovex-freight-heading strong {
  line-height: 24px;
  margin: 0;
}

.armovex-freight-heading a {
  background: transparent;
  color: var(--armovex-text);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  min-height: 0;
  padding: 0;
  text-decoration: none;
}

.armovex-freight-heading a:hover {
  color: var(--armovex-pink-dark);
  text-decoration: underline;
}

.armovex-freight-preview > p:empty:not(.armovex-freight-feedback) {
  display: none;
}

.armovex-freight-fields {
  display: flex;
  gap: 0;
  height: 45px;
}

.armovex-freight-fields input {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-sizing: border-box;
  flex: 1 1 auto;
  font-size: 1rem;
  height: 45px;
  min-height: 45px;
  min-width: 0;
  padding: 10px 16px;
}

.armovex-freight-fields input[aria-invalid="true"] {
  border-color: #b3261e;
}

.armovex-freight-fields button {
  background: var(--armovex-black);
  border: 1px solid var(--armovex-black);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  flex: 0 0 102px;
  font-size: 1rem;
  font-weight: 700;
  height: 45px;
  min-height: 45px;
  padding: 0 12px;
}

.armovex-freight-fields button:hover {
  background: #333;
}

.armovex-freight-feedback {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.armovex-freight-feedback.is-error {
  clip: auto;
  clip-path: none;
  color: #b3261e;
  height: auto;
  margin-top: 8px !important;
  overflow: visible;
  position: static;
  width: auto;
}

.armovex-freight-result {
  align-items: center;
  background: #eef8f3;
  border-left: 4px solid var(--armovex-green);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px;
}

.armovex-freight-result[hidden] {
  display: none;
}

.armovex-freight-result span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.armovex-freight-result b {
  color: var(--armovex-text);
  font-size: 0.9rem;
}

.armovex-freight-result small {
  color: var(--armovex-muted);
  font-size: 0.75rem;
}

.armovex-freight-result > strong {
  color: var(--armovex-green-dark);
  margin: 0;
  white-space: nowrap;
}

.armovex-single-product .woocommerce-product-gallery__trigger {
  align-items: center;
  display: flex;
  height: 44px !important;
  justify-content: center;
  width: 44px !important;
}

.armovex-payment-card {
  min-height: 114px;
  padding: 18px;
  text-align: center;
}

.armovex-payment-card > strong {
  line-height: 1.2;
  margin-bottom: 2px;
}

.armovex-payment-card > span {
  color: var(--armovex-text);
  display: block;
  font-size: 0.875rem;
  line-height: 21px;
  margin-bottom: 8px;
}

.armovex-payment-card > p:empty {
  display: none;
}

.armovex-payment-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.armovex-payment-inline img {
  border: 1px solid var(--armovex-line);
  border-radius: 3px;
  box-sizing: border-box;
  height: 26px;
  object-fit: contain;
  width: 41px;
}

.armovex-trust-stats {
  display: block;
  margin-top: 25px;
  padding: 0;
}

.armovex-trust-colors {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 10px;
  margin: 0 6px;
}

.armovex-trust-colors span:nth-child(1) {
  background: #fce4e5;
}

.armovex-trust-colors span:nth-child(2) {
  background: #ffd4ae;
}

.armovex-trust-colors span:nth-child(3) {
  background: #fef9c0;
}

.armovex-trust-colors span:nth-child(4) {
  background: #ecf8bd;
}

.armovex-trust-colors span:nth-child(5) {
  background: #65b236;
}

.armovex-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  min-height: 91px;
  text-align: center;
}

.armovex-trust-stat {
  align-items: center;
  border-right: 1px solid var(--armovex-line);
  color: var(--armovex-text);
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  justify-content: flex-start;
  line-height: 1.15;
  min-width: 0;
  padding: 0 6px;
}

.armovex-trust-stat:last-child {
  border-right: 0;
}

.armovex-trust-stat b {
  display: block;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 6px;
}

.armovex-trust-stat:first-child {
  padding-top: 5px;
}

.armovex-trust-icon {
  display: block;
  flex: 0 0 38px;
  height: 38px;
  margin-bottom: 5px;
  width: 38px;
}

.armovex-trust-icon svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.armovex-trust-icon-line {
  fill: none;
  stroke: var(--armovex-text);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.armovex-trust-icon-badge {
  fill: #65b236;
}

.armovex-trust-icon-check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.armovex-single-product .wp-block-woocommerce-product-details {
  border: 1px solid var(--armovex-line);
  border-radius: 8px;
  margin-top: 34px;
  overflow: hidden;
  padding: 0 20px 20px;
}

.armovex-single-product .wp-block-woocommerce-product-details img {
  height: auto;
  max-width: 100%;
}

.armovex-description-image {
  margin: 0;
}

.armovex-description-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.armovex-product-meta {
  color: var(--armovex-muted);
  font-size: 0.8rem;
  margin-top: 18px;
}

/* Jornada de compra: carrinho e checkout mantêm os blocos nativos. */
.woocommerce-cart .wp-block-post-title,
.woocommerce-checkout .wp-block-post-title,
.armovex-checkout-title {
  font-size: clamp(1.8rem, 4vw, 2.55rem) !important;
  margin-bottom: 0;
}

.armovex-checkout-title {
  margin-top: 0;
}

.woocommerce-cart .wp-block-post-title::after,
.woocommerce-checkout .wp-block-post-title::after,
.armovex-checkout-title::after {
  background: var(--armovex-pink);
  content: "";
  display: block;
  height: 3px;
  margin-top: 13px;
  width: 58px;
}

.armovex-purchase-progress {
  background: #f7f7f7;
  border: 1px solid var(--armovex-line);
  box-sizing: border-box;
  margin: 24px 0 32px;
  padding: 15px 18px;
}

.armovex-purchase-progress ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.armovex-purchase-progress li,
.armovex-purchase-progress li > a {
  align-items: center;
  color: var(--armovex-muted);
  display: flex;
  font-size: 0.88rem;
  font-weight: 650;
  gap: 10px;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  min-width: 0;
}

.armovex-purchase-progress li:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.armovex-purchase-progress li.is-current,
.armovex-purchase-progress li.is-current > a {
  color: var(--armovex-text);
  font-weight: 750;
}

.armovex-purchase-progress li.is-complete > a:hover {
  color: var(--armovex-pink-dark);
}

.armovex-purchase-step-label {
  min-width: 0;
  text-align: center;
}

.armovex-purchase-step-number {
  align-items: center;
  background: #dedede;
  border-radius: 999px;
  color: #555;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 0.82rem;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.armovex-purchase-progress .is-current .armovex-purchase-step-number {
  background: var(--armovex-pink-dark);
  color: #fff;
}

.armovex-purchase-progress .is-complete .armovex-purchase-step-number {
  background: var(--armovex-black);
  color: #fff;
}

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin-top: 0;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-checkout .wc-block-checkout__main {
  box-sizing: border-box;
  padding-right: clamp(24px, 3.2vw, 44px);
}

.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-checkout .wc-block-checkout__sidebar {
  align-self: flex-start;
  background: #f7f7f7;
  border: 1px solid var(--armovex-line);
  border-top: 3px solid var(--armovex-pink);
  box-sizing: border-box;
  padding: 22px !important;
}

.woocommerce-cart .wc-block-cart-items {
  border-collapse: collapse;
}

.woocommerce-cart .wc-block-cart-items__header {
  color: var(--armovex-muted);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart-items__header th,
.woocommerce-cart .wc-block-cart-items__row td {
  border-color: var(--armovex-line) !important;
}

.woocommerce-cart .wc-block-cart-items__row td {
  padding-bottom: 22px;
  padding-top: 22px;
}

.woocommerce-cart .wc-block-cart-item__image img,
.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  background: #fff;
  border: 1px solid var(--armovex-line);
  box-sizing: border-box;
}

.woocommerce-cart .wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-product-name {
  color: var(--armovex-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
}

.woocommerce-cart .wc-block-components-product-name:hover,
.woocommerce-checkout .wc-block-components-product-name:hover {
  color: var(--armovex-pink-dark);
}

.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-product-metadata {
  color: var(--armovex-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  align-items: center;
  color: var(--armovex-pink-dark) !important;
  display: inline-flex !important;
  font-size: 0.875rem !important;
  font-weight: 650;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  align-items: stretch;
  background: #fff;
  border: 1px solid #b9b9b9 !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 44px);
  height: 54px;
  min-height: 54px;
  overflow: hidden;
  width: 134px !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button {
  align-items: center;
  background: #fff;
  border: 0 !important;
  color: var(--armovex-text);
  display: flex;
  font-size: 1.15rem;
  height: 52px;
  justify-content: center;
  line-height: 1;
  min-height: 52px;
  min-width: 44px;
  padding: 0 !important;
  width: 44px !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__input {
  border: 0 !important;
  border-left: 1px solid #dedede !important;
  border-right: 1px solid #dedede !important;
  box-sizing: border-box;
  font-size: 1rem !important;
  height: 52px;
  line-height: 1;
  margin: 0;
  min-height: 52px;
  min-width: 44px !important;
  padding: 0 !important;
  text-align: center;
  width: 44px !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button:hover {
  background: #efefef;
}

.woocommerce-cart .wc-block-components-quantity-selector__button:disabled {
  color: #aaa;
  cursor: not-allowed;
  opacity: 1;
}

.woocommerce-cart .wc-block-components-quantity-selector__button:focus-visible,
.woocommerce-cart .wc-block-components-quantity-selector__input:focus-visible {
  box-shadow: inset 0 0 0 2px var(--armovex-pink-dark);
  outline: 0;
  position: relative;
  z-index: 1;
}

.woocommerce-cart .wc-block-cart-item__prices,
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  color: var(--armovex-pink-dark);
  font-weight: 750;
}

.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  color: var(--armovex-text);
  font-size: 1.08rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: #dcdcdc;
}

.woocommerce-cart .wc-block-components-totals-coupon__input input,
.woocommerce-checkout .wc-block-components-totals-coupon__input input {
  background: #fff;
  border-color: #aaa;
  border-radius: 0;
}

.woocommerce-cart .wc-block-components-totals-coupon__button,
.woocommerce-checkout .wc-block-components-totals-coupon__button {
  background: var(--armovex-black);
  border: 1px solid var(--armovex-black);
  border-radius: 0;
  color: #fff;
  font-weight: 700;
}

.woocommerce-cart .wc-block-components-totals-coupon__button:hover,
.woocommerce-checkout .wc-block-components-totals-coupon__button:hover {
  background: var(--armovex-pink-dark);
  border-color: var(--armovex-pink-dark);
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: var(--armovex-green) !important;
  border: 1px solid var(--armovex-green) !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 750;
  min-height: 52px;
}

.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: var(--armovex-green-dark) !important;
  border-color: var(--armovex-green-dark) !important;
}

.woocommerce-cart .wc-block-cart__submit-button:disabled,
.woocommerce-cart .wc-block-cart__submit-button[aria-disabled="true"],
.woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled,
.woocommerce-checkout .wc-block-components-checkout-place-order-button[aria-disabled="true"] {
  background: #8a8a8a !important;
  border-color: #8a8a8a !important;
  cursor: not-allowed;
  opacity: 1;
}

.woocommerce-cart .wc-block-cart__submit-button:focus-visible,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 172, 105, 0.22);
  outline: 3px solid var(--armovex-green-dark);
  outline-offset: 3px;
}

.woocommerce-cart .armovex-continue-shopping-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--armovex-black);
  border-radius: 0;
  box-sizing: border-box;
  color: var(--armovex-black);
  display: flex;
  font-size: 1rem;
  font-weight: 750;
  justify-content: center;
  margin-top: 12px;
  min-height: 52px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.woocommerce-cart .armovex-continue-shopping-button:hover {
  background: var(--armovex-black);
  color: #fff;
}

.woocommerce-cart .armovex-continue-shopping-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.16);
  outline: 3px solid var(--armovex-black);
  outline-offset: 3px;
}

.woocommerce-cart .wp-block-woocommerce-product-collection {
  border-top: 1px solid var(--armovex-line);
  margin-top: 42px;
  padding-top: 30px;
}

.woocommerce-cart .wp-block-woocommerce-product-collection > .wp-block-heading {
  font-size: clamp(1.3rem, 2vw, 1.55rem) !important;
}

.woocommerce-cart .wc-block-cart__empty-cart__title,
.woocommerce-checkout .wc-block-checkout-empty__title,
.woocommerce-checkout .wc-block-checkout-error__title {
  font-size: clamp(1.35rem, 3vw, 1.8rem) !important;
}

.woocommerce-checkout .wc-block-components-checkout-step {
  background: #fff;
  border: 1px solid var(--armovex-line);
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 22px;
}

/* Checkout progressivo: os campos continuam pertencendo ao Checkout Block. */
.woocommerce-checkout .wc-block-checkout__form .is-armovex-hidden {
  display: none !important;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-checkout-step-summary {
  align-items: center;
  color: var(--armovex-muted);
  display: none;
  font-size: 0.9rem;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-checkout-step-summary button {
  background: transparent;
  border: 0;
  color: var(--armovex-pink-dark);
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-weight: 750;
  min-height: 44px;
  padding: 0 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-checkout-continue {
  background: var(--armovex-pink-dark);
  border: 1px solid var(--armovex-pink-dark);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 750;
  margin-top: 22px;
  min-height: 52px;
  padding: 13px 20px;
  text-align: center;
  width: 100%;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-checkout-continue:hover {
  background: var(--armovex-black);
  border-color: var(--armovex-black);
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) .armovex-checkout-continue--address,
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="contact"] :is(.wc-block-checkout__actions, .wc-block-checkout__actions_row),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"] :is(.wc-block-checkout__actions, .wc-block-checkout__actions_row) {
  display: none !important;
}

.woocommerce-checkout .wc-block-checkout__form .is-armovex-collapsed > :not(.wc-block-components-checkout-step__heading-container):not(.armovex-checkout-step-heading):not(.armovex-checkout-step-summary) {
  display: none !important;
}

.woocommerce-checkout .wc-block-checkout__form .is-armovex-collapsed > .armovex-checkout-step-heading {
  margin-bottom: 8px;
}

.woocommerce-checkout .wc-block-checkout__form .is-armovex-collapsed > .armovex-checkout-step-heading p {
  display: none;
}

.woocommerce-checkout .wc-block-checkout__form .is-armovex-collapsed > .armovex-checkout-step-summary {
  display: flex;
}

.woocommerce-checkout #contact-fields .wc-block-components-address-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woocommerce-checkout #contact-fields :is(.armovex-checkout-field--full-name, .wc-block-components-address-form__armovex-nome-completo) {
  order: 1;
}

.woocommerce-checkout #contact-fields :is(.armovex-checkout-field--email, .wc-block-components-address-form__email) {
  order: 2;
}

.woocommerce-checkout #contact-fields :is(.armovex-checkout-field--cpf, .wc-block-components-address-form__armovex-cpf) {
  order: 3;
}

.woocommerce-checkout #contact-fields :is(.armovex-checkout-field--celular, .wc-block-components-address-form__armovex-celular) {
  order: 4;
  position: relative;
}

.woocommerce-checkout #contact-fields .wc-block-components-checkbox {
  order: 5;
}

.woocommerce-checkout #contact-fields .wc-block-checkout__guest-checkout-notice {
  display: none;
}

.woocommerce-checkout #contact-fields :is(.armovex-checkout-field--celular, .wc-block-components-address-form__armovex-celular)::before {
  align-items: center;
  border-right: 1px solid #aaa;
  bottom: 1px;
  color: var(--armovex-text);
  content: "+55";
  display: flex;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  left: 1px;
  pointer-events: none;
  position: absolute;
  width: 58px;
  z-index: 2;
}

.woocommerce-checkout #contact-fields :is(.armovex-checkout-field--celular, .wc-block-components-address-form__armovex-celular) input {
  padding-left: 74px !important;
}

.woocommerce-checkout #contact-fields :is(.armovex-checkout-field--celular, .wc-block-components-address-form__armovex-celular) label {
  left: 64px;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(
  .armovex-checkout-field--first_name,
  .armovex-checkout-field--last_name,
  .armovex-checkout-field--company,
  .armovex-checkout-field--phone,
  .armovex-checkout-field--country
) {
  display: none !important;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--address_1, .wc-block-components-address-form__address_1),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--address_2, .wc-block-components-address-form__address_2),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--address_2-toggle, .wc-block-components-address-form__address_2-toggle),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--city, .wc-block-components-address-form__city),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--state, .wc-block-components-address-form__state),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--numero, .wc-block-components-address-form__armovex-numero),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--bairro, .wc-block-components-address-form__armovex-bairro),
.woocommerce-checkout .wc-block-checkout__form[data-armovex-checkout-stage="address"]:not(.is-armovex-address-details) :is(#shipping-fields, #billing-fields) .wc-block-components-checkbox {
  display: none !important;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) .wc-block-components-address-form {
  column-gap: 16px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  row-gap: 16px;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--postcode, .wc-block-components-address-form__postcode) {
  grid-column: 1;
  order: 10;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--address_1, .wc-block-components-address-form__address_1) {
  grid-column: 1 / -1;
  order: 20;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--numero, .wc-block-components-address-form__armovex-numero) {
  grid-column: 1;
  order: 30;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--bairro, .wc-block-components-address-form__armovex-bairro) {
  grid-column: 2;
  order: 31;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--address_2, .armovex-checkout-field--address_2-toggle, .wc-block-components-address-form__address_2, .wc-block-components-address-form__address_2-toggle) {
  grid-column: 1 / -1;
  order: 40;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--city, .wc-block-components-address-form__city) {
  grid-column: 1;
  order: 50;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--state, .wc-block-components-address-form__state) {
  grid-column: 2;
  order: 51;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout]:not(.is-armovex-manual-address) :is(#shipping-fields, #billing-fields) :is(.armovex-checkout-field--city, .armovex-checkout-field--state, .wc-block-components-address-form__city, .wc-block-components-address-form__state) {
  display: none !important;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-cep-status {
  align-items: center;
  align-self: end;
  color: var(--armovex-muted);
  display: flex;
  font-size: 0.94rem;
  grid-column: 2;
  justify-content: flex-end;
  line-height: 1.35;
  margin: 0 0 14px;
  min-height: 48px;
  order: 11;
  text-align: right;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-cep-status:empty {
  display: none;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-cep-status.is-success {
  color: var(--armovex-green-dark);
  font-weight: 700;
}

.woocommerce-checkout .wc-block-checkout__form .armovex-cep-status.is-error {
  color: #a52345;
  font-weight: 650;
  grid-column: 1 / -1;
  justify-content: flex-start;
  margin: -8px 0 0;
  min-height: 0;
  text-align: left;
}

.woocommerce-checkout .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
  padding: 22px 22px 22px 58px;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 18px;
}

.woocommerce-checkout .wc-block-checkout__form[data-armovex-progressive-checkout] .wc-block-components-checkout-step > .wc-block-components-checkout-step__heading-container {
  display: none;
}

.woocommerce-checkout .armovex-checkout-step-heading {
  margin: 0 0 18px;
}

.woocommerce-checkout .armovex-checkout-step-heading h2 {
  color: var(--armovex-text);
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 0;
}

.woocommerce-checkout .armovex-checkout-step-heading p {
  color: var(--armovex-muted);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 650px;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading h2,
.woocommerce-checkout .wc-block-components-checkout-step__heading h3,
.woocommerce-checkout .wc-block-components-checkout-step__title {
  color: var(--armovex-text);
  font-size: 1.15rem !important;
  line-height: 1.3;
}

.woocommerce-checkout .wc-block-components-checkout-step__description {
  color: var(--armovex-muted);
  font-size: 0.9rem;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-address-form select {
  background: #fff;
  border-color: #aaa;
  border-radius: 0;
  color: var(--armovex-text);
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox-control input:focus,
.woocommerce-checkout .wc-block-components-address-form select:focus {
  border-color: var(--armovex-pink);
  box-shadow: 0 0 0 2px rgba(230, 74, 114, 0.18);
}

.woocommerce-checkout .wc-block-components-checkbox__input {
  accent-color: var(--armovex-pink);
  height: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
  width: 24px !important;
}

.woocommerce-checkout .wc-block-components-checkbox,
.woocommerce-checkout .wc-block-components-checkbox label {
  align-items: center;
  min-height: 44px;
}

.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-cart .wc-block-components-panel__button {
  align-items: center;
  display: flex;
  min-height: 44px;
}

.woocommerce-checkout .wc-block-checkout__shipping-method-option,
.woocommerce-checkout .wc-block-components-radio-control__option {
  border-radius: 0;
}

.woocommerce-checkout .wc-block-components-notice-banner,
.woocommerce-cart .wc-block-components-notice-banner {
  border-radius: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper a.wc-forward {
  display: none !important;
}

.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice {
  background: #fff3f6;
  border-left: 3px solid var(--armovex-pink);
  color: var(--armovex-text);
  line-height: 1.5;
  padding: 14px 16px;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
  border-color: #dcdcdc;
  padding-bottom: 18px;
  padding-top: 18px;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.woocommerce-checkout .wc-block-checkout__actions_row {
  align-items: center;
  gap: 18px;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  color: var(--armovex-pink-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.woocommerce-checkout .wp-block-site-title a,
.woocommerce-checkout .wc-block-cart-link {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  min-width: 44px;
}

.woocommerce-checkout .wc-block-cart-link {
  justify-content: center;
}

/* Páginas WooCommerce e formulários gerais. */
.woocommerce main,
.woocommerce-cart main,
.woocommerce-checkout main,
.armovex-page-main {
  margin-bottom: 60px;
  margin-top: 36px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button,
.wp-block-button__link {
  background: var(--armovex-black);
  border-radius: 0;
  color: #fff;
  font-weight: 700;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
  background: var(--armovex-pink-dark);
  color: #fff;
}

/* Rodapé. */
.armovex-footer {
  background: linear-gradient(135deg, #090909, #1c1c1c);
  color: rgba(255, 255, 255, 0.78);
  margin-block-start: 0;
  padding: 52px max(20px, calc((100vw - 1280px) / 2)) 0;
}

.armovex-footer-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: 1.15fr 1fr 0.8fr 1.35fr;
  margin: 0 auto;
  max-width: 1280px;
}

.armovex-footer-section {
  color: #fff;
}

.armovex-footer-section summary {
  color: #fff;
  cursor: default;
  font-size: 1rem;
  font-weight: 750;
  list-style: none;
  margin-bottom: 18px;
}

.armovex-footer-section summary::-webkit-details-marker {
  display: none;
}

.armovex-footer-content {
  display: flex !important;
  flex-direction: column;
  gap: 9px;
}

.armovex-footer-content a,
.armovex-footer-content p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  line-height: 1.45;
  margin: 0;
}

.armovex-footer a:hover {
  color: var(--armovex-pink);
}

.armovex-footer-social,
.armovex-footer-payments {
  color: #fff;
  min-width: 0;
  text-align: center;
}

.armovex-footer-social > strong,
.armovex-footer-payments > strong {
  display: block;
  margin-bottom: 16px;
}

.armovex-social-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.armovex-social-links a {
  align-items: center;
  border: 2px solid var(--armovex-pink);
  border-radius: 999px;
  color: var(--armovex-pink);
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.armovex-social-links a svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.armovex-payment-logos {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.armovex-payment-logos img {
  background: #f6f6f6;
  border-radius: 3px;
  box-sizing: border-box;
  height: 32px;
  object-fit: contain;
  padding: 3px;
  width: 100%;
}

.armovex-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: center;
  margin: 42px auto 0;
  max-width: 1280px;
  padding: 20px 0;
  text-align: center;
}

.armovex-footer-bottom p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  margin: 0;
}

.armovex-whatsapp-float {
  align-items: center;
  background: var(--armovex-whatsapp);
  border: 3px solid #fff;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: flex;
  height: 52px;
  justify-content: center;
  position: fixed;
  right: 22px;
  width: 52px;
  z-index: 80;
}

/*
 * Em larguras usuais, o atalho fica no fluxo do rodapé para não cobrir
 * botões, seletores ou cards. Acima de 1440 px há margem lateral suficiente
 * para mantê-lo flutuante sem bloquear conteúdo da loja.
 */
@media (max-width: 1440px) {
  .armovex-whatsapp-float {
    bottom: auto;
    margin: 22px 22px 0 auto;
    position: static;
    right: auto;
  }
}

.armovex-whatsapp-float svg {
  fill: none;
  height: 29px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 29px;
}

@media (max-width: 1120px) {
  .armovex-header {
    gap: 1.2rem;
  }

  .armovex-logo-link img {
    width: 145px;
  }

  .armovex-utility {
    gap: 0.3rem;
  }

  .armovex-utility span:not(.armovex-cart-count) {
    display: none;
  }

  .armovex-product-grid .products,
  .woocommerce ul.products,
  .woocommerce .wc-block-product-template {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .armovex-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .armovex-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .armovex-filter-actions {
    grid-column: 1 / -1;
  }
}

/*
 * O Checkout Block mantém a divisão 65/35 em parte da faixa de tablet.
 * Em 768 px, isso reduz o resumo do pedido a pouco mais de 200 px e faz
 * títulos longos quebrarem quase letra por letra. Empilhamos as duas áreas
 * antes desse ponto, preservando o layout de duas colunas no desktop.
 */
@media (max-width: 900px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .woocommerce-checkout .wc-block-checkout__sidebar {
    margin-top: 36px;
    padding: 22px !important;
  }
}

@media (max-width: 760px) {
  body.single-product .wp-site-blocks > .woocommerce.product {
    margin-block-start: 0;
  }

  .woocommerce .wc-block-catalog-sorting,
  .woocommerce .woocommerce-ordering {
    box-sizing: border-box;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .woocommerce .woocommerce-ordering select {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  .woocommerce-cart main,
  .woocommerce-checkout main {
    margin-top: 24px;
  }

  .armovex-purchase-progress {
    margin-bottom: 26px;
    margin-top: 20px;
    padding: 12px 0;
  }

  .armovex-purchase-progress li {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 4px;
  }

  .armovex-purchase-progress li,
  .armovex-purchase-progress li > a {
    font-size: 0.75rem;
    gap: 4px;
    line-height: 1.15;
  }

  .armovex-purchase-progress li > a {
    min-width: 0;
    width: 100%;
  }

  .armovex-purchase-step-label {
    overflow-wrap: normal;
  }

  .armovex-purchase-step-number {
    flex-basis: 26px;
    font-size: 0.75rem;
    height: 26px;
    width: 26px;
  }

  .woocommerce-cart .wc-block-components-sidebar-layout {
    display: block;
  }

  .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
  .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .woocommerce-checkout .wc-block-checkout__main {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .woocommerce-cart .wc-block-cart__sidebar {
    margin-top: 28px;
    padding: 18px !important;
  }

  .woocommerce-cart .wc-block-cart-items {
    width: 100% !important;
  }

  .woocommerce-cart .wc-block-cart-item__product,
  .woocommerce-cart .wc-block-cart-item__wrap {
    min-width: 0;
  }

  .woocommerce-cart .wc-block-components-product-name,
  .woocommerce-cart .wc-block-components-product-metadata {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .woocommerce-cart .wc-block-cart-item__quantity {
    gap: 0 !important;
    padding-right: 0 !important;
  }

  .woocommerce-checkout .wc-block-checkout__sidebar {
    margin-top: 28px;
    padding: 18px !important;
  }

  .woocommerce-checkout .wc-block-components-checkout-step {
    padding: 18px;
  }

  .woocommerce-checkout .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
    padding: 18px;
  }

  .woocommerce-checkout .wc-block-checkout__actions_row {
    align-items: stretch;
    display: grid;
    gap: 14px;
  }

  .woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: 100%;
  }

  .armovex-header {
    gap: 14px;
    justify-content: flex-start !important;
    min-height: 65px;
    padding: 12px 0;
  }

  .armovex-header .armovex-mobile-nav {
    color: #fff;
    display: block;
    order: 1;
  }

  .armovex-mobile-nav .wp-block-navigation__responsive-container-open {
    align-items: center;
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .armovex-mobile-nav .wp-block-navigation__responsive-container {
    background: var(--armovex-black) !important;
    color: #fff !important;
  }

  .armovex-mobile-nav .wp-block-navigation__responsive-container-close {
    align-items: center;
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .armovex-logo-link {
    align-items: center;
    display: flex;
    margin-right: auto;
    min-height: 44px;
    order: 2;
  }

  .armovex-logo-link img {
    max-width: 135px;
    width: 135px;
  }

  .armovex-search {
    background: transparent;
    border: 0;
    display: block;
    flex: 0 0 44px;
    height: 44px;
    min-width: 0;
    order: 3;
    width: 44px;
  }

  .armovex-search input,
  .armovex-search-category {
    display: none !important;
  }

  .armovex-search button {
    background: transparent;
    color: var(--armovex-pink);
    height: 44px;
    width: 44px;
  }

  .armovex-search button:hover {
    background: transparent;
  }

  .armovex-search.is-open {
    background: #fff;
    border: 1px solid #b9b9b9;
    box-shadow: var(--armovex-shadow);
    display: flex;
    height: 48px;
    left: 16px;
    position: absolute;
    right: 16px;
    top: calc(100% + 1px);
    width: auto;
    z-index: 3;
  }

  .armovex-search.is-open input[type="search"] {
    display: block !important;
  }

  .armovex-search.is-open button {
    background: var(--armovex-pink);
    color: #fff;
    flex: 0 0 52px;
    height: 46px;
    width: 52px;
  }

  .armovex-search.is-open button:hover {
    background: var(--armovex-pink-dark);
  }

  .armovex-utilities {
    gap: 10px;
    order: 4;
  }

  .armovex-utility--hide-mobile {
    display: none;
  }

  .armovex-utility {
    gap: 0;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
  }

  .armovex-utility span:not(.armovex-cart-count) {
    display: none;
  }

  .armovex-utility .armovex-cart-count {
    display: inline-flex;
    right: -4px;
    top: -4px;
  }

  .armovex-utility svg {
    height: 28px;
    width: 28px;
  }

  .armovex-service-strip {
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
  }

  .armovex-service-grid {
    display: flex;
    gap: 0;
    transform: translate3d(calc(var(--armovex-service-index, 0) * -100%), 0, 0);
    transition: transform 420ms ease;
    width: 100%;
    will-change: transform;
  }

  .armovex-service-item {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    min-height: 62px;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .armovex-catalog-section {
    padding-top: 18px;
  }

  .armovex-catalog-heading {
    align-items: center;
  }

  .armovex-catalog-heading h1 {
    font-size: 1.25rem !important;
  }

  .armovex-catalog-heading a {
    font-size: 0.9rem;
  }

  .armovex-catalog-filters {
    margin-bottom: 24px;
    padding: 18px;
  }

  .armovex-filter-heading {
    margin-bottom: 16px;
  }

  .armovex-filter-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .armovex-filter-actions {
    grid-column: auto;
  }

  .armovex-filter-submit {
    flex: 1 1 auto;
  }

  .armovex-filter-clear--top {
    display: none;
  }

  .armovex-filter-clear--mobile {
    display: inline;
  }

  .armovex-product-grid .products,
  .woocommerce ul.products,
  .woocommerce .wc-block-product-template {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products li.product {
    padding-bottom: 14px;
  }

  .woocommerce .wc-block-product-template .wp-block-post-title {
    font-size: 0.9rem !important;
  }

  .woocommerce .wc-block-product-template .wc-block-components-product-price {
    font-size: 1.2rem !important;
  }

  .woocommerce .wc-block-product-template .wc-block-components-product-button__button {
    font-size: 0.875rem !important;
    min-height: 44px;
    padding: 12px 6px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    font-size: 0.9rem !important;
    height: 2.6em;
    margin-left: 14px !important;
    margin-right: 14px !important;
    min-height: 2.6em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .woocommerce ul.products li.product .price {
    font-size: 1.2rem !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .armovex-loop-terms {
    font-size: 0.78rem;
    margin-left: 14px;
    margin-right: 14px;
  }

  .woocommerce ul.products li.product .button {
    font-size: 0.875rem;
    margin-left: 14px !important;
    margin-right: 14px !important;
    min-height: 44px;
    padding: 12px 6px;
    width: calc(100% - 28px);
  }

  .armovex-about {
    padding-bottom: 42px;
    padding-top: 42px;
    text-align: center;
  }

  .armovex-about .wp-block-columns {
    gap: 28px;
  }

  .armovex-about h2 {
    font-size: 1.35rem !important;
  }

  .armovex-about h3 {
    font-size: 1.05rem !important;
  }

  .armovex-about p {
    font-size: 0.94rem;
  }

  .armovex-single-product {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px;
  }

  .armovex-single-product .wc-block-breadcrumbs {
    display: none;
  }

  /*
   * Breadcrumb e avisos vazios ainda participavam do espaçamento automático
   * dos blocos, criando um vão grande abaixo do cabeçalho no celular.
   */
  .armovex-single-product > .wc-block-store-notices:not(:has(.woocommerce-message, .woocommerce-error, .woocommerce-info)) {
    display: none;
  }

  .armovex-single-product > .armovex-product-layout {
    margin-block-start: 0 !important;
  }

  .armovex-single-product > .wc-block-store-notices:has(.woocommerce-message, .woocommerce-error, .woocommerce-info) + .armovex-product-layout {
    margin-block-start: 20px !important;
  }

  .armovex-product-layout {
    gap: 26px;
  }

  .armovex-product-gallery .flex-viewport::after {
    background: rgba(21, 21, 21, 0.64);
    border-radius: 999px;
    bottom: 18px;
    color: #fff;
    content: "Clique para ampliar";
    font-size: 0.82rem;
    left: 50%;
    line-height: 1;
    padding: 8px 18px;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
  }

  /*
   * A imagem principal e a faixa de miniaturas são dois gestos distintos:
   * o FlexSlider recebe o arraste horizontal da mídia, enquanto a página
   * continua rolando verticalmente quando o movimento parte dessa área.
   */
  .armovex-product-gallery .flex-viewport {
    touch-action: pan-y;
  }

  .armovex-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
  }

  .armovex-product-gallery .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }

  .armovex-product-gallery .flex-control-thumbs {
    box-sizing: border-box;
    display: flex !important;
    gap: 16px;
    list-style: none;
    margin: 16px -16px 0 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    padding: 0 16px 2px 0 !important;
    scroll-behavior: smooth;
    scroll-padding-inline: 0 16px;
    scroll-snap-type: none;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    width: calc(100% + 16px);
    -webkit-overflow-scrolling: touch;
  }

  .armovex-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
  }

  .armovex-product-gallery .flex-control-thumbs li {
    flex: 0 0 82px;
    float: none !important;
    margin: 0 !important;
    width: 82px !important;
  }

  .armovex-product-gallery .flex-control-thumbs img {
    aspect-ratio: 1 / 1;
    border: 1px solid var(--armovex-line);
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    height: 82px;
    object-fit: cover;
    opacity: 1 !important;
    -webkit-user-drag: none;
    user-select: none;
    width: 82px;
  }

  .armovex-product-gallery .flex-control-thumbs img.flex-active {
    border: 2px solid #9f9f9f;
  }

  .armovex-product-summary h1 {
    font-size: 1.55rem !important;
  }

  .armovex-product-summary form.cart {
    gap: 20px;
  }

  .armovex-product-meta {
    display: none;
  }

  .armovex-single-product .wp-block-woocommerce-product-details {
    margin-top: 34px;
  }

  .armovex-single-product .wc-tabs {
    border-bottom: 3px solid var(--armovex-pink) !important;
    box-sizing: border-box;
    display: block !important;
    height: 47px;
    margin: 0 -20px 24px !important;
    padding: 0 !important;
    width: calc(100% + 40px);
  }

  .armovex-single-product .wc-tabs::before,
  .armovex-single-product .wc-tabs::after {
    display: none !important;
  }

  .armovex-single-product .wc-tabs li {
    display: none !important;
  }

  .armovex-single-product .wc-tabs li.description_tab {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }

  .armovex-single-product .wc-tabs li.description_tab::before,
  .armovex-single-product .wc-tabs li.description_tab::after {
    display: none !important;
  }

  .armovex-single-product .wc-tabs li.description_tab a {
    align-items: center;
    color: var(--armovex-text) !important;
    display: flex !important;
    font-size: 1rem;
    font-weight: 700 !important;
    height: 44px;
    justify-content: center;
    padding: 0 !important;
    text-align: center;
    width: 100%;
  }

  .armovex-single-product .woocommerce-Tabs-panel--description > h2:first-child {
    display: none;
  }

  .armovex-single-product .woocommerce-Tabs-panel--description > h2 {
    font-size: 1.25rem !important;
    line-height: 1.15;
    margin: 0 0 18px;
  }

  .armovex-footer {
    padding-top: 36px;
  }

  .armovex-footer-grid {
    display: block;
  }

  .armovex-footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 14px;
  }

  .armovex-footer-section + .armovex-footer-section {
    padding-top: 17px;
  }

  .armovex-footer-section summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0;
    min-height: 44px;
    padding-right: 40px;
    position: relative;
  }

  .armovex-footer-section summary::after {
    align-items: center;
    background: #333;
    border-radius: 999px;
    content: "⌄";
    display: flex;
    height: 26px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -4px;
    width: 26px;
  }

  .armovex-footer-section[open] summary {
    margin-bottom: 16px;
  }

  .armovex-footer-section:not([open]) .armovex-footer-content {
    display: none !important;
  }

  .armovex-footer-social,
  .armovex-footer-payments {
    margin-top: 28px;
  }

  .armovex-payment-logos {
    grid-template-columns: repeat(6, minmax(40px, 1fr));
  }

  .armovex-footer-bottom {
    display: block;
    margin-top: 34px;
    text-align: center;
  }

  .armovex-whatsapp-float {
    bottom: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 52px;
    margin: 0;
    position: fixed;
    right: 16px;
    width: 52px;
  }
}

@media (max-width: 420px) {
  .armovex-header {
    gap: 10px;
  }

  .armovex-logo-link img {
    width: 128px;
  }

  .armovex-product-grid .products,
  .woocommerce ul.products,
  .woocommerce .wc-block-product-template {
    gap: 16px;
  }

  .woocommerce .wc-block-product-template .wp-block-post-title,
  .woocommerce .wc-block-product-template .wp-block-woocommerce-product-price {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .woocommerce .wc-block-product-template .wp-block-woocommerce-product-button {
    margin-left: 14px !important;
    margin-right: 14px !important;
    width: calc(100% - 28px);
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .armovex-loop-terms {
    margin-left: 14px;
    margin-right: 14px;
  }

  .woocommerce ul.products li.product .button {
    margin-left: 14px !important;
    margin-right: 14px !important;
    width: calc(100% - 28px);
  }
}

@media (max-width: 360px) {
  .armovex-product-summary form.cart,
  .armovex-product-summary form.variations_form .woocommerce-variation-add-to-cart.variations_button {
    gap: 10px;
  }

  .armovex-product-summary form.cart .quantity {
    flex-basis: 96px;
    grid-template-columns: 31px minmax(0, 1fr) 31px;
    width: 96px;
  }

  .armovex-product-summary .single_add_to_cart_button {
    gap: 6px;
    padding-inline: 6px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .armovex-service-grid {
    display: grid;
    gap: 20px;
    transform: none !important;
  }

  .armovex-service-item {
    min-width: 0;
  }
}

/*
 * Checkout clássico: compatibilidade visual e funcional com a Appmax.
 * O WooCommerce aplica um template enxuto próprio nesta página; os seletores
 * abaixo recuperam a identidade preta e rosa da Armovex sem alterar o markup
 * ou os campos mantidos pelo gateway.
 */
body.woocommerce-checkout {
  background: #f6f6f6;
}

.woocommerce-checkout .wp-site-blocks > header.wp-block-template-part {
  background: linear-gradient(115deg, #0b0b0b 0%, var(--armovex-black) 62%, #242424 100%);
  border-bottom: 3px solid var(--armovex-pink);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  color: #fff;
  position: relative;
  z-index: 40;
}

.woocommerce-checkout .wp-site-blocks > header.wp-block-template-part > .wp-block-group {
  background: transparent;
  color: inherit;
}

.woocommerce-checkout .wp-site-blocks > header.wp-block-template-part > .wp-block-group > .wp-block-group {
  box-sizing: border-box;
  min-height: 88px;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.woocommerce-checkout header.wp-block-template-part .wp-block-site-title {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.woocommerce-checkout header.wp-block-template-part .wp-block-site-title a {
  background: url("assets/images/armovex-logo.png") center / contain no-repeat;
  display: block;
  height: 46px;
  min-height: 46px;
  overflow: hidden;
  text-indent: -9999px;
  width: 184px;
}

.woocommerce-checkout header.wp-block-template-part .wp-block-woocommerce-cart-link {
  align-items: center;
  display: flex;
  gap: 14px;
}

.woocommerce-checkout header.wp-block-template-part .wp-block-woocommerce-cart-link::before {
  color: rgba(255, 255, 255, 0.82);
  content: "Compra 100% segura";
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce-checkout header.wp-block-template-part .wc-block-cart-link {
  background: rgba(230, 74, 114, 0.13);
  border: 1px solid rgba(230, 74, 114, 0.54);
  border-radius: 999px;
  color: #fff;
  height: 46px;
  justify-content: center;
  min-height: 46px;
  min-width: 46px;
  width: 46px;
}

.woocommerce-checkout header.wp-block-template-part .wc-block-cart-link:hover {
  background: var(--armovex-pink-dark);
  border-color: var(--armovex-pink-dark);
}

.woocommerce-checkout header.wp-block-template-part .wc-block-mini-cart__icon {
  height: 24px;
  width: 24px;
}

.woocommerce-checkout main[data-page="checkout"] {
  background:
    radial-gradient(circle at 8% 0%, rgba(230, 74, 114, 0.08), transparent 290px),
    #f6f6f6;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  min-height: calc(100vh - 88px);
  padding-bottom: clamp(54px, 7vw, 88px);
  padding-top: clamp(34px, 5vw, 58px);
}

.woocommerce-checkout main[data-page="checkout"] > .entry-content {
  margin-top: 0;
}

.woocommerce-checkout .armovex-classic-checkout-header {
  margin-bottom: 0;
}

.woocommerce-checkout .armovex-checkout-title {
  letter-spacing: -0.035em;
}

.woocommerce-checkout .armovex-checkout-title::before {
  color: var(--armovex-pink-dark);
  content: "Checkout seguro";
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.woocommerce-checkout .armovex-checkout-title::after {
  border-radius: 999px;
  height: 4px;
  width: 68px;
}

.woocommerce-checkout .armovex-purchase-progress {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(21, 21, 21, 0.08);
  margin-bottom: 30px;
  margin-top: 26px;
  overflow: hidden;
  padding: 13px 18px;
}

.woocommerce-checkout .armovex-purchase-progress li:not(:last-child) {
  border-right-color: #ebebeb;
}

.woocommerce-checkout .armovex-purchase-step-number {
  box-shadow: 0 0 0 5px #f1f1f1;
}

.woocommerce-checkout .armovex-purchase-progress .is-current .armovex-purchase-step-number {
  box-shadow: 0 0 0 5px rgba(230, 74, 114, 0.12);
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 18px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(230, 74, 114, 0.28);
  border-left: 4px solid var(--armovex-pink);
  border-radius: 7px;
  box-shadow: 0 7px 24px rgba(21, 21, 21, 0.05);
  color: var(--armovex-text);
  min-height: 62px;
  padding: 12px 16px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info > svg {
  background: rgba(230, 74, 114, 0.1);
  border-radius: 999px;
  fill: var(--armovex-pink-dark);
  flex: 0 0 36px;
  height: 36px;
  padding: 7px;
  width: 36px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
  color: var(--armovex-pink-dark);
  font-weight: 750;
}

.woocommerce-checkout form.checkout_coupon {
  background: #fff;
  border: 1px solid var(--armovex-line);
  border-radius: 7px;
  box-shadow: 0 7px 24px rgba(21, 21, 21, 0.05);
  margin: -6px 0 18px;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout] {
  align-items: start;
  column-gap: clamp(28px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.8fr);
  margin-top: 0;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout] #customer_details {
  grid-column: 1;
  min-width: 0;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout] #customer_details::after,
.woocommerce-checkout form.checkout[data-armovex-classic-checkout] .woocommerce-billing-fields__field-wrapper::after,
.woocommerce-checkout form.checkout[data-armovex-classic-checkout] .armovex-classic-step-fields::after {
  clear: both;
  content: "";
  display: table;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout] #customer_details > .col-1 {
  float: none;
  width: 100%;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout] #customer_details > .col-2,
.woocommerce-checkout form.checkout[data-armovex-classic-checkout] .woocommerce-billing-fields > h3 {
  display: none;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout] .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woocommerce-checkout .armovex-classic-step {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  border-top: 4px solid var(--armovex-pink);
  box-sizing: border-box;
  box-shadow: 0 10px 34px rgba(21, 21, 21, 0.07);
  padding: 25px;
}

.woocommerce-checkout .armovex-classic-step[data-armovex-step-state="hidden"] {
  display: none;
}

.woocommerce-checkout .armovex-classic-step-heading {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.woocommerce-checkout .armovex-classic-step-heading h2,
.woocommerce-checkout .armovex-classic-payment-heading h2 {
  color: var(--armovex-text);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0;
}

.woocommerce-checkout .armovex-classic-step-heading p,
.woocommerce-checkout .armovex-classic-payment-heading p {
  color: var(--armovex-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 8px 0 0;
}

.woocommerce-checkout .armovex-classic-step-edit {
  background: transparent;
  border: 0;
  color: var(--armovex-pink-dark);
  cursor: pointer;
  display: none;
  flex: 0 0 auto;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 750;
  min-height: 44px;
  padding: 0 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-checkout .armovex-classic-step-summary {
  color: var(--armovex-muted);
  display: none;
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.woocommerce-checkout .armovex-classic-step[data-armovex-step-state="collapsed"] .armovex-classic-step-heading {
  margin-bottom: 7px;
}

.woocommerce-checkout .armovex-classic-step[data-armovex-step-state="collapsed"] .armovex-classic-step-heading p,
.woocommerce-checkout .armovex-classic-step[data-armovex-step-state="collapsed"] .armovex-classic-step-fields {
  display: none;
}

.woocommerce-checkout .armovex-classic-step[data-armovex-step-state="collapsed"] .armovex-classic-step-edit,
.woocommerce-checkout .armovex-classic-step[data-armovex-step-state="collapsed"] .armovex-classic-step-summary {
  display: block;
}

.woocommerce-checkout .armovex-classic-step-fields {
  column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 16px;
}

.woocommerce-checkout .armovex-classic-step-fields .form-row {
  box-sizing: border-box;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.woocommerce-checkout .armovex-classic-step-fields .form-row-wide,
.woocommerce-checkout .armovex-classic-field--full-name,
.woocommerce-checkout .armovex-classic-field--email,
.woocommerce-checkout .armovex-classic-field--address,
.woocommerce-checkout .armovex-classic-field--complement,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout .armovex-classic-continue {
  grid-column: 1 / -1;
}

.woocommerce-checkout .armovex-classic-step-fields label {
  color: var(--armovex-text);
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 7px;
}

.woocommerce-checkout .armovex-classic-step-fields .required {
  color: var(--armovex-pink-dark);
  text-decoration: none;
}

.woocommerce-checkout .armovex-classic-step-fields :is(input.input-text, select) {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--armovex-text);
  font: inherit;
  height: 50px;
  line-height: 1.3;
  min-height: 50px;
  padding: 10px 12px;
  width: 100%;
}

.woocommerce-checkout .armovex-classic-step-fields :is(input.input-text, select):focus {
  border-color: var(--armovex-pink);
  box-shadow: 0 0 0 3px rgba(230, 74, 114, 0.14);
  outline: 0;
}

.woocommerce-checkout .armovex-classic-step-fields .woocommerce-invalid :is(input.input-text, select),
.woocommerce-checkout .armovex-classic-step-fields :is(input.input-text, select):user-invalid {
  border-color: #a52345;
}

.woocommerce-checkout .armovex-classic-field--cellphone .woocommerce-input-wrapper {
  display: block;
  position: relative;
}

.woocommerce-checkout .armovex-classic-field--cellphone .woocommerce-input-wrapper::before {
  align-items: center;
  background: #f2f2f2;
  border-radius: 4px;
  color: var(--armovex-text);
  content: "+55";
  display: flex;
  font-size: 0.86rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  left: 7px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  width: 48px;
  z-index: 1;
}

.woocommerce-checkout .armovex-classic-field--cellphone input.input-text {
  padding-left: 68px !important;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout]:not(.is-armovex-classic-address-details) .armovex-classic-step--address :is(
  #billing_address_1_field,
  #billing_number_field,
  #billing_neighborhood_field,
  #billing_address_2_field,
  #billing_city_field,
  #billing_state_field,
  .armovex-classic-continue--address
) {
  display: none;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout]:not(.is-armovex-classic-manual-address) .armovex-classic-step--address :is(#billing_city_field, #billing_state_field) {
  display: none;
}

.woocommerce-checkout .armovex-classic-cep-status {
  align-items: center;
  color: var(--armovex-muted);
  display: flex;
  font-size: 0.9rem;
  justify-content: flex-end;
  line-height: 1.4;
  margin: 0;
  min-height: 50px;
  text-align: right;
}

.woocommerce-checkout .armovex-classic-cep-status:empty {
  display: none;
}

.woocommerce-checkout .armovex-classic-cep-status.is-success {
  color: var(--armovex-green-dark);
  font-weight: 700;
}

.woocommerce-checkout .armovex-classic-cep-status.is-error {
  color: #a52345;
  font-weight: 650;
  grid-column: 1 / -1;
  justify-content: flex-start;
  min-height: 0;
  text-align: left;
}

.woocommerce-checkout .armovex-classic-continue {
  background: linear-gradient(105deg, var(--armovex-pink-dark), var(--armovex-pink));
  border: 1px solid var(--armovex-pink-dark);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(201, 52, 97, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 750;
  margin-top: 6px;
  min-height: 52px;
  padding: 13px 20px;
  text-align: center;
  width: 100%;
}

.woocommerce-checkout .armovex-classic-continue:hover {
  background: var(--armovex-black);
  border-color: var(--armovex-black);
  box-shadow: 0 8px 20px rgba(21, 21, 21, 0.18);
}

.woocommerce-checkout .armovex-classic-order-panel {
  align-self: start;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  border-top: 4px solid var(--armovex-pink);
  box-sizing: border-box;
  box-shadow: 0 10px 34px rgba(21, 21, 21, 0.07);
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 22px;
}

.woocommerce-checkout .armovex-classic-order-panel #order_review_heading {
  color: var(--armovex-text);
  float: none;
  font-size: 1.08rem;
  font-weight: 750;
  margin: 0 0 15px;
  padding: 0;
  width: auto;
}

.woocommerce-checkout .armovex-classic-order-panel #order_review_heading::before {
  color: var(--armovex-pink-dark);
  content: "Sua compra";
  display: block;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.woocommerce-checkout .armovex-classic-order-panel #order_review {
  float: none;
  width: 100%;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table th,
.woocommerce-checkout .armovex-classic-order-panel table.shop_table td {
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 0.84rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  padding: 11px 6px;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table th:first-child,
.woocommerce-checkout .armovex-classic-order-panel table.shop_table td:first-child {
  padding-left: 0;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table thead th:first-child {
  width: 64%;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table thead th:last-child {
  width: 36%;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table th:last-child,
.woocommerce-checkout .armovex-classic-order-panel table.shop_table td:last-child {
  padding-right: 0;
  text-align: right;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table tbody td.product-name {
  min-height: 60px;
  padding-left: 60px;
  position: relative;
  vertical-align: top;
}

.woocommerce-checkout .armovex-classic-order-panel .armovex-checkout-product-image {
  border: 1px solid #ececec;
  border-radius: 6px;
  height: 48px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 11px;
  width: 48px;
}

.woocommerce-checkout .armovex-classic-order-panel .armovex-checkout-product-name {
  color: var(--armovex-text);
  font-weight: 700;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table .product-quantity {
  color: var(--armovex-muted);
  font-size: 0.76rem;
  white-space: nowrap;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table dl.variation {
  display: block;
  font-size: 0.73rem;
  line-height: 1.3;
  margin: 5px 0 0;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table dl.variation :is(dt, dd) {
  clear: none;
  display: inline;
  float: none;
  margin: 0;
  overflow-wrap: normal;
  padding: 0;
  word-break: normal;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table dl.variation dt {
  color: var(--armovex-muted);
  font-weight: 650;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table dl.variation p {
  display: inline;
  margin: 0;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table dl.variation dd::after {
  content: "";
  display: block;
  height: 2px;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table tfoot tr.cart-subtotal {
  display: none;
}

.woocommerce-checkout .armovex-classic-order-panel table.shop_table tfoot tr:last-child th,
.woocommerce-checkout .armovex-classic-order-panel table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
  color: var(--armovex-text);
  font-size: 1.04rem;
  font-weight: 800;
}

.woocommerce-checkout .armovex-classic-payment-heading {
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
  padding-top: 20px;
}

.woocommerce-checkout form.checkout[data-armovex-classic-checkout]:not([data-armovex-classic-stage="payment"]) :is(.armovex-classic-payment-heading, #payment) {
  display: none !important;
}

.woocommerce-checkout .armovex-classic-order-panel #payment {
  background: transparent;
  border-radius: 0;
  margin-top: 16px;
}

.woocommerce-checkout .armovex-classic-order-panel #payment ul.payment_methods {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .armovex-classic-order-panel #payment ul.payment_methods > li {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 14px;
}

.woocommerce-checkout .armovex-classic-order-panel #payment ul.payment_methods > li:has(> input[type="radio"]:checked) {
  background: rgba(230, 74, 114, 0.035);
  border-color: var(--armovex-pink);
  box-shadow: 0 0 0 2px rgba(230, 74, 114, 0.1);
}

.woocommerce-checkout .armovex-classic-order-panel #payment ul.payment_methods > li > input[type="radio"] {
  accent-color: var(--armovex-pink-dark);
  height: 20px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  width: 20px;
}

.woocommerce-checkout .armovex-classic-order-panel #payment ul.payment_methods > li > label {
  color: var(--armovex-text);
  cursor: pointer;
  display: block;
  font-weight: 750;
  line-height: 1.4;
}

.woocommerce-checkout .armovex-pix-payment-benefit {
  background: rgba(230, 74, 114, 0.09);
  border-left: 3px solid var(--armovex-pink);
  border-radius: 4px;
  color: var(--armovex-pink-dark);
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  margin: 9px 0 0 28px;
  padding: 7px 9px;
}

.woocommerce-checkout .armovex-pix-payment-benefit strong,
.woocommerce-checkout .armovex-pix-payment-benefit span {
  display: block;
}

.woocommerce-checkout .armovex-pix-payment-benefit strong {
  font-weight: 800;
}

.woocommerce-checkout .armovex-pix-payment-benefit .armovex-pix-payment-badge {
  background: var(--armovex-pink);
  border-radius: 999px;
  color: #fff !important;
  display: inline-block !important;
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-right: 4px;
  padding: 4px 7px;
  text-transform: uppercase;
  vertical-align: 1px;
}

.woocommerce-checkout .armovex-pix-payment-benefit span {
  color: var(--armovex-muted);
  font-size: 0.73rem;
  margin-top: 2px;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .payment_box {
  background: #f7f7f7;
  color: var(--armovex-text);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 14px -4px -4px;
  padding: 14px;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .payment_box::before {
  border-bottom-color: #f7f7f7;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .pagamentos-para-woocommerce-com-appmax--wrapper {
  display: grid !important;
  gap: 12px;
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .pagamentos-para-woocommerce-com-appmax--step {
  align-items: start;
  display: grid !important;
  gap: 10px;
  grid-template-columns: 26px minmax(0, 1fr);
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .pagamentos-para-woocommerce-com-appmax--step::before {
  align-items: center;
  background: var(--armovex-pink-dark) !important;
  border: 0 !important;
  border-radius: 999px;
  color: #fff !important;
  display: flex !important;
  font-size: 0.72rem;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  margin: 0 !important;
  position: static !important;
  width: 24px;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .pagamentos-para-woocommerce-com-appmax--step p {
  color: var(--armovex-text);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .payment_box :is(input.input-text, input.input, select.input, select) {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--armovex-text);
  font: inherit;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .wc-credit-card-form {
  border: 0;
  margin: 0;
  padding: 0;
}

/* O Appmax exibe um preview visual do cartão preenchido acima do formulário.
 * Mantemos os campos e removemos apenas esse cartão para reduzir ruído visual.
 */
.woocommerce-checkout .armovex-classic-order-panel #payment #pagamentos-para-woocommerce-com-appmax-credit_card-previewer {
  display: none !important;
}

.woocommerce-checkout .armovex-classic-order-panel #payment .place-order {
  margin: 16px 0 0;
  padding: 0;
}

.woocommerce-checkout .armovex-classic-order-panel #payment #place_order {
  background: var(--armovex-green);
  border: 1px solid var(--armovex-green);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0, 136, 84, 0.2);
  color: #fff;
  float: none;
  font-size: 1rem;
  font-weight: 750;
  min-height: 54px;
  padding: 13px 18px;
  width: 100%;
}

.woocommerce-checkout .armovex-classic-order-panel #payment #place_order:hover {
  background: var(--armovex-green-dark);
  border-color: var(--armovex-green-dark);
}

.woocommerce-checkout .armovex-classic-order-panel #payment .woocommerce-privacy-policy-text,
.woocommerce-checkout .armovex-classic-order-panel #payment .woocommerce-terms-and-conditions-wrapper {
  color: var(--armovex-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.woocommerce-checkout .armovex-classic-order-panel .blockUI.blockOverlay {
  background-color: rgba(247, 247, 247, 0.74) !important;
}

@media (max-width: 900px) {
  .woocommerce-checkout form.checkout[data-armovex-classic-checkout] {
    display: block;
  }

  .woocommerce-checkout .armovex-classic-order-panel {
    margin-top: 28px;
  }
}

@media (max-width: 600px) {
  .woocommerce-checkout :is(
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="date"],
    input[type="month"],
    select,
    textarea
  ) {
    font-size: 16px !important;
  }

  .woocommerce-checkout .wp-site-blocks > header.wp-block-template-part > .wp-block-group > .wp-block-group {
    min-height: 72px;
    padding-bottom: 11px !important;
    padding-top: 11px !important;
  }

  .woocommerce-checkout header.wp-block-template-part .wp-block-site-title a {
    height: 38px;
    min-height: 38px;
    width: 150px;
  }

  .woocommerce-checkout header.wp-block-template-part .wp-block-woocommerce-cart-link {
    gap: 8px;
  }

  .woocommerce-checkout header.wp-block-template-part .wp-block-woocommerce-cart-link::before {
    content: "Compra segura";
    font-size: 0.64rem;
    letter-spacing: 0.025em;
    max-width: 62px;
    text-align: right;
  }

  .woocommerce-checkout header.wp-block-template-part .wc-block-cart-link {
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    width: 42px;
  }

  .woocommerce-checkout main[data-page="checkout"] {
    padding-bottom: 50px;
    padding-top: 28px;
  }

  .woocommerce-checkout .armovex-checkout-title::before {
    margin-bottom: 7px;
  }

  .woocommerce-checkout .armovex-purchase-progress {
    border-radius: 7px;
    box-shadow: 0 7px 24px rgba(21, 21, 21, 0.07);
    margin-top: 20px;
  }

  .woocommerce-checkout .armovex-purchase-progress li {
    padding-left: 1px;
    padding-right: 1px;
  }

  .woocommerce-checkout .armovex-purchase-progress li,
  .woocommerce-checkout .armovex-purchase-progress li > a {
    font-size: 0.68rem;
    gap: 3px;
  }

  .woocommerce-checkout .armovex-purchase-step-number {
    flex-basis: 24px;
    font-size: 0.7rem;
    height: 24px;
    width: 24px;
  }

  .woocommerce-checkout .woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {
    min-height: 58px;
    padding: 11px 12px;
  }

  .woocommerce-checkout .woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info > svg {
    flex-basis: 32px;
    height: 32px;
    padding: 6px;
    width: 32px;
  }

  .woocommerce-checkout .armovex-classic-step,
  .woocommerce-checkout .armovex-classic-order-panel {
    border-radius: 7px;
    padding: 20px;
  }

  .woocommerce-checkout .armovex-classic-order-panel table.shop_table th,
  .woocommerce-checkout .armovex-classic-order-panel table.shop_table td {
    font-size: 0.79rem;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .woocommerce-checkout .armovex-classic-order-panel table.shop_table tbody td.product-name {
    min-height: 56px;
    padding-left: 54px;
  }

  .woocommerce-checkout .armovex-classic-order-panel .armovex-checkout-product-image {
    height: 44px;
    top: 9px;
    width: 44px;
  }

  .woocommerce-checkout .armovex-classic-step-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-checkout .armovex-classic-step-fields .form-row,
  .woocommerce-checkout .armovex-classic-cep-status,
  .woocommerce-checkout .armovex-classic-continue {
    grid-column: 1;
  }

  .woocommerce-checkout .armovex-classic-order-panel #payment .wc-credit-card-form :is(.form-row-first, .form-row-last) {
    float: none;
    width: 100%;
  }

  .woocommerce-checkout .armovex-classic-cep-status {
    justify-content: flex-start;
    min-height: 0;
    text-align: left;
  }
}

/* Área interna do cliente: cabeçalho, menu e rodapé próprios. */
body.woocommerce-account {
  background: #f5f6f6;
}

body.woocommerce-account .wp-site-blocks > header.wp-block-template-part,
body.woocommerce-account .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

body.woocommerce-account .wp-site-blocks {
  min-height: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.armovex-account-header {
  background: linear-gradient(115deg, #0b0b0b 0%, var(--armovex-black) 62%, #242424 100%);
  border-bottom: 3px solid var(--armovex-pink);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .14);
  color: #fff;
  position: relative;
  z-index: 60;
}

.armovex-account-header__bar,
.armovex-account-menu__inner,
.armovex-account-footer__grid,
.armovex-account-footer__bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.armovex-account-header__bar {
  align-items: center;
  display: flex;
  gap: 22px;
  min-height: 82px;
}

.armovex-account-logo {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}

.armovex-account-logo img {
  display: block;
  height: auto;
  max-width: 150px;
  width: 150px;
}

.armovex-account-heading {
  border-left: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 22px;
}

.armovex-account-heading span,
.armovex-account-footer__eyebrow {
  color: #f28aa7;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.armovex-account-heading strong {
  font-size: 1.1rem;
}

.armovex-account-header__actions {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.armovex-account-store-link,
.armovex-account-menu-toggle {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 700;
  gap: 8px;
  text-decoration: none;
}

.armovex-account-store-link:hover,
.armovex-account-store-link:focus-visible,
.armovex-account-menu-toggle:hover,
.armovex-account-menu-toggle:focus-visible {
  color: #f28aa7;
}

.armovex-account-cart {
  align-items: center;
  color: #fff;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}

.armovex-account-cart svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 25px;
}

.armovex-account-cart .armovex-cart-count {
  align-items: center;
  background: var(--armovex-pink);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: .64rem;
  font-weight: 800;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 4px;
  position: absolute;
  right: -11px;
  top: -10px;
}

.armovex-account-menu-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 3px;
  cursor: pointer;
  min-height: 42px;
  padding: 0 12px;
}

.armovex-account-menu-toggle__icon {
  display: grid;
  gap: 4px;
  width: 20px;
}

.armovex-account-menu-toggle__icon i {
  background: currentColor;
  display: block;
  height: 2px;
  width: 20px;
}

.armovex-account-menu {
  background: #101010;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.armovex-account-menu__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.armovex-account-menu__link {
  border-left: 3px solid transparent;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  padding: 15px 18px;
  text-decoration: none;
}

.armovex-account-menu__link:hover,
.armovex-account-menu__link:focus-visible,
.armovex-account-menu__link.is-current {
  background: rgba(230, 74, 114, .18);
  border-left-color: var(--armovex-pink);
  color: #fff;
}

.armovex-account-footer {
  background: linear-gradient(135deg, #090909, #1c1c1c);
  border-top: 3px solid var(--armovex-pink);
  color: rgba(255, 255, 255, .72);
  margin-top: 48px;
  padding: 44px 0 0;
}

.armovex-account-footer__grid {
  display: grid;
  gap: 38px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.armovex-account-footer__grid > div,
.armovex-account-footer__grid > nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.armovex-account-footer__grid h2 {
  color: #fff;
  font-size: 1.35rem;
  margin: 0;
}

.armovex-account-footer__grid p {
  line-height: 1.5;
  margin: 0;
  max-width: 340px;
}

.armovex-account-footer__grid strong {
  color: #fff;
  margin-bottom: 5px;
}

.armovex-account-footer__grid a {
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  text-decoration: none;
}

.armovex-account-footer__grid a:hover,
.armovex-account-footer__grid a:focus-visible {
  color: #f28aa7;
}

.armovex-account-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .13);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 38px;
  padding: 18px 0;
}

.armovex-account-footer__bottom a,
.armovex-account-footer__bottom span {
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  text-decoration: none;
}

@media (max-width: 700px) {
  .armovex-account-header__bar,
  .armovex-account-menu__inner,
  .armovex-account-footer__grid,
  .armovex-account-footer__bottom {
    width: calc(100% - 32px);
  }

  .armovex-account-header__bar {
    gap: 12px;
    min-height: 68px;
  }

  .armovex-account-logo img {
    max-width: 122px;
    width: 122px;
  }

  .armovex-account-heading {
    display: none;
  }

  .armovex-account-header__actions {
    gap: 12px;
  }

  .armovex-account-store-link {
    font-size: 0;
  }

  .armovex-account-store-link::before {
    content: "↩";
    font-size: 1.35rem;
  }

  .armovex-account-menu-toggle {
    font-size: 0;
    padding: 0 10px;
  }

  .armovex-account-menu__inner {
    display: block;
    padding: 8px 0;
  }

  .armovex-account-menu__link {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-left: 3px solid transparent;
    display: block;
    padding: 14px 12px;
  }

  .armovex-account-menu__link:last-child {
    border-bottom: 0;
  }

  .armovex-account-footer {
    margin-top: 30px;
    padding-top: 34px;
  }

  .armovex-account-footer__grid {
    display: block;
  }

  .armovex-account-footer__grid > div,
  .armovex-account-footer__grid > nav {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .armovex-account-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
  }
}

/* Pagamento Pix renderizado na confirmação moderna do WooCommerce. */
.armovex-appmax-pix-confirmation {
  background: #fff;
  border-top: 4px solid var(--armovex-pink);
  border-radius: 12px;
  box-shadow: var(--armovex-shadow);
  margin: 28px auto;
  max-width: 960px;
  padding: clamp(22px, 4vw, 38px);
}

.armovex-appmax-pix-confirmation > h2 {
  color: var(--armovex-text);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  margin: 0 0 22px;
}

.armovex-appmax-pix-confirmation #pagamentos-para-woocommerce-com-appmax-pix {
  color: var(--armovex-text);
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--row {
  align-items: stretch;
  display: flex;
  gap: 28px;
  margin: 0;
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--column {
  flex: 1 1 0;
  min-width: 0;
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--qrcode img {
  background: #fff;
  border: 1px solid var(--armovex-line);
  border-radius: 10px;
  display: block;
  height: auto;
  margin: 18px 0 0;
  max-width: 240px;
  padding: 10px;
  width: 100%;
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--manual {
  border-top: 1px solid var(--armovex-line);
  margin-top: 28px;
  padding-top: 24px;
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--code {
  background: var(--armovex-soft);
  border: 1px solid var(--armovex-line);
  border-radius: 8px;
  display: block;
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 10px 0 14px;
  overflow-wrap: anywhere;
  padding: 12px;
  user-select: all;
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--copy {
  background: var(--armovex-black);
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 16px;
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--copy:hover,
.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--copy:focus-visible {
  background: var(--armovex-pink-dark);
}

.armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--waiting-bar {
  align-items: center;
  display: flex;
  gap: 8px;
}

@media (max-width: 600px) {
  .armovex-appmax-pix-confirmation {
    border-radius: 8px;
    margin: 20px 16px;
    padding: 20px 16px;
  }

  .armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--row {
    flex-direction: column;
    gap: 18px;
  }

  .armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--qrcode img {
    margin-left: auto;
    margin-right: auto;
    max-width: min(240px, 100%);
  }

  .armovex-appmax-pix-confirmation .pagamentos-para-woocommerce-com-appmax--code {
    font-size: 0.72rem;
  }
}
