.takeit-cart-page {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  padding: 1.25em 1.56em;
  margin: 10em auto 7.5em auto;
}
.takeit-cart-page .takeit-cart-header {
  width: 100%;
  padding: 2.5em 0;
  border-bottom: 2px solid #E8E8F0;
}
.takeit-cart-page .takeit-cart-header .takeit-cart-heading {
  display: flex;
  align-items: center;
  gap: 2.5em;
}
.takeit-cart-page .takeit-cart-header .title_h1 {
  font-size: 4em;
  margin: 0;
  text-align: left;
}
@media (max-width: 600px) {
  .takeit-cart-page .takeit-cart-header .title_h1 {
    font-size: 3em;
  }
}
.takeit-cart-page .takeit-cart-header .separator {
  height: 3.125em;
  width: 2px;
  background-color: var(--main-text-color-dark);
}
.takeit-cart-page .takeit-cart-header .step {
  color: #A5A2B3;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow {
  width: 100%;
  display: grid;
  gap: 2.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar {
  gap: 1.25em;
  background: none;
  border: none;
  padding: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar .takeit-cart-count {
  gap: 1.25em;
  border: none;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar .takeit-cart-count .takeit-cart-count-icon {
  width: 1.25em;
  height: auto;
  border-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar .takeit-cart-count .takeit-cart-count-icon svg {
  width: 100%;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar .takeit-cart-count strong {
  color: var(--main-text-color-dark);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar .takeit-clear-cart {
  display: flex;
  align-items: center;
  gap: 10px;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar .takeit-clear-cart span {
  color: var(--main-message-color-alert);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-topbar .takeit-clear-cart svg {
  width: 1.5em;
  height: auto;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
  border: none;
  border-radius: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item {
  width: 100%;
  grid-template-columns: 132px 1fr 2px 17.5em !important;
  gap: 1.25em;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E8E8F0;
  padding: 0 0 1.25em 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-media {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-media .takeit-cart-item-index {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  border: none;
  border-radius: 0;
  background: none;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-media img {
  width: calc(100% - 1.5em - 10px);
  height: auto;
  aspect-ratio: 100/120;
  object-fit: cover;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main {
  grid-template-columns: minmax(0, 1fr) 15em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-info strong {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-info .takeit-cart-item-attributes,
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-info .takeit-cart-item-children {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-info .takeit-cart-item-attributes span,
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-info .takeit-cart-item-children span {
  color: var(--main-text-color-dark);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-prices {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 1em;
  border: none;
  border-radius: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-prices .takeit-price-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25em;
  font-size: 1.25em;
  margin: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-prices .takeit-price-row small {
  color: var(--main-text-color-dark);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  white-space: nowrap;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-prices .takeit-price-row strong {
  color: var(--main-text-color-dark);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  white-space: nowrap;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-separator {
  width: 2px;
  height: 100%;
  background-color: var(--main-text-color-dark);
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25em;
  border: none;
  padding: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25em;
  font-size: 1em;
  margin: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .price small {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  white-space: nowrap;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .price strong {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  white-space: nowrap;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 1.25em;
  font-size: 1em;
  border: none;
  border-radius: 0;
  padding: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity .takeit-quantity-control {
  width: 5em;
  height: 2em;
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
  border: 1px solid var(--main-text-color-dark);
  border-radius: 2px;
  padding: 2px 10px 2px 10px;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity .takeit-quantity-control .number {
  width: 100%;
  height: 100%;
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
  border: none;
  border-radius: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity .takeit-quantity-control .minus {
  min-height: unset;
  width: 10px;
  font-size: 18px;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity .takeit-quantity-control .plus {
  min-height: unset;
  width: 10px;
  font-size: 18px;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity span {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  white-space: nowrap;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity .remove {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 auto;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-cart-item-quantity .remove svg {
  width: 1.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom .takeit-remove-item svg {
  width: 1.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell {
  grid-template-columns: 40% 60%;
  gap: 0;
  background: #E8E8F0;
  border: 0;
  padding: 1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro {
  gap: 10px;
  border: none;
  background: none;
  padding: 0 2.5em 0 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro .takeit-coupon-icon {
  width: 5em;
  height: 5em;
  border: none;
  background: none;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro .takeit-coupon-icon svg {
  width: 100%;
  height: auto;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro .takeit-coupon-copy h2 {
  color: var(--main-text-color-dark);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content {
  padding: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form {
  gap: 1.25em;
  background-color: var(--main-background-color-white);
  padding: 1.25em 1.875em;
  overflow: hidden;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .coupon-corner {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  background-color: #E8E8F0;
  border-radius: 50%;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .coupon-corner:nth-child(1) {
  top: -1.25em;
  left: -1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .coupon-corner:nth-child(2) {
  top: -1.25em;
  right: -1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .coupon-corner:nth-child(3) {
  bottom: -1.25em;
  left: -1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .coupon-corner:nth-child(4) {
  bottom: -1.25em;
  right: -1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .active-coupon-form-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .active-coupon-form-details .label {
  color: var(--main-text-color-dark);
  font-size: 0.875em;
  font-weight: 600;
  line-height: 2em;
  text-transform: uppercase;
  padding: 0 0.5em;
  background-color: var(--main-message-color-success);
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .active-coupon-form-details .title {
  color: var(--main-text-color-dark);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .active-coupon-form-details .price {
  color: var(--main-text-color-dark);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .active-coupon-form-details .active-coupon-title {
  display: flex;
  align-items: center;
  gap: 1.25em;
  font-size: 1em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .btn-clear {
  display: flex;
  align-items: center;
  gap: 10px;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .btn-clear span {
  color: var(--main-message-color-alert);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  display: none;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .active-coupons .active-coupon-form .btn-clear svg {
  width: 1.5em;
  margin-bottom: 0.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .coupon-wrapper {
  width: 100%;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .coupon-wrapper .coupon-form {
  width: 100%;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .coupon-wrapper .coupon-form .control {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .coupon-wrapper .coupon-form .control input {
  width: 100%;
  max-width: 600px;
  height: 3em;
  flex: 1;
  color: var(--main-color);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
  border: 1px solid var(--main-color);
  border-radius: 0.25em;
  background-color: var(--main-color-light);
  padding: 0.8em 0.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .coupon-wrapper .coupon-form .control .btn {
  width: 100%;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom {
  grid-template-columns: 68% 32%;
  gap: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card {
  background: #E8E8F0;
  border: 0;
  padding: 1.5em 1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .takeit-summary-header {
  margin: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .takeit-summary-header h2 {
  color: var(--main-text-color-dark);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 17.5em;
  align-items: center;
  gap: 1.25em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals {
  border-right: 1px solid var(--main-text-color-dark);
  padding: 0 1.25em 0 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals .cart-totals-row {
  margin: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals .cart-totals-row .label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals .cart-totals-row .value {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals .cart-totals-row.grand_total {
  border-top: 1px solid var(--main-text-color-dark);
  padding: 1em 0 0 0;
  margin: 1em 0 0 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals .cart-totals-row.grand_total .label {
  font-size: 1.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals .cart-totals-row.grand_total .value {
  font-size: 1.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-benefits-card {
  background: none;
  border: none;
  gap: 2.5em;
  padding: 0 0 0 2.5em;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-benefits-card .takeit-benefit {
  gap: 10px;
  border: none;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-benefits-card .takeit-benefit .takeit-benefit-icon {
  width: auto;
  height: auto;
  border: 0;
  background: none;
  padding: 0;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-benefits-card .takeit-benefit .takeit-benefit-icon svg {
  width: 1.875em;
  height: 1.875em;
  object-fit: contain;
  object-position: center;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-benefits-card .takeit-benefit strong {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-benefits-card .takeit-benefit p {
  color: #A5A2B3;
  font-size: 1.125em;
}
@media (max-width: 900px) {
  .takeit-cart-page .takeit-cart-header .separator {
    display: none;
  }
  .takeit-cart-page .takeit-cart-header .step {
    display: none;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell {
    grid-template-columns: 100%;
    gap: 1.25em;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-bottom {
    grid-template-columns: 60% 40%;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary {
    grid-template-columns: 100%;
    gap: 2.5em;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .cart-totals {
    border-right: none;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card .takeit-cart-summary-sidebar .cart-summary .btn {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item {
    grid-template-columns: 132px 1fr !important;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-separator {
    display: none;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total {
    grid-column: 1/3;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-total .takeit-cart-item-total-bottom {
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .takeit-cart-page {
    padding: 1.25em 10px;
    margin: 6.25em auto 5em auto;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-topbar {
    flex-direction: column;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main {
    grid-template-columns: 100%;
    gap: 1.25em;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-items-card .takeit-cart-items .takeit-cart-item .takeit-cart-item-main .takeit-cart-item-prices {
    padding: 0;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell {
    padding: 1.25em 10px;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro {
    grid-template-columns: 100%;
    justify-items: center;
    padding: 0;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro .takeit-coupon-copy {
    align-items: center;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro .takeit-coupon-copy h2 {
    text-align: center;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-intro .takeit-coupon-copy p {
    text-align: center;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-coupon-card .takeit-coupon-shell .takeit-coupon-content .coupon-wrapper .coupon-form .control {
    grid-template-columns: 100%;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-bottom {
    grid-template-columns: 100%;
    gap: 2.5em;
  }
  .takeit-cart-page .takeit-cart-flow .takeit-cart-bottom .takeit-cart-summary-card {
    padding: 1.25em 10px;
  }
}

.takeit-cart-page--empty {
  width: 100%;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20em 1.56em 10em 1.56em;
}
.takeit-cart-page--empty .takeit-empty-cart {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5em;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5em;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__art {
  width: 90%;
  max-width: 390px;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__art svg {
  width: 100%;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__copy h2 {
  color: var(--main-text-color-dark);
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 600px) {
  .takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__copy h2 {
    font-size: 3em;
  }
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__copy p {
  color: var(--main-text-color-dark);
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__actions {
  width: 100%;
  max-width: 560px;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__hero .takeit-empty-cart__actions .btn {
  width: 100%;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore {
  width: 100%;
  max-width: 1200px;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2.5em;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.25em;
  background-color: #E8E8F0;
  border-radius: 10px;
  padding: 1.25em;
  overflow: hidden;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card .takeit-empty-cart__collection-icon {
  width: 1.5em;
  height: 1.5em;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card .takeit-empty-cart__collection-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card .takeit-empty-cart__collection-icon svg path {
  transition: fill 0.3s ease;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card .takeit-empty-cart__collection-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card .takeit-empty-cart__collection-copy strong {
  color: var(--main-text-color-dark);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card .takeit-empty-cart__collection-copy p {
  font-size: 1em !important;
  transition: color 0.3s ease;
}
.takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 0;
  background-color: var(--main-text-color-dark);
  transform: skewX(-5deg);
  transition: top 0.15s ease, height 0.15s ease, width 0.3s ease 0.15s, left 0.3s ease 0.15s !important;
}
@media (min-width: 1200px) {
  .takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card:hover .takeit-empty-cart__collection-icon svg {
    transition: color 0.3s ease 0.3s;
  }
  .takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card:hover .takeit-empty-cart__collection-icon svg path {
    fill: var(--main-text-color-light);
    transition: fill 0.3s ease 0.3s;
  }
  .takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card:hover .takeit-empty-cart__collection-copy strong {
    color: var(--main-text-color-light);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card:hover .takeit-empty-cart__collection-copy p {
    color: var(--main-text-color-light);
    transition: color 0.3s ease 0.15s;
  }
  .takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid .takeit-empty-cart__collection-card:hover::before {
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
  }
}
@media (max-width: 700px) {
  .takeit-cart-page--empty .takeit-empty-cart .takeit-empty-cart__explore .takeit-empty-cart__collection-grid {
    grid-template-columns: 100%;
  }
}
@media (max-width: 600px) {
  .takeit-cart-page--empty {
    padding: 10em 10px 5em 10px;
  }
}

/*# sourceMappingURL=cart-override.css.map */
