:root {
  --sv-green: #1263c9;
  --sv-green-dark: #073f9a;
  --sv-lime: #ed1c24;
  --sv-cream: #f4f7fc;
  --sv-ink: #14233a;
  --sv-muted: #65738a;
  --sv-line: #dfe7f2;
  --sv-radius: 22px;
  --sv-shadow: 0 18px 45px rgba(15, 66, 145, .14);
}

.sv-modern-home {
  color: var(--sv-ink);
  background: var(--sv-cream);
}

.sv-modern-home .main-page-wrapper {
  padding-top: 0 !important;
}

.sv-modern-home #main-content,
.sv-modern-home .site-content,
.sv-modern-home article.entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sv-modern-home .whb-header {
  box-shadow: 0 8px 30px rgba(18, 55, 36, .08);
}

.sv-modern-home .wd-header-search-form input[type="text"],
.sv-modern-home .searchform input[type="text"] {
  min-height: 48px;
  border: 1px solid var(--sv-line);
  border-radius: 999px;
  background: #fff;
}

.sv-modern-intro {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  width: 100vw;
  max-width: none;
  margin: -24px calc(50% - 50vw) 28px;
  padding: 30px max(24px, calc((100vw - 1220px) / 2));
  border-radius: 0;
  color: #fff;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 85% 20%, rgba(237, 28, 36, .28), transparent 34%),
    linear-gradient(125deg, var(--sv-green-dark), var(--sv-green));
  box-shadow: var(--sv-shadow);
  overflow: hidden;
}

.sv-modern-intro__copy {
  max-width: 760px;
  margin-bottom: 0;
}

.sv-modern-intro + .elementor {
  padding-top: 26px;
}

.sv-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  background: rgba(237, 28, 36, .82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sv-modern-intro h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.sv-modern-intro p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(15px, 1.4vw, 18px);
}

.sv-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sv-quick-actions a {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  gap: 0 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(8px);
  transition: transform .2s ease, background .2s ease;
}

.sv-quick-actions a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .17);
  transform: translateY(-3px);
}

.sv-quick-actions a > span {
  grid-row: 1 / 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--sv-lime);
  font-size: 20px;
  font-weight: 900;
}

.sv-quick-actions strong { font-size: 15px; }
.sv-quick-actions small { color: rgba(255,255,255,.68); font-size: 12px; }

.sv-modern-home .wd-marquee {
  border-block: 1px solid var(--sv-line);
  background: #fff;
}

/* Vitrine de banners */
.sv-modern-home [data-id="4534948e"] .wd-slider,
.sv-modern-home [data-id="4534948e"] .wd-carousel,
.sv-modern-home [data-id="4534948e"] .wd-slide,
.sv-modern-home [data-id="68bc9304"] .promo-banner,
.sv-modern-home [data-id="1a76a945"] .promo-banner {
  border-radius: 22px;
  overflow: hidden;
}

.sv-modern-home [data-id="4534948e"] .wd-slider {
  min-height: 430px;
  box-shadow: var(--sv-shadow);
}

.sv-modern-home [data-id="68bc9304"] .promo-banner,
.sv-modern-home [data-id="1a76a945"] .promo-banner {
  min-height: 205px;
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 12px 30px rgba(18, 53, 109, .10);
}

.sv-modern-home [data-id="68bc9304"] img,
.sv-modern-home [data-id="1a76a945"] img,
.sv-modern-home [data-id="1a76a945"] video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv-modern-home [data-id="4534948e"] .wd-nav-pagin {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .12);
}

/* Cabeçalho e área principal de ofertas */
.sv-modern-home .whb-header {
  position: relative;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 6px 24px rgba(7, 63, 154, .08);
}

.sv-modern-home .whb-top-bar {
  min-height: 30px;
  border-bottom-color: #e8edf5;
  background: #f7f9fc;
}
.sv-modern-home .whb-top-bar-inner { height: 30px; }
.sv-modern-home .whb-top-bar .woodmart-nav-link,
.sv-modern-home .whb-top-bar .wd-tools-text { color: #526174; font-size: 11px; }

.sv-modern-home .whb-general-header { min-height: 72px; background: rgba(255,255,255,.97); }
.sv-modern-home .whb-general-header-inner { height: 72px; gap: 20px; }
.sv-modern-home .whb-general-header .whb-col-left { flex: 0 0 188px; }
.sv-modern-home .whb-general-header .site-logo img { width: 174px; max-width: 174px !important; height: auto; }
.sv-modern-home .whb-general-header .whb-col-center { flex: 1 1 auto; gap: 14px; }
.sv-modern-home .whb-general-header .whb-space-element { display: none; }

.sv-modern-home .wd-header-sticky-nav > a {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 13px;
  color: #fff;
  background: var(--sv-green);
  box-shadow: 0 8px 18px rgba(18, 99, 201, .2);
}
.sv-modern-home .wd-header-sticky-nav .wd-tools-text { color: #fff; font-weight: 800; }

.sv-modern-home .whb-general-header .wd-header-search-form { flex: 1 1 420px; max-width: 560px; }
.sv-modern-home .whb-general-header .searchform,
.sv-modern-home .whb-header-bottom .searchform {
  height: 44px;
  border: 1px solid #dce4ef;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.02);
  overflow: hidden;
}
.sv-modern-home .whb-header .searchform input.s { padding: 0 17px 0 62px; color: var(--sv-ink); font-size: 13px; }
.sv-modern-home .whb-header .searchsubmit { width: 48px; color: #fff; background: var(--sv-green); }
.sv-modern-home .whb-general-header .wd-header-nav { margin-left: auto; }
.sv-modern-home .whb-general-header .wd-nav > li > a { min-height: 44px; padding-inline: 10px; color: #344255; font-size: 12px; font-weight: 700; }
.sv-modern-home .whb-general-header .wd-nav > li:first-child > a { color: var(--sv-lime); }

.sv-modern-home [data-id="398a496c"] {
  margin-top: 42px;
  padding-block: 42px 54px;
  border-block: 1px solid var(--sv-line);
  background: #fff;
}

.sv-modern-home [data-id="bab73d6"] {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  align-items: stretch;
  gap: 22px;
  width: 100%;
  margin-bottom: 22px;
  padding: 24px 26px;
  border: 1px solid #d8e4f5;
  border-radius: 22px;
  background: linear-gradient(120deg, #f8fbff, #eef4ff);
}

.sv-modern-home [data-id="1c383b3a"] > .e-con-inner {
  display: block;
}

.sv-modern-home [data-id="392821f8"] {
  display: none;
}

.sv-modern-home [data-id="bab73d6"] .wd-info-box {
  align-items: flex-start;
}

.sv-modern-home [data-id="bab73d6"] .info-box-title {
  margin-top: 5px;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 850;
  line-height: 1.05;
}

.sv-modern-home [data-id="bab73d6"] .info-box-subtitle {
  color: var(--sv-muted);
  font-size: 14px;
}

.sv-modern-home .info-box-title,
.sv-modern-home .woodmart-title-container {
  color: var(--sv-ink);
  letter-spacing: -.025em;
}

.sv-offer-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.sv-offer-benefits span,
.sv-offer-benefits a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #d9e4f4;
  border-radius: 999px;
  color: var(--sv-green-dark);
  background: #f4f8ff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.sv-offer-benefits > span b,
.sv-offer-benefits > a b {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sv-green);
  font-size: 10px;
}

.sv-payment-details {
  display: grid;
  grid-template-columns: 148px 1fr;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #cbdcf5;
  border-left: 4px solid var(--sv-lime);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 63, 154, .09);
}

.sv-payment-details img {
  width: 148px;
  height: 112px;
  border-radius: 13px;
  object-fit: cover;
}

.sv-payment-details__copy { min-width: 0; }
.sv-payment-details__copy > span {
  display: block;
  margin-bottom: 3px;
  color: var(--sv-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.sv-payment-details__copy > strong {
  display: block;
  color: var(--sv-ink);
  font-size: 17px;
  line-height: 1.15;
}
.sv-payment-brands { display: flex; flex-wrap: wrap; gap: 6px; margin: 9px 0 7px; }
.sv-payment-brands b {
  padding: 5px 9px;
  border-radius: 7px;
  color: #fff;
  background: var(--sv-green-dark);
  font-size: 11px;
}
.sv-payment-brands b:last-child { background: var(--sv-lime); }
.sv-payment-details small { color: var(--sv-muted); font-size: 11px; line-height: 1.3; }

.sv-modern-home .sv-lower-banners {
  width: 100%;
  margin-top: 42px;
  padding: 0 24px;
  background: transparent !important;
}
.sv-split-banners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1450px, 100%);
  margin-inline: auto;
}
.sv-state-aid-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(190px, .85fr);
  align-items: center;
  gap: 20px;
  min-height: 228px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .18), transparent 36%),
    linear-gradient(135deg, #073f9a 0%, #1263c9 68%, #164da7 100%);
  box-shadow: 0 18px 42px rgba(7, 63, 154, .2);
}
.sv-state-aid-banner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: #ef2536;
}
.sv-state-aid-banner::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -105px;
  width: 260px;
  height: 260px;
  border: 45px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  pointer-events: none;
}
.sv-state-aid-banner__copy,
.sv-state-aid-banner__visual { position: relative; z-index: 1; min-width: 0; }
.sv-state-aid-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sv-state-aid-banner__eyebrow b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #073f9a;
  background: #fff;
}
.sv-state-aid-banner h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(30px, 2.3vw, 43px);
  line-height: .98;
  letter-spacing: -.035em;
}
.sv-state-aid-banner p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.45;
}
.sv-state-aid-banner__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.sv-state-aid-banner__badges span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  font-size: 10px;
  font-weight: 750;
}
.sv-state-aid-banner__visual { display: grid; justify-items: end; }
.sv-state-aid-banner__card {
  position: relative;
  width: min(230px, 100%);
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 20, 70, .28);
  transform: rotate(2deg);
}
.sv-state-aid-banner__card img { display: block; width: 100%; height: auto; border-radius: 10px; }
.sv-state-aid-banner__card strong {
  position: absolute;
  right: -8px;
  bottom: -9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #ef2536;
  font-size: 10px;
  line-height: 1;
}
.sv-state-aid-banner__logo {
  width: 105px;
  height: auto;
  margin: 17px 8px 0 0;
  padding: 7px 9px;
  border-radius: 10px;
  background: #fff;
}
.sv-credit-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(200px, .95fr);
  align-items: center;
  gap: 20px;
  min-height: 228px;
  padding: 30px 32px;
  border: 1px solid #d6e4f7;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 5%, rgba(239, 37, 54, .1), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f5f9ff 62%, #e7f1ff 100%);
  box-shadow: 0 18px 42px rgba(7, 63, 154, .13);
}
.sv-credit-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #ef2536 0 30%, #fff 30% 34%, #1263c9 34% 100%);
}
.sv-credit-banner__copy,
.sv-credit-banner__visual { position: relative; z-index: 1; min-width: 0; }
.sv-credit-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #1263c9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sv-credit-banner__eyebrow b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: #ef2536;
}
.sv-credit-banner h2 {
  margin: 0 0 9px;
  color: #073f9a;
  font-size: clamp(30px, 2.3vw, 43px);
  line-height: .98;
  letter-spacing: -.035em;
}
.sv-credit-banner p {
  max-width: 390px;
  margin: 0;
  color: #496078;
  font-size: 14px;
  line-height: 1.45;
}
.sv-credit-banner__brands { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.sv-credit-banner__brands strong {
  padding: 6px 12px;
  border: 1px solid #cbdcf5;
  border-radius: 999px;
  color: #073f9a;
  background: #fff;
  box-shadow: 0 4px 10px rgba(7, 63, 154, .06);
  font-size: 11px;
}
.sv-credit-banner__brands strong:last-child { color: #fff; border-color: #1263c9; background: #1263c9; }
.sv-credit-banner__visual { display: grid; justify-items: center; gap: 18px; }
.sv-credit-banner__cards { position: relative; width: 210px; height: 116px; }
.sv-credit-card {
  position: absolute;
  display: flex;
  width: 154px;
  height: 92px;
  align-items: flex-end;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #073f9a, #1263c9);
  box-shadow: 0 13px 24px rgba(7, 63, 154, .2);
  font-size: 15px;
  font-weight: 850;
  font-style: italic;
  letter-spacing: .02em;
}
.sv-credit-card::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 27px;
  height: 19px;
  border-radius: 5px;
  background: linear-gradient(135deg, #f7d97b, #caa74c);
}
.sv-credit-card--one { z-index: 3; left: 0; bottom: 0; transform: rotate(-6deg); }
.sv-credit-card--two { z-index: 2; top: 8px; right: 5px; color: #073f9a; background: linear-gradient(135deg, #fff, #dcecff); transform: rotate(7deg); }
.sv-credit-card--three { z-index: 1; top: -5px; left: 30px; background: linear-gradient(135deg, #ef2536, #b91322); transform: rotate(-1deg); }
.sv-credit-banner__installments {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #073f9a;
  background: #fff;
  box-shadow: 0 8px 20px rgba(7, 63, 154, .12);
  font-size: 11px;
  text-transform: uppercase;
}
.sv-credit-banner__installments b { color: #ef2536; font-size: 18px; line-height: 1; }

/* Cards exclusivos da vitrine promocional. */
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-wrapper {
  position: relative;
  border: 1px solid rgba(220, 38, 52, .18);
  border-radius: 19px;
  overflow: hidden;
  background: linear-gradient(155deg, #fff 0%, #fffafa 38%, #fff0f1 100%);
  box-shadow: 0 12px 28px rgba(154, 20, 34, .1), 0 3px 8px rgba(7, 63, 154, .05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-wrapper::before {
  content: "OFERTA";
  position: absolute;
  z-index: 4;
  top: 13px;
  left: 13px;
  padding: 6px 10px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ef2536, #c51122);
  box-shadow: 0 7px 16px rgba(197, 17, 34, .25);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-element-top {
  margin: 8px 8px 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 45%, #fff 0 42%, rgba(255, 239, 240, .72) 100%);
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-image-link {
  padding: 12px;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-image-link img {
  filter: drop-shadow(0 10px 11px rgba(39, 25, 28, .1));
  transition: transform .25s ease;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-element-bottom {
  position: relative;
  margin-top: 5px;
  padding: 14px 16px 17px;
  border-top: 1px solid rgba(220, 38, 52, .09);
  background: rgba(255, 255, 255, .68);
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .wd-product-header {
  min-height: 44px;
  margin-bottom: 11px;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .wd-entities-title {
  color: #25354c;
  font-weight: 750;
  line-height: 1.35;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .wrap-price {
  padding-top: 10px;
  border-top: 1px dashed rgba(7, 63, 154, .17);
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .price {
  color: #1263c9;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.025em;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .wd-price-unit {
  margin-left: 5px;
  color: #6e7d91;
  font-size: 11px;
  font-weight: 650;
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .wd-product:hover .product-wrapper {
  border-color: rgba(220, 38, 52, .34);
  box-shadow: 0 18px 38px rgba(154, 20, 34, .15), 0 5px 12px rgba(7, 63, 154, .07);
  transform: translateY(-6px);
}
.sv-modern-home .sv-offer-products [data-id="79d2086e"] .wd-product:hover .product-image-link img {
  transform: scale(1.035);
}

.sv-modern-home .product-grid-item .product-wrapper,
.sv-modern-home .wd-product .product-wrapper {
  border: 1px solid var(--sv-line);
  border-radius: var(--sv-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 54, 38, .06);
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
}

/* Vitrines de categorias */
.sv-modern-home .sv-category-heading {
  width: 100% !important;
  max-width: none !important;
  --container-widget-width: 100% !important;
  margin-top: 58px;
  margin-bottom: 18px;
}

.sv-modern-home .sv-category-heading .wd-info-box {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #dbe5f3;
  border-radius: 18px;
  background: linear-gradient(100deg, #fff, #f4f8ff);
  box-shadow: 0 8px 24px rgba(7,63,154,.07);
}

.sv-category-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--sv-green);
  font-size: 22px;
  line-height: 1;
}

.sv-modern-home .sv-category-heading .info-box-content { align-self: center; }
.sv-modern-home .sv-category-heading .info-box-title {
  margin: 0;
  color: var(--sv-ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 850;
}
.sv-modern-home .sv-category-heading .info-box-subtitle { margin: 3px 0 0; color: var(--sv-muted); }
.sv-category-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 15px;
  border-radius: 11px;
  color: #fff;
  background: var(--sv-green);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.sv-category-link::after { content: "›"; margin-left: 8px; font-size: 18px; }
.sv-category-link:hover { color: #fff; background: var(--sv-green-dark); transform: translateX(2px); }

.sv-modern-home .sv-category-heading + .elementor-element .product-wrapper {
  min-height: 100%;
}

.sv-modern-home .product-grid-item:hover .product-wrapper,
.sv-modern-home .wd-product:hover .product-wrapper {
  transform: translateY(-4px);
  box-shadow: var(--sv-shadow);
}

.sv-modern-home .price,
.sv-modern-home .woocommerce-Price-amount {
  color: var(--sv-green);
  font-weight: 900;
}

.sv-modern-home .site-footer {
  margin-top: 56px;
  background: var(--sv-green-dark);
}

/* Rodapé Veneza: hierarquia mais curta e legível */
.sv-modern-home .wd-footer {
  position: relative;
  margin-top: 64px;
  color: rgba(255,255,255,.82);
  background: linear-gradient(135deg, #073f9a 0%, #062d6d 72%, #041d48 100%);
  overflow: hidden;
}

.sv-modern-home .wd-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--sv-lime) 0 22%, #fff 22% 26%, #1d71d9 26% 100%);
}

.sv-modern-home .wd-footer .main-footer {
  padding-top: 52px;
  padding-bottom: 28px;
}

.sv-modern-home .wd-footer [data-id="75b1628"] {
  gap: 0;
}

.sv-modern-home .wd-footer [data-id="340a1c5"] {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1fr 1fr 1.15fr;
  gap: 42px;
  align-items: start;
  width: 100%;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.sv-modern-home .wd-footer .sv-footer-logo {
  display: flex;
  width: 280px;
  max-width: 100%;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.sv-modern-home .wd-footer .sv-footer-logo img {
  display: block;
  width: 240px !important;
  max-width: 100% !important;
  height: auto;
  object-fit: contain;
}

.sv-modern-home .wd-footer [data-id="9945378"] {
  display: none;
}

.sv-modern-home .wd-footer [data-id="7d522ad"] {
  position: relative;
  min-height: 124px;
  overflow: visible;
}

.sv-modern-home .wd-footer [data-id="7d522ad"]::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 280px;
  max-width: none;
  height: 120px;
  border-radius: 14px;
  background: #fff url('/wp-content/uploads/2026/07/logo-super320.png') center / 268px auto no-repeat;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.sv-modern-home .wd-footer .wd-el-toggle-title,
.sv-modern-home .wd-footer .woodmart-title-container {
  margin-bottom: 15px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: none;
}

.sv-modern-home .wd-footer .wd-list li {
  min-height: 38px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: padding-left .2s ease, color .2s ease;
}

.sv-modern-home .wd-footer .wd-list li:hover {
  padding-left: 5px;
  color: #fff;
}

.sv-modern-home .wd-footer .wd-list-content { color: rgba(255,255,255,.78); }
.sv-modern-home .wd-footer .wd-social-icons { gap: 10px; }
.sv-modern-home .wd-footer .wd-social-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.1) !important;
  transition: transform .2s ease, background .2s ease;
}
.sv-modern-home .wd-footer .wd-social-icon:hover { transform: translateY(-3px); background: var(--sv-lime) !important; }

.sv-modern-home .wd-footer [data-id="fc3061d"] {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px 42px;
  width: 100%;
  padding-top: 28px;
}

.sv-modern-home .wd-footer [data-id="6a06f97"],
.sv-modern-home .wd-footer [data-id="85a40a2"],
.sv-modern-home .wd-footer [data-id="bf3f43c"] { width: 100%; }

.sv-modern-home .wd-footer [data-id="6a06f97"] { grid-column: 1 / -1; }
.sv-modern-home .wd-footer [data-id="6a06f97"] p { white-space: nowrap; }

.sv-modern-home .wd-footer [data-id="6a06f97"] p,
.sv-modern-home .wd-footer [data-id="85a40a2"] p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.7; text-align: left; }

.sv-modern-home .wd-footer [data-id="bf3f43c"] {
  grid-column: 1 / -1;
  margin-top: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(0,0,0,.12);
}
.sv-modern-home .wd-footer [data-id="bf3f43c"] p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.65; text-align: left; }

.sv-modern-home [data-id="1826539c"] {
  display: none !important;
}

.sv-mobile-nav { display: none; }

/* Mantém somente cards completos visíveis em cada largura de tela. */
.sv-modern-home .wd-products-element .wd-carousel {
  --wd-col: 5 !important;
}

@media (max-width: 1200px) {
  .sv-modern-home .wd-products-element .wd-carousel {
    --wd-col: 4 !important;
  }
}

@media (max-width: 900px) {
  .sv-modern-home .wd-products-element .wd-carousel {
    --wd-col: 3 !important;
  }

  .sv-modern-home .whb-top-bar { min-height: 64px; background: #fff; }
  .sv-modern-home .whb-top-bar-inner { height: 64px; justify-content: center; }
  .sv-modern-home .whb-top-bar .site-logo img { width: 158px; max-width: 158px !important; height: auto; }
  .sv-modern-home .whb-header-bottom { background: #fff; box-shadow: 0 5px 16px rgba(7,63,154,.08); }
  .sv-modern-home .whb-header-bottom-inner { height: 58px; }
  .sv-modern-home .whb-header-bottom .whb-col-mobile { gap: 12px; width: 100%; }
  .sv-modern-home .wd-header-mobile-nav { flex: 0 0 42px; }
  .sv-modern-home .wd-header-search-form-mobile { flex: 1 1 auto; }
  .sv-modern-home .whb-header-bottom .searchform { height: 42px; }
  .sv-modern-home .whb-header-bottom .wd-header-my-account { flex: 0 0 38px; }
  .sv-modern-intro {
    display: block;
    width: 100vw;
    margin-top: -24px;
    padding-inline: 24px;
  }
  .sv-modern-intro__copy { margin-bottom: 18px; }
  .sv-quick-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sv-modern-home [data-id="4534948e"] .wd-slider { min-height: 360px; }
  .sv-modern-home [data-id="398a496c"] { padding-block: 30px 38px; }
  .sv-modern-home [data-id="bab73d6"] { grid-template-columns: 1fr; }
  .sv-modern-home .wd-footer [data-id="340a1c5"] { grid-template-columns: 1fr 1fr; gap: 28px; }
  .sv-modern-home .wd-footer [data-id="fc3061d"] { grid-template-columns: 1fr; }
  .sv-modern-home .wd-footer [data-id="6a06f97"] { grid-column: auto; }
  .sv-modern-home .wd-footer [data-id="6a06f97"] p { white-space: normal; }
  .sv-modern-home .wd-footer [data-id="bf3f43c"] { grid-column: auto; }
  .sv-split-banners { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .sv-modern-home .wd-products-element .wd-carousel {
    --wd-col: 2 !important;
  }

  .sv-modern-home { padding-bottom: 72px; }
  .sv-modern-intro { padding: 24px 18px; border-radius: 0; }
  .sv-modern-intro h1 { font-size: 34px; }
  .sv-modern-intro__copy { margin-bottom: 18px; }
  .sv-modern-intro + .elementor { padding-top: 18px; }
  .sv-modern-home [data-id="4534948e"] .wd-slider { min-height: 300px; border-radius: 16px; }
  .sv-modern-home [data-id="1a76a945"] .promo-banner { min-height: 260px; border-radius: 16px; }
  .sv-modern-home [data-id="bab73d6"] { padding: 20px 16px; border-radius: 18px; }
  .sv-quick-actions { grid-template-columns: 1fr; }
  .sv-quick-actions a { padding: 13px; }
  .sv-offer-benefits,
  .sv-payment-details { display: none; }
  .sv-modern-home .sv-lower-banners { margin-top: 30px; padding-inline: 16px; }
  .sv-state-aid-banner { grid-template-columns: minmax(0, 1fr) 118px; gap: 12px; min-height: 194px; padding: 23px 18px 23px 22px; border-radius: 19px; }
  .sv-state-aid-banner h2 { font-size: 29px; }
  .sv-state-aid-banner p { font-size: 12px; }
  .sv-state-aid-banner__badges span { padding: 5px 8px; font-size: 9px; }
  .sv-state-aid-banner__card { width: 118px; padding: 5px; border-radius: 11px; }
  .sv-state-aid-banner__card img { border-radius: 7px; }
  .sv-state-aid-banner__card strong { right: -4px; bottom: -8px; padding: 5px 7px; border-width: 2px; font-size: 8px; }
  .sv-state-aid-banner__logo { width: 78px; margin-top: 14px; padding: 5px 7px; }
  .sv-credit-banner { grid-template-columns: minmax(0, 1fr) 118px; gap: 12px; min-height: 194px; padding: 23px 18px 23px 22px; border-radius: 19px; }
  .sv-credit-banner h2 { font-size: 29px; }
  .sv-credit-banner p { font-size: 12px; }
  .sv-credit-banner__brands { gap: 5px; margin-top: 12px; }
  .sv-credit-banner__brands strong { padding: 5px 8px; font-size: 9px; }
  .sv-credit-banner__visual { gap: 10px; }
  .sv-credit-banner__cards { width: 116px; height: 80px; }
  .sv-credit-card { width: 88px; height: 56px; padding: 7px; border-radius: 8px; font-size: 9px; }
  .sv-credit-card::before { top: 8px; left: 8px; width: 16px; height: 11px; border-radius: 3px; }
  .sv-credit-card--two { right: 2px; }
  .sv-credit-card--three { left: 15px; }
  .sv-credit-banner__installments { gap: 4px; padding: 5px 8px; font-size: 8px; }
  .sv-credit-banner__installments b { font-size: 13px; }
  .sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-wrapper::before { top: 8px; left: 8px; padding: 5px 8px; font-size: 8px; }
  .sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-element-top { margin: 5px 5px 0; border-radius: 11px; }
  .sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-image-link { padding: 7px; }
  .sv-modern-home .sv-offer-products [data-id="79d2086e"] .product-element-bottom { padding: 11px 10px 13px; }
  .sv-modern-home .sv-offer-products [data-id="79d2086e"] .wd-product-header { min-height: 38px; margin-bottom: 7px; }
  .sv-modern-home .sv-offer-products [data-id="79d2086e"] .price { font-size: 18px; }
  .sv-modern-home .sv-offer-products [data-id="79d2086e"] .wd-price-unit { margin-left: 3px; font-size: 9px; }
  .sv-modern-home .wd-footer { margin-top: 42px; }
  .sv-modern-home .wd-footer .main-footer { padding: 38px 18px 94px; }
  .sv-modern-home .wd-footer [data-id="340a1c5"] { grid-template-columns: 1fr; gap: 22px; }
  .sv-modern-home .wd-footer .sv-footer-logo { width: 230px; min-height: 100px; }
  .sv-modern-home .wd-footer .sv-footer-logo img { width: 195px !important; height: auto; }
  .sv-modern-home .wd-footer [data-id="7d522ad"]::before { position: relative; width: 230px; height: 100px; background-size: 220px auto; }
  .sv-modern-home .sv-category-heading { margin-top: 38px; margin-bottom: 14px; }
  .sv-modern-home .sv-category-heading .wd-info-box { grid-template-columns: 40px 1fr auto; gap: 10px; padding: 11px; border-radius: 15px; }
  .sv-category-icon { width: 40px; height: 40px; border-radius: 12px; font-size: 19px; }
  .sv-modern-home .sv-category-heading .info-box-title { font-size: 20px; }
  .sv-category-link { min-height: 34px; padding-inline: 11px; font-size: 11px; }
  .sv-modern-home .wd-footer .wd-el-toggle-head { padding-block: 10px; }
  .sv-mobile-nav {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    background: rgba(218, 24, 54, .97);
    box-shadow: 0 12px 35px rgba(0,0,0,.24);
    backdrop-filter: blur(14px);
  }
  .sv-mobile-nav a {
    display: grid;
    gap: 2px;
    place-items: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
  }
  .sv-mobile-nav span { color: #1267c7; font-size: 20px; }
}

@media (max-width: 340px) {
  .sv-modern-home .wd-products-element .wd-carousel {
    --wd-col: 1 !important;
  }
}
