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

.dh-brand-target{display:block;width:100%;max-width:100%;background:var(--tv-bg,#fcfaf6);overflow:hidden;}
.dh-brand-target *{box-sizing:border-box;}

.dh-brand-target .dh-tv__row{display:flex;flex-direction:column;width:100%;}
.dh-brand-target .dh-tv__text{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;min-height:460px;}
.dh-brand-target .dh-tv__inner{max-width:520px;width:100%;display:flex;flex-direction:column;align-items:center;}
.dh-brand-target .dh-tv__heading{font-family:"Clever",Georgia,serif;font-weight:700;font-size:32px;line-height:36px;letter-spacing:.5px;color:var(--tv-text,#140d0e);margin:0 0 28px;}

.dh-brand-target a.dh-tv__cta{display:inline-flex !important;align-items:center !important;justify-content:center !important;font-family:"GalanoGrotesque",sans-serif !important;font-weight:700 !important;font-size:14px !important;line-height:1 !important;letter-spacing:1.4px !important;text-decoration:none !important;padding:16px 32px !important;border-radius:8px !important;background:var(--tv-cta-bg,#1b0e0b) !important;color:var(--tv-cta-text,#fcfaf6) !important;border:none !important;min-height:48px !important;transition:transform .15s ease-out,box-shadow .15s ease-out !important;will-change:transform;}
.dh-brand-target a.dh-tv__cta:hover{transform:translateY(-1px) !important;box-shadow:rgba(0,45,30,.15) 0 4px 12px !important;}
.dh-brand-target a.dh-tv__cta:active{transform:translateY(0) !important;box-shadow:none !important;transition-duration:0ms !important;}

.dh-brand-target .dh-tv__media{width:100%;max-width:100%;position:relative;height:460px;overflow:hidden;background:var(--tv-media-bg,#1b0e0b);}
.dh-brand-target .dh-tv__media video,.dh-brand-target .dh-tv__media img{display:block;width:100%;height:100%;object-fit:cover;}

@media (min-width:750px){
  .dh-brand-target .dh-tv__row{flex-direction:row;align-items:stretch;}
  .dh-brand-target .dh-tv__text{flex:0 0 50%;max-width:50%;padding:48px 40px;min-height:780px;}
  .dh-brand-target .dh-tv__heading{font-size:42px;line-height:46px;}
  .dh-brand-target .dh-tv__media{flex:0 0 50%;max-width:50%;height:780px;}
}
@media (prefers-reduced-motion:reduce){
  .dh-brand-target a.dh-tv__cta{transition:none !important;}
}
.dh-brand-target .dh-tv__eyebrow{font-family:"Clever",Georgia,serif;font-weight:700;font-size:16px;line-height:18px;letter-spacing:1px;color:var(--tv-text,#140d0e);margin:0 0 14px;}
.dh-brand-target .dh-tv__body{font-family:"GalanoGrotesque",sans-serif;font-weight:400;font-size:16px;line-height:24px;color:var(--tv-text,#140d0e);margin:0 0 28px;max-width:460px;}
.dh-brand-target .dh-tv__body p{margin:0;}
