:root {
  --sd-black: #070809;
  --sd-ink: #151516;
  --sd-paper: #f4f2ec;
  --sd-white: #ffffff;
  --sd-red: #e0182d;
  --sd-cyan: #60c9c1;
  --sd-muted: #7a7a74;
  --sd-line: rgba(21, 21, 22, .14);
  --sd-radius: 8px;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  background: var(--sd-paper);
  color: var(--sd-ink);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.sd-commerce-redesign .sd-commerce-main {
  min-height: 60vh;
  background: var(--sd-paper);
}

.sd-commerce-hero {
  min-height: 290px;
  display: flex;
  align-items: center;
  padding: 72px 0 56px;
  background:
    linear-gradient(90deg, rgba(7, 8, 9, .96), rgba(7, 8, 9, .68)),
    image-set(url("assets/paintwork-768.webp") 1x, url("assets/paintwork-1600.webp") 2x) center / cover;
  color: var(--sd-white);
}

.sd-commerce-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sd-commerce-breadcrumbs a {
  color: rgba(255, 255, 255, .86);
}

.sd-commerce-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--sd-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sd-commerce-hero h1 {
  margin: 0;
  color: var(--sd-white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .95;
  text-transform: uppercase;
}

.sd-commerce-hero p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.6;
}

.sd-commerce-content {
  padding: 54px 0 88px;
}

.sd-commerce-content > .shell > .woocommerce {
  display: grid;
  gap: 18px;
}

body.woocommerce-account .woocommerce {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  padding: 24px;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  background: var(--sd-white);
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  min-width: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  overflow-wrap: normal;
  word-break: normal;
}

body.woocommerce-account .woocommerce-MyAccount-content .form-row {
  width: 100% !important;
  float: none !important;
  margin: 0 0 16px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content select,
body.woocommerce-account .woocommerce-MyAccount-content textarea {
  width: 100% !important;
  min-height: 48px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  color: var(--sd-ink);
  font-weight: 700;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--sd-black);
  color: var(--sd-white);
}

.sd-commerce-redesign .return-to-shop .button {
  background: var(--sd-red) !important;
  color: var(--sd-white) !important;
}

.sd-commerce-redesign .woocommerce-message::before,
.sd-commerce-redesign .woocommerce-info::before,
.sd-commerce-redesign .woocommerce-error::before {
  content: none !important;
  display: none !important;
}

.sd-commerce-redesign .wc-empty-cart-message .cart-empty,
.sd-commerce-redesign .return-to-shop,
.sd-commerce-redesign .return-to-shop .button {
  width: 100%;
}

.sd-header-cart span {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--sd-white);
  color: var(--sd-red);
  font-size: 11px;
}

.sd-commerce-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sd-commerce-footer a {
  color: rgba(255, 255, 255, .76);
  font-weight: 700;
}

body.woocommerce-cart .woocommerce-content-box,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .shipping-coupon .coupon,
body.woocommerce-checkout .woocommerce-content-box,
body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  background: var(--sd-white);
  box-shadow: none;
}

body.woocommerce-cart .woocommerce-content-box,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .shipping-coupon .coupon,
body.woocommerce-checkout .woocommerce-content-box,
body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  padding: 24px;
}

body.woocommerce-cart .woocommerce-content-box h2,
body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .shipping-coupon h2,
body.woocommerce-checkout .checkout_coupon h2,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #econt-title-text {
  margin: 0 0 18px;
  color: var(--sd-ink);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.08;
  text-transform: uppercase;
}

body.woocommerce-cart .shop_table,
body.woocommerce-checkout .shop_table {
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  background: var(--sd-white);
  border-collapse: separate;
  border-spacing: 0;
}

body.woocommerce-cart .shop_table th,
body.woocommerce-checkout .shop_table th {
  background: var(--sd-black);
  color: var(--sd-white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.woocommerce-cart .shop_table th,
body.woocommerce-cart .shop_table td,
body.woocommerce-checkout .shop_table th,
body.woocommerce-checkout .shop_table td {
  padding: 16px;
  border-color: var(--sd-line);
  vertical-align: middle;
}

body.woocommerce-cart .product-thumbnail img,
body.woocommerce-checkout .product-thumbnail img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  background: #f7f7f3;
}

body.woocommerce-cart .product-title,
body.woocommerce-checkout .product-info {
  color: var(--sd-ink);
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

body.woocommerce-cart .amount,
body.woocommerce-checkout .amount {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
}

body.woocommerce-cart .amount-eur,
body.woocommerce-checkout .amount-eur {
  color: var(--sd-muted);
  font-size: .88em;
  font-weight: 600;
}

body.woocommerce-cart del,
body.woocommerce-checkout del {
  color: var(--sd-muted);
}

body.woocommerce-cart ins,
body.woocommerce-checkout ins {
  color: var(--sd-red);
  text-decoration: none;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-cart input.input-text,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-container .select2-selection {
  min-height: 48px;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  background: var(--sd-white);
  color: var(--sd-ink);
  font: inherit;
}

body.woocommerce-cart .quantity .qty {
  width: 82px;
  text-align: center;
  font-weight: 800;
}

body.woocommerce-cart .coupon,
body.woocommerce-checkout .coupon-contents {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

body.woocommerce-cart .button,
body.woocommerce-checkout .button {
  min-height: 48px;
  border: 0;
  border-radius: var(--sd-radius);
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--sd-black);
  color: var(--sd-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.woocommerce-cart .checkout-button,
body.woocommerce-checkout #place_order {
  width: 100%;
  background: var(--sd-red);
}

body.woocommerce-cart .wc-proceed-to-checkout {
  display: grid;
  gap: 10px;
}

body.woocommerce-cart .rate_cart_page {
  color: var(--sd-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .55fr);
  gap: 18px;
  align-items: start;
}

body.woocommerce-cart .cart_totals {
  position: sticky;
  top: 96px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
  border: 1px solid var(--sd-line);
  border-left: 3px solid var(--sd-red);
  border-radius: var(--sd-radius);
  background: var(--sd-white);
  color: var(--sd-ink);
}

body.woocommerce-cart .product-remove .remove {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--sd-radius);
  background: rgba(224, 24, 45, .1);
  color: var(--sd-red);
  font-size: 24px;
  line-height: 1;
}

body.woocommerce-checkout .checkout_coupon {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1fr);
  gap: 16px;
  align-items: end;
}

body.woocommerce-checkout .checkout_coupon::before,
body.woocommerce-checkout .checkout_coupon::after,
body.woocommerce-checkout .coupon-contents::before,
body.woocommerce-checkout .coupon-contents::after {
  display: none;
}

body.woocommerce-checkout .coupon-contents .form-row {
  width: auto;
  float: none;
  margin: 0;
}

body.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  width: auto;
  float: none;
}

body.woocommerce-checkout .form-row {
  margin-bottom: 14px;
}

body.woocommerce-checkout .form-row label {
  margin-bottom: 6px;
  color: var(--sd-ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-additional-fields {
  display: grid;
  gap: 14px;
}

body.woocommerce-checkout #econt_custom_checkout_field {
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  background: #fbfaf6;
}

body.woocommerce-checkout #econt-description {
  margin: -8px 0 16px;
  color: var(--sd-muted);
}

body.woocommerce-checkout #order_review {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .48fr);
  gap: 18px;
  align-items: start;
}

body.woocommerce-checkout #payment {
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  background: var(--sd-white);
}

body.woocommerce-checkout .wc_payment_methods {
  padding: 18px;
  border-bottom: 1px solid var(--sd-line);
}

body.woocommerce-checkout .wc_payment_method {
  padding: 12px 0;
}

body.woocommerce-checkout .payment_box {
  margin: 10px 0 0;
  padding: 14px;
  border-radius: var(--sd-radius);
  background: #fbfaf6;
  color: var(--sd-muted);
}

body.woocommerce-checkout .place-order {
  padding: 18px;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: var(--sd-muted);
  font-size: 13px;
  line-height: 1.6;
}

body.woocommerce-checkout .tbi_button_container2,
body.woocommerce-cart .tbi_button_container2 {
  margin-top: 12px;
}

@media (max-width: 1024px) {
  body.woocommerce-cart .buttonizer,
  body.woocommerce-cart #buttonizer-backdrop,
  body.woocommerce-cart .vi-wcaio-menu-cart,
  body.woocommerce-cart .vi-wcaio-sidebar-cart-icon-wrap,
  body.woocommerce-cart #fb-root,
  body.woocommerce-checkout .buttonizer,
  body.woocommerce-checkout #buttonizer-backdrop,
  body.woocommerce-checkout .vi-wcaio-menu-cart,
  body.woocommerce-checkout .vi-wcaio-sidebar-cart-icon-wrap,
  body.woocommerce-checkout #fb-root {
    display: none !important;
  }

  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout .checkout_coupon {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .cart_totals {
    position: static;
  }
}

@media (max-width: 760px) {
  .sd-commerce-hero {
    min-height: 230px;
    padding: 48px 0 38px;
  }

  .sd-commerce-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .sd-commerce-hero p {
    font-size: 14px;
  }

  .sd-commerce-content {
    padding: 34px 0 56px;
  }

  .sd-commerce-footer .footer-inner,
  .sd-commerce-footer nav {
    flex-direction: column;
  }

  body.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart [class*="vi-wcaio-sidebar-cart"],
  body.woocommerce-checkout [class*="vi-wcaio-sidebar-cart"],
  body.woocommerce-account [class*="vi-wcaio-sidebar-cart"] {
    display: none !important;
  }

  body.woocommerce-cart .woocommerce-content-box,
  body.woocommerce-cart .cart_totals,
  body.woocommerce-cart .shipping-coupon .coupon,
  body.woocommerce-checkout .woocommerce-content-box,
  body.woocommerce-checkout .checkout_coupon,
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2 {
    padding: 18px;
  }

  body.woocommerce-cart .shop_table thead {
    display: none;
  }

  body.woocommerce-cart .shop_table tr,
  body.woocommerce-cart .shop_table td {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart .shop_table td {
    padding: 12px 0;
  }

  body.woocommerce-cart .cart_totals .shop_table tr,
  body.woocommerce-checkout #order_review .shop_table tr {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .cart_totals .shop_table th,
  body.woocommerce-cart .cart_totals .shop_table td,
  body.woocommerce-checkout #order_review .shop_table th,
  body.woocommerce-checkout #order_review .shop_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }

  body.woocommerce-cart .cart_totals .shop_table td,
  body.woocommerce-checkout #order_review .shop_table td {
    padding: 14px 16px;
  }

  body.woocommerce-cart .product-thumbnail img,
  body.woocommerce-checkout .product-thumbnail img {
    width: 72px;
    height: 72px;
  }

  body.woocommerce-cart .coupon,
  body.woocommerce-checkout .coupon-contents {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .button,
  body.woocommerce-checkout .button {
    width: 100%;
  }
}
