/* —— 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;
}

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 */
body.wl-theme-skin-ecommerce-glowstart#inicio,
body.wl-glowstart-site#inicio {
    overflow-x: visible !important;
}

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 {
    text-decoration: none;
    color: inherit;
}

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.7) !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-bottom: 1px solid #ead8c8 !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: 1400px;
    margin: auto;
    padding: 22px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 0;
}

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

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(--vinho);
    flex-shrink: 0;
    line-height: 1;
}

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 {
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 0 8%;
    background:
        linear-gradient(to right, #f9f3ec 45%, rgba(255, 255, 255, 0.1)),
        url('https://images.unsplash.com/photo-1617038220319-276d3cfab638?q=80&w=1200&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero > div,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .row,
body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .col-12,
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%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    width: 50%;
    max-width: 50%;
}

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 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 82px;
    line-height: 1;
    color: var(--dourado);
    font-weight: 500;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content h1 span {
    color: var(--vinho);
    font-style: italic;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.hero .hero-content p {
    max-width: 500px;
    line-height: 1.65;
    font-size: 17px;
}

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 .wl-posts-content .ql-editor a:not(.btn) {
    color: inherit;
    text-decoration: none;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.benefits {
    padding: 80px 5%;
    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: none;
    margin: 0;
}

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: 60px 6% 120px !important;
    background: var(--bege) !important;
}

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 {
    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: 1400px;
    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,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .grid,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-grid,
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,
body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .card,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .card {
    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;
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card::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::before,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card::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--1::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .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--2::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .cat-card--2::after {
    background-image: url('https://images.unsplash.com/photo-1617038220319-276d3cfab638?q=80&w=1200&auto=format&fit=crop');
}

body.wl-theme-skin-ecommerce-glowstart .wl-section.categories .cat-card--3::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .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--4::after,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-categories .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 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 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 {
    padding: 40px 6% 120px !important;
    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: 1400px;
    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:hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product:hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card:hover,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product: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 img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.products .product img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .prod-card img,
body.wl-theme-skin-ecommerce-glowstart .wl-section.wl-ecom-products .product 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;
}

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 6% 24px !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 .wl-posts-content,
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,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .wl-posts-content .ql-editor {
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--texto);
}

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,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer .footer-grid,
body.wl-theme-skin-ecommerce-glowstart #site-footer .wl-section.glowstart-footer-copy .footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 40px !important;
    width: 100%;
}

body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > div,
body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid > .footer-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 .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 {
        padding: 120px 8%;
    }

    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 .hero-content h1 {
        font-size: 58px;
    }

    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,
    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,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid {
        grid-template-columns: 1fr 1fr !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,
    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,
    body.wl-theme-skin-ecommerce-glowstart #site-footer .footer-grid {
        grid-template-columns: 1fr !important;
    }

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

    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 {
        font-size: 46px;
    }

    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;
    }
}
