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

[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-content {
	--layout-customer-base-navbar-actions-padding-top: 0.5rem; /* TODO: Use same var as LayoutCustomerBaseNavbarDesktopAction */
	--layout-customer-base-content-padding-top: var(--spacing-05);

	min-height: 35rem;
}[dir] .layout-customer-base-content {
	padding-top: var(--layout-customer-base-content-padding-top);
}

@media screen and (min-width: 48rem) {
	.layout-customer-base-content {
		--layout-customer-base-content-padding-top:
			calc(
				var(--zds-layout-knee-top) + var(--layout-customer-base-navbar-actions-padding-top)
			);
	}
}

@media screen and (min-width: 85.4375rem) {
	.layout-customer-base-content {
		grid-column: 3 / 7;
	}
}

@media screen and (min-width: 160rem) {
	.layout-customer-base-content {
		grid-column: 3 / 9;
	}
}

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

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

[dir] .layout-customer-base-desktop-shopping-actions {
	padding-bottom: 2.3125rem;
}

.layout-customer-base-mobile-zara-qr-action,
.layout-customer-base-mobile-zara-qr-action__button {
	width: unset;
}

.layout-customer-base-mobile-zara-qr-action {
	align-items: center;
	display: flex;
}

[dir=ltr] .layout-customer-base-mobile-zara-qr-action__button {
	margin-left: var(--spacing-00);
}

[dir=rtl] .layout-customer-base-mobile-zara-qr-action__button {
	margin-right: var(--spacing-00);
}

.layout-customer-base-desktop-action {
	--layout-customer-base-desktop-action-padding: 0.5rem;

	align-items: flex-start;
	display: flex;
	font-size: var(--font-size-label-l);
	gap: var(--spacing-02);
	justify-content: flex-start;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	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);
}[dir] .layout-customer-base-desktop-action {
	cursor: pointer;
	padding: var(--layout-customer-base-desktop-action-padding) 0;
}[dir=ltr] .layout-customer-base-desktop-action {
	text-align: left;
}[dir=rtl] .layout-customer-base-desktop-action {
	text-align: right;
}

.layout-customer-base-desktop-action .zds-number-indicator {
	flex-shrink: 0;
}

.layout-customer-base-desktop-action--active {
	font-size: var(--font-size-label-l-highlight);
	line-height: var(--line-height-label-l-highlight);
	letter-spacing: var(--letter-spacing-label-l-highlight);
	text-transform: var(--text-transform-label-l-highlight);
	font-stretch: var(--font-stretch-label-l-highlight);
	font-weight: var(--font-weight-label-l-highlight);
}

.layout-customer-base-desktop-action--disabled {
	color: var(--color-content-low);
	pointer-events: none;
}

.layout-customer-base-mobile-action {
	list-style: none;
}

[dir] .layout-customer-base-navbars__mobile-close-action {
	padding-top: 0.3125rem;
}[dir=ltr] .layout-customer-base-navbars__mobile-close-action {
	padding-left: 0.125rem;
}[dir=rtl] .layout-customer-base-navbars__mobile-close-action {
	padding-right: 0.125rem;
}

.layout-customer-base-navbars__desktop-back-action {
	height: 5rem;
}

[dir] .layout-customer-base-navbars__mobile-back-action {
	margin-top: var(--spacing-03);
}

[dir] .newsletter-subscription-form__email-field {
	margin-bottom: var(--spacing-05);
}

.newsletter-subscription-form__subscription-fields {
	width: 100%;
}

[dir] .newsletter-subscription-form__subscription-fields {
	margin-top: var(--spacing-05);
}

[dir] .newsletter-subscription-form__privacy-checks {
	margin-top: var(--spacing-05);
}

[dir] .newsletter-subscription-form__email-field ~ .newsletter-subscription-form__privacy-checks {
	margin-top: 0;
}

.newsletter-subscription-form__subscription-legend {
	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] .newsletter-subscription-form__subscription-legend {
	margin-bottom: var(--spacing-06);
	margin-top: var(--spacing-07);
}

[dir] .newsletter-subscription-form__subscription-legend:nth-of-type(1) {
	margin-top: 0;
}

[dir] .newsletter-subscription-form__subscription-field:not(:last-of-type) {
	margin-bottom: var(--spacing-04);
}

.newsletter-subscription-form .form__footer {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-04);
}

[dir] .newsletter-subscription-form .form__footer {
	margin-top: var(--spacing-09);
}

/**** Collapsible theme *****/
[dir] .newsletter-subscription-form--collapsible .newsletter-subscription-form__email-field {
	margin-bottom: 0;
}

.newsletter-subscription-form--collapsible .newsletter-subscription-form__subscription-legend {
	font-size: var(--font-size-label-m-highlight);
	line-height: var(--line-height-label-m-highlight);
	letter-spacing: var(--letter-spacing-label-m-highlight);
	text-transform: var(--text-transform-label-m-highlight);
	font-stretch: var(--font-stretch-label-m-highlight);
	font-weight: var(--font-weight-label-m-highlight);
}

[dir] .newsletter-subscription-view__content-header {
	margin-bottom: var(--spacing-02);
}

[dir] .newsletter-subscription-view__form {
	margin-bottom: var(--spacing-13);
}

