.aleezastoree-banner-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.aleezastoree-banner-item {
    position: relative;
    width: 100%;
}
.aleezastoree-banner-link {
    display: block;
    width: 100%;
    text-decoration: none;
}
.aleezastoree-banner-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.aleezastoree-banner-link:hover .aleezastoree-banner-img {
    transform: scale(1.015);
}
.aleezastoree-banner-cta {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #00a651;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 9999px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.4);
}
