
.takeit-cart-subheading {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 0.8rem;
  color: #9799bf;
}

.takeit-cart-subheading p {
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.5rem);
  font-style: italic;
}

.takeit-cart-subheading svg {
  width: 3.8rem;
  color: #afb2d8;
}



.takeit-demo-notice {
  background: #eff1fc;
}

.takeit-cart-benefits-card {
  background: #f7f5f5;
}

.takeit-cart-summary-card {
  background: #fff;
}

.takeit-cart-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  background: #fff;
}

.takeit-cart-count {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.takeit-cart-count strong {
  font-size: 1.15rem;
  text-transform: uppercase;
}

.takeit-cart-count-icon,
.takeit-summary-icon,
.takeit-benefit-icon,
.takeit-demo-notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(187, 192, 225, 0.28);
}

.takeit-cart-count-icon {
  background: #f7f2ee;
}

.takeit-cart-count-icon svg,
.takeit-summary-icon svg,
.takeit-benefit-icon svg,
.takeit-demo-notice-icon svg {
  width: 1.8rem;
  color: #1e2236;
  height: auto;
}

.takeit-demo-notice-icon {
  background: transparent;
  border: unset;
  box-shadow: unset;
}

.takeit-demo-notice-icon svg path {
  fill: #38479f;
}

.takeit-summary-icon {
  background: #f7f2ee;
}

.takeit-clear-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #ff5548;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.takeit-clear-cart > span {
  display: block;
  line-height: 1;
  top: 2px;
}

.takeit-clear-cart svg,
.takeit-remove-item svg {
  width: 1.5rem;
  height: auto;
}


.takeit-cart-items {
  display: grid;
}

.takeit-cart-item {
  display: grid;
  align-items: center;
  padding: 0;
}



.takeit-cart-item-media {
  display: block;
}

.takeit-cart-item-media img {
  width: 100%;
  object-fit: cover;
}

.takeit-cart-item-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: stretch;
  gap: 1.4rem;
  height: 100%;
  align-items: center;
}

.takeit-cart-item-info {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.takeit-cart-item-info strong {
  font-size: clamp(1.2rem, 1.4vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.takeit-cart-item-attributes,
.takeit-cart-item-children {
  display: grid;
  gap: 0.35rem;
  color: #70738b;
}

.takeit-cart-item-attributes span,
.takeit-cart-item-children .child-option {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.takeit-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #ebf7eb;
  color: #4f9d4f;
  font-weight: 600;
}

.takeit-stock-badge svg {
  width: 1rem;
}

.takeit-cart-item-prices {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding-left: 2rem;
  border-left: 1px solid rgba(45, 48, 74, 0.12);
  height: 100%
}

.takeit-price-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
}

.takeit-price-row span {
  color: #4d5168;
}

.takeit-price-row strong {
  font-size: 1rem;
  font-weight: 800;
}

.takeit-cart-item-quantity {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  padding-left: 1.2rem;
  border-left: 1px solid rgba(45, 48, 74, 0.12);
  height: 100%;
  align-items: center;
}

.takeit-cart-item-quantity > span {
  color: #4d5168;
  font-size: 0.95rem;
}

.takeit-quantity-control {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  max-width: 9.8rem;
  border: 1px solid rgba(61, 67, 101, 0.18);
  border-radius: 999px;
  overflow: hidden;
  padding: 0 20px;
  height: 60px;
}

.takeit-quantity-control button,
.takeit-remove-item {
  border: 0;
  background: transparent;
  color: #2a2f4b;
}

.takeit-quantity-control button {
  min-height: 3.2rem;
  font-size: 1.7rem;
}

.takeit-quantity-control button:disabled {
  opacity: 0.35;
}

.takeit-quantity-control input {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #11131f;
}

.takeit-cart-item-total {
  display: grid;
  justify-items: end;
  gap: 1rem;
  padding-left: 1.2rem;
  border-left: 1px solid rgba(45, 48, 74, 0.12);
}

.takeit-cart-item-total strong {
  font-size: clamp(1.4rem, 2vw, 2.6rem);
  line-height: 1;
}

.takeit-remove-item {
  color: #ff5548;
  padding: 0.25rem;
}

.takeit-coupon-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) minmax(0, 1.8fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0;
  overflow: hidden;
  background: #eeeff9;
}

.takeit-coupon-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  min-height: 100%;
  padding: 1.9rem 1.8rem;
  border-right: 1px dashed rgb(189 192 235);
}

.takeit-coupon-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.takeit-coupon-icon svg {
  width: 12rem;
  height: auto;
}

.takeit-coupon-copy h2 {
  margin: 0 0 0.35rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
}

.takeit-coupon-copy p {
  margin: 0;
  color: #4d5168;
  font-size: 1.05rem !important;
}

.takeit-coupon-content {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
}

.takeit-coupon-content .active-coupons,
.takeit-coupon-content .coupon-wrapper,
.takeit-coupon-content .coupon-form,
.takeit-coupon-content .control {
  width: 100%;
}

.takeit-coupon-content .active-coupon-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 0 1px rgba(193, 198, 226, 0.26);
}

.takeit-coupon-content .active-coupon-form-details {
  display: grid;
  gap: 0.25rem;
}

.takeit-coupon-content .active-coupon-form-details .label {
  color: #6f748d;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.takeit-coupon-content .active-coupon-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.takeit-coupon-content .active-coupon-title .title {
  font-size: 1.2rem;
  font-weight: 700;
}

.takeit-coupon-content .active-coupon-title .price {
  font-size: 1.1rem;
}

.takeit-coupon-content .btn-clear {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  color: #ff5548;
  font-weight: 700;
  text-transform: uppercase;
}

.takeit-coupon-content .control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
}

.takeit-coupon-content input.form-input {
  min-height: 3.5rem;
  border: 1px solid rgba(61, 67, 101, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #11131f;
  font-size: 1rem;
  padding: 0 1.1rem;
}

.takeit-coupon-content .btn {
  min-width: 17rem;
  min-height: 3.5rem;
}

.takeit-coupon-sparkles {
  padding-right: 1.6rem;
  color: #a7acd9;
}

.takeit-coupon-sparkles svg {
  width: 2rem;
}

.takeit-cart-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  gap: 1.6rem;
}

.takeit-cart-summary-card,
.takeit-cart-benefits-card {
  padding: 1.6rem;
}

.takeit-summary-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.3rem;
}

.takeit-summary-header h2 {
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.takeit-cart-summary-sidebar .cart-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
  gap: 2rem;
  align-items: start;
}

.takeit-cart-summary-sidebar .cart-totals {
  padding-right: 2rem;
  border-right: 1px solid rgba(45, 48, 74, 0.1);
}

.takeit-cart-summary-sidebar .cart-totals-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  margin: 0;
}

.takeit-cart-summary-sidebar .cart-totals-row .label {
  color: #555973;
  font-size: 1rem;
}

.takeit-cart-summary-sidebar .cart-totals-row .value {
  font-size: 1rem;
  font-weight: 700;
}

.takeit-cart-summary-sidebar .cart-totals-row.grand_total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(45, 48, 74, 0.1);
  align-items: center;
}

.takeit-cart-summary-sidebar .cart-totals-row.grand_total .label {
  font-size: 1.5rem;
  color: #11131f;
  top: 2px;
  text-transform: uppercase;
}

.takeit-cart-summary-sidebar .cart-totals-row.grand_total .value {
  font-size: 2.25rem;
  color: #11131f;
}

.takeit-cart-summary-sidebar .checkout {
  margin: 0;
}



.takeit-cart-summary-sidebar .checkout .btn svg {
  position: relative;
  right: 0;
  left: 0;
  width: 1.5rem;
  height: auto;
  color: initial !important;

  path {
    fill: initial !important;
  }
}

.takeit-cart-summary-sidebar .checkout .btn span {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

.takeit-button-arrow {
  font-size: 1.35rem;
  line-height: 1;
}

.takeit-summary-secure {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.4rem;
  color: #787d98;
  font-size: 0.98rem;
}

.takeit-summary-secure svg {
  width: 1.15rem;
  height: auto;
}

.takeit-cart-benefits-card {
  display: grid;
  gap: 1rem;
}

.takeit-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.takeit-benefit + .takeit-benefit {
  padding-top: 1rem;
  border-top: 1px solid rgba(45, 48, 74, 0.08);
}

.takeit-benefit strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.takeit-benefit svg {
  width: 1.4rem;
}

.takeit-benefit p {
  margin: 0;
  color: #595d77;
  font-size: 1.02rem !important;
}

.takeit-demo-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  color: #38479f;
}

.takeit-demo-notice strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #38479f;
  font-size: 1.05rem;
  font-weight: 800;
}

.takeit-demo-notice p {
  margin: 0;
  color: #4e5ca8;
  font-size: 1rem !important;
}