.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);
	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);
	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-m);
	height: auto;
	max-width: 50%;
	text-transform: uppercase;
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}[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;
	justify-content: space-between;
	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-size: var(--font-size-label-m);
	text-transform: uppercase;
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

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

@media screen and (min-width: 48rem) {
	[dir] .shop-cart-item-actions__dismiss, [dir] .shop-cart-item-actions__details {
		margin-top: var(--spacing-02);
	}
}

.shop-cart-item-details-base,
.shop-cart-item-details__unit {
	display: flex;
	flex-wrap: wrap;
	font-size: var(--font-size-label-m);
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}[dir] .shop-cart-item-details-base, [dir] .shop-cart-item-details__unit {
	margin-top: var(--spacing-01);
}

.shop-cart-item-details__unit .money-amount__main {
	font-size: var(--font-size-label-m);
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

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

.shop-cart-item-details-base__size {
	display: block;
}

@media screen and (min-width: 48rem) {
	.shop-cart-item-details-base,
	.shop-cart-item-details__unit {
		flex-wrap: nowrap;
		min-width: -moz-fit-content;
		min-width: fit-content;
	}
	[dir] .shop-cart-item-details-base, [dir] .shop-cart-item-details__unit {
		margin-top: 0;
	}
}

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

.shop-cart-item--is-vertical .shop-cart-item-header {
	display: flex;
	gap: var(--spacing-04);
}

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

@media screen and (min-width: 48rem) {
	.shop-cart-item-header__description--product-name,
	.shop-cart-item-header__description--stock-demands {
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}
}

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

.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-details-customization__detail {
	display: block;
	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);
}[dir] .shop-cart-item-details-customization__detail {
	margin-bottom: var(--spacing-01);
}

[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);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}

.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-01);
}

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

.shop-cart-item--is-vertical .shop-cart-item-details-gift-card {
	overflow: hidden;
}

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

.shop-cart-item-pricing {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.shop-cart-item-pricing,
.shop-cart-item-pricing .money-amount__main {
	font-size: var(--font-size-label-m);
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

.shop-cart-item-pricing .money-amount__separator,
.shop-cart-item-pricing .money-amount__alternative {
	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 .money-amount__alternative-container {
	display: flex;
}

.shop-cart-item-pricing__old {
	color: var(--color-content-high);
	width: -moz-fit-content;
	width: fit-content;
}

[dir=ltr] .shop-cart-item-pricing__old {
	margin-right: var(--spacing-02);
}

[dir=rtl] .shop-cart-item-pricing__old {
	margin-left: var(--spacing-02);
}

.shop-cart-item-pricing__old .money-amount__main,
.shop-cart-item-pricing__old .money-amount__alternative,
.shop-cart-item-pricing__old .shop-cart-item-pricing__quantity {
	text-decoration: line-through;
}

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

[dir] .shop-cart-item-pricing--discounted .shop-cart-item-pricing__current, [dir] .shop-cart-item-pricing__future-price {
	padding: 0.0625rem 0.125rem;
}

.shop-cart-item-pricing__discount-percentage::after {
	content: '/';
}

[dir] .shop-cart-item-pricing__discount-percentage::after {
	margin: 0 0.25rem;
}

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

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

[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: var(--spacing-04);
	margin-top: var(--spacing-05);
}

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

[dir] .shop-cart-item--is-vertical .shop-cart-item-pricing__container {
	margin-top: var(--spacing-00);
}

.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);
	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-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);
}

.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);
	font-stretch: var(--font-stretch-body-s);
	font-weight: var(--font-weight-body-s);
}

[dir] .shop-cart-item__customizations-tag {
	margin: var(--spacing-01) 0;
}

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

/** @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 {
	display: grid;
	grid-template-columns: repeat(2, 50%);
}

.shop-cart-item--is-vertical {
	display: flex;
	flex-direction: column;
}

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

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

[dir=ltr] .shop-cart-item__details {
	padding-left: var(--spacing-05);
}

[dir=rtl] .shop-cart-item__details {
	padding-right: var(--spacing-05);
}

.shop-cart-item--is-vertical .shop-cart-item__details {
	justify-content: flex-start;
}

[dir] .shop-cart-item--is-vertical .shop-cart-item__details {
	padding: var(--spacing-03) 0;
}

[dir=ltr] .shop-cart-item--is-vertical .shop-cart-item__details {
	border-left: 0;
}

[dir=rtl] .shop-cart-item--is-vertical .shop-cart-item__details {
	border-right: 0;
}

.shop-cart-item__details-container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.shop-cart-item--is-vertical .shop-cart-item__details-container {
	flex-direction: row-reverse;
	gap: var(--spacing-04);
}

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

.shop-cart-item__info {
	flex-grow: 1;
	max-width: 100%;
	min-width: 0;
}

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

[dir] .shop-cart-item__secondary-actions {
	margin-top: auto;
}

[dir] .shop-cart-item--is-vertical .shop-cart-item__secondary-actions {
	margin-top: 0;
}

.shop-cart-item-image__remove-item {
	display: none;
	position: absolute;
	top: 0.5rem;
}

[dir] .shop-cart-item-image__remove-item {
	cursor: pointer;
}

[dir=ltr] .shop-cart-item-image__remove-item {
	right: 0.5rem;
}

[dir=rtl] .shop-cart-item-image__remove-item {
	left: 0.5rem;
}

.shop-cart-item--is-vertical:hover .shop-cart-item-image__remove-item {
	display: flex;
}

.shop-cart-item-actions__remove-item-icon {
	height: 1rem;
	width: 1rem;
}

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

@media screen and (min-width: 48rem) {
	.shop-cart-item__wishlist-button {
		bottom: 0.125rem;
		position: relative;
	}
}

.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);
	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;
	}
}

