.hpsw-wrap {
    width: 100%;
    box-sizing: border-box;
}

.hpsw-section-title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 16px;
    line-height: 1.4;
}

.hpsw-swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 36px;
    box-sizing: border-box;
}

.hpsw-card {
    display: block;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.25s ease;
}

.hpsw-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    text-decoration: none;
}

.hpsw-image-wrap {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.hpsw-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.hpsw-card:hover .hpsw-image-wrap img {
    transform: scale(1.04);
}

.hpsw-info {
    background-color: #eeeeee;
    padding: 16px;
    text-align: center;
    box-sizing: border-box;
}

.hpsw-product-title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    line-height: 1.5;
    word-break: break-word;
}

.hpsw-swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
}

.hpsw-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cccccc !important;
    opacity: 1;
    margin: 0 4px;
}

.hpsw-swiper .swiper-pagination-bullet-active {
    background: #333333 !important;
}
