 .draccu-footer-spacing {
    width: 100%;
    height: 100px;
    display: block;
    clear: both;
}

.draccu-food-express-template-home-info-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-backgorund{
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.nav-food-draccu-express{
    position: absolute; 
    width: 100%; 
    max-width: 700px; 
    display: flex; 
    justify-content: end; 
    gap: 10px;
}

.nav-food-draccu-express a{
    background-color: #000000a1; 
    color: #fff; 
    padding: 7px 12px; 
    border-radius: 50%; 
    margin-top: 10px; 
    font-size: .8em;
}

.nav-food-draccu-express a:hover{
    background-color: #000000c5; 
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company{
    width: 100%;
    max-width: 700px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
    margin-top: -70px;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company .draccu-food-express-template-home-logo {
    width: 80px;
    height: 80px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;

    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company h4{
    font-size: .85em;
    font-weight: 700;
    color: #1a1a1a;
    padding: 0 20px;
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company h5{
    font-size: .6em;
    font-weight: 500;
    color: #3d3d3d;
    margin-top: -20px;
    padding: 0 20px;
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company .draccu-company-status{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -10px;
    border-top: 1px solid #e2e2e2;
    padding:  20px;
    width: 100%;
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company .draccu-company-status .draccu-status-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: piscar 3s infinite;
}

@keyframes piscar {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company .draccu-company-status .draccu-hours-summary{
    color: #2b2b2b;
    font-size: .6em;
    font-weight: 500;
}

.draccu-food-express-template-home-menu-categories {
    width: 100%;
    display: flex;
    justify-content: center;
}

.draccu-food-express-template-home-menu-categories .draccu-category-menu-wrapper {
    margin-bottom: 30px;
    padding: 20px 0;
    border-radius: 8px;
    width: 100%;
    max-width: 700px;
}

.draccu-food-express-template-home-menu-categories .draccu-category-menu-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    padding: 0;
}

.draccu-food-express-template-home-menu-categories .draccu-category-menu-scroll {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 10px;
}

.draccu-food-express-template-home-menu-categories .draccu-category-menu {
    display: flex;
    gap: 15px;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
    padding: 10px 0;
}

/* ===== SETAS ABAIXO DOS CARDS (REDUZIDAS) ===== */
.draccu-food-express-template-home-menu-categories .draccu-category-nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    padding: 0;
    margin: 0 8px;
}

.draccu-food-express-template-home-menu-categories .draccu-category-nav:hover:not(:disabled) {
    background: #fff;
    border-color: var(--draccu-color, #58bc42);
    transform: scale(1.05);
}

.draccu-food-express-template-home-menu-categories .draccu-category-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none !important;
}

.draccu-food-express-template-home-menu-categories .draccu-category-nav i {
    font-size: 16px;
}

/* Container das setas (centralizado abaixo dos cards) */
.draccu-food-express-template-home-menu-categories .draccu-category-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    padding: 0 10px;
    width: 100%;
}

/* ===== DOTS (UM DOT POR CLIQUE) ===== */
.draccu-food-express-template-home-menu-categories .draccu-category-progress {
    display: flex;
    align-items: center;
    gap: 8px;
}

.draccu-food-express-template-home-menu-categories .draccu-category-progress .draccu-progress-dots {
    display: flex;
    gap: 6px;
}

.draccu-food-express-template-home-menu-categories .draccu-category-progress .draccu-progress-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.4s ease;
    cursor: default;
}

.draccu-food-express-template-home-menu-categories .draccu-category-progress .draccu-progress-dot.active {
    background: var(--draccu-color, #58bc42);
    width: 24px;
    border-radius: 4px;
}

.draccu-food-express-template-home-menu-categories .draccu-category-progress .draccu-progress-text {
    display: none;
}

/* Esconder setas quando não houver scroll */
.draccu-food-express-template-home-menu-categories .draccu-category-menu-container.no-scroll .draccu-category-nav-wrapper {
    display: none !important;
}

/* ===== CARDS DE CATEGORIA ===== */
.draccu-food-express-template-home-menu-categories .draccu-category-card {
    flex: 0 0 auto;
    cursor: pointer;
    text-decoration: none;
    min-width: 115px;
    max-width: 115px;
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 20px 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.draccu-food-express-template-home-menu-categories .draccu-category-card:hover {
    transform: scale(1.05);
}

.draccu-food-express-template-home-menu-categories .draccu-category-card-image {
    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.draccu-food-express-template-home-menu-categories .draccu-category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.draccu-food-express-template-home-menu-categories .draccu-category-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ccc;
}

.draccu-food-express-template-home-menu-categories .draccu-category-card-name {
    display: block;
    text-align: center;
    font-size: .6em;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
}

/* Estilos para lista normal de produtos */
.draccu-product-category{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.draccu-product-category .draccu-category-header{
    width: 100%;
    max-width: 700px;
}

.draccu-product-category .draccu-category-header h2{
    font-size: .7em;
    font-weight: 600;
    color: #111111;
    padding-bottom: 5px;
    padding-top: 20px;
}

.draccu-product-category .draccu-products-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
}

.draccu-product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
}

.draccu-product-item:hover {
    transform: scale(1.01);
}

.draccu-product-info {
    flex: 1;
    padding-right: 20px;
}

.draccu-product-name {
    font-size: .65em;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #080808;
}

.draccu-product-name a {
    color: #1a1a1a;
    text-decoration: none;
}

.draccu-product-description {
    font-size: .6em;
    color: #5a5a5a;
    margin: 5px 0 8px 0;
    line-height: 1.5;
    font-weight: 500;
}

.draccu-product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.draccu-price {
    font-size: .62em;
    font-weight: 600;
    color: #0c0c0c;
}

.draccu-price-sale {
    font-size: .62em;
    font-weight: 600;
    color: #0c0c0c;
}

.draccu-price-regular {
    font-size: .62em;
    font-weight: 600;
    color: #808080;
    text-decoration: line-through;
}

.draccu-discount {
    font-size: .55em;
    font-weight: 600;
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 30px;
}

.draccu-product-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: #e9ecef;
    position: relative;
}

.draccu-product-image .draccu-food-express-template-home-image-list {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.draccu-product-image .draccu-food-express-template-home-square{
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.draccu-product-image .bi-plus-circle-fill{
    position: absolute;
    bottom: -4px;
    right: 0;
    font-size: 1.1em;
}

.draccu-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 12px;
    background: #e9ecef;
}

/* ===== ESTILOS PARA CATEGORIA DESTAQUES ===== */
.draccu-featured-category {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border: none;
}

.draccu-featured-category .draccu-category-header h2{
    font-size: .7em;
    font-weight: 600;
    color: #111111;
    padding-bottom: 5px;
    margin-top: -20px;
}

.draccu-featured-category .draccu-featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.draccu-featured-category .draccu-featured-product-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.draccu-featured-category .draccu-featured-product-item:hover {
    transform: scale(1.01);
}

.draccu-featured-category .draccu-featured-product-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #f8f9fa;
}

.draccu-featured-category .draccu-featured-product-image .draccu-food-express-template-home-image-destaque{
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.draccu-featured-product-price {
    padding: 12px 0 5px 0;
    display: flex;
    flex-direction: column;
}

.draccu-featured-price {
    font-size: .6em;
    font-weight: 600;
    color: #080808;
}

.draccu-featured-price-sale {
    font-size: .6em;
    font-weight: 500;
    color: #080808;
}

.draccu-featured-price-regular {
    font-size: .6em;
    color: #8b8b8b;
    font-weight: 500;
    text-decoration: line-through;
}

.draccu-featured-discount {
    font-size: .5em;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 30px;
}

.draccu-featured-product-name {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: .6em;
    font-weight: 500;
}

.draccu-featured-product-name a {
    color: #1a1a1a;
    text-decoration: none;
}

/* ===== RESPONSIVIDADE PARA DESTAQUES ===== */
@media (max-width: 480px) {
    .draccu-featured-category .draccu-featured-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

/* ===== ESPAÇO PARA O CARRINHO FLUTUANTE ===== */
.draccu-product-category:last-of-type {
    margin-bottom: 70px;
}

.draccu-featured-category:last-of-type {
    margin-bottom: 70px;
}

/* Espaço extra no final da página */
.draccu-food-express-template-home-info-card:last-child {
    margin-bottom: 50px;
}

/* Garantir espaço no final do conteúdo */
.draccu-product-category:last-child,
.draccu-featured-category:last-child {
    margin-bottom: 70px !important;
}

/* Estilos para o menu flutuante do carrinho */
.draccu-cart-floating-menu {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    border-radius: 10px;
    z-index: 999;
    transition: all 0.3s ease;
    background: var(--draccu-color, #58bc42);
    color: #ffffff;
}

.draccu-cart-floating-menu:hover {
    transform: translateX(-50%) scale(1.05);
}

.draccu-cart-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: .7em;
    font-weight: 600;
    padding: 0;
}

.draccu-cart-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 1.2em;
}

.draccu-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.draccu-cart-total {
    font-size: 1em;
    font-weight: 600;
}

/* Sidebar do carrinho */
.draccu-cart-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.draccu-cart-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.draccu-cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    max-width: 90vw;
    height: 100%;
    background: #ffffff;
    z-index: 1001;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.draccu-cart-sidebar.open {
    right: 0;
}

.draccu-cart-sidebar-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: var(--draccu-color, #58bc42);
    flex-shrink: 0;
}

.draccu-cart-sidebar-header h3 {
    margin: 0;
    font-size: .7em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.draccu-cart-sidebar-header h3 i {
    font-size: 1.1em;
}

.draccu-cart-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: .9em;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.draccu-cart-close:hover {
    background: rgba(255,255,255,0.2);
}

.draccu-cart-sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

.draccu-cart-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.draccu-cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.draccu-cart-item:hover {
    background: #f1f3f5;
}

.draccu-cart-item-image {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: #e9ecef;
}

.draccu-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.draccu-cart-item-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 24px;
}

.draccu-cart-item-info {
    flex: 1;
    min-width: 0;
}

.draccu-cart-item-info h4 {
    margin: 0 0 4px 0;
    font-size: .65em;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.draccu-cart-item-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .6em;
    color: #495057;
}

.draccu-cart-item-addons .draccu-cart-item-addon-title{
    font-size: .6em;
    font-weight: 600;
    color: #080808;
}

.draccu-cart-item-addons .draccu-cart-item-addon-options{
    margin-top: 0;
}

.draccu-cart-item-addons .draccu-cart-item-addon-options li{
    font-size: .6em;
    font-weight: 500;
    color: #5e5e5e;
    margin-left: -20px;
}

.draccu-cart-item-qty {
    font-weight: 500;
}

.draccu-cart-item-price {
    font-weight: 600;
    color: #181818;
}

.draccu-cart-item-remove {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.draccu-cart-item-remove:hover {
    background: #181818;
    color: #ffffff;
}

.draccu-cart-sidebar-footer {
    padding: 16px 24px 24px;
    border-top: 1px solid #e9ecef;
    flex-shrink: 0;
    background: #f8f9fa;
}

.draccu-cart-sidebar-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .65em;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.draccu-cart-sidebar-total-value {
    color: var(--draccu-color, #58bc42);
    font-size: 1em;
}

.draccu-cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: .65em;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    background: var(--draccu-color, #58bc42);
}

.draccu-cart-checkout-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 16px var(--draccu-color-alpha, #58bc4250);
    color: #ffffff;
}

.draccu-cart-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.draccu-cart-empty i {
    font-size: 64px;
    color: #dee2e6;
    margin-bottom: 16px;
    display: block;
}

.draccu-cart-empty p {
    font-size: .8em;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px 0;
}

.draccu-cart-empty span {
    font-size: .7em;
    font-weight: 500;
}

@media (max-width: 700px) {
    .draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company {
        width: calc(100% - 20px);
        padding-top: 10px;
    }

    .draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company h4 {
        padding-bottom: 5px;
    }

    .draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company .draccu-food-express-template-home-logo {
        top: -60px;
    }

    .draccu-featured-category {
        width: calc(100% - 20px);
    }

    .draccu-featured-category .draccu-featured-product-image {
        height: 120px;
        border-radius: 10px;
    }

    .draccu-featured-category .draccu-featured-product-image .draccu-food-express-template-home-image-destaque {
        height: 120px;
    }

    .draccu-product-category {
        width: calc(100% - 10px);
        padding-left: 10px;
    }

    .nav-food-draccu-express a:last-child{
        margin-right: 10px;
    }

    .nav-food-draccu-express a{
        font-size: 1em;
    }


    .nav-food-draccu-express a{
        font-size: .8em;
    }

    .draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company h4{
        font-size: .95em;
    }

    .draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company h5{
        font-size: .75em;
    }


    .draccu-food-express-template-home-info-card .draccu-food-express-template-home-info-company .draccu-company-status .draccu-hours-summary{
        color: #2b2b2b;
        font-size: .75em;
    }

    .draccu-food-express-template-home-menu-categories .draccu-category-card-name {
        font-size: .75em;
    }


    .draccu-product-category .draccu-category-header h2{
        font-size: .75em;
    }

    .draccu-product-name {
        font-size: .75em;
    }

    .draccu-product-description {
        font-size: .75em;
    }

    .draccu-price {
        font-size: .75em;
    }

    .draccu-price-sale {
        font-size: .75em;
    }

    .draccu-price-regular {
        font-size: .75em;
    }

    .draccu-discount {
        font-size: .7em;
    }

    .draccu-featured-category .draccu-category-header h2{
        font-size: .75em;
    }

    .draccu-featured-price {
        font-size: .75em;
    }

    .draccu-featured-price-sale {
        font-size: .75em;
    }

    .draccu-featured-price-regular {
        font-size: .75em;
    }

    .draccu-featured-discount {
        font-size: .65em;
    }

    .draccu-featured-product-name {
        font-size: .75em;
    }


.draccu-cart-toggle {
    font-size: .75em;
}


.draccu-cart-total {
    font-size: 1.1em;
    font-weight: 600;
}


.draccu-cart-sidebar-header h3 {
    font-size: .75em;
}

.draccu-cart-item-info h4 {
    font-size: .75em;
}

.draccu-cart-item-meta {
    font-size: .75em;
}

.draccu-cart-item-addons .draccu-cart-item-addon-title{
    font-size: .75em;
}


.draccu-cart-item-addons .draccu-cart-item-addon-options li{
    font-size: .75em;
}

.draccu-cart-sidebar-total {

    font-size: .75em;
}

.draccu-cart-checkout-btn {
    font-size: .75em;
}

.draccu-cart-empty span {
    font-size: .75em;
}
}