/* كود عدد التقييم في قسم التقييمات */
.s-rating-stars-reviews, #reviews > div > div > h2{
display: none;
} ⁠

/* كود عدد التقييم تحت الاسم */⁠ 
.s-rating-stars-reviews {

display: none;
}
.s-rating-stars-reviews, .policy-sidebar .description, .s-product-options-option-label small {

display: none;
}
.s-rating-stars-reviews, .s-price-range-currency {

display: none;
}

---


    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* حجز مساحة للعناصر */
.image-container {
    width: 100%;
    padding-top: 56.25%; /* نسبة 16:9 */
    position: relative;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* تحميل الخطوط بشكل صحيح */
@font-face {
    font-family: 'CustomFont';
    src: url('customfont.woff2') format('woff2');
    font-display: swap;
}

/* تخصيص مساحة للإعلانات */
.ad-container {
    width: 100%;
    min-height: 250px;
    background-color: #f0f0f0;
}