.shop-cart-item-quantity {
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

@media screen and (min-width: 48rem) {
	[dir] .shop-cart-item-quantity__container {
		margin-top: 0;
	}
}

.gift-card-edit-drawer__phone-tip {
	display: flex;
}

.gift-card-edit-drawer__phone-tip-icon {
	display: flex;
	font-size: var(--font-size-body-s);
	height: var(--line-height-body-s);
	width: 0.75rem;
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	text-transform: var(--text-transform-body-s);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}

[dir=ltr] .gift-card-edit-drawer__phone-tip-icon {
	margin-right: 0.375rem;
}

[dir=rtl] .gift-card-edit-drawer__phone-tip-icon {
	margin-left: 0.375rem;
}

.gift-card-edit-drawer__phone-tip-message {
	font-size: var(--font-size-body-s);
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	text-transform: var(--text-transform-body-s);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}

.gift-card-edit-drawer__instant-shipping {
	justify-content: space-between;
	width: 100%;
}

[dir] .gift-card-edit-drawer__instant-shipping {
	padding-bottom: var(--spacing-06);
	padding-top: var(--spacing-07);
}

.gift-card-edit-drawer__instant-shipping .switch__labeling-wrapper {
	max-width: none;
}

.shop-cart-item-edit-gift-card-action {
	align-items: flex-end;
	display: flex;
	font-size: var(--font-size-label-s);
	height: auto;
	max-width: 50%;
	text-transform: uppercase;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}[dir] .shop-cart-item-edit-gift-card-action {
	cursor: pointer;
	padding: 0;
	text-align: end;
}

[dir] .shop-cart-item-actions__dismiss + .shop-cart-item-edit-gift-card-action {
	text-align: end;
}

.shop-cart-item-edit-gift-card-action .zds-button__lines-wrapper {
	height: -moz-fit-content;
	height: fit-content;
	justify-content: end;
}

@media screen and (min-width: 48rem) {
	[dir] .shop-cart-item-edit-gift-card-action {
		text-align: start;
	}
}

.shop-cart-item-actions {
	display: flex;
	gap: var(--spacing-02);
	width: 100%;
}

.shop-cart-item--is-vertical .shop-cart-item-actions {
	gap: var(--spacing-03);
}

.shop-cart-item-actions__dismiss,
.shop-cart-item-actions__details {
	align-items: flex-end;
	font-family: inherit;
	font-size: var(--font-size-label-s);
	text-transform: uppercase;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

[dir] .shop-cart-item-actions__dismiss, [dir] .shop-cart-item-actions__details {
	cursor: pointer;
	text-align: start;
}

.shop-cart-item-actions__buttons {
	display: flex;
	gap: var(--spacing-02);
}

.shop-cart-item-actions__mobile-wishlist-container {
	align-items: center;
	display: flex;
	font-size: var(--font-size-label-s);
	gap: var(--spacing-02);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

@media screen and (min-width: 48rem) {
	.shop-cart-item-actions {
		flex-direction: column-reverse;
		gap: var(--spacing-03);
	}

	.shop-cart-item-actions__buttons {
		gap: var(--spacing-03);
	}

	[dir] .shop-cart-item-actions__dismiss, [dir] .shop-cart-item-actions__details {
		margin-top: 0;
	}
}

@media screen and (min-width: 85.4375rem) {
	.shop-cart-item-actions {
		flex-direction: row;
		gap: var(--spacing-02);
		justify-content: space-between;
	}
}

.shop-cart-item-checkbox {
	width: 0;
}[dir=ltr] .shop-cart-item-checkbox {
	padding-right: var(--spacing-02);
}[dir=rtl] .shop-cart-item-checkbox {
	padding-left: var(--spacing-02);
}

.shop-cart-item-details-base {
	display: flex;
	flex-wrap: nowrap;
	font-size: var(--font-size-label-s);
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

.shop-cart-item-details-base__separator {
	flex-shrink: 0;
}

[dir] .shop-cart-item-details-base__separator {
	padding: 0 var(--spacing-01);
}

.shop-cart-item-details-base__size {
	flex-shrink: 0;
	white-space: nowrap;
}

.shop-cart-item-details-base__color {
	display: block;
	flex: 1 1 0;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (min-width: 48rem) {
	[dir] .shop-cart-item-details-base {
		margin-top: 0;
	}
}

.shop-cart-item-header {
	display: flex;
	flex-direction: column;
	font-size: var(--font-size-label-l);
	justify-content: space-between;
	line-height: var(--line-height-label-l);
	letter-spacing: var(--letter-spacing-label-l);
	text-transform: var(--text-transform-label-l);
	font-stretch: var(--font-stretch-label-l);
	font-weight: var(--font-weight-label-l);
}

.shop-cart-item-header__description--gift-card {
	display: inline-block;
}

.shop-cart-item-header__description--product-name {
	font-size: var(--font-size-label-l);
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: var(--line-height-label-l);
	letter-spacing: var(--letter-spacing-label-l);
	font-stretch: var(--font-stretch-label-l);
	font-weight: var(--font-weight-label-l);
}

[dir] .shop-cart-item-header__description--product-name {
	margin-bottom: var(--spacing-04);
}

.shop-cart-item-header__description-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

@media screen and (min-width: 48rem) {
	[dir] .shop-cart-item-header__description--product-name {
		margin-bottom: var(--spacing-02);
	}
}

.shop-cart-item-image {
	display: flex;
	height: 12rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 8rem;
}

.shop-cart-item-image__link {
	display: block;
}

.shop-cart-item-image__customization-text {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	position: absolute;
	text-rendering: optimizelegibility; /* Prevents Firefox from rendering the font incorrectly when a trasform: rotate() is applied */
	white-space: nowrap;
	z-index: 2;
}

.shop-cart-item-image__media {
	width: 100%;
}

.shop-cart-item-image--from-drawer {
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 48rem) {
	.shop-cart-item-image {
		height: 100%;
		width: 100%;
	}
}

.product-detail-extra-detail .expandable-text__content {
	max-height: 6.25rem;
}

.product-detail-extra-detail__expandable-text-view-more {
	font-size: var(--font-size-body-m);
	text-decoration: underline;
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	text-transform: var(--text-transform-body-m);
	font-stretch: var(--font-stretch-body-m);
	font-weight: var(--font-weight-body-m);
}

[dir] .product-detail-extra-detail__expandable-text-view-more {
	margin-top: var(--spacing-01);
}

.shop-cart-item-details-customization {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-01);
}[dir] .shop-cart-item-details-customization {
	margin-top: var(--spacing-04);
}

.shop-cart-item-details-customization__detail {
	color: var(--color-content-high);
	display: block;
	font-size: var(--font-size-body-m);
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	font-stretch: var(--font-stretch-body-m);
	font-weight: var(--font-weight-body-m);
}

[dir] .shop-cart-item-details-customization__detail:last-child {
	margin-bottom: 0;
}

.shop-cart-item-details-customization__title-text--uppercase {
	text-transform: uppercase;
}

.shop-cart-item-details-composition__button {
	color: var(--color-content-mid);
	display: block;
	font-size: var(--font-size-body-s);
	overflow: hidden;
	text-decoration: underline;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	text-transform: var(--text-transform-body-s);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}

[dir] .shop-cart-item-details-composition__button-container {
	padding-top: var(--spacing-02);
}

.shop-cart-item-details-gift-card__list-item {
	font-size: var(--font-size-label-xs);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: var(--line-height-label-xs);
	letter-spacing: var(--letter-spacing-label-xs);
	text-transform: var(--text-transform-label-xs);
	font-stretch: var(--font-stretch-label-xs);
	font-weight: var(--font-weight-label-xs);
}

.shop-cart-item-details-gift-card {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-00);
}

[dir] .shop-cart-item-details-gift-card {
	margin-top: var(--spacing-04);
}

@media screen and (min-width: 48rem) {
	[dir] .shop-cart-item-details-gift-card {
		margin-top: var(--spacing-01);
	}
}

.shop-cart-item-pricing {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacing-01);
}

.shop-cart-item-pricing__font-size {
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

.shop-cart-item-pricing .money-amount__alternative-container {
	display: flex;
}

.shop-cart-item-pricing__current {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.shop-cart-item-pricing__current-offer {
	gap: var(--spacing-01);
}

[dir] .shop-cart-item-pricing__current-offer {
	padding: 0 var(--spacing-01);
}

.shop-cart-item-pricing__unit-price {
	display: flex;
	font-size: var(--font-size-label-xs);
	width: 100%;
	line-height: var(--line-height-label-xs);
	letter-spacing: var(--letter-spacing-label-xs);
	text-transform: var(--text-transform-label-xs);
	font-stretch: var(--font-stretch-label-xs);
	font-weight: var(--font-weight-label-xs);
}

.shop-cart-item-pricing__unit-price-amount {
	font-size: var(--font-size-label-xs);
	line-height: var(--line-height-label-xs);
	letter-spacing: var(--letter-spacing-label-xs);
	text-transform: var(--text-transform-label-xs);
	font-stretch: var(--font-stretch-label-xs);
	font-weight: var(--font-weight-label-xs);
}

.shop-cart-item-pricing__future-price {
	align-items: flex-start;
	display: inline-block;
	flex-direction: column;
}

[dir] .shop-cart-item-pricing__future-price {
	padding: var(--spacing-00) var(--spacing-01);
}

.shop-cart-item-pricing__quantity-container {
	display: flex;
}

[dir] .shop-cart-item--is-vertical .shop-cart-item-pricing {
	margin-bottom: 0;
}

.shop-cart-item-pricing__container {
	flex-direction: column;
}

[dir] .shop-cart-item-pricing__container {
	margin-bottom: 0;
}

.shop-cart-item--is-vertical .shop-cart-item-pricing__container {
	display: flex;
	justify-content: space-between;
}

.shop-cart-item-pricing__net-price {
	color: var(--color-content-mid);
	font-size: var(--font-size-body-s);
	text-transform: none;
	width: 100%;
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}

[dir] .shop-cart-item-pricing__net-price {
	margin-top: var(--spacing-01) 0;
}

.shop-cart-item__out-of-stock {
	box-sizing: border-box;
	font-size: var(--font-size-body-s);
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	text-transform: var(--text-transform-body-s);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}[dir] .shop-cart-item__out-of-stock {
	background: var(--color-content-inverse);
	padding: var(--spacing-04);
	text-align: center;
	transform: translateY(-50%);
}[dir=ltr] .shop-cart-item__out-of-stock {
	left: 0;
}[dir=rtl] .shop-cart-item__out-of-stock {
	right: 0;
}

.shop-cart-item__customizations-container {
	display: flex;
	flex-direction: column;
	gap: 0;
}[dir] .shop-cart-item__customizations-container {
	margin-bottom: 0;
	margin-top: var(--spacing-04);
}

.shop-cart-item__customizations-tag {
	/* TODO: change to ZDS/Color/Extended/Branded Season when is created */
	color: #2e43ff;
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

.shop-cart-item__customizations-warning {
	color: var(--color-content-mid);
	font-size: var(--font-size-body-s);
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	text-transform: var(--text-transform-body-s);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}

.shop-cart-item--is-vertical .shop-cart-item__customizations-tag {
	display: inline-block;
}

@media screen and (min-width: 48rem) {
	[dir] .shop-cart-item__customizations-container {
		margin-bottom: var(--spacing-02);
		margin-top: var(--spacing-04);
	}
}

.shop-cart-item-tags {
	display: flex;
	flex-direction: row;
	font-size: var(--font-size-label-xs);
	gap: var(--spacing-01);
	text-transform: uppercase;
	line-height: var(--line-height-label-xs);
	letter-spacing: var(--letter-spacing-label-xs);
	font-stretch: var(--font-stretch-label-xs);
	font-weight: var(--font-weight-label-xs);
}[dir] .shop-cart-item-tags {
	margin-bottom: var(--spacing-01);
}

@media screen and (min-width: 48rem) {
	.shop-cart-item-tags {
		font-size: var(--font-size-label-s);
		line-height: var(--line-height-label-s);
		letter-spacing: var(--letter-spacing-label-s);
		text-transform: var(--text-transform-label-s);
		font-stretch: var(--font-stretch-label-s);
		font-weight: var(--font-weight-label-s);
	}
	[dir] .shop-cart-item-tags {
		margin-bottom: var(--spacing-01);
	}
}

/** @define shop-cart-item */
/* stylelint-disable */

/* This will be moved to reset.css */
.shop-cart-item a {
	text-decoration: inherit;
}
/* stylelint-enable */

.shop-cart-item {
	align-items: center;
	display: flex;
	gap: var(--spacing-02);
	min-width: 0;
	overflow: hidden;
}

.shop-cart-item--is-selectable-cart {
	grid-template-columns: auto 1fr 1fr;
}

.shop-cart-item__details {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

[dir] .shop-cart-item__details {
	padding-bottom: var(--spacing-05);
	padding-top: var(--spacing-05);
}

.shop-cart-item__checkbox-container {
	--shop-cart-item-checkbox-size: 0.75rem;

	align-self: center;
	width: calc(var(--shop-cart-item-checkbox-size) + var(--spacing-04));
}

[dir=ltr] .shop-cart-item__checkbox-container {
	padding-right: var(--spacing-05);
}

[dir=rtl] .shop-cart-item__checkbox-container {
	padding-left: var(--spacing-05);
}

.shop-cart-item__details-container {
	align-items: flex-start;
	display: flex;
	flex-shrink: 0;
	gap: var(--spacing-04);
}

.shop-cart-item__image-container {
	flex-shrink: 0;
	position: relative;
}

.shop-cart-item__main-content {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: var(--spacing-04);
	max-width: 100%;
	min-width: 0;
}

.shop-cart-item__details > .shop-cart-item__main-content:not(.shop-cart-item__checkbox-container) {
	align-self: flex-start;
	flex: 1;
	min-width: 0;
}

.shop-cart-item__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: var(--spacing-01);
	min-width: 0;
}

.shop-cart-item__secondary-actions {
	display: flex;
	justify-content: space-between;
}

/* stylelint-disable */

/* Se aplica opacidad a la imagen cuando el articulo esta sin stock */
.shop-cart-item--is-not-available .shop-cart-item-image__media {
	opacity: 0.4;
}
/* stylelint-enable */

.shop-cart-item--is-from-drawer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 48rem) {
	.shop-cart-item {
		align-items: stretch;
		align-self: stretch;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	[dir=ltr] .shop-cart-item {
		border-left: 0;
	}
	[dir=rtl] .shop-cart-item {
		border-right: 0;
	}

	.shop-cart-item__details {
		flex-direction: row;
		max-width: 100%;
	}

	[dir] .shop-cart-item__details {
		padding: 0;
	}

	.shop-cart-item__main-content {
		gap: var(--spacing-01);
	}

	[dir] .shop-cart-item--is-from-drawer .shop-cart-item__secondary-actions {
		margin-top: var(--spacing-04);
	}

	.shop-cart-item--is-from-drawer .shop-cart-item-header {
		gap: var(--spacing-03);
	}

	[dir] .shop-cart-item--is-from-drawer .shop-cart-item-header__description--product-name, [dir] .shop-cart-item--is-from-drawer .shop-cart-item-tags {
		margin-bottom: 0;
	}

	.shop-cart-item__checkbox-container {
		align-self: flex-start;
		flex-shrink: 0;
		width: -moz-fit-content;
		width: fit-content;
	}

	[dir=ltr] .shop-cart-item__checkbox-container {
		margin-right: var(--spacing-01);
		padding-right: var(--spacing-01);
	}

	[dir=rtl] .shop-cart-item__checkbox-container {
		margin-left: var(--spacing-01);
		padding-left: var(--spacing-01);
	}

	[dir=ltr] .shop-cart-item__checkbox-container .zds-checkbox-label {
		margin-left: 0;
	}

	[dir=rtl] .shop-cart-item__checkbox-container .zds-checkbox-label {
		margin-right: 0;
	}

	.shop-cart-item__details-container {
		flex: 1;
		min-width: 0;
	}

	.shop-cart-item__content {
		flex: 1;
		min-width: 0;
	}

	.shop-cart-item--is-from-drawer {
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2, 50%);
	}
}

.stock-out-modal__cart-grid {
	width: 100%;
}[dir] .stock-out-modal__cart-grid {
	margin-top: var(--spacing-05);
}

.stock-out-modal__info-message {
	font-size: var(--font-size-body-m);
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	text-transform: var(--text-transform-body-m);
	font-stretch: var(--font-stretch-body-m);
	font-weight: var(--font-weight-body-m);
}

.stock-out-modal__cart-grid-content {
	display: grid;
	gap: var(--spacing-06);
	grid-template-columns: 1fr;
	overflow: auto;
}

@media screen and (min-width: 48rem) {
	.stock-out-modal__cart-grid-content {
		grid-template-columns: repeat(3, 1fr);
	}

	.stock-out-modal__cart-grid-item {
		width: 14.375rem;
	}
}

@media screen and (min-width: 64rem) {
	.stock-out-modal__cart-grid-item {
		width: 14.75rem;
	}
}

@media screen and (min-width: 120rem) {
	.stock-out-modal__cart-grid-item {
		width: 18.125rem;
	}
}

