/** Shopify CDN: Minification failed

Line 486:83 Expected ")" to end URL token
Line 1047:22 Expected identifier but found whitespace
Line 1049:0 Expected "}" to go with "{"

**/
@media only screen and (min-width: 767px) {
  .featured-grid--item:nth-child(even) { margin-top:-120px;}
  }

@media only screen and (max-width: 767px) {
#shopify-section-1600311065472 {
  display:none!important;
}
}

#shopify-section-1519177108222 .font--section-heading , h2 { font-size:2.5rem; color:#4b2517!important; font-weight:700!important;}
#shopify-section-1631716159509dcc7b .featured-content--title .font--section-heading  , h2 { font-size:2.5rem!important; color:#262a30;}

.primary-button-orange {     
  color: #ffffff!important;
  background: #f59762!important;
  border-radius: 30px!important;
  min-width: 150px!important;
  text-align: center!important;
  border: none!important;
  padding: 10px 30px 10px 30px;
}

.product--title {
  color:#262a30;}

  
  
  /*============================================================================
	CSS START HERE
==============================================================================*/
@font-face {
font-family: 'Montserrat'; 
src: url('https://cdn.shopify.com/s/files/1/1904/2461/files/Montserrat-Regular.ttf?v=1625481922')  format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Cabrito'; 
src: url('https://cdn.shopify.com/s/files/1/1904/2461/files/CabritoFlare-ExtBla.woff?v=1692887240')  format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GothamPro-Black'; 
src: url('//cdn.shopify.com/s/files/1/0363/0943/4508/files/GothamPro-Black.woff?v=16228871621') format('woff')
;
font-weight: 700;
font-style: normal;
}


@font-face {
font-family: 'Sofia Pro-MEdium'; 
src: url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-Medium.eot?v=13864063521688739292') format('embedded-opentype'), url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-SemiBold.woff?v=24764220139734384') format('woff'), url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-Medium.ttf?v=11700879682136404168')  format('truetype'), url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-Medium.svg?v=10405273537869178069') format('svg') 
;
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'Sofia Pro-Semibold'; 
src: url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-SemiBold.eot?v=2662173220367125449') format('embedded-opentype'), url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-Medium.woff?v=4864268983432050467') format('woff'), url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-SemiBold.ttf?v=11345741241991043150')  format('truetype'), url('//cdn.shopify.com/s/files/1/0277/1327/3916/t/5/assets/SofiaPro-SemiBold.svg?v=12815179761534206883') format('svg') ;
font-weight: normal;
font-style: normal;
}

/* Add your custom styles here */
.custom-bg-section-2 {
    /* Add any styling for the section background */
}

.custom-content--root {
    /* Add any styling for the content container */
}

.custom-bg-section-2 .heading {
  font-family: 'Cabrito';
  font-size: 50px;
    line-height: 50px;
  color: #272931;
}

.content-wrapper2 {
    width: 100%; /* Force it to take the full width of its parent */
}

.recipe-images {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center; /* Center items horizontally */
      margin-bottom: 50px;
}

.recipe-link {
    text-decoration: none;
    max-width: calc(25% - 20px); /* Distribute 4 items evenly within the row */
}

.recipe-item {
    width: 100%;
    position: relative;
}

.content-image-large {
    object-fit: cover;
    width: 300px; /* Set a specific width */
    height: 300px; /* Set a specific height */
    border: 10px solid #c47d39;
    border-radius: 15px;
}

.image-title {
  font-family: 'Cabrito';
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.view-all-button {
    width: 100%; /* Ensure the button takes full width */
    margin: 20px auto 0; /* Center the button and add margin */
  padding: 10px 20px;
    background-color: #fff;
    color: #272931;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    max-width: 200px; /* Less width on desktop */
    display: block;   /* To allow margins for centering */
font-weight: 400;
    font-family: 'Montserrat';
  font-size:20px;
    
    line-height: 1.5em;
    text-decoration: none!important;
}

.icon-text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    gap: 10px; /* Adjust as necessary for space between items */
  flex: 0 0 45%;
      gap: 40px 5px;

}

.icon-text-item {
    display: flex;
    align-items: center; /* Align icon and text vertically in the center */
  justify-content: center;
  text-align: left;
}

.icon {
    width: 60px; /* Fixed width */
    height: auto; /* Height scales automatically */
    margin-right: 20px;
}
.icon-text {
   font-family: 'Cabrito';
    font-size: 23px;
    line-height: 30px;
    color: #272931;
   
}

.custom-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    max-width: 1700px; 
    margin: 0 auto; 
}
.custom-section .heading {
  font-family: 'Cabrito';
  font-size: 50px;
    line-height: 50px;
  color: #272931;
}
.custom-section .heading .headingjava {
  color: #c47d39;
}
.featured-container .heading {
  font-family: 'Cabrito';
  font-size: 20px;
  text-align: center;
}
.content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    align-items: center; /* Center content and image horizontally */
}

.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left; /* Left-align the text on desktop */
    width: 50%;
}

.image-content {
    flex: 1;
    width: 50%;
    padding-left: 30px; /* Padding to the image on the left */
}

.custom-section .btn-2 {
    padding: 10px 20px;
    background-color: #272931;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    max-width: 200px; /* Less width on desktop */
    display: block;   /* To allow margins for centering */
    margin-left: 0;   /* Left aligned on desktop */
    margin-right: auto;
    text-decoration: none!important;
}
.custom-section .btn-2 a{
text-decoration:none!important;
}
.btn-2:hover {
    background-color: #1b1d20; /* Slightly darker shade on hover */
}
.featured-container {
    margin-top: 20px;
    text-align: center;
    width: 70%;
    margin: 20px auto;
}

.image-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.image-item img {
    max-width: 70%;
    height: auto;
}

.image-content img {
    max-width: 100%;
    height: auto;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .content-wrap {
        flex-direction: column;
    }
    .text-content {
        width: 100%;
        text-align: center; /* Center-align the text on mobile */
    }
    .image-content {
        width: 100%;
        padding-left: 0; /* Remove left padding */
        padding-bottom: 30px; /* Add padding to the bottom */
    }

    .featured-container {
        width: 90%;
       
    }
    .image-item img {
        max-width: 90%;
    }
  .custom-section .btn-2 {
        margin: 0 auto; /* Centered on mobile */
    }
  .custom-section .heading {
  font-size: 40px;
    line-height: 40px;
}
}

.custom-bg-section {
    background-image: url('https://cdn.shopify.com/s/files/1/1904/2461/files/Asset_1.webp?v=1692975126');
 background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 90px 0;
    text-align: center;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
  min-height: 100vh; 
  background-color: #fce6d2;

}

.custom-bg-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.custom-bg-section-2 {
    background-image: url('https://cdn.shopify.com/s/files/1/1904/2461/files/Asset_2_copy_abcfd6d6-967e-46ba-9ea6-7728d853491f.webp?v=1693316640');
 background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0;
    text-align: center;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
  min-height: 60vh; 
  background-color: #272931;

}
.custom-bg-section-2 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.custom-bg-section .heading {
    font-family: 'Cabrito';
    font-size: 50px;
    line-height: 50px;
    color: #272931;
    width: 100%; /* Set the width as per your request */
    margin-bottom: 120px; /* Space between the heading and the image-text content */
  padding-top:150px;
}

.custom-section .heading .headingjava {
    color: #c47d39;
}

.content-wrapper2 {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    max-width: 1400px; 
    margin: 0 auto;
    height: auto;
  padding-top:100px;
}

.content-wrapper2 .content-image {
    flex: 0 0 40%;
    max-width: 40%;
    height: auto;
}

.content-wrapper2 .content-text {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: left;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .content-wrapper2 .content-image {
    max-width: 100%;
  }
    .content-wrapper2 {
        flex-direction: column;
      padding-top:0px;
      padding-bottom: 50px;
    }

    .content-image, .content-text {
        max-width: 100%;
        margin-bottom: 20px; 
    }

    .custom-bg-section {
        min-height: auto;
    }
}

.header--bottom-row { padding-top: 0;}

.announcement--text.font--accent {font-family: 'Sofia Pro-regular';}

.header--menu a {padding-bottom: 25px; text-transform: capitalize;}

.header--menu a span {font-family: 'Sofia Pro-regular';}

.header--root {padding: 16px 48px 0;}

.slideshow-text {position: absolute; top: 200px; width: 100%; float: left; left: 50px; right: 0; width: 100%; height: 100%;}

.wrapper {max-width: 1300px; margin: 0 auto; display: block}

.section--slideshow .slider .slide .caption .bg {display: none;}

.section--slideshow .slider .slide .slideshow-text .caption {max-width: 100%; position: static; padding: 100px 0;}
.section-text .font--section-heading {font-size: 40px; font-weight: 700; font-family: 'Montserrat'!important; color: #4B2517!important;}
#shopify-section-1602050846763 .featured-content--root {padding: 40px 0 300px 0; background: url(https://cdn.shopify.com/s/files/1/1904/2461/files/javameltsbanner_copy_1_copy_f7e3d891-798b-4375-8e63-186980b9b239.png?v=1657803539); background-size: cover; background-color: #ffffff !important; background-repeat: no-repeat; width: 100%; background-position: bottom; z-index: 9999; position: relative;}

#shopify-section-1519177108222 .font--section-heading,.slideshow-text .wrapper .font--section-heading,#shopify-section-1602050846763 .font--section-heading {font-family: 'Cabrito';
    font-size: 50px!important;
    line-height: 50px;
    color: #272931!important; padding: 30px 0 0px 0;}

#shopify-section-1519177108222 .featured-content--description,#shopify-section-1602050846763 .featured-content--description {margin: 20px 0 20px 0; max-width: 450px; color: #5D454B; font-weight: 400; font-size: 18px; padding: 0; font-family: 'Montserrat';}

#shopify-section-1602050846763  .featured-links-all a {font-family: 'Montserrat'; font-size: 18px; font-weight: 600;}

#shopify-section-1519177136360 .featured-grid--root {padding-top: 0;}

.text-img {width: 50%; float: left; text-align: center; margin-top: 56px;}

.text-img img {width: 75%; text-align: center;}

#shopify-section-1602050846763  .featured-links-all a { 
  color: #ffffff!important;
  background: #f59762!important;
  border-radius: 30px!important;
  min-width: 150px!important;
  text-align: center!important;
  border: 3px solid #F3874A!important;
  padding: 12px 30px 12px 30px;
}

#shopify-section-1602050846763  .featured-content--root[data-overlap='false']:not([data-text-position='center']) .featured-content--text {background: transparent; margin: 0; padding-left: 50px; position: relative; left: 10px;}

.featured-content--root[data-text-position='right'][data-overlap='false'] .featured-content--text-container {margin: 0;}

#shopify-section-1602050846763  .featured-content--root[data-text-position='left'][data-overlap='false'] .featured-content--text-container {max-width: 100%;}

.featured-grid--root {background: #fef6f4;}

.featured-grid--body {display: block;}

#shopify-section-1602050846763 .featured-content--root .featured-content--container {width: 100%; margin: 0; max-width: 150%;}

.featured-grid--item:nth-child(odd) {margin-top: -120px;}

.featured-grid--item:nth-child(even) {margin-top: 120px;}

#shopify-section-1519177136360 [data-container='section'] [data-item] {padding: 0}

#shopify-section-1519177136360 [data-container='panel'][data-columns='6'] {grid-column-gap: 0; grid-row-gap: 0;}



.featured-content--description h3 {font-size: 40px; font-weight: 100; margin: 20px 0; font-family: 'Sofia Pro-MEdium';}

.featured-content--root[data-text-position='right'][data-overlap='false'] .featured-content--text-container {max-width: 430px;} 

.featured-content--root[data-text-position='right'][data-overlap='false'] .featured-content--text-container h4 {font-size: 30px;}

.featured-links-all {display: flex; align-items: center;}

.featured-links-all a {font-size: 22px; padding: 14px 50px;}

.featured-links-all .featured-content--link.learn-more {margin-left: 30px;}

.featured-links-all .featured-content--link.learn-more a {background-image: url(url(//cdn.shopify.com/s/files/1/0277/1327/3916/files/imgpsh_fullsize_anim.png?v=1601898291)) !important; background-color: transparent !important; background-image: url(https://cdn.shopify.com/s/files/1/0277/1327/3916/files/imgpsh_fullsize_anim.png?v=1601898291) !important; background-repeat: no-repeat !important; background-position: right 0 bottom 0 !important; line-height: normal !important; background-size: 150px !important; padding: 0 0 10px 0; text-transform: uppercase; color: #f59762!important;}

.featured-content--root[data-text-position='right'][data-overlap='false'] .featured-content--text-container h4 {font-size: 25px; margin: 0 0 20px 0; font-family: 'Sofia Pro-regular'; }

.product-slider .product--title.font--block-heading {font-size: 20px; margin: 15px 0 0 0; font-family: 'Montserrat';}

.product-slider .money {color: #F59662; font-size: 22px; font-family: 'Montserrat'; font-weight: 600;}

.product-slider {padding: 100px 0;}

.feature-video--root {padding: 5px 0 0 0; background-color: #FBE6D2!important;}

.feature-video--root[data-darken-video='true'] .feature-video--container:after {display: none;}

.feature-video--container .icon--root {opacity: 0;}

.instagram-feeds-common.featured-content--root .featured-content--text {padding: 50px 50px 20px 50px;}

.instagram-feeds-common.featured-content--root strong, .instagram-feeds-common.featured-content--root strong a {color: #f59762; background-image: url(//cdn.shopify.com/s/files/1/0277/1327/3916/files/imgpsh_fullsize_anim.png?v=1601898291); background-position: right 0 bottom 0; line-height: normal; background-size: 100%; background-repeat: no-repeat; padding: 0 0 20px 0; font-size: 22px; text-transform: uppercase; font-weight: 100;}

#insta-feed {border: 35px solid #fff;}

.instagram-feeds-common.featured-content--root .featured-content--title {font-size: 40px; font-family: 'Sofia Pro-regular';}

.instagram-feeds-common.featured-content--root {padding: 100px 0; background-image: url(https://cdn.shopify.com/s/files/1/0363/0943/4508/files/Asset_1_copy_8ee28525-a5d2-4dd9-a3a5-7a08ae056406.png?v=1622635982); background-size: cover; background-position: 10%; display: none;}

.instagram-feeds-common.featured-content--root .featured-content--text p {color: #c94e53; font-size: 25px; line-height: normal; margin: 20px 0; font-family: 'Sofia Pro-regular';}

#shopify-section-1601901331611 > div > div > div.join-now--block.text-block {align-items: flex-start;}

.join-now-section {background: #fef6f4; padding: 100px 0;}

.join-now-section .join-now--block.text-block {width: 50%; float: left;}

.instagram-feeds-common.featured-content--root p {color: #c94e53; font-size: 25px; margin: 20px 0; line-height: normal;}

.join-now--block.text-block .text-section h2 {font-size: 70px; margin: 40px 0 30px 0; font-family: 'Sofia Pro-Semibold';}

.join-now--block.text-block .text-section {max-width: 520px; margin: 0 auto;}

.join-now--block.text-block .text-section h3 {color: #DDB08E; font-size: 38px; margin: 0 0 20px 0; font-family: 'Sofia Pro-MEdium';}

.join-now--block.text-block .text-section p {color: #c94e53; font-size: 25px; line-height: normal;}

.join-now-section .join-now--block.img-block {width: 50%; float: left; text-align:center; display: block;}

.join-now-section .join-now--block.img-block img {max-width: 250px;}


.join-now-section .join-now--block.img-block .join-now--link {width: 100%; float: left; text-align: center; margin: 100px 0 0;}

.join-now-section .join-now--block.img-block .join-now--link.learn-more {margin: 50px 0 0;}

.join-now-section .join-now--block.img-block .join-now--link a {font-family: 'Sofia Pro-regular'; font-size: 22px; padding: 14px 50px; font-weight: 100; text-transform: uppercase;}

.join-now-section .join-now--block.img-block .join-now--link.learn-more a {background-color: transparent !important; background-image: url(https://cdn.shopify.com/s/files/1/0277/1327/3916/files/imgpsh_fullsize_anim.png?v=1601898291) !important; background-repeat: no-repeat !important; background-position: right 0 bottom 0 !important; line-height: normal !important; background-size: 150px !important; padding: 0 0 10px 0; text-transform: uppercase; color: #f59762!important;}

.newsletter--root {background-image: url(https://cdn.shopify.com/s/files/1/1904/2461/files/Email_Collect_Banner-01_756c2b7b-438e-41e6-ac24-4b75ffdad4db.png?v=1625575529); background-repeat: no-repeat; background-size: cover; padding: 120px 0;}

.header--cart-link {position: relative; top: -10px;}

.newsletter--root h2:first-child {font-size: 40px; margin: 0; font-family: 'Montserrat'; font-weight: 700; color: #4B2517!important;}

.newsletter--root h2:nth-child(2) {color: #f59762; font-size: 35px; margin: 40px 0;}

.newsletter--subheading {color: #c94e53; font-size: 25px; line-height: normal; max-width: 755px; margin: 0 auto; font-family: 'Montserrat';}

.newsletter--body {margin-top: 50px; max-width: 500px;}

.owl-buttons {display: none;}

.featured-links-all a:hover, .join-now-section .join-now--block.img-block .join-now--link a:hover {background: #000 !important;}

.footer--subscribe .footer--form-container input[type='submit']:hover {background: #fff !important; color: #DDB08E !important;}

.join-now-section .join-now--block.img-block .join-now--link.learn-more a:hover {background: transparent !important}

.newsletter--body form {border: 3px solid #f59762; border-radius: 32px; background: #fff; position: relative;}

.newsletter--body form input {margin: 0; background: transparent; border: none; font-size: 17px; padding: 0 40px; border-radius: 32px}

p.newsletter--failure {position: absolute; top: -25px; left: 0; right: 0; color: #c94e53;}

.newsletter--body form button {background: #f59762; border-radius: 32px; width: 18%; border: none; font-size: 18px;}

footer.footer--root {background: #262a30; padding: 100px 0 150px 0;}

footer.footer--root .logo-section-footer {text-align: center;}

footer.footer--root .logo-section-footer img {max-width: 200px;}

footer.footer--root .logo-section-footer {text-align: center; margin: 0 0 82px 0;}
footer.footer--root a:link {color: #fff !important;}
footer.footer--root a:visted {color: #fff !important;}
footer.footer--root a:active {color: #fff !important;}
.footer--block--heading {color: #fff; text-transform: uppercase; font-size: 22px; margin: 0 0 10px 0; font-family: 'Sofia Pro-regular'}

.footer--root a, .footer--root p {font-family: 'Montserrat'; color: #fff!important;}

footer .footer--menu a {color: #fff !important;}

.footer--block[data-block-type='subscribe'] .footer--block--container {width: 100%;}

footer p {color: #fff; margin: 0 0 15px 0;}

.footer--subscribe .footer--form-container {max-width: 500px; border: 3px solid #fff; border-radius: 32px; overflow: hidden; background: transparent; padding: 0; }

.footer--subscribe .footer--form-container input.small {background: transparent; margin: 0 !important; border: none; color: #ffff; font-size: 17px; padding: 4px 40px; height: 100%;}

.footer--subscribe .footer--form-container input[type='submit'] {background: transparent; border-radius: 32px; width: 18%; font-size: 18px; margin: 0; border: 2px solid #fff; border-bottom: 0; overflow: visible; border-top: 0; border-right: 0;}

.footer--block--container .footer--social-icons svg {height: 35px; width: 35px; color: #fff;}

input:focus {outline: 0}

.newsletter--body form input::-webkit-input-placeholder, .product-reviews-app .spr-form form input::-webkit-input-placeholder { /* Edge */
  color: #f59762;
}

.newsletter--body form input:-ms-input-placeholder, .product-reviews-app .spr-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f59762;
}

.newsletter--body form input::placeholder, .product-reviews-app .spr-form form input::placeholder {
  color: #f59762;
}

.footer--subscribe .footer--form-container input.small::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.footer--subscribe .footer--form-container input.small:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer--subscribe .footer--form-container input.small::placeholder {
  color: #fff;
}
html {
    padding: 0 !important;
}

.owl-buttons {display: none;}
.slideshow-text .wrapper .sub-title {margin: 20px 0 20px 0;padding-bottom:0px; color: #5D454B; font-weight: 400; font-size: 18px; padding: 0; font-family: 'Montserrat';}

.slideshow-text .wrapper .slideshow--button a{  
  	font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height:18px ;
}

  /*============================================================================
	PRODUCT PAGE CSS START HERE
==============================================================================*/


.template-product #shopify-section-product .show--medium-large {margin: 0; width: 100%; padding: 0;}

.template-product #shopify-section-product .columns {padding: 0;}

.product-page--main-content {display: block; padding: 80px 0 0 0;}

.template-product .main-content .row {margin: 0; width: 100%; padding: 0;}

.product-page--main-content .product-page--title-n-vendor {padding: 0;}

.font--section-heading {color: #262a30;}

.main-wrapper {display: flex;}

.product-page--main-content .maintitle-cart {width: 25%; float: left;}

.product-page--main-content .product-page--media-root {width: 50%; padding: 0 80px}

.accordions {width: 25%;}

.product-page--main-content .product-page--title-n-vendor .product-page--title {font-size: 40px; padding: 0 0 20px 0; font-family: 'Montserrat';}

.template-product article .price--container .actual-price {color: #F59662; font-size: 30px; font-family: 'Montserrat';}

.product-page--description {padding: 0 0 40px 0; font-size: 14px; font-family: 'Montserrat';}

.template-product article button {font-family: 'Sofia Pro-regular'; color: #DDB08E!important; background: transparent; border-radius: 30px; text-align: center; border: none!important; padding: 8px 30px; height: auto; border: 2px solid #DDB08E !important; font-size: 24px;}

.template-product article button.shopify-payment-button__button {background: #DDB08E !important; color: #fff !important; padding: 8px 30px !important; font-size: 24px !important; line-height: 41px;}

.product-page--cart-form-block {padding: 0;}

.accordion-inner {width: 100%; float: left; margin: 0 0 20px 0;}

.accordions .accordion-title {font-family: 'Sofia Pro-regular'; letter-spacing: 1px; background-image: url(//cdn.shopify.com/s/files/1/0363/0943/4508/files/line3_copy.png?v=1623674960); background-position: left 0 bottom 0; line-height: normal; background-size: 125px; background-repeat: no-repeat; width: auto; float: left; font-size: 22px; color: #262a30; padding: 0 0 15px 0; min-width: 125px; cursor: pointer;}

.simple-rtn-img {width: 60%; text-align: center; padding: 0 2rem; margin: 40px 0; max-width: 1300px; margin: 0 auto; float: none; margin-top: 40px; margin-bottom: 120px;}

.simple-rtn-img img {width: 100%;}

.gallery-imgs {width: 100%; float: left; padding: 0 0 50px 0;}

.gallery-imgs-inner {width: 20%; float: left; padding: 0 0.8rem;}

.gallery-imgs .wrapper {padding: 0 10rem;}

.accordion-content {width: 100%; float: left; padding: 20px 0 0; font-size: 14px; font-family: 'Montserrat'!important;}

.product-reviews-app .spr-container {border: none;}

.product-reviews-app .spr-header-title {font-size: 35px; font-family: 'Sofia Pro-regular';}

.spr-icon-star:before {color: #c94e53;}

.product-reviews-app .spr-summary-actions-togglereviews {color: #f59762; font-size: 18px;}

.product-reviews-app .spr-summary-actions-newreview {font-family: 'Sofia Pro-regular'; background-image: url(//cdn.shopify.com/s/files/1/0277/1327/3916/files/imgpsh_fullsize_anim.png?v=1601898291); background-position: right 0 bottom 0; line-height: normal; background-size: 100%; background-repeat: no-repeat; font-size: 20px; color: #f59762; padding: 0 0 10px 0;}

.product-reviews-app .spr-review-header-title {color: #f59762; font-size: 25px; margin: 20px 0;}

.product-reviews-app .spr-review-header-byline {color: #c94e53; opacity: 1; font-style: normal;}

.product-reviews-app .spr-review-content-body {font-size: 14px;}

.product-reviews-app .spr-form-title {color: #c94e53; font-size: 25px; margin: 0 0 30px 0; font-family: 'Sofia Pro-regular'}

.product-reviews-app .spr-review, .product-reviews-app .spr-form {border-color: #ECECEC; border-top: 3px solid #f59762;}

.product-reviews-app .spr-form form {border: 3px solid #f59762; padding: 30px; border-radius: 4px;}

.product-reviews-app .spr-form form label {color: #f59762; font-size: 16px; font-family: 'Sofia Pro-regular'}

.product-reviews-app .spr-form form input, .product-reviews-app .spr-form form textarea {height: auto; font-size: 18px; border: 3px solid #f59762; border-radius: 32px; background: #fff; position: relative; margin: 0 0 15px 0;}

.product-reviews-app .spr-form form input.spr-button {font-family: 'Sofia Pro-regular'; overflow: visible; background: #f59762; padding: 8px 30px; font-size: 18px; line-height: normal; height: auto;}

.product-reviews-app .spr-form form input.spr-button:hover {background: #fff; color: #f59762}

.product-reviews-app .spr-review-reportreview {color: #f59762; font-size: 16px;}

.template-product .main-content .row.social-share {background: #262a30; padding: 60px 0;}

.template-product .main-content .row.social-share .title {color: #fff; font-size: 20px; text-transform: uppercase; margin: 0 0 30px 0; font-family: 'Montserrat'}

.template-product .main-content .row.social-share .share-item {background: no-repeat; border: none; color: #fff; font-size: 20px; font-family: 'Montserrat';}

.template-product .main-content .row.social-share .share-item svg {width: 32px; height: 32px; margin: 0 40px 0 0;}

.template-product .product-recommendations--root {background: #fffff; margin: 0 0 100px 0;}

.template-product .product-recommendations--root h2 {text-align: left; padding: 0 5%; margin: 0 0 60px 0; font-size: 30px; background-image: url(https://cdn.shopify.com/s/files/1/0277/1327/3916/files/18.png?v=1601986480);
    background-repeat: no-repeat; background-position: right -330px bottom 0; font-family: 'Montserrat';}

.template-product .product--title{font-size: 28px; margin: 15px 0 0 0; font-family: 'Sofia Pro-regular';}

.template-product .money {color: #f59762; font-size: 22px; font-family: 'Sofia Pro-regular';}

.breadcrumbs--root li a:after {border: none;}

.template-product article .quantity-cart-row .add-to-cart button.add:hover {background: #000; border-color: #000 !important; color: #fff !important;}

.template-product article button.shopify-payment-button__button:hover {background: #000 !important; border-color: #000 !important;}

.mobile-nav--search a, .mobile-nav--menu a, .mobile-nav--login a {font-family: 'Sofia Pro-regular'; text-transform: capitalize; font-size: 16px;}

.mobile-nav--menu li {border-top: 2px solid #f59762 !important;}

.mobile-nav--menu li:last-child {border-bottom: 2px solid #f59762;}

.x-menu a:hover {color: #f59762;}

.product--sold-out {background: #f59762;}

  
/*============================================================================
	RESPONSIVE CSS START HERE
==============================================================================*/

@media screen and (max-width: 1350px) and (min-width: 1201x) 
{
	.template-product .product-recommendations--root h2 {background-position: right -530px bottom 0;}
}

@media screen and (max-width: 1300px) {
	
	.section--slideshow .slider .slide .caption .font--section-heading, #shopify-section-1519177108222 .font--section-heading, h2, .join-now--block.text-block .text-section h2, .newsletter--root h2:first-child {font-size: 60px;}
 }
 @media screen and min-width: 1201x) {
 
	div#shopify-section-1519177136360 {position: relative; top: -35px; z-index: 99999;}
	
	a.header--cart-link {margin-top: -20px; position: relative; top: -5px;}
 
 } 
 
@media screen and (max-width: 1200px)
{
 .wrapper {padding: 0 2rem; max-width: 100%;}
 
 .section--slideshow .slider .slide .slideshow-text .caption {padding: 50px 0; margin: 0;}
 
 .section--slideshow .slider .slide .caption .font--section-heading, #shopify-section-1519177108222 .font--section-heading, h2, .join-now--block.text-block .text-section h2, .newsletter--root h2:first-child {font-size: 50px;}
 
 .template-product article button, .template-product article button.shopify-payment-button__button {font-size: 22px !important; padding: 8px 20px;}
 
 .template-product .product-recommendations--root h2 {background-image: none}
}


@media screen and (max-width: 991px)
{
	.section--slideshow .slider .slide .caption .font--section-heading, #shopify-section-1519177108222 .font--section-heading, h2, .join-now--block.text-block .text-section h2, .newsletter--root h2:first-child {font-size: 40px;}
	
	.section--slideshow .slider .slide .caption p.sub-title {margin: 10px 0; max-width: 320px; font-size: 20px;}
	
	.featured-content--root[data-text-position='right'][data-overlap='false'] .featured-content--text-container h4, .product-slider .product--title.font--block-heading, .instagram-feeds-common.featured-content--root p, .join-now--block.text-block .text-section p, .newsletter--subheading {font-size: 20px;}
	
	.instagram-feeds-common.featured-content--root .featured-content--title {font-size: 30px;}
	
	.featured-links-all a, .join-now-section .join-now--block.img-block .join-now--link a {font-size: 14px; padding: 14px 22px;}
	
	.section--slideshow .slider .slide .slideshow-text .caption {background:  no-repeat}
	
	#shopify-section-1600921469849 .featured-content--root strong{font-size: 14px; padding: 0 0 10px 0;}
	
	.newsletter--root h2:nth-child(2), .join-now--block.text-block .text-section h3, .featured-content--description h3 {font-size: 25px;}
	
	.header--mobile .icon--menu {background: #DDB08E; padding: 8px; width: 40px; height: 38px; color: #fff}
	
	.template-product article button, .template-product article button.shopify-payment-button__button {padding: 14px 30px !important; height: auto; line-height: normal;}
	
	.header--root {padding: 0;}
	
	#shopify-section-1519177108222 .font--section-heading,.section--slideshow .slider .slide .caption .font--section-heading,#shopify-section-1602050846763 .font--section-heading {font-size: 30px;}
	
	#shopify-section-1602050846763 .featured-content--root[data-overlap='false']:not([data-text-position='center']) .featured-content--text {padding-left: 0; position: relative; left: 0; padding-right: 20px}
	
	.header--root {border-bottom: 2px solid #c94e53;}
	
	.header--cart-link {top: 0}
}

@media screen and(max-width:840px){.section--slideshow .slider .slide .caption .font--section-heading,#shopify-section-1602050846763 .font--section-heading {font-size: 25px;}
	}
@media screen and (max-width: 766px)
{
	.featured-grid--item:nth-child(even),.featured-grid--item:nth-child(odd) {margin-top: 0;}
	
	#shopify-section-1519177136360 [data-container='panel'][data-columns='6'] {grid-column-gap: 65px; grid-row-gap: 65px;}
	
/* 	.section--slideshow .slider .slide .caption .font--section-heading {font-size: 25px;} */
	
	
/* 	.section--slideshow .slider .slide .caption a.font--button {font-size: 14px; height: auto; padding: 0 0 5px 0;} */
	
	.header--mobile {padding: 20px 0;}
	
	.section--slideshow .slider .slide .slideshow-text .caption {padding: 40px 2rem;}
	
	.featured-links-all {width: auto; float: none; margin: 0 auto; display: flex; justify-content: space-around;}
	
	.instagram-feeds-common.featured-content--root .featured-content--root, .join-now-section, .newsletter--root, .feature-video--root {padding: 50px 0;}
	
	.featured-content--text {padding: 0 0 60px 0 !important;}
	
	.featured-content--root {padding: 0;}
	
	.instagram-feeds-common.featured-content--root .featured-content--root .featured-content--text {padding: 40px 0 0 0!important;}
	
	.join-now-section .join-now--block.text-block, .join-now-section .join-now--block.img-block {width: 100%; margin: 0;}
	
	.join-now--block.text-block .text-section h2, .join-now--block.text-block .text-section h3 {text-align: center; padding: 0;}
	
	.join-now-section .join-now--block.img-block img {max-width: 150px;}
	
	.join-now--block.text-block .text-section p {text-align: center; margin: 0 0 20px 0}
	
	.footer--blocks .footer--block:last-child {padding-top: 0;}
	
	.footer--block:nth-of-type(3) .footer--block--container .rte-content {display: none;}
	
	.join-now-section .join-now--block.img-block .join-now--link {margin: 50px 0 0;}
	
	.featured-grid--root {margin-top: -2px; padding: 40px 0 60px 0;}
	
	.instagram-feeds-common.featured-content--root p, .newsletter--header {padding: 0 2rem} 
	
	.owl-buttons {display: block;}
	
	.main-wrapper {flex-direction: column; display: block}
	
	.product-page--cart-form-block {padding: 0; width: 100%; max-width: 100%; margin: 0 0 40px 0;}
	
	.product-page--main-content .maintitle-cart {width: 100%; float: left;}
	
	.product-page--main-content .product-page--media-root {width: 100%; padding: 0;}  
	
	.accordions {width: 100%; padding: 0px 0 0;}
	
	.simple-rtn-img {width: 100%;}
	
	.gallery-imgs .wrapper {padding: 0; width: 100%;}
	
	.gallery-imgs {padding: 0 2rem 40px 2rem;}
	
	.gallery-imgs-inner {width: 50%; padding: 10px;}
	
	.product-reviews-app .spr-container {padding: 0}
	
	span.spr-summary-actions {width: 100%; float: left; margin: 20px 0 0;}
	
	.product-reviews-app .spr-summary-actions-newreview {float: left}
	
	.template-product .main-content .row.social-share {padding: 40px 0 20px 0}
	
	.template-product .main-content .row.social-share .share-item svg { margin: 0 15px 0 0;}
	
	.template-product .main-content .row.social-share .title {margin: 0;}
	
	.template-product .product--title {font-size: 18px;}
	
	.instagram-feeds-common.featured-content--root {padding: 40px 0;}
	
	.template-product .product-recommendations--root {margin: 0 0 40px 0; padding: 40px 0}
	
	.instagram-feeds-common.featured-content--root .featured-content--text {padding: 40px 0 0 0 !important;}
	
	.product-reviews-app .spr-review-reportreview {float: left}
	
	.product-reviews-app .spr-header-title, .product-reviews-app .spr-summary {text-align: left;} 
	
	.product-slider {padding: 50px 0}
	
/* 	#shopify-section-1602050846763 .font--section-heading {margin-top: 20px;} */
	
	
	#shopify-section-1602050846763 .featured-content--text {padding: 0!important}
	
	#insta-feed {border: 15px solid #fff;}
	
	#insta-feed .instafeed-container {border: 2px solid #fff;}
		#shopify-section-1519177108222 .font--section-heading,.section--slideshow .slider .slide .caption .font--section-heading,#shopify-section-1602050846763 .font--section-heading {font-size: 30px;}
	
	
	
}

@media screen and (max-width: 480px)
{
/* 	.section--slideshow .slider .slide .caption .font--section-heading {font-size: 16px;} */
	
/* 	.section--slideshow .slider .slide .caption p.sub-title {margin: 0 0 5px 0; max-width: 135px; font-size: 12px; padding: 0;} */
	
	.section--slideshow .slider .slide .slideshow-text .caption {padding: 35px 2rem;}
	
	#shopify-section-1519177108222 .font--section-heading, h2, .join-now--block.text-block .text-section h2, .newsletter--root h2:first-child, .template-product .main-content .row.social-share .title, .product-reviews-app .spr-header-title {font-size: 30px}
	
	footer.footer--root {padding: 50px 0;}
	
	footer.footer--root .logo-section-footer {margin: 0 0 50px 0;} 
	
	.newsletter--body {margin-top: 20px;}
	
	.newsletter--root h2:nth-child(2) {margin: 20px 0;}
	
	.template-product .product-recommendations--root h2 {padding: 0; margin: 0 0 30px 0; font-size: 30px;}
	
	.product-page--main-content {padding: 20px 0 0 0;}
	
	.footer--subscribe .footer--form-container input[type='submit'], .newsletter--body form button {width: 25%;}
	
	#shopify-section-1602050846763 .featured-content--root {padding: 40px 0 150px 0;}
	
		#shopify-section-1519177108222 .font--section-heading,.section--slideshow .slider .slide .caption .font--section-heading,#shopify-section-1602050846763 .font--section-heading {font-size: 25px;}
	
	
	.join-now-section .join-now--block.img-block .join-now--link.learn-more a, .featured-links-all .featured-content--link.learn-more a {background-size: 100% !important}
	
	
}

@media screen and (max-width: 413px) {
	
	.section--slideshow .slider .slide .slideshow-text .caption {padding: 20px 2rem;}
	
	
}


@media only screen and (max-width: 767px) {
  [data-container='panel'][data-mobile-columns='2'] {    
    grid-template-columns: repeat( 4, 1fr );
  }
  .featured-grid--item {grid-column: span 2;
}

.featured-grid--item:nth-last-child(1):nth-child(odd) {
	grid-column: 2 / span 2;
}
}


.footer--sub--block:last-of-type .footer--sub--container { margin: 0 auto 0 auto; }

.product-page--media-root.mobile-vw {
    display: none;
}

@media screen and (max-width: 766px){
.product-page--media-root.mobile-vw {
    display: block;
}
.product-page--media-root.desktop-vw {
    display: none;
}
.product-page--media-root.mobile-vw .product-page--thumbs-container {
	display: flex;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	overflow: hidden;
	overflow-x: scroll;
	margin-bottom: 20px;
	padding: 0 0 10px;
}
.product-page--media-root.mobile-vw .image--container {
	padding: 0 !important;
}
.product-page--media-root.mobile-vw .image--container img {
	position: relative;
	max-width: 200px;
	margin: 0 auto;
	width: 100%;
}
.product-page--main-content {
	padding: 0px 0 0 0;
}
.product-page--media-root.mobile-vw .product-page--thumb-container {
	max-width: 78px;
}
.product-page--media-root.mobile-vw .product-page--thumbs-container .product-page--thumb {
	text-align: center;
	padding: 5px;
}
.product-page--media-root.mobile-vw .product-page--thumbs-container .product-page--thumb .image--container {
	padding-top: 110px !important;
}
.product-page--media-root.mobile-vw .product-page--thumbs-container .product-page--thumb img {
	position: absolute;
	object-fit: cover;
}
}

@media screen and (max-width: 480px){
.product-page--main-content .product-page--title-n-vendor .product-page--title {
	font-size: 25px;
}
.template-product .price--container {
	margin-top: 10px;
}
}

.fsb_bar {font-family: {font-family: 'Sofia Pro-regular'!important;}
 
