.slider {
    width: 100%;
    max-width: 50rem;
    height: auto;
    margin: 0 auto;
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
}

.slides {
    width: 400%;
    height: auto;
    display: flex;
    transition: margin-left 0.5s ease-in-out;
}

.slide {
    width: 25%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slides input {
    display: none;
}

.manual-navigation {
    position: absolute;
    width: 100%;
    max-width: 50rem;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 10;
}

.manual-btn {
    border: 2px solid #fff;
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.manual-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.navigation-auto {
    position: absolute;
    width: 100%;
    max-width: 50rem;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 5;
}

.navigation-auto div {
    border: 2px solid #fff;
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transition: 0.4s;
}

#radio1:checked~.first {
    margin-left: 0;
    transition: margin-left 0.5s ease-in-out;
}

#radio2:checked~.first {
    margin-left: -25%;
    transition: margin-left 0.5s ease-in-out;
}

#radio3:checked~.first {
    margin-left: -50%;
    transition: margin-left 0.5s ease-in-out;
}

#radio4:checked~.first {
    margin-left: -75%;
    transition: margin-left 0.5s ease-in-out;
}

#radio1:checked~.navigation-auto .auto-btn1,
#radio2:checked~.navigation-auto .auto-btn2,
#radio3:checked~.navigation-auto .auto-btn3,
#radio4:checked~.navigation-auto .auto-btn4 {
    background: #fff;
}


.ofertas {
    background-color: white;
    padding: 2rem;
    margin-top: 2rem;
    width: 90%;
    margin-right: auto;
    border-radius: 10px;
    margin-left: auto;
}

.titulo-ofertas {
    color: #009DF7;
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.ofertas-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.ofertas-item {
    background-color: white;
    width: 300px;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.ofertas-item:hover {
    transform: translateY(-5px);
}

.ofertas-item img {
    width: 200px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.ofertas-item h3 {
    color: #009DF7;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.ofertas-item p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.preco {
    display: block;
    color: #009DF7;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.botoes {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.btn-carrinho,
.btn-comprar {
    padding: 0.8rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-carrinho {
    background-color: #009DF7;
    color: white;
}

.btn-comprar {
    display: inline-block;
    padding: 8px 16px;
    background-color: #009DF7;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btn-comprar:hover {
    background-color: #006ead;
}

.btn-carrinho:hover {
    background-color: #006ead;
}

@media screen and (max-width: 768px) {
    .slider {
        width: 90%;
    }

    .manual-navigation,
    .navigation-auto {
        width: 90%;
        bottom: 15px;
        gap: 12px;
    }

    .manual-btn,
    .navigation-auto div {
        width: 12px;
        height: 12px;
        border-width: 1.5px;
    }

    .ofertas {
        padding: 1rem;
    }

    .ofertas-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .ofertas-item h3 {
        font-size: 1.1rem;
    }

    .preco {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .slider {
        width: 95%;
    }

    .manual-navigation,
    .navigation-auto {
        width: 95%;
        bottom: 10px;
        gap: 10px;
    }

    .manual-btn,
    .navigation-auto div {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }

    .ofertas-container {
        grid-template-columns: 1fr;
    }

    .ofertas-item {
        padding: 0.8rem;
    }

    .ofertas-item h3 {
        font-size: 1rem;
    }

    .preco {
        font-size: 1.1rem;
    }

    .btn-carrinho,
    .btn-comprar {
        padding: 0.6rem;
        font-size: 0.9rem;
    }
}

#mobile-menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: white;
}

#mobile-menu .bg-gradient-to-r {
    background-image: linear-gradient(to right, #009DF7, #9333EA);
    flex-shrink: 0;
}

#mobile-menu .h-\[calc\(100vh-180px\)\] {
    height: calc(100vh - 180px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--gray-light);
}

#mobile-menu .h-\[calc\(100vh-180px\)\]::-webkit-scrollbar {
    width: 6px;
}

#mobile-menu .h-\[calc\(100vh-180px\)\]::-webkit-scrollbar-track {
    background: var(--gray-light);
}

#mobile-menu .h-\[calc\(100vh-180px\)\]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 3px;
}

#mobile-menu .sticky {
    position: sticky;
    z-index: 10;
}

#mobile-menu .sticky.top-0 {
    top: 0;
}

#mobile-menu .sticky.bottom-0 {
    bottom: 0;
    background-color: white;
}

#mobile-menu .p-4 {
    padding: 1rem;
}

#mobile-menu .space-y-1 {
    margin-bottom: 1rem;
}

#mobile-menu .bg-gray-50 {
    background-color: var(--gray-light);
    padding-bottom: 2rem;
}

#mobile-menu .border-t {
    border-color: #E5E7EB;
    flex-shrink: 0;
}

#mobile-menu .material-symbols-outlined {
    font-size: 24px;
}

#mobile-menu a {
    transition: all 0.2s ease;
}

#mobile-menu a:hover {
    color: #009DF7;
}

#mobile-menu .group:hover .text-gray-400 {
    color: #009DF7;
}

#mobile-menu input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#mobile-menu input:focus {
    background-color: rgba(255, 255, 255, 0.15);
}

#mobile-menu .rounded-lg {
    border-radius: 0.5rem;
}

#mobile-menu .hover\:bg-white:hover {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#mobile-menu .hover\:bg-gray-50:hover {
    background-color: #F9FAFB;
}

#mobile-menu {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu.-translate-x-full {
    transform: translateX(-100%);
}

#mobile-menu:not(.-translate-x-full) {
    transform: translateX(0);
}

#mobile-menu .text-roxo {
    color: #009DF7;
}

#mobile-menu .text-gray-400 {
    color: #9CA3AF;
}

#mobile-menu .text-gray-600 {
    color: #4B5563;
}

#mobile-menu .text-gray-700 {
    color: #374151;
}

#mobile-menu .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#mobile-menu .grid-cols-4 a {
    min-width: 0;
    transition: all 0.3s ease;
}

#mobile-menu .grid-cols-4 a:hover {
    background-color: white;
    box-shadow: 0 2px 4px rgba(199, 71, 245, 0.1);
    transform: translateY(-2px);
}

#mobile-menu .grid-cols-4 .group:hover .text-gray-600 {
    color: var(--primary-color);
}

#mobile-menu .grid-cols-4 .group:hover .material-symbols-outlined {
    color: var(--primary-color);
    transform: scale(1.1);
}

.link-rapido a:hover .material-symbols-outlined {
    color: white !important;
    background-color: #009DF7 !important;
    border-radius: 50%;
    padding: 4px;
}

.link-rapido a:hover .text-gray-600 {
    color: white !important;
    background-color: #009DF7 !important;
}

#mobile-menu .border-t {
    border-color: #E5E7EB;
    flex-shrink: 0;
}

:root {
    --primary-color: #009DF7;
    --secondary-color: #9333EA;
    --text-color: #374151;
    --gray-light: #F9FAFB;
    --gray-medium: #E5E7EB;
    --gray-dark: #4B5563;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    color: var(--text-color);
}

.navbar-child-one {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem;
}

.text-color {
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.text-color:hover {
    color: var(--primary-color);
}

.line {
    height: 2px;
    background-color: var(--primary-color);
    width: 0;
    transition: width 0.3s ease;
}

.text-color:hover+.line {
    width: 100%;
}

.search-container {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.search-container input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--primary-color);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.search-container input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(199, 71, 245, 0.2);
}

.nav-menu {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.nav-menu img,
#mobile-menu img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.nav-menu li:hover img,
#mobile-menu a:hover img {
    transform: scale(1.1);
}

#mobile-menu .quick-links img {
    width: 28px;
    height: 28px;
    margin-bottom: 0.5rem;
}

.nav-menu li img {
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
    .navbar-child-one {
        padding: 0.5rem 1rem;
    }

    .text-color {
        font-size: 0.8rem;
    }

    .search-container {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-child-one {
        display: none;
    }

    .search-container {
        max-width: 100%;
    }

    .nav-menu ul {
        gap: 1rem;
    }

    .nav-menu a {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 480px) {
    .search-container input {
        padding: 0.5rem 0.75rem;
    }

    .nav-menu ul {
        gap: 0.75rem;
    }

    .nav-menu a {
        font-size: 0.8rem;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

.text-roxo {
    color: var(--primary-color);
}

.bg-roxo {
    background-color: var(--primary-color);
}

.hover\:text-roxo:hover {
    color: var(--primary-color);
}

.hover\:bg-roxo:hover {
    background-color: var(--primary-color);
}

.quick-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.quick-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.quick-link-item:hover {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.menu-footer {
    padding: 1rem;
    border-top: 1px solid var(--gray-medium);
    background-color: white;
}

.menu-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-footer-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gray-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-footer-item:hover {
    color: var(--primary-color);
}