.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-NoticeGroup {
  display: none;
}

.page-template-page-checkout {
  padding-top: 0;
}

.fs-checkout-wrap {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.fs-checkout-wrap .fs-checkout-logo {
  margin-bottom: 32px;
}

.fs-checkout-wrap #nasa-billing-info,
.fs-checkout-wrap #nasa-payment-wrap,
.fs-checkout-wrap #nasa-step_payment,
.fs-checkout-wrap .woocommerce-form-coupon-toggle {
  display: none;
}

.fs-checkout-wrap .fs-checkout-form.ns-validating {
  pointer-events: none;
}

.fs-checkout-left-wrap {
  position: relative;
  width: 45%;
  padding-inline: 48px;
  padding-block: 48px;
  background-color: var(--color-base-surface-secondary);
}

.fs-checkout-right-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 55%;
  padding-inline: 48px;
  padding-block: 48px;
  background-color: var(--color-base-surface-primary);
}

.fs-checkout-right-wrap .order-review {
  max-height: 100%;
  overflow-y: scroll;
  padding-right: 16px;
}

.fs-checkout-wrap input {
  width: 100%;
  padding: 8px 16px;
  height: 40px;
  background-color: var(--color-base-surface-tertiary);
  border: 1px solid var(--color-base-surface-tertiary);
  outline: none;
  transition: 300ms;
  border-radius: 999px;
  color: var(--color-base-content-primary);
  margin-top: 4px;
}

.fs-checkout-wrap input[type="checkbox"],
.fs-checkout-wrap input[type="radio"] {
  width: unset;
  height: unset;
  margin-top: unset;
}

.fs-checkout-wrap label:has(> input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fs-checkout-wrap input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid var(--color-base-surface-quaternary);
  accent-color: var(--color-base-surface-primary);
}

.fs-checkout-wrap input[type="checkbox"]:hover {
  accent-color: var(--color-base-surface-tertiary);
  border: 1px solid var(--color-base-surface-tertiary);
}

.fs-checkout-wrap input[type="checkbox"]:checked {
  accent-color: var(--color-base-action-primary-default);
  border: 1px solid var(--color-base-action-primary-default);
}

.fs-checkout-wrap input[type="radio"]:checked, .fs-order-footer input[type="radio"]:checked {
  appearance: none;
  border: 5px solid var(--color-base-action-secondary-default);
  background-color: var(--color-base-action-primary-default);
  box-shadow: 0px 0px 0px 1px var(--color-base-action-primary-default);
}

.fs-checkout-wrap input[type="radio"], .fs-order-footer input[type="radio"] {
  flex-shrink: 0;
  border: 1px solid rgb(163, 163, 163);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: unset;
  transition: 0ms;
}

.fs-checkout-wrap .checkbox .optional,
.fs-checkout-wrap .form-row .optional {
  display: none;
}

.fs-checkout-wrap .woocommerce-invalid input {
  border-color: var(--color-base-state-error-fg);
}

.fs-checkout-wrap .form-row.notes {
  display: flex;
  flex-direction: column;
}

.fs-checkout-wrap .nasa-error strong {
  font-weight: normal;
}

.fs-checkout-wrap .notes #billing_customer_note {
  width: 100%;
  resize: none;
  padding: 16px;
  background-color: var(--color-base-surface-tertiary);
  border: 1px solid var(--color-base-surface-tertiary);
  outline: none;
  transition: 300ms;
  border-radius: 28px;
  color: var(--color-base-content-primary);
  margin-bottom: 8px;
}

.fs-checkout-wrap .notes #billing_customer_note:hover {
  background-color: var(--color-base-surface-quaternary);
  border: 1px solid var(--color-base-surface-quaternary);
}

.fs-checkout-wrap .notes #billing_customer_note:focus {
  background-color: var(--color-base-surface-primary);
  border: 1px solid var(--color-base-action-primary-active);
  box-shadow: 0px 0px 0px 2px rgba(64, 64, 64, 0.24);
}

.fs-checkout-wrap #ship-to-different-address {
  font-weight: 500;
}

.fs-checkout-wrap input::placeholder {
  color: var(--color-base-content-quaternary);
  opacity: 1;
}

.fs-checkout-wrap input::-ms-input-placeholder {
  color: var(--color-base-content-quaternary);
}

.fs-checkout-wrap .fs-checkout-customer-details h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-base-content-top);
  margin-bottom: 16px;
}

.fs-checkout-wrap .form-row label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-base-content-primary);
}

.fs-checkout-wrap #billing_address_2_field {
  display: none;
}

.fs-checkout-wrap .fs-checkout-additional-services {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  font-weight: 500;
}

.fs-checkout-wrap .fs-checkout-service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fs-checkout-wrap .fs-additional-service {
  display: inline-block;
  width: unset !important;
}

.fs-checkout-wrap .fs-checkout-service-description {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  padding-left: 24px;
}

.fs-checkout-wrap .fs-checkout-service-wrapper .amount {
  font-weight: 600;
}
.fs-checkout-wrap .fs-checkout-selected-services {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fs-checkout-service-wrapper input[type="checkbox"] {
  padding: unset;
}

.fs-checkout-wrap .fs-checkout-selected-services {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-block: 24px;
  border-bottom: 1px solid var(--color-base-content-quintarny);
}

.fs-checkout-wrap .fs-checkout-selected-service-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fs-checkout-wrap .fs-additional-services {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fs-checkout-wrap .fs-checkout-service-heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.fs-checkout-wrap .fs-checkout-selected-service-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fs-checkout-wrap .fs-checkout-selected-service-price {
  font-weight: 600;
}

.fs-checkout-wrap .fs-checkout-selected-service-description {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* Default woocommerce styles for checkout fields */
.form-row-wide,
.form-row-first,
.form-row-last {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .form-row-first {
    width: 47% !important;
    float: left !important;
    margin-right: 5.8% !important;
    clear: both !important;
  }
  .form-row-last {
    width: 47% !important;
    float: right !important;
    margin-right: 0 !important;
    clear: none !important;
  }
}

.fs-checkout-wrap .fs-checkout-image img {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  object-fit: cover;
  max-width: unset;
}

.fs-checkout-wrap .fs-checkout-wrap-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fs-checkout-wrap .fs-checkout-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.fs-checkout-wrap .plus,
.fs-checkout-wrap .minus {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-checkout-wrap .plus svg,
.fs-checkout-wrap .minus svg {
  width: 16px;
  height: 16px;
}

.fs-checkout-wrap .quantity {
  display: inline-flex;
  gap: 2px;
  height: 24px;
  background-color: var(--color-base-action-secondary-default);
  padding-inline: 12px;
  flex-direction: row-reverse;
  align-items: center;

  border-radius: 999px;
}

.fs-checkout-wrap .quantity input {
  width: 16px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-base-content-secondary);
}

.fs-checkout-wrap .fs-checkout-item-product-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-base-content-primary);
  max-width: 90%;
}

.fs-checkout-wrap .fs-checkout-item {
  vertical-align: baseline;
  border-bottom: 0.5px solid var(--color-base-content-quintarny);
}

.fs-checkout-wrap .fs-checkout-item .product-name {
  padding-block: 16px;
}

.fs-checkout-wrap .blockUI.blockOverlay {
  display: none !important;
}

.fs-checkout-wrap .fs-checkout-product-total {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-base-content-primary);
  margin-left: 16px;
}

.fs-checkout-product-total .tax_label,
.woocommerce-shipping-methods .tax_label {
  display: none;
}

.fs-checkout-wrap .fs-order-total .includes_tax {
  display: none;
}

.fs-checkout-loading-overlay,
.fs-checkout-form-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  z-index: 101;
  transition: 300ms;
}

.fs-checkout-loading-overlay svg,
.fs-checkout-form-overlay svg {
  animation: spin 1s linear infinite;
}

.fs-checkout-form.ns-validating + .fs-checkout-form-overlay {
  opacity: 1;
  pointer-events: all;
}

.fs-order-review
  .woocommerce-checkout-review-order-table.processing
  + .fs-checkout-loading-overlay {
  opacity: 1;
  pointer-events: all;
}

.fs-checkout-wrap .fs-checkout-item-quantity {
  vertical-align: middle;
}

.fs-checkout-wrap .fs-checkout-item-quantity .quantity.hidden-tag {
  display: none;
}

.fs-checkout-wrap .fs-checkout-item-product-name-stock {
  display: flex;
  flex-direction: column;
}

.fs-checkout-wrap .fs-checkout-item-product-name-stock dl.variation {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-base-content-tertiary);
  display: flex;
  flex-wrap: wrap;
}

.fs-checkout-wrap .fs-loop-product-stock {
  margin-top: 8px;
}

.fs-checkout-wrap .fs-button-ghost {
  color: var(--color-base-content-primary);
  display: flex;
  align-items: center;
  font-size: 16px;
}

.fs-checkout-wrap .fs-button.fs-next,
.fs-checkout-wrap .fs-button.fs-submit-order {
  padding: 16px 32px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
}

.fs-checkout-wrap .fs-button.fs-next:disabled,
.fs-checkout-wrap .fs-button.fs-submit-order:disabled {
  background-color: var(--color-base-surface-quaternary);
  color: var(--color-base-content-quaternary);
  cursor: not-allowed;
}

.fs-checkout-wrap #select_packeta_place {
  width: fit-content;
}

.fs-checkout-wrap .place-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.fs-checkout-wrap .fs-coupon {
  margin-top: 32px;
}

.fs-checkout-wrap .fs-coupon .fs-coupon-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

.fs-checkout-wrap .fs-coupon .fs-coupon-label.success {
  color: var(--color-base-state-success-fg);
}

.fs-checkout-wrap .fs-applied-coupon {
  margin-top: 24px;
}

.fs-checkout-wrap .fs-coupon .fs-button[disabled] {
  background-color: transparent;
  cursor: not-allowed;
}

.fs-checkout-wrap .fs-coupon-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-base-content-quintarny);
}

.fs-checkout-wrap .fs-coupon-wrapper input {
  width: 100%;
}

.fs-checkout-wrap .fs-checkout-total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.fs-checkout-wrap .fs-checkout-total-price .total-price-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-base-content-primary);
}

.fs-checkout-wrap .fs-checkout-total-price .total-price {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--color-base-content-primary);
}

.fs-checkout-wrap .fs-remove-from-cart {
  vertical-align: middle;
}

.fs-checkout-wrap .fs-remove-from-cart a {
  display: flex;
  align-items: center;
}

.fs-checkout-wrap .fs-remove-from-cart .fs-remove-product {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-base-action-secondary-default);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}

.fs-checkout-wrap .fs-checkout-review-footer {
  display: flex;
  flex-direction: column;
}

.fs-checkout-wrap .fs-billing-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fs-checkout-wrap .customer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-checkout-wrap .customer-info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-base-content-primary);
}

.fs-checkout-wrap .customer-info .customer-info-change {
  font-weight: 500;
}

.fs-checkout-wrap h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fs-checkout-wrap .woocommerce-shipping-methods,
.fs-checkout-wrap .wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.fs-checkout-wrap .wc_payment_method .payment_box,
.fs-order-received .wc_payment_method .payment_box {
  display: none !important;
}

.fs-checkout-wrap .woocommerce-shipping-methods li,
.fs-checkout-wrap .wc_payment_methods li,
.fs-order-received .wc_payment_methods li {
  list-style: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 8px;
  color: var(--color-base-content-secondary);
  font-size: 14px;
  line-height: 15px;
}

.fs-checkout-wrap .woocommerce-shipping-methods li label,
.fs-checkout-wrap .wc_payment_methods li label,
.fs-order-received .wc_payment_methods li label {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-order-received .fs-pay-again-wrapper, .fs-view-order-wrapper {
  width: 100%;
  max-width: 720px;
}

.row.fs-view-order-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fs-checkout-wrap .woocommerce-shipping-methods li .amount,
.fs-checkout-wrap .wc_payment_methods li .amount {
  font-weight: 600;
  color: var(--color-base-content-primary);
}

.fs-checkout-review-footer .fs-coupon {
  position: relative;
}

.fs-checkout-wrap .woocommerce-checkout-payment {
  position: static !important;
}

.fs-checkout-wrap #billing_country + span > .selection > span,
.fs-checkout-wrap #billing_state + span > .selection > span,
.fs-checkout-wrap #shipping_country + span > .selection > span {
  border-radius: 999px;
  height: 40px;
  background-color: var(--color-base-surface-tertiary);
  border: 1px solid var(--color-base-surface-tertiary);

  border-bottom-left-radius: 999px !important;
  border-bottom-right-radius: 999px !important;

  display: flex;
  align-items: center;
  outline: none;
}
.fs-checkout-wrap .selection .select2-selection__rendered {
  position: initial !important;
  padding: 8px 16px;
}

.fs-checkout-wrap .selection .select2-selection__arrow {
  height: 40px;
}

.fs-checkout-review-footer .fs-error-message {
  position: absolute;
  left: 0;
  bottom: 6px;
}

.select2-dropdown {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0px 2px 4px -1px #1118270f;
  box-shadow: 0px 4px 6px -1px #1118271a;
  border: none;
}

.select2-search__field {
  padding: 8px 16px !important;
  height: 40px;
  background-color: var(--color-base-surface-tertiary);
  border: 1px solid var(--color-base-surface-tertiary) !important;
  outline: none;
  transition: 300ms;
  border-radius: 999px;
  color: var(--color-base-content-primary);
}

.select2-search__field:hover {
  background-color: var(--color-base-surface-quaternary);
  border: 1px solid var(--color-base-surface-quaternary);
}

.select2-results__option {
  transition: 200ms;
}

.select2-results__option:focus-visible {
  outline: none;
}

.select2-results__option[data-selected="true"] {
  background-color: rgba(212, 212, 212, 0.1) !important;
  color: var(--color-base-content-primary) !important;
  font-weight: 500;
}

.select2-results__option--highlighted {
  background-color: rgba(212, 212, 212, 0.1) !important;
  color: var(--color-base-content-primary) !important;
}

.fs-checkout-wrap .woocommerce-additional-fields {
  display: none;
}

.fs-checkout-wrap #billing_company_field,
.fs-checkout-wrap .shipping_address {
  visibility: hidden;
}

.fs-checkout-wrap .shipping_address {
  margin-top: 15px;
}

.fs-checkout-wrap #billing_country {
  visibility: hidden;
}

.fs-checkout-wrap .place-order,
.fs-checkout-wrap #nasa-step_billing {
  margin-top: 32px;
}

.fs-checkout-wrap .woocommerce-shipping-methods,
.fs-checkout-wrap .woocommerce-checkout-payment {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1200px) {
  .fs-checkout-left-wrap,
  .fs-checkout-right-wrap {
    padding-inline: 48px;
  }
}

@media (max-width: 992px) {
  .fs-checkout-wrap {
    flex-direction: column;
  }

  .fs-checkout-left-wrap {
    position: initial;
  }

  .fs-checkout-left-wrap,
  .fs-checkout-right-wrap {
    padding-inline: 32px;
    width: 100%;
    min-height: unset;
  }

  .fs-checkout-right-wrap {
    margin-bottom: 120px;
  }

  .fs-checkout-wrap .place-order,
  .fs-checkout-wrap #nasa-step_billing {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 32px;
    margin-top: unset;
    background-color: var(--color-base-surface-secondary);
  }
}

/* Thank you and page-checkout */
.fs-order-received {
  display: flex;
  justify-content: center;
}

.fs-order-received img {
  margin-bottom: 32px;
}

.fs-order-received .woocommerce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding-block: 80px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.fs-order-received .fs-pay-again {
  width: fit-content;
}

.fs-order-received #payment:has(> .fs-pay-again) {
  display: flex;
  justify-content: center;
}

.fs-order-received .fs-pay-again-payment-method {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fs-order-received .wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 4px;
}

.fs-order-received .woocommerce .fs-order-received-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.fs-order-received .woocommerce .fs-order-received-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: var(--color-base-content-primary);
}

.fs-order-received .woocommerce .fs-order-received-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-base-content-secondary);
}

.fs-order-received .woocommerce .fs-order-received-content b {
  font-weight: 600;
}

.fs-order-received .woocommerce .woocommerce-error {
  display: none !important;
}

.fs-order-received .fs-order-received-banner {
  display: flex;
  padding: 16px;
  gap: 18px;
  background-color: var(--color-base-surface-quaternary);
  border-radius: 24px;
  align-items: center;
  text-align: left;
  margin-top: 16px;
}

.fs-order-received .fs-order-received-banner svg {
  flex-shrink: 0;
}

.fs-order-received .fs-button {
  height: 56px;
  padding: 16px 32px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.fs-order-received .fs-order-pay-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fs-order-received .fs-order-pay-wrapper .fs-order-header {
  display: flex;
  align-items: start;
}

.fs-order-received .fs-order-pay-wrapper .fs-order-title-state {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fs-order-received #order_review {
  width: 100%;
  text-align: left;
}

.fs-order-received .fs-button svg {
  stroke: var(--color-inverse-content-primary);
}

.fs-checkout-wrap .selected_packeta_info .fs-button.hidden {
  display: none;
}

.fs-checkout-wrap .selected_packeta_info.hidden {
  display: none;
}

.fs-checkout-wrap .selected_packeta_info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  background-color: var(--color-base-surface-quaternary);
  margin-top: 16px;
}

.fs-checkout-wrap .selected_packeta_info #change_packeta_place,
.fs-checkout-wrap #select_packeta_place {
  color: var(--color-base-content-secondary);
  background-color: var(--color-base-action-secondary-default);
}

.fs-checkout-wrap .selected_packeta_info .delivery-option-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.fs-checkout-wrap .selected_packeta_info .directions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fs-checkout-wrap .selected_packeta_info .directions ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}

.fs-checkout-wrap .selected_packeta_info .directions li {
  display: list-item;
  list-style: circle;
}

@media (max-width: 768px) {
  .fs-checkout-left-wrap,
  .fs-checkout-right-wrap {
    padding-inline: 32px;
  }

  .fs-checkout-wrap .woocommerce-checkout-review-order-table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .fs-checkout-wrap .fs-checkout-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
    position: relative;
  }

  .fs-checkout-wrap .fs-checkout-product-total {
    margin-left: auto;
  }

  .fs-checkout-right-wrap .order-review {
    padding-right: unset;
  }

  .fs-checkout-wrap .fs-remove-from-cart {
    position: absolute;
    top: 24px;
    right: 0;
  }

  .fs-checkout-wrap .fs-checkout-wrap-item {
    align-items: unset;
  }

  .fs-checkout-wrap .fs-checkout-item-product-name-stock {
    width: 90%;
  }

  .fs-checkout-wrap .woocommerce-checkout-payment {
    position: static !important;
  }

  .fs-checkout-right-wrap {
    padding-block: 32px;
  }

  .fs-checkout-wrap .fs-checkout-item-product-name {
    max-width: 80%;
  }

  .fs-checkout-wrap .product-name {
    display: block;
    width: 100%;
  }

  .fs-order-received .fs-order-received-banner {
    border-radius: unset;
    flex-direction: column;
    margin-inline: -32px;
    align-items: start;
  }
}

@media (max-width: 576px) {
  .fs-checkout-left-wrap,
  .fs-checkout-right-wrap {
    padding-inline: 16px;
  }

  .fs-order-received .fs-order-received-banner {
    border-radius: unset;
    flex-direction: column;
    margin-inline: -16px;
    align-items: start;
  }
}
