.nav li{
    position: relative;
}

.nav li:hover .sublist__2026{
    visibility: visible;
    opacity: 1;
}

.nav li .sublist__2026{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #0000000F;
    padding: 22px 0;
    border-radius: 6px;
    transition: all .3s ease;
}

.nav li .sublist__2026 .subitem__2026{
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 11px;
    height: auto;
}

.nav li .sublist__2026 .subitem__2026:last-of-type{
    margin-bottom: 0;
}

.nav li .sublist__2026 .subitem__2026 a{
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 0 26px;
    line-height: 1.4;
    height: auto;
}

.nav li .sublist__2026 .subitem__2026 a:hover{
    color: #014099;
}
.product-list{
    margin-bottom: 40px;
}
.product-list .card-head img{
    max-width: 100%;
}

.pd__left img{
    width: 100%;
}

.pd__main-swiper{
    background-color: #fff;
}


.pl__card{
    padding: 20px 20px 24px;
    background: #F5F6F7;
    border-radius: 12px;
}

   .product-list .card-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
   }
   
   .product-list .card-head a{
       aspect-ratio: 1 / 1;
        overflow: hidden;
   }
   .product-list .card-head img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
   .product-list li a{
      box-shadow: none;
   }
    .product-list li:hover a{
       box-shadow: none;
    }
  .product-list .card-body h4{
    margin: 0;

  }
  
  .product-list li{
      margin-bottom: 0;
  }
  
  .pl{
        display: grid;
      grid-template-columns: repeat(auto-fill, minmax(min(100%, max(320px, calc((100% - 114px) / 4))), 1fr));
      gap: 38px;
    }
    .product-list .card-head{
        margin-bottom: 19px;
        border-radius: 8px;
        overflow: hidden;
    }

@media (max-width:768px) {
    .sublist__2026{
        display: none;
    }
}