.opc-progress-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .opc-progress-bar {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
  .opc-progress-bar::-webkit-scrollbar {
    display: none;
  }
}
.opc-progress-bar li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.opc-progress-bar li::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
}
.opc-progress-bar li:last-child::after {
  display: none;
}
.opc-estimated-wrapper .showcart,
.opc-summary-wrapper .action-edit {
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
}
.opc-estimated-wrapper .showcart:focus-visible,
.opc-summary-wrapper .action-edit:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.checkout-container .action.continue,
.checkout-container .action.checkout {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.form-discount label,
.form-giftcard-account label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.checkout-container a,
.opc-progress-bar ._complete span,
.opc-summary-wrapper .action-edit {
  color: rgba(var(--link-color), var(--link-alpha));
  text-decoration: none;
}
.checkout-container a:hover,
.opc-progress-bar ._complete span:hover,
.opc-summary-wrapper .action-edit:hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.opc .checkout-shipping-address {
  padding-bottom: 0;
}
.fieldset.address {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.75rem;
}
.fieldset.address select {
  overflow: hidden;
}
.fieldset.address > .field {
  margin: 0 !important;
  width: calc(50% - 0.25rem);
}
.fieldset.address > .field .field-tooltip-content {
  --dropdown-width: 10rem;
}
.fieldset.address > .field.choice,
.fieldset.address > .field.street {
  width: 100%;
}
.authentication-wrapper {
  position: relative;
  float: right;
  top: -0.625rem;
  right: 0;
}
.authentication-wrapper + * {
  clear: left;
}
.opc .form-login .actions-toolbar {
  justify-content: flex-start;
}
.checkout-payment-method .form.payments > .fieldset > br,
.checkout-payment-method .form.payments > .fieldset > hr,
.checkout-payment-method .form.payments > .fieldset > .legend {
  display: none;
}
.opc-payment ~ div:not([style*="none"]) {
  margin-top: 1.5rem;
}
.opc-payment ~ div:not([style*="none"]) + div {
  margin-top: 0.25rem;
}
.opc-payment ~ .checkout-billing-address {
  margin: 1.5rem 0;
}
.payment-method-title {
  padding: 0.5rem 0;
}
.payment-method-content {
  margin: 0;
  padding: 0.5rem 0 0 1.5rem;
  display: none;
}
._active .payment-method-content {
  display: block;
}
.payment-method .fieldset {
  margin-bottom: 1rem;
}
.payment-method .checkout-billing-address {
  margin-bottom: 1rem;
}
.payment-method iframe[width="0"][height="0"] {
  display: block;
}
.credit-card-types {
  display: flex;
  gap: 0.375rem;
}
.credit-card-types img {
  max-width: 30px;
  filter: grayscale(100%);
}
.credit-card-types ._active img {
  filter: grayscale(0%);
}
.credit-card-types._inactive {
  opacity: .4;
}
.ccard .legend {
  display: none;
}
.ccard input[type=number] {
  -moz-appearance: textfield;
}
.ccard input::-webkit-outer-spin-button,
.ccard input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.ccard .month .select {
  width: 140px;
}
.ccard .year .select {
  width: 90px;
}
.ccard .captcha .input-text,
.ccard .number .input-text {
  width: 225px;
}
.ccard > .field.cvv > .control {
  display: inline-block;
}
.ccard .cvv .input-text {
  width: 80px;
}
.field-select-billing {
  margin-bottom: 1rem;
}
.field-select-billing:has(> .control:empty) {
  display: none !important;
}
.field-select-billing:has(> .control:empty) + div {
  margin-top: 0;
}
.billing-address-details {
  margin: 0;
  padding: 0.5rem 0 0 1.5rem;
}
.billing-address-details .action {
  margin-top: 0.25rem;
}
.billing-address-same-as-shipping-block[style*="display: none"] ~ .billing-address-details {
  padding: 0;
}
.payment-option._active {
  margin-bottom: 0.5rem;
}
.payment-option-title.field.choice {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
}
.payment-option-content {
  padding-top: 0.5rem;
}
.payment-option .form-discount {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.payment-option .form-discount .actions-toolbar {
  margin: 0;
}
.payment-option .form-discount .actions-toolbar .action {
  white-space: nowrap;
}
.form-discount label + .control,
.form-giftcard-account label + .control {
  margin: 0 !important;
}
.checkout-agreements-block .field + .field {
  margin-top: 0.25rem;
}
.checkout-agreements .action-show {
  white-space: normal;
}
.page-layout-checkout {
  --container-max-width: 980px;
}
.page-layout-checkout .page-main {
  padding-top: 1.25rem;
}
.page-layout-checkout .page-title-wrapper,
.page-layout-checkout .nav-toggle {
  display: none;
}
.page-layout-checkout .header.content {
  justify-content: center;
  --container-padding: 1rem 0.5rem 0.25rem 0.5rem;
}
.page-layout-checkout .page-title-wrapper ~ .columns {
  margin-top: 0;
}
.checkout-container {
  --sidebar-width: 320px;
  --sidebar-gap: 1rem;
  --checkout-step-padding-x: 1rem;
  --checkout-step-padding-y: var(--checkout-step-padding-x);
  display: flow-root;
}
@media (min-width: 768px) {
  .checkout-container {
    --checkout-step-padding-x: 2rem;
  }
}
@media (min-width: 1024px) {
  .checkout-container {
    --sidebar-width: 380px;
    --sidebar-gap: 2.5rem;
  }
}
.checkout-container .messages {
  clear: both;
}
.opc .actions-toolbar {
  justify-content: flex-end;
}
.opc .step-title,
.opc .field-select-billing .label,
.opc-block-summary > .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 0 0 0.75rem;
}
.opc > li {
  padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
  position: relative;
}
@media (min-width: 768px) {
  .opc-wrapper {
    float: left;
    clear: left;
    margin-bottom: 1rem;
    width: calc(100% - var(--sidebar-width) - var(--sidebar-gap));
  }
  .opc-sidebar.modal-custom {
    position: sticky;
    z-index: initial;
    top: 1rem;
    padding: 0;
    width: var(--sidebar-width);
    margin-bottom: 1.5rem;
    float: right;
    visibility: visible;
    pointer-events: all;
  }
  .opc-sidebar.modal-custom .modal-inner-wrap {
    opacity: 1;
    transform: none;
    box-shadow: none;
    max-height: none;
    border-radius: 0;
  }
  .opc-sidebar.modal-custom .modal-content {
    margin: 0;
    padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
  }
  .opc-sidebar.modal-custom [data-role="focusable-start"],
  .opc-sidebar.modal-custom [data-role="focusable-end"],
  .opc-sidebar.modal-custom .modal-header,
  .opc-sidebar.modal-custom .modal-footer {
    display: none;
  }
}
.page-wrapper .loading-mask {
  transition: 0s visibility 1200ms linear;
}
.loading-mask[style*="block"] ~ .opc-wrapper .loading-mask,
.loading-mask:not([style]) ~ .opc-wrapper .loading-mask,
.loading-mask[style*="block"] ~ .page-wrapper .loading-mask,
.loading-mask:not([style]) ~ .page-wrapper .loading-mask {
  visibility: hidden;
  transition: none;
}
.opc-progress-bar {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  margin-bottom: 1rem;
}
.opc-progress-bar ._active span {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  font-weight: bold;
}
.opc-progress-bar ._complete span {
  cursor: pointer;
}
.opc-progress-bar li::after {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.shipping-address-item {
  position: relative;
  padding: 0.5rem;
  width: calc(50% - 0.5rem);
  border: 2px solid rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  line-height: 1.75rem;
}
.shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.shipping-address-item .action {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.shipping-address-item .action-select-shipping-item {
  opacity: 0;
}
.shipping-policy-block {
  position: absolute;
  top: calc(var(--checkout-step-padding-y) + 0.25rem);
  right: calc(var(--checkout-step-padding-x) + 0.25rem);
}
.table-checkout-shipping-method thead {
  display: none;
}
.table-checkout-shipping-method tr {
  border: 0;
}
.table-checkout-shipping-method .col-method:first-child {
  text-align: center;
}
#store-pickup {
  padding-bottom: 0;
}
#store-pickup .form-login {
  margin: 1rem 0;
}
#opc-store-selector-popup {
  display: none;
}
#delivery-method-selector ~ div {
  margin-top: 1rem;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  padding: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .opc-estimated-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
    margin-bottom: 1rem;
    width: 100%;
    clear: left;
  }
  .opc-estimated-wrapper .estimated-block {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .opc-estimated-wrapper .estimated-price {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-sidebar .modal-content {
    overflow: visible;
  }
}
.opc-summary-wrapper .action-edit {
  text-transform: capitalize;
}
.opc-summary-wrapper .shipping-information {
  display: flex;
  gap: 0.5rem;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  padding-top: 0.75rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.opc-summary-wrapper .shipping-information > div {
  width: calc(50% - 0.25rem);
}
.opc-summary-wrapper .shipping-information-title {
  font-weight: 500;
  margin-bottom: 0.375rem;
}
.opc-summary-wrapper .table-totals {
  margin-top: 0.25rem;
}
.opc-block-summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.opc-block-summary .title {
  order: -10;
}
.opc-block-summary .items-in-cart {
  order: -5;
  margin-top: -0.5rem;
}
.opc-block-summary .items-in-cart > .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.opc-block-summary .items-in-cart > .title strong {
  font-weight: 450;
}
.block.items-in-cart .title {
  border: 0;
}
