.wc-carousel-container-ada3b711 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 40px; /* space for dots */
}

/* Ensure slides stretch to match the tallest one */
.wc-swiper-wrapper-ada3b711 {
    align-items: stretch;
}
.wc-swiper-slide-ada3b711 {
    height: auto;
}

.wc-card-ada3b711 {
    border-radius: 12px;
    background: #111;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wc-img-wrap-ada3b711 {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    flex-shrink: 0;
}

.wc-img-wrap-ada3b711 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.wc-img-wrap-ada3b711:hover img {
    transform: scale(1.05);
}

.wc-content-ada3b711 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* fills remaining height */
}

.wc-title-link-ada3b711 {
    text-decoration: none;
    display: block;
}

.wc-title-ada3b711 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    color: #fff;
    /* Line Clamping */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* default, changeable via control */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Fixed min-height to help alignment */
    min-height: 2.4em; 
}

.wc-price-ada3b711 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffaa00;
}

.wc-price-ada3b711 del {
    font-size: 0.8em;
    opacity: 0.7;
    margin-right: 5px;
}

.wc-price-ada3b711 ins {
    text-decoration: none;
}

/* Button Wrap pushes the button to the bottom so they all align */
.wc-btn-wrap-ada3b711 {
    margin-top: auto;
}

.wc-btn-wrap-ada3b711 .button {
    display: block;
    text-align: center;
    background: #ffaa00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s ease;
    width: 100%;
}

.wc-btn-wrap-ada3b711 .button:hover {
    opacity: 0.8;
}

/* Swiper Nav Overrides */
.wc-carousel-container-ada3b711 .swiper-button-prev,
.wc-carousel-container-ada3b711 .swiper-button-next {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
}

.wc-carousel-container-ada3b711 .swiper-button-prev::after,
.wc-carousel-container-ada3b711 .swiper-button-next::after {
    font-size: 16px;
}

.wc-pagination-ada3b711 {
    bottom: 0px !important;
}

.wc-pagination-ada3b711 .swiper-pagination-bullet-active {
    background: #ffaa00;
}
