.view-associatedGoodsv2-main {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
}

p.associatedGoods-titlev2 {
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.view-associatedGoodsv2-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.productv2-card__name {
    font-size: 11px;
    line-height: 1.2;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.view-associatedGoodsv2-main .swiper-slide picture {
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.button-primaryv2 {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-next-primaryv2 {
    right: 0;
}

.button-prev-primaryv2 {
    left: 0
}

span.productv2-card__sale-price {
    font-size: 12px;
    color: #000;
}

.button-primaryv2.swiper-button-disabled {
    display: none;
}

@meida(max-width:768px) {
    .view-associatedGoodsv2-main {
        padding: 0px 10px;
    }
}

