 .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: 500px;
    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;
   
    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: 90px;
    height: 90px;
    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%;
    
    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 / CARROSSEL ===== */
.draccu-featured-category {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 50px;
    border: none;
    overflow: hidden;
}

.draccu-featured-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.draccu-featured-category .draccu-category-header {
    flex: 1;
    min-width: 0;
}

.draccu-featured-category .draccu-category-header h2 {
    font-size: .7em;
    font-weight: 600;
    color: #111111;
    padding-bottom: 5px;
    margin-top: -20px;
    margin-bottom: 0;
}

.draccu-featured-carousel {
    position: relative;
    width: 100%;
}

.draccu-featured-category .draccu-featured-products-grid {
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: 0;
    padding: 2px 2px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x pan-y;
}

.draccu-featured-category .draccu-featured-products-grid::-webkit-scrollbar {
    display: none;
}

.draccu-featured-category .draccu-featured-product-item {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 0;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.draccu-featured-category .draccu-featured-product-item:hover {
    transform: translateY(-2px);
}

.draccu-featured-category .draccu-featured-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 10px;
}

.draccu-featured-category .draccu-featured-product-image .draccu-food-express-template-home-image-destaque {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.draccu-featured-category .draccu-featured-product-item:hover .draccu-food-express-template-home-image-destaque {
    transform: scale(1.025);
}

.draccu-featured-product-price {
    padding: 10px 0 5px 0;
    display: flex;
    flex-direction: column;
    min-height: 38px;
}

.draccu-featured-price,
.draccu-featured-price-sale {
    font-size: .6em;
    font-weight: 600;
    color: #080808;
}

.draccu-featured-price-sale {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 4px;
}

.draccu-featured-sale-row {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.draccu-featured-price-regular {
    font-size: .6em;
    color: #8b8b8b;
    font-weight: 500;
    text-decoration: line-through;
}

.draccu-featured-discount {
    font-size: .5em;
    font-weight: 600;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 30px;
}

.draccu-featured-product-name {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: .6em;
    font-weight: 500;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.draccu-featured-product-name a {
    color: #1a1a1a;
    text-decoration: none;
}

/* ===== CONTROLES DO CARROSSEL DE DESTAQUES ===== */
.draccu-featured-carousel-controls {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    margin-top: -20px;
}

.draccu-featured-carousel-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background: #ffffff;
    color: #222222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.draccu-featured-carousel-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .10);
}

.draccu-featured-carousel-btn:disabled {
    opacity: .3;
    cursor: default;
}

.draccu-featured-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 12px;
    margin-top: 4px;
}

.draccu-featured-dot {
    width: 5px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    background: #d5d5d5;
    cursor: pointer;
    transition: width .2s ease, background-color .2s ease;
}

.draccu-featured-dot.active {
    width: 16px;
    background: var(--draccu-color, #58bc42);
}

.draccu-featured-no-scroll .draccu-featured-carousel-controls,
.draccu-featured-no-scroll .draccu-featured-carousel-dots {
    display: none !important;
}

/* ===== RESPONSIVIDADE PARA DESTAQUES ===== */
@media (max-width: 768px) {
    .draccu-featured-category .draccu-featured-product-item {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (max-width: 480px) {
    .draccu-featured-category .draccu-featured-products-grid {
        gap: 12px;
        padding-right: 18px;
    }

    .draccu-featured-category .draccu-featured-product-item {
        flex-basis: calc((100% - 12px) / 2);
    }

    .draccu-featured-carousel-controls {
        gap: 5px;
    }

    .draccu-featured-carousel-btn {
        width: 29px;
        height: 29px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .draccu-featured-category .draccu-featured-products-grid {
        scroll-behavior: auto;
    }

    .draccu-featured-category .draccu-featured-product-item,
    .draccu-featured-category .draccu-featured-product-image .draccu-food-express-template-home-image-destaque {
        transition: none;
    }
}

/* ===== 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-backgorund {
        height: 180px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .draccu-food-express-template-home-info-card
    .draccu-food-express-template-home-info-company {
        margin-top: 0px;
	}
	
    .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;
}
}

/* ===== RODAPÉ DO LAYOUT ===== */
.draccu-layout-footer {
    width: 100%;
    box-sizing: border-box;
    margin-top: 32px;
    padding: 24px 20px;
    border-top: 1px solid #eeeeee;
    text-align: center;
    font-size: .78em;
    line-height: 1.6;
    color: #6b6b6b;
    background: #ffffff;
}

.draccu-layout-footer-copy,
.draccu-layout-footer-credit {
    display: block;
}

.draccu-layout-footer-credit a {
    color: var(--draccu-color, #58bc42);
    font-weight: 700;
    text-decoration: none;
}

.draccu-layout-footer-credit a:hover,
.draccu-layout-footer-credit a:focus {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .draccu-layout-footer {
        margin-top: 24px;
        padding: 20px 15px;
        font-size: .75em;
    }
}

/* COMPUTADOR */
@media (min-width: 701px) {
    .draccu-food-express-template-home-info-card
    .draccu-food-express-template-home-info-company
    .draccu-food-express-template-home-logo {
        width: 150px;
        height: 150px;
        top: -75px;
    }
}
