/* —— E-commerce Glowstart (CSS idêntico ao mockup HTML) —— */
body.wl-theme-skin-ecommerce-glowstart {
    --vinho: #8B1D2C;
    --dourado: #9D6B16;
    --bege: #F8F2EA;
    --bege2: #EFE4D7;
    --texto: #5c4533;
    --branco: #fff;
    --wl-heading-ff: 'Cormorant Garamond', serif;
    --wl-body-ff: 'Montserrat', sans-serif;
    --gs-shell-max: 1400px;
    --gs-shell-pad-x: 1.25rem;
    --gs-carousel-nav-outset: 12px;
    --gs-carousel-nav-size-categories: 36px;
    --gs-carousel-nav-size-lancamentos: 38px;
    --gs-carousel-nav-lane-categories: calc(var(--gs-carousel-nav-size-categories) + var(--gs-carousel-nav-outset));
    --gs-carousel-nav-lane-lancamentos: calc(var(--gs-carousel-nav-size-lancamentos) + var(--gs-carousel-nav-outset));
    --gs-cat-circle-size: 76%;
    --gs-cat-circle-px: clamp(72px, 14vw, 168px);
    --gs-cat-label-gap: 10px;
    --gs-display-title-ff: 'Cormorant Garamond', Georgia, serif;
    --gs-display-title-size: clamp(2.35rem, 5vw, 3.35rem);
    --gs-display-title-weight: 400;
    --gs-display-title-lh: 1.12;
}

/* Títulos de destaque — hero e categorias (vence Montserrat global em h2/h3) */
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content h1,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-texto.gs-hero-copy .wl-widget-texto__title,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-head h2,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__title,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__title-line {
    font-family: var(--gs-display-title-ff) !important;
    font-size: var(--gs-display-title-size) !important;
    font-weight: var(--gs-display-title-weight) !important;
    line-height: var(--gs-display-title-lh) !important;
}

/* Container alinhado ao header — logo ↔ ícones */
body.wl-theme-skin-ecommerce-glowstart .gs-shell,
body.wl-theme-skin-ecommerce-glowstart .gs-section-block--categories,
body.wl-theme-skin-ecommerce-glowstart .gs-section-block--mais-vendidos {
    width: 100%;
    max-width: var(--gs-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--gs-shell-pad-x) !important;
    padding-right: var(--gs-shell-pad-x) !important;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart,
body.wl-glowstart-site,
body.wl-theme-skin-ecommerce-glowstart main#main,
body.wl-glowstart-site main#main {
    background: var(--bege);
    font-family: 'Montserrat', sans-serif;
    color: var(--texto);
}

/* overflow-x no body quebra position:sticky do header — clip no html evita scroll lateral */
html:has(body.wl-theme-skin-ecommerce-glowstart#inicio),
html:has(body.wl-glowstart-site#inicio) {
    overflow-x: clip;
    max-width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart#inicio,
body.wl-glowstart-site#inicio {
    overflow-x: visible !important;
    max-width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart#inicio > main#main,
body.wl-glowstart-site#inicio > main#main {
    overflow-x: hidden;
}

body.wl-theme-skin-ecommerce-glowstart a:not(.btn):not(.planos-catalogo-btn) {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 991px) {
    body.wl-theme-skin-ecommerce-glowstart {
        --gs-shell-pad-x: 6rem;
    }
}

body.wl-theme-skin-ecommerce-glowstart .topbar {
    background: var(--vinho);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}

/*
 * Header mockup: barra larga sticky com vidro (não pílula do menu flutuante global).
 */
body.wl-theme-skin-ecommerce-glowstart.wl-menu-mode-floating #header.wl-header--floating,
body.wl-theme-skin-ecommerce-glowstart #header.wl-header--glowstart,
body.wl-glowstart-site #header.wl-header--glowstart,
body.wl-glowstart-site #header.wl-header--floating,
body.wl-theme-skin-ecommerce-glowstart #header,
body.wl-theme-skin-ecommerce-glowstart #header.wl-header--floating,
body.wl-glowstart-site #header {
    background: rgba(255, 255, 255, 0.92) !important;
    background-color: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-bottom: 2px solid var(--vinho) !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 999 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
}

body.wl-theme-skin-ecommerce-glowstart.wl-menu-mode-floating main#main,
body.wl-theme-skin-ecommerce-glowstart main#main {
    padding-top: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu.wl-site-nav,
body.wl-theme-skin-ecommerce-glowstart #menu.navbar,
body.wl-theme-skin-ecommerce-glowstart #header .wl-site-nav,
body.wl-theme-skin-ecommerce-glowstart.wl-menu-mode-floating #header.wl-header--floating .wl-site-nav {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 0 !important;
    width: 100% !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu .container-fluid {
    max-width: var(--gs-shell-max);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 0;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    align-self: center;
    line-height: 1 !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu #menu-logotipo,
body.wl-theme-skin-ecommerce-glowstart #menu .gs-glowstart-logo {
    display: block;
    max-height: 68px;
    width: auto;
    max-width: min(280px, 48vw);
    height: auto;
    object-fit: contain;
    object-position: left center;
    background: transparent !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-brand,
body.wl-theme-skin-ecommerce-glowstart #menu .navbar-brand span {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 52px !important;
    color: var(--dourado) !important;
    position: relative;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-collapse {
    display: flex !important;
    flex-grow: 1;
    align-items: center !important;
    justify-content: center;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-nav {
    align-items: center !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-brand span span {
    color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-nav .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-nav .nav-link:hover {
    color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu .icons {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 20px;
    font-size: 22px;
    color: var(--dourado);
    flex-shrink: 0;
    line-height: 1;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__search,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__favorites,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dourado);
    text-decoration: none;
    transition: opacity 0.2s ease, color 0.2s ease;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user:hover,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__search:hover,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__favorites:hover,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__cart:hover {
    opacity: 0.82;
    color: var(--dourado);
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__favorites,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__cart {
    position: relative;
    font-size: 22px;
    line-height: 1;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__cart-count {
    position: absolute;
    top: -5px;
    right: -9px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--vinho);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: 0 0 0 1px var(--bege);
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user--logged,
body.wl-glowstart-site #menu .wl-header-actions__user--logged {
    gap: 8px;
    max-width: 168px;
    padding: 2px 0;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__avatar,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__initials,
body.wl-glowstart-site #menu .wl-header-actions__avatar,
body.wl-glowstart-site #menu .wl-header-actions__initials {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__avatar,
body.wl-glowstart-site #menu .wl-header-actions__avatar {
    object-fit: cover;
    border: 1px solid rgba(184, 134, 11, 0.35);
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__initials,
body.wl-glowstart-site #menu .wl-header-actions__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--vinho);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__name,
body.wl-glowstart-site #menu .wl-header-actions__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--dourado);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 96px;
}

@media (max-width: 767.98px) {
    body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__name,
    body.wl-glowstart-site #menu .wl-header-actions__name {
        display: none;
    }
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user-menu,
body.wl-glowstart-site #menu .wl-header-actions__user-menu {
    position: relative;
    z-index: 1001;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user-menu .wl-header-actions__user,
body.wl-glowstart-site #menu .wl-header-actions__user-menu .wl-header-actions__user {
    border: 0 !important;
    background: transparent;
    padding: 2px 0;
    cursor: pointer;
    box-shadow: none !important;
    outline: none;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user-menu .wl-header-actions__user:focus,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user-menu .wl-header-actions__user:focus-visible,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user-menu .wl-header-actions__user:active,
body.wl-glowstart-site #menu .wl-header-actions__user-menu .wl-header-actions__user:focus,
body.wl-glowstart-site #menu .wl-header-actions__user-menu .wl-header-actions__user:focus-visible,
body.wl-glowstart-site #menu .wl-header-actions__user-menu .wl-header-actions__user:active {
    border: 0 !important;
    box-shadow: none !important;
    outline: none;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__chevron,
body.wl-glowstart-site #menu .wl-header-actions__chevron {
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.9;
}

body.checkout-ocultar-menu-nav.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__user--checkout-static,
body.checkout-ocultar-menu-nav.wl-glowstart-site #menu .wl-header-actions__user--checkout-static {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 168px;
    padding: 2px 0;
    cursor: default;
    pointer-events: none;
}

body.checkout-ocultar-menu-nav.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__name,
body.checkout-ocultar-menu-nav.wl-glowstart-site #menu .wl-header-actions__name {
    display: inline;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__dropdown,
body.wl-glowstart-site #menu .wl-header-actions__dropdown {
    min-width: 220px;
    margin-top: 10px !important;
    padding: 6px 0;
    border: 1px solid rgba(184, 134, 11, 0.18);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1001 !important;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__dropdown-item,
body.wl-glowstart-site #menu .wl-header-actions__dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2c2c2c;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__dropdown-item .bi,
body.wl-glowstart-site #menu .wl-header-actions__dropdown-item .bi {
    width: 18px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
    opacity: 0.72;
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__dropdown-divider,
body.wl-glowstart-site #menu .wl-header-actions__dropdown-divider {
    margin: 6px 0;
    border-color: rgba(184, 134, 11, 0.14);
}

body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__dropdown-item:hover,
body.wl-theme-skin-ecommerce-glowstart #menu .wl-header-actions__dropdown-item:focus,
body.wl-glowstart-site #menu .wl-header-actions__dropdown-item:hover,
body.wl-glowstart-site #menu .wl-header-actions__dropdown-item:focus {
    background: rgba(184, 134, 11, 0.08);
    color: var(--vinho);
}

body.wl-theme-skin-ecommerce-glowstart #menu .navbar-toggler {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero,
body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy {
    --wl-sec-pt-m: 0 !important;
    --wl-sec-pb-m: 0 !important;
    --wl-sec-pt-d: 0 !important;
    --wl-sec-pb-d: 0 !important;
    margin-bottom: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .row,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .row,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .row {
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content {
    max-width: none;
    padding: 0;
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:not(:has(.gs-hero-imagem)) {
    min-height: clamp(340px, 44vh, 460px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 48px 0 !important;
    --wl-sec-pl-m: 0 !important;
    --wl-sec-pr-m: 0 !important;
    --wl-sec-pl-d: 0 !important;
    --wl-sec-pr-d: 0 !important;
    background:
        linear-gradient(to right, #f9f3ec 45%, rgba(255, 255, 255, 0.1)),
        url('hero-luxury-flatlay.png?v=2');
    background-size: cover;
    background-position: center;
}

/* Hero — widget imagem (full bleed, texto à esquerda, foto à direita) */
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) {
    min-height: 0;
    height: auto;
    padding: 0 !important;
    background: transparent !important;
    display: block;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) > .container-fluid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) > .container-fluid.px-xl-7,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) > .container-fluid > .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) [class*='col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) > .container-fluid > .row > [class*='col-'] {
    max-width: none !important;
    display: block !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem__outer {
    width: 100%;
    max-width: none;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem {
    position: relative;
    width: 100%;
    min-height: clamp(340px, 44vh, 460px);
    overflow: hidden;
    background-color: #f9f3ec;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem > img {
    display: block;
    width: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: 72% center;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to right,
        #f9f3ec 0%,
        #f9f3ec 36%,
        rgba(249, 243, 236, 0.92) 44%,
        rgba(249, 243, 236, 0.55) 52%,
        rgba(249, 243, 236, 0.12) 62%,
        transparent 72%
    );
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem .wl-image-overlay-frame {
    z-index: 2;
    padding: 48px var(--gs-shell-pad-x) !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem .wl-image-overlay-frame > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: min(720px, 62%);
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem .wl-image-title {
    margin: 0 !important;
    white-space: nowrap;
    overflow-wrap: normal !important;
    word-break: normal !important;
    line-height: 1.05 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem .wl-image-title .hero-content__spark {
    display: inline-block;
    margin-left: 0.12em;
    color: var(--dourado);
    font-style: normal;
    font-size: 0.82em;
    line-height: 1;
    transform: translateY(-0.06em);
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem .wl-image-slogan {
    max-width: 420px;
    margin: 0 !important;
    line-height: 1.55;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem .wl-widget-botao {
    margin: 0 !important;
    padding: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .gs-hero-imagem .btnSaibaMais {
    padding: 18px 42px !important;
    letter-spacing: 1px;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
}

/* Cadeia interna em 100% — evita colapso do bloco de texto (título quebrando por letra) */
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .container-fluid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .container-fluid > .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero [class*='col-'],
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-posts-widget,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .ql-editor {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

/* Hero com container-fluid (builder): shell no wrapper, não no ql-editor */
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .container-fluid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .container-fluid.px-xl-7 {
    width: 100%;
    max-width: var(--gs-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--gs-shell-pad-x) !important;
    padding-right: var(--gs-shell-pad-x) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .container-fluid > .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero [class*='col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .ql-editor {
    width: 100%;
    max-width: var(--gs-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--gs-shell-pad-x) !important;
    padding-right: var(--gs-shell-pad-x) !important;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(> .container-fluid) .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(> .container-fluid) .ql-editor {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .ql-editor > p:has(.hero-content) {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: auto;
    max-width: min(720px, 62%);
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content > *,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .ql-editor .hero-content > * {
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content h1 {
    color: var(--vinho);
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual;
    white-space: nowrap;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .ql-editor {
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content h1 .hero-content__spark {
    display: inline-block;
    margin-left: 0.12em;
    color: var(--dourado);
    font-style: normal;
    font-size: 0.82em;
    line-height: 1;
    transform: translateY(-0.06em);
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content p {
    max-width: 420px;
    line-height: 1.55;
    font-size: 15px;
}

/* Hero — widgets nativos (texto + botão), alinhado ao shell do header */
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .container-fluid > .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: min(720px, 62%);
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-texto.gs-hero-copy {
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-texto.gs-hero-copy .wl-widget-texto__title {
    color: var(--vinho) !important;
    margin: 0 !important;
    white-space: nowrap;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-texto.gs-hero-copy .wl-widget-texto__title::after {
    content: ' ✦';
    color: var(--dourado);
    font-size: 0.82em;
    line-height: 1;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-texto.gs-hero-copy .wl-widget-texto__body {
    max-width: 420px;
    line-height: 1.55;
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-botao {
    margin: 0 !important;
    padding: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-botao .btnSaibaMais {
    padding: 18px 42px !important;
    letter-spacing: 1px;
    border: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-botao .btnSaibaMais:hover {
    transform: translateY(-4px);
    background: #6f1220 !important;
}

body.wl-theme-skin-ecommerce-glowstart a.btn,
body.wl-theme-skin-ecommerce-glowstart .btn {
    background: var(--vinho);
    color: #fff !important;
    padding: 18px 42px;
    border-radius: 999px;
    display: inline-block;
    transition: 0.3s;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    text-decoration: none !important;
}

body.wl-theme-skin-ecommerce-glowstart a.btn:hover,
body.wl-theme-skin-ecommerce-glowstart .btn:hover {
    transform: translateY(-4px);
    background: #6f1220;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart a.planos-catalogo-btn--primary,
body.wl-theme-skin-ecommerce-glowstart button.planos-catalogo-btn--primary,
body.wl-theme-skin-ecommerce-glowstart .planos-catalogo-btn--primary {
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart a.planos-catalogo-btn--primary:hover,
body.wl-theme-skin-ecommerce-glowstart button.planos-catalogo-btn--primary:hover,
body.wl-theme-skin-ecommerce-glowstart .planos-catalogo-btn--primary:hover {
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart a.planos-catalogo-btn--ghost:hover,
body.wl-theme-skin-ecommerce-glowstart .planos-catalogo-btn--ghost:hover {
    color: var(--pc-brand, var(--vinho, #8B1D2C)) !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-posts-content .ql-editor a:not(.btn) {
    color: inherit;
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits {
    padding: 80px 0;
    background: white;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .wl-posts-content .ql-editor {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px !important;
    width: 100%;
    max-width: var(--gs-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--gs-shell-pad-x) !important;
    padding-right: var(--gs-shell-pad-x) !important;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .benefit {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #f0e0d2;
    border-radius: 25px;
    transition: 0.3s;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    background: #fff;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .benefit:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .benefit > * {
    margin-left: auto;
    margin-right: auto;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .benefit h3 {
    margin: 20px 0 10px !important;
    color: var(--vinho) !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1.1;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .benefit p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.55;
    color: var(--texto);
    font-family: 'Montserrat', sans-serif !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .section-title,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .section-title,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .section-title,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .section-title {
    text-align: center;
    margin: 0 0 60px;
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .section-title span,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .section-title span,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .section-title span,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .section-title span {
    display: block;
    color: var(--vinho);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .section-title h2,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .section-title h2,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .section-title h2,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .section-title h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    color: var(--dourado);
    margin: 10px 0 0;
    font-weight: 500;
    line-height: 1.05;
    background: transparent !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories {
    padding: 0 0 18px !important;
    background: var(--bege) !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products {
    padding: 0 0 52px !important;
    color: var(--texto);
}

@media (min-width: 768px) {
    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories {
        padding-bottom: 28px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.products,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products {
        padding-bottom: 72px !important;
    }
}

@media (min-width: 992px) {
    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories {
        padding-bottom: 32px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.products,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products {
        padding-bottom: 80px !important;
    }
}

body.wl-theme-skin-ecommerce-glowstart .gs-section-block--categories {
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-head {
    max-width: none;
    margin: 0;
    padding: 72px 0 40px;
    text-align: center;
    background: transparent;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--vinho);
    margin: 0 auto 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-head h2,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__title {
    color: var(--vinho) !important;
    margin: 0 auto 24px;
    width: 100%;
    max-width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__title-line {
    display: block;
    width: 100%;
    white-space: nowrap;
}

@media (max-width: 380px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__title-line {
        white-space: normal;
    }
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    max-width: min(420px, 92%);
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__divider-line {
    flex: 1;
    height: 1px;
    background: #d4c4b5;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__divider-icon {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    transform: translateY(-1px);
}

body.wl-theme-skin-ecommerce-glowstart .gs-section-body--categories {
    padding: 8px 0 14px;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav {
    padding-left: var(--gs-carousel-nav-lane-categories);
    padding-right: var(--gs-carousel-nav-lane-categories);
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .gs-categories-carousel {
    overflow: hidden;
    padding: 0 0 4px;
    min-height: calc(var(--gs-cat-circle-px) + 2.75rem);
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav {
        padding-left: var(--gs-shell-pad-x);
        padding-right: var(--gs-shell-pad-x);
    }
}

@media (max-width: 767.98px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-head {
        padding: 28px 0 20px;
    }

    body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.categories > .container-fluid > .row,
    body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.wl-ecom-categories > .container-fluid > .row {
        align-items: flex-start !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #categorias .wl-one-col-swiper.wl-swiper-default-height,
    body.wl-theme-skin-ecommerce-glowstart #categorias .wl-one-col-swiper.wl-swiper-default-height.swiper,
    body.wl-theme-skin-ecommerce-glowstart #categorias .wl-one-col-swiper.wl-swiper-default-height .swiper-wrapper,
    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has([data-gs-categories-carousel]),
    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has([data-gs-categories-carousel]).swiper,
    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has([data-gs-categories-carousel]) .swiper-wrapper,
    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has(.gs-section-block--categories),
    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has(.gs-section-block--categories).swiper,
    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has(.gs-section-block--categories) .swiper-wrapper {
        height: auto !important;
        min-height: 0 !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has([data-gs-categories-carousel]) .swiper-slide,
    body.wl-theme-skin-ecommerce-glowstart .wl-one-col-swiper.wl-swiper-default-height:has(.gs-section-block--categories) .swiper-slide {
        height: auto !important;
    }

    body.wl-theme-skin-ecommerce-glowstart {
        --gs-cat-circle-px: clamp(64px, 26vw, 92px);
        --gs-cat-label-gap: 8px;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .gs-categories-carousel {
        min-height: calc(var(--gs-cat-circle-px) + 2.5rem);
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .cat-card__circle {
        width: min(var(--gs-cat-circle-px), 100%) !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round,
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel a.cat-card--round {
        max-width: 100%;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round .cat-card__label h3 {
        font-size: 9px !important;
        letter-spacing: 0.05em !important;
        max-width: min(var(--gs-cat-circle-px), 100%);
        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
    }
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--glowstart.cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card--glowstart.cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--glowstart.cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel a.cat-card--glowstart.cat-card--round {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    align-items: center !important;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel a.cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart a.cat-card--round {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gs-cat-label-gap);
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0;
    overflow: visible;
    background: transparent;
    border: none;
    border-radius: 0;
    color: var(--vinho);
    text-decoration: none;
    box-shadow: none;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-nav {
    position: absolute;
    top: calc(var(--gs-cat-circle-px) / 2);
    transform: translateY(-50%);
    z-index: 3;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: var(--vinho);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-nav:hover {
    background: #6f1220;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-nav--prev {
    left: var(--gs-carousel-nav-outset);
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-nav--next {
    right: var(--gs-carousel-nav-outset);
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .gs-categories-nav {
    display: none;
}

@media (min-width: 992px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .gs-categories-nav {
        display: inline-flex;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .gs-categories-nav--prev {
        left: 0 !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .gs-categories-nav--next {
        right: 0 !important;
    }
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-grid--glowstart,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-grid--glowstart {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 !important;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel a.cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart a.cat-card--round {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gs-cat-label-gap);
    width: 100%;
    min-height: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
    border: none;
    border-radius: 0;
    color: var(--vinho);
    text-decoration: none;
    box-shadow: none;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--glowstart.cat-card--round::before,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--glowstart.cat-card--round::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card--glowstart.cat-card--round::before,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card--glowstart.cat-card--round::after,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round::before,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round::after,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round::before,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round::after {
    content: none !important;
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav a.cat-card--round {
    width: 100%;
    max-width: none;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap--no-nav .cat-card__circle {
    display: block;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: #ece3d8;
    background-image: var(--cat-photo);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 16px rgba(47, 36, 28, 0.1);
    width: var(--gs-cat-circle-px) !important;
    max-width: var(--gs-cat-circle-px) !important;
    height: var(--gs-cat-circle-px) !important;
    margin: 0 auto;
}

@media (min-width: 768px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round .cat-card__label h3,
    body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round .cat-card__label h3 {
        font-size: 12px !important;
    }
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel-wrap:not(.gs-categories-carousel-wrap--no-nav) .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card__circle {
    display: block;
    flex-shrink: 0;
    width: 88px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: #ece3d8;
    background-image: var(--cat-photo);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 16px rgba(47, 36, 28, 0.1);
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round,
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel a.cat-card--round {
    gap: var(--gs-cat-label-gap);
    width: 100%;
    max-width: calc(var(--gs-cat-circle-px) + 12px);
    margin: 0 auto;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .swiper-wrapper {
    align-items: flex-start;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round:hover .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round:hover .cat-card__circle {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(92, 69, 51, 0.18);
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round .cat-card__label,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round .cat-card__label {
    position: static;
    z-index: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round .cat-card__label h3,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round .cat-card__label h3 {
    position: static;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #1f1a17 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    display: block !important;
    overflow: visible !important;
    max-width: var(--gs-cat-circle-px);
    text-align: center;
    background: transparent !important;
    border: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--round .cat-card__label h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card--round .cat-card__label h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--glowstart .cat-card__label h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card--glowstart .cat-card__label h3 {
    color: #1f1a17 !important;
    font-size: 11px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    line-height: 1.35 !important;
    white-space: normal !important;
}

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card:not(.cat-card--round),
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart a.cat-card:not(.cat-card--round) {
    position: relative;
    min-height: 320px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px 18px;
    color: #fff;
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round.cat-card--1 .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round.cat-card--1 .cat-card__circle { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?q=80&w=800&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round.cat-card--2 .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round.cat-card--2 .cat-card__circle { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?q=80&w=800&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round.cat-card--3 .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round.cat-card--3 .cat-card__circle { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?q=80&w=800&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round.cat-card--4 .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round.cat-card--4 .cat-card__circle { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1611652022419-a9419f74343d?q=80&w=800&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round.cat-card--5 .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round.cat-card--5 .cat-card__circle { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1611652022419-a9419f74343d?q=80&w=800&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round.cat-card--6 .cat-card__circle,
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--round.cat-card--6 .cat-card__circle { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?q=80&w=800&auto=format&fit=crop')); }

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card:not(.cat-card--round)::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--cat-photo);
    background-size: cover;
    background-position: center;
    transition: transform 0.35s ease;
}

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card:not(.cat-card--round)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 55%, transparent 100%);
    z-index: 1;
}

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--1::after { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?q=80&w=1200&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--2::after { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1611591437281-460bfbe1220a?q=80&w=1200&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--3::after { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1605100804763-247f67b3557e?q=80&w=1200&auto=format&fit=crop')); }
body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card--4::after { background-image: var(--cat-photo, url('https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?q=80&w=1200&auto=format&fit=crop')); }

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card:not(.cat-card--round):hover::after {
    transform: scale(1.05);
}

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card:not(.cat-card--round) .cat-card__label {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gs-cat-label-gap);
}

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card__icon {
    font-size: 14px;
    line-height: 1;
}

body.wl-theme-skin-ecommerce-glowstart .cat-grid--glowstart .cat-card:not(.cat-card--round) h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-posts-content .ql-editor,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-posts-content .ql-editor {
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    line-height: normal !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-posts-content .ql-editor > p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-posts-content .ql-editor > p {
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-posts-content .ql-editor > p:has(.section-title),
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-posts-content .ql-editor > p:has(.cat-grid),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-posts-content .ql-editor > p:has(.section-title),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-posts-content .ql-editor > p:has(.cat-grid) {
    display: contents !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-posts-content .ql-editor p:empty,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-posts-content .ql-editor p:empty {
    display: none !important;
    height: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-section-slogan,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-section-slogan {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .wl-posts-content {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .section-title,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .section-title {
    margin-bottom: 60px !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .section-title > *,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .section-title > * {
    margin-left: auto;
    margin-right: auto;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-grid:not(.cat-grid--glowstart),
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .grid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-grid:not(.cat-grid--glowstart),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px !important;
    width: 100%;
    overflow: hidden;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-grid > p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-grid > p {
    margin: 0 !important;
    display: contents !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique),
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .card,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories a.cat-card:not(.cat-card--glowstart):not(.cat-card--boutique),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories a.cat-card:not(.cat-card--glowstart):not(.cat-card--boutique) {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 28px !important;
    cursor: pointer;
    border: none !important;
    padding: 30px !important;
    margin: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: flex-end !important;
    min-height: 480px !important;
    height: 480px !important;
    max-height: 480px !important;
    background-color: #ddd !important;
    background-image: none !important;
    box-sizing: border-box !important;
    color: inherit;
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique)::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique)::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 0;
    pointer-events: none;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique)::before,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique)::before,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card::before,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 55%);
    pointer-events: none;
    z-index: 1;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--1::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--1::after {
    background-image: url('https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?q=80&w=1200&auto=format&fit=crop');
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--2::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--2::after {
    background-image: url('hero-luxury-flatlay.png?v=2');
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--3::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--3::after {
    background-image: url('https://images.unsplash.com/photo-1611652022419-a9419f74343d?q=80&w=1200&auto=format&fit=crop');
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--4::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--glowstart):not(.cat-card--boutique).cat-card--4::after {
    background-image: url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?q=80&w=1200&auto=format&fit=crop');
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:hover::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:hover::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card:hover::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .card:hover::after {
    transform: scale(1.08);
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:hover {
    transform: none;
    box-shadow: none;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card img {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-overlay,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .overlay,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-overlay,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .overlay {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card .card-body,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card .card-footer,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card .card-body,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card .card-footer {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--round):not(.cat-card--glowstart) h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--round):not(.cat-card--glowstart) h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-overlay h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .overlay h3,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-overlay h3 {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-size: 36px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.1;
    background: transparent !important;
    border: none !important;
}

/* Mockup: .products sem fundo branco — herda bege do body; só .product/.prod-card é branco */
body.wl-theme-skin-ecommerce-glowstart .wl-section.products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products [class*='col-'],
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-widget,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content .ql-editor,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content .ql-editor {
    background: var(--bege) !important;
    background-color: var(--bege) !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories {
    overflow-x: clip;
    max-width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .container-fluid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .container-fluid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .container-fluid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .container-fluid {
    max-width: 100%;
    overflow-x: clip;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products {
    color: var(--texto);
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-section-slogan,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-section-slogan {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content .ql-editor,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content .ql-editor {
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    line-height: normal !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content .ql-editor > p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content .ql-editor > p {
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content .ql-editor > p:has(.section-title),
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content .ql-editor > p:has(.prod-grid),
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content .ql-editor > p:has(.prod-card),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content .ql-editor > p:has(.section-title),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content .ql-editor > p:has(.prod-grid),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content .ql-editor > p:has(.prod-card) {
    display: contents !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-content .ql-editor p:empty,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-content .ql-editor p:empty {
    display: none !important;
    height: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .section-title,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .section-title {
    margin-bottom: 60px !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .section-title > *,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .section-title > * {
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .section-title h2,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .section-title h2 {
    margin-top: 10px !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-grid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product-grid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-grid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px !important;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-grid > p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-grid > p {
    margin: 0 !important;
    display: contents !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .card,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .card {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border-radius: 25px !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card:not(.prod-card--catalog):hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product:not(.prod-card--catalog):hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card:not(.prod-card--catalog):hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product:not(.prod-card--catalog):hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-widget .wl-posts-content .ql-editor img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-widget .wl-posts-content .ql-editor img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card:not(.prod-card--catalog) img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product:not(.prod-card--catalog) img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card:not(.prod-card--catalog) img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product:not(.prod-card--catalog) img {
    width: 100% !important;
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
    flex: 0 0 auto !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-info,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product-info,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-info,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product-info {
    padding: 25px !important;
    text-align: center !important;
    flex: 0 0 auto !important;
    background: #fff !important;
    width: 100%;
    box-sizing: border-box !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-info h4,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product-info h4,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-info h4,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product-info h4 {
    font-size: 20px !important;
    margin: 0 0 12px !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: var(--dourado) !important;
    font-weight: 500 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .price,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .price,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-info .price,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-info .price {
    color: var(--vinho) !important;
    font-size: 22px !important;
    margin: 0 0 20px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-info .btn,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product-info .btn,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-info .btn {
    margin: 0 auto !important;
    display: inline-block !important;
}

/* Lançamentos — mesmo container do header */
body.wl-theme-skin-ecommerce-glowstart .gs-section-block--mais-vendidos {
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .gs-mais-vendidos-head {
    max-width: none;
    margin: 0;
    padding: 12px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-mais-vendidos-head {
        padding: 32px 0 24px;
    }
}

body.wl-theme-skin-ecommerce-glowstart .gs-mais-vendidos-head__title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

body.wl-theme-skin-ecommerce-glowstart .gs-mais-vendidos-head__spark {
    color: var(--dourado);
    font-size: 12px;
    line-height: 1;
}

body.wl-theme-skin-ecommerce-glowstart .gs-mais-vendidos-head h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--vinho);
}

body.wl-theme-skin-ecommerce-glowstart .gs-mais-vendidos-head__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vinho);
    text-decoration: none;
    white-space: nowrap;
}

body.wl-theme-skin-ecommerce-glowstart .gs-mais-vendidos-head__link:hover {
    color: #6f1220;
}

body.wl-theme-skin-ecommerce-glowstart .gs-section-block--mais-vendidos .gs-categories-head {
    padding: 28px 0 28px;
}

@media (min-width: 768px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-section-block--mais-vendidos .gs-categories-head {
        padding: 36px 0 32px;
    }
}

@media (min-width: 992px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-section-block--mais-vendidos .gs-categories-head {
        padding: 44px 0 36px;
    }
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-cta {
    display: flex;
    justify-content: center;
    margin: 28px 0 0;
    padding: 0 16px;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-ver-todos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 38px;
    border-radius: 999px;
    background: transparent !important;
    color: var(--vinho) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 2px solid var(--vinho) !important;
    box-shadow: 0 10px 24px rgba(139, 29, 44, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-ver-todos:hover,
body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-ver-todos:focus {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(139, 29, 44, 0.18);
    color: #fff !important;
    background: var(--vinho) !important;
    border-color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-ver-todos .bi {
    font-size: 15px;
    line-height: 1;
    transition: transform 0.25s ease;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-ver-todos:hover .bi,
body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-ver-todos:focus .bi {
    transform: translateX(4px);
}

body.wl-theme-skin-ecommerce-glowstart .gs-section-body--mais-vendidos {
    max-width: none;
    margin: 0;
    padding: 0 0 24px;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
}

body.wl-theme-skin-ecommerce-glowstart .gs-section-block--mais-vendidos .gs-section-body--mais-vendidos {
    overflow-x: clip;
    overflow-y: visible;
}

@media (min-width: 768px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-section-body--mais-vendidos {
        padding-bottom: 32px;
    }
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .gs-lancamentos-carousel {
    padding: 0 0 8px;
    overflow: hidden;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel .swiper-wrapper {
    align-items: flex-start;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
    align-self: flex-start;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .swiper-slide > .prod-card--catalog,
body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .swiper-slide > article.prod-card {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .prod-card--catalog {
    width: 100%;
    height: auto !important;
    min-height: 0;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel {
    overflow: hidden;
    padding: 4px 0 8px;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel .swiper-slide {
    height: auto;
    width: auto;
    max-width: none;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 999px;
    background: var(--vinho);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-nav:hover {
    background: #6f1220;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-nav--prev {
    left: var(--gs-carousel-nav-outset);
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-nav--next {
    right: var(--gs-carousel-nav-outset);
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .gs-lancamentos-nav {
    display: none;
}

@media (min-width: 992px) {
    body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .gs-lancamentos-nav {
        display: inline-flex;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .gs-lancamentos-nav--prev {
        left: var(--gs-carousel-nav-outset) !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .gs-lancamentos-nav--next {
        right: var(--gs-carousel-nav-outset) !important;
    }
}

/* Cards catálogo — padrão editorial Glowstart (compacto, 4 por linha) */
body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog {
    position: relative;
    background: #fff !important;
    border: none !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    box-shadow: none !important;
    transition: box-shadow 0.25s ease;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog:hover {
    transform: none !important;
    box-shadow: 0 4px 14px rgba(47, 36, 28, 0.1) !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__media {
    display: block;
    line-height: 0;
    flex: 0 0 auto !important;
    background: #f3ece4;
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 22px 22px 0 0;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__wish,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__wish {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--vinho, #8B1D2C);
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__wish:hover,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__wish:hover {
    color: var(--vinho, #8B1D2C);
    transform: scale(1.08);
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__wish.is-favorited,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__wish.is-favorited {
    color: var(--vinho, #8B1D2C);
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart {
    position: relative;
    border: none !important;
    border-radius: 22px !important;
    box-shadow: none !important;
    transition: box-shadow 0.25s ease;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart:hover {
    transform: none !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(47, 36, 28, 0.1) !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .wl-posts-widget .wl-posts-content .ql-editor .prod-card--catalog img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .wl-posts-widget .wl-posts-content .ql-editor .prod-card--catalog img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card--catalog img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card--catalog img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 22px 22px 0 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card--catalog,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card--catalog {
    border-radius: 22px !important;
    height: auto !important;
    box-shadow: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card--catalog .prod-info,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card--catalog .prod-info {
    padding: 14px 12px 16px !important;
    text-align: center !important;
    flex: 1 1 auto !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .gs-lancamentos-carousel-wrap--no-nav .prod-card--catalog,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .gs-lancamentos-carousel-wrap--no-nav .prod-card--catalog {
    height: auto !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card--catalog:hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card--catalog:hover {
    transform: none !important;
    box-shadow: 0 4px 14px rgba(47, 36, 28, 0.1) !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap:not(.gs-lancamentos-carousel-wrap--no-nav) {
    padding: 0;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav {
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .prod-card--catalog .prod-info {
    flex: 1 1 auto !important;
    min-height: 0;
    align-items: stretch !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .prod-card--catalog .prod-info h4 {
    min-height: 1.45em;
    margin-bottom: 2px !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .prod-card--catalog .prod-card__buy-row {
    margin-top: 10px !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-info {
    padding: 14px 12px 16px !important;
    text-align: left !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: #fff !important;
    width: 100%;
    box-sizing: border-box !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-info h4 {
    margin: 0 0 8px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(0.95rem, 1.6vw, 1.125rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    line-height: 1.25 !important;
    color: var(--dourado) !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    text-align: left !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__subtitle {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-lancamentos-carousel-wrap--no-nav .prod-card--catalog .prod-card__buy-row {
    margin-top: 10px !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-info .price {
    color: var(--vinho) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    letter-spacing: -0.01em;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__buy-row {
    display: flex !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100%;
    margin-top: 10px !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__cart-form {
    flex: 0 0 44px;
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .gs-prod-card-buy-btn {
    flex: 1 1 auto;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px;
    padding: 0 14px !important;
    border: 1.5px solid var(--vinho) !important;
    border-radius: 12px !important;
    background: var(--vinho) !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-prod-card-buy-btn:hover {
    background: #6f1220 !important;
    border-color: #6f1220 !important;
    color: #fff !important;
    text-decoration: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__pricing {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2px;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__price-compare {
    margin: 0 0 3px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #9a8778 !important;
    text-decoration: line-through !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__price-pix {
    margin: 0 0 2px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--vinho) !important;
    line-height: 1.35 !important;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-card__price-installment {
    margin: 0 0 4px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--texto) !important;
    line-height: 1.45 !important;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__pricing,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__price-compare,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__price-pix,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__price-installment {
    text-align: left;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__pricing {
    width: 100%;
    margin-top: 6px;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__price-compare {
    margin: 0 0 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #9a8778;
    text-decoration: line-through;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__price-pix {
    margin: 0 0 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--vinho);
    line-height: 1.35;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__price-installment {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--texto);
    line-height: 1.45;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__buy-row,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .produtos-catalogo-card__actions {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-card--glowstart .prod-card__cart-form {
    flex: 0 0 44px;
    margin: 0;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-info .price {
    margin: 0 !important;
    flex: 0 0 auto;
}

body.wl-theme-skin-ecommerce-glowstart .gs-prod-card-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1.5px solid var(--vinho) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--vinho) !important;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    line-height: 1 !important;
    box-sizing: border-box !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-prod-card-cart-btn__plus {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-prod-card-cart-btn .bi {
    font-size: 15px !important;
    line-height: 1 !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-prod-card-cart-btn:hover {
    background: var(--vinho) !important;
    border-color: var(--vinho) !important;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-prod-card-cart-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

body.wl-theme-skin-ecommerce-glowstart .gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: 0.2s ease;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    line-height: 1.2;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .gs-btn--sm {
    min-height: 32px;
}

body.wl-theme-skin-ecommerce-glowstart .prod-card--catalog .prod-info h4 a {
    color: inherit;
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-card--catalog .prod-info h4,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card--catalog .prod-info h4 {
    color: var(--dourado) !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-btn--primary {
    background: var(--vinho) !important;
    color: #fff !important;
    border-color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-btn--primary:hover {
    background: #6f1220 !important;
    border-color: #6f1220 !important;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-btn--outline {
    background: #fff !important;
    color: var(--vinho) !important;
    border-color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .gs-btn--outline:hover {
    background: rgba(139, 29, 44, 0.06) !important;
    color: var(--vinho) !important;
    border-color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram {
    background: linear-gradient(135deg, var(--vinho), #5b0e1a) !important;
    padding: 100px 6% !important;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-section-slogan,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-section-slogan {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content .ql-editor,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-content .ql-editor {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-widget,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-widget,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram [class*='col-'],
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram [class*='col-'] {
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content .ql-editor,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-content .ql-editor {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    line-height: normal !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content .ql-editor > p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-content .ql-editor > p {
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content .ql-editor > p:has(.instagram-top),
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content .ql-editor > p:has(.insta-grid),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-content .ql-editor > p:has(.instagram-top),
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-content .ql-editor > p:has(.insta-grid) {
    display: contents !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-content .ql-editor p:empty,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-content .ql-editor p:empty {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-ecom-insta-head {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin: 0 0 36px !important;
    flex-wrap: nowrap;
    color: #fff;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top > div,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top > div {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top h2,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top h2,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-ecom-insta-head h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 56px;
    font-weight: 500;
    color: #fff !important;
    margin: 0;
    line-height: 1.05;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-ecom-insta-sub {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 1.5;
    opacity: 0.92;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top .btn,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top .btn,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-ecom-insta-cta {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .insta-grid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .insta-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top > div > *,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top > div > * {
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top > div > p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top > div > p {
    margin-top: 10px !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .ql-editor > .instagram-top,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .ql-editor > .instagram-top {
    margin: 0 0 36px !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .ql-editor > .insta-grid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .ql-editor > .insta-grid {
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .insta-grid > p,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .insta-grid > p {
    margin: 0 !important;
    display: contents !important;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .wl-posts-widget .wl-posts-content .ql-editor img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .wl-posts-widget .wl-posts-content .ql-editor img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .insta-grid img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .insta-grid img {
    width: 100% !important;
    max-width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    object-fit: cover !important;
    object-position: center;
    border-radius: 25px !important;
    display: block !important;
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer,
body.wl-theme-skin-ecommerce-glowstart #site-footer.wl-site-footer,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section .container-fluid,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section .row,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-widget,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content .ql-editor {
    background: #fff !important;
    background-color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy {
    padding: 80px 0 24px !important;
    --wl-sec-pl-m: 0 !important;
    --wl-sec-pr-m: 0 !important;
    --wl-sec-pl-d: 0 !important;
    --wl-sec-pr-d: 0 !important;
    color: var(--texto) !important;
    min-height: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer + .wl-section.glowstart-footer-copy,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy + .wl-section.glowstart-footer {
    padding-top: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-section-slogan,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-section-heading,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-section-slogan {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer > .container-fluid,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy > .container-fluid,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer > .container-fluid.px-xl-7,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy > .container-fluid.px-xl-7 {
    width: 100%;
    max-width: var(--gs-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--gs-shell-pad-x) !important;
    padding-right: var(--gs-shell-pad-x) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-widget,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-widget {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer:has(> .container-fluid) .ql-editor,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy:has(> .container-fluid) .ql-editor {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--texto);
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer:not(:has(> .container-fluid)) .ql-editor,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy:not(:has(> .container-fluid)) .ql-editor {
    width: 100%;
    max-width: var(--gs-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--gs-shell-pad-x) !important;
    padding-right: var(--gs-shell-pad-x) !important;
    box-sizing: border-box;
    color: var(--texto);
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer [class*='col-'],
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy [class*='col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content .ql-editor,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content .ql-editor {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    line-height: normal !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content .ql-editor > p,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content .ql-editor > p {
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content .ql-editor > p:has(.footer-grid),
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content .ql-editor > p:has(.copy),
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content .ql-editor > p:has(.footer-logo),
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content .ql-editor > p:has(.footer-grid),
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content .ql-editor > p:has(.copy) {
    display: contents !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content .ql-editor p:empty,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content .ql-editor p:empty,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .wl-posts-content .ql-editor p:has(> br:only-child),
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content .ql-editor p:has(> br:only-child) {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid.row,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid.row,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid.row {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid:not(.row),
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid:not(.row),
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid:not(.row) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 40px !important;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > .footer-col,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid.row > [class*='col-'],
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > p {
    margin: 0 !important;
    min-width: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100%;
    text-align: left !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-col > p,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > div > p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
    width: 100%;
    max-width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-col > h4,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > div > h4 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    text-align: left !important;
    align-self: flex-start !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content .ql-editor ul,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content .ql-editor ol,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid ul,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-links {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
    width: 100%;
    text-align: left !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content .ql-editor li,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid li {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
    width: 100%;
    display: block !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid [class*='ql-indent'] {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Quill quebra <ul> em <p> por link — alinhar com o h4 */
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-col > h4 ~ p,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > div > h4 ~ p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: var(--texto) !important;
    margin: 0 0 12px !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-col > h4 ~ p:last-child,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > div > h4 ~ p:last-child {
    margin-bottom: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-logo {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 58px;
    color: var(--dourado) !important;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--texto);
    max-width: 320px;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid h4 {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--vinho) !important;
    margin: 0 0 20px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid ul,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-links {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid li {
    font-size: 14px;
    color: var(--texto) !important;
    line-height: 1.4 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-col--brand > p {
    max-width: 320px;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content .ql-editor > p:has(h4) {
    margin: 0 0 20px !important;
    padding: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-posts-content .ql-editor > p:has(h4) h4 {
    margin: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid a {
    color: var(--texto);
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid a:hover {
    color: var(--vinho);
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .copy,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .copy,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .copy {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 36px 0 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    color: #8d7a68 !important;
    font-family: 'Montserrat', sans-serif !important;
    box-sizing: border-box !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .copy > p,
body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-left,
body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-right {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    color: #8d7a68 !important;
    font-family: 'Montserrat', sans-serif !important;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-left {
    flex: 1 1 auto;
    text-align: left !important;
    min-width: 0;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-right {
    flex: 0 0 auto;
    text-align: right !important;
    margin-left: auto !important;
    white-space: nowrap;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-right a {
    color: #8d7a68 !important;
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-right a:hover {
    color: #5c4533 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1000px) {
    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:not(:has(.gs-hero-imagem)) {
        min-height: clamp(300px, 38vh, 400px);
        padding: 40px 0 !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) .gs-hero-imagem {
        min-height: clamp(300px, 38vh, 400px);
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) .wl-image-overlay-frame {
        padding: 40px var(--gs-shell-pad-x) !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) .wl-image-overlay-frame > div {
        max-width: 100%;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero:has(.gs-hero-imagem) .wl-image-title {
        white-space: normal;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content {
        width: 100%;
        max-width: 100%;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > .container-fluid > .row > [class*='col-'] {
        max-width: 100%;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content h1 {
        white-space: normal;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-texto.gs-hero-copy .wl-widget-texto__title {
        white-space: normal;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .wl-posts-content .ql-editor {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-grid:not(.cat-grid--glowstart),
    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product-grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .insta-grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .insta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 32px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid:not(.row),
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid:not(.row),
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid:not(.row) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 32px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid:not(.row) .footer-col--brand,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid:not(.row) .footer-col--brand,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid:not(.row) .footer-col--brand {
        grid-column: 1 / -1 !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top {
        flex-wrap: wrap;
    }

    body.wl-theme-skin-ecommerce-glowstart #menu .navbar-nav {
        display: none !important;
    }
}

@media (max-width: 700px) {
    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-grid:not(.cat-grid--glowstart),
    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.products .prod-grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product-grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits .wl-posts-content .ql-editor,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .insta-grid,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .insta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 28px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid:not(.row),
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid:not(.row),
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid:not(.row) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 28px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid:not(.row) .footer-col--brand,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid:not(.row) .footer-col--brand,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid:not(.row) .footer-col--brand {
        grid-column: 1 / -1 !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-col > h4,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > div > h4 {
        margin-bottom: 14px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-logo {
        font-size: clamp(2.75rem, 12vw, 3.5rem) !important;
        margin-bottom: 16px !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid p,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid .footer-col--brand > p {
        max-width: none !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .copy,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .copy,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .copy {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-top: 28px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-left,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .copy .copy-right {
        width: 100% !important;
        text-align: left !important;
        white-space: normal !important;
        margin-left: 0 !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card:not(.cat-card--round),
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card:not(.cat-card--round) {
        min-height: 360px !important;
        height: 360px !important;
        max-height: 360px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-section-body--mais-vendidos {
        padding: 0 0 24px;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-section-body--categories {
        padding: 8px 0 14px;
    }

    body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-section-block--mais-vendidos .gs-categories-head,
    body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-categories-head {
        padding: 28px 0 28px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-carousel .cat-card--round .cat-card__label h3,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--round .cat-card__label h3,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--glowstart .cat-card__label h3 {
        font-size: 12px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .gs-categories-nav {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .insta-grid img,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .insta-grid img {
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content h1,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .wl-widget-texto.gs-hero-copy .wl-widget-texto__title,
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-head h2,
    body.wl-theme-skin-ecommerce-glowstart .gs-categories-head__title {
        font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .section-title h2,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.products .section-title h2 {
        font-size: 42px;
    }

    body.wl-theme-skin-ecommerce-glowstart .wl-section.instagram .instagram-top h2,
    body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-instagram .instagram-top h2 {
        font-size: 42px;
    }
}

@media (max-width: 359px) {
    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid:not(.row),
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid:not(.row),
    body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid:not(.row) {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-col--newsletter,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > .footer-col:nth-child(4) {
    display: none !important;
}

/* Página de categoria — hero na paleta Glowstart */
body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero,
body.wl-glowstart-site .etiqueta-catalogo-hero {
    background: var(--bege2);
    color: var(--texto);
    border-bottom: 2px solid rgba(139, 29, 44, 0.1);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__glow,
body.wl-glowstart-site .etiqueta-catalogo-hero__glow {
    background:
        radial-gradient(ellipse 70% 80% at 0% 0%, rgba(139, 29, 44, 0.1), transparent 55%),
        radial-gradient(ellipse 50% 60% at 100% 100%, rgba(157, 107, 22, 0.08), transparent 50%),
        linear-gradient(180deg, var(--bege2) 0%, var(--bege) 100%);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__container,
body.wl-glowstart-site .etiqueta-catalogo-hero__container {
    max-width: var(--gs-shell-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--gs-shell-pad-x);
    padding-right: var(--gs-shell-pad-x);
    box-sizing: border-box;
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-breadcrumb,
body.wl-glowstart-site .etiqueta-catalogo-breadcrumb {
    color: rgba(92, 69, 51, 0.62);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-breadcrumb a,
body.wl-glowstart-site .etiqueta-catalogo-breadcrumb a {
    color: rgba(92, 69, 51, 0.82);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-breadcrumb a:hover,
body.wl-glowstart-site .etiqueta-catalogo-breadcrumb a:hover {
    color: var(--vinho);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__title,
body.wl-glowstart-site .etiqueta-catalogo-hero__title {
    font-family: var(--gs-display-title-ff) !important;
    font-weight: 600 !important;
    color: var(--vinho);
    letter-spacing: -0.02em;
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__lead,
body.wl-glowstart-site .etiqueta-catalogo-hero__lead {
    color: var(--texto);
    opacity: 0.88;
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__stats,
body.wl-glowstart-site .etiqueta-catalogo-hero__stats {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__media,
body.wl-glowstart-site .etiqueta-catalogo-hero__media {
    display: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__layout,
body.wl-glowstart-site .etiqueta-catalogo-hero__layout {
    grid-template-columns: 1fr !important;
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-hero__eyebrow,
body.wl-glowstart-site .etiqueta-catalogo-hero__eyebrow {
    background: rgba(139, 29, 44, 0.08);
    border-color: rgba(139, 29, 44, 0.15);
    color: var(--vinho);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-subcategorias,
body.wl-glowstart-site .etiqueta-catalogo-subcategorias {
    border-top-color: rgba(139, 29, 44, 0.12);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-subcategorias__label,
body.wl-glowstart-site .etiqueta-catalogo-subcategorias__label {
    color: rgba(92, 69, 51, 0.55);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-chip,
body.wl-glowstart-site .etiqueta-catalogo-chip {
    border-color: rgba(139, 29, 44, 0.2);
    background: var(--branco);
    color: var(--texto);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-chip:hover,
body.wl-glowstart-site .etiqueta-catalogo-chip:hover {
    background: var(--bege);
    color: var(--vinho);
    border-color: rgba(139, 29, 44, 0.35);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-chip.is-active,
body.wl-glowstart-site .etiqueta-catalogo-chip.is-active {
    background: var(--vinho);
    border-color: var(--vinho);
    color: var(--branco);
}

body.wl-theme-skin-ecommerce-glowstart .etiqueta-catalogo-body,
body.wl-glowstart-site .etiqueta-catalogo-body,
body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo.etiqueta-catalogo .produtos-catalogo-body,
body.wl-glowstart-site .produtos-catalogo.etiqueta-catalogo .produtos-catalogo-body {
    background: var(--bege);
}

body.wl-theme-skin-ecommerce-glowstart .produtos-catalogo-index-hero .etiqueta-catalogo-hero__stats,
body.wl-glowstart-site .produtos-catalogo-index-hero .etiqueta-catalogo-hero__stats {
    display: none !important;
}

/* —— Carrinho / checkout (paleta Glowstart) —— */
body.wl-theme-skin-ecommerce-glowstart:has(.site-cart-wrap .cart-page),
body.wl-glowstart-site:has(.site-cart-wrap .cart-page) {
    --wl-accent: var(--vinho);
    --wl-accent-rgb: 139, 29, 44;
}

body.wl-theme-skin-ecommerce-glowstart:has(.site-cart-wrap .cart-page) main#main,
body.wl-glowstart-site:has(.site-cart-wrap .cart-page) main#main {
    background: var(--bege) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page,
body.wl-glowstart-site .site-cart-wrap .cart-page {
    --cart-accent: var(--vinho);
    --cart-text: var(--texto);
    --cart-muted: #9a8778;
    --cart-border: #e8ddd0;
    --cart-surface: var(--branco);
    --cart-shadow: 0 4px 20px rgba(92, 69, 51, 0.08);
    --wl-hover: var(--bege2);
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-panel__title,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-resumo__title,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-items-head__title,
body.wl-glowstart-site .site-cart-wrap .checkout-panel__title,
body.wl-glowstart-site .site-cart-wrap .checkout-resumo__title,
body.wl-glowstart-site .site-cart-wrap .cart-items-head__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    color: var(--dourado) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-item__title,
body.wl-glowstart-site .site-cart-wrap .cart-item__title {
    color: var(--texto) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-item__preco-vista,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-resumo-item__valor,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-resumo__total strong,
body.wl-glowstart-site .site-cart-wrap .cart-item__preco-vista,
body.wl-glowstart-site .site-cart-wrap .checkout-resumo-item__valor,
body.wl-glowstart-site .site-cart-wrap .checkout-resumo__total strong {
    color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-panel__head,
body.wl-glowstart-site .site-cart-wrap .checkout-panel__head {
    background: rgba(139, 29, 44, 0.04) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-steps__item--active .checkout-steps__icon,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-panel__step,
body.wl-glowstart-site .site-cart-wrap .checkout-steps__item--active .checkout-steps__icon,
body.wl-glowstart-site .site-cart-wrap .checkout-panel__step {
    background: var(--vinho) !important;
    border-color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-steps__item--done .checkout-steps__icon,
body.wl-glowstart-site .site-cart-wrap .checkout-steps__item--done .checkout-steps__icon {
    border-color: var(--vinho) !important;
    color: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.btn,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.btn,
body.wl-glowstart-site .site-cart-wrap .cart-page a.btn,
body.wl-glowstart-site .site-cart-wrap .cart-page button.btn {
    padding: 0.65rem 1.15rem !important;
    border-radius: 10px !important;
    letter-spacing: 0.02em !important;
    transform: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9rem !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.btn:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.btn:hover,
body.wl-glowstart-site .site-cart-wrap .cart-page a.btn:hover,
body.wl-glowstart-site .site-cart-wrap .cart-page button.btn:hover {
    transform: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-btn--primary,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--primary,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--primary,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-resumo__btn-pay,
body.wl-glowstart-site .site-cart-wrap .checkout-btn--primary,
body.wl-glowstart-site .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--primary,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--primary,
body.wl-glowstart-site .site-cart-wrap .cart-resumo__btn-pay {
    background: var(--vinho) !important;
    border-color: var(--vinho) !important;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-btn--primary:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-btn--primary:focus,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--primary:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--primary:focus,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--primary:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--primary:focus,
body.wl-glowstart-site .site-cart-wrap .checkout-btn--primary:hover,
body.wl-glowstart-site .site-cart-wrap .checkout-btn--primary:focus,
body.wl-glowstart-site .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--primary:hover,
body.wl-glowstart-site .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--primary:focus,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--primary:hover,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--primary:focus {
    background: #6f1220 !important;
    border-color: #6f1220 !important;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-btn--primary:disabled,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-btn--primary:disabled {
    background: color-mix(in srgb, var(--vinho) 38%, #fff) !important;
    border-color: color-mix(in srgb, var(--vinho) 38%, #fff) !important;
    color: #fff !important;
    opacity: 1 !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-btn--secondary,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--secondary,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--secondary,
body.wl-glowstart-site .site-cart-wrap .checkout-btn--secondary,
body.wl-glowstart-site .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--secondary,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--secondary {
    background: #fff !important;
    border: 1.5px solid #d1c4b5 !important;
    color: var(--texto) !important;
    box-shadow: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-btn--secondary:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-btn--secondary:focus,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--secondary:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--secondary:focus,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--secondary:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--secondary:focus,
body.wl-glowstart-site .site-cart-wrap .checkout-btn--secondary:hover,
body.wl-glowstart-site .site-cart-wrap .checkout-btn--secondary:focus,
body.wl-glowstart-site .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--secondary:hover,
body.wl-glowstart-site .site-cart-wrap .cart-page a.checkout-btn.checkout-btn--secondary:focus,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--secondary:hover,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-btn.checkout-btn--secondary:focus {
    background: var(--bege2) !important;
    border-color: #b8a894 !important;
    color: var(--texto) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-auth-back,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-auth-back {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.35rem 0.5rem !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    color: #8a7a6a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.875rem !important;
    letter-spacing: 0 !important;
    transform: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-auth-back:hover,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page button.checkout-auth-back:focus,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-auth-back:hover,
body.wl-glowstart-site .site-cart-wrap .cart-page button.checkout-auth-back:focus {
    background: transparent !important;
    color: var(--vinho) !important;
    transform: none !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-field__input:focus,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-auth-field__input:focus,
body.wl-glowstart-site .site-cart-wrap .checkout-field__input:focus,
body.wl-glowstart-site .site-cart-wrap .cart-auth-field__input:focus {
    border-color: var(--vinho) !important;
    box-shadow: 0 0 0 3px rgba(139, 29, 44, 0.12) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-page label,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-auth-field__label,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-field__label,
body.wl-glowstart-site .site-cart-wrap .cart-page label,
body.wl-glowstart-site .site-cart-wrap .cart-auth-field__label,
body.wl-glowstart-site .site-cart-wrap .checkout-field__label {
    margin-bottom: 0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-auth-modal__hero,
body.wl-glowstart-site .site-cart-wrap .cart-auth-modal__hero {
    background: linear-gradient(135deg, var(--vinho) 0%, #6f1220 100%) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-resumo__sticky,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-panel,
body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .cart-item,
body.wl-glowstart-site .site-cart-wrap .checkout-resumo__sticky,
body.wl-glowstart-site .site-cart-wrap .checkout-panel,
body.wl-glowstart-site .site-cart-wrap .cart-item {
    border-color: #e8ddd0 !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-cart-wrap .checkout-resumo-item__qnt,
body.wl-glowstart-site .site-cart-wrap .checkout-resumo-item__qnt {
    background: var(--vinho) !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-account-wrap .account-btn-accent,
body.wl-glowstart-site .site-account-wrap .account-btn-accent {
    background: var(--vinho) !important;
    border-color: var(--vinho) !important;
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-account-wrap .account-btn-accent i,
body.wl-glowstart-site .site-account-wrap .account-btn-accent i {
    color: #fff !important;
}

body.wl-theme-skin-ecommerce-glowstart .site-account-wrap .account-btn-accent:hover,
body.wl-theme-skin-ecommerce-glowstart .site-account-wrap .account-btn-accent:focus,
body.wl-glowstart-site .site-account-wrap .account-btn-accent:hover,
body.wl-glowstart-site .site-account-wrap .account-btn-accent:focus {
    background: #6f1220 !important;
    border-color: #6f1220 !important;
    color: #fff !important;
}

/* Recuo vertical — categorias, lançamentos e rodapé (mobile + desktop) */
body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.categories,
body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.wl-ecom-categories,
body.wl-glowstart-site #categorias.wl-section.categories,
body.wl-glowstart-site #categorias.wl-section.wl-ecom-categories {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
}

body.wl-theme-skin-ecommerce-glowstart #categorias .gs-section-body--categories,
body.wl-glowstart-site #categorias .gs-section-body--categories {
    padding-bottom: 14px !important;
}

body.wl-theme-skin-ecommerce-glowstart #lancamentos.wl-section.products,
body.wl-theme-skin-ecommerce-glowstart #lancamentos.wl-section.wl-ecom-products,
body.wl-glowstart-site #lancamentos.wl-section.products,
body.wl-glowstart-site #lancamentos.wl-section.wl-ecom-products {
    padding-top: 0 !important;
    padding-bottom: 52px !important;
}

body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-section-block--mais-vendidos .gs-categories-head,
body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-categories-head,
body.wl-glowstart-site #lancamentos .gs-section-block--mais-vendidos .gs-categories-head,
body.wl-glowstart-site #lancamentos .gs-categories-head {
    padding: 28px 0 28px !important;
}

body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-section-body--mais-vendidos,
body.wl-glowstart-site #lancamentos .gs-section-body--mais-vendidos {
    padding-bottom: 24px !important;
}

body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-lancamentos-cta,
body.wl-glowstart-site #lancamentos .gs-lancamentos-cta {
    margin-top: 28px !important;
}

@media (min-width: 768px) {
    body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.categories,
    body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.wl-ecom-categories,
    body.wl-glowstart-site #categorias.wl-section.categories,
    body.wl-glowstart-site #categorias.wl-section.wl-ecom-categories {
        padding-bottom: 28px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #lancamentos.wl-section.products,
    body.wl-theme-skin-ecommerce-glowstart #lancamentos.wl-section.wl-ecom-products,
    body.wl-glowstart-site #lancamentos.wl-section.products,
    body.wl-glowstart-site #lancamentos.wl-section.wl-ecom-products {
        padding-bottom: 72px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-section-block--mais-vendidos .gs-categories-head,
    body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-categories-head,
    body.wl-glowstart-site #lancamentos .gs-section-block--mais-vendidos .gs-categories-head,
    body.wl-glowstart-site #lancamentos .gs-categories-head {
        padding: 36px 0 32px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-section-body--mais-vendidos,
    body.wl-glowstart-site #lancamentos .gs-section-body--mais-vendidos {
        padding-bottom: 32px !important;
    }
}

@media (min-width: 992px) {
    body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.categories,
    body.wl-theme-skin-ecommerce-glowstart #categorias.wl-section.wl-ecom-categories,
    body.wl-glowstart-site #categorias.wl-section.categories,
    body.wl-glowstart-site #categorias.wl-section.wl-ecom-categories {
        padding-bottom: 32px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #lancamentos.wl-section.products,
    body.wl-theme-skin-ecommerce-glowstart #lancamentos.wl-section.wl-ecom-products,
    body.wl-glowstart-site #lancamentos.wl-section.products,
    body.wl-glowstart-site #lancamentos.wl-section.wl-ecom-products {
        padding-bottom: 80px !important;
    }

    body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-section-block--mais-vendidos .gs-categories-head,
    body.wl-theme-skin-ecommerce-glowstart #lancamentos .gs-categories-head,
    body.wl-glowstart-site #lancamentos .gs-section-block--mais-vendidos .gs-categories-head,
    body.wl-glowstart-site #lancamentos .gs-categories-head {
        padding: 44px 0 36px !important;
    }
}
