.ddm-instance-main-mobile {
  --ddm-drawer-width: 100vw;
  --ddm-drawer-max-width: 100vw;
  --ddm-drawer-background: #c9af5e;
  --ddm-panel-background: #12110e;
  --ddm-overlay-background: #000000;
  --ddm-overlay-opacity: 0;
  --ddm-row-background: #12110e;
  --ddm-row-active-background: #2d2a25;
  --ddm-row-text-color: #ffffff;
  --ddm-row-font-size: 18px;
  --ddm-row-line-height: 1.3;
  --ddm-row-height: 52px;
  --ddm-row-padding-x: 18px;
  --ddm-row-text-inset-left: 22px;
  --ddm-submenu-row-text-inset-left: 50px;
  --ddm-chevron-size: 24px;
  --ddm-row-chevron-inset-right: 16px;
  --ddm-chevron-offset-x: 0px;
  --ddm-parent-font-weight: 700;
  --ddm-child-font-weight: 400;
  --ddm-heading-font-weight: 700;
  --ddm-border-color: #e8e4de;
  --ddm-icon-color: #ffffff;
  --ddm-divider-color: #2d2a25;
  --ddm-row-border-width: 0px;
  --ddm-row-border-color: transparent;
  --ddm-drawer-shadow: 8px 0 25px rgba(0,0,0,.12);
  --ddm-z-index: 9999;
  --ddm-header-height: 90px;
  --ddm-header-background: #12110e;
  --ddm-header-border-color: #2d2a25;
  --ddm-header-alignment: center;
  --ddm-logo-width: 185px;
  --ddm-logo-height: auto;
  --ddm-logo-text-size: 16px;
  --ddm-logo-text-color: #111111;
  --ddm-logo-text-font-weight: 700;
  --ddm-header-button-color: #ffffff;
  --ddm-header-button-size: 28px;
  --ddm-header-control-width: max(50px, 24px);
  --ddm-close-button-offset-x: -6px;
  --ddm-header-stroke-width: 2;
  --ddm-trigger-color: #FFFFFF;
  --ddm-trigger-size: 30px;
  --ddm-trigger-background: transparent;
  --ddm-trigger-padding: 0px;
  --ddm-trigger-stroke-width: 2;
  --ddm-trigger-alignment: left;
  --ddm-footer-height: 48px;
  --ddm-footer-background: #242018;
  --ddm-footer-border-color: #12110e;
  --ddm-footer-font-size: 16px;
  --ddm-footer-font-weight: 400;
  --ddm-footer-icon-size: 18px;
  --ddm-footer-icon-gap: 7px;
  --ddm-footer-icon-stroke-width: 2;
  --ddm-footer-icon-offset-x: 0px;
  --ddm-footer-icon-offset-y: 0px;
  --ddm-footer-label-offset-x: 0px;
  --ddm-footer-slot-1-icon-size: var(--ddm-footer-icon-size);
  --ddm-footer-slot-1-icon-offset-x: var(--ddm-footer-icon-offset-x);
  --ddm-footer-slot-1-icon-offset-y: var(--ddm-footer-icon-offset-y);
  --ddm-footer-slot-1-icon-stroke-width: var(--ddm-footer-icon-stroke-width);
  --ddm-footer-slot-2-icon-size: var(--ddm-footer-icon-size);
  --ddm-footer-slot-2-icon-offset-x: var(--ddm-footer-icon-offset-x);
  --ddm-footer-slot-2-icon-offset-y: var(--ddm-footer-icon-offset-y);
  --ddm-footer-slot-2-icon-stroke-width: var(--ddm-footer-icon-stroke-width);
  --ddm-search-padding-x: 22px;
  --ddm-search-padding-top: 24px;
  --ddm-search-kicker-color: #c9af5e;
  --ddm-search-kicker-font-size: 13px;
  --ddm-search-heading-color: #ffffff;
  --ddm-search-heading-font-size: 24px;
  --ddm-search-heading-line-height: 1.15;
  --ddm-search-input-height: 50px;
  --ddm-search-input-background: #ffffff;
  --ddm-search-input-text-color: #12110e;
  --ddm-search-input-placeholder-color: #6d675b;
  --ddm-search-input-border-color: #3a362e;
  --ddm-search-input-focus-border-color: #c9af5e;
  --ddm-search-input-radius: 3px;
  --ddm-search-input-border-width: 0px;
  --ddm-search-input-border-style: solid;
  --ddm-search-input-font-size: 16px;
  --ddm-search-button-height: 50px;
  --ddm-search-button-radius: 3px;
  --ddm-search-button-border-width: 0px;
  --ddm-search-button-border-style: solid;
  --ddm-search-button-border-color: var(--ddm-search-button-background);
  --ddm-search-button-hover-border-color: var(--ddm-search-button-hover-background);
  --ddm-search-button-background: #c9af5e;
  --ddm-search-button-text-color: #12110e;
  --ddm-search-button-hover-background: #d8c572;
  --ddm-search-button-font-size: 15px;
  --ddm-search-button-font-weight: 800;
  --ddm-search-gap: 12px;
  --ddm-search-form-max-width: 420px;
  --ddm-search-form-margin-left: 0;
  --ddm-search-form-margin-right: auto;
  --ddm-duration: 500ms;
  --ddm-forward-duration: 500ms;
  --ddm-back-duration: 500ms;
  --ddm-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --ddm-panel-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --ddm-panel-peek: 44px;
  --ddm-shadow-depth: 8px;
}
.ddm-root .ddm-trigger-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  width: var(--ddm-trigger-size);
}
.ddm-root .ddm-trigger-icon span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}
.ddm-root .ddm-trigger-icon span:nth-child(1) {
  width: 75%;
}
.ddm-root .ddm-trigger-icon span:nth-child(2) {
  width: 100%;
}
.ddm-root .ddm-trigger-icon span:nth-child(3) {
  width: 55%;
}
