/* BANNER */

.bannertext {position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;z-index: 1;}
.webox {width: 100%;;position: relative;margin-top:135px;z-index: 1;max-width: 990px;}
.hmbo_wrap {display: flex;align-items: center;height: 100%;}

/* .js_hmbanner {height:782px;}
.js_hmbanner .slide-img > img {width: 100%;height:782px;object-fit: cover;} */

.banner-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 40px -5px 0;
}
.banner-wrapper .col-grid{
    padding: 0 5px;
}
.banner-wrapper .col-grid .item-col .item-gallery{
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.banner-wrapper .col-grid .item-col .item-gallery:not(:last-child){
    margin-bottom: 10px;
}
.banner-wrapper .col-4 .item-col .item-gallery{
    height: 315px;
}
.banner-wrapper .col-6 .item-col .item-gallery{
    height: 640px;
}

.banner-wrapper .col-grid .item-col .item-gallery .gallyer-image > img{
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
}
.banner-wrapper .col-6.col-grid .item-col .item-gallery .gallyer-image > img{
    -o-object-position: 82% 90%;
    object-position: 82% 90%;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.banner-wrapper .col-grid.col-6 .item-col .item-gallery .gallery-overlay{
    left: 55px;
    bottom: 40px;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallyer-image{
    height: 100%;
    position: relative;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallyer-image::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 8%, transparent 62%);
}
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay p ,
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay [class*="heading-"]{
    color: var(--white);
    max-width: 450px;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay .heading-40{
    line-height: 46px;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay [class*="heading-"]{
  margin-bottom: 5px;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay [class*="heading-"]::before{
    content: "";
    position: absolute;
    top: 10px;
    left: -22px;
    width: 15px;
    height: 1px;
    background-color: var(--white);
}
.banner-wrapper .col-grid.col-6 .item-col .item-gallery .gallery-overlay [class*="heading-"]::before{
    top: 23px;
    left: -55px;
    width: 30px;
}
.banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay a.alink{
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}
/* **************** || CLIENT REVIEW || **************** */
.client-review .intro-column  .heading-40{
    margin-bottom: 0;
}
/* **************** || Shop Best Sellers || **************** */
.best-sellers-wrapper{margin-top: 40px;}
#best-seller .resp-tabs-list{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 50px;
}
/* #best-seller .resp-tabs-list li{
    padding-bottom: 20px;
} */




/* **************** || PRODUCT CATEGORY || **************** */
.product-container{
    position: relative;
}
.product-container:not(:last-child){
    margin-bottom:90px ;
}
.product-grid{
    display: flex;
    flex-wrap: wrap;
    margin:40px -11px -22px;
}
.product-grid .product-item{
    width: calc(25% - 22px);
    margin: 0 11px 22px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.product-grid .product-item .product-summary{
    position: absolute;
    bottom: 5px;
    left:25px
}
.product-grid .product-item .product-summary .heading-18{
    color: var(--white);
    max-width: 142px;
    line-height: 1.4;
}
.product-grid .product-item .tumbnail-wrap{position: relative;}
.product-grid .product-item .tumbnail-wrap:after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0 0 0 / 50%), transparent);
}

/* **************** || TESTIMONIAL || **************** */




/* **************** || SHOP BY BRANDS || **************** */
.brand-grid{
    margin: 50px -15px 0;
}
.brand-grid:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
}
.brand-grid li{
    width: 16.66%;
    padding: 0 15px;
    margin-bottom: 0;
}
.brand-grid li .brand-item .brand-logo {
  min-height: 50px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}
.brand-grid li .brand-item .head-xs{
    margin: 15px 0 10px;
}
.brand-grid li .brand-item a.alink{
    text-decoration: none;
}

/* **************** || NEW ARRIVALS || **************** */
.hm-new-arrivals .flex-container{
    margin-top: 45px;
}
.arrival-image{
    width: 500px;
}
.arrival-image .col-column:not(:last-child){
    margin-bottom: 25px;
}
.arrival-column{
    width: calc(100% - 500px);
    padding-left: 25px;
}
.arrival-grid{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -22px;
}
.arrival-grid .arrival-item{
    width: calc(50% - 24px);
    margin: 0 12px 22px;
    border:1px solid #D9D9D9;
    padding:14px 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.arrival-grid .arrival-item ,
.arrival-grid .arrival-item .add-wishlist{
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
.arrival-grid .arrival-item .add-wishlist{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    filter: brightness(0) invert(0.2);
}
.arrival-grid .arrival-item .item-img{
    width: 160px;
}
.arrival-grid .arrival-item .item-info{
    width: calc(100% - 160px);
    padding-left: 35px;
}
.arrival-grid .arrival-item .item-info .title-link{
    font-size: 17px;
    font-weight: 600;
    color: var(--paragraph);
    line-height: 1.4;
    display: block;
    max-width: 315px;
    margin-bottom: 20px;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.arrival-grid .arrival-item .item-info .price-wrap{
    line-height: 1.4;
}
.arrival-grid .arrival-item .item-info .price-wrap del ,
.arrival-grid .arrival-item .item-info .price-wrap ins{
    display: initial;
}
.arrival-grid .arrival-item .item-info .price-wrap del{
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 600;
    text-decoration: none;
}
.arrival-grid .arrival-item .item-info .price-wrap del .price-amount bdi{
    text-decoration: line-through;
}

.arrival-grid .arrival-item .item-info .price-wrap ins{
    text-decoration: none;
    color: var(--maroon);
    font-size: 20px;
    font-weight: 600;
}
.arrival-grid .arrival-item:hover{
    border-color: var(--maroon);
}
.arrival-grid .arrival-item:hover .item-info .title-link{
    color: var(--maroon);
}
.arrival-grid .arrival-item .add-wishlist:hover{
    filter: none;
}
.arrival-image .col-column{
    position: relative;
}

.arrival-image .col-column .offer-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 35px;
}
.arrival-image .col-column .offer-overlay .off-wrap{
    background: var(--white);
    text-align: center;
    padding: 50px 30px 20px;
}
.arrival-image .col-column .offer-overlay .off-wrap .offer-text{
    font-size: 60px;
    font-family: 'IBM Plex Sans';
    line-height: 1;
    color: var(--maroon);
    font-weight: bold;
    margin-bottom: 5px
}
.arrival-image .col-column .offer-overlay .off-wrap span{
    font-size: 30px;
    font-weight: 600;
    font-family: 'IBM Plex Sans';
    line-height: 1;
    color: var(--paragraph);
}
.arrival-image .col-column .offer-overlay .offer-badge{
    font-family: 'IBM Plex Sans';
    font-size: 23px;
    font-weight: 600;
    color: var(--white);
    background: var(--golden);
    clip-path: polygon(100% 0%, 96% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    text-align: center;
    padding: 5px 10px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 325px;
    margin: 0 auto;
    position: relative;
    top: 21px;
}

/* **************** || START MEDIA QUERY || **************** */
@media screen and (max-width: 1699.99px){

    /* ******* || NEW ARRIVALS || ******* */
    .arrival-grid .arrival-item .item-img {width: 140px;}
    .arrival-grid .arrival-item .item-info {width: calc(100% - 140px); padding-left: 20px;}
    .arrival-grid .arrival-item .item-img {
        width: 140px;
        height: 160px;

        & img{
            object-fit: cover;
            height: 100%;
            width: 100%;
        }
    }
   
}

@media screen and (max-width: 1439.99px){
  
    /* ******* || PRODUCT || ******* */
    .product-grid{justify-content: center;}
    .product-grid .product-item{width: calc(33.33% - 22px);}

    /* ******* || NEW ARRIVALS || ******* */
    .arrival-image {width: 400px;}
    .arrival-column {width: calc(100% - 400px);padding-left: 25px;}
    .arrival-grid .arrival-item{margin: 0 12px 15px;}
    .arrival-grid .arrival-item .item-img {width: 100px;height: 125px;}
    .arrival-grid .arrival-item .item-info {width: calc(100% - 100px);padding-left: 15px;}
    .arrival-grid .arrival-item .item-info .title-link{font-size: 16px;margin-bottom: 12px;height: 45px;}
    .arrival-grid .arrival-item .item-info .price-wrap ins{font-size: 16px;letter-spacing: normal;}
    .arrival-grid .arrival-item .add-wishlist{top: 10px;right: 10px;}
   
}
@media screen and (max-width: 1199.98px){
    
    /* ******* || BANNER || ******* */
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay .heading-40{line-height: 1.1;}
    .banner-wrapper .col-grid.col-6 .item-col .item-gallery .gallery-overlay{left: 35px;}
    .banner-wrapper .col-grid.col-6 .item-col .item-gallery .gallery-overlay [class*="heading-"]::before {top: 16px;left: -45px;}
    .banner-wrapper .col-6.col-grid .item-col .item-gallery .gallyer-image > img {-o-object-position: 55% 90%;object-position: 55% 90%;}

    /* ******* || SHop COllection || ******* */
    .shop-collection  .heading-40{text-align: center;}
    .collection-grid{margin: 25px -5px -15px;}
    .collection-grid .item-box {width: calc(33.33% - 10px);margin: 0 5px 15px;}

    /* ******* || Shop Best Seller || ******* */
    #best-seller .resp-tabs-list{margin-bottom: 10px;}
    .hm-best-sellers .heading-40{text-align: center;}

    /* ******* || PRODUCT || ******* */
    .product-container:not(:last-child) {margin-bottom: 40px;}
    .product-grid{margin: 30px -5px -10px;}
    .product-grid .product-item{margin: 0 5px 10px;border-radius: 10px;width: calc(33.33% - 10px);}
    .product-container .heading-40{text-align: center;}
    .product-grid .product-item .product-summary{left:20px;}

    

    /* ******* || BRANDS || ******* */
    .hm-shop-brand .heading-40{text-align: center;}
    .brand-grid {margin: 30px -5px 0;}
    .brand-grid li{padding: 0 5px;}
    .brand-js.slick-initialized button.slick-arrow{top: inherit;bottom: -20px;}
    .brand-js.slick-initialized {padding-bottom: 50px;}
    .brand-js .slick-prev {left: calc(50% - 38px);}
    .brand-js .slick-next {right: calc(50% - 38px);}
    .brand-grid li .brand-item .brand-logo{margin: 0 auto 15px;}

    /* ******* || NEW ARRIVALS || ******* */
    .hm-new-arrivals .flex-container {margin-top: 25px;}
    .hm-new-arrivals .heading-40{text-align: center;}
    .arrival-image ,
    .arrival-column{width: 100%;}
    .arrival-image{display: flex;justify-content: space-between;column-gap: 24px;margin-bottom: 25px;}
    .arrival-column{padding-left: 0;}
    .hm-new-arrivals .arrival-grid{margin-bottom: 0;}

    .arrival-image .col-column:not(:last-child) {margin-bottom: 0;}
    .arrival-grid .arrival-item .item-img{height: 103px;}
    .arrival-grid .arrival-item .item-info .title-link{line-height: 1.2;height: 40px;}
    .arrival-grid{margin: 0 -8px -22px;}
    .arrival-grid .arrival-item {margin: 0 8px 15px;}
    .arrival-grid .arrival-item .add-wishlist {top: 6px;right: 6px;}

    .arrival-image .col-column .offer-overlay .off-wrap .offer-text {font-size: 30px;}
    .arrival-image .col-column .offer-overlay .off-wrap span{font-size: 22px;}
    .arrival-image .col-column .offer-overlay .offer-badge{font-size: 18px;}
    .arrival-image .col-column .offer-overlay .off-wrap{padding: 35px 30px 15px;}
   
}
@media screen and (max-width: 991.98px){
     /* ******* || BANNER || ******* */
    .banner-wrapper .col-grid.col-6{width: 100%;}
    .banner-wrapper .col-grid.col-4{width: 50%;margin-top: 10px;}
    .banner-wrapper .col-6 .item-col .item-gallery {height: 450px;}
    .banner-wrapper .col-6.col-grid .item-col .item-gallery .gallyer-image > img {-o-object-position: center 75%;object-position: center 75%;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay [class*="heading-"]::before{content: none;}
    .banner-wrapper .col-grid.col-6 .item-col .item-gallery .gallery-overlay {left: 0;bottom: 0;padding: 0 20px 25px;width: 100%;}
    .banner-wrapper .col-4 .item-col .item-gallery {height: 250px;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay{left:0;bottom: 0;padding:0 20px 20px;width: 100%;line-height: 1;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallyer-image > img{object-fit: cover;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay p, 
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay [class*="heading-"]{max-width: 100%;}
    .banner-wrapper .col-grid .item-col .item-gallery {border-radius: 20px;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay a.alink{line-height: 1;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay [class*="heading-"] {margin-bottom:5px;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay p{margin-bottom: 10px;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallyer-image::after{background-image: linear-gradient(to top, rgb(0 0 0 / 60%) 12%, transparent 80%);}

    /* ******* || SHop By Collection || ******* */
    .collection-grid .item-box{display: flex;flex-wrap: wrap;}
    .collection-grid .item-box .collect-product {display: flex;flex-direction: column;}

    /* ******* || PRODUCT || ******* */
    .product-grid .product-item{width: calc(50% - 10px);}

    

    /* ******* || NEW ARRIVALS || ******* */
    .arrival-image {column-gap: 10px;}
    .arrival-grid{margin: 0 -5px -22px;}
    .arrival-grid .arrival-item {width: calc(50% - 10px);margin: 0 5px 10px;}

}

@media screen and (max-width: 767.98px){
    /* ******* || BANNER || ******* */
    .banner-wrapper .col-grid.col-4{width: 100%;}

    /* ******* || NEW ARRIVALS || ******* */
    .arrival-grid .arrival-item{flex-wrap: wrap;padding: 0;align-items: flex-start;flex-direction: column;}
    .arrival-grid .arrival-item .item-img {width: 100%;height: auto;}
    .arrival-grid .arrival-item .item-info {width: 100%;padding-left: 0;padding:10px;}
  
}

@media screen and (max-width: 575.98px){
    /* ******* || BANNER || ******* */
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay , 
    .banner-wrapper .col-grid.col-6 .item-col .item-gallery .gallery-overlay{padding: 0 20px 20px;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay p{font-size: 14px;line-height: 18px;}
    .banner-wrapper .col-4 .item-col .item-gallery {height: 250px;}
    .banner-wrapper .col-6 .item-col .item-gallery {height: 100%;}
    .banner-wrapper .col-grid .item-col .item-gallery .gallery-overlay .heading-40{font-size: 20px;}

    /* ******* || SHop By Collection || ******* */
    .collection-grid .item-box{ width: calc(50% - 10px);}
    .collection-grid .item-box .head-xs {padding: 12px 10px;font-size: 16px;letter-spacing: normal;}
    .collection-grid .item-box .head-xs::after{content: none;}


    /* ******* || PRODUCT || ******* */
    .product-grid .product-item .product-summary{left: 0;padding: 10px;}
    .product-grid .product-item .tumbnail-wrap > img{object-fit: cover;width: 100%;height: 120px;-o-object-position: 84% 100%;object-position: 84% 100%s;}
    .product-grid .product-item .product-summary .heading-18{margin-bottom: 0;font-size: 14px;}
    
}