.header-logo img,
.navbar-brand img,
.logo img {
    height: 80px !important;
    width: auto !important;
    max-height: none !important;
}
.footer-copyrights-vat-certificate 
.custom-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
    display: none !important;
}
.w-100.d-flex.flex-column.justify-content-center.justify-content-md-start.align-items-center.align-items-md-start.footer-col-4{
  display: none !important;
}
.footer-logo-wrap {
    width: 220px !important;
    height: 80px !important;
    max-width: none !important;
}

.footer-logo-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.prod-col.slick-slide.slick-current.slick-active {
    height: 500px !important;
}
.product-item {
    width: 100%;
    height: 500px !important;
}
.section-padding-space .box-1-1
 {
    position: relative;
    width: 100%;
    height: 400px !important;
}
@media (min-width: 768px) {
    .mb-md-5, .my-md-5 {
        margin-bottom: 1rem !important;
    }
}
section[section-id="9382210b-ab79-4c4e-bbf8-48ebf6ebb897"]{
    padding: 60px 0;
    background-color: black !important;
    color: white !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
div[section-id="4672c1b8-c378-448f-8b20-f8e284efe8e3"]{
  width: 800px !important;
}
.mega-panel {
    background-color: white !important;
    color: black !important;
}
@media (max-width:450px){
  .gallery-section .box-1-1 {
    height: 130px !important;
}
  .gallery-item {
    padding: 0 2px;
}
}
.products-container{
  margin-bottom: 100px !important;
}
/*.box-1-1.ratio1_25_1{
    height: 500px !important;
}*/
.mega-root > li:nth-child(2) > a {
    font-size: 0;
}

.mega-root > li:nth-child(2) > a::after {
    content: "جميع المنتجات";
    font-size: 16px;
}
section[section-id="9382210b-ab79-4c4e-bbf8-48ebf6ebb897"] .feature-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
    border-left: 1px solid !important;
}
section[section-id="9382210b-ab79-4c4e-bbf8-48ebf6ebb897"] .feature-content{
  padding-left: 20px !important;
}
div[section-id="85b93f6e-7a34-4886-a58e-fca21cb7f50a"] .section-title{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    gap: 15px !important;
    white-space: nowrap !important;
}

div[section-id="85b93f6e-7a34-4886-a58e-fca21cb7f50a"] .section-title::before,
div[section-id="85b93f6e-7a34-4886-a58e-fca21cb7f50a"] .section-title::after{
    content: "" !important;
    display: block !important;
    width: 400px !important;
    height: 1px !important;
    background: black !important;
}
li.mega-root-item:has(a[href="/products"]) {
    display: none !important;
}
div[id="products-list"] .box-1-1.ratio1_25_1 {
    height: 450px !important;
}
.custom-title{
    display:flex;
    justify-content:center;
    margin:50px 0;
}

.custom-title span{
    display:flex;
    align-items:center;
    gap:20px;
    font-size:25px;
    font-weight:600;
}

.custom-title span::before,
.custom-title span::after{
    content:"";
    width:400px;
    height:1px;
    background:#000;
}
img[id^="product-card-img-"] {
    transition: transform .4s ease !important;
}

img[id^="product-card-img-"]:hover {
    transform: scale(1.1) !important;
}
.box-1-1.ratio1_25_1 {
    overflow: hidden;
}

section[id="product-description"]{
  margin-top: -13rem !important;
}
.product-fqa{
  padding: 0 !important;
}
.product-item-out-of-stock {
    filter: none !important;
}
.badge-name-product-card {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.product-item  svg {
    fill: #fff !important;
}
.product-crd-spec > a {
    color: #fff;
}
.product-crd-spec > a {
    color: #fff;
    color: black !important;
}
.product-item .product-category > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: black !important;
}
.product-features-section {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    color: #fff;
    padding: 30px 20px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 8px; /* اختياري لشكل جمالي */
}

.p-feature-item {
    flex: 1;
    min-width: 200px; /* لضمان التجاوب على الشاشات الصغيرة */
    padding: 10px 15px;
    box-sizing: border-box;
}

/* إضافة خط فاصل بين العناصر بشرط ألا يكون بعد العنصر الأخير */
.p-feature-item:not(:last-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.p-feature-item h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
}

.p-feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
    margin: 0;
}

/* تحسين المظهر على الشاشات الصغيرة (الجوال) */
@media (max-width: 768px) {
    .product-features-section {
        flex-direction: column;
    }
    .p-feature-item {
        border-left: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .p-feature-item:last-child {
        border-bottom: none;
    }
}
.product-item .svg-wrapper {
    background-color: #b7b7b7 !important;
}