[dir] .layout-customer-base-content-header {
	margin-bottom: var(--spacing-07);
}

[dir] .layout-customer-base-content-header.layout-customer-base-content-header--no-margin {
	margin-bottom: 0;
}

[dir] .layout-customer-base-content-header__content-header {
	margin-bottom: 0;
}

.layout-customer-base {
	--layout-customer-base-button-tertiary-marginless-vertical-padding: var(--spacing-02);
}

.layout-customer-base-content {
	min-height: 35rem;
}

[dir=ltr] .layout-customer-base-content--full {
	padding-left: 0;
	padding-right: 0;
}

[dir=rtl] .layout-customer-base-content--full {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (min-width: 48rem) {
	.layout-customer-base {
		--layout-customer-base-button-tertiary-marginless-vertical-padding: 0.625rem;
	}

	.layout-customer-base-content--full {
		max-width: 100%;
	}

	[dir=ltr] .layout-customer-base-content--full {
		margin-left: 0;
		margin-right: 0;
	}

	[dir=rtl] .layout-customer-base-content--full {
		margin-right: 0;
		margin-left: 0;
	}
}

.layout-customer-base-header__logo--hidden {
	display: none;
}

[dir] .layout-customer-base-docked-container__wrapper {
	padding: 0;
}

.layout-customer-base-docked-container__toast {
	display: block;
	width: 100%;
}

.customer-page--docked-layout .accessibility-widget-button {
	/* stylelint-disable-next-line declaration-no-important */
	bottom: 11.875rem !important;
}

@media screen and (min-width: 48rem) {
	.customer-page--docked-layout .accessibility-widget-button {
		/* stylelint-disable-next-line declaration-no-important */
		bottom: 8.125rem !important;
	}
}

.items-grid {
	--items-grid-columns: 2;

	display: grid;
	gap: var(--spacing-05);
	grid-template-columns: repeat(var(--items-grid-columns), minmax(0, 1fr));
	overflow-x: hidden;
}

.items-grid--large-content {
	--items-grid-columns: 1;
}

@media screen and (min-width: 48rem) {
	.items-grid {
		--items-grid-columns: 2;
	}

	.items-grid--large-content {
		--items-grid-columns: 4;
	}
}

@media screen and (min-width: 64rem) {
	.items-grid {
		--items-grid-columns: 4;

		gap: var(--spacing-10);
	}
}

@media screen and (min-width: 80rem) {
	.items-grid {
		gap: var(--spacing-15);
	}
}

@media screen and (min-width: 100rem) {
	.items-grid--large-content {
		--items-grid-columns: 6;
	}
}

.user-product-image {
	display: block;
	position: relative;
}

.user-product-image__quantity {
	align-items: center;
	bottom: 0;
	display: flex;
	font-size: var(--font-size-label-xs);
	height: 1rem;
	justify-content: center;
	position: absolute;
	width: 1rem;
	z-index: 1;
	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] .user-product-image__quantity {
	background-color: var(--color-background-base);
}

.user-product-image__placeholder {
	fill: none;
}

.wishlist-item-purchase-intention-actions-size-selector {
	display: block;
}

.wishlist-item-purchase-intention-actions__size-selector {
	flex: 1;
}

.wishlist-item-purchase-intention-actions__size-selector-toggle {
	min-width: min(10.375rem, 100%);
	width: 100%;
}

@media screen and (min-width: 48rem) {
	.wishlist-item-purchase-intention-actions__size-selector-toggle {
		width: auto;
	}
}

.selectable-item {
	display: block;
	position: relative;
	width: 100%;
}[dir] .selectable-item {
	cursor: pointer;
}

.selectable-item__checkbox {
	height: 1.5rem;
	position: absolute;
	top: 0.25rem;
	width: 1.5rem;
	z-index: 1;
}

[dir=ltr] .selectable-item__checkbox {
	left: 0.25rem;
}

[dir=rtl] .selectable-item__checkbox {
	right: 0.25rem;
}

.wishlist-item {
	--out-of-stock-item-opacity: 0.4;

	display: flex;
	flex-direction: column;
	font-size: var(--font-size-label-m);
	list-style: none;
	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=ltr] .wishlist-item__selectable {
	text-align: left;
}

[dir=rtl] .wishlist-item__selectable {
	text-align: right;
}

.wishlist-item__image {
	position: relative;
}

[dir] .wishlist-item__information {
	padding: var(--spacing-02) 0;
}

.wishlist-item--disabled .wishlist-item__user-product-image {
	opacity: var(--out-of-stock-item-opacity);
}

.wishlist-item--disabled .price__amount {
	opacity: 0.5;
}

.wishlist-item--disabled .wishlist-item__information {
	color: var(--color-content-mid);
}

.wishlist-item--disabled .wishlist-bookmark {
	color: initial;
}

/* stylelint-disable-next-line selector-max-compound-selectors */
.wishlist-item__product-info,
.wishlist-item__product-info .product-detail-secondary-product-info__price,
.wishlist-item__product-info .product-detail-secondary-product-info__price .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] .wishlist-item__product-info, [dir] .wishlist-item__product-info .product-detail-secondary-product-info__price, [dir] .wishlist-item__product-info .product-detail-secondary-product-info__price .money-amount__main {
	margin-top: 0;
}

[dir] .wishlist-item__information .wishlist-item__product-info {
	padding: 0;
}

[dir] .wishlist-item__purchase-intention-actions {
	margin-top: auto;
}

[dir] .wishlist-items-grid__disclaimer-message.price-messages {
	margin-top: var(--spacing-07);
}

@media screen and (min-width: 64rem) {
	[dir] .wishlist-items-grid__disclaimer-message.price-messages {
		margin-top: var(--spacing-11);
	}
}

