/* Add custom CSS styles below */
.custom-free-shipping{
    margin-top:16px;
    margin-bottom:16px;
    direction:rtl;
}

.shipping-box{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:14px;
    display:flex;
    align-items:center;
    direction:rtl;
    gap:14px;
    box-shadow:0 3px 12px rgba(0,0,0,0.05);
}

.shipping-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:50%;
    background:#124962;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    box-shadow:0 4px 10px rgba(18,73,98,0.25);
}

.shipping-icon svg{
    width:28px;
    height:28px;
    stroke:currentColor;
}

.shipping-content{
    flex:1;
    text-align:right;
}

.shipping-content h3{
    margin:0 0 5px;
    font-size:18px;
    font-weight:700;
    color:#124962;
    line-height:1.2;
}

.shipping-content p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#4b5563;
}

.shipping-content strong,
.shipping-content span{
    color:#124962;
    font-weight:700;
}

.shipping-progress{
    width:100%;
    height:7px;
    background:#edf2f7;
    border-radius:20px;
    overflow:hidden;
    margin-top:10px;
}

.shipping-progress-bar{
    width:75%;
    height:100%;
    border-radius:20px;
    background:#124962;
}

@media(max-width:768px){

    .shipping-box{
        padding:12px;
        gap:12px;
    }

    .shipping-icon{
        width:52px;
        height:52px;
        min-width:52px;
    }

    .shipping-icon svg{
        width:24px;
        height:24px;
    }

    .shipping-content h3{
        font-size:16px;
    }

    .shipping-content p{
        font-size:13px;
    }
}

.custom-product-stars i{
   color:#FFC107 !important;
}

.product-card .s-rating-stars-wrapper{
    display:none !important;
}
.custom-details-box{
    margin-top: 15px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    text-align: right; /* بدل center */
}

.custom-details-box h4{
    margin: 0;
    color: #222;
    font-size: 22px; /* أكبر */
    font-weight: 700;
    line-height: 1.4;
}

.custom-details-box p{
    margin: 8px 0 0;
    color: #777;
    font-size: 16px; /* أكبر */
    line-height: 1.8;
}
.custom-review-summary-inner{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    direction:rtl;
    gap:20px;
}

.custom-review-percentage{
    font-size:48px;
    font-weight:800;
    color:#124962;
    margin:0;
}

.custom-review-text{
    flex:1;
    text-align:right;
    font-size:18px;
    font-weight:700;
    color:#222;
    margin:0;
}
.joserve-dev{
      color: #174863;
}

.product-card__image .product-card__promotion{
    left: 0 !important;
    right: auto !important;
}
.footer-is-custom .store-footer .footer-rights p {
    color: #174863;
}
.product-card__actions div button {
    background: #c9bdaa;
}
.joserve-dev {
    color: #174863;
    text-align: center;
}