.pp_skeleton, .pdp_skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 10px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Specific pdp_Skeleton Styles */
.pdp_skeleton.product-image {
    width: 100%;
    height: 480px;
}

.pdp_skeleton.thumbnail {
    width: 20%;
    height: 100px;
}

.pdp_skeleton.product-title {
    width: 80%;
    height: 35px;
}

.pdp_skeleton.product-rating {
    width: 40%;
    height: 25px;
}

.pdp_skeleton.product-price {
    width: 30%;
    height: 25px;
}

.pdp_skeleton.product-drop-down {
    width: 50%;
    height: 50px;
}

.pdp_skeleton.product-button {
    width: 50%;
    height: 70px;
}

.pdp_skeleton.product-info {
    width: 100%;
    height: 15px;
}

@media (max-width: 768px) {
    .pdp_skeleton.product-image {
        height: 300px;
        margin-bottom: 25px;
    }

    .pdp_skeleton.thumbnail {
        width: 20%;
        height: 50px;
        margin-bottom: 50px;
    }

    .pdp_skeleton.product-title,
    .pdp_skeleton.product-rating,
    .pdp_skeleton.product-price,
    .pdp_skeleton.product-button,
    .pdp_skeleton.product-info {
        width: 100%;
    }
}

.pp_skeleton_card {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
}
.pp_skeleton_img {
    width: 100%;
    height: 0;
    padding-top: 80%; /* Aspect ratio 4:3 */
    position: relative;
}
.pp_skeleton_img .pp_skeleton_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pp_skeleton_title {
    height: 20px;
    width: 70%;
    margin: 10px 0;
}
.pp_skeleton_price {
    height: 20px;
    width: 50%;
    margin: 10px 0;
}


.xs-checkout {
    box-shadow: 0 -5px 15px 0 rgb(0 0 0 / 15%);
    padding: 0;
    background: #ffffff;
}
.xs-checkout .xs-checkout-btn {
    padding: 13px 13px;
    /*background: #12f31b;*/
    border: 1px solid #DDDDDD;
}
.xs-checkout .xs-checkout-btn button {
    padding: 15px 20px;
}
.xs-checkout .xs-sliding-window {
    overflow: hidden;
    transition: max-height 400ms ease-in-out;
    max-height: 0;
    position: relative;
}
.xs-checkout .xs-sliding-window .closeBtn-wrapper {
    padding-top: 50px;
    width: 100%;
}
.xs-checkout .xs-sliding-window .closeBtn-wrapper button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    float: right;
}
.xs-checkout .xs-sliding-window .closeBtn-wrapper button.btn-back {
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    cursor: pointer;
    line-height: 24px;
    color: #000000;
    opacity: 0.5;
    font-size: 24px;
}
.xs-checkout .xs-sliding-window.show {
    max-height: calc(88vh - 132px);
}
.xs-checkout .xs-sliding-window.show .xs-content-wrapper {
    max-height: calc(88vh - 182px);
}
.xs-checkout .xs-sliding-window .xs-content-wrapper {
    padding: 0 20px 10px 20px;
    overflow-y: auto;
}
.xs-checkout .xs-sliding-window .xs-content-wrapper .form-shipping-details input,
.xs-checkout .xs-sliding-window .xs-content-wrapper .form-shipping-details select,
.xs-checkout .xs-sliding-window .xs-content-wrapper .form-shipping-details textarea,
.xs-checkout .xs-sliding-window .xs-content-wrapper .form-shipping-details .form-control,
.xs-checkout .xs-sliding-window .xs-content-wrapper .form-shipping-details .form-select{
    padding: 8px 15px;
}
.checkout-validation-errors-alert {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-in-out;
}
.checkout-validation-show-errors {
    opacity: 1;
    max-height: 600px; /* Adjust based on the content size */
}
.item-description ul li {
    list-style: inherit!important;
}

.toast-sell-alert-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1055;
}

.toast-sell-alert-container .toast-custom {
    background-color: rgb(255, 250, 161);
    border: none;
    line-height: 20px;
}

.toast-sell-alert-container .toast-custom .toast-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px!important;
    opacity: 100%;
    background: #d7ffad;
}

.tiro-bangla-regular {
    font-family: "Tiro Bangla", serif;
    font-style: normal;
}

.tiro-bangla-regular-italic {
    font-family: "Tiro Bangla", serif;
    font-style: italic;
}
.noto-sans-hindi {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@media only screen and (max-width: 767px) {
    body.mobile-device footer.has-buy-btn {
        padding-bottom: 132px !important;
    }

    .toast-sell-alert-container .toast-custom {
        max-width: 345px;
        line-height: 18px;
    }

    .toast-sell-alert-container .toast-custom .cus-name {font-size: 16px;!important;}
    .toast-sell-alert-container .toast-custom .cus-name .cus-time,
    .toast-sell-alert-container .toast-custom .cus-item,
    .toast-sell-alert-container .toast-custom .cus-loc {font-size: 12px;!important;}
}
