/** Shopify CDN: Minification failed

Line 554:0 Unexpected "{"
Line 554:2 Expected "}" to go with "{"

**/
.product-grid-container .collection .grid .grid__item .card-wrapper  .card{
border: 1px solid #E6E8E8;
box-shadow: 0 0 8px #00000014;
border-radius: 20px;
}

.custom-ul-list-parent > li > label > input{
            accent-color: #fff;
}

span.facet-checkbox__text-label {
    color: #000;
}

.facets-vertical .active-facets-vertical-filter {
    justify-content: space-between;
}

    .facets-vertical .facet-checkbox input[type=checkbox] {
        accent-color: transparent;
    } 

    .mobile-facets__footer {
    background: #fff;
}

.grid__item .card-wrapper .card .card__content .card__badge.bottom{
    grid-row-start: unset;
    position: absolute;
    left: 10px;
    top: 6px;
    bottom: unset;
}

.grid__item .card-wrapper .card .card__content .card__badge.bottom > span{
    font-family: 'WorkSans-Regular';
    text-transform: uppercase;
    color: #04151D;
    font-weight:400;
}    

.variant-custom-featured-swatch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: start;
    margin-top: 10px;
    padding: 0 18px;
    padding-bottom: 20px;
    
}

.variant-swatch-link {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.2s;
  width: 50px;
  height: 50px;
}

.variant-swatch-link:hover {
  border-color: #333;
}

.variant-swatch-image {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.variant-swatch-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  text-decoration: none;
}

.variant-swatch-more:hover {
  background-color: #e0e0e0;
}

.variant-swatch-count {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.grid__item .card-wrapper .card .card__content .card__information .card__heading{
    color: #4f5b61;
    font-family: "WorkSans-SemiBold";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    justify-content:space-between;
    display:flex;
    align-items:center;
}

.card-wishlist-wrapper {
    width: fit-content;
    position: absolute;
    z-index: 9;
    right: 16px;
    top: 6px;
}

/* .grid__item .card-wrapper .card .card__content .card__information .card-information .price .price__container .price__regular .price-item{
    color: #04151d;
    font-family: "WorkSans-SemiBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;

} */
 .card-information .product-price .price{
    color: #04151d;
    font-family: "WorkSans-SemiBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;

}

.grid__item .card-wrapper .card .card__content .card__information .card-information{
padding-bottom: 1rem;
padding-top: 1rem;
grid-row-start: unset !important;
width: 100%;
}

.grid__item .card-wrapper .card{
justify-content: space-between;
}

.grid__item .card-wrapper .card .card__content{
    place-items: flex-end !important;
    justify-content: start !important;
    display: unset;
    width: 100%;
    flex-grow: unset;
    text-align: left;
}

.card__content.main-info {
    border-top: 1px solid #E6E8E8;
}

.card__content.main-info > .card__information {
    width: 100%;
    padding: 4px;
}


 .facets__disclosure-vertical{
        border-top: unset;
        margin-right: 0;
        box-shadow: 0 0 8px #00000014;
        background: #e6e8e880;
        border: none;
        margin-bottom: 16px;
        text-decoration: none;
        padding: 14px;
        border-radius: 20px;

}

.facets__disclosure-vertical .facets__display-vertical{
padding: 1rem;
border-radius: 0 0 20px 20px;
background:#fff;
}

.facets__disclosure-vertical .facets__summary[aria-expanded="true"]{
  border-radius: 20px 20px 0 0;
  background: #fff; 
  border-bottom: 1px solid #ddd;
}


.facets__disclosure-vertical .facets__summary[aria-expanded="true"] > div > .icon.icon-caret{
    right: 14px;
}

.facets__disclosure-vertical .facets__summary[aria-expanded="true"] > div > .facets__summary-label{
 margin-left:1rem;  
}

.facets__summary-label{
 font-size: 16px;
line-height: 28px;
color: #36444a;
font-family: WorkSans-SemiBold;
font-weight: 700;   
}

.facets__summary > div > span{
font-size: 16px;
line-height: 28px;
color: #36444a;
font-family: WorkSans-SemiBold;
font-weight: 700;    
}
 .facets__summary[aria-expanded="true"] >  div > span{
margin-left:1rem;  
}

.facets-vertical .active-facets-vertical-filter {
    align-items: flex-end;
}

.active-facets-vertical-filter .facets__heading{
    color: #828a8e;
    font-family: WorkSans-SemiBold;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    width: fit-content;

}

.facets-vertical .active-facets__button {
        margin-bottom: 1.5rem;
        display: none;
}

a.active-facets__button-remove.underlined-link {
    text-decoration: none;
    color: #36444A;
    font-family: 'WorkSans-Regular';
    font-weight: 400;
}

.grid-switcher {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    width: fit-content;
    padding: 4px 6px;
    border-radius:6px;
}

.grid-switcher .left-hit {
    line-height: 0;
    padding-right: 1rem;
    border-right: 1px solid #ddd;
    cursor:pointer;
}

.grid-switcher .right-hit {
    line-height: 0;
    padding-left: 1rem;
    cursor:pointer;
}

#FacetSortForm{
  display:none;
}

.outer-switcher {
    display: flex;
    justify-content: end;
}

.active-grid > svg > path {
    fill: #ef5323;
}
.collection-compare > svg{
  width:20px;
  height:20px;
}
@media only screen and (min-width: 1000px) and (max-width: 2560px)  {
   
.grid-four .grid__item{
  width: 100%;
  max-width: 24%;
}
.grid-four .grid__item .card-wrapper .card .variant-custom-featured-swatch{
  margin-top: 2px;
  padding: 0 10px 10px 10px;
} 

.grid-four .grid__item .card-wrapper .card .variant-custom-featured-swatch .variant-swatch-link{
width: 36px;
height: 36px;
}

.grid-four .grid__item .card-wrapper .card .card__content .card__information .card__heading {
    font-size: 16px;
}

.grid-four .grid__item .card-wrapper .card .card__content .card__information .card__heading .compare-custom-icon svg{
width:18px;
height:18px;

}

.grid-four .grid__item .card-wrapper .card .card__content .card__information .card-information .price .price__container .price__sale .price-item {
    font-size: 14px;
}

.grid-four .grid__item .card-wrapper .card .card__content .card__information .card-information .price .price__container .price__regular .price-item{
font-size: 14px;
}

}


.facets__disclosure-vertical > .facets__summary > div > .icon.icon-caret{
  height: 1.4rem;
  top:40%;
}

.facets__summary-label{
  text-decoration: none !important;
}
.facet-checkbox>svg, .facet-checkbox>.svg-wrapper {
    background-color: #fff;
}

.facets__label > svg > rect{
stroke:#000 !important;

}

/* .svg-wrapper > svg > path{
fill:#000 !important;
}     */

@media (max-width: 767px) {

.custom-ul-list-parent .list-menu__item .facets__label .svg-wrapper .icon-checkmark{
visibility: hidden !important;
}



.product-count {
    display: none;
}

.mobile-facets__open {
    text-align: center;
    width: 100%;
    justify-content: space-between;
    padding-top: .5rem;
    flex-direction: row-reverse;
    padding-left: .8rem;
    padding-right: .8rem;
    display: flex;
}

.mobile-facets__disclosure {
    display: flex;
    width: 100%;
    justify-content: center;
}

.mobile-facets__open-wrapper {
    display: inline-block;
    width: 100%;
}

.mobile-facets__wrapper {
    margin-left: 0;
    display: flex;
    border: 1.5px solid #ddd;
    justify-content: center;
    border-radius: 10px;
}

button.button.button--primary {
    background: #ef5323;
    padding-block: 0;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 1rem;
    min-height: unset;
    width: 60%;
}

facet-remove.mobile-facets__clear-wrapper {
    width: 40%;
    border: 1px solid #ef5323;
    border-radius: 10px;
    text-decoration: none;
}

facet-remove.mobile-facets__clear-wrapper > a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

.facets__disclosure-vertical[open]{
  background:#fff;
}

.facets__disclosure-vertical[open] .facets__summary{
padding-bottom: 1rem;
border-bottom: 1px solid #ddd !important;
}

.button.button--primary{


}

.button.button--primary:after{
  box-shadow:unset;
}

.facets-wrap.parent-wrap{
  border: none;
}

.facets__disclosure-vertical>.facets__summary>div>.icon.icon-caret {
    height: 1.4rem;
    top: 20%;
    right: 0 !important;
}

.facets__disclosure-vertical .facets__summary[aria-expanded=true] {
    border-radius: unset;
    background: unset;
    border-bottom: unset;
}

.facets__disclosure-vertical .facets__display-vertical {
    padding: 0;
    border-radius: unset;
    border: none;
    background: unset;
}

.mobile-facets__inner{
  max-width: 100%;
  width: 100%;
}

.facets__disclosure-vertical {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    background: #e6e8e8;
    margin-bottom: 16px;
    border-radius: 10px;
    box-shadow: 0 0 8px #00000014;
    }

.facets__disclosure-vertical .facets__summary{
margin-bottom:0;
}

  
.variant-custom-featured-swatch {
    display: none;
}
.grid__item .card-wrapper .card .card__content .card__information .card__heading {
    font-size: 16px;
}
.card-information .product-price .price {
    font-size: 14px;
}
.grid__item .card-wrapper .card .card__content .card__information .card-information {
    padding-bottom: 0;
    padding-top: 0;
}   


}












@media screen and (min-width: 750px) {


.facets-vertical {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.facets-wrapper {
  position: sticky;
  top: 0;
  align-self: flex-start;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.facets-container {
  overflow-y: auto;
  max-height: calc(100vh - 100px); /* Adjust 100px based on your header height */
  flex: 1;
    scroll-behavior: smooth;
  user-select: none;
  -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */

}

.facets-container::-webkit-scrollbar {
    display: none;
}


.product-grid-container {
  flex: 1;
  min-width: 0;
}

/* Optional: Custom scrollbar styling */
.facets-container::-webkit-scrollbar {
  width: 6px;
}

.facets-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.facets-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.facets-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

{}