/** Shopify CDN: Minification failed

Line 822:0 Unexpected "}"
Line 1085:111 "dispaly" is not a known CSS property

**/
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
.card {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.card + .card-information {
  margin-top: 1.3rem;
}

@media screen and (min-width: 750px) {
  .card + .card-information {
    margin-top: 1.7rem;
  }
}

.card.card--soft {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgb(var(--color-foreground));
}

.card .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}

.card .h1 .icon-arrow,
.card .h2 .icon-arrow {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}

.card--media {
  display: block;
  text-decoration: none;
}

.card--text-only {
  display: flex;
  justify-content: center;
}

.card--text-only::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.card--product {
  position: relative;
}

.card--stretch {
  height: 100%;
}

.card--outline:not(.card--soft) {
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

.card--light-border {
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

.card--light-border:hover {
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
  box-shadow: none;
}

.card__text-spacing {
  padding: 3rem;
}

.card-colored.color-background-1 {
  background-color: rgba(var(--color-foreground), 0.04);
}

.card--media .card__text-spacing {
  padding: 2rem;
      display: none;
}
section#shopify-section-template--18886292013351__164076419358595b9a {
    position: relative;
    height: 860px;
    background: #fff;
    margin-bottom: 80px;
  	display: flex;
    align-items: flex-end;
}
section#shopify-section-template--18886292013351__164076419358595b9a::before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/new-smoth_1780x.jpg?v=1638877032);
    left: 47px;
    top: 30px;
    background-size: cover;
    width: 93%;
    height: 795px;
    background-repeat: no-repeat;
    background-position: top -62px center;
}
section#shopify-section-template--18886292013351__164076419358595b9a .email-card {
    max-width: 624px;
    margin-left: auto;
    padding: 40px 40px 0px 40px;
    position: relative;
    margin-right: 100px;
    margin-bottom: 0;
    background: #faf3ed;
  	width: 100%;
  	margin-bottom: 110px;
}

section#shopify-section-template--18886292013351__164076419358595b9a .email-card h1 {
    max-width: 350px;
    text-align: left;
    font-family: 'Shadows Into Light Two',cursive;
    font-size: 40px;
  	margin-top: 0;
}
section#shopify-section-template--18886292013351__164076419358595b9a .ecard-desc {
    max-width: 41rem;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}
section#shopify-section-template--18886292013351__164076419358595b9a .email-card  form.needsclick 
{
    margin: 0 !important;
  	max-width: 100% !important;
}
section#shopify-section-template--18886292013351__164076419358595b9a .email-card form div[data-testid="form-component"] {
    padding: 0 !important;
}
section#shopify-section-template--18886292013351__164076419358595b9a .email-card form .needsclick.kl-private-reset-css-Xuajs1
{
	justify-content: flex-start !important;
}

@media screen and (min-width: 750px) {
  .card--media .card__text-spacing {
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
  }
}

.card-information > * + * {
  margin-top: 0.5rem;
}

.card--text-only .card__inner {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  width: 100%;
}

.card__content {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.card__content > * {
  margin: 0;
}

.card--text-only .card__content {
  grid-row: 2;
  justify-self: flex-start;
  margin-bottom: 6rem;
  margin-top: 5rem;
}

.card--text-only .card__badge {
  align-self: flex-end;
  grid-row: 3;
    padding: .5rem;
    text-transform: uppercase;
}

.card--search .card__badge > *,
.card--text-only .card__badge > * {
  margin: 0 1.2rem 1.2rem;
}

.card--search .card__badge,
.card--text-only .card__badge {
  position: initial;
}

.card--text-only .card__content + .card__badge {
  margin-top: -5rem;
}

.card__badge {
    padding: 0.5rem;
    text-transform: uppercase;
}

.media + .card__content {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .card--text-only .card__content {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .card--text-only .card__content + .card__badge {
    margin-top: -7rem;
  }
}

.card__text-spacing > * {
  margin: 0;
}

.card__text-spacing > *:not(.overlay-card) + * {
  margin-top: 1.5rem;
}

.card__text {
  margin: 0;
  word-break: break-word;
}

.card-information__text {
  display: block;
  padding-right: 1.2rem;
}

.card-information__wrapper {
  width: 100%;
}

.card-information__wrapper > * {
  line-height: 1.4;
  color: rgba(var(--color-link),var(--alpha-link));
}

.card-information__wrapper > .price {
  color: rgb(var(--color-foreground));
}

.card-information__wrapper > .rating {
  margin-top: 0.4rem;
}

.card-information__wrapper
  > *:not(.visually-hidden:first-child)
  + *:not(.rating) {
  margin-top: 0.3rem;
}

.card-information__wrapper .caption {
  letter-spacing: 0.03rem;
}

.card-wrapper {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
}

.card-wrapper:focus-within .card {
  box-shadow: none;
}

.card__media-spacer {
  padding: 2rem 2rem 0;
}

@media screen and (min-width: 750px) {
  .card__media-spacer {
    padding: 3rem 3rem 0;
  }
}

.card__media-full-spacer {
  padding: 2rem;
}

.card-article-info {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.card__badge {
  bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  left: 1rem;
  position: absolute;
}

.card__badge > * {
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.overlay-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: transparent;
  transition: background-color var(--duration-long) ease;
}

.card:hover .card-colored .overlay-card {
  background-color: rgba(var(--color-card-hover), 0.06);
}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper {
    max-width:624px;
    margin-left:auto;
    padding:40px 40px 50px 40px;
	position:relative;
	margin-right:100px;margin-bottom: 0;}
section#shopify-section-template--18886292013351__1638514203c5b400cc{position:relative;}
section#shopify-section-template--18886292013351__1638514203c5b400cc::before{
	position:absolute;
	content:"";
	background:url(/cdn/shop/files/new-smoth_1780x.jpg?v=1638877032);
	left:47px;
	top:30px;
	background-size: cover;
    width:93%;
    height:749px;
    background-repeat: no-repeat;
    background-position: top -62px center;
}
div#shopify-section-header {
    background: #fff!important;
}
div#shopify-section-header.shopify-section-header-sticky {
    background: #faf3ed!important;
}
sticky-header.header-wrapper.color-background-1.gradient {
    background: transparent!important;
}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter{background: #fff!important;
    padding:341px 0 199px}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper h2 {
    max-width: 350px;
    text-align: left;
    font-family: 'Shadows Into Light Two',cursive;
    font-size: 40px;
}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__subheading {
    max-width: 41rem;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter-form {
    justify-content: start;
}
footer .grid--4-col-tablet .grid__item {
    width: calc(20% - 1rem * 3 / 4);
}
p.smallHeading {
    font-size: 12px;
}
.footer-block.grid__item.footer-block--menu {
    text-align: left;
}
footer .list-social {
    justify-content: start;
}
footer .footer-block__details-content .list-menu__item--link:hover {
    color: #fc9ea7;
}
footer .list-social li:first-child a {
    padding-left: 0;
}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width:100%;
}
@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child {
    transition: transform var(--duration-long) ease;
  }

  .card:hover .media.media--hover-effect > img:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1.03);
  }

  .card-wrapper:hover
    .media.media--hover-effect
    > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .card-wrapper:hover .media.media--hover-effect > img + img {
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }

  .card-wrapper:hover .card-information__text {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .card--search img {
    transition: transform var(--duration-default) ease;
  }

  .card-wrapper:hover .card--search img {
    transform: scale(1.05);
  }

  .card-wrapper:hover .card__text {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .card-wrapper:hover .card--soft {
    background-color: rgba(var(--color-card-hover), 0.06);
    transition: background-color var(--duration-long) ease;
  }
}


/**** home page ***/
h2.title {
    color: #212121;
}
section#shopify-section-template--18886292013351__163791402940c5b489 {
    background: url(/cdn/shop/t/5/assets/h-header.png?v=1637924764) no-repeat 0% 0%;
    background-size: cover;
    height: 84vh;
    display: flex;
    align-items: center;
    justify-content: left;
	padding: 40px 20px;
}
.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
	width:100%;
}
.header_col {
    width: 100%;
    max-width: 550px;
} 
.h_review{display:flex;} 
span.Review__figure.responsive-img img {
    max-width: 100%;
    width: 467px;
    border-radius: 100%;
}
.Review__content .stars {
    color: #fc9ea7;
    font-size: 32px;
    margin-bottom: -20px;
    margin-top: -10px;
}
.Review__content {
    padding-left: 30px;
}
.Review__content p {
    font-style: italic;
    line-height: 23px;
    margin-bottom: 0px;
}
p.Review__author {
    font-style: normal;
    font-weight: 700;
    color: #fc9ea7;
}
.header_content h1 {
    font-weight: 700;
    font-size: 44px;
    max-width: 500px;
    margin-bottom: 0;
}
.header_content p {
    font-size: 20px;
}
a.shop_btn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 14px 20px 10px;
    background-color: #fc9ea7;
    width: 38%!important;
    display: table;
    margin-top: 25px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
section#shopify-section-template--18886292013351__16379286453086acca .page-width {
    max-width: 1200px;
}
section#shopify-section-template--18886292013351__163792622722e2ce12 .collection.page-width {
    max-width: 1200px;
	margin-bottom: 0;
}
#shopify-section-template--18886291718439__product-grid .collection
{
	max-width: 1200px;
}
#shopify-section-template--18886291718439__product-grid .collection .grid__item
{
	padding-left: 15px;
    padding-right: 15px;
}
section#shopify-section-template--18886292013351__163792622722e2ce12 {
    background: #fff;
    padding: 40px 0px 1px;
}
section#shopify-section-template--18886292013351__163792622722e2ce12 .title-wrapper-with-link {
    margin: 0px 0px;
}
section#shopify-section-template--18886292013351__163792622722e2ce12 .product-grid .grid__item {
    padding-left: 15px;
    padding-right: 15px;
}
section#shopify-section-template--18886292013351__1637928313bcda895d .rich-text {
    background: #fff;
    margin: 0px;
}
section#shopify-section-template--18886292013351__1637928313bcda895d {
    padding-bottom: 45px;
    background: #fff;
}
section#shopify-section-template--18886292013351__1637928313bcda895d .rich-text a {
    margin-top: 0;
}
section#shopify-section-template--18886292013351__1637928313bcda895d .rich-text p {
    font-size: 20px;
    font-family: 'Shadows Into Light Two',cursive;
    letter-spacing: 2px;
}
section#shopify-section-template--18886292013351__16379286453086acca .multicolumn-card p {
    margin-bottom: 20px;
}
section#shopify-section-template--18886292013351__16379286453086acca .multicolumn-list {
    position: relative;
}
section#shopify-section-template--18886292013351__1637928313bcda895d a.button,section#shopify-section-template--18886292013351__16385088187867c5c1 a.button{
    background-color: #fc9ea7;
    font-size: 20px;
    padding: 17px 40px 14px;
}

section#shopify-section-template--18886292013351__16379286453086acca {
    padding: 15px 0px;
	background:#fff;
}
section#shopify-section-template--18886292013351__16379286453086acca .multicolumn .title {
    font-family: 'Shadows Into Light Two', cursive;
    letter-spacing: 2px;
	position:relative;
	z-index:1;
}
section#shopify-section-template--18886292013351__16379286453086acca  .multicolumn-card__info {
    position: relative;
}
.benefit_sec {
    display: flex;
    padding: 0;
}
.benefit_sec .benefit_col {
    width: 50%;
    height: auto!important;
}

.benefit_banner {
    background: url(/cdn/shop/t/5/assets/benif-bg.jpg?v=1638189040) no-repeat top center;
    background-size: cover;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.benefit_left_cont {
    max-width: 500px;
    color: #fff;
}
.benefit_left_cont p {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Shadows Into Light Two', cursive;
    letter-spacing: 2px;
    font-weight: 700;
}
.benefit_left_cont h2.title {
    color: #fff;
    line-height: 1.5em;
	margin-top: 15px
}
.benefit_main_content {
    background-color: #fc9ea7;
    padding: 64px 40px 70px;
    text-align: center;
	color: #fff;
}
.benif_content {
    max-width: 520px;
    margin: 0 auto;
}
.benefit_main_content h1{color: #fff;}
.formula_content {
    max-width: 490px;
    margin: 0 auto 30px;
}
.benefit_formula {
    background-color: #fabbb3;
    padding: 34px 0 64px;
    color: #fff;
    text-align: center;
}
.benefit_formula .formula_list {
    align-items: center;
    max-width: 490px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.benefit_formula .formula_list li img {
    width: 75px;
    height: 75px;
}
.benefit_formula .formula_list li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 0;
}
.benefit_formula .formula_list li {
    width: 32.4%;
    display: inline-block;
    margin: 30px 0px 0px;
} 
section#shopify-section-template--18886292013351__16385088187867c5c1 .slider-mobile-gutter {
    max-width: 870px;
    margin: 0 auto;
    padding: 35px 55px 30px;
    background:#faf3ed;
}
section#shopify-section-template--18886292013351__16385088187867c5c1 .multicolumn .center {
    margin-top: -69px;
    position: relative;
}
section#shopify-section-template--18886292013351__16385088187867c5c1{position:relative;padding-top:303px;padding-bottom:20px;background:#fff;}
section#shopify-section-template--18886292013351__16385088187867c5c1::before {
    background: url(/cdn/shop/files/bg3_1500x.jpg?v=1638515015);
    position: absolute;
    content: "";
    max-width: 1149px;
	width: 100%;
    height: 603px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top:70px;
	background-repeat:no-repeat;
}
section#shopify-section-template--18886292013351__16385088187867c5c1 .title-wrapper-with-link h2 {
    font-weight: bold;
    color: #fff;
}
section#shopify-section-template--18886292013351__16385088187867c5c1 .title-wrapper-with-link{position:relative;}
section#shopify-section-template--18886292013351__16385088187867c5c1::after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.2);
    max-width: 1150px;
	
    height: 100%;
    top: 70px;
    left: 50%;
	height: 603px;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
section#shopify-section-template--18886292013351__16385088187867c5c1 .multicolumn.background-none {
    position: relative;
    z-index: 1;
}
/*end homepage css*/

/*collections*/
.collectionhead .h_review{flex-wrap:wrap;justify-content:center;}
.collectionhead .h_review h1{text-align:center;font-weight:bold;}
.collectionhead .h_review h3{font-weight: normal;color: #212121;
    margin: 0;
	}
	.collectionhead .h_review img {
    max-width: 250px;
}
/* section#shopify-section-template--18886291718439__163903232529f4366a {
    background: url(/cdn/shop/files/collection-banner_1500x.png?v=1639036273) no-repeat 0 0;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 40px 20px;
} */
div#shopify-section-template--18886291718439__product-grid {
    background: #fff;
    padding: 65px 0px 4px;
	margin-top: 0;
}
div#shopify-section-template--18886291718439__product-grid  .collection {
    margin-bottom: 10px;
}
div#shopify-section-template--18886291718439__banner .collection-hero__inner {
    margin-bottom: 0;
}
section#shopify-section-template--18886291718439__16370357264ba715bd {
    display: none;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__content--center, #Banner-template--18886291620135__1639045612dd64f83a .banner__content--center {
    justify-content: start;
    max-width: 1200px;
	height:616px;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__box, #Banner-template--18886291620135__1639045612dd64f83a .banner__box
{
	text-align: left;padding:0;background:rgba(0,0,0,0)!important;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__box h2.banner__heading.h1, #Banner-template--18886291620135__1639045612dd64f83a .banner__box h2.banner__heading.h1 {
    font-weight: bold;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__text span, #Banner-template--18886291620135__1639045612dd64f83a .banner__text span{
    font-size: 20px;
}
section#shopify-section-template--18886291587367__main .blog-articles__article article .article-card__info {
    background: #fff;
    padding: 28px 20px 10px;
	align-items: center;
    justify-content: center;
}
section#shopify-section-template--18886291587367__main .main-blog.page-width .blog-articles {
    grid-template-columns: 1fr 1fr 1fr;
}
section#shopify-section-template--18886291587367__main .blog-articles__article article .article-card__info h2 {
    font-weight: bold;
    line-height: 26px;
}
section#shopify-section-template--18886291587367__main {
    padding: 20px 0 0;
}
section#shopify-section-template--18886291587367__main .blog-articles__article.article {
    box-shadow: 0 0 28px rgb(0 0 0 / 10%);
}
section#shopify-section-template--18886291587367__main .pagination__item--current{
    background: #dca53a;
    color: #fff;
    text-decoration: none;
}
section#shopify-section-template--18886291587367__main .pagination__item--current::after{display:none;}
section#shopify-section-template--18886291587367__main .pagination__item{font-size:20px;}
section#shopify-section-template--18886291587367__main .pagination-wrapper {
    margin-top: 0;
    margin-bottom: 72px;
}
section#shopify-section-template--14236831842385__1630985121f3cabdb6 .rich-text--full-width.color-background-1 {
    margin-bottom: 27px!important;
}
/*end collections*/
.mobile-banner
{
	display: none;
}

@media screen and (min-width: 990px) {
section#shopify-section-template--18886292013351__16379286453086acca .multicolumn-list li:first-child {
    width: calc(9.33% - 1rem * 13 / 1);
}	
section#shopify-section-template--18886292013351__16379286453086acca .multicolumn-card {
    padding-left: 30px;
}

section#shopify-section-template--18886292013351__16379286453086acca .multicolumn-list::before {
    content: "";
    position: absolute;
    background: #faf3ed;
    width: 100%;
    height: 107%;
    z-index: 0;
    top: -51px;
}

}
@media screen and (max-width:1400px){
	section#shopify-section-template--18886292013351__163791402940c5b489{height:100vh;}
	/* section#shopify-section-template--18886291718439__163903232529f4366a {
    height: 100vh; */
}
}
@media only screen and (min-width: 1366px) and (max-width: 1400px)
{
	#shopify-section-template--14265425985617__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14265778733137__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14265778733137__1637821853c6cfe076 .image-with-text::before, #shopify-section-template--14267068350545__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14281605087313__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--14236832006225__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--18886293160231__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--14236832071761__1637253888050f9d21 .image-with-text::before
	{
		width: 90%;
	}
}
@media screen and (max-width:1280px){
}
@media screen and (max-width:1199px){
	.header__menu-item {
    padding: 0 13px;
}
section#shopify-section-template--18886292013351__163791402940c5b489{margin-top:50px;}
section#shopify-section-template--18886291587367__main .blog-articles__article article .article-card__info h2 {
    font-size: 15px;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__box{margin-left:40px;}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__content--center {
    height: 461px;
}
}
@media screen and (max-width:1400px)
{
	#shopify-section-template--14265425985617__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14265778733137__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14265778733137__1637821853c6cfe076 .image-with-text::before, #shopify-section-template--14267068350545__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14281605087313__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--14236832006225__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--18886293160231__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--14236832071761__1637253888050f9d21 .image-with-text::before
	{
		width: 90%;
	}
}
@media screen and (max-width:1024px){
	section#shopify-section-template--18886292013351__16385088187867c5c1::before,section#shopify-section-template--18886292013351__16385088187867c5c1::after{max-width:95%;}
	.header__menu-item {
    padding: 0 13px;
}
section#shopify-section-template--18886292013351__163791402940c5b489{margin-top:30px;}
}
@media screen and (max-width:991px){
	/* section#shopify-section-template--18886291718439__163903232529f4366a{background:0 0;} */
	.header__heading-logo {
    height: 80px;
    width: 100px;
    object-fit: cover;
    margin: -25px 0!important;
}
	section#shopify-section-template--18886292013351__163791402940c5b489{background:none;}
	.header_col{max-width:100%;}
	.header_content h1 {
    font-size: 37px;
    text-align: center;
	max-width:100%;
}
.header_content p {
    text-align: center;
}
a.shop_btn{margin:30px auto;}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper::before {
    width: 40%;
}
.header__menu-item {
    padding: 0 12px;
}
section#shopify-section-template--18886292013351__163791402940c5b489 .h_review {
    align-items: center;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__box {
    padding: 30px;
    background: rgba(255,255,255,0.7)!important;
}
section#shopify-section-template--18886291587367__main .main-blog.page-width .blog-articles {
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width:767px){
section#shopify-section-template--18886292013351__1637928313bcda895d {
    padding-bottom: 0;
}
/* section#shopify-section-template--18886291718439__163903232529f4366a 
{
    display: none !important;
} */
section#shopify-section-template--18886292013351__16379286453086acca .multicolumn {
    margin-bottom: 0;
}
.benefit_sec {
    display: block;
}
.benefit_sec .benefit_col{width:100%;}
.footer-block.grid__item.footer-block--menu {
    text-align: center;
}
footer .grid--4-col-tablet .grid__item {
    width: 100%;
    text-align: center;
}
section#shopify-section-template--18886292013351__16385088187867c5c1 ul {
    display: flex!important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
section#shopify-section-template--18886292013351__16385088187867c5c1 ul li{
    width:100%!important;
}
section#shopify-section-template--18886292013351__16385088187867c5c1 ul li h3{margin-top:30px;}
section#shopify-section-template--18886292013351__16385088187867c5c1 .slider-mobile-gutter {
    max-width: 85%;
    padding: 35px 29px 30px;
}
.benefit_banner{min-height:370px;}
section#shopify-section-template--18886292013351__16385088187867c5c1 .multicolumn .center {
    margin-top: 13px;
}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100%;
}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper h2 {
    max-width: 100%;
    text-align: center;
    font-size: 30px;
}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__subheading {
    max-width: 100%;
    text-align: center;
}
.footer__content-top.page-width {
    padding-top: 0;
}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper::before{display:none;}
section#shopify-section-template--18886292013351__16385088187867c5c1 {
    padding-bottom: 0;
}
.benefit_main_content {
    padding: 35px 40px 40px;
}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter {
    padding:269px 0 195px;
}
section#shopify-section-template--18886292013351__1638514203c5b400cc::before {
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height: 783px;
}
section#shopify-section-template--18886292013351__16385088187867c5c1 .multicolumn {
    margin: 0;
    padding-bottom: 30px;
}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter__wrapper{margin:0 auto!important;max-width: 76%;}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__box {
    margin-left:0px;
}
section#shopify-section-template--18886291587367__main .main-blog.page-width .blog-articles {
   padding:20px;
}
section#shopify-section-template--18886291587367__main .pagination-wrapper {
    margin-top: 17px;
    margin-bottom: 42px;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__box {
    background: rgba(0,0,0,0)!important;
	padding-bottom: 0;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__content--center {
    height: auto;
}
div#Banner-template--18886291587367__1639045612dd64f83a .banner__text span {
    font-size: 18px;
}
/* section#shopify-section-template--18886291718439__163903232529f4366a {
    height: 74vh;
} */
div#shopify-section-template--18886291718439__product-grid {
    padding: 26px 0 4px;
}
.mobile-banner
{
	display: block;
  	width: 100%;
}
  section#shopify-section-template--18886292013351__163791402940c5b489 {
    height: auto;
    padding: 0 0 20px;
    margin-top: 0;
}
  section#shopify-section-template--18886292013351__163791402940c5b489 .h_review {
    display: none;
}
  section#shopify-section-template--18886292013351__163791402940c5b489 .header_content h1 {
    margin: 20px;
}
  section#shopify-section-template--18886292013351__163791402940c5b489 .header_content p {
    margin: 0 20px;
}
 section#shopify-section-template--18886292013351__163791402940c5b489 .header_content a {
    width: calc(100% - 40px) !important;
}
  section#shopify-section-template--18886292013351__164076419358595b9a 
  {
    
    margin-bottom: 0px;
    align-items: center;
    padding: 50px 20px;
    height: 600px;
}
section#shopify-section-template--18886292013351__164076419358595b9a .email-card 
  {
    padding: 25px 25px 0 25px;
    position: relative;
    margin: 0 auto;
}
  section#shopify-section-template--18886292013351__164076419358595b9a::before
  {
  	left: 0;
    width: 100%;
    height: 600px;
  }
  section#shopify-section-template--18886292013351__163792622722e2ce12 img 
  {
    display: block;
    width: 100%;
    height: 158px !important;
    object-fit: cover;
}
   section#shopify-section-template--18886292013351__163792622722e2ce12 .media--square {
    height: 158px !important;
    padding: 0;
}
ul#main-collection-product-grid .media--square {
    height: 158px !important;
    padding: 0;
}
  ul#main-collection-product-grid img 
  {
    display: block;
    width: 100%;
    height: 158px !important;
    object-fit: cover;
}
#shopify-section-template--14265425985617__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14265778733137__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14265778733137__1637821853c6cfe076 .image-with-text::before, #shopify-section-template--14267068350545__1637253888050f9d21 .image-with-text::before, #shopify-section-template--14281605087313__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--14236832006225__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--18886293160231__1637253888050f9d21 .image-with-text::before, div#shopify-section-template--14236832071761__1637253888050f9d21 .image-with-text::before
{
	width: 95%;
}
.multicolumn-card__image-wrapper
{
	padding-top: 0;
}
#shopify-section-template--14236832071761__1638351912460b0c4d .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14265425985617__16372546819f52beed .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14265425985617__1638424166b85d60a8 .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14265778733137__1637757714c8a30547 .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14265778733137__1637758742273a500b .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14267068350545__1637757714c8a30547 .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14267068350545__1637758742273a500b .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14281605087313__1637757714c8a30547 .multicolumn-card .multicolumn-card__image-wrapper, #shopify-section-template--14281605087313__1637758742273a500b .multicolumn-card .multicolumn-card__image-wrapper, section#shopify-section-template--14236832006225__1637757714c8a30547 .multicolumn-card .multicolumn-card__image-wrapper, section#shopify-section-template--14236832006225__1637758742273a500b .multicolumn-card .multicolumn-card__image-wrapper, section#shopify-section-template--18886293160231__16372546819f52beed .multicolumn-card .multicolumn-card__image-wrapper, section#shopify-section-template--18886293160231__163825459979463867 .multicolumn-card .multicolumn-card__image-wrapper, section#shopify-section-template--14236832071761__16372546819f52beed .multicolumn-card .multicolumn-card__image-wrapper, section#shopify-section-template--14236832071761__1638424166b85d60a8 .multicolumn-card .multicolumn-card__image-wrapper
{
	padding-top: 50px;
}
}


@media screen and (max-width:580px){
	section#shopify-section-template--18886292013351__163791402940c5b489 {
    margin-top: 0;
}
a.shop_btn{width:60%!important;}
section#shopify-section-template--18886292013351__1638514203c5b400cc .field{display:block;}
section#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter-form__button{position:inherit;dispaly:block;width:100%;}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter {
    padding: 269px 0 129px;
}
section#shopify-section-template--18886291587367__main .main-blog.page-width .blog-articles {
    grid-template-columns: 1fr;
}

}
@media screen and (max-width:480px){
a.shop_btn{width:100%!important;}
section#shopify-section-template--18886292013351__163791402940c5b489 {
    height: auto;
}
#shopify-section-template--18886292013351__1638514203c5b400cc .newsletter {
    padding: 269px 0 100px;
}
}
@media screen and (max-width:380px){
section#shopify-section-template--18886292013351__163791402940c5b489 {
    height: auto;
}
/* section#shopify-section-template--18886291718439__163903232529f4366a {
    height: 90vh;
} */
.media img
{
	display: block;
	max-width: 100%;
	position: relative !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100% !important;
	object-fit: cover !important;
}
.media--adapt
{
	padding-bottom: 0 !important;
}
#shopify-section-template--14265425985617__163725406004e0a35a .media.media--transparent, #shopify-section-template--14265778733137__163725406004e0a35a .media--transparent, #shopify-section-template--14267068350545__163725406004e0a35a .media--transparent, #shopify-section-template--14281605087313__163725406004e0a35a .media--transparent, section#shopify-section-template--14236832006225__163725406004e0a35a .media.media--transparent, section#shopify-section-template--18886293160231__163725406004e0a35a .media.media--transparent, section#shopify-section-template--14236832071761__163725406004e0a35a .media.media--transparent
{
	padding-bottom: 0 !important;
}
.multicolumn-list__item.center .media--adapt img {
    left: 0;
    transform: translateX(0%);
    margin: auto;
    object-fit: cover;
}
#shopify-section-template--14236832071761__1638355489bd3c4709 img, #shopify-section-template--14265425985617__1638355489bd3c4709 img, #shopify-section-template--14265778733137__1638172123c08f369b img, #shopify-section-template--14267068350545__1638172123c08f369b img, #shopify-section-template--14281605087313__1638172123c08f369b img, div#shopify-section-template--14236832006225__1638172123c08f369b img, div#shopify-section-template--18886293160231__1638260792c52a51d9 img
{
	width: 50px !important;
}
.image-with-text__media
{
	padding-bottom: 0 !important;
}
.media--square
{
	padding-bottom: 0;
}
.product__media {
    padding: 0 !important;
    width: 100%;
    height: 100%;
}
#shopify-section-template--14236832006225__1638172123c08f369b .image-with-text__media, #shopify-section-template--14236832071761__1638355489bd3c4709 .image-with-text__media, #shopify-section-template--14265778733137__1638172123c08f369b .image-with-text__media, #shopify-section-template--14267068350545__1638172123c08f369b .image-with-text__media, #shopify-section-template--14281605087313__1638172123c08f369b .image-with-text__media, div#shopify-section-template--14236832006225__1638172123c08f369b .image-with-text__media, div#shopify-section-template--18886293160231__1638260792c52a51d9 .image-with-text__media
{
	padding: 0 !important;
}
.product__media-item>*
{
	display: initial;
}
#shopify-section-template--14236832071761__1638360280011c3a3a .multicolumn-card__info 
{
    padding: 0;
}
section#shopify-section-template--14265778733137__163725406004e0a35a .title 
{
    text-align: center;
}
#shopify-section-template--14267068350545__163725406004e0a35a .media img {
    max-width: 102px;
}
#shopify-section-template--14267068350545__1637757714c8a30547 li.multicolumn-list__item.grid__item:last-child, #shopify-section-template--18886293160231__163825459979463867 .multicolumn-list__item.grid__item:last-child, #shopify-section-template--14265425985617__16372546819f52beed .multicolumn-list__item.grid__item:last-child
{
    margin-bottom: 0 !important;
}
#shopify-section-template--14265425985617__1638355489bd3c4709 .image-with-text__media
{
	height: 140px;
}
}
/*@media screen and (max-width:380px){
.media model-viewer, .media>:not(.zoom,.deferred-media__poster-button) {
    display: block;
    top: 0px !important;
    left: 0 !important;
    height: auto !important;
    object-fit: cover !important;
    position: static;
    transform: translateX(0) !important;
}
.media
{
padding-bottom: 0 !important;
}
.media--adapt
{	
padding-bottom: 0 !important;
}
}*/

