.pc-carousel-wrapper {
    margin: 30px 0;
}

.pc-carousel-item {
    padding: 15px;
    position:relative; 
}

.pc-product-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    min-height: 350px;
}


.pc-rank-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: black;
    color: white;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    z-index: 1;
}


.pc-product-image {
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.pc-subtitle {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
    text-align:start;
}

.pc-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.pc-review-link {
    color: #27AAE2;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.pc-price {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.pc-buy-btn {
    display: inline-block;
    background: #27AAE2;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
}

.pc-compare {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.slick-prev, .slick-next {
    background: transparent !important;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    z-index: 10;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}
.pc-product-image{
    height:233px !important;
}
.slick-prev:hover, .slick-next:hover {
    background: #27AAE2;
}

.slick-next:before {

    color: green !important;
    font-size: 30px !important;
}
.slick-prev:before {
   
    color: green !important;
    font-size: 30px !important;

}
