.review-image__item,
.lazyload-wrapper {
    height: 100px; /* or any specific height */
}
.lg-thumb-item img {
    width: 96% !important;
    height: 96% !important;
}
.cert_child_div {
    width: 355px;
}
.review-our-product-area {
    padding-left: 22%;
    width: 86%;
}

.media {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    /* border-radius: 8px; */
    background: #fff;
}

/* User Info */
.media-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customer {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.review-info {
    display: flex;
    flex-direction: column;
}

.customer-name {
    font-weight: bold;
    font-size: 15px;
}

.review-time {
    font-size: 13px;
    color: gray;
}

/* Review Content */
.media-body {
    display: flex;
    flex-direction: column;
}

.media-heading {
    font-size: 14px;
}

/* Review Images */
.review-image__list {
    display: flex;
    gap: 8px;
    /* margin-top: 10px; */
}

.pdp-common-image {
    width: 60px;
    height: 60px;
    /* border-radius: 6px; */
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
}

.pdp-common-image .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Enlarged Image */
.review-image__enlarged-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    /* border-radius: 8px; */
    z-index: 1000;
    padding: 0;
}

.review-image__enlarged-wrapper img {
    max-width: 90vw;
    max-height: 80vh;
    padding: 0;
    /* border-radius: 8px; */
}

/* Mobile Responsive */
@media (max-width: 480px) {
    /* .lg-current .lg-img-wrap{
            height: 40% !important;
            margin-top: 30% !important;
            width: 100% !important;
            object-fit: cover !important;

        } */

    .lg-current .lg-img-wrap,
    .lg-current img.lg-object {
        margin-top: 0 !important;
        padding-top: 0 !important;
        top: 0 !important;
        transform: none !important;
    }
    .lg-item picture,
    .lg-item img {
        display: block;
        margin: 0 auto;
        top: 0 !important;
        transform: none !important;
    }

    .lg-thumb-outer {
        justify-content: left !important;
    }
    .lg-outer .lg-inner {
        top: 15% !important;
    }
    #lg-outer-1 {
        top: 15% !important;
    }
    .ps-product__box {
        margin-left: 0 !important;
    }
    .ps-product .ps-product__thumbnail img {
        width: 134% !important;
        height: 200px;
    }
    .row > .shop-regular-products:nth-child(odd) {
        padding-right: 4px !important;
    }

    .row > .shop-regular-products:nth-child(even) {
        padding-left: 4px !important;
    }
    .ps-section__content .row {
        width: 115%;
    }
    .custom-margin {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .ps-customer-bought {
        margin-left: 0 !important;
    }
    .cert_child_div {
        width: 320px !important;
    }

    .cert_div {
        margin-left: 0.5rem !important;
    }

    #rating-row {
        padding-top: 10px;
    }
    .media {
        padding: 10px;
        width: 300px;
    }
    .customer {
        width: 35px;
        height: 35px;
    }
    .customer-name {
        font-size: 14px;
    }
    .review-time {
        font-size: 12px;
    }
    .pdp-common-image {
        width: 50px;
        height: 50px;
    }
}
/* .media-title {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }

    .customer {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .review-info {
        display: flex;
        flex-direction: column;
    }

    .customer-name {
        font-weight: bold;
        font-size: 14px;
    }

    .review-time {
        font-size: 12px;
        color: gray;
    }

    /* Responsive Styling */
@media (max-width: 480px) {
    .lg-thumb-item {
        display: flex !important;
        justify-content: center !important;
    }
    .media-title {
        gap: 5px;
        padding: 8px;
    }
    .customer {
        width: 35px;
        height: 35px;
    }
    .customer-name {
        font-size: 13px;
    }
    .review-time {
        font-size: 11px;
    }
}
*/ .custom-tooltip {
    display: none;
    position: absolute;
    padding: 4px 8px;
    left: 10px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
}

.wishlist:hover + .custom-tooltip {
    display: block;
}

.ps-btn__heart {
    position: relative;
}

.custom-tooltip1 {
    display: none;
    position: absolute;
    top: 53%;
    left: 57%;
    padding: 6px 10px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.ps-btn__heart:hover + .custom-tooltip1 {
    display: block;
}

.swal2-popup {
    font-size: 1.2em;
}

.swal2-modal {
    width: 500px;
    max-width: 100%;
}

.ps-product--header-sticky .ps-product__shopping .ps-btn {
    padding: 3px 16px;
}

.ps-btn,
button.ps-btn {
    font-size: 12px;
    line-height: 18px;
}

.video-container {
    position: relative;
    width: 100%;
    /* Default to full width on smaller screens */
    max-width: 100%;
    /* Maximum width for larger screens */
    margin: 0 auto;
    /* Center align the container */
}

.widget_same-brand {
    border: none !important;
}

.video {
    width: 100%;
    /* Ensures the video scales with its container */
    height: 98px;
}

/* .play-button {
            position: absolute;
            top: 50%;
            left: 60%;
            padding: 0px;
            transform: translate(-50%, -50%);
            /* background: rgba(0, 0, 0, 0.5); *
            border: none;
            padding: 13px 20px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: white;
        } */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    padding: 13px 20px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    /* margin-left: 8px; */
}

.lg-thumb-item:first-of-type {
    position: relative;
    display: inline-block;
}
.play-button-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* optional for better visibility */
    width: 38px;
    height: 38px;
}
.play-button-2 span {
    padding-left: 3px; /* try 1px to 3px */
    padding-bottom: 3px;
}

@media (max-width: 600px) {
    .video-container {
        width: 100%;
        /* Remove any padding to allow full-width video */
    }

    .video {
        width: 100vw;
        /* Full viewport width */
        height: auto;
        flex-flow: column wrap;
    }
}

.items.video-container {
    width: 50px;
    height: 66px;
    overflow: visible;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    .play-button-2 {
        /* left: 0% !important; */
    }
    .lg-img-wrap {
        display: flex !important;
        align-items: center !important; /* vertical centering */
        justify-content: center !important; /* horizontal centering */
    }

    .lg-img-wrap img {
        object-fit: contain !important;
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .lg-outer .lg-img-wrap,
    .lg-outer .lg-item {
        height: 95% !important;
    }

    .items.video-container {
        width: 67px !important;
        height: 80px !important;
        overflow: visible;
        margin-right: 10px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    video {
        width: 61px;
        /* display: flex; */
    }
    /* .lg-outer{
                z-index: 10000;
            } */
}

@media (max-width: 992px) {
    .ps-product--detail .ps-product__header {
        flex-flow: column wrap;
    }

    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        max-width: 100% !important;
        margin-bottom: 3rem;
    }

    .ps-product--detail .ps-product__header .ps-product__info {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
    }

    .ps-product--detail h1 {
        font-size: 2rem !important;
        /* white-space: nowrap; /* Ensures the title stays in a single line */
        text-overflow: visible !important;
        /* text-align: center !important; */
        max-width: 100% !important;
        /* Ensures the title doesn't overflow its container */
    }

    .ps-product--detail .ps-product__sharing {
        text-align: left;
    }

    .ps-product--detail > .ps-product__content {
        padding-top: 50px;
    }

    .ps-product--detail > .ps-product__content .ps-tab-list li {
        display: block;
        margin-right: 0;
    }

    .ps-product--detail > .ps-product__content .ps-tab-list li a {
        display: block;
        padding: 5px 0;
        font-size: 18px;
    }

    .ps-product--detail > .ps-product__content .ps-tab-list li a:before {
        display: none;
    }
}

/* Set max-width for badge images on mobile */

.col-md-3,
.col-sm-8,
.col-sm-6,
.col-xs-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

/* Adjust columns for small screens */
@media (max-width: 768px) {
    .col-sm-8,
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-8 img,
    .col-sm-6 img {
        width: 50%;
        height: 120px;
    }
}

@media (max-width: 1199px) {
    .ps-product--detail .ps-product__thumbnail .ps-product__variants {
        position: relative;
        padding: 0 40px;
        float: none;
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .ps-product--detail .ps-product__thumbnail .ps-product__variants .item {
        border: none;
        margin-right: 9px;
        margin-bottom: 0;
    }
}

/* Adjust columns for extra-small screens */
@media (max-width: 576px) {
    .row {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xs-6 img {
        width: 50%;
        height: auto;
    }
}

.audit-content p {
    font-weight: 300;
    line-height: 1.7;
}

.audit-content__span {
    font-weight: bold;
    /* Example style for the span element */
}

@media (max-width: 768px) {
    .ps-product--detail .ps-product__header .ps-product__audit {
        max-width: 100%;
        /* padding-left: 10px; */
    }
}

@media (max-width: 991px) {
    .ps-product__box {
        margin-left: 30px !important;
        /* Apply margin-left 40px only for mobile devices */
    }
}

@media only screen and (max-width: 768px) {
    .audit--top-icons {
        width: 132px;
        display: flex;
        justify-content: space-around;
        list-style-type: none;
        padding-left: 0px;
        align-items: center;
        margin-left: auto;
    }
}

/* Targeting devices with a maximum width of 768px (adjust as needed) */
@media (max-width: 768px) {
    .item.main-image,
    .item {
        width: 69px !important;
        background: #e0bb7f;
    }
}

@media (min-width: 1680px) {
    .ps-customer-bought .ps-section__content .row .col-xl-3 {
        margin-right: 35px;
        padding: 0;
        flex-basis: calc(100% / 5) !important;
        max-width: calc(100% / 5) !important;
    }
}

.img-fluid {
    max-width: 47%;
    height: auto;
}

#payment-options-two {
    margin-left: -232px;
    margin-top: 12px;
    width: 47%;
}

#payment-options-one {
    margin-left: -65px;
}

.ps-product__thumbnail {
    align-items: baseline;
}

.ps-product__gallery .item {
    display: inline-block;
    margin-right: 10px;
}

.ps-product__gallery .item:last-child {
    margin-right: 0;
}

.ps-product__gallery .video-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.ps-product__gallery .video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.ps-product__gallery .video-container video {
    display: block;
    max-width: 100%;
    height: auto;
}                                                                                                                                                                                                                                                                                                                                                                                       } */
@media (max-width: 767px) {
    .thumbnil-imageone1 {
        /* width: 480% !important; */
        margin-left: 300px;
    }
}

@media screen(min-width:767px) {
    .thumbnil-imageone1 {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #lg-content-1 {
        top: 0% !important;
        /* height: 85% !important; */
    }
    #lg-outer-1 {
        /* top:0% !important; */
        height: 85% !important;
    }
    .modal-content {
        width: 82%;
    }

    .lg-item.lg-loaded.lg-complete.lg-zoomable {
        width: 82%;
    }

    /*.lg-backdrop.in {*/
    /*    width: 96%;*/
    /*}*/

    .lg-toolbar.lg-group {
        width: 82%;
    }

    .lg-next.lg-icon {
        margin-right: 87px;
    }
}
                                                                                                                                                                                                                                                                                                                                                                                              } */

.ps-product--detail .ps-product__gallery {
    position: relative;
}
.ps-page--product{
    padding-top: .2%;
}
.ps-product__gallery .video-container video {
    display: block;
    width: 100%;
    height: auto;             /* Let height adjust naturally */
    max-height: 452px;        /* Only limit for large screens */
    object-fit: contain;
}

/* For screens wider than 1440px, fix width to 455px */
@media (min-width: 1365px) {
    .ps-product__gallery .video-container video {
        width: 455px;
        height: auto;
        min-height: 452px;
    }
}
                                                                                                                                                                                                                                                                                                                                                                                          } */

@media (max-width: 768px) {
    /*.lg-content {*/
    /*    width: 96%;*/
    /*}*/

    .lg-object.lg-image {
        margin-top: -76px;
    }

    .ps-product__gallery .video-container video {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 400px) {
    /* .play-button {
                left: 49% !important;
            } */

    .play-button-1 {
        left: 23% !important;
    }
}

@media (min-width: 410px) and (max-width: 500px) {
    .play-button {
        left: 48% !important;
    }
}

@media (max-width: 1199px) {
    .slick-track {
        width: 452px !important;
    }
}

.ps-product--detail .ps-product__shopping .form-group--number {
    max-width: 85px;
    margin-bottom: 14px;
}

.modal-body {
    background: black;
}

@media (min-width: 1199px) {
    .lg-next.lg-icon {
        margin-right: 243px;
    }

    .lg-prev.lg-icon {
        margin-left: 243px;
    }                                                                                                                                                                       } */
}

.item.main-image,
.item {
    background: black;
}

#lg-toolbar-1 {
    width: 173px;
}

.video-container {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 51%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    /* color: white; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}

.video-container:hover .play-icon {
    color: rgb(221, 94, 116);
}

@media (min-width: 1440px) and (max-width: 1680px) {
    .items.video-container {
        width: 100px !important;
    }

    .item.main-image {
        width: 100px !important;
    }

    .item {
        width: 100% !important;
    }
}

@media (min-width: 1334px) and (max-width: 1390px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (min-width: 1292px) and (max-width: 1333px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (min-width: 1239px) and (max-width: 1291px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1238px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (min-width: 1114px) and (max-width: 1154px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (min-width: 1076px) and (max-width: 1113px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (min-width: 1040px) and (max-width: 1075px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (min-width: 993px) and (max-width: 1039px) {
    .ps-product__gallery .video-container video {
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .lg-next.lg-icon {
        margin-right: -13px;
    }

    .slick-track {
        width: 452px !important;
    }

    .related-products {
        margin-left: 27px;
    }
}

@media (max-width: 1199px) {
    .ps-product--detail .ps-product__thumbnail .ps-product__variants {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .ps-product--detail .ps-product__thumbnail .ps-product__variants {
        width: 100% !important;
    }

    .lg-thumb-item:first-of-type {
        /* margin-left: 75px !important; */
    }
}

.ps-product__variants-container {
    position: relative;
}

.ps-product__variants .item {
    height: 80px;
    /* Ensure all items have consistent height */
    overflow: hidden;
    width: 100px !important;
    border: 1px solid lightgrey;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .scroll-button {
        display: none;
    }
}

.scroll-button {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.scroll-up {
    top: 0;
    right: 24px;
}

.scroll-down {
    bottom: -15px;
    right: 24px;
}

.ps-product--header-sticky .ps-product__shopping .ps-product__price {
    padding-right: 37px;
}

@media (max-width: 767px) {
    .img-fluid.payment-option-img.paypal {
        margin-top: 6px;
    }

    .ps-btn.ps-btn__grey {
        margin-left: 0% !important;
        margin-bottom: 10px;
    }

    .ps-product__gallery .video-container .play-button {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .ps-product__variants {
        overflow-x: scroll;
        scroll-behavior: smooth;
    }
}

@media (min-width: 990px) {
    figcaption {
        padding-right: 14%;
    }
}

@media (min-width: 1199px) {
    .form-group--number {
        width: 54%;
    }

    .col-md-7 {
        margin-top: -3px;
        margin-left: -2%;
        text-align: -webkit-right;
    }

    .pricetext {
        margin-top: 10px;
    }
}

@media (min-width: 991px) and (max-width: 1198px) {
    .form-group--number {
        width: 50%;
    }

    .pricetext {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .form-group--number {
        width: 28%;
    }

    figcaption {
        margin-left: 7%;
    }

    .pricetext {
        margin-top: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .form-group--number {
        width: 28%;
        margin-bottom: 10px;
    }

    figcaption {
        margin-left: 7%;
    }

}

@media (max-width: 767px) {
    .widget {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .widget_same-brand .widget__content {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .review-our-product-area {
        padding-left: 4%;
    }
}
@media (max-width: 479px) {
    .form-group--number {
        width: 52%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1431px) {
    .ps-product--detail .ps-product__shopping figure,
    .ps-product--detail .ps-product__shopping .ps-btn {
        margin-right: 10px;
        margin-bottom: 10px !important;
    }
}

.ps-table--specification tbody tr td:first-child {
    background-color: #f8f3e9;
    font-weight: 500;
    color: #000;
    width: 150px;
}

.ps-table--specification tbody tr td:nth-child(3) {
    background-color: #f8f3e9;
    font-weight: 500;
    color: #000;
    width: 150px;
}
.widget__content {
    width: 280px !important;
}
.media-heading {
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word; /* break long words */
    max-width: 100%; /* responsive width */
    white-space: normal;
    overflow-wrap: break-word;
}
@media (max-width: 767px) {

    .cert_div {
        margin-left: 6% !important;
        justify-items: center;
    }
    .ps-product__audit {
        padding: 0px !important;
    }
    .lg-outer .lg-img-wrap::before,
    .lg-outer .lg-item::before {
        height: 0% !important;
    }

    /* .lg-item {
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                height: 100% !important;
            }

            #popupVideo {
                max-width: 70%;
                max-height: 90%;
                object-fit: contain;
            } */
    #lg-item-1-0 {
        dispplay: block !important;
    }
    /* #lg-item-1-0{
                dispplay:flex !important;
            } */
    .payment-option-img {
        max-width: 40%;
        height: auto;
    }

    .ps-product--detail .ps-product__thumbnail {
        flex-flow: column;
        /* place-items: center; */
    }
}

.ask-question {
    display: flex;
}

.ps-btn.ps-btn__grey {
    background-color: #383737;
}

.ps-btn.ps-btn__heart {
    background-color: transparent;
    border-color: #e0bb7f;
}

.ps-product__rating.prod {
    margin-top: 10px;
}

.image-slider {
    position: relative;
    width: 100%;
    max-width: 500px;
    /* Adjust as needed */
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-image {
    min-width: 100%;
    transition: opacity 0.5s ease;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* .media-heading {
            display: block;
            /* or inline-block depending on your layout needs *
            width: 100%;
            /* Adjust width as needed, or use max-width *
            /* max-width: 250px; *
            /* Set the maximum width at which the ellipsis should appear *
            white-space: nowrap;
            /* Prevent text from wrapping to the next line *
            overflow: hidden;
            /* Hide the overflowing text *
            text-overflow: ellipsis;
            /* Add the ellipsis (...) *
        } */

.review-image {
    position: relative;
}

.review-image__list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    /* Ensure space for the enlarged image */
}

.review-image__item {
    flex: 0 0 auto;
    width: 100px;
    /* Adjust size as needed */
    height: 100px;
    /* Adjust size as needed */
    margin-right: 10px;
    cursor: pointer;
}

.review-image__item .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
    /* Optional: Add border for better visibility */
}

.review-image__item {
    border: 2px solid transparent;
    /* Default border to avoid sudden size changes */
}

.review-image__item--selected .image {
    border: 2px solid #007bff;
    /* Highlight selected image */
}

.review-image__enlarged-wrapper {
    display: none;
    margin-top: 10px;
    padding: 0;
}

.review-image__enlarged-image {
    max-width: 80%;
    height: auto;
}

.media-content {
    margin-top: 10px;
    font-size: 16px;
}

.media-content p {
    margin-bottom: 10px;
}

.media-content strong {
    font-weight: bold;
}

.navigation.header {
    transition: top 0.3s ease;
}

.hide-header {
    display: none !important;
}

.review-image__enlarged-wrapper {
    display: none;
    position: fixed;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(0, 0, 0, 0.8); */
    /* padding: 15px; */
    /* border-radius: 8px; */
    z-index: 1000;
    text-align: center;
}

.review-image__enlarged-wrapper img {
    max-width: 90vw;
    max-height: 80vh;
    padding: 0;
    /* border-radius: 8px; */
}

/* Close Button */
.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    background: rgba(255, 0, 0, 0.8);
}
.carousel--image {
    width: 285px !important;
}

@media screen and (max-width: 767px) {
    .ps-product__variants {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
        scroll-behavior: smooth;
        white-space: nowrap;
        gap: 8px;
    }

    .ps-product__variants .item {
        flex: 0 0 auto;
        width: 100px !important;
        height: 80px;
        overflow: hidden;
    }

    .ps-product__variants img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .play-button {
        left: 54% !important;
    }
}

/*
    #video-pic-thumbnils {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ps-wrapper {
    width: 100%;
    margin-bottom: 15px;
}

.video-container {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 2;
}

.ps-product__variants-container {
    position: relative;
}

.ps-product__variants {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
}

.ps-product__variants .item {
    width: 100px;
    height: 80px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ddd;
}

.ps-product__variants .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-button {
    position: absolute;
    right: 10px;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
}

.scroll-up {
    top: 10px;
}

.scroll-down {
    bottom: 10px;
} */


@media (max-width: 1020px) {
    .ps-product__thumbnail{
        justify-content: start !important;
    }
    .video-container video {
    width: 69%;
    height: auto;
    display: block;
}
}





@media (min-width: 768px) {
    #right_column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ps-product__variants {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important; /* force smooth swipe on iOS */
  scroll-behavior: smooth !important;
}

.ps-product__variants img {
  /* height: 80px;           thumbnail height */
  cursor: pointer;
  flex-shrink: 0;         /* prevents images from shrinking */
}
.payment-icon{
       margin-left: 0px;
       /* margin-top: 12px; */
       width: 15%;
}
.payment-icon-amex{
       margin-left: 0px;
       /* margin-top: 12px; */
       width: 14%;

}
@media (min-width: 1400px) {
    .payment-icon {
        width: 10% !important;
        margin-left: 0px !important;
        /* margin-top: 12px !important; */
    }
    .payment-icon-amex{
       margin-left: 0px;
       /* margin-top: 12px; */
       width: 9%;

    }
}
@media (min-width: 760px) and (max-width: 1020px) {
    .payment-icon {
        width: 10% !important;
        margin-left: 0px !important;
        /* margin-top: 12px !important; */
    }
    .payment-icon-amex {
        margin-left: 0px !important;
        /* margin-top: 12px !important; */
        width: 9% !important;
    }
}


@media (min-width: 1020px) {

    .audit-content{
        padding-left: 0px !important;
    }
}
/* .ps-product__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* square thumbnail (adjust as needed, e.g. 4/3 or 3/2) *
  overflow: hidden;
}

.ps-product__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* no stretching *
}
 */

 .ps-product__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;   /* makes square thumbnails */
  overflow: hidden;
}

.ps-product__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* perfectly fills without distortion */
}
