html.v2-checkout-active {
  --v2co-bg: #f8f7f6;
  --v2co-card: #fff;
  --v2co-ink: #302f30;
  --v2co-muted: #747075;
  --v2co-line: rgba(48, 47, 48, .1);
  --v2co-violet: #825a9d;
  --v2co-violet-dark: #6f478a;
  --v2co-violet-line: #b999e4;
  --v2co-tint: #f5effa;
  --v2co-danger: #c94656;
  --v2co-danger-bg: #fff4f5;
  --v2co-danger-line: #ebc8ce;
}

html.v2-checkout-active,
html.v2-checkout-active body {
  background: var(--v2co-bg) !important;
  color: var(--v2co-ink);
}

html.v2-checkout-active.v2-checkout-busy {
  cursor: progress;
}

/* The v2 grid owns desktop column widths. Legacy SimpleCheckout percentages
   (39% / 59% in the active profile) would shrink and overflow its grid items. */

html.v2-checkout-active .simplecheckout-customer-with-payment-address #simplecheckout_customer,
html.v2-checkout-active .simplecheckout-customer-with-shipping-address #simplecheckout_customer {
  margin-bottom: 0;
}

html.v2-checkout-active .simplecheckout-customer-with-payment-address #simplecheckout_customer .simplecheckout-block-content,
html.v2-checkout-active .simplecheckout-customer-with-shipping-address #simplecheckout_customer .simplecheckout-block-content {
  padding-bottom: 0;
  border-bottom-width: 0;
}

html.v2-checkout-active .simplecheckout-customer-with-payment-address #simplecheckout_payment_address div.checkout-heading,
html.v2-checkout-active .simplecheckout-customer-with-shipping-address #simplecheckout_shipping_address div.checkout-heading,
html.v2-checkout-active .simplecheckout-initially-hidden {
  display: none;
}

html.v2-checkout-active .simplecheckout-customer-with-payment-address #simplecheckout_payment_address .simplecheckout-block-content,
html.v2-checkout-active .simplecheckout-customer-with-shipping-address #simplecheckout_shipping_address .simplecheckout-block-content {
  padding-top: 0;
  border-top-width: 0;
}

html.v2-checkout-active .simplecheckout-clear-both {
  width: 100%;
  height: 1px;
  clear: both;
}

html.v2-checkout-active .simplecheckout-quantity-control {
  max-width: 200px;
}

html.v2-checkout-active .simplecheckout-old-price {
  text-decoration: line-through;
}

html.v2-checkout-active .simplecheckout-cart col.position {
  width: 32px;
}

html.v2-checkout-active .simplecheckout-cart th.position,
html.v2-checkout-active .simplecheckout-cart td.position {
  width: 32px;
  min-width: 32px;
  color: var(--v2co-muted) !important;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  text-align: center;
}

html.v2-checkout-active .simplecheckout-cart .cart-product-model {
  display: none;
  margin-top: 3px;
  color: var(--v2co-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

html.v2-checkout-active .simplecheckout-cart--model-hidden .cart-product-model,
html.v2-checkout-active .v2-checkout-summary-column .cart-product-model {
  display: block;
}

html.v2-checkout-active .simplecheckout-cart--model-hidden col.model,
html.v2-checkout-active .simplecheckout-cart--model-hidden th.model,
html.v2-checkout-active .simplecheckout-cart--model-hidden td.model {
  display: none;
}

html.v2-checkout-active .simplecheckout_overlay {
  background-image: url('/catalog/view/image/loading.gif') !important;
}

html.v2-checkout-active.v2-checkout-busy::after {
  position: fixed;
  z-index: 2000;
  top: 56px;
  left: 0;
  width: 38%;
  height: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--v2co-violet);
  box-shadow: 0 1px 6px rgba(130, 90, 157, .3);
  content: '';
  pointer-events: none;
  animation: v2-checkout-progress 1s ease-in-out infinite alternate;
}

@keyframes v2-checkout-progress {
  from { transform: translateX(-45%); }
  to { transform: translateX(205%); }
}

html.v2-checkout-active .v2-site-header__notice,
html.v2-checkout-active .v2-site-header__search,
html.v2-checkout-active .v2-site-header__nav,
html.v2-checkout-active .v2-menu-toggle,
html.v2-checkout-active .v2-desktop-action,
html.v2-checkout-active #top-modules,
html.v2-checkout-active .scroll-top {
  display: none !important;
}

html.v2-checkout-active .v2-site-header {
  box-shadow: none !important;
}

html.v2-checkout-active .v2-site-header__core {
  min-height: 56px !important;
  border-bottom: 1px solid var(--v2co-line);
  background: rgba(255, 255, 255, .97) !important;
}

html.v2-checkout-active .v2-site-header__grid {
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-height: 56px !important;
  height: 56px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html.v2-checkout-active .v2-site-header__logo {
  grid-column: 1 !important;
  justify-self: start !important;
}

html.v2-checkout-active .v2-site-header__logo img {
  max-width: 178px !important;
  max-height: 38px !important;
}

html.v2-checkout-active .v2-site-header__actions {
  grid-column: 2 !important;
}

html.v2-checkout-active .v2-checkout-page,
html.v2-checkout-active .v2-checkout-page * {
  box-sizing: border-box;
}

html.v2-checkout-active .v2-checkout-page {
  width: min(1200px, calc(100% - 40px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px 0 72px !important;
  font-family: Inter, Arial, sans-serif;
}

html.v2-checkout-active .v2-checkout-page > .breadcrumb {
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--v2co-muted);
  font-size: 12px;
  line-height: 18px;
}

html.v2-checkout-active .v2-checkout-page > .breadcrumb a {
  color: inherit !important;
}

html.v2-checkout-active .v2-checkout-page > .row,
html.v2-checkout-active .v2-checkout-page #content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.v2-checkout-active .v2-checkout-page .heading-title {
  margin: 0 0 24px !important;
  color: var(--v2co-ink) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(32px, 4vw, 46px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em;
  text-align: left !important;
  text-transform: none !important;
}

html.v2-checkout-active .v2-checkout-error-summary {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: -10px 0 20px;
  padding: 12px 16px;
  border: 1px solid var(--v2co-danger-line);
  border-radius: 12px;
  background: var(--v2co-danger-bg);
  color: #73323b;
  font-size: 14px;
  line-height: 20px;
}

html.v2-checkout-active .v2-checkout-error-summary[hidden] {
  display: none !important;
}

html.v2-checkout-active .v2-checkout-error-summary svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--v2co-danger);
  stroke-width: 1.8;
}

html.v2-checkout-active .simple-content {
  margin: 0 !important;
}

html.v2-checkout-active .simplecheckout {
  display: block;
  width: 100%;
  overflow: visible !important;
}

html.v2-checkout-active .v2-checkout-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 720px) minmax(360px, 432px);
  gap: 0 48px;
  align-items: start;
  width: 100%;
}

html.v2-checkout-active .simplecheckout-left-column,
html.v2-checkout-active .simplecheckout-right-column {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

html.v2-checkout-active .v2-checkout-form-column {
  grid-column: 1;
  grid-row: 1;
}

html.v2-checkout-active .v2-checkout-summary-column {
  position: sticky;
  z-index: 3;
  top: 24px;
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border: 1px solid var(--v2co-line);
  border-radius: 16px;
  background: var(--v2co-card);
}

html.v2-checkout-active .simplecheckout > .simplecheckout-warning-block,
html.v2-checkout-active .simplecheckout > #simplecheckout_step_menu,
html.v2-checkout-active .simplecheckout > .simplecheckout-steps-wrapper,
html.v2-checkout-active .simplecheckout > #simplecheckout_bottom,
html.v2-checkout-active .simplecheckout > #simplecheckout_proceed_payment,
html.v2-checkout-active .simplecheckout > #agreement_warning,
html.v2-checkout-active .simplecheckout > #simplecheckout_payment_form,
html.v2-checkout-active .simplecheckout > .content {
  grid-column: 1 / -1;
}

html.v2-checkout-active .v2-checkout-summary-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 16px 24px 12px;
  border: 0;
  background: transparent;
  color: var(--v2co-ink);
  font: inherit;
  text-align: left;
  cursor: default;
}

html.v2-checkout-active .v2-checkout-summary-toggle__label {
  font-size: 18px;
  font-weight: 650;
  line-height: 24px;
}

html.v2-checkout-active .v2-checkout-summary-toggle__label small {
  display: inline;
  margin-left: 5px;
  color: var(--v2co-muted);
  font-size: 12px;
  font-weight: 500;
}

html.v2-checkout-active .v2-checkout-summary-toggle > strong {
  display: none;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  line-height: 24px;
}

html.v2-checkout-active .v2-checkout-summary-toggle > svg {
  display: none;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: transform .2s ease;
}

html.v2-checkout-active .v2-checkout-summary-body {
  padding: 0 24px 24px;
}

html.v2-checkout-active .simplecheckout-block {
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 1px solid var(--v2co-line);
  border-radius: 16px;
  background: var(--v2co-card) !important;
  box-shadow: none !important;
}

html.v2-checkout-active .v2-checkout-summary-body .simplecheckout-block {
  margin: 0 !important;
  border: 0;
  border-radius: 0;
}

html.v2-checkout-active .simplecheckout-block[data-hide="true"] {
  display: none !important;
}

html.v2-checkout-active .checkout-heading.panel-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 56px;
  margin: 0 !important;
  padding: 16px 24px 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--v2co-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 24px !important;
  text-transform: none !important;
}

html.v2-checkout-active .v2-step-number {
  display: inline-grid !important;
  flex: 0 0 24px;
  place-items: center !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--v2co-tint);
  color: #76508f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center !important;
}

html.v2-checkout-active .v2-optional-label {
  margin-left: auto;
  color: var(--v2co-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

html.v2-checkout-active .simplecheckout-block-content {
  overflow: visible !important;
  padding: 8px 24px 24px !important;
}

html.v2-checkout-active #simplecheckout_customer .simplecheckout-block-content {
  display: block;
}

html.v2-checkout-active #simplecheckout_customer fieldset,
html.v2-checkout-active #simplecheckout_shipping_address fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

html.v2-checkout-active #simplecheckout_customer fieldset > .form-group,
html.v2-checkout-active #simplecheckout_shipping_address fieldset > .form-group {
  margin: 0 !important;
}

html.v2-checkout-active #simplecheckout_customer .row-customer_telephone,
html.v2-checkout-active #simplecheckout_customer .row-customer_lastname,
html.v2-checkout-active #simplecheckout_customer .row-customer_firstname,
html.v2-checkout-active #simplecheckout_customer .row-customer_register {
  grid-column: 1 / -1;
}

html.v2-checkout-active #simplecheckout_shipping_address .row-shipping_address_city,
html.v2-checkout-active #simplecheckout_shipping_address .row-shipping_address_address_1 {
  grid-column: 1 / -1;
}

html.v2-checkout-active #simplecheckout_customer .simplecheckout-login,
html.v2-checkout-active #simplecheckout_customer .simplecheckout-warning-block {
  grid-column: 1 / -1;
}

html.v2-checkout-active .simple-content .form-group {
  display: block;
  width: auto !important;
  margin: 0 0 16px !important;
  overflow: visible !important;
  text-align: left !important;
  scroll-margin-top: 76px;
}

html.v2-checkout-active .simple-content .form-group:focus-within {
  position: relative;
  z-index: 30;
}

html.v2-checkout-active #simplecheckout_shipping_address .row-shipping_address_city {
  position: relative;
  z-index: 32;
}

html.v2-checkout-active #simplecheckout_shipping_address .row-shipping_address_address_1 {
  position: relative;
  z-index: 31;
}

html.v2-checkout-active #simplecheckout_customer .form-group {
  margin: 0 !important;
}

html.v2-checkout-active .simple-content .form-group > label.control-label,
html.v2-checkout-active .simple-content .form-group > label.control-label + div {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.v2-checkout-active .simple-content .form-group > label.control-label + div {
  position: relative;
}

html.v2-checkout-active .simple-content .form-group > label.control-label {
  display: block;
  margin-bottom: 6px !important;
  color: var(--v2co-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

html.v2-checkout-active .simple-content input[type="text"],
html.v2-checkout-active .simple-content input[type="password"],
html.v2-checkout-active .simple-content input[type="email"],
html.v2-checkout-active .simple-content input[type="tel"],
html.v2-checkout-active .simple-content select,
html.v2-checkout-active .simple-content textarea {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #d9d5da !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--v2co-ink) !important;
  box-shadow: none !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 22px !important;
  transition: border-color .15s ease, box-shadow .15s ease;
}

html.v2-checkout-active .simple-content textarea {
  min-height: 96px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  resize: vertical;
}

html.v2-checkout-active .simple-content input:focus,
html.v2-checkout-active .simple-content select:focus,
html.v2-checkout-active .simple-content textarea:focus {
  border-color: var(--v2co-violet-line) !important;
  box-shadow: 0 0 0 3px rgba(185, 153, 228, .18) !important;
  outline: 0 !important;
}

html.v2-checkout-active .simple-content select.form-control.select2-hidden-accessible {
  width: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

html.v2-checkout-active .simple-content .select2-container {
  width: 100% !important;
}

html.v2-checkout-active .simple-content .select2-container--bootstrap .select2-selection--single {
  height: 48px !important;
  padding: 12px 42px 12px 14px !important;
  border: 1px solid #d9d5da !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.v2-checkout-active .simple-content .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  color: var(--v2co-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 22px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.v2-checkout-active .simple-content .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  right: 16px !important;
  width: 12px !important;
}

html.v2-checkout-active .simple-content .select2-container--bootstrap.select2-container--focus .select2-selection,
html.v2-checkout-active .simple-content .select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: var(--v2co-violet-line) !important;
  box-shadow: 0 0 0 3px rgba(185, 153, 228, .18) !important;
}

html.v2-checkout-active .select2-container--bootstrap .select2-dropdown {
  overflow: hidden;
  border: 1px solid var(--v2co-violet-line) !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: 0 14px 30px rgba(48, 47, 48, .16) !important;
  font-family: Inter, Arial, sans-serif;
}

html.v2-checkout-active .select2-container--bootstrap .select2-search--dropdown {
  padding: 8px;
}

html.v2-checkout-active .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #d9d5da;
  border-radius: 10px;
  box-shadow: none;
  color: var(--v2co-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
}

html.v2-checkout-active .select2-container--bootstrap .select2-results__option {
  padding: 9px 12px;
  color: var(--v2co-ink);
  font-size: 14px;
  line-height: 20px;
}

html.v2-checkout-active .select2-container--bootstrap .select2-results__option[aria-selected="true"] {
  background: var(--v2co-tint);
}

html.v2-checkout-active .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background: var(--v2co-violet);
  color: #fff;
}

html.v2-checkout-active .simple-content ul.dropdown-address {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 240px;
  border: 1px solid var(--v2co-violet-line);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(48, 47, 48, .16);
  z-index: 1000 !important;
}

html.v2-checkout-active .simple-content .dropdown-address li a {
  padding: 9px 12px;
  color: var(--v2co-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

html.v2-checkout-active .simple-content .dropdown-address li:hover,
html.v2-checkout-active .simple-content .dropdown-address li:focus-within {
  background: var(--v2co-tint);
}

html.v2-checkout-active .simple-content .dropdown-address li a:hover,
html.v2-checkout-active .simple-content .dropdown-address li a:focus {
  color: var(--v2co-ink);
  outline: 0;
}

html.v2-checkout-active .simple-content .dropdown-address .v2-address-loading {
  padding: 11px 12px;
  background: #fff;
  color: var(--v2co-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

html.v2-checkout-active .simple-content .dropdown-address .v2-address-loading span::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border: 2px solid rgba(130, 90, 157, .25);
  border-top-color: var(--v2co-violet);
  border-radius: 50%;
  content: '';
  vertical-align: -2px;
  animation: v2-checkout-spin .7s linear infinite;
}

@keyframes v2-checkout-spin {
  to { transform: rotate(360deg); }
}

html.v2-checkout-active .form-group.has-v2-error input,
html.v2-checkout-active .form-group.has-v2-error select,
html.v2-checkout-active .form-group.has-v2-error textarea,
html.v2-checkout-active .simplecheckout-block.has-v2-error {
  border-color: var(--v2co-danger) !important;
}

html.v2-checkout-active .simplecheckout-error-text,
html.v2-checkout-active .simplecheckout-rule {
  margin-top: 5px;
  color: var(--v2co-danger) !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

html.v2-checkout-active .simplecheckout-warning-block,
html.v2-checkout-active .simplecheckout-warning-text {
  margin: 8px 24px 16px !important;
  padding: 10px 12px !important;
  border: 1px solid var(--v2co-danger-line) !important;
  border-radius: 10px !important;
  background: var(--v2co-danger-bg) !important;
  color: #73323b !important;
  font-size: 13px !important;
  line-height: 19px !important;
}

html.v2-checkout-active #simplecheckout_shipping .simplecheckout-block-content > p {
  margin: 4px 0 8px;
  color: var(--v2co-muted);
  font-size: 13px;
  line-height: 18px;
}

html.v2-checkout-active #simplecheckout_shipping .radio,
html.v2-checkout-active #simplecheckout_payment .radio {
  margin: 0 0 8px !important;
  padding: 0 !important;
}

html.v2-checkout-active #simplecheckout_shipping .radio > label,
html.v2-checkout-active #simplecheckout_payment .radio > label {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  width: 100% !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 12px 16px !important;
  border: 1px solid #e5d7ed;
  border-radius: 12px;
  background: #fff;
  color: var(--v2co-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}

html.v2-checkout-active #simplecheckout_shipping .radio.is-selected > label,
html.v2-checkout-active #simplecheckout_payment .radio.is-selected > label,
html.v2-checkout-active #simplecheckout_shipping .radio > label:has(input:checked),
html.v2-checkout-active #simplecheckout_payment .radio > label:has(input:checked) {
  border-color: var(--v2co-violet-line);
  background: var(--v2co-tint);
}

html.v2-checkout-active #simplecheckout_shipping .radio input,
html.v2-checkout-active #simplecheckout_payment .radio input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0 !important;
  accent-color: var(--v2co-violet);
}

html.v2-checkout-active .simplecheckout-methods-description,
html.v2-checkout-active #simplecheckout_shipping .radio + .form-group,
html.v2-checkout-active #simplecheckout_payment .radio + .form-group {
  margin: -2px 0 10px !important;
  padding: 0 16px !important;
  color: var(--v2co-muted);
  font-size: 12px;
  line-height: 18px;
}

html.v2-checkout-active #simplecheckout_comment textarea {
  min-height: 96px !important;
}

html.v2-checkout-active .simplecheckout-cart {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--v2co-ink);
}

html.v2-checkout-active .simplecheckout-cart th {
  padding: 7px 5px !important;
  border-bottom: 1px solid var(--v2co-line) !important;
  color: var(--v2co-muted) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 15px !important;
  text-transform: uppercase;
}

html.v2-checkout-active .simplecheckout-cart td {
  padding: 12px 5px !important;
  border-bottom: 1px solid var(--v2co-line) !important;
  color: var(--v2co-ink) !important;
  font-size: 12px !important;
  line-height: 18px !important;
  vertical-align: top !important;
}

html.v2-checkout-active .simplecheckout-cart td.image,
html.v2-checkout-active .simplecheckout-cart th.image {
  width: 64px !important;
}

html.v2-checkout-active .simplecheckout-cart col.model { width: 48px; }
html.v2-checkout-active .simplecheckout-cart col.quantity { width: 100px; }
html.v2-checkout-active .simplecheckout-cart col.price,
html.v2-checkout-active .simplecheckout-cart col.total { width: 62px; }
html.v2-checkout-active .simplecheckout-cart col.remove { width: 0; }

html.v2-checkout-active .simplecheckout-cart td.image img {
  width: 54px !important;
  height: 54px !important;
  border-radius: 8px;
  object-fit: cover;
}

html.v2-checkout-active .simplecheckout-cart td.name > .image {
  display: none;
}

html.v2-checkout-active .simplecheckout-cart td.name a {
  color: var(--v2co-ink) !important;
  font-weight: 600;
}

html.v2-checkout-active .simplecheckout-cart tr.v2-stock-problem {
  background: #fff6f6;
  box-shadow: inset 4px 0 0 var(--v2co-danger);
}

html.v2-checkout-active .v2-stock-status {
  display: grid;
  gap: 5px;
  margin-top: 8px;
  color: #73323b;
  font-size: 12px;
  line-height: 17px;
}

html.v2-checkout-active .v2-stock-status > strong {
  display: inline-flex;
  justify-self: start;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f9dfe2;
  color: #8f2f3c;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

html.v2-checkout-active .v2-stock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

html.v2-checkout-active .v2-stock-actions button {
  min-height: 30px;
  padding: 4px 9px;
  border: 1px solid #e7bbc1;
  border-radius: 8px;
  background: #fff;
  color: #8f2f3c;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 650;
  line-height: 16px;
  cursor: pointer;
}

html.v2-checkout-active .v2-stock-actions button:hover,
html.v2-checkout-active .v2-stock-actions button:focus-visible {
  border-color: var(--v2co-danger);
  background: var(--v2co-danger-bg);
  outline: 0;
}

html.v2-checkout-active .simplecheckout-cart td.quantity .input-group {
  display: grid;
  grid-template-columns: 30px 34px 30px;
  width: 94px;
  max-width: none !important;
}

html.v2-checkout-active .simplecheckout-cart td.quantity .input-group-btn {
  display: contents;
}

html.v2-checkout-active .simplecheckout-cart td.quantity .btn,
html.v2-checkout-active .simplecheckout-cart td.quantity input {
  width: 30px !important;
  min-width: 30px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dedade !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--v2co-ink) !important;
  box-shadow: none !important;
  text-align: center;
}

html.v2-checkout-active .simplecheckout-cart td.quantity .btn:first-child {
  border-radius: 8px 0 0 8px !important;
}

html.v2-checkout-active .simplecheckout-cart td.quantity .btn-danger {
  display: none !important;
}

html.v2-checkout-active .simplecheckout-cart td.quantity .btn:nth-last-child(2) {
  border-radius: 0 8px 8px 0 !important;
}

html.v2-checkout-active .simplecheckout-cart td.quantity .btn i {
  color: inherit !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html.v2-checkout-active .simplecheckout-cart-total {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
  padding: 6px 0 !important;
  color: var(--v2co-muted);
  font-size: 13px;
  line-height: 20px;
}

html.v2-checkout-active .simplecheckout-cart-total > span:first-child {
  flex: 1 1 auto;
}

html.v2-checkout-active .simplecheckout-cart-total b {
  font-weight: 500;
}

html.v2-checkout-active .simplecheckout-cart-total-value {
  color: var(--v2co-ink);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}

html.v2-checkout-active .simplecheckout-cart-total:last-of-type {
  margin-top: 6px !important;
  padding-top: 12px !important;
  border-top: 1px solid var(--v2co-line);
  color: var(--v2co-ink);
  font-size: 16px;
}

html.v2-checkout-active .v2-checkout-help {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--v2co-line);
}

html.v2-checkout-active .v2-checkout-help button {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0 8px;
  grid-column: 1 / -1;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--v2co-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

html.v2-checkout-active .v2-checkout-help button i {
  grid-row: 1 / 3;
  color: var(--v2co-violet);
  font-size: 17px;
  text-align: center;
}

html.v2-checkout-active .v2-checkout-help button span {
  color: var(--v2co-muted);
  font-size: 11px;
  line-height: 15px;
}

html.v2-checkout-active .v2-checkout-help button strong {
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
}

html.v2-checkout-active .v2-checkout-help a {
  color: var(--v2co-violet) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html.v2-checkout-active .v2-checkout-actions {
  width: 100%;
  margin: 16px 0 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid var(--v2co-line) !important;
  background: transparent !important;
  overflow: visible !important;
}

html.v2-checkout-active .v2-checkout-actions,
html.v2-checkout-active .v2-checkout-actions * {
  box-sizing: border-box;
}

html.v2-checkout-active .v2-checkout-actions .simplecheckout-button-right,
html.v2-checkout-active .v2-checkout-actions .simplecheckout-button-left {
  float: none !important;
  width: 100%;
  text-align: left !important;
}

html.v2-checkout-active #agreement_checkbox {
  display: block;
  margin-bottom: 12px;
}

html.v2-checkout-active #agreement_checkbox .checkbox {
  margin: 0 !important;
}

html.v2-checkout-active #agreement_checkbox label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--v2co-muted);
  font-size: 11px;
  line-height: 16px;
}

html.v2-checkout-active #agreement_checkbox input {
  width: 18px;
  height: 18px;
  margin: 0 !important;
  accent-color: var(--v2co-violet);
}

html.v2-checkout-active #simplecheckout_button_confirm,
html.v2-checkout-active #simplecheckout_button_next {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--v2co-violet) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 24px !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  cursor: pointer;
}

html.v2-checkout-active #simplecheckout_button_confirm:hover,
html.v2-checkout-active #simplecheckout_button_next:hover {
  background: var(--v2co-violet-dark) !important;
}

html.v2-checkout-active #simplecheckout_button_confirm[disabled],
html.v2-checkout-active #simplecheckout_button_next[disabled] {
  opacity: .55;
  pointer-events: none;
}

html.v2-checkout-active #simplecheckout_proceed_payment {
  border-radius: 12px;
}

@media (min-width: 1024px) {
  /* The checkout remains compact on mobile/tablet. A desktop viewport gets
     the complete storefront header instead of the mobile-like two-item row. */
  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__notice,
  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__search,
  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__nav {
    display: block !important;
  }

  html.v2-checkout-active .v2-site-header--checkout .v2-desktop-action {
    display: inline-flex !important;
  }

  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__core {
    min-height: 68px !important;
  }

  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__grid {
    grid-template-columns: 240px minmax(420px, 500px) minmax(0, 1fr) !important;
    gap: 32px !important;
    height: 68px !important;
    min-height: 68px !important;
  }

  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__logo img {
    max-width: 240px !important;
    max-height: 38px !important;
  }

  html.v2-checkout-active .v2-checkout-summary-column .table-responsive {
    overflow: visible !important;
    border: 0 !important;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart,
  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart tbody {
    display: block;
    width: 100% !important;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart colgroup,
  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart thead,
  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.model,
  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.total,
  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.remove {
    display: none !important;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart tbody tr {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 7px 12px;
    padding: 12px 0 12px 32px;
    border-bottom: 1px solid var(--v2co-line);
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.position {
    position: absolute;
    top: 12px;
    left: 0;
    display: block !important;
    width: 28px !important;
    min-width: 28px;
    padding: 0 !important;
    border: 0 !important;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart tbody tr.v2-stock-problem {
    padding-right: 10px;
    padding-left: 44px;
    border-radius: 10px;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.image {
    display: block !important;
    grid-row: 1 / 3;
    grid-column: 1;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.name {
    grid-row: 1;
    grid-column: 2 / 4;
    font-size: 13px !important;
    line-height: 18px !important;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.price {
    grid-row: 2;
    grid-column: 2;
    align-self: center;
    font-size: 14px !important;
    font-weight: 650;
    line-height: 20px !important;
    white-space: nowrap;
  }

  html.v2-checkout-active .v2-checkout-summary-column .simplecheckout-cart td.quantity {
    grid-row: 2;
    grid-column: 3;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__grid {
    grid-template-columns: 200px minmax(280px, 1fr) auto !important;
    gap: 16px !important;
  }

  html.v2-checkout-active .v2-site-header--checkout .v2-site-header__logo img {
    max-width: 200px !important;
  }
}

@media (max-width: 1023px) {
  html.v2-checkout-active .v2-checkout-page {
    width: min(720px, calc(100% - 32px)) !important;
    padding-top: 16px !important;
    padding-bottom: calc(var(--v2co-action-height, 80px) + 28px) !important;
  }

  html.v2-checkout-active .v2-checkout-layout {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }

  html.v2-checkout-active .v2-checkout-summary-column {
    position: static;
    order: 1;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  html.v2-checkout-active .v2-checkout-form-column {
    order: 2;
    width: 100% !important;
  }

  html.v2-checkout-active .simplecheckout > .simplecheckout-warning-block,
  html.v2-checkout-active .simplecheckout > #agreement_warning {
    order: 0;
    width: 100%;
  }

  html.v2-checkout-active .simplecheckout > #simplecheckout_bottom,
  html.v2-checkout-active .simplecheckout > #simplecheckout_proceed_payment,
  html.v2-checkout-active .simplecheckout > #simplecheckout_payment_form {
    order: 3;
    width: 100%;
  }

  html.v2-checkout-active .v2-checkout-actions {
    order: 4;
  }

  html.v2-checkout-active .v2-checkout-summary-toggle {
    grid-template-columns: minmax(0, 1fr) auto 18px;
    min-height: 62px;
    padding: 14px 18px;
    cursor: pointer;
  }

  html.v2-checkout-active .v2-checkout-summary-toggle > strong,
  html.v2-checkout-active .v2-checkout-summary-toggle > svg {
    display: block;
  }

  html.v2-checkout-active .v2-checkout-summary-column.is-summary-open .v2-checkout-summary-toggle > svg {
    transform: rotate(180deg);
  }

  html.v2-checkout-active .v2-checkout-summary-body {
    display: none;
    padding: 0 18px 18px;
  }

  html.v2-checkout-active .v2-checkout-summary-column.is-summary-open .v2-checkout-summary-body {
    display: block;
  }

  html.v2-checkout-active .v2-checkout-actions {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin: 0 !important;
    padding: 8px max(16px, calc((100vw - 720px) / 2)) calc(8px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid var(--v2co-line) !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 -10px 28px rgba(48, 47, 48, .08);
    backdrop-filter: blur(12px);
  }

  html.v2-checkout-active #agreement_checkbox {
    max-width: 720px;
    margin: 0 auto 8px;
  }

  html.v2-checkout-active #simplecheckout_button_confirm,
  html.v2-checkout-active #simplecheckout_button_next {
    max-width: 720px;
    min-height: 48px;
    margin: 0 auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 600px) {
  html.v2-checkout-active .v2-site-header__grid {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  html.v2-checkout-active .v2-site-header__logo img {
    max-width: 154px !important;
  }

  html.v2-checkout-active .v2-checkout-page {
    width: calc(100% - 24px) !important;
    padding-top: 12px !important;
  }

  html.v2-checkout-active .v2-checkout-page > .breadcrumb {
    display: none !important;
  }

  html.v2-checkout-active .v2-checkout-page .heading-title {
    margin-bottom: 16px !important;
    overflow: visible !important;
    font-size: 28px !important;
    line-height: 34px !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  html.v2-checkout-active .v2-checkout-error-summary {
    margin: 0 0 14px;
  }

  html.v2-checkout-active .checkout-heading.panel-heading {
    min-height: 52px;
    padding: 14px 16px 6px !important;
    font-size: 17px !important;
  }

  html.v2-checkout-active .simplecheckout-block-content {
    padding: 8px 16px 18px !important;
  }

  html.v2-checkout-active #simplecheckout_customer .simplecheckout-block-content {
    display: block;
  }

  html.v2-checkout-active #simplecheckout_customer fieldset,
  html.v2-checkout-active #simplecheckout_shipping_address fieldset {
    grid-template-columns: 1fr;
  }

  html.v2-checkout-active .simple-content .form-group {
    margin-bottom: 16px !important;
  }

  html.v2-checkout-active .simplecheckout-warning-block,
  html.v2-checkout-active .simplecheckout-warning-text {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  html.v2-checkout-active .simple-content ul.dropdown-address {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html.v2-checkout-active .v2-checkout-summary-body .table-responsive {
    width: 100%;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
  }

  html.v2-checkout-active .simplecheckout-cart,
  html.v2-checkout-active .simplecheckout-cart tbody,
  html.v2-checkout-active .simplecheckout-cart tr,
  html.v2-checkout-active .simplecheckout-cart td {
    display: block;
    width: 100% !important;
  }

  html.v2-checkout-active .simplecheckout-cart colgroup,
  html.v2-checkout-active .simplecheckout-cart thead,
  html.v2-checkout-active .simplecheckout-cart td.image,
  html.v2-checkout-active .simplecheckout-cart td.remove {
    display: none !important;
  }

  html.v2-checkout-active .simplecheckout-cart tbody tr {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
    padding: 14px 0 14px 32px;
    border-bottom: 1px solid var(--v2co-line);
  }

  html.v2-checkout-active .simplecheckout-cart td.position {
    position: absolute;
    top: 14px;
    left: 0;
    display: block !important;
    width: 28px !important;
    min-width: 28px;
  }

  html.v2-checkout-active .simplecheckout-cart td {
    padding: 0 !important;
    border: 0 !important;
  }

  html.v2-checkout-active .simplecheckout-cart td.name {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 3px 12px;
    grid-column: 1 / -1;
    min-height: 88px;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  html.v2-checkout-active .simplecheckout-cart td.name > .image {
    display: block;
    grid-row: 1 / 5;
    grid-column: 1;
    width: 88px;
    height: 88px;
    margin: 0;
  }

  html.v2-checkout-active .simplecheckout-cart td.name > .image img {
    display: block;
    width: 88px !important;
    height: 88px !important;
    border-radius: 10px;
    object-fit: cover;
  }

  html.v2-checkout-active .simplecheckout-cart td.name > a,
  html.v2-checkout-active .simplecheckout-cart td.name > .cart-product-model,
  html.v2-checkout-active .simplecheckout-cart td.name > .product-warning,
  html.v2-checkout-active .simplecheckout-cart td.name > .v2-stock-status,
  html.v2-checkout-active .simplecheckout-cart td.name > .options,
  html.v2-checkout-active .simplecheckout-cart td.name > small {
    grid-column: 2;
  }

  html.v2-checkout-active .simplecheckout-cart td.name > .options {
    color: var(--v2co-muted);
    font-size: 12px;
    line-height: 18px;
  }

  html.v2-checkout-active .simplecheckout-cart tbody tr.v2-stock-problem {
    padding-right: 10px;
    padding-left: 44px;
    border-radius: 10px;
  }

  html.v2-checkout-active .simplecheckout-cart td.model {
    grid-column: 1;
    color: var(--v2co-muted) !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  html.v2-checkout-active .simplecheckout-cart td.model::before {
    content: "#";
  }

  html.v2-checkout-active .simplecheckout-cart td.price {
    grid-column: 2;
    grid-row: 2;
    color: var(--v2co-ink) !important;
    font-size: 16px !important;
    font-weight: 650;
    line-height: 24px !important;
    text-align: right;
    white-space: nowrap;
  }

  html.v2-checkout-active .simplecheckout-cart td.total {
    display: none !important;
  }

  html.v2-checkout-active .simplecheckout-cart td.quantity {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  html.v2-checkout-active .simplecheckout-cart td.quantity .input-group {
    grid-template-columns: 40px 42px 40px 40px;
    width: 162px;
  }

  html.v2-checkout-active .simplecheckout-cart td.quantity .btn,
  html.v2-checkout-active .simplecheckout-cart td.quantity input {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  html.v2-checkout-active .simplecheckout-cart td.quantity .btn-danger {
    display: block !important;
    margin-left: 8px !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: var(--v2co-muted) !important;
  }

  html.v2-checkout-active .simplecheckout-cart-total {
    padding: 5px 0 !important;
  }

  html.v2-checkout-active .v2-checkout-help {
    grid-template-columns: 1fr;
  }

  html.v2-checkout-active .v2-checkout-help a {
    min-height: 32px;
    padding: 6px 0;
  }

  html.v2-checkout-active .v2-checkout-actions {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.v2-checkout-active *,
  html.v2-checkout-active *::before,
  html.v2-checkout-active *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
