/** Shopify CDN: Minification failed

Line 1436:0 Comments in CSS use "/* ... */" instead of "//"
Line 1746:3 Expected "}" to go with "{"

**/

  .swiper-horizontal {
    touch-action: pan-y;
}
.home_collection_slider_inner .swiper-button-next {
    right: 15px;

}
  .home_collection_slider_inner .swiper-button-next.swiper-button-disabled, .home_collection_slider_inner .swiper-button-prev.swiper-button-disabled {
    opacity: .55;
}
  .home_collection_slider_inner .swiper-button-prev {
    left: 15px;
    
}
  .home_collection_slider_inner .swiper-button-next, .home_collection_slider_inner .swiper-button-prev {
    color: #fff;
    background: #b7b7b7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
  .home_collection_slider_inner .swiper-button-next:after, .home_collection_slider_inner .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 600;
}
.new-container .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px 0 0 14px;
    z-index: 1;
    display: block;
}
.home_collection_slider_inner  .full-media-link {
    display: inline-block;
    float: inline-starts;
    z-index: 99;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 749px) {
}
@media screen and (max-width: 549px) {

 .collection__view-all  a.view-all-btn {
    font-size: 12px;
    line-height: 20px;
  }
}

    .home_collection_slider_inner .swiper-button-next, .home_collection_slider_inner .swiper-button-prev {
    background: #000;
}

  .collection-new-div{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-inline: 20px;
  }
  a.view-all-btn{
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    padding: 4px 12px;
    display: inline-block;
    border: 1px solid #000;
    text-decoration: none;
}
  a.view-all-btn:hover {
    color: #fff;
    background: #121212;
    border-color: #121212;
}

.last_slide_viewAll a {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6d6d6d;
}
  .home_product_card_image_inner img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity .5s cubic-bezier(.215,.61,.355,1) 0s, -webkit-transform .5s ease-out 0s;
    transition: opacity .5s cubic-bezier(.215,.61,.355,1) 0s, -webkit-transform .5s ease-out 0s;
    transition: opacity .5s cubic-bezier(.215,.61,.355,1) 0s, transform .5s ease-out 0s;
    transition: opacity .5s cubic-bezier(.215,.61,.355,1) 0s, transform .5s ease-out 0s, -webkit-transform .5s ease-out 0s;
    z-index: 2;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    opacity: 1;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_product_card_image.visibility-hidden {
    visibility: hidden;
}
  .home_product_card_image {
    position: relative;
    width: 100%;
}
  .last_slide_viewAll {
    border: 1px solid #d6d6d6;
        margin-right: 10px;

}
  .collection__title .collection-new-div {
    margin-top:0;
  }
/* end new feature colleaction */
/* header */
@media screen and (min-width: 990px) {
    .header.header--middle-left {
      grid-template-columns: auto auto auto;
    }
    .header.header--middle-left .header__inline-menu {
      display: flex;
      justify-content: center;
      margin-left: -1.2rem;
    } 

}
.header__active-menu-item {
  /* color: #121212; */
}
/* size chart  */
@media screen and (max-width: 750px){

 .product-popup-modal__content-info table:not([class]) td,.product-popup-modal__content-info table:not([class]) th {
    padding: 0;
    border: .1rem solid rgba(var(--color-foreground), .2);
    width: auto !imporatant;
    text-wrap: wrap;
  } 
}
.product-popup-modal__content-info .product-popup-modal__button{
  padding-left: 0;
}

/* end size chart */
/* save amount */
.save-amount{
  position: absolute;
  bottom: 0;
  left: 0;
  /* margin: 10px; */
  line-height: 14px;
}
.card__content .card__badge.top {
    margin-top: -8px;
  
}
.badge{
  font-size:1rem;
  text-transform: uppercase;
}
.product-card-wrapper .card--media .card__inner .card__content{
  padding:0;
}
/*  */
/* slide-show mobile  */
@media screen and (max-width: 749px) {

  .banner__heading.inline-richtext.h1{
        font-size: 20px;
  }
  .slideshow__text.banner__box{
        align-items: flex-start;
      text-align:start;
  }
}
/*end Slide show  */
/*shor by */
.facet-filters__field .facet-filters__label{
    margin: 0 1rem 0 0;
}
.facet-filters__field{
    border: 1px solid;
    padding: 2px 8px 2px 8px;
}
.facet-filters__label{
  font-weight: 700;
}
.facet-filters__field .select{
  padding: 0px 0px 1px 1rem;
  border-left: 1px solid;
}
.facet-filters__field .facet-filters__sort:focus-visible{
      outline: 0;
    outline-offset: unset;
}
@media screen and (min-width: 750px) {
    .product-count-vertical {
       margin-top: 4px;
    }
  .facets-vertical .facets-wrapper{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 22px;
}
  .facets-vertical{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 12px;
   }
}
.yv-filter-sidebar-heading svg {
    margin-right: 6px;
    margin-bottom: 1px;
    min-width: 13px;
    max-width: 13px;
    height: 16px;
    fill: currentcolor;
 
}
.facets__heading.yv-filter-sidebar-heading{
    display: flex;
    align-items: center;
  color:#121212;
}
#ProductCountDesktop{
  color:#000;
  font-weight:600;
}
.facets__summary-label{
  color:#121212; 
}
.facets__summary span{
  color:#121212;
}
.facet-filters__sort+.icon-caret{
  stroke: #000;
}
.icon.icon-caret{
   stroke: #000;
}
.facet-filters__field .select__select, .mobile-facets__sort .select__select{
  font-weight: 600;
}
.pagination__list>li{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination__item.pagination__item--current {
  background:#121212;
  color:#fff;
  opacity: 1;
}
.price-item--sale {
  color:#000;
  font-weight:600;
}
.product__title h1{
  font-size: 28px !important;
  line-height: 35px !important;
  color: #000 !important;
  text-transform: uppercase;
}
.product-form__input .form__label{
  font-size: 16px;
}
.collection--full-width  .collection__title .collection-new-div{
font-size:30px;  
}
@media (max-width: 575px) {
    .product__title h1{
        font-size: 18px !important;
        line-height: 26px !important;
    }
  .product-form__input .form__label{
     font-size: 16px; 
  }
  .size_chart_desktop.product-popup-modal__opener button{
     font-size: 14px;
  }
  .container .breadcrumbs a{
     font-size: 14px;
  }
  .collection--full-width  .collection__title .collection-new-div{
    font-size:16px;  
  }
}

button{
  text-transform:uppercase;
}
.product-form__input--dropdown .select__select{
  font-weight: 700;
  font-size: 16px;
}
.main_gallery_grid .main_gallery_grid_left.thumbnail-slider ul{
  width: 96%;
}
.collection-hero__title{
  text-align:center;
  font-size: 30px;
  line-height: 42px;
  line-height: 42px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .collection-hero__text-wrapper .collection-hero__title{
    font-size: 16px;
    margin:  0;
    margin-bottom:4px;
    line-height: 24px;
  }
  .breadcrumbs__list .breadcrumbs__item a.breadcrumbs__link{
      font-size: 10.6px;
  }
  .product-icon-list .tt-rating-text{
          font-size: 12px !important;
  }
  .product-icon-list.vstar-star .trustoo-rating-icon {
    width: 16px !important;
    height: 16px !important;
  }
  .price--on-sale .price-item--regular{
    font-size: 1.2rem;
  }
  .cu .product-form__input--pill input[type=radio]+label{
    width: 33px !important;
  }
}
.swiper-containerss .swiper-pagination{
  z-index: 2 !important;
}
.product .product-form__input--pill input[type=radio]+label{
  color: #121212;
}
/* button.quantity__button svg{
  width: 1.6rem; 
} */
.is-empty .cart__empty-text, .is-empty .cart__warnings {
  color: #121212;
}
.size_chart_desktop.product-popup-modal__opener button{
  min-height: 0;
}
/* offer accordion */
/* accordion product and cart css */
.offers-coupons .copy-code-m strong:after {
  content: "Copy Code";
}

/* CSS for the :after pseudo-element */
.copy-code-m:after {
  content: " Copy Code";
  background: #121212;
  color: #fff;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
     text-wrap: nowrap;
}

/* CSS for the active state */
.copy-code-m.active:after {
  content: " Code Copied";
  background: #28a745;
  color: #fff;
       text-wrap: nowrap;
}

.offers-coupons .copy-code-m {
  cursor: pointer;
  border: 1px dashed #121212;
  padding: 2px 3px;
  margin-left: 10px;
  margin-top: 5px;
}

.offers-coupons .copy-code-m.active strong:after {
  content: "Code Copied";
  background: #121212;
  color: #fff;
}

.offer {
  font-size: 14px;
}

.offer {
  display: flex;
  align-items: center;
  border: 1px dashed #c3c3c3;
  padding: 5px;
  font-size: 14px;
}

.offer figure {
  width: 24px;
  margin: 0 10px 0 0;
}

.offers-coupons .copy-code-m {
  cursor: pointer;
}

.offer p {
  margin: 0;
  text-align: start;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.yv-accordion-header-m.active .v-line,
.yv-accordion-card[open] .yv-accordion-header-m .v-line {
  opacity: 0;
}

.yv-accordion-header-m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  cursor: pointer;
}

.yv-accordion-card {
  /* border-bottom: 1px solid #c3c3c3; */
  margin-bottom: 20px;
}

.productOffers {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}

.accordionOffer {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 10px !important;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  color: #000000;
  cursor: pointer;
}

.accordionOffer.accordion-close span {
  display: block;
  position: absolute;
  right: 12px;
  top: 25%;
  background: url(https://cdn.shopify.com/s/files/1/0105/8881/5418/files/Plus.png?v=1677607291) center center no-repeat;
  padding: 10px;
  background-size: 16px;
}

.accordionOffer.accordion-open span {
  background: url(https://cdn.shopify.com/s/files/1/0105/8881/5418/files/Minus.png?v=1677607291) center center no-repeat;
  background-size: 16px;
}

.containerAcc {
  border: 1px solid #d9d9d9;
  border-radius: 0px 0px 5px 5px;
  /* border-top: unset; */
  padding: 8px 10px;
  text-align: center;
}

.productOffers p {
  font-size: 14px;
  line-height: 24px;
margin:0;
}

.accordionOffer.accordion-open {
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
}
.offers-coupons .copy-code strong:after {
  content: "Copy Code";
}

/* CSS for the :after pseudo-element */
.copy-code:after {
  content: " Copy Code";
  background: #121212;
  color: #fff;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
    text-wrap: nowrap;
}

/* CSS for the active state */
.copy-code.active:after {
  content: " Code Copied";
  background: #28a745;
  color: #fff;
      text-wrap: nowrap;

}

.offers-coupons .copy-code {
  cursor: pointer;
  border: 1px dashed #121212;
  padding: 2px 3px;
  margin-left: 10px;
  margin-top: 5px;
}

.offers-coupons .copy-code.active strong:after {
  content: "Code Copied";
  background: #121212;
  color: #fff;
     text-wrap: nowrap;
}

.offer {
  font-size: 14px;
}

.offer {
  display: flex;
  align-items: center;
  border: 1px dashed #c3c3c3;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 4px;
}

.offer figure {
  width: 24px;
  margin: 0 10px 0 0;
}

.offers-coupons .copy-code {
  cursor: pointer;
}

.offer p {
  margin: 0;
  text-align: start;
}

.lato-bold {
  /* font-family: "Lato", sans-serif; */
  font-weight: 700;
  font-style: normal;
}

.yv-accordion-header-c.active .v-line,
.yv-accordion-card[open] .yv-accordion-header-c .v-line {
  opacity: 0;
}

.yv-accordion-header-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  cursor: pointer;
}

.yv-accordion-card-c {
  /* border-bottom: 1px solid #c3c3c3; */
  margin-bottom: 20px;
}

/* end offer accordion */
/*cart-drawer  */
        .copy-code.active-c:after {
            content: "Code Copied!";
            display: inline-block;
            margin-left: 5px;
            color: #fff;
        }
 /* accordion product and cart css */
.offers-coupons .copy-code-m strong:after {
  content: "Copy Code";
}

/* CSS for the :after pseudo-element */
.copy-code-m:after {
  content: " Copy Code";
  background: #121212;
  color: #fff;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
     text-wrap: nowrap;
}

/* CSS for the active state */
.copy-code-m.active-c:after {
  content: " Code Copied";
  background: #28a745;
  color: #fff;
       text-wrap: nowrap;
}

.offers-coupons .copy-code-m {
  cursor: pointer;
  border: 1px dashed #121212;
  padding: 2px 3px;
  margin-left: 10px;
  margin-top: 5px;
}

.offers-coupons .copy-code-m.active-c strong:after {
  content: "Code Copied";
  background: #121212;
  color: #fff;
}

.offer {
  font-size: 14px;
}

.offer {
  display: flex;
  align-items: center;
  border: 1px dashed #c3c3c3;
  padding: 5px;
  font-size: 14px;
}

.offer figure {
  width: 24px;
  margin: 0 10px 0 0;
}

.offers-coupons .copy-code-m {
  cursor: pointer;
}

.offer p {
  margin: 0;
  text-align: start;
}

.lato-bold {
  font-weight: 700;
  font-style: normal;
}

.yv-accordion-header-mc.active-c.v-line,
.yv-accordion-card[open] .yv-accordion-header-m .v-line {
  opacity: 0;
}

.yv-accordion-header-mc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  cursor: pointer;
}

.yv-accordion-card {
  /* border-bottom: 1px solid #c3c3c3; */
  margin-bottom: 20px;
}

.productOffers {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px; 
}

.accordionOffer {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 10px !important;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  color: #000000;
  cursor: pointer;
}

.accordionOffer.accordion-close span {
  display: block;
  position: absolute;
  right: 12px;
  top: 25%;
  background: url(https://cdn.shopify.com/s/files/1/0105/8881/5418/files/Plus.png?v=1677607291) center center no-repeat;
  padding: 10px;
  background-size: 16px;
}

.accordionOffer.accordion-open span {
  background: url(https://cdn.shopify.com/s/files/1/0105/8881/5418/files/Minus.png?v=1677607291) center center no-repeat;
  background-size: 16px;
}

.containerAcc {
  border: 1px solid #d9d9d9;
  border-radius: 0px 0px 5px 5px;
  /* border-top: unset; */
  padding: 8px 10px;
  text-align: center;
}

.productOffers p {
  font-size: 14px;
  line-height: 24px;
margin:0;
}

.accordionOffer.accordion-open {
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
}
.offers-coupons .copy-code strong:after {
  content: "Copy Code";
}

/* CSS for the :after pseudo-element */
.copy-code:after {
  content: " Copy Code";
  background: #121212;
  color: #fff;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
    text-wrap: nowrap;
}

/* CSS for the active state */
.copy-code.active-c:after {
  content: " Code Copied";
  background: #28a745;
  color: #fff;
      text-wrap: nowrap;

}

.offers-coupons .copy-code {
  cursor: pointer;
  border: 1px dashed #121212;
  padding: 2px 3px;
  margin-left: 10px;
  margin-top: 5px;
}

.offers-coupons .copy-code.active-c strong:after {
  content: "Code Copied";
  background: #121212;
  color: #fff;
     text-wrap: nowrap;
}

.offer {
  font-size: 14px;
}

.offer {
  display: flex;
  align-items: center;
  border: 1px dashed #c3c3c3;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 4px;
}

.offer figure {
  width: 24px;
  margin: 0 10px 0 0;
}

.offers-coupons .copy-code {
  cursor: pointer;
}

.offer p {
  margin: 0;
  text-align: start;
}

.lato-bold {
  font-weight: 700;
  font-style: normal;
}

.yv-accordion-header-c.active-c .v-line,
.yv-accordion-card[open] .yv-accordion-header-c .v-line {
  opacity: 0;
}

.yv-accordion-header-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  cursor: pointer;
}

.yv-accordion-card-c {
  /* border-bottom: 1px solid #c3c3c3; */
  margin-bottom: 20px;
}
.product.product--columns .slider-buttons{
  display:none;
}

.yv-tab-content{
  font-weight: 500;
}
.offer .right{
  font-weight: 500;
}
.drawer .cart-drawer .cart-item__totals{
    justify-content: flex-start;
}
.drawer .cart-drawer  .cart-item__name{
  font-size:14px;
}
.drawer .drawer__heading{
  color:#121212;
}
.drawer .drawer__header{
  padding-bottom:0;
      border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.drawer .cart-item__totals .cart-item__price-wrapper span.price{
      font-size: 14px;
}
.product-option dt,.product-option dd{
  font-size: 14px;
}
.drawer .cart-drawer .cart-item__details{
      grid-column: 2 / 5
}
.size-cart h1{
  color:#121212;
}
.product-popup-modal .size-cart{
   padding-bottom: 6%;
}
.product-popup-modal .product-popup-modal__content{
  height:max-content;
}
@media screen and (min-width: 750px) {
.product-popup-modal .product-popup-modal__content{
  height:max-content;    
}
  .product-popup-modal .size-cart{
      padding-bottom: 5%;
  }
.product-popup-modal .product-popup-modal__toggle{
  background-color:#000;
  color:#fff;
  border-radius: 0;
  }
}
.product-popup-modal .product-popup-modal__toggle:hover{
  color:#fff;
  background-color:#000;
}
.sizes-name-1 td strong{
   color:#121212;
    font-weight:700;
}
.sizes-name-2 .S-1 strong,
.sizes-name-3 .M-1 strong,
.sizes-name-4 .L-1 strong,
.sizes-name-5 .XL-1 strong,
.sizes-name-6 .XXL-1 strong{
    color:#121212; 
  font-weight:700;
}
.size-cart strong{
    font-weight:500;
  color:#000;
}
/* cartdreawer */
.drawer.active .drawer__inner{
  width: 48rem;
}

@media screen and (max-width: 749px) {
  .mobile-screen-collection.collection-title-in-facets .collection-hero__title{
    font-size: 16px !important;
    font-weight: 700;
    text-align: start;
    padding: 0 1.5rem; 
  }

    .collection .price-item--sale{
    font-size: 11px;
  }
   .breadcrumbs a.breadcrumbs__link[aria-current="page"] {
     /* font-size: 16px; */
    padding-left: 4px;
         color: #000000;
  }
  .grid__item .card__heading a.full-unstyled-link{
         font-size: 12px !important;
  }
  .collection .price--on-sale .price-item--regular{
        font-size: 9px;
  }
  .cart-drawer .tax-note{
      font-size: 10px !important;
  }

    #md-sticky-atc.show, #md-sticky-atc {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        border-top: 1px solid #eaeaec;
    }
  .quantity:after{
    box-shadow:0 0 0 var(--inputs-border-width) #eaeaec;
  }
  .offer-container .offer-card{
    height: 100px;
  }
  .offer-container .offer-card p{
    font-size: 0.8em;
  }

  .sort_con_filter_con{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 24px;
  }
   .sort_icon {
    transform: rotate(90deg);
     margin-right: 10px;
    display: inline-block;
     font-weight: 600;
     color: #000 !important;
  }

  .drawer .cart-drawer .cart-item__totals{
      font-size:14px;
  }
  .drawer .product-option{
    font-size: 10px;
  }
  .drawer .cart-item__totals .cart-item__price-wrapper span.price, .product-option dt, .product-option dd{
      font-size: 10px;
  }
.drawer .cart-drawer .cart-item__image {
    max-width: 80px;
    margin-right: 8px;
}
  .drawer.active .cart-drawer .cart-items td.cart-item__quantity {
    padding-top: 0px;
  }
  .drawer .quantity__button{
   width: calc(2.5rem / var(--font-body-scale)); 
  }
.drawer .cart-drawer .cart-item>td+td{
    padding-left: 0;
}
 .drawer .yv-accordion-header-mc {
    font-size: 18px;
  }
   .drawer .totals__total-value{
    font-size: 15px;
  }
  .drawer .totals>h2 {
    font-size: 14px;
  }
  .drawer .cart__checkout-button{
      font-size: 14px;
  }
  .drawer .drawer__heading{
    font-size: 16.2px;
  }
.card__badge .badge{
  font-size: 7px; 
  padding: 4px 10px;
}
 .drawer .productOffers p{
     font-size: 12px; 
  }
  .card-information .price{
    font-size:14px;
  }
  .price--on-sale .price-item--regular{
    font-size: 12px;
  }
  .drawer.active .cart-drawer .cart-item{
    grid-template: repeat(a, auto) / repeat(3, 1fr);
    gap:0.1rem;
  }
  .cart-drawer .drawer__inner{
    max-width: calc(100vw - 0rem);
  }
  .cart-drawer .drawer__footer{
        padding-top: 0;
  }

}
 .drawer.active .quantity{
  width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
  min-height: calc((var(--inputs-border-width)* 2) + 3rem);
}

.drawer.active .cart-drawer .cart-items td{
  padding-top: 0.7rem;
}
.drawer.active .containerAcc{
  padding: 0px 0px;
  border:0;
  border-top: 1px solid #d9d9d9;
  border-radius: 0;
}
.drawer.active .offer{
  border:0;
  margin-bottom: 0;
  border-bottom: 1px dashed #c3c3c3;
  padding: 5px 0;
}
.drawer.active .cart-item__details>*{
  max-width: max-content;
}
.drawer.active .accordionOffer{
  border:0;
  border-top: 1px solid #d9d9d9;
  border-radius: 0px;
}
.grid__item .collection-icon-list .tt-rating-text{
      font-size: 9px;
}
.grid__item .card__heading a.full-unstyled-link{
     font-size: 14px;
}
.yv-tabs-wrapper .list-unstyled.yv-tabs.align-start{
  overflow-y: hidden;
}


@media screen and (max-width: 749px) {
  .product-grid-container  .collection-icon-list .star-item,.product-grid-container  .collection-icon-list .trustoo-rating-icon{
    width: 10.6px !important;
    height: 10.6px !important;
  }
    .js details[open].menu-opening>.mobile-facets__submenu, .js details.menu-opening>.mobile-facets__submenu{
   transform: translate(30%) !important; 
    visibility: visible;
    overflow: hidden;
    width: 60%;
    border-left: 1px solid #e8e8e1;
    left: unset;
    right: 25%;
  }
  .mobile-facets__info{
    padding-left: 10px !important;
  }
  .mobile-facets__submenu.gradient .field__input:not(:placeholder-shown){
    padding: 2.2rem 0.5rem 0.8rem 1rem !important;
  }
  .mobile-facets__main{
    padding-top: 0 !important;
  }
  .facets__price{
    padding-left: 10px !important;
  }
  .mobile-facets__summary{
    width: 44%;
  }
  .mobile-facets__footer{
     z-index: 3 !important; 
  }
  .menu-opening .mobile-facets__inner{
    width: 100%;
  }
  .mobile-facets__details {
     /* border-bottom: 1px solid #e8e8e1;  */
  }
  .mobile-facets__arrow{
     visibility: hidden;
  }
  .js .mobile-facets .submenu-open{
    visibility: visible !important;
    padding-top:0 !important;
    overflow: hidden !important;
  }
}
.menu-drawer__menu-item--active{
  background-color:unset !important;
}
.mobile-facets__heading{
  font-size: 14px !important;
  text-transform: uppercase;
}
.mobile-facets__clear {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  /* color:#12121233; */
}
  #sortDropdown {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 0;
  }
.sort-container{
  position: fixed;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 4;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
}
  #sortDropUp {
    cursor: pointer;
    padding: 6px 10px;
    display: inline-block;
    font-size: 16px;
  }

  .sort-header {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
  }
  .close-button{
    border: 0;
    background: none;
    height: 59px;
    width:59px;
    cursor: pointer;
  }
  .sort-button{
    display: flex;
    align-items: center;
  }
  .sort-options {
    list-style: none;
    padding: 0;
  }

  .sort-options li {
    padding: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  .sort-options li:hover {
    background: #f0f0f0;
  }

  .checkmark {
    font-size: 14px;
    color: green;
  }
.mobile-facets__header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close-model-class{
      border-right: 1px solid #eaeaec !important;
    color: #000;
    border: 0;
    width: 50%;
    padding: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    background-color: transparent !important;
}
.new-apply-button.button:after,.new-apply-button{
     box-shadow: unset !important;
      background: transparent;
      border: 0;
      color: black;
      margin-left: 0 !important;
}
details.menu-opening .mobile-facets__close{
      display: none !important;
}
.custom-footer-filter.mobile-facets__footer{
      padding: 4px 0;
}
.mobile-facets__details{
    padding: 0;
    text-align: left;
    background-color: #fafafa;
    padding-left: 15px;
    border-bottom: 0;
    border-radius: 0;
    width: 33.33333333%;
}
.mobile-facets__details .mobile-facets__summary {
  text-align: left;
  background-color: #fafafa;
  padding: 16px 0px 16px 16px;
  border-bottom: 1px solid #eceae9;
  border-radius: 0;
  flex: 0 0 auto;
  width: 100%;
  font-size: 12px;
}
  .js .mobile-facets__submenu{
            transform: translate(33.333333%) !important;
        visibility: visible !important;
  }
.mobile-facets__info{
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.price-filter{
    display: flex;
    flex-direction: column;
}
.mobile-facets__item .facet-checkbox__text,
.mobile-facets__item .facet-checkbox__text-label,
.mobile-facets__label{
    cursor: pointer;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.FacetsWrapperMobile .facets__price{
  
}
  @media screen and (max-width: 749px) {
  .mobile-facets__open-wrapper.focus-offset,.mobile-facets__disclosure,.mobile-facets__open-label{
    width: 100%;
  }
    .mobile-facets__open{
      text-align: center;
    }
  .mobile-facets__open-label.sort_con{
    border-right: 1px solid #eaeaec;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .filter_con{
     width: 46.1%;
      text-align: center;
            display: flex;
        flex-wrap: nowrap;
        align-items: center;
  }
  .mobile-facets__wrapper{
        width: 100%;
  }

  .filter_icon{
    margin-right: 10px;
    display: inline-block;
    color: #000 !important;
     font-weight: 600;
  }
  .sort_text,.filter_text{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000 !important;
  }
  .facets-container.mobile-position {
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: #fff;
    height: 54px;
    left:0;
    border-top: 1px solid #eaeaec;
  }

    #FacetFiltersFormMobile .mobile-facets__inner{
      max-width:100% !important;
    }
    .mobile-facets__main{
          overflow-x: hidden;
    }
    .mobile-facets__open:hover .mobile-facets__open-label {
    text-decoration: none !important;
  }

} 
.cart-item__details .collection-icon-list.vstar-star {
  display: none;
}
.cart-item__details .cart-item__name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 749px) {
    .shopify-section .review h2 {
        font-size: 16px;
        line-height: normal;
        margin: 0;
    }
  .shopify-section .review h3 p{
    margin: 0;
    line-height: normal;
    font-size: 12px;
  }
  .shopify-section .review h4 p{
    font-size: 14px;
  }
  .shopify-section .multirow .badges h3{
    font-size: 14px;
  }
  .shopify-section .badges{
      flex-wrap: nowrap;
        flex-flow: nowrap;
        flex-direction: row;
        display: grid;
    grid-template: auto / auto auto auto;
    gap: 10px;
  }
  .shopify-section .newsletter__wrapper h2{
    font-size: 20px;
  }
  .shopify-section .newsletter__subheading p{
    font-size: 14px;
  }
  .shopify-section .newsletter-form__button{
    font-size: 12px;
  }
  .shopify-section .newsletter__wrapper .newsletter-form__field-wrapper{
        margin-top: 10px;
  }
  .footer__content-bottom-wrapper .copyright__content{
        font-size: 12px;
  }
  .footer__content-bottom-wrapper .footer-block.grid__item{
    margin: 0;
    font-size: 10px;
  }
  .footer__content-top .footer-block__details-content p{
    font-size: 12px;
  }
   .footer__content-top  .footer-block__details-content .list-menu__item--link{
        font-size: 12px;
  }
  .drawer.active .cart-item__quantity-wrapper  .quantity{
    width: calc(5.1rem / var(--font-body-scale) + var(--inputs-border-width)* 2) !important;
  }
   #md-sticky-atc .quantity{
    width: calc(8.5rem / var(--font-body-scale) + var(--inputs-border-width)* 2) !important;
  }
  .drawer .quantity__button{
    width: calc(1.7rem / var(--font-body-scale));
  }
    #md-sticky-atc .quantity__button{
    width: calc(3.7rem / var(--font-body-scale));
  }
  .drawer.active .button.quantity__button svg ,#md-sticky-atc .button.quantity__button svg {
    width: 9px;
    height: 9px;
  }
  
   .drawer.active .quantity__input[type=number],#md-sticky-atc .quantity__input[type=number]{
      padding: 0;
      font-size: 12px;
    }
     #FacetsWrapperMobile .js details[open].menu-opening summary{
        background-color:#121212;
      }
    #FacetsWrapperMobile .js details.menu-opening>.mobile-facets__submenu {
        transform: translate(30%) !important;
        visibility: visible;
        overflow: hidden;
        width: 60%;
        border-left: 1px solid #e8e8e1;
        left: unset;
        right: 25%;
    }
      #FacetsWrapperMobile .js details>.mobile-facets__submenu {
        transition: transform .4scubic-bezier(.29,.63,.44,1), visibility .4scubic-bezier(.29,.63,.44,1);
    }
     .js #FacetsWrapperMobile .mobile-facets__summary  {
          background-color: transparent; /* Default background */
          cursor: pointer;
      }
      
      .js #FacetsWrapperMobile .mobile-facets__summary.active {
          background-color: #12121233; /* Active item background */
      }
      .mobile-facets__main{
          background: #fafafa;
      }
     .js #FacetsWrapperMobile .mobile-facets__submenu {
          display: none; /* Hide submenus by default */
      }
      
     .js #FacetsWrapperMobile .mobile-facets__submenu.active {
          display: block; /* Show submenu when active */
      }
}
// 
.price-range {
padding-block-start: 5px;
display: block;
}


.price-range__input-group {
align-items: center;
display: flex;
}

.price-range__input {
flex: 1 0 0;
min-width: 0;
}

.price-range__delimiter {
margin-inline-start: 4px;
margin-inline-end: 4px;
}

.price-range__range-group {
margin-block-end: 15px;
position: relative;
}

.no-js .price-range__range-group {
display: none !important;
}

@media screen and not (pointer: fine) {
.price-range {
padding-block-start: 7px;
}

.price-range__range-group {
margin-block-end: 18px;
}
}
.range-group {
margin-top: 20px;
background: linear-gradient(to right,
rgb(223, 223, 223) var(--range-min),rgba(40, 40, 40,.7) var(--range-min),rgba(40, 40, 40,.7) var(--range-max),rgb(223, 223, 223) var(--range-max));
border-radius: 4px;height: 6px;
}
.range-group .range {
pointer-events: none;
vertical-align: top;
height: 6px;
}
.range {
-webkit-appearance: none;
appearance: none;
background: none;
width: 100%;
}
.price-range input{
color: inherit;
font: inherit;
text-align: inherit;
margin: 0;
}
.js .no-focus-outline :focus {
outline: none;
}
.range-group .range {
pointer-events: none;
vertical-align: top;
height: 6px;
}
.range-group .range:last-child {
position: absolute;
top: 0;
}

.input-prefix {
border: 1px solid rgb(223, 223, 223);
justify-content: space-between;
align-items: center;
padding: 8px 10px;
display: flex;
}

element.style {
}
.price-range input[type="number" i] {
    padding-block: 1px;
    padding-inline: 2px;
}
:root {
    .input-prefix__field {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: textfield;
        text-align: end;
        background: none;
        border: none;
        width: 100%;
        min-width: 0;
        padding: 0;
    }
}
.price-range input {
    color: inherit;
    font: inherit;
    text-align: inherit;
    margin: 0;
}
.input-prefix__field {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    text-align: end;
    background: none;
    border: none;
    width: 100%;
    min-width: 0;
    padding: 0;
}
.input-prefix__field:focus-visible {
       outline: unset;
    outline-offset: unset;
    box-shadow: unset;
}
.text--xsmall {
   font-size: calc(18px - 3px);
    line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .text--xsmall {
    font-size: calc(15px - 3px);
    line-height: 1.5;
  }
}

.text--subdued {
color: rgba(40, 40, 40, .7);
}
.input-prefix__field {
-webkit-appearance: none;
appearance: none;
-moz-appearance: textfield;
text-align: end;
background: none;
border: none;
width: 100%;
min-width: 0;
padding: 0;
}
.price-range input[type="number" i] {
padding-block: 1px;
padding-inline: 2px;
}
.range::-webkit-slider-thumb {
-webkit-appearance: none;
}
:root {
--text-color: 40, 40, 40;
--background: 255, 255, 255;
--border-color: 223, 223, 223;


/* RTL support */
--transform-logical-flip: 1;
--transform-origin-start: left;
--transform-origin-end: right;

.range::-webkit-slider-thumb {
cursor: pointer;
z-index: 1;
box-shadow: 0 0 0 5px #121212 inset;
border: none;
border-radius: 100%;
width: 14px;
height: 14px;
margin-top: -5px;
position: relative;
background-color:#fff;
}

.range::-webkit-slider-runnable-track {
cursor: pointer;
background: rgb(var(--border-color));
border: none;
border-radius: 4px;
width: 100%;
height: 6px;
}

.range::-moz-range-thumb {
cursor: pointer;
box-shadow: 0 0 0 5px  #121212 inset;
border: none;
border-radius: 100%;
width: 14px;
height: 14px;
background-color:#fff;
}

.range::-moz-range-progress {
cursor: pointer;
border: none;
border-radius: 4px;
width: 100%;
height: 6px;
}

.range::-moz-range-track {
cursor: pointer;
border: none;
border-radius: 4px;
width: 100%;
height: 6px;
}

.range::-moz-range-progress {
background-color: rgba(var(--text-color), .7);
}

.range::-moz-range-track {
background-color: rgb(var(--border-color));
}
.range-group {
background: linear-gradient(to var(--transform-origin-end), rgb(var(--border-color)) var(--range-min), rgba(0, 0, 0 ,.7)  var(--range-min), rgba(0, 0, 0 ,.7)  var(--range-max), rgb(var(--border-color)) var(--range-max));
border-radius: 4px;
height: 4px;
}

.range-group .range {
pointer-events: none;
vertical-align: top;
height: 4px;
}

.range-group .range::-webkit-slider-runnable-track {
background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
background: none;
}

.range-group .range::-moz-range-track {
background: none;
}

.range-group .range::-moz-range-thumb {
pointer-events: auto;
}

.range-group .range:last-child {
position: absolute;
top: 0;
}

.range-group .range:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
left: 0;
}

.range-group .range:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
right: 0;
}

.input-prefix {
border: 1px solid rgb(var(--border-color));
justify-content: space-between;
align-items: center;
padding: 8px 10px;
display: flex;
}

.input-prefix__field {
-webkit-appearance: none;
appearance: none;
-moz-appearance: textfield;
text-align: end;
background: none;
border: none;
width: 100%;
min-width: 0;
padding: 0;
}

.input-prefix__field::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.input-prefix__field::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.close-button{
  color:#000;
}
.vstar-star {
    --star-color: #121212 !important;
    --nostar-color: #d9d9d9;
}
  .careGuideContent a{
    color:#121212;
  }
  .trustoo-widget #reviews-body .user-verified span,.trustoo-widget #reviews-body .trustoo-badge-icon path{
    --badge-text-color:#121212;
    --badge-color:#121212;
  }