#discount_product_list.gift-picker-modal .modal-dialog {
  width: min(100%, 560px);
  max-width: 560px;
}

#discount_product_list.gift-picker-modal .modal-content {
  background: #f6f7f8;
}

#discount_product_list.gift-picker-modal .modal-header {
  position: sticky;
  z-index: 4;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 15px 18px;
  border-bottom: 1px solid #eceef1;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

#discount_product_list .gift-picker-heading {
  min-width: 0;
  margin-right: auto;
}

#discount_product_list .gift-picker-heading__eyebrow {
  display: block;
  margin-bottom: 2px;
  color: #9298a3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#discount_product_list .gift-picker-heading .modal-title {
  margin: 0;
  color: #2e3238;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.2;
}

#discount_product_list .gift-picker-summary {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--storebgVar, #39393e);
  color: var(--storecolorVar, #fff);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

#discount_product_list.gift-picker-modal .modal-header .close {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  place-items: center;
  border-radius: 50%;
  background: #f0f1f3;
  color: #6c727d;
  font-size: 27px;
  opacity: 1;
}

#discount_product_list.gift-picker-modal .modal-body {
  padding: 14px;
}

#discount_product_list .gift-picker-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  padding: 11px 12px;
  border: 1px solid #eadfc2;
  border-radius: 12px;
  background: #fffaf0;
  color: #76643b;
  font-size: 13px;
  line-height: 1.5;
}

#discount_product_list .gift-picker-notice__icon {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  place-items: center;
  border-radius: 50%;
  background: #e4c36c;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

#discount_product_list .gift-picker-rule {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(38, 44, 54, 0.05);
}

#discount_product_list .gift-picker-rule__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 11px;
}

#discount_product_list .gift-picker-rule__title {
  margin: 0;
  color: #30343a;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

#discount_product_list .gift-picker-rule__badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f0f1f3;
  color: #636a75;
  font-size: 11px;
  font-weight: 700;
}

#discount_product_list .gift-picker-choice-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 14px 10px;
  color: #6f7681;
  font-size: 13px;
}

#discount_product_list .gift-product-choice-hint {
  flex: 0 0 auto;
  color: var(--storebgVar, #39393e);
  font-weight: 750;
}

#discount_product_list .gift-picker-products {
  display: grid;
  gap: 9px;
  padding: 0 12px 12px;
}

#discount_product_list .gift-picker-product {
  position: relative;
  display: grid;
  grid-template-columns: 28px 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 78px;
  margin: 0;
  padding: 10px;
  border: 1.5px solid #e2e5e9;
  border-radius: 13px;
  background: #fff;
  color: #30343a;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

#discount_product_list .gift-picker-product:hover {
  border-color: #b9bec7;
  transform: translateY(-1px);
}

#discount_product_list .gift-picker-product.is-static,
#discount_product_list .gift-picker-product.is-static:hover {
  cursor: default;
  transform: none;
}

#discount_product_list .gift-picker-product.is-selected {
  border-color: var(--storebgVar, #39393e);
  background: color-mix(in srgb, var(--storebgVar, #39393e) 6%, #fff);
  box-shadow: 0 0 0 1px var(--storebgVar, #39393e);
}

#discount_product_list .gift-picker-product.is-disabled {
  background: #f6f6f7;
  color: #989da6;
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

#discount_product_list .gift-picker-product__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

#discount_product_list .gift-picker-product__check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1.5px solid #c8ccd2;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  font-size: 15px;
  font-weight: 800;
}

#discount_product_list .gift-picker-product.is-selected .gift-picker-product__check {
  border-color: var(--storebgVar, #39393e);
  background: var(--storebgVar, #39393e);
  color: var(--storecolorVar, #fff);
}

#discount_product_list .gift-picker-product__image {
  display: grid;
  width: 58px;
  height: 58px;
  overflow: hidden;
  place-items: center;
  border: 1px solid #eceef1;
  border-radius: 10px;
  background: #f4f5f6;
  color: #a4a9b1;
  font-size: 22px;
}

#discount_product_list .gift-picker-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#discount_product_list .gift-picker-product__body {
  min-width: 0;
}

#discount_product_list .gift-picker-product__name {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#discount_product_list .gift-picker-product__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
}

#discount_product_list .gift-picker-product__qty,
#discount_product_list .gift-picker-product__stock,
#discount_product_list .gift-picker-product__selected-count {
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

#discount_product_list .gift-picker-product__qty {
  background: #eef7ec;
  color: #4e8247;
}

#discount_product_list .gift-picker-product__stock {
  background: #fff2e3;
  color: #b36616;
}

#discount_product_list .gift-picker-product__stock.is-out {
  background: #f7e8ea;
  color: #b44a58;
}

#discount_product_list .gift-picker-product__selected-count {
  background: color-mix(in srgb, var(--storebgVar, #39393e) 10%, #fff);
  color: var(--storebgVar, #39393e);
}

#discount_product_list .gift-choice-qty {
  display: none;
  align-items: center;
  overflow: hidden;
  margin-left: auto;
  border: 1px solid #d9dce1;
  border-radius: 8px;
  background: #fff;
}

#discount_product_list .gift-product-choice-group.is-multi-choice .gift-choice-qty {
  display: inline-flex;
}

#discount_product_list .gift-choice-qty__button {
  display: grid;
  width: 27px;
  height: 27px;
  padding: 0;
  place-items: center;
  border: 0;
  background: #f1f2f4;
  color: #454b54;
  font-size: 16px;
  line-height: 1;
}

#discount_product_list .gift-choice-qty__button:disabled {
  color: #c3c6cb;
  cursor: not-allowed;
}

#discount_product_list .gift-choice-qty__value {
  min-width: 28px;
  color: #30343a;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

#discount_product_list .gift-picker-rule__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid #eceef1;
  background: #fafafa;
}

#discount_product_list .gift-picker-rule.has-choice-error {
  border-color: #d96874;
}

#discount_product_list .gift-picker-condition {
  min-width: 0;
  color: #6f7681;
  font-size: 12px;
  line-height: 1.45;
}

#discount_product_list .gift-picker-condition strong {
  display: block;
  color: #40454d;
  font-size: 12px;
}

#discount_product_list.gift-picker-modal .gift-picker-footer {
  position: sticky;
  z-index: 4;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 14px max(12px, env(safe-area-inset-bottom));
  border-top: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
}

#discount_product_list .gift-picker-confirm {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 750;
}

#discount_product_list .gift-picker-confirm.is-loading {
  cursor: wait;
  opacity: 0.72;
}

#discount_product_list .gift-picker-submit-error {
  width: 100%;
  margin: 0 0 9px;
  padding: 9px 11px;
  border: 1px solid #edb7bd;
  border-radius: 10px;
  background: #fff2f3;
  color: #a23d49;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

@media (max-width: 575.98px) {
  #discount_product_list.gift-picker-modal .modal-dialog {
    width: 100%;
    max-width: none;
  }

  #discount_product_list.gift-picker-modal .modal-header {
    min-height: 70px;
    padding: 12px 14px;
  }

  #discount_product_list .gift-picker-heading .modal-title {
    font-size: 19px;
  }

  #discount_product_list.gift-picker-modal .modal-body {
    padding: 12px;
  }

  #discount_product_list .gift-picker-rule__footer {
    align-items: flex-end;
  }

  #discount_product_list .gift-picker-product {
    grid-template-columns: 26px 52px minmax(0, 1fr);
    min-height: 72px;
    padding: 9px;
  }

  #discount_product_list .gift-picker-product__image {
    width: 52px;
    height: 52px;
  }
}
