/** Shopify CDN: Minification failed

Line 72:15 Unexpected "{"
Line 72:24 Expected ":"
Line 82:15 Unexpected "{"
Line 82:24 Expected ":"
Line 88:15 Unexpected "{"
Line 88:24 Expected ":"
Line 94:15 Unexpected "{"
Line 94:24 Expected ":"
Line 232:13 Unexpected "{"
Line 232:22 Expected ":"
... and 4 more hidden warnings

**/

@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&display=swap');


/* ..........//////////////////////Head./////////////////////////// */

#shopify-section-sections--20259907502137__header header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
    width: 100%;
    max-width: 1600px;
    padding: 23px 20px 23px 20px;
    display:flex;
}

#shopify-section-sections--20259907502137__header nav.header__inline-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#shopify-section-sections--20259907502137__header ul.list-menu.list-menu--inline li a {
    padding: 0px;
}

#shopify-section-sections--20259907502137__header ul.list-menu.list-menu--inline li a span{
    font-size: 18px;
    font-family: 'Inter';
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

#shopify-section-sections--20259907502137__header ul.list-menu.list-menu--inline {
    display: flex;
    gap: 60px;
}

#shopify-section-sections--20259907502137__header .header__icons.header__icons--localization.header-localization details-modal.header__search {
    display: none;
}

#shopify-section-sections--20259907502137__header a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none;
}

#shopify-section-sections--20259907502137__header sticky-header.header-wrapper.color-scheme-1.gradient {
    background: white;
    border-bottom: 1px solid black;
}



/* ..........//////////////////////Head-close./////////////////////////// */


/* ..........//////////////////////body-open./////////////////////////// */

  #video-hero-{{ section.id }}.video-hero {
    position: relative;
    min-height: 80vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #video-hero-{{ section.id }} .video-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  #video-hero-{{ section.id }} .video-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #video-hero-{{ section.id }} .video-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

#video-hero-template--20259907010617__home_banner_video_section_CazkcV .video-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    padding: 169px 20px 169px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.video-hero__content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
}


  .video-hero__heading {
    font-family: "Kalnia", serif;
    font-size: 85px;
    line-height: 95px;
    font-weight: 400;
    text-transform: capitalize;
    color: black;
    margin:0px;
}

.video-hero__text {
    color: #746A5F;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 30px;
    width: 77%;
    display: flex;
    margin: 0px;
}

.video-hero__button {
    background: #CC5711;
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: 'Inter';
    text-decoration: none;
    line-height: 18px;
    padding: 26px 55px 26px 55px;
    border-radius: 30px 10px 30px 10px;
    border:1px solid #CC5711;
    transition:0.5s;
}

.video-hero__button:hover {
    background:white;
    color:#CC5711;
}

.video-hero__media::before {
    content: '';
    background: linear-gradient(
  to bottom,
  rgba(243, 228, 208, 0.72) 0%,
  rgba(246, 219, 189, 0.72) 100%);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
}

/* //////....////first-section-close...///////////////.......//////////////////// */

/* //////....////second-section...///////////////.......//////////////////// */

#shop-all-template--20259907010617__products_MVDQpB.shop-all {
    padding: 100px 0px 100px 0px;
    background: #F7F3ED;
}

.shop-all__inner{
    max-width: 1600px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.shop-all__heading {
    color: black;
    font-family: 'Kalnia';
    font-size: 85px;
    line-height: 90px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.shop-all__grid {
    display: flex;
    gap: 50px 75px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.shop-all__card {
    background: white;
    padding: 34px 31px 34px 31px;
    height: 100%;
    border-radius: 30px;
    width: 30%;
}

.shop-all__image-wrap {
    border-radius: 24px;
    overflow: hidden;
    display: block;
    margin-bottom: 21px;
}

.shop-all__image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  #shop-all-{{ section.id }} .shop-all__card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }

  #shop-all-{{ section.id }} .shop-all__title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .shop-all__product-title {
    margin: 0px;
}

.shop-all__product-title a {
    color: black;
    font-size: 45px;
    line-height: 50px;
    font-family: 'Kalnia';
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
}

.shop-all__price {
    color: #CC5711;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 600;
}

.shop-all__excerpt {
    color: black;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter';
    margin: 0px;
}

.shop-all__button {
    font-size: 18px;
    line-height: 18px;
    color: #CC5711;
    border: 1px solid #CC5711;
    width: fit-content;
    font-weight: 600;
    font-family: 'Inter';
    border-radius: 30px 10px 30px 10px;
    padding: 26px 36px 26px 36px;
    text-decoration: none;
    transition:0.5s;
    margin-top:10px;
}

.shop-all__button:hover {
    background:#CC5711;
    color:white;
}

/* //////....////second-section-close...///////////////.......//////////////////// */

/* //////....////third-section-open...///////////////.......//////////////////// */

.about-section {
    padding: 130px 20px 130px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-section__overlay {
    background: transparent;
}

.about-section__inner {
    max-width: 1600px;
    padding: 0px;
}

.about-section__grid {
    display: flex;
    flex-direction: row;
    gap: 81px;
}

.about-section__image-wrap {
    width: 50%;
}

  #about-{{ section.id }} .about-section__image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

.about-section__content {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.about-section__heading {
    color: black;
    font-size: 85px;
    line-height: 90px;
    font-family: 'Kalnia';
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
}

.about-section__text {
    color: black;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.about-section__text p {
    margin:0px;
}

.about-section__button {
    background: #CC5711;
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: 'Inter';
    text-decoration: none;
    line-height: 18px;
    padding: 26px 55px 26px 55px;
    border-radius: 30px 10px 30px 10px;
    border: 1px solid #CC5711;
    transition: 0.5s;
}

.about-section__button:hover {
    background: white;
    color: #CC5711;
}


/* //////....////third-section-close...///////////////.......//////////////////// */

/* //////....////forth-section-open...///////////////.......//////////////////// */

.offer-section {
    padding: 132px 20px 132px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.offer-section__overlay {
    background: transparent;
}

.offer-section__inner {
    max-width: 1600px;
    padding: 0px;
}

.offer-section__grid {
    display: flex;
    flex-direction: row;
    gap: 81px;
}

.offer-section__content {
    width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.offer-section__image-wrap {
    width: 50%;
    max-width: 50%;
}

.offer-section__heading {
    color: black;
    font-size: 85px;
    line-height: 90px;
    font-family: 'Kalnia';
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
}
.offer-section__text {
    color: black;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.offer-section__text p {
    margin: 0px;
}

.offer-section__button {
    background: #CC5711;
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: 'Inter';
    text-decoration: none;
    line-height: 18px;
    padding: 26px 55px 26px 55px;
    border-radius: 30px 10px 30px 10px;
    border: 1px solid #CC5711;
    transition: 0.5s;
}

.offer-section__button:hover {
    background: white;
    color: #CC5711;
}


.offer-section__image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}


/* //////....////forth-section-close...///////////////.......//////////////////// */

/* //////....////five-section-open...///////////////.......//////////////////// */

.gift-hero {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 260px 20px 240px 20px;
}

.gift-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(243, 228, 208, 0.72);
}

.gift-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1004px;
    margin: 0 auto;
    padding: 0px;
}

.gift-hero__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.gift-hero__heading {
    font-size: 85px;
    line-height: 90px;
    font-family: 'Kalnia';
    font-weight: 400;
    color: black;
    letter-spacing: 0px;
    margin: 0px;
    text-transform: capitalize;
}

.gift-hero__form {
    margin: 0px;
    width: 630px;
    height: 97px;
}

.gift-hero__input {
    width: 100%;
    max-width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 0px;
    padding: 20px;
    border: none;
}

form#newsletter-\{\{\ section\.id\ \}\} {
    display: flex;
    justify-content: center;
}

.gift-hero__button {
    background: #CC5711;
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: 'Inter';
    text-decoration: none;
    line-height: 18px;
    padding: 26px 55px 26px 55px;
    border-radius: 30px 10px 30px 10px;
    border: 1px solid #CC5711;
    transition: 0.5s;
}

.gift-hero__button:hover {
    background:white;
    color:#CC5711;
}

/* //////....////five-section-close...///////////////.......//////////////////// */


/* //////....////six-section-open...///////////////.......//////////////////// */

.top-offer {
    background: #F7F3ED;
    padding: 153px 20px 300px 20px;
}
.top-offer__inner {
    max-width: 1600px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.top-offer__heading {
    color: black;
    font-family: 'Kalnia';
    font-size: 85px;
    line-height: 90px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.top-offer__grid {
    display: flex;
    gap: 75px;
}
.top-offer__card {
    background: white;
    padding: 34px 31px 34px 31px;
    height: 100%;
    border-radius: 30px;
}

.top-offer__image-wrap {
    margin-bottom: 21px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.top-offer__image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.top-offer__card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.top-offer__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.top-offer__title-row h3.top-offer__product-title {
    margin: 0px;
}

.top-offer__product-title a {
    color: black;
    font-size: 45px;
    line-height: 50px;
    font-family: 'Kalnia';
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
}
.top-offer__price {
    color: #CC5711;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 600;
}

.top-offer__excerpt {
    color: black;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter';
    margin: 0px;
}

.top-offer__button {
    font-size: 18px;
    line-height: 18px;
    color: #CC5711;
    border: 1px solid #CC5711;
    width: fit-content;
    font-weight: 600;
    font-family: 'Inter';
    border-radius: 30px 10px 30px 10px;
    padding: 26px 36px 26px 36px;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 10px;
}
.top-offer__button:hover {
  background: #CC5711;
  color: white;
}

/* //////....////six-section-close...///////////////.......//////////////////// */


/* //////....////seven-section-open...///////////////.......//////////////////// */

.testimonial-box {
    background: #ECB493;
    padding: 188px 20px 188px 20px;
    margin: 0px;
    border-radius: 100px 100px 0px 0px;
    margin-top: -100px;
}

.testimonial-box__inner {
    max-width: 1200px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.testimonial-box__quote {
    font-size: 55px;
    line-height: 82px;
    font-family: 'Kalnia';
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    color: black;
    margin: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.testimonial-box__author {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: black;
    font-family: 'Kalnia';
    letter-spacing: 0px;
    margin: 0px;
}

.testimonial-box__text {
    color: black;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Inter';
    margin: 0px;
    text-align: center;
}


/* //////....////seven-section-close...///////////////.......//////////////////// */

/* //////....////eight-section-open...///////////////.......//////////////////// */

#shopify-section-template--20259907010617__multicolumn_ALDXM8  .page-width.section-template--20259907010617__multicolumn_ALDXM8-padding.isolate.scroll-trigger.animate--slide-in {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

#shopify-section-template--20259907010617__multicolumn_ALDXM8  .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    margin: 0px;
    padding: 0px;
}

#shopify-section-template--20259907010617__multicolumn_ALDXM8 ul#Slider-template--20259907010617__multicolumn_ALDXM8 {
    display: flex;
    flex-direction: row;
    gap: 0px;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}


/* //////....////eight-section-close...///////////////.......//////////////////// */

/* //////....////inner-banner-section-open...///////////////.......//////////////////// */

.mtf-banner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:150px 20px 150px 20px;
}

  .mtf-banner__heading {
    color: black;
    font-size: 85px;
    line-height: 90px;
    font-family: 'Kalnia';
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
}


/* //////....////inner-banner-section-close...///////////////.......//////////////////// */

/* ..........//////////////////////body-close./////////////////////////// */

/* ..........//////////////////////footer-open./////////////////////////// */

footer.footer.color-scheme-1.gradient.section-sections--20259907469369__footer-padding {
    background: #CC5711;
    padding: 153px 0px 153px 0px;
}

.footer__content-top.page-width {
    width: 100%;
    max-width: 1600px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    gap: 99px;
}

.footer__content-bottom.scroll-trigger.animate--slide-in {
    display: none;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    width: 70%;
    display: flex;
    gap: 99px;
    flex-direction: row;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 30%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(1) {
    width: 40%;
}

.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 10%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-block__image-wrapper {
    margin: 0px;
    width: 100%;
    max-width: 340px !important;
}

.footer-block__image-wrapper img {
    width: 100%;
    max-width: 100%;
}

.footer-block__brand-info .rte p {
    color: white;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter';
}


.footer-block__brand-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in .footer-block__heading {
    font-size: 25px;
    line-height: 35px;
    margin: 0px;
    color: white;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 0px;
}

ul.footer-block__details-content.list-unstyled li a.link.link--text.list-menu__item.list-menu__item--link {
    padding: 0px;
    color: white;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter';
    letter-spacing: 0px;
    font-weight: 400;
}

ul.footer-block__details-content.list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    color: white;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
    font-family: 'Kalnia';
    margin: 0px;
}

.footer-block__newsletter {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}


.footer-block__newsletter .newsletter-form {
    width: 100% !important;
    margin: 0px;
    max-width: 100% !important;
}

.footer-block__newsletter .newsletter-form__field-wrapper {
    width: 100%;
    max-width: 100%;
}

.footer-block__newsletter .newsletter-form__field-wrapper .field__input {
    background: #F6DBBD;
    height: 74px;
    display: flex;
    flex-direction: column;
    border: none !important;
    color: black;
    box-shadow: none;
}

 .footer-block__newsletter .newsletter-form__field-wrapper label.field__label {
    color: black;
    font-size: 18px;
    font-family: 'Inter';
    letter-spacing: 0px;
    line-height: 30px;
}


/* ..........//////////////////////footer-close./////////////////////////// */

@media (max-width: 1599px) {

#shop-all-template--20259907010617__products_MVDQpB.shop-all {
    padding: 70px 0px 70px 0px;
}

.shop-all__heading {
    font-size: 60px;
    line-height: 70px;
}

.shop-all__card {
    width: 31%;
}

.shop-all__grid {
    gap: 30px 30px;
    justify-content: space-between;
}

.shop-all__product-title a {
    font-size: 30px;
    line-height: 40px;
}

.about-section {
    padding: 70px 20px 70px 20px;
}

.about-section__heading {
    font-size: 60px;
    line-height: 70px;
}

.offer-section {
    padding: 70px 20px 70px 20px;
}

.offer-section__heading {
    font-size: 60px;
    line-height: 70px;
}

.gift-hero {
    padding: 150px 20px;
}

.gift-hero__form {
    width: 100% !important;
    max-width: 100% !important;
}

form#newsletter-\{\{\ section\.id\ \}\} {
    width: 80%;
}

.top-offer {
    padding: 70px 20px 70px 20px;
}

.top-offer__heading {
    font-size: 60px;
    line-height: 70px;
}

.top-offer__grid {
    gap: 30px;
}

.top-offer__product-title a {
    font-size: 30px;
    line-height: 40px;
}

.testimonial-box {
    padding: 70px 20px 70px 20px;
    margin: 0px;
    border-radius: 50px 50px 0px 0px;
}

.footer__content-top.page-width {
    gap: 50px;
}

footer.footer.color-scheme-1.gradient.section-sections--20259907469369__footer-padding {
    padding: 70px 20px;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    gap: 50px;
}

.footer-block__image-wrapper {
    max-width: 250px !important;
    margin: 0px;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 35px;
    line-height: 45px;
}

.gift-hero__heading {
    font-size: 60px;
    line-height: 70px;
}

.testimonial-box__quote {
    font-size: 45px;
    line-height: 60px;
}

}
 

@media (max-width: 1366px) {

#shop-all-template--20259907010617__products_MVDQpB.shop-all {
    padding: 70px 0px 70px 0px;
}

.shop-all__heading {
    font-size: 50px;
    line-height: 60px;
}

.shop-all__card {
    width: 32%;
}

.shop-all__grid {
    gap: 20px 0px;
    justify-content: space-between;
}

.shop-all__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.about-section {
    padding: 70px 20px 70px 20px;
}

.about-section__heading {
    font-size: 50px;
    line-height: 60px;
}

.offer-section {
    padding: 70px 20px 70px 20px;
}

.offer-section__heading {
    font-size: 50px;
    line-height: 60px;
}

.gift-hero {
    padding: 150px 20px;
}

.gift-hero__form {
    width: 100% !important;
    max-width: 100% !important;
}

form#newsletter-\{\{\ section\.id\ \}\} {
    width: 80%;
}

.top-offer {
    padding: 70px 20px 70px 20px;
}

.top-offer__heading {
    font-size: 50px;
    line-height: 60px;
}

.top-offer__grid {
    gap: 20px;
}

.top-offer__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.testimonial-box {
    padding: 70px 20px 70px 20px;
    margin: 0px;
    border-radius: 50px 50px 0px 0px;
}

.footer__content-top.page-width {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

footer.footer.color-scheme-1.gradient.section-sections--20259907469369__footer-padding {
    padding: 70px 20px;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    gap: 50px;
    width: 100%;
}

.footer-block__image-wrapper {
    max-width: 250px !important;
    margin: 0px;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 35px;
    line-height: 45px;
}

.gift-hero__heading {
    font-size: 60px;
    line-height: 70px;
}

.testimonial-box__quote {
    font-size: 45px;
    line-height: 60px;
}

.video-hero__heading {
    font-size: 60px;
    line-height: 70px;
}

.shop-all__price {
    font-size: 20px;
    line-height: 30px;
}

.shop-all__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.shop-all__inner {
    gap: 30px;
}

.about-section__grid {
    gap: 50px;
}

.top-offer__price {
    font-size: 20px;
    line-height: 30px;
}

.top-offer__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 100%;
}

.footer-block__newsletter {
    width: 100%;
}

}


@media (max-width: 1170px) {

#shop-all-template--20259907010617__products_MVDQpB.shop-all {
    padding: 70px 0px 70px 0px;
}

.shop-all__heading {
    font-size: 50px;
    line-height: 60px;
}

.shop-all__card {
    width: 49%;
}

.shop-all__grid {
    gap: 20px 0px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shop-all__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.about-section {
    padding: 70px 20px 70px 20px;
}

.about-section__heading {
    font-size: 50px;
    line-height: 60px;
}

.offer-section {
    padding: 70px 20px 70px 20px;
}

.offer-section__heading {
    font-size: 50px;
    line-height: 60px;
}

.gift-hero {
    padding: 150px 20px;
}

.gift-hero__form {
    width: 100% !important;
    max-width: 100% !important;
}

form#newsletter-\{\{\ section\.id\ \}\} {
    width: 80%;
}

.top-offer {
    padding: 70px 20px 70px 20px;
}

.top-offer__heading {
    font-size: 50px;
    line-height: 60px;
}

.top-offer__grid {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.top-offer__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.testimonial-box {
    padding: 70px 20px 70px 20px;
    margin: 0px;
    border-radius: 50px 50px 0px 0px;
}

.footer__content-top.page-width {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

footer.footer.color-scheme-1.gradient.section-sections--20259907469369__footer-padding {
    padding: 70px 20px;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    gap: 50px;
    width: 100%;
}

.footer-block__image-wrapper {
    max-width: 250px !important;
    margin: 0px;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 35px;
    line-height: 45px;
}

.gift-hero__heading {
    font-size: 60px;
    line-height: 70px;
}

.testimonial-box__quote {
    font-size: 35px;
    line-height: 55px;
}

.video-hero__heading {
    font-size: 60px;
    line-height: 70px;
}

.shop-all__price {
    font-size: 20px;
    line-height: 30px;
}

.shop-all__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.shop-all__inner {
    gap: 30px;
}

.about-section__grid {
    gap: 50px;
}

.top-offer__price {
    font-size: 20px;
    line-height: 30px;
}

.top-offer__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 100%;
}

.footer-block__newsletter {
    width: 100%;
}

.top-offer__card {
    width: 48%;
}

}

@media (max-width: 989px) {

#shopify-section-sections--20259907502137__header nav.header__inline-menu {
    display: none;
}

#shopify-section-sections--20259907502137__header header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mtf-banner {
    padding: 80px 20px 80px 20px;
}

.mtf-banner__heading {
    font-size: 50px;
    line-height: 60px;
}

}

@media (max-width: 900px) {

#shop-all-template--20259907010617__products_MVDQpB.shop-all {
    padding: 70px 0px 70px 0px;
}

.shop-all__heading {
    font-size: 50px;
    line-height: 60px;
}

.shop-all__card {
    width: 49%;
}

.shop-all__grid {
    gap: 20px 0px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shop-all__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.about-section {
    padding: 70px 20px 70px 20px;
}

.about-section__heading {
    font-size: 50px;
    line-height: 60px;
}

.offer-section {
    padding: 70px 20px 70px 20px;
}

.offer-section__heading {
    font-size: 50px;
    line-height: 60px;
}

.gift-hero {
    padding: 100px 20px;
}

.gift-hero__form {
    width: 100% !important;
    max-width: 100% !important;
}

form#newsletter-\{\{\ section\.id\ \}\} {
    width: 80%;
}

.top-offer {
    padding: 70px 20px 70px 20px;
}

.top-offer__heading {
    font-size: 50px;
    line-height: 60px;
}

.top-offer__grid {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.top-offer__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.testimonial-box {
    padding: 70px 20px 70px 20px;
    margin: 0px;
    border-radius: 50px 50px 0px 0px;
}

.footer__content-top.page-width {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

footer.footer.color-scheme-1.gradient.section-sections--20259907469369__footer-padding {
    padding: 70px 20px;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    gap: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(1) {
    width: 100%;
}

.footer-block__image-wrapper {
    max-width: 250px !important;
    margin: 0px;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 35px;
    line-height: 45px;
}

.gift-hero__heading {
    font-size: 40px;
    line-height: 50px;
}

.testimonial-box__quote {
    font-size: 35px;
    line-height: 55px;
}

.video-hero__heading {
    font-size: 60px;
    line-height: 70px;
}

.shop-all__price {
    font-size: 20px;
    line-height: 30px;
}

.shop-all__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.shop-all__inner {
    gap: 30px;
}

.about-section__grid {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

.top-offer__price {
    font-size: 20px;
    line-height: 30px;
}

.top-offer__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 100%;
}

.footer-block__newsletter {
    width: 100%;
}

.top-offer__card {
    width: 48%;
}

#video-hero-template--20259907010617__home_banner_video_section_CazkcV .video-hero__inner {
    padding: 100px 20px 100px 20px;
}

.about-section__image-wrap {
    width: 100%;
}

.about-section__content {
    max-width: 100%;
}

.offer-section__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
}

.offer-section__content {
    width: 100%;
    max-width: 100%;
}

.offer-section__image-wrap {
    width: 100%;
    max-width: 100%;
}

#shopify-section-template--20259907010617__multicolumn_ALDXM8 ul#Slider-template--20259907010617__multicolumn_ALDXM8 li {
    margin:0px;
}

}

@media (max-width: 800px) {


#shop-all-template--20259907010617__products_MVDQpB.shop-all {
    padding: 50px 0px 50px 0px;
}

.shop-all__heading {
    font-size: 40px;
    line-height: 50px;
}

.shop-all__card {
    width: 49%;
}

.shop-all__grid {
    gap: 20px 0px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shop-all__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.about-section {
    padding: 50px 20px 50px 20px;
}

.about-section__heading {
    font-size: 40px;
    line-height: 50px;
}

.offer-section {
    padding: 50px 20px 50px 20px;
}

.offer-section__heading {
    font-size: 40px;
    line-height: 50px;
}

.gift-hero {
    padding: 70px 20px;
}

.gift-hero__form {
    width: 100% !important;
    max-width: 100% !important;
}

form#newsletter-\{\{\ section\.id\ \}\} {
    width: 80%;
}

.top-offer {
    padding: 50px 20px 50px 20px;
}

.top-offer__heading {
    font-size: 40px;
    line-height: 50px;
}

.top-offer__grid {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.top-offer__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.testimonial-box {
    padding: 70px 20px 70px 20px;
    margin: 0px;
    border-radius: 50px 50px 0px 0px;
}

.footer__content-top.page-width {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

footer.footer.color-scheme-1.gradient.section-sections--20259907469369__footer-padding {
    padding: 70px 20px;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    gap: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(1) {
    width: 100%;
}

.footer-block__image-wrapper {
    max-width: 250px !important;
    margin: 0px;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 35px;
    line-height: 45px;
}

.gift-hero__heading {
    font-size: 40px;
    line-height: 50px;
}

.testimonial-box__quote {
    font-size: 35px;
    line-height: 55px;
}

.video-hero__heading {
    font-size: 40px;
    line-height: 50px;
}

.shop-all__price {
    font-size: 20px;
    line-height: 30px;
}

.shop-all__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.shop-all__inner {
    gap: 30px;
}

.about-section__grid {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

.top-offer__price {
    font-size: 20px;
    line-height: 30px;
}

.top-offer__excerpt {
    font-size: 16px;
    line-height: 28px;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 100%;
}

.footer-block__newsletter {
    width: 100%;
}

.top-offer__card {
    width: 48%;
}

#video-hero-template--20259907010617__home_banner_video_section_CazkcV .video-hero__inner {
    padding: 100px 20px 100px 20px;
}

.about-section__image-wrap {
    width: 100%;
}

.about-section__content {
    max-width: 100%;
}

.offer-section__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
}

.offer-section__content {
    width: 100%;
    max-width: 100%;
}

.offer-section__image-wrap {
    width: 100%;
    max-width: 100%;
}

#shopify-section-template--20259907010617__multicolumn_ALDXM8 ul#Slider-template--20259907010617__multicolumn_ALDXM8 li {
    margin:0px;
}


.video-hero__text {
    width: 100%;
}

.top-offer__inner {
    gap: 30px;
}


  
}


@media (max-width: 767px) {


.header__heading-logo {
    width: 100% !important;
    max-width: 100% !important;
}

  #shop-all-template--20259907010617__products_MVDQpB.shop-all {
    padding: 50px 0px 50px 0px;
}

.shop-all__heading {
    font-size: 30px;
    line-height: 40px;
}

.shop-all__card {
    width: 100%;
    padding: 20px;
}

.shop-all__grid {
    gap: 20px 0px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shop-all__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.about-section {
    padding: 50px 20px 50px 20px;
}

.about-section__heading {
    font-size: 30px;
    line-height: 40px;
}

.offer-section {
    padding: 50px 20px 50px 20px;
}

.offer-section__heading {
    font-size: 30px;
    line-height: 40px;
}

.gift-hero {
    padding: 50px 20px;
}

.gift-hero__form {
    width: 100% !important;
    max-width: 100% !important;
    height: 60px;
}

form#newsletter-\{\{\ section\.id\ \}\} {
    width: 100%;
}

.top-offer {
    padding: 50px 20px 50px 20px;
}

.top-offer__heading {
    font-size: 30px;
    line-height: 40px;
}

.top-offer__grid {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.top-offer__product-title a {
    font-size: 25px;
    line-height: 35px;
}

.testimonial-box {
    padding: 50px 20px 50px 20px;
    margin: 0px;
    border-radius: 0px 0px 0px 0px;
}

.footer__content-top.page-width {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

footer.footer.color-scheme-1.gradient.section-sections--20259907469369__footer-padding {
    padding: 50px 20px;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    gap: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(1) {
    width: 100%;
    margin: 0px;
}

.footer-block__image-wrapper {
    max-width: 150px !important;
    margin: 0px;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 30px;
    line-height: 40px;
}

.gift-hero__heading {
    font-size: 30px;
    line-height: 40px;
}

.testimonial-box__quote {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

.video-hero__heading {
    font-size: 30px;
    line-height: 40px;
}

.shop-all__price {
    font-size: 20px;
    line-height: 30px;
}

.shop-all__excerpt {
    font-size: 15px;
    line-height: 25px;
}

.shop-all__inner {
    gap: 30px;
}

.about-section__grid {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.top-offer__price {
    font-size: 20px;
    line-height: 30px;
}

.top-offer__excerpt {
    font-size: 15px;
    line-height: 25px;
}

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 100%;
}

.footer-block__newsletter {
    width: 100%;
}

.top-offer__card {
    width: 100%;
    padding: 20px;
}

#video-hero-template--20259907010617__home_banner_video_section_CazkcV .video-hero__inner {
    padding: 70px 20px 70px 20px;
}

.about-section__image-wrap {
    width: 100%;
}

.about-section__content {
    max-width: 100%;
    gap: 20px;
}

.offer-section__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

.offer-section__content {
    width: 100%;
    max-width: 100%;
    gap: 20px;
}

.offer-section__image-wrap {
    width: 100%;
    max-width: 100%;
}

#shopify-section-template--20259907010617__multicolumn_ALDXM8 ul#Slider-template--20259907010617__multicolumn_ALDXM8 li {
    margin:0px;
}


.video-hero__text {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}

.top-offer__inner {
    gap: 30px;
}

.video-hero__button {
    width: 100%;
    padding: 20px 0px 20px 0px;
}

.shop-all__button {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}


.about-section__text {
    font-size: 15px;
    line-height: 25px;
}

.about-section__button {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.offer-section__text {
    font-size: 15px;
    line-height: 25px;
}

.offer-section__button {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.gift-hero__button {
    width: 100%;
    padding: 20px 0px;
}

.top-offer__button {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.testimonial-box__author {
    font-size: 30px;
    line-height: 40px;
}

.testimonial-box__text {
    font-size: 15px;
    line-height: 25px;
}

.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 100%;
    margin: 0px;
}

ul.footer-block__details-content.list-unstyled {
    margin: 0px;
}

.footer-block__brand-info .rte p {
    font-size: 15px;
    line-height: 25px;
}

}