/* Generated by tools/build-css-bundles.php. Do not edit directly. */

/* Source: assets/css/components/product-card.css */
.ce-product-card,
.woocommerce ul.products li.product {
    position: relative;
    background: var(--ce-color-on-dark);
    border: 1px solid var(--ce-earth-200);
    overflow: hidden;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: var(--ce-earth-200);
    border-bottom: 1px solid var(--ce-earth-200);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 0;
    padding: 0.8rem 0.8rem 0.25rem;
    font-size: 0.9rem;
    line-height: 1.35;
    font-family: var(--ce-font-heading);
    font-weight: var(--ce-font-heading-weight, 200);
    color: var(--ce-earth-900);
}

.woocommerce ul.products li.product .price {
    display: block;
    padding: 0 0.8rem;
    margin: 0;
    font-size: 0.85rem;
    color: var(--ce-earth-700);
}

.woocommerce ul.products li.product .button {
    margin: 0.8rem;
    width: calc(100% - 1.6rem);
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    right: auto;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0.25rem 0.55rem;
    border-radius: var(--ce-radius-small);
    background: var(--ce-sun-700);
    color: var(--ce-earth-800);
    font-size: 0.65rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 2;
}

/* Source: assets/css/components/product-grid.css */
.ce-product-grid,
.ce-related-essentialists {
    padding: clamp(3rem, 7vw, 6rem) var(--ce-space-page);
}

.ce-product-grid {
    color: var(--ce-earth-900);
    background: var(--ce-earth-100);
}

.ce-product-grid__inner,
.ce-related-essentialists__inner {
    width: min(100%, 1248px);
    margin-inline: auto;
}

.ce-product-grid__header,
.ce-related-essentialists__header {
    margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.ce-product-grid__label,
.ce-related-essentialists__label {
    margin: 0 0 0.75rem;
    color: var(--ce-sun-700);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ce-product-grid__title,
.ce-related-essentialists__title {
    max-width: 24ch;
    margin: 0;
    color: var(--ce-earth-900);
    font: var(--ce-heading-md);
}

.ce-product-grid__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ce-detail-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: var(--ce-card-padding);
    background: var(--ce-earth-100);
}

.ce-detail-product-card__link {
    color: inherit;
    text-decoration: none;
}

.ce-detail-product-card__link::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: '';
}

.ce-detail-product-card__link:focus-visible {
    outline: none;
}

.ce-detail-product-card:focus-within {
    outline: 2px solid var(--ce-sun-700);
    outline-offset: 4px;
}

.ce-detail-product-card__shipping-link {
    position: relative;
    z-index: 2;
    color: inherit;
}

.ce-detail-product-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--ce-earth-200);
}

.ce-detail-product-card .ce-detail-product-card__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.32s ease, transform 0.45s ease;
}

.ce-detail-product-card__image--secondary {
    opacity: 0;
}

.ce-detail-product-card__ai-label--secondary {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.ce-detail-product-card:hover .ce-detail-product-card__media--has-secondary .ce-detail-product-card__ai-label--primary,
	.ce-detail-product-card:focus-within .ce-detail-product-card__media--has-secondary .ce-detail-product-card__ai-label--primary {
		display: none;
	}

	.ce-detail-product-card:hover .ce-detail-product-card__media--has-secondary .ce-detail-product-card__ai-label--secondary,
	.ce-detail-product-card:focus-within .ce-detail-product-card__media--has-secondary .ce-detail-product-card__ai-label--secondary {
		display: inline;
	}

	.ce-detail-product-card__media--has-secondary .ce-detail-product-card__ai-label--primary:focus-within {
		display: inline;
	}

	.ce-detail-product-card__media--has-secondary:has(.ce-detail-product-card__ai-label--primary:focus-within) .ce-detail-product-card__ai-label--secondary {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
    .ce-detail-product-card:hover .ce-detail-product-card__media--has-secondary .ce-detail-product-card__image--primary,
    .ce-detail-product-card:focus-within .ce-detail-product-card__media--has-secondary .ce-detail-product-card__image--primary {
        opacity: 0;
        transform: scale(1.025);
    }

    .ce-detail-product-card:hover .ce-detail-product-card__media--has-secondary .ce-detail-product-card__image--secondary,
    .ce-detail-product-card:focus-within .ce-detail-product-card__media--has-secondary .ce-detail-product-card__image--secondary {
        opacity: 1;
        transform: scale(1.045);
    }

    .ce-detail-product-card:hover .ce-detail-product-card__media:not(.ce-detail-product-card__media--has-secondary) .ce-detail-product-card__image--primary,
    .ce-detail-product-card:focus-within .ce-detail-product-card__media:not(.ce-detail-product-card__media--has-secondary) .ce-detail-product-card__image--primary {
        transform: scale(1.045);
    }
}

.ce-detail-product-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 0.7rem;
    color: var(--ce-earth-800);
    background: var(--ce-sun-700);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ce-detail-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: var(--ce-card-padding) 0 0;
}

.ce-detail-product-card__meta {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.ce-site .ce-detail-product-card__vendor,
.ce-site .ce-detail-product-card__category {
    margin: 0;
    color: var(--ce-sun-800);
    font-family: var(--ce-font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.48px;
    line-height: 24px;
    text-transform: uppercase;
}

.ce-detail-product-card__category {
    order: -1;
}

.ce-detail-product-card__vendor:not(:only-child)::before {
    margin: 0 6px;
    content: '·';
}

.ce-detail-product-card__vendor-link,
.ce-detail-product-card__category-link {
    position: relative;
    z-index: 2;
}

.ce-detail-product-card__vendor-link:hover,
.ce-detail-product-card__vendor-link:focus-visible,
.ce-detail-product-card__category-link:hover,
.ce-detail-product-card__category-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.ce-detail-product-card__vendor-link:focus-visible,
.ce-detail-product-card__category-link:focus-visible {
    outline: 2px solid var(--ce-sun-700);
    outline-offset: 2px;
}

.ce-site .ce-detail-product-card__title {
    margin: 0;
    color: var(--ce-earth-900);
    font-family: var(--ce-font-heading);
    font-size: 24px;
    font-weight: var(--ce-font-heading-weight, 200);
    letter-spacing: 0.24px;
    line-height: 28px;
}

.ce-site .ce-detail-product-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 16px 0 0;
    color: var(--ce-earth-600);
    font-family: var(--ce-font-body);
    font-size: 16px;
    font-weight: 390;
    letter-spacing: 0;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ce-detail-product-card__footer {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: auto;
    padding-top: 16px;
    border-top: 0;
}

.ce-detail-product-card__footer::before {
    width: 100%;
    border-top: 1px solid var(--ce-earth-200);
    content: '';
}

.ce-detail-product-card__price {
    margin-top: 16px;
    color: var(--ce-earth-900);
    font-size: clamp(14px, 1.25vw, 16px);
    font-weight: 500;
    line-height: clamp(20px, 1.75vw, 24px);
}

.ce-detail-product-card__price del {
    color: var(--ce-earth-400);
    font-weight: 400;
}

.ce-detail-product-card__price ins {
    color: var(--ce-earth-900);
    font-weight: 500;
    text-decoration: none;
}

.ce-detail-product-card__availability,
.ce-detail-product-card__unit-price,
.ce-detail-product-card__legal {
    color: var(--ce-earth-400);
    font-family: var(--ce-font-body);
    font-size: clamp(11px, 0.9vw, 12px);
    font-weight: 390;
    line-height: clamp(14px, 1.2vw, 16px);
    letter-spacing: 0.24px;
}

.ce-detail-product-card__unit-price {
    order: 2;
}

.ce-detail-product-card__legal {
    display: block;
    order: 3;
}

.ce-detail-product-card__availability {
    order: 4;
}

.ce-detail-product-card__shipping-link:hover,
.ce-detail-product-card__shipping-link:focus-visible {
    color: var(--ce-sun-700);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.ce-detail-product-card__shipping-link:focus-visible {
    outline: 2px solid var(--ce-sun-700);
    outline-offset: 2px;
}

.ce-product-grid__empty {
    margin: 0;
    padding: 2rem;
    color: var(--ce-earth-700);
    background: var(--ce-color-on-dark);
}

.ce-related-essentialists {
    color: var(--ce-earth-900);
    background: rgba(255, 255, 255, 0.53);
}

.ce-related-essentialists .ce-essentialists-overview__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
    .ce-product-grid__items,
    .ce-related-essentialists .ce-essentialists-overview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .ce-product-grid__items,
    .ce-related-essentialists .ce-essentialists-overview__grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ce-detail-product-card__image {
        transition: none;
    }

    .ce-detail-product-card:hover .ce-detail-product-card__image,
    .ce-detail-product-card:focus-within .ce-detail-product-card__image {
        transform: none;
    }
}

/* Source: assets/css/woocommerce.css */
/* WooCommerce Basisstruktur */

.woocommerce,
.woocommerce-page {
    font-family: var(--ce-font-body);
    color: var(--ce-earth-900);
}

.woocommerce .products {
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product {
    background: var(--ce-color-on-dark);
    border-radius: var(--ce-radius-card);
    overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--ce-font-heading);
    font-weight: var(--ce-font-heading-weight, 200);
    color: var(--ce-earth-900);
}

.woocommerce ul.products li.product .price {
    color: var(--ce-earth-900);
}

/* WooCommerce Seitenzustände */

.ce-page-shop .woocommerce,
.ce-page-product-category .woocommerce {
    width: min(100%, var(--ce-layout-max-width));
    margin-inline: auto;
    padding-inline: var(--ce-space-page);
}

.ce-page-product .product {
    width: min(100%, var(--ce-layout-max-width));
    margin-inline: auto;
    padding-inline: var(--ce-space-page);
}

.ce-page-cart .woocommerce,
.ce-page-checkout .woocommerce {
    width: min(100%, var(--ce-layout-content-width, 960px));
    margin-inline: auto;
    padding-inline: var(--ce-space-page);
}

.ce-page-wcfm-store .woocommerce {
    width: min(100%, var(--ce-layout-max-width));
    margin-inline: auto;
    padding-inline: var(--ce-space-page);
}

.ce-product-card-wrap {
    height: 100%;
}

.ce-product-card-wrap .product {
    height: 100%;
}

/* Produktkarten */

.woocommerce ul.products li.product a img {
    width: 100%;
    margin: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 1rem 1rem 0;
    font-family: var(--ce-font-heading);
    font-weight: var(--ce-font-heading-weight, 200);
    color: var(--ce-earth-900);
}

.woocommerce ul.products li.product .price {
    display: block;
    margin: 0.5rem 1rem 1rem;
    color: var(--ce-earth-900);
}

.woocommerce ul.products li.product .button {
    margin: 0 1rem 1rem;
}

/* Source: assets/css/pages/commerce-utility.css */
/*
 * Vorläufiger, kontrastfester CE-Rahmen für transaktionale Funktionsseiten.
 * Die Klasse wird zentral am Body gesetzt und kann bei späteren vollständigen
 * Page Experiences schrittweise ersetzt werden.
 */

.ce-body.ce-page-utility {
	color: var(--ce-color-on-dark);
	background: var(--ce-earth-800);
	font-family: var(--ce-font-body);
}

.ce-body.ce-page-utility .ce-main {
	width: min(
		calc(100% - (var(--ce-space-page) + var(--ce-space-page))),
		var(--ce-layout-content-width, 960px)
	);
	margin: var(--ce-space-section) auto;
	padding: clamp(1.25rem, 3vw, 2.5rem);
	border: 1px solid var(--ce-earth-200);
	background: var(--ce-color-on-dark);
	color: var(--ce-earth-900);
	box-shadow: var(--ce-shadow-soft);
}

.ce-body.ce-page-utility .ce-main,
.ce-body.ce-page-utility .ce-main p,
.ce-body.ce-page-utility .ce-main li,
.ce-body.ce-page-utility .ce-main label,
.ce-body.ce-page-utility .ce-main table,
.ce-body.ce-page-utility .ce-main input,
.ce-body.ce-page-utility .ce-main select,
.ce-body.ce-page-utility .ce-main textarea,
.ce-body.ce-page-utility .ce-main button {
	font-family: var(--ce-font-body);
}

.ce-body.ce-page-utility .ce-main h1,
.ce-body.ce-page-utility .ce-main h2,
.ce-body.ce-page-utility .ce-main h3,
.ce-body.ce-page-utility .ce-main h4,
.ce-body.ce-page-utility .ce-main h5,
.ce-body.ce-page-utility .ce-main h6 {
	color: var(--ce-earth-900);
	font-family: var(--ce-font-heading);
	font-weight: var(--ce-font-heading-weight, 200);
}

.ce-body.ce-page-utility .ce-main a:not(.button):not(.wp-element-button):not(.wc-block-components-button) {
	color: var(--ce-earth-900);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: var(--ce-sun-700);
	text-underline-offset: 0.2em;
}

.ce-body.ce-page-utility .ce-main input:not([type='checkbox']):not([type='radio']):not([type='hidden']),
.ce-body.ce-page-utility .ce-main select,
.ce-body.ce-page-utility .ce-main textarea {
	min-height: 2.75rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--ce-earth-200);
	border-radius: var(--ce-radius-small);
	background: var(--ce-color-on-dark);
	color: var(--ce-earth-900);
}

.ce-body.ce-page-utility .ce-main button,
.ce-body.ce-page-utility .ce-main .button,
.ce-body.ce-page-utility .ce-main .wp-element-button,
.ce-body.ce-page-utility .ce-main .wc-block-components-button,
.ce-body.ce-page-utility .ce-main input[type='submit'] {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.1rem;
	border: 1px solid var(--ce-sun-700);
	border-radius: var(--ce-radius-button);
	background: var(--ce-sun-700);
	color: var(--ce-earth-850);
	font-family: var(--ce-font-body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
}

.ce-body.ce-page-utility .ce-main .woocommerce-info,
.ce-body.ce-page-utility .ce-main .woocommerce-message,
.ce-body.ce-page-utility .ce-main .woocommerce-error,
.ce-body.ce-page-utility .ce-main .wc-block-components-notice-banner {
	border: 1px solid var(--ce-earth-200);
	border-left: 5px solid var(--ce-sun-700);
	background: var(--ce-earth-100);
	color: var(--ce-earth-900);
}

.ce-body.ce-page-utility .ce-main table,
.ce-body.ce-page-utility .ce-main .wc-block-components-sidebar,
.ce-body.ce-page-utility .ce-main .wc-block-components-main {
	color: var(--ce-earth-900);
}

@media (max-width: 640px) {
	.ce-body.ce-page-utility .ce-main {
		width: calc(100% - (2 * var(--ce-space-md)));
		margin-block: var(--ce-space-xl);
		padding: var(--ce-space-lg);
	}
}

/* Gemeinsame Seitenhülle für Konto, Vendor-Registrierung und Widerruf. */
.ce-body.ce-page-managed-utility .ce-main.ce-utility-experience {
	width: min(calc(100% - 48px), var(--ce-container-width));
	margin-inline: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--ce-earth-50);
	box-shadow: none;
}

.ce-utility-experience__inner {
	padding:
	clamp(2.5rem, 5vw, 4.5rem)
	var(--ce-container-padding)
	clamp(5rem, 8vw, 8rem);
}

.ce-utility-experience__header {
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.ce-body.ce-page-managed-utility .ce-main .ce-utility-experience__title {
	margin: 0;
	color: var(--ce-earth-900);
	font: var(--ce-heading-xl);
	font-weight: var(--ce-font-heading-weight);
	letter-spacing: 0;
}

.ce-utility-experience__content {
	width: 100%;
	max-width: none;
	margin: 0;
}

.ce-utility-experience--404 .ce-utility-experience__inner {
	max-width: 920px;
	min-height: clamp(28rem, 55vh, 42rem);
}

.ce-utility-experience__overline {
	margin: 0 0 var(--ce-space-sm);
	color: var(--ce-sun-800);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ce-utility-experience--404 .ce-utility-experience__content {
	max-width: 42rem;
	color: var(--ce-earth-700);
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
	line-height: 1.6;
}

.ce-utility-experience__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--ce-space-sm);
	margin-top: var(--ce-space-lg);
}

.ce-body.ce-page-managed-utility .ce-main .ce-utility-experience__actions .ce-button--ghost {
	border-color: var(--ce-earth-300);
	background: transparent;
}

/* WCFM bestimmt das kompakte Layout; CE ergänzt nur Farben und entfernt Schatten. */
.ce-site:has(#colorbox #support_form_wrapper) #cboxOverlay {
	background-color: var(--ce-earth-900);
}

.ce-site #colorbox:has(#support_form_wrapper),
.ce-site #colorbox:has(#support_form_wrapper) #cboxWrapper,
.ce-site #colorbox:has(#support_form_wrapper) #cboxContent,
.ce-site #colorbox:has(#support_form_wrapper) #cboxLoadedContent,
.ce-site #colorbox:has(#support_form_wrapper) #support_form_wrapper,
.ce-site #colorbox:has(#support_form_wrapper) #wcfm_support_form_wrapper {
	background-color: var(--ce-earth-50);
	box-shadow: none !important;
}

.ce-site #colorbox:has(#support_form_wrapper) #support_form_wrapper h2 {
	color: var(--ce-sun-800);
}

.ce-site #colorbox:has(#support_form_wrapper) #wcfm_support_form .wcfm_popup_label {
	color: var(--ce-earth-700);
}

.ce-site #colorbox:has(#support_form_wrapper) #wcfm_support_form .wcfm_popup_input {
	border-color: var(--ce-earth-300);
	background-color: var(--ce-color-on-dark);
	color: var(--ce-earth-900);
	box-shadow: none !important;
}

.ce-site #colorbox:has(#support_form_wrapper) #wcfm_support_form .wcfm_popup_input:focus {
	border-color: var(--ce-sun-800);
	outline-color: var(--ce-sun-800);
}

.ce-site #colorbox:has(#support_form_wrapper) #wcfm_support_submit_button {
	border-color: var(--ce-sun-700);
	background-color: var(--ce-sun-700);
	color: var(--ce-earth-850);
	box-shadow: none !important;
}

.ce-site #colorbox:has(#support_form_wrapper) #wcfm_support_submit_button:hover,
.ce-site #colorbox:has(#support_form_wrapper) #wcfm_support_submit_button:focus-visible {
	border-color: var(--ce-earth-850);
	background-color: var(--ce-earth-850);
	color: var(--ce-color-on-dark);
}

.ce-site #colorbox:has(#support_form_wrapper) #cboxClose {
	box-shadow: none !important;
}

@media (max-width: 640px) {
	.ce-body.ce-page-managed-utility .ce-main.ce-utility-experience {
		width: min(calc(100% - 32px), var(--ce-container-width));
		margin-inline: auto;
		padding: 0;
	}

	.ce-utility-experience__inner {
		padding:
			var(--ce-space-xl)
			var(--ce-space-sm)
			clamp(4rem, 18vw, 6rem);
	}

}

/* Source: assets/css/pages/cart.css */
/* Charming Essence Warenkorb-Experience auf Basis des WooCommerce Cart Blocks */

.ce-cart-experience {
    width: min(100%, var(--ce-container-width));
    margin-inline: auto;
    color: var(--ce-earth-900);
    background: var(--ce-earth-50);
}

.ce-cart-experience__inner {
    padding:
        clamp(2.5rem, 5vw, 4.5rem)
        var(--ce-container-padding)
        clamp(4rem, 7vw, 6rem);
}

.ce-cart-experience__header {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.ce-cart-shipment-notice {
    margin: calc(-1 * clamp(1.5rem, 3vw, 2.5rem)) 0 clamp(2rem, 4vw, 3rem);
    padding: 1rem 1.125rem;
    border-left: 4px solid var(--ce-sun-700);
    background: var(--ce-sun-100);
    color: var(--ce-earth-700);
    font-size: clamp(0.875rem, 0.84rem + 0.16vw, 1rem);
    line-height: 1.5;
}

.ce-cart-shipment-notice strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--ce-earth-900);
    font-weight: 600;
}

.ce-cart-shipment-notice p {
    margin: 0;
}

.ce-cart-experience__title {
    max-width: 16ch;
    margin: 0;
    color: var(--ce-earth-900);
    font: var(--ce-heading-xl);
    font-weight: var(--ce-font-heading-weight);
    letter-spacing: 0;
}

.ce-cart-experience__content,
.ce-cart-experience__content .wp-block-woocommerce-cart {
    width: 100%;
    max-width: none;
    margin: 0;
}

.ce-cart-experience .wc-block-components-sidebar-layout.wc-block-cart {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 0.9fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
}

.ce-cart-experience .wc-block-components-main.wc-block-cart__main,
.ce-cart-experience .wc-block-components-sidebar.wc-block-cart__sidebar {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ce-cart-experience .wc-block-cart-items {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.ce-cart-experience .wc-block-cart-items thead {
    color: var(--ce-earth-900);
    font-family: var(--ce-font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}

.ce-cart-experience .wc-block-cart-items th {
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--ce-earth-200);
    color: inherit;
    background: transparent;
}

.ce-cart-experience .wc-block-cart-items__header-image {
    width: 128px;
}

.ce-cart-experience .wc-block-cart-items__header-product {
    text-align: left;
}

.ce-cart-experience .wc-block-cart-items__header-total {
    width: 7.5rem;
    text-align: right;
}

.ce-cart-experience .wc-block-cart-items__row {
    border-bottom: 1px solid var(--ce-earth-200);
}

.ce-cart-experience .wc-block-cart-items td {
    padding-block: 1.5rem;
    border: 0;
    background: transparent;
    vertical-align: top;
}

.ce-cart-experience .wc-block-cart-item__image {
    width: 128px;
    padding-right: 1.5rem;
}

.ce-cart-experience .wc-block-cart-item__image img {
    width: 104px;
    height: 128px;
    border-radius: var(--ce-radius-card);
    object-fit: cover;
}

.ce-cart-experience .wc-block-cart-item__product {
    padding-right: 1.5rem;
}

.ce-cart-experience .wc-block-cart-item__wrap {
    display: flex;
    min-height: 128px;
    flex-direction: column;
    align-items: flex-start;
}

.ce-cart-experience .wc-block-components-product-name {
    color: var(--ce-earth-900);
    font: var(--ce-heading-h2);
    letter-spacing: 0;
    text-decoration: none;
}

.ce-cart-experience .wc-block-components-product-name:hover,
.ce-cart-experience .wc-block-components-product-name:focus-visible {
    color: var(--ce-sun-800);
}

.ce-cart-experience .wc-block-cart-item__prices {
    margin-top: 0.5rem;
    color: var(--ce-earth-900);
    font-size: 16px;
    line-height: 24px;
}

.ce-cart-experience .wc-block-cart-item__prices del {
    margin-right: 0.35rem;
    color: var(--ce-earth-400);
}

.ce-cart-experience .wc-block-cart-item__prices ins {
    color: var(--ce-earth-900);
    text-decoration: none;
}

.ce-cart-experience .wc-block-components-product-metadata {
    margin-top: 0.45rem;
    color: var(--ce-earth-600);
    font-size: 14px;
    line-height: 20px;
}

.ce-cart-experience .wc-block-components-product-metadata p {
    margin: 0 0 0.25rem;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.ce-cart-experience .wc-block-components-product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.25rem;
}

.ce-cart-experience .wc-block-cart-item__quantity {
    display: flex;
    margin-top: auto;
    padding-top: 1rem;
    align-items: center;
    gap: 0.75rem;
}

.ce-cart-experience .wc-block-components-quantity-selector {
    display: grid;
    width: auto;
    height: 40px;
    min-width: 112px;
    grid-template-columns: 36px 40px 36px;
    overflow: hidden;
    border: 1px solid var(--ce-earth-200);
    border-radius: var(--ce-radius-button);
    background: var(--ce-color-on-dark);
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-components-quantity-selector__button {
    position: static;
    display: inline-grid;
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0;
    color: var(--ce-earth-800);
    background: var(--ce-sun-100);
    font-family: var(--ce-font-body);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-components-quantity-selector__button--minus {
    border-right: 1px solid var(--ce-earth-200);
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-components-quantity-selector__button--plus {
    border-left: 1px solid var(--ce-earth-200);
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-components-quantity-selector__button:hover {
    background: var(--ce-sun-700);
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-components-quantity-selector__button:disabled {
    color: var(--ce-earth-400);
    background: var(--ce-earth-100);
    opacity: 0.72;
}

.ce-cart-experience .wc-block-components-quantity-selector__input {
    position: static;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--ce-earth-900);
    background: var(--ce-color-on-dark);
    font-family: var(--ce-font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    appearance: textfield;
}

.ce-cart-experience .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.ce-cart-experience .wc-block-components-quantity-selector__input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-cart-item__remove-link {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--ce-radius-button);
    color: var(--ce-earth-500);
    background: transparent;
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-cart-item__remove-link:hover,
.ce-body.ce-page-cart .ce-cart-experience .wc-block-cart-item__remove-link:focus-visible {
    border-color: var(--ce-earth-200);
    color: var(--ce-earth-900);
    background: var(--ce-earth-100);
}

.ce-cart-experience .wc-block-cart-item__total {
    width: 7.5rem;
    padding-left: 1rem;
    color: var(--ce-earth-900);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
}

.ce-cart-experience .wc-block-cart-item__total .wc-block-components-product-badge {
    margin-top: 0.5rem;
    padding: 0.3rem 0.45rem;
    border: 0;
    border-radius: var(--ce-radius-small);
    color: var(--ce-earth-600);
    background: var(--ce-earth-100);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.ce-cart-experience .wc-block-components-sidebar.wc-block-cart__sidebar {
    position: sticky;
    top: 1.5rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid var(--ce-earth-200);
    border-radius: var(--ce-radius-button);
    background: var(--ce-color-on-dark);
}

.ce-cart-experience .wc-block-cart__totals-title {
    margin: 0;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid var(--ce-earth-200);
    color: var(--ce-earth-900);
    font: var(--ce-heading-h2);
    letter-spacing: var(--ce-heading-h2-letter-spacing);
    text-transform: uppercase;
}

.ce-cart-experience .wc-block-components-totals-wrapper {
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--ce-earth-200);
}

.ce-cart-experience .wc-block-components-panel__button,
.ce-cart-experience .wc-block-components-totals-item {
    color: var(--ce-earth-900);
    font-size: 15px;
    line-height: 22px;
}

.ce-cart-experience .wc-block-components-panel__button {
    font-weight: 500;
}

.ce-cart-experience .wc-block-components-totals-item__label {
    color: var(--ce-earth-700);
}

.ce-cart-experience .wc-block-components-totals-item__value {
    color: var(--ce-earth-900);
    font-weight: 500;
}

.ce-cart-experience .wc-block-components-totals-footer-item {
    font-size: 20px;
    line-height: 28px;
}

.ce-cart-experience .wc-block-components-totals-footer-item-tax {
    margin: 0.65rem 0 0;
    color: var(--ce-earth-500);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.ce-cart-experience .wc-block-cart__submit {
    margin-top: 1.75rem;
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-cart__submit-button {
    width: 100%;
    min-height: 48px;
    border-color: var(--ce-sun-700);
    color: var(--ce-earth-900);
    background: var(--ce-sun-700);
    font-size: var(--ce-button-font-size);
    font-weight: 500;
    letter-spacing: var(--ce-button-letter-spacing);
    line-height: var(--ce-button-line-height);
    text-transform: uppercase;
}

.ce-body.ce-page-cart .ce-cart-experience .wc-block-cart__submit-button:hover,
.ce-body.ce-page-cart .ce-cart-experience .wc-block-cart__submit-button:focus-visible {
    border-color: var(--ce-sun-800);
    background: var(--ce-sun-800);
}

.ce-cart-empty {
    min-height: 22rem;
    padding: clamp(2rem, 6vw, 5rem);
    border: 0;
    background: var(--ce-earth-150);
    font-family: var(--ce-font-body);
}

.ce-site .ce-cart-empty__title,
.ce-site .ce-cart-empty__products-title {
    margin: 0;
    color: var(--ce-earth-900);
    font: var(--ce-heading-h2);
    letter-spacing: var(--ce-heading-h2-letter-spacing);
    text-align: center;
    text-transform: uppercase;
}

.ce-cart-empty__recommendations {
    margin-top: clamp(2rem, 4vw, 3rem);
}

.ce-cart-empty__recommendations .ce-product-grid__items {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

@media (max-width: 900px) {
    .ce-cart-experience .wc-block-components-sidebar-layout.wc-block-cart {
        grid-template-columns: 1fr;
    }

    .ce-cart-experience .wc-block-components-sidebar.wc-block-cart__sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .ce-cart-experience__inner {
        padding:
            2rem
            max(1rem, var(--ce-container-padding))
            4rem;
    }

    .ce-cart-experience__header {
        margin-bottom: 2rem;
    }

    .ce-cart-experience__title {
        font: var(--ce-heading-lg);
    }

    .ce-cart-experience .wc-block-cart-items thead {
        display: none;
    }

    .ce-cart-experience .wc-block-cart-items__row {
        display: grid;
        grid-template-columns: 80px minmax(0, 1fr) !important;
        padding-block: 1.5rem;
    }

    .ce-cart-experience .wc-block-cart-items td {
        padding: 0;
    }

    .ce-cart-experience .wc-block-cart-item__image {
        width: 80px;
        padding-right: 1rem;
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
    }

    .ce-cart-experience .wc-block-cart-item__image img {
        width: 64px;
        height: 88px;
    }

    .ce-cart-experience .wc-block-cart-item__product {
        min-width: 0;
        padding: 0;
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .ce-cart-experience .wc-block-cart-item__wrap {
        width: 100%;
        min-height: 0;
    }

    .ce-cart-experience .wc-block-components-product-name {
        width: 100%;
        font-size: 15px !important;
        line-height: 1.3 !important;
        overflow-wrap: anywhere;
    }

    .ce-cart-experience .wc-block-cart-item__prices,
    .ce-cart-experience .wc-block-cart-item__prices .wc-block-components-product-price {
        width: 100%;
        flex-wrap: wrap;
        column-gap: 0.3rem;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .ce-cart-experience .wc-block-components-product-metadata {
        width: 100%;
        flex-direction: column;
        font-size: 13px;
        line-height: 1.45;
    }

    .ce-cart-experience .wc-block-cart-item__quantity {
        flex-wrap: wrap;
    }

    .ce-cart-experience .wc-block-components-quantity-selector {
        height: 44px;
        min-width: 136px;
        grid-template-columns: 44px 48px 44px;
    }

    .ce-body.ce-page-cart .ce-cart-experience .wc-block-cart-item__remove-link {
        width: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    .ce-cart-experience .wc-block-cart-item__total {
        display: none !important;
    }

    .ce-cart-experience .wc-block-components-sidebar.wc-block-cart__sidebar {
        padding: 1.5rem;
    }

    .ce-cart-empty {
        padding: 2rem 1rem 3rem;
    }
}
