/** Shopify CDN: Minification failed

Line 26:35 Expected ":"

**/
/* cart container styles */
.cart__empty-wrap {
  display: none;
}

.cart-container__save {
  display: none;
}

.cart-titles {
  display: flex;
  position: relative;
}

.cart-titles p {
  cursor: pointer;
  margin: unset;
  margin-right: 24px;
  padding-bottom: 8px;
  color: var(--Grayscale-Gray-1, #222);
  font-family: Lexend;cart-sold-out
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.cart-titles__divider {
  width: 100%;
  height: 2px;
  background-color: #EEEDED;
}

.cart-price {
  font-weight: bolder;
}

/* cart empty / save empty  */
.shoppingbag__empty-wrap {
  display: flex;
  margin-bottom: 80px;
    @media (max-width: 767px) {
      margin-bottom: 64px;
    }
}
.cart__empty-wrap, .shoppingbag__empty-wrap {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 41px;
}

.cart__empty-copy {
  color: var(--Grayscale-Gray-1, #222);
  text-align: center;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 18px;
}

.cart__empty-btn {
  width: 240px;
  text-align: center;
}

/* save banner and add to bag banner */
.save-banner-wrapper, .add-to-bag-banner-wrapper {
    position: absolute;
    width: 100%;
    bottom: -48px; /* Adjust to accommodate the arrow and the banner */
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.3s;
    z-index: 2;
}

.save-banner-wrapper .svg-arrow {
    position: absolute;
    left: 194px;
    top: -19px;
    @media (max-width: 767px) {
      top: -16px;
    }
}

.add-to-bag-banner-wrapper .svg-arrow {
    position: absolute;
    left: 51px;
    top: -19px;
    @media (max-width: 767px) {
      top: -16px;
    }
}

.save-banner, .add-to-bag-banner {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    width: 100%;
    height: 40px;
    background-color: #9F005B;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: opacity 0.3s;
}

.save-hidden, .add-to-bag-hidden {
    opacity: 0;
    pointer-events: none;
}

/* main cart styles  */
.cart-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #eeeded;
  padding: 24px 0;
  min-height: 224px;
  @media (max-width: 767px) {
	flex-direction: column;
    min-height: 220px;
  }
}

.cart-item__primary {
  display: flex;
  flex-direction: row;
}

.cart-primary__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cart-primary__image {
	margin-right: 24px;
	position: relative;
	height: min-content;
    display: flex;
}

.cart-primary__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .02;
}

.cart-item__secondary {
display: flex;
  @media (max-width: 767px) {
	justify-content: space-between;
	width: 100%;
	padding-left: 142px;
	margin-top: 16px;
  }
}

.cart-item__secondary-with-remove {
  @media (min-width: 768px) {
    flex-direction: column;
    justify-content: space-between;
  }
}

.cart-secondary__price {
  @media (min-width: 768px) {
	margin-left: 84px
  }
}

.cart-remove-move-wrap {
  display: flex;
  @media (max-width: 767px) {
    margin-top: 16px;
  }
}

.cart-remove-move-wrap p, .cart-add-to-bag {
  color: var(--Grayscale-Black, #000);
  font-family: Lexend;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration-line: underline;
  margin: unset;
  margin-right: 16px;
  margin-top: 6px;
  cursor: pointer;
}

.cart-move-to-bag button{
  padding: unset;
}

.cart-sold-out-wrap {
  width: 100%;
  justify-content: space-between;
}

.cart-sold-out {
  color: #B5082A;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
}

.cart-sold-out-remove {
  color: #B5082A;
  font-family: Lexend;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.cart-sub-wrap {
  display: flex;
  /* display: none; */
  flex-direction: row;
  margin-bottom: 12px;
}

.cart-sub-title,
.cart-sub-amount {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.cart-free-ship {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	margin-bottom: 16px;
}

.taxes-msg {
    display: none;
}

.cart-bottom-copy-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}

.cart-image {
  width: 140px;
  height: 175px;
  object-fit: cover;
  @media (max-width: 767px) {
    min-width: 120px;
    max-width: 120px;
    max-height: 155px;
    min-height: 155px;
  }
}

@media only screen and (min-width: 768px) { 
  .itemPriceMbl {
    display: none;
  }
}


/*  mobile */
@media only screen and (max-width: 767px) {
    .itemPriceMbl {
      margin-top: 4px;
      margin-bottom: 8px;
    }
  
    .itemPriceDsk {
        display: none;
    }
  
	.row-container {
		flex-direction: column;
	}

	.cart-bottom-copy-wrap {
		align-items: flex-start;
	}

	.page-width {
		padding: 0 16px;
	}

	.car-main-wrap {
		margin-right: -16px !important;
		margin-left: 0px !important;
	}

	.checkout-bottom-wrap {
		margin-bottom: 20px;
	}

    .cart-sub-wrap {
        width: 100%;
        justify-content: space-between;
    }
}

/*  desktop */
@media only screen and (min-width: 768px) {

	.cart-bottom-copy-wrap {
		align-items: flex-end;
	}

	.row-container {
		flex-direction: row;
	}


    .cart-sub-wrap {
        width: 345px;
        justify-content: space-between;
    }
}

.cart__product-meta {
	font-size: 14px;
	margin: 4px 0;
}

.cart__product-name {
	font-size: 16px;
}

.seeltooltip {
	position: relative
}

.seelwrapwrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	border-bottom: 1px solid #EEEDED;
}

.preownedbadge {
	background-color: #F7F7F7;
	color: #582B99;
	font-size: 10px;
	padding: 1px 4px;
	border-radius: 3px;
	font-family: 'Montserrat';
	font-weight: 600;
	display: inline-block;
}

.finalsalebadge {
	color: #000;
	background-color: #f7f7f7;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 600;
}

.cart__product-meta {
  font-size: 14px;
}

/*   mobile */
@media only screen and (max-width: 767px) {
	.seelwrapwrap {
		justify-content: flex-start;
	}

	.cart-title {
		text-align: left
	}

	.klarna-cart {
		font-size: 14px;
		text-align: center;
		font-size: 13px;
		background-color: #f7f7f7;
		padding: 10px 5px;
		margin-top: -15px;
	}

	.cart__checkout-wrapper {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.cart-btns {
		width: 49%
	}

	.checkout-bottom-wrap {
		width: 100%
	}

	.cart-subtotal {
		width: 100%;
		justify-content: space-between;
	}

	.cart-title {
		margin-top: 24px;
	}
}

/*   desktop */
@media only screen and (min-width: 768px) {
	.cart-title {
		text-align: center
	}

	.klarna-cart {
		height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		text-align: center;
		font-size: 13px;
		background-color: #f7f7f7;
		padding: 10px 5px;
		margin-top: -15px;
	}

	.cart-btns {
		width: 170px
	}

	.cart-title {
		margin-top: 20px;
	}
}

.cart-promo {
	color: #9f005b;
	text-align: left;	
	font-size: 14px;
}

.saveloaderwrap {
  height: 175px;
}

.saveloader {
  width: 30px;
  height: 30px;
  border: 2px solid #999;
  border-radius: 50%;
  border-top: 2px solid #efefef;
  -webkit-animation: saveloaderspin 2s linear infinite;
  animation: saveloaderspin 1s linear infinite;
  margin: auto;
}

.promoBanner {
  color: #9f005b !important;
}

@keyframes saveloaderspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}