.elementor-637 .elementor-element.elementor-element-9a154de{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-4353635f *//* ================================================================
   PEPTOVIX — WOOCOMMERCE CART
   Add to Appearance > Customize > Additional CSS
   ================================================================ */

body.woocommerce-cart {
  --pv-cart-gold: #d8ba7d;
  --pv-cart-gold-dark: #a87820;
  --pv-cart-ink: #1b1813;
  --pv-cart-body: #5f584e;
  --pv-cart-muted: #91897c;
  --pv-cart-line: #e5ddd0;
  --pv-cart-paper: #f6f4ef;
  --pv-cart-surface: #ffffff;
  background: var(--pv-cart-paper);
}

body.woocommerce-cart *,
body.woocommerce-cart *::before,
body.woocommerce-cart *::after {
  box-sizing: border-box;
}

/* Main cart width */
body.woocommerce-cart .wp-block-woocommerce-cart {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px 0 96px;
  color: var(--pv-cart-body);
  font-family: "IBM Plex Sans", sans-serif;
}

/* Page and block headings */
body.woocommerce-cart .entry-title,
body.woocommerce-cart .wp-block-heading,
body.woocommerce-cart .wc-block-cart__empty-cart__title,
body.woocommerce-cart .wc-block-components-title,
body.woocommerce-cart .wc-block-components-order-summary__title-text {
  color: var(--pv-cart-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

body.woocommerce-cart .entry-title {
  width: 75%;
  max-width: 1440px;
  margin: 64px auto 0;
  font-size: clamp(40px, 5vw, 62px);
}

/* Cart layout */
body.woocommerce-cart .wc-block-cart__main {
  padding-right: 36px;
}

body.woocommerce-cart .wc-block-cart__sidebar {
  padding-left: 36px;
}

/* Product table */
body.woocommerce-cart .wc-block-cart-items {
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

body.woocommerce-cart .wc-block-cart-items thead {
  border-top: 0.5px solid var(--pv-cart-gold);
  border-bottom: 0.5px solid var(--pv-cart-gold);
}

body.woocommerce-cart .wc-block-cart-items thead th {
  padding: 15px 0;
  color: var(--pv-cart-gold-dark);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-items__row {
  border-bottom: 0.5px solid var(--pv-cart-line);
}

body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-cart .wc-block-cart-item__total {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body.woocommerce-cart .wc-block-cart-item__image img {
  border: 0.5px solid var(--pv-cart-line);
  background: #f4eddd;
}

/* Product name */
body.woocommerce-cart .wc-block-components-product-name {
  color: var(--pv-cart-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
  color: var(--pv-cart-gold-dark) !important;
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-details {
  color: var(--pv-cart-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Prices */
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-formatted-money-amount,
body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  color: var(--pv-cart-ink);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

/* Quantity control */
body.woocommerce-cart .wc-block-components-quantity-.elementor-637 .elementor-element.elementor-element-4353635f {
  min-height: 40px;
  border: 0.5px solid var(--pv-cart-gold) !important;
  border-radius: 0 !important;
  background: var(--pv-cart-surface);
}

body.woocommerce-cart .wc-block-components-quantity-.elementor-637 .elementor-element.elementor-element-4353635f input,
body.woocommerce-cart .wc-block-components-quantity-.elementor-637 .elementor-element.elementor-element-4353635f button {
  color: var(--pv-cart-ink);
  font-family: "IBM Plex Sans", sans-serif;
}

body.woocommerce-cart .wc-block-components-quantity-.elementor-637 .elementor-element.elementor-element-4353635f button:hover {
  background: #f4eddd;
}

/* Remove link */
body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: var(--pv-cart-gold-dark) !important;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 9px !important;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: var(--pv-cart-ink) !important;
}

/* Order summary */
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  border-color: var(--pv-cart-line) !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  padding: 26px;
  border: 0.5px solid var(--pv-cart-gold);
  background: var(--pv-cart-surface);
}

body.woocommerce-cart .wc-block-cart__totals-title {
  padding: 0 0 20px !important;
  color: var(--pv-cart-gold-dark);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 2.5px;
  text-align: left !important;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-components-totals-item {
  padding: 15px 0;
}

body.woocommerce-cart .wc-block-components-totals-item__label {
  color: var(--pv-cart-body);
  font-size: 13px;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
  color: var(--pv-cart-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

/* Coupon */
body.woocommerce-cart .wc-block-components-panel__button {
  color: var(--pv-cart-gold-dark);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-components-text-input input {
  min-height: 50px;
  border: 0.5px solid var(--pv-cart-line) !important;
  border-radius: 0 !important;
  background: var(--pv-cart-surface) !important;
  color: var(--pv-cart-ink) !important;
  font-family: "IBM Plex Sans", sans-serif;
}

body.woocommerce-cart .wc-block-components-text-input input:focus {
  border-color: var(--pv-cart-gold) !important;
  box-shadow: 0 0 0 1px var(--pv-cart-gold) !important;
}

/* All cart buttons */
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wp-block-button__link,
body.woocommerce-cart .wc-block-grid__product-add-to-cart a,
body.woocommerce-cart .wc-block-grid__product-add-to-cart button {
  min-height: 52px;
  padding: 15px 24px !important;
  border: 1px solid var(--pv-cart-ink) !important;
  border-radius: 0 !important;
  background: var(--pv-cart-ink) !important;
  color: var(--pv-cart-gold) !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 2.2px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-cart .wp-block-button__link:hover,
body.woocommerce-cart .wc-block-grid__product-add-to-cart a:hover,
body.woocommerce-cart .wc-block-grid__product-add-to-cart button:hover {
  border-color: var(--pv-cart-gold) !important;
  background: var(--pv-cart-gold) !important;
  color: var(--pv-cart-ink) !important;
}

body.woocommerce-cart .wc-block-cart__submit-button {
  width: 100%;
  margin-top: 18px;
}

/* Cross-sells */
body.woocommerce-cart .wp-block-woocommerce-product-collection {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 0.5px solid var(--pv-cart-gold);
}

body.woocommerce-cart .wp-block-woocommerce-product-collection > .wp-block-heading {
  margin-bottom: 28px !important;
  font-size: clamp(30px, 3vw, 42px);
}

body.woocommerce-cart .wc-block-product {
  overflow: hidden;
  border: 0.5px solid var(--pv-cart-line);
  background: var(--pv-cart-surface);
}

body.woocommerce-cart .wc-block-components-product-image img,
body.woocommerce-cart .wc-block-grid__product-image img {
  width: 100%;
  background: #f4eddd;
}

body.woocommerce-cart .wc-block-product .wp-block-post-title,
body.woocommerce-cart .wc-block-grid__product-title {
  padding: 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

/* Empty cart */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  padding: 80px 24px;
  border-top: 0.5px solid var(--pv-cart-gold);
  border-bottom: 0.5px solid var(--pv-cart-gold);
  background: var(--pv-cart-surface);
  text-align: center;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
  font-size: clamp(34px, 5vw, 54px);
}

body.woocommerce-cart .wp-block-separator.is-style-dots {
  color: var(--pv-cart-gold);
}

/* Notices */
body.woocommerce-cart .wc-block-components-notice-banner {
  border: 0.5px solid var(--pv-cart-gold) !important;
  border-radius: 0 !important;
  background: #f4eddd !important;
  color: var(--pv-cart-ink) !important;
  font-family: "IBM Plex Sans", sans-serif;
}

/* Tablet */
@media (max-width: 1024px) {
  body.woocommerce-cart .wp-block-woocommerce-cart,
  body.woocommerce-cart .entry-title {
    width: 88%;
  }

  body.woocommerce-cart .wc-block-cart__main { padding-right: 20px; }
  body.woocommerce-cart .wc-block-cart__sidebar { padding-left: 20px; }
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-cart .entry-title {
    width: 100%;
    margin-top: 38px;
    padding: 0 15px;
    font-size: 38px;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart {
    width: 100%;
    margin: 0;
    padding: 38px 15px 64px;
    overflow-x: hidden;
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    padding: 20px 15px;
  }

  body.woocommerce-cart .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-item__product,
  body.woocommerce-cart .wc-block-cart-item__total {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  body.woocommerce-cart .wc-block-components-product-name { font-size: 18px; }

  body.woocommerce-cart .wp-block-woocommerce-product-collection {
    margin-top: 50px;
    padding-top: 36px;
  }

  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding: 56px 15px;
  }
}/* End custom CSS */