:root {
	--main-bg-color: white;
}
selector {
font-family:'monsterrat';
}
#header-cta {
	background-color: #0665AD;
}
#header-cta { padding: 10px 50px 10px 50px; }
/* Global font */
#header-cta {
    font-family: 'montserrat';
}
/* Base: always flex row */
#header-cta {
    display: flex;
    flex-direction: row !important;
    justify-content: space-evenly;
    gap: 1rem;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}
/* Base CTA items — HARD OVERRIDES */
#header-cta > div {
    flex: 0 0 auto !important;   /* prevents shrinking */
    min-width: auto !important;  /* reset theme overrides */
    max-width: none !important;
    box-sizing: border-box;
}
/* --- ≤ 990px → show 3 items --- */
@media (max-width: 990px) {
    #header-cta {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    #header-cta > div {
        min-width: 33.33% !important;
    }
}
/* --- ≤ 480px → show 2 items --- */
@media (max-width: 480px) {
    #header-cta > div {
        min-width: 50% !important;
    }
}
/* --- ≤ 300px → show 1 item --- */
@media (max-width: 300px) {
    #header-cta > div {
        min-width: 100% !important;
    }
}
#cta-1 {
	text-align: center;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0em;
}
#cta-3 {
	text-align: center;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 14px;
	text-transform: uppercase;
}
#cta-4 {
	text-align: center;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 14px;
	text-transform: uppercase;
}
#logo-menu-sec {
	text-align: left;
	background-color: #FFFFFF;
}
#logo-menu-sec { padding: 10px 50px 10px 50px; }
#logo-menu-sec {
font-family:'montserrat';
}
#logo-menu-sec {
  display: grid!important;
  grid-template-columns: 1fr 3fr!important;
  gap: 1rem;
}
@media (max-width:480px) {
#logo-menu-sec {
  display: grid!important;
  grid-template-columns: 1fr!important;
  gap: 1rem;
padding:10px;
}
}
div#logo {
    z-index: 9;
}
#logo img {
height:140px;
z-index:6 !important;
}
@media (max-width:480px) {
#logo img {
height:75px;
width:auto;
}
}
div#logo {
    z-index: 9;
}
@media (min-width:768px) and (max-width:992px) {
	#logo img {
height:100px;
margin-bottom:-50px
}
}
@media (max-width:768px) {
	#logo {
	text-align: center;
}
#logo img {
height:100px;
margin-bottom:0px
}
}
#menu {
	text-align: center;
	color: #000000;
	font-family: poppins;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#menu a {
color:black;
}
#menu a:hover {
color:grey;
}
@media (max-width:480px) {
#menu {
overflow-x:scroll;
}
#menu li {
    flex-grow: 1;
    text-align: center;
    line-height: 44px;
    width: fit-content;
    padding: 0px 10px;
}
}
@media (min-width:768px) and (max-width:992px) {
	#menu {
	font-size: 1em;
}
}
#slider-sec {
font-family:'montserrat';
}
#slider {
	font-family: poppins;
}
.slider {
  width: 100%;
  overflow: hidden;
  background: #111;
  color: #fff;
  position: relative;
}
/* Hide radios */
.slider input { display: none; }
/* Slides wrapper */
.slides {
  white-space: nowrap;
  font-size: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* Each slide */
.slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: min(80vh, 550px); /* prevents insane height on tiny screens */
  min-height: 380px;        /* ensures content never crushes */
  font-size: 16px;
  white-space: normal;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}
/* Light overlay */
.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 1;
}
/* Vertical centering */
.slide-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  padding: clamp(15px, 5vw, 50px);
  position: relative;
  z-index: 2;
}
/* Typography */
.slide h2 {
  font-size: clamp(28px, 7vw, 54px);
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 18ch;
font-family:"poppins";
text-transform:capitalize;
}
.slide h2 span.red {
    color:#C43B29;
}
.slide p {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.5;
  max-width: 50ch;
font-family:"poppins";
}
/* Button */
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #000;
  color: #000;
  text-decoration: none;
  border-radius: 5px!important;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transition: left 0.4s ease;
}
.btn:hover::after { left: 0; }
/* Slide movement */
#s1:checked ~ .slides { transform: translateX(0%); }
#s2:checked ~ .slides { transform: translateX(-100%); }
#s3:checked ~ .slides { transform: translateX(-200%); }
/* Dots */
.dots {
  position: absolute;
  bottom: clamp(10px, 3vw, 20px);
  width: 100%;
  text-align: center;
}
.dots label {
  width: 12px;
  height: 12px;
  background: #666;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
#s1:checked ~ .dots label[for="s1"],
#s2:checked ~ .dots label[for="s2"],
#s3:checked ~ .dots label[for="s3"] {
  background: #fff;
}
/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(20px, 6vw, 28px);
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
.prev { left: 10px; }
.next { right: 10px; }
.prev, .next { display: none; }
#s1:checked ~ .prev[for="s3"],
#s2:checked ~ .prev[for="s1"],
#s3:checked ~ .prev[for="s2"] { display: block; }
#s1:checked ~ .next[for="s2"],
#s2:checked ~ .next[for="s3"],
#s3:checked ~ .next[for="s1"] { display: block; }
@media (max-width:600px) {
.arrow {
display:none!important;
 }
}
/* Extra tiny devices (≤350px) */
@media (max-width: 350px) {
  .slide {
    min-height: 320px;
  }
  .slide-content {
    padding: 12px;
  }
  .dots label {
    width: 10px;
    height: 10px;
  }
}
@media (min-width:768px) and (max-width:992px) {
	#slider {
	font-size: 1em;
}
}
@media (max-width:768px) {
	.slide {
  height: min(80vh, 150px); /* prevents insane height on tiny screens */
      /* ensures content never crushes */
}
}
#product-row {
	color: #000000;
	background-color: #F0F0F0;
}
#product-row { padding: 50px 50px 50px 50px; }
#product-row {
font-family:'montserrat';
border-top:1px solid #ebebeb
}
@media (max-width:480px) {
#product-row {
padding:25px;
}
}
@media (min-width:768px) and (max-width:992px) {
	#product-row { padding: 20px 20px 40px 20px; }
}
@media (max-width:768px) {
	#product-row { padding: 20px 10px 30px 10px; }
}
.el-QXlGlWpyM {
	background-color: #FFFFFF;
}
.el-QXlGlWpyM { padding: 20 20 20 20; 	margin: 0; }
.el-QXlGlWpyM {border-radius:20px;}
@media (min-width:768px) and (max-width:992px) {
	.el-QXlGlWpyM { padding: 30px 30px 30px 30px; }
}
@media (max-width:768px) {
	.el-QXlGlWpyM { padding: 20px 20px 20px 20px; }
}
#images-col { padding: 50px 50px 50px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#images-col { padding: 0px 0px 0px 0px; }
}
@media (max-width:768px) {
	#images-col { padding: 0px 0px 0px 0px; }
}
#product-img {
	background-color: #FFFFFF;
}
#product-img img {
border:1px solid #ebebeb;
padding:20px;
border-radius:20px
}
#logos {
	text-align: center;
}
#logos { padding: 25px; }
#product-details { padding: 50px 50px 50px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#product-details { padding: 0px 0px 0px 0px; }
}
@media (max-width:768px) {
	#product-details { padding: 0px 0px 0px 0px; }
}
#product-title {
	font-family: poppins;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 39px;
}
@media (max-width:768px) {
	#product-title {
	font-size: 20px;
	line-height: 25px;
}
}
#trusted-seller-rating {
	color: #000000;
	background-color: #FFFFFF;
	font-family: poppins;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0em;
}
#trusted-seller-rating { padding: 10px 0px 10px 0px; 	margin: 25px 0 0 0; }
#trusted-seller-rating a {
    color: #FC462E;
}
#trusted-seller-rating {
border-radius:5px;
width:fit-content;
}
@media (max-width:768px) {
	#trusted-seller-rating {
	font-size: 13px;
}
}
#prod-details {
	background-color: #FFFFFF;
	font-family: POPPINS;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
#prod-details .jd-accordion-item label p { color: #FFFFFF!important; }
#prod-details .jd-accordion-item label { background-color: #0665AD; }
.jd-accordion-item label {
padding:15px;
}
.jd-accordion-item label svg {
fill:#fff;
}
.el-evJLhMWqU {
gap:20px;
}
@media (min-width:768px) and (max-width:992px) {
	.el-evJLhMWqU {
gap:0px;
}
}
#btn1 {
	background-color: #62C31A;
	font-family: poppins;
	font-size: 13px;
	font-weight: 600;
}
#btn1 {
width:fit-content;
border: 2px solid #62c31a;
}
#btn2 {
	background-color: #62C31A;
	font-family: poppins;
	font-size: 13px;
	font-weight: 600;
}
#btn2 {
width:fit-content;
border: 2px solid #62c31a;
}
#cat-section {
	background-color: #0C436E;
}
#cat-section { padding: 50px 50px 50px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#cat-section { padding: 25px 25px 25px 25px; }
}
@media (max-width:768px) {
	#cat-section { padding: 10px 10px 50px 10px; }
}
.el-GMpSYpUUP {z-index:1}
.el-RElbCQPKj {
	text-align: center;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 3em;
	font-weight: 800;
	text-transform: capitalize;
}
.el-RElbCQPKj { margin: 40px; }
@media (max-width:768px) {
	.el-RElbCQPKj {
	font-size: 2em;
}
}
.el-aEkrEAtAl {z-index:1; column-gap:20px}
@media (max-width:768px) {
	.el-aEkrEAtAl {row-gap:30px;}
}
/* Parent container */
#cat1 {
  text-align: center; /* centers inline-block children */
  display:flex;
  flex-direction:column;
  align-items:center;
  row-gap:10px
}
/* Image hover */
#cat1 .cat-img {
  transition: transform 0.4s ease;
}
#cat1:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat1 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat1 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat1:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-hBDfsftfF { padding: 15px; }
.el-hBDfsftfF img {border-radius:20px}
.el-tevdrRpmJ {
	text-align: center;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 27px;
	font-weight: 600;
	line-height: 30px;
}
.el-tevdrRpmJ { padding: 0px 20px 0px 20px; }
.el-SsxXKDjJu {
	background-color: #62C31A;
	font-family: poppins;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.el-SsxXKDjJu {border-radius:5px !important; border: 2px solid #FF62C31A; text-decoration:none;}
.el-SsxXKDjJu:hover {background:#3b8025;}
/* Parent container */
#cat2 {
  text-align: center; /* centers inline-block children */
  display:flex;
  flex-direction:column;
  align-items:center;
  row-gap:10px
}
/* Image hover */
#cat2 .cat-img {
  transition: transform 0.4s ease;
}
#cat2:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat2 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat2 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat2:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-GJqkoCdEF { padding: 15px; }
.el-GJqkoCdEF img {border-radius:20px}
.el-cENxQDQfw {
	text-align: center;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 27px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
}
.el-cENxQDQfw { padding: 0px 20px 0px 20px; }
.el-CCBTFISLA {
	background-color: #62C31A;
	font-family: poppins;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.el-CCBTFISLA {border-radius:5px !important; border: 2px solid #FF62C31A; text-decoration:none;}
.el-CCBTFISLA:hover {background:#3b8025;}
/* Parent container */
#cat3 {
  text-align: center; /* centers inline-block children */
  display:flex;
  flex-direction:column;
  align-items:center;
  row-gap:10px
}
/* Image hover */
#cat3 .cat-img {
  transition: transform 0.4s ease;
}
#cat3:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat3 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat3 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat3:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-hxnJVkYqa { padding: 15px; }
.el-hxnJVkYqa img {border-radius:20px}
.el-eKYUthYBn {
	text-align: center;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 27px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
}
.el-eKYUthYBn { padding: 0px 20px 0px 20px; }
.el-DAkhkeaWE {
	background-color: #62C31A;
	font-family: poppins;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.el-DAkhkeaWE {border-radius:5px !important; border: 2px solid #FF62C31A; text-decoration:none;}
.el-DAkhkeaWE:hover {background:#3b8025;}
#main-promo {
font-family:'montserrat';
}
#banner-promo {
	font-family: poppins;
	font-size: 1em;
	text-transform: capitalize;
}
/* Banner wrapper (mirrors .slide) */
.promo-banner {
  width: 100%;
  height: min(80vh, 600px); /* same as slider */
  min-height: 380px;        /* same as slider */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  display: block; /* ensure visibility */
  overflow: hidden;
}
/* Overlay (same as .slide::before) */
.promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 1;
}
/* Vertical centering (same as .slide-inner) */
.promo-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
/* Content cell (same as .slide-content) */
.promo-content {
  display: table-cell;
  vertical-align: middle;
  padding: clamp(15px, 5vw, 50px);
  position: relative;
  z-index: 2;
}
/* Typography (identical to slider) */
.promo-content h2 {
  font-size: clamp(28px, 7vw, 48px);
  margin-bottom: 10px;
  font-weight: 600;
  max-width: 18ch;
}
.promo-content p {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.5;
  max-width: 50ch;
}
/* Button (copied from slider) */
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #5fc21e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px !important;
  position: relative;
  overflow: hidden;
text-transform:capitalize !important;
font-weight:800;
letter-spacing:0px !important; 
font-size:13px;
border: 2px solid #5fc21e;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transition: left 0.4s ease;
}
.btn:hover::after {
  left: 0;
}
/* Extra tiny devices (≤350px) — same as slider */
@media (max-width: 350px) {
  .promo-banner {
    min-height: 320px;
  }
  .promo-content {
    padding: 12px;
  }
}
#banner-promo a {font-family:'poppins'; letter-spacing:2px; font-size:15px;}
@media (max-width:768px) {
	.promo-banner {
  width: 100%;
  height: min(80vh, 250px); /* same as slider */
  min-height: 380px;        /* same as slider */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  display: block; /* ensure visibility */
  overflow: hidden;
}
}
#footer-section {
	background-color: #0A6099;
}
#footer-section { padding: 50px 50px 50px 50px; }
#footer-section {
font-family:'montserrat';
gap:50px;
}
@media (max-width:990px) {
}
@media (max-width:768px) {
	#footer-section { padding: 25px 25px 25px 25px; }
}
#footer-logo { padding: 0px 50px 0px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#footer-logo { padding: 0 0 0 0; }
}
@media (max-width:768px) {
	#footer-logo { padding: 0 0 0 0; }
}
.el-vsyvHgkHo img {
width:200px;
}
#about-sec { padding: 0px 50px 0px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#about-sec { padding: 0 0 0 0; }
}
@media (max-width:768px) {
	#about-sec { padding: 0 0 0 0; }
}
.el-eCdShlusE {
	color: #FFFFFF;
	font-family: poppins;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.el-aAPwkHXPl {
	color: #FFFFFF;
	font-family: poppins;
	font-size: 14px;
	line-height: 2em;
}
.el-aAPwkHXPl { padding: 25px 0 0 0; }
#menu-sec { padding: 0px 50px 0px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#menu-sec { padding: 0 0 0 0; }
}
@media (max-width:768px) {
	#menu-sec { padding: 0 0 0 0; }
}
#Menu {
	text-align: right;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0px;
}
@media (min-width:768px) and (max-width:992px) {
	#Menu {
	text-align: left;
}
}
@media (max-width:768px) {
	#Menu {
	text-align: left;
}
}
.el-jjskeJoRp {
	text-align: right;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 14px;
	line-height: 2em;
}
.el-jjskeJoRp { padding: 25px 0 0 0; }
.el-jjskeJoRp  a {
text-decoration:none;
color:#fff;
}
.el-jjskeJoRp li:hover {
background:none !important;
}
.el-jjskeJoRp li:hover a {
color:#c9c9c9;
}
@media (min-width:768px) and (max-width:992px) {
	.el-jjskeJoRp {
	text-align: left;
}
}
@media (max-width:768px) {
	.el-jjskeJoRp {
	text-align: left;
}
}
#jarilo-banner {
	text-align: center;
}
#jarilo-banner { padding: 0px 50px 25px 50px; }
#jarilo-banner {
font-family:'montserrat';
}
.el-FqBRnPetD {
	font-weight: 700;
}
.el-FqBRnPetD { padding: 20px 25px 20px 25px; }
.el-cfMYMFLJD img {
width:110px;
}