/** Shopify CDN: Minification failed

Line 239:0 Unexpected "}"
Line 625:0 Unexpected "}"

**/
@font-face {
	font-family: 'Muli';
	src: url('{{ "Muli-Light.ttf" | asset_url }}') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.main-page-title {
	margin-top: 8rem !important;
}

.sticky-padding {
	padding-top: 42px;
}

.section-template--24166628688173__main-padding {
	padding-top: 0px !important;
}

.discount {
	color: #eee;
	background-color: #F83A3A;
	padding: 12px 8px 10px 8px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	top: 20px;
	left: 15px;
}

.discount-product {
	color: #eee;
	background-color: #F83A3A;
	padding: 2px 8px 2px 8px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	top: 20px;
	left: 15px;
}

.header__menu-item {
	padding: 1.2rem;
	text-decoration: none !important;
	font-family: "Muli", sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px;
	color: #fff !important;
}

.header__menu-item:hover {
	color: rgb(var(--color-foreground));
	opacity: 7;
	text-decoration: none !important;
}

@media screen and (min-width: 750px) {
	.section-template--24227658662189__main-padding {
		padding-top: 100px !important;
		padding-bottom: 28px;
	}
}

.cart-count-bubble {
	position: absolute;
	background-color: #000;
	color: #fff;
	height: 1.7rem;
	width: 1.7rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .9rem;
	bottom: 2.8rem !important;
	left: 2.2rem;
	line-height: calc(1 + .1 / var(--font-body-scale));
}

.product-section {
	width: 100%;
	display: flex;
	justify-content: center;
}

.title-area .main-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.w-1440 {
	max-width: 1440px;
}

.title-area .sub-title {
	color: #666;
	font-size: 16px;
	margin-bottom: 40px;
}

.icon-boxes {
	display: flex;
	justify-content: center;
	gap: 0px;
	margin-bottom: 25px;
}

.vertical-line {
	border-left: 1px solid #EBEBEB;
}

.icon-box {
	background: #fff;
	padding: 20px 30px 0px 30px;
	text-align: center;
	max-width: 550px;
}

.icon-box .icon {
	font-size: 28px;
	margin-bottom: 10px;
}

.product-grid {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	padding-bottom: 80px;
}

.product-card {
	width: 488px;
	background: #fff;
	border-radius: 10px;
	transition: transform 0.3s;
	padding: 20px 15px 2px 15px;
	position: relative;
	border: 5px solid #f5f5f5;
	line-height: 0px
}

.product-title {
	margin: 17px 0px 0px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.product-price {
	margin: 15px 0px;
	color: #737373;
	padding-bottom: 20px;
}

.product-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.4s ease;
}

.img-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.number-icon {
	background-color: #FBF9F6;
	/* blue circle */
	color: #475467;
	width: 70px;
	height: 70px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 auto 10px;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.product-card:hover .img-hover {
	opacity: 1;
}

.product-card:hover .img-normal {
	opacity: 0;
}

.product-image:hover .cart-btn {
	opacity: 1;
	pointer-events: auto;
}

.about {
	color: #000;
	font-size: 14.5px;
}

.cart-btn {
	position: absolute;
	bottom: 20px;
	left: 62%;
	right: 0;
	transform: translate(-10%);
	background: #323231;
	color: #fff;
	padding: 12px 16px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	opacity: 0;
	transition: opacity .4s ease;
}
}

.cart-remove-button .icon-remove {
	height: 1.5rem !important;
	width: 1.5rem !important;
	color: #000 !important;
}

.product-info {
	padding: 0px;
}

.text-center {
	text-align: center;
}

.p-15 {
	padding: 0px 15px;
}

@media only screen and (max-width: 768px) {
	.category-card .content {
		position: relative;
		z-index: 2;
		height: 100%;
		background: #0000004d;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: end;
		color: #fff;
		padding: 0px 50px 19px 27px !important;
	}

	.category-title {
		font-size: 1.4rem;
		font-weight: 700;
		margin-bottom: 0px;
	}

	.icon-boxes {
		display: flex;
		flex-direction: column;
	}

	.rts-discount-section {
		padding: 42px 0 !important;
	}

	.carousel-controls {
		width: 100%;
	}

	#showPopupBtn {
		display: none !important;
	}

	.icon-box {
		padding: 20px 13px;
	}

	.review-card {
		width: 300px !important;
	}

	.header {
		padding: 0px 15px !important;
	}

	.category-grid {
		justify-content: start;
	}

	.category-card {
		position: relative;
		min-width: 313px;
		height: 313px;
		border-radius: 6px;
		overflow: hidden;
		cursor: pointer;
		flex-shrink: 1;
	}

	.vertical-line {
		border: none;
	}

	.sub-title {
		font-size: 16px;
		text-transform: uppercase;
		margin: 0;
		font-weight: 700;
		color: #fff;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.4rem;
	}

	.banner__content {
		padding: 0;
		display: flex;
		position: relative;
		width: 100%;
		align-items: end;
		justify-content: end;
		z-index: 2;
	}

	.banner__heading {
		font-size: 18px;
	}

	.input-wrapper {
		padding: 0px !important;
	}

	.custom-footer-col {
		margin: 0px !important;
	}

	.footer-newsletter {
		padding: 0px !important;
	}

	.sticky-padding {
		padding-top: 52px;
	}
}

.mobile-quick-add {
	display: none;
}

@media (max-width: 767px) {
	.section-template--24227658662189__main-padding {
		padding-top: 100px !important;
		padding-bottom: 28px;
	}

	.fast-cart-popup {
		max-width: 320px !important;
	}

	.cart-btn {
		font-size: 12px;
		transition: none !important;
	}

	.slide-content {
		bottom: 25% !important;
		left: 0 !important;
		right: 0;
		text-align: center;
	}

	.slide-content h1,
	.slide-content h2 {
		font-size: 24px !important;
		word-wrap: break-word;
		max-width: 100%;
		margin: 0 auto;
		padding: 10px;
	}
}

.fade-in-up {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 1s ease forwards;
}

.banner__box>*:first-child {
	font-size: 64px !important;
	font-weight: 700;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
	.hover-arrow {
		display: none;
	}

	.section-template--24227658662189__main-padding {
		padding-top: 100px !important;
		padding-bottom: 28px;
	}

	.input-wrapper .icon {
		top: 35px !important;
	}

	.offer-countdown-section {
		gap: 0px !important;
		flex-direction: column !important;
	}

	.header-wrapper {
		padding-top: 24px !important;
	}

	.input-wrapper .icon {
		top: 29px !important;
	}

	.scrolled {
		padding-top: 57px !important;
	}

	.sticky-padding {
		padding-top: 62px;
	}
    .about-page {
		margin-top: 65px;
	}

}

.media--circle {
	padding-bottom: 0%;
	border-radius: 50%;
	width: 64px !important;
	height: 64px !important;
}

.multicolumn-card__image-wrapper--third-width {
	width: 22%;
}

.menu-drawer__menu-item {
	padding: 1.1rem 3rem;
	text-decoration: none;
	font-size: 1.8rem;
	color: #000;
}

.button {
	color: #fff;
}

.modal__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(var(--color-background));
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 50px 0px; */
	height: 150px !important;
}

@media only screen and (min-width: 320px) and (max-width: 430px) {
	.offer-countdown-section {
		gap: 0px !important;
		flex-direction: column;
		padding: 2px 0px 4px 0px !important;
		height: auto !important;
	}

	.offer-text {
		line-height: 1.5
	}

	.boxed-layout {
		padding: 40px 8px 10px 8px !important;
	}

	/* .white-header {
    top: 66px !important;
} */
	/* #shopify-section-sections--24166629015853__header .header-wrapper.scrolled  {
          margin-top: 39px;
} */
	.flex {
		display: flex !important;
		margin-top: 0px !important;
		flex-wrap: nowrap !important;
	}

	.m-hide {
		display: none;
	}

	.banner__box>*:first-child {
		font-size: 40px !important;
		font-weight: 700;
	}

	.header__heading-logo {
		height: auto;
		width: 60px;
		max-width: 100%;
	}

	.title {
		font-size: 26px !important;
		font-weight: 700;
	}

	.description {
		font-size: 14px;
	}

	.header__heading-logo {
		height: 100%;
		width: 60px !important;
		max-width: 100%;
	}

}

#shopify-section-template--24176128557357__multirow_kbKyrT .image-with-text__content>*+* {
	margin-top: 2rem;
	color: #000;
	padding: 0px 19px;
	text-align: center;
}

.rte a {
	color: #000;
}

.rte a:hover {
	color: #000;
}

#shopify-section-template--24176128557357__multirow_kbKyrT .image-with-text__media {
	min-height: 100%;
	overflow: visible;
	border-radius: 6px !important;
	border: none;
}

#shopify-section-template--24176128557357__multirow_kbKyrT .media>*:not(.zoom):not(.deferred-media__poster-button),
#shopify-section-template--24176128557357__multirow_kbKyrT .media model-viewer {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 396px !important;
	width: 100% !important;
	border-radius: 16px !important;
}

@media screen and (min-width: 750px) {
	.section-template--24244335575341__main-padding {
		padding-top: 100px !important;
		padding-bottom: 28px;
	}
}

.header__menu-item:hover span {
	text-decoration: none !important;
	text-underline-offset: .3rem;
	color: #DFE2E1 !important;
}

@media screen and (min-width: 750px) {
	.section-template--24166628524333__multicolumn_7KktCX-padding {
		padding: 25px 0px 25px 0px !important;
		color: #fff;
	}

}

.offer {
	position: fixed !important;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	top: 0%;
	color: #000;
	padding-top: 0px !important;
}
}

.scrolled-past-header {
	position: sticky !important;
	top: 40px;
	/* height of announcement bar */
	background-color: #007bff;
	color: white;
	padding: 15px 20px;
	font-size: 20px;
	z-index: 1001;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.white-header {
	position: fixed !important;
	font-family: "Muli", sans-serif;
	width: 100%;
	color: #fff !important;
	background-color: #fff;
	z-index: -1;
	top: 37px;
}

@media screen and (min-width: 750px) {
	.banner--small:not(.banner--adapt) {
		min-height: 50vh !important;
		margin-top: 73px;
		border-top: 1px solid #000;
	}
}

.header__active-menu-item {
	transition: text-decoration-thickness var(--duration-short) ease;
	color: rgb(var(--color-foreground));
	text-decoration: none;
	text-underline-offset: .3rem;
}

/* @media (max-width: 320px) {
  #shopify-section-sections--24166629015853__header .header-wrapper.scrolled {
    top: 8% !important;
  }
  
}

@media (max-width: 375px) {
  #shopify-section-sections--24166629015853__header .header-wrapper.scrolled {
    top: 8% !important;
  }
}
\ */
@media (max-width: 768px) {
	#shopify-section-sections--24166629015853__header .header-wrapper.scrolled {
		top: 61px !important;
	}

	.offer-countdown-section {
		height: 100px;
	}

	/* #shopify-section-sections--24166629015853__header .header-wrapper {
    top: 82px !important;
} */
}

.image-with-text .grid {
	margin-bottom: 0;
	width: 1200px !important;
}


@media only screen and (max-width: 768px) {
	.flex {
		display: flex !important;
		margin-top: 0px !important;
		flex-wrap: nowrap !important;
	}

	.m-hide {
		display: none;
	}
}

@media screen and (max-width: 749px) {
	.slider.slider--mobile {
		position: relative;
		flex-wrap: inherit;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scroll-padding-left: 1.5rem;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 1rem;
	}
}