/** Shopify CDN: Minification failed

Line 1091:1 Expected "}" to go with "{"

**/
/* Collection page css */
/* card product */
.card-wrapper .card__content .product-rating-reviews {
    font-size: 12px;
}

.collection .card__heading {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.collection .description {
    color: var(--text-dark-grey);
}

.card-wrapper.product-card-wrapper .card .quick-add.no-js-hidden {
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: 0;
    z-index: 2;
    transform: translateY(20%);
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    height: 41px;

}

.price__addtocard.flex.align-center {
    justify-content: space-between;
}

.card-wrapper.product-card-wrapper:hover .card .quick-add.no-js-hidden {
    opacity: 1;
    bottom: 0;
    transform: translateY(0);
}

.card-wrapper.product-card-wrapper .card .quick-add.no-js-hidden modal-opener button {
    background: #ebebeb;
    color: var(--para-text-clr);
    border-radius: 0;
    height: 41px;
}

.card-wrapper.product-card-wrapper .card .quick-add.no-js-hidden modal-opener button .flex {
    font-size: 14px;
    gap: 5px;
}

.card-wrapper.product-card-wrapper .card .quick-add.no-js-hidden modal-opener button::after,
.price__addtocard.flex.align-center product-form button::after {
    box-shadow: none;
}

.stock-msg.flex {
    font-size: 12px;
    color: var(--dark-green-theme-clr);
    gap: 5px;
}

stock-msg.flex:not(.not-available) {
    color: var(--dark-green-theme-clr);
}

.stock-msg.not-available {
    color: #ff7b17;
    line-height: normal;
}

.card-wrapper.product-card-wrapper .card .relative .quick-add.no-js-hidden product-form button svg {
    max-width: 15px;
    max-height: 15px;
}

.price__addtocard.flex.align-center product-form button {
    background: var(--btn-ornge-main-clr);
    height: 47px;
    width: 47px;
    min-height: 0;
    border-radius: 5px;
    padding: 12px;
}

body.template--collection #product-grid .price__addtocard.flex.align-center product-form button {
    height: 40px;
    width: 40px;
}

.price__addtocard.flex.align-center product-form button svg {
    height: 25px;
    width: 25px;
}

/* Quick view  css */
.template--collection .quick-add-modal__content {
    border-radius: 5px;
    overflow: hidden;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.product__description.product__view-details:hover {
    text-decoration: none;
}

.noeBox {
    color: #3c3c3c;
    padding: 15px;
    background: #e4e4e4;
    font-size: 14px
}

/* Collection Discription */
.collection-hero__description.rte {
    max-width: 100%;
}

#collection-title {
    color: var(--dark-green-theme-clr);
    margin-bottom: 14px !important;
    font-size: 32px;
}

.readArrow.rotated svg {
    height: auto;
    width: 10px;
}

.collection-description-container.no-before .readArrow.rotated svg {
    height: 15px;
}

.readArrow {
    /* float: right; */
    width: 15px;
    margin-left: 4px;
    height: 10px;
    align-items: center;
    padding-top: 0;
    display: flex;
}

.readArrow {
    transition: transform 0.1s ease;
}


.readArrow.rotated {
    transform: rotate(0deg);
}

.collection-description-container.no-before .readArrow.rotated {
    transform: rotate(180deg);
}

.description-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.description-text {
    line-height: 22px;
    color: #454545;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height .5s ease;
    text-align: justify;
}

.description-text.expanded p {
    margin-bottom: 0;
}

.collection-description-container.no-before:before {
    content: none;
}

.collection-description-container {
    /* border-bottom: 1px solid #979797; */
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.description-toggle-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    color: #000;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    font-size:14px;
}

.collection-description-container:not(.hide-overlay):before {
    bottom: 2px;
    content: "";
    height: 30px;
    position: absolute;
    top: unset;
    background: linear-gradient(to bottom, #fff0 0, #fff);
    background: -webkit-linear-gradient(to bottom,
            rgba(255, 255, 255, 0.001) 0,
            #fff 100%);
    background: -moz-linear-gradient(to bottom,
            rgba(255, 255, 255, 0.001) 0,
            #fff 100%);
    background: -ms-linear-gradient(to bottom,
            rgba(255, 255, 255, 0.001) 0,
            #fff 100%);
    transform: translateY(-30px);
    left: 0;
    right: 0;
    width: 100%;
}

.collection-description-container.no-before:not(.hide-overlay):before {
 top: 0;
}

.card-wrapper.product-card-wrapper .loading__spinner,
quick-add-modal .loading__spinner {
    opacity: 0;
}

.card-wrapper .card__content .card__information span.review_count_product {
    color: #000;
    font-size: 12px;
    ;
}

.template--collection quick-add-modal .product__title>a:hover {
    text-decoration: none;
}

quick-add-modal .product-subtitle {
    margin-top: 10px;
    color: #454545;
    font-size: 16px;
    ;
}

/* Facets  */

facet-filters-form.facets.facets-vertical-sort {
    width: 100%;
    margin-bottom: 16px;
}

facet-filters-form.facets.facets-vertical-sort h2.page-subtitle {
    margin: 0;
    color: var(--dark-green-theme-clr);

}

.active-facets-vertical-filter {
    color: #454545;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
}

.active-facets-vertical-filter .facets__heading {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.category-filter-container {
    padding: 10px;
}

h2.category-heading {
    margin: 0 0 8px 0;
    padding-bottom: 10px;
    font-size: 16px;
    color: #454545;
    text-transform: capitalize;
}

.category-title-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.category-title-container .category-title {
    color: #5f5f5f;
}

.category-title:hover {
    color: #62c35d
}

.category-title {
    font-size: 13px;
    text-decoration: none;
}

.category-title.active {
    color: #62c35d;
}

a.toggle-control {
    display: block;
    background: url(/cdn/shop/files/sprit.webp?v=1760630966) center center no-repeat;
    float: right;
    height: 12px;
    width: 13px;
    background-position: -61px -256px;
    margin-top: -17px;
    background-size: 750px auto;
    transition: transform 0.5s ease;
}

.toggle-control.collapsed {
    background-position: -43px -256px;
    transform: rotate(90deg);
}

.category-menu {
    overflow: hidden;
    transition: max-height 0.4s ease;
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

.category-menu-item {
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}

a.category-menu-link {
    color: #5f5f5f;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-menu-link.active {
    color: #62c35d;
}

a.category-menu-link:hover {
    color: #62c35d;
}

.link-title {
    transition: margin-left 0.3s ease;
}

a.category-menu-link:hover .link-title {
    margin-left: 5px;
}

.link-count {
    font-size: 13px;
    white-space: nowrap;
}

.facets-layout .facets-layout-list .facets__label:hover .facet-checkbox__text-label {
    text-decoration: none;
}

/* Type Facets */
#FacetsWrapperDesktop .outer-price-range .facets__summary-label {
    padding: 0;
}

#FacetsWrapperDesktop .facets__summary-label {
    padding: 0 10px;
    color: #454545;

}

#FacetsWrapperDesktop .parent-display.facets__display-vertical {
    padding: 10px;
    padding-top: 5px;
}

.list-menu__item.facets__item input.checkbox+.facet-checkbox__text {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.mobile-facets__item .facet-checkbox__text {
    position: relative;
}

.facets__label .facet-checkbox__text::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: white;
    border: 1px solid #bbb;
    border-radius: 4px;
    vertical-align: middle;
}

.facets__label input[type="checkbox"]:checked+.facet-checkbox__text::before {
    background: #3a7d44;
    border: 2px solid #3a7d44;
}


.facets__label input[type="checkbox"]:checked+.facet-checkbox__text::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.facets-container .facets-layout-list .facets__label:hover .facet-checkbox__text-label {
    text-decoration: none;
}

#FacetsWrapperDesktop .facet-checkbox__text {
    color: var(--para-text-clr);
}

.list-menu__item.facets__item label {
    padding: 0;
    margin-bottom: 8px;
}

.stars-wrapper {
    display: inline-flex;
    gap: 2px;
}

.star-layer {
    position: relative;
    width: 12px;
    height: 12px;
}

.krajee-icon-star {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.krajee-icon-star.blank {
    background-image: url("https://cdn.shopify.com/s/files/1/0637/7501/5075/files/ratingBlank.svg?v=1721372273");
}

.krajee-icon-star.filled {
    background-image: url("https://cdn.shopify.com/s/files/1/0916/2411/2465/files/ratingFill.svg?v=1744180764");
}

.krajee-icon-star.filled.half {
    clip-path: inset(0 50% 0 0);
}
@media screen and (min-width: 991px) {
    .facets__label input[type="checkbox"]:checked+.facet-checkbox__text::after {
        top: 4px;
    }
}

/* Price Facets */
.outer-price-range {
    padding: 5px 10px 10px;
}

.facets__summary-label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #454545;
}

.range-group {
    height: 6px;
    background: #d0d0d0;
    border-radius: 4px;
    position: relative;
    margin: 15px 0;
}

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

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

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

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

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

[dir="ltr"] .range-group .range:last-child {
    left: 0;
}

[dir="rtl"] .range-group .range:last-child {
    right: 0;
}

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

.price-range__input-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.price-range__label {
    display: flex;
    align-items: center;
    border-radius: 8px;
    min-width: 0;
}

.price-range__label.startpoint {
    justify-content: flex-start;
}

.price-range__label.endpoint {
    justify-content: flex-end;
}

.price-range__value {
    font-size: 14px;
    font-weight: 600;
    color: #5f5f5f;
    min-width: 40px;
    text-align: center;
}

.price-range__delimiter {
    font-size: 14px;
    margin: 0 10px;
    color: #000;
}

.range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
}

/* Chrome and Safari */
.range::-webkit-slider-thumb {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: none;
    background: #3a7d44;
    cursor: pointer;
    margin-top: -5px;
    z-index: 1;
    box-shadow: 0 0 0 5px #3a7d44 inset;
}

.range::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #3a7d44;
    border-radius: 4px;
    border: none;
}

/* Firefox */
.range::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: none;
    background: #3a7d44;
    cursor: pointer;
    box-shadow: 0 0 0 5px #3a7d44 inset;
}

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

.range::-moz-range-progress {
    background-color: #3a7d44;
}

.range::-moz-range-track {
    background-color: #3a7d44;
}

.range-group {
    --range-min: 0%;
    --range-max: 100%;
    background: linear-gradient(to right,
            #d0d0d0 0%,
            #d0d0d0 var(--range-min),
            #3a7d44 var(--range-min),
            #3a7d44 var(--range-max),
            #d0d0d0 var(--range-max),
            #d0d0d0 100%);
}

/* Mobile Filter And sorting */
.facet-checkbox__text {
    color: #5f5f5f;
}

.js .mobile-facets__inner .mobile-facets__submenu {
    position: relative;
    transform: none;
    visibility: visible;
    z-index: 0;
    padding: 10px;
}

.mobile-facets__header {
    padding: 10px !important;
}

.mobile-facets__header h2.mobile-facets__heading {
    color: #454545;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.js .mobile-facets__list {
    overflow-y: visible;
}

.js .mobile-facets__inner {
    max-width: 28rem;
}

.js .mobile-facets__label {
    padding: 0;
    margin-bottom: 10px
}

.mobile-facets__inner .mobile-facets__main {
    padding: 10px;
}

.mobile-facets__submenu price-range.price-range {
    margin-bottom: 10px;
}

#FacetsWrapperMobile .mobile-facets__footer {
    padding: 0;
}

#FacetsWrapperMobile .mobile-facets__footer button {
    min-width: 0;
}

.mobile-facets__footer .button {
    font-size: 14px;
    ;
}

.mobile-facets__clear-wrapper .button {
    background: #000;
}

.mobile-facets__open-wrapper {
    height: 0;
    overflow: hidden;
}

/* collection Description */
.template--collection .rte img {
    width: 100%;
}

.collection-hero__description.rte p {
    font-size: 14px;
    line-height: 22px;
    color: var(--para-text-clr);
}

.product-grid-container .facet-filters__field {
    display: block;
}

.mobile-filter-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-bottom: 10px;
}

.mobile-filter-custom .mobile-view-filter {
    width: 50%;
}

.mobile-filter-custom .mobile-view-filter .filter_mobile_custom {
    width: 100%;
    margin-left: 0;
    text-align: center;
    height: 40px;
    box-shadow: inset 0px -1px #d0d0d0;
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mobile-filter-custom .facet-filters__sort {
    text-align: center;
}

.product-grid-container .mobile-filter-custom .select {
    text-align: center;
    height: 40px;
    box-shadow: inset 0px -1px #d0d0d0;
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 5px;
}

.collection-hero__description.rte .page-subtitle,
.collection-hero__description.rte .page-subtitle a.link {
    color: #3a7d44;
}

.collection-hero__description.rte ul li {
    list-style: none;
    color: #5f5f5f;
    font-size: 14px;
}

.collection-hero__description.rte .table-darkHeader tbody td {
    border-bottom-width: 1px;
    border: 1px solid #5f5f5f
}

.collection-hero__description.rte .bluetick li:before {
    width: 6px;
    height: 12px;
    border-width: 0 3px 3px 0;
}

.table.table-darkHeader {

    border-collapse: collapse;
}

.product-grid-container .facet-filters__sort:focus-visible {
    outline: 0;
}

.product-grid-container .mobile-filter-custom .select .svg-wrapper {
    right: 5px;
}

.filter_mobile_custom svg {
    float: left;
}

.product-grid-container facet-filters-form .facet-filters {
    padding-left: 0;
}

.filter_mobile_custom span {
    font-size: 14px;
}

.related-articles .heading {
    font-size: 20px;
    color: var(--dark-green-theme-clr);
    margin-bottom: 10px;

}

.collection-hero__description.rte .page-subtitle {
    color: #3a7d44;
    text-decoration: none;
}

.collection-hero__description.rte a.link {
    color: #62c35d;
    text-decoration: none;
}

.collection-hero__description.rte img {
    border: 0;
}

quick-add-modal .product-form__submit {
    margin-bottom: 0;
}

quick-add-modal .product-form__submit-text svg {
    width: 25px;
    height: 25px;
}

quick-add-modal .product-form__submit-text {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 10px;
}

.facets.facets-vertical-sort .select .facet-filters__sort {
    padding-right: 25px;
    padding-left: 10px;
}

.description-text> :first-child {
    margin: 0;
}

.card__heading.zero-index a:after {
    z-index: 0;
}

@media(max-width:750px) {

    .price-range__input-group {
        padding-inline: 0;
    }

    .category-filter-container {
        padding: 0;
    }

    .product-grid-container .mobile-filter-custom .select {
        width: 50%;
    }

    .mobile-facet__label {
        margin-bottom: 8px;
    }
}

@media(min-width:750px) {

    facet-filters-form.facets.facets-vertical-sort {
        display: flex;
        justify-content: space-between;

    }

    .product-grid-container .mobile-filter-custom .select {
        width: 100%;
        padding: 0 20px 0 0;
    }

    facet-filters-form.facets.facets-vertical-sort {
        flex-direction: row-reverse;
    }

    .collection-hero__title+.collection-hero__description {
        border-top: 1px solid #f3f3f3;
        padding: 16px 0;
        border-bottom: 1px solid #f3f3f3;
    }
}

.grid__item {
    transition: all 0.4s ease;
}

.fade-out {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.fade-in {
    opacity: 0;
    transform: scale(1.05);
    animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(10px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.quick-add-modal .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 8px;
    overflow: hidden;
    height: 48px;
}

.quick-add-modal .quantity__button {
    flex: 0 0 56px;
    height: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: transparent;
    cursor: pointer;
    border-right: 1px solid #666;
}

.quick-add-modal .quantity__input {
    flex: 1;
    height: 100%;
    text-align: center;
    border: none;
    font-size: 20px;
}

.quick-add-modal .quantity__button:last-child {
    border-left: 1px solid #666;
    border-right: none;
}

.quick-add-modal .quantity:after {
    border: none;
}

.facet-filters__field .select__select {
    padding-inline: 10px;
}

.mobile-facets__footer .button {
    height: 40px;
    min-height: 0;
    padding: 10px;
}

@media (max-width: 400px) {
    .template--collection .review_card_product_wrapper img {
        width: 76px !important;
    }
}

.collection-hero__description.rte .row .imgSection-block {
    text-align: center;
    padding: 0 10px;
}

.collection-hero__description.rte .row.imgSection {
    margin-bottom: 10px;
}

.collection-hero__description.rte .row .imgSection-block:not(:last-child) {
    border-right: 1px solid #ccc;
}

.collection-hero__description.rte .row .col-md-4 img {
    width: unset;
}

.collection-hero__description.rte .row.imgSection img {
    width: unset;
}

@media (min-width: 768px) {
    .collection-hero__description.rte .row {
        display: flex;
    }

    .collection-hero__description.rte .row .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

@media (min-width:989px) {
    .collection-hero__description.rte .row .imgSection-block {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width:768px) and (max-width:989px) {
    .collection-hero__description.rte .row.imgSection {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .collection-hero__description.rte .row .imgSection-block {
        flex: 0 0 25%;
        box-sizing: border-box;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .collection-hero__description.rte .row .col-md-4 {
        flex: 0 0 1;
        width: 100%;
    }

    .collection-hero__description.rte .row .imgSection-block:not(:last-child) {
        border-right: unset;
    }

    .collection-hero__description.rte .imgSection-block {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }


facet-filters-form.facets.facets-vertical-sort {
    border-top: 1px solid #979797;
    padding-top: 15px;
}
#ProductGridContainer .full-unstyled-link,
.collection .card__heading {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
}