.currency {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: gray;
}

.psp-category-price .number {
    font-size: 14px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.psp-single-product {
    width: 100%;
    margin: 20px 0;
    direction: rtl;
}

.psp-product-wrapper-mobile {
    display: flex;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 12px 6px;
    position: relative;
    box-shadow: 0px 5px #d9d9d9;
}

.psp-mobile-image-section {
    flex: 0 0 auto;
    margin-left: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.psp-mobile-image-section .discount-icon {
    /* position: absolute;
    top: 0;
    right: 0;
    max-width: 50px;
    height: auto; */
    display: none;
}

.psp-mobile-thumbnail {
    position: relative;
    width: 100px;
    aspect-ratio: 1;
}

.psp-mobile-product-image {
    position: absolute;
    top: 0px;
    right: 14px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 85%;
    width: 85%;
}

.psp-mobile-colors {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.psp-mobile-colors .color {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: block;
    border: 2px solid #eee;
    margin-bottom: 3px;
}

.psp-mobile-colors .plus-colors {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 14px;
    background: #f9f9f9;
    border-radius: 100%;
    display: block;
    border: 2px solid #eee;
    margin-bottom: 3px;
    line-height: 12px;
    color: #666;
}

.psp-mobile-turbo {
    position: absolute;
    bottom: -10px;
    left: -18.5%;
    width: 100%;
    line-height: 14px;
    z-index: 99;
}


.psp-mobile-turbo .psp-turbo-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 4px 3px 4px;
    background-color: white;
    color: black;
    border: 1px solid #1f9a17;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    margin-right: 9px;
}

.psp-mobile-turbo .psp-turbo-icon {
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-left: 4px;
}

.psp-mobile-turbo .psp-turbo-text {
    font-size: 10px;
    color: #000;
}

.psp-mobile-content-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 2px 0;
    justify-content: space-between;
    gap: 10px;
}


.psp-mobile-price-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    line-height: 14px;
}

.psp-mobile-price .stock.out-of-stock {
    display: none;
}

.price.mj-same-price-text {
    margin-top: 4px;
    line-height: 14px;
}

.psp-mobile-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    flex: 1 1 auto;
    min-width: 0;
}

.psp-category-mobile-wrapper {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px #d9d9d9;
    margin: 20px 0;
}

.psp-category-mobile-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    place-items: center;
}

.psp-category-mobile-image-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.psp-category-mobile-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.psp-category-mobile-info {
    display: flex;
    flex-direction: row;
    /* RTL: name right, button left */
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    gap: 10px;
    background: #fff;
}

.psp-category-mobile-name {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-align: right;
    line-height: 18px;
}

.psp-category-mobile-button {
    flex: 0 0 auto;
    background-color: #1f9a17;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 12px;
    border-radius: 6px;
    white-space: nowrap;
}

.psp-mobile-price .number {
    flex: 0 0 auto;
    margin-top: 0;
    font-size: 13px;
    font-weight: 700;
}

.number.orginal-price-discounted-product {
    font-size: 12px !important;
}

.psp-mobile-cta {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: auto;
}

.psp-mobile-cta .psp-cta-button {
    display: inline-block;
    background-color: #1f9a17;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    padding: 8px 8px;
    border-radius: 6px;
    letter-spacing: -0.4px;
}

.psp-desktop,
.psp-category-desktop {
    display: none;
}

.psp-mobile,
.psp-category-mobile {
    display: block;
}

.psp-mobile-image-link {
    display: block;
}

.psp-product-title {
    margin: 0;
    line-height: 20px;
    color: #000 !important;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.psp-category-turbo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 4px;
    background: #fff;
    border: 1px solid #1f9a17;
    border-radius: 6px;
    position: relative;
}

.psp-category-turbo-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.psp-category-mobile-image-item {
    width: 65%;
}

.psp-category-mobile-wrapper {
    margin: 25px 0;
}

.psp-category-mobile-info {
    padding: 14px 20px;
}

.psp-product-title {
    font-size: 13px;
    line-height: 22px;
}

.psp-category-mobile-button {
    font-size: 13px;
    padding: 0px 12px;
}

@media only screen and (max-width: 578px) {
    .psp-category-mobile-image-item {
        width: 80%;
    }

    .psp-category-mobile-images {
        padding-top: 10px;
    }

    .psp-category-delivery-tooltip {
        font-size: 10px;
        font-weight: 500;
        margin-right: 2px;
    }
}



@media only screen and (min-width: 579px) {
    .psp-category-turbo-badge {
        padding: 4px;
    }

    .psp-mobile-turbo {
        /* top: 12.5vh; */
        left: 2.5%;
        bottom: -5px;
    }

    .psp-mobile-content-section {
        padding: 10px 0px;
    }

    .psp-mobile-price .number {
        font-size: 15px;
    }

    .psp-mobile-price {
        flex-direction: row;
        justify-content: flex-start;
        line-height: 26px;
    }

    .psp-product-wrapper-mobile {
        padding: 16px 26px 12px 26px;
    }

    .psp-mobile-thumbnail {
        width: 130px;
    }

    .psp-mobile-cta .psp-cta-button {
        font-size: 13px;
        padding: 10px 16px;
    }

    .psp-mobile-colors .color,
    .psp-mobile-colors .plus-colors {
        width: 20px;
        height: 20px;
        border-width: 3px;
        font-size: 17px;
        line-height: 14px;
        margin-bottom: 4px;
    }

    .psp-mobile-turbo .psp-turbo-badge {
        font-size: 11px;
        padding: 1px 1px 2px 3px;
        border-radius: 8px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
        margin-top: -8px;
    }

    .psp-mobile-turbo .psp-turbo-icon {
        width: 14px;
        height: 14px;
    }

    /* Tablet: Show tooltip on hover like desktop */
    .psp-mobile-turbo .psp-category-turbo-badge:hover .psp-category-delivery-tooltip {
        display: block;
        animation: pspTooltipIn 0.3s forwards;
    }

    .psp-category-delivery-tooltip {
        display: none;
        position: absolute;
        bottom: 115%;
        right: 50%;
        transform: translateX(50%);
        background: #fff;
        color: #333;
        border-radius: 6px;
        padding: 4px 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        font-size: 10px;
        white-space: nowrap;
        z-index: 10;
        border: 1px solid #1f9a17;
        font-weight: bold;
    }
}

@media only screen and (min-width: 579px) and (max-width: 1024px) {
    .psp-category-delivery-tooltip {
        font-size: 10px;
        font-weight: 500;
        margin-right: 2px;
    }

    .psp-category-mobile-image-item {
        padding: 10px;
    }

    .ticket {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .psp-mobile-turbo {
        /* top: 17vh; */
        bottom: -5px;
    }
    .price.mj-same-price-text {
        margin-right: 5px;
        line-height: 26px;
    }

    .psp-category-mobile {
        display: none !important;
    }

    .psp-desktop,
    .psp-category-desktop {
        display: block !important;
        width: 100%;
        margin: 30px 0;
    }

    .psp-product-wrapper {
        display: flex;
        flex-direction: row;
        background: #fff;
        border-radius: 10px;
        padding: 15px 25px;
    }

    .psp-image-section {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .psp-image-inner {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    .psp-colors-column {
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0px;
    }

    .psp-available-color {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .psp-available-color .just-colors {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .psp-available-color .color {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 3px solid #eee;
        display: block;
    }

    .psp-available-color .plus-colors {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 3px solid #eee;
        background: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        color: #666;
    }

    .psp-turbo-delivery {
        margin-top: auto;
        line-height: 18px;
    }

    .psp-turbo-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 4px;
        background: #fff;
        border: 1px solid #1f9a17;
        border-radius: 8px;
        position: relative;
        line-height: 16px;
    }

    .psp-turbo-icon {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .psp-delivery-tooltip {
        display: none;
        position: absolute;
        bottom: 115%;
        right: 115%;
        transform: translateX(50%);
        background: #fff;
        color: #333;
        border-radius: 8px;
        padding: 4px 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        font-size: 10px;
        white-space: nowrap;
        z-index: 10;
        border: 1px solid #1f9a17;
        font-weight: bold;
        margin-bottom: -118%;
    }

    .psp-product-wrapper:hover .psp-delivery-tooltip {
        display: block;
        animation: pspTooltipIn 0.3s forwards;
    }

    .psp-product-wrapper:not(:hover) .psp-delivery-tooltip {
        display: block;
        animation: pspTooltipOut 0.3s forwards;
    }

    @keyframes pspTooltipIn {
        from {
            opacity: 0;
            transform: translateX(20px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    @keyframes pspTooltipOut {
        from {
            opacity: 1;
            transform: translateX(0px);
        }

        to {
            opacity: 0;
            transform: translateX(20px);
        }
    }

    .psp-image-column {
        flex: 0 0 80%;
        max-width: 80%;
        position: relative;
    }

    .psp-product-image {
        width: 75%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
        aspect-ratio: 1;
    }

    .psp-product-link {
        display: block;
        text-decoration: none;
    }

    .psp-image-column .discount-icon {
        /* position: absolute;
        top: 0;
        left: 0;
        max-width: 60px;
        height: auto; */
        display: none;
    }

    .psp-content-section {
        flex: 0 0 80%;
        max-width: 80%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .psp-product-title {
        font-size: 14px;
        line-height: 20px;
    }

    .psp-action-section {
        flex: 0 0 50%;
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
    }

    .psp-price-wrapper {
        flex: 1;
        max-width: 22%;
    }

    .psp-price-wrapper .price .number {
        font-size: 16px;
    }

    .psp-price-wrapper .price .currency {
        font-size: 14px;
    }

    .psp-action-section .ticket {
        width: 36px !important;
        height: 36px !important;
        padding: 5px !important;
    }

    .psp-cta-wrapper {
        flex: 0 0 auto;
    }

    .psp-cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #1f9a17;
        color: #fff !important;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        padding: 2px 12px;
        border-radius: 8px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1025px) {
    .psp-group {
        margin: 20px 0;
        padding: 0;
    }

    .psp-group .psp-single-product.psp-mobile:first-child .psp-product-wrapper-mobile {
        border-radius: 10px 10px 0px 0px;
        box-shadow: none;
        border-bottom: none;
    }

    .psp-group .psp-single-product.psp-mobile:not(:first-child):not(:last-child) .psp-product-wrapper-mobile {
        margin-top: -20px;
        border-radius: 0px;
        border-bottom: none;
        /* border-top: none; */
        box-shadow: none;
    }

    .psp-group .psp-single-product.psp-mobile:last-child .psp-product-wrapper-mobile {
        margin-top: -20px;
        border-radius: 0px 0px 10px 10px;
        /* border-top: none; */
    }

    .psp-category-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        background: #fff;
        border-radius: 10px;
        padding: 10px 0px;
        border: 1px solid #d9d9d9;
        box-shadow: 0px 5px #d9d9d9;
    }

    .psp-category-product-card {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        border-left: 1px solid #f0f0f0;
        padding: 10px 20px 0px 20px;
        background: #fff;
        gap: 5px;
    }

    .psp-category-product-top {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        margin-bottom: 12px;
        position: relative;
    }

    .psp-category-product-image-wrapper {
        flex: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .psp-category-product-image {
        width: 50%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 1;
        display: block;
    }

    .psp-category-product-image-wrapper .discount-icon {
        /* position: absolute;
        top: 0;
        left: 0;
        max-width: 50px;
        height: auto; */
        display: none;
    }

    .psp-category-product-sidebar {
        position: absolute;
        right: 15%;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        z-index: 2;
    }

    .psp-category-available-colors {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .psp-category-available-colors .color {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 2px solid #eee;
        display: block;
    }

    .psp-category-available-colors .plus-colors {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 2px solid #eee;
        background: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 600;
        color: #666;
        line-height: 16px;
    }

    .psp-category-turbo-delivery {
        margin-top: auto;
        line-height: 16px;
    }


    .psp-category-delivery-tooltip {
        display: none;
        position: absolute;
        bottom: -1%;
        right: 115%;
        transform: translateX(50%);
        background: #fff;
        color: #333;
        border-radius: 6px;
        padding: 4px 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        font-size: 10px;
        white-space: nowrap;
        z-index: 10;
        border: 1px solid #1f9a17;
        font-weight: bold;
    }

    .psp-category-product-card:hover .psp-category-delivery-tooltip,
    .psp-mobile-turbo .psp-category-turbo-badge:hover .psp-category-delivery-tooltip {
        display: block;
        animation: pspTooltipIn 0.3s forwards;
    }

    .psp-category-product-title-container {
        min-height: 40px;
    }

    .psp-category-product-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
    }

    .psp-category-discount {
        flex: 0 0 auto;
    }

    .ticket {
        padding: 2px !important;
    }

    .psp-category-price {
        flex: 1;
        text-align: left;
    }

    .psp-category-out-of-stock {
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        padding: 8px;
        background: #fff;
        border-radius: 6px;
        background-color: #0b0b0b1f;
    }

    .psp-category-product-card .stock.out-of-stock {
        display: none;
    }

    .psp-category-info-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .psp-category-info-inner {
        text-align: center;
    }

    .psp-category-name {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        line-height: 30px;
        display: block;
    }

    .psp-category-view-all-button {
        display: inline-block;
        background-color: #1f9a17;
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        padding: 6px 30px;
        border-radius: 8px;
    }

    .psp-category-desktop {
        direction: rtl;
    }

    .me-2.the-discount-container {
        margin-top: -12px;
        text-align: right;
    }
}

@media (max-width: 1024px) {
    .psp-mobile-price .number {
        letter-spacing: -0.5px;
    }
}


@media (min-width: 1400px) {
    .psp-mobile-turbo {
        /* top: 11.2vh; */
        bottom: -5px;
    }

    .psp-content-section {
        padding: 10px;
    }

    .psp-image-section {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .psp-category-product-sidebar {
        right: 22%;
    }

    .psp-product-title {
        font-size: 15px;
    }

    .psp-category-price .number {
        font-size: 15px;
    }

    .psp-category-product-image {
        width: 40%;
    }

    .psp-category-wrapper {
        padding: 10px;
    }

}