:root {
  --width-logo-header: 100px;
  --width-logo-header-lg: 100px;
}

.elc-cart-page-wrapper {
  --color-cart-items-border: var(--color-secondary-500);
  --checkout-button-border-radius: 100px;
  --checkout-button-text-weight: 500;
  --checkout-button-text-size: var(--text-sm-2);
  --title-text-transform: uppercase;
  --item-description-name-text-size: var(--text-sm-2);
  --item-description-name-line-height: var(--text-regular);
  --item-description-name-text-weight: 500;
  --item-description-name-text-family: var(--font-headline);
  --item-description-product-wrapper-shade-font-size: var(--text-sm-1);
  --item-total-price-font-family: var(--font-semibold);
  --empty-checkout-button-border-radius: 100px;
  --item-old-price-color: var(--color-secondary-600);
  --empty-checkout-button-bg-color: transparent;
  --empty-checkout-content-text-color: var(--color-secondary);
  --empty-checkout-button-font-size: var(--text-sm-2);
  --message-font-size: var(--text-sm-2);
  --message-line-height: var(--text-regular);

  /* Summary Panel */
  --summary-panel-border-color: var(--color-secondary-500);
  --summary-panel-header-size: var(--text-sm-2);
  --summary-panel-header-text-transform: uppercase;
  --summary-panel-header-line-height: var(--text-regular);
  --summary-panel-item-line-height: var(--text-lg-1);
  --summary-panel-subtotal-font-name: var(--font-headline);
  --summary-panel-subtotal-text-transform: uppercase;
  --summary-panel-item-font-size: var(--text-sm-1);
  --sticky-footer-subtotal-font-family: var(--font-headline);
  --sticky-footer-subtotal-font-size: var(--text-sm-2);
  --sticky-footer-subtotal-font-weight: 500;
}


.elc-cart-page-container button.elc-cart-page-checkout-btn {
  border: 1px solid var(--color-secondary);
  font-family: var(--font-headline);
  line-height: var(--text-regular);
}

.elc-cart-page-container .elc-cart-empty-btn-wrapper button.elc-cart-page-checkout-btn {
  --checkout-button-bg-color: transparent;
  --checkout-button-color: var(--color-black);
}

.elc-cart-page-wrapper .elc-cart-page-title {
  --title-font-size: var(--text-lg-125);
}

.elc-cart-page-container .elc-cart-sidebar-sidebar-items,
.elc-cart-page-container .elc-cart-page-summary {
  border: none;
}

.elc-cart-page-container .elc-cart-page-items .elc-cart-item-image img {
  border-radius: var(--text-regular);
}

.elc-cart-page-container .elc-spinner-selector-button {
  height: var(--text-lg-4);
  width: var(--text-lg-4);
}

.elc-cart-page-container .elc-summary-subtotal .elc-summary-label-text {
  font-size: var(--text-sm-2);
  font-weight: 500;
  line-height: var(--text-regular);
}

.elc-cart-page-container .elc-cart-empty-message {
  text-align: inherit;
}

.elc-cart-item-description-product-wrapper p {
  line-height: var(--text-lg-1);
}

.elc-cart-item-price-wrapper .elc-cart-item-percent {
  display: none;
}

.elc-cart-page-container .elc-cart-item-panel.sample .elc-cart-item-price-wrapper {
  flex-direction: row-reverse;
}

.elc-cart-page-container .elc-summary-subtotal-sticky .elc-sticky-total-item-count {
  line-height: var(--text-regular);
}

.elc-cart-page-container .elc-summary-subtotal-sticky .elc-summary-label-text {
  font-family: var(--font-body);
  font-size: var(--text-sm-1);
  font-weight: 400;
  line-height: var(--text-lg-1);
  text-transform: capitalize;
}

.elc-cart-page-container .elc-summary-subtotal-sticky .elc-summary-label-value,
.elc-cart-page-container .elc-summary-subtotal .elc-summary-label-value {
  font-family: var(--font-semibold);
  font-size: var(--text-regular);
  line-height: var(--text-lg-2);
  font-weight: 600;
}

.elc-cart-page-container .elc-cart-page-summary > .elc-cart-page-offer-code-wrapper {
  border-bottom: none;
  padding: 0;
}

footer svg {
  color: var(--color-secondary);
}

@media (min-width: 768px) {
  :root {
    --width-logo-header: 16rem;
  }

  .elc-cart-page-wrapper {
    --title-font-line-height: var(--text-lg-2);
  }

  .elc-cart-page-container .elc-cart-empty-message {
    text-align: center;
  }
}

.elc-cart-page-message {
  font-family: var(--font-headline);
  font-weight: 500;
  align-items: center;
}

.elc-cart-page-messages-panel .elc-cart-page-message.tag-SUCCESS {
  border: none;
}

/* NADTX1-3402: Hide (temporarily) the hazmat icon since all Balmain items are hazmat. */
.item-error-alert .elc-cart-item-alert-icon {
  display: none;
}

.elc-cart-page-subtitle .cart-page-subtitle-fr:lang(en-FR) {
  display: none;
}

.elc-cart-page-subtitle .cart-page-subtitle-en:lang(fr-FR) {
  display: none;
}
