.carousel2 {
    /*background-color: #f6faff;*/
    position: relative;
}

.carousel2 .images {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    background-color: #f6faff;
}

.carousel2 .images .image {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.carousel2 .images > .image:not(:first-child) {
    display: none;
}

.carousel2 .thumbnails {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0 40px;
}

.carousel2 .thumbnails-wrapper {
    position: relative;
    height: 100%;
}

.carousel2 .thumbnails-wrapper .left-nav,
.carousel2 .thumbnails-wrapper .right-nav {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
}

.carousel2 .thumbnails-wrapper .left-nav .nav-button,
.carousel2 .thumbnails-wrapper .right-nav .nav-button {
    position: relative;
    height: 100%;
    width: 100%;
}

.carousel2 .thumbnails-wrapper .left-nav .nav-button button,
.carousel2 .thumbnails-wrapper .right-nav .nav-button button {
    text-align: center;
    border: 1px solid #dadce0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

.carousel2 .thumbnails-wrapper .left-nav {
    left: 0;
    position: absolute;
}

.carousel2 .thumbnails-wrapper .right-nav {
    right: 0;
    text-align: right;
    position: absolute;
}

.carousel2 .thumbnails-wrapper .center-nav {
    position: relative;
    overflow: hidden;
    margin: 0 40px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.carousel2 .thumbnails-wrapper::before,
.carousel2 .thumbnails-wrapper::after {
    display: table;
    content: '';
    line-height: 0;
    font-size: 0;
}

.carousel2 .thumbnails-wrapper::after {
    clear: both;
}

.carousel2 .thumbnails {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    white-space: nowrap;
    overflow-x: visible;
    color: #0f1111;
    letter-spacing: -4px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.carousel2 .thumbnails .image {
    height: 60px;
    width: 60px;
    margin: 4px;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    overflow: hidden;
}

.carousel2 .thumbnails .image:hover,
.carousel2 .thumbnails .image.active {
    border: 1px solid #2777c6;
}

.carousel2 .thumbnails .image img,
.carousel2 .images .image img {
    width:100%;
    height:100%;
    object-fit: contain;
}

.carousel2 .slides {
    position: relative;
    height: 100%;
}

.carousel2 .slides-left,
.carousel2 .slides-right {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
}

.carousel2 .slides-left {
    left: 0;
    position: absolute;
}

.carousel2 .slides-right {
    right: 0;
    text-align: right;
    position: absolute;
}

.carousel2 .slides-center {
    position: relative;
    overflow: hidden;
    margin: 0 40px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.carousel2 .slides-left .nav-button,
.carousel2 .slides-right .nav-button {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel2 .slides-left .nav-button button,
.carousel2 .slides-right .nav-button button {
    text-align: center;
    border: 1px solid #dadce0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

.carousel2 .slides::before,
.carousel2 .slides::after {
    display: table;
    content: '';
    line-height: 0;
    font-size: 0;
}

.carousel2 .slides::after {
    clear: both;
}

.carousel2 .carousel2-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    white-space: nowrap;
    overflow-x: visible;
    color: #0f1111;
    letter-spacing: -4px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.carousel2 .carousel2-list .slides-card {
    -webkit-border-radius: 16px;
    vertical-align: top;
    text-align: left;
    width: 165px;
    height: 100%;
    margin-right: 16px;
    min-height: 100%;
    list-style-type: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: normal;
}

.carousel2 .carousel2-list .slides-card .product-details {
    margin-top: 8px;
    color: #0b0b0b;
}

.carousel2 .carousel2-list .slides-card .product-details .title:hover {
    text-decoration: underline;
}
.carousel2 .carousel2-list .slides-card .product-details .title {
    color: #2162a1;
}
.carousel2 .carousel2-list .slides-card .product-details .condition {
    margin: 7px 0;
}
.carousel2 .carousel2-list .slides-card .product-details .price {
    font-size: 1.125rem;
    font-weight: 600;
}

.carousel2 .carousel2-list .slides-card .product-details .shipping {
    font-size: 0.875rem;
    font-weight: 600;
}

.carousel2 .carousel2-list .slides-card .img-container {
    height: 100%;
    position: relative;
}

.carousel2 .carousel2-list .slides-card .img-container img{
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    height: 175px;
    max-height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
}

.carousel2 .carousel2-list .slides-card .img-container:after {
    background-color: rgba(0, 0, 0, .05);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.product-details {
    margin-top: 8px;
    color: #0b0b0b;
}
.product-details .title:hover {
    text-decoration: underline;
}
.product-details .title {
    color: #2162a1;
}
.product-details .condition {
    margin: 7px 0;
}
.product-details .price {
    font-size: 1.125rem;
    font-weight: 600;
}
.product-details .shipping {
    font-size: 0.875rem;
    font-weight: 600;
}