/* Cool To Be Healthy — extras on top of Organze theme */
.header-height{height:80px;}
.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:80px;
  width:100%;
}
.navbar-brand{
  display:flex;
  align-items:center;
  padding:0;
  margin:0;
}
#mainmenu ul.nav{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin:0;
  padding:0;
}
.product-filter li{cursor:pointer;}
.navbar-brand img,
.logo-dark,
.logo-light{
  width:200px;
  max-width:200px;
  height:auto;
  max-height:none;
  object-fit:contain;
  background:transparent;
}
.logo-light{
  display:block;
  filter:brightness(0) invert(1);
}
.widget-content .logo-light{
  width:200px;
  max-width:100%;
  margin-bottom:20px;
}
.menu-wrap{
  display:flex;
  align-items:center;
  gap:10px;
}
.nav-toggle{
  display:none;
  width:42px;
  height:42px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  background:transparent;
  border:0;
  cursor:pointer;
  z-index:1001;
}
.nav-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#263a4f;
}
.header-right .cart-icon{
  margin-right:18px;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:80px;
  color:#34ad54;
  font-size:18px;
}
.header-right .cart-icon .count{
  position:absolute;
  top:18px;
  right:-6px;
  background:#34ad54;
  color:#fff;
  width:18px;
  height:18px;
  border-radius:50%;
  font-size:10px;
  line-height:18px;
  text-align:center;
  font-family:"Work Sans",sans-serif;
}
.header-right .menu-btn{color:#fff!important;}

/* Home slider — full-bleed right image, text aligned to container */
.dl-slider{
  position:relative;
  overflow:hidden;
  background:#f8d5cf;
}
.dl-slider .single-slide{
  display:none;
  position:relative;
  min-height:620px;
  overflow:hidden;
}
.dl-slider .single-slide.active{display:block;}
.dl-slider .bg-img{
  position:absolute;
  top:0;
  bottom:0;
  left:50% !important;
  right:0;
  width:auto !important;
  height:auto;
  min-height:100%;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  z-index:0;
}
.dl-slider .bg-img:after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:160px;
  height:100%;
  background:linear-gradient(90deg,#f8d5cf,transparent);
  pointer-events:none;
}
.dl-slider .slider-content-wrap{
  min-height:620px;
  height:auto;
  position:relative;
  z-index:2;
  background:linear-gradient(90deg,#f8d5cf 0 50%,rgba(248,213,207,.7) 62%,transparent 78%);
}
.dl-slider .slider-content{
  padding-left:0;
  max-width:560px;
}
.dl-slider .dl-caption.medium{
  color:#34ad54;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:14px;
  font-weight:600;
  font-family:"Work Sans",sans-serif;
  margin-bottom:14px;
}
.dl-slider .dl-caption.big{
  color:#263a4f;
  white-space:normal;
  font-size:52px;
  line-height:62px;
}
.dl-slider .dl-caption.small{
  color:#5d6d7a;
  white-space:normal;
}
.slider-dots{
  position:absolute;
  left:max(15px, calc((100% - 1140px) / 2 + 15px));
  bottom:40px;
  z-index:3;
  display:flex;
  gap:8px;
}
.slider-dots button{
  width:12px;
  height:12px;
  border-radius:50%;
  border:2px solid #34ad54;
  background:transparent;
  cursor:pointer;
}
.slider-dots button.active{background:#34ad54;}

/* Product thumbs: natural photos, consistent crop */
.product-thumb{
  background:#eef7f0;
  min-height:240px;
}
.product-thumb img{
  width:100%;
  height:240px;
  object-fit:cover;
}
.product-btn-group li a{
  cursor:pointer;
}

/* Forms */
.form-control,
input.form-control,
textarea.form-control,
select.form-control{
  width:100%;
  height:50px;
  border:1px solid #e5e5e5;
  padding:10px 16px;
  border-radius:2px;
  background:#fff;
  color:#263a4f;
  font-family:"Open Sans",sans-serif;
  font-size:14px;
  margin-bottom:0;
}
textarea.form-control{
  height:auto;
  min-height:120px;
  resize:vertical;
}
.form-field{margin-bottom:18px;}
.field-error{
  display:none;
  color:#d64545;
  font-size:12px;
  margin-top:6px;
}
.form-control.is-invalid{border-color:#d64545;}
.form-success{
  display:none;
  background:#f6fff2;
  border:1px solid #34ad54;
  color:#2d6b3a;
  padding:18px 20px;
  margin-top:18px;
  border-radius:2px;
}
.form-success.show{display:block;}
.checkout-form-wrap,
.order-summary{
  padding:35px;
}
.checkout-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 20px;
}
.payment-methods label{
  display:block;
  color:#263a4f;
  font-weight:600;
  margin-bottom:10px;
  cursor:pointer;
}
.order-summary{
  background:#f6fff2;
}
.order-summary li{
  display:flex;
  justify-content:space-between;
  padding:12px 0;
  border-bottom:1px solid #e5e5e5;
  color:#263a4f;
  font-weight:600;
}
.order-summary li.total{color:#34ad54;font-size:18px;border-bottom:0;}

/* Cart */
.cart-header{
  font-family:"Poppins",sans-serif;
  font-weight:600;
  color:#263a4f;
  padding-bottom:15px;
  border-bottom:1px solid #eee;
  margin-bottom:10px;
}
.cart-body{
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid #eee;
}
.cart-item{
  display:flex;
  align-items:center;
  gap:18px;
}
.cart-item img{
  width:90px;
  height:90px;
  object-fit:cover;
  background:#eef7f0;
}
.cart-item input[type="number"]{
  width:70px;
  height:42px;
  border:1px solid #e5e5e5;
  text-align:center;
}
.cart-item .remove{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#ffc107;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.cart-totals{
  background:#f6fff2;
  padding:30px;
  margin-top:30px;
  max-width:420px;
  margin-left:auto;
}
.cart-empty{
  text-align:center;
  padding:40px 0;
}

/* Legal / long content */
.legal-content h3{
  margin-top:28px;
  font-size:20px;
}
.legal-content p,
.legal-content li{
  color:#5d6d7a;
  margin-bottom:14px;
}
.legal-content ul{
  list-style:disc;
  padding-left:22px;
  margin-bottom:18px;
}
.legal-content ul li{display:list-item;line-height:1.7;}

/* Contact without address/phone */
.contact-info h3{font-size:18px;color:#263a4f;}
.contact-info a{color:#34ad54;font-weight:600;}
.nature-banner{
  width:100%;
  height:350px;
  object-fit:cover;
  display:block;
}

/* Footer social */
.footer-social{
  display:flex;
  gap:10px;
  margin-top:18px;
}
.footer-social a{
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.footer-social a:hover{
  background:#34ad54;
  border-color:#34ad54;
  color:#fff;
}

/* Partners */
.partner-mark{
  font-family:"Poppins",sans-serif;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#9aa7b2;
  font-size:15px;
  text-align:center;
  opacity:.7;
}

/* Blog */
.blog-item img,
.post-thumb img,
.blog-thumb img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.blog-single-content .blog-thumb img{height:420px;}
.blog-cat{
  display:inline-block;
  background:#34ad54;
  color:#fff;
  font-size:11px;
  text-transform:uppercase;
  padding:4px 10px;
  margin-top:-18px;
  position:relative;
  font-weight:600;
}
.comment-img img,
.review-item img,
.testimonial-item img{
  width:70px;
  height:70px;
  border-radius:50%;
  object-fit:cover;
}

/* Gallery */
.gallery-item img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}

/* Team */
.team-item img{
  width:100%;
  height:280px;
  object-fit:cover;
}

/* Shop details */
.shop-details h3 span{
  color:#8d9aa8;
  text-decoration:line-through;
  font-size:18px;
  margin-left:10px;
}
.shop-details h3{color:#34ad54;}
.rattings{display:flex;gap:4px;margin:12px 0;}
.rattings i{color:#f4c150;}
.social-share{display:flex;gap:8px;margin:15px 0 25px;}
.social-share a{
  width:36px;height:36px;background:#f3f3f3;color:#8d9aa8;
  display:inline-flex;align-items:center;justify-content:center;
}
.cart-wrap{display:flex;gap:12px;align-items:center;list-style:none;padding:0;}
.item-plus-minus input{
  width:70px;height:45px;border:1px solid #e5e5e5;text-align:center;
}
.review-item li{
  display:flex;
  gap:15px;
  margin-bottom:20px;
}

/* Toast */
.cart-toast{
  position:fixed;
  bottom:30px;
  left:50%;
  transform:translateX(-50%) translateY(20px);
  background:#263a4f;
  color:#fff;
  padding:12px 22px;
  border-radius:2px;
  opacity:0;
  pointer-events:none;
  z-index:9999;
  transition:.3s;
}
.cart-toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.pagination-wrap{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:30px;
}
.pagination-wrap a,
.pagination-wrap span{
  width:40px;height:40px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #eee;color:#263a4f;font-weight:600;
}
.pagination-wrap .active{
  background:#34ad54;color:#fff;border-color:#34ad54;
}

.shop-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
  flex-wrap:wrap;
  gap:12px;
}
.shop-search{
  display:flex;
  border:1px solid #e5e5e5;
  background:#fff;
}
.shop-search input{
  border:0;height:46px;padding:0 14px;min-width:220px;
}
.shop-search button{
  background:#34ad54;color:#fff;padding:0 16px;cursor:pointer;
}

.subscribe-page-card{
  max-width:640px;
  margin:0 auto;
  background:#fff;
  padding:40px;
  box-shadow:0 0 20px rgba(0,0,0,.05);
}

@media (max-width:992px){
  .nav-toggle{display:flex;}
  .menu-wrap{
    display:none;
    position:absolute;
    top:80px;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column;
    align-items:stretch;
    padding:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
  }
  .menu-wrap.open{display:flex;}
  #mainmenu .nav{
    flex-direction:column;
    display:flex;
  }
  #mainmenu .nav > li > a{line-height:44px;padding:0 10px;}
  #mainmenu .nav > li > ul{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    box-shadow:none;
    padding-left:12px;
  }
  #mainmenu .nav > li.open > ul{display:block;}
  .header-right{justify-content:flex-start;padding:10px 0;}
  .header-right .cart-icon{height:40px;}
  .dl-slider .dl-caption.big{font-size:32px;line-height:40px;}
  .dl-slider .bg-img{
    left:0 !important;
    right:0;
    width:100% !important;
    opacity:.22;
  }
  .dl-slider .bg-img:after{display:none;}
  .dl-slider .slider-content-wrap{background:#f8d5cf;}
  .dl-slider .slider-content{padding-left:0;max-width:100%;}
  .slider-dots{left:20px;}
  .checkout-form{grid-template-columns:1fr;}
  .navbar-brand img,
  .logo-dark,
  .logo-light{width:160px;max-width:160px;}
}
@media (max-width:767px){
  .section-heading h2{font-size:28px;line-height:36px;}
  .cart-header{display:none;}
}
