/** Shopify CDN: Minification failed

Line 1114:0 Expected ")" to go with "("

**/
a.new-add-cart {
    text-decoration: none !IMPORTANT;
    color: #121212;
}


.cart__ctas {
    flex-direction: column;
}
.less-effort-custom a.link.underlined-link.large-up-hide {
    display: none !important;
}
.video-gallery__grid.js-flickity {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 22px;
}
.scientfic_csrt .slider-counter.caption {
  display: none !important;
}
 
.scientfic_csrt .slider-buttons.large-up-hide {
    display: none !important;
}
.scientfic_csrt.multimain_csdfg.custom-multicolumn.color-scheme-9e8a00af-f265-483f-84d0-efdd4495a30f.gradient.background-primary {
    display: none;
}
 /* 
.multimain_csdfg {
    display: none;
} */
 
.video-gallery__item {
    margin-right: 0;
}
.cart__ctas .button:after{
 box-shadow:none;
}
button#CartDrawer-Checkout {
    border-radius: 50px;
}
.quick-add__submit:hover {
    background: #fb7105;
    border-radius: 50px;
}

h2.drawer__heading {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
button#CartDrawer-Checkout {
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 2em;
}
.drawer__inner {
    background-image: url('/cdn/shop/files/cart-bg.jpg?v=1750843195');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
}
quantity-input.quantity.cart-quantity {
 background: #fff9ea;
}
.cart-drawer .cart-items thead {
    display: none;
}

.cart-drawer .cart-item {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #fff9ea;
}

a.cart-item__name {
    color: #63596A;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
}

body.popup-open {
  overflow: hidden;
}
.popup-close-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  z-index: 10000;
border: 1px solid #00000099;
    border-radius: 100% !important;
    padding: 6px;
    color: rgba(0, 0, 0, 0.6);
}

.popup-close-btn:hover {
  color: #888;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131e29cc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

.popup-content {
    background: #FEF7EA;
    padding: 20px;
    border-radius: 8px;
    max-width: 785px;
    width: 100%;
    position: relative;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    max-height: 91vh;
    overflow: hidden;
}

.popup-scrollable {
  overflow-y: auto;
  flex-grow: 1;
  padding-right: 10px; /* optional, for spacing with scrollbar */
}
.banner-inner-main {
    overflow: hidden;
}
.popup-scrollable::-webkit-scrollbar {
  width: 8px;
}

.popup-scrollable::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.popup-scrollable::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}


p.announcement-bar__message.h5 {
    padding: 4px;
    min-height: auto;
    font-size: 13px;
    letter-spacing: 0;
    font-family: 'Aventa-regular', sans-serif;
}

p.announcement-bar__message a {
    color:#fff!important;
}

/* Modal background */
.modal {
  display: none; 
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.85);
}

/* Close button */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
}

/* Modal content */
.modal-content {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
}

/* Image styling */
.modal-content img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  cursor: grab;
  transition: transform 0.2s ease;
}

.cpm_donload{
    text-align: center;
    margin-top: 24px;
}


@media(max-width:768px){
    h1{
        font-size: 48px !important;
        line-height: 1.2 !important;
    }
    p.announcement-bar__message.h5 {
    font-size: 10px;
}
.cpm_donload{
    display: block;
    text-align: center;
}
.cpm_donload button{
    display: inline-block;
    margin-top: 16px;
    padding: 10px 16px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 500;
    background: transparent;
    color: #000;
}
}
@media(min-width:990px){
  .header:not(.drawer-menu).page-width{
    padding-left: 10px;
    padding-right: 10px;
}

}

.list-menu__item {
    font-size: 13.7px;
    letter-spacing: .5px;
    font-weight: 600;
    opacity: 0.5;
    color: #000;
  transition: all 0.2s!important;
}


.list-menu__item:hover {

    opacity: 1;
   
}
.header__menu-item:hover span {
    text-decoration: none;
}

nav.header__inline-menu
 {
    padding-left: 5.5rem;
}

.header__icons .desktop-localization-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}


a.head-btn {
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 2.5rem;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight:600;
}

a.head-btn.orange {
    background-color: #fa6e01;
   color:#fff;
  transition: all 0.2s!important;
}

a.head-btn.orange:hover {
   color:#000;
}

a.head-btn.yellow{
    background-color: #ffc700;
    border: 1px solid #ffc700;
   color:#000;
  transition: all 0.2s!important;
}

a.head-btn.yellow:hover{
    background-color: #fff;;
   color:#ffc700;
}

section#shopify-section-template--18748186788019__1748416736362322de .page-width{
    max-width: 100%;
    padding: 0;
    background-color: #fa6e01;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

a#cart-icon-bubble
 {
    position: relative;
    right: 8px;
}

a.head-btn.yellow img {
    width: 15px;
    position: relative;
    top: 3px;
}

/* a.head-btn.yellow:last-child {
    padding-top: 2px;
    padding-bottom: 8px;
} */

.footer__content-bottom {
    display: none;
}

.footer__content-top.page-width {
    padding-bottom: 0;
}

.footer__blocks-wrapper {
    align-items: center;
}

.footer-block__details-content.rte
 {
    text-align: center;
    font-size: 13px;
    color: #b4aabc;
}

ul.footer-block__details-content.list-unstyled{
    display: inline-flex;
    float: right;
    gap: 20px;
  padding-left: 25%;
}

ul.footer-block__details-content.list-unstyled a {
    color: #b4aabc !important;
    opacity: 1;
    font-weight: 400;
    font-size: 11px;
  text-decoration:none!important;
}

/* -------------------------------------------------- */
/* body{
    background-color: #fff9ea !important;
} */


@font-face {
     font-family: 'Aventa-bold';
    src: url(/cdn/shop/files/Aventa-Bold.woff?v=1748606584);
    font-display: swap;
}

@font-face {
     font-family: 'Aventa-regular';
    src: url(/cdn/shop/files/Aventa-Regular.woff?v=1748606585);
    font-display: swap;
}

@font-face {
     font-family: 'Aventa-semibold';
    src: url(/cdn/shop/files/Aventa-SemiBold.woff?v=1748606584);
    font-display: swap;
}
:root {
    --font-heading-family: 'Aventa-regular', sans-serif;
}
body, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, p{
    font-family: 'Aventa-regular', sans-serif;
}
.the-current-standards-heading-sec h2 span {
	background-image: url(/cdn/shop/files/span-1.png?v=1748606586);
    background-size: contain;
}
.the-current-standards-heading-sec {
	padding: 2em 12em;
}
.the-current-standards-heading-sec h1,
.the-current-standards-heading-sec h2,
.the-current-standards-heading-sec h3,
.the-current-standards-heading-sec h4,
.the-current-standards-heading-sec h5,
.the-current-standards-heading-sec .custom-current-heading {
    text-align: center;
    font-family: 'Aventa-bold', sans-serif;
    font-size: 58px;
    color: #18111d;
    font-weight: 700;
    margin: 0.5em 0;
}
.Your-hard-work-sec-main {
	display: flex;
	width: 1240px;
	margin: 4em auto 0;
	justify-content: space-between;
}

.your-hard-work-col-1 {
    width: 50%;
	position: sticky;
	top: 200px;
	align-self: baseline;
	height: 32rem;
}
.your-hard-work-col-2 {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
    align-items: center;
}

.your-hard-work-col-1 h1,
.your-hard-work-col-1 h2,
.your-hard-work-col-1 h3,
.your-hard-work-col-1 h4,
.your-hard-work-col-1 h5,
.your-hard-work-col-1 div.custom-heading-curr {
  font-family: 'Aventa-bold', sans-serif;
  color: #18111d;
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  margin: 0;
}

.your-hard-work-col-1 .description {
	font-size: 18px;
	line-height: 34px;
	margin-top: 1em;
    font-family: 'Aventa-semibold';
    color: #63596a;
      font-weight: 600;

}

.your-workhard-inner-card {
	background-size: cover;
	padding: 41px 47px;
	width: 82%;
	border-radius: 16px;
	position: sticky;
	top: 200px;
	align-self: center;

}

.your-workhard-inner-card-2{
   background-size: cover;
	padding: 41px 47px;
	width: 82%;
	position: sticky;
	top: 200px;
	align-self: center;
	/* z-index: 4; */
    border-radius: 16px !important;

}


.your-workhard-inner-card-2 h1.hfive,
.your-workhard-inner-card-2 h2.hfive,
.your-workhard-inner-card-2 h3.hfive,
.your-workhard-inner-card-2 h4.hfive,
.your-workhard-inner-card-2 h5.hfive,
.your-workhard-inner-card-2 div.hfive {
    color: #fff9ea;
    font-size: 32px;
    font-family: 'Aventa-bold';
    text-align: center;
    font-weight: 700;
    margin: 1em 0;
}

.your-workhard-inner-card-2 h1.htwo,
.your-workhard-inner-card-2 h2.htwo,
.your-workhard-inner-card-2 h3.htwo,
.your-workhard-inner-card-2 h4.htwo,
.your-workhard-inner-card-2 h5.htwo,
.your-workhard-inner-card-2 div.htwo {
	color: #18111D;
	font-size: 36px;
    font-family: 'Aventa-bold';
 text-align: center;
 margin: 1em 0;
      font-weight: 700;
}



.your-workhard-inner-card h1.hfive,
.your-workhard-inner-card h2.hfive,
.your-workhard-inner-card h3.hfive,
.your-workhard-inner-card h4.hfive,
.your-workhard-inner-card h5.hfive,
.your-workhard-inner-card div.hfive {
    color: #ffc700;
    font-size: 32px;
    font-family: 'Aventa-bold', sans-serif;
    text-align: center;
    margin: 1em 0;
    font-weight: 700;
}

.your-workhard-inner-card h1.htwo,
.your-workhard-inner-card h2.htwo,
.your-workhard-inner-card h3.htwo,
.your-workhard-inner-card h4.htwo,
.your-workhard-inner-card h5.htwo,
.your-workhard-inner-card div.htwo {
    color: #fff9ea;
    font-size: 38px;
    font-family: 'Aventa-bold', sans-serif;
    text-align: center;
    margin: 1em 0;
    font-weight: 700;
}


.your-workhard-inner-card-2 h2 span {
    background-size: contain;

}


/* ----------------------------- */

#Stop-paying-for-sec {
	margin-top: 4em;
	flex-direction: row-reverse;
}


/* ---------------------------------- */

#Honey-should-be-made-sec{
    	margin-top: 4em;

}

.see-more-buttonn {
	width: 1140px;
	margin: 4em auto 0 auto;
	
    display: flex;
    justify-content: center;
    align-items: center;
}

.see-more-buttonn button {
	font-size: 16px;
	background-color: #18111D;
	color: #fff9ea;
	padding: 8px 55px;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
    border: 1px solid #18111D;
  cursor: pointer;
}

.see-more-buttonn button:hover {
	background-color: transparent;
	color:#18111D;
}
 .banner-inner-main {
	width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.banner-sec-main h1,
.banner-sec-main h2,
.banner-sec-main h3,
.banner-sec-main h4,
.banner-sec-main div.heading-style {
  font-size: 82px;
  line-height: 72px;
  color: rgb(24, 17, 29);
  font-family: 'Aventa-bold';
  margin: 0.5em 0;
  font-weight: 900 !important;
}



.banner-sec-inner-col {
	width: 50%;
	
}

.banner-sec-inner-col span {
	background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.banner-sec-main {
	background-size: contain;
}

.banner-sec-main .description {
	font-size: 32px;
	line-height: 34px;
	margin-top: 1em;
	    font-family: 'Aventa-bold';
	color: #63596a;
      font-weight: 700;
      padding: 0 3em 0 0;
}

.button-banner-1 {
    font-size: 16px;
    background-color: #fa6e01;
    color: #131e29; /* Moved from .button-banner-1 a */
    padding: 8px 30px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fa6e01;
    font-family: "Aventa-regular", sans-serif;
    text-decoration: none; /* Moved from .button-banner-1 a */
    display: inline-block; /* Ensures proper button-like behavior */
}

.button-banner-1:hover {
    background-color: transparent;
    color: #fa6e01; /* Moved from .button-banner-1:hover a */
}

.button-banner-2 {
    font-size: 16px;
    background-color: transparent;
    color: #131e29; /* Moved from .button-banner-2 a */
    padding: 8px 30px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #131e29;
    font-family: "Aventa-regular", sans-serif;
    text-decoration: none; /* Moved from .button-banner-2 a */
    display: inline-block; /* Ensures proper button-like behavior */
}

.button-banner-2:hover {
    background-color: #131e29;
    color: #fff9ea; /* Moved from .button-banner-2:hover a */
    /* Removed duplicate properties that are already in the base style */
}

.banner-button-col {
    padding: 2em 0;
}

.banner-client-col {
	display: flex;
	justify-content: space-between;
  gap: 45px
}

.banner-client-col img {
	width: 245px;
	
}

.banner-client-review .description {
	font-size: 20px;
	color: rgb(24, 17, 29);
     font-family: 'Aventa-semibold';
      font-weight: 600;
  padding-right:0;

}

.banner-client-review h5 {
	font-size: 14px;
	color: #8a8381;
	margin: 1em 0 0.5em;
    font-family: 'Aventa-regular';
  font-weight: 400;

}

.banner-client-review h2,
.banner-client-review span{
	font-size: 17px;
	margin: 1em 0 0 0;
	line-height: 0;
   font-family: 'Aventa-semibold';
      font-weight: 600;

}

div#banner-right-image img {
    width: 100%;
    height: 700px;
    object-fit: contain;
    position: absolute;
    right: -8em;
    bottom: -3.4em;
}

div#banner-right-image{
  position: relative;
}
/*Colony Population*/
.main-section-counter{
    background-image: url("/cdn/shop/files/bg-orange.webp?v=1748609833");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
    width: 100%;
}

.sub-section-counter {
    text-align: center;
}
.section-counter {
    width: 1240px;
    padding: 50px 10px;
    /* justify-self: center; */
   margin: 0 auto;
    display: flex;
    gap: 6.5rem;
}
.sub-section-counter h1,
.sub-section-counter h2,
.sub-section-counter h3,
.sub-section-counter h4,
.sub-section-counter > span,
.sub-section-counter div.heading-style {
    margin: 0;
    font-size: 68px;
    font-weight: 700 !important;
    line-height: 1.1;
    color: #18111D;
    font-family: 'Aventa-bold' !important;
}

.sub-section-counter .description{
    color: #18111D;
     font-family: 'Aventa-bold' !important;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700 !important;
    margin-top:20px ;
}

 
/*Your beekeeping efforts deserve better results*/
.main-section-beekeeping{
    width: 100%;
}
.section-beekeeping{
    width: 1240px;
    /* background: url("/cdn/shop/files/bg-yel_1.png?v=1748610340"); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.125rem;
    /* justify-self: center; */
    margin:0 auto;
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  padding-left: 5em;
  padding-right:5em; 
 
}
.section-beekeeping h1,
.section-beekeeping h2,
.section-beekeeping h3,
.section-beekeeping h4,
.section-beekeeping h5,
.section-beekeeping div {
    text-align: center;
    font-size: 68px;
    font-weight: 700 !important;
    line-height: 1.1;
    color: #18111D;
    margin: 0;
    font-family: "Aventa-regular", sans-serif;
}

.beekeeping-btn{
    align-items: center;
    display: flex;
    justify-content: center;
}
.beekeeping-btn a{
    padding: 8px 22px;
    margin-top: 3.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    background-color: #fa6e01;
    border-radius: 2.5rem;
    color: #131e29;
    text-decoration: none;
}
 
 
/* Field tested by beekeepers around the world  */
.main-section-field{
    width: 100%;
}

.utility-bar {
    display: none;
}

.custom-faq-section {
    padding: 60px 0;
}

.section-field {
    width: 1140px;
    padding: 0 10px;
    /* justify-self: center; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-field h1,
.section-field h2,
.section-field h3,
.section-field h4,
.section-field h5,
.section-field h6 {
    text-align: center;
    font-size: 68px;
    font-weight: 700 !important;
    line-height: 1.1;
    color: #18111D;
    margin: 40px 0 0;
    font-family: "Aventa-regular", sans-serif;
}

.section-field h2 p {
    margin: 0 !important;
}
.section-field span{
    background: url("/cdn/shop/files/span-1_1_430x.png?v=1759244761");
    background-position: 50% 350%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.section-field img{
    width: 900px;
    object-fit: cover;
    margin-top: 60px;
}


.main-section-beekeeping {
    margin-top: 3em;
}

.banner-client-review {
    margin-bottom: 6em;
}


/* ---------------------testimonial-sec-home-------------------------- */

.home-testimonial-inner {
    padding: 3em 0;
}


.home-testimonial-back-img {
    background-position: center;
    background-size: cover;
    padding: 3em;
   
      border-radius: 12px;
  cursor: url(/cdn/shop/files/drag.png?v=1748838817) 16 9, ew-resize;
}

.home-testimonial-image-review{

 display: flex;
  justify-content: space-between;
  
}

.home-testi-img-col {
    width: 40%;
    padding-left: 2em;
}
.home-testi-review-col {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2em 0 5.8em;
}

.home-testi-img-col img {
    width: 270px !important;
}

.home-testi-review-col .description {
    color: rgb(24, 17, 29);
    font-size: 20px;
    font-weight: 700 !important;
}

.home-testi-review-col h5, .home-testi-review-col span.client-name {
    font-size: 17px;
    margin: 0;
    color: rgb(24, 17, 29);
    font-weight: 600 !important;
    margin-top: 10px;
}

.home-testi-review-col h6, .home-testi-review-col span.client-position {
    color: rgb(99, 89, 106);
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.home-testimonial-inner .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}

.home-testimonial-inner .owl-nav button {
    background-color: #f7efd9 !important;
    margin: 0 -3em;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.home-testimonial-inner .owl-nav button span {
    font-size: 22px;
}

/* ------------------Scientifically-Sec----------------------------------- */
.Scientifically-top-heading-sec h1,
.Scientifically-top-heading-sec h2,
.Scientifically-top-heading-sec h3,
.Scientifically-top-heading-sec h4,
.Scientifically-top-heading-sec h5,
.Scientifically-top-heading-sec h6 {
    margin: 0;
    font-size: 68px;
    font-weight: 700;
    line-height: 74px;
    color: rgb(24, 17, 29);
}


.Scientifically-top-heading-sec .description {
    color: rgb(99, 89, 106);
    font-size: 26px;
    line-height: 34px;
  font-weight: 700;
}

.Scientifically-top-heading-sec{
  padding-right:16em;
}

.Scientifically-inner {
    display: flex;
    justify-content: space-between;
     gap: 30px;
     padding-top: 3em;
}

.Scientifically-left-img-col {
    width: 37%;
    height: 1130px ;
    padding-bottom: 1.375rem !important;
    position: sticky;
    top: 7.5rem !important;
}

.Scientifically-left-img-col img {
    width: 100%;
}

.Scientifically-right-col-sec {
    width: 63%;
}

.Scientifically-right-card-box {
    background-color: #f7efd9;
    border-radius: 14px;
    padding: 28px 45px;
    margin-bottom: 17px;
}

.Scientifically-right-card-box h1,
.Scientifically-right-card-box h2,
.Scientifically-right-card-box h3,
.Scientifically-right-card-box h4,
.Scientifically-right-card-box h5,
.Scientifically-right-card-box h6,
.Scientifically-right-card-box > span{
    display: block;
    margin: 20px 0 0 0;
    font-size: 37px;
    font-weight: 700;
}



.Scientifically-right-card-box .description-text p strong {
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 0;
    font-size: 17px;
  color: rgb(24, 17, 29 !important;
}

.Scientifically-main-sec {
    padding: 3em 0 !important;
}

a.head-btn.yellow:last-child {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.highlight-marquee {
    padding: 2px 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

ol.breadcrumb a {
    font-size: 11px !important;
}

li.breadcrumb-item.active {
    font-size: 11px !important;
}

.sku_custom p {
    color: rgb(99, 89, 106);
    font-size: 15px !important;
    font-weight: 600 !important;
}


.product__title h1 {
    font-size: 38px !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.product__description.rte.quick-add-hidden p {
    font-size: 16px !important;
    color: rgb(99, 89, 106);
    line-height: 27px !important;
    font-weight: 600 !important;
}

.product__info-wrapper.grid__item {
    padding-top: 0 !important;
}

li::marker {
    color: #fa6e01 !important;
    font-size: 24px !important;
}



