/** Shopify CDN: Minification failed

Line 1298:31 Expected "}" to go with "{"

**/
a{
  text-decoration:none !important;
}
.container-custom {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 0;
}
body a.button{
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 38px 14px;
    background: #1E1D66;
    border: 0;
    border-radius: 6px;
    height: auto;
    min-height: auto;
    &:after,&:before{
      display:none;
    }
}

/* banner section design code starts here */
.lookbook-main-image-outer {
   a.cat-link {
      font-weight: 400;
      font-size: 24px;
      letter-spacing: .0738683px;
      color: #484848;
      display: inline-block;
       svg{
          margin: 24px auto 0;
          display: block;
          width: 29px;
          height: 23px;
       }
    }
    a.cat-link:empty{
      display:none;
    }
    .lookbook-main-image {
      position: relative;
      padding: 60px 0 10px;
      text-align: center;
      min-height: 400px;
      img {
          width: auto;
          max-width: 100%;
          margin: auto;
          max-height: 400px;
      }
    }
    h2{
        font-family: var(--secondary-font-family);
        font-weight: 400;
        font-size: 60px;
        text-align: center;
        letter-spacing: -.834739px;
        color: #000;
        margin: 0;
       text-transform:uppercase;
        line-height: 1;
        font-style: italic;
    }
    h4{
          font-style: italic;
          font-weight: 400;
          font-size: 46px;
          margin: 0;
         text-transform:uppercase;
          line-height: 1;
          text-align: center;
          letter-spacing: -.645026px;
          font-family: var(--secondary-font-family);
    }
}

.video-section{
  .video-section__media {
    border:0;
    box-shadow:none;
  }
}

/* banner section design code ends here */

/*Category Circles starts ends here  */
.circle__container {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom:0;
  .carousel-cell {
    width: 25%;
    a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration:none;
      div{
          min-height:71px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          width:121px;
          height:121px;
          border: 1px solid #e8e8e8;
          position:relative;
          overflow:hidden;
          img{
          width:100%;
          height:100%;
          object-fit:cover;
        }
      }
      span {
        letter-spacing: 0;
        font-size: 14px;
        margin-top: 10px;
        text-transform:uppercase;
        font-weight:500;
        color:#000000;
        line-height:1.4;
        text-align:center;
        font-family: var(--theme-default-theme);
      }
    }
  }
  .inner__circle--grid {
    position: relative;
    margin:36px 0;
    .main-carousel{
      max-width: 90%;
      width: 100%;
      margin: auto;
      z-index:1;
      &:not(.slick-initialized){
        display:flex;
        justify-content:center;
        &.trackScrolling{
          justify-content:space-between;
          max-width:100%;
          padding:0;
          gap:20px;
        }
        .carousel-cell{
          width: 100%;
          max-width: 202px;
        }
      }
    }
  }  
  .home-circle-j{
    padding-top: 20px;
    .slick-arrow{
      z-index:9;
      &::before{
        color:#000;
      }
    }
    .slick-prev {
      left:0;
    }
    .slick-next{
      right:0;
    }
  }
  .homepage__categry_circle.active_cat{
    border-radius: 50%;
    background: transparent;
    position: relative;
    &::before,&::after{
        width: calc( 100% + 14px );
        height: calc( 100% + 14px );
        border-radius: 50%;
        background: linear-gradient(to right, #B7D6DD, #BCBAD6);
        position: absolute;
        content: '';
        left: 50%;
        transform: translate(-50%,-50%);
        top: 50%;
        z-index: -1;
    }
    &::after {
        width: calc( 100% + 28px );
        height: calc( 100% + 28px );
        background: linear-gradient(to right, #ceedf4, #d3d0ed);
        z-index: -2;
    }
  }
  .stripe__bar {
    position: absolute;
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    top:38px;
    z-index:-1;
    &.top__stripe {
      transform: rotate(-5.85deg) translate(-6px);
      background: #c13a38;
    }
    &.bottom__stripe {
      transform: rotate(5.85deg) translate(-6px);
      background: #ba5252;
    }
    p{
      letter-spacing:.02em;
      text-transform:uppercase;
      color:#fff9e9;
      font-weight:600;
      font-size:12px;
      margin:0;
      white-space:nowrap;
      padding-left:10px;
      animation:loop_anim 2s linear infinite;
    }
  }
  .stripe-wrapper {
    display:none;
  }
}
@keyframes loop_anim{
  0%{
    transform:translate3d(0,0,0);
  }
  to{
    transform:translate3d(-99%,0,0);
  }
}
/*Category Circles  design ends here  */

/* homepage lookbook slider code starts here */

.lookbook_slider {
  padding-top: 35px;
  padding-bottom: 70px;
  .main-top-wrap{
    margin-bottom: 2.5rem;
    h2{
      font-style:italic;
      font-weight: 400;
      font-size: 76px;
      text-align: center;
      color: #727272;
      font-family: var(--secondary-font-family);
      margin: 0;
      line-height: 1;
      letter-spacing: -2px;
      text-transform: uppercase;
    }
    p{
      font-style: italic;
      font-weight: 400;
      font-size: 46px;
      text-transform: uppercase;
      text-align: center;
      color: #000;
      margin:0;
      font-family: var(--secondary-font-family);
      line-height: .55;
    }
  }
  .lookbook-view-all-btn{
    margin-top:30px;
    text-align: center;
    margin-bottom:20px;
  }
  .home_lookbook-carousel {
      display: flex;
      overflow: auto;
      -ms-overflow-style: none;
       &::-webkit-scrollbar{
          display: none;
          width: 0 !important
       }
       &.trackScrolling{
        gap:0;
        overflow:unset;
       }
      .customCardStyleTiles{
        margin-left:18px;
        flex: 0 0 auto;
        min-width:295px;
        max-width: 100%;
        padding-bottom: 5px;
        > .slider-inner{
          width:100%;
          > a{
            > video{
              width:100%;
            }
          }
        }
        video {
          max-width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius:8px;
        }
        .slider-inner{
          position: relative;
          .play-video{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            svg{
                  width: 90px;
            }
          }
        }
        &:first-child{
          margin-left:0;
        }
      }
      .carousel-cell {
        margin-left:18px;
        flex: 0 0 295px;
        max-width: 100%;
        padding-bottom: 5px;
        > .slider-inner{
          > a{
            > video{
              width:100%;
            }
          }
        }
          video {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius:8px;
          }
          .slider-inner{
            position: relative;
            .play-video{
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              cursor: pointer;
              svg{
                    width: 90px;
              }
            }
          }
          &:first-child{
            margin-left:0;
          }
        }
        .slider-inner> a {
          display: inline-block;
          vertical-align: top;
          max-width: 100%;
          width:100%;
          height:422px;
          border-radius: 8px;
          overflow: hidden;
          img {
            max-width: 100%;
            vertical-align: top;
            height: 100%;
            object-fit: cover;
          }
        }
      a{
        display: block;
        vertical-align: top;
      }
      .tag{
            font-size: 14px;
            letter-spacing: .04em;
            text-transform: uppercase;
            font-weight: 400;
            color: #484848;
            margin: 10px 0 0;
            text-shadow: 4px 10px 10px rgba(255, 255, 255, .43);
            line-height: 15px;
      }
      .p_detail {
        margin-top:10px;
         a {
           text-decoration:none;
          height: auto;
           line-height:1;
        }
        .p_name {
          font-weight: 500;
          font-size: 16px;
          text-transform: uppercase;
          margin: 0px 0 0;
          letter-spacing: normal;
          color: #000000;
          line-height: 1;
          letter-spacing:0;
        }
        span{
          font-weight: 400;
          font-size: 12px;
          letter-spacing: .04em;
          text-transform: initial;
          font-family: MR_eaves;
          font-style: italic;
          line-height: 1;
          text-shadow: 4px 10px 10px rgba(255, 255, 255, .43);
          color: #484848;
        }
        p.price {
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              margin:0;
              letter-spacing: normal;
              text-transform: uppercase;
              color: #484848;
          }
    }
  }
  &.homebook-slider2{
    .home_lookbook-carousel {
        align-items: center;
      .customCardStyleTiles.slider-inner {
          padding: 0 15px;
          margin:0;
      }
      .carousel-cell .slider-inner {
          padding: 0 15px;
          margin:0;
      }
        .slick-slide .p_detail .p_name {
            font-style: normal;
            font-weight: 400;
            color: #484848;
            line-height: 1.2;
            display: inline-block;
            font-size: 16px;
        }
    }

    .arrow-btn{
      color: rgba(var(--color-foreground), .75);
      background: transparent;
      border: none;
      cursor: pointer;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .prev-btn{
      svg{
          transform: rotate(180deg);
      }
    }
  }
}

.template-page-category-stockings{
  .featured-home-slider-outer{
    margin-bottom: 40px;
  }
}
/* homepage lookbook slider code ends here */

/* featured collection design code starts here */

.featured-collection-wrap{
  h2.title{
    font-style: italic;
    font-weight: 400;
    font-size: 76px;
    text-align: center;
    color: #727272;
    font-family:var(--secondary-font-family);
    margin: 0;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom:0 !important;
  }
  .collection__description{
    p{
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        text-transform: uppercase;
        text-align: center;
        color: #000;
        font-family:var(--theme-default-theme);
        line-height: 1;
    }
  }
  slider-component{
    padding:0;
  }
  .slider-component-desktop{
    display: flex;
    cursor: pointer;
    align-items: center;
    .slider--desktop{
          gap: 15px;
          margin-left: 10px;
          margin-right: 10px;
        &.grid--5-col-desktop .grid__item {
          width: calc(100%  - 15px * 2);
          max-width: calc(20% - 33px);
        }
    }
    .slider-button--prev{
      svg{
            transform: rotate(180deg);
      }
    }
   .quick-add__submit {
      width: 36.9px;
      height: 36.9px;
      line-height: 0.7;
      font-size: unset;
      min-height: 36.9px;
    }
  }
}

/* featured collection design code ends here */


/* Featured marquee design code starts here */
 @keyframes loop_anim {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-99%, 0, 0);
  }
}
.featured-heading-outer{
  overflow: hidden;
  padding:0;
   .featuredheading.drama-heading {
      .top__stripe.stripe__bar {
          top: 0 !important;
          transform: rotate(0deg) translate(0px) !important;
          position: static;
          background-color: #8E413E;
          width: 103%;
          display: flex;
          overflow: hidden;
      }
     p {
        font-style: italic;
        font-weight: 400;
        font-size: 36px;
        text-align: center;
        line-height: 0.7;
        letter-spacing: 1px;
        color: #FEFDFD;
        font-family:var(--secondary-font-family);
        padding: 12px 32px;
        margin: 0;
        white-space: nowrap;
        padding-left: 10px;
        animation: loop_anim 2s linear infinite;
      }
   }
}
.template-page-category-women-bags .featuredheading.drama-heading .stripe__bar p {
    animation: loop_anim 5s linear infinite;
}
/* Featured marquee design code ends here */

/* As featured in design code starts here*/

.featured-brand {
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
    background-color: #FAF5EF;
    .home__featured-in{
        max-width: 90%;
        width: 100%;
        margin: auto;
        padding:0 ;
        .slick-track{
          display: flex;
          align-items: center;
          img{
            margin:auto;
            max-width:80%;
            width:auto;
          }
        }
        .featured-brand-slider:not(.slick-initialized){
          display:flex;
        }
        .item-inner:not(.slick-slide) {
            display: inline-block;
            margin:0 40px;
        }

        .item-inner:not(.slick-slide) img {
            max-width: 220px;
            min-width:100px;
        } 
    }
}

/* As featured in design code ends here*/

/* featured home slider code starts here */

.featured-home-slider-outer{
    max-width: 90%;
    width: 100%;
    margin: auto;
    position:relative;
    .featured-home-slider-box{
        margin-left: 13px;
        img {
            width: 100%;
        }
    }
    .slick-counter {
      padding-left: 15px;
      padding-top: 2px;
    }
}
.featured-text-ab{
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 89px;
  letter-spacing: -2.1383px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: -8px;
  right: 10%;
  margin: 0;
  line-height: 1;
}

/* featured home slider code starts here */



.Idukki-App{
  .new-pieces-wrap{
    margin-bottom:15px;
    h4{
      font-style: normal;
      font-weight: 300;
      font-size: 36px;
      text-align: center;
      color: #2D2D34;
      font-family: var(--primary-font-family);
      margin: 0 0 5px;
      line-height: 1.1;
      letter-spacing: 0.5px;
      text-transform: lowercase;
    }
    p{
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      color: #AB8B6A;
      font-family: var(--theme-default-theme);
      line-height: .55;
    }
  }
}
 .inner__circle--grid .main-carousel.carousel-custom-style {
    max-width: 100%;
    padding: 0 0 30px 0;
  }  
    .slider-banner-slider-custom {
      .slick-dots {
        bottom: 10px;
        li {
            width: 18px;
            height: 2px;
          &.slick-active{
              button {
                  opacity: 1;
              }
          }
          button {
              padding: 0;
              width: 100%;
              height: 100%;
              border-radius: 2px;
              background-color: #fff;
              opacity: 0.5;
              &:before {
                  display: none;
              }
          }
        }
      }
    }

    .slick-wrapper-lookbook-main{
      position:relative;
      overflow:hidden;
      &.is-loaded{
        .slider-loader {
          display: none;
        }
        .slider-banner-slider-custom {
          visibility: visible;
          height: 100%;
          overflow: visible;
        }
      }
      .slider-loader {
        display: block;
      }
      .slider-banner-slider-custom {
        visibility: hidden;
        height: 0;
        overflow: hidden;
        transition: visibility 0s, height 0.3s ease;
        margin-bottom:0!important;
      }
    }

  .featured-home-slider-outer .slick-counter {
        display: none;
    }
    .latest-block {
          max-width:480px;
          margin:0 auto;
      picture{
        text-align: center;
        display:block;
      }
        img{
          width:auto!important;
          display:block!important;
        }
    }

.slider-for-lookbooks.slider-banner-slider-custom {
    max-width: 480px;
    margin: 0 auto;
}
.lookbook-list-c .lookbook-main-image-outer .lookbook-main-image img{
    max-height:100%;
 } 
.lookbook-list-c .slider-banner-slider-custom .slick-arrow{
    display:none;
 }
 .slider-loader .latest-block img{
    width: 100% !important;
  }

.template-index{
    background:#fff;
    .featured-collection-wrap .editor-pick.collection{
        background: #fff;
    }
}
.slider-custom-setting button.slider-button {
    position: absolute;
    z-index: 3;
    background-color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top:calc(50% - 40px);
}

.slider-custom-setting button.slider-button.slider-button--prev {
    left: 0;
}

.slider-custom-setting button.slider-button.slider-button--next {
    right: 0;
}

.slider-custom-setting button.slider-button svg {
    width: 26px;
    height: 26px;
}
.slider-custom-setting button.slider-button.slider-button--prev svg {
    transform: rotate(0deg);
}
.slider-custom-setting.collection .slider--tablet.product-grid {
    scroll-padding-left: 0!important;
}
.customStyleAddedHeree.circle__container .inner__circle--grid {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.customStyleAddedHeree.circle__container {
    padding-bottom: 30px;
}

.customStyleAddedHeree.circle__container .inner__circle--grid .main-carousel.trackScrolling {
    gap: 15px;
}
.template-page-wicked-brothers{
  .tab-contain-wraper-sec{
    margin-top: 65px;
    .custom-tabs-wrapper{
      .tabs-nav-cstm-wrap{
        display:none;
      }
    }
  }
  .lookbook_slider{
    padding-bottom:65px;
  }
}
/* all media query starts here */
@media screen and (min-width: 749px) and (max-width: 990px){
  .editor-pick slider-component.page-width{
    padding:0;
  }
}

@media(max-width:1199px){ 
  .featured-collection-wrap {
    h2.title{
      font-size:40px;
    }
    .collection__description{
      p{
        font-size:26px;
      }
    }
    /* slider-component .slider-button{
      display:none
    } */
    .slider-component-desktop .slider--desktop {
      gap: 15px;
      &.grid--5-col-desktop .grid__item {
          width: 100%;
          max-width: 40%;
      }
    }
  }
  .Idukki-App .new-pieces-wrap h4{
      font-size:32px;
  }
  .Idukki-App .new-pieces-wrap p{
     font-size:15px;
  }
}

@media(min-width:768px){
  .lookbook_slider.homebook-slider1.card-center-slider .home_lookbook-carousel {
      justify-content: center;
  }
   /* .featured-home-slider-outer .slick-counter {
        display: none;
    }
    .latest-block {
      picture{
        text-align: center;
        display:block;
      }
        img{
          width:auto!important;
          display:inline-block!important;
          max-width:480px;
        }
    } */
}

@media(max-width:767px){
  .inner__circle--grid .main-carousel.carousel-custom-style {
    max-width: 100%;
    padding: 0 0 30px 0;
  }
   .featured-text-ab{
    display:none;
  }
  .featured-home-slider-outer .featured-home-slider-box {
    margin-left: 0;
  }
  .template-page-category-stockings .featured-home-slider-outer{
    max-width:100%;
  }
  .template-index{
    .slider-for-lookbooks .lookbook-list-c:nth-child(1) .lookbook-main-image-outer .lookbook-main-image img,
    .slider-banner-slider-custom .lookbook-list-c .lookbook-main-image-outer .lookbook-main-image img{
      width: 100%;
      max-height: 100%;
      max-width: 100%;
    }
    /* .slider-banner-slider-custom {
      .slick-dots {
        bottom: 15px;
        li {
            width: 18px;
            height: 2px;
          &.slick-active{
              button {
                  opacity: 1;
              }
          }
          button {
              padding: 0;
              width: 100%;
              height: 100%;
              border-radius: 2px;
              background-color: #fff;
              opacity: 0.5;
              &:before {
                  display: none;
              }
          }
        }
      }
    }

    .slick-wrapper-lookbook-main{
      position:relative;
      &.is-loaded{
        .slider-loader {
          display: none;
        }
        .slider-banner-slider-custom {
          visibility: visible;
          height: 100%;
          overflow: visible;
        }
      }
      .slider-loader {
        display: block;
      }
      .slider-banner-slider-custom {
        visibility: hidden;
        height: 0;
        overflow: hidden;
        transition: visibility 0s, height 0.3s ease;
        margin-bottom:0!important;
      }
    } */
  }
  .featured-heading-outer{
    padding:0;
  }
  .circle__container{
    margin-bottom:0;
    .inner__circle--grid .main-carousel {
      max-width: 95%;
      padding: 0 22px;
    }
    .carousel-cell {
      a{
        div{
          width:90px;
          height:90px;
        }
         span{
              font-size: 14px;
              /* margin-top: 7px; */
         }
      }
    }
    .homepage__categry_circle.active_cat{
      &::before,&::after{
        width: calc( 100% + 8px );
        height: calc( 100% + 8px );
      }
      &::after{
        width: calc( 100% + 13px );
        height: calc( 100% + 13px );
      }
    }
     .stripe-wrapper.show_stripe {
      display:block;
    }
  } 
  .custom-image-video-wrap {
    
    .home_lookbook-carousel {
      .customCardStyleTiles{
        flex:0 0 auto;
        min-width:220px;
        a{
            height:360px;
        }
      }
      .carousel-cell{
        flex:0 0 220px;
        a{
            height:360px;
        }
      } 
    }
  }
  .lookbook_slider{
    .main-top-wrap{
      h2{
        font-size:40px;
      }
      p{
        font-size: 26px;
      }
    }
    .lookbook-view-all-btn{
      margin-bottom:15px;
      margin-top:20px;
    }
  }
  .lookbook_slider .home_lookbook-carousel{
    .customCardStyleTiles{
      flex:0 0 auto;
      min-width:220px;
    }
    .carousel-cell{
      flex:0 0 220px;
    }
     .slider-inner>a{
       height:360px;
     }
  } 
  .lookbook-main-image-outer .lookbook-main-image {
    padding: 0px 0 0px;
    img{
      width:auto;
      max-width: 350px;
    }
  }
  .slider-for-lookbooks .lookbook-list-c:nth-child(2) .lookbook-main-image-outer .lookbook-main-image{
        min-height: 100%;
  }
  .full-width-wrap-j{
     .lookbook-main-image-outer .lookbook-main-image {
      img{
        width:100%;
        max-width: 100%;
        max-height: 100%;
      }
    }
  }
  .Idukki-App .new-pieces-wrap {
    margin-bottom: 0;
  }
  .featured-collection-wrap .collection__description p span{
    text-transform:initial;
  }
  .template-product .circle__container .inner__circle--grid{
    margin-top:26px;
    margin-bottom:0;
  }
  .slider-for-lookbooks.slider-banner-slider-custom {
      max-width: 100%;
      margin: 0 auto;
  }
  .lookbook-list-c .lookbook-main-image-outer .lookbook-main-image img{
      max-width:100%;
  }
  .slider-loader .latest-block img{
    max-width:100%;
    width: 100% !important;
  }
  .slider-banner-slider-custom {
    .slick-dots {
      bottom: 8px;
    }
  }
  .latest-block{
    max-width:100%;
  }
  .lookbook_slider .home_lookbook-carousel .p_detail .p_name{
    font-size: 14px;
  }
  .lookbook_slider {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .price__container {
      font-size: 14px;
  }
  .featured-heading-outer{
    .featuredheading.drama-heading p{
      font-size:14px;
      line-height:1;
      padding:10px;
    }
  }
  .featured-brand {
      padding: 25px 0;
  }
  .featured-brand .home__featured-in .slick-track img {
    max-height: 37px;
    object-fit: cover;
  }
  .featured-collection-wrap .slider-component-desktop .quick-add__submit{
    width:35px;
    height:35px;
    min-height:35px;
  }
  idk-div.image-swiper-button-next.zid-w-\[40px\],
  idk-div.image-swiper-button-prev.zid-w-\[40px\]  {
      width: 30px;
      height: 30px;
  }
  idk-div.image-swiper-button-next.zid-w-\[40px\] svg,
  idk-div.image-swiper-button-prev.zid-w-\[40px\] svg{
      width: 20px;
      height: 20px;
  }
  .zid-w-full .zid-right-\[-15px\]{
    right:-10px;
  }
  .zid-w-full .zid-left-\[-15px\]{
    left:-10px;
  }
  .section-app-custom .mob-full-width-page.page-width{
    max-width:100%;
  }
  .container-custom {
    max-width: 100%;
    padding: 0 15px;
  }
}


@media(max-width:567px){
  .circle__container{
    .inner__circle--grid .main-carousel:not(.slick-initialized).trackScrolling{
      gap:0;
    }
    .carousel-cell {
      &:not(.slick-slide){
        min-width:88px;
        &.colScrollingStyle{
          min-width:105px;
        }
      }
      a{
        div{
          width:70px;
          height:70px;
          min-height:70px;
          min-width:70px;
        }
        /* span{
          font-size:2.7333vw;
          line-height:1.25;
          letter-spacing:0.074px;
        } */
      }
    }
    .custom-image-video-wrap {
      .home_lookbook-carousel{
        .customCardStyleTiles{
          a{
              height:82.135vw;
          }
        }
        .carousel-cell{
          a{
              height:82.135vw;
          }
        }
      }
      .inner__circle--grid {
          margin: 30 0;
      }
    }
  .lookbook_slider .home_lookbook-carousel{
     .slider-inner>a{
       height:260px;
       width:100%;
     }
  } 
  .lookbook-main-image-outer{
    a.cat-link{
      font-size:2.534vw;
      line-height:2.134vw;
       svg {
        margin: 2.54px auto 0;
        width: auto;
        height: auto;
      }
    }
  } 
  .featured-collection-wrap {
    .slider-component-desktop{
      .slider--desktop.grid--5-col-desktop .grid__item {
          width: calc(100% - 40.5vw);
          max-width: calc(48vw - 14px);
      }
      .slider--desktop {
        gap: 3.73vw;
      }
    }
    h2.title{
      font-size:9.6vw;
      line-height:1;
      margin-bottom: 0 !important;
    }
    .page-width {
      max-width: 100%;
      .grid{
        column-gap:19px;
        .grid__item {
            width: calc(50% - 19px / 2);
        }
      }
    }
    .title-wrapper{
      margin-bottom:24px;
    }
    .collection__description{
      p{
        font-size:14px;
        line-height:1;
        margin-top:0;
      }
    }
  }
  .Idukki-App .new-pieces-wrap h4{
      font-size:28px;
      line-height:1;
  }
  .Idukki-App .new-pieces-wrap p{
      font-size:12px;
        line-height:1;
        margin-top:0;
  }
  body .card__heading a{
      font-size:13px;
    }
  body  .card-information>.price,.price--on-sale .price-item--regular{
      font-size:3vw;
    }
  
   .lookbook_slider{
    .main-top-wrap{
      h2{
        font-size: 9.6vw;
        line-height: 1;
        margin-bottom: 0 !important;
      }
      p{
        font-size: 5.86vw;
        line-height: 7.47vw;
        margin-top: -2.2vw;
      }
    }
  }
  body .collection__view-all {
    padding:0 15px;
    a.button{
      width:100%;
      margin-top: 20px;
    }
  }
  .container-custom {
    max-width: 100%;
    padding: 0 15px;
  }
  .lookbook_slider .home_lookbook-carousel .p_detail .p_name,
  .circle__container .carousel-cell a span{
    font-size: 12px;
  }
  .slider-custom-setting button.slider-button{
    width:30px;
    height:30px;
  }
  .slider-custom-setting button.slider-button svg{
    width:20px;
    height:20px;
  }
  .slider-custom-setting button.slider-button.slider-button--prev{
    left:5px;
  }
  .slider-custom-setting button.slider-button.slider-button--next{
    right:5px;
  }
}
/* all media query ends here */