@media only screen and (max-width: 1300px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hover-card figure{
        width: 120px;
        height: 120px;
    } 
    .condition-exp-inner {
        grid-template-columns: 29% 69%;
    }
    .explain-list {
        width: 18%;
    }
    .explain-list figure {
        height: 130px;
    }
    .explain-listing {
        gap: 30px 17px;
    }
    .add-cart a {
        padding: 10px;
    }

    .feature-highlights {
        gap: 10px;
        padding: 25px 12px;
    }
    .banner-inner-con {
        grid-template-columns: 18% 60.5% 18%;
    }
    .card-grid {
        gap: 20px;
    }
    .brans-logo {
        height: 80px;
    }
    .hover-card img {
        width: 70px;
        height: 90px;
    }


}

@media only screen and (max-width: 1023.98px) {
    .download-text{
        left: 50px;
    }
    .banner-inner-con {
        grid-template-columns: 20.5% 55% 20.5%;
    }

    .feature-highlights-inner {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .condition-exp-inner {
        grid-template-columns: 100%;
    }

}

@media only screen and (max-width: 991px) {
    .hover-card figure {
        width: 105px;
        height: 105px;
    }
    .hover-card img {
        width: 90px;
        height: 90px;        
    }
    .brans-logo {
        height: 70px;
    }
    .popular-slider{
        padding: 26px 0 0;
    }
    .download-text {
        justify-content: end;
        padding-right: 15px;
    }
    .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    }
    .filter-buttons button {
        margin: 4px;
        padding: 8px 15px;
    }
    .filter-buttons {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

}

@media only screen and (max-width: 768px) {
	.products_item_img figure img {
		height:unset;
		}
    .download-text {
        left: unset;
        position: unset;
    }
}

@media only screen and (max-width: 767px) {
	
	.arrival-product-inner{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 0;
}
.arrival-slide {
    flex: 0 0 32%;
}
	.feature-highlights-con {
    padding: 20px;
    margin: 10px 0;
}
.special-offer-listing {
    grid-template-columns: repeat(2, 1fr);
}
    .banner-left-con,
    .banner-right-con {
        display: none;
    }

    .banner-inner-con {
        grid-template-columns: 100%;
    }
    .feature-highlights>div h6 {
        font-size: 17px;
        margin-bottom: 0;
        line-height: 19px;
    }

    .feature-highlights-inner {
        gap: 10px;
    }

    .generic-heading-btn h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .banner-slider figure img {
        height: auto;
	}
    .brans-logo a {
        padding: 15px;
    }
    .card-grid {
        gap: 20px 38px;
    }
    .condition-text h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .condition-text p {
        font-size: 16px;
        line-height: 19px;
    }
    .brans-logo {
        height: 60px;
    }
    .brand-logo .swiper-button-prev , .brand-logo .swiper-button-next{
        display: none;
    }
    .bg-sigupbannerbutton-gradient {
    font-size: 14px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 37px !important;
        height: 37px !important;
        display: none !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 16px !important;
    }
    .swiper-button-prev {
        left: -14px !important;
    }
    .swiper-button-next {
        right: -14px !important;
    }
    .arrivals_tab .generic-heading-btn{
        align-items: normal;
        flex-direction: column;
    }
    .price-filter-btns{
        gap: 13px;
    }
    .popular-static-data{
        display: block;
        display: grid;
        padding-top: 20px;
        grid-template-columns: repeat(4 , 1fr);
        gap: 15px;
    }
    .tabs-slides-inner{
        display: block;
        display: grid;
        grid-template-columns: repeat(3 , 1fr);
        gap: 15px;
        padding-top: 20px;
    }
    .popular-categories .popular-slider{
        display: none;
    }
    .condition-exp{
        display: none;
    }
    .feature-highlights > div a{
        display: none;
    }
    .feature-highlights{
        align-items: center;
    }
/*     .arrivals_tab .slider-wrap-con{
        display: none;
    } */
    .recent-product-con .generic-heading-btn,.special-offer-heading{
        margin-bottom: 15px;
    }
    .special-offer-listing {
        grid-template-columns: repeat(2, 1fr);
    }
    .special-offer-listing {
        margin-bottom: 15px;
        grid-template-columns: repeat(2, 1fr);
    } 
	
/* 	remove swiper overflow */
/* 	  .arrivals_tab .swiper.mySwiper3 {
    overflow: visible !important;  
  } 

  .arrivals_tab .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;    
    gap: 10px; 
  }

  .arrivals_tab .swiper-slide {
    width: calc(33.333% - 10px) !important; 
    margin: 0 !important;
    flex: 0 0 calc(33.333% - 10px) !important;
  }*/

  /* Hide swiper navigation on mobile */
  .arrivals_tab .swiper-button-next,
  .arrivals_tab .swiper-button-prev,
  .arrivals_tab .swiper-pagination {
    display: none !important;
  }

	
}

@media only screen and (max-width: 575px) {
	.new-price{
		font-size: 11px;
		}
	.old_price{
		font-size:9px;
	}
    .wrapper{
        display: 100%;
    }
     .mobile-none{
/*         display: none; */
     }
    .generic-heading-btn h3 {
        font-size: 16px;
        line-height: 19px;
    }

    .generic-heading-btn h3 span {
        font-size: 11px;
        line-height: 11px;
    }

    .feature-highlights {
        padding: 15px 10px;
    }
    .card-grid {
        gap: 20px 33px;
    }
    .brans-logo {
        height: 55px;
    }
    .popular-slide a>figure {
        width: 70px;
        height: 70px;
    }
    .popular-slide a >figure img{
        width: 100%;
        object-fit: contain;
    }
    .bg-signupbanner{
        gap: 25px;
        height: auto;
        flex-direction: column;
    }
    .bg-sigupbannerbutton-gradient{
        display: none;
    }
    .download-text{
        justify-content: center;
        padding: 15px 10px;
        font-size: 16px;
    }
    .add-cart a{
        font-size: 10px;
    }
    .add-cart a{
        width: 100%;
        padding: 5px 7px ;
    }
    .products_content {
        padding: 10px 8px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 14px !important;
    }
    .add-cart a svg{
        width: 14px;
    }
    .price-filter-btns {
        gap: 10px;
    }
    .filter-btn a {
        padding: 10px 12px;
        font-size: 12px;
        line-height: 12px;
    }
    .feature-highlights>div h6{
        font-size: 14px;
        line-height: 16px;
    }
    .price_box > a > div{
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .feature-highlights figure {
        width: 30px;
    }
    .tabs-slides-inner{
        grid-template-columns: repeat(3 , 1fr);
        gap: 10px;
    }
    .popular-slide a > h6 {
        font-size: 13px;
        line-height: 16px;
    }
    .favorite_icon_box {
        top: 5px;
        right: 5px;
    }
    .product_tag_box {
        top: 7px;
        left: 7px;
    }
    .products_item_img figure img {     
        margin-top: 10px;
    }
    .product_tag {
        gap: 5px;
        width: 30px;
        font-size: 8px;
        height: 14px;
        border-radius: 2px 0 0 2px;
    }
    .dots {
        width: 4px;
        height: 4px;
    }
        .triangle {
        right: -14px;
        border-width: 10px 0px 10px 15px;
    }
    .favorite_icon_box svg {
        width: 16px;
        height: 16px;
    }
    .bg-signupbanner{
        margin-top: 0;
    }
	.app-download{
		margin-bottom: 10px;
	}
	.recent-product-con{
		padding-top:0;
	}
	.products_item_img{
		padding: 15px 10px 0 10px;
	}
	.recent-product-con .products_item_img figure img {
    	margin-top: 10px;
	}
	    .banner-slider figure img {
        height: auto;
		object-fit:fill;
    }
	.main-banner-sec, .banner-slider > .swiper, .banner-slider figure img {
		height: 160px;	
	}
	.free-shippment{
		padding: 8px;
	}
	.product_tag {
        gap: 5px;
        width: 36px;
        font-size: 11px;
        height: 18px;
        border-radius: 5px 0 0 5px;
    }
	.products_title span{
		margin-bottom: 0;
	}
	.products_title h2, .products_title h2 a {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    height: 32px;
}
	.products_title span {
    line-height: 12px;
    height: 20px;
}
	.recent-product-con del.old_price {
    font-size: 10px;
    font-weight: 400;
}
	    .recent-product-con .new-price {
        font-size: 12px;
        font-weight: 500;
    }
	.category-card img {
   width: 170px;
        height: 140px;
}
	.brans-logo a figure img {
    width: 150px;
    height: 50px;
    max-width: 75px;
	}
	.arrival-mobile-button{
		margin-bottom: 10px;
	}
	.price_box a{
		line-height: 14px;
	}
	.afterpay-custom-button{
		height: 120px;
	}
	.free-shipping-banner {
    font-size: 13px;
    margin-left: 20px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: left;
	}
	.our-category-section{
		padding-top: unset;
	}
	.recent-product-con .generic-heading-btn, .our-category-section .generic-heading-btn {
    margin-bottom: 10px;
	}
	.category-item p{
		margin: 0;
		padding: 0;
	}
	section.our-category-section{
		margin-bottom: 10px;
	}
	.brand-logo{
		padding: 0;
		margin: 10px 0;
	}
	.brand-logo .generic-heading-btn{
		padding-bottom: 10px;
	}
	.generic-heading-btn, .brand-logo .generic-heading-btn, .feature-highlights-con .generic-heading-btn{
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	.price-filter{
		padding: 0;
		margin: 10px;
	}
	.price-filter-range{
		margin: 10px 0;
	}
	.price-filter-btns{
		padding: 0;
	}
	.afterpay-custom-button-con{
		margin-bottom: 5px;
}
	p.afterpay-msg{
		font-size:10px;
	}
	.price_box a{
		margin-bottom: 5px;
	}
/* 	.category-card{
		padding: 5px;
	} */
}

/* Banner Slider Styles */
.main-banner-sec {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-banner-sec .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.bnr-wrapper {
  width: 2000px;
  max-width: 2000px;
  margin: auto;
}

.banner-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

/* Swiper Container */
.banner_Box {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

/* Responsive Design */
@media (max-width: 2000px) {
  .bnr-wrapper {
    width: 100%;
    max-width: 100%;

  }
}

@media (max-width: 1300px) {

  
  .banner-slider {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  
  
  .banner-slider {
    height: 380px;
  }
}

@media (max-width: 992px) {

  
  .banner-slider {
    height: 350px;
  }
}

@media (max-width: 768px) {

  
  .banner-slider {
    height: 300px;
  }
  
}

@media (max-width: 576px) {
 
  
  .banner-slider {
    height: 250px;
  }
  
  .swiper-pagination {
    bottom: 10px;
  }
}

@media (max-width: 480px) {
 
  
  .banner-slider {
    height: 220px;
  }
}

.swiper-slide img {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

.swiper-slide img[src] {
  background: none;
  animation: none;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 768px) {
  
}






/* Hide both by default */
.arrival-desktop,
.arrival-mobile {
  display: none;
}

/* Desktop (Swiper visible) */
@media (min-width: 768px) {
  .arrival-desktop { display: block; }
}

/* Mobile (AJAX grid visible) */
@media (max-width: 767.98px) {
  .arrival-mobile { display: block; }
}

