/** Shopify CDN: Minification failed

Line 571:0 Comments in CSS use "/* ... */" instead of "//"
Line 2182:0 Unexpected "}"

**/

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}



/* announcement bar */
div#shopify-section-sections--24370215321873__announcement-bar{
    display: none; 
}
p.announcement-bar__message.h5 {
    font-size: 1.2rem;
    color: #737373;
    font-weight: 400;
}


/* header icon css */

a#cart-icon-bubble {
    text-decoration: none;
}

#cart-icon-bubble .visually-hidden {display: contents;}

.cart-count-bubble .visually-hidden { display:none !important;}

#cart-icon-bubble .svg-wrapper,
#cart-icon-bubble svg,
#cart-icon-bubble use {
  display: none;
}

.custom-cart-icon {
    display: block !important;
}

/* .header__icons.header__icons--localization.header-localization {
    border: 1px solid #FFE0B6;
    border-radius: 25px;
    padding: 4px 6px;
} */

a.header__icon.header__icon--account.link.focus-inset.small-hide{
    display: none;
}

a#cart-icon-bubble {
    height: unset;
    gap: 10px;
    color: #000;
    font-size: 1.4rem;
    line-height: 16px;
    text-decoration: underline;
    letter-spacing: .15px;
    width: unset;
  font-weight: 700;
}



span.cart-count-number img {
    margin-left: 10px;
}



.header--top-center.drawer-menu {
        grid-template-columns: 35% 30% 35% !important;
    }

.custom-menu {
    grid-column-start: 1;
}

header-drawer {
    display: none;
}

.header__search {
    display: none !important;
}

button.hamburger {
    display: none;
    color: #3C403D;
}

.custom-menu a {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'DM Sans';
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}

ul.custom-nav a:hover {
    background: #FFEED7;
}

ul.custom-nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #FFF9F2;
}

.custom-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-bottom: .1rem solid rgb(0 0 0 / 8%);
}
.custom-nav a {
  text-decoration: none;
  color: #000;
  font-size:1.2rem;
  padding: 4.5px 10px;
  border-radius: 8px;
  
}
.custom-nav .active a {
  color: #000;
  padding: 4.5px 10px;
  background: #FFEED7;
  border-radius: 8px;
}

  ul.custom-nav li {
    padding: 4.5px 10px;
}


button.hamburger {
    border: unset;
    background: unset;
    width: 30px;
    height: 100%;
}

@media (max-width:600px){
  /* announcement bar */
div#shopify-section-sections--24370215321873__announcement-bar {
    display: block;
    border: solid #C6C1BA;
    border-width: 0px 0 1px 0;
}

  .custom-menu {
    display: none;
}

  ul.custom-nav {
    display: none;
}
  
  button.hamburger {
    display: block;
    grid-column: 1;
        grid-row: 1;
}

  .header--top-center>.header__search {
     display: block !important; 
      
}

/* search bar css */

details[open]>.search-modal {
    height: 100vh;
}




predictive-search.search-modal__form {
    grid-column: 1/ 3;
}
.cutom-tag-suggestion {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-left: 50px;
}

  .predictive-search.predictive-search--header {
    height: 100%;
}

.search-modal__content {
    display: grid;
    grid-template-columns: 70% 20% 10%;
    grid-template-rows: 5% 95%;
    align-items: start;
    justify-items: center;
  padding: 0px 1rem 0 1rem;
}

.search-modal__close-button {
    position: unset !important;
    
}

predictive-search.search-modal__form .field:after {
    box-shadow: unset !important;
}

button.search__button.field__button {
    left: 0 !important;
}

.search__input.field__input {
    padding-left: 6rem;
}

.reset__button {
    right: calc(var(--inputs-border-width) + .5rem) !important;

}

.search-modal__content label.field__label {
    left: calc(var(--inputs-border-width) + 6rem);
}
.search-modal__content .field__input:focus~.field__label, .search-modal__content .field__input:not(:placeholder-shown)~.field__label, .search-modal__content .field__input:-webkit-autofill~.field__label, .search-modal__content .customer .field input:focus~label, .search-modal__content .customer .field input:not(:placeholder-shown)~label, .search-modal__content .customer .field input:-webkit-autofill~label {
    left: calc(var(--inputs-border-width) + 6rem) !important;
}

.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after{
  box-shadow: unset;
}

.header:not(.header--top-center)>.header__search, .header--top-center *>.header__search {
        display: none;
    }

.cutom-tag-suggestion h4 {
    color: #737373;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.cutom-tag-suggestion ul {
    list-style-type: none;
    padding: 0;
}

.cutom-tag-suggestion li {
    font-size: 1.4rem;
    padding: 5px 0;
    color: #737373;
}


  
  
}

@media screen and (max-width: 749px) {
    .predictive-search--header {
        top: 50px !important;
    }
  
}
 

/* ended search bar */


/* ended header icon css */

/* sidebar css */


.shop-all-text a {
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 8px;
    background: #FFEED7;
    text-decoration: none;
    color: #3C403D;
    border-radius: 4px;
}

.shop-all-text p {
    margin: 0;
}







.underline-links-hover:hover a{
  text-decoration: none !important;
}




/* .fullscreen-menu.active:has(.sidebar-submenus.active) {
    top: 0;
  transition: 0.3s ease-in-out;
} */

/* ended sidebar css */


/* hero-section */


.banner__box.content-container {
    background: unset;
    color: #fff;
    padding: 0 !important;
}

@media(max-width:1300px){


  [id^="Banner-template--"][id$="__image_banner_iWTEYD"] .banner__heading.inline-richtext.h1{ 
  font-size: 4.7vw !important;
}
}

 [id^="Banner-template--"][id$="__image_banner_iWTEYD"] .banner__heading.inline-richtext.h1 {
    font-size: 6.4rem;
    line-height: 1;
    color:#fff;
}


@media(max-width:600px){
   [id^="Banner-template--"][id$="__image_banner_iWTEYD"] .banner__heading.inline-richtext.h1 {
    font-size: 3rem !important;
}
 [id^="Banner-template--"][id$="__image_banner_w7qmLi"] .banner__heading.inline-richtext.h1{
    font-size: 2.4rem !important;
}
 

}

[id^="Banner-template--"][id$="__image_banner_w7qmLi"] .banner__heading.inline-richtext.h1 {
    font-size: 3rem;
  line-height: 2.8rem;
    line-height: 1;
    color:#fff;
  padding: 20px;
}









/* 


.banner__box.content-container {
    background: unset;
    color: #fff;
    padding: 0 !important;
}

@media(max-width:1300px){
  
  #Banner-template--24370215026961__image_banner_iWTEYD .banner__heading.inline-richtext.h1 {
  font-size: 4.7vw !important;
}
}

#Banner-template--24370215026961__image_banner_iWTEYD .banner__heading.inline-richtext.h1 {
    font-size: 6.4rem;
    line-height: 1;
    color:#fff;
}


@media(max-width:600px){
  #Banner-template--24370215026961__image_banner_iWTEYD .banner__heading.inline-richtext.h1 {
    font-size: 3rem !important;
}

 #Banner-template--24370215026961__image_banner_w7qmLi .banner__heading.inline-richtext.h1 {
    font-size: 2.4rem !important;
}
 

}

#Banner-template--24370215026961__image_banner_w7qmLi .banner__heading.inline-richtext.h1 {
    font-size: 3rem;
  line-height: 2.8rem;
    line-height: 1;
    color:#fff;
  padding: 20px;
}
 */

/* header slider css*/

  .wt_footer_slider {
    width: 100%;
    height: 21px;
    overflow: hidden;
    position: relative;
  }

.custom-offer-slider {
    height: 50px;
  z-index: -1;
  }

  .wt_footer_slide_list {
    display: flex;
    width: max-content;
    position: absolute;
    white-space: nowrap;
    gap: 25px;
  }



  .wt_footer_slide_item, .custom_offer_item {
    gap: 10.24px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    align-content: center;
  }





  .wt_footer_slide_item img {
    width: 20px;
  }

  .wt_footer_caption {
    line-height:2rem;  
    margin: unset;
  }


.custom-offer-wrapper {
    width: 100%;
    height: 60px;
    align-items: center;
      margin-top: 7rem !important;
    margin-bottom: -25px !important;
}

.custom_offer_item span {
    background: #FECB0B;
    padding: 10px;
    border-radius: 50px;
    border: 1px dashed #3C403D;
    flex-shrink: 0;
    
}
.custom_offer_item span h3 {
    margin: 0;
  font-size: 1.4rem;
  line-height: 1.35;
    font-weight: 400;
}

.custom-offer-slider {
    width: calc(100% - 40px);
    height:100%;
    overflow: hidden;
  float: left;
  }
 .custom_offer_list {
    display: flex;
    width: max-content;
    /* white-space: nowrap; */
    gap: 25px;
  }


.img-box-arrow.custom-offer-arrow {
    float: right;
    transform: translate(0px, 10px);
}


.img-box-arrow.custom-offer-arrow {
    pointer-events: none;
}




/* ended header slider css*/


.delicius-event {
    display: flex;
    width: 100%;
   overflow: auto;
  
}

.delicius-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 166px;
    justify-content: center;
    border:1px solid #D5BFA0;
  padding:20px;
}

.delicius-item img {
    width: 64px;
}
.delicius-item p {
    font-size: 12px;
    font-weight: 500;
}



@media(max-width:1200px){
.delicius-event {
  justify-content: space-between !important;
}

.delicius-item {
    width: 240px !important;
    min-width:240px;
}

.card__heading a {
    font-size: 14px;
    text-decoration: none !important;
    line-height: 1.3;
    letter-spacing: 0;
}

}




///////////////////////////////












.section-template--24325756256554__custom_liquid_teYYhR-padding {
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    
}

.section-template--24370214961425__custom_liquid_tAYQPU-padding {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.info-box-bnner{
     background-position: right !important;
     background-repeat: no-repeat !important;
     background-size: contain !important;
     display: flex;
     align-items: center;
}
.info-box-bnner {
    background-color: #AC764C !important;
    width: 100%;
    height: 400px;
    padding: 48px;
    border-radius:10px;
    position:relative;
    margin-top: 4.3rem !important;
  max-width: 1300px;
  margin: 0 auto;
  
}


.infob-bnnr-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.infob-bnnr-content a{
    padding: 17px 38px !important;
    background: #f05924;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.22px;
}


@media (max-width:768px){
  .infob-bnnr-content{
    left: 50%;
  }








  
}

@media (max-width:530px){


  .info-box-bnner {
    background-size: cover !important;
    background-position: center !important;
}
  
}





[class$="__custom_liquid_DkzJaq-padding"], [class$="__custom_liquid_QCHRUF-padding"], [class$="__custom_liquid_N3iq9f-padding"], [class$="__custom_liquid_eTJDbR-padding"] {
    height: 600px;
 
}


.our-imp-bf-sec {
    width: 100%;
    height: 100% !important;
    background-repeat: no-repeat !important;

}

.our-imp-bg-img {
    height: 100% !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}

img.our-imp-badge {
    width: 120px;
    transform: translate(-50px, -65px);
}

.our-imp-bg-img {
    position: relative;
    overflow: hidden;
    display:flex;
   flex-direction: row;
}


img.our-imp-bee-men {
    width: 300px;
    transform: translate(-100px, 0px);
}


.our-imp-contnt {
    width: 100%;
    transform: translate(20%);
    z-index: 1;
}

.our-imp-elemts {
    width: 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
}



.our-imp-contnt h2 {
    font-size: 9rem;
    display: flex;
    flex-direction: column;
  line-height: 1;
  margin: 0px 0 35px 0;
}

span.our-imp-spt {
    color: #F05924;
}

.our-imp-contnt p {
    width: 149px;
    background-color: #faebd7;
    border: solid #eee0cd;
    border-width: 0 0 1px 0;
    padding: 15px;
    font-size: .92rem;
    margin:0;
  line-height: 1.5rem;
  color:#292929;
}

.our-imp-contnt p:nth-child(2) {
    border-radius: 10px 10px 0 0 !important;
    border-width: 0 0 1px 0 !important;

}

.our-imp-contnt p:nth-child(-n+3) {
    border-radius: 0 0 10px 10px;
    border-width: 0 0 0 0;
}


@media (max-width:768px){
  .our-imp-contnt {
    width: 100%;
    transform: translate(0%);
    padding-left: 20px;
}

  img.our-imp-bee-men {
    transform: translate(0);
} 
  
}


main#MainContent {
    margin-top: 39px;
}

@media (max-width:600px){
 img.our-imp-bee-men {
    width: 250px;
}

  main#MainContent {
    margin-top: 0;
}
  img.our-imp-badge {
    transform: translate(0px, -65px);
}

}

@media (max-width:430px){
.our-imp-bg-img {
 background-position: 47% 0% !important;
}
}



@media(max-width:1200px){
[class$="__custom_liquid_DkzJaq-padding"], [class$="__custom_liquid_QCHRUF-padding"], [class$="__custom_liquid_N3iq9f-padding"], [class$="__custom_liquid_eTJDbR-padding"] {
    height: 520px !important;
}

}




.section-template--24325756256554__custom_liquid_LewXGc-padding, .section-template--24325756256554__custom_liquid_H4AL6K-padding, .section-template--24325756256554__custom_liquid_teYYhR-padding, .section-template--24325756420394__custom_liquid_mDJ8Md-padding, .section-template--24325756420394__custom_liquid_dNw3Yj-padding {
    text-align: center;
}
.custom-heading {
    text-align: center;
}

.custom-heading h2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin-top: 0;
}
.custom-heading p {
    line-height: 1.9rem;
    font-size: 1.4rem;
    /* margin: 0; */
  letter-spacing: 0.19px;
}

.custom-heading {
  margin-bottom: 16px;
  padding: 0 20px;
}

.hlight-text{
  color: #F05924;
}

p{
  line-height: 1.9rem;
    font-size: 1.4rem;
  letter-spacing: 0.19px;
}


@media(max-width:550px){
  .custom-heading p br {
    display: none;
}
.custom-heading h2 {
     margin-bottom: 1rem;
}

/* .custom-heading {
    margin-bottom: 3rem;
}   */
  
}




    .image-box {
    display: grid;
    grid-template-columns: 260px 260px 260px 260px;
    justify-content: center;
    gap: 30px;
    justify-items:center;
    align-items: center;

}
.image-box a {
    text-decoration: none;
    width: 100%;
}

.img-box-item {
    padding: 20px;
    width: 100%;
    height: 130px;
    background-color: #FFEED7 !important;
    border: 1px solid #FFE0B6;
    border-radius: 11.5px;
    color: #211D1D;
    text-align: left;
}

.img-box-item h3 {
    margin: 0;

}


.img-bx-shop-btn {
    border: 1px solid #D5BFA0;
    background: #ffeed7;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 448px;
    justify-content: center;
    border-radius: 11px;
    grid-column: 2 / 4;
    text-decoration: none;
    color:#211D1D;
    height: 4.3rem;
  font-size: 1.4rem;
    }



.img-box-arrow svg {
    width: 100%;
    height: 100%;
    padding: 5px;
     background: #FFE0B6;
    border-radius: 50px;
}

.img-box-arrow {
    width: 26px;
    height: 26px;
  flex-shrink: 0;
}




.img-box-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media (max-width:1140px){
 .image-box {
    grid-template-columns: 240px 240px 240px 240px;
   
 }

  .img-box-item h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.18px;
}

.img-box-item {
    height: 107px;
}  
}

@media (max-width:1070px){
  .image-box {
    grid-template-columns: 215px 215px 215px 215px;
 }
}

@media (max-width:959px){
  .image-box {
    grid-template-columns: 210px 210px 210px;
 }

  .img-bx-shop-btn{
      width: 100%;
  }
}

@media (max-width:710px){
  .image-box {
    grid-template-columns: 190px 190px 190px;
 }

  .img-box-item {
    height: 90px;
    padding: 10px;
}  
  
}

@media (max-width:650px){
  .image-box {
    grid-template-columns: 150px 150px 150px;
 }

  .img-box-item {
    height: 80px;
    padding: 10px;
}  

  /* .img-box-arrow {
    width: 18px;
    height: 18px;
} */
  
}


@media (max-width:540px){
  .image-box {
   gap:20px;
 }
}

@media (max-width:520px){
  .image-box {
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
 }

.img-box-item:nth-child(3) {
    grid-column: 1;
}
a.img-bx-shop-btn {
    grid-column: 1/3;
}  

.center.collection__view-all a{
  width: 100% !important;
}
.center.collection__view-all {
    padding: 20px;
}  

.rich-text__blocks.center p, .collection__description.body.rte {
    width: 100% !important;
}

  

  
  
}




/* ended homepage category css */


/* home products css*/




.collection__title.title-wrapper {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.collection__description.body.rte {
    width: 360px;
}



.center.collection__view-all a {
    width: 448px;
    background: #ffeed7;
    border: 1px solid #D5BFA0;
    color:#211D1D;
    border-radius: 11px;
    height: 4.3rem;
    align-items: center;
    gap: 20px;
    justify-content: center; 
  margin-top: 50px !important;
}

.center.collection__view-all a:after {
    content: unset;
}



@media(max-width:600px){

  .center.collection__view-all a {
    margin-top: 20px !important;
}

  .process {
    padding: 20px 10px 30px 10px !important;
} 
  
}



   .process {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    overflow: auto;
    padding: 50px 10px 30px 10px;
}

    .process-item {
    background-color: #FFEED7 !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    width: 290px;
    height: 370px;
    padding: 22px 15px;
    text-align: left;
    min-width: 290px;
    
}
.process-item:nth-child(2){
    background-color: #FFF7EC !important;
}

.process-item h4{
  margin: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  
}

.process-item p{
  margin: 0;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}



@media (max-width:942px){
    .process{
   justify-content: unset;
    }


.process::-webkit-scrollbar {
  width: 20px; 
  height: 9px;
   scroll-padding-bottom: 20px;
}

.process::-webkit-scrollbar-track {
  background: #F8921D;
  border-radius: 10px;
    height: 6px;
margin-inline: 120px;
}


.process::-webkit-scrollbar-thumb {
  background: #211D1D;
  border-radius: 10px;
}


.process::-webkit-scrollbar-thumb:hover {
  background: #211D1D;
}



  
}


.custom-heading.logos-main-h {
    padding-bottom: 20px;
}


.logos {
   justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.logos img {
    width: 115px;
    height: 100%;
    mix-blend-mode: multiply;
}

.logos.love-by img {
    width: fit-content;
    height: auto;
    mix-blend-mode: unset;
}

.logos.love-by {
    gap: 20px 40px;
}



/* footer css*/


.footer-logo span>div{
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.footer-logo span {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .2px;
    margin-left: -50px;
}

.footer-logo img {
    width: 230px;
}

.footer-logo {
    display: grid;
    justify-items: start;
    padding: 10px;
    grid-template-columns: 48% 48%;
    max-width: 783px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    align-items: center;
    gap: 10px 4%;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
}
.footer-logo p {
    font-size: 1.3rem;
    line-height: 2rem;
    grid-column: 2;
    grid-row: 1 / 3;
    justify-self: flex-end;
}


h2.footer-block__heading.rte {
    font-size: 1.35rem;
    font-weight: 300 !important;
    color: #000;
    font-family: 'DM Sans' !important;
    letter-spacing: 0;
    line-height: 2rem;
}

h2.footer-block__heading.inline-richtext {
    font-family: 'DM Sans' !important;
}

.footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 300 !important;
    letter-spacing: 0;
    color: #222222;
    }

.footer-block__details-content.rte p {
    font-size: 1.35rem;
    line-height: 2rem;
    letter-spacing: 0;
}





.newsletter-form__field-wrapper>.field {
    display: block;
}
.newsletter-form__field-wrapper>.field:after, .newsletter-form__field-wrapper>.field:hover, .newsletter-form__field-wrapper>.field:before {
    box-shadow: unset !important;
}

.newsletter-form__button.field__button {
    position: inherit !important;
    overflow: unset;
    margin: var(--inputs-border-width);
    width: 100%;
    height: 4.2rem;
    background-color: #F05924 !important;
    color: #fff;
    border-radius: .5rem;
}

.footer-block__newsletter {
    width: 100%;
}

input#NewsletterForm--sections--24570175357201__footer {
    margin-bottom: 1.4rem;
}


.footer__blocks-wrapper.grid {
    display: grid !important;
    grid-template-columns: 25% 25% calc(50% - 2rem);
    max-width: 769px;
    gap:10px;
}


.footer-block.grid__item.footer-block--menu, .footer-block.grid__item {
    width: 100% !important;
    margin: 0 !important;
}



.footer__content-top.page-width {
    display: flex;
    justify-content: center;
}

.footer-block__details-content p {
    margin: 0;
}

@media (max-width:600px){
  .footer-logo {
      grid-template-columns: 100% !important;
}

  .footer-logo p {
    grid-column: unset !important;
    grid-row: unset!important;
   width: fit-content;
    text-align: center;
}

  .footer-logo span {
    grid-column: unset!important;
    grid-row: unset!important;
     margin-left: unset;
   
}

  .footer-logo img {
    justify-self: center;
}
  
}




@media (max-width:467px){
  .footer__blocks-wrapper.grid {
    grid-template-columns: calc(50% - .5rem) calc(50% - .5rem);
}
  .footer-block.grid__item:nth-child(4) {
    grid-column: 1 / 3;
}

.footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
  grid-template-columns: 100% !important;
  gap: 10px !important;
}  

ul.list-unstyled.list-social.footer__list-social {
    grid-column: 1 !important;
      margin-bottom: 30px;
 }
.custom-footer-nav ul {
    gap: 5px 20px !important;
}
  
 h2.footer-block__heading.rte {
    text-align: center;
} 
  
}




.footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
    display: grid !important;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 50px 20px;
}

ul.list-unstyled.list-social.footer__list-social {
    display: block;
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: center;
}

li.list-social__item {
    display: inline-block;
  margin: 0 10px;
}

.footer__content-bottom {
    padding-bottom: 5rem;
    background: #ffeed7;
    padding-top: 2rem !important;
  padding-left: calc(4rem / var(--font-body-scale)) !important;
    padding-right: calc(4rem / var(--font-body-scale))!important;
}

/* last footer menu */

.custom-footer-nav {
  text-align: center;
  padding: 15px 0;
}

.custom-footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 30px;
  flex-wrap: wrap; /* Optional: makes it responsive */
  justify-content: center;
}

.custom-footer-nav li {
  display: inline-block;
}

.custom-footer-nav a {
  color: #FFF7EC;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.custom-footer-nav a:hover {
  text-decoration: underline;
}

.footer__content-bottom-wrapper {
    max-width: 783px;
    padding: 0;
}
















/* sidebar css */
/* Hamburger Style */

.section-template--24325756256554__custom_liquid_fNtEjh-padding {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.swiper {
  width: 100%;
  max-width: 100%;
  /* overflow: visible !important; */
  
}
.swiper.review-slider {
    margin: 20px 0;
     padding: 10px;
}



.review-slider .swiper-wrapper {
  display: flex !important;
  height: 290px !important;
}

.review-slider .swiper-slide {
  flex-shrink: 0;
  width: auto; /* Let Swiper control this */
}


.review-slide-item {
  background: #FFF9F2;
  /* padding: 1.5rem; */
  transition: transform 0.3s ease;
  border: 1px solid #D5BFA0;
}


.review-slide-item {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}


.review-slider .swiper-button-prev, .review-slider .swiper-button-next {
  border-radius: 50%;
}

.review-slider .swiper-button-next, .review-slider .swiper-button-prev {
    top: unset !important;
    bottom: 0 !important;
    width: 76px !important;
    height: 76px !important;
    background: #FFF8ED !important;
    border: 1px solid #FFE0B6;

}


.review-slider .swiper-button-next:after, .review-slider .swiper-button-prev:after {
    font-size: 13px !important;
    color: #211d1d !important;
    font-weight: 900 !important;
}

.review-slider .swiper-button-prev {
    margin-left: 40px;
}

.review-slider .swiper-button-next {
    margin-right: 40px;
}


@media (max-width:400px){
  
.review-slider .swiper-button-prev {
    margin-left: unset;
}

.review-slider .swiper-button-next {
    margin-right: unset;
}

}

.swiper-scrollbar {
    background: #f8921e !important;
    height: 6px !important;
    border-radius: 10px !important;
    width: 80px !important;
    bottom: 13% !important;
    left: 50% !important;
    transform: translate(-50%, -0%) !important;
}



.swiper-scrollbar-drag {
    width: 38px !important;
   height: 9px !important;
    background: #211d1d !important;
    top: -2px !important;
}


.review-inner-item p {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.2px;
    font-weight: 400;
}


.review-inner-item h4, .review-inner-item p {
    padding: 0px 20px;
}
.review-inner-item{
    padding-bottom:10px;
  text-align: left;
}



/* review video css */

 .section-template--24325756256554__custom_liquid_NNNP4e-padding {
    text-align: center;
}

.quinn_cards{
    background-color: #FFF8ED !important;
    margin: 0 !important;
  padding-bottom: 80px !important;
}

/* .svelte-nq3wdf {
    border-radius: 12px !important;
} */

.quinn-branding {
    display: none;
}



/* product page */

@media(max-width:749px){
  
div#peppy-notify-me-button-container {
    z-index: 0 !important;
}
}

div#peppy-notify-me-button-container {
    margin-top: 70px !important;
    z-index: -2;
    margin-bottom: -50px !important;
}




.product-form__input {
    max-width: unset !important;
}

fieldset.js.product-form__input.product-form__input--pill{
  justify-content: space-between;
}


span.jdgm-prev-badge__stars {
    display: none;
}

div#shopify-block-ASnIwVjZmZmpxYjlhO__judge_me_reviews_preview_badge_Phi89L {
    margin: 0;
}


.product__title {
    margin-bottom: .5rem !important;
}
span.jdgm-prev-badge__text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
  
}

@media(max-width:749px){
  .section-template--24370215223569__main-padding {
    padding: 0 !important;
}
.slider.slider--mobile {
    scroll-padding-left: 0 !important;
}

.product__media-list .product__media-item {
    width: 100% !important;
}
.slider.slider--mobile .slider__slide{
    padding-top:0!important;
}
}



.product__info-wrapper.grid__item {
    position: relative;
}


.product__title {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}




.share-button {
    background-color: #fff7ed;
    border: 1px dashed #fde6b2;
    border-radius: 10px;
    padding: 5px 7px;
    cursor: pointer;
  margin-bottom: 20px;
}

.offer-share {
    position: absolute;
    right: 0;
    top: 5px;
  margin: 0 !important;
}

.sale-badge {
    background-color: #ec6e35;
    color: #fef9f2;
    font-weight: 500;
    text-align: center;
    padding: 8.2px 6px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 6px;
    border-style: dotted;
    border-width: 2px;
    margin: 0 !important;
    flex-shrink: 0;
    height: 49px;
    min-height: 49px;
}

/* .price--show-badge .badge {
    display: none !important;
} */



.price .price-item {
    display: inline-block;
    margin: 0 .4rem 0 .4rem !important;
    vertical-align: top;
}

div#price-template--24370215223569__main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
      margin-top: .5rem;
}

.product__title h1 {
    font-size: 2.4rem;
}

span.mrp-label {
    color: #e26a2c;
    font-weight: 400;
    font-size: 1.2rem;
    /* margin-top: 5px; */
}

.product .price-item.price-item--regular {
    color: #999;
    text-decoration: line-through;
    text-decoration-color: red;
    /* margin-left: 10px; */
    font-size: 1.4rem !important;
    letter-spacing: 0;
}

.product .price-item.price-item--sale.price-item--last {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.product .price__sale {
    display: flex !important;
    align-content: flex-start;
    align-items: flex-start;
}

.tax-disclaimer {
        font-size: 1rem;
    color: #737373;
    width: 100%;
    line-height: 1.2;
    letter-spacing: .1px;
}


fieldset.js.product-form__input.product-form__input--pill {
    display: flex;
    flex-direction: row;
}

label.variant-label-with-image {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-radius: 10px !important;
  gap: 8px;
}

.product-form__input--pill label {
  background-color: #FFF7EC !important;
  color: #211D1D !important;
  border: 2px solid #D5BFA0 !important;
  width: 100%;
}

.product-form__input--pill input[type=radio]:checked+label
 {
    border: 2px solid #F05924 !important;
   color: #211D1D !important;
   font-weight: 700 !important;
}


.quantity:after {
    content: unset;
}

.quantity {
    min-height: 4rem!important;
    width: calc(9.8rem / var(--font-body-scale) + var(--inputs-border-width) * 2) !important;
}


.quantity button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 6px;
    width: calc(2.8rem / var(--font-body-scale))!important;
}

.quantity button .svg-wrapper{
  width: 13px !important}


.price-per-item__container {
    width: fit-content !important;
    float: left !important;
    margin-top: 10px;
}

.product-form-main {
    margin: 0 !important;
    height: fit-content !important;
}

product-form.product-form {
    margin: 0 !important;
    width: calc(100% - 100px) !important;
    float: right !important;
    height: 47px;
    bottom: !important;
}

button#ProductSubmitButton-template--24570179453201__main:disabled{
    min-height: 4.2rem !important;
    width: 90% !important;
    float: right;
    border-radius: 5px;
  background: #737373;
}


button#ProductSubmitButton-template--24570179453201__main {
    min-height: 4.2rem !important;
    width: 90% !important;
    float: right;
  background: #F05924;
    border-radius: 5px;
}
.product-form__buttons button:before {
    content: unset !important;
}

.product-form__buttons button:after {
    content: unset;
}



.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.feature-item {
  padding: 14px 16px;
  min-height: 100px;
  border: 1px solid #C6C1BA;
  background: #FAF3EB;
}

.feature-item:nth-child(2n) {
    border-left-width: 0;
}
.feature-item:nth-child(1n + 3) {
    border-top-width: 0;
}

.feature-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-bottom: 6px;
}

.feature-label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 4px;
}

.feature-text {
  font-size: 1.4rem;
  color: #211D1D;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 5px;
    font-weight: 400;
}







/* accordion tab */


.accordion-grid {
  border: 1px solid #C6C1BA;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #C6C1BA;
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px 16px;
 
}

.accordion-header.active {
    background: #FAF3EB;
}

.accordion-icon {
  width: 24px;
  height: 24px;
}


span.accordion-arrow {
    width: 24px;
    height: 24px;
}

span.accordion-arrow img {
    width: 100%;
    height: 100%;
}

.accordion-title {
    flex: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #222222;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.accordion-arrow {
  transition: transform 0.3s ease;
}

.accordion-header.active .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.35;
}

.accordion-content.open {
  padding: 12px 16px;
}


/* Review section css */

section#shopify-section-template--24325756420394__1745827802556f8966 {
  background: #FFF9F2;
}



img.jdgm-verified-checkmark {
    filter: brightness(0) saturate(100%);
}

h2.jdgm-rev-widg__title
 {
    font-size: 45px;
    width: 220px;
    margin-bottom: 0 !important;
    line-height: 1;
}

.jdgm-rev-widg__summary-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jdgm-all-reviews__summary-text--verified {
   justify-content: center !important;
}

.jdgm-rev-widg__header {
    display: grid;
    grid-template-columns: 25% 40% 35%;
    
}
.jdgm-form-wrapper {
    grid-column: 1 / 4;
}

.jdgm-row-media {
    grid-column: 3;
    display: inline !important;
  border: unset !important;
}


.jdgm-gallery-wrapper {
    width: 100% !important;
}

.jdgm-gallery {
    width: 100% !important;
}

.jdgm-gallery__thumbnail-link {
    width: calc(100% / 3) !important;
}

.jdgm-row-stars {
    flex-direction: column;
    width: 100% !important;
    gap: 20px;
}

.jdgm-rev-widg__summary, .jdgm-histogram, .jdgm-widget-actions-wrapper {
    width: 100% !important;
}

.jdgm-widget-actions-wrapper{
    margin-top: 40px !important;
}

.jdgm-rev__header {
    margin-bottom: 15px !important;
}

.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before {
        background: #000;
        color: #ffff;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        align-items: center;
        display: flex;
        justify-content: center;
    }

.jdgm-gallery-popup .jm-mfp-main {
    top: 50% !important;
    left: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
}

@media(max-width:989px){
  .jdgm-rev-widg__header {
    grid-template-columns: 50% 50%;
}

.jdgm-row-media {
    grid-column: 1 / 3;
    grid-row: 2;
}

.jdgm-gallery__thumbnail-link {
    width: calc(100% / 5) !important;
}
}


#shopify-section-template--24325756420394__custom_liquid_Yd7eQh, #shopify-section-template--24325756420394__custom_liquid_DkzJaq, #shopify-section-template--24325756420394__174610516469f616b7, #shopify-section-template--24325756420394__custom_liquid_4thgYG {
    display: none;
}



@media(max-width:600px){

  
.jdgm-rev-widg__header{
  display: inherit;
}

h2.jdgm-rev-widg__title
 {
    font-size: 45px;
    width: unset !important;
    margin-bottom: 70px !important;
    line-height: 1;
}
  
#shopify-section-template--24325756420394__custom_liquid_Yd7eQh, #shopify-section-template--24325756420394__custom_liquid_DkzJaq, #shopify-section-template--24325756420394__174610516469f616b7, #shopify-section-template--24325756420394__custom_liquid_4thgYG {
    display: inherit;
}

[id^="shopify-section-template--"][id$="__custom_liquid_4thgYG"], [id^="shopify-section-template--"][id$="__174610516469f616b7"], [id^="shopify-section-template--"][id$="__custom_liquid_C6QWrb"], [id^="shopify-section-template--"][id$="__custom_liquid_DkzJaq"] {
 display: inherit !important;
}
  

 

}

[id^="shopify-section-template--"][id$="__custom_liquid_4thgYG"], [id^="shopify-section-template--"][id$="__174610516469f616b7"], [id^="shopify-section-template--"][id$="__custom_liquid_C6QWrb"], [id^="shopify-section-template--"][id$="__custom_liquid_DkzJaq"] {
   display: none;
}
  

  

section#shopify-section-template--24370215223569__custom_liquid_4thgYG, section#shopify-section-template--24370215223569__174610516469f616b7, section#shopify-section-template--24370215223569__custom_liquid_C6QWrb, section#shopify-section-template--24370215223569__custom_liquid_DkzJaq {
    display: inherit !important;
}

}


@media(max-width:710px){

a.jdgm-write-rev-link {
    max-width: 70% !important;
}

  
}

.jdgm-histogram, .jdgm-widget-actions-wrapper {
    border: unset !important;
}

.jdgm-row-rating {
  width: fit-content !important;
  margin-left: 45px !important;
}

.jdgm-rev__rating .jdgm-star {
    font-size: 1rem !important;
}

.jdgm-row-rating {
    margin-bottom: 0px !important;
}

.jdgm-rev__icon {
    position: relative;
    top: -15px;
}

span.jdgm-rev__author, .jdgm-rev__title, .jdgm-rev__body p {
    font-size: 1.4rem !important;
}

span.jdgm-rev__location {
    display: none;
}

.jdgm-rev__content {
    margin-top: 15px;
}




slider-component#GalleryThumbnails-template--24570179453201__main {
    grid-row: 1;
}

media-gallery#MediaGallery-template--24570179453201__main {
    display: grid;
    grid-template-columns: 10% 88%;
    gap: 2%;
}



.product--large .thumbnail-list {
   grid-template-columns: 100% !important;
}

@media(max-width:749px){
  
media-gallery#MediaGallery-template--24570179453201__main {
    display: grid;
    grid-template-columns: 100%;
  gap: unset;

}

slider-component#GalleryThumbnails-template--24570179453201__main {
    grid-row: unset;
}

  
    .product--large .thumbnail-list {
        grid-template-columns: repeat(6, 1fr) !important;
    }
  
#Slider-Thumbnails-template--24570179453201__main li button img {
      display: none !important;
}

#Slider-Thumbnails-template--24570179453201__main li button {
    background-color: #D5BFA0;
    clip-path: polygon(
    50% 0%, 
    93% 25%, 
    93% 75%, 
    50% 100%, 
    7% 75%, 
    7% 25%);
    box-shadow: unset !important;
    border-color: unset !important;
    border: unset !important;
}

.thumbnail[aria-current] {
    background-color: #F05924 !important;
}

.thumbnail-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.slider-button.slider-button--prev, button.slider-button.slider-button--next {
    display: none !important;
}

.thumbnail-slider .thumbnail-list.slider {
    flex: 0.13 !important;
}

}



button#compareHoneyBtn {
    font-size: 1.4rem;
    line-height: 1.4;
    width: 100%;
    border: unset;
    background: unset;
    text-decoration: underline;
    margin: 0;
    padding: 1.5rem 0;
  cursor: pointer;
}

button#closeCompareModal {
    display: none;
}
.honey-comparison-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF7EC;
    border: solid #C6C1BA;
    border-width: 0 0 1px 0;
    padding: 0 2rem;
}

.product-popup-modal__toggle {
    position: inherit !important;
      background: unset !important;
    border: unset!important;
}

button#closeCompareModal1:focus-visible {
    outline: inherit!important;
    outline-offset: inherit!important;
    box-shadow: inherit!important;
}







section#shopify-section-template--24370215223569__custom_liquid_4thgYG, section#shopify-section-template--24370215223569__174610516469f616b7, section#shopify-section-template--24370215223569__custom_liquid_C6QWrb, section#shopify-section-template--24370215223569__custom_liquid_DkzJaq {
    display: none;
}





/* Process page Css */



    .HoneyVeda-ecosys {
    display: flex;
    justify-content: space-between;
      max-width: 1300px;
      margin: 0 auto;
}

.ecosys-item-text {
    padding-left: 15%;
}
.ecosys-item-text h1 {
   font-size: 6.4rem;
    letter-spacing: -2px;
    line-height: 6.4rem;
    margin: 0 0 20px 0;
  
}
.ecosys-item-text p{
font-size:1.4rem;
width:70%;
} 

img.ecosys-item-img {
    width: 50%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: 40%;
}
a.ecosys-btn{
font-size:1.4rem;
text-decoration:none;
color:#211D1D;
}


a.ecosys-btn svg {
    background: #FFE0B6;
    padding: 4px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
}
a.ecosys-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border: 1px solid #FDAD41;
    width: fit-content;
    border-radius: 8px;
justify-content:center;
}






@media(max-width:1024px){

.HoneyVeda-ecosys {
    display: flex;
flex-direction:column;
    gap: 30px;
 padding:20px;
}

.ecosys-item-text {
    padding-left: 0;
}
img.ecosys-item-img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: 40%;
}
    .ecosys-item-text h1 {
        font-size: 6.4rem;
        text-align: center;
       
    }
a.ecosys-btn {
        width: 100% !important;
    }
.ecosys-item-text p{
width:100% !important;
} 

}

.bee_ecosys_process_main {
    max-width: 1300px;
    margin: 0 auto;
}

.bee_ecosys_process {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
      margin-top: 3rem;
  
}
.bee_ecosys_process_main {
    width: 100%;
    padding-left: 10%;
}
.bee_ecosys_process-text {
    width: 30%;
}


 .bee_ecosys_process-img {
    width: 70%;
}


img.bee_ecosys_process_img {
    width: 100%;
}


h2.bee_ecosys_process-h2 {
     font-size: 3rem;
   text-align: center
}

.bee_ecosys_process-text>h2 {
    font-size: 3rem;
}


.bee_ecosys_process-text p {
    font-size: 1.2rem;
    line-height: 1.7;
}


a.ecosys-btn{
font-size:1.4rem;
text-decoration:none;
color:#211D1D;
}


a.ecosys-btn svg {
    background: #FFE0B6;
    padding: 4px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
}
a.ecosys-btn {
    display: flex;   
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border: 1px solid #FDAD41;
    width: fit-content;
    border-radius: 8px;
      margin-top: 4rem;
  background: #FFEED7;
}


@media(max-width:1024px){
  .bee_ecosys_process {
    flex-direction: column-reverse;
}

.bee_ecosys_process-text {
    width: 100%;
}

.bee_ecosys_process_main {
    padding: 20px !important;
} 

.bee_ecosys_process_main>h2 {
    display: inherit;
    text-align: center;
}

.bee_ecosys_process-text>h2 {
  display: none;
}

  .bee_ecosys_process-img {
    width: 100%;
    overflow: scroll ;
    overflow-y: hidden;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}


img.bee_ecosys_process_img {
    width: 800px;
} 



.bee_ecosys_process-img::-webkit-scrollbar {
  width: 20px; 
  height: 9px;
   scroll-padding-bottom: 20px;
}

.bee_ecosys_process-img::-webkit-scrollbar-track {
  background: #F8921D;
  border-radius: 10px;
  height: 6px;
  margin-inline: 120px;
}


.bee_ecosys_process-img::-webkit-scrollbar-thumb {
  background: #211D1D;
  border-radius: 10px;
}


.bee_ecosys_process-img::-webkit-scrollbar-thumb:hover {
  background: #211D1D;
}

}

/* process step section*/

.process-step-main {
    display: flex;
    justify-content: center;
  
}

.process-step {
  display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    width: 1090px;
}

.process-step-item {
    width: 330px;
    flex-shrink: 0;
}

.process-step-item p{
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.2px;
}

.process-step-item img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    width: 330px;
    border-radius: 10px;
}

.process-step-btn {
    display: flex;
    justify-content: center;
}

a.process-contact-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border: 1px solid #FDAD41;
    width: fit-content;
    border-radius: 8px;
    margin-top: 4rem;
    background: #ffeed7;
  justify-content: center;
}

a.process-contact-btn svg {
    background: #ffe0b6;
    padding: 4px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
}

a.process-contact-btn {
    font-size: 1.4rem;
    text-decoration: none;
    color: #211d1d;
}

@media(max-width:684px){

.process-step-main, .process-step-btn {
 padding: 0px 20px !important; 
}
  
.process-step-item {
    width: 100%;
}
  
.process-step-item img {
    width: 100%;
}

a.process-contact-btn {
    width: 100%;
}  
  
}














/* contact page css*/


.contact.page-width.page-width--narrow{
    padding: 0 !important;
}


.custom-form-main {
    max-width: 1140px;
    margin: 0 auto;
}

.custom-form {
display: flex;
    padding: 20px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.form_item1 h1 {
    font-size: 6.4rem;
    line-height: 6.2rem;
    letter-spacing: 0.2px;
    margin: 0;
}

.form_item1 {
    width: 40%;
}

.form_item2 {
    width: 50%;
    text-align: right;
    align-self: center;
}

.form_item2 img {
    width: 90%;
}

.contact__button button:hover {
    background-color: #000;
    color: #fff;
}

@media(max-width:868px){
  .form_item1 {
    width: 50%;
}
}

@media(max-width:700px){
  .custom-form {
    display: flex;
    flex-direction: column-reverse;
}
.form_item1 {
    width: 100%;
}
  
.form_item2 {
    width: 70%;
    text-align: center;
}
  
.form_item2 img {
    width: 100%;
}  
  
}
@media(max-width:468px){
  .form_item2 {
    width: 100%;
}
}


.field__input:focus,.field__input:focus-visible {
    box-shadow: unset !important;
}

select#ContactForm-purpose:focus, select#ContactForm-purpose:not(:placeholder-shown) {
    padding: 1.8rem 1.5rem .8rem 2rem !important;
}



   .nutritional-info h5, .nutrition-fact h4 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
}

span.nutrition-info-h3 {
    font-weight: 400;
    margin-left: 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.2px;
}
.nutritional-info h4{
   margin: 10px 0 0px 0;
}
    span.nutrition-fact p {
    margin: 0 0 10px 0;
      
}
.nutrition-value tbody tr {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
}
.nutrition-value td, .nutritional-info th {
    padding: .45rem 0 !important;
}


.nutritional-info th {
    font-size: 1.2rem !important;
    font-weight: 400;
    line-height: 2rem;
    text-align: left;
}


.nutritional-info table, .nutritional-info th, .nutritional-info td {
    border: 0px !important;
    box-shadow: unset;
}

.nutritional-info tr:nth-child(1) {
    border: solid #D5BFA0;
    border-width: 2px 0 2px 0;
}

.nutritional-info tr:nth-last-child(1){
  border: solid #D5BFA0;
  border-width: 0px 0 2px 0;
}
.Nutrition-disclimer h6, .product-disclimer h6 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    letter-spacing: 0.2px;
  font-weight: 500;
}

.Nutrition-disclimer, .product-disclimer {
    margin-top: 10px;
}

/* product details */

.product-detail tbody tr {
    display: grid;
    grid-template-columns: 40% 60%;
}

.product-detail tbody td {
    padding: .5rem 0;
}

.product-detail table, .product-detail th, .product-detail td {
    border: 0px !important;
    box-shadow: unset;
}

.product-detail tr {
    border: solid #D5BFA0;
    border-width: 0 0 1px 0;
}

.product-detail tr:nth-last-child(1) {
    border-width: 0;
}


/* benefits */
span.benifits-point {
    font-weight: 700;
}

.benefits-items p {
    margin: .5rem 0;
}










/* popup  */



.product-popup-modal__content {
    background: #faf3eb !important;
}



/* popup css */

dialog#customComparePopup {
    max-width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
    max-height: 100% !important;
}

.product-popup-modal__content {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
}


.product-row, .product-header {
    width: fit-content;
  justify-self: center;
}


.product-row .feature-grid {
    display: grid;
    grid-template-columns: 100%;
}

.product-row .feature-item:nth-child(2n) {
    border-left-width: 0px !important;
    border-top-width: 0;
}
.honey-product-column:nth-child(1) .feature-item {border-left-width: 1px !important;}

.honey-product-column .feature-item {
    border-left-width: 0px;
}

.product-row .feature-item {
    width: 210px;
}

.region-item {
    font-size: 1.2rem;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 17px;
    font-weight: 400;
}

h3.honey-product-title {
    margin: 1rem 0;
    font-weight: 600;
    white-space: nowrap;
}

.honey-product-column {
    width: 210px;
    flex-shrink: 0;
}




@media(max-width:1512px){
.honey-comparison-container {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 30px;
   justify-content: unset !important; 
}
  
}
.honey-comparison-container {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 30px;
   justify-content: center; 
  padding: 0 2rem;
}

.product-popup-modal__content-info {
    padding: 0 !important
}


.product-popup-modal__content {
      padding: 0 !important;
  
}
.physical-iconbox h4 {
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.physical-iconbox img {
    display: inline-block;
    vertical-align: middle;
}

.physical-propertie {
    color: #fff;
  padding: 2rem;
  height: 320px;
  font-weight: 400;
}

.physical-propertie p:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.4;
}


/* FAQ Section */


.faq-content, .page-faq-content { 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; 
  padding: 0px 16px;
}

.faq-header, .page-faq-header { 
  cursor: pointer;
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 12px 16px;
 }

.faq-grid, .page-faq-grid  {
    max-width: var(--page-width);
    justify-self: center;
    width: 100%;
    padding: 0 5rem;
    margin-top: 3rem;
}


.faq-header.active .faq-arrow img, .page-faq-header.active .faq-arrow img  {
    transform: rotate(180deg);
}

.faq-item, .page-faq-item {
  background: #FFF7EC;
  border: solid #D5BFA0;
  border-width: 1px;
  border-radius: 6px;
  margin-bottom: 10px;
}




h5.faq-question {
    margin: 0;
    line-height: 1.5rem;
    height: fit-content;
    font-size: 1.4rem;
    color: #121212;
}

span.faq-arrow {
    height: 25px;
    width: 25px;
}

span.faq-arrow img {
    width: 100%;
    height: 100%;
    transition: 0.2s ease-in;
}

.section-template--24325756420394__custom_liquid_C6QWrb-padding {
    display: none;
}

@media(max-width:749px){
  .faq-grid, .page-faq-grid {
    padding: 0 2rem;
  }
}
@media(max-width:600px){
.section-template--24325756420394__custom_liquid_C6QWrb-padding {
    display: inherit;
}
}

/* page faq css */

.page-faq-pagination {
  text-align: center;
  margin-top: 2rem;
}

.faq-page-btn {
  margin: 0 4px;
  padding: 6px 12px;
  background: #fdefd8;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.faq-page-btn.active {
  background: #211d1d;
  color: white;
}




/* review section */
[id^="shopify-section-template--"][id$="__174729206451793fe1"] {
    background: #FFEED7;
}

span.jdgm-qa-badge {
    display: none;
}

.jdgm-carousel__item-container, .jdgm-carousel-item {
    height: 250px !important;
 }

.jdgm-carousel-item__inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
[id^="shopify-section-template--"][id$="__174729206451793fe1"] .page-width {
    padding: 0;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
    box-shadow: unset !important;
    border: 1px solid #D5BFA0;
    background: #FFF9F2;
    color: #000;
}

.jdgm-carousel--card-theme .jdgm-carousel-item{
  padding:8px 10px !important;
}

.jdgm-carousel-item__reviewer-name.jdgm-ellipsis {
    margin: 0px 0 20px 0;
}

.jdgm-carousel-item__review-body>p {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .2px;
    font-weight: 300;
    color:#1A1A1A;
}


.jdgm-carousel__left-arrow {
  background-image: url('https://cdn.shopify.com/s/files/1/0863/0521/0666/files/Vector_226_Stroke.svg?v=1747303548');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
   -webkit-transform:rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}

.jdgm-carousel__right-arrow {
  background-image: url('https://cdn.shopify.com/s/files/1/0863/0521/0666/files/Vector_226_Stroke.svg?v=1747303548');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow {
  width: 76px !important;
  height: 76px!important;
  cursor: pointer;
  border: 1px solid #FFE0B6 !important;
  background-color: #FFF8ED;
  border-radius: 50px;
  
}

.jdgm-carousel__arrows {
    display: flex;
    justify-content: space-between;
    width: 90%;
}


.jdgm-carousel__right-arrow {
      -webkit-transform:unset !important;
    -ms-transform: unset!important;
    transform: unset!important;
}

.jdgm-carousel {
    margin-top: 0 !important;
}

.jdgm-carousel-wrapper {
    padding: 1px 0 10px 0 !important;
}

.jdgm-paginate {
    text-align: left !important;
}

.jdgm-paginate__page.jdgm-curt {
    color: #000000 !important;
    font-size: 110%!important;
    text-align: center;
    vertical-align: middle;
}

a.jdgm-ask-question-btn {
    background: #000 !important;
    opacity: 1 !important;
    color: #fff !important;
}


/* ranges page css */


   .honey-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  text-align: center;
}

.grid-item {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  gap: 20px;
  border: 1px solid #D5BFA0;
}

.grid-item img {
  max-width: 170px;
  max-height: 70px;
  margin-bottom: 0.75rem;
}

.grid-item.logo img {
  max-width: 100px;
  margin-bottom: 0.5rem;
}

.grid-item.orange {
  background: #ee7d3b;
  color: white;
  font-weight: bold;
}

.grid-item.yellow {
  background: #f4b840;
  color: white;
  font-weight: bold;
}

.grid-item h2 {
    font-size: 3.2rem;
    line-height: 3.4rem;
    margin: 0;
    letter-spacing: -0.2px;
    color: #fff;
}

.grid-item.text p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.grid-item.logo h2{
color: #000;
font-size: 4.5rem;
    line-height: 6.2rem;
}

.grid-item:nth-child(even) {
    border-width: 1px 0px 0px 1px;
}

.grid-item:nth-child(odd) {
    border-width: 1px 0px 0px 1px;
}

.grid-item:nth-child(n + 5) {
    border-width: 1px 0px 1px 1px;
}

.grid-item:nth-child(5) {
    border-bottom-width: 0;
}



@media (max-width: 991px) {
  .honey-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-item.full {
    grid-column: span 3;
  }
  .grid-item:nth-last-child(1) {
    border-top-width: 0;
}
.grid-item.text.running {
    border-bottom-width: 0;
}
}

@media (max-width: 600px) {
  .honey-benefits-grid {
     grid-template-columns: repeat(2, 1fr);
  }
  .grid-item.full {
    grid-column: span 1;
  }

  .grid-item img {
    max-width: 140px;
    max-height: 60px;
  }
  .grid-item.text.moon {
    grid-column: 1;
    grid-row: 2;
}


.grid-item.text.flower {
    grid-column: 1;
    grid-row: 4;
}
.grid-item:nth-child(n + 9) {
    border-width: 0px 0px 1px 1px;
}
.grid-item h2, .grid-item.text p {
    text-align: left;
}
.grid-item.logo h2{
 font-size: 3.2rem;
 line-height: 3.4rem;
}


}


/* ended ranges page css */

/* cart-page */
div#main-cart-footer {
    background: #fff9f2;
}

.cart__ctas button {
    border-radius: 10px;
}

.cart__ctas button:before, .cart__ctas button:after ,.cart__ctas button:hover:after{
    box-shadow: unset !important;
}




