/* =========================================================
   LELA PRATAS - HELLO ELEMENTOR CHILD
   Layout de loja de prata 925 inspirado em referência visual:
   limpo, comercial, branco/preto/cinza, foco em catálogo.
========================================================= */

:root {
  --lp-black: #1d1d1d;
  --lp-text: #2f2f2f;
  --lp-muted: #777777;
  --lp-light: #f7f7f7;
  --lp-soft: #f6f2ef;
  --lp-soft-2: #fbfaf8;
  --lp-border: #e6e2de;
  --lp-white: #ffffff;
  --lp-radius: 2px;
  --lp-radius-card: 10px;
  --lp-shadow: 0 10px 28px rgba(0,0,0,.05);
  --lp-container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.lela-pratas-theme,
.lela-pratas-theme button,
.lela-pratas-theme input,
.lela-pratas-theme textarea,
.lela-pratas-theme select {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
}

.lela-pratas-theme {
  color: var(--lp-text);
  background: var(--lp-white);
  font-size: 14px;
  line-height: 1.65;
}

.lela-pratas-theme a {
  color: var(--lp-black);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, background .2s ease, border .2s ease, transform .2s ease, box-shadow .2s ease;
}

.lela-pratas-theme a:hover { opacity: .76; }
.lela-pratas-theme img { max-width: 100%; height: auto; }
.lp-container { width: min(var(--lp-container), calc(100% - 32px)); margin: 0 auto; }

/* Header: mais próximo de loja de prata/catálogo */
.lp-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--lp-border);
  box-shadow: 0 3px 16px rgba(0,0,0,.03);
}
.admin-bar .lp-site-header { top: 32px; }

.lp-cert-strip {
  overflow: hidden;
  background: #111;
  color: #fff;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.lp-cert-track {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 44px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lp-cert-track span::before { content: "✦"; margin-right: 14px; color: #cfcfcf; }

.lp-main-header { background: #fff; }
.lp-header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: center;
}
.lp-brand { display: flex; align-items: center; justify-content: center; }
.lp-brand img, .lp-footer-brand img { max-width: 190px; max-height: 72px; width: auto; }
.lp-logo-text {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lp-black);
}

.lp-header-search { justify-self: start; width: min(280px, 100%); }
.lp-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}
.lp-search-form input[type="search"] {
  flex: 1;
  height: 100%;
  min-width: 0;
  padding: 0 0 0 16px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--lp-text);
  font-size: 13px;
}
.lp-search-form button {
  width: 42px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--lp-black);
  font-size: 18px;
  cursor: pointer;
}

.lp-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.lp-icon-link {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.lp-cart-link .lp-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--lp-black);
  color: #fff;
  font-size: 10px;
}

.lp-menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid var(--lp-border);
  background: transparent;
  border-radius: 50%;
  padding: 9px;
}
.lp-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--lp-black); margin: 4px 0; }

.lp-navigation { background: #fff; border-top: 1px solid #f0eeee; }
.lp-nav-inner { overflow-x: auto; }
.lp-menu, .lp-footer-menu { list-style: none; padding: 0; margin: 0; }
.lp-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 48px;
  white-space: nowrap;
}
.lp-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--lp-black);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.lp-menu li:last-child a { color: #b02d2d; }

.lp-subbar {
  background: var(--lp-soft-2);
  border-top: 1px solid #f0eeee;
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 8px 0;
}

/* Home */
.lp-hero-bea {
  padding: 54px 0 58px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 52%, rgba(246,242,239,.92) 52%, rgba(246,242,239,.92) 100%),
    radial-gradient(circle at 78% 22%, #fff 0, transparent 35%);
  border-bottom: 1px solid var(--lp-border);
}
.lp-hero-inner { display: grid; grid-template-columns: .94fr 1.06fr; gap: 56px; align-items: center; }
.lp-eyebrow, .lp-section-heading span, .lp-newsletter span, .lp-promo-strip span, .lp-certificate-inner span {
  display: block;
  margin-bottom: 10px;
  color: var(--lp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.lp-hero h1 {
  max-width: 580px;
  margin: 0 0 18px;
  color: var(--lp-black);
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -.04em;
}
.lp-hero p { max-width: 500px; margin: 0 0 28px; color: var(--lp-muted); font-size: 16px; }
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.lp-button,
.lela-pratas-theme .woocommerce a.button,
.lela-pratas-theme .woocommerce button.button,
.lela-pratas-theme .woocommerce input.button,
.lela-pratas-theme .woocommerce #respond input#submit,
.lela-pratas-theme .woocommerce div.product form.cart .button,
.lela-pratas-theme .woocommerce .checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 25px;
  border: 1px solid var(--lp-black);
  border-radius: 0;
  background: var(--lp-black);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.lp-button:hover,
.lela-pratas-theme .woocommerce a.button:hover,
.lela-pratas-theme .woocommerce button.button:hover,
.lela-pratas-theme .woocommerce input.button:hover,
.lela-pratas-theme .woocommerce #respond input#submit:hover,
.lela-pratas-theme .woocommerce div.product form.cart .button:hover,
.lela-pratas-theme .woocommerce .checkout-button:hover {
  background: #444;
  border-color: #444;
  color: #fff !important;
  opacity: 1;
}
.lp-button-outline { background: transparent; color: var(--lp-black) !important; }
.lp-button-outline:hover { background: var(--lp-black); color: #fff !important; }
.lp-button-light { background: #fff; color: var(--lp-black) !important; border-color: #fff; }

.lp-hero-showcase {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-rows: 190px;
  gap: 16px;
}
.lp-jewel-card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.96) 0 13%, rgba(230,230,230,.55) 14% 15%, transparent 16%),
    radial-gradient(circle at 50% 42%, transparent 0 26%, rgba(210,210,210,.85) 27% 30%, transparent 31%),
    linear-gradient(145deg, #f9f8f6 0%, #fff 48%, #dedbd7 100%);
}
.lp-jewel-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.88);
}
.lp-jewel-card span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: var(--lp-black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lp-jewel-card-large { grid-row: span 2; }
.lp-jewel-card-soft { background: linear-gradient(135deg, #f6f2ef, #fff 50%, #d7d7d7); }

.lp-mini-cats { background: #fff; border-bottom: 1px solid var(--lp-border); }
.lp-mini-cat-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; padding: 17px 0; }
.lp-mini-cat-row a {
  padding: 8px 14px;
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  color: var(--lp-black);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.lp-mini-cat-row a:hover { background: var(--lp-black); color: #fff; opacity: 1; border-color: var(--lp-black); }

.lp-benefits { background: #fff; border-bottom: 1px solid var(--lp-border); }
.lp-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lp-benefits-grid > div { padding: 22px 18px; border-right: 1px solid var(--lp-border); text-align: center; }
.lp-benefits-grid > div:last-child { border-right: 0; }
.lp-benefits strong { display: block; color: var(--lp-black); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.lp-benefits span { color: var(--lp-muted); font-size: 12px; }

.lp-section { padding: 66px 0; }
.lp-section-heading { margin-bottom: 28px; }
.lp-heading-center { text-align: center; }
.lp-section-heading h2, .lp-newsletter h2, .lp-certificate-inner h2 {
  margin: 0;
  color: var(--lp-black);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -.03em;
}
.lp-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.lp-heading-row > a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid currentColor;
}

.lp-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.lp-category-card {
  display: flex;
  min-height: 152px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 12px;
  background: #fff;
  text-align: center;
}
.lp-category-card:hover { transform: translateY(-2px); opacity: 1; }
.lp-round-category-grid .lp-category-card { border: 0; }
.lp-category-card img, .lp-category-placeholder {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--lp-border);
  background: radial-gradient(circle at 50% 50%, #fff 0 34%, #e7e5e2 35% 39%, #f8f6f4 40% 100%);
  box-shadow: 0 0 0 7px #faf9f7;
}
.lp-category-placeholder { display: inline-flex; align-items: center; justify-content: center; }
.lp-category-placeholder i { font-style: normal; color: #b7b7b7; font-size: 28px; font-weight: 700; }
.lp-category-card strong { color: var(--lp-black); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

.lp-certificate-band {
  background: var(--lp-black);
  color: #fff;
  padding: 54px 0;
}
.lp-certificate-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.lp-certificate-inner span { color: rgba(255,255,255,.7); }
.lp-certificate-inner h2 { color: #fff; }
.lp-certificate-inner p { max-width: 520px; margin: 14px 0 0; color: rgba(255,255,255,.72); }

.lp-luxury-section { background: var(--lp-soft-2); border-top: 1px solid #f0eeee; border-bottom: 1px solid #f0eeee; }
.lp-promo-strip { background: #111; color: #fff; padding: 32px 0; }
.lp-promo-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lp-promo-strip span { color: rgba(255,255,255,.72); margin: 0; }
.lp-promo-strip strong { font-size: 18px; font-weight: 500; }
.lp-promo-strip a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.75); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; font-size: 12px; }
.lp-newsletter { padding: 60px 0; background: var(--lp-soft); }
.lp-newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.lp-newsletter p { margin: 10px 0 0; color: var(--lp-muted); }

/* WooCommerce catálogo */
.lela-pratas-theme.woocommerce-page .site-main,
.lela-pratas-theme.woocommerce .site-main { padding-top: 44px; padding-bottom: 72px; }
.lela-pratas-theme .woocommerce .woocommerce-breadcrumb { color: var(--lp-muted); font-size: 12px; margin-bottom: 18px; }
.lela-pratas-theme .woocommerce-products-header__title,
.lela-pratas-theme .page-title,
.lela-pratas-theme .entry-title,
.lela-pratas-theme .product_title {
  color: var(--lp-black);
  font-weight: 700;
  letter-spacing: -.03em;
}
.lela-pratas-theme .woocommerce-result-count { color: var(--lp-muted); font-size: 13px; }
.lela-pratas-theme .woocommerce-ordering select {
  height: 42px;
  border: 1px solid var(--lp-border);
  border-radius: 0;
  padding: 0 14px;
  color: var(--lp-text);
  background: #fff;
  font-size: 13px;
}
.lela-pratas-theme .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 24px;
  margin-top: 28px;
}
.lela-pratas-theme .woocommerce ul.products::before,
.lela-pratas-theme .woocommerce ul.products::after { display: none; }
.lela-pratas-theme .woocommerce ul.products li.product,
.lela-pratas-theme .woocommerce-page ul.products li.product {
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 18px;
  border: 0;
  background: #fff;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.lela-pratas-theme .woocommerce ul.products li.product:hover { transform: translateY(-3px); }
.lela-pratas-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: block; position: relative; }
.lela-pratas-theme .woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 14px;
  border-radius: 0;
  background: var(--lp-soft-2);
  border: 1px solid #f0eeee;
}
.lela-pratas-theme .woocommerce ul.products li.product:hover a img { box-shadow: var(--lp-shadow); }
.lp-card-seal {
  margin: 0 0 6px;
  color: #8a8a8a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-category__title,
.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 40px;
  padding: 0 6px;
  margin: 0 0 6px;
  color: var(--lp-black);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .045em;
  line-height: 1.45;
  text-transform: uppercase;
}
.lela-pratas-theme .woocommerce ul.products li.product .price {
  display: block;
  margin: 0;
  color: var(--lp-black);
  font-size: 18px;
  font-weight: 800;
}
.lela-pratas-theme .woocommerce ul.products li.product .price del,
.lela-pratas-theme .woocommerce div.product p.price del { color: #9d9d9d; opacity: 1; font-weight: 500; }
.lela-pratas-theme .woocommerce ul.products li.product .price ins,
.lela-pratas-theme .woocommerce div.product p.price ins { text-decoration: none; }
.lp-price-note { min-height: 35px; margin: 2px 0 12px; color: var(--lp-muted); font-size: 11.5px; line-height: 1.45; }
.lp-price-note span { display: block; color: #1f1f1f; font-weight: 700; text-transform: uppercase; }
.lp-price-note em { display: block; font-style: normal; color: var(--lp-muted); }
.lela-pratas-theme .woocommerce ul.products li.product .button {
  width: auto;
  min-width: 138px;
  min-height: 38px;
  margin-top: 0;
  padding: 10px 18px;
  font-size: 11px;
}
.lela-pratas-theme .woocommerce span.onsale,
.lp-sale-badge {
  min-height: auto;
  min-width: auto;
  height: auto;
  line-height: 1;
  padding: 7px 9px;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  top: 10px;
  left: 10px;
}
.lela-pratas-theme .woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; justify-content: center; gap: 8px; }
.lela-pratas-theme .woocommerce nav.woocommerce-pagination ul li { border: 0; }
.lela-pratas-theme .woocommerce nav.woocommerce-pagination ul li a,
.lela-pratas-theme .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--lp-border); color: var(--lp-black); font-size: 13px;
}
.lela-pratas-theme .woocommerce nav.woocommerce-pagination ul li span.current { background: var(--lp-black); color: #fff; border-color: var(--lp-black); }

/* Produto individual */
.lela-pratas-theme .woocommerce div.product { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: start; }
.lela-pratas-theme .woocommerce div.product div.images,
.lela-pratas-theme .woocommerce div.product div.summary { float: none; width: auto; }
.lela-pratas-theme .woocommerce div.product div.images img { border: 1px solid #eeeeee; border-radius: 0; background: var(--lp-soft-2); }
.lela-pratas-theme .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img { border: 1px solid var(--lp-border); }
.lela-pratas-theme .woocommerce div.product .product_title {
  margin: 0 0 12px;
  color: var(--lp-black);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.lela-pratas-theme .woocommerce div.product p.price,
.lela-pratas-theme .woocommerce div.product span.price { color: var(--lp-black); font-size: 28px; font-weight: 800; margin-bottom: 12px; }
.lela-pratas-theme .woocommerce-product-details__short-description { color: var(--lp-muted); font-size: 14px; line-height: 1.75; margin-bottom: 22px; }
.lela-pratas-theme .woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 12px; margin: 0 0 18px; }
.lela-pratas-theme .woocommerce .quantity .qty { width: 74px; min-height: 46px; border: 1px solid var(--lp-border); border-radius: 0; color: var(--lp-black); font-weight: 700; }
.lp-product-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0 16px; }
.lp-product-trust span { padding: 12px 8px; border: 1px solid var(--lp-border); color: var(--lp-muted); text-align: center; }
.lp-product-trust strong { display: block; color: var(--lp-black); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.lp-product-trust small { display: block; color: var(--lp-muted); font-size: 11px; }
.lp-single-note { margin-bottom: 20px; padding: 13px 14px; background: var(--lp-soft-2); border: 1px solid #f0eeee; color: var(--lp-muted); font-size: 12.5px; }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 48px; border-top: 1px solid var(--lp-border); padding-top: 28px; }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 28px; display: flex; justify-content: center; gap: 0; border-bottom: 1px solid var(--lp-border); }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-radius: 0; background: transparent; padding: 0; margin: 0 16px; }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: transparent; }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a { position: relative; padding: 12px 0 14px; color: var(--lp-muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--lp-black); }
.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--lp-black); }
.lela-pratas-theme .woocommerce-Tabs-panel { max-width: 900px; margin: 0 auto; color: var(--lp-muted); line-height: 1.8; }
.lela-pratas-theme .related.products { grid-column: 1 / -1; margin-top: 42px; }
.lela-pratas-theme .related.products > h2 { margin-bottom: 24px; color: var(--lp-black); font-size: 26px; font-weight: 700; letter-spacing: -.03em; text-align: center; }

/* Carrinho / Checkout / Conta */
.lela-pratas-theme .woocommerce table.shop_table,
.lela-pratas-theme .woocommerce-cart .cart-collaterals .cart_totals,
.lela-pratas-theme .woocommerce-checkout-review-order,
.lela-pratas-theme .woocommerce form.checkout_coupon,
.lela-pratas-theme .woocommerce form.login,
.lela-pratas-theme .woocommerce form.register,
.lela-pratas-theme .woocommerce-MyAccount-navigation,
.lela-pratas-theme .woocommerce-MyAccount-content {
  border: 1px solid var(--lp-border);
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}
.lela-pratas-theme .woocommerce table.shop_table th { color: var(--lp-black); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; background: var(--lp-soft-2); }
.lela-pratas-theme .woocommerce table.shop_table td { color: var(--lp-text); border-top: 1px solid var(--lp-border); }
.lela-pratas-theme .woocommerce-cart .cart-collaterals .cart_totals,
.lela-pratas-theme .woocommerce-MyAccount-content { padding: 28px; }
.lp-checkout-note { margin-bottom: 16px; padding: 14px 16px; background: var(--lp-soft-2); border: 1px solid #f0eeee; color: var(--lp-muted); font-size: 12.5px; text-align: center; }
.lela-pratas-theme .woocommerce form .form-row input.input-text,
.lela-pratas-theme .woocommerce form .form-row textarea,
.lela-pratas-theme .select2-container--default .select2-selection--single { min-height: 46px; border: 1px solid var(--lp-border); border-radius: 0; background: #fff; padding: 10px 12px; color: var(--lp-text); }
.lela-pratas-theme .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; }
.lela-pratas-theme .woocommerce form .form-row label { color: var(--lp-black); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.lela-pratas-theme .woocommerce-info,
.lela-pratas-theme .woocommerce-message,
.lela-pratas-theme .woocommerce-error { border-top-color: var(--lp-black); background: var(--lp-soft-2); color: var(--lp-text); }
.lela-pratas-theme .woocommerce-info::before,
.lela-pratas-theme .woocommerce-message::before { color: var(--lp-black); }
.lela-pratas-theme .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 20px; }
.lela-pratas-theme .woocommerce-MyAccount-navigation ul li a { display: block; padding: 11px 12px; color: var(--lp-text); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.lela-pratas-theme .woocommerce-MyAccount-navigation ul li.is-active a,
.lela-pratas-theme .woocommerce-MyAccount-navigation ul li a:hover { background: var(--lp-black); color: #fff; opacity: 1; }

/* Footer */
.lp-site-footer { border-top: 1px solid var(--lp-border); background: #fff; }
.lp-footer-cert { padding: 15px 0; background: #111; color: #fff; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lp-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 38px; padding: 56px 0; }
.lp-footer-grid h3 { margin: 0 0 14px; color: var(--lp-black); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.lp-footer-grid p, .lp-footer-menu a { color: var(--lp-muted); font-size: 13px; }
.lp-footer-menu li { margin-bottom: 7px; }
.lp-social-links { display: flex; gap: 12px; margin-top: 14px; }
.lp-social-links a { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid currentColor; }
.lp-footer-bottom { padding: 18px 0; border-top: 1px solid var(--lp-border); color: var(--lp-muted); font-size: 12px; text-align: center; }
.lp-floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 998; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 17px; border-radius: 999px; background: var(--lp-black); color: #fff !important; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 10px 30px rgba(0,0,0,.15); }

/* Elementor */
.lela-pratas-theme .elementor-widget-woocommerce-products ul.products { margin-top: 0; }
.lela-pratas-theme .elementor-button { border-radius: 0; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }

/* Responsivo */
@media (max-width: 1120px) {
  .lp-menu { justify-content: flex-start; }
  .lela-pratas-theme .woocommerce ul.products, .lp-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .lp-header-inner { grid-template-columns: 1fr auto 1fr; gap: 16px; }
  .lp-header-search { width: 210px; }
  .lela-pratas-theme .woocommerce div.product { grid-template-columns: 1fr; }
}
@media (max-width: 782px) { .admin-bar .lp-site-header { top: 46px; } }
@media (max-width: 768px) {
  .lp-container { width: min(100% - 28px, var(--lp-container)); }
  .lp-cert-track { justify-content: flex-start; padding-left: 16px; gap: 28px; animation: lpMarquee 18s linear infinite; }
  @keyframes lpMarquee { from { transform: translateX(0); } to { transform: translateX(-42%); } }
  .lp-header-inner { min-height: 72px; grid-template-columns: auto 1fr auto; }
  .lp-header-search { display: none; }
  .lp-brand { justify-content: flex-start; }
  .lp-header-actions .lp-icon-link { display: none; }
  .lp-menu-toggle { display: block; }
  .lp-navigation { display: none; }
  .lp-navigation.is-open { display: block; }
  .lp-menu { align-items: flex-start; flex-direction: column; gap: 0; padding: 12px 0; }
  .lp-menu a { min-height: 38px; }
  .lp-hero-bea { padding: 44px 0 48px; background: linear-gradient(180deg, #fff 0%, #fff 54%, var(--lp-soft) 54%, var(--lp-soft) 100%); }
  .lp-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-hero-showcase { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .lp-jewel-card-large { grid-row: span 1; }
  .lp-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-benefits-grid > div:nth-child(2) { border-right: 0; }
  .lp-benefits-grid > div:nth-child(1), .lp-benefits-grid > div:nth-child(2) { border-bottom: 1px solid var(--lp-border); }
  .lp-section { padding: 50px 0; }
  .lp-heading-row, .lp-promo-inner, .lp-newsletter-inner, .lp-certificate-inner { align-items: flex-start; flex-direction: column; }
  .lela-pratas-theme .woocommerce ul.products, .lp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; }
  .lela-pratas-theme .woocommerce div.product form.cart { flex-direction: column; }
  .lela-pratas-theme .woocommerce .quantity .qty { width: 100%; }
  .lp-product-trust { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .lp-brand img { max-width: 148px; }
  .lp-logo-text { font-size: 24px; }
  .lp-hero h1 { font-size: 33px; }
  .lp-hero-showcase { grid-template-columns: 1fr; }
  .lp-mini-cat-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 14px; }
  .lp-benefits-grid, .lela-pratas-theme .woocommerce ul.products, .lp-category-grid, .lp-footer-grid { grid-template-columns: 1fr; }
  .lp-benefits-grid > div { border-right: 0; border-bottom: 1px solid var(--lp-border); }
  .lp-benefits-grid > div:last-child { border-bottom: 0; }
  .lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs { flex-direction: column; align-items: stretch; border-bottom: 0; }
  .lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; border-bottom: 1px solid var(--lp-border); }
  .lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; text-align: center; }
  .lp-floating-whatsapp { right: 12px; bottom: 12px; }
}

/* =========================================================
   REFINO V2 - CARD DE PRODUTO MAIS PRÓXIMO AO MODELO BEA
   Hover funcional: imagem suave + quantidade + adicionar + abrir completo.
========================================================= */
.lela-pratas-theme .woocommerce ul.products {
  gap: 40px 28px;
}

.lela-pratas-theme .woocommerce ul.products li.product,
.lela-pratas-theme .woocommerce-page ul.products li.product {
  position: relative;
  min-height: 100%;
  padding: 0 0 10px;
  overflow: visible;
  border: 0 !important;
  box-shadow: none !important;
  background: #fff;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover {
  transform: none;
}

.lela-pratas-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: var(--lp-black);
  opacity: 1;
}

.lela-pratas-theme .woocommerce ul.products li.product a img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.10;
  object-fit: cover;
  margin: 0 0 18px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8f8f8;
  transition: opacity .22s ease, filter .22s ease, background .22s ease, box-shadow .22s ease;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover a img {
  opacity: .34;
  filter: grayscale(100%);
  box-shadow: none;
  background: #d9d9d9;
}

.lela-pratas-theme .woocommerce ul.products li.product .lp-card-seal {
  display: none;
}

.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-category__title,
.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 38px;
  padding: 0 6px;
  margin: 0 0 15px;
  color: #122033;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .035em;
  line-height: 1.45;
  text-transform: uppercase;
}

.lp-loop-code {
  margin: 0 0 7px;
  color: #122033;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .015em;
}

.lp-loop-code strong {
  font-weight: 800;
  color: #111;
}

.lela-pratas-theme .woocommerce ul.products li.product .star-rating {
  float: none;
  display: block;
  margin: 0 auto 8px;
  width: 5.4em;
  height: 1em;
  color: #f7a800;
  font-size: 13px;
  letter-spacing: .06em;
}

.lela-pratas-theme .woocommerce ul.products li.product .price {
  display: block;
  margin: 0 0 2px;
  color: #111 !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.lela-pratas-theme .woocommerce ul.products li.product .price .amount,
.lela-pratas-theme .woocommerce ul.products li.product .price bdi {
  color: #111 !important;
  font-size: 15px;
  font-weight: 800;
}

.lela-pratas-theme .woocommerce ul.products li.product .price del .amount,
.lela-pratas-theme .woocommerce ul.products li.product .price del bdi {
  color: #a7a7a7 !important;
  font-weight: 500;
}

.lp-price-note {
  min-height: 35px;
  margin: 0 0 10px;
  color: #122033;
  font-size: 11.5px;
  line-height: 1.45;
}

.lp-price-note span {
  display: block;
  color: #122033;
  font-weight: 600;
  text-transform: none;
}

.lp-price-note em {
  display: block;
  color: #122033;
  font-style: normal;
  font-weight: 500;
}

.lp-price-note em .woocommerce-Price-amount,
.lp-price-note em bdi {
  color: #111 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
}

.lp-loop-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .24s ease, opacity .2s ease, transform .2s ease, margin .2s ease;
  pointer-events: none;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover .lp-loop-actions,
.lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-loop-actions {
  max-height: 116px;
  margin-top: 8px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lp-loop-buy-row {
  width: min(100%, 264px);
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: center;
}

.lp-loop-qty {
  height: 45px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.lp-loop-qty .lp-qty-btn {
  width: 28px;
  height: 43px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.lp-loop-qty .lp-qty-input {
  width: 100%;
  min-width: 0;
  height: 43px;
  padding: 0;
  border: 0 !important;
  background: transparent;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.lp-loop-qty .lp-qty-input::-webkit-outer-spin-button,
.lp-loop-qty .lp-qty-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.lela-pratas-theme .woocommerce ul.products li.product .button.lp-add-to-cart,
.lela-pratas-theme .woocommerce ul.products li.product a.button.lp-add-to-cart {
  width: 100%;
  min-width: 0;
  min-height: 45px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #000;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.lela-pratas-theme .woocommerce ul.products li.product .button.lp-add-to-cart:hover,
.lela-pratas-theme .woocommerce ul.products li.product a.button.lp-add-to-cart:hover {
  background: #333;
  border-color: #333;
}

.lp-open-product {
  width: min(100%, 264px);
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #122033 !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.lp-open-product:hover {
  background: #f6f6f6;
  opacity: 1 !important;
}

.lp-loop-category-line {
  display: block;
  margin-top: 9px;
  color: #122033 !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
}

.lp-loop-category-line:hover {
  opacity: .72 !important;
}

.lela-pratas-theme .woocommerce span.onsale,
.lp-sale-badge {
  top: 12px;
  left: 12px;
  background: rgba(17,17,17,.92);
  color: #fff;
}

/* Produto individual: deixa a comunicação PIX/parcelamento igual ao card */
.lp-single-price-note .lp-price-note {
  min-height: auto;
  margin: -4px 0 18px;
  padding: 11px 13px;
  border: 1px solid #eeeeee;
  background: #fbfbfb;
  font-size: 13px;
}

.lp-single-price-note .lp-price-note em .woocommerce-Price-amount,
.lp-single-price-note .lp-price-note em bdi {
  font-size: 13px !important;
}

/* A home por código também passa a ter o comportamento de hover nos produtos */
.lp-products-section .woocommerce ul.products li.product {
  padding-bottom: 10px;
}

/* Responsivo: em celular os botões ficam sempre visíveis para não depender de hover */
@media (max-width: 768px) {
  .lela-pratas-theme .woocommerce ul.products {
    gap: 32px 16px;
  }

  .lela-pratas-theme .woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1.05;
    margin-bottom: 14px;
  }

  .lela-pratas-theme .woocommerce ul.products li.product:hover a img {
    opacity: 1;
    filter: none;
  }

  .lp-loop-actions {
    max-height: 116px;
    margin-top: 8px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .lp-loop-buy-row,
  .lp-open-product {
    width: 100%;
  }

  .lp-loop-buy-row {
    grid-template-columns: 82px 1fr;
  }
}

/* =========================================================
   REFINO V3 - CONSISTÊNCIA GLOBAL + HOVER MAIS FORTE + TROCA DE IMAGEM
========================================================= */
body.lela-pratas-theme,
body.lela-pratas-theme .site,
body.lela-pratas-theme .site-main,
body.lela-pratas-theme .site-content,
body.lela-pratas-theme .elementor,
body.lela-pratas-theme .elementor-widget-wrap,
body.lela-pratas-theme .woocommerce,
body.lela-pratas-theme .woocommerce-page {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  color: var(--lp-text);
}

body.lela-pratas-theme h1,
body.lela-pratas-theme h2,
body.lela-pratas-theme h3,
body.lela-pratas-theme h4,
body.lela-pratas-theme h5,
body.lela-pratas-theme h6,
body.lela-pratas-theme .elementor-heading-title,
body.lela-pratas-theme .woocommerce-products-header__title,
body.lela-pratas-theme .page-title,
body.lela-pratas-theme .entry-title,
body.lela-pratas-theme .product_title {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif !important;
  color: #122033;
}

body.lela-pratas-theme p,
body.lela-pratas-theme li,
body.lela-pratas-theme label,
body.lela-pratas-theme input,
body.lela-pratas-theme textarea,
body.lela-pratas-theme select,
body.lela-pratas-theme .elementor-widget-text-editor,
body.lela-pratas-theme .elementor-icon-list-text,
body.lela-pratas-theme .woocommerce div.product .woocommerce-product-details__short-description,
body.lela-pratas-theme .woocommerce-tabs,
body.lela-pratas-theme .woocommerce-breadcrumb,
body.lela-pratas-theme .woocommerce-result-count {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif !important;
}

body.lela-pratas-theme .elementor-button,
body.lela-pratas-theme .elementor-button-text,
body.lela-pratas-theme .woocommerce a.button,
body.lela-pratas-theme .woocommerce button.button,
body.lela-pratas-theme .woocommerce input.button {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif !important;
}

/* Card de produto com hover mais presente */
.lela-pratas-theme .woocommerce ul.products li.product {
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover,
.lela-pratas-theme .woocommerce ul.products li.product:focus-within {
  transform: translateY(-2px);
}

.lela-pratas-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
}

.lp-thumb-swap {
  position: relative;
  display: block;
  margin: 0 0 18px;
  overflow: hidden;
  background: #f6f6f6;
}

.lp-thumb-swap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(227, 227, 227, 0);
  transition: background .26s ease;
  pointer-events: none;
}

.lp-thumb-swap img,
.lela-pratas-theme .woocommerce ul.products li.product a .lp-thumb-swap img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.10;
  object-fit: cover;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.lp-thumb-primary,
.lp-thumb-secondary {
  transition: opacity .30s ease, transform .30s ease, filter .30s ease;
}

.lp-thumb-secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
}

.lela-pratas-theme .woocommerce ul.products li.product:hover .lp-thumb-swap::after,
.lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-thumb-swap::after {
  background: rgba(221, 221, 221, .68);
}

.lela-pratas-theme .woocommerce ul.products li.product:hover .lp-thumb-primary,
.lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-thumb-primary {
  opacity: .14;
  filter: grayscale(100%);
  transform: scale(1.01);
}

.lela-pratas-theme .woocommerce ul.products li.product:hover .lp-thumb-swap.has-secondary .lp-thumb-primary,
.lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-thumb-swap.has-secondary .lp-thumb-primary {
  opacity: 0;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover .lp-thumb-secondary,
.lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-thumb-secondary {
  opacity: 1;
  transform: scale(1);
}

/* elimina regras antigas do img genérico, deixando o swap controlar */
.lela-pratas-theme .woocommerce ul.products li.product a > img {
  margin-bottom: 18px;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover a img {
  background: transparent;
}

/* Títulos, códigos e preços um pouco mais próximos do visual de referência */
.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 34px;
  margin-bottom: 14px;
}

.lp-loop-code {
  margin-bottom: 9px;
}

.lp-price-note {
  min-height: 38px;
  margin-bottom: 12px;
}

/* Revelação do hover mais forte */
.lp-loop-actions {
  gap: 12px;
  transition: max-height .28s ease, opacity .22s ease, transform .22s ease, margin .22s ease;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover .lp-loop-actions,
.lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-loop-actions {
  max-height: 126px;
  margin-top: 10px;
}

/* Botão centralizado com mais força para evitar heranças do Woo/Elementor */
.lela-pratas-theme .woocommerce ul.products li.product .button.lp-add-to-cart,
.lela-pratas-theme .woocommerce ul.products li.product a.button.lp-add-to-cart,
body.lela-pratas-theme .woocommerce a.button.lp-add-to-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  white-space: nowrap;
  padding: 0 18px !important;
  min-height: 46px;
}

.lela-pratas-theme .woocommerce ul.products li.product .button.lp-add-to-cart > span,
.lela-pratas-theme .woocommerce ul.products li.product a.button.lp-add-to-cart > span {
  display: inline-block;
  line-height: 1;
}

.lp-open-product {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

/* Página do produto e listagens com aparência consistente */
body.lela-pratas-theme .woocommerce div.product .summary,
body.lela-pratas-theme .woocommerce div.product .summary p,
body.lela-pratas-theme .woocommerce div.product .summary form,
body.lela-pratas-theme .woocommerce-tabs,
body.lela-pratas-theme .related.products,
body.lela-pratas-theme .up-sells,
body.lela-pratas-theme .woocommerce .products,
body.lela-pratas-theme .woocommerce-page .products {
  color: var(--lp-text);
}

body.lela-pratas-theme .woocommerce div.product form.cart .button.single_add_to_cart_button,
body.lela-pratas-theme .woocommerce div.product form.cart .single_add_to_cart_button.button {
  border-radius: 999px;
  min-height: 48px;
  padding: 0 24px;
}

body.lela-pratas-theme .woocommerce div.product .quantity .qty,
body.lela-pratas-theme .woocommerce div.product form.cart .variations select,
body.lela-pratas-theme .woocommerce-ordering select,
body.lela-pratas-theme .woocommerce form .form-row input.input-text,
body.lela-pratas-theme .woocommerce form .form-row textarea,
body.lela-pratas-theme .select2-container--default .select2-selection--single {
  border-radius: 999px;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.lela-pratas-theme .woocommerce .woocommerce-breadcrumb a,
body.lela-pratas-theme .woocommerce .products .product a,
body.lela-pratas-theme .woocommerce .summary a {
  color: #122033;
}

body.lela-pratas-theme .woocommerce .star-rating,
body.lela-pratas-theme .woocommerce p.stars a {
  color: #f3b300;
}

@media (max-width: 768px) {
  .lp-thumb-swap,
  .lela-pratas-theme .woocommerce ul.products li.product a > img {
    margin-bottom: 14px;
  }

  .lp-loop-actions {
    max-height: 126px;
  }

  .lela-pratas-theme .woocommerce ul.products li.product:hover .lp-thumb-primary,
  .lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-thumb-primary {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .lela-pratas-theme .woocommerce ul.products li.product:hover .lp-thumb-secondary,
  .lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-thumb-secondary {
    opacity: 0;
    transform: none;
  }

  .lela-pratas-theme .woocommerce ul.products li.product:hover .lp-thumb-swap::after,
  .lela-pratas-theme .woocommerce ul.products li.product:focus-within .lp-thumb-swap::after {
    background: rgba(0,0,0,0);
  }
}

/* =========================================================
   REFINO V4 - TEMA MAIS COMPLETO E FUNCIONAL
   Loja, categoria, produto, carrinho, checkout, conta e Elementor.
========================================================= */

/* Estrutura global mesmo em páginas criadas pelo Elementor */
body.lela-pratas-theme .elementor-section,
body.lela-pratas-theme .elementor-container,
body.lela-pratas-theme .elementor-column,
body.lela-pratas-theme .elementor-widget,
body.lela-pratas-theme .elementor-widget-container {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif !important;
}

body.lela-pratas-theme .elementor-widget-heading .elementor-heading-title {
  color: #122033 !important;
  letter-spacing: .02em;
}

body.lela-pratas-theme .elementor-button,
body.lela-pratas-theme a.elementor-button {
  min-height: 46px;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.lela-pratas-theme .elementor-button:hover,
body.lela-pratas-theme a.elementor-button:hover {
  background: #333 !important;
  border-color: #333 !important;
}

/* Introdução de categoria/loja */
.lp-shop-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin: 0 0 26px;
  padding: 28px 0 24px;
  border-top: 1px solid #f0eeee;
  border-bottom: 1px solid #f0eeee;
}

.lp-shop-intro span {
  display: block;
  margin-bottom: 6px;
  color: #7b7b7b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lp-shop-intro h1 {
  margin: 0;
  color: #122033;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.04em;
}

.lp-shop-intro p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #707070;
  font-size: 14px;
}

.lp-shop-intro-seals {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lp-shop-intro-seals strong {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #e6e2de;
  border-radius: 999px;
  color: #122033;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lp-category-rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  margin: 0 0 24px;
  padding: 0 0 10px;
  scrollbar-width: thin;
}

.lp-category-rail a {
  flex: 0 0 auto;
  padding: 7px 12px;
  border: 1px solid #e6e2de;
  border-radius: 999px;
  color: #122033 !important;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.lp-category-rail a:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
  opacity: 1;
}

/* Toolbar WooCommerce mais organizada */
body.lela-pratas-theme .woocommerce .woocommerce-result-count,
body.lela-pratas-theme .woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
}

body.lela-pratas-theme .woocommerce .woocommerce-result-count {
  padding-top: 10px;
}

body.lela-pratas-theme .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 40px 0 16px;
  border-radius: 999px;
  border: 1px solid #e6e2de;
  background-color: #fff;
  color: #122033;
  font-size: 12px;
  font-weight: 600;
}

/* Cards de produto mais completos */
.lp-loop-pills {
  min-height: 26px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  margin: -2px auto 9px;
  padding: 0 4px;
}

.lp-loop-pills span {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd2d6;
  border-radius: 50%;
  color: #122033;
  background: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.lela-pratas-theme .woocommerce ul.products li.product:hover .lp-loop-pills span {
  border-color: #aeb4ba;
}

.lela-pratas-theme .woocommerce ul.products li.product .added_to_cart.wc-forward {
  display: none !important;
}

.lela-pratas-theme .woocommerce ul.products li.product .lp-add-to-cart.added {
  background: #222 !important;
  border-color: #222 !important;
}

.lela-pratas-theme .woocommerce ul.products li.product .lp-add-to-cart.loading {
  opacity: .78;
}

.lela-pratas-theme .woocommerce ul.products li.product .lp-add-to-cart.loading::after {
  top: auto !important;
  right: 12px !important;
}

/* A troca de imagem não deve quebrar produtos sem galeria */
.lp-thumb-swap:not(.has-secondary) .lp-thumb-primary {
  position: relative;
}

/* Produto individual mais parecido com loja pronta */
body.lela-pratas-theme.single-product .site-main,
body.lela-pratas-theme.single-product .lp-site-main {
  background: #fff;
}

.lp-single-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.lp-single-meta-line span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #e6e2de;
  border-radius: 999px;
  color: #122033;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.lela-pratas-theme .woocommerce div.product div.images img {
  border: 1px solid #eeeeee !important;
  background: #fbfbfb;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 72px !important;
  margin: 0 !important;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  border-radius: 0;
  opacity: .65;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.lela-pratas-theme .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: #111 !important;
}

body.lela-pratas-theme .woocommerce div.product .product_title {
  margin-bottom: 14px;
  color: #122033;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

body.lela-pratas-theme .woocommerce div.product p.price,
body.lela-pratas-theme .woocommerce div.product span.price {
  color: #111 !important;
  font-size: 30px;
  font-weight: 800;
}

body.lela-pratas-theme .woocommerce div.product form.cart {
  padding: 16px 0 8px;
  border-top: 1px solid #f0eeee;
  border-bottom: 1px solid #f0eeee;
}

body.lela-pratas-theme .woocommerce div.product .quantity .qty {
  min-width: 90px;
  min-height: 48px;
  border-radius: 999px;
  text-align: center;
}

.lp-product-trust,
.lp-service-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #e6e2de;
  background: #fff;
}

.lp-product-trust {
  margin: 10px 0 10px;
}

.lp-product-trust span,
.lp-service-box div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px;
  border-right: 1px solid #e6e2de;
}

.lp-product-trust span:last-child,
.lp-service-box div:last-child {
  border-right: 0;
}

.lp-product-trust strong,
.lp-service-box strong {
  color: #122033;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lp-product-trust small,
.lp-service-box small {
  color: #777;
  font-size: 11px;
  line-height: 1.35;
}

.lp-single-note {
  padding: 13px 14px;
  border-left: 3px solid #111;
  background: #fbfaf8;
  color: #5f5f5f;
  font-size: 13px;
}

.lp-service-box {
  grid-column: 1 / -1;
  margin: 26px 0 18px;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-tabs {
  background: #fff;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #111;
}

body.lela-pratas-theme .woocommerce div.product .woocommerce-tabs .panel {
  max-width: 980px;
  margin: 0 auto;
  color: #595959;
  font-size: 14px;
}

/* Carrinho e checkout mais comerciais */
.lp-checkout-note {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #e6e2de;
  background: #fbfaf8;
  color: #122033;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
}

body.lela-pratas-theme .woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
}

body.lela-pratas-theme .woocommerce table.shop_table th {
  background: #fbfaf8;
}

body.lela-pratas-theme .woocommerce table.shop_table img {
  border: 1px solid #eeeeee;
  background: #fff;
}

body.lela-pratas-theme .woocommerce-cart .cart-collaterals .cart_totals h2,
body.lela-pratas-theme .woocommerce-billing-fields h3,
body.lela-pratas-theme #order_review_heading,
body.lela-pratas-theme .woocommerce-MyAccount-content h2,
body.lela-pratas-theme .woocommerce-MyAccount-content h3 {
  color: #122033;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
}

body.lela-pratas-theme .woocommerce form .form-row input.input-text,
body.lela-pratas-theme .woocommerce form .form-row textarea,
body.lela-pratas-theme .select2-container--default .select2-selection--single {
  border-radius: 10px;
}

body.lela-pratas-theme .woocommerce-MyAccount-navigation,
body.lela-pratas-theme .woocommerce-MyAccount-content {
  box-shadow: none;
}

body.lela-pratas-theme .woocommerce-MyAccount-navigation ul li a {
  border-radius: 999px;
}

.lp-empty-products {
  max-width: 720px;
  margin: 40px auto;
  padding: 46px 24px;
  border: 1px solid #e6e2de;
  background: #fbfaf8;
  text-align: center;
}

.lp-empty-products h2 {
  margin: 0 0 8px;
  color: #122033;
}

.lp-empty-products p {
  margin: 0;
  color: #777;
}

@media (max-width: 900px) {
  .lp-shop-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lp-shop-intro-seals {
    justify-content: flex-start;
  }

  body.lela-pratas-theme .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lp-product-trust,
  .lp-service-box {
    grid-template-columns: 1fr;
  }

  .lp-product-trust span,
  .lp-service-box div {
    border-right: 0;
    border-bottom: 1px solid #e6e2de;
  }

  .lp-product-trust span:last-child,
  .lp-service-box div:last-child {
    border-bottom: 0;
  }

  body.lela-pratas-theme .woocommerce div.product form.cart {
    gap: 10px;
  }

  body.lela-pratas-theme .woocommerce div.product form.cart .button.single_add_to_cart_button,
  body.lela-pratas-theme .woocommerce div.product .quantity .qty {
    width: 100%;
  }
}

/* =========================================================
   REFINO V5 - HEADER MOBILE NO ESTILO REFERÊNCIA + WHATSAPP
   Mobile: menu + busca à esquerda, logo centralizado, conta + sacola à direita.
========================================================= */
.lp-mobile-left,
.lp-mobile-search-panel {
  display: none;
}

.lp-action-icon {
  display: none;
}

.lp-search-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  border: 1.8px solid currentColor;
  border-radius: 50%;
  color: #111;
}

.lp-search-icon::after {
  content: "";
  width: 8px;
  height: 1.8px;
  position: absolute;
  right: -6px;
  bottom: -2px;
  border-radius: 4px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.lp-search-form button .lp-search-icon {
  width: 16px;
  height: 16px;
}

.lp-account-icon,
.lp-bag-icon {
  position: relative;
  display: inline-block;
  color: #111;
}

.lp-account-icon {
  width: 29px;
  height: 29px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
}

.lp-account-icon::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 6px;
  border: 1.7px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.lp-account-icon::after {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  border: 1.7px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  transform: translateX(-50%);
}

.lp-bag-icon {
  width: 25px;
  height: 27px;
  border: 1.8px solid currentColor;
  border-radius: 7px 7px 5px 5px;
}

.lp-bag-icon::before {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: -6px;
  border: 1.7px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
  background: #fff;
}

/* Deixa o botão flutuante do WhatsApp mais comercial e parecido com loja mobile */
.lp-floating-whatsapp {
  width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: #1fc84c !important;
  color: transparent !important;
  font-size: 0;
  box-shadow: 0 10px 26px rgba(31, 200, 76, .35), 0 0 0 12px rgba(31, 200, 76, .18);
}

.lp-floating-whatsapp::before {
  content: "";
  width: 29px;
  height: 29px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M16.02 3.1A12.75 12.75 0 0 0 5.1 22.45L3.6 28.9l6.6-1.73A12.74 12.74 0 1 0 16.02 3.1Zm0 2.35a10.39 10.39 0 0 1 8.77 15.96 10.32 10.32 0 0 1-13.92 3.46l-.47-.28-3.92 1.03 1.05-3.82-.31-.5A10.38 10.38 0 0 1 16.02 5.45Zm-5.1 5.55c-.23 0-.6.08-.92.43-.32.36-1.2 1.18-1.2 2.87 0 1.7 1.23 3.34 1.4 3.57.17.23 2.38 3.82 5.93 5.2 2.95 1.15 3.55.92 4.19.86.64-.06 2.07-.85 2.36-1.67.29-.82.29-1.52.2-1.67-.08-.14-.32-.23-.67-.4-.35-.17-2.07-1.02-2.4-1.14-.32-.12-.55-.17-.78.17-.23.35-.9 1.14-1.1 1.38-.2.23-.4.26-.75.08-.35-.17-1.48-.55-2.82-1.74-1.04-.93-1.74-2.08-1.95-2.43-.2-.35-.02-.54.15-.71.16-.16.35-.4.52-.6.17-.2.23-.35.35-.58.12-.23.06-.43-.03-.6-.09-.17-.78-1.9-1.08-2.6-.28-.67-.57-.58-.78-.6l-.62-.01Z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .lp-site-header {
    box-shadow: 0 1px 0 rgba(0,0,0,.10);
  }

  .lp-cert-strip {
    min-height: 36px;
    background: #686868;
    color: #0b0b0b;
  }

  .lp-cert-track {
    justify-content: center;
    gap: 0;
    padding-left: 0;
    animation: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .035em;
  }

  .lp-cert-track span:not(:first-child),
  .lp-cert-track span::before {
    display: none;
  }

  .lp-main-header {
    position: relative;
    background: #fff;
  }

  .lp-header-inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 86px;
    gap: 0;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lp-mobile-left {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }

  .lp-header-search {
    display: none !important;
  }

  .lp-brand {
    grid-column: 2;
    justify-content: center;
    min-width: 0;
    text-align: center;
  }

  .lp-brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .lp-brand img {
    max-width: 148px;
    max-height: 56px;
    object-fit: contain;
  }

  .lp-logo-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: .12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lp-header-actions {
    grid-column: 3;
    justify-content: flex-end;
    gap: 12px;
  }

  .lp-header-actions .lp-icon-link {
    width: 30px;
    height: 36px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    font-size: 0;
    line-height: 1;
    opacity: 1;
  }

  .lp-header-actions .lp-action-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }

  .lp-action-icon {
    display: inline-block;
  }

  .lp-cart-link .lp-cart-count,
  .lp-cart-count {
    min-width: 17px;
    height: 17px;
    position: absolute;
    right: -7px;
    top: -5px;
    margin-left: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    z-index: 2;
  }

  .lp-menu-toggle,
  .lp-mobile-search-toggle {
    width: 26px;
    height: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
  }

  .lp-menu-toggle {
    flex-direction: column;
    gap: 6px;
  }

  .lp-menu-toggle span:not(.screen-reader-text) {
    width: 25px;
    height: 1.7px;
    display: block;
    margin: 0;
    background: #111;
    transition: transform .22s ease, opacity .22s ease;
  }

  .lp-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7.7px) rotate(45deg);
  }

  .lp-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .lp-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7.7px) rotate(-45deg);
  }

  .lp-mobile-search-toggle .lp-search-icon {
    width: 22px;
    height: 22px;
  }

  .lp-mobile-search-panel {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid transparent;
    background: #fff;
    transition: max-height .24s ease, opacity .2s ease, border-color .2s ease;
  }

  .lp-mobile-search-panel.is-open {
    max-height: 86px;
    opacity: 1;
    border-top-color: #eeeeee;
  }

  .lp-search-form-mobile {
    height: 48px;
    margin: 14px 0;
    border-color: #d9d9d9;
  }

  .lp-search-form-mobile input[type="search"] {
    font-size: 14px;
  }

  .lp-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1000;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    border-top: 1px solid transparent;
    box-shadow: 0 18px 35px rgba(0,0,0,.09);
    transition: max-height .28s ease, opacity .22s ease, border-color .2s ease;
  }

  .lp-navigation.is-open {
    max-height: calc(100vh - 122px);
    overflow-y: auto;
    opacity: 1;
    border-top-color: #eeeeee;
  }

  .lp-navigation .lp-container {
    width: 100%;
  }

  .lp-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px 18px 18px;
  }

  .lp-menu li {
    border-bottom: 1px solid #f0f0f0;
  }

  .lp-menu a {
    min-height: 44px;
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
    letter-spacing: .05em;
  }

  .lp-menu a::after {
    content: "›";
    font-size: 18px;
    color: #888;
  }

  .lp-subbar {
    display: none;
  }

  .lp-floating-whatsapp {
    width: 58px;
    height: 58px;
    min-height: 58px;
    right: 18px;
    bottom: 18px;
    z-index: 1002;
  }
}

@media (max-width: 380px) {
  .lp-header-inner {
    grid-template-columns: 78px minmax(0, 1fr) 78px;
  }

  .lp-mobile-left {
    gap: 10px;
  }

  .lp-header-actions {
    gap: 9px;
  }

  .lp-brand img {
    max-width: 130px;
  }

  .lp-logo-text {
    font-size: 18px;
  }
}

/* =========================================================
   REFINO V6 - CABEÇALHO DESKTOP INSPIRADO NO MODELO BEA
   Logo à esquerda, busca central ampla e ações limpas à direita.
========================================================= */
.lp-phone-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  flex: 0 0 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.1 3.8c.8-.5 1.9-.3 2.4.5l3 4.8c.5.8.4 1.8-.3 2.4l-2.1 1.8a19.2 19.2 0 0 0 7.7 7.7l1.8-2.1c.6-.7 1.6-.8 2.4-.3l4.8 3c.8.5 1 1.6.5 2.4l-1.4 2.3c-.8 1.3-2.3 2-3.8 1.8C13.4 26.8 5.2 18.6 3.9 8.9c-.2-1.5.5-3 1.8-3.8l2.4-1.3Z' fill='none' stroke='%23111111' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (min-width: 769px) {
  .lp-site-header {
    background: #fff;
    border-bottom: 0;
    box-shadow: none;
  }

  .lp-cert-strip {
    min-height: 8px;
    height: 8px;
    background: #5d5d5d;
  }

  .lp-cert-track {
    display: none;
  }

  .lp-main-header {
    border-bottom: 0;
  }

  .lp-header-inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: 158px minmax(390px, 570px) auto;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
  }

  .lp-brand {
    grid-column: 1;
    justify-content: flex-start;
    min-width: 0;
  }

  .lp-brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }

  .lp-brand img {
    width: auto;
    max-width: 158px;
    max-height: 55px;
    object-fit: contain;
  }

  .lp-logo-text {
    font-size: 24px;
    line-height: 1;
    letter-spacing: .11em;
    white-space: nowrap;
  }

  .lp-header-search {
    grid-column: 2;
    width: 100%;
    max-width: 570px;
    justify-self: stretch;
  }

  .lp-search-form {
    height: 44px;
    border: 1px solid #262626;
    border-radius: 0;
    overflow: visible;
  }

  .lp-search-form input[type="search"] {
    padding: 0 18px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
  }

  .lp-search-form input[type="search"]::placeholder {
    color: #5e5e5e;
    opacity: 1;
  }

  .lp-search-form button {
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
  }

  .lp-search-form button .lp-search-icon {
    width: 19px;
    height: 19px;
    border-width: 1.6px;
  }

  .lp-header-actions {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    min-width: 0;
  }

  .lp-header-actions .lp-icon-link {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    position: relative;
    padding: 0;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    opacity: 1;
    white-space: nowrap;
  }

  .lp-header-actions .lp-icon-link:hover {
    color: #000;
    opacity: .72;
  }

  .lp-header-actions .lp-action-icon {
    display: inline-block;
    flex: 0 0 auto;
  }

  .lp-support-link .lp-action-text {
    font-size: 12px;
  }

  .lp-account-link .lp-action-text {
    max-width: 132px;
    font-size: 12px;
  }

  .lp-account-icon {
    width: 25px;
    height: 25px;
    border-width: 1.5px;
  }

  .lp-account-icon::before {
    width: 6px;
    height: 6px;
    top: 5px;
    border-width: 1.4px;
  }

  .lp-account-icon::after {
    width: 12px;
    height: 6px;
    bottom: 4px;
    border-width: 1.4px;
  }

  .lp-cart-link {
    width: 35px;
    min-width: 35px;
    justify-content: center;
    gap: 0 !important;
  }

  .lp-cart-link .lp-cart-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }

  .lp-bag-icon {
    width: 22px;
    height: 24px;
    border-width: 1.5px;
    border-radius: 4px;
    background: transparent !important;
  }

  .lp-bag-icon::before {
    width: 9px;
    height: 6px;
    top: -6px;
    border-width: 1.5px;
  }

  .lp-cart-link .lp-cart-count,
  .lp-cart-count {
    min-width: 17px;
    width: auto;
    height: 17px;
    position: absolute;
    top: -2px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 4px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 17px;
  }

  .lp-navigation {
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }

  .lp-nav-inner {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .lp-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .lp-menu {
    width: 100%;
    min-height: 38px;
    justify-content: space-between;
    gap: 12px;
  }

  .lp-menu a {
    min-height: 38px;
    padding: 0;
    color: #262626;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .015em;
  }

  .lp-menu > li.menu-item-has-children > a::after {
    content: "⌄";
    margin-left: 6px;
    position: relative;
    top: -1px;
    font-size: 13px;
    line-height: 1;
  }

  .lp-menu li:last-child a {
    color: #262626;
  }

  .lp-subbar {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .lp-header-inner {
    grid-template-columns: 145px minmax(320px, 1fr) auto;
    gap: 18px;
  }

  .lp-brand img {
    max-width: 145px;
  }

  .lp-support-link {
    display: none !important;
  }

  .lp-header-actions {
    gap: 14px;
  }

  .lp-account-link .lp-action-text {
    max-width: 105px;
    font-size: 11px;
  }

  .lp-menu {
    justify-content: flex-start;
    gap: 19px;
  }

  .lp-menu a {
    font-size: 10px;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .lp-header-inner {
    grid-template-columns: 132px minmax(300px, 1fr) 74px;
  }

  .lp-brand img {
    max-width: 132px;
  }

  .lp-account-link .lp-action-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media (max-width: 768px) {
  .lp-support-link {
    display: none !important;
  }

  .lp-cart-link .lp-cart-count {
    background: #111;
  }
}

/* =========================================================
   REFINO V7 - HOME MOBILE COM CARROSSEL DE CATEGORIAS,
   DUAS COLUNAS DE PRODUTOS, DEPOIMENTOS E FOOTER SANFONA
========================================================= */
.lp-mobile-carousel-shell {
  position: relative;
}

.lp-carousel-arrow,
.lp-carousel-dots {
  display: none;
}

.lp-mobile-promises {
  padding: 0 0 58px;
  background: #fff;
}

.lp-mobile-promises-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lp-promise-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid #ededed;
  background:
    radial-gradient(circle at 78% 25%, rgba(255,255,255,.95) 0 13%, rgba(214,214,214,.45) 14% 16%, transparent 17%),
    linear-gradient(140deg, #f8f6f5 0%, #e8e5e2 100%);
  color: #111;
}

.lp-promise-card span {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lp-promise-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
}

.lp-promise-card small {
  margin-top: 6px;
  color: #555;
  font-size: 11px;
}

.lp-testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-testimonial-card {
  min-height: 235px;
  padding: 28px 24px;
  border: 1px solid #e8e8e8;
  background: #fff;
  text-align: center;
}

.lp-testimonial-card strong {
  display: block;
  min-height: 36px;
  color: #262626;
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
}

.lp-testimonial-stars {
  display: block;
  margin: 11px 0;
  color: #f1b300;
  font-size: 15px;
  letter-spacing: .08em;
}

.lp-testimonial-card p {
  color: #666;
  font-size: 12px;
  line-height: 1.7;
}

.lp-testimonial-card small {
  display: block;
  margin-top: 16px;
  color: #222;
  font-weight: 600;
}

.lp-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 997;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #ededed;
  color: #222;
  font-size: 23px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.lp-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lp-back-to-top:hover {
  background: #ddd;
}

@media (max-width: 768px) {
  .lp-categories-section {
    padding: 38px 0 30px;
  }

  .lp-mobile-simple-heading {
    margin-bottom: 22px;
  }

  .lp-mobile-simple-heading h2,
  .lp-new-in-heading h2 {
    margin: 0;
    color: #111;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }

  .lp-new-in-heading span {
    display: none;
  }

  .lp-new-in-heading h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .lp-mobile-carousel-shell {
    padding: 0 16px 25px;
  }

  .lp-mobile-category-track,
  .lp-testimonials-track {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-inline: contain;
  }

  .lp-mobile-category-track::-webkit-scrollbar,
  .lp-testimonials-track::-webkit-scrollbar {
    display: none;
  }

  .lp-mobile-category-track .lp-category-card {
    flex: 0 0 calc(50% - 9px);
    min-width: calc(50% - 9px);
    min-height: 160px;
    padding: 0 4px;
    gap: 12px;
    scroll-snap-align: start;
  }

  .lp-mobile-category-track .lp-category-card img,
  .lp-mobile-category-track .lp-category-placeholder {
    width: clamp(112px, 34vw, 138px);
    height: clamp(112px, 34vw, 138px);
    box-shadow: none;
    border: 0;
  }

  .lp-mobile-category-track .lp-category-card strong {
    color: #272727;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
  }

  .lp-carousel-arrow {
    position: absolute;
    top: 61px;
    z-index: 3;
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(255,255,255,.9);
    color: #555;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    padding: 0;
  }

  .lp-carousel-prev { left: -5px; }
  .lp-carousel-next { right: -5px; }

  .lp-carousel-dots {
    min-height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 13px;
  }

  .lp-carousel-dots span {
    width: 14px;
    height: 4px;
    display: block;
    background: #e5e5e5;
    transition: width .2s ease, background .2s ease;
  }

  .lp-carousel-dots span.is-active {
    width: 24px;
    background: #242424;
  }

  /* Força duas colunas em home, loja, categorias, relacionados e Elementor. */
  body.lela-pratas-theme .woocommerce ul.products,
  body.lela-pratas-theme.woocommerce-page ul.products,
  body.lela-pratas-theme .elementor-widget-woocommerce-products ul.products,
  body.lela-pratas-theme .related.products ul.products,
  body.lela-pratas-theme .up-sells ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 12px !important;
    margin-top: 18px;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product,
  body.lela-pratas-theme.woocommerce-page ul.products li.product {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 8px;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-thumb-swap,
  body.lela-pratas-theme .woocommerce ul.products li.product a > img {
    margin-bottom: 11px;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-thumb-swap img,
  body.lela-pratas-theme .woocommerce ul.products li.product a > img {
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-category__title {
    min-height: 31px;
    margin: 0 0 5px;
    padding: 0 2px;
    color: #222;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1.42;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .price,
  body.lela-pratas-theme .woocommerce ul.products li.product .price .amount,
  body.lela-pratas-theme .woocommerce ul.products li.product .price bdi {
    font-size: 13px !important;
    font-weight: 700;
  }

  /* No celular o card fica compacto e o clique na foto/nome abre o produto. */
  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-code,
  body.lela-pratas-theme .woocommerce ul.products li.product .star-rating,
  body.lela-pratas-theme .woocommerce ul.products li.product .lp-price-note,
  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-actions,
  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-category-line,
  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-pills,
  body.lela-pratas-theme .woocommerce ul.products li.product .lp-card-seal {
    display: none !important;
  }

  body.lela-pratas-theme .woocommerce span.onsale,
  body.lela-pratas-theme .lp-sale-badge {
    top: 6px;
    left: 6px;
    padding: 5px 6px;
    font-size: 8px;
  }

  .lp-new-in-section {
    padding: 22px 0 46px;
  }

  .lp-mobile-promises {
    padding: 0 0 42px;
  }

  .lp-mobile-promises-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-promise-card {
    min-height: 150px;
    padding: 20px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.7)),
      linear-gradient(140deg, #ece8e5 0%, #d9d6d4 100%);
  }

  .lp-promise-card strong {
    font-size: 22px;
  }

  .lp-testimonials-section {
    padding: 46px 0 32px;
  }

  .lp-testimonial-carousel {
    padding-bottom: 24px;
  }

  .lp-testimonial-carousel .lp-carousel-arrow {
    top: 104px;
  }

  .lp-testimonials-track .lp-testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 230px;
    scroll-snap-align: start;
  }

  .lp-site-footer {
    background: #f4f4f4;
  }

  .lp-footer-cert {
    display: none;
  }

  .lp-footer-grid {
    display: block;
    padding: 34px 0 18px;
  }

  .lp-footer-brand {
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dfdfdf;
  }

  .lp-footer-brand img {
    max-width: 150px;
  }

  .lp-footer-col {
    border-bottom: 1px solid #dfdfdf;
  }

  .lp-footer-col h3 {
    position: relative;
    margin: 0;
    padding: 18px 28px 18px 0;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
  }

  .lp-footer-col h3::after {
    content: "⌄";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform .2s ease;
  }

  .lp-footer-col.is-open h3::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .lp-footer-col > :not(h3) {
    display: none;
  }

  .lp-footer-col.is-open > :not(h3) {
    display: block;
    padding-bottom: 16px;
  }

  .lp-footer-bottom {
    background: #f4f4f4;
    font-size: 10px;
  }

  .lp-floating-whatsapp {
    right: 16px;
    bottom: 78px;
  }

  .lp-back-to-top {
    right: 17px;
    bottom: 18px;
  }
}

@media (max-width: 390px) {
  body.lela-pratas-theme .woocommerce ul.products,
  body.lela-pratas-theme.woocommerce-page ul.products,
  body.lela-pratas-theme .elementor-widget-woocommerce-products ul.products {
    gap: 26px 10px !important;
  }

  .lp-mobile-category-track {
    gap: 12px;
  }

  .lp-mobile-category-track .lp-category-card {
    flex-basis: calc(50% - 6px);
    min-width: calc(50% - 6px);
  }
}

/* =========================================================
   REFINO V8 - CARDS SEM SOBREPOSIÇÃO + LOGOTIPO CONFIGURÁVEL
========================================================= */
@media (min-width: 769px) {
  body.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.lela-pratas-theme .woocommerce ul.products li.product .woocommerce-loop-category__title {
    min-height: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-code {
    min-height: 38px;
    margin-bottom: 7px;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .star-rating {
    min-height: 16px;
    margin-bottom: 9px;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-price-note {
    min-height: 48px;
    margin-bottom: 10px;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-pills {
    position: static !important;
    width: 100%;
    max-width: 270px;
    min-height: 30px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 10px auto 8px;
    padding: 0 3px;
    overflow: hidden;
    line-height: 1;
    clear: both;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-pills span {
    position: static !important;
    width: auto;
    min-width: 24px;
    max-width: 38px;
    height: 24px;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-category-line {
    position: static !important;
    min-height: 18px;
    display: block;
    clear: both;
    margin: 11px auto 0;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  body.lela-pratas-theme .woocommerce ul.products li.product .lp-loop-actions {
    clear: both;
  }
}

/* =========================================================
   V10 - FULL BANNER DA HOME + PÁGINA DE PRODUTO REFINADA
========================================================= */

/* Banner principal em largura total */
.lp-full-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ececec;
  border-bottom: 1px solid #ececec;
}

.lp-full-banner-track {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
}

.lp-full-banner-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.01);
  transition: opacity .55s ease, visibility .55s ease, transform 1s ease;
  pointer-events: none;
}

.lp-full-banner-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.lp-full-banner-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-full-banner-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lp-full-banner-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  color: #111;
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.lp-full-banner-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.lp-full-banner-prev { left: 24px; }
.lp-full-banner-next { right: 24px; }

.lp-full-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 6;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.lp-full-banner-dots button {
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(17,17,17,.25);
  transition: width .2s ease, background .2s ease;
}

.lp-full-banner-dots button.is-active {
  width: 42px;
  background: #111;
}

/* Página individual: estrutura, galeria e resumo */
body.lela-pratas-theme.single-product .woocommerce div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .78fr) !important;
  align-items: start !important;
  gap: clamp(36px, 4.2vw, 68px) !important;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

body.lela-pratas-theme.single-product .woocommerce div.product div.images,
body.lela-pratas-theme.single-product .woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product div.images {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  gap: 14px !important;
  align-items: start;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-viewport,
body.lela-pratas-theme.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  width: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  float: none !important;
  width: 88px !important;
  margin: 0 !important;
  list-style: none !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 88px !important;
  height: 108px !important;
  padding: 4px !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 0 !important;
  background: #fff !important;
  object-fit: contain !important;
  opacity: .72;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: #111 !important;
  opacity: 1;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img,
body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-viewport img {
  width: 100% !important;
  max-height: 720px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  object-fit: contain !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery__trigger {
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  z-index: 8 !important;
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

body.lela-pratas-theme.single-product .woocommerce div.product div.summary {
  position: relative !important;
  display: block !important;
  padding: 4px 0 0 !important;
  color: #222;
  isolation: isolate;
}

/* Reset de posições herdadas que provocavam textos sobrepostos */
body.lela-pratas-theme.single-product .woocommerce div.product div.summary > * {
  position: static !important;
  float: none !important;
  clear: both !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  inset: auto !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product div.summary > .tinv-wraper,
body.lela-pratas-theme.single-product .woocommerce div.product div.summary > .yith-wcwl-add-to-wishlist {
  position: absolute !important;
  top: 4px !important;
  right: 0 !important;
  left: auto !important;
  width: auto !important;
  clear: none !important;
  z-index: 4;
}

body.lela-pratas-theme.single-product .woocommerce div.product .product_title {
  margin: 0 54px 8px 0 !important;
  color: #111 !important;
  font-family: "Montserrat", "Poppins", Arial, sans-serif !important;
  font-size: clamp(24px, 2.35vw, 34px) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere;
}

.lp-single-meta-line {
  display: none !important;
}

.lp-single-code {
  display: block;
  margin: 0 0 12px !important;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 1.4;
}

.lp-single-code strong {
  color: inherit;
  font-weight: 500;
}

body.lela-pratas-theme.single-product .woocommerce-product-rating {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px !important;
  line-height: 1;
}

body.lela-pratas-theme.single-product .woocommerce-review-link {
  color: #777 !important;
  font-size: 12px;
}

body.lela-pratas-theme.single-product .woocommerce div.product p.price,
body.lela-pratas-theme.single-product .woocommerce div.product span.price {
  display: block;
  margin: 0 0 4px !important;
  color: #222 !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.lela-pratas-theme.single-product .lp-single-price-note {
  margin: 0 0 20px !important;
}

body.lela-pratas-theme.single-product .lp-single-price-note .lp-price-note {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #333;
  font-size: 13px;
  line-height: 1.55;
}

body.lela-pratas-theme.single-product .lp-single-price-note .lp-price-note span,
body.lela-pratas-theme.single-product .lp-single-price-note .lp-price-note em {
  display: block;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

body.lela-pratas-theme.single-product .lp-single-price-note .lp-price-note em .amount,
body.lela-pratas-theme.single-product .lp-single-price-note .lp-price-note em bdi {
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.cart {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 18px 0 24px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #ececec !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 90px minmax(180px, 1fr) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.cart .quantity {
  float: none !important;
  width: 90px !important;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product .quantity .qty {
  width: 90px !important;
  min-width: 90px !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 12px !important;
  border: 1px solid #dedede !important;
  border-radius: 0 !important;
  background: #fff !important;
  text-align: center !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button,
body.lela-pratas-theme.single-product .woocommerce div.product form.cart .single_add_to_cart_button.button {
  float: none !important;
  width: 100% !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
  background: #333 !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form table.variations {
  width: 100% !important;
  margin: 0 0 14px !important;
  border: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form table.variations th,
body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form table.variations td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form table.variations th.label {
  margin: 0 0 8px !important;
  color: #555;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form table.variations td.value {
  margin: 0 0 16px !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form select {
  width: 100% !important;
  min-height: 48px;
  border: 1px solid #dedede;
  border-radius: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form .single_variation_wrap,
body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart {
  width: 100% !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 90px minmax(180px, 1fr) !important;
  gap: 14px !important;
  align-items: stretch;
}

body.lela-pratas-theme.single-product .woocommerce-product-details__short-description {
  margin: 20px 0 0 !important;
  color: #686868 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-details__short-description > :first-child {
  margin-top: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-details__short-description > :last-child {
  margin-bottom: 0 !important;
}

body.lela-pratas-theme.single-product .summary .product_meta,
body.lela-pratas-theme.single-product .summary .posted_in,
body.lela-pratas-theme.single-product .summary .tagged_as,
body.lela-pratas-theme.single-product .summary .sku_wrapper,
body.lela-pratas-theme.single-product .summary .auxshp-meta-terms,
body.lela-pratas-theme.single-product .summary .auxshp-label {
  display: none !important;
}

body.lela-pratas-theme.single-product .lp-product-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 12px !important;
}

body.lela-pratas-theme.single-product .lp-single-note {
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product .woocommerce-tabs,
body.lela-pratas-theme.single-product .related.products,
body.lela-pratas-theme.single-product .up-sells {
  grid-column: 1 / -1 !important;
}

@media (max-width: 900px) {
  .lp-full-banner-track {
    aspect-ratio: 16 / 9;
  }

  .lp-full-banner-arrow {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .lp-full-banner-prev { left: 10px; }
  .lp-full-banner-next { right: 10px; }

  body.lela-pratas-theme.single-product .woocommerce div.product {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

@media (max-width: 768px) {
  .lp-full-banner-track {
    aspect-ratio: 4 / 5;
    background: #f2f0ee;
  }

  .lp-full-banner-slide picture,
  .lp-full-banner-slide img {
    width: 100%;
    height: 100%;
  }

  .lp-full-banner-slide img {
    object-fit: cover;
    object-position: center;
  }

  .lp-full-banner-dots {
    bottom: 10px;
  }

  .lp-full-banner-dots button {
    width: 20px;
  }

  .lp-full-banner-dots button.is-active {
    width: 30px;
  }

  body.lela-pratas-theme.single-product .woocommerce div.product div.images {
    display: block !important;
  }

  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-viewport,
  body.lela-pratas-theme.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: block !important;
    margin: 0 !important;
  }

  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
  }

  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li,
  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 72px !important;
    min-width: 72px !important;
  }

  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    height: 82px !important;
  }

  body.lela-pratas-theme.single-product .woocommerce div.product .product_title {
    margin-right: 44px !important;
    font-size: 24px !important;
  }

  body.lela-pratas-theme.single-product .lp-product-trust {
    grid-template-columns: 1fr !important;
  }

  body.lela-pratas-theme.single-product .woocommerce div.product form.cart:not(.variations_form),
  body.lela-pratas-theme.single-product .woocommerce div.product form.variations_form .woocommerce-variation-add-to-cart {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.lela-pratas-theme.single-product .woocommerce div.product form.cart .quantity,
  body.lela-pratas-theme.single-product .woocommerce div.product .quantity .qty {
    width: 82px !important;
    min-width: 82px !important;
  }
}

/* =========================================================
   V11 - PÁGINA DE PRODUTO: RESET LEGADO + MINIATURAS HORIZONTAIS
========================================================= */

/*
 * Alguns estilos antigos do Phlox/Auxin ou do campo CSS adicional
 * criavam textos através de pseudo-elementos e posicionamento absoluto.
 * Este bloco neutraliza apenas esses elementos na página individual.
 */
body.lela-pratas-theme.single-product .entry-summary::before,
body.lela-pratas-theme.single-product .entry-summary::after,
body.lela-pratas-theme.single-product .summary::before,
body.lela-pratas-theme.single-product .summary::after,
body.lela-pratas-theme.single-product .woocommerce-product-details__short-description::before,
body.lela-pratas-theme.single-product .woocommerce-product-details__short-description::after {
  content: none !important;
  display: none !important;
}

/* Remove metadados e rótulos herdados que aparecem sobre o título. */
body.lela-pratas-theme.single-product .summary .auxshp-cats-wrapper,
body.lela-pratas-theme.single-product .summary .auxshp-meta-terms,
body.lela-pratas-theme.single-product .summary .auxshp-label,
body.lela-pratas-theme.single-product .summary .auxshp-stock-status,
body.lela-pratas-theme.single-product .summary .auxshp-meta-label,
body.lela-pratas-theme.single-product .summary .product_meta,
body.lela-pratas-theme.single-product .summary .posted_in,
body.lela-pratas-theme.single-product .summary .tagged_as,
body.lela-pratas-theme.single-product .summary .sku_wrapper,
body.lela-pratas-theme.single-product .summary .brand,
body.lela-pratas-theme.single-product .summary .product-brand,
body.lela-pratas-theme.single-product .summary [class*="auxshp-meta"],
body.lela-pratas-theme.single-product .summary [class*="auxshp-cats"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Neutraliza posições absolutas antigas dentro dos blocos principais. */
body.lela-pratas-theme.single-product .summary .product_title,
body.lela-pratas-theme.single-product .summary .lp-single-code,
body.lela-pratas-theme.single-product .summary .woocommerce-product-rating,
body.lela-pratas-theme.single-product .summary .price,
body.lela-pratas-theme.single-product .summary .lp-single-price-note,
body.lela-pratas-theme.single-product .summary form.cart,
body.lela-pratas-theme.single-product .summary .lp-product-trust,
body.lela-pratas-theme.single-product .summary .lp-single-note,
body.lela-pratas-theme.single-product .summary .woocommerce-product-details__short-description {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  float: none !important;
  clear: both !important;
  transform: none !important;
  z-index: auto !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product div.summary {
  overflow: visible !important;
}

body.lela-pratas-theme.single-product .woocommerce div.product .product_title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 48px 10px 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Galeria: imagem principal e miniaturas horizontais abaixo. */
body.lela-pratas-theme.single-product .woocommerce div.product div.images {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-viewport,
body.lela-pratas-theme.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 0 0 6px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 92px !important;
  float: none !important;
  width: 92px !important;
  max-width: 92px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  scroll-snap-align: start;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  display: block !important;
  width: 92px !important;
  height: 92px !important;
  margin: 0 !important;
  padding: 4px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 0 !important;
  background: #fff !important;
  object-fit: contain !important;
  opacity: .76;
}

body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: #111 !important;
  opacity: 1;
}

/* Evita que a descrição longa ou plugins invadam o resumo. */
body.lela-pratas-theme.single-product .woocommerce div.product div.summary > div,
body.lela-pratas-theme.single-product .woocommerce div.product div.summary > p,
body.lela-pratas-theme.single-product .woocommerce div.product div.summary > form,
body.lela-pratas-theme.single-product .woocommerce div.product div.summary > h1,
body.lela-pratas-theme.single-product .woocommerce div.product div.summary > h2 {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
    gap: 8px !important;
    margin-top: 10px !important;
  }

  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex-basis: 76px !important;
    width: 76px !important;
    max-width: 76px !important;
  }

  body.lela-pratas-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 76px !important;
    height: 76px !important;
  }
}

/* =========================================================
   V12 - TEMPLATE NATIVO DO PRODUTO / RESET DEFINITIVO
========================================================= */
body.lela-pratas-theme.single-product .elementor-location-single,
body.lela-pratas-theme.single-product .elementor-location-single-product,
body.lela-pratas-theme.single-product > .elementor[data-elementor-type="product"],
body.lela-pratas-theme.single-product .aux-content-top-margin > .elementor-location-single {
  display: none !important;
}

.lp-native-product-page {
  width: 100%;
  padding: 22px 0 70px;
  background: #fff;
}

.lp-native-product-container {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.lp-native-product-container .woocommerce-breadcrumb {
  margin: 0 0 22px !important;
  color: #777 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.lp-native-product-container .woocommerce-breadcrumb a {
  color: #555 !important;
}

/* O template nativo tem exatamente duas colunas principais. */
body.lela-pratas-theme.single-product .lp-native-product-container div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .75fr) !important;
  column-gap: clamp(34px, 4vw, 66px) !important;
  row-gap: 42px !important;
  align-items: start !important;
  max-width: none !important;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container div.product > .woocommerce-product-gallery,
body.lela-pratas-theme.single-product .lp-native-product-container div.product > .summary {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* Galeria: imagem principal em cima e miniaturas em linha abaixo. */
body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery {
  display: block !important;
  position: relative !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-viewport,
body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery__wrapper {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery__image,
body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery__image a {
  display: block !important;
  width: 100% !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery__image img,
body.lela-pratas-theme.single-product .lp-native-product-container .flex-viewport img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 720px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .flex-control-thumbs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 0 0 5px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  list-style: none !important;
  scrollbar-width: thin;
}

body.lela-pratas-theme.single-product .lp-native-product-container .flex-control-thumbs li {
  flex: 0 0 88px !important;
  float: none !important;
  width: 88px !important;
  max-width: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .flex-control-thumbs li img {
  display: block !important;
  width: 88px !important;
  height: 88px !important;
  margin: 0 !important;
  padding: 3px !important;
  object-fit: contain !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 0 !important;
  opacity: .75 !important;
  background: #fff !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .flex-control-thumbs li img.flex-active,
body.lela-pratas-theme.single-product .lp-native-product-container .flex-control-thumbs li img:hover {
  border-color: #111 !important;
  opacity: 1 !important;
}

/* Resumo: elimina qualquer ordem/posição antiga de widgets. */
body.lela-pratas-theme.single-product .lp-native-product-container .summary,
body.lela-pratas-theme.single-product .lp-native-product-container .entry-summary {
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  padding: 2px 0 0 !important;
  isolation: isolate;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary::before,
body.lela-pratas-theme.single-product .lp-native-product-container .summary::after,
body.lela-pratas-theme.single-product .lp-native-product-container .entry-summary::before,
body.lela-pratas-theme.single-product .lp-native-product-container .entry-summary::after {
  content: none !important;
  display: none !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary > * {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  float: none !important;
  clear: both !important;
  order: initial !important;
  transform: none !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .product_title {
  display: block !important;
  margin: 0 48px 9px 0 !important;
  padding: 0 !important;
  color: #111 !important;
  font-family: "Montserrat", "Poppins", Arial, sans-serif !important;
  font-size: clamp(25px, 2.1vw, 33px) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-single-code {
  display: block !important;
  margin: 0 0 12px !important;
  color: #999 !important;
  font-size: 13px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .woocommerce-product-rating {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 14px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .price {
  display: block !important;
  margin: 0 0 5px !important;
  color: #222 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-single-price-note {
  display: block !important;
  margin: 0 0 18px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart {
  display: block !important;
  margin: 0 0 20px !important;
  padding: 16px 0 24px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart:not(.variations_form),
body.lela-pratas-theme.single-product .lp-native-product-container .summary .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .quantity,
body.lela-pratas-theme.single-product .lp-native-product-container .summary .quantity .qty {
  width: 88px !important;
  min-width: 88px !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .product_meta,
body.lela-pratas-theme.single-product .lp-native-product-container .summary .posted_in,
body.lela-pratas-theme.single-product .lp-native-product-container .summary .tagged_as,
body.lela-pratas-theme.single-product .lp-native-product-container .summary .sku_wrapper,
body.lela-pratas-theme.single-product .lp-native-product-container .summary [class*="auxshp"],
body.lela-pratas-theme.single-product .lp-native-product-container .summary [class*="phlox"] {
  display: none !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-tabs,
body.lela-pratas-theme.single-product .lp-native-product-container .related.products,
body.lela-pratas-theme.single-product .lp-native-product-container .up-sells {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 900px) {
  .lp-native-product-container {
    width: min(100% - 30px, 760px);
  }

  body.lela-pratas-theme.single-product .lp-native-product-container div.product {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
  }
}

@media (max-width: 520px) {
  .lp-native-product-page {
    padding-top: 14px;
  }

  .lp-native-product-container {
    width: calc(100% - 22px);
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .summary .product_title {
    margin-right: 38px !important;
    font-size: 23px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .flex-control-thumbs li,
  body.lela-pratas-theme.single-product .lp-native-product-container .flex-control-thumbs li img {
    width: 72px !important;
    max-width: 72px !important;
    height: 72px !important;
    flex-basis: 72px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart:not(.variations_form),
  body.lela-pratas-theme.single-product .lp-native-product-container .summary .woocommerce-variation-add-to-cart {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .summary .quantity,
  body.lela-pratas-theme.single-product .lp-native-product-container .summary .quantity .qty {
    width: 78px !important;
    min-width: 78px !important;
  }
}

/* =========================================================
   V13 - PÁGINA DE PRODUTO NO PADRÃO DE REFERÊNCIA
   Miniaturas verticais no desktop + carrinho alinhado
========================================================= */

/* largura e proporção geral da página individual */
body.lela-pratas-theme.single-product .lp-native-product-container {
  width: min(1260px, calc(100% - 44px)) !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container div.product {
  grid-template-columns: minmax(0, 1.52fr) minmax(360px, .72fr) !important;
  column-gap: clamp(38px, 4.2vw, 72px) !important;
  row-gap: 44px !important;
}

/* galeria no estilo do modelo: miniaturas verticais à esquerda */
body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery {
  display: grid !important;
  grid-template-columns: 100px minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  column-gap: 18px !important;
  align-items: start !important;
  width: 100% !important;
  overflow: visible !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-viewport,
body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery__image img,
body.lela-pratas-theme.single-product .lp-native-product-container .flex-viewport img {
  width: 100% !important;
  height: min(660px, 68vw) !important;
  max-height: 660px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  width: 100px !important;
  max-height: 660px !important;
  margin: 0 !important;
  padding: 0 4px 0 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 100px !important;
  width: 100px !important;
  max-width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  padding: 4px !important;
  object-fit: contain !important;
  border: 1px solid #e4e4e4 !important;
  background: #fff !important;
  opacity: .62 !important;
  transition: border-color .2s ease, opacity .2s ease;
}

body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: #111 !important;
  opacity: 1 !important;
}

/* lupa deslocada para a área da imagem principal */
body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery__trigger {
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  z-index: 8 !important;
}

/* resumo com proporções e espaçamentos próximos ao modelo */
body.lela-pratas-theme.single-product .lp-native-product-container .summary,
body.lela-pratas-theme.single-product .lp-native-product-container .entry-summary {
  padding-top: 2px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .product_title {
  margin-bottom: 7px !important;
  font-size: clamp(24px, 1.9vw, 31px) !important;
  line-height: 1.18 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-single-code {
  margin-bottom: 10px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .woocommerce-product-rating {
  margin-bottom: 13px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .price {
  margin-bottom: 3px !important;
  font-size: 25px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-single-price-note {
  margin-bottom: 22px !important;
}

/* variações acima da compra, sem quebrar a linha do botão */
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.variations_form {
  display: block !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary form.variations_form table.variations {
  width: 100% !important;
  margin: 0 0 18px !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary form.variations_form .woocommerce-variation-add-to-cart,
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 90px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* quantidade e botão com a mesma altura real */
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart .quantity {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: 90px !important;
  min-width: 90px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dedede !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart .quantity .qty {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  text-align: center !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart .single_add_to_cart_button,
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart button.single_add_to_cart_button,
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart .button.single_add_to_cart_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #6caf4f !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .01em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart .single_add_to_cart_button:hover {
  background: #5c9d42 !important;
}

/* separador abaixo da compra, como no modelo */
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart {
  border-bottom: 1px solid #ececec !important;
  padding-bottom: 26px !important;
  margin-bottom: 22px !important;
}

/* caixa de confiança e nota menos intrusivas */
body.lela-pratas-theme.single-product .lp-native-product-container .lp-product-trust {
  margin-top: 0 !important;
}

/* tablet: miniaturas ainda à esquerda, porém menores */
@media (max-width: 1080px) and (min-width: 901px) {
  body.lela-pratas-theme.single-product .lp-native-product-container div.product {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr) !important;
    column-gap: 34px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs {
    width: 82px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li,
  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 82px !important;
    max-width: 82px !important;
    height: 82px !important;
    flex-basis: 82px !important;
  }
}

/* mobile: miniaturas voltam para linha horizontal abaixo da imagem */
@media (max-width: 900px) {
  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery {
    display: block !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-viewport,
  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    width: 100% !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-height: none !important;
    margin-top: 12px !important;
    padding: 0 0 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li,
  body.lela-pratas-theme.single-product .lp-native-product-container .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 78px !important;
    max-width: 78px !important;
    height: 78px !important;
    flex-basis: 78px !important;
  }
}

@media (max-width: 520px) {
  body.lela-pratas-theme.single-product .lp-native-product-container .summary form.variations_form .woocommerce-variation-add-to-cart,
  body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart:not(.variations_form) {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart .quantity {
    width: 78px !important;
    min-width: 78px !important;
  }
}

/* =========================================================
   V14 - LINHA ESTRUTURAL DE QUANTIDADE + COMPRAR
========================================================= */
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart,
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.cart:not(.variations_form),
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.variations_form,
body.lela-pratas-theme.single-product .lp-native-product-container .summary form.variations_form .woocommerce-variation-add-to-cart {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  overflow: visible !important;
  float: none !important;
  clear: both !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  inset: auto !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .quantity {
  display: flex !important;
  flex: 0 0 92px !important;
  order: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  position: static !important;
  inset: auto !important;
  overflow: hidden !important;
  border: 1px solid #dedede !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .quantity .qty {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  text-align: center !important;
  box-shadow: none !important;
  position: static !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .single_add_to_cart_button,
body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row button.single_add_to_cart_button,
body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .button.single_add_to_cart_button {
  display: flex !important;
  flex: 1 1 auto !important;
  order: 2 !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  float: none !important;
  clear: none !important;
  position: static !important;
  inset: auto !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #6caf4f !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .01em !important;
  text-align: center !important;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .single_add_to_cart_button > span,
body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .single_add_to_cart_button .aux-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  color: inherit !important;
}

@media (max-width: 480px) {
  body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row {
    gap: 9px !important;
    height: 52px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .quantity {
    flex-basis: 78px !important;
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .quantity .qty {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    line-height: 50px !important;
  }

  body.lela-pratas-theme.single-product .lp-native-product-container .summary .lp-purchase-row .single_add_to_cart_button {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }
}


/* =========================================================
   V15 - BANNERS ESPECÍFICOS PARA MOBILE
========================================================= */
@media (max-width: 767px) {
  body.lela-pratas-theme .lp-full-banner-track {
    aspect-ratio: 4 / 5 !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.lela-pratas-theme .lp-full-banner-slide picture,
  body.lela-pratas-theme .lp-full-banner-slide picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.lela-pratas-theme .lp-full-banner-slide picture img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.lela-pratas-theme .lp-full-banner-arrow {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.76);
  }
}

/* =========================================================
   V16 - ÍCONE DE CARRINHO DE COMPRAS
   Substitui a sacola por um carrinho tradicional no desktop e mobile.
========================================================= */
.lp-shopping-cart-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-cart-link {
  position: relative;
}

.lp-cart-link .lp-shopping-cart-icon {
  pointer-events: none;
}

@media (max-width: 767px) {
  .lp-shopping-cart-icon {
    width: 25px;
    height: 25px;
    stroke-width: 1.55;
  }

  .lp-cart-link {
    width: 36px;
    min-width: 36px;
  }

  .lp-cart-link .lp-cart-count,
  .lp-cart-count {
    top: -3px;
    right: -6px;
  }
}
