.section:has(.dh-brand-ingredient){padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;background-color:var(--ing-bg,#fbfaf6) !important;}
.section:has(.dh-brand-ingredient) > .page-width,
.section:has(.dh-brand-ingredient) .shopline-section__inner,
.section:has(.dh-brand-ingredient) .rte{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;}
.section:has(.dh-brand-ingredient) > .page-width{display:block !important;}
.section:has(.dh-brand-ingredient) .shopline-section__inner{display:block !important;}

.dh-brand-ingredient{--ing-bg:#fbfaf6;--ing-text:#140d0e;display:block;width:100%;max-width:100%;background:var(--ing-bg);}
.dh-brand-ingredient *{box-sizing:border-box;}
.dh-brand-ingredient .dh-ing__wrap{max-width:1200px;margin:0 auto;padding:36px 16px;display:grid;grid-template-columns:1fr;gap:28px;align-items:start;}
.dh-brand-ingredient .dh-ing__heading{font-family:var(--ing-heading-font,"GalanoGrotesque",sans-serif) !important;font-weight:700 !important;font-size:var(--ing-heading-size,36px);line-height:var(--ing-heading-lh,40px);letter-spacing:var(--ing-heading-ls,-.96px) !important;color:var(--ing-heading-color,#140d0e);margin:0 0 16px;}
.dh-brand-ingredient .dh-ing__intro{font-family:"GalanoGrotesque",sans-serif;font-weight:400;font-size:16px;line-height:26px;color:var(--ing-text);margin:0;max-width:520px;}
.dh-brand-ingredient .dh-ing__intro p{margin:0;}
.dh-brand-ingredient .dh-ing__list{display:flex;flex-direction:column;gap:18px;}
.dh-brand-ingredient details.dh-ing__item{border-radius:14px;background:transparent;overflow:hidden;transition:background .2s ease;}
.dh-brand-ingredient details.dh-ing__item:hover{background:var(--ing-hover-bg,#f6f3e1);}
.dh-brand-ingredient details.dh-ing__item[open]{background:var(--ing-hover-bg,#f6f3e1);}
.dh-brand-ingredient .dh-ing__trigger{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;cursor:pointer;}
.dh-brand-ingredient .dh-ing__trigger::-webkit-details-marker{display:none;}
.dh-brand-ingredient .dh-ing__trigger-left{display:flex;align-items:center;gap:16px;min-width:0;}
.dh-brand-ingredient .dh-ing__thumb{flex:0 0 auto;width:68px;height:68px;border-radius:50%;object-fit:cover;display:block;}
.dh-brand-ingredient .dh-ing__title{font-family:"GalanoGrotesque",sans-serif;font-weight:700;font-size:16px;line-height:19px;letter-spacing:2px;color:var(--ing-title-color,#111111);}
.dh-brand-ingredient .dh-ing__caret{flex:0 0 auto;width:28px;height:28px;color:var(--ing-title-color,#111111);transition:transform .25s ease;}
.dh-brand-ingredient details[open] .dh-ing__caret{transform:rotate(180deg);}
.dh-brand-ingredient .dh-ing__panel{padding:0 16px 16px 84px;font-family:"GalanoGrotesque",sans-serif;font-weight:400;font-size:15px;line-height:1.6;color:var(--ing-panel-color,#2a2a2a);}
.dh-brand-ingredient .dh-ing__panel p{margin:0;}
@media (max-width:749px){
  .dh-brand-ingredient .dh-ing__panel{padding-left:0 !important;}
  .dh-brand-ingredient .dh-ing__heading{font-family:var(--ing-heading-font,"GalanoGrotesque",sans-serif) !important;font-size:var(--ing-heading-size-mobile,34px) !important;line-height:var(--ing-heading-lh-mobile,36px) !important;letter-spacing:var(--ing-heading-ls-mobile,-.68px) !important;}
}
@media (min-width:990px){
  .dh-brand-ingredient .dh-ing__wrap{grid-template-columns:1fr 1fr;gap:48px;padding:60px 20px;}
  .dh-brand-ingredient .dh-ing__heading{font-family:var(--ing-heading-font,"GalanoGrotesque",sans-serif) !important;font-size:var(--ing-heading-size-desk,48px) !important;line-height:var(--ing-heading-lh-desk,50px) !important;}
}
@media (prefers-reduced-motion:reduce){
  .dh-brand-ingredient .dh-ing__caret,.dh-brand-ingredient details.dh-ing__item{transition:none !important;}
}
