.gallery-item.swiper-slide {
    height: 650px;
}
.product-detail-preview-image {
    max-height: 600px;
    margin: 0 auto;
}
.product-gallery-preview-item, .product-detail-image-wrapper {
    height: 400px;
}
.product-detail-image-wrapper img {
    width: auto;
    max-height: 400px;
    margin: auto;
}
.product-gallery-preview-item>a>img, .product-gallery-preview-item>img {
    width: auto;
    max-height: 400px;
    margin: auto;
}
#product-detail-second-row {
    background: linear-gradient(135deg, #f7f7fc 10%, #fff);
}

.product-gallery-thumblist-item {
    position: relative;
}
.product-gallery-thumblist-item img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    z-index: 0;
}

.gallery-item-video-indicator {
    position: absolute;
    z-index: 1;
    bottom: 5px; right: 5px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    pointer-events: none;
}
.gallery-item-video-indicator::before {
    line-height: 25px;
}
.product-gallery-preview-item {
    cursor: pointer;
}
#specifications-table {
    position: relative;
    max-height: 1500px;
    transition: max-height 400ms ease-in-out;
    padding-bottom: 50px;
}
#specifications-table.collapsed {
    position: relative;
    max-height: 340px;
    overflow: hidden;
    padding-bottom: 0;
}
.show-more-wrapper {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    margin: 0 auto;
    width: 100%;
    height: 47px;
    text-align: center;
}
#specifications-table.collapsed .show-more-wrapper {
    background: rgba(255, 255, 255, 0.75);
}
.show-more-wrapper button {
    position: absolute;
    bottom: 0; left: 0; right: 0; top: 0;
    margin: auto;
    width: 220px;
    height: 40px;
}

.related-product-card .card-img-top {
    height: 200px;
    position: relative;
}
.related-product-card .card-img-top img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#thumbnails {
    height: 150px;
    border-bottom-left-radius: calc(var(--ar-border-radius) * 0.75);
    border-bottom-right-radius: calc(var(--ar-border-radius) * 0.75);
    overflow: hidden;
}
#thumbnails li {
    width: 33.33%;
    text-align: center;
    position: relative;
    background: #fff;
    height: 100%;
}
#thumbnails li.active {
    background: rgba(255, 255, 255, 0.75);
}
#thumbnails li img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    max-height: 50%;
    max-width: 50%;
    transition: all 300ms ease-in-out;
}
#thumbnails li.active img, #thumbnails li img:hover {
    max-height: 80%;
    max-width: 80%;
}

.product-index-image-wrapper {
    width: 275px;
    height: 275px;
    position: relative;
}

.product-index-image {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.product-detail-preview-image-wrapper {
    width: 100%;
    height: 100%;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-thumbnail, .swiper-thumbnail.active {
    border: 0;
}

#product-detail-amount-counter {
    width: 100%;
}
#add-product-to-shopping-cart-from-detail {
    width: auto;
    height: auto;
}
#product-detail-action-ribbon {
    left: 0.7rem;
}

.manufacturer-image-wrapper {
    position: relative;
}

.manufacturer-image-thumb {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
