.footer.color-scheme-2,
.shopify-section .footer,
.section--footer{display:none !important;}

.section:has(.dh-footer){padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;}
.section:has(.dh-footer) > .page-width,
.section:has(.dh-footer) .shopline-section__inner,
.section:has(.dh-footer) .rte{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;}
.section:has(.dh-footer) > .page-width{display:block !important;}
.section:has(.dh-footer) .shopline-section__inner{display:block !important;}

.dh-footer{
  display:block;width:100%;max-width:100%;
  background-color:var(--dh-f-bg,#f9f9fa);
  color:var(--dh-f-orange,#dc4213);
  box-sizing:border-box;
}
.dh-footer *{box-sizing:border-box;}
.dh-footer__body{
  max-width:1600px;margin:0 auto;padding:24px 32px;
}
.dh-footer__cols{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:32px 40px;align-items:start;
}
.dh-footer__col{min-width:0;}
.dh-footer__col--menu{min-width:0;}
.dh-footer__col--msg{min-width:0;grid-column:auto;}
.dh-footer__title{
  font-family:'Clever','Syne',Georgia,serif;
  font-size:22.5px;line-height:27px;font-weight:700;letter-spacing:0.5px;
  color:var(--dh-f-orange,#dc4213);
  margin:0 0 20px;padding:0;text-transform:none;
}
.dh-footer ul.dh-footer__links{list-style:none !important;margin:0;padding:0;}
.dh-footer ul.dh-footer__links li{list-style:none !important;}
.dh-footer ul.dh-footer__links li::marker{content:none !important;}
.dh-footer__links li{margin:0 0 8px;}
.dh-footer__links li:last-child{margin-bottom:0;}
.dh-footer__links a,
.dh-footer__text a{
  font-family:'GalanoGrotesque','Helvetica Neue',Arial,sans-serif;
  font-size:18px;line-height:27px;font-weight:400;letter-spacing:normal;
  color:var(--dh-f-orange,#dc4213);text-decoration:none;text-transform:none;
  transition:opacity .15s ease;
}
.dh-footer__links a:hover,
.dh-footer__text a:hover{opacity:.7;text-decoration:underline;}
.dh-footer__text{
  font-family:'GalanoGrotesque','Helvetica Neue',Arial,sans-serif;
  font-size:18px;line-height:27px;font-weight:400;color:var(--dh-f-orange,#dc4213);
}
.dh-footer__text p{margin:0 0 12px;}
.dh-footer__text p:last-child{margin-bottom:0;}
.dh-footer__text a strong{font-weight:700;}
.dh-footer__aside{
  max-width:1600px;margin:0 auto;padding:0 32px 24px;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;
}
.dh-footer__pay{
  display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;align-items:center;
}
.dh-footer__pay li{margin:0;padding:0;line-height:0;}
.dh-footer__pay svg{display:block;width:38px;height:24px;}
.dh-footer .dh-footer__pay{list-style:none !important;padding-left:0 !important;margin:0 !important;}
.dh-footer .dh-footer__pay>li{list-style:none !important;}
.dh-footer .dh-footer__pay>li::marker{content:none !important;}

@media (max-width:768px){
  .dh-footer__body{padding:24px 16px !important;}
  .dh-footer__cols{grid-template-columns:1fr !important;gap:28px !important;}
  .dh-footer__col,
  .dh-footer__col--menu,
  .dh-footer__col--msg{flex:1 1 100% !important;width:100% !important;max-width:100% !important;}
  .dh-footer__aside{padding:0 16px 24px !important;justify-content:center !important;}
}
