/* VITRINYON - base visual publica premium */

/* 1. Reset/base */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    background: var(--vit-bg);
    color: var(--vit-text);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    border: 0;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

/* 2. Tokens globais */
:root {
    --vit-bg: #fbfaf7;
    --vit-bg-soft: #f6f0e7;
    --vit-surface: #ffffff;
    --vit-surface-warm: #fffaf2;
    --vit-text: #201f1c;
    --vit-muted: #756f66;
    --vit-border: #e6ded1;
    --vit-border-strong: #d7c7ad;
    --vit-gold: #c49a4a;
    --vit-caramel: #a87332;
    --vit-beige: #eadcc4;
    --vit-graphite: #23211f;
    --vit-whatsapp: #2f7d4f;
    --vit-success: #2f7d4f;
    --vit-danger: #8d332d;
    --vit-radius-sm: 6px;
    --vit-radius-md: 8px;
    --vit-radius-lg: 12px;
    --vit-shadow-soft: 0 14px 36px rgba(35, 30, 22, 0.08);
    --vit-shadow-card: 0 18px 48px rgba(35, 30, 22, 0.10);
    --vit-container: 1120px;
    --vit-gap: 24px;
    --vit-section-space: 72px;
    --vit-focus: rgba(196, 154, 74, 0.22);
    --vit-btn-primary-bg: var(--vit-gold);
    --vit-btn-primary-text: #ffffff;
    --vit-btn-secondary-bg: var(--vit-graphite);
    --vit-btn-secondary-text: #ffffff;
    --vit-card-bg: var(--vit-surface);
    --vit-card-border: var(--vit-border);
    --vit-input-bg: var(--vit-surface);
    --vit-input-border: var(--vit-border);
    --vit-link: var(--vit-caramel);
}

/* 3. Contrato dos temas */
[data-theme] {
    background: var(--vit-bg);
    color: var(--vit-text);
}

[data-theme] .vit-card,
[data-theme] .vit-product-card,
[data-theme] .vit-category-card {
    background: var(--vit-card-bg);
    border-color: var(--vit-card-border);
    box-shadow: var(--vit-shadow-soft);
}

[data-theme] .vit-input,
[data-theme] .vit-select,
[data-theme] .vit-textarea {
    background: var(--vit-input-bg);
    border-color: var(--vit-input-border);
    color: var(--vit-text);
}

/* 4. Tema classico-claro */
[data-theme="classico-claro"] {
    --vit-bg: #fbfaf7;
    --vit-bg-soft: #f4f0e8;
    --vit-surface: #ffffff;
    --vit-surface-warm: #fffaf2;
    --vit-text: #201f1c;
    --vit-muted: #756f66;
    --vit-border: #e6ded1;
    --vit-border-strong: #d7c7ad;
    --vit-gold: #b9944c;
    --vit-caramel: #9b6d32;
    --vit-beige: #eadcc4;
    --vit-graphite: #23211f;
    --vit-focus: rgba(185, 148, 76, 0.22);
}

/* 5. Tema premium-gourmet */
[data-theme="premium-gourmet"] {
    --vit-bg: #fdfbf7;
    --vit-bg-soft: #f7f1e8;
    --vit-surface: #ffffff;
    --vit-surface-warm: #fff7ea;
    --vit-text: #211d18;
    --vit-muted: #766656;
    --vit-border: #e5d5bc;
    --vit-border-strong: #cdae7d;
    --vit-gold: #c49a4a;
    --vit-caramel: #a87332;
    --vit-beige: #ead7b8;
    --vit-graphite: #24211d;
    --vit-shadow-soft: 0 16px 42px rgba(58, 43, 24, 0.09);
    --vit-shadow-card: 0 24px 64px rgba(58, 43, 24, 0.12);
    --vit-focus: rgba(196, 154, 74, 0.24);
}

/* 6. Tema escuro-luxo */
[data-theme="escuro-luxo"] {
    --vit-bg: #171512;
    --vit-bg-soft: #24201a;
    --vit-surface: #211e19;
    --vit-surface-warm: #2b251d;
    --vit-text: #fff7eb;
    --vit-muted: #c8b9a2;
    --vit-border: #4b4033;
    --vit-border-strong: #735d3a;
    --vit-gold: #d2aa5b;
    --vit-caramel: #c08a3c;
    --vit-beige: #4a3d2c;
    --vit-graphite: #0f0d0b;
    --vit-card-bg: #211e19;
    --vit-card-border: #4b4033;
    --vit-input-bg: #2b251d;
    --vit-input-border: #5c4c39;
    --vit-btn-secondary-bg: #fff7eb;
    --vit-btn-secondary-text: #171512;
    --vit-shadow-soft: 0 16px 42px rgba(0, 0, 0, 0.28);
    --vit-shadow-card: 0 24px 64px rgba(0, 0, 0, 0.36);
    --vit-focus: rgba(210, 170, 91, 0.28);
}

/* 7. Tipografia */
.vit-eyebrow,
.eyebrow {
    margin: 0 0 12px;
    color: var(--vit-caramel);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
.vit-title {
    margin: 0;
    color: var(--vit-text);
    font-size: clamp(2.35rem, 7vw, 5.6rem);
    line-height: 0.96;
    letter-spacing: 0;
}

h2,
.vit-section-title {
    margin: 0;
    color: var(--vit-text);
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.vit-lead,
.lead {
    margin: 18px 0 0;
    color: var(--vit-muted);
    font-size: clamp(1.02rem, 2vw, 1.22rem);
    line-height: 1.65;
}

.vit-note,
.note {
    margin: 12px 0 0;
    color: var(--vit-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

/* 8. Botoes padronizados */
.vit-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: var(--vit-radius-md);
    cursor: pointer;
    font-weight: 800;
    padding: 0 18px;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
    white-space: nowrap;
}

.vit-btn:hover {
    transform: translateY(-1px);
}

.vit-btn:focus-visible {
    outline: 4px solid var(--vit-focus);
    outline-offset: 2px;
}

.vit-btn:disabled,
.vit-btn[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
}

.vit-btn-primary {
    background: var(--vit-btn-primary-bg);
    color: var(--vit-btn-primary-text);
    box-shadow: 0 12px 28px rgba(168, 115, 50, 0.18);
}

.vit-btn-secondary {
    background: var(--vit-btn-secondary-bg);
    color: var(--vit-btn-secondary-text);
}

.vit-btn-whatsapp {
    background: var(--vit-whatsapp);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(47, 125, 79, 0.18);
}

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

/* 9. Formularios basicos padronizados */
.vit-form,
.login-form {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.vit-field {
    display: grid;
    gap: 8px;
}

.vit-label,
.login-form label {
    color: var(--vit-text);
    font-size: 0.9rem;
    font-weight: 800;
}

.vit-input,
.vit-select,
.vit-textarea,
.login-form input,
.login-form select,
.login-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--vit-input-border);
    border-radius: var(--vit-radius-md);
    background: var(--vit-input-bg);
    color: var(--vit-text);
    padding: 10px 12px;
}

.vit-textarea,
.login-form textarea {
    min-height: 120px;
    resize: vertical;
}

.vit-input:focus,
.vit-select:focus,
.vit-textarea:focus,
.login-form input:focus,
.login-form select:focus,
.login-form textarea:focus {
    border-color: var(--vit-gold);
    outline: 4px solid var(--vit-focus);
}

.login-form button {
    min-height: 46px;
    margin-top: 8px;
    border-radius: var(--vit-radius-md);
    background: var(--vit-btn-primary-bg);
    color: var(--vit-btn-primary-text);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

/* 10. Cards/superficies padronizados */
.vit-card,
.vit-product-card,
.vit-category-card,
.hero,
.panel {
    background: var(--vit-card-bg);
    border: 1px solid var(--vit-card-border);
    border-radius: var(--vit-radius-lg);
    box-shadow: var(--vit-shadow-soft);
}

.vit-card {
    padding: clamp(22px, 4vw, 34px);
}

.vit-product-card,
.vit-category-card {
    overflow: hidden;
    padding: 18px;
}

.vit-product-card {
    display: grid;
    gap: 14px;
}

.vit-product-card__media {
    min-height: 170px;
    border: 1px solid var(--vit-border);
    border-radius: var(--vit-radius-md);
    background:
        linear-gradient(135deg, rgba(196, 154, 74, 0.13), rgba(255, 255, 255, 0.72)),
        var(--vit-surface-warm);
}

.vit-product-card__price {
    color: var(--vit-caramel);
    font-size: 1.2rem;
    font-weight: 900;
}

.vit-category-card {
    min-height: 126px;
    display: grid;
    align-content: end;
}

/* 11. Alertas/estados basicos */
.vit-alert,
.form-error {
    margin: 18px 0 0;
    border: 1px solid var(--vit-border);
    border-radius: var(--vit-radius-md);
    background: var(--vit-surface-warm);
    color: var(--vit-muted);
    padding: 12px 14px;
    line-height: 1.5;
}

.vit-alert-success {
    border-color: rgba(47, 125, 79, 0.34);
    background: rgba(47, 125, 79, 0.08);
    color: var(--vit-success);
}

.vit-alert-error,
.form-error {
    border-color: rgba(141, 51, 45, 0.28);
    background: rgba(141, 51, 45, 0.07);
    color: var(--vit-danger);
}

/* 12. Layout publico */
.vit-shell,
.page-shell,
.admin-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 8% 4%, rgba(196, 154, 74, 0.08), transparent 24%),
        linear-gradient(180deg, var(--vit-bg) 0%, var(--vit-bg) 58%, var(--vit-bg-soft) 100%);
}

.vit-container {
    width: min(var(--vit-container), calc(100% - 40px));
    margin: 0 auto;
}

.vit-section {
    padding: var(--vit-section-space) 0;
}

.vit-public-header {
    border-bottom: 1px solid var(--vit-border);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
}

.vit-public-header__inner {
    min-height: 74px;
    display: grid;
    grid-template-columns: minmax(150px, 0.7fr) minmax(260px, 1.4fr) minmax(190px, 0.7fr);
    align-items: center;
    gap: var(--vit-gap);
    padding: 14px 0;
}

.vit-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.vit-brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid var(--vit-border-strong);
    border-radius: 50%;
    background:
        linear-gradient(145deg, var(--vit-surface), var(--vit-surface-warm));
    color: var(--vit-caramel);
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: var(--vit-shadow-soft);
}

.vit-brand-copy {
    display: grid;
    gap: 2px;
}

.vit-brand-copy strong {
    color: var(--vit-text);
    font-size: 1.16rem;
    letter-spacing: 0.08em;
}

.vit-brand-copy small {
    color: var(--vit-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.vit-public-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 14px;
    color: var(--vit-muted);
    font-size: 0.92rem;
    font-weight: 800;
    overflow-x: auto;
}

.vit-public-nav a {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.vit-public-nav a:hover {
    border-color: var(--vit-border);
    background: var(--vit-surface);
    color: var(--vit-link);
}

.vit-public-search {
    position: relative;
    margin: 0;
}

.vit-public-search .vit-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.vit-public-search .vit-input {
    min-height: 48px;
    border-radius: 999px;
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.vit-public-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: var(--vit-text);
    font-size: 0.92rem;
    font-weight: 900;
}

.vit-public-actions a {
    text-decoration: none;
}

.vit-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vit-cart-link span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--vit-gold);
    color: #ffffff;
    font-size: 0.78rem;
}

/* 13. Catalogo publico estatico */
.vit-hero {
    padding-top: 38px;
    padding-bottom: 58px;
}

.vit-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    align-items: center;
    gap: clamp(28px, 5vw, 58px);
}

.vit-hero__copy {
    max-width: 640px;
}

.vit-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.vit-hero-visual {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--vit-border);
    border-radius: var(--vit-radius-lg);
    background:
        radial-gradient(circle at 28% 24%, rgba(196, 154, 74, 0.18), transparent 24%),
        linear-gradient(145deg, var(--vit-surface) 0%, var(--vit-surface-warm) 100%);
    box-shadow: var(--vit-shadow-card);
    padding: clamp(24px, 4vw, 42px);
}

.vit-hero-visual::before,
.vit-hero-visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(196, 154, 74, 0.28);
    border-radius: 50%;
}

.vit-hero-visual::before {
    width: 168px;
    height: 168px;
    right: -42px;
    top: -42px;
}

.vit-hero-visual::after {
    width: 82px;
    height: 82px;
    left: 34px;
    bottom: 34px;
}

.vit-hero-plate {
    position: absolute;
    inset: 58px 42px 48px;
    border: 1px solid var(--vit-border-strong);
    border-radius: 34px;
    background:
        radial-gradient(circle at 44% 42%, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.84) 42%, rgba(234, 215, 184, 0.30) 100%);
    box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.58), var(--vit-shadow-soft);
}

.vit-hero-cut {
    position: absolute;
    width: 54%;
    height: 34%;
    left: 21%;
    top: 35%;
    border-radius: 48% 52% 42% 58%;
    background:
        radial-gradient(circle at 36% 42%, rgba(255, 238, 196, 0.42), transparent 18%),
        linear-gradient(135deg, #8c5f35 0%, #c09251 48%, #6d4b2f 100%);
    box-shadow: 0 18px 34px rgba(75, 54, 34, 0.22);
    transform: rotate(-12deg);
}

.vit-hero-cut--small {
    width: 34%;
    height: 22%;
    left: 45%;
    top: 24%;
    opacity: 0.9;
    transform: rotate(16deg);
}

.vit-hero-line {
    position: absolute;
    width: 62%;
    height: 1px;
    left: 19%;
    top: 58%;
    background: rgba(255, 255, 255, 0.72);
    transform: rotate(-10deg);
}

.vit-hero-seal {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: grid;
    gap: 2px;
    border: 1px solid var(--vit-border-strong);
    border-radius: var(--vit-radius-md);
    background: rgba(255, 255, 255, 0.82);
    color: var(--vit-text);
    padding: 12px 14px;
}

.vit-hero-seal strong {
    color: var(--vit-caramel);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
}

.vit-hero-seal span {
    font-size: 0.84rem;
    font-weight: 900;
}

.vit-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: -22px;
    position: relative;
    z-index: 2;
}

.vit-benefit-item {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--vit-border);
    border-radius: var(--vit-radius-md);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 28px rgba(35, 30, 22, 0.05);
    padding: 16px;
}

.vit-benefit-item span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid var(--vit-border);
    border-radius: 50%;
    color: var(--vit-caramel);
    font-size: 0.9rem;
    font-weight: 900;
}

.vit-benefit-item strong {
    color: var(--vit-text);
    font-size: 0.98rem;
}

.vit-section-heading {
    display: grid;
    gap: 4px;
    margin-bottom: 22px;
}

.vit-category-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.vit-category-strip .vit-category-card {
    min-height: 118px;
    display: grid;
    align-content: space-between;
    color: var(--vit-text);
    padding: 18px;
    text-decoration: none;
}

.vit-category-strip .vit-category-card span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(196, 154, 74, 0.08);
    color: var(--vit-caramel);
    font-size: 0.78rem;
    font-weight: 900;
}

.vit-category-strip .vit-category-card.is-active {
    border-color: var(--vit-gold);
    box-shadow: var(--vit-shadow-card);
}

.vit-catalog-preview {
    padding-top: 0;
}

.vit-catalog-preview__grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: var(--vit-gap);
}

.vit-filter-card {
    position: sticky;
    top: 18px;
}

.vit-filter-group {
    display: grid;
    gap: 10px;
    border-top: 1px solid var(--vit-border);
    margin-top: 18px;
    padding-top: 18px;
}

.vit-filter-group strong {
    color: var(--vit-text);
}

.vit-filter-group label,
.vit-filter-group span {
    color: var(--vit-muted);
    font-size: 0.92rem;
}

.vit-catalog-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: var(--vit-gap);
    margin-bottom: 18px;
}

.vit-sort-control {
    min-width: 210px;
    display: grid;
    gap: 8px;
    color: var(--vit-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

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

.vit-product-card {
    position: relative;
    padding: 14px;
}

.vit-product-visual {
    position: relative;
    min-height: 188px;
    overflow: hidden;
    border: 1px solid var(--vit-border);
    border-radius: var(--vit-radius-md);
    background:
        radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.96), transparent 27%),
        radial-gradient(circle at 46% 55%, #ad7b42 0%, #8a5d35 20%, transparent 22%),
        radial-gradient(circle at 60% 43%, #c99858 0%, #785031 17%, transparent 19%),
        linear-gradient(145deg, var(--vit-surface-warm), var(--vit-beige));
}

.vit-product-visual--chorizo {
    background:
        radial-gradient(circle at 50% 62%, rgba(255, 255, 255, 0.98), transparent 28%),
        radial-gradient(ellipse at 42% 55%, #9b6738 0%, #c39254 19%, transparent 21%),
        radial-gradient(ellipse at 60% 42%, #7b4c2c 0%, #b88146 17%, transparent 20%),
        linear-gradient(145deg, var(--vit-surface-warm), #ead9bf);
}

.vit-product-visual--alcatra {
    background:
        radial-gradient(circle at 52% 60%, rgba(255, 255, 255, 0.96), transparent 29%),
        radial-gradient(ellipse at 51% 48%, #b87d40 0%, #80502f 23%, transparent 25%),
        linear-gradient(155deg, #fffaf2, #e9d2ae);
}

.vit-product-visual--cupim {
    background:
        radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.96), transparent 28%),
        radial-gradient(ellipse at 44% 50%, #c59a57 0%, #8a6137 19%, transparent 22%),
        radial-gradient(ellipse at 62% 54%, #6e4a30 0%, #a77942 15%, transparent 18%),
        linear-gradient(145deg, #fff8eb, #e7cfaa);
}

.vit-product-visual::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 26px;
    height: 12px;
    border-radius: 50%;
    background: rgba(45, 34, 22, 0.12);
}

.vit-product-visual button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--vit-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--vit-caramel);
}

.vit-product-category {
    margin: 2px 0 -4px;
    color: var(--vit-caramel);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vit-product-card h3 {
    min-height: 54px;
    margin: 0;
    color: var(--vit-text);
    font-size: 1.02rem;
    line-height: 1.32;
}

.vit-product-card .vit-btn {
    width: 100%;
}

.vit-public-footer {
    border-top: 1px solid var(--vit-border);
    background: var(--vit-surface);
}

.vit-public-footer__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--vit-muted);
    font-size: 0.9rem;
}

.vit-public-footer strong {
    color: var(--vit-text);
}

/* 13.2 Vitrine publica real */
.vit-public-real {
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfaf7 52%, #f6f0e7 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vit-public-header--real {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .92);
}

.vit-public-store-logo {
    width: 86px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid var(--vit-border);
    border-radius: 14px;
    background: #ffffff;
    padding: 5px 8px;
    box-shadow: 0 10px 24px rgba(35, 30, 22, .06);
}

.vit-public-store-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vit-public-hero-real {
    padding-top: 52px;
    padding-bottom: 46px;
}

.vit-public-hero-real__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, .72fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
}

.vit-public-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.vit-public-hero-stats span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--vit-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--vit-muted);
    padding: 9px 12px;
    font-size: .88rem;
    font-weight: 800;
}

.vit-public-hero-stats strong {
    color: var(--vit-caramel);
}

.vit-public-feature-card {
    display: grid;
    gap: 16px;
    border: 1px solid var(--vit-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--vit-shadow-card);
    padding: 18px;
}

.vit-public-feature-card img,
.vit-public-feature-card .vit-public-product-placeholder {
    width: 100%;
    aspect-ratio: 1.08;
    border: 1px solid var(--vit-border);
    border-radius: 16px;
    background: #fff;
    object-fit: contain;
    padding: 12px;
}

.vit-public-feature-card small {
    color: var(--vit-caramel);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vit-public-feature-card strong {
    display: block;
    margin-top: 4px;
    color: var(--vit-text);
    font-size: 1.05rem;
    line-height: 1.25;
}

.vit-category-strip--real {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.vit-category-strip--real .vit-category-card {
    min-height: 112px;
}

.vit-category-strip--real .vit-category-card span {
    width: auto;
    min-width: 38px;
    padding: 0 10px;
    border-radius: 999px;
}

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

.vit-product-card--real {
    min-width: 0;
    border-color: rgba(229, 213, 188, .92);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(58, 43, 24, .08);
}

.vit-public-product-media {
    width: 100%;
    aspect-ratio: 1.08;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--vit-border);
    border-radius: 14px;
    background: #ffffff;
    padding: 10px;
}

.vit-public-product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vit-public-product-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background:
        linear-gradient(135deg, #fffaf2, #f2e4cf);
    color: var(--vit-caramel);
    font-weight: 900;
    letter-spacing: .08em;
}

.vit-product-card--real h3 {
    min-height: 3.2em;
    margin: 0;
    color: var(--vit-text);
    font-size: .98rem;
    line-height: 1.28;
}

.vit-public-product-brand {
    margin: -4px 0 0;
    color: var(--vit-muted);
    font-size: .82rem;
    font-weight: 700;
}

.vit-public-empty {
    display: grid;
    justify-items: start;
    gap: 10px;
}

.vit-public-empty h3 {
    margin: 0;
    color: var(--vit-text);
}

.vit-public-empty p {
    margin: 0;
    color: var(--vit-muted);
}

/* 13.3 Catalogo publico premium V1 */
.vit-public-catalog {
    min-height: 100vh;
    --vit-public-header-offset: 156px;
    background:
        radial-gradient(circle at 18% 0%, rgba(220, 200, 168, .24), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbf8f3 46%, #f4eee6 100%);
    color: #202020;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-top: var(--vit-public-header-offset);
}

.vit-public-catalog .vit-container {
    width: min(1460px, calc(100% - 64px));
}

.vit-public-catalog-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(216, 216, 216, .72);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 28px rgba(58, 43, 24, .06);
    transition: box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.vit-public-catalog-header__inner {
    min-height: 102px;
    display: grid;
    grid-template-columns: 250px minmax(260px, 1fr) auto;
    align-items: center;
    gap: 22px;
    transition: min-height .18s ease, gap .18s ease;
}

.vit-public-catalog-header.is-compact {
    border-bottom-color: rgba(168, 124, 52, .18);
    background: rgba(255, 255, 255, .985);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.vit-public-catalog-header.is-compact .vit-public-catalog-header__inner {
    min-height: 76px;
}

.vit-public-logo {
    width: 230px;
    min-height: 96px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    transition: width .18s ease, min-height .18s ease;
}

.vit-public-logo img {
    width: 100%;
    max-height: 96px;
    object-fit: contain;
    transition: max-height .18s ease;
}

.vit-public-catalog-header.is-compact .vit-public-logo {
    width: 190px;
    min-height: 66px;
}

.vit-public-catalog-header.is-compact .vit-public-logo img {
    max-height: 66px;
}

.vit-public-catalog-search {
    position: relative;
    margin: 0;
}

.vit-public-catalog-search .vit-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.vit-public-catalog-search span {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #a47830;
    font-size: 1.18rem;
    line-height: 1;
    pointer-events: none;
}

.vit-public-catalog-search input {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fafafa;
    color: #202020;
    outline: none;
    padding: 0 56px 0 22px;
    font-size: .96rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.vit-public-catalog-search input::placeholder {
    color: #989898;
    opacity: 1;
}

.vit-public-catalog-search input:focus {
    border-color: rgba(168, 124, 52, .65);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(168, 124, 52, .12);
}

.vit-public-catalog-search button {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #a87c34;
    cursor: pointer;
    padding: 0;
}

.vit-public-catalog-search button svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vit-public-catalog-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vit-public-catalog-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2ddd5;
    border-radius: 999px;
    background: #ffffff;
    color: #303030;
    padding: 0 14px;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 800;
    white-space: nowrap;
}

.vit-public-account-link {
    border-color: transparent !important;
    background: transparent !important;
    min-width: 132px;
    flex-shrink: 0;
    padding-inline: 8px !important;
    white-space: nowrap;
}

.vit-public-account-link span {
    display: grid;
    gap: 1px;
    white-space: nowrap;
}

.vit-public-account-link strong {
    color: #303030;
    font-size: .90rem;
    line-height: 1.08;
    white-space: nowrap;
}

.vit-public-account-link small {
    color: #888888;
    font-size: .70rem;
    font-weight: 800;
    line-height: 1.08;
    white-space: nowrap;
}

.vit-public-cart {
    position: relative;
    border-color: rgba(168, 124, 52, .36) !important;
    color: #8d6328 !important;
    padding-right: 10px !important;
}

.vit-public-cart svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.95;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vit-public-cart strong {
    min-width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #a87c34;
    color: #ffffff;
    font-size: .72rem;
}

.vit-public-category-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: visible;
    padding-bottom: 14px;
    white-space: nowrap;
    transition: padding-bottom .18s ease;
}

.vit-public-catalog-header.is-compact .vit-public-category-nav {
    padding-bottom: 10px;
}

.vit-public-category-nav a,
.vit-public-category-more summary {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #707070;
    padding: 0 15px;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: .01em;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
}

.vit-public-category-parent summary {
    display: inline-flex;
    gap: 7px;
}

.vit-public-category-parent summary a {
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.vit-public-category-parent summary span::before {
    content: "âŒ„";
    color: #a87c34;
    font-size: .82rem;
    font-weight: 900;
}

.vit-public-category-parent[open] summary span::before,
.vit-public-category-parent:hover summary span::before {
    content: "âŒƒ";
}

.vit-public-category-more summary::-webkit-details-marker {
    display: none;
}

.vit-public-category-nav a:hover,
.vit-public-category-nav a.is-active,
.vit-public-category-more:hover summary,
.vit-public-category-more[open] summary,
.vit-public-category-more.is-active summary {
    border-color: rgba(168, 124, 52, .34);
    background: #fffaf2;
    color: #8d6328;
}

.vit-public-category-more {
    position: relative;
}

.vit-public-category-more__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 80;
    width: min(340px, 82vw);
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    border: 1px solid rgba(168, 124, 52, .22);
    border-radius: 18px;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 24px 70px rgba(58, 43, 24, .16);
}

.vit-public-category-more:hover .vit-public-category-more__menu,
.vit-public-category-more[open] .vit-public-category-more__menu {
    display: grid;
}

.vit-public-category-more__menu a {
    width: 100%;
    min-height: 38px;
    justify-content: flex-start;
    border-radius: 12px;
    color: #303030;
}

.vit-public-hero-banner {
    padding: clamp(24px, 4vw, 42px) 0 20px;
}

.vit-public-hero-banner__frame {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(168, 124, 52, .24);
    border-radius: clamp(20px, 2.2vw, 32px);
    background: #f0ece8;
    box-shadow: 0 22px 60px rgba(58, 43, 24, .10);
}

.vit-public-hero-banner__frame picture,
.vit-public-hero-banner__frame img {
    display: block;
    width: 100%;
}

.vit-public-hero-banner__frame img {
    height: auto;
    object-fit: contain;
}

.vit-public-benefits {
    padding: 6px 0 18px;
}

.vit-public-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.vit-public-benefits__grid span {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
    color: #303030;
    font-size: .9rem;
    font-weight: 800;
}

.vit-public-benefits__grid i {
    color: #a87c34;
    font-style: normal;
    font-size: 1.05rem;
}

.vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner {
    grid-template-columns: 270px minmax(360px, 1fr) auto;
    gap: 26px;
}

.vit-public-catalog > .vit-public-catalog-header .vit-public-logo {
    width: 248px;
}

.vit-public-catalog > .vit-public-catalog-header .vit-public-logo img {
    max-height: 104px;
}

.vit-public-home-categories {
    border-top: 1px solid rgba(234, 223, 206, .72);
    border-bottom: 1px solid rgba(234, 223, 206, .72);
    background: rgba(255, 255, 255, .82);
    padding: 10px 0;
}

.vit-public-home-categories__rail {
    display: flex;
    gap: 10px;
    align-items: center;
}

.vit-public-home-category-chip,
.vit-public-home-category-more summary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #2b241d;
    padding: 0 14px;
    box-shadow: none;
    font-size: .82rem;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.vit-public-home-category-chip:hover,
.vit-public-home-category-more:hover summary,
.vit-public-home-category-chip.is-active,
.vit-public-home-category-more.is-active summary,
.vit-public-home-category-more[open] summary {
    border-color: #c79a55;
    background: #fbf4e9;
    color: #8b6429;
    box-shadow: none;
}

.vit-public-home-category-more {
    position: relative;
}

.vit-public-home-category-more summary {
    gap: 8px;
    cursor: pointer;
    list-style: none;
}

.vit-public-home-category-more summary::-webkit-details-marker {
    display: none;
}

.vit-public-home-category-more summary a {
    color: inherit;
    text-decoration: none;
}

.vit-public-home-category-more summary span::before {
    content: "âŒ„";
    color: #9d7b49;
    font-size: .92rem;
}

.vit-public-home-category-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 25;
    width: max-content;
    min-width: 210px;
    display: grid;
    gap: 6px;
    border: 1px solid #eadfce;
    border-radius: 14px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 18px 45px rgba(43, 31, 18, .12);
}

.vit-public-home-category-menu a {
    border-radius: 10px;
    color: #40372f;
    padding: 10px 12px;
    font-size: .86rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.vit-public-home-category-menu a:hover,
.vit-public-home-category-menu a.is-active {
    background: #fbf4e9;
    color: #8b6429;
}

@media (max-width: 1180px) {
    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner {
        grid-template-columns: 200px minmax(220px, 1fr) auto;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo {
        width: 190px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo img {
        max-height: 78px;
    }
}

@media (max-width: 920px) {
    .vit-public-home-categories {
        padding: 8px 0;
    }

    .vit-public-home-categories__rail {
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x proximity;
    }

    .vit-public-home-category-chip,
    .vit-public-home-category-more {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}

@media (max-width: 620px) {
    .vit-public-home-category-chip,
    .vit-public-home-category-more summary {
        min-height: 40px;
        padding-inline: 14px;
        font-size: .78rem;
    }

    .vit-public-home-category-menu {
        min-width: 190px;
    }
}

.vit-public-category-strip {
    padding: 20px 0 22px;
}

.vit-public-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.vit-public-section-head p,
.vit-public-products-top p {
    margin: 0 0 4px;
    color: #a87c34;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.vit-public-section-head h2,
.vit-public-products-top h1 {
    margin: 0;
    color: #181818;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 3vw, 2.28rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.vit-public-category-strip__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.vit-public-category-strip__items a {
    min-height: 116px;
    display: grid;
    align-content: center;
    gap: 6px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #ffffff;
    color: #303030;
    padding: 16px;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.vit-public-category-strip__items a:hover,
.vit-public-category-strip__items a.is-active {
    border-color: rgba(168, 124, 52, .48);
    box-shadow: 0 16px 36px rgba(58, 43, 24, .08);
    transform: translateY(-1px);
}

.vit-public-category-strip__items i {
    color: #a87c34;
    font-style: normal;
    font-size: 1.2rem;
}

.vit-public-category-strip__items strong {
    font-size: .96rem;
}

.vit-public-category-strip__items small {
    color: #888888;
    font-weight: 700;
}

.vit-public-catalog-section {
    padding: 18px 0 56px;
}

.vit-public-catalog-layout {
    display: grid;
    grid-template-columns: 252px minmax(0, 1fr);
    align-items: start;
    gap: 26px;
}

.vit-public-filter-panel {
    position: sticky;
    top: 132px;
    align-self: start;
    width: 100%;
    min-width: 0;
    max-width: 252px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #ffffff;
    padding: 16px;
    box-shadow: none;
    overflow: hidden;
}

.vit-public-filter-panel form,
.vit-public-filter-panel label {
    min-width: 0;
    display: grid;
    gap: 10px;
}

.vit-public-filter-panel form {
    gap: 16px;
}

.vit-public-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vit-public-filter-head span {
    color: #181818;
    font-size: 1rem;
    font-weight: 900;
}

.vit-public-filter-head a {
    color: #a87c34;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
}

.vit-public-filter-section-title {
    color: #303030;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vit-public-filter-panel label,
.vit-public-sort label {
    color: #707070;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.vit-public-filter-panel select,
.vit-public-sort select {
    min-height: 44px;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    background: #fafafa;
    color: #202020;
    padding: 0 12px;
    outline: none;
    font-weight: 700;
}

.vit-public-filter-checklist,
.vit-public-filter-tree {
    width: 100%;
    min-width: 0;
    max-height: none;
    display: grid;
    gap: 8px;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 2px 2px 4px;
}

.vit-public-filter-checklist a,
.vit-public-filter-tree > a,
.vit-public-filter-category summary a {
    min-height: 30px;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: #303030;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
}

.vit-public-filter-tree a:hover,
.vit-public-filter-category summary:hover a {
    color: #8d6328;
}

.vit-public-filter-check,
.vit-public-filter-checklist a span {
    width: 15px;
    height: 15px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ffffff;
}

.vit-public-filter-tree a.is-active .vit-public-filter-check,
.vit-public-filter-category.is-active summary .vit-public-filter-check,
.vit-public-filter-checklist a.is-active span {
    border-color: #a87c34;
    background:
        linear-gradient(135deg, #a87c34, #c8b080);
    box-shadow: inset 0 0 0 3px #ffffff;
}

.vit-public-filter-category {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.vit-public-filter-category summary {
    min-height: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 8px;
    min-width: 0;
    cursor: pointer;
    list-style: none;
}

.vit-public-filter-category summary::-webkit-details-marker {
    display: none;
}

.vit-public-filter-category summary a {
    min-height: 30px;
    min-width: 0;
}

.vit-public-filter-category.is-active summary a {
    color: #8d6328;
    font-weight: 900;
}

.vit-public-filter-chevron {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: #a87c34;
}

.vit-public-filter-chevron::before {
    content: "â€º";
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1;
    transition: transform .16s ease;
}

.vit-public-filter-category[open] .vit-public-filter-chevron::before {
    transform: rotate(90deg);
}

.vit-public-filter-sublist {
    min-width: 0;
    display: grid;
    gap: 2px;
    margin-left: 18px;
    padding: 2px 0 6px 9px;
    border-left: 1px solid rgba(168, 124, 52, .22);
}

.vit-public-filter-sublist a {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    border-radius: 10px;
    color: #707070;
    padding: 4px 8px;
    text-decoration: none;
    font-size: .80rem;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
}

.vit-public-filter-sublist a:hover,
.vit-public-filter-sublist a.is-active {
    background: #fffaf2;
    color: #8d6328;
}

.vit-public-filter-sublist small {
    min-width: 22px;
    flex: 0 0 auto;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #f0ece8;
    color: #8d6328;
    font-size: .68rem;
    font-weight: 900;
}

.vit-public-filter-brand-list {
    display: grid;
    gap: 6px;
}

.vit-public-filter-brand-list a {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    color: #707070;
    padding: 5px 8px;
    text-decoration: none;
    font-size: .80rem;
    font-weight: 800;
    line-height: 1.2;
}

.vit-public-filter-brand-list a:hover,
.vit-public-filter-brand-list a.is-active {
    background: #fffaf2;
    color: #8d6328;
}

.vit-public-filter-brand-list small {
    min-width: 22px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #f0ece8;
    color: #8d6328;
    font-size: .68rem;
    font-weight: 900;
}

.vit-public-filter-panel button {
    min-height: 44px;
    border-radius: 14px;
    background: #a87c34;
    color: #ffffff;
    cursor: pointer;
    font-size: .88rem;
    font-weight: 900;
}

.vit-public-products-area {
    min-width: 0;
    display: grid;
    gap: 18px;
}

.vit-public-active-filter {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid rgba(168, 124, 52, .24);
    border-radius: 16px;
    background: #fffaf2;
    padding: 12px 14px;
}

.vit-public-active-filter span,
.vit-public-active-filter strong {
    display: block;
}

.vit-public-active-filter span {
    color: #8d6328;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vit-public-active-filter strong {
    color: #303030;
    font-size: .92rem;
    font-weight: 850;
}

.vit-public-products-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 2px;
}

.vit-public-products-top span {
    display: inline-flex;
    margin-top: 8px;
    color: #707070;
    font-weight: 700;
}

.vit-public-sort {
    min-width: 190px;
}

.vit-public-sort label {
    display: grid;
    gap: 8px;
}

.vit-public-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.vit-public-product-card {
    position: relative;
    min-width: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e8e0d4;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(58, 43, 24, .055);
}

.vit-public-favorite {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid #ebe2d5;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #b08030;
    cursor: default;
    font-size: 1.05rem;
}

.vit-public-product-card__media {
    width: 100%;
    height: 340px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ececec;
    background: linear-gradient(180deg, #ffffff, #fbfaf7);
    padding: 18px;
    text-decoration: none;
}

.vit-public-product-card__media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.vit-public-product-card__media span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border: 1px dashed #dcc8a8;
    border-radius: 18px;
    background: #fffaf2;
    color: #a87c34;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.vit-public-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
}

.vit-public-product-card__body p {
    min-height: 1.08rem;
    max-height: 1.08rem;
    margin: 0;
    color: #a47830;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vit-public-product-card__body h2 {
    min-height: calc(1.34em * 2);
    margin: 0;
    color: #202020;
    font-size: 15.5px;
    line-height: 1.25;
    font-weight: 750;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vit-public-product-card__body small {
    min-height: 1.05rem;
    max-height: 1.05rem;
    color: #888888;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vit-public-product-card__body strong {
    margin-top: auto;
    color: #181818;
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
}

.vit-public-product-card__body > a {
    min-height: 44px;
    flex: 0 0 auto;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(168, 124, 52, .62);
    border-radius: 10px;
    color: #8d6328;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 800;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.vit-public-product-card__body > a:hover {
    border-color: #a87c34;
    background: #a87c34;
    color: #ffffff;
}

.vit-public-empty-state {
    display: grid;
    justify-items: start;
    gap: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: #ffffff;
    padding: 24px;
}

.vit-public-empty-state h2,
.vit-public-empty-state p {
    margin: 0;
}

.vit-public-empty-state p {
    color: #707070;
}

.vit-public-empty-state a {
    color: #a87c34;
    font-weight: 900;
    text-decoration: none;
}

.vit-public-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.vit-public-pagination a,
.vit-public-pagination span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    background: #ffffff;
    color: #303030;
    padding: 0 14px;
    text-decoration: none;
    font-size: .85rem;
    font-weight: 900;
}

.vit-public-pagination a {
    color: #8d6328;
    border-color: rgba(168, 124, 52, .36);
}

.vit-public-catalog-footer {
    border-top: 1px solid rgba(184, 138, 60, .18);
    background: rgba(255, 255, 255, .82);
    padding: 12px 0 10px;
}

.vit-public-catalog-footer .vit-container {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #4e463c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.vit-public-catalog-footer span,
.vit-public-catalog-footer small {
    margin: 0;
    line-height: 1.3;
}

.vit-public-catalog-footer small {
    color: #746b60;
    font-size: 12px;
    font-weight: 500;
}

.vit-public-catalog-footer strong {
    color: #b88a3c;
    font-weight: 800;
}

.vit-public-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    width: 56px;
    height: 56px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(37, 211, 102, .30);
    background: #ffffff;
    color: #25d366;
    padding: 0;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 900;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
}

.vit-public-whatsapp-float svg {
    width: 34px;
    height: 34px;
    display: block;
}

.vit-public-whatsapp-balloon {
    fill: #25d366;
}

.vit-public-whatsapp-phone {
    fill: #ffffff;
}

@media (max-width: 1180px) {
    .vit-public-catalog {
        --vit-public-header-offset: 142px;
    }

    .vit-public-catalog .vit-container {
        width: min(100% - 36px, 1180px);
    }

    .vit-public-catalog-header__inner {
        grid-template-columns: 180px minmax(220px, 1fr) auto;
        gap: 14px;
    }

    .vit-public-logo {
        width: 170px;
        min-height: 70px;
    }

    .vit-public-logo img {
        max-height: 70px;
    }

    .vit-public-catalog-actions a {
        padding-inline: 12px;
    }

    .vit-public-catalog-layout {
        grid-template-columns: 240px minmax(0, 1fr);
    }

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

    .vit-public-product-card__media {
        height: 306px;
        padding: 16px;
    }
}

@media (max-width: 900px) {
    .vit-public-catalog {
        --vit-public-header-offset: 236px;
    }

    .vit-public-catalog-header__inner {
        grid-template-columns: 1fr auto;
        align-items: start;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        width: 152px;
        min-height: 58px;
    }

    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 58px;
    }

    .vit-public-catalog-search {
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
    }

    .vit-public-catalog-actions {
        justify-content: flex-end;
    }

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

    .vit-public-catalog-layout {
        grid-template-columns: 1fr;
    }

    .vit-public-filter-panel {
        position: static;
    }

    .vit-public-filter-panel form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: end;
    }

    .vit-public-filter-head {
        grid-column: 1 / -1;
    }

    .vit-public-filter-section-title,
    .vit-public-filter-tree {
        grid-column: 1 / -1;
    }

    .vit-public-products-top {
        align-items: stretch;
        flex-direction: column;
    }

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

    .vit-public-product-card__media {
        height: 286px;
    }

    .vit-public-sort {
        min-width: 0;
    }
}

@media (max-width: 620px) {
    .vit-public-catalog {
        --vit-public-header-offset: 286px;
    }

    .vit-public-catalog .vit-container {
        width: min(100% - 28px, 100%);
    }

    .vit-public-catalog-header__inner {
        grid-template-columns: 1fr;
    }

    .vit-public-logo {
        width: 142px;
        min-height: 54px;
    }

    .vit-public-logo img {
        max-height: 54px;
    }

    .vit-public-catalog-actions {
        width: 100%;
    }

    .vit-public-catalog-actions a {
        flex: 1;
        justify-content: center;
    }

    .vit-public-category-nav {
        padding-bottom: 10px;
    }

    .vit-public-hero-banner {
        padding-top: 18px;
    }

    .vit-public-hero-banner__frame {
        border-radius: 22px;
    }

    .vit-public-benefits__grid,
    .vit-public-filter-panel form,
    .vit-public-product-grid {
        grid-template-columns: 1fr;
    }

    .vit-public-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .vit-public-product-card__media {
        height: 258px;
        padding: 16px;
    }

    .vit-public-whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        min-height: 52px;
        justify-content: center;
        padding: 0;
    }

    .vit-public-whatsapp-float span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }
}

/* 14. Admin SaaS â€” VitrinyON
   --------------------------------------------------------------------------
   Escopo: login administrativo, dashboard e cadastros internos.
   Regra: pÃºblico continua premium/gourmet; admin Ã© sistema SaaS operacional.
   NÃ£o depende de upload, banco novo, storage, banners ou CRUDs futuros.
*/
:root {
    --adm-bg: #eef4f9;
    --adm-surface: #ffffff;
    --adm-surface-soft: #f7fafc;
    --adm-sidebar: #04111f;
    --adm-sidebar-2: #092338;
    --adm-sidebar-line: rgba(255,255,255,.10);
    --adm-text: #0b1727;
    --adm-muted: #65758a;
    --adm-border: #dbe5ef;
    --adm-blue: #2563eb;
    --adm-blue-dark: #1d4ed8;
    --adm-on: #24e08b;
    --adm-cyan: #39c8ff;
    --adm-gold: #d0a34a;
    --adm-danger: #dc2626;
    --adm-radius: 16px;
    --adm-shadow: 0 18px 46px rgba(14, 30, 52, .10);
    --adm-shadow-strong: 0 24px 70px rgba(9, 26, 43, .16);
}

.vit-brand-on { color: var(--adm-on); }
.vit-brand-logo { display:block; object-fit:contain; }

/* Login */
.vit-auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr);
    background:
        radial-gradient(circle at 78% 28%, rgba(36,224,139,.22), transparent 28%),
        radial-gradient(circle at 58% 64%, rgba(57,200,255,.14), transparent 32%),
        linear-gradient(135deg, #04101c 0%, #081d30 48%, #05101b 100%);
    color: #e8f3ff;
    overflow: hidden;
}

.vit-auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 6vw, 70px);
    position: relative;
    z-index: 2;
}

.vit-auth-card {
    width: min(520px, 100%);
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 28px;
    background: rgba(5, 19, 32, .82);
    box-shadow: 0 30px 90px rgba(0,0,0,.34);
    backdrop-filter: blur(18px);
}

.vit-auth-logo {
    width: min(260px, 68%);
    margin: 0 0 24px;
    filter: drop-shadow(0 0 18px rgba(36,224,139,.22));
}

.vit-auth-card .vit-eyebrow,
.vit-auth-card .vit-label {
    color: #a7f3d0;
    letter-spacing: .11em;
}

.vit-auth-card h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: .96;
}

.vit-auth-card .vit-lead {
    color: #b8c8d9;
    max-width: 420px;
}

.vit-auth-card .vit-form {
    margin-top: 28px;
    gap: 18px;
}

.vit-auth-card .vit-input {
    min-height: 58px;
    border: 1px solid rgba(219,231,244,.22);
    background: #eaf2ff;
    color: #07111f;
    font-weight: 700;
}

.vit-auth-card .vit-btn-primary {
    min-height: 58px;
    border-color: #0f5d9a;
    background: linear-gradient(135deg, #1265a8, #0a355a);
    color: #fff;
    box-shadow: 0 16px 34px rgba(18,101,168,.22);
}

.vit-auth-chips {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vit-auth-chip {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #c8d8e8;
    background: rgba(255,255,255,.06);
    font-size: .82rem;
    font-weight: 800;
}

.vit-auth-visual {
    position: relative;
    min-height: 100%;
    display: grid;
    align-content: center;
    gap: 26px;
    padding: clamp(32px, 6vw, 74px);
}

.vit-auth-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4,16,28,.86), rgba(4,16,28,.25) 42%, rgba(4,16,28,.72)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 110px);
    pointer-events: none;
}

.vit-auth-visual > * { position: relative; z-index: 1; }

.vit-auth-visual h2 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 4.2rem);
    line-height: .98;
}

.vit-auth-visual .vit-lead { color: #b8c8d9; max-width: 580px; }

.vit-auth-dashboard {
    width: min(760px, 100%);
    padding: 22px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 28px 100px rgba(0,0,0,.34);
    backdrop-filter: blur(14px);
    transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
}

.vit-auth-dashboard__top,
.vit-auth-dashboard__grid,
.vit-auth-dashboard__row {
    display: grid;
    gap: 12px;
}

.vit-auth-dashboard__top { grid-template-columns: repeat(3, 1fr); margin-bottom: 14px; }
.vit-auth-dashboard__grid { grid-template-columns: 1.1fr .9fr; }
.vit-auth-dashboard__row { grid-template-columns: repeat(2, 1fr); }

.vit-auth-metric,
.vit-auth-widget {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    background: rgba(5,19,32,.56);
}

.vit-auth-metric span,
.vit-auth-widget span { display:block; color:#9db2c5; font-size:.78rem; font-weight:800; }
.vit-auth-metric strong { display:block; margin-top:4px; color:#fff; font-size:1.25rem; }
.vit-auth-line { height: 8px; border-radius: 99px; background: linear-gradient(90deg, var(--adm-on), rgba(255,255,255,.18)); margin-top: 14px; }
.vit-auth-bars { display:flex; align-items:end; gap:10px; height:96px; margin-top:12px; }
.vit-auth-bars i { flex:1; border-radius: 9px 9px 2px 2px; background: linear-gradient(180deg, var(--adm-cyan), rgba(57,200,255,.16)); }
.vit-auth-bars i:nth-child(2n) { background: linear-gradient(180deg, var(--adm-on), rgba(36,224,139,.16)); }

/* Admin shell */
.vit-admin-app {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    background:
        radial-gradient(circle at 42% -10%, rgba(37,99,235,.08), transparent 30%),
        linear-gradient(180deg, #f5f8fb 0%, var(--adm-bg) 100%);
    color: var(--adm-text);
}

.vit-admin-sidebar {
    min-height: 100vh;
    height: 100vh;
    position: sticky;
    top: 0;
    align-self: start;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 18px 14px;
    background:
        radial-gradient(circle at 20% 0%, rgba(36,224,139,.18), transparent 28%),
        radial-gradient(circle at 100% 18%, rgba(57,200,255,.12), transparent 26%),
        linear-gradient(180deg, var(--adm-sidebar), var(--adm-sidebar-2) 68%, #061a2b);
    color: #eaf5ff;
    box-shadow: 18px 0 52px rgba(9, 26, 43, .22);
}

.vit-admin-brand {
    min-height: 108px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 12px 10px 20px;
    border-bottom: 1px solid var(--adm-sidebar-line);
}

.vit-admin-brand__logo {
    width: min(190px, 100%);
    max-height: 58px;
    display: block;
    object-fit: contain;
    object-position: left center;
    padding: 10px 12px;
    border: 1px solid rgba(36,224,139,.42);
    border-radius: 18px;
    background:
        radial-gradient(circle at 20% 10%, rgba(36,224,139,.18), transparent 44%),
        linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
    box-shadow: 0 0 0 4px rgba(36,224,139,.045), 0 18px 34px rgba(0,0,0,.20);
}

.vit-admin-brand span {
    width: max-content;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    color:#a9bdd1;
    font-size:.68rem;
    font-weight:800;
    text-transform: uppercase;
    letter-spacing:.08em;
}

.vit-admin-menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 0;
}

.vit-admin-menu__group {
    margin: 16px 12px 7px;
    color:#7f9bb5;
    font-size:.68rem;
    font-weight:1000;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.vit-admin-menu__item {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 11px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #d8e6f3;
    text-decoration: none;
    font-weight: 900;
    font-size: .94rem;
    letter-spacing: .01em;
}

.vit-admin-menu__item:hover,
.vit-admin-menu__item.is-active {
    color: #fff;
    border-color: rgba(255,255,255,.14);
    background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
}

.vit-admin-menu__item.is-active {
    box-shadow: inset 3px 0 0 var(--adm-on), 0 12px 26px rgba(0,0,0,.14);
}

.vit-admin-menu__item.is-soon { color: #91a9bf; }
.vit-admin-menu__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 10px;
    background: rgba(255,255,255,.055);
    color: #b8cce0;
    font-size: .96rem;
    line-height: 1;
}

.vit-admin-menu__item.is-active .vit-admin-menu__icon {
    border-color: rgba(36,224,139,.42);
    background: rgba(36,224,139,.12);
    color: var(--adm-on);
}
.vit-admin-badge-soon {
    margin-left: auto;
    padding: 2px 6px;
    border-radius: 999px;
    color: #7f98ad;
    background: rgba(255,255,255,.045);
    font-size: .58rem;
    font-weight: 1000;
    text-transform: uppercase;
}

.vit-admin-sidebar__foot {
    display: grid;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--adm-sidebar-line);
}

.vit-admin-userbox {
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(255,255,255,.06);
}

.vit-admin-userbox span { display:block; color:#8da7bd; font-size:.68rem; font-weight:1000; text-transform:uppercase; }
.vit-admin-userbox strong { display:block; margin-top:4px; color:#fff; }

.vit-admin-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.vit-admin-topbar {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px clamp(22px, 3vw, 38px);
    border-bottom: 1px solid var(--adm-border);
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(250,253,255,.86));
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 4;
}

.vit-admin-topbar__actions {
    display:flex;
    align-items:center;
    gap:10px;
    padding: 6px;
    border: 1px solid rgba(219,229,239,.74);
    border-radius: 14px;
    background: rgba(248,251,254,.88);
    box-shadow: 0 10px 28px rgba(14, 30, 52, .06);
}

.vit-admin-content {
    width: min(100%, 1440px);
    padding: clamp(18px, 3vw, 34px);
}

.vit-admin-title {
    margin: 0;
    color: var(--adm-text);
    font-size: clamp(1.62rem, 3vw, 2.42rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.vit-admin-subtitle {
    margin: 6px 0 0;
    color: var(--adm-muted);
    font-size: .94rem;
    font-weight: 650;
}

.vit-admin-layout-stack { display:grid; gap: 18px; }
.vit-admin-kpi-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:16px; }
.vit-admin-module-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:16px; }
.vit-admin-two-col { display:grid; grid-template-columns: 1.2fr .8fr; gap:16px; align-items:start; }

.vit-admin-card,
.vit-admin-kpi,
.vit-admin-module-card,
.vit-admin-panel,
.vit-admin-form-card {
    border: 1px solid var(--adm-border);
    border-radius: var(--adm-radius);
    background: var(--adm-surface);
    box-shadow: var(--adm-shadow);
}

.vit-admin-card,
.vit-admin-panel,
.vit-admin-form-card { padding: 20px; }
.vit-admin-kpi {
    position: relative;
    overflow: hidden;
    padding: 18px;
    display:grid;
    gap:8px;
}

.vit-admin-kpi::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--adm-blue), rgba(57,200,255,.72));
}

.vit-admin-kpi.is-on::before {
    background: linear-gradient(90deg, var(--adm-on), rgba(57,200,255,.72));
}

.vit-admin-kpi.is-warn::before {
    background: linear-gradient(90deg, var(--adm-gold), #f59e0b);
}

.vit-admin-kpi span { color: var(--adm-muted); font-size:.72rem; font-weight:1000; text-transform:uppercase; letter-spacing:.07em; }
.vit-admin-kpi strong { font-size: clamp(1.35rem, 2.2vw, 2rem); color: var(--adm-text); }
.vit-admin-kpi p { margin:0; color: var(--adm-muted); font-size:.88rem; }
.vit-admin-kpi.is-on strong { color: #059669; }
.vit-admin-kpi.is-warn strong { color: #d97706; }

.vit-admin-module-card {
    position: relative;
    overflow: hidden;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    color: var(--adm-text);
    text-decoration: none;
}

.vit-admin-module-card::after {
    content: "";
    position: absolute;
    inset: auto 16px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37,99,235,.34), transparent);
    opacity: 0;
}

.vit-admin-module-card:hover {
    border-color: rgba(37,99,235,.34);
    transform: translateY(-1px);
    box-shadow: var(--adm-shadow-strong);
}

.vit-admin-module-card:hover::after {
    opacity: 1;
}
.vit-admin-module-card strong { font-size: 1.02rem; }
.vit-admin-module-card p { margin: 0; color: var(--adm-muted); font-size: .9rem; line-height: 1.45; }
.vit-admin-module-card__top { display:flex; justify-content:space-between; gap: 10px; align-items:center; }
.vit-admin-module-icon {
    width: 42px;
    height: 42px;
    display:grid;
    place-items:center;
    border-radius: 14px;
    border: 1px solid #dce8f5;
    background: linear-gradient(135deg, #f8fbff, #e9f3ff);
    color: var(--adm-blue);
    font-weight: 1000;
}

.vit-admin-status-pill,
.vit-admin-soon-pill {
    display:inline-flex;
    align-items:center;
    width:max-content;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size:.72rem;
    font-weight:1000;
    text-transform: uppercase;
    letter-spacing:.05em;
}

.vit-admin-status-pill { color:#047857; background:#dffbea; }
.vit-admin-soon-pill { color:#596a7e; background:#edf2f7; }

.vit-admin-page-actions,
.vit-admin-actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }

.vit-admin-form-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.vit-admin-form-card { display:grid; gap:14px; }
.vit-admin-form-card__head { display:flex; justify-content:space-between; gap: 18px; align-items:flex-start; padding-bottom: 12px; border-bottom:1px solid var(--adm-border); }
.vit-admin-form-card__head h2 { margin: 0; font-size: 1.08rem; }
.vit-admin-form-card__head p { margin: 4px 0 0; color: var(--adm-muted); font-size: .88rem; }

.vit-admin-form-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px; }
.vit-admin-form-wide { grid-column: span 2; }
.vit-admin-form-full { grid-column: 1 / -1; }

.vit-admin-app .vit-field { gap: 6px; }
.vit-admin-app .vit-label { color: #26384d; font-size: .78rem; letter-spacing: .02em; }
.vit-admin-app .vit-input,
.vit-admin-app .vit-select,
.vit-admin-app .vit-textarea {
    min-height: 44px;
    border: 1px solid #cfdbe8;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
}

.vit-admin-app .vit-textarea { min-height: 86px; resize: vertical; }
.vit-admin-app .vit-input:focus,
.vit-admin-app .vit-select:focus,
.vit-admin-app .vit-textarea:focus {
    border-color: rgba(37,99,235,.58);
    box-shadow: 0 0 0 4px rgba(37,99,235,.10);
}

.vit-admin-app .vit-btn { min-height: 42px; border-radius: 10px; }
.vit-admin-app .vit-btn-primary {
    border-color: var(--adm-blue);
    background: linear-gradient(135deg, var(--adm-blue), var(--adm-blue-dark));
    color: #fff;
    box-shadow: none;
}
.vit-admin-app .vit-btn-secondary {
    border-color: #d6e1ee;
    background: #fff;
    color: #0f172a;
}
.vit-admin-app .vit-btn-dark {
    border-color: #07111f;
    background: #07111f;
    color: #fff;
}

.vit-admin-app .vit-btn-compact {
    min-height: 38px;
    padding-inline: 13px;
    font-size: .86rem;
}

.vit-admin-app .vit-btn-disabled,
.vit-admin-app .vit-btn-disabled:hover {
    min-height: 42px;
    border: 1px solid #d2dce8;
    background: #edf2f7;
    color: #7a8796;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.vit-admin-app .vit-btn-danger {
    border-color: #991b1b;
    background: linear-gradient(135deg, #b91c1c, #7f1d1d);
    color: #fff;
    box-shadow: 0 14px 30px rgba(127, 29, 29, .18);
}

.vit-admin-app .vit-btn-danger:hover {
    border-color: #7f1d1d;
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
    color: #fff;
}

.vit-admin-alert-row { display:grid; gap:10px; margin-bottom: 14px; }
.vit-admin-app .vit-alert { margin:0; padding: 12px 14px; border-radius: 12px; }

.vit-admin-table-card,
.vit-admin-empty,
.vit-admin-form-section {
    border: 1px solid var(--adm-border);
    border-radius: var(--adm-radius);
    background: var(--adm-surface);
    box-shadow: var(--adm-shadow);
}

.vit-admin-table-card {
    overflow: hidden;
    box-shadow: var(--adm-shadow-strong);
}

.vit-admin-products-card {
    overflow: visible;
}

.vit-admin-products-sticky {
    position: sticky;
    top: 146px;
    z-index: 50;
    display: grid;
    gap: 0;
    border-bottom: 1px solid var(--adm-border);
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(15, 31, 51, .10);
}

.vit-admin-table-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    border-bottom: 1px solid var(--adm-border);
}

.vit-admin-table-toolbar h2 {
    margin: 0;
    color: var(--adm-text);
    font-size: 1.18rem;
}

.vit-admin-table-scroll {
    overflow-x: auto;
}

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

.vit-admin-table th,
.vit-admin-table td {
    border-bottom: 1px solid var(--adm-border);
    padding: 14px 16px;
    text-align: left;
    vertical-align: middle;
}

.vit-admin-table th {
    color: #5e7187;
    background: linear-gradient(180deg, #f9fcff, #f2f7fb);
    font-size: .72rem;
    font-weight: 1000;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.vit-admin-table td {
    color: var(--adm-text);
    font-size: .9rem;
}

.vit-admin-table tbody tr:hover td {
    background: #fbfdff;
}

.vit-admin-table tr:last-child td {
    border-bottom: 0;
}

.vit-admin-product-cell {
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vit-admin-product-cell strong,
.vit-admin-product-cell small {
    display: block;
}

.vit-admin-product-cell small {
    margin-top: 3px;
    color: var(--adm-muted);
    font-size: .78rem;
    font-weight: 800;
}

.vit-admin-thumb {
    width: 68px;
    height: 58px;
    flex: 0 0 68px;
    border: 1px solid #d7e2ee;
    border-radius: 14px;
    object-fit: contain;
    object-position: center;
    padding: 4px;
    background: linear-gradient(180deg, #ffffff, #f4f8fc);
    box-shadow: 0 8px 18px rgba(15, 31, 51, .08);
}

.vit-admin-thumb--empty {
    display: grid;
    place-items: center;
    color: #7a8ca1;
    font-size: .68rem;
    font-weight: 1000;
    background:
        radial-gradient(circle at 32% 24%, rgba(36,224,139,.14), transparent 24%),
        linear-gradient(135deg, #f8fbff, #e9f1f8);
}

.vit-admin-status {
    min-width: 76px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 1000;
}

.vit-admin-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.vit-admin-status--active {
    color: #047857;
    background: #ddfbea;
}

.vit-admin-status--active::before {
    background: #10b981;
}

.vit-admin-status--inactive {
    color: #8a4450;
    background: #fff0f1;
}

.vit-admin-status--inactive::before {
    background: #ef4444;
}

.vit-admin-status-form {
    display: inline-flex;
    align-items: center;
}

.vit-admin-status-select {
    min-width: 112px;
    height: 36px;
    border-radius: 999px;
    padding: 0 32px 0 13px;
    border: 1px solid transparent;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .01em;
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, currentColor 50%),
        linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position:
        calc(100% - 16px) 15px,
        calc(100% - 11px) 15px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    box-shadow: 0 8px 18px rgba(15, 31, 51, .08);
}

.vit-admin-status-select:focus {
    box-shadow: 0 0 0 4px rgba(37,99,235,.12), 0 8px 18px rgba(15,31,51,.08);
}

.vit-admin-status-select--active {
    border-color: rgba(16,185,129,.35);
    color: #047857;
    background-color: #dcfce7;
}

.vit-admin-status-select--inactive {
    border-color: rgba(244,63,94,.28);
    color: #9f1239;
    background-color: #ffe4e6;
}

.vit-admin-status-submit {
    margin-left: 8px;
    min-height: 32px;
    border: 1px solid #cfe0ef;
    border-radius: 9px;
    background: #fff;
    color: #24364d;
    font-weight: 800;
}

.vit-admin-icon-btn {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfdbe8;
    border-radius: 10px;
    background: #fff;
    color: var(--adm-blue);
    padding: 7px 10px;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 1000;
}

.vit-admin-icon-btn:hover {
    border-color: rgba(37,99,235,.34);
    background: #f3f8ff;
}

.vit-admin-empty {
    display: grid;
    justify-items: start;
    gap: 8px;
    max-width: 620px;
    padding: 22px;
}

.vit-admin-empty h2 {
    margin: 0;
    color: var(--adm-text);
    font-size: 1.1rem;
}

.vit-admin-empty p {
    margin: 0;
    color: var(--adm-muted);
    line-height: 1.55;
}

.vit-admin-filter-panel {
    display: grid;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid var(--adm-border);
    background:
        radial-gradient(circle at 96% 18%, rgba(16,185,129,.07), transparent 24%),
        linear-gradient(180deg, #ffffff, #f8fbff);
}

.vit-admin-filter-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.vit-admin-filter-head h2 {
    margin: 0;
    color: var(--adm-text);
    font-size: 1.18rem;
}

.vit-admin-filter-head p {
    margin: 5px 0 0;
    color: var(--adm-muted);
    font-size: .88rem;
}

.vit-admin-filter-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) repeat(5, minmax(140px, 1fr)) auto;
    gap: 12px;
    align-items: end;
}

.vit-admin-filter-wide {
    min-width: 220px;
}

.vit-admin-filter-actions {
    display: flex;
    align-items: end;
}

.vit-admin-product-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    border-bottom: 1px solid var(--adm-border);
    background: var(--adm-border);
}

.vit-admin-product-stats article {
    display: grid;
    gap: 4px;
    padding: 15px 18px;
    background: #ffffff;
}

.vit-admin-product-stats span {
    color: var(--adm-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vit-admin-product-stats strong {
    color: var(--adm-text);
    font-size: 1.28rem;
}

.vit-admin-muted-line {
    display: block;
    margin-top: 5px;
    color: var(--adm-muted);
    font-size: .76rem;
    font-weight: 700;
}

.vit-admin-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid var(--adm-border);
    background: #fbfdff;
}

.vit-admin-pagination a,
.vit-admin-pagination span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: .82rem;
    font-weight: 800;
}

.vit-admin-pagination a {
    border: 1px solid #cfe0ef;
    padding: 0 12px;
    color: #24364d;
    background: #ffffff;
}

.vit-admin-pagination a:hover {
    border-color: #8fb4d5;
    color: #0f2238;
}

.vit-admin-pagination a.is-disabled {
    pointer-events: none;
    opacity: .45;
}

.vit-admin-pagination span {
    color: var(--adm-muted);
}

.vit-admin-product-feedback { margin: 0 !important; border-radius: 0; border-width: 0 0 1px; }

.vit-admin-form-section {
    display: grid;
    gap: 14px;
    padding: 16px;
    box-shadow: 0 14px 36px rgba(14, 30, 52, .08);
}

.vit-admin-save-note {
    border-color: #d8e3ef;
    background: #f8fbfe;
    color: #55677d;
}

.vit-admin-form-section .vit-admin-form-card__head {
    padding-bottom: 10px;
}

.vit-admin-form-section .vit-textarea {
    min-height: 74px;
}

/* 14.1 Admin shell centralizado */
.vit-admin-body {
    margin: 0;
    background: #edf3f8;
}

.vit-admin-app {
    grid-template-columns: 304px minmax(0, 1fr);
    background:
        radial-gradient(circle at 88% 4%, rgba(37,99,235,.10), transparent 28%),
        linear-gradient(135deg, #eaf1f7 0%, #f7fafc 48%, #edf4f8 100%);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
}

.vit-admin-sidebar {
    padding: 18px 16px;
    background:
        radial-gradient(circle at 24% 0%, rgba(36,224,139,.13), transparent 28%),
        linear-gradient(180deg, #07111f 0%, #0b1726 46%, #050b14 100%);
    border-right: 1px solid rgba(255,255,255,.08);
    box-shadow: 18px 0 44px rgba(3, 10, 22, .26);
}

.vit-admin-sidebar__brand {
    display: grid;
    gap: 10px;
    padding: 8px 8px 18px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.vit-admin-logo {
    width: 100%;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.03)),
        rgba(2, 8, 18, .52);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 34px rgba(0,0,0,.22);
}

.vit-admin-logo img {
    width: min(226px, 100%);
    max-height: 58px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.28));
}

.vit-admin-brand-caption {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a7f3d0;
    font-size: .72rem;
    font-weight: 1000;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vit-admin-brand-caption::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--adm-on);
    box-shadow: 0 0 0 5px rgba(36,224,139,.12), 0 0 18px rgba(36,224,139,.64);
}

.vit-admin-menu {
    gap: 4px;
    padding: 14px 0 10px;
}

.vit-admin-menu__group {
    margin: 15px 10px 7px;
    color: #7e94aa;
    font-size: .66rem;
    font-weight: 1000;
    letter-spacing: .16em;
}

.vit-admin-menu__item {
    min-height: 48px;
    gap: 12px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #cad7e4;
    font-size: .91rem;
    font-weight: 850;
    letter-spacing: 0;
}

.vit-admin-menu__item:hover {
    color: #fff;
    border-color: rgba(255,255,255,.13);
    background: rgba(255,255,255,.07);
}

.vit-admin-menu__item.is-active {
    color: #fff;
    border-color: rgba(36,224,139,.30);
    background:
        linear-gradient(90deg, rgba(36,224,139,.18), rgba(57,200,255,.08)),
        rgba(255,255,255,.08);
    box-shadow: inset 4px 0 0 var(--adm-on), 0 16px 32px rgba(0,0,0,.22);
}

.vit-admin-menu__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.13);
    background:
        linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.04)),
        rgba(10, 24, 39, .88);
    color: #dbeafe;
    font-size: 1rem;
    font-weight: 1000;
}

.vit-admin-menu__item.is-active .vit-admin-menu__icon {
    color: #b7ffdb;
    border-color: rgba(36,224,139,.50);
    background: rgba(36,224,139,.14);
}

.vit-admin-menu__label {
    min-width: 0;
    flex: 1;
}

.vit-admin-menu__soon {
    margin-left: auto;
    color: #8196aa;
    font-size: .58rem;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vit-admin-menu__item.is-soon {
    color: #9cafc2;
}

.vit-admin-sidebar__foot {
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.vit-admin-userbox {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-color: rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
}

.vit-admin-userbox__avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid !important;
    place-items: center;
    border-radius: 14px;
    color: #06111e !important;
    background: linear-gradient(135deg, var(--adm-on), #7dd3fc);
    font-size: .82rem !important;
    font-weight: 1000 !important;
}

.vit-admin-userbox__meta {
    min-width: 0;
    display: grid !important;
    gap: 2px;
}

.vit-admin-userbox__meta strong {
    overflow: hidden;
    color: #fff;
    font-size: .88rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vit-admin-userbox__meta small {
    overflow: hidden;
    color: #91a8bb;
    font-size: .74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vit-admin-main {
    background:
        linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,0) 220px),
        transparent;
}

.vit-admin-topbar {
    min-height: 106px;
    margin: 18px 18px 0;
    padding: 18px 20px;
    border: 1px solid rgba(207,219,232,.92);
    border-radius: 20px;
    background:
        radial-gradient(circle at 96% 18%, rgba(36,224,139,.12), transparent 22%),
        linear-gradient(135deg, #ffffff, #f7fbff);
    box-shadow: 0 18px 46px rgba(14, 30, 52, .10);
}

.vit-admin-topbar__title {
    min-width: 0;
}

.vit-admin-title {
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    letter-spacing: 0;
}

.vit-admin-subtitle {
    max-width: 780px;
    font-weight: 650;
}

.vit-admin-topbar__actions {
    justify-content: flex-end;
}

.vit-admin-content {
    width: 100%;
    max-width: 1480px;
    padding: 20px 18px 36px;
}

.vit-admin-hero-card {
    background:
        radial-gradient(circle at 90% 8%, rgba(36,224,139,.10), transparent 26%),
        linear-gradient(135deg, #ffffff, #f7fbff);
}

.vit-admin-card-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.vit-admin-card-metrics span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border: 1px solid #dbe6f0;
    border-radius: 999px;
    color: #4a5d72;
    background: #fff;
    font-size: .78rem;
    font-weight: 900;
}

.vit-admin-card-metrics strong {
    color: #0f766e;
}

.vit-admin-module-card,
.vit-admin-kpi,
.vit-admin-panel,
.vit-admin-card,
.vit-admin-table-card,
.vit-admin-form-card,
.vit-admin-form-section {
    border-color: #d6e1ed;
}

.vit-admin-module-card:hover {
    border-color: rgba(36,224,139,.38);
    box-shadow: 0 22px 50px rgba(14, 30, 52, .12);
}

.vit-admin-empty {
    max-width: none;
    padding: 18px;
    background:
        radial-gradient(circle at 96% 18%, rgba(37,99,235,.07), transparent 24%),
        #fff;
}

.vit-admin-empty .vit-btn {
    width: auto;
}

/* Polish final do shell central */
.vit-admin-sidebar__brand {
    gap: 8px;
    padding: 6px 4px 17px;
}

.vit-admin-logo {
    min-height: 82px;
    padding: 8px 8px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
        rgba(2, 8, 18, .38);
}

.vit-admin-logo img {
    width: min(256px, 100%);
    max-height: 70px;
}

.vit-admin-brand-caption {
    margin-left: 4px;
    font-size: .74rem;
    letter-spacing: .14em;
}

.vit-admin-menu {
    gap: 3px;
    padding-top: 16px;
}

.vit-admin-menu__group {
    margin: 18px 8px 8px;
    color: #8ea4b9;
    font-size: .70rem;
    letter-spacing: .15em;
}

.vit-admin-menu__item {
    min-height: 48px;
    padding: 8px 10px;
    gap: 11px;
    color: #d4e0eb;
    font-size: .96rem;
    font-weight: 900;
    border-radius: 14px;
}

.vit-admin-menu__icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #9fb6cb;
    font-size: 1.12rem;
    line-height: 1;
    box-shadow: none;
}

.vit-admin-menu__item:hover .vit-admin-menu__icon,
.vit-admin-menu__item.is-active .vit-admin-menu__icon {
    color: #a7f3d0;
    border: 0;
    background: transparent;
}

.vit-admin-menu__item.is-active {
    border-color: rgba(36,224,139,.24);
    background:
        linear-gradient(90deg, rgba(36,224,139,.18), rgba(36,224,139,.04) 42%, rgba(255,255,255,.04)),
        rgba(255,255,255,.065);
    box-shadow: inset 4px 0 0 var(--adm-on), 0 14px 28px rgba(0,0,0,.18);
}

.vit-admin-menu__soon {
    color: #768a9d;
    font-size: .56rem;
}

.vit-admin-topbar {
    min-height: 112px;
    position: sticky;
    top: 0;
    z-index: 60;
    border-color: rgba(255,255,255,.10);
    background:
        radial-gradient(circle at 92% 15%, rgba(36,224,139,.14), transparent 22%),
        linear-gradient(135deg, #0c1726 0%, #132338 62%, #0a1321 100%);
    box-shadow: 0 20px 52px rgba(7, 17, 31, .18);
}

.vit-admin-topbar .vit-eyebrow {
    color: #8ff0c6;
}

.vit-admin-topbar .vit-admin-title {
    color: #fff;
}

.vit-admin-topbar .vit-admin-subtitle {
    color: #aec0d1;
}

.vit-admin-topbar .vit-btn-secondary {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: #eaf4ff;
}

.vit-admin-topbar .vit-btn-secondary:hover {
    border-color: rgba(36,224,139,.34);
    background: rgba(255,255,255,.12);
}

.vit-admin-topbar .vit-btn-dark {
    border-color: rgba(255,255,255,.10);
    background: rgba(3, 9, 18, .62);
    color: #fff;
}

.vit-admin-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.vit-admin-check-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
    color: var(--adm-muted);
    font-size: .92rem;
    line-height: 1.5;
}

.vit-admin-check-list li::marker {
    color: var(--adm-gold);
}

/* Correcoes de legibilidade do shell admin */
.vit-admin-logo {
    min-height: 74px;
    padding: 4px 2px;
    border-color: rgba(255,255,255,.08);
    background: rgba(2, 8, 18, .20);
    box-shadow: none;
}

.vit-admin-logo img {
    width: min(286px, 100%);
    max-height: 76px;
}

.vit-admin-menu__group {
    color: #92a7bb;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.vit-admin-menu__item {
    color: #d8e4ef;
    font-size: .98rem;
    font-weight: 560;
    letter-spacing: 0;
}

.vit-admin-menu__item.is-active {
    font-weight: 650;
}

.vit-admin-menu__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #9eb5c9;
}

.vit-admin-menu__svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vit-admin-menu__item:hover .vit-admin-menu__icon,
.vit-admin-menu__item.is-active .vit-admin-menu__icon {
    color: #7ff0bd;
}

.vit-admin-topbar .vit-btn {
    color: #ffffff;
    text-shadow: none;
}

.vit-admin-topbar .vit-btn-secondary {
    border-color: rgba(255,255,255,.34);
    background: rgba(255,255,255,.12);
    color: #ffffff;
}

.vit-admin-topbar .vit-btn-secondary:hover {
    border-color: rgba(127,240,189,.58);
    background: rgba(127,240,189,.14);
    color: #ffffff;
}

.vit-admin-topbar .vit-btn-dark {
    border-color: rgba(127,240,189,.34);
    background: linear-gradient(135deg, #0f1f33, #07111f);
    color: #ffffff;
}

.vit-admin-topbar .vit-btn-dark:hover {
    border-color: rgba(127,240,189,.60);
    background: linear-gradient(135deg, #123050, #0b1726);
    color: #ffffff;
}

/* Acabamento final: marca e botoes fixos da topbar */
.vit-admin-sidebar__brand {
    padding-top: 2px;
    padding-inline: 0;
}

.vit-admin-logo {
    min-height: 88px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: transparent;
}

.vit-admin-logo img {
    width: min(304px, 100%);
    max-height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 10px 22px rgba(0,0,0,.34));
}

.vit-admin-topbar__actions {
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: rgba(2, 8, 18, .34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 34px rgba(0,0,0,.16);
}

.vit-admin-topbar .vit-topbar-btn,
.vit-admin-topbar .vit-topbar-btn:visited {
    min-height: 40px;
    border-radius: 11px;
    padding: 9px 15px;
    color: #ffffff !important;
    font-weight: 850;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
}

.vit-admin-topbar .vit-topbar-btn--store,
.vit-admin-topbar .vit-topbar-btn--store:visited {
    border: 1px solid rgba(255,255,255,.42);
    background: rgba(255,255,255,.16);
}

.vit-admin-topbar .vit-topbar-btn--logout,
.vit-admin-topbar .vit-topbar-btn--logout:visited {
    border: 1px solid rgba(127,240,189,.50);
    background: linear-gradient(135deg, rgba(36,224,139,.26), rgba(13,148,136,.22));
}

.vit-admin-topbar .vit-topbar-btn:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.vit-admin-topbar .vit-topbar-btn--store:hover {
    border-color: rgba(255,255,255,.70);
    background: rgba(255,255,255,.23);
}

.vit-admin-topbar .vit-topbar-btn--logout:hover {
    border-color: rgba(127,240,189,.82);
    background: linear-gradient(135deg, rgba(36,224,139,.34), rgba(13,148,136,.30));
}

/* Compatibilidade temporaria com telas antigas */
.page-shell,
.admin-shell {
    display: grid;
    place-items: center;
    padding: 32px 18px;
}

.hero,
.panel {
    width: min(760px, 100%);
    padding: clamp(28px, 6vw, 56px);
}

.admin-actions { margin: 24px 0 0; }
.text-link { color: var(--vit-link); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

/* 14.5 Admin Tray-like: sidebar/topbar fixas, corpo rolando normalmente */
.vit-admin-app {
    grid-template-columns: 286px minmax(0, 1fr);
}

.vit-admin-sidebar {
    height: 100vh;
    min-height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    align-self: start;
    padding: 10px 10px;
}

.vit-admin-sidebar__brand {
    gap: 4px;
    padding: 0 2px 8px;
}

.vit-admin-logo {
    min-height: 50px;
    padding: 0;
}

.vit-admin-logo img {
    width: min(218px, 100%);
    max-height: 48px;
}

.vit-admin-brand-caption {
    margin-left: 2px;
    font-size: .62rem;
    letter-spacing: .12em;
}

.vit-admin-menu {
    gap: 1px;
    padding: 6px 0;
}

.vit-admin-menu__group {
    margin: 7px 8px 3px;
    font-size: .61rem;
    line-height: 1;
}

.vit-admin-menu__item {
    min-height: 32px;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 11px;
    font-size: .84rem;
    font-weight: 560;
}

.vit-admin-menu__icon {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
}

.vit-admin-menu__svg {
    width: 18px;
    height: 18px;
}

.vit-admin-menu__soon {
    font-size: .50rem;
}

.vit-admin-sidebar__foot {
    padding-top: 7px;
}

.vit-admin-userbox {
    gap: 8px;
    padding: 8px;
}

.vit-admin-userbox__avatar {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
}

.vit-admin-userbox__meta strong {
    font-size: .82rem;
}

.vit-admin-userbox__meta small {
    font-size: .70rem;
}

.vit-admin-topbar {
    position: sticky;
    top: 0;
    z-index: 60;
}

.vit-admin-products-card,
.vit-admin-filter-panel,
.vit-admin-product-stats,
.vit-admin-table-toolbar,
.vit-admin-table-scroll {
    position: static;
}

.vit-admin-products-card {
    overflow: hidden;
}

/* 14.6 Admin shell final: topbar global, sidebar abaixo e miolo livre */
.vit-admin-app {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

.vit-admin-shell {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    min-height: calc(100vh - 86px);
}

.vit-admin-topbar {
    width: 100%;
    min-height: 86px;
    margin: 0;
    padding: 14px clamp(18px, 2.2vw, 30px);
    border-width: 0 0 1px;
    border-radius: 0;
    position: sticky;
    top: 0;
    z-index: 80;
}

.vit-admin-topbar__title {
    display: grid;
    gap: 2px;
}

.vit-admin-topbar .vit-eyebrow {
    margin-bottom: 2px;
    font-size: .66rem;
}

.vit-admin-topbar .vit-admin-title {
    font-size: clamp(1.28rem, 1.8vw, 1.72rem);
    line-height: 1.05;
}

.vit-admin-topbar .vit-admin-subtitle {
    margin-top: 3px;
    font-size: .88rem;
}

.vit-admin-sidebar {
    height: calc(100vh - 86px);
    min-height: calc(100vh - 86px);
    position: sticky;
    top: 86px;
    align-self: start;
    padding: 10px 10px;
    overflow: hidden;
}

.vit-admin-sidebar__brand {
    gap: 6px;
    padding: 4px 4px 14px;
    border-bottom-color: rgba(255,255,255,.12);
}

.vit-admin-logo {
    min-height: 64px;
    align-items: center;
    justify-content: center;
}

.vit-admin-logo img {
    width: min(242px, 100%);
    max-height: 62px;
}

.vit-admin-brand-caption {
    margin-left: 4px;
    font-size: .64rem;
    letter-spacing: .13em;
}

.vit-admin-menu {
    gap: 1px;
    padding: 8px 0 6px;
}

.vit-admin-menu__group {
    margin: 8px 8px 4px;
}

.vit-admin-menu__item {
    min-height: 32px;
    padding-block: 4px;
}

.vit-admin-sidebar__foot {
    padding-top: 8px;
}

.vit-admin-userbox {
    gap: 9px;
    padding: 9px;
    border-color: rgba(255,255,255,.10);
    background:
        linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
        rgba(2, 8, 18, .22);
}

.vit-admin-userbox__avatar {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 12px;
    font-weight: 850 !important;
}

.vit-admin-userbox__meta strong {
    font-size: .82rem;
    font-weight: 600;
}

.vit-admin-userbox__meta small {
    color: #9aafc1;
    font-size: .70rem;
    font-weight: 500;
}

.vit-admin-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.vit-admin-content {
    width: min(100% - 36px, 1480px);
    max-width: 1480px;
    margin: 0 auto;
    padding: 20px 0 32px;
    flex: 1;
}

.vit-admin-footer {
    width: min(100% - 36px, 1480px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 auto;
    padding: 16px 0 22px;
    border-top: 1px solid #d6e1ed;
    color: #718399;
    font-size: .78rem;
    line-height: 1.4;
}

/* 14.7 Admin header/footer globais */
.vit-admin-body,
.vit-admin-app {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vit-admin-shell {
    min-height: calc(100vh - 76px);
}

.vit-admin-topbar {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(135deg, #071118 0%, #0b1726 58%, #071118 100%);
    box-shadow: 0 12px 32px rgba(7, 17, 24, .20);
}

.vit-admin-topbar__system {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.vit-admin-topbar__logo {
    width: 168px;
    min-width: 138px;
    height: 40px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.vit-admin-topbar__logo img {
    width: 100%;
    max-height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.24));
}

.vit-admin-topbar__caption {
    color: #b8c6d8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.vit-admin-topbar__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.vit-admin-current-store {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.vit-admin-current-store__logo {
    width: 82px;
    height: 44px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
}

.vit-admin-current-store__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.vit-admin-current-store__meta {
    display: grid;
    gap: 1px;
    color: #ffffff;
    line-height: 1.05;
}

.vit-admin-current-store__meta small {
    color: #8fa3b8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1;
}

.vit-admin-current-store__meta strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
}

.vit-admin-sidebar {
    height: calc(100vh - 78px);
    min-height: calc(100vh - 78px);
    top: 78px;
}

.vit-admin-footer {
    min-height: 38px;
    padding: 0 24px;
    border-top: 1px solid rgba(15, 23, 42, .10);
    background: rgba(255,255,255,.42);
    color: #7d8fa3;
    font-size: 11px;
    font-weight: 500;
}

.vit-admin-topbar .vit-topbar-btn,
.vit-admin-topbar .vit-topbar-btn:visited {
    min-height: 40px;
    height: 40px;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 800;
}

.vit-admin-topbar .vit-topbar-btn--store,
.vit-admin-topbar .vit-topbar-btn--store:visited {
    border: 1px solid rgba(255,255,255,.20);
    background: rgba(255,255,255,.08);
    color: #ffffff !important;
}

.vit-admin-topbar .vit-topbar-btn--logout,
.vit-admin-topbar .vit-topbar-btn--logout:visited {
    border: 1px solid rgba(36,224,139,.56);
    background: linear-gradient(135deg, rgba(36,224,139,.42), rgba(13,148,136,.38));
    color: #ffffff !important;
}

/* 14.8 Ajuste de logo, rolagem do miolo e rodape claro */
.vit-admin-body {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.vit-admin-app,
.vit-admin-shell,
.vit-admin-main,
.vit-admin-content {
    overflow: visible;
}

.vit-admin-main {
    min-height: calc(100vh - 78px);
}

.vit-admin-products-card {
    overflow: visible;
}

.vit-admin-table-scroll {
    overflow-x: auto;
    overflow-y: visible;
}

.vit-admin-current-store__logo {
    width: 124px;
    max-width: 124px;
    height: 48px;
    padding: 4px 8px;
    border-radius: 14px;
    background: #ffffff;
}

.vit-admin-current-store__logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 0;
}

.vit-admin-footer {
    width: min(100% - 36px, 1480px);
    min-height: 40px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin: auto auto 0;
    padding: 8px 24px;
    border-top: 1px solid rgba(15, 23, 42, .10);
    background: rgba(255,255,255,.72);
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 1.35;
}

/* 14.9 Fix simples: logo MR BEEF, rolagem normal e rodape em tarja */
html,
body {
    min-height: 100%;
    overflow-y: auto;
}

.vit-admin-body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto !important;
}

.vit-admin-app,
.vit-admin-shell,
.vit-admin-main,
.vit-admin-content,
.vit-admin-products-card,
.vit-admin-table-card {
    height: auto;
    max-height: none;
    overflow: visible !important;
}

.vit-admin-shell {
    align-items: start;
}

.vit-admin-main {
    min-height: calc(100vh - 78px);
}

.vit-admin-content {
    min-height: 0;
}

.vit-admin-table-scroll {
    max-height: none;
    overflow-x: auto;
    overflow-y: visible !important;
}

.vit-admin-current-store__logo {
    width: 132px;
    max-width: 132px;
    height: 48px;
    padding: 4px 8px;
    border-radius: 14px;
    background: #ffffff;
}

.vit-admin-current-store__logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 0;
}

.vit-admin-footer {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 10px 24px;
    border-top: 1px solid rgba(15, 23, 42, .10);
    background: #ffffff;
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    line-height: 1.35;
}

/* 14.10 Produtos: acao por icone e galeria visual do formulario */
.vit-admin-edit-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
}

.vit-admin-edit-btn__icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vit-admin-page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.vit-admin-page-heading h1 {
    margin: 0;
    color: #102033;
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    line-height: 1.08;
}

.vit-admin-page-heading p:not(.vit-eyebrow) {
    margin: 6px 0 0;
    color: #607086;
    font-size: .94rem;
    font-weight: 600;
}

.vit-admin-product-gallery-section {
    gap: 16px;
}

.vit-admin-product-gallery {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    align-items: start;
    gap: 18px;
}

.vit-admin-product-main-image,
.vit-admin-product-gallery-empty {
    min-height: 320px;
    margin: 0;
    display: grid;
    place-items: center;
    border: 1px solid #d7e2ee;
    border-radius: 18px;
    background:
        linear-gradient(180deg, #ffffff, #f6f9fc);
    box-shadow: 0 18px 38px rgba(15, 31, 51, .08);
    padding: 16px;
}

.vit-admin-product-main-image img {
    width: 100%;
    height: 100%;
    max-height: 330px;
    object-fit: contain;
}

.vit-admin-product-main-image span,
.vit-admin-product-gallery-empty span,
.vit-admin-product-thumb-card span {
    display: grid;
    place-items: center;
    color: #7b8ca1;
    font-weight: 900;
}

.vit-admin-product-gallery-empty {
    align-content: center;
    gap: 8px;
    text-align: center;
    line-height: 1.35;
}

.vit-admin-product-gallery-empty span {
    width: 90px;
    height: 90px;
    border: 1px solid #d7e2ee;
    border-radius: 18px;
    background: #ffffff;
}

.vit-admin-product-gallery-empty strong {
    color: #102033;
    font-size: 1rem;
}

.vit-admin-product-gallery-empty p {
    max-width: 460px;
    margin: 0;
    color: #607086;
    font-size: .9rem;
}

.vit-admin-product-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    gap: 12px;
}

.vit-admin-product-thumb-card {
    margin: 0;
    display: grid;
    gap: 6px;
}

.vit-admin-product-thumb-card img,
.vit-admin-product-thumb-card span {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #d7e2ee;
    border-radius: 12px;
    background: #ffffff;
    object-fit: contain;
    padding: 6px;
}

.vit-admin-product-thumb-card.is-main img,
.vit-admin-product-thumb-card.is-main span {
    border-color: rgba(15, 143, 104, .44);
    box-shadow: 0 0 0 3px rgba(15, 143, 104, .10);
}

.vit-admin-product-thumb-card figcaption {
    color: #607086;
    font-size: .72rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.35;
}

/* 14.11 Admin: footer fixo e miolo rolavel */
.vit-admin-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.vit-admin-main {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - var(--vit-admin-sidebar-w, 286px));
    min-height: calc(100vh - var(--vit-admin-header-h, 82px));
    margin-left: var(--vit-admin-sidebar-w, 286px);
    overflow: visible;
}

.vit-admin-content {
    padding-bottom: 24px;
}

.vit-admin-footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    min-height: var(--vit-admin-footer-h, 38px);
}

/* 15. Responsividade */
@media (max-width: 1180px) {
    .vit-admin-kpi-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .vit-admin-module-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .vit-admin-two-col { grid-template-columns: 1fr; }
    .vit-admin-form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
    :root { --vit-section-space: 52px; --vit-gap: 18px; }
    .vit-container { width: min(100% - 28px, var(--vit-container)); }

    .vit-public-header__inner,
    .vit-public-nav,
    .vit-hero__actions {
        align-items: flex-start;
    }

    .vit-public-header__inner {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 18px 0;
    }

    .vit-public-actions { width: 100%; justify-content: space-between; }
    .vit-public-nav { flex-wrap: wrap; }
    .vit-hero { padding-top: 38px; }
    .vit-hero__grid,
    .vit-catalog-preview__grid { grid-template-columns: 1fr; }
    .vit-hero-visual { min-height: 300px; }
    .vit-benefits,
    .vit-category-strip,
    .vit-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vit-public-hero-real__grid { grid-template-columns: 1fr; }
    .vit-products-grid--real { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vit-filter-card { position: static; padding: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); display: grid; gap: 12px; }
    .vit-filter-card .vit-eyebrow { margin-bottom: 0; }
    .vit-filter-group { border-top: 0; margin-top: 0; padding-top: 0; }
    .vit-filter-group label:nth-of-type(n+3) { display: none; }
    .vit-catalog-toolbar,
    .vit-public-footer__inner { align-items: flex-start; flex-direction: column; }

    .vit-auth-shell { grid-template-columns: 1fr; }
    .vit-auth-visual { min-height: 420px; order: -1; }
    .vit-auth-dashboard { transform: none; }
    .vit-auth-dashboard__top,
    .vit-auth-dashboard__grid,
    .vit-auth-dashboard__row { grid-template-columns: 1fr; }

    .vit-admin-app { grid-template-columns: 1fr; }
    .vit-admin-shell { grid-template-columns: 1fr; min-height: auto; }
    .vit-admin-sidebar { position: relative; min-height: auto; height: auto; overflow: visible; }
    .vit-admin-menu { max-height: none; }
    .vit-admin-topbar { position: static; align-items:flex-start; flex-direction: column; }
    .vit-admin-content { padding: 18px; }
    .vit-admin-footer { align-items: flex-start; flex-direction: column; padding-inline: 18px; }
    .vit-admin-kpi-grid,
    .vit-admin-module-grid,
    .vit-admin-form-grid { grid-template-columns: 1fr; }
    .vit-admin-filter-head { flex-direction: column; }
    .vit-admin-filter-grid { grid-template-columns: 1fr; }
    .vit-admin-product-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vit-admin-form-wide,
    .vit-admin-form-full { grid-column: auto; }
    .vit-admin-form-toolbar,
    .vit-admin-form-card__head { flex-direction: column; }
    .vit-btn { width: 100%; }
}

@media (max-width: 540px) {
    .vit-benefits,
    .vit-category-strip,
    .vit-products-grid { grid-template-columns: 1fr; }
    .vit-products-grid--real { grid-template-columns: 1fr; }
    .vit-public-store-logo { width: 72px; height: 46px; }
    .vit-admin-kpi-grid { grid-template-columns: 1fr; }
    .vit-admin-product-stats { grid-template-columns: 1fr; }
    .vit-admin-pagination { align-items: stretch; flex-direction: column; }
    .vit-admin-pagination a,
    .vit-admin-pagination span { width: 100%; }
    .vit-auth-panel { padding: 18px; }
    .vit-auth-card { border-radius: 20px; }
}

/* ==========================================================================
   PUBLIC PRODUCT DETAIL
   ========================================================================== */
.vit-product-detail-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 52%, #f6f0e7 100%);
    color: var(--vit-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vit-product-detail-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(169, 126, 63, .16);
    backdrop-filter: blur(18px);
}

.vit-product-detail-alert {
    padding-top: 28px;
}

.vit-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding-top: 32px;
    color: #817568;
    font-size: .88rem;
    font-weight: 750;
}

.vit-product-breadcrumb a {
    color: #6f5b39;
    text-decoration: none;
}

.vit-product-breadcrumb a:hover {
    color: #17120c;
}

.vit-product-breadcrumb strong {
    color: #17120c;
    font-weight: 850;
}

.vit-product-detail-shell {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) minmax(340px, .48fr);
    gap: clamp(22px, 4vw, 44px);
    align-items: start;
    padding-top: 22px;
    padding-bottom: 44px;
}

.vit-product-detail-shell--exclusive {
    isolation: isolate;
}

.vit-product-gallery {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.vit-product-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vit-product-thumbs button {
    width: 86px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(169, 126, 63, .18);
    border-radius: 12px;
    background: #fff;
    color: #9a8b78;
    cursor: default;
    box-shadow: 0 10px 28px rgba(31, 24, 14, .05);
}

.vit-product-thumbs button.is-active {
    border-color: #b58a45;
    box-shadow: 0 14px 34px rgba(181, 138, 69, .18);
}

.vit-product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
}

.vit-product-main-image {
    min-height: clamp(380px, 50vw, 650px);
    display: grid;
    place-items: center;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(169, 126, 63, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(48, 34, 17, .09);
}

.vit-product-main-image img {
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: contain;
    padding: clamp(14px, 3vw, 32px);
}

.vit-product-main-image span {
    color: #9a8b78;
    font-size: .95rem;
    font-weight: 850;
}

.vit-product-buy-panel {
    position: sticky;
    top: 116px;
    display: grid;
    gap: 18px;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid rgba(169, 126, 63, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 28px 70px rgba(48, 34, 17, .10);
}

.vit-product-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(181, 138, 69, .26);
    border-radius: 999px;
    background: #fbf5eb;
    color: #8b6429;
    padding: 7px 11px;
    font-size: .72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vit-product-buy-panel h1 {
    margin: 0;
    color: #18130c;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    line-height: 1.04;
}

.vit-product-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vit-product-meta-grid span {
    min-width: 0;
    display: grid;
    gap: 3px;
    padding: 12px;
    border: 1px solid rgba(169, 126, 63, .13);
    border-radius: 14px;
    background: #fffaf4;
}

.vit-product-meta-grid small,
.vit-product-price-box small,
.vit-product-unit-line span {
    color: #8a8075;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vit-product-meta-grid strong {
    overflow-wrap: anywhere;
    color: #21180d;
    font-size: .9rem;
    font-weight: 850;
}

.vit-product-short-description {
    margin: 0;
    color: #6d6258;
    font-size: .98rem;
    line-height: 1.6;
}

.vit-product-price-box {
    display: grid;
    gap: 4px;
    padding: 17px;
    border-radius: 18px;
    background: linear-gradient(135deg, #17120c 0%, #2a2115 100%);
    color: #fff;
}

.vit-product-price-box small {
    color: #d8c6a8;
}

.vit-product-price-box strong {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1;
}

.vit-product-price-box span {
    color: #ecd7b7;
    font-weight: 800;
}

.vit-product-unit-line {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    color: #21180d;
}

.vit-product-unit-line strong {
    font-weight: 900;
}

.vit-product-quantity {
    width: fit-content;
    display: inline-grid;
    grid-template-columns: 42px 54px 42px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(169, 126, 63, .18);
    border-radius: 999px;
    background: #fff;
}

.vit-product-quantity button,
.vit-product-quantity strong {
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #21180d;
    font-size: 1rem;
    font-weight: 900;
}

.vit-product-cart-placeholder,
.vit-product-whatsapp-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0 18px;
    font-size: .96rem;
    font-weight: 950;
    text-decoration: none;
}

.vit-product-cart-placeholder {
    border: 1px solid #17120c;
    background: #17120c;
    color: #fff;
}

.vit-product-whatsapp-button {
    border: 1px solid #16834b;
    background: #18a85a;
    color: #fff;
    box-shadow: 0 16px 34px rgba(24, 168, 90, .22);
}

.vit-product-info-blocks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 48px;
}

.vit-product-info-blocks article {
    padding: 22px;
    border: 1px solid rgba(169, 126, 63, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 46px rgba(48, 34, 17, .06);
}

.vit-product-info-blocks h2 {
    margin: 0 0 10px;
    color: #18130c;
    font-size: 1.05rem;
}

.vit-product-info-blocks p {
    margin: 0;
    color: #6d6258;
    line-height: 1.62;
}

.vit-product-related {
    padding-bottom: 56px;
}

.vit-product-related__head {
    margin-bottom: 18px;
}

.vit-product-related__head p {
    margin: 0 0 5px;
    color: #8b6429;
    font-size: .76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vit-product-related__head h2 {
    margin: 0;
    color: #18130c;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.vit-product-not-found {
    min-height: 58vh;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    text-align: center;
    line-height: 1.35;
}

.vit-product-not-found p {
    margin: 0;
    color: #8b6429;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vit-product-not-found h1 {
    max-width: 680px;
    margin: 0;
    color: #18130c;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.vit-product-not-found span {
    max-width: 560px;
    color: #6d6258;
}

.vit-product-not-found a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 8px;
    border-radius: 999px;
    background: #17120c;
    color: #fff;
    padding: 0 18px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 1080px) {
    .vit-product-detail-shell {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .vit-product-buy-panel {
        position: static;
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .vit-product-detail-shell {
        grid-template-columns: 1fr;
    }

    .vit-product-main-image {
        order: 1;
    }

    .vit-product-thumbs {
        order: 2;
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .vit-product-buy-panel {
        order: 3;
    }

    .vit-product-thumbs button {
        width: 76px;
        min-width: 76px;
    }

    .vit-product-main-image { min-height: 360px; }

    .vit-product-info-blocks {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .vit-product-detail-shell {
        padding-top: 16px;
    }

    .vit-product-breadcrumb {
        padding-top: 22px;
    }

    .vit-product-buy-panel {
        padding: 18px;
        border-radius: 18px;
    }

    .vit-product-meta-grid {
        grid-template-columns: 1fr;
    }

    .vit-product-main-image {
        min-height: 300px;
        border-radius: 18px;
    }

    .vit-product-cart-placeholder,
    .vit-product-whatsapp-button {
        width: 100%;
    }
}

/* Premium product detail polish */
.vit-product-detail-page {
    background: #fbf8f2;
}

.vit-product-detail-page .vit-container {
    width: min(100% - 36px, 1220px);
}

.vit-product-breadcrumb {
    padding-top: 24px;
    padding-bottom: 6px;
    font-size: .78rem;
    font-weight: 700;
}

.vit-product-breadcrumb,
.vit-product-breadcrumb a {
    color: #817a72;
}

.vit-product-breadcrumb strong {
    max-width: 420px;
    overflow: hidden;
    color: #2b241d;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vit-product-detail-shell {
    grid-template-columns: 78px minmax(0, 1.18fr) 420px;
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 34px;
}

.vit-product-thumbs {
    gap: 10px;
}

.vit-product-thumbs button {
    width: 72px;
    border-color: #eadfce;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.vit-product-thumbs button.is-active {
    border-color: #b98237;
    box-shadow: 0 10px 24px rgba(185, 130, 55, .14);
}

.vit-product-main-image {
    min-height: 560px;
    border-color: #eadfce;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(43, 31, 18, .06);
}

.vit-product-main-image img {
    max-height: 520px;
    padding: 30px;
    object-fit: contain;
}

.vit-product-buy-panel {
    top: 108px;
    gap: 18px;
    padding: 30px;
    border-color: #eadfce;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(43, 31, 18, .07);
}

.vit-product-buy-panel__head {
    display: grid;
    gap: 8px;
}

.vit-product-buy-panel__head h1 {
    margin: 0;
    color: #1f1b18;
    font-size: clamp(1.65rem, 2.35vw, 2.15rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.vit-product-buy-panel__head p {
    margin: 0;
    color: #7d746b;
    font-size: .86rem;
    font-weight: 700;
}

.vit-product-eyebrow {
    border-color: rgba(185, 130, 55, .26);
    background: #fbf4e9;
    color: #8b6429;
    padding: 6px 10px;
    font-size: .68rem;
    letter-spacing: .04em;
}

.vit-product-meta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.vit-product-meta-grid span {
    padding: 11px 12px;
    border-color: #eee5d8;
    border-radius: 12px;
    background: #fffdf9;
}

.vit-product-meta-grid small {
    color: #8b837a;
    font-size: .66rem;
}

.vit-product-meta-grid strong {
    color: #24201b;
    font-size: .86rem;
}

.vit-product-short-description {
    padding-top: 2px;
    border-top: 1px solid #f0e7da;
    color: #6d665e;
    font-size: .92rem;
    line-height: 1.55;
}

.vit-product-price-box {
    gap: 6px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #1b1713;
    box-shadow: none;
}

.vit-product-price-box strong {
    font-size: clamp(1.85rem, 2.6vw, 2.35rem);
}

.vit-product-price-box em {
    color: #e8d3b3;
    font-size: .82rem;
    font-style: normal;
    font-weight: 800;
}

.vit-product-purchase-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.vit-product-purchase-row span {
    display: block;
    margin-bottom: 7px;
    color: #7d746b;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vit-product-quantity {
    grid-template-columns: 40px 52px 40px;
    border-color: #eadfce;
    border-radius: 12px;
}

.vit-product-quantity button,
.vit-product-quantity strong {
    height: 40px;
}

.vit-product-actions {
    display: grid;
    gap: 10px;
}

.vit-product-cart-placeholder,
.vit-product-whatsapp-button {
    min-height: 50px;
    border-radius: 12px;
    font-size: .92rem;
    text-decoration: none;
}

.vit-product-cart-placeholder {
    background: #111;
}

.vit-product-whatsapp-button {
    background: #20a75a;
    box-shadow: 0 14px 28px rgba(32, 167, 90, .20);
}

.vit-product-service-notes {
    display: grid;
    gap: 7px;
    padding-top: 12px;
    border-top: 1px solid #f0e7da;
}

.vit-product-service-notes span {
    color: #675f56;
    font-size: .86rem;
    font-weight: 750;
}

.vit-product-service-notes span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 999px;
    background: #b98237;
    vertical-align: 1px;
}

.vit-product-info {
    display: grid;
    gap: 18px;
    padding-bottom: 54px;
}

.vit-product-description,
.vit-product-info-grid article {
    border: 1px solid #eadfce;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(43, 31, 18, .045);
}

.vit-product-description {
    padding: 26px 30px;
}

.vit-product-description h2,
.vit-product-info-grid h2 {
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e7da;
    color: #1f1b18;
    font-size: 1.12rem;
    line-height: 1.2;
}

.vit-product-description-lines {
    display: grid;
    gap: 8px;
    max-width: 760px;
}

.vit-product-description-lines p,
.vit-product-info-grid p {
    margin: 0;
    color: #4f4840;
    font-size: .94rem;
    line-height: 1.62;
}

.vit-product-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vit-product-info-grid article {
    padding: 22px 24px;
}

.vit-product-info-grid article p + p {
    margin-top: 7px;
}

.vit-product-back-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #d8c7ad;
    border-radius: 999px;
    background: #fff;
    color: #2b241d;
    padding: 0 16px;
    font-size: .88rem;
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 1080px) {
    .vit-product-detail-shell {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .vit-product-buy-panel {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .vit-product-detail-page .vit-container {
        width: min(100% - 28px, 1220px);
    }

    .vit-product-detail-shell {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vit-product-main-image {
        min-height: 360px;
    }

    .vit-product-main-image img {
        max-height: 340px;
        padding: 18px;
    }

    .vit-product-thumbs {
        flex-direction: row;
        overflow-x: auto;
    }

    .vit-product-thumbs button {
        width: 68px;
        min-width: 68px;
    }

    .vit-product-buy-panel {
        padding: 22px;
    }

    .vit-product-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .vit-product-buy-panel__head h1 {
        font-size: 1.45rem;
    }

    .vit-product-meta-grid {
        grid-template-columns: 1fr;
    }

    .vit-product-description,
    .vit-product-info-grid article {
        padding: 20px;
        border-radius: 14px;
    }

    .vit-product-actions,
    .vit-product-cart-placeholder,
    .vit-product-whatsapp-button {
        width: 100%;
    }
}

/* Real product detail layout */
.vy-product-page {
    min-height: 100vh;
    background: #fbf8f2;
    color: #1f1b18;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vy-product-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #eee5d8;
    backdrop-filter: blur(16px);
}

.vy-product-header .vit-public-catalog-header__inner {
    width: min(100% - 36px, 1220px);
    min-height: 86px;
    display: grid;
    grid-template-columns: 180px minmax(420px, 1fr) 170px;
    gap: 28px;
    align-items: center;
    margin: 0 auto;
    padding: 0 14px;
    box-sizing: border-box;
}

.vy-product-header .vit-public-logo {
    justify-self: start;
}

.vy-product-header .vit-public-catalog-search {
    width: 100%;
    max-width: 760px;
    justify-self: center;
}

.vy-product-header .vit-public-catalog-actions {
    justify-self: end;
    padding-right: 0;
}

.vy-product-container {
    width: min(100% - 36px, 1220px);
    margin: 0 auto;
}

.vy-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    padding: 22px 0 14px;
    color: #807870;
    font-size: .78rem;
    font-weight: 750;
}

.vy-product-breadcrumb a {
    color: #756b61;
    text-decoration: none;
}

.vy-product-breadcrumb strong {
    max-width: 420px;
    overflow: hidden;
    color: #2a241f;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vy-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 32px;
    align-items: start;
    padding-bottom: 36px;
}

.vy-product-media {
    display: grid;
    gap: 14px;
    align-items: start;
}

.vy-product-image-card {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eadfce;
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 14px 38px rgba(43, 31, 18, .055);
}

.vy-product-main-img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
}

.vy-product-image-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 320px;
    border-radius: 12px;
    background: #fbf8f2;
    color: #8a8177;
    font-weight: 850;
}

.vy-product-thumbs {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 1px 8px;
    scrollbar-width: thin;
}

.vy-product-thumb {
    width: 74px;
    min-width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e8ded0;
    border-radius: 12px;
    background: #fff;
    padding: 6px;
    color: #9b9288;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vy-product-thumb:hover,
.vy-product-thumb.is-active {
    border-color: #b98237;
    box-shadow: 0 8px 22px rgba(185, 130, 55, .16);
    transform: translateY(-1px);
}

.vy-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vy-product-buybox {
    display: grid;
    gap: 18px;
    border: 1px solid #eadfce;
    border-radius: 16px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 14px 38px rgba(43, 31, 18, .065);
}

.vy-product-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(185, 130, 55, .26);
    border-radius: 999px;
    background: #fbf4e9;
    color: #8b6429;
    padding: 6px 10px;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vy-product-title {
    margin: 0;
    color: #1f1b18;
    font-size: clamp(1.75rem, 2.6vw, 2.25rem);
    line-height: 1.1;
    letter-spacing: -.02em;
}

.vy-product-ref {
    color: #766e65;
    font-size: .88rem;
    font-weight: 750;
}

.vy-product-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vy-product-meta-grid div {
    min-width: 0;
    display: grid;
    gap: 4px;
    border: 1px solid #eee5d8;
    border-radius: 12px;
    background: #fffdf9;
    padding: 11px 12px;
}

.vy-product-meta-grid span {
    color: #82786e;
    font-size: .66rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vy-product-meta-grid strong {
    overflow-wrap: anywhere;
    color: #24201b;
    font-size: .86rem;
    font-weight: 850;
}

.vy-product-price-box {
    display: grid;
    gap: 6px;
    border-radius: 14px;
    background: #191512;
    color: #fff;
    padding: 18px 20px;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    outline: 0;
    position: relative;
    transform: none;
}

.vy-product-price-box::before,
.vy-product-price-box::after {
    content: none;
    display: none;
}

.vy-product-price-box span {
    color: #d8c6a8;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vy-product-price-box strong {
    font-size: clamp(1.9rem, 2.7vw, 2.45rem);
    line-height: 1;
}

.vy-product-price-box small {
    color: #ead7b8;
    font-size: .82rem;
    font-weight: 800;
}

.vy-product-qty-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.vy-product-qty-row > span {
    color: #746c62;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vy-product-qty {
    display: grid;
    grid-template-columns: 40px 52px 40px;
    overflow: hidden;
    border: 1px solid #eadfce;
    border-radius: 10px;
    background: #fff;
}

.vy-product-qty button,
.vy-product-qty span {
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #21180d;
    font-size: 1rem;
    font-weight: 900;
}

.vy-product-cart-btn {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #111;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-size: .94rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.vy-product-cart-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.vy-product-cart-btn:hover {
    background: #231d18;
    box-shadow: 0 12px 24px rgba(17, 17, 17, .14);
    transform: translateY(-1px);
}

.vy-cart-feedback {
    margin: -2px 0 0;
    color: #8b6429;
    font-size: .82rem;
    font-weight: 800;
    text-align: center;
}

.vy-cart-feedback[hidden] {
    display: none;
}

.vy-product-continue-shopping {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: #fffdf9;
    color: #8b6429;
    padding: 0 14px;
    font-size: .9rem;
    font-weight: 850;
    text-align: center;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.vy-product-continue-shopping:hover {
    border-color: #c79a55;
    background: #fbf4e9;
    color: #2b241d;
}

.vy-product-service {
    display: grid;
    gap: 7px;
    border-top: 1px solid #f0e7da;
    padding-top: 12px;
}

.vy-product-service div {
    color: #655d55;
    font-size: .86rem;
    font-weight: 750;
}

.vy-product-service div::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 999px;
    background: #b98237;
    vertical-align: 1px;
}

.vy-product-description-card {
    border: 1px solid #eadfce;
    border-radius: 16px;
    background: #fff;
    padding: 26px 30px;
    margin-bottom: 34px;
    box-shadow: 0 14px 34px rgba(43, 31, 18, .045);
}

.vy-product-description-card h2 {
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e7da;
    color: #1f1b18;
    font-size: 1.14rem;
    line-height: 1.2;
}

.vy-product-description-lines {
    display: grid;
    gap: 8px;
    max-width: 780px;
}

.vy-product-description-lines p {
    margin: 0;
    color: #4f4840;
    font-size: .95rem;
    line-height: 1.6;
}

.vy-product-back-link {
    width: fit-content;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0 56px;
    border: 1px solid #d8c7ad;
    border-radius: 999px;
    background: #fff;
    color: #2b241d;
    padding: 0 16px;
    font-size: .88rem;
    font-weight: 850;
    text-decoration: none;
}

.vy-product-not-found {
    min-height: 58vh;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    text-align: center;
    line-height: 1.35;
}

.vy-product-not-found h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.12;
}

.vy-product-not-found p {
    margin: 0;
    color: #8b6429;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vy-product-not-found span {
    max-width: 560px;
    color: #6d6258;
}

.vy-product-not-found a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
    padding: 0 18px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 900px) {
    .vy-product-header .vit-public-catalog-header__inner {
        width: min(100% - 28px, 1220px);
        grid-template-columns: minmax(104px, auto) minmax(0, 1fr) auto;
        gap: 12px;
        min-height: auto;
        padding: 12px 8px;
    }

    .vy-product-header .vit-public-catalog-search {
        max-width: none;
    }

    .vy-product-container {
        width: min(100% - 28px, 1220px);
    }

    .vy-product-hero {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vy-product-image-card {
        min-height: 360px;
        padding: 18px;
    }

    .vy-product-main-img {
        max-height: 340px;
    }

    .vy-product-thumbs {
        gap: 8px;
    }

    .vy-product-thumb {
        width: 68px;
        min-width: 68px;
        height: 68px;
    }

    .vy-product-buybox {
        padding: 22px;
    }

    .vy-product-title {
        font-size: clamp(1.45rem, 6vw, 1.75rem);
    }
}

@media (max-width: 540px) {
    .vy-product-header .vit-public-catalog-header__inner {
        grid-template-columns: 1fr auto;
    }

    .vy-product-header .vit-public-catalog-search {
        grid-column: 1 / -1;
        order: 3;
    }

    .vy-product-header .vit-public-catalog-actions {
        order: 2;
    }

    .vy-product-breadcrumb strong {
        max-width: 240px;
    }

    .vy-product-meta-grid {
        grid-template-columns: 1fr;
    }

    .vy-product-qty-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .vy-product-description-card {
        padding: 20px;
        border-radius: 14px;
    }

}
/* ==========================================================================
   PUBLIC HOME — MR BEEF
   ========================================================================== */
.vit-public-catalog {
    --vit-home-width: 1460px;
    --vit-home-gutter: 64px;
    --vit-public-header-offset: 118px;
}

.vit-public-catalog .vit-container {
    width: min(var(--vit-home-width), calc(100% - var(--vit-home-gutter)));
    margin-left: auto;
    margin-right: auto;
}

.vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner {
    width: min(var(--vit-home-width), calc(100% - var(--vit-home-gutter)));
    min-height: 94px;
    display: grid;
    grid-template-columns: 210px minmax(560px, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 24px;
}

.vit-public-catalog > .vit-public-catalog-header .vit-public-logo {
    width: 218px;
    min-height: 88px;
    justify-self: start;
}

.vit-public-catalog > .vit-public-catalog-header .vit-public-logo img {
    max-height: 88px;
}

.vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-search {
    width: 100%;
    max-width: 940px;
    justify-self: center;
}

.vit-public-catalog-search input {
    min-height: 50px;
    border-color: rgba(106, 96, 86, .22);
    background: #fff;
    font-size: .92rem;
}

.vit-public-catalog-actions {
    justify-self: end;
    padding-right: 0;
}

.vit-public-home-categories {
    position: relative;
    z-index: 20;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.vit-public-home-categories__rail {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 2.5vw, 42px);
    overflow: visible;
}

.vit-public-home-category-chip,
.vit-public-home-category-more summary {
    position: relative;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #15110d;
    padding: 0 0 2px;
    font-size: 15.5px;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.vit-public-home-category-chip::after,
.vit-public-home-category-more summary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: #b88a3c;
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .18s ease, transform .18s ease;
}

.vit-public-home-category-chip:hover,
.vit-public-home-category-more:hover summary,
.vit-public-home-category-chip.is-active,
.vit-public-home-category-more.is-active summary,
.vit-public-home-category-more[open] summary {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #9b681e;
}

.vit-public-home-category-chip:hover::after,
.vit-public-home-category-more:hover summary::after,
.vit-public-home-category-chip.is-active::after,
.vit-public-home-category-more.is-active summary::after,
.vit-public-home-category-more[open] summary::after {
    opacity: 1;
    transform: scaleX(1);
}

.vit-public-home-category-more {
    position: relative;
}

.vit-public-home-category-more summary {
    list-style: none;
}

.vit-public-home-category-more summary::-webkit-details-marker {
    display: none;
}

.vit-public-home-category-more summary a {
    color: inherit;
    text-decoration: none;
}

.vit-public-home-category-more summary span::before {
    content: "\25BE";
    color: currentColor;
    font-size: .82rem;
    line-height: 1;
}

.vit-public-home-category-more[open] summary span::before {
    content: "\25B4";
}

.vit-public-home-category-menu {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    z-index: 35;
    width: max-content;
    min-width: 224px;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(234, 223, 206, .95);
    border-radius: 10px;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 18px 45px rgba(43, 31, 18, .14);
}

.vit-public-home-category-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    border-radius: 0;
    color: #2d2824;
    padding: 0 20px;
    font-size: .9rem;
    font-weight: 760;
    line-height: 1.25;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.vit-public-home-category-menu a + a {
    border-top: 1px solid rgba(234, 223, 206, .72);
}

.vit-public-home-category-menu a:hover,
.vit-public-home-category-menu a.is-active {
    background: #fbf4e9;
    color: #8b6429;
}

.vit-public-hero-banner {
    padding: 10px 0 0;
}

.vit-public-hero-banner__frame {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(184, 138, 60, .58);
    border-radius: 18px;
    background: #f7f4ef;
    box-shadow: 0 22px 58px rgba(58, 43, 24, .10);
}

.vit-public-hero-banner__frame picture,
.vit-public-hero-banner__frame img {
    display: block;
    width: 100%;
}

.vit-public-hero-banner__frame img {
    height: auto;
    object-fit: contain;
}

.vit-public-benefits {
    padding: 14px 0 28px;
}

.vit-public-benefits__grid {
    width: 100%;
    min-height: 94px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(218, 190, 150, .88);
    border-radius: 16px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 16px 34px rgba(58, 43, 24, .045);
}

.vit-public-benefits__grid > span {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1f1b18;
    padding: 18px 24px;
    text-align: left;
}

.vit-public-benefits__grid > span:not(:last-child) {
    border-right: 1px solid rgba(218, 190, 150, .78);
}

.vit-public-benefit-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: grid;
    place-items: center;
    color: #b88a3c;
    font-style: normal;
}

.vit-public-benefit-icon svg {
    width: 46px;
    height: 46px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vit-public-benefit-copy {
    min-width: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: 1.15;
}

.vit-public-benefit-copy strong {
    display: block;
    color: #1a1714;
    font-size: clamp(.96rem, .9vw, 1.1rem);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
}

.vit-public-benefit-copy small {
    display: block;
    color: #6f6860;
    font-size: clamp(.82rem, .78vw, .92rem);
    font-weight: 650;
    line-height: 1.22;
}

.vit-public-catalog-section {
    padding-top: 28px;
}

.vit-public-catalog-layout {
    display: grid;
    grid-template-columns: 252px minmax(0, 1fr);
    align-items: start;
    gap: 26px;
}

.vit-public-products-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
    align-items: start;
    gap: 24px;
    margin-bottom: 22px;
}

.vit-public-sort {
    width: 100%;
    min-width: 0;
    justify-self: end;
    margin-top: -7px;
    padding-top: 0;
}

.vit-public-sort label {
    display: grid;
    gap: 2px;
    color: #5c544c;
    font-size: .84rem;
    font-weight: 900;
}

.vit-public-sort select {
    width: 100%;
    min-height: 48px;
    border-color: rgba(168, 124, 52, .34);
    border-radius: 14px;
    background: #fff;
}

.vit-public-catalog-footer {
    border-top: 1px solid rgba(184, 138, 60, .18);
    background: rgba(255, 255, 255, .82);
    padding: 12px 0 10px;
}

.vit-public-catalog-footer .vit-container {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #4e463c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.vit-public-catalog-footer span,
.vit-public-catalog-footer small {
    margin: 0;
    line-height: 1.3;
}

.vit-public-catalog-footer small {
    color: #746b60;
    font-size: 12px;
    font-weight: 500;
}

.vit-public-catalog-footer strong {
    color: #b88a3c;
    font-weight: 800;
}

@media (max-width: 1180px) {
    .vit-public-catalog {
        --vit-home-gutter: 36px;
        --vit-public-header-offset: 118px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner {
        grid-template-columns: 170px minmax(300px, 1fr) auto;
        gap: 22px;
        padding-right: 0;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo {
        width: 168px;
        min-height: 64px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo img {
        max-height: 72px;
    }

    .vit-public-home-categories__rail {
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        overflow-y: visible;
        scrollbar-width: none;
    }

    .vit-public-home-categories__rail::-webkit-scrollbar {
        display: none;
    }

    .vit-public-home-category-chip,
    .vit-public-home-category-more {
        flex: 0 0 auto;
    }

    .vit-public-benefits__grid > span {
        gap: 12px;
        padding: 16px 18px;
    }
}

@media (max-width: 920px) {
    .vit-public-catalog {
        --vit-home-gutter: 28px;
        --vit-public-header-offset: 182px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner {
        grid-template-columns: 118px minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 78px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo {
        width: 118px;
        min-height: 64px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo img {
        max-height: 64px;
    }

    .vit-public-catalog-actions {
        gap: 6px;
    }

    .vit-public-home-categories__rail {
        min-height: 48px;
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .vit-public-home-category-chip,
    .vit-public-home-category-more {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .vit-public-home-category-chip,
    .vit-public-home-category-more summary {
        min-height: 48px;
        font-size: .86rem;
    }

    .vit-public-hero-banner {
        padding-top: 12px;
    }

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

    .vit-public-benefits__grid > span:nth-child(2) {
        border-right: 0;
    }

    .vit-public-benefits__grid > span:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(218, 190, 150, .78);
    }

    .vit-public-catalog-layout {
        grid-template-columns: 1fr;
    }

    .vit-public-products-top {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .vit-public-sort {
        justify-self: stretch;
        max-width: 260px;
    }

    .vit-public-catalog-footer .vit-container {
        min-height: 76px;
        gap: 2px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 620px) {
    .vit-public-catalog {
        --vit-public-header-offset: 172px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner {
        grid-template-columns: 96px minmax(0, 1fr) auto;
    }

    .vit-public-catalog-search input {
        min-height: 42px;
        padding-left: 14px;
        font-size: .78rem;
    }

    .vit-public-cart {
        min-height: 40px !important;
        padding-inline: 9px !important;
        font-size: .78rem !important;
    }

    .vit-public-home-category-chip,
    .vit-public-home-category-more summary {
        font-size: .78rem;
    }

    .vit-public-benefits__grid {
        grid-template-columns: 1fr;
    }

    .vit-public-benefits__grid > span,
    .vit-public-benefits__grid > span:nth-child(n) {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(218, 190, 150, .78);
    }

    .vit-public-benefits__grid > span:last-child {
        border-bottom: 0;
    }

    .vit-public-benefit-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .vit-public-benefit-icon svg {
        width: 36px;
        height: 36px;
    }
}
/* ==========================================================================
   PUBLIC CART
   ========================================================================== */

.vy-cart-page {
    background: #faf7f2;
    color: #1f1b18;
    min-height: 100vh;
    padding: 34px 0 52px;
}

.vy-cart-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.vy-cart-head {
    display: grid;
    gap: 6px;
    margin-bottom: 26px;
}

.vy-cart-kicker {
    color: #b88a3c;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vy-cart-head h1 {
    margin: 0;
    color: #1f1b18;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.05;
}

.vy-cart-head p {
    max-width: 580px;
    margin: 0;
    color: #746b60;
    font-size: .96rem;
}

.vy-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: start;
}

.vy-cart-items,
.vy-cart-summary,
.vy-cart-empty {
    background: #fff;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(55, 38, 19, .08);
}

.vy-cart-items {
    display: grid;
    gap: 0;
    overflow: hidden;
}

.vy-cart-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) minmax(210px, auto);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid rgba(234, 223, 206, .78);
}

.vy-cart-item:last-child {
    border-bottom: 0;
}

.vy-cart-item__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    aspect-ratio: 1;
    background: #fffdf9;
    border: 1px solid rgba(234, 223, 206, .9);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
}

.vy-cart-item__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.vy-cart-item__placeholder {
    color: #9b9185;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
}

.vy-cart-item__body {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.vy-cart-item__title {
    color: #1f1b18;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
}

.vy-cart-item__title:hover {
    color: #b88a3c;
}

.vy-cart-item__meta {
    color: #746b60;
    font-size: .86rem;
    font-weight: 650;
}

.vy-cart-item__controls {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 14px;
    align-items: center;
    justify-content: end;
}

.vy-cart-item__qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    overflow: hidden;
    background: #fffdf9;
    border: 1px solid rgba(184, 138, 60, .22);
    border-radius: 999px;
}

.vy-cart-item__qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #1f1b18;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 900;
}

.vy-cart-item__qty-btn:hover {
    background: rgba(184, 138, 60, .1);
}

.vy-cart-item__qty-value {
    min-width: 34px;
    color: #1f1b18;
    font-weight: 850;
    text-align: center;
}

.vy-cart-item__subtotal {
    color: #1f1b18;
    font-size: 1rem;
    font-weight: 900;
    text-align: right;
}

.vy-cart-item__remove {
    grid-column: 1 / -1;
    justify-self: end;
    border: 0;
    background: transparent;
    color: #8d2f24;
    cursor: pointer;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.vy-cart-summary {
    display: grid;
    gap: 18px;
    padding: 24px;
    position: sticky;
    top: 104px;
}

.vy-cart-summary h2 {
    margin: 0;
    color: #1f1b18;
    font-size: 1.24rem;
    line-height: 1.2;
}

.vy-cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #4e463c;
    font-size: .92rem;
    font-weight: 700;
}

.vy-cart-summary-row strong {
    color: #1f1b18;
    font-size: 1rem;
    font-weight: 900;
}

.vy-cart-total-row {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px solid rgba(184, 138, 60, .2);
    color: #1f1b18;
    font-size: 1.03rem;
}

.vy-cart-total-row strong {
    font-size: 1.35rem;
}

.vy-cart-delivery {
    display: grid;
    gap: 10px;
    padding: 16px 0;
    border-top: 1px solid rgba(234, 223, 206, .78);
    border-bottom: 1px solid rgba(234, 223, 206, .78);
}

.vy-cart-delivery legend {
    margin-bottom: 2px;
    color: #1f1b18;
    font-size: .9rem;
    font-weight: 900;
}

.vy-cart-delivery label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    background: #fffdf9;
    border: 1px solid rgba(234, 223, 206, .9);
    border-radius: 12px;
    cursor: pointer;
}

.vy-cart-delivery input {
    margin-top: 4px;
    accent-color: #b88a3c;
}

.vy-cart-delivery strong {
    display: block;
    color: #1f1b18;
    font-size: .9rem;
    font-weight: 900;
}

.vy-cart-delivery small {
    display: block;
    margin-top: 3px;
    color: #746b60;
    font-size: .8rem;
    line-height: 1.35;
}

.vy-cart-weighing,
.vy-cart-next-step {
    margin: 0;
    color: #746b60;
    font-size: .82rem;
    line-height: 1.4;
}

.vy-cart-whatsapp,
.vy-cart-empty__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

.vy-cart-whatsapp {
    background: #1f8f52;
}

.vy-cart-whatsapp[aria-disabled="true"] {
    opacity: .58;
    pointer-events: none;
}

.vy-cart-empty {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 42px 24px;
    text-align: center;
}

.vy-cart-empty h2 {
    margin: 0;
    color: #1f1b18;
    font-size: 1.45rem;
}

.vy-cart-empty p {
    max-width: 360px;
    margin: 0;
    color: #746b60;
    line-height: 1.45;
}

.vy-cart-empty__button {
    max-width: 230px;
    margin-top: 6px;
}

[hidden] {
    display: none !important;
}

@media (max-width: 980px) {
    .vy-cart-layout {
        grid-template-columns: 1fr;
    }

    .vy-cart-summary {
        position: static;
    }
}

@media (max-width: 720px) {
    .vy-cart-page {
        padding-top: 24px;
    }

    .vy-cart-container {
        width: min(100% - 28px, 1180px);
    }

    .vy-cart-item {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .vy-cart-item__media {
        width: 86px;
    }

    .vy-cart-item__controls {
        grid-column: 1 / -1;
        grid-template-columns: auto auto;
        justify-content: space-between;
        width: 100%;
    }

    .vy-cart-item__remove {
        justify-self: start;
    }
}

.vy-cart-continue-shopping {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 100%;
    border: 1px solid rgba(184, 138, 60, .32);
    border-radius: 12px;
    background: #fffdf9;
    color: #6f5325;
    font-size: .9rem;
    font-weight: 850;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.vy-cart-continue-shopping:hover {
    background: rgba(184, 138, 60, .08);
    border-color: rgba(184, 138, 60, .55);
    color: #1f1b18;
}

.vy-cart-checkout {
    display: grid;
    gap: 18px;
    background: #fff;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(55, 38, 19, .08);
    padding: 24px;
}

.vy-cart-checkout header {
    display: grid;
    gap: 4px;
}

.vy-cart-checkout header p,
.vy-cart-checkout-panel p {
    margin: 0;
    color: #746b60;
    font-size: .86rem;
    line-height: 1.45;
}

.vy-cart-checkout header h2,
.vy-cart-address h3 {
    margin: 0;
    color: #1f1b18;
    font-size: 1.22rem;
    line-height: 1.2;
}

.vy-cart-checkout-modes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vy-cart-checkout-modes label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(184, 138, 60, .22);
    border-radius: 12px;
    background: #fffdf9;
    color: #1f1b18;
    cursor: pointer;
    font-weight: 850;
}

.vy-cart-checkout-modes input,
.vy-cart-delivery input {
    accent-color: #b88a3c;
}

.vy-cart-checkout-panel,
.vy-cart-address {
    display: grid;
    gap: 14px;
}

.vy-cart-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vy-cart-field-wide {
    grid-column: 1 / -1;
}

.vy-cart-field-grid label,
.vy-cart-observation {
    display: grid;
    gap: 7px;
    color: #4e463c;
    font-size: .82rem;
    font-weight: 800;
}

.vy-cart-field-grid input,
.vy-cart-observation textarea {
    width: 100%;
    border: 1px solid rgba(184, 138, 60, .2);
    border-radius: 10px;
    background: #fffdf9;
    color: #1f1b18;
    font: inherit;
    font-weight: 650;
    padding: 11px 12px;
    outline: none;
}

.vy-cart-field-grid input:focus,
.vy-cart-observation textarea:focus {
    border-color: rgba(184, 138, 60, .62);
    box-shadow: 0 0 0 3px rgba(184, 138, 60, .12);
}

.vy-cart-client-error,
.vy-cart-errors {
    margin: 0;
    border: 1px solid rgba(141, 47, 36, .22);
    border-radius: 12px;
    background: #fff5f3;
    color: #8d2f24;
    font-size: .88rem;
    font-weight: 750;
    padding: 12px 14px;
}

.vy-cart-errors,
.vy-cart-success {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.vy-cart-success {
    border: 1px solid rgba(31, 143, 82, .22);
    border-radius: 16px;
    background: #f3fff8;
    color: #1f1b18;
    padding: 18px;
}

.vy-cart-success strong {
    color: #1f8f52;
    font-size: 1.05rem;
}

.vy-cart-success a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: fit-content;
    max-width: 100%;
    border-radius: 10px;
    background: #1f8f52;
    color: #fff;
    font-weight: 850;
    padding: 0 16px;
    text-decoration: none;
}

.vy-cart-success .vy-cart-success__secondary {
    background: transparent;
    border: 1px solid rgba(184, 138, 60, .32);
    color: #6f5325;
}

.vy-cart-whatsapp {
    cursor: pointer;
    font: inherit;
}

.vy-first-purchase-layout {
    display: grid;
    justify-items: center;
}

.vy-first-purchase-card {
    width: min(860px, 100%);
    gap: 22px;
    padding: clamp(22px, 4vw, 34px);
}

.vy-first-purchase-section {
    border-top: 1px solid rgba(184, 138, 60, .16);
    padding-top: 4px;
}

.vy-first-purchase-reference input {
    border-color: rgba(184, 138, 60, .36);
    background: #fffaf2;
}

.vy-first-purchase-actions {
    display: grid;
    grid-template-columns: minmax(0, 340px);
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    border-top: 1px solid rgba(184, 138, 60, .16);
    padding-top: 18px;
}

.vy-first-purchase-actions .vy-checkout-back,
.vy-first-purchase-actions .vy-cart-primary-action {
    width: 100%;
    min-height: 48px;
    margin: 0;
}

.vy-first-purchase-actions .vy-cart-primary-action {
    cursor: pointer;
    font: inherit;
}

.vy-checkout-review-placeholder {
    display: grid;
    justify-items: center;
    gap: 16px;
    width: min(680px, 100%);
    margin: 0 auto;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(55, 38, 19, .08);
    padding: clamp(24px, 5vw, 40px);
    text-align: center;
}

.vy-checkout-review-placeholder p {
    max-width: 460px;
    margin: 0;
    color: #746b60;
    line-height: 1.5;
}

@media (max-width: 720px) {
    .vy-cart-checkout-modes,
    .vy-cart-field-grid {
        grid-template-columns: 1fr;
    }

    .vy-first-purchase-actions {
        grid-template-columns: 1fr;
    }

    .vy-first-purchase-actions .vy-cart-primary-action,
    .vy-first-purchase-actions .vy-checkout-back {
        width: 100%;
    }
}

/* ==========================================================================
   PUBLIC CHECKOUT FLOW
   ========================================================================== */

.vy-cart-head-centered {
    justify-items: center;
    text-align: center;
}

.vy-cart-layout-cart {
    grid-template-columns: minmax(0, 1fr) 390px;
}

.vy-cart-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

.vy-cart-delivery label:has(input:checked) {
    border-color: rgba(184, 138, 60, .72);
    background: #fff7eb;
    box-shadow: 0 0 0 3px rgba(184, 138, 60, .08);
}

.vy-cart-weighing {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: #1f1b18;
    color: #fff;
    padding: 13px 14px;
}

.vy-cart-weighing span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 999px;
    background: rgba(184, 138, 60, .95);
    color: #1f1b18;
    font-size: .75rem;
    font-weight: 950;
}

.vy-checkout-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 880px;
    margin: 0 auto;
}

.vy-checkout-choice-card {
    display: grid;
    gap: 14px;
    min-height: 260px;
    padding: 30px;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(55, 38, 19, .08);
    color: #1f1b18;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.vy-checkout-choice-card:hover {
    transform: translateY(-2px);
    border-color: rgba(184, 138, 60, .48);
    box-shadow: 0 24px 54px rgba(55, 38, 19, .12);
}

.vy-checkout-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #fff7eb;
    color: #b88a3c;
}

.vy-checkout-choice-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vy-checkout-choice-card strong {
    font-size: 1.38rem;
    line-height: 1.1;
}

.vy-checkout-choice-card small,
.vy-checkout-choice-card em {
    color: #746b60;
    font-size: .92rem;
    font-style: normal;
    line-height: 1.45;
}

.vy-checkout-choice-card em {
    color: #8a6424;
    font-weight: 800;
}

.vy-checkout-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: min(260px, 100%);
    margin: 24px auto 0;
    border: 1px solid rgba(184, 138, 60, .34);
    border-radius: 12px;
    background: #fffdf9;
    color: #6f5325;
    font-size: .9rem;
    font-weight: 850;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.vy-checkout-back:hover {
    background: rgba(184, 138, 60, .08);
    border-color: rgba(184, 138, 60, .55);
    color: #1f1b18;
}
.vy-checkout-back--center {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.vy-checkout-pin-note {
    margin: 0;
    border: 1px solid rgba(184, 138, 60, .25);
    border-radius: 12px;
    background: #fff7eb;
    color: #6f5325;
    font-size: .88rem;
    font-weight: 780;
    line-height: 1.45;
    padding: 13px 14px;
}

.vy-cart-login-card {
    align-self: start;
}

.vy-cart-field-grid-single {
    grid-template-columns: 1fr;
    max-width: 420px;
}

.vy-checkout-success-screen {
    display: grid;
    place-items: center;
    min-height: 560px;
    padding: 22px 0 48px;
}

.vy-checkout-success-card {
    display: grid;
    justify-items: center;
    gap: 16px;
    width: min(680px, 100%);
    border: 1px solid rgba(31, 143, 82, .18);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(55, 38, 19, .12);
    color: #1f1b18;
    padding: clamp(28px, 5vw, 48px);
    text-align: center;
}

.vy-checkout-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 999px;
    background: #1f8f52;
    color: #fff;
    font-size: 2rem;
    font-weight: 950;
}

.vy-checkout-success-card p,
.vy-checkout-success-card > span {
    margin: 0;
    color: #746b60;
    line-height: 1.45;
}

.vy-checkout-success-card h1 {
    margin: 0;
    color: #1f1b18;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.vy-checkout-order-code {
    color: #1f8f52;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    letter-spacing: .02em;
}

.vy-checkout-success-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 8px 0;
}

.vy-checkout-success-grid div {
    display: grid;
    gap: 6px;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 14px;
    background: #fffdf9;
    padding: 14px;
}

.vy-checkout-success-grid span {
    color: #746b60;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.vy-checkout-success-grid strong {
    color: #1f1b18;
    font-size: .96rem;
}

@media (max-width: 980px) {
    .vy-cart-layout-cart,
    .vy-cart-layout {
        grid-template-columns: 1fr;
    }

    .vy-checkout-choice-grid,
    .vy-checkout-success-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .vy-checkout-choice-card {
        min-height: auto;
        padding: 22px;
    }

    .vy-checkout-success-screen {
        min-height: auto;
    }
}

/* Microajuste: aviso de pesagem discreto no resumo do carrinho */
.vy-cart-summary .vy-cart-weighing {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 2px 0 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #2b2620;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.42;
    box-shadow: none;
}

.vy-cart-summary .vy-cart-weighing span {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    background: transparent;
    color: #b88a3c;
    font-size: .78rem;
    font-weight: 950;
}

/* Microajuste: hierarquia visual do resumo do carrinho */
.vy-cart-summary .vy-cart-summary-row {
    color: #6f665d;
    font-size: .88rem;
    font-weight: 650;
}

.vy-cart-summary .vy-cart-summary-row strong {
    color: #5f554b;
    font-size: .92rem;
    font-weight: 750;
}

.vy-cart-summary .vy-cart-total-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(184, 138, 60, .18);
}

.vy-cart-summary .vy-cart-total-row span {
    color: #4e463c;
    font-size: .86rem;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.vy-cart-summary .vy-cart-total-row strong {
    color: #14110f;
    font-size: clamp(1.75rem, 2.7vw, 2.15rem);
    font-weight: 950;
    line-height: 1;
}

.vy-cart-summary .vy-cart-weighing {
    align-items: center;
    gap: 9px;
    margin-top: 4px;
    color: #2f2923;
    font-size: .86rem;
    font-weight: 750;
    line-height: 1.42;
}

.vy-cart-summary .vy-cart-weighing span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    margin-top: 0;
    border: 1px solid rgba(184, 138, 60, .52);
    border-radius: 999px;
    background: rgba(184, 138, 60, .1);
    color: #b88a3c;
    font-size: .75rem;
    font-weight: 950;
    line-height: 1;
}

/* Microajuste: espacamento do bloco de entrega no resumo do carrinho */
.vy-cart-page {
    --vit-public-header-offset: 118px;
    padding-top: var(--vit-public-header-offset);
    padding-bottom: 0;
}

.vy-cart-page > .vy-cart-container:last-of-type {
    margin-bottom: 36px;
}

@media (max-width: 768px) {
    .vy-cart-page > .vy-cart-container:last-of-type {
        margin-bottom: 40px;
    }
}

@media (max-width: 920px) {
    .vy-cart-page {
        --vit-public-header-offset: 182px;
    }
}

@media (max-width: 620px) {
    .vy-cart-page {
        --vit-public-header-offset: 172px;
    }
}

.vy-cart-summary .vy-cart-delivery {
    margin: 0;
    padding: 0 0 16px;
    border: 0;
    border-bottom: 1px solid rgba(184, 138, 60, .18);
    outline: 0;
    background: transparent;
    box-shadow: none;
}

.vy-cart-summary .vy-cart-summary-row:has([data-cart-delivery]) {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
/* Ajuste especifico da Tela 3: botoes da primeira compra */
.vy-first-purchase-card .checkout-first-purchase-actions,
.vy-existing-login-card .checkout-first-purchase-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    border-top: 1px solid rgba(184, 138, 60, .16);
    padding-top: 18px;
}

.vy-first-purchase-card .checkout-first-purchase-actions .vy-cart-primary-action,
.vy-first-purchase-card .checkout-first-purchase-actions .vy-checkout-back,
.vy-existing-login-card .checkout-first-purchase-actions .vy-cart-primary-action,
.vy-existing-login-card .checkout-first-purchase-actions .vy-checkout-back {
    width: 340px;
    max-width: 100%;
    min-height: 48px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vy-first-purchase-card .checkout-first-purchase-actions .vy-cart-primary-action,
.vy-existing-login-card .checkout-first-purchase-actions .vy-cart-primary-action {
    cursor: pointer;
    font: inherit;
}

@media (max-width: 768px) {
    .vy-first-purchase-card .checkout-first-purchase-actions,
.vy-existing-login-card .checkout-first-purchase-actions {
        align-items: stretch;
    }

    .vy-first-purchase-card .checkout-first-purchase-actions .vy-cart-primary-action,
    .vy-first-purchase-card .checkout-first-purchase-actions .vy-checkout-back,
    .vy-existing-login-card .checkout-first-purchase-actions .vy-cart-primary-action,
    .vy-existing-login-card .checkout-first-purchase-actions .vy-checkout-back {
        width: 100%;
    }
}
/* Grid inteligente do endereco na primeira compra */
.vy-first-purchase-card .vy-first-purchase-address-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px 16px;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-cep {
    grid-column: 1 / 5;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-logradouro {
    grid-column: 5 / -1;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-numero {
    grid-column: 1 / 5;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-complemento {
    grid-column: 5 / -1;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-bairro {
    grid-column: 1 / 6;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-cidade {
    grid-column: 6 / 11;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-uf {
    grid-column: 11 / -1;
}

.vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-referencia {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .vy-first-purchase-card .vy-first-purchase-address-grid {
        grid-template-columns: 1fr;
    }

    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-cep,
    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-logradouro,
    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-numero,
    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-complemento,
    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-bairro,
    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-cidade,
    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-uf,
    .vy-first-purchase-card .vy-first-purchase-address-grid .vy-address-field-referencia {
        grid-column: 1;
    }
}
/* Alinhamento do titulo da Tela 3 com o card */
.vy-first-purchase-heading {
    width: min(860px, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
/* Login de cliente existente e escolha de endereco */
.vy-existing-login-layout,
.vy-address-choice-layout {
    display: grid;
    justify-items: center;
}

.vy-existing-login-card,
.vy-address-choice-card {
    width: min(560px, 100%);
}

.vy-address-choice-card {
    display: grid;
    gap: 18px;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(55, 38, 19, .08);
    padding: clamp(22px, 4vw, 30px);
}

.vy-address-choice-card form,
.vy-address-choice-list {
    display: grid;
    gap: 12px;
}

.vy-address-choice-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border: 1px solid rgba(184, 138, 60, .2);
    border-radius: 12px;
    background: #fffdf9;
    color: #1f1b18;
    cursor: pointer;
    padding: 14px;
}

.vy-address-choice-item input {
    margin-top: 3px;
    accent-color: #b88a3c;
}

.vy-address-choice-item strong,
.vy-address-choice-item small,
.vy-address-choice-item em {
    display: block;
}

.vy-address-choice-item strong {
    font-size: .96rem;
    font-weight: 900;
}

.vy-address-choice-item small,
.vy-address-choice-item em {
    margin-top: 4px;
    color: #746b60;
    font-size: .84rem;
    font-style: normal;
    line-height: 1.4;
}

.vy-address-choice-actions {
    display: grid;
    gap: 12px;
    justify-items: center;
    padding-top: 6px;
}

.vy-address-choice-actions .vy-cart-primary-action,
.vy-address-choice-actions .vy-checkout-back {
    width: min(340px, 100%);
    margin: 0;
}

.vy-address-choice-actions .vy-cart-primary-action {
    cursor: pointer;
    font: inherit;
}

@media (max-width: 768px) {
    .vy-existing-login-card,
    .vy-address-choice-card {
        width: 100%;
    }

    .vy-address-choice-actions .vy-cart-primary-action,
    .vy-address-choice-actions .vy-checkout-back {
        width: 100%;
    }
}

/* Novo endereco no checkout */
.vy-new-address-layout {
    display: grid;
    justify-items: center;
}

.vy-new-address-card {
    display: grid;
    gap: 18px;
    width: min(860px, 100%);
}

.vy-saved-address-preview {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(55, 38, 19, .08);
    padding: clamp(18px, 3vw, 24px);
}

.vy-saved-address-preview header p {
    margin: 0;
    color: #746b60;
    font-size: .86rem;
    font-weight: 850;
}

.vy-saved-address-preview__card {
    display: grid;
    gap: 5px;
    border: 1px solid rgba(184, 138, 60, .2);
    border-radius: 12px;
    background: #fffdf9;
    color: #1f1b18;
    padding: 14px;
}

.vy-saved-address-preview__card strong,
.vy-saved-address-preview__card small,
.vy-saved-address-preview__card em {
    display: block;
}

.vy-saved-address-preview__card strong {
    font-size: .98rem;
    font-weight: 900;
}

.vy-saved-address-preview__card small,
.vy-saved-address-preview__card em {
    color: #746b60;
    font-size: .84rem;
    font-style: normal;
    line-height: 1.4;
}

.vy-saved-address-preview__card .vy-checkout-back {
    width: min(260px, 100%);
    margin: 8px 0 0;
}

.vy-new-address-form {
    gap: 22px;
    padding: clamp(22px, 4vw, 34px);
}

.vy-new-address-form .vy-first-purchase-address-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px 16px;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-cep {
    grid-column: 1 / 5;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-logradouro {
    grid-column: 5 / -1;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-numero {
    grid-column: 1 / 5;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-complemento {
    grid-column: 5 / -1;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-bairro {
    grid-column: 1 / 6;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-cidade {
    grid-column: 6 / 11;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-uf {
    grid-column: 11 / -1;
}

.vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-referencia {
    grid-column: 1 / -1;
}

.vy-new-address-form .checkout-first-purchase-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    border-top: 1px solid rgba(184, 138, 60, .16);
    padding-top: 18px;
}

.vy-new-address-form .checkout-first-purchase-actions .vy-cart-primary-action,
.vy-new-address-form .checkout-first-purchase-actions .vy-checkout-back {
    width: 340px;
    max-width: 100%;
    min-height: 48px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vy-new-address-form .checkout-first-purchase-actions .vy-cart-primary-action {
    cursor: pointer;
    font: inherit;
}

@media (max-width: 768px) {
    .vy-new-address-card {
        width: 100%;
    }

    .vy-new-address-form .vy-first-purchase-address-grid {
        grid-template-columns: 1fr;
    }

    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-cep,
    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-logradouro,
    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-numero,
    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-complemento,
    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-bairro,
    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-cidade,
    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-uf,
    .vy-new-address-form .vy-first-purchase-address-grid .vy-address-field-referencia {
        grid-column: 1;
    }

    .vy-new-address-form .checkout-first-purchase-actions {
        align-items: stretch;
    }

    .vy-new-address-form .checkout-first-purchase-actions .vy-cart-primary-action,
    .vy-new-address-form .checkout-first-purchase-actions .vy-checkout-back {
        width: 100%;
    }
}
/* Revisao do pedido no checkout */
.vy-order-review {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 20px;
    align-items: start;
}

.vy-order-review-main {
    display: grid;
    gap: 16px;
}

.vy-order-review-card,
.vy-order-review-summary {
    display: grid;
    gap: 14px;
    border: 1px solid rgba(184, 138, 60, .18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(55, 38, 19, .08);
    padding: clamp(18px, 3vw, 26px);
}

.vy-order-review-card header,
.vy-order-review-summary h2 {
    margin: 0;
}

.vy-order-review-card header {
    display: grid;
    gap: 4px;
}

.vy-order-review-card p,
.vy-order-review-summary p {
    margin: 0;
    color: #746b60;
    font-size: .88rem;
    line-height: 1.48;
}

.vy-order-review-card h2,
.vy-order-review-summary h2 {
    margin: 0;
    color: #1f1b18;
    font-size: 1.18rem;
    line-height: 1.2;
}

.vy-order-review-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.vy-order-review-card-head a {
    color: #7a5721;
    font-size: .86rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.vy-order-review-facts,
.vy-order-review-address {
    display: grid;
    gap: 7px;
}

.vy-order-review-facts span {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #746b60;
    font-size: .9rem;
}

.vy-order-review-facts strong,
.vy-order-review-address strong {
    color: #1f1b18;
    font-weight: 850;
}

.vy-order-review-address span,
.vy-order-review-address em {
    color: #746b60;
    font-size: .9rem;
    font-style: normal;
}

.vy-order-review-items {
    display: grid;
    gap: 10px;
}

.vy-order-review-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(184, 138, 60, .14);
    border-radius: 12px;
    background: #fffdf9;
    padding: 10px;
}

.vy-order-review-item img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    background: #f5efe6;
}

.vy-order-review-item div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.vy-order-review-item strong {
    color: #1f1b18;
    font-size: .94rem;
    line-height: 1.25;
}

.vy-order-review-item span {
    color: #746b60;
    font-size: .84rem;
}

.vy-order-review-item em {
    color: #1f1b18;
    font-size: .92rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.vy-order-review-observation {
    display: grid;
    gap: 8px;
    color: #4e463c;
    font-size: .86rem;
    font-weight: 850;
}

.vy-order-review-observation textarea {
    width: 100%;
    min-height: 112px;
    resize: vertical;
    border: 1px solid rgba(184, 138, 60, .2);
    border-radius: 12px;
    background: #fffdf9;
    color: #1f1b18;
    font: inherit;
    font-weight: 650;
    line-height: 1.45;
    padding: 12px;
    outline: none;
}

.vy-order-review-observation textarea:focus {
    border-color: rgba(184, 138, 60, .62);
    box-shadow: 0 0 0 3px rgba(184, 138, 60, .12);
}

.vy-order-review-summary {
    position: sticky;
    top: calc(var(--vit-public-header-offset, 118px) + 16px);
}

.vy-order-review-summary .vy-cart-primary-action,
.vy-order-review-summary .vy-checkout-back {
    width: 100%;
    margin: 0;
}

.vy-order-review-summary .vy-cart-primary-action {
    cursor: pointer;
    font: inherit;
}

@media (max-width: 980px) {
    .vy-order-review {
        grid-template-columns: 1fr;
    }

    .vy-order-review-summary {
        position: static;
    }
}

@media (max-width: 620px) {
    .vy-order-review-card-head,
    .vy-order-review-facts span {
        display: grid;
    }

    .vy-order-review-item {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .vy-order-review-item img {
        width: 54px;
        height: 54px;
    }

    .vy-order-review-item em {
        grid-column: 1 / -1;
        justify-self: start;
    }
}
/* Polish final da Revisao do pedido */
.vy-order-review-heading {
    width: min(920px, 100%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    text-align: left;
    justify-items: start;
}

.vy-order-review-heading p {
    color: #8a6424;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vy-order-review-heading h1 {
    max-width: 760px;
    font-size: clamp(2.1rem, 4vw, 3.45rem);
    letter-spacing: 0;
}

.vy-order-review-heading span {
    max-width: 620px;
    color: #6f665d;
    font-size: 1rem;
    line-height: 1.55;
}

.vy-order-review {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 24px;
}

.vy-order-review-main {
    gap: 18px;
}

.vy-order-review-card,
.vy-order-review-summary {
    border-color: rgba(184, 138, 60, .16);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(55, 38, 19, .07);
    padding: clamp(20px, 3vw, 30px);
}

.vy-order-review-card header p,
.vy-order-review-card-head p {
    color: #8a6424;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.vy-order-review-card--customer {
    gap: 12px;
}

.vy-order-review-card--customer h2 {
    max-width: 100%;
    color: #171310;
    font-size: clamp(1.28rem, 2.6vw, 1.85rem);
    font-weight: 950;
    line-height: 1.08;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.vy-order-review-card--customer .vy-order-review-facts {
    gap: 8px;
    margin-top: 2px;
}

.vy-order-review-card--customer .vy-order-review-facts span {
    display: block;
    color: #4f463e;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vy-order-review-card--address {
    gap: 13px;
}

.vy-order-review-card--address .vy-order-review-card-head {
    display: block;
}

.vy-order-review-card--address .vy-order-review-address {
    gap: 8px;
}

.vy-order-review-card--address .vy-order-review-address strong {
    color: #171310;
    font-size: clamp(1.14rem, 2.2vw, 1.55rem);
    font-weight: 950;
    line-height: 1.12;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.vy-order-review-card--address .vy-order-review-address span {
    color: #403832;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.35;
}

.vy-order-review-card--address .vy-order-review-address em {
    color: #7a5721;
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.4;
    text-transform: uppercase;
}

.vy-order-review-address-change {
    justify-self: start;
    width: fit-content;
    margin-top: 2px;
    color: #7a5721;
    font-size: .88rem;
    font-weight: 850;
    text-decoration: none;
    border-bottom: 1px solid rgba(184, 138, 60, .38);
}

.vy-order-review-address-change:hover {
    color: #1f1b18;
    border-bottom-color: rgba(184, 138, 60, .75);
}

.vy-order-review-items {
    gap: 12px;
}

.vy-order-review-item {
    grid-template-columns: 76px minmax(0, 1fr) minmax(96px, auto);
    gap: 14px;
    min-height: 96px;
    border-color: rgba(184, 138, 60, .16);
    border-radius: 14px;
    background: #fffdf9;
    padding: 12px;
}

.vy-order-review-item img {
    width: 76px;
    height: 76px;
    border-radius: 12px;
}

.vy-order-review-item div {
    gap: 5px;
}

.vy-order-review-item strong {
    color: #1c1713;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.22;
}

.vy-order-review-item span {
    color: #675e55;
    font-size: .86rem;
    font-weight: 700;
}

.vy-order-review-item em {
    align-self: center;
    justify-self: end;
    color: #14110f;
    font-size: 1rem;
    font-weight: 950;
}

.vy-order-review-observation {
    gap: 10px;
}

.vy-order-review-observation span {
    color: #1f1b18;
    font-size: .98rem;
    font-weight: 900;
}

.vy-order-review-observation textarea {
    min-height: 126px;
    border-color: rgba(184, 138, 60, .22);
    border-radius: 14px;
    background: #fffdf9;
    color: #1f1b18;
    font-size: .95rem;
    line-height: 1.5;
    padding: 14px;
}

.vy-order-review-observation textarea::placeholder {
    color: #9a8f83;
    font-weight: 650;
}

.vy-order-review-summary {
    gap: 16px;
    padding: 26px;
}

.vy-order-review-summary h2 {
    color: #1a1511;
    font-size: 1.24rem;
    font-weight: 950;
}

.vy-order-review-summary .vy-cart-summary-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(184, 138, 60, .14);
    color: #6f665d;
}

.vy-order-review-summary .vy-cart-summary-row span {
    font-size: .9rem;
    font-weight: 750;
}

.vy-order-review-summary .vy-cart-summary-row strong {
    color: #2a241f;
    font-size: .98rem;
    font-weight: 850;
    white-space: nowrap;
}

.vy-order-review-summary .vy-cart-total-row {
    display: grid;
    gap: 6px;
    padding: 16px 0 2px;
    border-bottom: 0;
    border-top: 1px solid rgba(184, 138, 60, .2);
}

.vy-order-review-summary .vy-cart-total-row span {
    color: #5b5149;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vy-order-review-summary .vy-cart-total-row strong {
    color: #12100e;
    font-size: clamp(2rem, 3vw, 2.45rem);
    font-weight: 950;
    line-height: 1;
}

.vy-order-review-summary p {
    border-radius: 12px;
    background: #fff7eb;
    color: #6f5325;
    font-size: .86rem;
    font-weight: 750;
    line-height: 1.45;
    padding: 12px 13px;
}

.vy-order-review-summary .vy-cart-primary-action {
    min-height: 52px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    font-size: 1rem;
    font-weight: 950;
    box-shadow: 0 14px 28px rgba(17, 17, 17, .16);
}

.vy-order-review-summary .vy-checkout-back {
    min-height: 46px;
    border-radius: 14px;
    background: #fff;
}

@media (max-width: 980px) {
    .vy-order-review-heading {
        width: 100%;
    }

    .vy-order-review {
        gap: 18px;
    }
}

@media (max-width: 620px) {
    .vy-order-review-heading {
        margin-bottom: 18px;
    }

    .vy-order-review-card,
    .vy-order-review-summary {
        border-radius: 16px;
        padding: 18px;
    }

    .vy-order-review-item {
        grid-template-columns: 62px minmax(0, 1fr);
        min-height: auto;
    }

    .vy-order-review-item img {
        width: 62px;
        height: 62px;
    }

    .vy-order-review-item em {
        grid-column: 2;
        justify-self: start;
    }
}
/* Polish textual da Revisao do pedido */
.vy-order-review-card--customer h2,
.vy-order-review-card--address .vy-order-review-address strong,
.vy-order-review-card--address .vy-order-review-address em {
    text-transform: none;
}

.vy-order-review-address-change {
    font-size: .92rem;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    border-bottom: 0;
}

.vy-order-review-item em::before {
    content: "Subtotal: ";
    color: #746b60;
    font-size: .78rem;
    font-weight: 800;
}
/* Polish visual da tela Pedido criado */
.vy-checkout-success-screen {
    min-height: 660px;
    padding: 42px 0 72px;
}

.vy-checkout-success-card {
    width: min(760px, 100%);
    gap: 22px;
    border-color: rgba(31, 143, 82, .16);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(55, 38, 19, .13);
    padding: clamp(34px, 6vw, 58px);
}

.vy-checkout-success-icon {
    position: relative;
    width: 86px;
    height: 86px;
    background: #e7f8ee;
    color: #16864a;
    font-size: 2.55rem;
    box-shadow: inset 0 0 0 10px rgba(31, 143, 82, .08), 0 16px 34px rgba(31, 143, 82, .16);
}

.vy-checkout-success-icon::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(31, 143, 82, .16);
    border-radius: inherit;
}

.vy-checkout-success-card h1 {
    max-width: 680px;
    font-size: clamp(2.15rem, 4vw, 2.75rem);
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.vy-checkout-success-copy {
    display: grid;
    gap: 12px;
    max-width: 610px;
    color: #6f665d;
    text-align: center;
}

.vy-checkout-success-copy span,
.vy-checkout-success-copy p {
    margin: 0;
    color: inherit;
    font-size: 1rem;
    line-height: 1.62;
}

.vy-checkout-success-copy span {
    color: #2f2923;
    font-weight: 850;
}

.vy-checkout-created-code {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: min(520px, 100%);
    border: 1px solid rgba(31, 143, 82, .16);
    border-radius: 18px;
    background: linear-gradient(180deg, #f2fff7 0%, #fffdf9 100%);
    padding: 20px 22px;
}

.vy-checkout-created-code span {
    color: #6f665d;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vy-checkout-created-code strong {
    max-width: 100%;
    color: #146c3d;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: .02em;
    white-space: nowrap;
}

.vy-checkout-created-code small {
    color: #746b60;
    font-size: .9rem;
    font-weight: 750;
}

.vy-checkout-success-card .vy-cart-whatsapp,
.vy-checkout-success-card .vy-checkout-back {
    width: min(500px, 100%);
    margin: 0;
}

.vy-checkout-success-card .vy-cart-whatsapp {
    min-height: 56px;
    border-radius: 16px;
    background: #16864a;
    color: #fff;
    font-size: 1.04rem;
    font-weight: 950;
    box-shadow: 0 16px 32px rgba(22, 134, 74, .2);
}


.vy-checkout-success-card .vy-checkout-back {
    min-height: 48px;
    border-radius: 16px;
    background: #fff;
}

@media (max-width: 720px) {
    .vy-checkout-success-screen {
        min-height: auto;
        padding: 28px 0 52px;
    }

    .vy-checkout-success-card {
        gap: 18px;
        border-radius: 22px;
        padding: 26px 18px;
    }

    .vy-checkout-success-icon {
        width: 76px;
        height: 76px;
        font-size: 2.25rem;
    }

    .vy-checkout-created-code {
        padding: 18px 14px;
    }

    .vy-checkout-created-code strong {
        font-size: clamp(1.12rem, 5vw, 1.45rem);
        white-space: normal;
        overflow-wrap: anywhere;
    }
}
/* Conta do cliente e pedido publico */
.vy-account-page,
.vy-public-order-page {
    min-height: 100vh;
    background: #f7f1e8;
    padding-top: var(--vit-public-header-offset, 118px);
}

.vy-account-container,
.vy-public-order-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 58px;
}

.vy-account-heading,
.vy-public-order-heading,
.vy-account-login header {
    display: grid;
    gap: 8px;
    margin: 18px 0 24px;
}

.vy-account-heading {
    grid-template-columns: 1fr auto;
    align-items: center;
}

.vy-account-heading h1,
.vy-public-order-heading h1,
.vy-account-login h1 {
    margin: 0;
    color: #1f1b18;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.vy-account-heading span,
.vy-public-order-heading span,
.vy-account-login span {
    color: #746b60;
    font-weight: 700;
}

.vy-account-login,
.vy-public-order-empty {
    display: grid;
    justify-items: center;
    text-align: center;
}

.vy-account-card,
.vy-public-order-card,
.vy-public-order-summary,
.vy-public-order-empty {
    border: 1px solid rgba(184, 138, 60, .16);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(55, 38, 19, .08);
    padding: 24px;
}

.vy-account-login .vy-account-card {
    width: min(480px, 100%);
    text-align: left;
}

.vy-account-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 22px;
}

.vy-account-card--wide {
    grid-column: 1 / -1;
}

.vy-account-card h2,
.vy-public-order-card h2,
.vy-public-order-summary h2 {
    margin: 0 0 16px;
    color: #1f1b18;
    font-size: 1.25rem;
}

.vy-account-form {
    display: grid;
    gap: 14px;
}

.vy-account-address-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(184, 138, 60, .16);
}

.vy-account-address-form h3,
.vy-account-form-wide {
    grid-column: 1 / -1;
}

.vy-account-address-form h3 {
    margin: 0;
    color: #1f1b18;
}

.vy-account-form label {
    display: grid;
    gap: 7px;
    color: #4e463c;
    font-size: .84rem;
    font-weight: 850;
}

.vy-account-form input {
    min-height: 46px;
    width: 100%;
    border: 1px solid rgba(184, 138, 60, .2);
    border-radius: 12px;
    background: #fffdf9;
    color: #1f1b18;
    font: inherit;
    font-weight: 700;
    padding: 10px 12px;
}

.vy-account-form input:focus {
    border-color: rgba(184, 138, 60, .58);
    box-shadow: 0 0 0 3px rgba(184, 138, 60, .12);
    outline: none;
}

.vy-account-form p,
.vy-public-order-card p,
.vy-public-order-card span,
.vy-public-order-card small,
.vy-public-order-card em {
    margin: 0;
    color: #6f665d;
    line-height: 1.5;
}

.vy-account-addresses,
.vy-account-orders,
.vy-public-order-items {
    display: grid;
    gap: 12px;
}

.vy-account-addresses article,
.vy-account-orders article {
    display: grid;
    gap: 8px;
    border: 1px solid rgba(184, 138, 60, .14);
    border-radius: 14px;
    background: #fffdf9;
    padding: 14px;
}

.vy-account-addresses article div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vy-account-addresses a,
.vy-account-orders a,
.vy-account-addresses button {
    border: 0;
    background: transparent;
    color: #8a6424;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    text-decoration: underline;
    padding: 0;
}

.vy-account-orders article {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    align-items: center;
}

.vy-account-orders strong,
.vy-account-addresses strong,
.vy-public-order-card p,
.vy-public-order-item strong {
    color: #1f1b18;
    font-weight: 900;
}

.vy-public-order-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.vy-public-order-main {
    display: grid;
    gap: 18px;
}

.vy-public-order-card {
    display: grid;
    gap: 8px;
}

.vy-public-order-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(184, 138, 60, .14);
    border-radius: 14px;
    background: #fffdf9;
    padding: 12px;
}

.vy-public-order-item img,
.vy-public-order-item__placeholder {
    width: 86px;
    height: 72px;
    border-radius: 12px;
    background: #f2eadf;
    object-fit: cover;
}

.vy-public-order-item div {
    display: grid;
    gap: 4px;
}

.vy-public-order-item em {
    color: #1f1b18;
    font-style: normal;
    font-weight: 950;
}

.vy-public-order-summary {
    position: sticky;
    top: calc(var(--vit-public-header-offset, 118px) + 18px);
    display: grid;
    gap: 14px;
}

.vy-public-order-summary div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #6f665d;
    font-weight: 750;
}

.vy-public-order-summary strong {
    color: #1f1b18;
}

.vy-public-order-summary__total {
    border-top: 1px solid rgba(184, 138, 60, .18);
    padding-top: 14px;
}

.vy-public-order-summary__total strong {
    font-size: 1.45rem;
}

.vy-public-order-summary p {
    margin: 0;
    color: #6f665d;
    font-size: .9rem;
    line-height: 1.45;
}

.vy-public-order-summary .vy-cart-whatsapp {
    width: 100%;
    margin: 0;
}

@media (max-width: 920px) {
    .vy-account-page,
    .vy-public-order-page {
        padding-top: var(--vit-public-header-offset, 182px);
    }

    .vy-account-grid,
    .vy-public-order-layout,
    .vy-account-heading {
        grid-template-columns: 1fr;
    }

    .vy-public-order-summary {
        position: static;
    }

    .vy-account-orders article {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

@media (max-width: 620px) {
    .vy-account-container,
    .vy-public-order-container {
        width: min(100% - 22px, 1180px);
        padding-top: 24px;
    }

    .vy-account-card,
    .vy-public-order-card,
    .vy-public-order-summary,
    .vy-public-order-empty {
        border-radius: 14px;
        padding: 18px;
    }

    .vy-account-address-form,
    .vy-public-order-item {
        grid-template-columns: 1fr;
    }

    .vy-public-order-item img,
    .vy-public-order-item__placeholder {
        width: 100%;
        height: 180px;
    }
}

/* Polish da conta e pedido publico por token */
.vy-account-heading > div {
    display: grid;
    gap: 8px;
}

.vy-account-heading .vy-checkout-back {
    margin: 0;
}

.vy-account-orders article {
    grid-template-columns: minmax(0, 1fr) auto minmax(220px, auto);
    gap: 18px;
    border-color: rgba(184, 138, 60, .2);
    background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
    padding: 18px;
}

.vy-account-order-info {
    display: grid;
    gap: 5px;
}

.vy-account-order-info time {
    color: #1f1b18;
    font-size: 1rem;
    font-weight: 950;
}

.vy-account-order-info strong {
    color: #6f5325;
    font-size: .95rem;
}

.vy-account-order-info span {
    color: #6f665d;
    font-size: .88rem;
    font-weight: 750;
}

.vy-account-order-total {
    display: grid;
    justify-items: end;
    gap: 4px;
    white-space: nowrap;
}

.vy-account-order-total span {
    color: #746b60;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.vy-account-order-total em {
    color: #1f1b18;
    font-size: 1.08rem;
    font-style: normal;
    font-weight: 950;
}

.vy-account-order-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.vy-account-orders .vy-account-order-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 12px;
    padding: 0 14px;
    font-size: .86rem;
    font-weight: 950;
    text-decoration: none;
}

.vy-account-order-button--outline {
    border: 1px solid rgba(184, 138, 60, .42);
    background: #fffaf2;
    color: #6f5325;
}

.vy-account-order-button--primary {
    border: 1px solid #16864a;
    background: #16864a;
    color: #fff;
}

.vy-public-order-page {
    padding-top: 0;
}

.vy-public-order-minimal-header {
    display: flex;
    align-items: center;
    gap: 16px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 8px;
}

.vy-public-order-minimal-header a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 64px;
}

.vy-public-order-minimal-header img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vy-public-order-minimal-header div {
    display: grid;
    gap: 3px;
}

.vy-public-order-minimal-header strong {
    color: #1f1b18;
    font-size: 1.08rem;
    font-weight: 950;
}

.vy-public-order-minimal-header span {
    color: #746b60;
    font-size: .88rem;
    font-weight: 800;
}

.vy-public-order-simple-footer {
    display: grid;
    justify-items: center;
    gap: 4px;
    border-top: 1px solid rgba(184, 138, 60, .16);
    color: #746b60;
    padding: 26px 16px 34px;
    text-align: center;
}

.vy-public-order-simple-footer span {
    color: #3a332c;
    font-weight: 850;
}

.vy-public-order-simple-footer small {
    font-size: .82rem;
    font-weight: 700;
}

@media (max-width: 920px) {
    .vy-account-orders article {
        grid-template-columns: 1fr;
    }

    .vy-account-order-total {
        justify-items: start;
    }

    .vy-account-order-actions {
        justify-content: stretch;
    }

    .vy-account-orders .vy-account-order-button {
        flex: 1 1 180px;
    }

    .vy-public-order-page {
        padding-top: 0;
    }
}

@media (max-width: 620px) {
    .vy-account-heading .vy-checkout-back,
    .vy-account-orders .vy-account-order-button {
        width: 100%;
    }

    .vy-public-order-minimal-header {
        width: min(100% - 22px, 1180px);
        gap: 12px;
        padding-top: 16px;
    }

    .vy-public-order-minimal-header a {
        width: 78px;
        height: 54px;
    }
}

.vy-account-orders .vy-account-order-button--outline {
    border: 1px solid rgba(184, 138, 60, .42);
    background: #fffaf2;
    color: #6f5325;
    text-decoration: none;
}

.vy-account-orders .vy-account-order-button--primary {
    border: 1px solid #16864a;
    background: #16864a;
    color: #fff;
    text-decoration: none;
}

/* Offset especifico da pagina de produto para o header publico fixo */
.vy-product-page {
    --vit-public-header-offset: 118px;
    padding-top: var(--vit-public-header-offset);
}

@media (max-width: 920px) {
    .vy-product-page {
        --vit-public-header-offset: 182px;
    }
}

@media (max-width: 620px) {
    .vy-product-page {
        --vit-public-header-offset: 172px;
    }
}

/* Responsivo publico mobile - correcao de overflow 390/430 */
@media (max-width: 620px) {
    .vit-public-catalog,
    .vy-product-page,
    .vy-cart-page,
    .vy-account-page,
    .vy-public-order-page {
        overflow-x: hidden;
    }

    .vit-public-catalog *,
    .vy-product-page *,
    .vy-cart-page *,
    .vy-account-page *,
    .vy-public-order-page * {
        min-width: 0;
        box-sizing: border-box;
    }

    .vit-public-catalog .vit-container,
    .vy-product-container,
    .vy-cart-container,
    .vy-account-container,
    .vy-public-order-container,
    .vy-public-order-minimal-header {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .vit-public-catalog {
        --vit-public-header-offset: 176px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        grid-template-columns: minmax(76px, 88px) minmax(0, 1fr);
        gap: 8px 10px;
        min-height: auto;
        padding: 10px 0 12px;
        margin: 0 auto;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        width: 86px;
        min-height: 50px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo img,
    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 50px;
    }

    .vit-public-catalog-actions {
        width: auto;
        max-width: 100%;
        justify-content: flex-end;
        gap: 6px;
    }

    .vit-public-catalog-actions a {
        flex: 0 1 auto;
        min-height: 38px;
        max-width: 100%;
        gap: 6px;
        padding-inline: 9px;
        font-size: .78rem;
    }

    .vit-public-account-link {
        min-width: 0;
        max-width: 98px;
        padding-inline: 4px !important;
    }

    .vit-public-account-link span,
    .vit-public-account-link strong {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vit-public-account-link small {
        display: none;
    }

    .vit-public-cart {
        flex-shrink: 0;
        padding-inline: 8px !important;
        font-size: .78rem !important;
    }

    .vit-public-cart svg {
        width: 18px;
        height: 18px;
    }

    .vit-public-cart strong {
        min-width: 18px;
        height: 18px;
        font-size: .68rem;
    }

    .vit-public-catalog-search {
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
    }

    .vit-public-catalog-search input {
        width: 100%;
        min-height: 42px;
        padding: 0 44px 0 14px;
        font-size: .78rem;
    }

    .vit-public-catalog-search button {
        right: 12px;
    }

    .vit-public-home-categories__rail,
    .vit-public-category-nav {
        max-width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .vit-public-hero-banner {
        padding-top: 16px;
    }

    .vit-public-hero-banner__frame {
        max-width: 100%;
        border-radius: 18px;
    }

    .vit-public-benefits__grid,
    .vit-public-product-grid,
    .vit-public-catalog-layout,
    .vit-public-products-top,
    .vy-cart-layout,
    .vy-cart-layout-cart,
    .vy-checkout-choice-grid,
    .vy-first-purchase-layout,
    .vy-existing-login-layout,
    .vy-address-choice-layout,
    .vy-new-address-layout,
    .vy-order-review,
    .vy-account-grid,
    .vy-public-order-layout {
        grid-template-columns: 1fr;
    }

    .vit-public-product-card,
    .vit-public-product-card__media,
    .vy-cart-empty,
    .vy-cart-items,
    .vy-cart-summary,
    .vy-cart-checkout,
    .vy-first-purchase-card,
    .vy-cart-login-card,
    .vy-address-choice-card,
    .vy-new-address-card,
    .vy-checkout-review-placeholder,
    .vy-checkout-success-card,
    .vy-order-review-card,
    .vy-order-review-summary,
    .vy-account-card,
    .vy-public-order-card,
    .vy-public-order-summary,
    .vy-public-order-empty {
        width: 100%;
        max-width: 100%;
    }

    .vy-cart-page {
        padding-top: 24px;
    }

    .vy-cart-head,
    .vy-cart-head-centered,
    .vy-first-purchase-heading,
    .vy-order-review-heading,
    .vy-account-heading,
    .vy-account-login header,
    .vy-public-order-heading {
        text-align: left;
        justify-items: start;
    }

    .vy-cart-head h1,
    .vy-account-heading h1,
    .vy-account-login h1,
    .vy-public-order-heading h1,
    .vy-checkout-success-card h1 {
        max-width: 100%;
        font-size: clamp(1.7rem, 9vw, 2.2rem);
        overflow-wrap: anywhere;
    }
    .vy-cart-head p,
    .vy-cart-head span,
    .vy-account-heading span,
    .vy-account-login span,
    .vy-public-order-heading span,
    .vy-checkout-success-copy,
    .vy-checkout-success-card p,
    .vy-checkout-success-card > span {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .vy-checkout-choice-card {
        min-height: auto;
        padding: 22px;
    }

    .vy-cart-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .vy-cart-item__media {
        width: 82px;
    }

    .vy-cart-item__controls {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: stretch;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .vy-cart-item__subtotal {
        text-align: left;
    }

    .vy-cart-summary .vy-cart-summary-row,
    .vy-public-order-summary div {
        align-items: start;
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .vy-first-purchase-address-grid,
    .vy-cart-field-grid,
    .vy-account-address-form {
        grid-template-columns: 1fr !important;
    }

    .vy-cart-primary-action,
    .vy-checkout-back,
    .checkout-first-purchase-actions .vy-cart-primary-action,
    .checkout-first-purchase-actions .vy-checkout-back,
    .vy-address-choice-actions .vy-checkout-back,
    .vy-address-choice-actions .vy-cart-primary-action,
    .vy-account-form .vy-cart-primary-action {
        width: 100%;
        max-width: 100%;
    }

    .vy-product-page {
        --vit-public-header-offset: 176px;
    }

    .vy-product-breadcrumb {
        gap: 6px;
        padding-top: 18px;
        overflow-wrap: anywhere;
    }

    .vy-product-breadcrumb strong {
        max-width: 100%;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .vy-product-hero {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vy-product-image-card {
        min-height: 280px;
        padding: 14px;
        border-radius: 14px;
    }

    .vy-product-main-img {
        max-height: 300px;
    }

    .vy-product-buybox {
        padding: 20px;
        border-radius: 14px;
    }

    .vy-product-title,
    .vy-product-meta-grid strong,
    .vy-product-description-lines p {
        overflow-wrap: anywhere;
    }

    .vy-product-meta-grid {
        grid-template-columns: 1fr;
    }

    .vy-product-price-box {
        width: 100%;
        padding: 16px;
    }

    .vy-product-price-box strong {
        font-size: clamp(1.7rem, 10vw, 2.1rem);
    }

    .vy-product-qty-row {
        align-items: stretch;
        flex-direction: column;
    }

    .vy-product-qty,
    .vy-product-cart-btn,
    .vy-product-continue-shopping {
        width: 100%;
    }

    .vy-product-description-card {
        padding: 18px;
        border-radius: 14px;
    }

    .vy-account-login .vy-account-card {
        width: 100%;
    }

    .vy-account-orders article {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vy-account-order-total {
        justify-items: start;
        white-space: normal;
    }

    .vy-account-order-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .vy-account-orders .vy-account-order-button {
        width: 100%;
        min-height: 44px;
    }

    .vy-public-order-item {
        grid-template-columns: 1fr;
    }

    .vy-public-order-item img,
    .vy-public-order-item__placeholder {
        width: 100%;
        height: 170px;
    }

    .vy-public-order-item em,
    .vy-public-order-card p,
    .vy-public-order-card span,
    .vy-public-order-card small {
        overflow-wrap: anywhere;
    }

    .vy-checkout-created-code,
    .vy-checkout-created-code strong {
        width: 100%;
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .vit-public-catalog-footer .vit-container,
    .vit-public-footer__inner,
    .vy-public-order-simple-footer {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        overflow-wrap: anywhere;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 8px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        width: 76px;
        min-height: 46px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo img,
    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 46px;
    }

    .vit-public-catalog-actions {
        gap: 4px;
    }

    .vit-public-account-link {
        max-width: 86px;
    }

    .vit-public-catalog-actions a {
        min-height: 36px;
        padding-inline: 7px;
        font-size: .74rem;
    }

    .vit-public-cart svg {
        width: 17px;
        height: 17px;
    }

    .vit-public-catalog .vit-container,
    .vy-product-container,
    .vy-cart-container,
    .vy-account-container,
    .vy-public-order-container,
    .vy-public-order-minimal-header {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

@media (max-width: 430px) {
    .vit-public-cart {
        font-size: 0 !important;
        gap: 4px;
        min-width: 44px;
        justify-content: center;
    }

    .vit-public-cart svg {
        flex: 0 0 17px;
    }

    .vit-public-cart strong {
        font-size: .68rem;
    }
}

@media (max-width: 430px) {
    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        width: 62px;
        min-height: 42px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo img,
    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 42px;
    }

    .vit-public-catalog-actions {
        justify-self: end;
        max-width: 100%;
    }

    .vit-public-account-link {
        max-width: 76px;
    }

    .vit-public-account-link strong {
        font-size: .78rem;
    }

    .vit-public-cart {
        min-width: 38px;
        padding-inline: 6px !important;
    }
}

@media (max-width: 620px) {
    .vy-product-buybox,
    .vy-product-image-card,
    .vy-product-description-card {
        max-width: 100%;
        overflow: hidden;
    }

    .vy-product-title,
    .vy-product-buybox h1,
    .vy-product-buybox strong,
    .vy-product-breadcrumb,
    .vy-product-breadcrumb a,
    .vy-product-breadcrumb strong {
        word-break: normal;
        overflow-wrap: anywhere;
        hyphens: auto;
        white-space: normal;
    }

    .vy-product-title {
        font-size: clamp(1.45rem, 8vw, 1.9rem);
        line-height: 1.14;
    }

    .vy-product-meta-grid div,
    .vy-product-price-box,
    .vy-product-qty,
    .vy-product-cart-btn,
    .vy-product-continue-shopping {
        max-width: 100%;
    }
}

@media (max-width: 430px) {
    .vit-public-catalog,
    .vy-product-page,
    .vy-cart-page,
    .vy-account-page {
        --vit-public-header-offset: 206px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        row-gap: 8px;
    }

    .vit-public-catalog-actions {
        display: contents;
    }

    .vit-public-account-link {
        grid-column: 1 / -1;
        order: 3;
        justify-self: center;
        max-width: 100%;
        min-height: 28px !important;
        padding: 0 !important;
    }

    .vit-public-account-link span,
    .vit-public-account-link strong {
        max-width: 100%;
        overflow: visible;
        text-overflow: clip;
    }

    .vit-public-cart {
        grid-column: 2;
        order: 2;
        justify-self: end;
        min-width: 42px;
        max-width: 48px;
        min-height: 38px !important;
    }

    .vit-public-catalog-search {
        order: 4;
    }
}

@media (max-width: 620px) {
    .vit-public-catalog,
    .vy-product-page,
    .vy-cart-page,
    .vy-account-page {
        --vit-public-header-offset: 206px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        row-gap: 8px;
    }

    .vit-public-catalog-actions {
        display: contents;
    }

    .vit-public-account-link {
        grid-column: 1 / -1;
        order: 3;
        justify-self: center;
        max-width: 100%;
        min-height: 28px !important;
        padding: 0 !important;
    }

    .vit-public-account-link span,
    .vit-public-account-link strong {
        max-width: 100%;
        overflow: visible;
        text-overflow: clip;
    }

    .vit-public-cart {
        grid-column: 2;
        order: 2;
        justify-self: end;
        min-width: 42px;
        max-width: 48px;
        min-height: 38px !important;
        font-size: 0 !important;
        gap: 4px;
        justify-content: center;
        padding-inline: 6px !important;
    }

    .vit-public-cart svg {
        flex: 0 0 17px;
        width: 17px;
        height: 17px;
    }

    .vit-public-cart strong {
        font-size: .68rem;
    }

    .vit-public-catalog-search {
        order: 4;
    }
}

@media (max-width: 620px) {
    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 8px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        justify-self: center;
    }

    .vit-public-catalog-actions {
        display: flex;
        order: 2;
        width: 100%;
        justify-content: center;
        gap: 8px;
    }

    .vit-public-account-link {
        grid-column: auto;
        order: initial;
        justify-self: auto;
        max-width: 132px;
        min-height: 36px !important;
        padding-inline: 8px !important;
    }

    .vit-public-cart {
        grid-column: auto;
        order: initial;
        justify-self: auto;
        max-width: none;
        min-width: 42px;
    }

    .vit-public-catalog-search {
        order: 3;
    }
}

@media (max-width: 620px) {
    .vy-cart-page {
        padding-top: var(--vit-public-header-offset, 206px);
    }
}

@media (max-width: 620px) {
    .vy-cart-page,
    .vy-cart-page p,
    .vy-cart-page span,
    .vy-cart-page small,
    .vy-cart-page strong,
    .vy-cart-page em,
    .vy-checkout-choice-card,
    .vy-checkout-choice-card small,
    .vy-checkout-choice-card strong,
    .vit-public-catalog-footer,
    .vit-public-catalog-footer span,
    .vit-public-catalog-footer small {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .vy-checkout-choice-card,
    .vy-cart-empty,
    .vy-checkout-review-placeholder {
        overflow: hidden;
    }
}

@media (max-width: 620px) {
    .vy-account-login,
    .vy-account-login .vy-account-card,
    .vy-account-form,
    .vy-account-form label,
    .vy-account-form input,
    .vy-account-form button,
    .vy-account-heading,
    .vy-account-heading span {
        width: 100%;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .vy-account-login .vy-account-card {
        overflow: hidden;
    }

    .vy-account-form input,
    .vy-account-form .vy-cart-primary-action {
        display: flex;
        min-width: 0;
    }
}

@media (max-width: 620px) {
    .vy-account-login .vy-account-card {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .vy-account-login .vy-cart-primary-action {
        width: calc(100vw - 64px);
        max-width: 100%;
    }
}

@media (max-width: 620px) {
    .vy-account-login .vy-cart-primary-action {
        justify-self: center;
        width: calc(100vw - 96px);
        max-width: 100%;
    }
}

@media (max-width: 430px) {
    .vy-cart-page,
    .vy-account-page,
    .vy-public-order-page {
        width: 100%;
        max-width: 100%;
    }

    .vy-cart-container,
    .vy-account-container,
    .vy-public-order-container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .vy-cart-head,
    .vy-cart-head-centered,
    .vy-account-login header,
    .vy-account-heading,
    .vy-public-order-empty {
        width: 100%;
        max-width: 100%;
    }

    .vy-cart-head h1,
    .vy-cart-head p,
    .vy-cart-head span,
    .vy-checkout-choice-card,
    .vy-checkout-choice-card strong,
    .vy-checkout-choice-card small,
    .vy-checkout-choice-card em,
    .vy-account-login h1,
    .vy-account-login span,
    .vy-account-form p,
    .vy-public-order-empty h1,
    .vy-public-order-empty p {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .vy-checkout-choice-grid {
        width: 100%;
        max-width: 100%;
        gap: 14px;
    }

    .vy-checkout-choice-card {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding: 18px;
    }

    .vy-account-login .vy-account-card,
    .vy-public-order-empty {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding: 16px;
    }

    .vy-account-form .vy-cart-primary-action,
    .vy-account-login .vy-cart-primary-action,
    .vy-checkout-back {
        width: 100%;
        max-width: 100%;
    }

    .vit-public-catalog-footer,
    .vit-public-catalog-footer .vit-container,
    .vit-public-footer__inner,
    .vy-public-order-simple-footer {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        white-space: normal;
    }
}

@media (max-width: 430px) {
    .vy-cart-container,
    .vy-account-container,
    .vy-public-order-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vy-checkout-choice-card,
    .vy-account-login .vy-account-card,
    .vy-public-order-empty {
        padding: 16px;
    }

    .vy-account-form .vy-cart-primary-action,
    .vy-account-login .vy-cart-primary-action {
        box-sizing: border-box;
        justify-self: stretch;
        min-width: 0;
    }

    .vy-public-order-empty h1 {
        font-size: clamp(1.55rem, 8vw, 1.9rem);
        line-height: 1.12;
    }

    .vit-public-catalog-footer,
    .vy-public-order-simple-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vit-public-catalog-footer span,
    .vit-public-catalog-footer small,
    .vy-public-order-simple-footer span,
    .vy-public-order-simple-footer small {
        display: block;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 430px) {
    .vy-cart-head p,
    .vy-cart-head span,
    .vy-checkout-choice-card small,
    .vy-checkout-choice-card em,
    .vy-account-login span,
    .vy-account-form p,
    .vy-public-order-empty p {
        display: block;
        max-width: 320px;
    }

    .vy-checkout-choice-card small,
    .vy-checkout-choice-card em,
    .vy-account-form p {
        max-width: 300px;
    }

    .vy-public-order-empty h1 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(1.45rem, 7.5vw, 1.75rem);
    }

    .vit-public-catalog-footer span,
    .vit-public-catalog-footer small,
    .vy-public-order-simple-footer span,
    .vy-public-order-simple-footer small {
        max-width: 280px;
        font-size: .78rem;
    }
}

@media (max-width: 620px) {
    .vy-cart-container,
    .vy-account-container,
    .vy-public-order-container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .vy-cart-head p,
    .vy-cart-head span,
    .vy-checkout-choice-card small,
    .vy-checkout-choice-card em,
    .vy-account-login span,
    .vy-account-form p,
    .vy-public-order-empty p {
        display: block;
        max-width: 320px;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .vy-checkout-choice-card small,
    .vy-checkout-choice-card em,
    .vy-account-form p {
        max-width: 300px;
    }

    .vy-checkout-choice-card,
    .vy-account-login .vy-account-card,
    .vy-public-order-empty {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding: 16px;
    }

    .vy-account-form .vy-cart-primary-action,
    .vy-account-login .vy-cart-primary-action,
    .vy-checkout-back {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .vy-public-order-empty h1 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(1.45rem, 7.5vw, 1.75rem);
        line-height: 1.12;
    }

    .vit-public-catalog-footer,
    .vit-public-catalog-footer .vit-container,
    .vit-public-footer__inner,
    .vy-public-order-simple-footer {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        overflow-wrap: anywhere;
        white-space: normal;
        text-align: center;
    }

    .vit-public-catalog-footer span,
    .vit-public-catalog-footer small,
    .vy-public-order-simple-footer span,
    .vy-public-order-simple-footer small {
        display: block;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        font-size: .78rem;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 620px) {
    .vy-product-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .vy-product-breadcrumb a,
    .vy-product-breadcrumb span,
    .vy-product-breadcrumb strong {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .vy-public-order-empty p {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 620px) {
    .vy-product-breadcrumb,
    .vy-product-breadcrumb a,
    .vy-product-breadcrumb span,
    .vy-product-breadcrumb strong {
        min-width: 0;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .vy-product-breadcrumb a,
    .vy-product-breadcrumb strong {
        flex: 0 1 auto;
    }
}

@media (max-width: 620px) {
    .vy-product-breadcrumb {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 3px !important;
        align-items: start;
    }

    .vy-product-breadcrumb span {
        display: none !important;
    }

    .vy-product-breadcrumb a,
    .vy-product-breadcrumb strong {
        display: block !important;
        width: 100%;
        max-width: 100%;
        line-height: 1.35;
    }
}

/* Ajustes finais da home publica mobile: header, filtros e grid */
@media (max-width: 620px) {
    .vit-public-catalog {
        --vit-public-header-offset: 158px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: minmax(72px, 88px) minmax(0, 1fr) !important;
        align-items: center;
        justify-items: stretch;
        gap: 8px 10px;
        min-height: auto;
        padding: 8px 0 10px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        grid-column: 1;
        grid-row: 1;
        justify-self: start !important;
        width: 82px;
        min-height: 48px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo img,
    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 48px;
    }

    .vit-public-catalog-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex !important;
        width: auto;
        max-width: 100%;
        justify-self: end;
        justify-content: flex-end;
        align-items: center;
        gap: 5px;
    }

    .vit-public-account-link {
        max-width: 112px;
        min-height: 34px !important;
        padding-inline: 8px !important;
    }

    .vit-public-account-link small {
        display: none;
    }

    .vit-public-account-link strong {
        font-size: .76rem;
        line-height: 1.1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .vit-public-cart {
        min-width: 40px;
        max-width: 46px;
        min-height: 34px !important;
        padding-inline: 6px !important;
        gap: 4px;
        justify-content: center;
        font-size: 0 !important;
    }

    .vit-public-cart svg {
        flex: 0 0 17px;
        width: 17px;
        height: 17px;
    }

    .vit-public-cart strong {
        min-width: 17px;
        height: 17px;
        font-size: .66rem;
    }

    .vit-public-catalog-search {
        grid-column: 1 / -1;
        grid-row: 2;
        order: initial;
        width: 100%;
    }

    .vit-public-filter-panel {
        display: none;
    }

    .vit-public-catalog-layout {
        grid-template-columns: 1fr;
    }

    .vit-public-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .vit-public-product-card {
        padding: 9px;
        border-radius: 14px;
    }

    .vit-public-product-card__media {
        min-height: 118px;
        border-radius: 12px;
    }

    .vit-public-product-card__body {
        gap: 6px;
    }

    .vit-public-product-card__body p,
    .vit-public-product-card__body small {
        font-size: .68rem;
    }

    .vit-public-product-card__body h2 {
        font-size: .78rem;
        line-height: 1.22;
    }

    .vit-public-product-card__body strong {
        font-size: .9rem;
    }

    .vit-public-product-card__body a {
        min-height: 34px;
        font-size: .72rem;
        padding-inline: 8px;
    }
}

@media (max-width: 390px) {
    .vit-public-account-link {
        max-width: 96px;
    }

    .vit-public-product-card__media {
        min-height: 106px;
    }
}

/* VITRINYON_MOBILE_AUDIT_v1_LOADED */
@media (max-width: 768px) {
    .vit-public-catalog {
        --vit-public-header-offset: 158px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: minmax(72px, 88px) minmax(0, 1fr) !important;
        align-items: center !important;
        justify-items: stretch !important;
        gap: 8px 10px !important;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
    }

    .vit-public-catalog-actions {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: flex !important;
        justify-self: end !important;
        justify-content: flex-end !important;
        align-items: center !important;
        width: auto !important;
        max-width: 100% !important;
    }

    .vit-public-catalog-search {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
    }

    .vit-public-filter-panel {
        display: none !important;
    }

    .vit-public-catalog-layout {
        grid-template-columns: 1fr !important;
    }

    .vit-public-product-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .vit-public-product-card {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* VITRINYON_PRODUCT_HEADER_MOBILE_v1 */
@media (max-width: 768px) {
    .vit-public-catalog,
    .vy-product-page {
        --vit-public-header-offset: 158px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vy-product-page > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: minmax(72px, 88px) minmax(0, 1fr) !important;
        align-items: center !important;
        justify-items: stretch !important;
        gap: 8px 10px !important;
        min-height: auto !important;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vy-product-page > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        width: 82px !important;
        min-height: 48px !important;
    }

    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 48px !important;
    }

    .vit-public-catalog-actions {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: flex !important;
        justify-self: end !important;
        justify-content: flex-end !important;
        align-items: center !important;
        width: auto !important;
        max-width: 100% !important;
        gap: 5px !important;
    }

    .vit-public-catalog-actions a {
        flex: 0 1 auto !important;
        min-width: 0 !important;
    }

    .vit-public-catalog-search {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        order: initial !important;
        width: 100% !important;
    }
}

@media (max-width: 390px) {
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        width: 76px !important;
        min-height: 44px !important;
    }

    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 44px !important;
    }

    .vit-public-account-link {
        max-width: 96px !important;
    }
}

/* VITRINYON_PUBLIC_HEADER_GLOBAL_v1 */
@media (max-width: 768px) {
    .vit-public-catalog,
    .vy-product-page,
    .vy-cart-page,
    .vy-account-page {
        --vit-public-header-offset: 158px;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vy-product-page > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vy-cart-page > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vy-account-page > .vit-public-catalog-header .vit-public-catalog-header__inner,
    .vit-public-catalog-header__inner {
        grid-template-columns: minmax(72px, 88px) minmax(0, 1fr) !important;
        align-items: center !important;
        justify-items: stretch !important;
        gap: 8px 10px !important;
        min-height: auto !important;
    }

    .vit-public-catalog > .vit-public-catalog-header .vit-public-logo,
    .vy-product-page > .vit-public-catalog-header .vit-public-logo,
    .vy-cart-page > .vit-public-catalog-header .vit-public-logo,
    .vy-account-page > .vit-public-catalog-header .vit-public-logo,
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        width: 82px !important;
        min-height: 48px !important;
    }

    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 48px !important;
    }

    .vit-public-catalog-actions {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: flex !important;
        justify-self: end !important;
        justify-content: flex-end !important;
        align-items: center !important;
        width: auto !important;
        max-width: 100% !important;
        gap: 5px !important;
    }

    .vit-public-catalog-actions a {
        flex: 0 1 auto !important;
        min-width: 0 !important;
    }

    .vit-public-catalog-search {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        order: initial !important;
        width: 100% !important;
    }
}

@media (max-width: 390px) {
    .vit-public-logo,
    .vit-public-catalog-header.is-compact .vit-public-logo {
        width: 76px !important;
        min-height: 44px !important;
    }

    .vit-public-logo img,
    .vit-public-catalog-header.is-compact .vit-public-logo img {
        max-height: 44px !important;
    }

    .vit-public-account-link {
        max-width: 96px !important;
    }
}
/* VITRINYON_CHECKOUT_BREADCRUMB_LINEAR_v1 */
@media (max-width: 620px) {
    .vy-cart-page .vy-product-breadcrumb {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .vy-cart-page .vy-product-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .vy-cart-page .vy-product-breadcrumb span {
        display: inline !important;
        flex: 0 0 auto !important;
    }

    .vy-cart-page .vy-product-breadcrumb a,
    .vy-cart-page .vy-product-breadcrumb strong {
        display: inline !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        line-height: 1.25 !important;
    }
}
/* VITRINYON_CHECKOUT_BREADCRUMB_INLINE_v3 */
@media (max-width: 768px) {
    .vy-cart-page .vy-product-breadcrumb {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .vy-cart-page .vy-product-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .vy-cart-page .vy-product-breadcrumb a,
    .vy-cart-page .vy-product-breadcrumb span,
    .vy-cart-page .vy-product-breadcrumb strong {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        line-height: 1.25 !important;
    }

    .vy-cart-page .vy-product-breadcrumb span {
        display: inline-flex !important;
    }
}
/* VITRINYON_PUBLIC_BREADCRUMB_ORDER_IMAGE_v1 */
@media (max-width: 768px) {
    .vy-product-breadcrumb {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .vy-product-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .vy-product-breadcrumb a,
    .vy-product-breadcrumb span,
    .vy-product-breadcrumb strong {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        line-height: 1.25 !important;
    }

    .vy-product-breadcrumb span {
        display: inline-flex !important;
    }
}

.vy-public-order-item img,
.vy-public-order-item__placeholder {
    width: 86px !important;
    height: 72px !important;
    max-width: 86px !important;
    min-width: 86px !important;
    flex: 0 0 86px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    background: #f2eadf !important;
}

@media (max-width: 768px) {
    .vy-public-order-item {
        grid-template-columns: 72px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .vy-public-order-item img,
    .vy-public-order-item__placeholder {
        width: 72px !important;
        height: 62px !important;
        max-width: 72px !important;
        min-width: 72px !important;
        flex-basis: 72px !important;
    }

    .vy-public-order-item em {
        grid-column: 1 / -1 !important;
        justify-self: end !important;
    }
}

@media (max-width: 430px) {
    .vy-public-order-item {
        grid-template-columns: 64px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    .vy-public-order-item img,
    .vy-public-order-item__placeholder {
        width: 64px !important;
        height: 58px !important;
        max-width: 64px !important;
        min-width: 64px !important;
        flex-basis: 64px !important;
    }
}
/* VITRINYON_PEDIDO_PUBLIC_MOBILE_ORDER_TITLE_SIZE_FIX_v1 */
@media (max-width: 620px) {
    .vy-public-order-title {
        font-size: clamp(1.9rem, 7.6vw, 2.25rem);
        line-height: 1.08;
        overflow-wrap: anywhere;
        word-break: normal;
        margin-bottom: 2px;
    }
}

@media (max-width: 430px) {
    .vy-public-order-title {
        font-size: clamp(1.75rem, 7.2vw, 2rem);
        line-height: 1.1;
    }
}
/* VITRINYON_ORDER_PUBLIC_MOBILE_v2_LOADED */
@media (max-width: 620px) {
    .vy-public-order-page .vy-public-order-title {
        font-size: clamp(1.65rem, 6.3vw, 2rem) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.02em;
        overflow-wrap: anywhere;
        word-break: normal;
        margin-bottom: 6px;
        max-width: 100%;
    }

    .vy-public-order-page .vy-public-order-simple-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 18px 16px 24px;
        text-align: center;
    }

    .vy-public-order-page .vy-public-order-footer-brand,
    .vy-public-order-page .vy-public-order-footer-rights {
        display: block;
        max-width: 34rem;
        color: #8a8177;
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
        text-align: center;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
    }
}

@media (max-width: 430px) {
    .vy-public-order-page .vy-public-order-title {
        font-size: clamp(1.58rem, 6vw, 1.86rem) !important;
        line-height: 1.09 !important;
    }

    .vy-public-order-page .vy-public-order-simple-footer {
        padding-inline: 14px;
    }

    .vy-public-order-page .vy-public-order-footer-brand,
    .vy-public-order-page .vy-public-order-footer-rights {
        max-width: 22rem;
        font-size: 0.74rem !important;
    }
}