.ewck-default-select {
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  cursor: pointer;
  line-height: 1.1;
}

.ewck-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 2px solid #000;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.ewck-bogo-plus-w {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ewck-s-atc-q-s {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  width: 100px;
  height: 37px;
  border: 1px solid #8a8a8a;
  text-align: center;
}

.ewck-scd-m-b {
  display: block !important;
  background: #000;
  opacity: 0.3;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ewck-scd-m-w {
  padding-top: 1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 720px;
  height: auto;
  max-height: 600px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ewck-scd-m-t-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1.25rem;
}

.ewck-scd-i-w {
  width: 22px;
  height: 22px;
}

.ewck-scd-t-i {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ewck-scd-m-t {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.ewck-scd-m-c {
  display: none;
}

.ewck-scd-m-c-b {
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.ewck-scd-m-l-p {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.ewck-scd-m-l-s {
  color: #000;
  text-decoration: underline;
}

.ewck-scd-m-d {
  display: block !important;
  width: 100%;
  height: 2px;
  background-color: lightgray;
  margin-top: 8px;
}

.ewck-scd-m-c-w {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  overflow-y: auto;
}

.ewck-ab-c-b {
  position: absolute;
  top: 2px;
  right: 7px;
  color: #696868;
  cursor: pointer;
}

.ewck-e-c-b {
  padding: 4px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2px;
}

.ewck-ab-e-c-i {
  height: 24px;
  border: 1px solid #b89f9f;
  border-radius: 2px;
}

.ewck-ab-e-c-i.ewck-ab-e-e {
  border: 2px solid red;
  margin: -1px;
  animation-name: email-error;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 2s;
}

.ewck-bogo-w {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 2px;
}

.ewck-bogo-t {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.ewck-bogo-p-w {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ewck-bogo-b-p,
.ewck-bogo-g-p {
  display: flex;
  gap: 8px;
  background: #fff;
  padding: 6px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}

.ewck-bogo-b-p-i-w,
.ewck-bogo-g-p-i-w {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 2px;
}

.ewck-bogo-b-p-img,
.ewck-bogo-g-p-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 60px;
}

.ewck-bogo-b-p-t,
.ewck-bogo-g-p-t {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ewck-bogo-b-p-p {
  font-size: 13px;
}

.ewck-bogo-g-p-p {
  font-size: 13px;
}

.ewck-bogo-swap-w {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 8px;
  margin-top: -2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ewck-bogo-atc-b-w {
  display: flex;
  justify-content: center;
}

.ewck-bogo-atc-b {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.ewck-bogo-atc-b:hover {
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.ewck-bogo-cart-w {
  width: fit-content;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  background: #e7eef1b2;
  padding: 8px;
  border-radius: 6px;
  margin-top: 2px;
}

.ewck-bogo-cart-prod-w {
  display: flex;
  gap: 4px;
}

.ewck-bogo-cart-img-w {
  width: 32px;
  height: 32px;
  border: 1px solid lightgray;
  border-radius: 2px;
  min-width: 32px;
}

.ewck-bogo-cart-p-i {
  width: 100%;
  height: auto;
  max-height: 32px;
  object-fit: cover;
}

.ewck-bogo-cart-info-w {
  display: flex;
  flex-direction: column;
}

.ewck-bogo-cart-item-title {
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ewck-bogo-cart-price-w {
  margin-top: -2px;
}

.ewck-bogo-cart-v-s {
  max-width: 110px;
  font-size: 10px;
}

.ewck-bogo-cart-atc {
  padding: 4px 6px;
  width: min-content;
  text-wrap: nowrap;
  border-radius: 3px;
  border: none;
  font-weight: 500;
  font-size: 10px;
  cursor: pointer;
  margin-top: 6px;
}

.ewck-bogo-hc-p-t {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 4px 8px;
}

.ewck-vd-w {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ewck-vd-wt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.ewck-vd-wb {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ewck-vd-tb {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ewck-vd-tb-pw {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ewck-vd-tb-cw {
  display: flex;
  align-content: space-between;
  padding: 10px 12px;
  cursor: pointer;
}

.ewck-vd-tb-sq-ti {
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.ewck-vd-tb-tr {
  height: 18px;
  width: 18px;
  margin: 0px;
}

.ewck-vd-tb-sw {
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.ewck-vd-tb-s-t-w {
  margin: 4px 0 8px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.ewck-vd-tb-sb {
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
}

.ewck-vd-atc-btn {
  width: 100%;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  color: #000;
  transition: all 0.1s;
  position: relative;
}

.ewck-vd-atc-btn:hover,
.ewck-combo-atc-btn:hover {
  box-shadow:
    rgb(14, 30, 37, 0.3) 0px 0px 0px 2px,
    rgb(14, 30, 37, 0.8) 0px 0px 0px 1px;
}

.ewck-vd-cart-w {
  padding: 4px 8px;
  width: min-content;
  white-space: nowrap;
  margin-top: 2px;
}

.ewck-or-c {
  margin-bottom: 32px;
}

.ewck-or-w {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
}

.ewck-or-pbb {
  display: block;
  height: 12px;
  border-radius: 6px;
  position: relative;
  margin-right: 70px;
}

.ewck-or-pbl {
  display: block !important;
  height: 100%;
  border-radius: 6px;
}

.ewck-or-iw {
  margin-top: -35px;
  position: relative;
  z-index: 1;
  margin-left: 64px;
}

.ewck-or-icon-w {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.ewck-or-icon-svg-w {
  width: 40px;
  height: 40px;
}

.ewck-or-icon-svg-w-gift {
  padding: 8px;
}

.ewck-or-icon-bg {
  border-radius: 50%;
  padding: 4px;
  width: min-content;
  display: flex;
  justify-content: end;
}
.ewck-av-w {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 22px;
  max-width: 620px;
  z-index: 10;
}

.ewck-av-single-btn,
.ewck-av-multiple-btn-1,
.ewck-av-multiple-btn-2 {
  width: 100%;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-weight: bold;
  max-width: 200px;
}

.ewck-av-ow {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000c8;
  z-index: 9;
  backdrop-filter: blur(16px);
}

.ewck-combo-w {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
}

.ewck-combo-wb {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.ewck-combo-pw {
  display: flex;
  gap: 8px;
  background-color: #fff;
  padding: 6px;
  border-radius: 4px;
  position: relative;
}

.ewck-combo-iw {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 2px;
}

.ewck-combo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 72px;
  border-radius: 2px;
}

.ewck-combo-icon-pw {
  width: 24px;
  height: 24px;
  margin: -2px auto;
  z-index: 1;
}

.ewck-combo-summ-w {
  margin-top: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 8px;
  gap: 6px;
}

.ewck-combo-atc-btn {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.ewck-pb-i-w {
  width: 48px;
  max-height: 32.66px;
  border: 1px solid lightgray;
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.ewck-sn-w {
  max-width: 400px;
  padding: 10px;
  position: fixed;
  transition: all 1s ease-in-out;
  z-index: 999;
}

.ewck-sn-iw {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0 5px 15px #00000040;
}

.ewck-sn-c-b {
  position: absolute;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
}

.ewck-sn-nb {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.ewck-sn-img-w {
  width: 74px;
  height: 74px;
  min-width: 74px;
  overflow: hidden;
}

.ewck-sn-info-w {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  gap: 2px;
}

.ewck-sn-info-ei {
  margin-block: 4px 6px;
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  align-items: center;
}

.ewck-sn-info-svg-w {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: center;
}

.ewck-sn-info-svg-w svg {
  margin-top: 1px;
}

.ewck-sn-info-nt,
.ewck-sn-info-pt,
.ewck-pao-pt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
}

.ewck-sn-pb {
  display: block !important;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ewck-sn-info-pt-a {
  text-decoration: none;
}

.ewck-tcc-w {
  margin-block: 10px;
}

#ewck-tcc-checkbox {
  margin: 0 8px 5px 0;
  vertical-align: middle;
}

.ewck-tcc-label {
  font-size: 15px;
  display: inline-block;
}

.ewck-tcc-error {
  display: none;
  color: red;
  line-height: 1.3;
  font-size: 15px;
}

.ewck-pao-min-adons-error,
.ewck-pao-max-adons-error {
  color: red;
}

.ewck-pop-info-dis:hover {
  text-decoration: underline;
}

.ewck-bogo-dropbtn {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 4px;
}

.ewck-bogo-dropbtn:hover {
  background-color: #f1f1f1;
}

.ewck-bogo-dropdown-content {
  display: none;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 160px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ewck-bogo-swap-content span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  @supports (-webkit-line-clamp: 1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.ewck-bogo-swap-content {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.ewck-bogo-swap-content:hover {
  background-color: #f1f1f1;
}

.ewck-bogo-swap-img {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 2px;
  overflow: hidden;
}

.ewck-bogo-discount-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
}

.ewck-bogo-discount-table th {
  padding: 8px;
  width: 50%;
}

.ewck-bogo-discount-table td {
  border-left: 1px solid #e5e5e9;
  border-bottom: 1px solid #e5e5e9;
  border-right: 1px solid #e5e5e9;
  padding: 8px;
  width: 50%;
}

.ewck-bogo-discount-table thead tr {
  background-color: #f2f2f2;
}

.ewck-bogo-discount-table tbody {
  font-weight: 600;
}

.ewck-bogo-discount-table thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.ewck-bogo-discount-table thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.ewck-bogo-discount-table tbody tr td:first-child {
  border-right: none;
}

.ewck-bogo-discount-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.ewck-bogo-discount-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.ewck-bogo-discount-table thead tr {
  background-color: #f2f2f2;
}

.ewck-cu-w {
  margin-inline: 10px;
}

.ewck-cu-he-pa {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.ewck-cu-product-container,
.ewck-pcs-product-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ewck-cu-list-layout {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-x: auto;
}

.ewck-cu-product-container.carousel-layout,
.ewck-pcs-product-container.carousel-layout {
  flex-direction: row;
}

.ewck-cu-product-container.list-layout,
.ewck-pcs-product-container.list-layout {
  flex-direction: column;
  overflow-x: unset;
}

.ewck-cu-product-container > *,
.ewck-pcs-product-container > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 200px;
  text-align: center;
}

.ewck-cu-product-container::-webkit-scrollbar {
  display: none;
}

.ewck-cu-carousel-button {
  padding: 4px 8px;
  color: rgb(0, 0, 0);
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  background-color: transparent;
  border-radius: 6px;
}

.ewck-cu-carousel-button-enabled.ewck-cu-carousel-button:active {
  background-color: #ebebeb;
}

.ewck-cu-carousel-button-disabled {
  display: none;
}

.ewck-cu-carousel-button.ewck-cu-carousel-button-prev {
  left: 10px;
}

.ewck-cu-carousel-button.ewck-cu-carousel-button-next {
  right: 10px;
}

.ewck-upsell-product-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  border: 1px solid lightgray;
}

.ewck-cu-img-wrap {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.ewck-cu-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ewck-cu-info-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  line-height: 1;
  align-items: start;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.ewck-cu-info-prod-link {
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.ewck-cu-info-pt {
  text-overflow: ellipsis;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: start;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
}

.ewck-cu-info-p-b {
  color: #121212bf;
}

.ewck-cu-info-dis-p {
  font-size: 14px;
  margin-right: 6px;
}

.ewck-cu-info-ori-p {
  font-size: 14px;
  margin-right: 6px;
  text-decoration: line-through;
  opacity: 0.8;
}

.ewck-cu-info-action {
  margin-top: 2px;
}

.ewck-cu-atc-actio-main {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ewck-cu-info-action-select {
  margin-left: -2px;
  font-size: 12px;
  width: auto;
  max-width: 100px;
  overflow: hidden;
  color: #121212bf;
  outline: none;
  box-shadow: none;
  border: none;
}

.ewck-cu-info-action-atc {
  background-color: #000;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 600;
}

.ewck-cu-atc-btn {
  background-color: #000;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.ewck-tool-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ewck-tool-spinner {
  display: block !important;
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.ewck-or-gift-w {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.ewck-or-gift-noti {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: red;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  width: 14px;
  height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
}
.ewck-or-gift-i-w {
  width: 38px;
  height: 38px;
}

.ewck-or-gift-i-o-w {
  position: relative;
  padding: 14px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  cursor: pointer;
}

.ewck-or-gift-p-w {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 300px;
  min-width: 300px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.ewck-or-gift-tnp-w {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ewck-or-gift-pop-p-p {
  width: min-content;
  padding: 2px 6px;
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  background-color: teal;
  color: #fff;
  border-radius: 10px;
}

.ewck-or-gift-p-w-c {
  padding: 2px;
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #fff;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.ewck-or-gift-pop-section {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ewck-or-gift-pop-p-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.ewck-or-gift-pop-p-img-w {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d3d3d382;
}

.ewck-or-gift-pop-p-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ewck-or-gift-pop-p-t {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ewck-or-gift-pop-p-claim {
  height: 30px;
  display: block !important;
  padding: 4px 6px;
  font-size: 12px;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.ewck-or-gift-i-w rect,
.ewck-or-gift-i-w line,
.ewck-or-gift-i-w path {
  stroke-width: 2px;
}

#ewck-or-gift-eligible rect,
#ewck-or-gift-eligible line,
#ewck-or-gift-eligible path {
  stroke: #fff;
}

.ewck-ss-blinking {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 5px;
  margin-right: 6px;
  animation: blinking 1.2s infinite;
}

.ewck-sp-w {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}

.ewck-sp-img {
  min-width: 40px;
  max-width: 80px;
  min-height: 40px;
  max-height: 80px;
  width: 100%;
}

.ewck-sp-title-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.ewck-sp-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.ewck-sp-desc {
  font-size: 13px;
  line-height: 1.3;
}

.ewck-sp-toggle-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.ewck-sp-toggle-bg {
  width: 50px;
  height: 25px;
  border-radius: 25px;
  padding: 2px;
  position: relative;
  transition: background-color 0.3s;
}

.ewck-sp-toggle-circle {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  transition: left 0.3s;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.ewck-sp-toggle-circle-on {
  left: 27px;
}

.ewck-sp-toggle-circle-off {
  left: 2px;
}

.ewck-preorder-w,
.ewck-preorder-o-w {
  display: flex;
  flex-direction: column;
}

.ewck-preorder-fp-w,
.ewck-preorder-pp-w {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  border-style: solid;
}

.ewck-preorder-fp-top-content,
.ewck-preorder-pp-top-content {
  display: flex;
  gap: 10px;
}

.ewck-preorder-btn{
  cursor: pointer;
  border: none;
  border-style: solid;
}

.ewck-preorder-btn:hover{
  opacity: 0.9;
}

.ewck-preorder-btn:active{
  opacity: 1;
}

.ewck-preorder-p-p-dis{
  text-decoration: line-through!important;
  opacity: 0.75;
  margin-right: 10px!important;
  font-size: var(--ewck-po-p-o-p);
}

@keyframes email-error {
  25% {
    border-color: #ff000000;
  }
  50% {
    border-color: red;
  }
  75% {
    border-color: #ff000000;
  }
  100% {
    border-color: red;
  }
}

@keyframes blinking {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ewck-scd-m-w {
    width: 100%;
  }
  .ewck-or-pbb {
    height: 10px;
    border-radius: 5px;
    margin-right: 56px;
  }
  .ewck-or-iw {
    margin-top: -28px;
    margin-left: 58px;
  }
  .ewck-or-pbl {
    border-radius: 5px;
  }
  .ewck-or-c {
    margin-bottom: 22px !important;
  }
  .ewck-or-icon-w {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  .ewck-or-icon-svg-w {
    width: 30px;
    height: 30px;
  }
  .ewck-or-w {
    gap: 16px;
  }
  .ewck-or-icon-svg-w-gift {
    padding: 6px;
  }
}

@media only screen and (max-width: 490px) {
  .ewck-sn-w {
    padding: 6px;
    max-width: 360px;
  }
  .ewck-sn-iw {
    padding-top: 6px;
    padding-right: 28px;
    padding-left: 6px;
    padding-bottom: 6px;
  }
  .ewck-sn-c-b {
    font-size: 15px;
  }
  .ewck-sn-nb {
    grid-area: 6px;
  }
  .ewck-sn-img-w {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .ewck-sn-info-w {
    gap: 2px;
  }
  .ewck-sn-info-svg-w svg {
    width: 14px;
    height: 14px;
  }
  .ewck-combo-save-b {
    width: min-content;
  }
  .ewck-or-gift-i-w {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 338px) {
  .ewck-or-iw {
    margin-left: 20px;
  }
  .ewck-or-pbb {
    margin-right: 10%;
  }
}
