/** Shopify CDN: Minification failed

Line 1516:2 Unexpected "@keyframes"

**/
body{
  -webkit-font-smoothing: antialiased;
}
.desktop-hide{
  display:none !important;
}
.card-wrapper{
  .card__inner{
    .card__content{
      position:unset !important;
    }
  }
  .card__media{
    &.out-of-stock{
      opacity:0.5;
    }
  }
  .card__badge{
    .sold-out{
      position: absolute;
      bottom: 10px;
      right: 10px;
      padding: 6px 10px;
      background: #d1b771;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.25;
      border-radius: 0;
      font-family: var(--theme-default-theme);
      text-transform: uppercase;
    }
  }
  .compare-badge{
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .card-information{
    width:100%;
    .price--on-sale .price__regular{
      display:none !important;
    }
    .price__container{
      width:100%;
      .price__regular{
        display:inline-block;
        margin-left:5px;
      }
        /* display: flex;
        gap: 5px; */
    }
  }
}

.announcement-bar-section{
  z-index:1 !important;
  .gradient{
    background:#000;
    .announcement-bar{
      color:#fff;
      .announcement-bar__message{
        color:#fff;
        padding: 12px 0;
        font-size:13px;
        font-weight:500;
        letter-spacing:normal;
        font-family:var(--theme-default-theme);
      }
      button.slider-button {
          width: 20px;
          height: 20px;
          background-color: transparent;
          min-width: 20px;
        &:focus-visible{
          box-shadow:none!important;
          outline-offset: 0!important;
        }
          svg {
              width: 12px;
              height: 12px;
              color:#fff;
          }
      }
    }
  }
}


.template-page-category-women-bags{
  .video-section{
    max-width:392px;
  }
}

#vstar-noreviews,#noreviews-wrapper{
  display:none !important;
}
#AjaxinatePagination .loading-text {
    color: #ccc;
    text-align: center;
    display: block;
    margin: 10px 0;
}

/* login popup design code starts here */

.overlay-login-popup{
    background: rgba(0, 0, 0, 40%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display:none;
    z-index: -1;
     &.active{
      display:block;
    }
}
.login-popup{
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  background: #F3ECE9;
  padding:14px 18px 20px;
  border-radius:12px;
  max-width:325px;
  width:100%;
  transform:translate(-50%,-50%);
  &.active{
    display:block;
  }
  .header-top{
    text-align: center;
    position:relative;
    img{
      margin-top:14px;
      width:auto;
    }
    .close-btn{
          position: absolute;
          right: 0;
          top: 0;
          cursor:pointer;
          display:inline-flex;
    }
  }
  .key-point-slider{
    background: linear-gradient(90deg, #E2D8D3 0%, #CDBEBE 100%);
    border-radius: 14px;
    padding: 4px 21px 4px;
    margin: 34px 0 25px;
    .item-slider {
      display:flex;
      align-items:center;
      gap: 36px;
      width:100%;
      p{
        font-size:16px;
        line-height:19px;
        color:#000;
        letter-spacing:1px;
        font-weight: 400;
        margin:0;
      }
      .icon-wrap{
        background:#fff;
        width:32px;
        height:32px;
        padding:4px 3px;
        border-radius:50%;
      }
    }
    .slick-dots{
      margin: 0 1.4px;
      bottom: -8px;
      left:0;
      li{
        width: 7px;
        height: 7px;
        button{
          padding: 0;
          width: 7px;
          height: 7px;
          border: 1px solid #000;
          border-radius: 50%;
          &:before{
                padding: 0;
                width: 7px;
                height: 7px;
                font-size: 7px;
                line-height: 9px;
                opacity:1;
                color:transparent;
          }
        }
        &.slick-active button:before {
            opacity: 1;
            color: black;
        }
      }
    }
  }
  .login{
    background: #fff;
    border:0;
    margin: 0;
    border-radius:8px;
    padding: 30px 11px 25px;
    text-align: center;
    h5{
      font-size:24px;
      line-height:16px;
      margin:0 0 11px;
      font-weight:600;
      letter-spacing:2px;
      color:#0c0c0c;
      font-family: var(--secondary-font-family);
    }
    p{
      font-size:12px;
      line-height:16px;
      letter-spacing:0.32px;
      color:#9d9d9d;
      margin:0 0 18px;
      font-weight:600;
      font-family: var(--theme-default-theme);
    }
    input{
      border:1px solid #9d9d9d;
      border-radius:9px;
      font-size:16px;
      line-height:1;
      letter-spacing:0.32px;
      font-weight:600;
      padding: 8.3px 10px;
      color: #000;
      margin-bottom: 22px;
      height: auto;
      font-family: var(--theme-default-theme);
      width: 100%;
      &:placeholder{
        color:#9d9d9d;
      }
      &:focus-visible{
        outline: 0;
        box-shadow: none;
        border: 2px solid #000;
      }
    }
    .button{
        font-weight: 400;
        font-family:var(--secondary-font-family);
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        font-style:italic;
        padding: 9px 48px;
        width: fit-content;
        display:block;
        background: #EEEBE9;
        border: 2px solid #E4DEDC;
        border-radius: 8px;
        margin:0 auto;
        height: auto;
        &:before,&:after{
          display: none;
        }
    }
    .validate-otp-btn{
      a{
        margin-top:33px;
        display:block;
        color: #3F3D9D;
        font-size: 12px;
        line-height: 16px;
        font-weight:600;
        font-family: var(--theme-default-theme);
      }
    }
    .links{
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
      a{
          font-size: 12px;
          line-height: 13px;
          color: #C13A38;
          letter-spacing: 0.32px;
          text-transform: uppercase;
          &:first-child{
            &:after{
                  content: '/';
                  color: #000;
            }
          }
      }
    }
    #cb-login-wrapper{
      .field{
        display: block;
        &:before,&:after{
          display: none;
        }
      }
    }
  }
}
body #cfg-toast{
  min-width: 330px;
  max-width: 330px;
  min-height: 48px;
  z-index: 3;
  left: 50%;
  top: 8%;
  transform: translate(-50%, 10px);
  margin: 0;
  span{
    margin: 0 8px;
    font: 600 12px / 1.5 var(--theme-default-theme);
  }
}
/* login popup design code ends here */

/* Quick view css code starts here */

.quick-add-modal{
  .quick-add-modal__toggle{
    background: transparent;
    border: 0;
    padding: 0;
    right: 20px;
    width: 12px;
  }
  .size_guide_texture{
    display:none;
  }
  .quick-add-modal__content{
      right: 0%;
      transform: translate(0%, 0%);
      width: 100%;
      max-width: 380px;
      .quick-add-modal__content-info{
          padding: 20px;
      }
      .quick-add__content{
        .quick-add__product{
          display: flex;
          gap: 20px;
          .quick-add__image{
            width: 100px;
            img{
              height: auto;
            }
          }
          .quick-add__details{
            .quick-add__product-title{
              margin: 0;
              a{
                font-size: 20px;
                font-weight: 400;
                color: #151515;
              }
            }
            .price-tax-wrapper .price{
                font-size:15px;
                font-weight: 400;
                color:rgba(21, 21, 21, 0.7);
            }
          }
        }
        .chip-wrapper{
          display: inline-block;
          vertical-align: middle;
          margin-right: 15px;
          margin-bottom: 15px;
           position: relative;
            .few-left-label {
            background: #1e1d66;
            position: absolute;
            z-index: 1;
            padding: 2px;
            font-family: var(--theme-default-theme);
            text-align: center;
            color: #fff;
            font-size: 9px;
            line-height: 1;
            width: 100%;
            top: 0;
            left: 0;
            }
        }
      }
    .product-form__buttons{
      .addtocart__btn__overlay.selectsize_show{
        display: none;
      }
    }
    .product-form__input--pill{
      text-align: center;
      .form__label{
        text-align: left;
        margin-bottom: 15px;
      }
    }
       .price--on-sale .price__regular{
      display:none !important;
    }
    .price__container{
      width:100%;
      .price__regular{
        display:inline-block;
        margin-left:5px;
      }
      .price__sale{
        width:100%;
      }
      }
      .shopify-payment-button {
        display:none;
      }
      .product-form__buttons{
        .addtocart__btn__overlay{
          display:none;
        }
        .product-form__submit{
          background: #1E1D66 !important;
          padding: 8px 38px;
          font-size: 22px;
          display: block;
          &::before,&::after{
            display:none;
          }
          span[data-add-to-cart-text]{
            display: block;
            font-size: 16px;
            letter-spacing: 0.16px;
            font-style: italic;
            .money{
              display: block;
            }
          }
          &[disabled]{
            background-color: #e4dedc!important;
            color: #000;
            padding: 12px 20px;
            font-size: 18px;
            text-transform:uppercase;
            border: 2px solid #e4dedc;
            border-radius: 8px;
            font-family: var(--secondary-font-family);
            font-style: italic;
            font-weight: 400;
            line-height: 1;
            opacity:1;
            width: 100%;
            [data-add-to-cart-text] {
                display: none;
            }
          }
          .product__inc{
            font-size: 8px;
            font-family: var(--theme-default-theme);
            letter-spacing: 0.15px;
            display: block;
          }
        }
      }
      #ProductInfo-quickadd-product-quick-view{
        #variant-selects-quickadd-product-quick-view{
          .form__label{
            font-family: var(--secondary-font-family);
            font-size: 18px;
          }
          label{
              background: #d9d9d9;
              border-radius: 2px;
              border: 0;
              font-size: 14px;
              font-weight: 500;
              color: rgba(94, 94, 94);
              padding: 17px 17px;
              margin: 0;
          }
          input:checked + label{
            background: #c7e0ee;
          }
        }
      }
    .product-form__quantity .form__label{
      font-family: var(--theme-default-theme);
      font-size: 18px;
      color: #151515;
    }
    .price-per-item__container .quantity{
      border: 1px solid rgba(214, 214, 214);
      &:before,&:after{
        display: none;
      }
    }
  }
  .quick-add__inner {
    .notify_me_btn {
      display: none!important;
    }
  }
}

/* Quick view css code ends here */

/* review section code design starts here */

#vstar-reviews{
  max-width: 1200px;
  font-family: var(--theme-default-theme);
}
/* review section code design ends here */


/* cart drawer design code starts here */

.rebuy-cart__flyout-empty-cart{
   font-family: var(--theme-default-theme);
   font-weight:500;
   h4{
     font-family: var(--theme-default-theme);
      font-weight:500;
   }
}
.drawer__cart-items-wrapper{
  .cart-item__name{
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  .product-option{
    color: var(--grey-color);
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
  }
  dl{
    .product-option{
        font-size: 15px;
       font-weight: 500;
        color: rgba(21, 21, 21);
    }
  }
  .quantity-popover-container{
    .cart-quantity{
      min-height: 33px;
      width: 120px;
      &:before,&:after{
        display: none;
      }
      .quantity__button{
        width: 33px;
        background-color: #f3f3f3;
        &[name="minus"]{
              border-radius: 6px 0 0 6px;
        }
        &[name="plus"]{
          border-radius: 0 6px 6px 0;
        }
        svg{
              opacity: 0.5;
        }
      }
      .quantity__input{
          color: var(--grey-color);
          text-align: center;
          font-size: 16px;
          font-weight: 700;
          opacity: .5;
          line-height: 17px;
          font-family: var(--primary-font-family);
      }
    }
  }
}
.bttn[name="checkout"]{
  display:flex;
  align-items:center;
  justify-content:center;
  height: 48px;
}
div#menu-drawer{
  scrollbar-width: none;
  -ms-overflow-style: none; 
  &::-webkit-scrollbar{
    display: none;
  }
}
/* cart drawer design code ends here */

/** Netcore Back-in-stock Notification **/
.hide-default {
  display: none;
}
.notify-container{
  .notify-inner-wrapper{
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    .overlay-wrap{
      
    }
    .inner-content-wrapper{
      background: #fff;
      border-radius: 8px;
      max-width: 350px;
      width:100%;
      padding: 15px 18px;
      position: relative;
      .close-icon{
        position: absolute;
        top: 11px;
        right: 13px;
        cursor: pointer;
      }
      h5,.notify-success-heading{
         font-family: var(--secondary-font-family);
        font-size: 30px;
        color:#383838;
        font-style: italic;
        margin: 0 0 3px;
      }
      .notify-success-heading{
        margin: 0 0 20px;
      }
      p,.notify-success-message{
        font-size: 14px;
        color: var(--grey-color);
        font-weight: normal;
        margin: 0;
        line-height: 1;
        letter-spacing: normal;
        font-family:var(--theme-default-theme);
        padding-bottom: 9px;
        border-bottom: 1px solid rgba(0,0,0,10%);
      }
      .all_inputs[style="display: block;"] + div.success-wrap {
          display: none;
      }
      .success-wrap{
        padding: 30px 0px 0;
        text-align: center;
      }
      .notify-success-message{
        border: 0;
      }
      .product-name{
        font-family: var(--secondary-font-family);
        font-size: 18px;
        color:var(--grey-color);
        font-style: italic;
        margin: 7px 0 0;
      }
      .all_inputs {
        #variant_dropdown  {
          height: auto;
          font-size: 12px;
          border-radius: 4px;
          color: #000;
          padding: 7px 6px;
          padding: 0;
          line-height: 1;
          width:100%;
        }
      }
      .input-radio-container{
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 16px;
        margin-top: 10px;
        .option-list{
          font-weight: normal;
          font-size: 12px;
          display: flex;
          align-items: center;
          color: var(--grey-color);
          input{
            width: 0;
            height: 0;
            display: none;
          }
          input:checked + label:before{
            background: #8C4336;
          }
          label{
            position: relative;
            gap: 15px;
            line-height: 15px;
            padding-left: 24px;
            color:var(--grey-color);
            font-family:var(--theme-default-theme);
            &:before{
              content: '';
              background: #d9d9d9;
              width: 15px;
              height: 15px;
              position: absolute;
              left: 0;
              top: 0;
              border-radius: 100%;
            }
          }
        }
      }
      .notify_me_btn_submit,.notify-success-cta{
            width: 100%;
            background: #8C4336 !important;
            border-radius: 8px;
            font-family: var(--secondary-font-family);
            height: auto;
            margin: 13px 0 14px;
            width: 100%;
            font-size: 16px;
            height: auto;
            padding: 11px 10px;
            border: 0;
            box-shadow: none;
            font-style: italic;
            color: #fff;
            display: block;
            text-transform: uppercase;
        }
      .notify-phone-container{
            gap: 17px;
        #notify-me-country{
          height: auto;
          font-size: 12px;
          border-radius: 4px;
          color: #000;
          padding: 7px 6px;
          padding: 0;
          line-height: 1;
          width: 95px;
          font-family:var(--theme-default-theme);
          outline:0;
          box-shadow: none !important;
        }
        input{
          height: auto;
          padding: 9px 6px;
          font-size: 12px;
          color: var(--grey-color);
          border-radius: 4px;
          border: 1px solid #dedede;
          width: 100%;
          font-family:var(--theme-default-theme);
          box-shadow: none !important;
          outline: 0;
        }
        input::placeholder{
            color: #3333334D;
        }
      }
      .notify-email-address-container{
         input{
          height: auto;
          padding: 9px 6px;
          font-size: 12px;
          color: var(--grey-color);
          border-radius: 4px;
          border: 1px solid #dedede;
          width: 100%;
          font-family:var(--theme-default-theme);
          box-shadow: none !important;
          outline: 0;
        }
        input::placeholder{
            color: #3333334D;
        }
      }
      .custom-checkbox {
        display: flex;
        align-items: center;
        font-weight: normal;
        font-size: 12px;
        color: var(--grey-color);
        font-family:var(--theme-default-theme);
        input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
      
          &:checked + .checkmark {
              background-color: #8c4336;
              border-color: #783d33;
      
            &::after {
              display: block;
            }
          }
        }
      
        .checkmark {
          position: relative;
          height: 20px;
          width: 20px;
          background-color: #d9d9d9;
          border: 2px solid #d9d9d9;
          display: inline-block;
          border-radius: 4px;
          margin-right: 5px;
      
          &::after {
            content: "";
            position: absolute;
            display: none;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
          }
        }
      }

      .subscription_wrapper {
        display: flex;
      }
      .disclaimer{
        font-size: 12px;
        color: var(--grey-color);
        font-weight: normal;
        margin: 0;
        padding: 0;
        border: 0;
        line-height: 1;
      }
    }
  }
}
.collection-hero__inner > .collection-hero__text-wrapper h1.collection-hero__title span.page-title {
      font-size: 30px;
      letter-spacing: -0.2px;
      line-height: 1.5;
  }
/**  Netcore Back-in-stock Notification **/



/* Skeleton Loader Start Here */
.loader-skelton-style{
    display:none;
    flex-wrap:wrap;
    gap:10px;
  }
  .has-highlight body{
    overflow:hidden;
  }
  .has-highlight .loader-skelton-style{
    display:flex;
  }
 .loader-list-load {
    width:calc(33% - 6px);
    display:block!important;
    margin-bottom:15px;
  }
  .firstLoaderLarge, .innerContentLoader span, .circleImageLoader{
    display:block!important;
    background-color: rgba(0 0 0 / 0.11);
    -webkit-animation: animation-shine 2s ease-in-out 0.5s infinite;
    animation: animation-shine 2s ease-in-out 0.5s infinite;

  }
  .firstLoaderLarge{
    min-height:400px;
  }
  .bottomLoader{
    margin-top:5px;
    display:flex;
    gap:10px;
  }
  .bottomLoader span{
    min-height:15px;
    width:100%;
    margin-top:3px;
  }
  .innerContentLoader{
    width:calc(100% - 70px)
  }
  .circleImageLoader{
    width:60px;
    height:60px;
    border-radius:50%;
    overflow:hidden
  }
@keyframes animation-shine {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0.4;
  }
  100% {
      opacity: 1;
  }
}
@-webkit-keyframes animation-shine {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0.4;
  }
  100% {
      opacity: 1;
  }
}
/* Skeleton Loader End Here */
.text-center {
    text-align: center;
}
.banner-video-cstm{
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block;
}
.desktopViewBanner .slider-for-lookbooks.slider-banner-slider-custom,
.desktopViewBanner .latest-block {
    max-width: 100%;
}

.desktopViewBanner .lookbook-main-image-outer .lookbook-main-image {
    padding-top: 0;
}
.desktopViewBanner  .slider-banner-slider-custom .slick-next {
    right: 20px;
}
.desktopViewBanner  .slider-banner-slider-custom .slick-prev {
    left: 20px;
    z-index:99;
}

.custom-dott-slide.slick-dotted ul.slick-dots {
    max-width: 240px;
    left: 50%;
    transform: translateX(-50%);
    display:flex;
    min-height:22px;
}

.custom-dott-slide.slick-dotted .slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin:0;
}

.custom-dott-slide.slick-dotted .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 2px;
}
.custom-dott-slide.slick-slider{
  padding-bottom:20px;
}
.custom-dott-slide.slick-dotted .slick-dots li button:before {
    font-family: 'Inter';
    content: '';
    width: 100%;
    height: 2px;
    background-color: #CCC6C0;
    opacity: 0.6!important;
    border-radius: 10px;
}
.custom-dott-slide.slick-dotted .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background-color: #CCC6C0;
    height: 4px;
    border-radius: 6px;
    top: -2px;
}
.custom-dott-slide.slick-dotted .slick-dots li[style="width: 100%; flex: 0 0 100%;"] {
    display: none;
}
.main-title-section h2 {
    font-size: 28px;
    color: #2D2D34;
    margin-bottom:10px;
}
.template-customers-account .main-title-section h2 {
    margin: 0 0 5px !important;
    text-align: left;
    font-size:22px;
}
.template-customers-account .section-title-space {
    margin-bottom: 12px;
}
.trending-section-main .main-title-section h2 {
    margin-bottom:10px;
}
.custom-arrow-slide .slick-prev, .custom-arrow-slide .slick-next {
    top: -33px;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-size: 8px auto!important;
}
.custom-arrow-slide .slick-prev:before, .custom-arrow-slide .slick-next:before {
  display:none;
}
.custom-arrow-slide .slick-prev,
.custom-arrow-slide .slick-prev:hover, 
.custom-arrow-slide .slick-prev:focus{
    background: url('/cdn/shop/files/icon-left-chervon.png?v=1761564087');
} 
.custom-arrow-slide .slick-next,
.custom-arrow-slide .slick-next:hover, 
.custom-arrow-slide .slick-next:focus {
    background: url('/cdn/shop/files/icon-right-chervon.png?v=1761564086');
}
.custom-arrow-slide .slick-next.slick-disabled,
.custom-arrow-slide .slick-prev.slick-disabled{
  opacity:0.5;
}
.custom-arrow-slide .slick-prev{
    right: 55px!important;
    left: auto!important;
}
.custom-arrow-slide .slick-next {
    right: 10px !important;
}
.section-title-space {
    padding-right: 60px;
    margin-bottom: 15px;
}
.margin-space-none{
  margin:0!important;
}
.text-center{
  text-align:center;
}
.button-style-theme {
    padding: 12px 30px;
    background-color: #824127;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    >span {
        display: inline-block;
        padding-left: 6px;
    }
    svg {
        width: 7px;
        height: 11px;
    }path {
        fill: #fff;
    }
}
.main-top-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.btn-style-outline {
    padding: 10px 14px;
    border: 1px solid #2D2D34;
    border-radius: 40px;
    font-size: 12px;
    color: #2D2D34;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    svg {
        width: 7px;
        height: 10px;
    }
}
.p-0{
  padding:0!important;
}
.ps-0{
  padding-left:0!important;
}
.pe-0{
  padding-right:0!important;
}
.pt-0{
  padding-top:0!important;
}
.pb-0{
  padding-bottom:0!important;
}
.px-0{
  padding-left:0!important;
  padding-right:0!important;
}
.py-0{
  padding-top:0!important;
  padding-bottom:0!important;
}
/* Code End changes */
  .loader-skelton-style{
    display:none;
    flex-wrap:wrap;
    gap:10px;
  }
  .has-highlight body{
    overflow:hidden;
  }
  .has-highlight .loader-skelton-style{
    display:flex;
  }
 .loader-list-load {
    width:calc(33% - 6px);
    display:block;
    margin-bottom:15px;
  }
  .four-column .loader-list-load {
    width:calc(25% - 8px);
  }
  .firstLoaderLarge, .innerContentLoader span, .circleImageLoader{
    display:block!important;
    background-color: rgba(0 0 0 / 0.11);
    -webkit-animation: animation-shine 2s ease-in-out 0.5s infinite;
    animation: animation-shine 2s ease-in-out 0.5s infinite;

  }
  .firstLoaderLarge{
    min-height:400px;
  }
  .bottomLoader{
    margin-top:5px;
    display:flex;
    gap:10px;
  }
  .bottomLoader span{
    min-height:15px;
    width:100%;
    margin-top:3px;
  }
  .innerContentLoader{
    width:calc(100% - 70px)
  }
  .circleImageLoader{
    width:60px;
    height:60px;
    border-radius:50%;
    overflow:hidden
  }
@keyframes animation-shine {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0.4;
  }
  100% {
      opacity: 1;
  }
}
@-webkit-keyframes animation-shine {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0.4;
  }
  100% {
      opacity: 1;
  }
}
#similar-modal-main {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: flex-end;
    z-index: 9999;
}
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-options {
      display: none;
  }
  .rebuy-section-cstm  .rebuy-widget .rebuy-product-block .rebuy-product-media img, .rebuy-section-cstm  .rebuy-recommended-products .rebuy-product-block .rebuy-product-media img {
      width: 100%;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block, .rebuy-section-cstm .rebuy-recommended-products .rebuy-product-block {
      padding: 10px;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-media a.rebuy-product-image, .rebuy-section-cstm .rebuy-recommended-products .rebuy-product-block .rebuy-product-media a.rebuy-product-image {
      border-radius: 10px;
      overflow: hidden;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-media img, .rebuy-section-cstm  .rebuy-recommended-products .rebuy-product-block .rebuy-product-media img {
      width: 100%;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-block, .rebuy-section-cstm .rebuy-recommended-products .rebuy-product-block {
      padding: 10px;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-media a.rebuy-product-image, .rebuy-section-cstm  .rebuy-recommended-products .rebuy-product-block .rebuy-product-media a.rebuy-product-image {
      border-radius: 10px;
      overflow: hidden;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-title, .rebuy-section-cstm .rebuy-widget .rebuy-product-title-link, .rebuy-modal__product-title {
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      letter-spacing: normal;
      text-transform: uppercase;
      color: #333;
      line-height: 1.1;
      text-align: left;
      margin-top: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
  }
  .template-customers-account .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-media a.rebuy-product-image, 
  .template-customers-account  .rebuy-section-cstm .rebuy-recommended-products .rebuy-product-block .rebuy-product-media a.rebuy-product-image {
      border-radius: 0;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info, .rebuy-section-cstm  .rebuy-recommended-products .rebuy-product-block .rebuy-product-info {
      text-align: left;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price > div {
      display: flex;
      gap: 10px;
      flex-wrap:wrap;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price > div span.rebuy-money.sale {
      order: 2;
  }
  .rebuy-section-cstm .rebuy-widget, .rebuy-section-cstm .rebuy-recommended-products {
      padding-top: 0;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title{
    margin:0;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow, .rebuy-section-cstm  .rebuy-widget .flickity-button {
      position: absolute;
      top: -30px;
      background-color: transparent;
  }
  .template-customers-account .rebuy-section-cstm .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow, .template-customers-account .rebuy-section-cstm .rebuy-widget .flickity-button {
      min-width: auto !important;
      min-height: auto !important;
      margin:0;
  }
  .template-customers-account .rebuy-section-cstm .rebuy-widget .rebuy-carousel__pagination .rebuy-carousel__page {
      min-width: auto;
      min-height: auto;
  }
  .template-customers-account .primary-title{
    display:none;
  }
  .rebuy-section-cstm  .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow svg{
      width:16px;
      height:16px;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-grid.large-carousel, .rebuy-recommended-products .rebuy-product-grid.large-carousel {
      padding: 0 0 40px;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow.rebuy-carousel__arrow--prev {
      left: auto;
      right: 40px;

  }
  .rebuy-section-cstm .rebuy-widget ul.rebuy-carousel__pagination li button:after{
    display:none;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-grid .rebuy-product-block{
    display: flex;
    flex-flow: wrap;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block  .rebuy-product-info {
      width: calc(100% - 80px);
      float: none;
      padding-right:10px;
  }
  .template-customers-account .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions button.rebuy-button{
    margin:0;
  }
  .template-customers-account .customer .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions button.rebuy-button:after{
    display:none;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions {
      width: 41px;
      height: 41px;
      flex: 0 0 41px;
      order: 3;
      float: none;
      margin-top: 15px;
  }
  
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions button.rebuy-button {
      font-size: 0;
      width: 100%;
      display: inline-block;
      min-width: 41px;
      height: 41px;
      border-radius: 50%;
      background-color: transparent;
      border-color: transparent;
      background-image: url('/cdn/shop/files/modal-opener-cart.png?v=1763459321');
      background-size: 41px auto;
      background-position: center;
      background-repeat: no-repeat;
      padding:0!important;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-media, .rebuy-section-cstm .rebuy-recommended-products .rebuy-product-block .rebuy-product-media {
      flex: 0 0 100%;
      margin-bottom:5px;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-media > a {
      display: flex;
  }
  .powered-by-rebuy {
      display: none!important;
  }
  .rebuy-section-cstm .rebuy-widget ul.rebuy-carousel__pagination {
      max-width: 240px;
      left: 50%;
      transform: translateX(-50%);
      display:flex;
      min-height:22px;
      flex-wrap:nowrap;
  }
  .customer .rebuy-section-cstm .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow::after,
  .customer .rebuy-section-cstm .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow::before {
      display: none;
  }
  .rebuy-section-cstm .rebuy-widget ul.rebuy-carousel__pagination li {
      padding: 0;
      width: auto;
      height: auto;
      margin:0;
  }

  .rebuy-section-cstm .rebuy-widget .rebuy-carousel__pagination .rebuy-carousel__page {
      padding: 0;
      width: 100%;
      height: 2px;
  }
  .custom-dott-slide.slick-slider{
    padding-bottom:20px;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-carousel__pagination .rebuy-carousel__page, .rebuy-section-cstm .rebuy-widget .flickity-page-dots .dot{
    background: transparent;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-carousel__pagination .rebuy-carousel__page:before {
      font-family: 'Inter';
      content: '';
      width: 100%;
      height: 2px;
      background-color: #b8b8b8;
      opacity: 1 !important;
      border-radius: 10px;
      display:flex;
  }
  .rebuy-section-cstm .rebuy-widget ul.rebuy-carousel__pagination li button.is-active:before {
      opacity: 1 !important;
      background-color: #CCC6C0;
      height: 4px;
      border-radius: 6px;
      top: -2px;
  }
  .rebuy-section-cstm .rebuy-widget ul.rebuy-carousel__pagination li[style="width: 100%; flex: 0 0 100%;"] {
      display: none;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price, 
  .rebuy-section-cstm .rebuy-recommended-products .rebuy-product-block .rebuy-product-info .rebuy-product-price{
    margin:0;
  }
  .rebuy-section-cstm .rebuy-widget .primary-title{
    display:none;
  }
  /* changes */
  .template-product .grid__item.product__media-wrapper{
    z-index:2;
  }
  .similar-rebuy-content .rebuy-widget .splide__list{
    width:100%;
  }
  .similar-rebuy-content {
    padding: 0 10px 0 10px;
  }
  .inner-modal-similar {
      background-color: #fff;
      padding: 30px 0 20px;
      border-radius: 40px 40px 0 0;
      width: calc(100vw - 10px);
      min-height: 300px;
      overflow:hidden;
  }
  .similar-modal-content .main-title-section h2{
    margin:0;
    padding:10px 60px 10px 10px;
  }
  button.close-similar-modal {
      background-color: transparent;
      border: 0;
      margin-left: auto;
      display: flex;
      margin: 10px 20px 25px auto;
  }
  button.close-similar-modal svg {
    cursor:pointer;
  }
  button.close-similar-modal svg path {
      fill: #fff;
  }

  .similar-modal-content {
      padding: 5px;
  }
  .template-product.similar-view-modal-body .grid__item.product__media-wrapper {
      z-index: 9;
  }
  .recently-viewd-products {
      padding: 20px 0 40px;
  }
  .rebuy-section-cstm  .splide__track {
      max-height: calc(100vh - 240px);
      overflow-y: auto!important;
      margin:0 -8px;
  }
  .featured-heading-outer  .featuredheading.drama-heading.marque-updated-style .top__stripe.stripe__bar {
    background-color: #f7f4ef;
    color: #000;
    border-top: 1px solid #2D2D3466;
    border-bottom: 1px solid #2D2D3466;
    font-weight: 600;
  }

  .featuredheading.drama-heading.marque-updated-style .top__stripe.stripe__bar p {
      color: #2D2D34;
      font-size: 10px;
      font-style: normal;
      padding: 10px;
      line-height: 1.5;
      font-family: var(--theme-default-theme);
      position:relative;
  }
  .featuredheading.drama-heading.marque-updated-style .top__stripe.stripe__bar p:before {
      background-color: #2D2D34;
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      right: -2px;
      top: calc(50% - 1px);
      transform: translateY(-50%);
      opacity: 0.4;
  }
    .loaderCardProduct{
    display:none;
  }
  .loaderDeleteAdd .deleteBtnCartPrdct{
    display:none;
  }
  .deleteBtnCartPrdct{
    display:inline-block;
  }
  .loaderDeleteAdd > .loaderCardProduct {
    width: 15px;
    height: 15px;
    border: 2px solid #121212;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
  }
  .loaderCardProduct

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  /* Christmas Gift Page CSS Start Here */

  .template-page-christmas .breadcrumbs-outer {
      display: none;
  }
  .category-row-cards-innr {
      display: flex;
      flex-wrap: wrap;
      gap:10px;
  }

  .category-half-col-list {
      width: calc(50% - 5px);
  }

  .list-cards-category-innr img {
      max-width: 100%;
      display: flex;
      border-radius:6px;
  }

  .category-full-col-list {
      width: 100%;
  }

  .list-cards-category-innr h4 {
      margin: 0;
      position: absolute;
      bottom: 8px;
      left: 0;
      padding: 5px;
      right: 0;
      text-align: center;
      color: #fff;
      font-size: 20px;
      line-height: 1.4;
      letter-spacing: 0.5px;
      font-family: var(--primary-font-family);
      font-weight:500;
      text-transform:uppercase;
  }

  .list-cards-category-innr {
      position: relative;
  }
  /* Christmas Gift Page CSS End Here */

/* media query starts here */
@media(min-width:768px){
  .announcement-bar-section{
    display: none;
  }
  .banner-style-for-size.banner--content-align-center.banner--medium:not(.banner--adapt) {
      min-height: 60vh
  }
  .banner-style-for-size .banner__media{
    z-index:9999;
  }
}
@media screen and (max-width:1199px){
  .four-column .loader-list-load {
    width:calc(33.3% - 8px);
  }
  .four-column .loader-list-load:last-child {
    display: none;
  }
}
@media screen and (max-width:991px){
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions button.rebuy-button {
      min-width: 42px;
      height: 42px;
      background-size: 42px auto;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info {
      width: calc(100% - 50px);
      float: none;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
}
@media (max-width:989px){
    .loader-list-load {
      width: calc(50% - 6px);
    }
    .firstLoaderLarge{
      min-height:300px;
    }
    .bottomLoader{
      margin-top:10px;
    }
}
@media(max-width:767px){
  body{
    #vstar-reviews #reviews-head .tt-head-content{
        flex-direction: row;
      justify-content: space-between !important;
    }
    #vstar-reviews #reviews-head .tt-head-left,#vstar-reviews #reviews-head .tt-head-right {
        width: auto;
    }
  }
   .template-page{
    background:#f8f7f4;
   }
  .desktop-hide{
    display:block !important;
  }
  .mobile-hide{
    display:none !important;
  }
  .card-wrapper .card__badge .sold-out {
    bottom: 4px;
    right: 4px;
    padding: 5px 5px 4px;
    font-size: 6.5px;
  }
  .card__content .card__badge .compare-badge {
    font-size: 8px;
    padding: 5px 5px 4px;
    border-radius: 2px;
  }
  .quick-add-modal .quick-add-modal__content{
    transform: translate(0, 0px);
    bottom: auto;
    left: 0;
  }
  .quick-add-modal .quick-add-modal__content .price-per-item__container .quantity{
    border: 0;
    width: 108px;
    min-height: auto;
    .quantity__button{
      margin: 0;
      background: #f3f3f3;
      width: 36px;
      height: 36px;
      &[name=minus] {
        border-radius: 6px 0 0 6px;
      }
      &[name=plus] {
        border-radius: 0 6px 6px 0;
      }
    }
    input{
        height: unset;
        text-align: center;
        border: 0;
        border-radius: 0;
        width: 36px;
        padding: 6px 0;
        font-size: 16px;
        color: var(--grey-color);
        opacity: .5;
        line-height: 1;
        font-weight: 400;
        background: #fff;
    }
  }
  .quick-add-modal .quick-add-modal__content .product-form__buttons .product-form__submit .product__inc {
    font-size: 12px;
    text-transform: uppercase;
  }
  body .card__badge .badge.new__badge_grid{
    padding: 4px 3px;
    font-size: 8px;
  }
  .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;
    }
  }
  .firstLoaderLarge{
    min-height:220px;
  }
  .bottomLoader{
    margin-top:10px;
  }
  .innerContentLoader{
    width:calc(100% - 50px)
  }
  .circleImageLoader{
    width:40px;
    height:40px;
    border-radius:50%;
    overflow:hidden
  }
  .bottomLoader span{
    min-height:10px;
    margin-top:2px;
  }
  .four-column .loader-list-load {
    width:calc(50% - 8px);
  }
  .four-column .loader-list-load:nth-last-child(-n+2) {
    display: none;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions button.rebuy-button {
      min-width: 32px;
      height: 32px;
      background-size: 32px auto;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-actions {
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
  }
}
@media screen and (max-width:567px){
  .rebuy-section-cstm .rebuy-widget .rebuy-product-title, 
  .rebuy-section-cstm .rebuy-widget .rebuy-product-title-link, 
  .rebuy-modal__product-title {
    font-size: 12px;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price > div span.rebuy-money.sale {
      font-size: 12.75px;
  }
  .rebuy-section-cstm .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price > div span.rebuy-money.compare-at {
      font-size: 13px;
  }
  .rebuy-widget .rebuy-product-grid.medium-columns-2 .rebuy-product-block, .rebuy-recommended-products .rebuy-product-grid.medium-columns-2 .rebuy-product-block {
      width: 50%!important;
  }
  body .cardStyleCustomTemp .card__heading a {
      font-size: 12px;
  }
  .cardStyleCustomTemp .price--on-sale .price-item--regular{
    font-size:12px;
  }
  .cardStyleCustomTemp .card-information>.price .price-item--sale{
    font-size:13px;
  }
}
@media (max-width: 480px) {
    .rebuy-section-cstm .rebuy-widget .rebuy-product-grid.small-columns-1 .rebuy-product-block, 
    .rebuy-section-cstm .rebuy-recommended-products .rebuy-product-grid.small-columns-1 .rebuy-product-block {
        padding-right: 10px;
        padding-left: 10px;
    }
}
/* media query ends here */

