.dp-pc {
    display: block;
}

.dp-sp {
    display: none;
}

.product-hero {
    padding-bottom: 5px;
}

.product-hero__artwork img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .product-hero__artwork img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}

.list-review {
    height: 181px;
}

.list-review .slick-initialized .slick-slide {
    margin: 5px;
    height: 181px;
    width: 100%;
}

.list-review .l-column--equal-height>.we-customer-review {
    max-height: 181px;
    width: 100%;
}

/* Customer Ratings - using original we-* classes */
.we-customer-ratings {
    margin-bottom: 15px;
}

.we-customer-ratings__stats {
    display: inline-flex;
    vertical-align: bottom;
    justify-content: space-between;
}

.we-customer-ratings__count {
    letter-spacing: .04em;
}

.we-customer-ratings__averages {
    text-align: center;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
}

.we-customer-ratings__averages__display {
    font-size: 3em;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    color: #1d1d1f;
}

/* Star Bar Graph */
.we-star-bar-graph {
    margin: 0;
    padding: 0;
}

.we-star-bar-graph__row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 10px;
}

.we-star-bar-graph__stars {
    min-width: 20px;
    font-size: 0.9em;
    color: #666;
}

.we-star-bar-graph__bar {
    flex: 1;
    height: 8px;
    background-color: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.we-star-bar-graph__bar__foreground-bar {
    height: 100%;
    background-color: #ff9500;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.list-info {
    margin-bottom: 5px;
    height: 90px;
    display: flex;
}

.list-info img {
    width: auto !important;
    height: 90px;
    cursor: pointer;
    padding: 15px 18px;
    display: block;
}

.list-info li {
    position: relative;
}

.list-info li::before {
    content: "";
    display: block;
    width: 0;
    height: 50px;
    background: #ADADAD;
    border-right: 1px solid #ADADAD;
    position: absolute;
    right: 0;
    top: 20px;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 5px;
    
}

.list-info.slick-initialized .slick-slide {
    display: block;
    margin: 0px;
    width: 100px !important;
}

.bg-step {
    
    background-image: url(../images/bg-steps.png);
    border-radius: 10px;
}
.slider-step {
    display: block;
    overflow: hidden;
}

.slider-step img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-arrow {
    display: none !important;
  }
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }


.box-images {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .slider-step {
        display: block !important;
    }
    
    .slider-step.slick-initialized {
        display: block !important;
    }
    
    .dp-pc {
        display: none;
    }

    .dp-sp {
        display: block;
    }

    .list-info img {
        height: 87px;
    }

    .slick-initialized .slick-slide {
        display: block;
        margin: 5px;
    }

    .slider-list .responsive-image.slick-slide {
        padding: 0;
    }
    
    .slider-step .box-images {
        padding: 5px;
    }
    
    .slider-step img {
        width: 100%;
        max-width: 75%;
        height: auto;
        display: block;
        margin: 0 auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    
    .slider-step .responsive-image {
        max-width: 75%;
        width: 75%;
    }
}

@media screen and (max-width: 600px) {
    .list-info {
        overflow: hidden;
        height: 70px;
    }

    .list-info img {
        width: auto !important;
        height: 70px;
        cursor: pointer;
        padding: 10px;
        display: block;
    }

    .list-info.slick-initialized .slick-slide {
        width: 76px !important;
    }
}

/* Customer Ratings */
.customer-ratings {
    margin: 20px 0;
}

.ratings-stats {
    text-align: center;
}

.ratings-averages {
    margin-bottom: 10px;
    text-align: center;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
}

.ratings-display {
    font-size: 3em;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    color: #1d1d1f;
}

.ratings-count {
    color: #666;
    font-size: 0.9em;
    margin-top: 10px;
}

/* Star Bar Graph */
.we-star-bar-graph {
    margin: 0;
    padding: 0;
}

.we-star-bar-graph__row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.we-star-bar-graph__stars {
    width: 49px;
    min-width: 49px;
    height: 9px;
    display: inline-block;
    background-image: url(../images/five-star-rating-gray-ec0707c56bc834adf5dd504c555d4982.svg);
    background-size: 49px 9px;
    background-position: 0 center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.we-star-bar-graph__stars--2 {
    width: 49px;
    min-width: 49px;
    background-size: 49px 9px;
    background-position: 0 center;
}

.we-star-bar-graph__stars--3 {
    width: 49px;
    min-width: 49px;
    background-size: 49px 9px;
    background-position: 0 center;
}

.we-star-bar-graph__stars--4 {
    width: 49px;
    min-width: 49px;
    background-size: 49px 9px;
    background-position: 0 center;
}

.we-star-bar-graph__stars--5 {
    width: 49px;
    min-width: 49px;
    background-size: 49px 9px;
    background-position: 0 center;
}

.we-star-bar-graph__bar {
    flex: 1;
    height: 2px;
    position: relative;
    top: 1px;
    background-color: #efeff4;
    border-radius: 4px;
    margin-left: 10px;
    z-index: 1;
    min-width: 0;
}

.we-star-bar-graph__bar__foreground-bar {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #636366;
    border-radius: 4px;
    left: 0;
    z-index: 1;
}

/* Customer Review */
.customer-review {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #fff;
}

.star-rating {
    margin: 0 0 10px 0;
}

.star-rating-stars {
    color: #ff9500;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.review-header {
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #666;
}

.review-user {
    font-weight: 600;
    color: #333;
}

.review-date {
    color: #999;
}

.review-body {
    margin: 0;
    padding: 0;
    font-size: 0.95em;
    line-height: 1.5;
    color: #333;
}

.review-body p {
    margin: 0;
}

.list-review .l-column--equal-height > .customer-review {
    max-height: none;
    height: auto;
}

@media screen and (max-width: 768px) {
    .ratings-display {
        font-size: 2.5em;
    }
    
    .customer-review {
        margin-bottom: 20px;
    }
}