.product-gallery-block.product-gallery-frontend {
    overflow: hidden;
}

.product-gallery-slick {
    max-width: 992px;
    margin: 0 auto;
}

.product-gallery-slick .slick-slide {
    position: relative;
    flex: 0 0 40%;
    margin: 0 10px;
    /* aspect-ratio: 1.618 / 1; */
    overflow: hidden;
    box-sizing: border-box;
    /* max-height: 613px;  optional */
}

.product-gallery-slick .slick-list {
    margin: 0 -10px;
}

.product-gallery-slick .slick-slide img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 1.6 / 1.1; */
    aspect-ratio: 335 / 251;
    object-position: top center;
    object-fit: cover;
    display: block;
}

.custom-control-container {
    margin: clamp(1.5rem, 5vw, 3rem) 0;
}

.custom-pagination {
    border-bottom: 1.5px solid #3d3d3d;
    display: flex;
    margin-top: 20px;
}

.custom-dot {
    width: 100px;
    height: 8px;
    background-color: transparent;
    cursor: pointer;
}

.custom-dot.active {
    background-color: #3d3d3d;
}

.custom-navigation {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 1.5rem;
}

.custom-navigation-left a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: -7px;
}

.custom-navigation-left a img {
    width: 30px;
    height: 30px;
}

.custom-next {
    margin-right: -7px;
}

.custom-prev,
.custom-next {
    border: 0 !important;
    color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    padding: 0 !important;
}