/** Shopify CDN: Minification failed

Line 606:0 Unexpected "}"

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 30px;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 30px;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

/* ----------new-css------------- */
.product-card-wrapper .card {
    position: relative; 
    width: 100%;
}
.product-card-wrapper .card__information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 0;
}
.product-card-wrapper .card__heading {
    font-size: 14.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    font-family: var(--font-heading-family);
    text-transform: uppercase;
}
.product-card-wrapper .card-information, 
.product-card-wrapper .price {
    text-align: center;
}
.product-card-wrapper .price-item {
    font-family: 'Gin Regular';
    font-size: 16px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
}
.product-card-wrapper .productShopNowBtn { 
    font-family: "Kanit 400";
    font-weight: 400;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    display: inline-block;
}
.product-card-wrapper .productShopNowBtn {
    background-color: #383838;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    height: 41px;
    min-height: auto;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14.5px;
    min-width: auto;
    /* line-height: 1.2; */
    line-height: 1.4;
    letter-spacing: 0;
}
.product-card-wrapper .productShopNowBtn:hover {
    transition: all .3s ease-in-out;
    background-color: #db2c2d;
    border-color: #db2c2d;
}
.product-card-wrapper .productShopNowBtn { 
    max-width: 140px;
}
.product-card-wrapper .quick-add {
    position: absolute;
    transition: all .25s ease-in-out;
    top: 0;
    background: rgb(247 247 247 / 75%);
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.quick-variant-options {
    position: relative;
    margin-bottom: auto;
    padding: 20px;
    width: 100%;
}
.quickVariantList li { 
    display: flex;
    align-items: center;
    gap: 10px;
}
.quickVariantList li:not(:last-child) {
    margin-bottom: 10px; 
}
.quickVariantLabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.quickVariantLabelText {
    font-family: owners-narrow, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase;
}
span.quickVariantTitle {
    font-size: 14.5px;
    line-height: 1.2;
    text-transform: capitalize;
    font-family: var(--font-body-family);
    font-weight: 400;
} 
span.quickVariantLabelIcons svg.icon {
    width: 20px;
    height: 20px;
}
span.quickVariantIcons {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}
span.quickVariantIcons svg.icon {
    width: 15px;
    height: 15px;
}
.quickVariantLabel {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 10px;
}
.product-card-wrapper .quick-add__submit:before,
.product-card-wrapper .quick-add__submit:after{
 display: none; 
}
.product-card-wrapper .quick-add {
    justify-content: center;
}
.product-card-wrapper .quick-add__submit {
    border: none;
    outline: none;
    background-color: transparent;
    margin: auto;
    text-transform: uppercase;
    font-family: "Kanit 400";
    font-weight: 400;
    font-size: 14.5px;
    letter-spacing: 0;
}
 .quickAddSubmitlIcons {
    color: #000;
    margin-left: 5px;
}
.quickAddSubmitlIcons svg.icon {
    width: 10px;
    height: 10px;
}
.product-card-wrapper .quick-add product-form,
.product-card-wrapper .quick-add modal-opener {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 1;
}
/* .product-card-wrapper .card:hover .quick-add { 
    opacity: 1;
    transition: all .25s ease-in-out;
    visibility: visible;
    z-index: 1;
} */
  .product-card-wrapper .card .card__inner:hover .quick-add {
    opacity: 1;
    transition: all .25s ease-in-out;
    visibility: visible;
    z-index: 1;
}
.product-card-wrapper .bottomLine {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-card-wrapper .bottomLine .yotpo-bottomline { 
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-card-wrapper .yotpo-bottomline span.yotpo-stars {
    margin-bottom: 5px;
}
.product-card-wrapper .bottomLine a.text-m {
    font-size: 16px;
    line-height: 1.2;
    margin-left: 5px;
}

.titleButtonWithProductgrid {
    display: grid;
    grid-template-columns: 2fr 8fr;
    gap: 20px;
}
.titleWithButtongrid, .titleWithButton-productGrid {
    width: 100%;
    padding: 0;
}
.titleWithButtongrid { 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.titleWithButtongrid .titleWrapper--Header {
    text-align: left;
    margin-bottom: 0;
}
.titleWithButtongrid .featuredCollection-view-all {
    text-align: left;
    margin-top: 15px;
}
.titleWithButtongrid .View-All--Button:before,
.titleWithButtongrid .View-All--Button:after{
 display: none; 
}
.View-All--Button {
    line-height: 1.3em;
    border-radius: 3px;
    min-height: 41px;
    height: 41px;
    font-size: 14.5px;
    min-width: auto;
    padding: 12px 20px 10px;
}
.product-card-wrapper {
    box-sizing: border-box;
}
.quick-add__submit:hover .quickAddSubmitlIcons ,
.product-card-wrapper .quick-add__submit:hover {
    color: #db2c2d;
}
.collection ul#product-grid {
    row-gap: 40px;
}
@media only screen and (max-width:767px) { 
.titleButtonWithProductgrid {
    grid-template-columns: 1fr; 
}
  .titleWithButtongrid {
    justify-content: center;
} 
}

/* ==========collection=page=css========= */
 .collectionsNav--link {
    margin: 0;
    padding: 0;
    list-style: none;
}
.collectionsNav--link li:not(:last-child) {
    margin-bottom: 15px;
}
.collectionsNav--link li {
    color: inherit;
    text-decoration: none;
    /* background-color: #f7f7f7; */
    /* padding: 10px 15px; */
    position: relative;
    width: 100%;
    color: rgba(var(--color-foreground), 1);
    text-transform: uppercase;
}
.collectionsNav--link a {
    color: inherit;
    text-decoration: none;
}
.collectionsNav--link a:before {
    /* content: "\2714"; */
    border: 1px solid;
    border-color: rgba(var(--color-foreground), 1);
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    line-height: normal;
    color: transparent;
    font-size: 12px;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: unset;
    line-height: 18px;
    display: inline-block;
}
.collectionsNav--link a:hover:before {
    transition: all .3s ease-in-out;
    /* background-color: rgba(var(--color-foreground), 1); */
    /* border-color: rgba(var(--color-foreground), 1); */
    /* color: #fff; */
      /* color: #db2c2d; */
}
.collectionsNav--link a:hover {
    transition: all .3s ease-in-out;
    color: #db2c2d;
}
.customTagFilter details {
    background-color: #f7f7f7;
    padding: 0 15px;
}
summary.facets__summary {
    letter-spacing: 1px;
} 
.customTagFilter .facets__list--vertical {
    padding: 0;
    margin: 0;
}
.customTagFilter label.facets__label {
    align-items: center;
}
.customTagFilter label.facets__label:before { 
    content: "\2714"; 
    content: "✔";
    border: 1px solid;
    border-color: rgba(var(--color-foreground), 1);
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    line-height: normal;
    color: transparent;
    font-size: 12px;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: unset;
    line-height: 18px;
}
.customTagFilter label.facets__label.active:before {
    transition: all .3s ease-in-out;
    background-color: rgba(var(--color-foreground), 1);
    border-color: rgba(var(--color-foreground), 1);
    color: #fff;
}
.facets-vertical facet-filters-form {
    padding: 0px 0px 20px;
    /* padding: 0px 0px 5px; */
}
.facets-vertical .facets-vertical-form {
    display: block;
}
.facets-vertical .facet-filters {
    padding: 0;
}
.facets-vertical .facet-filters__label {
    margin: 0px 0px 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.facets-vertical .facet-filters__field {
    display: block;
}
.facet-filters__field .select__select, .mobile-facets__sort .select__select {
    background-color: #f7f7f7;
    padding: 15px;
    position: relative;
    width: 100%;
    color: rgba(var(--color-foreground), 1);
    text-transform: uppercase;
}
.ajaxinateButton_wrapper {
    text-align: center;
    margin-top: 40px;
}
.ajaxinate_button {
    transition: all .3s ease-in-out;
    color: #fff;
    background-color: #db2c2d;
    border-color: #db2c2d;
}
.ajaxinateButton_wrapper .ajaxinate_button:hover {
    opacity: .75;
}
.product-card-wrapper .price-item {
    /* font-weight: 600; */
}
/* --------oldCustomFilter----------- */
.oldCustomFilter details.filter-group { 
    padding: 0 15px;
    background-color: #f7f7f7;
    position: relative;
}
.oldCustomFilter details.filter-group:not(:last-child) {
    margin-bottom: 15px; 
}.filter-drop fieldset.checkbox-group {
    margin: 0;
    padding: 0px 0px 15px;
    outline: none;
    border: none;
}
details.filter-group[open] svg.icon.icon-caret {
    transform: rotate(180deg);
}
.filter-items label.checkbox-label {
    text-transform: uppercase;
    font-size: 14.5px;
    cursor: pointer;
}
.filter-items input[type="checkbox"] {
    opacity: 0;
    width: 0;
    position: absolute;
}
.filter-items input[type="checkbox"] + label:before { 
    content: "\2713"; 
    /* content: "✔"; */
    border: 1px solid;
    border-color: rgba(var(--color-foreground), 1);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    line-height: normal;
    color: transparent;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: unset;
    line-height: 17px;
}
.filter-items input[type="checkbox"]:checked + label:before{
    transition: all .3s ease-in-out;
    background-color: rgba(var(--color-foreground), 1);
    border-color: rgba(var(--color-foreground), 1);
    color: #fff;
}
.oldCustomFilter summary.facets__summary {
    padding-top: 1.5rem;
    margin-bottom: 0;  
    height: 54px;
    padding-bottom: 1.5rem;
}
.oldCustomFilter {
    width: 100%;
}
.product-card-wrapper .quick-variant-option-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 749px) {
.ajaxinateButton_wrapper { 
    margin-top: 30px;
}
  .facets-vertical facet-filters-form {
    padding: 0 0 10px;
}
.facets-vertical .facet-filters__label { 
    font-size: 16px; 
}
summary.facets__summary,
.oldCustomFilter summary.facets__summary { 
    height: 46px; 
}
  .quick-variant-options { 
    padding: 10px; 
}
  .quickVariantLabel {
    font-size: 14.5px; 
    line-height: 1; 
    margin: 0px 0px 5px;
}
  .quickVariantList li:not(:last-child) {
    margin-bottom: 5px;
}
  span.quickVariantTitle {
    font-size: 12px;
    line-height: 1; 
}
  .product-card-wrapper modal-opener .quick-add__submit {
    height: auto;
    min-height: auto;
    padding: 0;
}

.product-card-wrapper .card:hover .quick-add {
    opacity: 0;
    transition: all .25s ease-in-out;
    visibility: hidden;
    z-index: -1;
}
  .product-card-wrapper .card .card__inner:hover .quick-add {
    opacity: 1;
    transition: all .25s ease-in-out;
    visibility: visible;
    z-index: 1;
}
  }
}