html.no-js .product-gallery__featuredimage {
    height: 324px;
    overflow: hidden;
    padding-left: 0;
}

html.no-js .product-gallery__main {
    padding-left: 8px;
    padding-right: 8px;
}

html.no-js .product-gallery__main-slide {
    display: none;
}

html.no-js .product-gallery__main-slide:first-child {
    display: flex;
    width: 100%;
    height: 324px;
    align-items: center;
    justify-content: center;
}

.product-gallery__title-section {
    margin-block-end: 24px !important;
}

.product-galelry__title-wrapper {
    position: relative;
    padding: 40px 20px 0;
}

.product-galelry__title-wrapper:before {
    position: absolute;
    content:" ";
    width: 100%;
    z-index: 0;
    height: 52px;
    top: 0;
    left: 0;
    background: url('../../../assets/images/best-seller-corner-topleft.svg') no-repeat 0 0 / 40px 40px, url('../../../assets/images/best-seller-corner-topright.svg') no-repeat 100% 0 / 40px 40px;
}

.product-galelry__title-wrapper h1 {
    font-size: 1.75rem;
    color: var(--neatral-300);
    text-transform: capitalize;
    margin-bottom: 4px;
}

.product-gallery__subtitle {
    font-size: .875rem;
    color:var(--gold-400);
}
.product-gallery-block {
    width: 100%;
}

.product-gallery__main {
    position: relative;
}

.product-gallery__featuredimage.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.product-gallery__main .slick-track {
    display: flex;
    flex-direction: row;
}

.product-gallery__featuredimage .slick-list {
    padding-right: 40px;
    z-index: 1;
}

.product-gallery__featuredimage .slick-dots {
    z-index: 2;
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    justify-content: center;
    bottom: 13px;
}

.product-gallery__featuredimage .slick-dots li button {
    border: 1px solid var(--gold-600);
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 0;
}

.product-gallery__featuredimage .slick-dots li button:before {
    display: none;
}

.product-gallery__featuredimage .slick-dots li.slick-active  button {
    background-color: var(--gold-600);
}

.product-gallery__main .slick-slide {
    height: 324px;
}

.product-gallery__featuredimage {
    z-index: 1;
    padding-left: 8px;
}

.product-gallery__main-slide {
    background: #010213;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.product-gallery__main-slide:before {
    content:" ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(139.9% 167.54% at 119.3% -3.75%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.product-gallery__main-slide a {
    display: block;
    width: 239px;
    height: 239px;
    position: relative;
    z-index: 5;
}

.product-gallery__main-slide a img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

.product-gallery__overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    left: 2rem;
    column-gap: 1rem;
}

.product-gallery__overlay .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.product-gallery__overlay .yith-add-to-wishlist-button-block svg {
    width: 32px;
    height: 32px;
}

.product-gallery__overlay .sale-percentage-badge__text {
    font-family: var(--wp--preset--font-family--avenir);
    color: #000;
    background-color: var(--gold-200);
    border-radius: 24px;
    font-size: .875rem;;
    display: block;
    width: 49px;
    height: 26px;
    line-height: 26px;
    font-weight: 300;
    text-transform: unset;
    text-align: center;
}

@media ( min-width: 768px) {
    .product-galelry__title-wrapper {
        padding: 64px 20px 0;
    }

    .product-gallery__main {
        margin-bottom: 1rem;
    }
    .product-gallery-block {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }

    .product-gallery__overlay {
        left: 1rem;
    }
    .product-gallery__featuredimage {
        padding-left: 0;
    }
    
    .product-gallery__main .slick-slide,
    html.no-js .product-gallery__featuredimage,
    html.no-js .product-gallery__main-slide:first-child {
        height: 420px;
    }

    html.no-js .product-gallery__thumbs {
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    html.no-js .product-gallery__thumbs {
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .product-single-columns.wp-block-columns {
        flex-wrap: wrap !important;
    }

    .product-single-columns .wp-block-column {
        flex-basis: 100% !important;
    }

    .product-gallery__thumbs-wrapper {
        width: 100%;
    }
}

@media ( min-width: 1024px ) {
    .product-gallery__featuredimage .slick-list {
        padding-right: 0;
    }
    .product-gallery__main .slick-slide {
        height: 520px;
    }
    .product-gallery__main-slide a {
        width: 420px;
        height: 420px;
    }
    .product-gallery__thumbs {
        display: flex;
        flex-direction: row;
        column-gap: 16px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        cursor: grab;
    }
    .product-gallery__thumbs::-webkit-scrollbar {
        display: none;
    }
    .product-gallery__thumb-item {
        flex-shrink: 0;
        width: 76px;
        cursor: pointer;
    }
    .product-gallery__thumb {
        height: 70px;
        width: 100%;
        position: relative;
        background-color: #010213;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery__thumb:before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(139.9% 167.54% at 119.3% -3.75%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .product-gallery__thumb img {
        width: 80% !important;
        max-width: inherit !important;
        height: 80% !important;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }
}

@media ( min-width: 1280px ) {
    .product-gallery__thumbs {
        column-gap: 14px;
    }
    .product-gallery__main .slick-slide {
        height: 572px;
    }
    .product-gallery__main-slide a {
        width: 463px;
        height: 463px;
    }
    .product-gallery__thumb {
        height: 80px;
    }

    .product-gallery__thumb-item {
        width: 80px;
    }

    .product-gallery__thumb img {
        width: calc(100% - 1rem) !important;
        height: auto !important;
    }

    .product-gallery__main .slick-slide,
    html.no-js .product-gallery__featuredimage,
    html.no-js .product-gallery__main-slide:first-child {
        height: 573px;
    }
}

