/* Fix cards de produto */
.product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(114,47,55,0.08);
}

.product-card .product-image {
    background: #fff;
    padding: 20px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .product-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    z-index: 1;
}

.product-card .product-image img {
    max-width: 100% !important;
    max-height: 160px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: none !important;
    box-shadow: none !important;
}

.product-card .product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    background: #C9A962;
    color: #4A1C23;
}

.product-card .product-badge.promo {
    background: #722F37;
    color: #fff;
}

.product-card .btn-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-card .product-info {
    padding: 16px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 16px;
}

/* Banner Principal */
.featured-banner {
    background: linear-gradient(135deg, #722F37 0%, #4A1C23 100%);
    border-radius: 20px;
    margin: 0 16px 24px;
    padding: 40px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.featured-banner::before {
    content: '🍷';
    position: absolute;
    font-size: 120px;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-banner .featured-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.featured-banner .featured-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.featured-banner .featured-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin-bottom: 20px;
}

.featured-banner .featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #722F37;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.featured-banner .featured-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.featured-content {
    position: relative;
    z-index: 2;
}

/* Banner Principal */
.featured-banner {
    background: linear-gradient(135deg, #722F37 0%, #4A1C23 100%);
    border-radius: 20px;
    margin: 0 16px 24px;
    padding: 40px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.featured-banner::before {
    content: '🍷';
    position: absolute;
    font-size: 120px;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-banner .featured-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.featured-banner .featured-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.featured-banner .featured-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin-bottom: 20px;
}

.featured-banner .featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #722F37;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.featured-banner .featured-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.featured-content {
    position: relative;
    z-index: 2;
}

/* Fix espaço do topo */
.page-content {
    padding-top: 0 !important;
}

.search-wrapper {
    padding-top: 16px;
    background: #FAF7F5;
}

.categories-scroll {
    background: #FAF7F5;
    padding-bottom: 16px;
}

/* Fix padding top da página */
main.page-content {
    padding-top: calc(var(--header-height) + 8px) !important;
}

/* Fix padding top mobile */
@media (max-width: 768px) {
    main.page-content {
        padding-top: 0 !important;
    }
}

/* Fix padding top mobile */
@media (max-width: 768px) {
    main.page-content {
        padding-top: 0 !important;
    }
}

/* Força remover espaço no mobile */
@media screen and (max-width: 768px) {
    .page-content,
    main.page-content,
    main {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    .search-wrapper {
        margin-top: 0 !important;
        padding-top: 8px !important;
    }
}

/* Fix sombra e fundo da imagem */
.product-image img {
    filter: none !important;
    box-shadow: none !important;
}

.product-card .product-image {
    background: #fff !important;
}

/* Fix sombra e fundo da imagem */
.product-image img {
    filter: none !important;
    box-shadow: none !important;
}

.product-card .product-image {
    background: #fff !important;
}

/* Fix fundo transparente */
.product-card .product-image {
    background: none !important;
}
