.primary-images .zoom-wrapper .gallery-wrapper {
    width: 100%;
}
.primary-images {
    width: 100%;
    height: 100%;
}
.slick-track-custom {
    transform: translate3d(0px, 0px, 0px) !important;
}
.product-detail .primary-images .product-primary-image .primary-item {
    display: flex !important;
}
.personalization-pdp-icon {
    position: absolute;
    margin: 20px;
    cursor: pointer;
}
.primary-images .wrap-images {
    height: 764px;
    display: flex;
}
.primary-images .zoom-wrapper .gallery-wrapper img{
    height: 100%;
    width: 100%;
}
.primary-images .product-thumb-images {
    align-items: center;
    padding: 0;
    min-width: 140px;
    max-width: 140px;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
}

.primary-images .product-thumb-images .thumb-item {
    aspect-ratio: 1;
    margin-bottom: 0.1rem;
    height: 80px;
    width: 80px;
}
.primary-images .product-thumb-images .slick-list {
    max-height: 764px;
}
.primary-images .product-thumb-images .thumb-item img {
    height: 80px;
    width: 80px;
    max-width: 80px;
    object-fit: cover;
}

.primary-images .product-primary-image .slick-list {
    height: 100%;
}
.primary-images .product-primary-image .slick-track {
    height: 100%;
}
.primary-images .product-primary-image {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.primary-images .product-thumb-images .slick-slide {
    justify-content: center;
    display: flex;
    align-items: center;
}
.primary-images .zoom-wrapper .gallery-wrapper .primary-item .most-valued {
    position: absolute;
    display: flex;
    padding: 3px 20px;
    justify-content: center;
    align-items: center;
    background: #E2E2E2;
    gap: 5px;
    border-radius: 91px;
    margin: 20px;
    cursor: pointer;
    right: 2px;
}
.product-thumb-images.slick-initialized.slick-slider.slick-vertical:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1.5%;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(139,167,32,0) 0%, rgba(255,255,255,1) 100%);
}