.dl-order-choice {
  margin: 0 0 24px;
  background: #fff;
}

.dl-order-choice__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 8px 16px 0 0;
}

.dl-order-choice__title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dl-order-choice__title {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.dl-order-choice__help {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #dfc6a7;
  color: #fff;
  cursor: pointer;
  font-size: 8px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.dl-order-choice__help:hover,
.dl-order-choice__help[aria-expanded="true"] {
  background: #c7a985;
  color: #fff;
}

.dl-order-choice__intro {
  display: none;
}

.dl-order-choice__explanation {
  display: none;
  margin: 0 0 12px;
  padding: 16px;
  border-radius: 8px;
  background: #f7f1eb;
  color: #000;
  font-size: 12px;
  line-height: 22px;
}

.dl-order-choice__explanation.is-visible {
  display: block;
}

.dl-order-choice__primary {
  margin-bottom: 14px;
}

.dl-order-choice__form-slot {
  margin-bottom: 18px;
}

.dl-order-choice__form-slot .choose-card {
  margin-bottom: 0 !important;
}

body.dl-order-choice-active .pdp-usp-price-text {
  display: none !important;
}

.dl-order-choice__trigger-wrap {
  margin: 0 0 18px;
}

.dl-order-choice__open-options {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #000;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dl-order-choice__open-options:hover,
.dl-order-choice__open-options[aria-expanded="true"] {
  border-color: #c7a985;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.dl-order-choice__open-visual {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl-order-choice__open-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dl-order-choice__open-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.dl-order-choice__open-title {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.dl-order-choice__open-text,
.dl-order-choice__open-selected {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}

.dl-order-choice__open-selected {
  font-weight: 700;
}

.dl-order-choice__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 8px 0;
}

.dl-order-choice__card {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 122px;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #000;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dl-order-choice__card:hover {
  border-color: #c7a985;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.dl-order-choice__card.is-selected {
  border-color: #c7a985;
  box-shadow: 0 0 0 2px rgba(223, 198, 167, 0.45);
}

.dl-order-choice__visual {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  color: #7e8798;
  font-size: 1.35rem;
}

.dl-order-choice__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dl-order-choice__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.dl-order-choice__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.dl-order-choice__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.dl-order-choice__eyebrow {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.dl-order-choice__name {
  display: block;
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.dl-order-choice__text {
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 22px;
}

.dl-order-choice__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 8px 16px;
  background: #f7f3ef;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.dl-order-choice__notice {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-left: 4px solid #8a7564;
  border-radius: 12px;
  background: #f7f1eb;
  color: #4d433d;
  line-height: 1.45;
}

.dl-order-choice__notice-title {
  display: block;
  margin-bottom: 4px;
  color: #2f2926;
  font-weight: 700;
}

.dl-order-choice__contact-link {
  display: inline-flex;
  margin-top: 10px;
  color: #4d433d;
  font-weight: 700;
  text-decoration: underline;
}

body.dl-order-choice-offcanvas-open {
  overflow: hidden;
}

.dl-order-choice__offcanvas-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.32);
}

.dl-order-choice__offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: flex;
  width: min(520px, 100vw);
  max-width: 100%;
  flex-direction: column;
  background: #fff;
  box-shadow: -12px 0 32px rgba(0, 0, 0, 0.16);
  transform: translateX(100%);
  transition: transform 220ms ease;
  outline: 0;
}

.dl-order-choice__offcanvas.is-open {
  transform: translateX(0);
}

.dl-order-choice__offcanvas-header {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #ececec;
}

.dl-order-choice__offcanvas-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}

.dl-order-choice__offcanvas-title {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.dl-order-choice__offcanvas-close {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.dl-order-choice__offcanvas-close::before,
.dl-order-choice__offcanvas-close::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
  width: 18px;
  height: 2px;
  background: #000;
}

.dl-order-choice__offcanvas-close::before {
  transform: rotate(45deg);
}

.dl-order-choice__offcanvas-close::after {
  transform: rotate(-45deg);
}

.dl-order-choice__offcanvas-selected {
  margin: 14px 0 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.dl-order-choice__offcanvas-selected span {
  font-weight: 700;
}

.dl-order-choice__offcanvas-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 20px 96px;
}

.dl-order-choice__offcanvas-confirm {
  position: sticky;
  bottom: 0;
  padding: 12px 20px 20px;
  border-top: 1px solid #ececec;
  background: #fff;
}

.dl-order-choice__offcanvas-form-slot {
  color: #000;
  font-size: 13px;
  line-height: 22px;
}

.dl-order-choice__digital-variants {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}

.dl-order-choice__digital-variants-title {
  margin: 0 0 8px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.dl-order-choice__digital-variants-list {
  display: grid;
  gap: 8px;
}

.dl-order-choice__digital-variant {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
}

.dl-order-choice__digital-variant.is-selected {
  border-color: #c7a985;
  box-shadow: 0 0 0 2px rgba(223, 198, 167, 0.35);
}

.dl-order-choice__digital-variant input {
  flex: 0 0 auto;
}

.dl-order-choice__offcanvas-form-slot .choose-card {
  margin-bottom: 0 !important;
}

.dl-order-choice__offcanvas-form-slot .choose-card-container {
  display: block !important;
  width: 100%;
}

.dl-order-choice__offcanvas-form-slot .choose-card-form,
.dl-order-choice__offcanvas-form-slot .choose-card-btn {
  width: 100%;
}

.dl-order-choice__offcanvas-form-slot .choose-card-btn {
  display: flex !important;
}

.dl-order-choice__offcanvas-form-slot .js-save-design-favorite {
  display: none !important;
}

@media (max-width: 767.98px) {
  body.dl-order-choice-active .choose-card-container-b {
    display: none !important;
  }

  body.dl-order-choice-active .choose-card-container {
    display: block !important;
  }

  body.dl-order-choice-active .choose-card-container .choose-card-btn {
    display: flex !important;
    width: 100%;
  }

  .dl-order-choice__header {
    align-items: flex-start;
    padding-right: 0;
  }

  .dl-order-choice__card {
    min-height: 112px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .dl-order-choice__visual {
    width: 72px;
    height: 72px;
  }

  .dl-order-choice__row {
    flex-direction: column;
    gap: 8px;
  }

  .dl-order-choice__price {
    min-width: 0;
  }

  .dl-order-choice__open-options {
    grid-template-columns: 64px minmax(0, 1fr) 18px;
    min-height: 88px;
    gap: 12px;
  }

  .dl-order-choice__open-visual {
    width: 64px;
    height: 64px;
  }

  .dl-order-choice__offcanvas {
    width: 100vw;
  }

  .dl-order-choice__offcanvas-header {
    padding: 16px 16px 14px;
  }

  .dl-order-choice__offcanvas-body {
    padding: 12px 16px 92px;
  }

  .dl-order-choice__offcanvas-confirm {
    padding: 12px 16px 16px;
  }
}
