.woo-carousel-wrapper-24e1d441 {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.woo-carousel-wrapper-24e1d441::-webkit-scrollbar {
    display: none;
}

.woo-carousel-track-24e1d441 {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.woo-card-24e1d441 {
    flex: 0 0 280px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.woo-card-24e1d441 .img-wrap {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.woo-card-24e1d441 .img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.woo-card-24e1d441 .info-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.woo-card-24e1d441 h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.4;
}

.woo-card-24e1d441 h3 a {
    color: #333;
    text-decoration: none;
}

.woo-card-24e1d441 .price {
    font-weight: 700;
    color: #f2295b;
    font-size: 18px;
    margin-bottom: 15px;
}

.woo-card-24e1d441 .rating-wrap {
    margin-bottom: 10px;
    font-size: 12px;
}

.cart-actions-24e1d441 {
    display: flex;
    gap: 10px;
    margin-top: auto;
    align-items: stretch;
}

.qty-control-24e1d441 {
    display: flex;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.qty-control-24e1d441 button {
    background: transparent;
    border: none;
    width: 30px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-control-24e1d441 input {
    width: 40px;
    border: none;
    text-align: center;
    -moz-appearance: textfield;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.qty-control-24e1d441 input::-webkit-outer-spin-button,
.qty-control-24e1d441 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add-to-bag-btn-24e1d441 {
    flex-grow: 1;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
    text-decoration: none;
}

.add-to-bag-btn-24e1d441:hover {
    background: #000;
    color: #fff;
}

.add-to-bag-btn-24e1d441.loading {
    opacity: 0.5;
    cursor: wait;
}
.add-to-bag-btn-24e1d441.added {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

@media (max-width: 767px) {
    .woo-card-24e1d441 {
        flex: 0 0 85%;
    }
}