.product-blocks[data-v-e5f4f72b] {
  padding: 16px 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-blocks .product-block[data-v-e5f4f72b] {
  display: grid;
  column-gap: 16px;
  grid-template-columns: 1fr 227px;
  grid-template-rows: min-content 1fr;
  grid-template-areas: "image info" "image price-detail";
  row-gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
.product-blocks .product-block[data-v-e5f4f72b] {
    grid-template-columns: 117fr 313fr 300fr;
    grid-template-rows: 1fr;
    grid-template-areas: "image info price-detail";
}
}
.product-blocks .product-block .warning[data-v-e5f4f72b] {
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  color: var(--gj-color-red);
}
.product-blocks .product-block .image-link[data-v-e5f4f72b] {
  grid-row-start: span 2;
}
.product-blocks .product-block .image-link img[data-v-e5f4f72b] {
  grid-area: image;
  width: 100%;
  aspect-ratio: 102/155;
  object-fit: contain;
}
.product-blocks .product-block .product-info[data-v-e5f4f72b] {
  grid-area: info;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-blocks .product-block .product-info .title[data-v-e5f4f72b] {
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 27px;
  word-break: break-all;
}
.product-blocks .product-block .product-info .model[data-v-e5f4f72b] {
  font-size: 12px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
.product-blocks .product-block .product-info .model[data-v-e5f4f72b] {
    font-size: 14px;
}
}
.product-blocks .product-block .product-info .labels[data-v-e5f4f72b] {
  display: flex;
  gap: 2px;
}
.product-blocks .product-block .product-info .labels > c-label[data-v-e5f4f72b] {
  margin: 0;
}
.product-blocks .product-block .product-price-detail[data-v-e5f4f72b] {
  grid-area: price-detail;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content min-content 1fr;
  --base-font-size: 12px;
  --first-column-size: 77px;
}
@media (min-width: 768px) {
.product-blocks .product-block .product-price-detail[data-v-e5f4f72b] {
    --base-font-size: 13px;
    --first-column-size: 90px;
}
}
.product-blocks .product-block .product-price-detail .price-grid-list[data-v-e5f4f72b] {
  display: flex;
  flex-direction: column;
}
.product-blocks .product-block .product-price-detail .price-grid[data-v-e5f4f72b] {
  display: grid;
  grid-template-columns: var(--first-column-size) 61px 1fr;
  font-size: var(--base-font-size);
  font-weight: 300;
  margin-block: 4px;
  align-items: center;
}
.product-blocks .product-block .product-price-detail .price-grid[data-v-e5f4f72b]:first-of-type {
  margin-top: 0;
}
.product-blocks .product-block .product-price-detail .price-grid .c-label[data-v-e5f4f72b] {
  margin: 0;
}
.product-blocks .product-block .product-price-detail .price-grid .price[data-v-e5f4f72b] {
  text-align: right;
}
.product-blocks .product-block .product-price-detail .price-grid.coupon[data-v-e5f4f72b] {
  grid-template-columns: 100%;
  grid-template-rows: 1fr 25px;
  row-gap: 2px;
  -webkit-box-align: end;
  align-items: end;
}
.product-blocks .product-block .product-price-detail .total-block[data-v-e5f4f72b] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: var(--base-font-size);
  font-weight: 300;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--gj-border-color);
}
.product-blocks .product-block .product-price-detail .total-block .total-price[data-v-e5f4f72b] {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}
.product-blocks .product-block .product-price-detail .delete-button-container[data-v-e5f4f72b] {
  widows: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.product-blocks .product-block .product-price-detail .delete-button-container .delete-button[data-v-e5f4f72b] {
  font-size: 11px;
  font-weight: 600;
  line-height: 130%;
  text-decoration-line: underline;
}
.product-blocks .pre-order-price_text-grey[data-v-e5f4f72b] {
  color: #566C7B;
}
.product-blocks .coupon-block[data-v-e5f4f72b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
@media (min-width: 768px) {
.product-blocks .coupon-block[data-v-e5f4f72b] {
    padding: 24px 56px;
    background-color: #f9f9f9;
    flex-direction: row;
    gap: 56px;
}
}
.product-blocks .coupon-block .title[data-v-e5f4f72b] {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
}
.product-blocks .coupon-block .note[data-v-e5f4f72b] {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  color: var(--gj-text-color);
  margin-bottom: 8px;
}
.product-blocks .coupon-block .add-coupon[data-v-e5f4f72b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--gj-color-blue-bg);
  padding: 16px 24px;
}
@media (min-width: 768px) {
.product-blocks .coupon-block .add-coupon[data-v-e5f4f72b] {
    padding: 0;
    background-color: unset;
}
}
.product-blocks .coupon-block .add-coupon .add-form[data-v-e5f4f72b] {
  display: flex;
  gap: 16px;
  flex-direction: column;
  width: 100%;
}
.product-blocks .coupon-block .add-coupon .add-form input[data-v-e5f4f72b] {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
.product-blocks .coupon-block .add-coupon .add-form[data-v-e5f4f72b] {
    gap: 8px;
    flex-direction: row;
}
}
.product-blocks .coupon-block .all-coupon[data-v-e5f4f72b] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
.product-blocks .coupon-block .all-coupon[data-v-e5f4f72b] {
    align-items: center;
}
}
.coupon-block[data-v-e5f4f72b] {
  padding: 16px 15px;
  text-align: center;
  margin: auto;
}
.add-form[data-v-e5f4f72b] {
  background-color: #E8F0F8;
  padding: 20px;
}
.add-form input[data-v-e5f4f72b] {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.add-form p[data-v-e5f4f72b] {
  text-align: left;
}label[data-v-74b87548] {
  color: var(--gj-text-color);
  font-size: 13px;
}
.payment-method-block[data-v-74b87548] {
  border: 1px solid var(--gj-border-color);
  background: var(--gj-color-white);
  padding: 16px;
}
.payment-method-block[data-v-74b87548]:not(:first-of-type) {
  border-top: none;
}
.payment-method-block .payment-method-radio-block[data-v-74b87548] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gj-text-color);
}
.payment-method-block .payment-method-radio-block .payment-method-name[data-v-74b87548] {
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.payment-method-block .payment-method-radio-block .payment-method-sub-info[data-v-74b87548] {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}
.payment-method-block-detail[data-v-74b87548] {
  margin-inline: 36px;
  margin-top: 8px;
}
.payment-method-block-detail .credit-card-image[data-v-74b87548] {
  width: 200px;
}
.new-credit-card-form[data-v-74b87548] {
  --input-margin-bottom: 16px;
  --input-width: 100%;
  --label-margin-top: 0;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(max-content);
  column-gap: 16px;
  row-gap: 4px;
  font-size: 13px;
  font-weight: 300;
  color: var(--gj-text-color-light);
  place-items: start start;
  justify-items: stretch;
}
.new-credit-card-form label[data-v-74b87548] {
  margin-top: var(--label-margin-top);
  color: var(--gj-color-light-grey);
}
.new-credit-card-form .input-wrapper[data-v-74b87548] {
  margin-bottom: var(--input-margin-bottom);
}
.new-credit-card-form .expire-date-container[data-v-74b87548] {
  width: var(--input-width);
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.new-credit-card-form .expire-date-container > select[data-v-74b87548] {
  flex: 1 1 auto;
}
.new-credit-card-form input[data-v-74b87548] {
  width: var(--input-width);
  margin-bottom: 0;
  height: unset;
}
.new-credit-card-form input.is-error[data-v-74b87548] {
  border-color: var(--gj-color-red);
}
.new-credit-card-form select[data-v-74b87548] {
  position: relative;
  padding: 8px 48px 8px 16px;
  border: 1px solid var(--gj-border-color);
  appearance: none;
  background-image: url("/src/assets/img/common/icon-stroke-down-black.svg");
  background-position: right 4px top 2px;
  background-repeat: no-repeat;
  height: unset;
  font-size: 13px;
}
.new-credit-card-form select.is-error[data-v-74b87548] {
  border-color: var(--gj-color-red);
}
@media (min-width: 768px) {
.new-credit-card-form[data-v-74b87548] {
    --input-margin-bottom: 0;
    --input-width: 182px;
    --label-margin-top: 12px;
    grid-template-columns: max-content 1fr;
    grid-template-rows: repeat(max-content);
    row-gap: 24px;
    justify-items: start;
}
}
.annotation[data-v-74b87548] {
  font-size: 10px;
  font-weight: 300;
  line-height: 130%;
}
.annotation.is-error[data-v-74b87548] {
  color: var(--gj-color-red);
}
.other-payment-methods[data-v-74b87548] {
  padding-block: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#eposRegisterForm[data-v-74b87548] {
  margin-left: 30px;
  width: 400px;
}
@media screen and (max-width: 767px) {
#eposRegisterForm[data-v-74b87548] {
    width: 80%;
}
}
#eposRegisterForm img[data-v-74b87548] {
  cursor: pointer;
}.c-product-info-block[data-v-cd81b570] {
  color: var(--gj-text-color);
  width: 100%;
  display: grid;
  grid-template-columns: 148px 1fr;
  grid-template-rows: 1fr min-content;
  gap: 16px 16px;
  grid-template-areas: "image detail" "buttons buttons";
}
.c-product-info-block .c-product-info-block__image[data-v-cd81b570] {
  position: relative;
  grid-area: image;
  display: flex;
  justify-content: flex-end;
}
.c-product-info-block .c-product-info-block__image .c-product-info-block__cover[data-v-cd81b570] {
  width: 95%;
  aspect-ratio: 148/209;
  object-fit: contain;
  border: 1px solid var(--gj-border-color);
}
.c-product-info-block .c-product-info-block__detail[data-v-cd81b570] {
  grid-area: detail;
  display: grid;
  grid-template-rows: repeat(4, min-content);
  grid-template-areas: "title" "name" "labels" "price";
  row-gap: 4px;
}
.c-product-info-block .c-product-info-block__buttons[data-v-cd81b570] {
  grid-area: buttons;
  display: flex;
  gap: 8px;
}
.c-product-info-block .c-product-info-block__buttons[data-v-cd81b570] > * {
  flex: 1;
  font-size: 10px;
  height: 29px;
}
.c-product-info-block .c-product-info-block__title[data-v-cd81b570],
.c-product-info-block .c-product-info-block__name[data-v-cd81b570] {
  font-weight: 600;
  display: flex;
}
.c-product-info-block .c-product-info-block__title[data-v-cd81b570] {
  grid-area: title;
  font-size: 20px;
  line-height: 135%;
  align-items: start;
  word-break: auto-phrase;
}
.c-product-info-block .c-product-info-block__name[data-v-cd81b570] {
  grid-area: name;
  font-size: 14px;
  line-height: 130%;
  min-height: 36px;
  align-items: center;
}
.c-product-info-block .c-product-info-block__labels[data-v-cd81b570] {
  grid-area: labels;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 90px;
  gap: 2px;
}
.c-product-info-block .c-product-info-block__labels .c-label[data-v-cd81b570] {
  margin: 0;
}
.c-product-info-block .c-product-info-block__price[data-v-cd81b570] {
  grid-area: price;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.c-product-info-block .c-product-info-block__discount[data-v-cd81b570] {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.c-product-info-block .c-product-info-block__discount-type[data-v-cd81b570] {
  font-size: 11px;
  font-weight: 600;
  line-height: 130%;
}
.c-product-info-block .c-product-info-block__discount-type.is-pink[data-v-cd81b570] {
  color: var(--gj-color-pink);
}
.c-product-info-block .c-product-info-block__discount-price[data-v-cd81b570] {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
.c-product-info-block[data-v-cd81b570] {
    grid-template-columns: 117px 1fr 210px;
    grid-template-rows: 1fr;
    grid-template-areas: "image detail buttons";
}
.c-product-info-block .c-product-info-block__discount[data-v-cd81b570] {
    flex-direction: row;
}
.c-product-info-block .c-product-info-block__labels[data-v-cd81b570] {
    min-height: 40px;
}
.c-product-info-block .c-product-info-block__buttons[data-v-cd81b570] {
    flex-direction: column;
    justify-content: flex-end;
}
.c-product-info-block .c-product-info-block__buttons[data-v-cd81b570] > * {
    flex: 0;
    font-size: 13px;
}
.is-tile .c-product-info-block[data-v-cd81b570] {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, min-content);
    row-gap: 7px;
    grid-template-areas: "image" "detail" "buttons";
}
.is-tile .c-product-info-block .c-product-info-block__detail[data-v-cd81b570] {
    row-gap: 8px;
    grid-template-areas: "labels" "title" "name" "price";
}
.is-tile .c-product-info-block .c-product-info-block__title[data-v-cd81b570] {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    color: var(--gj-text-color-light);
    min-height: 34px;
}
.is-tile .c-product-info-block .c-product-info-block__image .c-product-info-block__cover[data-v-cd81b570] {
    aspect-ratio: 238/337;
}
.is-tile .c-product-info-block .c-product-info-block__discount[data-v-cd81b570] {
    flex-direction: column;
    gap: 8px;
    min-height: 92px;
}
.is-tile .c-product-info-block .c-product-info-block__buttons[data-v-cd81b570] {
    margin-top: 9px;
}
}picture[data-v-81d57220] {
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.c-product-info-block[data-v-81d57220] {
  color: var(--gj-text-color);
  width: 100%;
  display: grid;
  grid-template-columns: 148px 1fr;
  grid-template-rows: 1fr min-content;
  gap: 16px 16px;
  grid-template-areas: "image detail" "buttons buttons";
}
.c-product-info-block .c-product-info-block__image[data-v-81d57220] {
  position: relative;
  grid-area: image;
  display: flex;
  justify-content: flex-end;
}
.c-product-info-block .c-product-info-block__image .c-product-info-block__cover[data-v-81d57220] {
  width: 95%;
  aspect-ratio: 148/209;
  object-fit: contain;
  border: 1px solid var(--gj-border-color);
}
.c-product-info-block .c-product-info-block__detail[data-v-81d57220] {
  grid-area: detail;
  display: grid;
  grid-template-rows: repeat(4, min-content);
  grid-template-areas: "title" "name" "labels" "price";
  row-gap: 4px;
}
.c-product-info-block .c-product-info-block__buttons[data-v-81d57220] {
  grid-area: buttons;
  display: flex;
  gap: 8px;
}
.c-product-info-block .c-product-info-block__buttons[data-v-81d57220] > * {
  flex: 1;
  font-size: 10px;
}
.c-product-info-block .c-product-info-block__title[data-v-81d57220],
.c-product-info-block .c-product-info-block__name[data-v-81d57220] {
  font-weight: 600;
  display: flex;
}
.c-product-info-block .c-product-info-block__title[data-v-81d57220] {
  grid-area: title;
  font-size: 20px;
  line-height: 135%;
  min-height: 54px;
  align-items: start;
  word-break: break-all;
}
.c-product-info-block .c-product-info-block__name[data-v-81d57220] {
  grid-area: name;
  font-size: 14px;
  line-height: 130%;
  min-height: 36px;
  align-items: center;
}
.c-product-info-block .c-product-info-block__labels[data-v-81d57220] {
  grid-area: labels;
}
.c-product-info-block .c-product-info-block__price[data-v-81d57220] {
  grid-area: price;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.c-product-info-block .c-product-info-block__discount[data-v-81d57220] {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.c-product-info-block .c-product-info-block__discount-type[data-v-81d57220] {
  font-size: 11px;
  font-weight: 600;
  line-height: 130%;
}
.c-product-info-block .c-product-info-block__discount-type.is-pink[data-v-81d57220] {
  color: var(--gj-color-pink);
}
.c-product-info-block .c-product-info-block__discount-price[data-v-81d57220] {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
.c-product-info-block[data-v-81d57220] {
    grid-template-columns: 117px 1fr 210px;
    grid-template-rows: 1fr;
    grid-template-areas: "image detail buttons";
}
.c-product-info-block .c-product-info-block__discount[data-v-81d57220] {
    flex-direction: row;
}
.c-product-info-block .c-product-info-block__buttons[data-v-81d57220] {
    flex-direction: column;
    justify-content: flex-end;
}
.c-product-info-block .c-product-info-block__buttons[data-v-81d57220] > * {
    flex: 0;
    font-size: 13px;
}
.is-tile .c-product-info-block[data-v-81d57220] {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, min-content);
    row-gap: 7px;
    grid-template-areas: "image" "detail" "buttons";
}
.is-tile .c-product-info-block .c-product-info-block__detail[data-v-81d57220] {
    row-gap: 8px;
    grid-template-areas: "labels" "title" "name" "price";
}
.is-tile .c-product-info-block .c-product-info-block__title[data-v-81d57220] {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    color: var(--gj-text-color-light);
    min-height: 34px;
}
.is-tile .c-product-info-block .c-product-info-block__image .c-product-info-block__cover[data-v-81d57220] {
    aspect-ratio: 238/337;
}
.is-tile .c-product-info-block .c-product-info-block__discount[data-v-81d57220] {
    flex-direction: column;
    gap: 8px;
    min-height: 92px;
}
.is-tile .c-product-info-block .c-product-info-block__buttons[data-v-81d57220] {
    margin-top: 9px;
}
}