* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica', Arial, sans-serif;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
    border-bottom: none;
    box-shadow: none;
    position: relative;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-icon i {
    font-size: 24px;
    margin-bottom: 5px;
}

.menu-icon span {
    font-size: 12px;
    
}

.logo {
    height: 40px;
    margin-left: -130px;
}

.right-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.right-icons i {
    font-size: 20px;
    cursor: pointer;
}

.right-icons span {
    font-size: 14px;
    font-weight: bold;
}

.yellow-line {
    height: 2px;
    background-color: #FFD700;
    width: 100%;
}

.image-slider {
    width: 340px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.slider-track img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    margin: 0 20px;
    border-radius: 10px;
}

.black-line {
    width: 100%;
    height: 0.5px;
    background-color: black;
    margin-top: 20px;
}

.section-title {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.highlight-text {
    background-color: #FFD700;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
}

.product-title {
    margin-top: 10px;
    padding-left: 20px;
    max-width: 70%;
}

.product-text {
    font-size: 25px;
    font-weight: bold;
    color: black;
    
}

.product-price {
    margin-top: 10px;
    padding-left: 20px;
}

.price-text {
    font-size: 25px;
    color: black;
    font-weight: bold;
}

.product-stock {
    margin-top: 10px;
    padding-left: 20px;
}

.stock-text {
    font-size: 16px;
    color: green;
}

.button-heart-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding-left: 20px;
}

.resgatar-btn {
    background-color: #e96f14;
    color: black;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    width: calc(100% - 90px);
}

.heart-icon {
    width: 35px;
    height: 35px;
    background-color: #D3D3D3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heart-icon i {
    font-size: 16px;
    color: #696969;
}

.icons-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}

.icon-box i {
    font-size: 24px;
    margin-bottom: 5px;
}

.icon-number {
    font-size: 18px;
    margin: 5px 0;
    font-weight: normal;
}

.icon-description {
    font-size: 12px;
    color: grey;
}

.vertical-line {
    width: 1px;
    height: 20px;
    background-color: black;
}

/* Seções com fundo cinza claro */
.product-sections {
    margin-top: 20px;
    background-color: #F5F5F5;
}

.section-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.section-item i {
    font-size: 20px;
}

.section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: #f9f9f9;
    padding: 0;
    font-size: 14px;
    text-align: center;
}

.section-content img {
    width: 80%;
    margin: 15px auto;
    display: block;
}

.section-content p {
    margin: 10px 0;
}

.section-content.active {
    padding: 20px 15px;
    max-height: 800px;
}

.ratings {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.highlighted-text {
    font-size: 24px;
    font-weight: 450;
}


/* Footer Styles */
.footer {
    background-color: #1A194C; /* Fundo azul escuro */
    color: white;
    padding: 40px 20px;
    font-family: 'Helvetica', Arial, sans-serif;
}

.footer-top {
    margin-bottom: 30px;
    text-align: center;
}

.lego-logo {
    width: 80px;
    margin-bottom: 20px;
}

.footer-text {
    margin: 5px 0;
    font-size: 14px;
    color: #EAEAEA;
}

/* Newsletter */
.newsletter {
    margin-top: 20px;
}

.newsletter-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newsletter-input-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    padding: 15px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    width: 60%;
    max-width: 300px;
    color: #707070;
}

.newsletter-button {
    padding: 15px;
    background-color: #F57D31;
    color: white;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.newsletter-button i {
    font-size: 20px;
    font-weight: bold;
}

/* Seções de links (Sobre nós, Suporte, Fale Conosco) */
.footer-sections {
    margin-top: 40px;
    border-top: 1px solid #5F5E77;
    border-bottom: 1px solid #5F5E77;
}

.footer-section {
    padding: 15px 0;
    border-bottom: 1px solid #5F5E77;
}

.footer-section:last-child {
    border-bottom: none;
}

.footer-section-title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.footer-section-title i {
    font-size: 14px;
}

/* Redes Sociais */
.footer-social {
    margin-top: 30px;
    text-align: left; /* Alinhamento à esquerda */
    padding-left: 20px; /* Espaço da borda esquerda */
}

.footer-social p.social-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px; /* Espaçamento entre o texto e os ícones */
}

.social-icon {
    background-color: #252550; 
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.social-icon i {
    font-size: 18px;
}

.social-icon:hover {
    background-color: #F57D31; /* Laranja ao passar o mouse */
}
