.swiper_box {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.swiper_box .swiper_item,
.swiper_box .swiper_item img {
	width: 100%;
	height: 100%;
}

.content-wrapper {
	margin: 0 auto;
	max-width: 1280px;
	min-height: 80vh;
	padding: 0 24px;
}

.sort-and-filter {
	justify-content: space-between;
	width: 100%;
}

.filter-wrap.hide {
	-webkit-animation-duration: .26s;
	animation-duration: .26s;
	-webkit-animation-name: slide-3632e0e2;
	animation-name: slide-3632e0e2;
	left: -100vw;
	opacity: 0;
	transition: left .25s ease-in-out;
}

.filter-wrap {
	-ms-overflow-style: none;
	display: flex;
	flex: 1;
	height: calc(100vh - 150px);
	overflow: hidden auto;
	overflow: -moz-scrollbars-none;
	padding: 0 5px 0 0;
	position: -webkit-sticky;
	position: sticky;
	scrollbar-width: none;
	top: 150px;
	z-index: 101;
}

.filter {
	max-width: 100%;
	position: relative;
}

.filter__sidebar-container {
	background: #fff;
	max-width: 100%;
	width: 289px;
}

.filter__hdr {
	align-items: center;
	background: #efede4;
	color: #2c5b75;
	display: flex;
	font-family: neue-haas-grotesk-display, Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: 100;
	height: 94px;
	letter-spacing: .53px;
	padding: 0 25px;
}

.desktop {
	display: none !important;
}

.filter__container {
	background: #fff;
	margin: 0 25px 70vw;
	padding: 0 0 0 2px;
}

.filter__btm-hr {
	margin: 45px 0 30px;
}

.filter__hr {
	border: none;
	border-bottom: 1px solid #b6cc95;
	height: .5px;
	margin: 15px 0;
}

.filter__btn-border-blue {
	border-color: #2c5b75;
	color: #2c5b75;
	font-size: 10px;
	height: 23px;
	padding: 0 32px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.filter__btm-btn {
	margin: 0 0 30px;
}

.filter__container .btn {
	background: #fff;
	border: 1px solid #3e635f;
	border-radius: 30px;
	box-shadow: none;
	color: #3e635f;
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	outline: none;
	padding: .75rem 3rem;
	transition: all .25s ease;
}

.accordion {
	margin: 0 0 25px;
}

.accordion__hdr-wrap {
	align-items: center;
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

.filter__accordion h3 {
	color: #2c5b75;
	font-family: neue-haas-grotesk-display, Arial, Helvetica, sans-serif;
	font-size: .875rem;
}

.accordion__hdr-wrap h3 {
	color: #3d7183;
	font-size: 16px;
	font-weight: 900;
}

.accordion__accordion-icon-container {
	position: relative;
}

.accordion__collapse-icon {
	background: #2e0f4f;
	border-radius: 5px;
	cursor: pointer;
	height: 1px;
	position: relative;
	width: 10px;
}

.accordion__animated-accordion-icon {
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(180deg);
}

.accordion__expand-icon {
	transform: rotate(90deg);
}

.accordion__collapse-icon {
	background: #2e0f4f;
	border-radius: 5px;
	cursor: pointer;
	height: 1px;
	position: relative;
	width: 10px;
}

.accordion__subcategory-list {
	display: block;
	max-height: 99em;
	transition: max-height .25s ease-in-out;
}

.accordion__input-container {
	margin: 18px 0 0;
	position: relative;
}

.results-container {
	align-content: flex-start;
	margin: 1.5rem 0 0 2rem;
	width: 75%;
}

.loop-container {
	max-width: 915px;
	width: 100%;
	padding-bottom: 100px;
}

.title-container {
	justify-content: space-between;
	margin: .5rem 0 1.5rem;
}

.title-container h2 {
	color: #2c5b75;
	font-size: 24px;
	font-weight: 200;
}

.sort__filter-bar {
	display: flex;
	justify-content: space-between;
}

.sort__filter-icon {
	align-items: center;
	background: #2c5b75;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	flex-grow: 1;
	height: 26px;
	justify-content: space-around;
	margin: 0 10px 0 0;
	max-width: 100px;
	min-width: 86px;
}

.sort__filter-icon .filter-txt {
	color: #fff;
}

.sort p {
	color: #29524d;
	font-size: 12px;
	line-height: 28px;
}

.sort .searchbox {
	flex-grow: 1;
	margin: 0 10px 0 0;
	max-width: 222px;
	min-width: 111px;
}

.sort__filter-icon .filter-img {
	height: 15px;
	width: 15px;
}

.sort .searchbox__input {
	border: 1px solid #3e635f;
	border-radius: 50px;
	height: 26px;
	padding: 0 0 0 10px;
	width: 100%;
}

.sort__container {
	background: #fff;
	border: 1px solid #3e635f;
	border-radius: 13px;
	cursor: pointer;
	flex-grow: 1;
	max-width: 222px;
	min-width: 128px;
	position: relative;
}

.sort__container .el-select {
	display: inline-block;
	align-items: center;
	border-radius: 12px;
	color: #3e635f;
	display: flex;
	height: 26px;
	justify-content: space-between;
	padding: 0 10px;
	position: relative;
	z-index: 11;
}

.sort__container .el-select .el-input,
.sort__container .el-select .el-input .el-input__inner {
	align-items: center;
	border-radius: 12px;
	color: #3e635f;
	display: flex;
	height: 23px;
	justify-content: space-between;
	position: relative;
	border: transparent;
}


.sort__container .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-input__icon {
	line-height: 23px;
}

.el-scrollbar__view .el-select-dropdown__list {
	border: 1px solid #b6cc95;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	left: -1px;
	overflow-y: hidden;
	padding: 27px 0 0;
	position: absolute;
	top: -1px;
	z-index: 10;
}

.el-select-dropdown__item {
	color: #29524d;
}

.el-select-dropdown__item.selected {
	color: white;
	background-color: #29524d;
}

.sort__selected {
	align-items: center;
	border-radius: 12px;
	color: #3e635f;
	display: flex;
	height: 26px;
	justify-content: space-between;
	padding: 0 10px;
	position: relative;
	z-index: 11;
}

.sort__selected .arrow {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 0 4px;
	transition: transform .15s;
}

.sort__selected .arrow:before {
	border-bottom: 2px solid #29524d;
	border-radius: 2px;
	border-right: 2px solid #29524d;
	content: "";
	height: 6px;
	transform: rotate(45deg);
	transition: transform .2s;
	width: 6px;
}

.loop-container .spacer-bar {
	margin: 0 0 15px;
}

.spacer-bar {
	border: none;
	border-bottom: 1px solid #b6cc95;
	height: .5px;
	margin: 0 0 30px;
	width: 100%;
}

.filters__container {
	font-family: neue-haas-grotesk-display, Arial, Helvetica, sans-serif;
}

.filters__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.filters__item.clear-all {
	background: #2c5b75;
	border-radius: 50px 50px;
	color: #fff;
	cursor: pointer;
}

.filters__item {
	align-items: center;
	background: #edfafd;
	border: 1px solid #2c5b75;
	border-radius: 50px;
	color: #2c5b75;
	display: flex;
	font-size: .625rem;
	height: 21px;
	margin: 5px 10px 0 0;
	padding: 5px 10px;
	text-transform: capitalize;
}

.filters__remove {
	cursor: pointer;
	margin: 0 0 0 10px;
}

.loop-container .product-tile {
	margin: 1rem 1rem 0 0;
}

.loop-container .search-results {
	justify-content: flex-start;
	width: 100%;
}

.search-results {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	max-width: 1024px;
	width: 96%;
}

.product-tile {
	height: auto;
	justify-content: space-between;
	margin: 1rem 0 0;
	padding: 0;
	position: relative;
	width: 165px;
}

.product-list-item-container {
	background: #fff;
	border-color: #e2e3ed;
	min-height: 290px;
}

.promo-tag-wrapper {
	z-index: 4;
}

.product-tile .background-best-seller {
	background: #3d7183;
}

.promo-tag {
	margin: 0 0 .313rem;
}

.promo-tag p {
	font-weight: 900;
	line-height: .625rem;
	text-transform: capitalize;
}

.product-tile .background-hot-item {
	background: #2c5b75;
	border: 1px solid #2c5b75;
}

.product-tile .background-hot-item p {
	color: #fff;
}

.product-tile .product-image {
	border-radius: 5px;
	padding: 1.5rem 0 0;
}

.product-tile img {
	height: 165px;
	margin: 0;
	width: 100%;
}

.product-tile .tile-content {
	color: #221f1f;
	flex: 1;
	justify-content: space-between;
	padding: 0 .688rem 1rem;
	width: 100%;
}

.product-tile .tile-content__options-container {
	height: 100%;
}

.product-tile .tile-content__header {
	flex: 1;
	justify-content: flex-start;
	margin: .313rem 0 .625rem;
}

.product-tile .tile-content__header__title {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #221f1f;
	display: -webkit-box;
	font-size: .875rem;
	line-height: 1.125rem;
	overflow: hidden;
	text-align: left;
}

.product-tile .tile-content__purchase-details__price-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.product-tile .tile-content__purchase-details__add-to-cart {
	font-weight: 500;
}

.tile-content__purchase-details .btn {
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: 0;
	opacity: 1;
	padding: .35rem 0;
	text-align: center;
	width: 100%;
}

.product-tile .tile-content__purchase-details .helper-info,
.product-tile .tile-content__purchase-details p {
	padding: 0 0 .75rem;
}

.product-tile .tile-content__purchase-details__price {
	color: #29524d;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.063rem;
}

.product-tile .background-best,
.product-tile .background-better,
.product-tile .background-good,
.product-tile .background-ultimate {
	background: #2c5b75;
}

.cta-wrapper {
	margin: 0 auto;
}

.cta {
	margin: 1rem auto 5rem;
}

.container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 10px 20px rgba(0, 0, 0, .102);
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
}

.container.left .img-container,
.container.right .img-container {
	height: 300px;
}

.img-container {
	position: relative;
}

.img-container .img {
	height: 275px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.cta-content {
	padding: 2rem;
	text-align: center;
}

.cta-content>:first-of-type:not(img) {
	margin: 0 auto 2rem;
}

.cta-content .header {
	color: #29524d;
}

.cta-content>* {
	margin: 2rem auto;
}

.cta-content .header * {
	font-family: neue-haas-grotesk-display;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.cta-content .header b,
.cta-content .header strong {
	font-weight: 900;
}

.cta-content .na {
	background: #b6cc95;
}

.cta-content .hr {
	border-radius: 1rem;
	height: 2px;
	width: 9.5rem;
}

.content-wrapper p {
	margin: auto;
}

.text p {
	font-size: 12px;
	line-height: 2;
	text-align: left;
}

.cta-btn a,
.cta-btn button,
.cta-btn p {
	border-radius: 20px;
	display: block;
	margin: auto;
	max-width: 400px;
	white-space: nowrap;
	width: 100%;
}

.sort__opts {
	border: 1px solid #b6cc95;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	left: -1px;
	overflow-y: hidden;
	padding: 27px 0 0;
	position: absolute;
	top: -1px;
	z-index: 10;
}

.load-observer-area {
	text-align: center;
}

.load-observer-area .el-icon-loading {
	font-size: 80px;
}
.toaster_message_wrapper {
    left: 0;
    margin: auto;
    max-width: 1024px;
    position: fixed;
    right: 0;
    top: 80%;
    width: 90%;
    z-index: 1000;
}

.filter__close-btn-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.filter__close-btn {
    align-items: center;
    background: #3e635f;
    border: 1px solid #3e635f;
    border-radius: 50%;
    color: #dcfd8b;
    cursor: pointer;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: 25px;
    padding: 0 0 3px;
    width: 35px;
}

.filter__x {
    font-size: 30px;
}

.filter__apply-btn-wrap {
    align-items: flex-end;
    background: linear-gradient(0deg, #fff 50%, hsla(0, 0%, 100%, 0));
    bottom: 1rem;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.filter__content {
    margin: 15px 0 0;
    padding: 0 25px;
}

.filter__items-no {
    color: #29524d;
    font-size: 14px;
    margin: 0;
    padding: 0 0 15px;
}

.mobile-sidebar {
    background-color: #fff;
    bottom: 0;
    color: #29524d;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: min(100%, 500px);
}

.mobile-sidebar-header,
.mobile-sidebar-header span {
    align-items: center;
    display: flex;
}

.mobile-sidebar-header {
    background-color: #efede4;
    font-size: 14px;
    height: 95px;
    justify-content: space-between;
    padding: 0 2rem;
}

    .mobile-sidebar-header .btn-close-outline,
    .mobile-sidebar-header .btn-close-solid {
        background-color: transparent;
        border: 1px solid #29524d;
        border-radius: 50%;
        cursor: pointer;
        height: 35px;
        position: relative;
        transition: opacity .2s ease-out, transform .2s, scale .2s cubic-bezier(.22, .68, 0, 1.71);
        width: 35px;
    }

        .mobile-sidebar-header .btn-close-outline:before,
        .mobile-sidebar-header .btn-close-solid:before {
            transform: rotate(45deg);
        }

        .mobile-sidebar-header .btn-close-outline:after,
        .mobile-sidebar-header .btn-close-outline:before,
        .mobile-sidebar-header .btn-close-solid:after,
        .mobile-sidebar-header .btn-close-solid:before {
            background-color: #29524d;
            content: "";
            height: 45%;
            inset: 0;
            margin: auto;
            position: absolute;
            width: 1px;
        }

    .mobile-sidebar-header span img {
        margin: 0 1rem 0 0;
        width: 20px;
    }

.mobile-sidebar-first-level {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 0 2rem;
}

    .mobile-sidebar-first-level .cart {
        align-items: center;
        display: flex;
        height: 3rem;
        justify-content: space-between;
        margin: 0 0 1rem;
    }

        .mobile-sidebar-first-level .cart a {
            color: #29524d;
            font-weight: 600;
            text-decoration: underline;
        }

    .mobile-sidebar-first-level .btn {
        padding: .5rem 0;
        text-align: center;
    }

        .mobile-sidebar-first-level .btn.btn-pa-green-outline {
            margin: 1rem 0 1.75rem;
        }

    .mobile-sidebar-first-level .categories {
        border-bottom: 1px solid #e6e7e8;
        border-top: 1px solid #e6e7e8;
        padding: 1rem 0;
    }

    .mobile-sidebar-first-level .arrow-btn.--no-border-bottom {
        border-bottom: none;
    }

    .mobile-sidebar-first-level .arrow-btn {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #e6e7e8;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-sidebar-first-level .categories a {
        align-items: center;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        height: 3rem;
    }

    .mobile-sidebar-first-level .arrow,
    .mobile-sidebar-first-level .arrow-btn,
    .mobile-sidebar-first-level .categories a,
    .mobile-sidebar-first-level .categories button {
        align-items: center;
        color: #29524d;
        display: flex;
        height: 3rem;
        justify-content: space-between;
        width: 100%;
    }

        .mobile-sidebar-first-level .categories a span,
        .mobile-sidebar-first-level .categories button span {
            align-items: center;
            display: flex;
        }

        .mobile-sidebar-first-level .arrow-btn:after,
        .mobile-sidebar-first-level .arrow:after,
        .mobile-sidebar-first-level .categories a:after,
        .mobile-sidebar-first-level .categories button:after {
            border-radius: 2px;
            border-right: 2px solid #29524d;
            border-top: 2px solid #29524d;
            content: "";
            height: 9px;
            transform: rotate(45deg);
            width: 9px;
        }

        .mobile-sidebar-first-level .categories a span img,
        .mobile-sidebar-first-level .categories button span img {
            height: 100%;
            margin: 0 1.5rem 0 0;
            width: 1.5rem;
        }

.partnership_content .content-title {
    font-weight: 200;
    line-height: 1.2;
    margin: 30px 0 25px;
    text-align: center;
}

.partnership_content .content-icon {
    display: block;
    margin: 0 auto 30px;
    width: 20px;
}

.partnership_content .content-p {
    font-size: .875rem;
    line-height: 1.5;
    margin: 0 0 30px;
}

.partnership_content .content-instruction {
    font-size: .75rem;
    line-height: 1.3;
    margin: 0 0 30px;
}

.partnership_content .results-message {
    font-size: .875rem;
    font-weight: 600;
    margin: 50px 0;
    text-align: center;
}

.partnership_content .error {
    color: red;
}

.partnership_content .input_wrapper {
    margin: 0 0 0rem !important;
}

.partnership_content .btn-margin {
    margin: 25px 0 0;
    width: 100%;
}


@media (max-width: 872px) {
    .loop-container .search-results {
        gap: 0 1rem;
        justify-content: space-evenly;
    }
}

@media (max-width: 768px) {
    .search-results {
        margin: 0 auto;
        width: 100%;
    }
}
@media (min-width: 1024px) {
	.filter-wrap.hide {
		opacity: 1;
		transition: all 0s;
	}

	.filter-wrap {
		z-index: 1;
	}

	.filter__sidebar-container {
		height: 100%;
	}

	.filter__hdr {
		background: #fff;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		margin: 25px 0;
		padding: 0;
	}

	.desktop {
		display: block !important;
	}

	.filter__container {
		margin: 0;
	}

	.filter__hr {
		margin: 0 0 30px;
	}

	.filter__btn-border-blue {
		font-size: 12px !important;
		padding: 0 25px .75px !important;
	}

	.accordion {
		margin: 0 0 35px;
	}

	.sort .mobile {
		display: none !important;
	}

	.container.left,
	.container.right {
		align-items: center;
		max-height: 400px;
	}

	.container.left {
		flex-direction: row;
	}

	.container {
		max-width: 1024px;
	}

	.container.left .img-container,
	.container.right .img-container {
		height: 350px;
		width: 50%;
	}

	.img-container .img {
		height: 350px;
	}

	.container.left .cta-content,
	.container.right .cta-content {
		padding: 0 5rem;
		width: 50%;
	}

	.cta-btn a,
	.cta-btn button,
	.cta-btn p {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
@media (max-width: 1023px) {
    .sort-and-filter {
        flex-direction: column;
    }

    .results-container {
        margin: 0;
        width: 100%;
    }

    .filter-wrap {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background: #fafafa;
        height: 100%;
        left: 0;
        line-height: unset;
        opacity: 1;
        position: fixed;
        top: 0;
        transition: 0s;
        transition: left .25s ease-in-out;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .sort__filter-bar {
        margin: 5px 0 8px 5px;
    }
}
@media (min-width: 1272px),
(min-width: 872px) and (max-width: 1024px) {
	.loop-container .product-tile:not(:nth-child(5n)) {
		margin: 1rem 1rem 0 0;
	}
}

@media (min-width: 375px) {
	.cta-wrapper {
		padding: 0 1.875rem;
	}
}

@media (min-width: 768px) {
	.cta {
		margin: 2.75rem auto 3.75rem;
	}
}

@media (max-width: 771px) {
    .content-wrapper {
        padding: 15px;
    }
}

@media (max-width: 425px) {
    .product-tile {
        margin: 1rem auto 0 0;
        width: 48%;
    }

    .product-list-item-container {
        min-height: 290px;
        width: 43vw;
    }
}

@media (max-width: 872px) {
    .loop-container .search-results {
        gap: 0 1rem;
    }
}

@media (max-width: 872px) {
    .loop-container .search-results {
        justify-content: space-evenly;
    }
}

@media (max-width: 1024px) {
    .loop-container .product-tile {
        margin: 1rem 0 0;
    }
}

@media (max-width: 325px) {
    .product-list-item-container {
        min-height: 330.5px;
        width: 90vw;
    }
}
.filter-wrap.cohide {
    animation-duration: .26s;
    animation-name: slide-3632e0e2;
    left: -100vw;
}
@media (max-width: 1023px) {
    .filter__sidebar-container {
        -ms-overflow-style: none;
        height: 100vh;
        overflow-y: scroll;
        scrollbar-width: none;
    }
}