.as_product_wrapper {
    overflow-x: hidden;
}

.as_product_box {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.as_price {
    font-size: 18px;
    font-weight: bold;
    color: #ff6a00;
}

.as_price del {
    color: #999;
    margin-left: 5px;
}

.as_new_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.product-slider {
    display: flex;
}

/* Slick Custom Arrows */
.slick-prev,
.slick-next {
    font-size: 24px;
    color: black;
    background: white;
    border-radius: 50%;
}

.p-slider {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.as_image_box {
    width: 350px;
    height: 110px;
    padding: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.as_image_box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.as_pro_img {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f0f0f0;
    overflow: hidden;
    margin: 0 auto;
}

.as_pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as_product_detail {
    text-align: center;
}

.as_product_detail {
    padding: 20px 0px 20px;
}

.as_subheading {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.as_price {
    font-size: 14px;
    color: #666;
}

@media (max-width: 850px) {
    .as_image_box {
        width: 200px;
    }

    .as_pro_img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 650px) {
    .as_image_box {
        width: 180px;
    }

    .as_pro_img {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .as_product_box {
        min-height: 397px;
    }
}

/* Change text color to white on hover */
.as_subheadingg:hover td {
    color: white !important;
}

/* Change text color to white when clicked (for mobile or desktop click) */
.as_subheadingg.active td {
    color: white !important;
}

.as_subheadingg {
    /* margin: 40px 0 10px; */
    font-size: 20px;
    position: relative;
    font-weight: 600;
    transition: none;
}
