﻿:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f5f5f5;
  --text: #2f2d2d;
  --muted: #827e7d;
  --nav-text: #5f5a59;
  --nav-text-hover: #2f2d2d;
  --brand: #29aaac;
  --brand-strong: #1f8b8d;
  --accent: #827e7d;
  --border: #d8d6d6;
  --danger: #8d2c21;
  --shadow: 0 14px 28px rgba(46, 44, 44, 0.08);
}

body.theme-natal {
  --bg: #f8f1ef;
  --surface: #fffaf9;
  --surface-soft: #f9ecea;
  --text: #2f1b1f;
  --muted: #79565a;
  --nav-text: #5a3d41;
  --nav-text-hover: #2f1b1f;
  --brand: #b41d34;
  --brand-strong: #8f0f22;
  --accent: #1f7a45;
  --border: #e5c8cd;
  --shadow: 0 16px 34px rgba(92, 17, 31, 0.14);
  background:
    radial-gradient(circle at 12% 14%, rgba(183, 33, 61, 0.2), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(31, 122, 69, 0.15), transparent 30%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.35) 0 12px,
      rgba(255, 255, 255, 0) 12px 24px
    ),
    var(--bg);
}

body.theme-pascoa {
  --bg: #f6fbf4;
  --surface: #ffffff;
  --surface-soft: #eef8e9;
  --text: #203025;
  --muted: #5d7465;
  --nav-text: #355042;
  --nav-text-hover: #203025;
  --brand: #1e8e6e;
  --brand-strong: #15684f;
  --accent: #df8f2f;
  --border: #cfe4cc;
  --shadow: 0 16px 34px rgba(31, 97, 66, 0.14);
  background:
    radial-gradient(circle at 10% 18%, rgba(191, 227, 175, 0.32), transparent 36%),
    radial-gradient(circle at 86% 10%, rgba(255, 210, 144, 0.28), transparent 33%),
    radial-gradient(circle at 50% 110%, rgba(201, 236, 214, 0.5), transparent 42%),
    var(--bg);
}

body.theme-blackfriday {
  --bg: #0b0f10;
  --surface: #11181a;
  --surface-soft: #192224;
  --text: #f2fbfb;
  --muted: #bcc5c5;
  --nav-text: #d5ecec;
  --nav-text-hover: #f2ffff;
  --brand: #29aaac;
  --brand-strong: #1f8b8d;
  --accent: #827e7d;
  --border: #2f3d3f;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  background:
    radial-gradient(circle at 14% 10%, rgba(41, 170, 172, 0.22), transparent 34%),
    radial-gradient(circle at 84% 14%, rgba(130, 126, 125, 0.22), transparent 30%),
    linear-gradient(180deg, #111719 0%, #0a0d0f 100%);
  color-scheme: dark;
}

body.theme-halloween {
  --bg: #15111d;
  --surface: #1c1628;
  --surface-soft: #231b33;
  --text: #f6edf8;
  --muted: #cab8d1;
  --nav-text: #e7d9ef;
  --nav-text-hover: #ffd2a9;
  --brand: #ff7a18;
  --brand-strong: #d85d00;
  --accent: #a955ff;
  --border: #3c2b52;
  --shadow: 0 18px 40px rgba(7, 3, 14, 0.55);
  background:
    radial-gradient(circle at 18% 10%, rgba(169, 85, 255, 0.2), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(255, 122, 24, 0.2), transparent 35%),
    linear-gradient(180deg, #171120 0%, #0f0b17 100%);
  color-scheme: dark;
}

body.theme-carnaval {
  --bg: #f7f3ff;
  --surface: #ffffff;
  --surface-soft: #f2ecff;
  --text: #231d38;
  --muted: #5f547c;
  --nav-text: #4b3f68;
  --nav-text-hover: #231d38;
  --brand: #9137ff;
  --brand-strong: #6c1fd2;
  --accent: #ff8a00;
  --border: #d8ccf8;
  --shadow: 0 16px 34px rgba(83, 33, 138, 0.18);
  background:
    radial-gradient(circle at 14% 8%, rgba(145, 55, 255, 0.2), transparent 34%),
    radial-gradient(circle at 78% 12%, rgba(0, 184, 212, 0.15), transparent 33%),
    radial-gradient(circle at 42% 100%, rgba(255, 138, 0, 0.16), transparent 42%),
    var(--bg);
}

body.theme-saojoao {
  --bg: #f4f8ff;
  --surface: #ffffff;
  --surface-soft: #edf4ff;
  --text: #202d44;
  --muted: #53627c;
  --nav-text: #37506d;
  --nav-text-hover: #202d44;
  --brand: #0f63d8;
  --brand-strong: #0d4fa8;
  --accent: #f28624;
  --border: #c8d8f3;
  --shadow: 0 16px 34px rgba(24, 61, 112, 0.16);
  background:
    radial-gradient(circle at 10% 12%, rgba(15, 99, 216, 0.17), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(242, 134, 36, 0.15), transparent 33%),
    linear-gradient(180deg, #f5f9ff 0%, #edf3ff 100%);
}

body.theme-verao {
  --bg: #f4fcff;
  --surface: #ffffff;
  --surface-soft: #ecf9ff;
  --text: #12303d;
  --muted: #486875;
  --nav-text: #2f5460;
  --nav-text-hover: #12303d;
  --brand: #00a3c9;
  --brand-strong: #007e9b;
  --accent: #ff9f1a;
  --border: #c3e4ee;
  --shadow: 0 16px 34px rgba(17, 96, 122, 0.16);
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 163, 201, 0.16), transparent 34%),
    radial-gradient(circle at 85% 12%, rgba(255, 159, 26, 0.2), transparent 33%),
    radial-gradient(circle at 50% 100%, rgba(180, 235, 247, 0.5), transparent 42%),
    var(--bg);
}

body.theme-natal .site-header {
  background: linear-gradient(90deg, rgba(255, 250, 249, 0.95), rgba(246, 255, 250, 0.93));
  border-bottom-color: #d8b6bc;
}

body.theme-pascoa .site-header {
  background: linear-gradient(90deg, rgba(251, 255, 249, 0.95), rgba(255, 252, 245, 0.93));
  border-bottom-color: #c4dfbf;
}

body.theme-blackfriday .site-header {
  background: linear-gradient(180deg, rgba(10, 13, 16, 0.97), rgba(10, 13, 16, 0.92));
  border-bottom-color: #2d3f45;
}

body.theme-halloween .site-header {
  background: rgba(15, 10, 24, 0.95);
  border-bottom-color: #3f2f56;
}

body.theme-carnaval .site-header {
  background: linear-gradient(90deg, rgba(251, 247, 255, 0.95), rgba(241, 252, 255, 0.93));
  border-bottom-color: #d6c8f7;
}

body.theme-saojoao .site-header {
  background: linear-gradient(90deg, rgba(247, 251, 255, 0.95), rgba(255, 252, 245, 0.93));
  border-bottom-color: #ccdaf3;
}

body.theme-verao .site-header {
  background: linear-gradient(90deg, rgba(247, 254, 255, 0.95), rgba(255, 251, 239, 0.94));
  border-bottom-color: #c5e4ee;
}

body.theme-blackfriday .header-search-row {
  border-top-color: #2f3742;
  background: rgba(11, 13, 16, 0.96);
}

body.theme-halloween .header-search-row {
  border-top-color: #3f2f56;
  background: rgba(15, 10, 24, 0.96);
}

body.theme-natal .brand-mark {
  background: linear-gradient(145deg, #c4203d, #1d7d4f);
}

body.theme-pascoa .brand-mark {
  background: linear-gradient(145deg, #1f8e6e, #d9a73c);
}

body.theme-blackfriday .brand-mark {
  background: linear-gradient(145deg, #29aaac, #827e7d);
  color: #f8ffff;
}

body.theme-halloween .brand-mark {
  background: linear-gradient(145deg, #ff7a18, #7c2eff);
}

body.theme-carnaval .brand-mark {
  background: linear-gradient(145deg, #9137ff, #00b8d4);
}

body.theme-saojoao .brand-mark {
  background: linear-gradient(145deg, #0f63d8, #f28624);
}

body.theme-verao .brand-mark {
  background: linear-gradient(145deg, #00a3c9, #ff9f1a);
}

body.theme-blackfriday .brand-logo {
  background: #0f1318;
  border-color: #3b4350;
}

body.theme-halloween .brand-logo {
  background: #1a1427;
  border-color: #42305a;
}

body.theme-natal .btn {
  background: linear-gradient(135deg, #b41d34, #1f7a45);
}

body.theme-pascoa .btn {
  background: linear-gradient(135deg, #1f8e6e, #df8f2f);
}

body.theme-blackfriday .btn {
  color: #f4ffff;
  background: linear-gradient(135deg, #29aaac, #1f8b8d);
}

body.theme-halloween .btn {
  color: #fff4e9;
  background: linear-gradient(135deg, #ff7a18, #9f42ff);
}

body.theme-carnaval .btn {
  color: #fff;
  background: linear-gradient(135deg, #9137ff, #00b8d4);
}

body.theme-saojoao .btn {
  background: linear-gradient(135deg, #0f63d8, #f28624);
}

body.theme-verao .btn {
  background: linear-gradient(135deg, #00a3c9, #ff9f1a);
}

body.theme-natal .btn:hover,
body.theme-pascoa .btn:hover,
body.theme-blackfriday .btn:hover,
body.theme-halloween .btn:hover,
body.theme-carnaval .btn:hover,
body.theme-saojoao .btn:hover,
body.theme-verao .btn:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

body.theme-natal .btn-outline {
  background: #fffaf8;
  border-color: #d8babf;
  color: #5d2c33;
}

body.theme-pascoa .btn-outline {
  background: #f9fff8;
  border-color: #c7dfc2;
  color: #275f4a;
}

body.theme-blackfriday .btn-outline {
  background: transparent;
  border-color: #29aaac;
  color: #97edef;
}

body.theme-halloween .btn-outline {
  background: transparent;
  border-color: #ff7a18;
  color: #ffcf9f;
}

body.theme-carnaval .btn-outline {
  background: #fbf7ff;
  border-color: #cfbef5;
  color: #5e35a6;
}

body.theme-saojoao .btn-outline {
  background: #f7fbff;
  border-color: #c2d4f2;
  color: #1f4d94;
}

body.theme-verao .btn-outline {
  background: #f3fbff;
  border-color: #bde0ea;
  color: #11637a;
}

body.theme-blackfriday .btn-danger {
  color: #fff1e8;
  background: linear-gradient(150deg, #a93e20, #e15f2e);
}

body.theme-halloween .btn-danger {
  color: #fff4ee;
  background: linear-gradient(150deg, #ad3515, #f1632e);
}

body.theme-natal .card,
body.theme-pascoa .card,
body.theme-carnaval .card,
body.theme-saojoao .card,
body.theme-verao .card {
  border-color: var(--border);
}

body.theme-natal .card {
  background: linear-gradient(160deg, #fffdfc, #fff6f4);
}

body.theme-pascoa .card {
  background: linear-gradient(160deg, #ffffff, #f7fdf4);
}

body.theme-blackfriday .card,
body.theme-blackfriday .empty-state,
body.theme-blackfriday .cookie-card,
body.theme-blackfriday .admin-modal,
body.theme-blackfriday .product-images-admin,
body.theme-blackfriday .accordion-item,
body.theme-blackfriday .nav-builder-wrap {
  background: var(--surface);
  border-color: var(--border);
}

body.theme-halloween .card,
body.theme-halloween .empty-state,
body.theme-halloween .cookie-card,
body.theme-halloween .admin-modal,
body.theme-halloween .product-images-admin,
body.theme-halloween .accordion-item,
body.theme-halloween .nav-builder-wrap {
  background: var(--surface);
  border-color: var(--border);
}

body.theme-blackfriday .accordion-item summary {
  background: #172124;
}

body.theme-halloween .accordion-item summary {
  background: #261d37;
}

body.theme-blackfriday.theme-scope-components input,
body.theme-blackfriday.theme-scope-components select,
body.theme-blackfriday.theme-scope-components textarea {
  background: #0f1618;
  border-color: #375052;
  color: var(--text);
}

body.theme-halloween.theme-scope-components input,
body.theme-halloween.theme-scope-components select,
body.theme-halloween.theme-scope-components textarea {
  background: #191327;
  border-color: #4a3564;
  color: var(--text);
}

body.theme-blackfriday .main-nav a,
body.theme-blackfriday .main-nav .nav-static-label,
body.theme-blackfriday .main-nav .nav-dropdown-label {
  color: var(--nav-text);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

body.theme-halloween .main-nav a,
body.theme-halloween .main-nav .nav-static-label,
body.theme-halloween .main-nav .nav-dropdown-label {
  color: var(--nav-text);
}

body.theme-blackfriday .main-nav a:hover {
  color: var(--nav-text-hover);
}

body.theme-blackfriday .brand strong {
  color: #f4ffff;
}

body.theme-blackfriday .brand small {
  color: #b7d8d9;
}

body.theme-blackfriday .nav-dropdown-trigger::after {
  color: var(--nav-text);
}

body.theme-halloween .main-nav a:hover {
  color: var(--nav-text-hover);
}

body.theme-blackfriday .nav-divider {
  background: #395154;
}

body.theme-halloween .nav-divider {
  background: #4a3a61;
}

body.theme-blackfriday .icon-btn {
  background: #121a1d;
  border-color: #365052;
  color: #d9ebeb;
}

body.theme-halloween .icon-btn {
  background: #1b1429;
  border-color: #4a3564;
  color: #eadcf3;
}

body.theme-blackfriday .icon-btn:hover {
  border-color: #29aaac;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

body.theme-halloween .icon-btn:hover {
  border-color: #ff7a18;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

body.theme-blackfriday .nav-dropdown-menu {
  background: #121a1d;
  border-color: #365052;
}

body.theme-halloween .nav-dropdown-menu {
  background: #211a31;
  border-color: #4a3564;
}

body.theme-blackfriday .nav-dropdown-menu a {
  color: #d8ecec;
}

body.theme-halloween .nav-dropdown-menu a {
  color: #e2d7ea;
}

body.theme-blackfriday .nav-dropdown-menu a:hover {
  background: #1d2a2c;
  color: #ebffff;
}

body.theme-halloween .nav-dropdown-menu a:hover {
  background: #302345;
  color: #ffdeb7;
}

body.theme-blackfriday .nav-dropdown-group-label {
  background: #1a2528;
  color: #c9dede;
}

body.theme-halloween .nav-dropdown-group-label {
  background: #2f2242;
  color: #d7cbe2;
}

body.theme-natal .floating-tag {
  background: #fff8f6;
  border-color: #dfc2c7;
}

body.theme-pascoa .floating-tag {
  background: #fcfff8;
  border-color: #c7dfc2;
}

body.theme-blackfriday .floating-tag {
  background: #172023;
  border-color: #375052;
  color: #9beff0;
}

body.theme-halloween .floating-tag {
  background: #261e36;
  border-color: #4a3564;
  color: #ffd5b2;
}

body.theme-carnaval .floating-tag {
  background: #fbf7ff;
  border-color: #d8ccf8;
  color: #5f38a9;
}

body.theme-saojoao .floating-tag {
  background: #f7fbff;
  border-color: #c8d8f3;
  color: #20528d;
}

body.theme-verao .floating-tag {
  background: #f4fcff;
  border-color: #c3e4ee;
  color: #14657d;
}

body.theme-natal .home-strip-marquee {
  background: #fff7f4;
  border-color: #e2c8cd;
}

body.theme-pascoa .home-strip-marquee {
  background: #fbfff8;
  border-color: #cce2c6;
}

body.theme-blackfriday .home-strip-marquee {
  background: #121a1d;
  border-color: #365052;
}

body.theme-halloween .home-strip-marquee {
  background: #20192e;
  border-color: #4a3564;
}

body.theme-carnaval .home-strip-marquee {
  background: #fcf8ff;
  border-color: #d8ccf8;
}

body.theme-saojoao .home-strip-marquee {
  background: #f8fbff;
  border-color: #c8d8f3;
}

body.theme-verao .home-strip-marquee {
  background: #f5fcff;
  border-color: #c3e4ee;
}

body.theme-blackfriday .home-strip-track span {
  color: #d6e9ea;
}

body.theme-halloween .home-strip-track span {
  color: #e2d8eb;
}

body.theme-blackfriday .home-strip-track span::before {
  color: #29aaac;
}

body.theme-halloween .home-strip-track span::before {
  color: #ff8b2e;
}

body.theme-carnaval .home-strip-track span::before {
  color: #9137ff;
}

body.theme-saojoao .home-strip-track span::before {
  color: #0f63d8;
}

body.theme-verao .home-strip-track span::before {
  color: #00a3c9;
}

body.theme-natal .trust-pill {
  background: #f4fff8;
  border-color: #b9ddc8;
  color: #295b42;
}

body.theme-pascoa .trust-pill {
  background: #f7fff4;
  border-color: #b9ddae;
  color: #2f684d;
}

body.theme-blackfriday .trust-pill {
  background: #172124;
  border-color: #375052;
  color: #9beff0;
}

body.theme-halloween .trust-pill {
  background: #261e36;
  border-color: #4a3564;
  color: #ffd9b8;
}

body.theme-carnaval .trust-pill {
  background: #f7f2ff;
  border-color: #d4c3f6;
  color: #5b33a1;
}

body.theme-saojoao .trust-pill {
  background: #f1f7ff;
  border-color: #bfd2f0;
  color: #1f518d;
}

body.theme-verao .trust-pill {
  background: #eff9ff;
  border-color: #b6deea;
  color: #12657c;
}

body.theme-blackfriday .chip {
  background: #1a2528;
  color: #cfe4e4;
}

body.theme-blackfriday .chip-success {
  background: #17473d;
  color: #a4f2df;
}

body.theme-blackfriday .chip-neutral {
  background: #242f31;
  color: #c8d1d1;
}

body.theme-halloween .chip {
  background: #312544;
  color: #e8ddf1;
}

body.theme-halloween .chip-success {
  background: #1f4a3c;
  color: #9de3c5;
}

body.theme-halloween .chip-neutral {
  background: #352949;
  color: #d3c6de;
}

body.theme-blackfriday .muted {
  color: var(--muted);
}

body.theme-halloween .muted {
  color: var(--muted);
}

body.theme-blackfriday .link {
  color: #96eff0;
}

body.theme-halloween .link {
  color: #ffbe84;
}

body.theme-blackfriday.theme-scope-header .main-nav a,
body.theme-blackfriday.theme-scope-header .main-nav .nav-static-label,
body.theme-blackfriday.theme-scope-header .main-nav .nav-dropdown-label,
body.theme-halloween.theme-scope-header .main-nav a,
body.theme-halloween.theme-scope-header .main-nav .nav-static-label,
body.theme-halloween.theme-scope-header .main-nav .nav-dropdown-label {
  font-weight: 600;
}

body.theme-blackfriday.theme-scope-header .main-nav a,
body.theme-blackfriday.theme-scope-header .main-nav .nav-static-label,
body.theme-blackfriday.theme-scope-header .main-nav .nav-dropdown-label {
  color: #daf2f3;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.38);
}

body.theme-halloween.theme-scope-header .main-nav a,
body.theme-halloween.theme-scope-header .main-nav .nav-static-label,
body.theme-halloween.theme-scope-header .main-nav .nav-dropdown-label {
  color: #f2e4f8;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.42);
}

body.theme-blackfriday.theme-scope-header .brand strong {
  color: #f5ffff;
}

body.theme-blackfriday.theme-scope-header .brand small {
  color: #bed7d8;
}

body.theme-halloween.theme-scope-header .brand strong {
  color: #ffe7ff;
}

body.theme-halloween.theme-scope-header .brand small {
  color: #d7c0e3;
}

body.theme-blackfriday.theme-scope-header .icon-btn {
  color: #daf2f3;
  border-color: rgba(142, 196, 198, 0.45);
}

body.theme-halloween.theme-scope-header .icon-btn {
  color: #f2e4f8;
  border-color: rgba(196, 153, 221, 0.45);
}

body.theme-blackfriday.theme-scope-header .main-nav a:hover,
body.theme-blackfriday.theme-scope-header .nav-dropdown-trigger:hover,
body.theme-blackfriday.theme-scope-header .nav-dropdown.is-open .nav-dropdown-trigger,
body.theme-halloween.theme-scope-header .main-nav a:hover,
body.theme-halloween.theme-scope-header .nav-dropdown-trigger:hover,
body.theme-halloween.theme-scope-header .nav-dropdown.is-open .nav-dropdown-trigger {
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.08);
}

body.theme-blackfriday.theme-scope-header .header-search-input::placeholder {
  color: #8fa8aa;
}

body.theme-halloween.theme-scope-header .header-search-input::placeholder {
  color: #bea6cd;
}

body.theme-blackfriday.theme-scope-components {
  --theme-panel-bg: #111b1e;
  --theme-panel-soft: #162427;
  --theme-panel-border: #335056;
  --theme-panel-text: #f1fbfb;
  --theme-panel-muted: #cedfdf;
  --theme-table-head-bg: #1a2a2e;
  --theme-note-bg: #44361f;
  --theme-note-border: #7a6642;
  --theme-note-text: #ffdca3;
  --theme-success-bg: #1d4d3f;
  --theme-success-border: #387564;
  --theme-success-text: #b9f5df;
  --theme-error-bg: #5d2923;
  --theme-error-border: #915349;
  --theme-error-text: #ffd3cb;
}

body.theme-halloween.theme-scope-components {
  --theme-panel-bg: #1e172c;
  --theme-panel-soft: #271d37;
  --theme-panel-border: #4d3968;
  --theme-panel-text: #f7eefb;
  --theme-panel-muted: #decee8;
  --theme-table-head-bg: #2d2141;
  --theme-note-bg: #472f1f;
  --theme-note-border: #7d5b3f;
  --theme-note-text: #ffd1a5;
  --theme-success-bg: #224a3d;
  --theme-success-border: #3c715f;
  --theme-success-text: #b3ecd2;
  --theme-error-bg: #5e2633;
  --theme-error-border: #8d4558;
  --theme-error-text: #ffcad8;
}

body.theme-blackfriday.theme-scope-components label,
body.theme-halloween.theme-scope-components label {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components input,
body.theme-blackfriday.theme-scope-components select,
body.theme-blackfriday.theme-scope-components textarea,
body.theme-halloween.theme-scope-components input,
body.theme-halloween.theme-scope-components select,
body.theme-halloween.theme-scope-components textarea {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components input::placeholder,
body.theme-blackfriday.theme-scope-components textarea::placeholder {
  color: #a5bcbe;
}

body.theme-halloween.theme-scope-components input::placeholder,
body.theme-halloween.theme-scope-components textarea::placeholder {
  color: #c7b2d2;
}

body.theme-blackfriday.theme-scope-components select option,
body.theme-blackfriday.theme-scope-components select optgroup,
body.theme-halloween.theme-scope-components select option,
body.theme-halloween.theme-scope-components select optgroup {
  background: var(--theme-panel-bg);
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components input[type="file"],
body.theme-halloween.theme-scope-components input[type="file"] {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components input[type="file"]::file-selector-button,
body.theme-halloween.theme-scope-components input[type="file"]::file-selector-button {
  background: var(--theme-table-head-bg);
  border: 1px solid var(--theme-panel-border);
  color: var(--theme-panel-text);
  border-radius: 0.45rem;
  padding: 0.4rem 0.65rem;
}

body.theme-blackfriday.theme-scope-components .muted,
body.theme-halloween.theme-scope-components .muted,
body.theme-blackfriday.theme-scope-components small,
body.theme-halloween.theme-scope-components small,
body.theme-blackfriday.theme-scope-components legend,
body.theme-halloween.theme-scope-components legend {
  color: var(--theme-panel-muted);
}

body.theme-blackfriday.theme-scope-components .admin-content,
body.theme-halloween.theme-scope-components .admin-content,
body.theme-blackfriday.theme-scope-components .admin-content h1,
body.theme-blackfriday.theme-scope-components .admin-content h2,
body.theme-blackfriday.theme-scope-components .admin-content h3,
body.theme-halloween.theme-scope-components .admin-content h1,
body.theme-halloween.theme-scope-components .admin-content h2,
body.theme-halloween.theme-scope-components .admin-content h3 {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components .admin-company-card small,
body.theme-halloween.theme-scope-components .admin-company-card small,
body.theme-blackfriday.theme-scope-components .admin-side-link,
body.theme-halloween.theme-scope-components .admin-side-link {
  color: var(--theme-panel-muted);
}

body.theme-blackfriday.theme-scope-components .admin-side-link:hover,
body.theme-halloween.theme-scope-components .admin-side-link:hover {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components .admin-side-link.is-active,
body.theme-halloween.theme-scope-components .admin-side-link.is-active {
  color: var(--theme-panel-text);
  border-color: var(--theme-panel-border);
  background: rgba(255, 255, 255, 0.08);
}

body.theme-blackfriday.theme-scope-components .table-wrap a,
body.theme-halloween.theme-scope-components .table-wrap a {
  color: #84dfe0;
}

body.theme-blackfriday.theme-scope-components .table-wrap a:hover,
body.theme-halloween.theme-scope-components .table-wrap a:hover {
  color: #baf4f5;
}

body.theme-blackfriday.theme-scope-components .cookie-link,
body.theme-halloween.theme-scope-components .cookie-link {
  color: var(--brand);
}

body.theme-blackfriday.theme-scope-components .note,
body.theme-halloween.theme-scope-components .note {
  background: var(--theme-note-bg);
  border-color: var(--theme-note-border);
  color: var(--theme-note-text);
}

body.theme-blackfriday.theme-scope-components .summary-card,
body.theme-blackfriday.theme-scope-components .table-wrap,
body.theme-blackfriday.theme-scope-components .admin-sidebar,
body.theme-blackfriday.theme-scope-components .product-images-admin,
body.theme-blackfriday.theme-scope-components .nav-builder-wrap,
body.theme-blackfriday.theme-scope-components .nav-builder-item,
body.theme-blackfriday.theme-scope-components .quote-product-item,
body.theme-blackfriday.theme-scope-components .promo-fields,
body.theme-blackfriday.theme-scope-components .product-image-batch-row,
body.theme-blackfriday.theme-scope-components .product-image-existing-row,
body.theme-blackfriday.theme-scope-components .settings-logo-preview,
body.theme-blackfriday.theme-scope-components .builder-block-card,
body.theme-blackfriday.theme-scope-components .builder-drag-handle,
body.theme-blackfriday.theme-scope-components .builder-live-preview-surface,
body.theme-blackfriday.theme-scope-components .image-replace-details,
body.theme-halloween.theme-scope-components .summary-card,
body.theme-halloween.theme-scope-components .table-wrap,
body.theme-halloween.theme-scope-components .admin-sidebar,
body.theme-halloween.theme-scope-components .product-images-admin,
body.theme-halloween.theme-scope-components .nav-builder-wrap,
body.theme-halloween.theme-scope-components .nav-builder-item,
body.theme-halloween.theme-scope-components .quote-product-item,
body.theme-halloween.theme-scope-components .promo-fields,
body.theme-halloween.theme-scope-components .product-image-batch-row,
body.theme-halloween.theme-scope-components .product-image-existing-row,
body.theme-halloween.theme-scope-components .settings-logo-preview,
body.theme-halloween.theme-scope-components .builder-block-card,
body.theme-halloween.theme-scope-components .builder-drag-handle,
body.theme-halloween.theme-scope-components .builder-live-preview-surface,
body.theme-halloween.theme-scope-components .image-replace-details {
  background: var(--theme-panel-soft);
  border-color: var(--theme-panel-border);
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components th,
body.theme-blackfriday.theme-scope-components .admin-table thead th,
body.theme-halloween.theme-scope-components th,
body.theme-halloween.theme-scope-components .admin-table thead th {
  background: var(--theme-table-head-bg);
  border-bottom-color: var(--theme-panel-border);
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components td,
body.theme-blackfriday.theme-scope-components .admin-table th,
body.theme-blackfriday.theme-scope-components .admin-table td,
body.theme-halloween.theme-scope-components td,
body.theme-halloween.theme-scope-components .admin-table th,
body.theme-halloween.theme-scope-components .admin-table td {
  border-bottom-color: var(--theme-panel-border);
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components .table-sort-btn,
body.theme-halloween.theme-scope-components .table-sort-btn {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components .admin-products-table tr.is-inactive,
body.theme-blackfriday.theme-scope-components .admin-suppliers-table tr.is-inactive,
body.theme-halloween.theme-scope-components .admin-products-table tr.is-inactive,
body.theme-halloween.theme-scope-components .admin-suppliers-table tr.is-inactive {
  background: rgba(255, 255, 255, 0.04);
}

body.theme-blackfriday.theme-scope-components .status-reservado,
body.theme-halloween.theme-scope-components .status-reservado {
  background: rgba(234, 178, 76, 0.22);
  color: #ffe2ad;
}

body.theme-blackfriday.theme-scope-components .status-preparacao,
body.theme-halloween.theme-scope-components .status-preparacao {
  background: rgba(113, 189, 255, 0.22);
  color: #c5e7ff;
}

body.theme-blackfriday.theme-scope-components .status-pronto_entrega,
body.theme-halloween.theme-scope-components .status-pronto_entrega {
  background: rgba(68, 177, 124, 0.24);
  color: #c9f2df;
}

body.theme-blackfriday.theme-scope-components .status-entregue,
body.theme-halloween.theme-scope-components .status-entregue {
  background: rgba(172, 190, 210, 0.2);
  color: #dce9f6;
}

body.theme-blackfriday.theme-scope-components .status-cancelado,
body.theme-halloween.theme-scope-components .status-cancelado {
  background: rgba(201, 96, 82, 0.24);
  color: #ffd0c8;
}

body.theme-blackfriday.theme-scope-components .flash-success,
body.theme-halloween.theme-scope-components .flash-success {
  background: var(--theme-success-bg);
  border-color: var(--theme-success-border);
  color: var(--theme-success-text);
}

body.theme-blackfriday.theme-scope-components .flash-error,
body.theme-blackfriday.theme-scope-components .error-list,
body.theme-halloween.theme-scope-components .flash-error,
body.theme-halloween.theme-scope-components .error-list {
  background: var(--theme-error-bg);
  border-color: var(--theme-error-border);
  color: var(--theme-error-text);
}

body.theme-blackfriday.theme-scope-components .auth-switch,
body.theme-halloween.theme-scope-components .auth-switch {
  color: var(--theme-panel-muted);
}

body.theme-blackfriday.theme-scope-components .auth-switch-link,
body.theme-halloween.theme-scope-components .auth-switch-link {
  color: var(--brand);
}

body.theme-blackfriday.theme-scope-components .auth-switch-link:hover,
body.theme-halloween.theme-scope-components .auth-switch-link:hover {
  color: var(--nav-text-hover);
}

body.theme-blackfriday.theme-scope-components .auth-switch-link:focus-visible,
body.theme-halloween.theme-scope-components .auth-switch-link:focus-visible {
  outline-color: var(--brand);
}

body.theme-blackfriday.theme-scope-components .product-main-stage,
body.theme-blackfriday.theme-scope-components .project-main-stage,
body.theme-halloween.theme-scope-components .product-main-stage,
body.theme-halloween.theme-scope-components .project-main-stage {
  background: var(--theme-panel-bg);
}

body.theme-blackfriday.theme-scope-components .media-thumb-btn,
body.theme-halloween.theme-scope-components .media-thumb-btn {
  background: var(--theme-panel-bg);
  border-color: var(--theme-panel-border);
}

body.theme-blackfriday.theme-scope-components .nav-builder-sublist[data-empty="1"]::before,
body.theme-halloween.theme-scope-components .nav-builder-sublist[data-empty="1"]::before,
body.theme-blackfriday.theme-scope-components .nav-drag-handle,
body.theme-halloween.theme-scope-components .nav-drag-handle {
  color: var(--theme-panel-muted);
}

body.theme-blackfriday.theme-scope-components .theme-scope-card,
body.theme-halloween.theme-scope-components .theme-scope-card,
body.theme-blackfriday.theme-scope-components .theme-scope-item,
body.theme-halloween.theme-scope-components .theme-scope-item,
body.theme-blackfriday.theme-scope-components .theme-decor-preset-chip,
body.theme-halloween.theme-scope-components .theme-decor-preset-chip,
body.theme-blackfriday.theme-scope-components .builder-tool-item,
body.theme-halloween.theme-scope-components .builder-tool-item,
body.theme-blackfriday.theme-scope-components .builder-canvas-drop,
body.theme-halloween.theme-scope-components .builder-canvas-drop,
body.theme-blackfriday.theme-scope-components .builder-section,
body.theme-halloween.theme-scope-components .builder-section,
body.theme-blackfriday.theme-scope-components .builder-slot,
body.theme-halloween.theme-scope-components .builder-slot,
body.theme-blackfriday.theme-scope-components .builder-slot-empty,
body.theme-halloween.theme-scope-components .builder-slot-empty,
body.theme-blackfriday.theme-scope-components .builder-node,
body.theme-halloween.theme-scope-components .builder-node,
body.theme-blackfriday.theme-scope-components .builder-node-advanced,
body.theme-halloween.theme-scope-components .builder-node-advanced,
body.theme-blackfriday.theme-scope-components .builder-service-create,
body.theme-halloween.theme-scope-components .builder-service-create,
body.theme-blackfriday.theme-scope-components .builder-service-row,
body.theme-halloween.theme-scope-components .builder-service-row,
body.theme-blackfriday.theme-scope-components .builder-service-image-preview,
body.theme-halloween.theme-scope-components .builder-service-image-preview,
body.theme-blackfriday.theme-scope-components .page-builder-section,
body.theme-halloween.theme-scope-components .page-builder-section,
body.theme-blackfriday.theme-scope-components .page-builder-block,
body.theme-halloween.theme-scope-components .page-builder-block {
  background: var(--theme-panel-soft);
  border-color: var(--theme-panel-border);
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components .theme-scope-item span,
body.theme-halloween.theme-scope-components .theme-scope-item span,
body.theme-blackfriday.theme-scope-components .theme-decor-preset-chip,
body.theme-halloween.theme-scope-components .theme-decor-preset-chip,
body.theme-blackfriday.theme-scope-components .small-text,
body.theme-halloween.theme-scope-components .small-text {
  color: var(--theme-panel-muted);
}

body.theme-blackfriday.theme-scope-components .checkbox-row,
body.theme-halloween.theme-scope-components .checkbox-row,
body.theme-blackfriday.theme-scope-components .checkbox-row strong,
body.theme-halloween.theme-scope-components .checkbox-row strong,
body.theme-blackfriday.theme-scope-components .theme-scope-head strong,
body.theme-halloween.theme-scope-components .theme-scope-head strong,
body.theme-blackfriday.theme-scope-components .admin-content h4,
body.theme-halloween.theme-scope-components .admin-content h4 {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components input:focus,
body.theme-blackfriday.theme-scope-components select:focus,
body.theme-blackfriday.theme-scope-components textarea:focus,
body.theme-halloween.theme-scope-components input:focus,
body.theme-halloween.theme-scope-components select:focus,
body.theme-halloween.theme-scope-components textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(41, 170, 172, 0.22);
}

body.theme-natal .site-footer {
  background: linear-gradient(120deg, #123025, #4e1522);
}

body.theme-pascoa .site-footer {
  background: linear-gradient(120deg, #143d2f, #5e4a1a);
}

body.theme-blackfriday .site-footer {
  background: linear-gradient(120deg, #061012, #1a2021);
}

body.theme-halloween .site-footer {
  background: linear-gradient(120deg, #120d1d, #341b4e);
}

body.theme-carnaval .site-footer {
  background: linear-gradient(120deg, #2a1460, #0f5272);
}

body.theme-saojoao .site-footer {
  background: linear-gradient(120deg, #11326d, #73411a);
}

body.theme-verao .site-footer {
  background: linear-gradient(120deg, #0b5e75, #b36707);
}

body.theme-natal .site-header,
body.theme-pascoa .site-header,
body.theme-halloween .site-header,
body.theme-carnaval .site-header,
body.theme-saojoao .site-header,
body.theme-verao .site-header,
body.theme-blackfriday .site-header {
  overflow: visible;
}

body.theme-natal:not(.theme-scope-background),
body.theme-pascoa:not(.theme-scope-background),
body.theme-blackfriday:not(.theme-scope-background),
body.theme-halloween:not(.theme-scope-background),
body.theme-carnaval:not(.theme-scope-background),
body.theme-saojoao:not(.theme-scope-background),
body.theme-verao:not(.theme-scope-background) {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f5f5f5;
  --text: #2f2d2d;
  --muted: #827e7d;
  --nav-text: #5f5a59;
  --nav-text-hover: #2f2d2d;
  --brand: #29aaac;
  --brand-strong: #1f8b8d;
  --accent: #827e7d;
  --border: #d8d6d6;
  --danger: #8d2c21;
  --shadow: 0 14px 28px rgba(46, 44, 44, 0.08);
  color-scheme: light;
  background:
    radial-gradient(circle at 10% 20%, rgba(130, 126, 125, 0.09), transparent 38%),
    radial-gradient(circle at 85% -10%, rgba(41, 170, 172, 0.1), transparent 30%),
    var(--bg);
}

body.theme-natal:not(.theme-scope-header) .site-header,
body.theme-pascoa:not(.theme-scope-header) .site-header,
body.theme-blackfriday:not(.theme-scope-header) .site-header,
body.theme-halloween:not(.theme-scope-header) .site-header,
body.theme-carnaval:not(.theme-scope-header) .site-header,
body.theme-saojoao:not(.theme-scope-header) .site-header,
body.theme-verao:not(.theme-scope-header) .site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: var(--border);
}

body.theme-natal:not(.theme-scope-header) .header-search-row,
body.theme-pascoa:not(.theme-scope-header) .header-search-row,
body.theme-blackfriday:not(.theme-scope-header) .header-search-row,
body.theme-halloween:not(.theme-scope-header) .header-search-row,
body.theme-carnaval:not(.theme-scope-header) .header-search-row,
body.theme-saojoao:not(.theme-scope-header) .header-search-row,
body.theme-verao:not(.theme-scope-header) .header-search-row {
  border-top-color: rgba(216, 214, 214, 0.8);
  background: rgba(255, 255, 255, 0.98);
}

body.theme-natal:not(.theme-scope-header) .brand-mark,
body.theme-pascoa:not(.theme-scope-header) .brand-mark,
body.theme-blackfriday:not(.theme-scope-header) .brand-mark,
body.theme-halloween:not(.theme-scope-header) .brand-mark,
body.theme-carnaval:not(.theme-scope-header) .brand-mark,
body.theme-saojoao:not(.theme-scope-header) .brand-mark,
body.theme-verao:not(.theme-scope-header) .brand-mark {
  background: linear-gradient(150deg, var(--brand), var(--brand-strong));
  color: #fff;
}

body.theme-natal:not(.theme-scope-header) .brand-logo,
body.theme-pascoa:not(.theme-scope-header) .brand-logo,
body.theme-blackfriday:not(.theme-scope-header) .brand-logo,
body.theme-halloween:not(.theme-scope-header) .brand-logo,
body.theme-carnaval:not(.theme-scope-header) .brand-logo,
body.theme-saojoao:not(.theme-scope-header) .brand-logo,
body.theme-verao:not(.theme-scope-header) .brand-logo {
  background: #fff;
  border-color: var(--border);
}

body.theme-natal:not(.theme-scope-header) .main-nav a,
body.theme-natal:not(.theme-scope-header) .main-nav .nav-static-label,
body.theme-natal:not(.theme-scope-header) .main-nav .nav-dropdown-label,
body.theme-pascoa:not(.theme-scope-header) .main-nav a,
body.theme-pascoa:not(.theme-scope-header) .main-nav .nav-static-label,
body.theme-pascoa:not(.theme-scope-header) .main-nav .nav-dropdown-label,
body.theme-blackfriday:not(.theme-scope-header) .main-nav a,
body.theme-blackfriday:not(.theme-scope-header) .main-nav .nav-static-label,
body.theme-blackfriday:not(.theme-scope-header) .main-nav .nav-dropdown-label,
body.theme-halloween:not(.theme-scope-header) .main-nav a,
body.theme-halloween:not(.theme-scope-header) .main-nav .nav-static-label,
body.theme-halloween:not(.theme-scope-header) .main-nav .nav-dropdown-label,
body.theme-carnaval:not(.theme-scope-header) .main-nav a,
body.theme-carnaval:not(.theme-scope-header) .main-nav .nav-static-label,
body.theme-carnaval:not(.theme-scope-header) .main-nav .nav-dropdown-label,
body.theme-saojoao:not(.theme-scope-header) .main-nav a,
body.theme-saojoao:not(.theme-scope-header) .main-nav .nav-static-label,
body.theme-saojoao:not(.theme-scope-header) .main-nav .nav-dropdown-label,
body.theme-verao:not(.theme-scope-header) .main-nav a,
body.theme-verao:not(.theme-scope-header) .main-nav .nav-static-label,
body.theme-verao:not(.theme-scope-header) .main-nav .nav-dropdown-label {
  color: #5f5a59;
  text-shadow: none;
}

body.theme-natal:not(.theme-scope-header) .brand strong,
body.theme-pascoa:not(.theme-scope-header) .brand strong,
body.theme-blackfriday:not(.theme-scope-header) .brand strong,
body.theme-halloween:not(.theme-scope-header) .brand strong,
body.theme-carnaval:not(.theme-scope-header) .brand strong,
body.theme-saojoao:not(.theme-scope-header) .brand strong,
body.theme-verao:not(.theme-scope-header) .brand strong {
  color: #2f2d2d;
}

body.theme-natal:not(.theme-scope-header) .brand small,
body.theme-pascoa:not(.theme-scope-header) .brand small,
body.theme-blackfriday:not(.theme-scope-header) .brand small,
body.theme-halloween:not(.theme-scope-header) .brand small,
body.theme-carnaval:not(.theme-scope-header) .brand small,
body.theme-saojoao:not(.theme-scope-header) .brand small,
body.theme-verao:not(.theme-scope-header) .brand small {
  color: #6f6a69;
}

body.theme-natal:not(.theme-scope-header) .nav-dropdown-trigger::after,
body.theme-pascoa:not(.theme-scope-header) .nav-dropdown-trigger::after,
body.theme-blackfriday:not(.theme-scope-header) .nav-dropdown-trigger::after,
body.theme-halloween:not(.theme-scope-header) .nav-dropdown-trigger::after,
body.theme-carnaval:not(.theme-scope-header) .nav-dropdown-trigger::after,
body.theme-saojoao:not(.theme-scope-header) .nav-dropdown-trigger::after,
body.theme-verao:not(.theme-scope-header) .nav-dropdown-trigger::after {
  color: #5f5a59;
}

body.theme-natal:not(.theme-scope-header) .main-nav a:hover,
body.theme-pascoa:not(.theme-scope-header) .main-nav a:hover,
body.theme-blackfriday:not(.theme-scope-header) .main-nav a:hover,
body.theme-halloween:not(.theme-scope-header) .main-nav a:hover,
body.theme-carnaval:not(.theme-scope-header) .main-nav a:hover,
body.theme-saojoao:not(.theme-scope-header) .main-nav a:hover,
body.theme-verao:not(.theme-scope-header) .main-nav a:hover {
  color: #2f2d2d;
}

body.theme-natal:not(.theme-scope-header) .nav-divider,
body.theme-pascoa:not(.theme-scope-header) .nav-divider,
body.theme-blackfriday:not(.theme-scope-header) .nav-divider,
body.theme-halloween:not(.theme-scope-header) .nav-divider,
body.theme-carnaval:not(.theme-scope-header) .nav-divider,
body.theme-saojoao:not(.theme-scope-header) .nav-divider,
body.theme-verao:not(.theme-scope-header) .nav-divider {
  background: var(--border);
}

body.theme-natal:not(.theme-scope-header) .icon-btn,
body.theme-pascoa:not(.theme-scope-header) .icon-btn,
body.theme-blackfriday:not(.theme-scope-header) .icon-btn,
body.theme-halloween:not(.theme-scope-header) .icon-btn,
body.theme-carnaval:not(.theme-scope-header) .icon-btn,
body.theme-saojoao:not(.theme-scope-header) .icon-btn,
body.theme-verao:not(.theme-scope-header) .icon-btn {
  background: #fff;
  border-color: var(--border);
  color: #5f5a59;
  box-shadow: none;
}

body.theme-natal:not(.theme-scope-header) .icon-btn:hover,
body.theme-pascoa:not(.theme-scope-header) .icon-btn:hover,
body.theme-blackfriday:not(.theme-scope-header) .icon-btn:hover,
body.theme-halloween:not(.theme-scope-header) .icon-btn:hover,
body.theme-carnaval:not(.theme-scope-header) .icon-btn:hover,
body.theme-saojoao:not(.theme-scope-header) .icon-btn:hover,
body.theme-verao:not(.theme-scope-header) .icon-btn:hover {
  border-color: var(--brand);
  color: var(--brand-strong);
  box-shadow: 0 7px 18px rgba(41, 170, 172, 0.2);
}

body.theme-natal:not(.theme-scope-header) .nav-dropdown-menu,
body.theme-pascoa:not(.theme-scope-header) .nav-dropdown-menu,
body.theme-blackfriday:not(.theme-scope-header) .nav-dropdown-menu,
body.theme-halloween:not(.theme-scope-header) .nav-dropdown-menu,
body.theme-carnaval:not(.theme-scope-header) .nav-dropdown-menu,
body.theme-saojoao:not(.theme-scope-header) .nav-dropdown-menu,
body.theme-verao:not(.theme-scope-header) .nav-dropdown-menu {
  background: #fff;
  border-color: var(--border);
}

body.theme-natal:not(.theme-scope-header) .nav-dropdown-menu a,
body.theme-pascoa:not(.theme-scope-header) .nav-dropdown-menu a,
body.theme-blackfriday:not(.theme-scope-header) .nav-dropdown-menu a,
body.theme-halloween:not(.theme-scope-header) .nav-dropdown-menu a,
body.theme-carnaval:not(.theme-scope-header) .nav-dropdown-menu a,
body.theme-saojoao:not(.theme-scope-header) .nav-dropdown-menu a,
body.theme-verao:not(.theme-scope-header) .nav-dropdown-menu a {
  color: #2f2d2d;
}

body.theme-natal:not(.theme-scope-header) .nav-dropdown-menu a:hover,
body.theme-pascoa:not(.theme-scope-header) .nav-dropdown-menu a:hover,
body.theme-blackfriday:not(.theme-scope-header) .nav-dropdown-menu a:hover,
body.theme-halloween:not(.theme-scope-header) .nav-dropdown-menu a:hover,
body.theme-carnaval:not(.theme-scope-header) .nav-dropdown-menu a:hover,
body.theme-saojoao:not(.theme-scope-header) .nav-dropdown-menu a:hover,
body.theme-verao:not(.theme-scope-header) .nav-dropdown-menu a:hover {
  background: rgba(41, 170, 172, 0.1);
  color: var(--brand-strong);
}

body.theme-natal:not(.theme-scope-header) .nav-dropdown-group-label,
body.theme-pascoa:not(.theme-scope-header) .nav-dropdown-group-label,
body.theme-blackfriday:not(.theme-scope-header) .nav-dropdown-group-label,
body.theme-halloween:not(.theme-scope-header) .nav-dropdown-group-label,
body.theme-carnaval:not(.theme-scope-header) .nav-dropdown-group-label,
body.theme-saojoao:not(.theme-scope-header) .nav-dropdown-group-label,
body.theme-verao:not(.theme-scope-header) .nav-dropdown-group-label {
  background: #f4f4f4;
  color: #6f6a69;
}

body.theme-natal:not(.theme-scope-components) .btn,
body.theme-pascoa:not(.theme-scope-components) .btn,
body.theme-blackfriday:not(.theme-scope-components) .btn,
body.theme-halloween:not(.theme-scope-components) .btn,
body.theme-carnaval:not(.theme-scope-components) .btn,
body.theme-saojoao:not(.theme-scope-components) .btn,
body.theme-verao:not(.theme-scope-components) .btn {
  color: #fff;
  background: linear-gradient(160deg, var(--brand), var(--brand-strong));
}

body.theme-natal:not(.theme-scope-components) .btn-outline,
body.theme-pascoa:not(.theme-scope-components) .btn-outline,
body.theme-blackfriday:not(.theme-scope-components) .btn-outline,
body.theme-halloween:not(.theme-scope-components) .btn-outline,
body.theme-carnaval:not(.theme-scope-components) .btn-outline,
body.theme-saojoao:not(.theme-scope-components) .btn-outline,
body.theme-verao:not(.theme-scope-components) .btn-outline {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

body.theme-natal:not(.theme-scope-components) .btn-danger,
body.theme-pascoa:not(.theme-scope-components) .btn-danger,
body.theme-blackfriday:not(.theme-scope-components) .btn-danger,
body.theme-halloween:not(.theme-scope-components) .btn-danger,
body.theme-carnaval:not(.theme-scope-components) .btn-danger,
body.theme-saojoao:not(.theme-scope-components) .btn-danger,
body.theme-verao:not(.theme-scope-components) .btn-danger {
  background: linear-gradient(150deg, var(--danger), #be3f33);
}

body.theme-natal:not(.theme-scope-components) .card,
body.theme-pascoa:not(.theme-scope-components) .card,
body.theme-blackfriday:not(.theme-scope-components) .card,
body.theme-halloween:not(.theme-scope-components) .card,
body.theme-carnaval:not(.theme-scope-components) .card,
body.theme-saojoao:not(.theme-scope-components) .card,
body.theme-verao:not(.theme-scope-components) .card,
body.theme-natal:not(.theme-scope-components) .empty-state,
body.theme-pascoa:not(.theme-scope-components) .empty-state,
body.theme-blackfriday:not(.theme-scope-components) .empty-state,
body.theme-halloween:not(.theme-scope-components) .empty-state,
body.theme-carnaval:not(.theme-scope-components) .empty-state,
body.theme-saojoao:not(.theme-scope-components) .empty-state,
body.theme-verao:not(.theme-scope-components) .empty-state,
body.theme-natal:not(.theme-scope-components) .cookie-card,
body.theme-pascoa:not(.theme-scope-components) .cookie-card,
body.theme-blackfriday:not(.theme-scope-components) .cookie-card,
body.theme-halloween:not(.theme-scope-components) .cookie-card,
body.theme-carnaval:not(.theme-scope-components) .cookie-card,
body.theme-saojoao:not(.theme-scope-components) .cookie-card,
body.theme-verao:not(.theme-scope-components) .cookie-card {
  background: var(--surface);
  border-color: var(--border);
}

body.theme-natal:not(.theme-scope-components) input,
body.theme-natal:not(.theme-scope-components) select,
body.theme-natal:not(.theme-scope-components) textarea,
body.theme-pascoa:not(.theme-scope-components) input,
body.theme-pascoa:not(.theme-scope-components) select,
body.theme-pascoa:not(.theme-scope-components) textarea,
body.theme-blackfriday:not(.theme-scope-components) input,
body.theme-blackfriday:not(.theme-scope-components) select,
body.theme-blackfriday:not(.theme-scope-components) textarea,
body.theme-halloween:not(.theme-scope-components) input,
body.theme-halloween:not(.theme-scope-components) select,
body.theme-halloween:not(.theme-scope-components) textarea,
body.theme-carnaval:not(.theme-scope-components) input,
body.theme-carnaval:not(.theme-scope-components) select,
body.theme-carnaval:not(.theme-scope-components) textarea,
body.theme-saojoao:not(.theme-scope-components) input,
body.theme-saojoao:not(.theme-scope-components) select,
body.theme-saojoao:not(.theme-scope-components) textarea,
body.theme-verao:not(.theme-scope-components) input,
body.theme-verao:not(.theme-scope-components) select,
body.theme-verao:not(.theme-scope-components) textarea {
  background: #fff;
  border-color: var(--border);
  color: #2f2d2d;
}

body.theme-natal:not(.theme-scope-components) input::placeholder,
body.theme-natal:not(.theme-scope-components) textarea::placeholder,
body.theme-pascoa:not(.theme-scope-components) input::placeholder,
body.theme-pascoa:not(.theme-scope-components) textarea::placeholder,
body.theme-blackfriday:not(.theme-scope-components) input::placeholder,
body.theme-blackfriday:not(.theme-scope-components) textarea::placeholder,
body.theme-halloween:not(.theme-scope-components) input::placeholder,
body.theme-halloween:not(.theme-scope-components) textarea::placeholder,
body.theme-carnaval:not(.theme-scope-components) input::placeholder,
body.theme-carnaval:not(.theme-scope-components) textarea::placeholder,
body.theme-saojoao:not(.theme-scope-components) input::placeholder,
body.theme-saojoao:not(.theme-scope-components) textarea::placeholder,
body.theme-verao:not(.theme-scope-components) input::placeholder,
body.theme-verao:not(.theme-scope-components) textarea::placeholder {
  color: #7b7672;
}

body.theme-natal:not(.theme-scope-components) select option,
body.theme-natal:not(.theme-scope-components) select optgroup,
body.theme-pascoa:not(.theme-scope-components) select option,
body.theme-pascoa:not(.theme-scope-components) select optgroup,
body.theme-blackfriday:not(.theme-scope-components) select option,
body.theme-blackfriday:not(.theme-scope-components) select optgroup,
body.theme-halloween:not(.theme-scope-components) select option,
body.theme-halloween:not(.theme-scope-components) select optgroup,
body.theme-carnaval:not(.theme-scope-components) select option,
body.theme-carnaval:not(.theme-scope-components) select optgroup,
body.theme-saojoao:not(.theme-scope-components) select option,
body.theme-saojoao:not(.theme-scope-components) select optgroup,
body.theme-verao:not(.theme-scope-components) select option,
body.theme-verao:not(.theme-scope-components) select optgroup {
  background: #fff;
  color: #2f2d2d;
}

body.theme-natal:not(.theme-scope-components) .chip,
body.theme-pascoa:not(.theme-scope-components) .chip,
body.theme-blackfriday:not(.theme-scope-components) .chip,
body.theme-halloween:not(.theme-scope-components) .chip,
body.theme-carnaval:not(.theme-scope-components) .chip,
body.theme-saojoao:not(.theme-scope-components) .chip,
body.theme-verao:not(.theme-scope-components) .chip {
  background: var(--surface-soft);
  color: var(--muted);
}

body.theme-natal:not(.theme-scope-components) .chip-success,
body.theme-pascoa:not(.theme-scope-components) .chip-success,
body.theme-blackfriday:not(.theme-scope-components) .chip-success,
body.theme-halloween:not(.theme-scope-components) .chip-success,
body.theme-carnaval:not(.theme-scope-components) .chip-success,
body.theme-saojoao:not(.theme-scope-components) .chip-success,
body.theme-verao:not(.theme-scope-components) .chip-success {
  background: #d7f2e8;
  color: #104f3e;
}

body.theme-natal:not(.theme-scope-components) .chip-neutral,
body.theme-pascoa:not(.theme-scope-components) .chip-neutral,
body.theme-blackfriday:not(.theme-scope-components) .chip-neutral,
body.theme-halloween:not(.theme-scope-components) .chip-neutral,
body.theme-carnaval:not(.theme-scope-components) .chip-neutral,
body.theme-saojoao:not(.theme-scope-components) .chip-neutral,
body.theme-verao:not(.theme-scope-components) .chip-neutral {
  background: var(--surface-soft);
  color: var(--muted);
}

body.theme-natal:not(.theme-scope-components) .muted,
body.theme-pascoa:not(.theme-scope-components) .muted,
body.theme-blackfriday:not(.theme-scope-components) .muted,
body.theme-halloween:not(.theme-scope-components) .muted,
body.theme-carnaval:not(.theme-scope-components) .muted,
body.theme-saojoao:not(.theme-scope-components) .muted,
body.theme-verao:not(.theme-scope-components) .muted {
  color: var(--muted);
}

body.theme-natal:not(.theme-scope-components) .link,
body.theme-pascoa:not(.theme-scope-components) .link,
body.theme-blackfriday:not(.theme-scope-components) .link,
body.theme-halloween:not(.theme-scope-components) .link,
body.theme-carnaval:not(.theme-scope-components) .link,
body.theme-saojoao:not(.theme-scope-components) .link,
body.theme-verao:not(.theme-scope-components) .link {
  color: var(--brand-strong);
}

body.theme-natal:not(.theme-scope-highlights) .floating-tag,
body.theme-pascoa:not(.theme-scope-highlights) .floating-tag,
body.theme-blackfriday:not(.theme-scope-highlights) .floating-tag,
body.theme-halloween:not(.theme-scope-highlights) .floating-tag,
body.theme-carnaval:not(.theme-scope-highlights) .floating-tag,
body.theme-saojoao:not(.theme-scope-highlights) .floating-tag,
body.theme-verao:not(.theme-scope-highlights) .floating-tag {
  background: #fff;
  border-color: var(--border);
  color: inherit;
}

body.theme-natal:not(.theme-scope-highlights) .home-strip-marquee,
body.theme-pascoa:not(.theme-scope-highlights) .home-strip-marquee,
body.theme-blackfriday:not(.theme-scope-highlights) .home-strip-marquee,
body.theme-halloween:not(.theme-scope-highlights) .home-strip-marquee,
body.theme-carnaval:not(.theme-scope-highlights) .home-strip-marquee,
body.theme-saojoao:not(.theme-scope-highlights) .home-strip-marquee,
body.theme-verao:not(.theme-scope-highlights) .home-strip-marquee {
  background: #fff;
  border-color: var(--border);
}

body.theme-natal:not(.theme-scope-highlights) .home-strip-track span,
body.theme-pascoa:not(.theme-scope-highlights) .home-strip-track span,
body.theme-blackfriday:not(.theme-scope-highlights) .home-strip-track span,
body.theme-halloween:not(.theme-scope-highlights) .home-strip-track span,
body.theme-carnaval:not(.theme-scope-highlights) .home-strip-track span,
body.theme-saojoao:not(.theme-scope-highlights) .home-strip-track span,
body.theme-verao:not(.theme-scope-highlights) .home-strip-track span {
  color: var(--text);
}

body.theme-natal:not(.theme-scope-highlights) .home-strip-track span::before,
body.theme-pascoa:not(.theme-scope-highlights) .home-strip-track span::before,
body.theme-blackfriday:not(.theme-scope-highlights) .home-strip-track span::before,
body.theme-halloween:not(.theme-scope-highlights) .home-strip-track span::before,
body.theme-carnaval:not(.theme-scope-highlights) .home-strip-track span::before,
body.theme-saojoao:not(.theme-scope-highlights) .home-strip-track span::before,
body.theme-verao:not(.theme-scope-highlights) .home-strip-track span::before {
  color: var(--brand);
}

body.theme-natal:not(.theme-scope-highlights) .trust-pill,
body.theme-pascoa:not(.theme-scope-highlights) .trust-pill,
body.theme-blackfriday:not(.theme-scope-highlights) .trust-pill,
body.theme-halloween:not(.theme-scope-highlights) .trust-pill,
body.theme-carnaval:not(.theme-scope-highlights) .trust-pill,
body.theme-saojoao:not(.theme-scope-highlights) .trust-pill,
body.theme-verao:not(.theme-scope-highlights) .trust-pill {
  border: 1px solid rgba(41, 170, 172, 0.35);
  background: rgba(41, 170, 172, 0.1);
  color: var(--brand-strong);
}

body.theme-natal:not(.theme-scope-footer) .site-footer,
body.theme-pascoa:not(.theme-scope-footer) .site-footer,
body.theme-blackfriday:not(.theme-scope-footer) .site-footer,
body.theme-halloween:not(.theme-scope-footer) .site-footer,
body.theme-carnaval:not(.theme-scope-footer) .site-footer,
body.theme-saojoao:not(.theme-scope-footer) .site-footer,
body.theme-verao:not(.theme-scope-footer) .site-footer {
  background: #1e2a24;
}

.theme-natal-header-decor {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 78px;
  z-index: 2;
  overflow: visible;
}

.theme-natal-garland {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 28px;
  background:
    radial-gradient(circle at 6% 80%, rgba(31, 122, 69, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 14% 15%, rgba(16, 92, 49, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 23% 82%, rgba(31, 122, 69, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 31% 18%, rgba(16, 92, 49, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 40% 78%, rgba(31, 122, 69, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 49% 20%, rgba(16, 92, 49, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 58% 82%, rgba(31, 122, 69, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 67% 18%, rgba(16, 92, 49, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 76% 82%, rgba(31, 122, 69, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 85% 15%, rgba(16, 92, 49, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 94% 80%, rgba(31, 122, 69, 0.95) 0 7px, transparent 8px);
  opacity: 0.92;
}

.theme-natal-ball {
  position: absolute;
  top: 18px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  box-shadow:
    inset -3px -3px 0 rgba(0, 0, 0, 0.12),
    0 5px 12px rgba(0, 0, 0, 0.22);
  animation: natalSwing 3.2s ease-in-out infinite;
  transform-origin: center top;
}

.theme-natal-ball::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 2px;
  height: 18px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
}

.theme-natal-ball::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 8px;
  height: 4px;
  border-radius: 2px;
  transform: translateX(-50%);
  background: #d8c9ae;
}

.theme-natal-ball-1 {
  left: 13%;
  background: #d1243d;
  animation-delay: 0s;
}

.theme-natal-ball-2 {
  left: 24%;
  background: #25a46a;
  animation-delay: 0.4s;
}

.theme-natal-ball-3 {
  left: 38%;
  background: #f2b400;
  animation-delay: 0.8s;
}

.theme-natal-ball-4 {
  left: 55%;
  background: #1f7a45;
  animation-delay: 0.2s;
}

.theme-natal-ball-5 {
  left: 71%;
  background: #c11b34;
  animation-delay: 0.6s;
}

.theme-natal-ball-6 {
  left: 86%;
  background: #f2b400;
  animation-delay: 1s;
}

.theme-natal-corner-decor {
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 140px;
  z-index: 6;
}

.theme-natal-tree,
.theme-natal-sock {
  position: fixed;
  line-height: 1;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
  user-select: none;
}

.theme-natal-tree {
  bottom: 10px;
  font-size: 50px;
  animation: natalFloat 3.8s ease-in-out infinite;
}

.theme-natal-tree-left {
  left: 10px;
}

.theme-natal-tree-right {
  right: 10px;
  animation-delay: 0.8s;
}

.theme-natal-sock {
  bottom: 76px;
  font-size: 30px;
  animation: natalSwing 2.8s ease-in-out infinite;
}

.theme-natal-sock-left {
  left: 54px;
  animation-delay: 0.3s;
}

.theme-natal-sock-right {
  right: 54px;
  animation-delay: 1.1s;
}

.theme-pascoa-header-decor {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 72px;
  z-index: 2;
}

.theme-pascoa-grass {
  position: absolute;
  inset: -6px 0 auto 0;
  height: 30px;
  background:
    radial-gradient(circle at 5% 100%, #7ac56f 0 9px, transparent 10px),
    radial-gradient(circle at 14% 0%, #8ed87f 0 8px, transparent 9px),
    radial-gradient(circle at 24% 100%, #7ac56f 0 9px, transparent 10px),
    radial-gradient(circle at 34% 0%, #8ed87f 0 8px, transparent 9px),
    radial-gradient(circle at 44% 100%, #7ac56f 0 9px, transparent 10px),
    radial-gradient(circle at 54% 0%, #8ed87f 0 8px, transparent 9px),
    radial-gradient(circle at 64% 100%, #7ac56f 0 9px, transparent 10px),
    radial-gradient(circle at 74% 0%, #8ed87f 0 8px, transparent 9px),
    radial-gradient(circle at 84% 100%, #7ac56f 0 9px, transparent 10px),
    radial-gradient(circle at 94% 0%, #8ed87f 0 8px, transparent 9px);
  opacity: 0.94;
}

.theme-pascoa-egg {
  position: absolute;
  top: 18px;
  width: 17px;
  height: 23px;
  border-radius: 48% 48% 46% 46%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.16);
  animation: pascoaHop 3.2s ease-in-out infinite;
}

.theme-pascoa-egg::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.theme-pascoa-egg-1 {
  left: 16%;
  background: #f49cb7;
  animation-delay: 0s;
}

.theme-pascoa-egg-2 {
  left: 29%;
  background: #79c8f5;
  animation-delay: 0.35s;
}

.theme-pascoa-egg-3 {
  left: 44%;
  background: #ffd481;
  animation-delay: 0.65s;
}

.theme-pascoa-egg-4 {
  left: 63%;
  background: #9ee4a5;
  animation-delay: 0.2s;
}

.theme-pascoa-egg-5 {
  left: 80%;
  background: #d0b7ff;
  animation-delay: 0.9s;
}

.theme-pascoa-corner-decor {
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 130px;
  z-index: 6;
}

.theme-pascoa-bunny,
.theme-pascoa-egg-mini {
  position: fixed;
  line-height: 1;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
  user-select: none;
}

.theme-pascoa-bunny {
  bottom: 8px;
  font-size: 44px;
  animation: natalFloat 3.6s ease-in-out infinite;
}

.theme-pascoa-bunny-left {
  left: 10px;
}

.theme-pascoa-bunny-right {
  right: 10px;
  animation-delay: 0.8s;
}

.theme-pascoa-egg-mini {
  bottom: 70px;
  width: 20px;
  height: 27px;
  border-radius: 48% 48% 46% 46%;
  background: linear-gradient(160deg, #ffe09c, #ffb4bf);
  border: 2px solid rgba(255, 255, 255, 0.85);
  animation: pascoaHop 2.6s ease-in-out infinite;
}

.theme-pascoa-egg-mini-left {
  left: 62px;
}

.theme-pascoa-egg-mini-right {
  right: 62px;
  animation-delay: 0.7s;
}

.theme-halloween-header-decor {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 82px;
  z-index: 2;
}

.theme-halloween-moon {
  position: absolute;
  top: 6px;
  right: 8%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, #fff0c8, #f4cc7e);
  box-shadow: 0 0 0 8px rgba(244, 204, 126, 0.14), 0 0 26px rgba(244, 204, 126, 0.25);
  animation: themePulse 3.8s ease-in-out infinite;
}

.theme-halloween-bat {
  position: absolute;
  width: 22px;
  height: 12px;
  background: #ff8e2c;
  clip-path: polygon(0 100%, 17% 42%, 34% 100%, 50% 58%, 66% 100%, 83% 42%, 100% 100%, 82% 20%, 50% 0, 18% 20%);
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
  animation: halloweenFly 5.2s ease-in-out infinite;
}

.theme-halloween-bat-1 {
  left: 16%;
  top: 18px;
  animation-delay: 0s;
}

.theme-halloween-bat-2 {
  left: 32%;
  top: 28px;
  animation-delay: 0.8s;
}

.theme-halloween-bat-3 {
  left: 54%;
  top: 16px;
  animation-delay: 1.4s;
}

.theme-halloween-bat-4 {
  left: 72%;
  top: 26px;
  animation-delay: 2.1s;
}

.theme-halloween-corner-decor {
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 138px;
  z-index: 6;
}

.theme-halloween-pumpkin,
.theme-halloween-ghost {
  position: fixed;
  line-height: 1;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
  user-select: none;
}

.theme-halloween-pumpkin {
  bottom: 8px;
  font-size: 46px;
  animation: themePulse 2.4s ease-in-out infinite;
}

.theme-halloween-pumpkin-left {
  left: 8px;
}

.theme-halloween-pumpkin-right {
  right: 8px;
  animation-delay: 0.6s;
}

.theme-halloween-ghost {
  bottom: 74px;
  font-size: 30px;
  animation: natalFloat 3s ease-in-out infinite;
}

.theme-halloween-ghost-left {
  left: 58px;
}

.theme-halloween-ghost-right {
  right: 58px;
  animation-delay: 0.9s;
}

.theme-carnaval-header-decor {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 82px;
  z-index: 2;
}

.theme-carnaval-streamer {
  position: absolute;
  inset: -8px 0 auto 0;
  height: 30px;
  background:
    linear-gradient(
      90deg,
      #9137ff 0 12%,
      #00b8d4 12% 24%,
      #ff8a00 24% 36%,
      #e83f6f 36% 48%,
      #4dc75f 48% 60%,
      #9137ff 60% 72%,
      #00b8d4 72% 84%,
      #ff8a00 84% 100%
    );
  clip-path: polygon(0 0, 100% 0, 100% 45%, 95% 85%, 90% 45%, 85% 85%, 80% 45%, 75% 85%, 70% 45%, 65% 85%, 60% 45%, 55% 85%, 50% 45%, 45% 85%, 40% 45%, 35% 85%, 30% 45%, 25% 85%, 20% 45%, 15% 85%, 10% 45%, 5% 85%, 0 45%);
  opacity: 0.96;
}

.theme-carnaval-confetti {
  position: absolute;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  animation: confettiDance 2.8s ease-in-out infinite;
}

.theme-carnaval-confetti-1 {
  left: 12%;
  background: #ff8a00;
  animation-delay: 0s;
}

.theme-carnaval-confetti-2 {
  left: 24%;
  background: #00b8d4;
  animation-delay: 0.5s;
}

.theme-carnaval-confetti-3 {
  left: 37%;
  background: #9137ff;
  animation-delay: 1s;
}

.theme-carnaval-confetti-4 {
  left: 53%;
  background: #e83f6f;
  animation-delay: 0.3s;
}

.theme-carnaval-confetti-5 {
  left: 69%;
  background: #4dc75f;
  animation-delay: 0.9s;
}

.theme-carnaval-confetti-6 {
  left: 84%;
  background: #ff8a00;
  animation-delay: 1.3s;
}

.theme-carnaval-corner-decor {
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 140px;
  z-index: 6;
}

.theme-carnaval-mask,
.theme-carnaval-feather {
  position: fixed;
  line-height: 1;
  user-select: none;
}

.theme-carnaval-mask {
  bottom: 12px;
  font-size: 44px;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.26));
  animation: themePulse 2.9s ease-in-out infinite;
}

.theme-carnaval-mask-left {
  left: 10px;
}

.theme-carnaval-mask-right {
  right: 10px;
  animation-delay: 0.8s;
}

.theme-carnaval-feather {
  width: 10px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a00, #00b8d4, #9137ff);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
  animation: confettiDance 2.4s ease-in-out infinite;
}

.theme-carnaval-feather-left {
  left: 56px;
  bottom: 70px;
}

.theme-carnaval-feather-right {
  right: 56px;
  bottom: 70px;
  animation-delay: 0.9s;
}

.theme-saojoao-header-decor {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 78px;
  z-index: 2;
}

.theme-saojoao-flags {
  position: absolute;
  inset: -6px 0 auto 0;
  height: 28px;
  background:
    linear-gradient(
      90deg,
      #f28624 0 8%,
      #0f63d8 8% 16%,
      #f9c24f 16% 24%,
      #18a55f 24% 32%,
      #f28624 32% 40%,
      #0f63d8 40% 48%,
      #f9c24f 48% 56%,
      #18a55f 56% 64%,
      #f28624 64% 72%,
      #0f63d8 72% 80%,
      #f9c24f 80% 88%,
      #18a55f 88% 100%
    );
  clip-path: polygon(0 0, 100% 0, 100% 50%, 95% 100%, 90% 50%, 85% 100%, 80% 50%, 75% 100%, 70% 50%, 65% 100%, 60% 50%, 55% 100%, 50% 50%, 45% 100%, 40% 50%, 35% 100%, 30% 50%, 25% 100%, 20% 50%, 15% 100%, 10% 50%, 5% 100%, 0 50%);
}

.theme-saojoao-balloon {
  position: absolute;
  top: 20px;
  width: 18px;
  height: 24px;
  border-radius: 50% 50% 45% 45%;
  box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.14), 0 6px 12px rgba(0, 0, 0, 0.2);
  animation: balloonFloat 3.6s ease-in-out infinite;
}

.theme-saojoao-balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 14px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.85);
}

.theme-saojoao-balloon-1 {
  left: 22%;
  background: #f28624;
}

.theme-saojoao-balloon-2 {
  left: 49%;
  background: #0f63d8;
  animation-delay: 0.8s;
}

.theme-saojoao-balloon-3 {
  left: 74%;
  background: #18a55f;
  animation-delay: 1.3s;
}

.theme-saojoao-corner-decor {
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 142px;
  z-index: 6;
}

.theme-saojoao-lantern,
.theme-saojoao-fire {
  position: fixed;
  line-height: 1;
  user-select: none;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.24));
}

.theme-saojoao-lantern {
  bottom: 8px;
  font-size: 42px;
  animation: balloonFloat 3.3s ease-in-out infinite;
}

.theme-saojoao-lantern-left {
  left: 10px;
}

.theme-saojoao-lantern-right {
  right: 10px;
  animation-delay: 0.7s;
}

.theme-saojoao-fire {
  bottom: 70px;
  font-size: 28px;
  animation: themePulse 2.2s ease-in-out infinite;
}

.theme-saojoao-fire-left {
  left: 60px;
}

.theme-saojoao-fire-right {
  right: 60px;
  animation-delay: 0.8s;
}

.theme-verao-header-decor {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 78px;
  z-index: 2;
}

.theme-verao-sun {
  position: absolute;
  top: 6px;
  right: 9%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe896, #ffb735);
  box-shadow:
    0 0 0 8px rgba(255, 183, 53, 0.18),
    0 0 26px rgba(255, 183, 53, 0.3);
  animation: themePulse 3.2s ease-in-out infinite;
}

.theme-verao-cloud {
  position: absolute;
  top: 22px;
  width: 42px;
  height: 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    10px -6px 0 2px rgba(255, 255, 255, 0.86),
    -10px -4px 0 1px rgba(255, 255, 255, 0.8);
  animation: cloudDrift 7.5s ease-in-out infinite;
}

.theme-verao-cloud-1 {
  left: 18%;
}

.theme-verao-cloud-2 {
  left: 42%;
  animation-delay: 1.8s;
}

.theme-verao-cloud-3 {
  left: 64%;
  animation-delay: 0.9s;
}

.theme-verao-corner-decor {
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 142px;
  z-index: 6;
}

.theme-verao-palm,
.theme-verao-wave {
  position: fixed;
  line-height: 1;
  user-select: none;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.22));
}

.theme-verao-palm {
  bottom: 7px;
  font-size: 42px;
  animation: natalFloat 3.7s ease-in-out infinite;
}

.theme-verao-palm-left {
  left: 10px;
}

.theme-verao-palm-right {
  right: 10px;
  animation-delay: 0.7s;
}

.theme-verao-wave {
  bottom: 68px;
  font-size: 26px;
  animation: waveBounce 2.6s ease-in-out infinite;
}

.theme-verao-wave-left {
  left: 58px;
}

.theme-verao-wave-right {
  right: 58px;
  animation-delay: 0.8s;
}

.theme-blackfriday-header-decor {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 72px;
  z-index: 2;
  overflow: hidden;
}

.theme-blackfriday-scanline {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(41, 170, 172, 0.16) 0 9px,
      rgba(130, 126, 125, 0.1) 9px 18px,
      rgba(255, 255, 255, 0.04) 18px 28px
    );
  opacity: 0.58;
}

.theme-blackfriday-tag {
  position: absolute;
  top: 3px;
  padding: 0.12rem 0.44rem;
  border-radius: 999px;
  border: 1px solid rgba(80, 201, 203, 0.55);
  background: rgba(6, 8, 10, 0.82);
  color: #9ceff0;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  animation: blackFridayFlash 2.1s ease-in-out infinite;
  transform: translateX(-50%);
}

.theme-blackfriday-tag-1 {
  left: 35%;
}

.theme-blackfriday-tag-2 {
  left: 50%;
  animation-delay: 0.5s;
}

.theme-blackfriday-tag-3 {
  left: 65%;
  animation-delay: 1s;
}

.theme-blackfriday-corner-decor {
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 132px;
  z-index: 6;
}

.theme-blackfriday-pill {
  position: fixed;
  bottom: 14px;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(9, 11, 14, 0.9);
  border: 1px solid rgba(80, 201, 203, 0.6);
  color: #9ceff0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  animation: blackFridayFlash 2.3s ease-in-out infinite;
}

.theme-blackfriday-pill-left {
  left: 12px;
}

.theme-blackfriday-pill-right {
  right: 12px;
  animation-delay: 0.9s;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 20%, rgba(130, 126, 125, 0.09), transparent 38%),
    radial-gradient(circle at 85% -10%, rgba(41, 170, 172, 0.1), transparent 30%),
    var(--bg);
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  width: 100%;
  flex: 1 0 auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Fraunces", serif;
  margin: 0 0 0.6rem;
  line-height: 1.15;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 0.8rem;
}

.container {
  width: min(1480px, 96vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.95);
}

.header-inner {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
}

.brand strong {
  display: block;
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--brand), var(--brand-strong));
  color: #fff;
  font-weight: 700;
}

.brand-logo {
  width: auto;
  height: auto;
  max-height: 2.6rem;
  max-width: 9rem;
  object-fit: contain;
  object-position: left center;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background: #fff;
  display: block;
}

.main-nav {
  display: flex;
  gap: 0.75rem;
  font-size: 0.95rem;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: visible;
  padding-bottom: 0;
  scrollbar-width: none;
}

.main-nav a {
  color: var(--nav-text, var(--muted));
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.main-nav .nav-static-label,
.main-nav .nav-dropdown-label {
  color: var(--nav-text, var(--muted));
  font-weight: 500;
  white-space: nowrap;
}

.nav-divider {
  width: 1px;
  height: 1.15rem;
  background: var(--border);
  margin-inline: 0.15rem;
  flex: 0 0 auto;
}

.main-nav a:hover {
  color: var(--nav-text-hover, var(--text));
}

.nav-dropdown {
  position: relative;
  padding: 0.4rem 0 0.9rem;
  margin: -0.4rem 0 -0.9rem;
}

.nav-dropdown-trigger::after {
  transition: transform 0.18s ease;
}

.nav-dropdown.is-open .nav-dropdown-trigger::after {
  transform: rotate(180deg);
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.9rem;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-dropdown-trigger::after {
  content: "▾";
  font-size: 0.65rem;
  color: var(--nav-text, var(--muted));
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.22rem);
  left: 0;
  min-width: 210px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  box-shadow: var(--shadow);
  padding: 0.5rem;
  display: grid;
  gap: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 40;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-menu a {
  display: block;
  border-radius: 0.5rem;
  padding: 0.42rem 0.5rem;
  color: var(--text);
}

.nav-dropdown-group-label {
  display: block;
  border-radius: 0.5rem;
  padding: 0.42rem 0.5rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  background: var(--surface-soft);
}

.nav-dropdown-menu a:hover {
  background: rgba(41, 170, 172, 0.1);
  color: var(--brand-strong);
}

.header-actions {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.header-account-wrap {
  position: relative;
}

.header-account-popover {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  width: min(21rem, calc(100vw - 1.5rem));
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 0.8rem;
  z-index: 60;
}

.header-account-popover[hidden] {
  display: none;
}

.header-account-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.header-account-name {
  margin: 0.15rem 0 0.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.header-account-email {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  word-break: break-word;
}

.header-account-role {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.header-account-actions {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.45rem;
}

.header-account-actions .btn {
  width: 100%;
  justify-content: center;
}

.header-account-actions form {
  margin: 0;
}

.icon-btn.header-menu-toggle {
  display: none;
}

.header-search-row {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(216, 214, 214, 0.8);
  background: rgba(255, 255, 255, 0.98);
}

.header-search-form {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.65rem 0;
}

.header-search-input {
  margin-top: 0;
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 0.7rem;
}

.header-search-btn {
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icon-btn {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.14s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.icon-btn:hover {
  transform: translateY(-1px);
  border-color: var(--brand);
  color: var(--brand-strong);
  box-shadow: 0 7px 18px rgba(41, 170, 172, 0.2);
}

.icon-btn.is-active {
  border-color: var(--brand);
  color: var(--brand-strong);
  box-shadow: 0 7px 18px rgba(41, 170, 172, 0.2);
}

.icon-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.icon-btn-ghost {
  cursor: pointer;
}

.icon-badge {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  min-width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: var(--brand-strong);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  border: 2px solid #fff;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 0.84rem;
}

.chip-success {
  background: #d7f2e8;
  color: #104f3e;
}

.chip-neutral {
  background: var(--surface-soft);
  color: var(--muted);
}

.section {
  padding: 2.4rem 0;
}

.section-top {
  margin-top: 2rem;
}

.hero {
  padding: 2.2rem 0 1.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.hero h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-card {
  background: linear-gradient(160deg, #ffffff, #f7fbfb);
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.hero-card ol {
  margin: 0;
  padding-left: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.home-page {
  overflow-x: clip;
}

.home-hero {
  position: relative;
  isolation: isolate;
}

.home-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(41, 170, 172, 0.24), rgba(41, 170, 172, 0));
  animation: driftBlob 9s ease-in-out infinite;
  z-index: -1;
}

.home-hero::after {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -100px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(130, 126, 125, 0.18), rgba(130, 126, 125, 0));
  animation: driftBlob 11s ease-in-out infinite reverse;
  z-index: -1;
}

.home-hero-grid {
  align-items: center;
  min-height: 560px;
}

.hero-copy h1 {
  max-width: 16ch;
}

.hero-copy p {
  max-width: 60ch;
}

.btn-attention {
  position: relative;
  overflow: visible;
}

.btn-attention::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.55);
  opacity: 0;
  animation: btnPulse 1.9s ease-out infinite;
}

.seasonal-click-burst {
  position: fixed;
  width: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 2147483640;
  isolation: isolate;
}

.seasonal-click-particle {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--brand-strong);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  animation: seasonalFxParticleFly 0.76s ease-out forwards;
  animation-delay: var(--fx-delay, 0s);
  will-change: transform, opacity;
}

.theme-button-intensity-suave .seasonal-click-particle {
  font-size: 0.78rem;
}

.theme-button-intensity-forte .seasonal-click-particle {
  font-size: 0.98rem;
}

.home-trust-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-pill {
  border: 1px solid rgba(41, 170, 172, 0.35);
  background: rgba(41, 170, 172, 0.1);
  color: var(--brand-strong);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-showcase {
  position: relative;
  transition: transform 0.25s ease;
  will-change: transform;
}

.showcase-glow {
  position: absolute;
  inset: 14% 8% 8% 8%;
  border-radius: 1.3rem;
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.88), rgba(41, 170, 172, 0.16));
  filter: blur(6px);
  animation: glowPulse 3.6s ease-in-out infinite;
}

.showcase-frame {
  position: relative;
  border-radius: 1.3rem;
  border: 1px solid var(--border);
  box-shadow: 0 22px 38px rgba(41, 170, 172, 0.15);
  background: linear-gradient(160deg, #fff, #f6fbfb);
  padding: 0.7rem;
  height: clamp(280px, 34vw, 520px);
  min-height: clamp(280px, 34vw, 520px);
  overflow: hidden;
}

.hero-rotator-controls {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 5;
  pointer-events: none;
}

.hero-rotator-btn {
  pointer-events: auto;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 1px solid rgba(41, 170, 172, 0.35);
  background: rgba(255, 255, 255, 0.9);
  color: #1f4f4f;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(19, 31, 27, 0.16);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-rotator-btn:hover {
  transform: scale(1.08);
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 31, 27, 0.2);
}

.hero-rotator-dots {
  position: absolute;
  left: 50%;
  bottom: 0.95rem;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 0.35rem;
  z-index: 5;
}

.hero-rotator-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.hero-rotator-dot:hover {
  transform: scale(1.2);
}

.hero-rotator-dot.is-active {
  transform: scale(1.2);
  background: #2b9b9c;
}

.hero-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}

.showcase-frame img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.24s ease, transform 0.24s ease;
  image-rendering: auto;
}

.showcase-frame img.hero-image-campaign {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(160deg, #fff, #f7fbfb);
}

.campaign-hero-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  min-height: clamp(260px, 34vw, 500px);
  height: clamp(260px, 34vw, 500px);
  overflow: hidden;
}

.campaign-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
}

.showcase-frame img.is-switching {
  opacity: 0.45;
  transform: scale(1.02);
}

.showcase-frame img.hero-image-campaign.is-switching {
  transform: none;
}

.floating-tag {
  position: absolute;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.floating-tag-a {
  top: -12px;
  left: -16px;
  color: var(--brand-strong);
  animation: floatTag 3.6s ease-in-out infinite;
}

.floating-tag-b {
  bottom: -10px;
  right: -18px;
  color: var(--muted);
  animation: floatTag 3.9s ease-in-out infinite 0.35s;
}

.home-strip {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}

.home-strip-marquee {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
}

.home-strip-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  padding: 0.7rem 0.8rem;
  animation: marqueeMove 20s linear infinite;
}

.home-strip-track span {
  color: var(--text);
  font-weight: 700;
  font-size: 0.86rem;
  white-space: nowrap;
}

.home-strip-track span::before {
  content: "•";
  margin-right: 0.5rem;
  color: var(--brand);
}

.home-page .category-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.category-card-lift:hover {
  transform: translateY(-5px);
  border-color: rgba(41, 170, 172, 0.45);
  box-shadow: 0 18px 30px rgba(41, 170, 172, 0.2);
}

.home-page .product-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-page .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(41, 170, 172, 0.2);
}

.home-page .product-card img {
  transition: transform 0.35s ease;
}

.home-page .product-card:hover img {
  transform: scale(1.03);
}

.home-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(41, 170, 172, 0.35);
  background: linear-gradient(140deg, rgba(41, 170, 172, 0.12), rgba(130, 126, 125, 0.08));
  padding: 1.2rem 1.3rem;
}

.home-cta-banner h2 {
  margin-bottom: 0;
  max-width: 26ch;
}

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes driftBlob {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(16px, -10px, 0) scale(1.05);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes glowPulse {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.95;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes floatTag {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes btnPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  25% {
    opacity: 0.35;
  }

  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

@keyframes natalSwing {
  0% {
    transform: rotate(-6deg);
  }

  50% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(-6deg);
  }
}

@keyframes natalFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes seasonalStickerFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes seasonalFxParticleFly {
  0% {
    opacity: 0.96;
    transform: translate(-50%, -50%) rotate(var(--fx-angle, 0deg)) translateY(0) scale(0.92);
  }

  100% {
    opacity: 0;
    transform:
      translate(-50%, -50%)
      rotate(var(--fx-angle, 0deg))
      translateY(calc(var(--fx-distance, 24px) * -1))
      scale(1.25);
  }
}

@keyframes seasonalProductCtaPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(41, 170, 172, 0);
  }

  45% {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -16px rgba(41, 170, 172, 0.52);
  }
}

@keyframes seasonalProductStageGlow {
  0%,
  100% {
    box-shadow: 0 16px 30px rgba(15, 29, 22, 0.16);
  }

  50% {
    box-shadow: 0 20px 38px rgba(41, 170, 172, 0.2);
  }
}

@keyframes pascoaHop {
  0% {
    transform: translateY(0) scale(1);
  }

  45% {
    transform: translateY(-4px) scale(1.04);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes halloweenFly {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(8px, -5px, 0) scale(1.08);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes confettiDance {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-6px) rotate(18deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes balloonFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes cloudDrift {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes waveBounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes themePulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

@keyframes blackFridayFlash {
  0% {
    opacity: 0.82;
    filter: saturate(1);
  }

  50% {
    opacity: 1;
    filter: saturate(1.25);
  }

  100% {
    opacity: 0.82;
    filter: saturate(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-attention::after,
  .home-strip-track,
  .floating-tag-a,
  .floating-tag-b,
  .showcase-glow,
  .home-hero::before,
  .home-hero::after,
  .theme-natal-ball,
  .theme-natal-tree,
  .theme-natal-sock,
  .theme-pascoa-egg,
  .theme-pascoa-bunny,
  .theme-pascoa-egg-mini,
  .theme-halloween-bat,
  .theme-halloween-pumpkin,
  .theme-halloween-ghost,
  .theme-carnaval-confetti,
  .theme-carnaval-mask,
  .theme-carnaval-feather,
  .theme-saojoao-balloon,
  .theme-saojoao-lantern,
  .theme-saojoao-fire,
  .theme-verao-sun,
  .theme-verao-cloud,
  .theme-verao-palm,
  .theme-verao-wave,
  .theme-blackfriday-tag,
  .theme-blackfriday-pill,
  .seasonal-sticker {
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.section-head.split {
  flex-wrap: wrap;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.category-card {
  min-height: 200px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.product-card.product-card-clickable {
  padding: 0;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.8rem;
}

.product-card.compact img {
  aspect-ratio: 3 / 2;
}

.product-actions {
  display: flex;
  gap: 0.5rem;
}

.product-actions.product-actions-end {
  padding: 0 1rem 1rem;
  justify-content: flex-end;
}

.product-card-main-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.8rem;
  color: inherit;
  padding: 1rem;
  min-height: 0;
}

.product-actions {
  position: relative;
  z-index: 1;
}

.product-card > .note,
.product-card > .product-card-campaign-link,
.product-card > .product-campaign-banner {
  margin-inline: 1rem;
}

.product-card-seasonal-decor {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 3;
}

.seasonal-sticker {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(26, 44, 36, 0.16);
  box-shadow:
    0 4px 10px rgba(20, 33, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  animation: seasonalStickerFloat 4.6s ease-in-out infinite;
  backdrop-filter: blur(3px);
  opacity: 0.92;
}

.seasonal-sticker-has-image {
  padding: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.seasonal-sticker-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.seasonal-sticker[data-theme="blackfriday"] {
  background: linear-gradient(160deg, rgba(17, 20, 23, 0.95), rgba(38, 43, 49, 0.92));
  color: #f6c26d;
  border-color: rgba(246, 194, 109, 0.44);
}

.seasonal-sticker[data-theme="blackfriday"].seasonal-sticker-has-image,
.seasonal-sticker[data-theme="halloween"].seasonal-sticker-has-image {
  background: rgba(250, 252, 255, 0.92);
  border-color: rgba(40, 52, 60, 0.24);
}

.seasonal-sticker[data-theme="halloween"] {
  background: linear-gradient(160deg, rgba(32, 22, 15, 0.95), rgba(54, 36, 20, 0.92));
  color: #ffb15d;
  border-color: rgba(255, 177, 93, 0.4);
}

.seasonal-sticker[data-theme="verao"] {
  background: linear-gradient(160deg, #ffffff, #f3fcff);
  color: #0f7ea8;
}

.seasonal-sticker-static {
  animation: none !important;
}

.theme-card-intensity-suave .seasonal-sticker {
  width: 22px;
  height: 22px;
  font-size: 0.68rem;
  opacity: 0.84;
}

.theme-card-intensity-forte .seasonal-sticker {
  width: 26px;
  height: 26px;
  font-size: 0.8rem;
  box-shadow:
    0 5px 12px rgba(20, 33, 28, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.seasonal-sticker-modern {
  transform-origin: center;
}

.seasonal-pos-top-left {
  top: 12px;
  left: 12px;
}

.seasonal-pos-top-right {
  top: 12px;
  right: 12px;
}

.seasonal-pos-top-right-alt {
  top: 42px;
  right: 16px;
}

.product-card-badges {
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: center;
}

.product-card-badge {
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid transparent;
  box-shadow: 0 5px 12px rgba(20, 33, 28, 0.14);
}

.product-card-badge-featured {
  background: rgba(23, 109, 64, 0.9);
  color: #f4fff8;
  border-color: rgba(241, 255, 248, 0.6);
}

.product-card-badge-campaign {
  background: rgba(31, 141, 143, 0.92);
  color: #f4ffff;
  border-color: rgba(212, 255, 255, 0.75);
}

.product-card-badge-link {
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
}

.product-card-badge-link:hover {
  filter: brightness(1.08);
}

.product-card-main-link h3 {
  transition: color 0.2s ease;
}

.product-card-main-link:hover h3 {
  color: #0a5a4a;
}

.product-card-main-link img {
  transition: transform 0.3s ease;
}

.product-card-main-link:hover img {
  transform: scale(1.03);
}

.price {
  font-weight: 700;
  color: var(--brand-strong);
}

.price.large {
  font-size: 1.35rem;
}

.muted {
  color: var(--muted);
  font-size: 0.92rem;
}

.simple-list {
  margin: 0.45rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.2rem;
}

.link {
  color: var(--brand-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-danger {
  color: var(--danger);
}

.text-success {
  color: var(--brand-strong);
}

.btn {
  border: none;
  border-radius: 0.7rem;
  padding: 0.62rem 1rem;
  cursor: pointer;
  background: linear-gradient(160deg, var(--brand), var(--brand-strong));
  color: white;
  font-weight: 700;
  transition: transform 0.14s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(41, 170, 172, 0.28);
}

.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
}

.btn-danger {
  background: linear-gradient(150deg, var(--danger), #be3f33);
}

.filters {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.filters.filters-5 {
  grid-template-columns: 2fr repeat(4, minmax(0, 1fr)) auto;
}

#catalog-filter-form input,
#catalog-filter-form select,
#catalog-filter-form button {
  margin-top: 0;
}

#catalog-filter-form-mobile input,
#catalog-filter-form-mobile select,
#catalog-filter-form-mobile button {
  margin-top: 0;
}

.catalog-mobile-filter-trigger {
  display: none;
  margin-bottom: 1rem;
}

.catalog-mobile-filter-trigger .btn {
  width: 100%;
}

.catalog-filter-modal {
  width: min(560px, 94vw);
}

input,
select,
textarea {
  width: 100%;
  margin-top: 0.35rem;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  padding: 0.58rem 0.62rem;
  font: inherit;
  background: #fff;
}

label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #3b372f;
}

.empty-state {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px dashed var(--border);
  border-radius: 0.9rem;
  background: #fff;
}

.flash {
  margin-top: 1rem;
  margin-bottom: -0.5rem;
  padding: 0.75rem 0.95rem;
  border-radius: 0.8rem;
  font-weight: 600;
}

.flash-success {
  background: #dff4ea;
  color: #184d3e;
  border: 1px solid #b8e7d3;
}

.flash-error {
  background: #fde9e6;
  color: #6f241c;
  border: 1px solid #f4c0b8;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.8rem;
}

.cookie-card {
  width: min(860px, 96vw);
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  box-shadow: 0 18px 35px rgba(18, 20, 15, 0.22);
  padding: 0.9rem;
  display: grid;
  gap: 0.8rem;
}

.cookie-card p {
  margin: 0;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cookie-link {
  color: #235c4f;
  text-decoration: underline;
}

.site-footer {
  margin-top: 2.2rem;
  background: #1e2a24;
  color: #edf2ef;
  padding: 2rem 0 1.1rem;
}

.site-footer .muted {
  color: #c3d0ca;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-col h4 {
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b4c6bf;
  margin-bottom: 0.6rem;
}

.footer-col p {
  color: #d6e2dd;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.footer-list li {
  color: #dce8e3;
  font-size: 0.93rem;
}

.footer-bottom {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-credit {
  width: 100%;
  text-align: left;
  color: #cfd8d3;
}

.footer-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.65);
}

.footer-link:hover {
  text-decoration-color: #fff;
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 0.6rem;
}

.legal-page h2 {
  margin-top: 1rem;
}

.pre-line {
  white-space: pre-line;
}

.stack-cards {
  display: grid;
  gap: 1rem;
}

.service-card h2,
.project-card h2 {
  margin-bottom: 0.4rem;
}

.service-card {
  display: grid;
  gap: 0.65rem;
}

.service-card-image {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid var(--border);
  max-height: 220px;
  object-fit: cover;
}

.project-card {
  display: grid;
  gap: 0.8rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.project-card img {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid var(--border);
  max-height: 280px;
  object-fit: cover;
}

.project-card-link {
  display: block;
  color: inherit;
}

.project-card-link:hover .project-card {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(17, 42, 36, 0.18);
}

.project-card.compact img {
  max-height: 220px;
}

.review-card {
  display: grid;
  gap: 0.4rem;
}

.review-stars {
  color: #b56a2b;
  letter-spacing: 0.08em;
  font-size: 1rem;
  margin: 0;
}

.rating-stars-input {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.2rem;
  margin-top: 0.3rem;
}

.rating-star-control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rating-stars-input label {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1;
  color: #cbbfa8;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}

.rating-stars-input label:hover,
.rating-stars-input label:hover ~ label,
.rating-star-control:checked ~ label {
  color: #bf752f;
}

.rating-star-control:focus + label {
  outline: 2px solid #9e7c56;
  outline-offset: 2px;
  border-radius: 4px;
}

.rating-stars-input label:hover {
  transform: scale(1.04);
}

.product-detail {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.4rem;
  align-items: start;
}

.product-detail > * {
  min-width: 0;
}

.product-page .product-detail-animated {
  position: relative;
}

.product-page .product-detail-animated::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  top: -90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(177, 79, 47, 0.14), transparent 70%);
  z-index: -1;
  animation: driftBlob 10s ease-in-out infinite;
}

.seasonal-product-animated .seasonal-product-stage {
  animation: seasonalProductStageGlow 4.4s ease-in-out infinite;
}

.seasonal-product-animated .seasonal-product-cta {
  animation: seasonalProductCtaPulse 2.25s ease-in-out infinite;
}

.product-main-stage {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 16px 30px rgba(15, 29, 22, 0.16);
  background: #f6f3eb;
  height: clamp(260px, 36vw, 620px);
  position: relative;
}

.product-main-image-btn {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-main-stage img,
.project-main-stage img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: auto;
  object-fit: cover;
  border: 0;
}

[data-gallery-main] {
  transition: transform 0.35s ease, opacity 0.25s ease;
}

[data-gallery-main].is-switching {
  opacity: 0.45;
  transform: scale(1.03);
}

.product-media {
  display: grid;
  gap: 0.7rem;
}

.project-media {
  display: grid;
  gap: 0.7rem;
}

.media-thumb-strip {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: thin;
}

.media-thumb-btn {
  flex: 0 0 auto;
  width: 88px;
  height: 66px;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  padding: 0;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.2s ease;
}

.media-thumb-btn:hover {
  transform: translateY(-2px);
  border-color: #1f8872;
}

.media-thumb-btn.is-active {
  border-color: #1d7a66;
  box-shadow: 0 0 0 2px rgba(29, 122, 102, 0.22);
}

.media-thumb-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.project-main-stage {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 16px 30px rgba(15, 29, 22, 0.16);
  background: #f6f3eb;
  height: clamp(260px, 36vw, 620px);
}

.product-lightbox-modal {
  width: min(1500px, 97vw);
  max-width: min(1500px, 97vw);
  max-height: 94vh;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}

.product-lightbox-modal::backdrop {
  background: rgba(10, 16, 20, 0.82);
  backdrop-filter: blur(2px);
}

.product-lightbox-shell {
  position: relative;
  width: 100%;
}

.product-lightbox-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 2;
}

.product-lightbox-stage {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 16, 20, 0.68);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 0.75rem 0.75rem 0.4rem;
  height: clamp(340px, 82vh, 860px);
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  isolation: isolate;
}

.product-lightbox-stage img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border-radius: 0.75rem;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.2s ease;
  cursor: zoom-in;
  -webkit-user-drag: none;
}

.product-lightbox-stage figcaption {
  color: #e9f0f1;
  font-weight: 700;
  margin-top: 0.35rem;
  text-align: center;
}

.product-lightbox-stage.is-zoomed img {
  cursor: grab;
}

.product-lightbox-stage img.is-dragging {
  cursor: grabbing;
  transition: none;
}

.product-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(15, 20, 25, 0.72);
  color: #f2f8f8;
  border-color: rgba(255, 255, 255, 0.32);
}

.product-lightbox-nav[data-lightbox-prev] {
  left: 0.85rem;
}

.product-lightbox-nav[data-lightbox-next] {
  right: 0.85rem;
}

.product-lightbox-nav:hover {
  background: rgba(15, 20, 25, 0.88);
}

.project-detail-layout {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.4rem;
}

.project-detail-page .note.strong {
  margin-bottom: 1rem;
}

.meta-list {
  padding-left: 1.1rem;
  color: #3a3630;
}

.reserve-form {
  display: flex;
  gap: 0.8rem;
  align-items: end;
  margin-top: 1rem;
}

.reserve-form label {
  max-width: 9rem;
}

.qty-field {
  display: grid;
  gap: 0.2rem;
  min-width: 9.6rem;
}

.qty-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}

.qty-stepper {
  display: grid;
  grid-template-columns: 2.2rem minmax(3.4rem, 5rem) 2.2rem;
  gap: 0.35rem;
  align-items: stretch;
}

.qty-stepper input {
  margin-top: 0;
  text-align: center;
  font-weight: 700;
  padding-inline: 0.25rem;
}

.qty-btn {
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  background: #fff;
  color: var(--brand-strong);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  min-height: 2.35rem;
  cursor: pointer;
  transition: border-color 0.14s ease, box-shadow 0.2s ease, transform 0.14s ease;
}

.qty-btn:hover {
  border-color: var(--brand);
  box-shadow: 0 6px 14px rgba(41, 170, 172, 0.2);
  transform: translateY(-1px);
}

.qty-btn:active {
  transform: translateY(0);
}

.reserve-form .qty-field {
  max-width: 10rem;
}

.color-choice-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0.5rem 0.6rem 0.62rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
}

.color-choice-fieldset legend {
  margin: 0 auto;
  padding: 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.color-choice-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.45rem;
  align-items: stretch;
}

.color-choice-text {
  height: 2.45rem;
  margin-top: 0;
}

.color-choice-picker {
  width: 3rem;
  min-width: 3rem;
  height: 2.45rem;
  margin-top: 0;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  padding: 0.17rem;
  background: #fff;
}

.color-choice-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.color-choice-picker::-webkit-color-swatch {
  border: 0;
  border-radius: 0.45rem;
}

.color-choice-picker::-moz-color-swatch {
  border: 0;
  border-radius: 0.45rem;
}

.color-choice-swatch {
  width: 3rem;
  min-width: 3rem;
  height: 2.45rem;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  background: #808080;
}

.reserve-form .color-choice-fieldset {
  flex: 1 1 17.5rem;
  max-width: 20rem;
}

.product-quote-actions {
  margin-top: 1.15rem;
}

.product-quote-note {
  margin-top: 1rem;
}

.note {
  background: #f8efe2;
  border: 1px solid #ead8bf;
  border-radius: 0.7rem;
  padding: 0.65rem 0.8rem;
  color: #6d4a2a;
  font-size: 0.9rem;
}

.product-campaign-banner {
  display: grid;
  gap: 0.16rem;
  margin-top: 0.45rem;
  padding: 0.58rem 0.72rem;
  border-radius: 0.72rem;
  border: 1px solid #cde8e8;
  border-left: 4px solid var(--brand);
  background: linear-gradient(180deg, #f7fcfc 0%, #eef8f8 100%);
  color: #174646;
  text-decoration: none;
  transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.2s ease;
}

.product-campaign-banner:hover {
  transform: translateY(-1px);
  border-color: #9fd6d6;
  box-shadow: 0 8px 16px rgba(18, 78, 78, 0.12);
}

.product-campaign-banner.is-promo-only {
  border-left-color: #197f80;
}

.product-campaign-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  color: #1f7778;
}

.product-campaign-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f4f50;
}

.product-campaign-meta,
.product-campaign-validity {
  font-size: 0.82rem;
  color: #4e7272;
}

.product-detail .product-campaign-banner {
  margin-top: 0.55rem;
  margin-bottom: 0.65rem;
  max-width: 38rem;
}

.note.strong {
  font-weight: 700;
}

.cart-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 1rem;
  align-items: center;
}

.cart-item img {
  width: 140px;
  height: 95px;
  object-fit: cover;
  border-radius: 0.8rem;
}

.cart-item-media-link {
  display: inline-block;
  border-radius: 0.8rem;
}

.cart-item-name-link {
  color: inherit;
  text-decoration: none;
}

.cart-item-name-link:hover {
  color: var(--brand-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.toastify-reserva-success {
  border-radius: 0.75rem;
  background: linear-gradient(150deg, #118169, #1e9a9c);
  box-shadow: 0 10px 24px rgba(16, 87, 88, 0.25);
}

.toastify-reserva-error {
  border-radius: 0.75rem;
  background: linear-gradient(150deg, #8d2c21, #b94735);
  box-shadow: 0 10px 24px rgba(92, 32, 26, 0.25);
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.inline-form {
  display: flex;
  gap: 0.4rem;
  align-items: end;
  flex-wrap: wrap;
}

.inline-form.is-saving {
  opacity: 0.76;
}

.inline-form input[name="quantity"] {
  width: 4.4rem;
}

.inline-form .qty-field-inline {
  min-width: 10rem;
}

.inline-form .qty-stepper {
  grid-template-columns: 2rem minmax(3.4rem, 4.8rem) 2rem;
}

.inline-form .qty-stepper input[name="quantity"] {
  width: 100%;
}

.inline-form .color-choice-fieldset {
  min-width: min(17.5rem, 100%);
}

.inline-form .color-choice-text {
  min-width: 8.8rem;
}

body.theme-blackfriday.theme-scope-components .color-choice-fieldset,
body.theme-halloween.theme-scope-components .color-choice-fieldset {
  background: var(--theme-panel-bg);
  border-color: var(--theme-panel-border);
}

body.theme-blackfriday.theme-scope-components .color-choice-fieldset legend,
body.theme-halloween.theme-scope-components .color-choice-fieldset legend {
  color: var(--theme-panel-text);
}

body.theme-blackfriday.theme-scope-components .color-choice-picker,
body.theme-halloween.theme-scope-components .color-choice-picker,
body.theme-blackfriday.theme-scope-components .color-choice-swatch,
body.theme-halloween.theme-scope-components .color-choice-swatch {
  border-color: var(--theme-panel-border);
}


.summary-card {
  margin-top: 1rem;
  max-width: 420px;
  margin-left: auto;
  background: #f7f1e7;
  border: 1px solid #ead8bf;
  border-radius: 0.85rem;
  padding: 1rem;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.checkout-form,
.order-summary {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.home-fields {
  display: grid;
  gap: 0.65rem;
  padding: 0.8rem;
  border: 1px dashed var(--border);
  border-radius: 0.8rem;
}

.hidden {
  display: none;
}

.order-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.order-summary li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.auth-wrapper {
  display: grid;
  place-items: center;
}

.auth-card {
  width: min(480px, 100%);
  display: grid;
  gap: 0.85rem;
}

.auth-switch {
  margin: 0.15rem 0 0;
  color: #3d372f;
}

.auth-switch-link {
  color: #0a6f5c;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.auth-switch-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0.38);
  transform-origin: left center;
  opacity: 0.65;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.auth-switch-link:hover {
  color: #084e41;
}

.auth-switch-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.auth-switch-link:focus-visible {
  outline: 2px solid #8fbbae;
  outline-offset: 3px;
  border-radius: 2px;
}

.error-list {
  background: #fde9e6;
  border: 1px solid #f4c0b8;
  border-radius: 0.75rem;
  padding: 0.8rem;
}

.error-list ul {
  margin: 0;
  padding-left: 1.1rem;
}

.table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}

th,
td {
  text-align: left;
  padding: 0.72rem 0.75rem;
  border-bottom: 1px solid #eee8d9;
}

th {
  background: #f8f5ed;
  color: #4d473f;
}

tr:last-child td {
  border-bottom: none;
}

.status {
  padding: 0.24rem 0.58rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.status-reservado {
  background: #fff1cc;
  color: #684f02;
}

.status-preparacao {
  background: #d7ecff;
  color: #11426e;
}

.status-pronto_entrega {
  background: #dff4ea;
  color: #1e5b3f;
}

.status-entregue {
  background: #e8ecf2;
  color: #3e4550;
}

.status-cancelado {
  background: #fde9e6;
  color: #81291d;
}

.stats-grid .stat {
  border-top: 3px solid #007c67;
}

.stats-grid .stat p {
  font-size: 1.9rem;
  font-family: "Fraunces", serif;
  margin-bottom: 0;
}

.inline-links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.stack-form {
  display: grid;
  gap: 0.7rem;
}

.stack-list {
  display: grid;
  gap: 0.8rem;
}

.compact-card {
  padding: 0.85rem;
}

.product-images-admin {
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: #fbf9f3;
}

.product-images-admin .hint {
  margin-bottom: 0.35rem;
}

.image-replace-details {
  border: 1px dashed var(--border);
  border-radius: 0.7rem;
  background: #fff;
  padding: 0.5rem 0.6rem;
}

.image-replace-details summary {
  cursor: pointer;
  font-weight: 600;
}

.admin-image-thumb {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.7rem;
  border: 1px solid var(--border);
}

.accordion-item {
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: #fff;
  overflow: hidden;
}

.accordion-item summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0.85rem;
  background: #f9f6ee;
}

.accordion-item form {
  padding: 0.85rem;
}

.admin-products-stack {
  gap: 1rem;
}

.admin-product-item {
  display: grid;
  gap: 0.8rem;
}

.admin-project-summary {
  display: grid;
  grid-template-columns: minmax(170px, 260px) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.admin-project-thumb {
  width: 100%;
  max-width: 100%;
}

.admin-project-content {
  display: grid;
  gap: 0.6rem;
}

.admin-product-item-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-start;
}

.admin-product-badges {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.chip-promo {
  background: #fce6cf;
  color: #7a3f16;
}

.admin-product-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
}

.admin-product-meta-grid p {
  margin: 0;
}

.filters.filters-products-admin {
  grid-template-columns: 2fr repeat(5, minmax(0, 1fr)) auto;
}

.filters.filters-suppliers-admin {
  grid-template-columns: 2fr minmax(180px, 1fr) auto auto;
}

.bulk-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: flex-end;
}

.bulk-toolbar > label {
  min-width: 200px;
  flex: 1 1 220px;
}

.bulk-toolbar .is-hidden {
  display: none;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1820px;
}

.admin-suppliers-table {
  min-width: 1360px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--border);
  padding: 0.55rem 0.45rem;
  vertical-align: top;
  text-align: left;
}

.admin-table thead th {
  position: sticky;
  top: 0;
  background: #f7f3ea;
  z-index: 1;
}

.admin-table input,
.admin-table select {
  margin-top: 0;
  min-width: 0;
}

.admin-products-table tr.is-inactive {
  background: rgba(70, 66, 58, 0.05);
}

.admin-suppliers-table tr.is-inactive {
  background: rgba(70, 66, 58, 0.05);
}

.table-sort-btn {
  border: none;
  background: transparent;
  color: #2f2a23;
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-weight: 700;
}

.table-sort-btn.is-active {
  color: var(--brand-strong);
}

.cell-field-stack {
  display: grid;
  gap: 0.35rem;
}

.small-text {
  font-size: 0.78rem;
}

.admin-products-head-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.product-thumb-cell {
  width: 76px;
}

.admin-product-thumb {
  width: 60px;
  height: 46px;
  border-radius: 0.55rem;
  border: 1px solid var(--border);
  object-fit: cover;
  display: block;
}

.admin-product-thumb-placeholder {
  width: 60px;
  min-height: 46px;
  border-radius: 0.55rem;
  border: 1px dashed var(--border);
  background: #f8f4ec;
  color: #7f786d;
  font-size: 0.66rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.2rem;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

.cell-actions {
  display: grid;
  gap: 0.35rem;
}

.cell-actions form {
  margin: 0;
}

.btn-sm {
  padding: 0.4rem 0.7rem;
  font-size: 0.82rem;
}

.admin-modal {
  width: min(980px, 94vw);
  max-height: 90vh;
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(19, 26, 21, 0.25);
  padding: 1rem;
  background: #fff;
}

.admin-modal::backdrop {
  background: rgba(17, 20, 16, 0.58);
}

.admin-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.nav-builder-wrap {
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: #fbf8f1;
  padding: 0.75rem;
}

.nav-builder-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.nav-builder-sublist {
  margin-top: 0.45rem;
  margin-left: 1.5rem;
  padding-left: 0.65rem;
  border-left: 2px dashed var(--border);
  min-height: 2.1rem;
  align-content: start;
}

.nav-builder-sublist[data-empty="1"] {
  background: rgba(41, 170, 172, 0.06);
  border-radius: 0.65rem;
  padding: 0.45rem 0.5rem 0.45rem 0.8rem;
}

.nav-builder-sublist[data-empty="1"]::before {
  content: "Arraste um subitem para aqui";
  color: #7a756b;
  font-size: 0.82rem;
  font-weight: 600;
}

.nav-builder-list.is-drop-target {
  background: rgba(0, 109, 91, 0.06);
  border-radius: 0.65rem;
}

.nav-builder-item {
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 0.55rem;
  background: #fff;
}

.nav-builder-item.is-dragging {
  opacity: 0.55;
  border-style: dashed;
}

.nav-builder-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
}

.nav-drag-handle {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: #8b8478;
  cursor: grab;
  user-select: none;
}

.nav-builder-title {
  margin: 0;
  font-weight: 700;
}

.nav-builder-main .muted {
  margin: 0.1rem 0 0;
}

.nav-builder-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.nav-builder-actions form {
  margin: 0;
}

.nav-item-btn {
  padding: 0.44rem 0.65rem;
}

.nav-depth-warning {
  margin-top: 0.55rem;
}

.nav-item-modal {
  width: min(760px, 94vw);
}

.quote-line-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.quote-product-modal {
  width: min(1100px, 95vw);
}

.quote-product-list {
  display: grid;
  gap: 0.65rem;
  max-height: 62vh;
  overflow: auto;
  padding-right: 0.15rem;
}

.quote-product-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.65rem;
  align-items: start;
}

.quote-product-item.hidden {
  display: none !important;
}

.quote-product-item.is-expanded {
  border-color: #badfd2;
  background: #f8fcfa;
}

.quote-product-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
}

.quote-product-content {
  display: grid;
  gap: 0.22rem;
}

.quote-product-content h4 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.quote-product-content p {
  margin: 0;
}

.quote-product-actions {
  display: flex;
  gap: 0.45rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.quote-product-extra {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.3rem;
  margin-top: 0.2rem;
  padding-top: 0.55rem;
  border-top: 1px dashed #d9d1c0;
}

.quote-product-extra p {
  margin: 0;
}

.promo-fields {
  border: 1px dashed var(--border);
  border-radius: 0.8rem;
  background: #faf8f1;
  padding: 0.7rem;
}

.promo-fields.is-disabled {
  opacity: 0.62;
}

.product-images-admin.simple {
  background: #f8f5ee;
}

.admin-modal-products-images {
  width: min(1240px, 96vw);
}

.product-image-row {
  display: grid;
  gap: 0.7rem;
}

.product-image-controls {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}

.product-image-batch-list {
  display: grid;
  gap: 0.55rem;
}

.product-image-batch-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1.8fr) minmax(120px, 0.6fr) minmax(130px, 0.55fr) auto auto;
  gap: 0.5rem;
  align-items: center;
  border: 1px dashed var(--border);
  border-radius: 0.7rem;
  background: #fff;
  padding: 0.5rem;
}

.product-image-batch-row input,
.product-image-batch-row select {
  margin: 0;
}

.product-image-batch-index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #ebf8f8;
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 700;
  height: 1.7rem;
}

.product-image-existing-list {
  display: grid;
  gap: 0.7rem;
}

.product-image-existing-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 0.7rem;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.6rem;
  align-items: start;
}

.product-image-existing-preview {
  display: grid;
  gap: 0.35rem;
  justify-items: start;
}

.product-image-existing-preview .admin-product-thumb {
  width: 96px;
  height: 72px;
}

.product-image-existing-fields {
  display: grid;
  gap: 0.6rem;
  min-width: 0;
}

.product-image-existing-actions {
  display: grid;
  gap: 0.45rem;
}

.grid-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.full-width {
  grid-column: 1 / -1;
}

.admin-main {
  padding-top: 1.3rem;
}

.admin-main .container {
  width: calc(100vw - 20px);
  max-width: none;
}

.admin-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 5.9rem;
  background: #f8f5ed;
  border: 1px solid var(--border);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.admin-company-card {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.admin-company-card small {
  display: block;
  color: var(--muted);
}

.admin-company-logo {
  width: auto;
  height: auto;
  max-height: 2.8rem;
  max-width: 10rem;
  border-radius: 0.5rem;
  object-fit: contain;
  object-position: left center;
  border: 1px solid var(--border);
  background: #fff;
  display: block;
}

.admin-company-mark {
  width: 2.8rem;
  height: 2.8rem;
}

.admin-side-nav {
  display: grid;
  gap: 0.35rem;
}

.admin-side-link {
  border: 1px solid transparent;
  border-radius: 0.6rem;
  padding: 0.55rem 0.65rem;
  font-weight: 600;
  color: var(--muted);
}

.admin-side-link:hover {
  background: rgba(41, 170, 172, 0.1);
}

.admin-side-link.is-active {
  background: rgba(41, 170, 172, 0.16);
  border-color: rgba(41, 170, 172, 0.38);
  color: var(--brand-strong);
}

.admin-content {
  min-width: 0;
}

.settings-form {
  display: grid;
  gap: 1rem;
}

.excel-import-card {
  background:
    linear-gradient(150deg, rgba(41, 170, 172, 0.08), rgba(130, 126, 125, 0.08)),
    #fff;
  border-color: rgba(41, 170, 172, 0.38);
}

.excel-import-card h2 {
  margin-bottom: 0.35rem;
}

.settings-logo-block {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  align-items: start;
}

.settings-logo-preview {
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: #f7f4ec;
  min-height: 140px;
  display: grid;
  place-items: center;
  padding: 0.6rem;
}

.settings-logo-preview img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.settings-logo-fields {
  display: grid;
  gap: 0.7rem;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.checkbox-row input {
  width: auto;
  margin: 0;
}

.theme-scope-card {
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface-soft);
  padding: 0.8rem;
  display: grid;
  gap: 0.8rem;
}

.theme-scope-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.theme-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.theme-scope-item {
  align-items: flex-start;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--surface);
  padding: 0.55rem 0.65rem;
  gap: 0.55rem;
}

.theme-scope-item span {
  display: grid;
  gap: 0.2rem;
}

.theme-decor-card {
  background:
    linear-gradient(135deg, rgba(41, 170, 172, 0.08), rgba(255, 255, 255, 0.96)),
    var(--surface-soft);
}

.theme-decor-grid .theme-scope-item strong {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.theme-decor-grid .theme-scope-item[hidden] {
  display: none;
}

.theme-decor-preset-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  padding: 0.2rem 0.55rem;
  font-size: 0.73rem;
  background: #fff;
  color: var(--muted);
}

.theme-behavior-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.theme-schedule-grid {
  display: grid;
  gap: 0.6rem;
}

.theme-schedule-row {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.5rem;
  align-items: end;
}

@media (max-width: 920px) {
  .theme-scope-grid {
    grid-template-columns: 1fr;
  }

  .theme-behavior-grid {
    grid-template-columns: 1fr;
  }

  .theme-schedule-row {
    grid-template-columns: 1fr;
  }
}

.page-builder-stack {
  display: grid;
  gap: 1rem;
}

.page-builder-section {
  border: var(--pb-section-border-width, 1px) solid var(--pb-section-border-color, var(--border));
  border-radius: var(--pb-section-radius, 1rem);
  background: var(--surface);
  box-shadow: var(--pb-section-shadow, var(--shadow));
  padding: var(--builder-section-padding, 20px);
  max-width: var(--pb-section-max-width, none);
  width: 100%;
}

.page-builder-section-header {
  margin-bottom: 0.85rem;
  text-align: var(--pb-section-text-align, left);
}

.page-builder-section-layout {
  display: grid;
  gap: var(--builder-section-gap, 18px);
  min-height: var(--pb-section-min-height, 0px);
}

.page-builder-section-layout.is-two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-builder-section-layout.is-one-column {
  grid-template-columns: 1fr;
}

.page-builder-section-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: var(--pb-section-justify, flex-start);
  text-align: var(--pb-section-text-align, left);
}

.page-builder-block {
  border: var(--pb-border-width, 1px) solid var(--pb-border-color, var(--border));
  border-radius: var(--pb-radius, 1rem);
  background: var(--surface);
  padding: var(--pb-padding, 1rem);
  box-shadow: var(--pb-shadow, var(--shadow));
  display: flex;
  flex-direction: column;
  justify-content: var(--pb-justify, flex-start);
  text-align: var(--pb-text-align, left);
  min-height: var(--pb-min-height, 0px);
  max-width: var(--pb-max-width, none);
  width: 100%;
}

.page-builder-block h2 {
  margin-bottom: 0.45rem;
  font-size: var(--pb-title-size, 2rem);
  line-height: 1.12;
}

.page-builder-block p:not(.eyebrow):not(.chip),
.page-builder-block li,
.page-builder-block blockquote,
.page-builder-block figcaption {
  font-size: var(--pb-content-size, 1rem);
}

.page-builder-block .btn {
  margin-top: 0.5rem;
}

.page-builder-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 34%);
  gap: 1rem;
  align-items: center;
}

.page-builder-hero img,
.page-builder-image {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid var(--border);
  object-fit: cover;
  background: #fff;
}

.page-builder-image {
  max-height: 460px;
}

.page-builder-media-split {
  --media-image-width: 45%;
  --media-content-align: flex-start;
  display: grid;
  grid-template-columns: minmax(0, calc(var(--media-image-width))) minmax(0, calc(100% - var(--media-image-width)));
  align-items: stretch;
  gap: 1rem;
}

.page-builder-media-split.is-image-right .page-builder-media-image {
  grid-column: 2;
}

.page-builder-media-split.is-image-right .page-builder-media-content {
  grid-column: 1;
  grid-row: 1;
}

.page-builder-media-split.is-image-left .page-builder-media-image {
  grid-column: 1;
}

.page-builder-media-split.is-image-left .page-builder-media-content {
  grid-column: 2;
}

.page-builder-media-content {
  min-width: 0;
  display: grid;
  gap: var(--pb-media-text-gap, 12px);
  justify-content: var(--media-content-align, flex-start);
}

.page-builder-media-content > h2,
.page-builder-media-content > p {
  margin: 0;
}

.builder-preview-draft {
  border-style: dashed;
}

.page-builder-html :first-child {
  margin-top: 0;
}

.page-builder-html :last-child {
  margin-bottom: 0;
}

.page-builder-spacer {
  width: 100%;
}

.page-builder-divider-wrap {
  width: 100%;
}

.page-builder-divider {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: rgba(130, 126, 125, 0.45);
}

.page-builder-quote blockquote {
  margin: 0.3rem 0;
  font-size: 1.05rem;
  font-style: italic;
}

.page-builder-quote figcaption {
  color: var(--muted);
  font-weight: 600;
}

.page-builder-item summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.page-builder-item summary strong {
  margin-right: auto;
}

.builder-shell {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr) minmax(300px, 420px);
  gap: 1rem;
  align-items: start;
}

.builder-palette {
  position: sticky;
  top: 5.9rem;
}

.builder-canvas-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.builder-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.builder-type-btn {
  justify-content: center;
}

.builder-type-btn.is-active {
  border-color: var(--brand);
  background: rgba(41, 170, 172, 0.12);
  color: var(--brand-strong);
}

.builder-range-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
}

.builder-range-wrap input[type="range"] {
  margin: 0;
}

.builder-range-wrap strong {
  min-width: 3.2rem;
  text-align: right;
  color: var(--brand-strong);
  font-size: 0.86rem;
}

.builder-block-card {
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: #fbfaf6;
  padding: 0.7rem;
}

.builder-block-card.is-dragging {
  opacity: 0.5;
}

.builder-block-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
}

.builder-block-meta {
  display: grid;
  min-width: 0;
}

.builder-block-meta strong,
.builder-block-meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.builder-drag-handle {
  border: 1px dashed var(--border);
  border-radius: 0.55rem;
  background: #fff;
  color: var(--muted);
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1;
  cursor: move;
}

.builder-block-editor {
  margin-top: 0.55rem;
}

.builder-block-editor > summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--brand-strong);
  margin-bottom: 0.35rem;
}

.builder-block-editor[open] > summary {
  margin-bottom: 0.65rem;
}

.builder-live-preview-card {
  position: sticky;
  top: 5.9rem;
}

.builder-live-preview-surface {
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: linear-gradient(160deg, #ffffff, #f7fbfb);
  padding: 0.8rem;
  max-height: 70vh;
  overflow: auto;
}

.builder-live-preview-surface .page-builder-block {
  box-shadow: none;
}

.builder-studio {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.builder-toolbox {
  position: sticky;
  top: 5.9rem;
}

.builder-tool-list {
  display: grid;
  gap: 0.55rem;
}

.builder-tool-item {
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.55rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  cursor: grab;
}

.builder-canvas-drop {
  border: 1px dashed var(--border);
  border-radius: 0.85rem;
  background: #faf8f1;
  padding: 0.65rem;
  min-height: 360px;
}

.builder-canvas-list-modern {
  gap: 0.6rem;
}

.builder-section-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.builder-section {
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.75rem;
  display: grid;
  gap: 0.65rem;
}

.builder-section.is-inactive {
  background: #f7f6f4;
}

.builder-section.is-selected {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(41, 170, 172, 0.2);
}

.builder-section.is-drop-target {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(41, 170, 172, 0.22);
}

.builder-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
}

.builder-section-head-main {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.builder-section-grip {
  border: 1px dashed var(--border);
  border-radius: 0.5rem;
  width: 1.9rem;
  height: 1.9rem;
  display: inline-grid;
  place-items: center;
  color: var(--muted);
  cursor: move;
}

.builder-section-columns {
  display: grid;
  gap: 0.6rem;
}

.builder-section-columns.is-two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.builder-section-columns.is-one-column {
  grid-template-columns: 1fr;
}

.builder-section-quick-settings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.55rem;
}

.builder-slot {
  border: 1px dashed var(--border);
  border-radius: 0.75rem;
  background: #fdfcf8;
  padding: 0.55rem;
  display: grid;
  gap: 0.55rem;
}

.builder-slot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.builder-slot-toolbar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.builder-slot-picker {
  max-width: 180px;
}

.builder-slot-list {
  display: grid;
  gap: 0.55rem;
  min-height: 74px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.builder-slot-list.is-drop-target {
  border: 1px dashed rgba(41, 170, 172, 0.7);
  border-radius: 0.7rem;
  padding: 0.3rem;
  background: rgba(41, 170, 172, 0.06);
}

.builder-slot-empty {
  border: 1px dashed var(--border);
  border-radius: 0.65rem;
  padding: 0.6rem;
  background: #fff;
}

.builder-node {
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.65rem;
  display: grid;
  gap: 0.55rem;
}

.builder-node.is-dragging {
  opacity: 0.5;
}

.builder-node.is-drop-target {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(41, 170, 172, 0.2);
}

.builder-node.is-inactive {
  background: #f7f6f4;
}

.builder-node-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
}

.builder-node-head-main {
  display: grid;
}

.builder-node-grip {
  border: 1px dashed var(--border);
  border-radius: 0.5rem;
  width: 1.9rem;
  height: 1.9rem;
  display: inline-grid;
  place-items: center;
  color: var(--muted);
  cursor: move;
}

.builder-node-type {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
}

.builder-node-content {
  margin: 0.4rem 0 0;
}

.builder-node-image {
  width: 100%;
  max-height: 130px;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
  object-fit: cover;
  margin-top: 0.5rem;
}

.builder-node-spacer-preview {
  display: grid;
  gap: 0.4rem;
}

.builder-node-spacer-bar {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px dashed rgba(41, 170, 172, 0.45);
  background: rgba(41, 170, 172, 0.08);
}

.builder-node-divider-preview {
  display: grid;
  gap: 0.35rem;
}

.builder-node-media-preview {
  display: grid;
  grid-template-columns: minmax(100px, var(--builder-node-image-width, 36%)) minmax(0, calc(100% - var(--builder-node-image-width, 36%)));
  gap: 0.65rem;
  align-items: start;
}

.builder-node-media-preview.is-no-image {
  grid-template-columns: 1fr;
}

.builder-node-media-preview.is-image-right .builder-node-media-preview-image-wrap {
  grid-column: 2;
}

.builder-node-media-preview.is-image-right .builder-node-media-preview-content {
  grid-column: 1;
  grid-row: 1;
}

.builder-node-media-preview.is-image-left .builder-node-media-preview-image-wrap {
  grid-column: 1;
}

.builder-node-media-preview.is-image-left .builder-node-media-preview-content {
  grid-column: 2;
}

.builder-node-media-preview-image-wrap {
  min-width: 0;
}

.builder-node-media-preview-image {
  width: 100%;
  height: 110px;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
  object-fit: cover;
  background: #fff;
}

.builder-node-media-preview-content {
  min-width: 0;
  display: grid;
  gap: var(--builder-node-media-gap, 12px);
}

.builder-node-media-preview-content .builder-node-content {
  margin: 0;
}

.builder-node-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.builder-node-quick-settings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.55rem;
}

.builder-node-quick-settings input,
.builder-node-quick-settings select {
  margin-top: 0.3rem;
}

.builder-node-advanced {
  border: 1px dashed var(--border);
  border-radius: 0.75rem;
  padding: 0.6rem;
  background: #faf8f2;
}

.builder-node-editor-title {
  margin: 0;
  font-weight: 700;
  color: var(--brand-strong);
}

.builder-node-advanced-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.45rem;
}

.builder-color-field {
  display: grid;
  gap: 0.3rem;
}

.builder-color-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
}

.builder-color-row input[type="color"] {
  width: 100%;
  height: 2.35rem;
  border-radius: 0.55rem;
  padding: 0.15rem;
  border: 1px solid var(--border);
  background: #fff;
}

.builder-services-manager {
  margin-top: 0.7rem;
  border-top: 1px solid var(--border);
  padding-top: 0.7rem;
  display: grid;
  gap: 0.65rem;
}

.builder-service-create,
.builder-services-list {
  display: grid;
  gap: 0.55rem;
}

.builder-service-create {
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  padding: 0.65rem;
  background: #ffffff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.builder-service-row {
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  padding: 0.65rem;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.builder-service-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.builder-service-image-preview {
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  padding: 0.4rem;
  background: #f5f3ee;
}

.builder-service-image-preview img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.builder-inline-upload-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  flex-wrap: wrap;
}

@media (max-width: 1520px) {
  .builder-shell {
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  }

  .builder-live-preview-card {
    position: static;
    grid-column: 1 / -1;
  }

  .builder-studio {
    grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  }
}

@media (max-width: 1000px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-grid,
  .product-detail,
  .project-detail-layout,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

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

  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-main .container {
    width: calc(100vw - 20px);
    max-width: none;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .settings-logo-block {
    grid-template-columns: 1fr;
  }

  .page-builder-hero {
    grid-template-columns: 1fr;
  }

  .page-builder-media-split {
    grid-template-columns: 1fr;
  }

  .page-builder-section-layout.is-two-columns {
    grid-template-columns: 1fr;
  }

  .page-builder-media-split.is-image-right .page-builder-media-image,
  .page-builder-media-split.is-image-right .page-builder-media-content,
  .page-builder-media-split.is-image-left .page-builder-media-image,
  .page-builder-media-split.is-image-left .page-builder-media-content {
    grid-column: 1;
    grid-row: auto;
  }

  .builder-shell {
    grid-template-columns: 1fr;
  }

  .builder-palette {
    position: static;
  }

  .builder-live-preview-card {
    position: static;
  }

  .builder-studio {
    grid-template-columns: 1fr;
  }

  .builder-toolbox {
    position: static;
  }

  .builder-section-columns.is-two-columns,
  .builder-section-quick-settings,
  .builder-node-quick-settings,
  .builder-node-advanced-grid,
  .builder-service-create,
  .builder-service-row {
    grid-template-columns: 1fr;
  }

  .builder-node-media-preview {
    grid-template-columns: 1fr;
  }

  .builder-node-media-preview.is-image-right .builder-node-media-preview-image-wrap,
  .builder-node-media-preview.is-image-right .builder-node-media-preview-content,
  .builder-node-media-preview.is-image-left .builder-node-media-preview-image-wrap,
  .builder-node-media-preview.is-image-left .builder-node-media-preview-content {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-showcase {
    max-width: 540px;
    margin-inline: auto;
  }

  .home-cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-product-meta-grid {
    grid-template-columns: 1fr;
  }

  .product-image-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-image-batch-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .product-image-batch-index {
    justify-self: start;
    min-width: 2.2rem;
  }

  .product-image-existing-row {
    grid-template-columns: 1fr;
  }

  .product-image-existing-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-main-stage,
  .project-main-stage {
    height: clamp(220px, 62vw, 420px);
  }

  .product-lightbox-stage {
    padding: 0.55rem 0.55rem 0.35rem;
    height: min(74vh, 520px);
  }

  .product-lightbox-nav[data-lightbox-prev] {
    left: 0.5rem;
  }

  .product-lightbox-nav[data-lightbox-next] {
    right: 0.5rem;
  }

  .admin-project-summary {
    grid-template-columns: 1fr;
  }

  .nav-builder-row {
    grid-template-columns: auto 1fr;
  }

  .nav-builder-actions {
    grid-column: 1 / -1;
  }

  .quote-product-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .quote-product-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 1280px) {
  .theme-blackfriday-tag-1,
  .theme-blackfriday-tag-3 {
    display: none;
  }

  .theme-blackfriday-tag-2 {
    left: 50%;
  }

  .main-nav {
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: thin;
  }
}

@media (max-width: 1120px) {
  .theme-blackfriday-tag {
    display: none;
  }
}

@media (max-width: 760px) {
  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.65rem;
    row-gap: 0.55rem;
  }

  .brand {
    flex: 1 1 0;
    min-width: 0;
    gap: 0.5rem;
  }

  .brand > span {
    min-width: 0;
  }

  .brand strong,
  .brand small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-logo {
    max-width: 5.25rem;
    max-height: 2.2rem;
  }

  .brand-mark {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.65rem;
  }

  .header-actions {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .header-account-popover {
    right: -0.2rem;
    top: calc(100% + 0.45rem);
  }

  .header-actions .icon-btn {
    width: 2.35rem;
    height: 2.35rem;
  }

  .icon-btn.header-menu-toggle {
    display: inline-flex;
  }

  .header-search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .header-search-btn {
    width: 100%;
  }

  .main-nav {
    order: 3;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: visible;
    padding: 0.45rem 0 0.25rem;
    border-top: 1px solid var(--border);
  }

  .site-header.is-mobile-menu-open .main-nav {
    display: flex;
    max-height: calc(100vh - 5.2rem);
    overflow-y: auto;
  }

  .main-nav > a,
  .main-nav > .nav-static-label {
    display: block;
    width: 100%;
    padding: 0.55rem 0;
  }

  .nav-divider {
    display: none;
  }

  .nav-dropdown {
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--border);
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown-trigger {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.55rem 0;
  }

  .nav-dropdown-menu {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    max-height: none;
    overflow: visible;
    margin: 0 0 0.35rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border: 0;
    border-left: 2px solid var(--border);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    gap: 0.2rem;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown-menu a,
  .nav-dropdown-group-label {
    padding: 0.38rem 0.45rem;
    background: transparent;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .grid-form,
  .filters,
  .filters.filters-5 {
    grid-template-columns: 1fr;
  }

  .catalog-filters-desktop {
    display: none;
  }

  .catalog-mobile-filter-trigger {
    display: block;
  }

  .catalog-filter-modal {
    width: 96vw;
    padding: 0.85rem;
  }

  #catalog-filter-form {
    gap: 0.55rem;
  }

  .admin-side-nav {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .reserve-form {
    flex-direction: column;
    align-items: stretch;
  }

  .reserve-form label {
    max-width: none;
  }

  .reserve-form .color-choice-fieldset,
  .inline-form .color-choice-fieldset {
    max-width: none;
    min-width: 100%;
  }

  .reserve-form .qty-field,
  .inline-form .qty-field-inline {
    max-width: none;
    min-width: 100%;
  }

  .inline-form {
    align-items: stretch;
  }

  .home-trust-row {
    gap: 0.45rem;
  }

  .floating-tag-a,
  .floating-tag-b {
    position: static;
    display: inline-flex;
    margin-top: 0.5rem;
  }

  .theme-natal-header-decor {
    height: 64px;
  }

  .theme-natal-ball-5,
  .theme-natal-ball-6 {
    display: none;
  }

  .theme-natal-ball {
    width: 13px;
    height: 13px;
    top: 16px;
  }

  .theme-natal-tree {
    font-size: 38px;
  }

  .theme-natal-sock {
    font-size: 24px;
    bottom: 60px;
  }

  .theme-natal-sock-left {
    left: 42px;
  }

  .theme-natal-sock-right {
    right: 42px;
  }

  .theme-pascoa-header-decor,
  .theme-halloween-header-decor,
  .theme-carnaval-header-decor,
  .theme-saojoao-header-decor,
  .theme-verao-header-decor,
  .theme-blackfriday-header-decor {
    height: 60px;
  }

  .theme-pascoa-egg,
  .theme-halloween-bat,
  .theme-carnaval-confetti,
  .theme-saojoao-balloon {
    transform: scale(0.9);
  }

  .theme-blackfriday-tag {
    top: 2px;
    transform: translateX(-50%) scale(0.86);
  }

  .theme-pascoa-egg-5,
  .theme-halloween-bat-4,
  .theme-carnaval-confetti-6,
  .theme-saojoao-balloon-3,
  .theme-verao-cloud-3,
  .theme-blackfriday-tag-3 {
    display: none;
  }

  .theme-pascoa-bunny,
  .theme-halloween-pumpkin,
  .theme-carnaval-mask,
  .theme-saojoao-lantern,
  .theme-verao-palm {
    font-size: 34px;
  }

  .theme-pascoa-egg-mini,
  .theme-halloween-ghost,
  .theme-saojoao-fire,
  .theme-verao-wave {
    bottom: 56px;
  }

  .theme-blackfriday-pill {
    font-size: 0.65rem;
    padding: 0.3rem 0.55rem;
    bottom: 10px;
  }

  .seasonal-sticker {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    font-size: 0.62rem;
  }

  .hero-showcase {
    display: grid;
    gap: 0.45rem;
  }

  .showcase-frame {
    height: clamp(220px, 66vw, 360px);
    min-height: clamp(220px, 66vw, 360px);
  }

  .campaign-hero-frame {
    height: clamp(220px, 66vw, 360px);
    min-height: clamp(220px, 66vw, 360px);
  }

  .hero-rotator-controls {
    left: 0.6rem;
    right: 0.6rem;
  }

  .hero-rotator-btn {
    width: 1.95rem;
    height: 1.95rem;
    font-size: 0.95rem;
  }

  .cookie-card {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .admin-product-item-head {
    flex-direction: column;
  }

  .admin-product-badges {
    justify-content: flex-start;
  }

  .admin-modal {
    width: 96vw;
    padding: 0.85rem;
  }

  .quote-product-item {
    grid-template-columns: 1fr;
  }

  .quote-product-item img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

.no-seasonal-motion *,
.no-seasonal-motion *::before,
.no-seasonal-motion *::after {
  animation: none !important;
  transition: none !important;
}


