.elementor-276 .elementor-element.elementor-element-af50f3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-72d6eb5 *//* Styling l-Description l-kbira */
.product-full-description {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
}

/* Titles Style */
.product-full-description h2 {
    font-family: 'Lexend Deca', sans-serif !important;
    font-size: 1.8rem;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.product-full-description h3 {
    font-family: 'Lexend Deca', sans-serif !important;
    font-size: 1.3rem;
    color: #346CD2; /* Your Brand Color */
    margin-top: 25px;
    margin-bottom: 15px;
}

/* Paragraphs */
.product-full-description p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    text-align: justify;
}

/* Highlight Box for Delivery */
.delivery-notice {
    background: #f4f7ff;
    padding: 25px;
    border-radius: 15px;
    border-left: 6px solid #346CD2;
    margin: 30px 0;
}

.delivery-notice h3 {
    margin-top: 0;
    color: #000;
}

/* Strong Text */
.product-full-description strong {
    color: #000;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .product-full-description h2 { font-size: 1.5rem; }
    .product-full-description h3 { font-size: 1.1rem; }
}/* End custom CSS */