body.cart-template .cart-page {
  background: radial-gradient(circle at 20% 10%, #fffdf6 0, #fff7e9 35%, #fff4df 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.cart-template .cart-notices {
  display: grid;
  gap: 10px;
  padding-top: 20px;
}

body.cart-template .cart-notices:empty {
  display: none;
}

body.cart-template .cart-notices .woocommerce-message,
body.cart-template .cart-notices .woocommerce-error,
body.cart-template .cart-notices .woocommerce-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid rgba(36, 29, 42, .12);
  border-left: 4px solid var(--yellow);
  border-radius: 12px;
  background: rgba(255, 255, 255, .76);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(36, 29, 42, .08);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

body.cart-template .cart-notices .woocommerce-error {
  border-left-color: #ff6b5c;
}

body.cart-template .cart-notices .woocommerce-info {
  border-left-color: #74dfc2;
}

body.cart-template .cart-notices .woocommerce-message::before,
body.cart-template .cart-notices .woocommerce-error::before,
body.cart-template .cart-notices .woocommerce-info::before {
  display: none !important;
  content: none !important;
}

body.cart-template .cart-notices a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.cart-template .cart-notices .button {
  order: 2;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ink) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-decoration: none;
}

body.cart-template .page-container {
  width: min(100% - 36px, 1240px);
  max-width: 1240px;
  margin-inline: auto;
}

body.cart-template .cart-hero {
  padding: 60px 0 22px;
}

body.cart-template .cart-hero h1 {
  font-size: 92px;
  line-height: .9;
  margin: 18px 0 18px;
  font-weight: 900;
  letter-spacing: -.075em;
}

body.cart-template .cart-hero p {
  font-size: 17px;
  line-height: 1.35;
  color: var(--muted);
  margin: 0;
}

body.cart-template .cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 405px;
  gap: 26px;
  align-items: start;
  box-sizing: border-box;
}

body.cart-template .woocommerce-cart-form,
body.cart-template .cart-collaterals,
body.cart-template .summary-card,
body.cart-template .summary-card .cart_totals {
  float: none !important;
  width: auto !important;
}

body.cart-template .woocommerce-cart-form {
  display: block;
  margin: 0;
  max-width: none !important;
}

body.cart-template .summary-card .cart_totals {
  width: 100% !important;
}

body.cart-template .cart-left,
body.cart-template .cart-box,
body.cart-template .summary-card {
  width: 100%;
  max-width: 100%;
}

body.cart-template .woocommerce-cart-form .cart-box,
body.cart-template .summary-card,
body.cart-template .trust-strip {
  border: 1.5px solid var(--line);
  background: rgba(255, 255, 255, .42);
  box-shadow: var(--shadow);
}

body.cart-template .woocommerce-cart-form .cart-box {
  padding: 0 22px;
  border-collapse: separate !important;
}

body.cart-template .woocommerce-cart-form .cart-item {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 155px;
  gap: 28px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  box-sizing: border-box;
}

body.cart-template .woocommerce-cart-form .cart-item:last-child {
  border-bottom: 0;
}

body.cart-template .woocommerce-cart-form .product-art {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}

body.cart-template .woocommerce-cart-form .product-art img {
  width: 72%;
  height: 82%;
  object-fit: contain;
  display: block;
  margin: 0 !important;
  max-width: 100%;
}

body.cart-template .woocommerce-cart-form .item-copy h3 {
  font-size: 25px;
  line-height: 1.03;
  margin: 17px 0 12px;
  font-weight: 900;
  letter-spacing: -.05em;
}

body.cart-template .woocommerce-cart-form .item-copy p {
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
  margin: 0 0 18px;
  max-width: 320px;
}

body.cart-template .woocommerce-cart-form .price {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

body.cart-template .woocommerce-cart-form .item-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

body.cart-template .woocommerce-cart-form .item-actions>.qty {
  width: 146px;
  height: 51px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 2px solid #8d8794;
  background: #fff;
}

body.cart-template .woocommerce-cart-form .item-actions>.qty input.qty {
  width: 48px !important;
  height: 34px;
  min-height: 0;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink);
  padding: 0 !important;
  text-align: center;
  box-shadow: none !important;
}

body.cart-template .woocommerce-cart-form .item-actions>.qty button,
body.cart-template .woocommerce-cart-form .remove {
  box-shadow: none !important;
}

body.cart-template .woocommerce-cart-form .remove {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  line-height: 1.2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #5f5869 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-indent: 0 !important;
}

body.cart-template .woocommerce-cart-form .remove:hover,
body.cart-template .woocommerce-cart-form .remove:focus {
  background: transparent !important;
  color: #5f5869 !important;
}

body.cart-template .woocommerce-cart-form .remove::before {
  display: none !important;
}

body.cart-template .summary-card .summary-head,
body.cart-template .summary-card .summary-body {
  box-sizing: border-box;
  width: 100%;
}

body.cart-template .summary-card {
  overflow: hidden;
  position: sticky;
  top: 92px;
}

body.cart-template .summary-head {
  background: linear-gradient(115deg, #21172d, #171020);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  padding: 20px 23px;
  letter-spacing: .02em;
}

body.cart-template .summary-body {
  padding: 30px 25px;
}

body.cart-template .summary-card .summary-row,
body.cart-template .summary-card .total-row {
  width: 100%;
}

body.cart-template .summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 16px;
  margin-bottom: 25px;
}

body.cart-template .summary-card .summary-row strong,
body.cart-template .summary-card .total-row strong {
  text-align: right;
  white-space: nowrap;
}

body.cart-template .summary-body hr {
  border: 0;
  border-top: 1.5px dashed var(--line);
  opacity: 1;
  margin: 4px 0 27px;
}

body.cart-template .summary-card .promo {
  width: 100%;
}

body.cart-template .promo {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 10px;
  margin-bottom: 28px;
}

body.cart-template .summary-card .promo input {
  min-width: 0;
}

body.cart-template .total-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 28px;
}

body.cart-template .total-row h4 {
  font-size: 26px;
  font-weight: 900;
  margin: 0;
}

body.cart-template .total-row p {
  font-size: 13px;
  margin: 3px 0 0;
}

body.cart-template .total-row strong {
  font-size: 29px;
  letter-spacing: -.04em;
}

body.cart-template .promo button.button,
body.cart-template .cart-routine-section .product-bottom .add-button {
  background: var(--ink) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.cart-template .wc-proceed-to-checkout .checkout-button {
  background: var(--yellow) !important;
  color: var(--ink) !important;
  padding: 20px 18px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

body.cart-template .continue.button {
  background: #fff !important;
  color: var(--ink) !important;
  padding: 18px 18px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  text-align: center;
}

body.cart-template .woocommerce-message,
body.cart-template .woocommerce-error,
body.cart-template .woocommerce-info {
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .62);
  color: var(--ink);
}

body.cart-template .cart-routine-section {
  padding: 58px 0 62px;
}

body.cart-template .cart-routine-section .block-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 18px;
  letter-spacing: 0;
  text-transform: none;
}

body.cart-template .cart-routine-section .routine-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

body.cart-template .cart-routine-section .product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: visible;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  min-width: 0;
}

body.cart-template .cart-routine-section .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(36, 29, 42, .1);
}

body.cart-template .cart-routine-section .product-card-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

body.cart-template .cart-routine-section .product-shot {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.08;
  margin-bottom: 16px;
  border-radius: 7px;
  overflow: hidden;
}

body.cart-template .cart-routine-section .shot-coral {
  background: var(--coral);
}

body.cart-template .cart-routine-section .shot-mint {
  background: #74dfc2;
}

body.cart-template .cart-routine-section .shot-lemon {
  background: var(--yellow);
}

body.cart-template .cart-routine-section .shot-lilac {
  background: #b98bf4;
}

body.cart-template .cart-routine-section .product-bottle-image {
  width: min(62%, 210px);
  height: 82%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 24px rgba(36, 29, 42, .18));
  padding: 0;
}

body.cart-template .cart-routine-section .product-type {
  color: var(--coral);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: 0;
}

body.cart-template .cart-routine-section .product-card h4 {
  font-size: 18px;
  line-height: 1.08;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 10px;
}

body.cart-template .cart-routine-section .product-summary {
  min-height: 50px;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--muted);
}

body.cart-template .cart-routine-section .product-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  min-width: 0;
}

body.cart-template .cart-routine-section .product-bottom .price,
body.cart-template .cart-routine-section .product-bottom .amount {
  font-size: 16px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.1;
}

body.cart-template .cart-routine-section .product-bottom del,
body.cart-template .cart-routine-section .product-bottom del .amount {
  color: #9f95a9;
}

body.cart-template .cart-routine-section .product-bottom ins {
  text-decoration: none;
}

body.cart-template .cart-routine-section a.added_to_cart.wc-forward {
  display: none !important;
}

body.cart-template .cart-routine-section .product-bottom .add-button,
body.cart-template .cart-routine-section .product-bottom .button.add-button,
body.cart-template .cart-routine-section .product-bottom .add-button.is-view-cart {
  border: 0;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  min-width: 68px;
  min-height: 44px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  box-shadow: none;
  white-space: nowrap;
}

body.cart-template .cart-routine-section .product-bottom .add-button.loading,
body.cart-template .cart-routine-section .product-bottom .add-button.is-adding-to-cart {
  gap: 8px;
  opacity: 1;
  cursor: progress;
}

body.cart-template .cart-routine-section .product-bottom .add-button.loading::after,
body.cart-template .cart-routine-section .product-bottom .add-button.is-adding-to-cart::after {
  display: none !important;
  content: none !important;
}

body.cart-template .cart-routine-section .product-bottom .add-button.is-adding-to-cart::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, .52);
  border-top-color: #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  animation: viraaCartRoutineButtonSpin 720ms linear infinite;
}

@keyframes viraaCartRoutineButtonSpin {
  to {
    transform: rotate(360deg);
  }
}

body.cart-template .cart-routine-section .product-bottom .add-button:hover,
body.cart-template .cart-routine-section .product-bottom .add-button:focus,
body.cart-template .cart-routine-section .product-bottom .button.add-button:hover,
body.cart-template .cart-routine-section .product-bottom .button.add-button:focus,
body.cart-template .cart-routine-section .product-bottom .add-button.is-view-cart:hover,
body.cart-template .cart-routine-section .product-bottom .add-button.is-view-cart:focus {
  background: var(--ink);
  color: #fff;
}

@media (max-width: 991.98px) {
  body.cart-template .cart-hero {
    padding: 38px 0 18px;
  }

  body.cart-template .cart-hero h1 {
    font-size: 64px;
  }

  body.cart-template .cart-layout {
    grid-template-columns: 1fr !important;
  }

  body.cart-template .summary-card {
    position: static !important;
  }

  body.cart-template .cart-routine-section .routine-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.cart-template .page-container {
    width: min(100% - 24px, 1240px);
  }

  body.cart-template .cart-hero h1 {
    font-size: 50px;
  }

  body.cart-template .woocommerce-cart-form .cart-box {
    padding: 0 14px;
  }

  body.cart-template .woocommerce-cart-form .cart-item {
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding: 18px 0;
    align-items: start;
    width: 100%;
  }

  body.cart-template .woocommerce-cart-form .product-art {
    width: 96px;
  }

  body.cart-template .woocommerce-cart-form .item-copy h3 {
    font-size: 20px;
    margin: 9px 0 8px;
  }

  body.cart-template .woocommerce-cart-form .item-actions {
    grid-column: 1/-1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 110px;
  }

  body.cart-template .woocommerce-cart-form .item-actions>.qty {
    width: 126px;
    height: 43px;
  }

  body.cart-template .summary-body {
    padding: 24px 18px;
  }

  body.cart-template .total-row strong {
    font-size: 24px;
  }

  body.cart-template .cart-routine-section .routine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.cart-template .cart-routine-section .routine-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  body.cart-template .page-container {
    width: calc(100% - 16px);
  }

  body.cart-template .cart-hero {
    padding: 32px 0 14px;
  }

  body.cart-template .cart-hero h1 {
    font-size: 43px;
  }

  body.cart-template .cart-hero p {
    font-size: 13px;
    line-height: 1.35;
  }

  body.cart-template .woocommerce-cart-form .cart-box {
    padding: 0 9px;
  }

  body.cart-template .woocommerce-cart-form .cart-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  body.cart-template .woocommerce-cart-form .product-art {
    width: 54px;
  }

  body.cart-template .woocommerce-cart-form .product-art img {
    width: 74%;
    height: 84%;
  }

  body.cart-template .woocommerce-cart-form .item-tag {
    font-size: 9px;
    line-height: 1.1;
  }

  body.cart-template .woocommerce-cart-form .item-copy h3 {
    font-size: 13px;
    line-height: 1.02;
    margin: 4px 0 5px;
    letter-spacing: -.04em;
  }

  body.cart-template .woocommerce-cart-form .item-copy p,
  body.cart-template .woocommerce-cart-form .variation {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  body.cart-template .woocommerce-cart-form .price {
    font-size: 12px;
  }

  body.cart-template .woocommerce-cart-form .item-actions {
    grid-column: 2;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
  }

  body.cart-template .woocommerce-cart-form .item-actions>.qty {
    width: 96px;
    height: 33px;
    border-width: 1.5px;
    border-radius: 6px;
  }

  body.cart-template .woocommerce-cart-form .item-actions>.qty button {
    font-size: 17px;
  }

  body.cart-template .woocommerce-cart-form .item-actions>.qty input.qty {
    width: 34px !important;
    height: 28px;
    font-size: 13px;
  }

  body.cart-template .woocommerce-cart-form .remove {
    font-size: 9px !important;
    gap: 3px;
  }

  body.cart-template .promo {
    grid-template-columns: 1fr;
  }

  body.cart-template .cart-routine-section {
    padding: 48px 0 42px;
  }

  body.cart-template .cart-routine-section .routine-grid {
    grid-template-columns: 1fr;
  }

  body.cart-template .cart-routine-section .product-card h4 {
    font-size: 18px;
  }

  body.cart-template .cart-routine-section .product-summary {
    font-size: 15px;
    min-height: 50px;
  }

  body.cart-template .cart-routine-section .product-bottom {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  body.cart-template .cart-routine-section .product-bottom .add-button,
  body.cart-template .cart-routine-section .product-bottom .button.add-button,
  body.cart-template .cart-routine-section .product-bottom .add-button.is-view-cart {
    width: 100%;
    min-width: 0;
  }
}

.wc-proceed-to-checkout {
  padding: 0 !important;
}

.checkout-button {
  margin-bottom: 0 !important;
}

@media (max-width: 425px) {
    body.cart-template .cart-routine-section .routine-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
