.cta-gif {
    text-align: center !important;
    margin: 20px 0;
}
.cta-gif img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.cta-selected-products {
    text-align: center;
    margin: 20px auto;
    max-width: 1200px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cta-selected-products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cta-selected-products .product {
    margin: 10px;
}
.cta-gif {
    text-align: center !important;
    margin: 20px 0;
}
.cta-gif img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* شمارش کلیک CTAها */
.cta-click-tracker {
    cursor: pointer;
}

.cta-click-tracker:hover {
    transform: scale(1.02);
    transition: transform 0.2s ease;
}