    @import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
    @import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
    @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);
    @import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);

    a {
    text-decoration: none!important;
    }


    *,
    :after,
    :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    }
    :after,
    :before {
    --tw-content: "";
    }
    :host,
    html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family:
    Open Sans,
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    }
    body {
    line-height: inherit;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #f9fafb;
    }

    /* Resets e ajustes globais */
    h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    }
    a {
    color: inherit;
    text-decoration: none;
    }
    button {
    cursor: pointer;
    background: transparent;
    border: none;
    }

    /* Utilidades */
    .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    }
    .flex {
    display: flex;
    }
    .flex-col {
    flex-direction: column;
    }
    .items-center {
    align-items: center;
    }
    .justify-between {
    justify-content: space-between;
    }
    .justify-center {
    justify-content: center;
    }
    .gap-2 {
    gap: 0.5rem;
    }
    .gap-3 {
    gap: 0.75rem;
    }
    .gap-4 {
    gap: 1rem;
    }
    .gap-5 {
    gap: 1.25rem;
    }
    .overflow-hidden {
    overflow: hidden;
    }
    .rounded {
    border-radius: 0.5rem;
    }
 
    .rounded-md {
    border-radius: 0.375rem;
    }
    .shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    }
    .shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    }
    .relative {
    position: relative;
    }
    .absolute {
    position: absolute;
    }
    .top-0 {
    top: 0;
    }
    .left-0 {
    left: 0;
    }
    .right-0 {
    right: 0;
    }
    .bottom-0 {
    bottom: 0;
    }
    .z-10 {
    z-index: 10;
    }
    .z-20 {
    z-index: 20;
    }
    .w-full {
    width: 100%;
    }
    .h-full {
    height: 100%;
    }
    .p-2 {
    padding: 0.5rem;
    }
    .p-3 {
    padding: 0.75rem;
    }
    .p-4 {
    padding: 1rem;
    }
    .p-6 {
    padding: 1.5rem;
    }
    .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    }
    .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    }
    .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    }
    .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    }
    .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    }
    .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    }
    .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
    .text-xs {
    font-size: 0.75rem;
    }
    .text-sm {
    font-size: 0.875rem;
    }
    .text-base {
    font-size: 1rem;
    }
    .text-lg {
    font-size: 1.125rem;
    }
    .text-xl {
    font-size: 1.25rem;
    }
    .text-2xl {
    font-size: 1.5rem;
    }
    .text-3xl {
    font-size: 1.875rem;
    }
    .text-4xl {
    font-size: 2.25rem;
    }
    .font-medium {
    font-weight: 500;
    }
    .font-semibold {
    font-weight: 600;
    }
    .font-bold {
    font-weight: 700;
    }
    .transition {
    transition: all 0.3s ease;
    }
    .transition-transform {
    transition: transform 0.3s ease;
    }
    .hover\:scale-105:hover {
    transform: scale(1.05);
    }
    .hover\:scale-110:hover {
    transform: scale(1.1);
    }
    .border {
    border-width: 1px;
    border-style: solid;
    }
    .border-b {
    border-bottom-width: 1px;
    }
    .border-gray-200 {
    border-color: #e5e7eb;
    }
    .bg-primary-500 {
    background-color: #7341ff;
    }
    .bg-white {
    background-color: #ffffff;
    }
    .bg-gray-50 {
    background-color: #f9fafb;
    }
    .bg-blue-500 {
    background-color: #3b82f6;
    }
    .bg-amber-500 {
    background-color: #f59e0b;
    }
    .bg-green-500 {
    background-color: #10b981;
    }
    .bg-red-500 {
    background-color: #ef4444;
    }
    .text-white {
    color: #ffffff;
    }
    .text-gray-700 {
    color: #374151;
    }
    .text-gray-500 {
    color: #6b7280;
    }
    .text-amber-600 {
    color: #d97706;
    }
    .text-blue-500 {
    color: #3b82f6;
    }
    .text-green-500 {
    color: #10b981;
    }
    .text-red-500 {
    color: #ef4444;
    }
    .text-center {
    text-align: center;
    }
    .grid {
    display: grid;
    }
    .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .col-span-1 {
    grid-column: span 1 / span 1;
    }
    .col-span-2 {
    grid-column: span 2 / span 2;
    }

    /* Estilos específicos para o catálogo */
    .sticky-top {
    position: sticky;
    top: 0;
    z-index: 50;
    }

    .header {
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .logo-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }

    .logo-icon {
    position: relative;

    }

    .logo-circle-1 {
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom right, #60a5fa, #2563eb);
    border-radius: 50%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    }

    .logo-circle-1:hover {
    transform: rotate(12deg);
    }

    .logo-circle-2 {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 2px solid #3b82f6;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 0;
    }

    .store-name {
    font-size: 20px;
    color: #374151;
    font-family: sans-serif;
    }

    .banner-container {
    width: 100%;
    background: linear-gradient(to right, rgb(248, 72, 72), hsla(0, 94.10%, 53.70%, 0.50));
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .banner-pattern {
    position: absolute;
    inset: 0;
    background-color: #3b82f6;
    opacity: 0.1;
    }

    .banner-content {
    padding: 2.5rem;
    color: #ffffff;
    max-width: 28rem;
    position: relative;
    z-index: 10;
    width: 40%;
    background: linear-gradient(to right, rgb(133, 74, 243), transparent 100%);
    }

    .banner-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .banner-divider {
    height: 4px;
    width: 8rem;
    background-color: #ffffff;
    border-radius: 9999px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.7;
    }

    .banner-subtitle {
    font-size: 1.25rem;
    }

    .banner-images {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, transparent, hsla(271, 94.10%, 53.70%, 0.50));
    overflow: hidden;
    }

    img.banner-img.carousel-image.active {
    border-radius: 16px;
    }

    .banner-img {
    width: 100%;
    height: 280px; /* Fixed height for images */
    object-fit: cover;
    transition: transform 0.5s ease;
    }


    .banner-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .carousel-image {
    display: none; /* Hide all images by default */
    }

    .carousel-image.active {
    display: block; /* Show only active image */
    }

    .banner-indicators {
    display: flex;
    gap: 0.75rem;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    }

    .banner-indicator {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
    }

    .banner-indicator.active {
    opacity: 1;
    transform: scale(1.2);
    }

    .banner-indicator:hover {
    opacity: 1;
    transform: scale(1.25);
    }

    .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    }

    .carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
    }

    .carousel-prev {
    left: 10px;
    }

    .carousel-next {
    right: 10px;
    }

    .main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 0;
    background-color: #f9fafb;
    }

    .category-group {
    border-bottom: 1px solid #e5e7eb;
    }

    .category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }

    .category-header:hover {
    background-color: #f9fafb;
    }

    .category-icon {
    color: #6b7280;
    }

    .category-name {
    font-weight: 500;
    color: #374151;
    }

    .category-items {
    padding: 0.5rem 1.5rem;
    }

    .category-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    gap: 0.75rem;
    }

    .category-item-icon {
    font-size: 1.25rem;
    color: #d97706;
    }

    .category-item-name {
    color: #374151;
    }

    .store-info {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    }

    .store-info-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    }

    .store-icon {
    width: 2rem;
    height: 2rem;
    background-color: #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    }

    .store-icon.primary {
    background-color: #7341ff;
    }

    .store-info-name {
    color: #374151;
    }

    .main-area {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    }

    .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    }

    .section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0px!important;
    }

    .section-icon {
    font-size: 1.25rem;
    color: #d97706;
    }

    .section-name {
    font-size: 1.25rem;
    font-weight: 500;
    color: #1f2937;
    }


    .section-link:hover {
    color: #5a32c7;
    text-decoration: underline;
    }

    .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.25rem;
    }

    @keyframes pulse {
    50% {
    opacity: 0.5;
    }
    }

    .products-carousel {
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
    }

    .carousel-container {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    }

    .carousel-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
    }

    .product-card {
    flex: 0 0 calc(20% - 0.75rem); /* 5 itens por linha */
    min-width: 180px;
    max-width: 250px;
    border: 1px solid #eef0f2;
    border-radius: 1rem;
    padding: 0.85rem;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
    scroll-snap-align: start;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    }

    .product-card:hover {
    box-shadow: 0 16px 32px -12px rgba(15, 23, 42, 0.16);
    transform: translateY(-4px);
    border-color: #e2e5e9;
    }

    .product-image-container {
    position: relative;
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.75rem;
    height: 190px;
    background: linear-gradient(180deg, #fafbfc 0%, #f3f4f6 100%);
    }

    .product-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0.6rem;
    box-sizing: border-box;
    transition: transform 0.35s ease;
    }

    /* Removido o efeito hover que aumenta a imagem */
    .product-card:hover .product-image {
    transform: none;
    }

    .product-discount {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #ef4444;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 0.5rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    }

    .product-name {
    font-weight: 600;
    text-align: center;
    height: 2.8rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.3s ease;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
    color: #374151;
    }

    .product-ingredients {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 0.5rem;
    height: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }

    .product-description {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 0.5rem;
    height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }

    .product-card:hover .product-name {
    color: #16a34a;
    }

    .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 0.5rem;
    min-height: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    }

    .product-price-original {
    font-size: 0.85rem;
    text-decoration: line-through;
    color: #999;
    margin-bottom: 0.25rem;
    }

    .product-price-discount {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ef4444;
    }

    /* Estilo para o badge de desconto */
    .product-discount {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #ef4444;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 0.5rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    }

    /* Estilos para as seções especiais (promoções e destaques) */
    #promocoes .section-header .section-name {
    color: #ef4444;
    }

    #destaques .section-header .section-name {
    color: #7341ff;
    }

    #promocoes .carousel-container,
    #destaques .carousel-container {
    border-top: 2px solid #f3f4f6;
    padding-top: 1rem;
    margin-top: 0.5rem;
    }

    /* Destaque visual para produtos em promoção */
    #promocoes .product-card {
    border-color: rgba(239, 68, 68, 0.2);
    }

    #promocoes .product-card:hover {
    border-color: rgba(239, 68, 68, 0.4);
    }

    /* Destaque visual para produtos em destaque */
    #destaques .product-card {
    border-color: rgba(115, 65, 255, 0.2);
    }

    #destaques .product-card:hover {
    border-color: rgba(115, 65, 255, 0.4);
    }

    /* Estilização do botão "Ver todos" para cada seção */
    #promocoes .section-link {
    color: #ef4444;
    }

    #promocoes .section-link:hover {
    color: #b91c1c;
    }

    #destaques .section-link {
    color: #7341ff;
    }

    #destaques .section-link:hover {
    color: #5a32c7;
    }

    /* Adicionar ícones personalizados para os botões de carrossel em seções especiais */
    #promocoes .carousel-button,
    #destaques .carousel-button {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #promocoes .carousel-button:hover {
    background-color: #ef4444;
    color: white;
    }

    #destaques .carousel-button:hover {
    background-color: #7341ff;
    color: white;
    }

    .product-buy-button {
    display: none;
    }

    .carousel-button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    border-radius: 9999px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    }

    .carousel-button:hover {
    background-color: #f3f4f6;
    transform: translateY(-50%) scale(1.1);
    }

    .carousel-button-prev {
    left: -5px;
    }

    .carousel-button-next {
    right: -5px;
    }

    /* Responsividade */
    @media (max-width: 1200px) {
    .product-card {
    flex: 0 0 calc(25% - 0.75rem); /* 4 itens por linha */
    }
    }

    @media (max-width: 992px) {
    .product-card {
    flex: 0 0 calc(33.333% - 0.75rem); /* 3 itens por linha */
    }
    }

    @media (max-width: 768px) {
    .product-card {
    flex: 0 0 calc(50% - 0.75rem); /* 2 itens por linha */
    min-width: 150px;
    }
    }

    @media (max-width: 480px) {
    .product-card {
    flex: 0 0 calc(50% - 0.5rem); /* 2 itens por linha */
    min-width: 140px;
    max-width: none;
    }
    .carousel-container {
    gap: 0.5rem;
    }
    }


    .whatsapp-button {
    position: fixed!important;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 50;
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(to bottom right, #4ade80, #16a34a);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    }

    .whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    }

    .whatsapp-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(0);
    border-radius: 9999px;
    transition: transform 0.5s ease;
    transform-origin: center;
    }

    .whatsapp-button:hover::before {
    transform: scale(1);
    }

    .whatsapp-icon {
    width: 1.75rem;
    height: 1.75rem;
    fill: #ffffff;
    }

    .product-media {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    padding: 15px;
    margin-bottom: 15px;
    }

    .product-media img {
    width: 80px;
    height: 65px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
    }

    .product-media-body {
    flex: 1;
    }

    .product-media-title {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
    }

    .product-media-price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    }

    .product-media-btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    }

    .product-media-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    }

    .btn-success {
    background-color: #10b981;
    color: white;
    }

    .btn-info {
    background-color: #3b82f6;
    color: white;
    }

    .btn-danger {
    background-color: #ef4444;
    color: white;
    }

    /* Status de abertura */
    .open-status {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 600;
    }

    .open-status.open {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
    }

    .open-status.closed {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    }

    .open-status-icon {
    font-size: 0.75rem;
    margin-right: 0.25rem;
    }

    /* Side cart */
    .side-cart {
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    margin-top: 1.5rem;
    }

    .side-cart-title {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }

    .side-cart-icon {
    color: #3b82f6;
    }

    .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
    }

    .cart-item-info {
    flex: 1;
    padding: 0 0.75rem;
    }

    .cart-item-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    }

    .cart-item-price {
    font-size: 0.75rem;
    color: #6b7280;
    }

    .cart-item-quantity {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    background-color: #f3f4f6;
    border-radius: 9999px;
    }

    .cart-item-remove {
    color: #ef4444;
    cursor: pointer;
    transition: transform 0.3s ease;
    }

    .cart-item-remove:hover {
    transform: scale(1.2);
    }

    .cart-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #1f2937;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    }

    .cart-checkout {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    }

    .cart-checkout-button {
    flex: 1;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    }

    .cart-checkout-button.primary {
    background-color: #3b82f6;
    color: #ffffff;
    }

    .cart-checkout-button.primary:hover {
    background-color: #2563eb;
    }

    .cart-checkout-button.secondary {
    background-color: #f3f4f6;
    color: #374151;
    }

    .cart-checkout-button.secondary:hover {
    background-color: #e5e7eb;
    }

    /* Modal styling */
    .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 20px;
    overflow-y: auto;
    }

    .modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .modal-dialog {
    width: 100%;
    max-width: 800px;
    margin: auto;
    }

    .modal-content {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .modal-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .modal-title {
    font-weight: 600;
    font-size: 1.25rem;

    }

    .modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    }

    .modal-body {
    padding: 20px;
    }

    .modal-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    }

    .modal-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    }

    .modal-col {
    padding: 10px;
    }

    .modal-col-5 {
    width: 41.666667%;
    }

    .modal-col-7 {
    width: 58.333333%;
    }

    .modal-product-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    }

    .modal-product-price {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #10b981;
    }

    .modal-product-description {
    margin-bottom: 1rem;
    }

    .modal-form-group {
    margin-bottom: 1rem;
    }

    .modal-form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    }

    .modal-form-control {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    }

    .modal-form-textarea {
    min-height: 80px;
    }

    .modal-quantity-control {
    display: flex;
    align-items: center;
    }

    .modal-quantity-btn {
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e7eb;
    border: none;
    cursor: pointer;
    }

    .modal-quantity-btn:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    }

    .modal-quantity-btn:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    }

    .modal-quantity-input {
    width: 60px;
    height: 38px;
    text-align: center;
    border: 1px solid #d1d5db;
    border-left: none;
    border-right: none;
    }

    .modal-option-group, .modal-addon-group {
    margin-bottom: 1rem;
    }

    .modal-option-title, .modal-addon-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    }

    .modal-option-item, .modal-addon-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    }

    .modal-option-label, .modal-addon-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    }

    .modal-option-price, .modal-addon-price {
    color: #10b981;
    font-weight: 500;
    }

    .modal-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    }

    .modal-total-label {
    font-weight: 600;
    font-size: 1.125rem;
    }

    .modal-total-price {
    font-weight: 700;
    font-size: 1.125rem;
    color: #10b981;
    }

    .modal-add-button {
    background-color: #10b981;
    color: white;
    font-weight: 500;
    padding: 0.625rem 1rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    }

    .modal-add-button:hover {
    background-color: #059669;
    }

    @media (max-width: 767px) {
    .modal-col-5, .modal-col-7 {
    width: 100%;
    }
    }

    #webcrumbs .h-8 {
    height: 70px;
    }
    #webcrumbs .w-8 {
    width: 70px;
    }
 
    #webcrumbs .duration-300 {
    transition-duration: 0.3s;
    }
    #webcrumbs .transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    #webcrumbs .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    }
    #webcrumbs .shadow-lg, #webcrumbs .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    #webcrumbs .to-blue-600 {
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
    }
    #webcrumbs .from-blue-400 {
    --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    #webcrumbs .bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }
 
    #webcrumbs .scale-0, #webcrumbs .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    a.flex.items-center.gap-2.px-3.py-2.rounded.hover\:bg-gray-50 {
    font-size: 20px;
    }

    .text-sm {
    font-size: 16px;
    }
    .corpo {
    padding: 0px 30px 0px 30px;
    }

    /*! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com*/
    *,
    :after,
    :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    }
    :after,
    :before {
    --tw-content: "";
    }
    :host,
    html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family:
    Open Sans,
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    }
    body {
    line-height: inherit;
    margin: 0;
    }
    hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
    }
    abbr:where([title]) {
    text-decoration: underline dotted;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-size: inherit;
    font-weight: inherit;
    }
    a {
    color: inherit;
    text-decoration: inherit;
    }
    b,
    strong {
    font-weight: bolder;
    }
    code,
    kbd,
    pre,
    samp {
    font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal;
    }
    small {
    font-size: 80%;
    }
    sub,
    sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }
    sub {
    bottom: -0.25em;
    }
    sup {
    top: -0.5em;
    }
    table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    }
    button,
    select {
    text-transform: none;
    }
    button,
    input:where([type="button"]),
    input:where([type="reset"]),
    input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    }
    :-moz-focusring {
    outline: auto;
    }
    :-moz-ui-invalid {
    box-shadow: none;
    }
    progress {
    vertical-align: baseline;
    }
    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
    height: auto;
    }
    [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
    }
    ::-webkit-search-decoration {
    -webkit-appearance: none;
    }
    ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
    }
    summary {
    display: list-item;
    }
    blockquote,
    dd,
    dl,
    figure,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    pre {
    margin: 0;
    }
    fieldset {
    margin: 0;
    }
    fieldset,
    legend {
    padding: 0;
    }
    menu,
    ol,
    ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    dialog {
    padding: 0;
    }
    textarea {
    resize: vertical;
    }
    input::placeholder,
    textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
    }
    [role="button"],
    button {
    cursor: pointer;
    }
    :disabled {
    cursor: default;
    }
    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
    display: block;
    vertical-align: middle;
    }
    img,
    video {
    height: auto;
    max-width: 100%;
    }
    [hidden] {
    display: none;
    }
    *,
    :after,
    :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    }
    ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    }
    #webcrumbs .my-2 {
    margin-bottom: 8px;
    margin-top: 8px;
    }
    #webcrumbs .mb-3 {
    margin-bottom: 12px;
    }
    #webcrumbs .ml-auto {
    margin-left: auto;
    }
    #webcrumbs .mt-3 {
    margin-top: 12px;
    }
    #webcrumbs .flex {
    display: flex;
    }
    #webcrumbs .h-10 {
    height: 40px;
    }
    #webcrumbs .h-4 {
    height: 16px;
    }
    #webcrumbs .h-5 {
    height: 20px;
    }
    #webcrumbs .h-6 {
    height: 24px;
    }
    #webcrumbs .h-8 {
    height: 32px;
    }
    #webcrumbs .w-10 {
    width: 40px;
    }
    #webcrumbs .w-4 {
    width: 16px;
    }
    #webcrumbs .w-5 {
    width: 20px;
    }
    #webcrumbs .w-6 {
    width: 24px;
    }
    #webcrumbs .w-8 {
    width: 32px;
    }
    #webcrumbs .w-\[320px\] {
    width: 320px;
    }
    #webcrumbs .w-full {
    width: 100%;
    }
    #webcrumbs .flex-shrink-0 {
    flex-shrink: 0;
    }
    #webcrumbs .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    #webcrumbs .cursor-pointer {
    cursor: pointer;
    }
    #webcrumbs .flex-row {
    flex-direction: row;
    }
    #webcrumbs .items-start {
    align-items: flex-start;
    }
    #webcrumbs .items-center {
    align-items: center;
    }
    #webcrumbs .justify-center {
    justify-content: center;
    }
    #webcrumbs .justify-between {
    justify-content: space-between;
    }
    #webcrumbs .gap-1 {
    gap: 4px;
    }
    #webcrumbs .gap-2 {
    gap: 8px;
    }
    #webcrumbs .gap-6 {
    gap: 12px;
    }
    #webcrumbs .gap-4 {
    gap: 16px;
    }
    #webcrumbs :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
    margin-top: calc(4px * (1 - var(--tw-space-y-reverse)));
    }
    #webcrumbs .overflow-hidden {
    overflow: hidden!important;
    }
 
    #webcrumbs .rounded-lg {
    border-radius: 24px!important;
    }
    #webcrumbs .rounded-md {
    border-radius: 18px;
    }
    #webcrumbs .border-b {
    border-bottom-width: 1px;
    }
    #webcrumbs .border-l-4 {
    border-left-width: 4px;
    }
    #webcrumbs .border-t {
    border-top-width: 1px;
    }
    #webcrumbs .border-dashed {
    border-style: dashed;
    }
    #webcrumbs .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    }
    #webcrumbs .border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity));
    }
    #webcrumbs .bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity));
    }
    #webcrumbs .bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
    }
    #webcrumbs .bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    }
    #webcrumbs .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    }
    #webcrumbs .bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }
    #webcrumbs .bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity));
    }
    #webcrumbs .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))!important;
    }
    #webcrumbs .bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
    }
    #webcrumbs .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    #webcrumbs .from-indigo-600 {
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    #webcrumbs .to-purple-600 {
    --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
    }
    #webcrumbs .p-2 {
    padding: 8px!important;
    }
    #webcrumbs .p-3 {
    padding: 12px!important;
    }
    #webcrumbs .p-4 {
    padding: 16px!important;
    }
    #webcrumbs .px-2 {
    padding-left: 8px!important;
    padding-right: 8px!important;
    }
    #webcrumbs .px-4 {
    padding-left: 16px!important;
    padding-right: 16px!important;
    }
    #webcrumbs .py-0\.5 {
    padding-bottom: 2px;
    padding-top: 2px;
    }
    #webcrumbs .py-2 {
    padding-bottom: 8px!important;
    padding-top: 8px!important;
    }
    #webcrumbs .pb-3 {
    padding-bottom: 12px!important;
    }
    #webcrumbs .pt-1 {
    padding-top: 4px!important;
    }
    #webcrumbs .text-lg {
    font-size: 18px;
    line-height: 27px;
    }
    #webcrumbs .text-sm {
    font-size: 14px;
    line-height: 21px;
    }
    #webcrumbs .text-xl {
    font-size: 20px;
    line-height: 28px;
    }
    #webcrumbs .text-xs {
    font-size: 12px;
    line-height: 19.200000000000003px;
    }
    #webcrumbs .font-bold {
    font-weight: 700;
    }
    #webcrumbs .font-medium {
    font-weight: 500;
    }
    #webcrumbs .font-semibold {
    font-weight: 600;
    }
    #webcrumbs .tracking-wide {
    letter-spacing: 0.025em;
    }
    #webcrumbs .text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity));
    }
    #webcrumbs .text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    }
    #webcrumbs .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
    }
    #webcrumbs .text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity));
    }
    #webcrumbs .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
    }
    #webcrumbs .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
    }
    #webcrumbs .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
    }
    #webcrumbs .text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
    }
    #webcrumbs .text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
    }
    #webcrumbs .text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity));
    }
    #webcrumbs .text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
    }
    #webcrumbs .text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity));
    }
    #webcrumbs .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
    }
    #webcrumbs .text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity));
    }
    #webcrumbs .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))!important;
    }
    #webcrumbs .opacity-80 {
    opacity: 0.8;
    }
    #webcrumbs .shadow-lg {
    --tw-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
    }
    #webcrumbs .shadow-lg,
    #webcrumbs .shadow-sm {
    box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow)!important;
    }
    #webcrumbs .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    }
    #webcrumbs .transition-colors {
    transition-duration: 0.15s;
    transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    #webcrumbs .transition-transform {
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    #webcrumbs .duration-200 {
    transition-duration: 0.2s;
    }

    .bottom-md {
    margin-bottom: 25px;
    }
    .shadow-ct {
    box-shadow: 3px 5px 5px -2px #00000014;
    border-radius: 20px !important;
    }

    #webcrumbs {
    font-family: Open Sans !important;
    font-size: 16px !important;
    }
    #webcrumbs .hover\:translate-x-1:hover {
    --tw-translate-x: 4px;
    }
    #webcrumbs .hover\:scale-110:hover,
    #webcrumbs .hover\:translate-x-1:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    #webcrumbs .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    }
    #webcrumbs .hover\:scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    #webcrumbs .hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity));
    }
    #webcrumbs .hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
    }
    #webcrumbs .hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
    }
    #webcrumbs .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }
    #webcrumbs .hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
    }
    #webcrumbs .hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity));
    }
    #webcrumbs .hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
    }
    #webcrumbs .hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
    }
    #webcrumbs .hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity));
    }
    #webcrumbs .hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
    }
    #webcrumbs .hover\:underline:hover {
    text-decoration-line: underline;
    }
    #webcrumbs .active\:scale-\[0\.98\]:active {
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    #webcrumbs :is(.group[open] .group-open\:rotate-180) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    /* Estilos para o botão "Ver todos" */
    .section-link {
    display: flex;
    align-items: center;
    color: #7341ff;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 0.9rem;
    }

    .section-link:hover {
    color: #5a32c7;
    text-decoration: underline;
    }

    .section-link svg {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: transform 0.3s ease;
    }

    .section-link:hover svg {
    transform: translateX(3px);
    }


    /* Estilo para esconder elementos */
    .hidden {
    display: none !important;
    }

    /* Estilos para a modal do carrinho */
    .modal#cart-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    animation: fadeIn 0.3s ease;
    }

    .modal#cart-modal .modal-dialog {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: translateX(100%);
    animation: slideIn 0.4s forwards;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .modal#cart-modal .modal-content {
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    }

    .modal#cart-modal .modal-body {
    flex: 1;
    overflow-y: auto;
    }

    @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    @keyframes slideIn {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
    }

    .modal#cart-modal.show-cart {
    display: block;
    }

    /* Animação para fechar o carrinho */
    .modal#cart-modal.closing {
    animation: fadeOut 0.3s ease;
    }

    .modal#cart-modal.closing .modal-dialog {
    animation: slideOut 0.4s forwards;
    }

    @keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
    }

    @keyframes slideOut {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
    }

    h5.modal-title.carrinho {
    color: black;
    }

    /* Ajustes de Responsividade para Mobile - 380px e abaixo */

    /* ======== Menu Lateral Responsivo ======== */
    @media (max-width: 576px) {
    /* Ajusta a largura do menu lateral para se adaptar a telas menores */
    /* Ajustes para main content em dispositivos móveis */
    .main-content {
    padding: 0.5rem 0 !important;
    }

    .main-area {
    width: 100% !important;
    padding: 0 0.5rem !important;
    }

    .corpo {
    padding: 0 !important;
    }

    /* Ajuste do banner para celular */
    .banner-container {
    height: auto !important;
    min-height: 280px;
    }

    .banner-content {
    width: 100% !important;
    padding: 1.5rem !important;
    background: linear-gradient(to bottom, rgba(133, 74, 243, 0.8), rgba(133, 74, 243, 0.4)) !important;
    }

    .banner-images {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    z-index: -1 !important;
    background: none !important;
    }

    .banner-img {
    height: 280px !important;
    object-position: center !important;
    }

    /* Ajuste para cards de produtos em telas pequenas */
    .product-card {
    min-width: 140px !important;
    max-width: none !important;
    padding: 0.5rem !important;
    }

    .carousel-container {
    gap: 0.5rem !important;
    }

    .products-carousel {
    padding: 0 10px !important;
    }

    .carousel-button-prev {
    left: -5px !important;
    }

    .carousel-button-next {
    right: -5px !important;
    }
    }


    /* ======== Header Responsivo ======== */
    @media (max-width: 576px) {
    .header {
    padding: 0.75rem !important;
    margin-bottom: 0 !important;
    }

    .logo-container {
    margin-right: auto;
    }

    .logo-icon {
    transform: scale(1.8) !important;
    margin-right: 15px !important;
    }

    .store-name {
    font-size: 16px !important;
    display: none;
    }

    /* Ajuste para o status de abertura */
    .open-status {
    font-size: 12px !important;
    padding: 0.15rem 0.5rem !important;
    }

    /* Botão de carrinho no header - estilos movidos para inline */
    }

    /* ======== Modal do Carrinho Responsivo ======== */
    @media (max-width: 576px) {
    .modal#cart-modal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    }

    .modal#cart-modal .modal-header {
    padding: 12px 15px !important;
    }

    .modal#cart-modal .modal-body {
    padding: 15px !important;
    }

    /* Ajuste para conteúdo dentro do modal */
    .modal#cart-modal .modal-body .bg-white {
    padding: 10px !important;
    }

    .modal#cart-modal .modal-close {
    font-size: 24px !important;
    }
    }
    /* Estilos para os estados do carrinho */
    .cart-state {
    display: none;
    }

    .cart-state.active {
    display: block;
    }

    /* Animações para transições */
    @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    .cart-state.active {
    animation: fadeIn 0.3s ease;
    }

    /* Estilos para mensagens de erro */
    .form-error {
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    }

    .input-error {
    border-color: #ef4444 !important;
    }

    /* Estilo para o campo de valor numérico */
    .dinheiro {
    text-align: right;
    }
    /* ======== Section de Categoria e Cards de Produtos ======== */
    @media (max-width: 576px) {
    /* Seção de categoria */
    .category-section {
    padding: 0.75rem !important;
    margin-bottom: 1rem !important;
    }

    .section-header {
    margin-bottom: 0.5rem !important;
    }

    .section-name {
    font-size: 16px !important;
    }

    /* Carrossel e botões */
    .carousel-button {
    width: 32px !important;
    height: 32px !important;
    }

    .carousel-container {
    gap: 0.5rem !important;
    }

    /* Cards de produtos */
    .product-card {
    min-width: 160px !important;
    max-width: 180px !important;
    padding: 0.5rem !important;
    }

    .product-image-container {
    height: 120px !important;
    }

    .product-name {
    font-size: 0.85rem !important;
    height: 2.4rem !important;
    }

    .product-ingredients {
    font-size: 0.75rem !important;
    height: 2.2rem !important;
    }

    .product-price {
    font-size: 0.95rem !important;
    }

    .product-card-footer {
    flex-direction: column !important;
    gap: 4px !important;
    }
    .product-qty-control {
    width: 100% !important;
    justify-content: center !important;
    }
    .product-add-btn {
    width: 100% !important;
    font-size: 0.7rem !important;
    padding: 6px !important;
    }
    }

    /* ======== Modal de Produto ======== */
    @media (max-width: 576px) {
    #produto-modal .modal-dialog {
    width: 100% !important;
    margin: 0 !important;
    }

    #produto-modal .modal-content {
    border-radius: 0 !important;
    }

    #produto-modal .modal-header {
    padding: 12px 15px !important;
    }

    #produto-modal .modal-row {
    flex-direction: column !important;
    }

    #produto-modal .modal-col-5,
    #produto-modal .modal-col-7 {
    width: 100% !important;
    }

    #produto-modal .modal-product-image {
    height: 180px !important;
    object-fit: cover !important;
    }
    }

    /* ======== Botão do WhatsApp ======== */
    @media (max-width: 576px) {
    .whatsapp-button {
    bottom: 1rem !important;
    right: 1rem !important;
    width: 3rem !important;
    height: 3rem !important;
    }

    .whatsapp-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    }
    }

    @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
    }

    @keyframes slideIn {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
    }

    /* Aplique estas classes a todas as seções de categoria */
    .category-section {
    animation: fadeIn 0.3s ease forwards;
    }

    .category-section .product-card {
    animation: slideIn 0.4s ease forwards;
    animation-delay: calc(var(--animation-order, 0) * 0.05s);
    opacity: 0;
    }

    /* Aplicar delay de animação a cada card */
    .category-section .product-card:nth-child(1) { --animation-order: 1; }
    .category-section .product-card:nth-child(2) { --animation-order: 2; }
    .category-section .product-card:nth-child(3) { --animation-order: 3; }
    .category-section .product-card:nth-child(4) { --animation-order: 4; }
    .category-section .product-card:nth-child(5) { --animation-order: 5; }
    .category-section .product-card:nth-child(6) { --animation-order: 6; }
    .category-section .product-card:nth-child(7) { --animation-order: 7; }
    .category-section .product-card:nth-child(8) { --animation-order: 8; }
    .category-section .product-card:nth-child(9) { --animation-order: 9; }
    .category-section .product-card:nth-child(10) { --animation-order: 10; }
 
    /* Estilização para a barra de pesquisa no header */
    .search-container {
    position: relative;
    flex-grow: 1;
    max-width: 500px;
    margin: 0 1rem;
    transition: all 0.3s ease;
    }

    .search-container input {
    width: 100%;
    padding: 0.75rem 1.25rem;
    padding-right: 3rem;
    border: 2px solid #e5e7eb;
    border-radius: 9999px;
    font-size: 0.95rem;
    background-color: #f9fafb;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .search-container input:focus {
    outline: none;
    border-color: #7341ff;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(115, 65, 255, 0.15);
    }

    .search-container button {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6b7280;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0; /* Garantir que não haja margin desalinhando */
    padding: 0; /* Garantir que não haja padding desalinhando */
    }

    .search-container button:hover {
    color: #7341ff;
    background-color: rgba(115, 65, 255, 0.08);
    }

    /* Adicionando o ícone de pesquisa com animação */
    .search-container button i {
    transition: all 0.3s ease;
    }

    .search-container input:focus + button i {
    transform: scale(1.2);
    color: #7341ff;
    }

    /* Efeito de pulso ao clicar no botão */
    @keyframes pulse {
    0% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(0.95); background-color: rgba(115, 65, 255, 0.15); }
    100% { transform: translateY(-50%) scale(1); }
    }

    .search-container button:active {
    animation: pulse 0.3s ease;
    }

    /* Estilo para resultados sugeridos */
    .search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    }

    .search-container.active .search-suggestions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    }

    .search-suggestion-item {
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    }

    .search-suggestion-item:hover {
    background-color: #f9fafb;
    }

    @keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translateY(10px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }

    .search-suggestions > * {
    animation: fadeInUp 0.3s ease forwards;
    }

    .search-container button.absolute,
    .search-container button.right-3,
    .search-container button.top-1\/2,
    .search-container button.transform,
    .search-container button.-translate-y-1\/2 {
    position: absolute !important;
    right: 0.75rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    }

    .search-suggestion-item i {
    color: #7341ff;
    font-size: 0.9rem;
    }

    /* Placeholder animation */
    @keyframes placeholderShine {
    from { background-position: -200px 0; }
    to { background-position: 200px 0; }
    }

    .search-container input::placeholder {
    color: #9ca3af;
    transition: all 0.3s ease;
    }

    .search-container input:focus::placeholder {
    color: #d1d5db;
    }


  
    


    /* Versão mobile com ícone animado */
    .search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f3f4f6;
    color: #6b7280;
    transition: all 0.3s ease;
    }

    .search-toggle:hover {
    background-color: #e5e7eb;
    color: #4b5563;
    }

    .search-toggle.active {
    background-color: #7341ff;
    color: white;
    }

    /* Efeito de foco visual para acessibilidade */
    .search-container input:focus-visible {
    outline: 2px solid #7341ff;
    outline-offset: 2px;
    }

    /* Animação para o texto no placeholder */
    @keyframes typingEffect {
    from { width: 0; }
    to { width: 100%; }
    }

    .search-container .animated-placeholder {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9ca3af;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typingEffect 1.5s steps(30, end) forwards;
    display: none;
    }

    .search-container input:placeholder-shown + .animated-placeholder {
    display: block;
    }

    .search-container input:not(:placeholder-shown) + .animated-placeholder,
    .search-container input:focus + .animated-placeholder {
    display: none;
    }

    /* Animações para resultados de pesquisa */
    @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
    }

    @keyframes slideIn {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
    }

    #search-results {
    animation: fadeIn 0.3s ease forwards;
    }

    #search-results .product-card {
    animation: slideIn 0.4s ease forwards;
    animation-delay: calc(var(--animation-order, 0) * 0.05s);
    opacity: 0;
    }

    /* Aplicar delay de animação a cada card */
    #search-results .product-card:nth-child(1) { --animation-order: 1; }
    #search-results .product-card:nth-child(2) { --animation-order: 2; }
    #search-results .product-card:nth-child(3) { --animation-order: 3; }
    #search-results .product-card:nth-child(4) { --animation-order: 4; }
    #search-results .product-card:nth-child(5) { --animation-order: 5; }
    #search-results .product-card:nth-child(6) { --animation-order: 6; }
    #search-results .product-card:nth-child(7) { --animation-order: 7; }
    #search-results .product-card:nth-child(8) { --animation-order: 8; }
    #search-results .product-card:nth-child(9) { --animation-order: 9; }
    #search-results .product-card:nth-child(10) { --animation-order: 10; }

    /* Estilizar botão "Ver em grade" */
    #search-results .view-all-btn {
    background-color: #f3f4f6;
    color: #4b5563;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    }

    #search-results .view-all-btn:hover {
    background-color: #e5e7eb;
    color: #1f2937;
    }

    #search-results .back-to-carousel {
    background-color: #f3f4f6;
    color: #4b5563;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    width: fit-content;
    }

    #search-results .back-to-carousel:hover {
    background-color: #e5e7eb;
    color: #1f2937;
    }

    /* Estilização para "Nenhum resultado encontrado" */
    #search-results .w-full.text-center {
    animation: fadeIn 0.3s ease forwards;
    padding: 3rem 1rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    margin: 1rem 0;
    }

    #search-results .w-full.text-center i {
    color: #d1d5db;
    margin-bottom: 1rem;
    }

    /* Responsividade */
    @media (max-width: 767px) {
    .search-container {
    max-width: 100%;
    margin: 8px 10px;
    }

    #search-results .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    }

    #search-results .section-title {
    width: 100%;
    }

    #search-results .section-link {
    align-self: flex-end;
    }

    #search-results .products-grid-view {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    }

    #search-results .product-image-container {
    height: 120px;
    }

    #search-results .product-name {
    font-size: 0.85rem;
    height: 2.4rem;
    }

    #search-results .product-ingredients {
    font-size: 0.75rem;
    height: 2.2rem;
    }

    #search-results .product-price {
    font-size: 0.9rem;
    }
    }

    /* Estilos para métodos de pagamento */
    .payment-option {
    transition: all 0.2s ease;
    }

    .payment-option.selected {
    background-color: rgba(59, 130, 246, 0.05);
    }

    .payment-option.selected .payment-radio {
    border-color: #3b82f6;
    }

    .payment-option.selected .payment-radio-dot {
    display: block;
    }

    /* Animação para NFC */
    .nfc-reader {
    position: relative;
    width: 200px;
    height: 120px;
    margin: 0 auto;
    background-color: #f3f4f6;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    }

    .nfc-reader-light {
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: rgba(59, 130, 246, 0.3);
    top: 0;
    left: 0;
    animation: nfc-scan 2s infinite;
    }

    .nfc-status {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #6b7280;
    }

    .nfc-icon {
    font-size: 2rem;
    color: #3b82f6;
    }

    @keyframes nfc-scan {
    0% {
    transform: translateY(0);
    opacity: 0.8;
    }
    50% {
    transform: translateY(120px);
    opacity: 0.2;
    }
    100% {
    transform: translateY(0);
    opacity: 0.8;
    }
    }

    .nfc-wave {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #3b82f6;
    opacity: 0;
    transform: scale(1);
    animation: nfc-pulse 2s infinite;
    }

    @keyframes nfc-pulse {
    0% {
    transform: scale(1);
    opacity: 0.8;
    }
    100% {
    transform: scale(2);
    opacity: 0;
    }
    }

    /* QR Code PIX */
    .pix-container {
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    }

    .pix-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-color: white;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .card-reader {
    width: 240px;
    height: 160px;
    margin: 0 auto;
    background-color: #f9fafb;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .card-reader-slot {
    width: 200px;
    height: 10px;
    background-color: #4b5563;
    border-radius: 5px;
    margin-bottom: 16px;
    }

    .card-status {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 8px;
    }

    /* Desktop */
    @media (min-width: 768px) {
        .search-container {
            max-width: 500px;
        }
    }

    /* Desktop */
    @media (min-width: 768px) {
        .search-container {
            max-width: 500px;
        }
    }

     /* Estilos para exibição de preços com desconto - overridden by inline styles */

    /* Estilos para botões de carrossel em seções especiais */
    #promocoes .carousel-button:hover {
        background-color: #ef4444;
        color: white;
    }

    #destaques .carousel-button:hover {
        background-color: #7341ff;
        color: white;
    }

    /* Efeito de hover para os cards especiais */
    #promocoes .product-card:hover {
        border-color: rgba(239, 68, 68, 0.4);
    }

    #destaques .product-card:hover {
        border-color: rgba(115, 65, 255, 0.4);
    }

     /* ==== Estrutura base do modal ==== */
     .prod-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2000;
        overflow-y: auto;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .prod-modal.show {
        display: block;
        opacity: 1;
      }

      .prod-modal-dialog {
        width: 92%;
        max-width: 500px;
        margin: 130px auto;
        transform: translateY(-20px);
        transition: transform 0.3s ease;
      }

      .prod-modal.show .prod-modal-dialog {
        transform: translateY(0);
      }

      .prod-modal-content {
        border: none;
        border-radius: 16px;
        overflow: hidden;
        background-color: transparent;
      }

      .prod-modal-body {
        padding: 0;
      }

      /* ==== Card do produto ==== */
      .prod-card {
        background-color: #ffffff;
        border-radius: 24px;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateZ(0);
        transition: all 0.3s ease;
      }

      /* ==== Área da imagem ==== */
      .prod-image-wrapper {
        position: relative;
        width: 100%;
      }

      .prod-image {
        width: 100%;
        height: 220px;
        object-fit: contain;
        display: block;
      }

      .prod-tag-destaque {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 10;
        background-color: rgb(115, 65, 255);
        color: white;
        padding: 4px 12px;
        border-radius: 9999px;
        font-weight: 600;
        font-size: 14px;
        transform: rotate(2deg);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
      }

      .prod-close-btn {
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 20;
        background-color: hsla(0, 0%, 100%, 0.9);
        backdrop-filter: blur(4px);
        color: #333;
        width: 32px;
        height: 32px;
        border-radius: 9999px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease;
      }

      .prod-close-btn:hover {
        background-color: #f3f4f6;
        transform: scale(1.05);
      }

      .prod-title-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        padding-top: 40px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
      }

      .prod-title-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
      }

      .prod-title {
        color: white;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        text-shadow: 0 4px 3px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.06);
      }

      /* ==== Conteúdo principal ==== */
      .prod-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      /* ==== Seção de preço ==== */
      .prod-price-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .prod-price-wrapper {
        display: flex;
        flex-direction: column;
      }

      .prod-price-label {
        font-size: 14px;
        color: #6b7280;
      }

      .prod-price-display {
        display: flex;
        align-items: baseline;
        gap: 8px;
      }

      .prod-price-current {
        font-size: 24px;
        font-weight: 700;
        color: rgb(99, 27, 255);
      }

      .prod-price-original {
        font-size: 14px;
        text-decoration: line-through;
        color: #9ca3af;
      }

      .prod-icon-wrapper {
        background-color: rgb(243, 241, 255);
        border-radius: 9999px;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .prod-icon {
        color: rgb(99, 27, 255);
      }

      /* ==== Seção de descrição ==== */
      .prod-desc-section {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .prod-section-title {
        font-size: 16px;
        font-weight: 500;
        color: #1f2937;
        margin: 0;
      }

      .prod-desc-content {
        background-color: #f9fafb;
        border-radius: 12px;
        padding: 12px;
        font-size: 14px;
        color: #4b5563;
      }

      /* ==== Opções de tamanho ==== */
      .prod-options-section {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .prod-options-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .prod-option-item {
        display: flex;
        justify-content: space-between;
        background-color: #f9fafb;
        padding: 12px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
      }

      .prod-option-item.selected {
        background-color: #f3f1ff;
        border: 1px solid #b7a9ff;
      }

      .prod-option-item:hover:not(.selected) {
        background-color: #f3f4f6;
      }

      .prod-option-label {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .prod-option-price {
        color: rgb(99, 27, 255);
        font-weight: 600;
      }

      /* ==== Adicionais ==== */
      .prod-addons-section {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .prod-addons-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .prod-addon-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f9fafb;
        padding: 12px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
      }

      .prod-addon-item:hover {
        background-color: #f3f4f6;
      }

      .prod-addon-label {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .prod-addon-price {
        color: #10b981;
        font-weight: 600;
      }

      /* ==== Controles de quantidade e observações ==== */
      .prod-controls-section {
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-top: 1px solid #f3f4f6;
        padding-top: 16px;
      }

      .prod-quantity-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
      }

      .prod-quantity-label {
        font-weight: 500;
        color: #1f2937;
      }

      .prod-quantity-controls {
        display: flex;
        align-items: center;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        overflow: hidden;
      }

      .prod-quantity-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f9fafb;
        border: none;
        cursor: pointer;
        color: #6b7280;
        transition: all 0.2s ease;
      }

      .prod-quantity-btn:hover {
        background-color: #f3f4f6;
        color: rgb(99, 27, 255);
      }

      .prod-quantity-input {
        width: 48px;
        height: 40px;
        text-align: center;
        border: none;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        -moz-appearance: textfield;
      }

      .prod-quantity-input::-webkit-outer-spin-button,
      .prod-quantity-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

      .prod-preptime-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #6b7280;
        margin-bottom: 16px;
      }

      .prod-preptime-value {
        font-weight: 500;
      }

      .prod-notes-wrapper {
        width: 100%;
      }

      .prod-notes-summary {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
        border-radius: 12px;
        background-color: #f9fafb;
        padding: 12px;
        color: #4b5563;
        transition: all 0.2s ease;
      }

      .prod-notes-summary:hover {
        background-color: #f3f4f6;
      }

      .prod-notes-title {
        font-weight: 500;
      }

      .prod-notes-icon {
        transition: transform 0.2s ease;
      }

      .prod-notes-wrapper[open] .prod-notes-icon {
        transform: rotate(180deg);
      }

      .prod-notes-textarea {
        margin-top: 12px;
        width: 100%;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 12px;
        font-size: 14px;
        resize: none;
        transition: all 0.2s ease;
      }

      .prod-notes-textarea:focus {
        outline: none;
        border-color: #b7a9ff;
        box-shadow: 0 0 0 3px rgba(183, 169, 255, 0.3);
      }

      /* ==== Rodapé com total e botão ==== */
      .prod-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
      }

      .prod-total-wrapper {
        display: flex;
        flex-direction: column;
      }

      .prod-total-label {
        font-size: 12px;
        color: #6b7280;
      }

      .prod-total-value {
        font-size: 18px;
        font-weight: 700;
        color: rgb(99, 27, 255);
      }

      .prod-submit-btn {
        background-color: rgb(99, 27, 255);
        color: white;
        font-weight: 500;
        border-radius: 12px;
        padding: 12px 24px;
        display: flex;
        align-items: center;
        gap: 8px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        transform: translateZ(0);
      }

      .prod-submit-btn:hover {
        background-color: rgb(97, 27, 248);
        transform: translateY(-2px);
      }

      .prod-submit-btn:active {
        background-color: rgb(70, 7, 208);
      }

      /* ==== Toast de notificação ==== */
      .prod-toast {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #10b981;
        color: white;
        padding: 12px 20px;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 9999;
        animation: prodToastIn 0.3s ease forwards;
      }

      .prod-toast-error {
        background-color: #ef4444;
      }

      .prod-toast-info {
        background-color: #3b82f6;
      }

      .prod-toast-icon {
        font-size: 20px;
      }

      .prod-toast-message {
        font-weight: 500;
      }

      .prod-toast-hide {
        animation: prodToastOut 0.3s ease forwards;
      }

      /* ==== Animações ==== */
      @keyframes prodToastIn {
        from {
          transform: translate(-50%, 100%);
          opacity: 0;
        }
        to {
          transform: translate(-50%, 0);
          opacity: 1;
        }
      }

      @keyframes prodToastOut {
        from {
          transform: translate(-50%, 0);
          opacity: 1;
        }
        to {
          transform: translate(-50%, 100%);
          opacity: 0;
        }
      }

      /* ==== Responsividade ==== */
      @media (max-width: 640px) {
        .prod-modal-dialog {
          width: 95%;
          margin: 100px auto;
        }
        
        .prod-price-current {
          font-size: 20px;
        }
        
        .prod-submit-btn {
          padding: 10px 16px;
          font-size: 14px;
        }
        
        .prod-title {
          font-size: 18px;
        }
        
        .prod-image {
          height: 180px;
        }
      }



/* Animação para entrada de elementos */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}