.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #000 !important;
  margin-top: 14px;
}
.slider {
  position: relative;
  top: 112px;
  margin-bottom: 100px;
}
.vivarex-category {
    margin-bottom: 64px;
}
.vivarex-category h1{
direction: rtl;
  text-align: right;
  background: #0066b3;
  color: #fff;
  margin-top: 32px;
  height: 42px;
  font-size: 16px;
  border-radius: 4px;
  padding-top: 11px;
  padding-right: 10px;
}
.vivarex-category .category-item{
    margin-bottom: 16px;
}
.vivarex-category .category-item img{
    border-radius: 4px 4px 0 0;
    transition: all .15s ease;
}
.vivarex-category .category-item span{
text-align: center;
  display: block;
  padding: 10px;
  background: #0066b3;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  font-size: 14px;
}

.vivarex-category .category-item:hover{
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    transition: all .15s ease;
}


.archive-product{
    margin: 32px auto;
}
.archive-product h1 {
    font-size: 22px;
    text-align: right;
    margin-bottom: 32px;
}
/* جلوگیری از شکستن گرید */
.archive-product .slider-wrapper{
    overflow:hidden;
    position:relative;
}

/* Owl Fix Bootstrap Conflict */
.archive-product .owl-stage{
    display:flex;
}

.archive-product .owl-item{
    float:none;
    display:flex;
    height:auto;
}

/* فاصله کارت ها */
.archive-product .item{
    padding:12px;
    width: 100%;
}

/* کارت محصول */
.product-card{
    border-radius: 4px;
    text-align: right;
    height: 100%;
    transition: .25s;
    display: flex;
    flex-direction: column;
    border: 1px solid #a1a1a1;
    padding: 16px;
}
.product-card ul{
    padding: 0 16px;
    font-size: 12px;
    margin-top: 16px;
    line-height: 30px;
}
.product-card ul li{
    border-bottom: 1px solid #eee;
    padding: 8px;
}
.product-card ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.product-card:hover{
    transform:translateY(-6px);
}
.slider-wrapper h2{
    text-align: right;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}
/* تصویر */
.product-card img{
    max-height:140px;
    object-fit:contain;
    margin-bottom: 20px;
}

/* کد محصول */
.product-card .sku{
    font-size:13px;
    color:#0066b3;
    display:block;
}

/* عنوان */
.product-card .title {
    font-size:15px;
    margin:6px 0 0;
    font-weight:600;
}
.product-card .title a{
    color: #000;
}

section.archive-product .row-item{
    margin-bottom: 64px;
}

/* کارت دسته */
.category-card{
    position: relative;
    display: block;
    overflow: hidden;
}

/* تصویر */
.category-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
}

/* لایه تیره */
.category-card .overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(0,0,0,0) 20%,
            rgba(0,0,0,.65) 100%
    );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 35px;
    transition: all .5s ease;
}

/* متن دسته */
.category-card .cat-label{
    color: #fff;
    font-size: 22px;
    transform: translateY(30px);
    opacity: 0;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    text-shadow: 0 10px 25px rgba(0,0,0,.5);
}

/* نور داخلی */
.category-card::after{
    content:"";
    position:absolute;
    inset:0;
    background: radial-gradient(circle at center, rgba(28,95,170,.45), transparent 70%);
    opacity:0;
    transition:opacity .6s ease;
}

/* ===== Hover ===== */

.category-card:hover img{
    transform: scale(1.12) rotate(.5deg);
}

.category-card:hover .overlay{
    background: linear-gradient(
            180deg,
            rgba(0,0,0,.15) 10%,
            rgba(0,0,0,.85) 100%
    );
}

.category-card:hover .cat-label{
    transform: translateY(0);
    opacity: 1;
}

.category-card:hover::after{
    opacity:1;
}


/* سایدبار */
.sidebar img{
    border-radius:4px;
    width:100%;
    height:auto;
}
.slider-wrapper .owl-nav{
    position: absolute;
    top: -65px;
    left: 0;
}
.slider-wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #000;
    text-decoration: none;
    background: none;
}

/* Desktop Large */
@media (min-width: 1200px) {}

/* Small Desktop / Laptop */
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider {
  position: relative;
  top: 93px;
  margin-bottom: 86px;
}
}
/* Tablet */
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider {
  position: relative;
  top: 93px;
  margin-bottom: 86px;
}
}
/* Mobile */
@media (max-width: 575px) {
  .slider {
    position: relative;
    top: 78px;
    margin-bottom: 70px;
  }
    .vivarex-category h1 {
        font-size: 17px;
    }
    .vivarex-category .row-cols-2 > *{
        width: 33%;
    }
    .vivarex-category .category-item span {
        font-size: 10px;
    }
    .archive-product .slider-wrapper{
        margin-top: 32px;
    }


    section.products-carousel .item {
        background: #fff;
    }
    .vivarex-faq h2.fw-bold{
        font-size: 17px;
    }
    .vivarex-faq p.text-muted{
        font-size: 11px;
    }

}
