/** Shopify CDN: Minification failed

Line 461:0 Unexpected "{"
Line 461:1 Expected identifier but found "%"
Line 461:34 Unexpected "{"
Line 461:35 Expected identifier but found "%"

**/
*{
  /* margin:0;
  padding:0;
  box-sizing:border-box; */

}
.icon-left {
    display: flex;
    gap: 8px;
}
   .header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-logo img {
    height: 75px;
}
.header-nav ul li {
  position: relative;
  display: inline-block;
}

.header-nav ul li a {
  display: block;
  text-decoration: none;
  font-size:16px;
}

.header-nav .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border:1px solid #fff;
 width: 300px;
  
}
a.cta-btn {
    text-decoration: none !important;
}body.gradient.template-search header.custom-header {
    background: #2d1c1a;
}
body.gradient.template-search .template-search__search{
margin-top:50px !important;
}
.header-nav .dropdown li {
  display: block;
}

.header-nav ul li:hover .dropdown {
  display: block;
}
.custom-header {
    position: fixed;
    top: 0;
    padding: 10px 0px;
    width: 100%;
    
}
li.vm-list-item img {
    margin-right: .5px;
    height: 18px;
    width: 18px;
}
.header-container{
max-width:1440px;
padding:0 64px;
margin:auto;
gap:20px;

display:flex;
align-items:center;
justify-content:space-between;
}

.header-nav ul{
display:flex;
gap:16px;
list-style:none;
}
.header-nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.header-icons{
display:flex;
align-items:center;
gap:18px;
}

.header-icons img{
width:24px;
height:auto;
}

.cart-icon{
position:relative;
}

.cart-count{
position:absolute;
top:-6px;
right:-8px;
background:red;
color:white;
font-size:10px;
padding:2px 5px;
border-radius:50%;
}

.wholesale-btn{
background:rgba(118, 81, 0, 1) !important ;
padding:12px 16px;
color:white;
text-decoration:none;
border-radius:8px;
font-family: Inter;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;

}
.scrolled{
    background:#2d1c1a !important;
    position:fixed !important;
    top:0;
}
h1{
        margin:0;
    }
.hero-section{
background:#2D1C1A;
padding: 148px 0px 60px;
color:#fff;
}

.hero-container{
max-width:1440px;
padding:0 64px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
}

.hero-title {
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    color: #fff;
    margin:0;
}

.hero-desc{
font-size:16px;
color:#FFFFFFCC;
margin-bottom:32px;
font-weight:400;
}

.hero-buttons{
display:flex;
gap:16px;
margin-bottom:12px;
}

.btn-primary{
background:#765100;
padding:12px 24px;
border-radius:8px;
color:white;
text-decoration:none;
font-weight:500;
}

.btn-secondary{
border:1px solid #FFFFFF4D;
padding:12px 24px;
border-radius:8px;
color:white;
text-decoration:none;
}

.hero-trust{
display:flex;
align-items:center;
gap:6px;
font-size:14px;
color:#C9A14A;
}

.hero-trust img{
width:18px;
}

.hero-image img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    display: block;
    object-fit: cover;
}
.hero-content {
    flex: 0 0 53%;
}

.hero-image {
    flex: 0 0 45%;
    max-width:553px;
}
.cacao-products{
background:rgba(255, 255, 255, 1);
}

.cacao-container{
max-width:1440px;
padding:64px;
margin:0 auto;
}

.cacao-header{
text-align:center;
margin-bottom:32px;
}

span.cacao-badge {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    color: rgba(45, 28, 26, 1);
    border-radius: 100px;
    background:rgba(255, 239, 204, 1);
    padding:9px 16px;
}

.cacao-title{
font-weight: 600;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:rgba(41, 24, 22, 1);
margin:0px;  
}

.cacao-subtitle{
max-width:600px;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin:0 auto;

}

.cacao-grid{
display:flex;
gap:16px;
}

.cacao-card{
background:#fff;
border-radius:24px;
border: 1px solid rgba(218, 218, 218, 1);
overflow:hidden;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding:16px;
}

.card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.card-content h3 {
    margin: 12px 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

.card-content p {
    color: #505050;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.product-tags{
display:flex;
flex-wrap:wrap;
gap:6px;
margin-bottom:16px;
}
.tag {
    background: #9879354D;
    padding: 5px 12px;
    border-radius:100px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #765100;
}
.card-link {
    text-decoration: none;
    color: #765100;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    display:inline-block;
    margin-bottom:8px;
}
.why-cacao{
/* background:#f7f5f3; */
}
.why-cacao-grid .cacao-card {
    flex: 0 0 24%;
}

.why-cacao-grid{
display:flex;
gap:16px;
}
.why-cacao .card-content {
    text-align: center;
}
.why-cacao-grid .card-content h3{
  line-height:normal;
}
.why-cacao-grid .card-content p {
    -webkit-line-clamp: none;
}
    .cacao-origin{
background:#21100E;
color:#fff;
padding:64px 0px;
}

.origin-list{
list-style:disc;
padding-left:18px;
}

.origin-list li{
margin-bottom:8px;
color:#e7dddd;
font-family: Playfair Display;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

.origin-image img{
width:100%;
height:auto;
display:block;
}
.origin-content {
    flex: 0 0 44%;
}

.origin-image {
    flex: 0 0 54%;
}
    .wholesale-cta{
padding:32px 0;
}

.wholesale-container{
max-width:1440px;
padding:0 32px;
margin:auto;
}

.wholesale-box {
    border-radius: 24px;
    padding: 42px 64px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #452F00 0%, #21100E 100%);
}

.wholesale-title{
font-family: Playfair Display;
font-weight: 600;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin:0 0 12px;
color:#fff;
}

.wholesale-text{
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#FFFFFFCC;
}

section.wholesale-cta .wholesale-btn {
    padding: 12px 24px;
    margin-top: 24px;
    display: inline-block;
}
  .footer-outer {
    display: flex;
    justify-content: center;
    background: #2D1C1A;

}
.custom-footer {
    background: #2D1C1A;
    color: #fff;
    padding: 36px 64px 0px 64px;
    max-width: 1440px;
}

.footer-container{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;
justify-items:center;
}

.footer-logo{
{% comment %} margin-bottom:18px; {% endcomment %}
}
.footer-col.footer-about{
min-height:307px;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.footer-desc{
font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: -2%;
color:#FFFFFFCC;
margin-bottom:16px;

}

.footer-highlight{
font-family: Inter;
font-weight: 500;
font-style: Italic;
font-size: 12px;
line-height: 100%;
letter-spacing: -2%;
color:#C9A14A;

}

.footer-col h4{
margin-bottom:16px;
font-family: Inter;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:#fff;
}

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col ul li{
font-family: Inter;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: -2%;
margin-bottom:12px;
color:#fff;
}

.footer-col a{
text-decoration:none;
color:#cfc7c7;
}

.footer-socials{
display:flex;
gap:8px;
}

.footer-socials img {
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 1px solid #FFFFFF33;
    border-radius: 100px;
}

.footer-contact li{
display:flex;
gap:10px;
align-items:flex-start;
}

.footer-contact img{
width:18px;
}

.footer-bottom {
    margin-top: 32px;
    padding: 19px 0;
    border-top: 1px solid #DADADA4D;
}

.footer-bottom .footer-container{
display:flex;
justify-content:space-between;
}
.footer-bottom .footer-container p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -2%;
}
p.footer-tagline {
    font-family: Inter;
    font-weight: 500;
    font-style: Italic;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -2%;
    color: #C9A14A;
}

.header-nav > ul > li > a:hover {
  background: rgba(255,255,255,0.08);
  color: #c8a97e;
}

.arrow {
  font-size: 10px;
  opacity: 0.7;
  transition: transform 0.25s ease;
  display: inline-block;
}

/* ---------- DESKTOP DROPDOWN ---------- */
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #3d2825;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  min-width: 190px;
  padding: 6px 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  z-index: 999;
  animation: dropFade 0.2s ease;
}

@keyframes dropFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.header-nav > ul > li:hover .dropdown {
  display: block;
}

.header-nav > ul > li:hover .arrow {
  transform: rotate(180deg);
}

.dropdown li a {
  display: block;
  padding: 10px 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, color 0.25s ease, padding-left 0.2s ease;
}

.dropdown li a:hover {
  background: rgba(255,255,255,0.08);
  color: #c8a97e;
  padding-left: 24px;
}

/* ---------- ICONS ---------- */
.header-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.header-icons .icon-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-icons .icon-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background 0.25s ease;
}

.header-icons .icon-left a:hover {
  background: rgba(255,255,255,0.08);
}

.icon-left img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cart-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #c8a97e;
  color: #2D1C1A;
  font-size: 0.65rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn-secondary,a.btn-primary,.cacao-card{
  transition:all .3s ease;
}
a.btn-secondary:hover {
    background: #765100;
}
.cacao-card:hover {
    transform: translate(2px,3px);
}
a.btn-primary:hover, .wholesale-btn:hover{
background:none !important;
border:1px solid #FFFFFF4D;
}


/* ---------- HAMBURGER ---------- */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}

.hamburger span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}

.hamburger span:nth-child(1) { width: 24px; }
.hamburger span:nth-child(2) { width: 18px; }
.hamburger span:nth-child(3) { width: 24px; }

/* .hamburger.active span:nth-child(1) {
  width: 24px;
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0); */
/* }
.hamburger.active span:nth-child(3) {
  width: 24px;
  transform: translateY(-7px) rotate(-45deg);
} */
.hero-banner {
  position: relative;
  min-height: var(--hero-min-height, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

/* BG Image */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.all-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Overlay */
 .all-hero .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
background: #00000099;

}
.all-hero span.cacao-badge {
    background: #202225;
    color: #fff;
}
/* Content */
 .all-hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--hero-content-width, 60%);
  text-align: var(--hero-text-align, center);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 20px; */
  top: 46px;
  flex: 0 0 62%;
}


/* Buttons */
 all-hero .hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  animation: heroFadeUp 0.7s 0.4s ease both;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 13px 28px;
  border-radius: 3px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}
.why-exist-section {
  background:#F9F7F4;
  width: 100%;
}

.why-exist-heading {
    color: #291816;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    margin:0;
    line-height: 100%;
    letter-spacing: 0%;
}
.why-exis {
    display: flex;
    flex-direction: column;
    max-width: 1090px;
    margin:0 auto;
    justify-content: center;
    align-items: flex-start;
}
.why-exis .cacao-subtitle p {
    margin-top: 24px;
}
.why-exis .cacao-badge,.approach-section .cacao-badge{
    display: inline-block;
    margin-bottom: 12px;
    background: #EFE6DA;
    color: #765100;
}
.why-exis .cacao-subtitle {
    margin: unset;
    max-width: 100%;
    text-align: left;
}
section#approach-template--22055161725163__our_approach_bmQb86 {
    background: #F9F7F4;
}
.approach-section {
  background: #ffffff;
  width: 100%;
}
.top-head {
    display: flex;
    gap: 16px;
    align-items: center; 
}
/* ---- Grid ---- */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(var(--col-count, 4), 1fr);
  gap:16px;
}

/* ---- Card ---- */
.approach-card {
  background: #ffffff;
 border: 1px solid #DADADA;
  border-radius: 16px;
  padding:16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.approach-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.07);
  transform: translateY(-2px);
}

/* Icon */


.approach-card-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

/* Title */
.approach-card-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#000000;
    margin:0;
}

/* Text */
.approach-card-text {
font-family: Inter;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color:#505050;
margin:0;

}
.approach-card-icon {
    display: flex;
    align-items: center;
}
.wholesale-container span.cacao-badge {
    font-family: Inter;
    font-weight: 500;
    border-radius: 100px;
    background: #765100;
    color: #fff;
    padding: 9px 16px;
    margin-bottom: 12px;
    display: inline-block;
}
.wholesale-btns {
    display: flex;
    justify-content: center;
    gap: 12px;
}
a.wholesale-btn.wholesale-btn--outline {
    border: 1px solid #C9A14A;
    background: none !important;
    color: #C9A14A;
}
.farmers .approach-grid{
    max-width:1090px !important;
    margin: 0 auto;
}
.farmers .cacao-container {
    background: #F9F7F4;
}
section#approach-template--22057687318763__how_we_work_zrzCpK .top-head {
    flex-direction: column;
    align-items: flex-start;
    gap:12px;
}
.approach-card-icon-text {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #987935;
}
.farmers .how-we .cacao-container {
    background: #fff;
}

.QUALITY h2.wholesale-title, .QUALITY .wholesale-text,.QUALITY .wholesale-btns {
    text-align: left;
    justify-content: flex-start;
}

.wholesale-box {
  position: relative;
  overflow: hidden;
}

.wholesale-bg-icon {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 260px;
  height: 260px;
  pointer-events: none;
  z-index: 0;
}

.wholesale-bg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.18;
}

.wholesale-box .cacao-badge,
.wholesale-box .wholesale-title,
.wholesale-box .wholesale-text,
.wholesale-box .wholesale-btns {
  position: relative;
  z-index: 1;
}
   .approach-card.quality-card .approach-card-text {
    color: #fff;
}

.qhead {
    color: #fff;
   
}

.qhead .approach-card-title {
    color: #fff;
     margin-bottom: 8px;
}
.qhead h3.approach-card-head {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
        color: #C9A14A !important;
    margin: 0px 0px 12px;

}
.approach-card.quality-card {
    background: linear-gradient(180deg, #301D08 0%, #21100E 100%);
    position: relative;
    padding: 24px 16px 77px 16px;
    border-radius: 16px;
    z-index:1;
}

.quality-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 149px;
    z-index:9;
}
.quality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:12px;
}
.quality-content {
    position: relative;
    z-index: 99;
    margin-bottom: 77px;
}
section#approach-template--22092134121707__timeline_grid_AUcjPy {
    background: rgba(249, 247, 244, 1);
}
.process-timeline-section {
  padding: 60px 0;
  background: #f5f0eb;
}

/* ── Timeline outer wrapper ── */
.timeline-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 900px;
  margin: 48px auto 0;
}

/* ── Vertical centre line ── */
.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #C9A14A;
  z-index: 0;
}

/* ── Each row ── */
.timeline-row {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  align-items: center;
  gap: 0;
  min-height: 140px;
  position: relative;
  z-index: 1;
}

/* Card sits on the RIGHT for odd (default) */
.timeline-row--right .timeline-card-wrap  { order: 3; justify-self: start;  padding-left: 28px; }
.timeline-row--right .timeline-icon-wrap  { order: 2; }
.timeline-row--right .timeline-empty-wrap { order: 1; }

/* Card sits on the LEFT for even */
.timeline-row--left .timeline-card-wrap  { order: 1; justify-self: end; padding-right: 28px; }
.timeline-row--left .timeline-icon-wrap  { order: 2; }
.timeline-row--left .timeline-empty-wrap { order: 3; }

/* ── Card ── */
.timeline-card {
  background: linear-gradient(180deg, #301D08 0%, #21100E 100%);
  border-radius: 16px;
  padding: 20px 24px;
  max-width: 340px;
  width: 100%;
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}

.timeline-row--left .timeline-card {
  transform: rotate(2deg);
}

.timeline-card:hover {
  transform: rotate(0deg) scale(1.02);
}

.timeline-step-label {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 600;
  color: #C9A14A;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.timeline-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.2;
}

.timeline-card-text {
  font-size: 14px;
  color: #d4c4b0;
  line-height: 1.6;
  margin: 0;
}

/* ── Centre icon circle ── */
.timeline-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.timeline-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #C9A14A;
  background: #f5f0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.timeline-icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.timeline-icon-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9A14A;
  display: block;
}

/* ── Empty side placeholder ── */
.timeline-empty-wrap {
  min-height: 1px;
}

/* substainability */
.Sustainability span.cacao-badge {
    background: rgba(239, 230, 218, 1);
    color: rgba(118, 81, 0, 1);
}
.Sustainability p.cacao-subtitle {
    max-width: 740px;
}
.Sustainability h2.cacao-title {
    margin: 12px 0px;
}
section#product-substainability {
    background: rgba(249, 247, 244, 1);
}

section#farmer-substain .farmer-inner {
    display: flex;
    justify-content: space-between;
    align-items:center;
    gap:20px;
}

section#farmer-substain .farmer-content {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    text-align: left;
    max-width: 513px;
    flex: 0 0 50%;
}

section#farmer-substain h2.cacao-title.farmer-title {
    text-align: left;
    margin-bottom: 16px;
    margin-top: 8px;
}

section#farmer-substain p.cacao-subtitle.farmer-desc {
    text-align: left;
    margin-bottom: 16px;
    line-height: 120%;
}

section#farmer-substain ul.farmer-bullets{
  padding-left: 0;list-style-position: inside;margin-bottom: 32px;line-height: 120%;}
section#farmer-substain  .farmer-image-wrap {
    flex: 0 0 50%;
    max-height: 500px;
    max-width: 600px;
    border-radius: 32px;
    overflow: hidden;
}

section#farmer-substain .farmer-image-wrap img.farmer-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section#approach-template--22101527658731__our_approach_XQVtED .top-head {flex-direction: column;align-items: flex-start;}
section#approach-template--22101527658731__our_approach_XQVtED .approach-card-icon img {
    height: 40px;
    width: 40px;
}
section#approach-template--22101527658731__our_approach_WrLTbK {
    background: #F9F7F4;
}
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card {
    gap: 8px;
    padding: 16px 16px 64px;
}
/* Remove old border */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card {
  position: relative;
  border: none;
  border-radius: 18px;
}

/* Base gradient border pseudo-element */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
a {
    color: inherit;
}

.approach-grid a {
    text-decoration: none;
}
/* Card 1 - Blue */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(1) {
  background: linear-gradient(145deg, #daeaf8 0%, #b8d9f0 100%);
}
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(1)::before {
  background: linear-gradient(62.53deg, #0075D4 0.53%, rgba(71, 155, 224, 0.78) 27.93%, rgba(255, 255, 255, 0.2) 99.47%);
}

/* Card 2 - Gold */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(2) {
  background: linear-gradient(145deg, #e8dfc8 0%, #d4c9a0 100%);
}
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(2)::before {
  background: linear-gradient(62.53deg, #a07830 0.53%, rgba(180, 140, 60, 0.78) 27.93%, rgba(255, 255, 255, 0.2) 99.47%);
}

/* Card 3 - Green */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(3) {
  background: linear-gradient(145deg, #cde8d8 0%, #a8d4b8 100%);
}
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(3)::before {
  background: linear-gradient(62.53deg, #1a8a4a 0.53%, rgba(60, 180, 100, 0.78) 27.93%, rgba(255, 255, 255, 0.2) 99.47%);
}

/* Card 4 - Purple */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(4) {
  background: linear-gradient(145deg, #e0d4f0 0%, #c8b0e8 100%);
}
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(4)::before {
  background: linear-gradient(62.53deg, #7040c0 0.53%, rgba(140, 90, 220, 0.78) 27.93%, rgba(255, 255, 255, 0.2) 99.47%);
} 
/* Card 1 - Blue Radial */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(1) {
  background: radial-gradient(ellipse at top right, #a8d4f0 0%, #daeef8 40%, #ffffff 100%);
}

/* Card 2 - Gold Radial */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(2) {
  background: radial-gradient(ellipse at top right, #d4b870 0%, #ecdfc0 40%, #ffffff 100%);
}

/* Card 3 - Green Radial */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(3) {
  background: radial-gradient(ellipse at top right, #80c8a0 0%, #c8e8d4 40%, #ffffff 100%);
}

/* Card 4 - Purple Radial */
div#shopify-section-template--22101527658731__our_approach_XQVtED .approach-card:nth-child(4) {
  background: radial-gradient(ellipse at top right, #b090e0 0%, #ddd0f0 40%, #ffffff 100%);
}
 .bento-badge {
   color: #FFAE00 !important;
    background: #FFAE0026 !important;
  }
 
  .bento-title {
 margin: 12px 0px 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff ;
  }
    .bento-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
    .bento-section {
    background:#2A1A10;
  }
section#approach-template--22101527658731__our_approach_WrLTbK .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}

div#sun-end span.cacao-badge {
    background: #765100;
    color: #FFFFFF;
}
  /* Grid */
  .bento-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bento-row {
    display:flex;
    justify-content:center;
    gap: 12px;
    height: 250px;
  }

  .bento-cell {
    border-radius: 16px;
    overflow: hidden;
  }
.bento-image-cell {
    position: relative;
    max-width:658px;
    width:100%;
}
 
  .bento-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
  }

  .bento-img-placeholder {
    width: 100%;
    height: 100%;
    background: #2e1a0a;
  }

  .bento-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .bento-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.bento-ico {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bento-cell.bento-text-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 36px 24px;
    border: 1px solid #FFFFFF33;
    border-radius:16px;
    max-width:420px;
}

h3.bento-card-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin:0;
}

p.bento-card-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    margin:0;
}

/* enquiry */
.enquiry .all-hero span.cacao-badge {
    background: #3A2620;
    color: #fff;
}
.enquiry hero-template--22109228105963__allpagebanner_jqdxtd span.cacao-badge {
    background: #3A2620;
}

a.hero-btn.hero-btn--primary {
    padding: 12px 24px;
    background: #765100;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
    border-radius: 8px;
    border: none;
}

.enquiry a.hero-btn.hero-btn--outline {
    background: #FFFFFF33;
    border: 1px solid #FFFFFF4D;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 12px 24px;
   
    
}

.enquiry .hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.enquiry .all-hero .hero-content {
    flex: 0 0 52%;
}

.enquiry .hero-content p.hero-desc {
    margin: 0;
}

section#approach-template--22109228105963__our_approach_xmYgL8 .cacao-header {
    margin-bottom: 24px;
}

section#approach-template--22109228105963__our_approach_xmYgL8 p.cacao-subtitle{
    max-width: 725px;
}

section#approach-template--22109228105963__our_approach_HUdqJA {
    background: #F9F7F4;
}

section#approach-template--22109228105963__our_approach_HUdqJA .top-head {
    flex-direction: column;
    align-items: flex-start;
}

section#approach-template--22109228105963__our_approach_HUdqJA .approach-card {
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
        margin-bottom: 10px;
}

.enquiry .wholesale-text {
    color:  #FFFFFFCC;
}
.what-included .approach-card {
    padding: 12px;
    display: flex;
    gap: 8px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #DADADA;
}

.what-included .top-head {
    flex-direction: column;
}
.what-included .top-head .approach-card-icon img {
    width: 100%;
     height:100%;
     object-fit:cover;
     border-radius:8px;
}
.what-included .top-head .approach-card-{
    border-radius:8px;
    height: 100px;
overflow:hidden;
    }

.what-included .approach-card-title {
    font-size: 20px;
}
section#approach-template--22110176575723__our_approach_YWV3La p.cacao-subtitle {
    max-width: 734px;
}

section#approach-template--22110176575723__our_approach_YWV3La {
    background: #F9F7F4;
}

section#approach-template--22110176575723__our_approach_YWV3La .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}

section#approach-template--22110176575723__our_approach_jiQC4r {
    background: #F9F7F4;
}

section#approach-template--22110176575723__our_approach_jiQC4r {}

section#approach-template--22110176575723__our_approach_jiQC4r p.cacao-subtitle {
    max-width: 100%;
}

section#approach-template--22110176575723__our_approach_jiQC4r .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}

body.gradient.Sample.Request p.wholesale-text {
    color: #FFFFFFCC;
}
.what-included span.cacao-badge {
    background: #EFE6DA;
}
body.gradient.Sample.Request .hero-content span.cacao-badge {
    background: #603E2D;
}

/* contactus */

.contact .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}
.mine-scope {
    background: #F9F7F4;
}
.mine-channels .cacao-container .top-head {
    flex-direction: column;

}
.mine-channels h3.approach-card-title {
    font-size: 20px;
}
.mine-channels p.approach-card-text {
    text-align: center;
    font-size: 16px;
}

.mine-contact-last .cacao-header {
    margin: 0;
}

.mine-contact-last .approach-card:nth-child(1){
    border: 1px solid #00A143;
    background:#EFFFF6;
}
.mine-contact-last .approach-card:nth-child(2){
    border: 1px solid #0075D4;
    background:#E0F1FF;
}
.mine-contact-last .approach-card:nth-child(3){
    border: 1px solid #765100;
    background:#F4F1EB;
}

/* blogs */
div#content-blogs {
    padding-top: 148px;
    top: 0;
    gap: 0;
    flex: 0 0 100%;
}
div#content-blogs .cacao-badge {
    background: #36301F;
    margin-bottom: 8px;
}
div#content-blogs p.hero-desc {
    max-width: 777px;
    color: #fff;
    margin-bottom: 16px;
}
a.blog-btn {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding-bottom: 60px;
}
.featured-article-section {
    padding: 30px;
    background: #F9F7F4;
}
.featured-article-wrapper {
    display: flex;
    gap: 32px;
    align-items: center;
    background: #2D1C1A;
    padding: 24px;
    border-radius: 32px;
}

.featured-article-image img{
  width:100%;
  border-radius:16px;
  max-height:350px;
  object-fit:cover;
}

.featured-article-image{
   flex:0 0 49%;
}

.featured-article-content{
  flex:0 0 49%;
  color:#fff;
}

.featured-badge {
    display: inline-block;
    background: #7651004D;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 9px 16px;
    border-radius: 100px;
    margin-bottom: 8px;
}

.featured-title {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 0;
}

.featured-desc {
    color: #fff;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}
.featured-footer{
  display:flex;
  align-items:center;
  gap:20px;
}

.featured-btn {
    background: #765100;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}

.read-time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #C9A14A;
}
.policy-block:nth-child(1) h2.policy-heading {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 32px;
}
.toc-list li:nth-child(1) a.toc-link {
    color: #765100;
}

/* policy pages */
  .policy-section {
    background: #fff;
  }

 .policy-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px;
    display: grid;
    grid-template-columns: 244px 1fr;
    gap: 64px;
    align-items: start;
    justify-content: center;
}

  /* ── Sidebar ── */
  .policy-toc {
    position: sticky;
    top: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px;
  }

  .toc-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 12px;
  }

  .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .toc-link {
    display: block;
    font-size: 0.82rem;
    color: #444;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 4px;
    line-height: 1.4;
    transition: color 0.2s, background 0.2s;
  }

  .toc-link:hover {
    color: #1a1009;
    background: #f5f5f5;
  }

  /* ── Content ── */
  .policy-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .policy-block {
    display: flex;
    flex-direction: column;
  }

  .policy-bullets {
    margin: 0;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .policy-body p {
    margin: 0 0 8px;
  }
 #policy-block-content_block_nQTdtP h2.policy-heading{
     font-family: Playfair Display;
    font-weight: 600;
    font-size: 32px;
  }
h2.policy-heading {
    margin: 0 0 12px;
font-family: Inter;
font-weight: 500;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
}


.policy-body {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    
}

p.policy-subheading {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0px 0px 12px;
    
}

ul.policy-bullets {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin:0px;
    
}

.policy-bullets:first-of-type {
  margin-bottom:12px;
}

.policy-bullets li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px; 
    line-height: 100%;
    letter-spacing: 0%;
    
}

p.toc-label {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

a.toc-link {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #505050;
}

a.toc-link.active {
font-family: Inter;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:#000;
}

div#content-terms .hero-desc {
    margin: 0;
    color:#fff;
}
div#content-terms {
    gap: 16px;
    padding-bottom: 24px;
}
  .bl-page {
    background: #fff;
  }

  /* ── Header ── */
  .bl-header {
    margin-bottom:32px;
  }

 .bl-main-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #291816;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}

  .bl-menu-icon {
    display: flex;
    align-items: center;
    color: #1a1009;
    flex-shrink: 0;
  }

  /* ── Filters ── */
  .bl-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
  }

.bl-filter-btn {
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #765100;
    background: #fff;
border: 1px solid #DADADA;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    line-height: 24px;
    letter-spacing: 0%;
        padding: 12px 24px;
}

  .bl-filter-btn:hover {
    border-color: #888;
    color: #1a1009;
  }

  .bl-filter-active {
    background: #765100;
    color: #fff !important;

}

  /* ── Grid ── */
 .bl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 16px;
    margin-bottom: 36px;
}

  /* ── Card ── */
  .bl-card {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bl-card-img-wrap {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .bl-card-img {
    width: 100%;
    max-height:300px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .bl-card-img-wrap:hover .bl-card-img {
    transform: scale(1.04);
  }

  .bl-card-img-placeholder {
    width: 100%;
    height: 100%;
    background: #f0ece4;
  }

  .bl-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

 .bl-card-meta {
    color: #505050;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

  .bl-card-title {
 font-family: Inter;
font-weight: 500;
font-size: 20px;
line-height: 120%;
letter-spacing: 0%;
color:#000;
    margin: 0;

  }

  .bl-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
  }

  .bl-card-title a:hover {
    color: #7a5010;
  }

  .bl-card-excerpt {
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color:#505050;
margin:0;
  }

  .bl-read-more {
    display: inline-flex;
font-weight: 500;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color:#765100;
align-items:center;
gap:12px;
text-decoration:none;
  }

  .bl-read-more:hover {
    gap: 10px;
  }

  /* ── Pagination ── */
  .bl-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 16px;
  }

 .bl-page-info {
    color: #765100;
    min-width: 90px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1.5%;
}

  .bl-page-numbers {
    display: flex;
    align-items: center;
    gap: 4px;
  }

 .bl-page-num, .bl-page-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #505050;
    text-decoration: none;
    border: 1px solid #E5E7EB;
    background: #fff;
    transition: all 0.2s;
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

  .bl-page-num:hover,
  .bl-page-nav:hover {
    border-color: #888;
    color: #1a1009;
  }

.bl-page-num--active {
    background: #765100;
    color: #fff !important;
}

  .bl-page-nav--disabled {
    opacity: 0.35;
    pointer-events: none;
  }

  .bl-page-ellipsis {
    padding: 0 4px;
    color: #888;
    font-size: 0.85rem;
  }

  .bl-page-btns {
    display: flex;
    gap: 8px;
  }

.bl-prev-next-btn {
    padding: 10px 12px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    color: #444;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -1.5%;
    color: #765100;
}

  .bl-prev-next-btn:hover {
    border-color: #888;
    color: #1a1009;
  }

  .bl-prev-next-btn--disabled {
    opacity: 0.35;
    pointer-events: none;
  }

  .bl-empty {
    text-align: center;
    color: #888;
    padding: 60px 0;
    font-size: 0.95rem;
  }
  input.ns-input:focus-visible {
    outline: none !important;
    box-shadow: none;
}
.ns-section {
    padding: 32px;
    background: #F9F7F4;
}

.ns-container {
    max-width: 1376px;
    margin: 0 auto;
    background: linear-gradient(180deg, #452F00 0%, #21100E 59.96%);
    border-radius: 24px;
    padding: 42px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

  /* subtle radial glow top-left */
  .ns-container::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(120, 80, 0, 0.45) 0%, transparent 70%);
    pointer-events: none;
  }

  .ns-heading {
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

 .ns-subtext {
    margin: 0 0 24px;
    position: relative;
    z-index: 1;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFFCC;
}

  /* ── Form ── */
  .ns-form-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .ns-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .ns-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF33;
    border-radius: 100px;
    padding: 6px 6px 6px 24px;
    gap: 32px;
    width: 100%;
    max-width:245px;
}

.ns-input {
    flex: 1;
    border: none;
    outline: none;
    min-width: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #fff;
    background:none;
}

  .ns-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
  }

 .ns-btn {
    line-height: 120%;
    padding: 8px 16px;
    background: #765100;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
    flex-shrink: 0;
    letter-spacing: -2%;
}
input.ns-input::placeholder {
    color: #FFFFFF66;
}


  .ns-btn:hover {
    background: #5e4408;
  }

  .ns-success {
    font-size: 0.85rem;
    color: #7ec87e;
    margin: 0;
  }

  .ns-error {
    font-size: 0.82rem;
    color: #e07070;
    margin: 0;
  }
  .blog-btn .btn-img{
  display:inline-block;
  animation: arrowMove 1.5s infinite;
}

.blog-btn .btn-img{
  display:inline-block;
  animation: scrollHint 2s infinite;
}

@keyframes scrollHint{
  0%{ transform: translateY(0); }

  10%{ transform: translateY(8px); }
  20%{ transform: translateY(0); }

  30%{ transform: translateY(8px); }
  40%{ transform: translateY(0); }

  100%{ transform: translateY(0); }
}
body.gradient.Trade.Resource .mine-channels .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}

.mine-kit {
    background: #F9F7F4;
}
span#badge-trade {
    background: #616980;
    color: #fff;
}
div#content-trade {
    gap: 8px;
}
div#content-trade p.hero-desc {
    margin-top: 8px;
    color: #fff;
    max-width: 754px;
}
body.gradient.Trade.Resource h2.cacao-title {
    margin: 0px 0px 12px;
}

body.gradient.Trade.Resource .cacao-header {margin-bottom: 24px;}
.mine-confidentiality p.cacao-subtitle {
    max-width: 56%;
}

/* wholesale */
section#whole-program span.cacao-badge {
    background: rgba(58, 38, 32, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    width: max-content;
    margin-bottom: 12px;
}

section#whole-program p.hero-desc {
    margin-bottom: 16px;
    
}

section#whole-program  .hero-trust {
    color: rgba(255, 255, 255, 0.8);
display:flex;
align-items:center;
margin-bottom:32px;
gap:10px;
    flex-wrap: wrap;
}
section#whole-program .hero-trust span{
    display: flex;
    align-items: center;
    gap: 4px;
}
section#whole-program a.btn-primary {
    color: rgba(255, 255, 255, 1);
    background: rgba(201, 161, 74, 1);
}
section#whole-program a.btn-secondary {
    color: #C9A14A;
}

section#whole-program .hero-content {
    flex: 0 0 54%;
}

section#whole-program .hero-image {
    flex: 0 0 44%;
    max-width: 571px;
}
h2.cacao-title{
  margin-bottom:12px;
}
.mine-advantage .approach-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 652px;
    margin: 0 auto;
}
.mine-advantage .approach-grid .approach-card:nth-child(1) {
    border: 1px solid #7B00FF;
    box-shadow: 0px 4px 4px 0px #7B00FF40;
    transform: rotateZ(-5deg);
    margin-bottom: 16px;
}
.mine-advantage .approach-grid .approach-card:nth-child(2){
    border: 1px solid #FFAE00;
    box-shadow: 0px 4px 4px 0px #FFAE0040;
}
.mine-advantage .approach-grid .approach-card:nth-child(3){
    border: 1px solid #66CCD0;
    box-shadow: 0px 4px 4px 0px #009BA140;
}
.mine-advantage .approach-grid .approach-card:nth-child(4){
    border: 1px solid #0075D4;
    box-shadow: 0px 4px 4px 0px #0075D440;

}
.mine-advantage {
    background: #F9F7F4;
}
.mine-advantage .approach-grid .approach-card:hover {
    transform: rotateZ(-5deg);
    margin-bottom: 16px;
}
.mine-advantage .approach-grid .approach-card {
    transition: all .2s ease;
}
p.ap-title {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.mine-supply .approach-card:nth-child(1) .ap-title {
    color: #FFAE00;
}
.mine-supply .approach-card:nth-child(2) .ap-title {
    color: #00A143;
}
.mine-supply .approach-card:nth-child(3) .ap-title {
    color: #765100;
}
.mine-supply .approach-card:nth-child(4) .ap-title {
    color: #7B00FF;
}

a.btn-new {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
    display: block;
    color: #765100;
    margin-top: 32px;
    text-decoration: none;
}
body.template-article header.custom-header {
    background: #2d1c1a;
    position: unset;
}
.mine-tradeac .approach-card .top-head {
    flex-direction: column;
    align-items: flex-start;
    gap:32px;
}
div#content-trad {
    gap: 0;
}
div#content-trad span#badge- {
    margin-bottom: 8px;
}
div#content-trad p.hero-desc {
    color: #fff;
}
.mine-happen .top-head {
    flex-direction: column;
    align-items: flex-start;
}
body.gradient.Trade.Account.Application p.wholesale-text {
    max-width: 500px;
    margin: 0 auto;
}

/* table */
.supply-compare {
    background: #F9F7F4;
    padding: 64px 20px;
  }

  .supply-compare__inner {
    max-width: 1090px;
    margin: 0 auto;
  }

 h2.supply-compare__title {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #291816;
    margin: 0 0 24px;
}

  .supply-compare__wrap {
    border: 1.5px solid #987935;
    border-radius: 14px;
    overflow: hidden;
  }

  .supply-compare__table {
    width: 100%;
    border-collapse: collapse;
  }

  .supply-compare__table thead tr {
    background: #987935;
  }

 .supply-compare__table thead th {
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
}
.supply-compare__table tbody tr.is-tinted {
    border-bottom: 1px solid #987935;
    border-top: 1px solid #987935;
}
.supply-compare__table tbody td span {
    color: #452F00 !important;
    font-size: 15px;
    font-weight:600;
}
span.supply-icon--partial {
    font-size: 25px !important;
}
  .supply-compare__table thead th:first-child {
    text-align: left;
    width:218px;
  }

  .supply-compare__table tbody td {
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
    text-align:center;
}

  .supply-compare__table tbody td:first-child {
    color: #2c2410;
    text-align: left;
  }
  .imgwtxt {
    display: flex;
    color: #FFFFFFCC;
    gap: 10px;
}

.textandimg {
    display: flex;
    gap: 4px;
    align-items:flex-start !important;
}

.textandimg img {
    height: 18px;
    width: 18px;
    margin-top:5px;
}
.imgwtxt {
    display: flex;
    color: #FFFFFFCC;
    gap: 10px;
    margin-bottom: 16px;
}

body.gradient.BULK.PRICING.STRUCTURE .all-hero .hero-overlay {
    background: #00000080 !important;
}
body.gradient.BULK.PRICING.STRUCTURE .all-hero .hero-content {
    gap: 0;
    max-width:100%;
    flex:0 0 100%;
}
body.gradient.BULK.PRICING.STRUCTURE .all-hero span.cacao-badge {
    background: #504000;
    margin-bottom: 8px;
}

body.gradient.BULK.PRICING.STRUCTURE p.hero-desc {
    max-width: 800px;
    color: #FFF;
    line-height: 120%;
    margin: 16px 0px;
}
.textandimg p {
    margin: 0;
    text-align:left;
}
a.hero-btn.hero-btn--outline {
    border: 1px solid #FFFFFF4D;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius:8px;
}
body.gradient.BULK.PRICING.STRUCTURE h1.hero-title {
    max-width: 600px;
}
.hero-btns {
    display: flex;
    gap: 16px;
}
.mine-formats p.cacao-subtitle {
    max-width: 100%;
}
.mine-ssurance .top-head {
    flex-direction: column;
    align-items: flex-start;
}
.mine-ssurance .approach-card {
    gap: 8px;
}
div#content-pro {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 20px;
}
div#content-pro h1.hero-title {
    max-width: 932px;
}
div#content-pro .cacao-badge {
    background: #3A2620;
}
div#content-pro p.hero-desc {
    max-width: 756px;
    margin-bottom: 16px;
}
div#content-pro .imgwtxt {
    margin-bottom: 32px;
}
body.gradient.Private.Label.Program .hero-banner {
    height: 700px;
}
.mine-prla .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}
.mine-operational {
    background: #F9F7F4;
}

.mine-operational p.cacao-subtitle {
    max-width: 773px;
}
.mine-operational p.ap-title {
    color: #987935;
}
.mine-prla p.cacao-subtitle {
    max-width: 744px;
}
div#private .cacao-badge {
    background: #563B00;
}

#private p.wholesale-text {
    color: #FFFFFFCC;
}
body.gradient.Distributor.Program a.btn-secondary ,section#whole-forcoffee a.btn-secondary{color: #C9A14A;}

body.gradient.Distributor.Program .hero-content span.cacao-badge, section#whole-forcoffee span.cacao-badge{
    background: #3A2620;
    color: #fff;
    margin-bottom: 12px;
    display: inline-block;
}

body.gradient.Distributor.Program p.hero-desc, section#whole-forcoffee p.hero-desc{
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 16px 0px;
}

body.gradient.Distributor.Program .hero-trust ,section#whole-forcoffee .hero-trust {
    margin-bottom: 32px;
    color: #FFFFFFCC !important;
    flex-wrap:wrap;
}
body.gradient.Distributor.Program .hero-trust span,section#whole-forcoffee .hero-trust span{
  display:flex;
  align-items:center;
  gap:4px;
}
.what-included .approach-card-icon {
    height: 100px;
    width: 100%;
}
body.gradient.Distributor.Program .what-included .approach-card-title,body.gradient.Distributor.Program .what-included p.approach-card-text {
    text-align: left;
    align-self: flex-start;
}
body.gradient.Distributor.Program .what-included {
    background: #F9F7F4;
}
body.gradient.Distributor.Program .what-included span.cacao-badge {
    background: #EFE6DA;
    color: #765100;
    display: inline-block;
    margin-bottom: 12px;
}
body.gradient.Distributor.Program .what-included p.cacao-subtitle {
    max-width: 726px;
}
.mine-regionals p.cacao-subtitle {
    max-width: 700px;
}
body.gradient.Distributor.Program .why-exis {
    align-items: center;
     gap:0;
}
.criteria-section{
padding:64px 20px;
}
section.criteria-section p.cacao-subtitle {
    text-align: center;
    max-width: 724px;
}
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
width: 100%;
  margin-top:24px;
}
.criteria-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #DADADA;
  padding: 12px;
  border-radius: 8px;
  text-align: left;
}

.criteria-text {
 font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 125%;
letter-spacing: 0%;
color:#000000;

}
span.criteria-icon {
    display: flex;
}
.criteria-item:last-child {
    grid-column: span 2;
}
body.gradient.Distributor.Program .wholesale-container span.cacao-badge {
    background: #563B00;
}
section#whole-forcoffee .hero-image {
    max-width: 646px;
    flex: 0 0 50%;
}
section#whole-forcoffee .hero-content {
    flex: 0 0 47%;
}

.mine-workus .top-head {
    flex-direction: column;
    text-align: left;
    gap: 24px;

}
.mine-workus .approach-card-icon {
    align-self: flex-end;
}
.mine-workus .approach-card-icon img {
    height: 76px;
    width: 76px;
}
.mine-workus h3.approach-card-title {
    align-self: flex-start;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.mine-workus .approach-card {
    gap: 8px;
    background: #F9F7F4;
    border: none;
}

.mine-workus p.approach-card-text {
    font-size: 16px;
    letter-spacing: 0%;
color:#505050;
}
.miws .cacao-container {
    padding: 64px 20px;
    max-width: 1130px;
    margin:0 auto;
}
section.vm-section{
    background:#F9F7F4;

}
section.vm-section .vm-container {
    max-width: 1440px;
margin:0 auto;
    padding: 64px ;
    text-align: center;
}

.vm-container {
    display: flex;
    gap:24px;
    align-items:center;
}

.vm-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    background: #2D1C1A;
    border-radius: 32px;
    padding: 24px 32px;
    justify-content: center;
    flex:0 0 50%;
}
.vm-right{
    flex:0 0 50%;
}
.vm-left .vm-badge {
    background: #FFAE0026;
    align-self: flex-start;
    padding: 9px 16px;
    border-radius: 100px;
    color: #FFAE00;
    font-family: Inter;
font-weight: 500;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;

}

h2.vm-heading {
    margin: 0;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}

p.vm-subtext {
    margin: 0;
    color: #fff;
    text-align: left;font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

svg.vm-check {
    width: 18px;
    height: 18px;
}

ul.vm-list {
    text-align: left;
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
}

li.vm-list-item {
    display: flex;
    align-items: center;
    gap: .5px;
    color: #C9A14A;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
}
p.vm-note {
    padding: 0;
    margin: 0;
    text-align: left;
    color: #FF4C00;
    font-family: Inter;
font-weight: 500;
font-style: Italic;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;

}
img.vm-image {
    max-width: 644px;
    width: 100%;
    height: 400px;
}
.main-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
   gap:12px;
}

.main-card-img {
    max-width: 319px;
    height: 158px;
    object-fit: cover;
    border-radius:16px;
    overflow:hidden;
}

.main-card-img img {
    height: 100%;
    width: 100%;
}

.mine-reatli-sec .approach-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mine-reatli-sec .approach-card{
    background:#F9F7F4;
}
.main-card:nth-child(3) .main-card-img {
    grid-column: 2;
 grid-row:2;
}
.main-card:nth-child(3) .approach-card  {
    grid-column: 1;
   grid-row:2;
}

.main-card:nth-child(4) .main-card-img {
    grid-column: 2;
 grid-row:2;
}
.main-card:nth-child(4) .approach-card  {
    grid-column: 1;
   grid-row:2;
}
.mine-reatli-sec .approach-card .top-head {
    flex-direction: column;
    align-items: self-start;
}
.mine-retail .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}
.img-twos {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#ret-use-case .vm-right {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 16px;
}
.img-ones img {
  height: 400px;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}
.img-twos img {
    height: 192px;
     width:100%;
    border-radius: 24px;
    object-fit: cover;
}

h2.vm-heading {
    text-align:left;
}
body.gradient.cacao.retail.store p.wholesale-text {
    color: #FFFFFFCC;
}
img.bs-ig {
    position: absolute;
        z-index: -1;

}
.mine-bg-img .approach-card {
    position: relative;
}
.mine-bg-img {
    background: #F9F7F4;
}
.mine-bg-img .approach-card .top-head{
    flex-direction:column;
    align-items:flex-start;
}
.mine-bg-img .approach-card:nth-child(1) img.bs-ig{
     top: -2px;
    right: 28px; 
     height:96px;
    width:96px
}
.mine-bg-img .approach-card:nth-child(2) img.bs-ig{
     bottom: -2px;
    right: 0px;  
   height:116px;
  width:116px;
}
.mine-bg-img .approach-card:nth-child(3) img.bs-ig,.mine-bg-img .approach-card:nth-child(4) img.bs-ig{
   top: -2px;
    right: 0px;  
   height:98px;
  width:98px;
}
.mine-bg-img.bg2 .approach-grid {
    max-width: 1090px !important;
    margin: 0 auto;
}

.mine-bg-img.bg2 .approach-card:nth-child(1) img.bs-ig {
    right: 16px;
     bottom:0px;
     top:unset;
    height:108px;
       width:108px;
}
.mine-bg-img.bg2 .approach-card:nth-child(2) img.bs-ig,.mine-bg-img.bg2 .approach-card:nth-child(3) img.bs-ig {
    right: 16px;
     bottom:20px;
     top:unset;
    height:120px;
       width:120px;
}
section#verset-herb .vm-container {flex-direction: row-reverse;}

section#verset-herb .vm-container img.vm-image {
    height: 300px;
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    max-width: 635px;
}

section#verset-herb .vm-container .vm-left {
    background: none;
    color: #000;
    gap: 12px;
}

section#verset-herb .vm-container .vm-left span.vm-badge {
    background: #EFE6DA;
    color: #765100;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

section#verset-herb  h2.vm-heading {
    color:#000;
}

section#verset-herb p.vm-subtext {
    color:#505050;
}

section#verset-herb li.vm-list-item {
    font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
color:#291816;

}

section#verset-herb p.vm-note {
color:#987935;
}
section#verset-herb{
    background:none;
}

section#verset-herb li.vm-list-item img {
    margin-right:4px;
}
.approach-section.mine-workus.end h3.approach-card-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.rm-section .cacao-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 42px;
    justify-content: center;
    max-width: 1312px;
    padding: 24px;
    background: #2D1C1A;
    border-radius: 32px;
    color: #fff;
}


.rm-right,.rm-left {
    flex: 0 0 48%;
}

.rm-right img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

span.rm-badge {
    padding: 9px 16px;
    background: #FFAE0026;
    border-radius: 100px;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFAE00;
}

h2.rm-heading {
    color: #fff;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 8px 0px 12px;
}

ul.rm-list {
    list-style-type: none;
    padding: 0;
}

li.rm-list-item {
    color: #FFAE00;
    display: flex;
    align-items: center;
    gap: 3.5px;
}
.rm-section {
    padding: 64px;
    background: #F9F7F4;
}

/*  */

body.gradient.direct.trade.cacao.supplier .hero-image {
    flex: 0 0 40% !important;
}

body.gradient.direct.trade.cacao.supplier .hero-content {
    flex: 0 0 58% !important;
}
.approach-section.new-dsn .cacao-container {
    display: flex;
    align-items: center;
}


.approach-section.new-dsn .approach-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 653px;
}

.approach-section.new-dsn .cacao-header {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width:594px;
}

.approach-section.new-dsn p.cacao-subtitle {
    text-align: left;
}

.approach-section.new-dsn {
    background: #F9F7F4;
}

.approach-section.new-dsn .approach-card {
    padding: 24px 16px;
    min-height: 174px;
}
.approach-section.new-dsn .approach-card:nth-child(1) {
    background:#2D1C1A;
   transform:rotateZ(-4.22deg);
    box-shadow: 0px 6px 4px 0px #2D1C1A80;
    margin-bottom:5px;
}
/* First card text color */
.approach-section.new-dsn .approach-card:nth-child(1) h3.approach-card-title,
.approach-section.new-dsn .approach-card:nth-child(1) .approach-card-text {
    color: #fff;
}

/* Hover effect for cards 2, 3, and 4 */
.approach-section.new-dsn .approach-card:nth-child(2):hover,
.approach-section.new-dsn .approach-card:nth-child(3):hover,
.approach-section.new-dsn .approach-card:nth-child(4):hover {
    background: #2D1C1A;
    transform: rotateZ(-4.22deg);
    box-shadow: 0px 6px 4px 0px #2D1C1A80;
    margin-bottom: 5px;
}

/* Change text color on hover for cards 2, 3, 4 */
.approach-section.new-dsn .approach-card:nth-child(2):hover h3.approach-card-title,
.approach-section.new-dsn .approach-card:nth-child(2):hover .approach-card-text,
.approach-section.new-dsn .approach-card:nth-child(3):hover h3.approach-card-title,
.approach-section.new-dsn .approach-card:nth-child(3):hover .approach-card-text,
.approach-section.new-dsn .approach-card:nth-child(4):hover h3.approach-card-title,
.approach-section.new-dsn .approach-card:nth-child(4):hover .approach-card-text {
    color: #fff;
}
section#verset-Compromise {
    background: #fff;
}

section#verset-Compromise .vm-left {
    padding: 42px 32px;
}

section#verset-Compromise h2.vm-heading {
    font-family: Playfair Display;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
}
section#verset-Compromise li.vm-list-item img {
    height: 24px;
    width: 24px;
}
section#verset-Compromise img.vm-image {
    border-radius: 32px;
}
.mine-uncertainty .approach-grid {
    max-width: 1090px;
    margin: 0 auto;
}

.mine-uncertainty {
    background: #F9F7F4;
}
.approach-section.new-dsn h2.cacao-title {
    text-align: left !important;
}
section#flag-grid .approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

section#flag-grid {
    background: #F9F7F4;
}
section#flag-grid .approach-card {
    background: none;
}

section#flag-grid .approach-card img {
    height: 40px;
    width: 52px;
}
section#flag-grid h3.approach-card-title {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}
section#flag-grid .approach-card a{
    font-family: Inter;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-decoration:none;
color:#765100; 

}
section#flag-grid span.cacao-badge {
    background: #FFEFCC;
    color: #2D1C1A;
}
.banner-badges {
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.banner-badges .b1 {
    background: #473100 !important;
}
.banner-badges .b2 {
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF33 !important;
}
div#content-sourced-sing p.hero-desc {
    margin-bottom: 16px;
}
div#content-sourced-sing a.hero-btn.hero-btn--outline {
    background: #FFFFFF33;
    border: 1px solid #FFFFFF4D;
    padding: 12px 64px;
}
.mine-indus {
    background: #F9F7F4;
}
.mine-indus .approach-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
.mine-indus p.cacao-subtitle {
    max-width: 802px;
}
.sourcing-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sourcing-content span.cacao-badge {
    margin-bottom: 8px;
}
.sourcing-content h2.cacao-title {
    margin-bottom: 12px;
    text-align:left;
}
.sourcing-content .feature-item img {
    height: 18px;
    width: 18px;
    align-self: center;
}
.sourcing-content .feature-item h4,.sourcing-content .feature-item p {
    margin: 0;
}

.sourcing-wrapper {
    display: flex;
  align-items: center;
  justify-content:space-between;
  gap:24px;
}

.sourcing-image {
    flex: 0 0 50%;
}
.sourcing-image img {
    max-width: 644px;
    height: 400px;
    border-radius: 32px;
    width: 100%;
}
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width:100%;
}

.feature-item {
  display: flex;
  gap: 10px;
}
.sourcing-content p.desc {
    margin: 0px 0px 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #505050;
}

.sourcing-content .feature-item h4 {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #291816;
    margin-bottom:4px;
}

.sourcing-content .feature-item p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #505050;
}
div#content-collection {}

div#content-collection .cacao-badge {
    background: #FFAE004D !important;
    color: #FFAE00;
}

#content-collection .banner-badges .text {
    color: #FFAE00 ;
}
.cacao-main {
    display: flex;
    gap: 24px;
    align-items: center;
}

.cacao-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 50%;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7px;
}

.grid-item {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 0.5px;
    color: #765100;
}

.grid-item img {
    height: 16px;
    width: 16px;
}

.grid-item p {
    margin: 0;
}

.cacao-left .cacao-badge {
    margin-bottom: 8px;
}

.cacao-left p.cacao-desc {
    margin: 0px 0px 12px;
}

.cacao-right img {
    max-width: 644px;
    width:100%;
    height: 400px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 32px;
}

.cacao-right {
    flex: 0 0 50%;
}
.price-per-item__container {
    display: flex;
    gap: 8px;
}

quantity-input.quantity {
    border: none !important;
    box-shadow: none !important;
    background: #362317;
    width: max-content;
    height: 48px;
    position: relative;
    padding: 6px;
    border-radius: 12px;
}

.quantity:before {background: none;box-shadow: none !important;border: none !important;}

.quantity:after {
    box-shadow: none;
}

quantity-input.quantity {
}

quantity-input.quantity button.quantity__button.disabled {
    background: #765100;
    height: 24px;
    width: 24px;
    color: #fff;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

button.quantity__button {
    background: #765100 !important;
    height: 24px;
    width: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.quantity__input {
    border: 1px solid #FFFFFF33;
    height: 36px !important;
    width: 36px !important;
    flex: 0;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    margin: 0px 8px;
}
body.gradient.template-product button#ProductSubmitButton-template--22030430306539__main {
    background: #765100;
    color: #fff;
    padding: 12px 24px !important;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
}
body.gradient.template-product .button:after {
    box-shadow: none;
}
.mine-my-bgc,.mine-bg-form {
    background: #F9F7F4;
}
.mine-bg-form  .klaviyo-form {
    background: #F9F7F4 !important;
}

label.quantity__label.form__label {
    display: none;
}
product-form.product-form {
    margin: 0 !important;
}
.product__title h1 {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
}
body.gradient.template-product .page-width {
    max-width: 1440px;
    padding: 64px;
}
.product--medium .thumbnail-list {
    grid-template-columns: repeat(4, 1fr) !important;
}
span.price-item.price-item--regular {
    font-family: Inter;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFAE00;
}
p.product__text.inline-richtext.subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
}
.product__info-container,.grid__item.product__media-wrapper{
  max-width:624px !important;
}
.rating-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin:0px !important;
}
h3.desc-para {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin:0px;
}
.my-sec {
    padding: 24px 0px;
    border-top: 1px solid #FFFFFF33;
}
.rating-wrapper p {
    margin: 0;
}
.thumbnail img {
    height: 100px !important;
    border-radius:8px !important; 
    width: 100%;
    object-fit: cover;
}
.para-main p {
    margin: 12px 0px;
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
font-size:16px;
}
modal-opener.product__modal-opener.product__modal-opener--image {
   max-height:400px;
}

.product__media.media.media--transparent img {
    max-height: 400px !important;
    object-fit:contain;
}
.thumbnail-list__item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    margin: 0 !important;
    padding: 0 !important;
    height: 100px !important;
    /* border-radius: 24px !important; */
}
.cacao-header .cacao-badge {
    margin-bottom: 8px;
    display: inline-block;
}
@media (max-width: 1400px) {
.main-grid {
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 1260px) {
  body.gradient.direct.trade.cacao.supplier .hero-image {
    flex: 0 0 50% !important;
}

body.gradient.direct.trade.cacao.supplier .hero-content {
    flex: 0 0 45% !important;
}
.header-logo img{
height:45px;
}
body.gradient.cacao.retail.store .hero-buttons {
    flex-direction: column;
    text-align: center;
}
section#whole-forcoffee .hero-buttons {
    text-align: center;
    flex-direction: column;
}
button.aps-btn.aps-btn--outline,a.aps-btn.aps-btn--solid{
    flex: 0 0 100% !important;
}
}
@media (max-width: 1024px) {
  .footer-container{
    gap:0 !important;
  }
  section#ret-use-case .vm-container {
    flex-direction: column;
}
  .main-card:nth-child(3) .main-card-img {
    grid-column: unset;
 grid-row:unset;
}
.main-card:nth-child(3) .approach-card  {
    grid-column:unset;
   grid-row:unset;
}

.main-card:nth-child(4) .main-card-img {
    grid-column:unset;
 grid-row:unset;
}
.main-card:nth-child(4) .approach-card  {
    grid-column: unset;
   grid-row:unset;
}

  .main-card {
    grid-template-columns: 1fr;
}

.main-card-img {
    max-width: 100%;
}
  .hero-section {
    padding: 130px 0px 60px;
}

.hero-image img {
    height: 400px;
}
div#content-pro .imgwtxt {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.imgwtxt {flex-wrap: wrap;}
  .header-container {
    padding: 10px 64px;
    flex-wrap: wrap;
    height: auto;
    position: relative;
  }

  .hamburger {
    display: flex;
    order: 3;
    margin-left: 15px;
  }

  .header-logo {
    order: 1;
    flex: 1;
  }

  .header-icons {
    order: 2;
  }

  .wholesale-btn {
    /* display: none; */
  }

  .header-nav {
    order: 4;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .header-nav.open {
    max-height: 100vh;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255,255,255,0.12);
    background:#2D1C1A;
  }

  .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 0;
  }

  .header-nav > ul > li {
    width: 100%;
  }

  .header-nav > ul > li > a {
    padding: 13px 16px;
    font-size: 16px;
    border-radius: 0;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color:#fff;
  }

  /* Mobile Submenu */
  .dropdown {
    display: block;
    position: static;
    background: rgba(0,0,0,0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    animation: none;
  }

  .dropdown.open {
    max-height: 500px;
  }

  .dropdown li a {
    padding: 11px 16px 11px 32px;
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .dropdown li a:hover {
    padding-left: 38px;
  }

  .header-nav > ul > li.submenu-open .arrow {
    transform: rotate(180deg);
  }
  .header-logo img {
    height: 46px;
}
.icon-left{
    gap:0;
    margin-right:10px;
}
.footer-container {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    gap: 40px;
}
.approach-grid {
    grid-template-columns: 1fr 1fr;
}
}
 @media (max-width: 900px) {
  .cacao-main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cacao-left {
    justify-content: center;
    align-items: center;
}
  div#content-sourced-sing {
    flex: 0 0 100% !important;
    max-width: 87%;
}

.sourcing-wrapper {
    flex-direction: column;
}

.sourcing-content {
    align-items: center;
}

.features {width: unset;}

.sourcing-content p.desc {
    text-align: center;
}
  .rm-section {
    padding: 40px 20px;
}
body.gradient.BULK.PRICING.STRUCTURE .all-hero .hero-content {
    max-width: 794px;
}
.textandimg{
  flex:0 0 47.5%;
}
.hero-btns {
    display: flex;
    gap: 16px;
}
    .bl-grid {
      grid-template-columns: repeat(2, 1fr);
    }

.hero-container a.btn-primary,.hero-container a.btn-secondary {
    padding: 8px 16px;
    font-size: 14px;
}

h2.hero-title {
    font-size: 26px;
}

section.hero-section {
    padding: 60px 0px 0px;
}

section.cacao-origin {
    padding: 20px;
}

.origin-content {
    flex: 0 0 50%;
}

.origin-image {
    flex: 0 0 45%;
}
.hero-container {
    padding:50px 20px 20px;

}

section#whole-program {
    padding: 90px 0px 0px;
}

h1.hero-title {
    font-size: 32px;
}

.hero-image img {
    height: 350px;
}

.cacao-container {
    padding: 20px;
}

.approach-grid {
    grid-template-columns: 1fr 1fr;
}
h2.rm-heading{
  font-size:32px;
}

  }
/* ---------- SMALL TABLET (≤768px) ---------- */
@media (max-width: 768px) {
  .footer-container{
    justify-items:unset !important;
  }
  body.gradient.template-product .page-width {
    padding: 20px ;
}
.product__info-wrapper {
    padding-left: 20px !important;
}
.product__title h1 {
    font-size: 32px;
}

span.price-item.price-item--regular {
    font-size: 22px;
}
.product__info-wrapper {
    padding-left: 20px;
}
  section#flag-grid .approach-grid,.mine-indus .approach-grid{

    grid-template-columns: 1fr 1fr;
}
  .vm-container {
    flex-direction: column-reverse !important;
      padding: 0px !important;
  gap:0px;
}

img.vm-image {
    max-width: 100% !important;
    height:auto;
}
.rm-section .cacao-container {
    flex-direction: column-reverse;
}

.rm-right, .rm-left {
    flex: 0 0 100%;
}

.rm-right img {
    height: auto;
    width: 100%;
}

  h2.rm-heading,section#verset-Compromise h2.vm-heading{
  font-size:26px;
}
.approach-section.new-dsn .cacao-container {
    flex-direction: column;
  
}
  section.criteria-section {
    padding: 20px;
}
   .criteria-grid {
    grid-template-columns: 1fr;
  }
  .criteria-item:last-child{
    grid-column:unset;
  }
  .textandimg {
    justify-content: center;
}
  body.gradient.BULK.PRICING.STRUCTURE .all-hero .hero-content {
    padding: 0px 20px;
}
  h2.supply-compare__title {
    font-size: 26px;
}
  .supply-compare__wrap {
    overflow-x: scroll;
}
  table.supply-compare__table td {
    min-width: 161px;
}
  .gc-layout {
    padding: 20px;
}

section.gc-related {
    padding: 20px;
}

.gc-related-grid {
    display: flex;
    width: 100%;
    overflow-x: scroll;
     -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;  
}

a.gc-related-card {
    flex: 0 0 42%;
}
  section#whole-program .hero-content {
    flex: 0 0 100%;
}
.hero-content {
    flex: 0 0 100%;
}

.hero-image {
    flex: 0 0 100%;
}

.hero-container {
    gap: 20px;
    flex-wrap: wrap-reverse;
}
section#whole-program .hero-image {
    flex: 0 0 100%;
}

section#whole-program .hero-container {
    flex-wrap: wrap-reverse;
    gap:20px;
}
  h2.featured-title {
    font-size: 26px;
}
.hero-buttons {
    gap: 5px;
    flex-wrap:wrap;
}
a.featured-btn {
    font-size: 12px;
}

span.read-time {
    font-size: 12px;
}

.featured-article-wrapper {
    flex-direction: column;
}

.featured-article-image img {
    height: 100%;
}

section.featured-article-section {
    padding: 20px;
}

h1.bl-main-title {
    font-size: 26px;
}
   .timeline-line {
    left: 24px;
  }

  .timeline-row {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto;
    min-height: auto;
    margin-bottom: 24px;
  }

  .timeline-row--right .timeline-card-wrap,
  .timeline-row--left  .timeline-card-wrap  {
    order: 2;
    justify-self: start;
    padding-left: 16px;
    padding-right: 0;
  }

  .timeline-row--right .timeline-icon-wrap,
  .timeline-row--left  .timeline-icon-wrap  {
    order: 1;
    grid-row: 1;
  }

  .timeline-row--right .timeline-empty-wrap,
  .timeline-row--left  .timeline-empty-wrap {
    display: none;
  }

  .timeline-card {
    transform: rotate(0deg);
    max-width: 100%;
  }
   .wholesale-bg-icon {
    width: 160px;
    height: 160px;
    right: -20px;
    opacity: 0.12;
  }
    h1.hero-title {
    font-size: 32px;
}
.hero-image img{
    max-height:350px;
}
h2.cacao-title {
    font-size: 26px;
}
.card-content h3 {
    font-size: 20px;
}

.why-cacao-grid .cacao-card {
    flex: 0 0 48%;
}
.why-cacao-grid {
    flex-wrap: wrap;
}
h2.wholesale-title {
    font-size:28px;
}
.hero-section{
    padding:60px 0px;

}
.custom-footer{
    padding:30px;
}
.cacao-container,.hero-container{

padding:30px;

}
  .header-container {
    padding: 0 30px;
  }

  .header-logo img {
    height: 36px;
  }

  .icon-left {
    gap: 6px;
  }

  .icon-left a {
    width: 32px;
    height: 32px;
  }

  .icon-left img {
    width: 18px;
    height: 18px;
  }
  .footer-col:not(.footer-about) h4 {
    font-size: 14px;
    font-weight: 400;
}
img.footer-logo {
    margin: 0;
}
.footer-bottom .footer-container {
    padding: 0px;
}
 .footer-container {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 32px 16px 20px;
  }

  /* About col - no accordion */
  .footer-col.footer-about {
    grid-column: 1;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 4px;
  }

  /* Menu + contact cols */
  .footer-col:not(.footer-about) {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  /* H4 accordion toggle */
  .footer-col:not(.footer-about) h4 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    margin: 0;
    padding: 16px 0;
    border-bottom: none;
  }

  /* + icon */
  .footer-col:not(.footer-about) h4::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    transition: color 0.2s ease;
    line-height: 1;
    flex-shrink: 0;
  }

  /* - icon when open */
  .footer-col:not(.footer-about) h4.open::after {
    content: '−';
    color: #c8a97e;
  }

  /* Hide ul by default */
  .footer-col:not(.footer-about) ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    margin: 0;
    gap: 0;
  }

  /* Open state */
  .footer-col:not(.footer-about) ul.accordion-open {
    max-height: 500px;
    padding-bottom: 16px;
    gap: 10px;
  }

  /* Bottom bar */
  .footer-bottom .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .footer-logo {
    height: 38px;
  }
    .footer-container {
    padding: 0;
  }

  .footer-col:not(.footer-about) h4 {
    font-size:16px;
    padding: 14px 0;
  }

  .footer-col ul li a,
  .footer-contact ul li {
    font-size: 14px;
  }

  .footer-bottom p {
    font-size: 14px;
  }
  .cacao-container, .hero-container{
    padding:20px;
  }
  .footer-bottom .footer-container p{
    font-size:12px;
    margin:0;
  }
  .approach-grid {
    grid-template-columns: 1fr 1fr;
}
.featured-footer {
    flex-direction: column;
}

.ns-section {
    padding: 20px;
}

h2.ns-heading {
    font-size: 26px;
}
 .quality-grid {
    grid-template-columns: 1fr;
}
.quality-content {
    margin-bottom: 20px;
} 
section.vm-section {padding: 20px;}
img.vm-image,section#verset-herb .vm-container img.vm-image {
    height: auto;
}
.vm-right{
  flex:0 0 100%;
}
}

@media (max-width: 567px) {
  .klaviyo-form form{
padding:0 !important;
}
  .slider.slider--mobile{
    height:280px !important;
    margin:0px !important;
    overflow-y:visible !important;
  }
  .product__info-wrapper{
    padding:0 !important;
  }
  .product__media-list {
    height: 350px;
}
  div#content-collection .banner-badges {
    flex-direction: column;
}

.main-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 8px;
}

.cacao-right img {
    height: 250px;
}
  .banner-badges .b2 {
    display: none;
}

.sourcing-image img {
    height: 200px;
}

.sourcing-content h2.cacao-title {
    text-align: center;
}

.features {
    grid-template-columns: 1fr;
}

    section#flag-grid .approach-grid,.mine-indus .approach-grid{

    grid-template-columns: 1fr ;
}
.approach-section.new-dsn .approach-grid {
    grid-template-columns: 1fr;
    padding: 20px 15px;
}

body.gradient.direct.trade.cacao.supplier .hero-content,body.gradient.direct.trade.cacao.supplier .hero-image {
    flex: 0 0 100% !important;
}
.main-card,#ret-use-case .vm-right  {
    grid-template-columns: 1fr;
}

.main-card-img {
    max-width: 100%;
}

 .mine-reatli-sec .approach-grid {
      grid-template-columns: 1fr;
 }



.vm-container {flex-direction: column-reverse;text-align: left;}



h2.vm-heading {
    font-size: 24px;
}

p.vm-subtext {
    line-height: 20px;
}

section#whole-forcoffee .hero-content {
    flex: 0 0 100%;
}

section#whole-forcoffee .hero-image {
    flex: 0 0 100%;
}
  .imgwtxt {
    gap: 2px;
}

.textandimg p {
    font-size: 12px;
}

.textandimg {
    justify-content: flex-start;
}

.hero-btns {
    flex-direction: column;
    margin: 0px 0px 23px;
    gap:8px;
}

a.hero-btn.hero-btn--primary {
    text-align: center;
    display: block;
}
  a.gc-related-card {
    flex: 0 0 75%;
}
  .mine-advantage .approach-grid {
    grid-template-columns: 1fr;
    padding: 20px 5px;
}
  .ns-container {
      padding: 40px 20px;
    }

    .ns-input-group {
      flex-direction: column;
      border-radius: 12px;
      padding: 12px 16px;
      gap: 10px;
    }

    .ns-btn {
      width: 100%;
      text-align: center;
      border-radius: 8px;
    }
   .bl-grid {
      grid-template-columns: 1fr;
    }

    .bl-pagination {
      flex-direction: column;
      align-items: center;
    }

    .bl-page-info {
      text-align: center;
    }
  .enquiry .all-hero .hero-content .hero-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;    
}

.enquiry .all-hero .hero-content {
    flex: 0 0 100%;
}

.enquiry .all-hero .hero-content a.hero-btn.hero-btn--primary {
  display:block;
  width:100%;
}
  section#farmer-substain .farmer-content {
    flex: 0 0 100%;
}

section#farmer-substain .farmer-image-wrap {
    flex: 0 0 100%;
}

section#farmer-substain .farmer-inner {
    flex-wrap: wrap-reverse;
}

.bento-row {
    flex-direction: column;
}
      .quality-grid {
    grid-template-columns: 1fr;
}
.hamburger {
margin-left:0;
}
  section.wholesale-cta .wholesale-btn{
    margin:0;
  }
.hero-container {flex-wrap: wrap-reverse;}
.hero-image img {
    width: 100%;
    height: 290px;
}
.hero-image,.hero-content {
    flex: 0 0 100%;
}
.hero-container {
    padding: 20px;
}
h1.hero-title {
    font-size: 28px;
    margin-top: 20px;
}
.hero-buttons {
    gap: 5px;
}
a.btn-primary,a.btn-secondary {
    padding: 10px 15px;
    font-size:10px;
    width:100%;
    text-align:center;
}
.hero-trust img {
    margin-top: 3px;
}
.hero-trust {
    align-items: self-start;
    font-size: 12px;
}
p.hero-desc {
    margin-bottom: 16px;
    font-weight:400!important;
}
section.hero-section {
    padding: 50px 0px 20px;
}
h2.cacao-title {font-size: 24px;}
.cacao-header {
    margin-bottom: 28px;
}
.cacao-grid {
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    scrollbar-width: none;
}
.cacao-card {
    flex: 0 0 90%;
    margin-bottom:10px;
}
.why-cacao-grid {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
.why-cacao-grid .cacao-card {
    flex: 0 0 80%;
}
h2.hero-title {
    font-size: 28px;
}
.origin-content,.origin-image  {
    flex: 0 0 100%;
}

section.cacao-origin .hero-container {
    flex-wrap: wrap;
}
section.cacao-origin {
    padding: 20px 0px;
}
.wholesale-container {
    padding: 0px 15px;
}
h2.wholesale-title {
    font-size: 24px;
}
.wholesale-box {
    padding: 27px 17px;
}

  .header-container {
    padding: 0 20px;
    gap: 0px;
  }

  .header-logo img {
    height: 38px;
    margin-top: 8px;
  }

  .header-logo a {
    font-size: 1.1rem;
  }

  .icon-left {
    gap: 4px;
  }

  .header-nav > ul > li > a {
    font-size: 15px;
    padding: 12px 12px;
    color:#fff;
  }

  .dropdown li a {
    padding: 10px 12px 10px 26px;
  }
  .custom-header .wholesale-btn{
    display:none;
  }
  footer.custom-footer {
    padding: 20px;
}
.footer-container {
    padding: 0;
}
.footer-col:not(.footer-about) h4 {
    font-size: 14px;
    font-weight: 400;
}
img.footer-logo {
    margin: 0;
}
.footer-bottom .footer-container {
    padding: 0px;
}
 .footer-container {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 32px 16px 20px;
  }

  /* About col - no accordion */
  .footer-col.footer-about {
    grid-column: 1;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 4px;
  }

  /* Menu + contact cols */
  .footer-col:not(.footer-about) {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  /* H4 accordion toggle */
  .footer-col:not(.footer-about) h4 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    margin: 0;
    padding: 16px 0;
    border-bottom: none;
  }

  /* + icon */
  .footer-col:not(.footer-about) h4::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    transition: color 0.2s ease;
    line-height: 1;
    flex-shrink: 0;
  }

  /* - icon when open */
  .footer-col:not(.footer-about) h4.open::after {
    content: '−';
    color: #c8a97e;
  }

  /* Hide ul by default */
  .footer-col:not(.footer-about) ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    margin: 0;
    gap: 0;
  }

  /* Open state */
  .footer-col:not(.footer-about) ul.accordion-open {
    max-height: 500px;
    padding-bottom: 16px;
    gap: 10px;
  }

  /* Bottom bar */
  .footer-bottom .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .footer-logo {
    height: 38px;
  }
    .footer-container {
    padding: 0;
  }

  .footer-col:not(.footer-about) h4 {
    font-size:16px;
    padding: 14px 0;
  }

  .footer-col ul li a,
  .footer-contact ul li {
    font-size: 14px;
  }

  .footer-bottom p {
    font-size: 14px;
  }
  .cacao-container, .hero-container{
    padding:20px;
  }
  .footer-bottom .footer-container p{
    font-size:12px;
    margin:0;
  }
  .all-hero .hero-content {
    flex: 0 0 100%;
    max-width: 90%;
    gap: 0;
}
h2.why-exist-heading {
    font-size: 24px;
}
.approach-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    overflow: scroll;
}

.wholesale-btns {
    flex-direction: column;
    align-items:center;
}
a.wholesale-btn.wholesale-btn--primary,section.wholesale-cta .wholesale-btn {
    font-size: 14px;
    padding:8px 16px;
    width:100%;
}
article.cacao-blog {
    padding: 0 !important;
}
}



















/* ============================================================
   SCROLL ANIMATIONS — paste at end of your existing CSS file
   ============================================================ */

/* ---------- BASE STATES (hidden before animation) ---------- */
[data-anim] {
  will-change: transform, opacity;
}

/* Fade Up (default) */
[data-anim="fade-up"] {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Fade Down */
[data-anim="fade-down"] {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Fade Left */
[data-anim="fade-left"] {
  opacity: 0;
  transform: translateX(-56px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Fade Right */
[data-anim="fade-right"] {
  opacity: 0;
  transform: translateX(56px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Zoom In */
[data-anim="zoom-in"] {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Flip Up (card style) */
[data-anim="flip-up"] {
  opacity: 0;
  transform: perspective(600px) rotateX(14deg) translateY(32px);
  transition: opacity 0.7s ease,
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- VISIBLE STATE (added by JS) ---------- */
[data-anim].anim-visible {
  opacity: 1;
  transform: none;
}

/* ---------- STAGGER DELAYS (for grid children) ---------- */
[data-stagger] > * { opacity: 0; transform: translateY(36px); transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1); }
[data-stagger].anim-visible > *:nth-child(1) { opacity:1; transform:none; transition-delay: 0.05s; }
[data-stagger].anim-visible > *:nth-child(2) { opacity:1; transform:none; transition-delay: 0.15s; }
[data-stagger].anim-visible > *:nth-child(3) { opacity:1; transform:none; transition-delay: 0.25s; }
[data-stagger].anim-visible > *:nth-child(4) { opacity:1; transform:none; transition-delay: 0.35s; }
[data-stagger].anim-visible > *:nth-child(5) { opacity:1; transform:none; transition-delay: 0.45s; }
[data-stagger].anim-visible > *:nth-child(n+6) { opacity:1; transform:none; transition-delay: 0.55s; }

/* ---------- HERO SECTION — entry animations (no scroll needed) ---------- */
.hero-section .hero-title,
.all-hero .hero-content > * {
  animation: heroSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-section .hero-title         { animation-delay: 0.1s; }
.hero-section .hero-desc          { animation-delay: 0.22s; }
.hero-section .hero-buttons       { animation-delay: 0.34s; }
.hero-section .hero-trust         { animation-delay: 0.44s; }
.hero-section .hero-image         { animation: heroFadeIn 1s 0.3s cubic-bezier(0.22,1,0.36,1) both; }

.all-hero .hero-content > *:nth-child(1) { animation-delay: 0.1s; }
.all-hero .hero-content > *:nth-child(2) { animation-delay: 0.22s; }
.all-hero .hero-content > *:nth-child(3) { animation-delay: 0.34s; }
.all-hero .hero-content > *:nth-child(4) { animation-delay: 0.44s; }

@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: scale(0.96) translateX(20px); }
  to   { opacity: 1; transform: scale(1) translateX(0); }
}

/* ---------- CARD HOVER LIFT (enhance existing) ---------- */
.cacao-card,
.approach-card {
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.35s ease,
              border-color 0.3s ease;
}

.cacao-card:hover {
  transform: translateY(-6px) scale(1.01) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
}

.approach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.1);
  border-color: #C9A14A55;
}

/* ---------- BADGE PULSE on load ---------- */
span.cacao-badge {
  animation: badgePop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: 0.5s;
}

@keyframes badgePop {
  from { opacity: 0; transform: scale(0.7); }
  to   { opacity: 1; transform: scale(1); }
}

/* ---------- BUTTON SHIMMER on hover ---------- */
.btn-primary,
.wholesale-btn,
.hero-btn {
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
.wholesale-btn::after,
.hero-btn::after {
  content: '';
  position: absolute;
  top: 0; left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.22) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: none;
  pointer-events: none;
}

.btn-primary:hover::after,
.wholesale-btn:hover::after,
.hero-btn:hover::after {
  left: 130%;
  transition: left 0.55s ease;
}

/* ---------- ORIGIN IMAGE PARALLAX HINT ---------- */
.origin-image img {
  transition: transform 0.1s linear;
}

/* ---------- FOOTER REVEAL ---------- */
.footer-col {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.footer-col.anim-visible {
  opacity: 1;
  transform: none;
}

.footer-col:nth-child(1) { transition-delay: 0.05s; }
.footer-col:nth-child(2) { transition-delay: 0.15s; }
.footer-col:nth-child(3) { transition-delay: 0.25s; }
.footer-col:nth-child(4) { transition-delay: 0.35s; }
.footer-col:nth-child(5) { transition-delay: 0.45s; }

/* ---------- WHOLESALE BOX GLOW PULSE ---------- */
.wholesale-box {
  animation: none;
}
.wholesale-box.anim-visible {
  animation: boxGlow 2.5s 0.6s ease infinite alternate;
}

@keyframes boxGlow {
  from { box-shadow: 0 0 0px rgba(201,161,74,0); }
  to   { box-shadow: 0 0 40px rgba(201,161,74,0.18); }
}

/* ---------- SECTION HEADING LINE DRAW ---------- */
.cacao-title,
.why-exist-heading,
.wholesale-title {
  position: relative;
}

/* ---------- REDUCE MOTION SUPPORT ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-anim],
  [data-stagger] > *,
  .hero-section .hero-title,
  .hero-section .hero-desc,
  .hero-section .hero-buttons,
  .hero-section .hero-trust,
  .hero-section .hero-image,
  .footer-col,
  span.cacao-badge {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


@media screen and (max-width: 768px) {
    .table-scroll {
        display: block !important;
        max-width: 330px !important;
        overflow-x: auto !important; /* Force horizontal scroll */
        white-space: nowrap; /* Prevent text wrapping if needed */
    }

    .origin-table {
        min-width: 600px !important; /* Table ko chhota hone se rokta hai taaki scroll trigger ho */
        width: 100% !important;
    }
    .rte table {
    table-layout: unset !important;
}
.wrapper{
  padding:0px !important;
}
}

   .rte table {
    table-layout: unset !important;
}