.instagram-cate-txt{
  margin-top: 10px;
  color: var(--title-color);
}
.instagram-cate{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagram-cate-bg{
    border-radius: 100%;
    background-color: #F5F5F5;
    padding: 0px;
    transition: .3s;
}
.product-card-img img{
    transition: transform 0.3s ease;
}
.product-card-img:hover img {
    transform: scale(1.1); /* 放大图片 */
}
.instagram-cate-bg img{
   transition: transform 0.3s ease;
}
.instagram-cate-bg:hover img {
    transform: scale(1.1); /* 放大图片 */
}
.deal-image img{
    transition: transform 0.3s ease;
}
.deal-image:hover img {
    transform: scale(1.1); /* 放大图片 */
}
.section-heading-txt{
    font-size: 26px;
}
.section-heading-txt2{
    font-size:26px;
    margin-top: 80px;
}
.section-heading-txt3{
    font-size:2.2rem;
    margin-top: 20px;
}
.s-line{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin-top: 60px;
}

.tab-link2{
    font-size: 26px;
    font-weight: 600;
    color: #CCCCCC;
}
.tab-link2.active{
    text-decoration: underline
}
.quickview-btn{
    width: 100%!important;
}
.m-box{
    z-index: 9;
}
.m-bg{
    background-color: #ededed;
    height: 300px;
    transform: rotateZ(-1deg);
}
img.single-banner-img{
}

.obanner { width: 100%; height: 50px!important;line-height:50px!important;background: #00509d!important; transform: rotateZ(-1deg);margin-top: -10px;z-index: 9;}
.obanner a { margin: 0 15px; color: #fff; text-decoration: none;font-size: 15px;font-weight: 600}
.obanner2 {transform: rotateZ(0deg)!important;background: #fff100 !important;}
.obanner2 a { margin: 0 15px; color: #333; text-decoration: none;font-size: 15px;font-weight: 600}
.header-bottom{

}
.featured-collection2{
    margin-top: -200px;
    position: relative;
    z-index: 9;
}
.slick-dots{
  bottom: 35px;
}
.tab-link2.active{
    color: #000!important;
}
.tab-link2:hover{
    color: #000!important;
}
.nav-link{
    /*white-space: nowrap;*/
}

.mt-50{
    margin-top: 50px;
}

.bg10{
    background-color: #d9d9d9;
    color: #000;

}
.mb-100{
    margin-bottom: 100px;
}
.desc{
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}

.pagination{
    flex-wrap: wrap;
}

/* 在移动端和平板端始终显示箭头 */
@media (max-width: 1024px) {
    .article-arrows .arrow-slider{
        opacity: 1 !important;
        visibility: visible !important;
    }

}

/* 移动端箭头位置微调 */
@media (max-width: 768px) {
    .article-arrows .arrow-slider{
        opacity: 1 !important;
        visibility: visible !important;
    }

    .banner .banner_img{
        min-height: 300px;
    }
}

/*@media (min-width: 992px) {*/
/*    .main-menu {*/
/*        flex-wrap: wrap;*/
/*    }*/

/*}*/
.header-1 .main-menu > .menu-list-item {
    padding: 28px 14px;
}

/* This Month Best Deals styles */
.deals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.deal-item {
    position: relative;
    transition: all 0.3s ease;
}

.deal-image {
    position: relative;
    overflow: hidden;
}

.deal-image img {
    width: 100%;
    transition: transform 0.3s ease;
}

.deal-item:hover .deal-image img {
    transform: scale(1.2);
}

.badge-label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #00234D;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
}

.deal-title {
    font-size: 24px;
    font-weight: 600;
    width: 70%;
    margin-bottom: 8px;
    color: var(--title-color);
}


.deal-content {
    text-align: left;
}

.product-card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-box{
    display: flex;

}
.contact-box .box-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.contact-box .box-item img{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.contact-box .box-item .txt{
    color: #fff;
    text-align: center;
}
.abs{
    color: #fff;
    margin-bottom: 20px;
}
.abs2{
    color: #b0afaf;
    margin-top: 10px;
    font-size: 11px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .deals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .deals-grid {
        grid-template-columns: 1fr;
    }
}

