
/*
 * Storefront styles for /store/{slug}.
 *
 * Mobile-first. Designed to look right on an iPhone first; desktop is the
 * progressive enhancement. Scoped under .wcsb-* so theme styles can't bleed in.
 */

/* === Theme chrome reset =============================================== */
/* Hide Astra (and similar) theme chrome when custom store header/footer is on. */
body.wcsb-store-chrome #masthead,
body.wcsb-store-chrome .site-header,
body.wcsb-store-chrome #colophon,
body.wcsb-store-chrome .site-footer,
body.wcsb-store-chrome .ast-footer-overlay,
body.wcsb-store-chrome .ast-small-footer,
body.wcsb-store-chrome .ast-above-header-bar,
body.wcsb-store-chrome .ast-mobile-header-wrap,
body.wcsb-store-chrome #ast-scroll-top,
body.wcsb-store-chrome .ast-mobile-header,
body.wcsb-store-chrome .ast-primary-header-bar,
body.wcsb-store-chrome .ast-archive-description,
body.wcsb-store-chrome .skip-link {
	display: none !important;
}

body.wcsb-store-chrome .site-content,
body.wcsb-store-chrome #content,
body.wcsb-store-chrome .ast-container,
body.wcsb-store-chrome .ast-no-sidebar,
body.wcsb-store-chrome .ast-separate-container {
	padding: 0 !important;
	margin: 0 !important;
	background: #fff !important;
	max-width: none !important;
}

/* Astra sets `.site-content .ast-container { display:flex }` at ≥922px,
 * which lays our merchant header, store main, and footer out as three
 * side-by-side columns on desktop. Force the same single-column stack as
 * mobile so the storefront reads top-to-bottom on every viewport. */
body.wcsb-store-chrome .site-content .ast-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 720px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.wcsb-store-chrome .wcsb-chrome,
body.wcsb-store-chrome .wcsb-store {
	flex: 0 0 auto;
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

body.wcsb-store-chrome #primary,
body.wcsb-store-chrome .ast-no-sidebar #primary {
	padding: 0 !important;
	margin: 0 !important;
}

body.wcsb-store-chrome {
	background: #fff !important;
}

/* === Merchant chrome (header / footer) ================================= */
.wcsb-chrome {
	color: #1f2937;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.wcsb-chrome__inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 1rem;
}

.wcsb-chrome--header {
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	padding: 0.875rem 0;
	position: sticky;
	top: 0;
	z-index: 20;
}

.wcsb-chrome--header .wcsb-chrome__inner {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.wcsb-chrome__home {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.wcsb-chrome__home:hover .wcsb-chrome__name,
.wcsb-chrome__home:focus-visible .wcsb-chrome__name {
	color: #2563eb;
}

.wcsb-chrome__home:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
	border-radius: 8px;
}

.wcsb-chrome__logo {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 auto;
	background: #f3f4f6;
}

.wcsb-chrome__content {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.875rem;
	line-height: 1.4;
	color: #4b5563;
}

.wcsb-chrome__content p {
	margin: 0;
}

.wcsb-chrome__content p + p {
	margin-top: 0.15rem;
	font-size: 0.8125rem;
	color: #6b7280;
}

.wcsb-chrome--header .wcsb-chrome__content p + p {
	margin-top: 0.1rem;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.3;
	color: #9ca3af;
	letter-spacing: 0.02em;
}

.wcsb-chrome--header .wcsb-chrome__name {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111827;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wcsb-chrome--header .wcsb-chrome__tagline {
	margin-top: 0.1rem;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.3;
	color: #9ca3af;
	letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wcsb-chrome__hours {
	margin-top: 0.1rem !important;
	font-size: 0.6875rem;
	color: #9ca3af;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Open / where-are-we-now pill in the header. */
.wcsb-presence {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.3rem 0.6rem;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	font-size: 0.75rem;
	line-height: 1;
	white-space: nowrap;
}

.wcsb-presence.is-open {
	border-color: #16a34a;
	background: #f0fdf4;
}

.wcsb-presence__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #6b7280;
}

.wcsb-presence.is-open .wcsb-presence__badge {
	color: #15803d;
}

.wcsb-presence__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #9ca3af;
	flex: 0 0 auto;
}

.wcsb-presence.is-open .wcsb-presence__dot {
	background: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.wcsb-presence__location {
	display: inline-flex;
	align-items: center;
	padding-left: 0.4rem;
	border-left: 1px solid #d1fae5;
	color: #15803d;
	font-weight: 600;
	text-decoration: none;
}

.wcsb-presence__location:hover {
	text-decoration: underline;
}

.wcsb-presence__location[hidden] {
	display: none;
}

.wcsb-presence__delivery,
.wcsb-presence__hours-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0 0 0 0.4rem !important;
	min-height: 0 !important;
	border: none !important;
	border-left: 1px solid #e5e7eb !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #374151 !important;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
}

.wcsb-presence.is-open .wcsb-presence__delivery,
.wcsb-presence.is-open .wcsb-presence__hours-btn {
	border-left-color: #d1fae5;
}

.wcsb-presence__delivery-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef4444;
	flex: 0 0 auto;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.wcsb-presence__delivery.is-available .wcsb-presence__delivery-dot {
	background: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.wcsb-presence__delivery.is-unavailable .wcsb-presence__delivery-dot {
	background: #ef4444;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.wcsb-presence__delivery-label {
	white-space: nowrap;
}

.wcsb-presence__hours-btn {
	cursor: pointer;
}

.wcsb-presence__hours-btn:hover {
	text-decoration: underline;
}

/* Hours modal — weekly schedule + locations. */
.wcsb-hours-modal {
	border: none;
	border-radius: 1rem;
	padding: 0;
	max-width: 420px;
	width: calc(100% - 1.5rem);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
	margin: auto;
	color: #1f2937;
}

.wcsb-hours-modal::backdrop {
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(2px);
}

.wcsb-hours-modal__panel {
	padding: 1.25rem 1.25rem 1.5rem;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
	color-scheme: light;
}

.wcsb-hours-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.wcsb-hours-modal__title {
	margin: 0;
	font-size: 1.125rem;
	color: #111827;
}

.wcsb-hours-modal__close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0 !important;
	min-height: 0 !important;
	border: none !important;
	border-radius: 999px !important;
	background: #f3f4f6 !important;
	box-shadow: none !important;
	color: #374151 !important;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.wcsb-hours-modal__close:hover,
.wcsb-hours-modal__close:focus {
	background: #e5e7eb !important;
}

.wcsb-hours-modal__body {
	max-height: min(70vh, 420px);
	overflow: auto;
}

.wcsb-hours-week {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.wcsb-hours-week__row {
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 0.25rem 0.5rem;
	align-items: baseline;
	font-size: 0.875rem;
	color: #374151;
	padding: 0.35rem 0;
	border-bottom: 1px solid #f3f4f6;
}

.wcsb-hours-week__row:last-child {
	border-bottom: none;
}

.wcsb-hours-week__row.is-closed {
	color: #9ca3af;
}

.wcsb-hours-week__day {
	font-weight: 700;
}

.wcsb-hours-week__loc {
	grid-column: 2 / -1;
	color: #6b7280;
	font-size: 0.8125rem;
	line-height: 1.35;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
}

.wcsb-hours-week__free {
	margin: 0;
	font-size: 0.875rem;
	color: #374151;
	white-space: pre-line;
}

@media (max-width: 544px) {
	.wcsb-chrome--header .wcsb-chrome__inner {
		flex-wrap: wrap;
		row-gap: 0.5rem;
	}

	.wcsb-presence {
		flex: 1 1 100%;
		justify-content: center;
		flex-wrap: wrap;
		white-space: normal;
		gap: 0.35rem 0.5rem;
		padding: 0.45rem 0.65rem;
	}

	.wcsb-presence__delivery,
	.wcsb-presence__hours-btn,
	.wcsb-presence__location {
		border-left: none !important;
		padding-left: 0 !important;
	}
}

.wcsb-chrome__content p:first-child {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111827;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wcsb-chrome--footer {
	margin-top: 2rem;
	padding: 1.5rem 0 2rem;
	background: #fafafa;
	border-top: 1px solid #e5e7eb;
}

.wcsb-chrome--footer .wcsb-chrome__content {
	font-size: 0.8125rem;
	color: #6b7280;
	text-align: center;
}

.wcsb-chrome--footer .wcsb-chrome__content p {
	margin: 0 0 0.25rem;
}

.wcsb-chrome--footer .wcsb-chrome__content p:first-child {
	font-size: 0.875rem;
	font-weight: 600;
	color: #374151;
	white-space: normal;
}

/* === Store grid ======================================================= */
.wcsb-store {
	max-width: 720px;
	margin: 0 auto;
	padding: 1rem;
	color: #1f2937;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.wcsb-store--custom-chrome {
	margin-top: 0;
	padding-top: 1rem;
}

.wcsb-store__test-banner {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	border-radius: 8px;
	border: 1px solid #92400e;
	background: #78350f;
	color: #fef3c7;
	font-size: 0.9rem;
	line-height: 1.4;
}

.wcsb-store__header {
	margin: 0 0 1rem;
	padding: 0 0 0.75rem;
	border-bottom: 1px solid #e5e7eb;
}

.wcsb-store__title {
	margin: 0 0 0.25rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #111827;
}

.wcsb-store__url {
	margin: 0;
	color: #6b7280;
	font-size: 0.8125rem;
	word-break: break-all;
}

.wcsb-store__url code {
	background: #f3f4f6;
	padding: 0.125rem 0.375rem;
	border-radius: 0.25rem;
	font-size: 0.75rem;
}

.wcsb-store__cart-link {
	margin: 0.75rem 0 0;
}

.wcsb-store__cart-btn {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #111827;
	color: #fff;
	border-radius: 0.5rem;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
}

.wcsb-store__cart-btn:hover,
.wcsb-store__cart-btn:focus {
	background: #1f2937;
	color: #fff;
}

/* Store toolbar — category scroll row + search icon pinned right. */
.wcsb-store__toolbar {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	padding: 0.25rem 0 0.75rem;
	border-bottom: 1px solid #e5e7eb;
	position: relative;
	z-index: 2;
}

.wcsb-store__toolbar-categories {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.wcsb-store__categories {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.wcsb-store__categories::-webkit-scrollbar {
	display: none;
}

.wcsb-store__toolbar-search {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.375rem;
	position: relative;
}

.wcsb-store__toolbar-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 0.375rem;
	margin-left: auto;
}

.wcsb-store__cart-toggle {
	flex: 0 0 auto;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.wcsb-store__cart-toggle:hover,
.wcsb-store__cart-toggle:focus {
	background: #e5e7eb;
	color: #111827;
}

.wcsb-store__cart-toggle:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.wcsb-store__cart-toggle--has-items {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.wcsb-store__cart-toggle--has-items:hover,
.wcsb-store__cart-toggle--has-items:focus {
	background: #1f2937;
	border-color: #1f2937;
	color: #fff;
}

.wcsb-store__cart-icon {
	display: block;
}

.wcsb-store__cart-count {
	position: absolute;
	top: -0.25rem;
	right: -0.25rem;
	min-width: 1.125rem;
	height: 1.125rem;
	padding: 0 0.25rem;
	border-radius: 999px;
	background: #ef4444;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.125rem;
	text-align: center;
	pointer-events: none;
}

.wcsb-store__search-field {
	display: none;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.wcsb-store__search-input {
	width: 100%;
	min-width: 0;
	min-height: 2.25rem;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #111827;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	-webkit-appearance: none;
	appearance: none;
}

.wcsb-store__search-input:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

.wcsb-store__search-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.wcsb-store__search-btn:hover {
	background: #e5e7eb;
	color: #111827;
}

.wcsb-store__search-btn:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.wcsb-store__search-icon {
	display: block;
}

/* Search open — input expands left of the icon; category pills hide
 * on narrow screens so the field has room to type. */
.wcsb-store__toolbar--search-open .wcsb-store__search-field {
	display: block;
}

.wcsb-store__toolbar--search-open .wcsb-store__search-btn {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.wcsb-store__toolbar--search-open .wcsb-store__toolbar-categories {
	display: none;
}

@media (min-width: 540px) {
	.wcsb-store__toolbar--search-open .wcsb-store__toolbar-categories {
		display: block;
	}

	.wcsb-store__toolbar--search-open .wcsb-store__search-field {
		width: 11rem;
	}
}

.wcsb-store__category {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0.375rem 0.875rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	color: #374151 !important;
	background: #f3f4f6 !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 999px;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.wcsb-store__category:hover,
.wcsb-store__category:focus,
.wcsb-store__category:focus-visible {
	background: #e5e7eb !important;
	color: #111827 !important;
	border-color: #d1d5db !important;
	outline: none;
	box-shadow: none;
}

.wcsb-store__category--active,
.wcsb-store__category[aria-pressed="true"] {
	background: #111827 !important;
	border-color: #111827 !important;
	color: #fff !important;
	font-weight: 600;
}

.wcsb-store__category--active:hover,
.wcsb-store__category--active:focus,
.wcsb-store__category--active:focus-visible,
.wcsb-store__category[aria-pressed="true"]:hover,
.wcsb-store__category[aria-pressed="true"]:focus,
.wcsb-store__category[aria-pressed="true"]:focus-visible {
	background: #1f2937 !important;
	border-color: #1f2937 !important;
	color: #fff !important;
}

.wcsb-store__filter-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 2rem 1rem;
	text-align: center;
	color: #6b7280;
	background: #f9fafb;
	border-radius: 0.75rem;
}

.wcsb-store__empty {
	padding: 2.5rem 1rem;
	text-align: center;
	color: #6b7280;
	background: #f9fafb;
	border-radius: 0.75rem;
}

.wcsb-store__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 540px) {
	.wcsb-store__grid {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
}

/* === Product card ===================================================== */
.wcsb-product {
	position: relative;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0.75rem;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	cursor: pointer;
}

.wcsb-product.wcsb-product--filtered-out,
.wcsb-product[hidden] {
	display: none !important;
}

.wcsb-product:hover {
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.wcsb-product__card-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.wcsb-product__card-link:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: -2px;
}

.wcsb-product__image-wrap {
	display: block;
	width: 96px;
	height: 96px;
	flex: 0 0 auto;
	background: #f3f4f6;
	overflow: hidden;
}

.wcsb-product--configurable .wcsb-product__image-wrap {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.wcsb-product__image-wrap--placeholder .wcsb-product__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.wcsb-product__image-wrap--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
}

.wcsb-product__icon {
	font-size: 2.5rem;
	line-height: 1;
	color: #2563eb;
}

.wcsb-product__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Natural aspect ratio — no square/4:3 crop (website mockups, posters, etc.).
   Force a stacked card so landscape art isn't squeezed into a side thumb. */
.wcsb-product:has(.wcsb-product__image-wrap--keep-ratio) {
	flex-direction: column;
}

.wcsb-product__image-wrap--keep-ratio {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	background: #fff;
}

.wcsb-product__image-wrap--keep-ratio .wcsb-product__image {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}

.wcsb-product__image-wrap--video {
	background: #000;
}

.wcsb-product__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wcsb-product__body {
	padding: 0.75rem 0.875rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	flex: 1 1 auto;
	min-width: 0;
}

.wcsb-product__name {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	color: #111827;
}

.wcsb-product__price {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #111827;
}

.wcsb-product__price del {
	color: #9ca3af;
	font-weight: 400;
	margin-right: 0.375rem;
}

.wcsb-product__price ins {
	background: transparent;
	text-decoration: none;
	color: #b91c1c;
}

.wcsb-product__subscription-label {
	display: block;
	margin-top: 4px;
	font-size: 0.85em;
	font-weight: 500;
	color: #64748b;
}

.wcsb-product__short-desc {
	font-size: 0.8125rem;
	color: #4b5563;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wcsb-product__delivery {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	align-self: flex-start;
	margin: 0.15rem 0 0.1rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	font-size: 0.75rem;
	font-weight: 600;
	color: #1d4ed8;
	line-height: 1.2;
}

.wcsb-product__delivery--free {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #15803d;
}

.wcsb-product__delivery-icon {
	font-size: 0.9rem;
}

.wcsb-product__delivery-label .amount,
.wcsb-product__delivery-label bdi {
	white-space: nowrap;
}

.wcsb-product__actions {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 0.375rem;
	padding-top: 0.375rem;
}

.wcsb-product__btn {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.625rem;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	background: #fff;
	color: #111827;
	font-size: 0.8125rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
	-webkit-tap-highlight-color: transparent;
	min-height: 36px;
}

.wcsb-product__btn:hover,
.wcsb-product__btn:focus {
	background: #f9fafb;
	color: #111827;
}

.wcsb-product__btn--primary {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.wcsb-product__btn--primary:hover,
.wcsb-product__btn--primary:focus {
	background: #1f2937;
	border-color: #1f2937;
	color: #fff;
}

.wcsb-product__btn--cart {
	gap: 0.35rem;
}

.wcsb-product__cart-icon {
	flex: 0 0 auto;
	display: block;
}

.wcsb-product__btn--cart.wcsb-product__btn--in-cart {
	border-color: #10b981;
	color: #047857;
	background: #ecfdf5;
}

button.wcsb-product__btn {
	cursor: pointer;
	font-family: inherit;
}

/* Quantity stepper on product cards (− [n] +). */
.wcsb-product__qty {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
}

.wcsb-product__qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	min-height: 2.25rem;
	padding: 0;
	border: none;
	background: #fff;
	color: #374151;
	font-size: 1.05rem;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
}

.wcsb-product__qty-btn:hover,
.wcsb-product__qty-btn:focus {
	background: #f3f4f6;
	color: #111827;
}

.wcsb-product__qty-input {
	width: 2.25rem;
	min-height: 2.25rem;
	padding: 0;
	border: none;
	border-left: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #111827;
	font-family: inherit;
	background: #fff;
	-moz-appearance: textfield;
}

.wcsb-product__qty-input::-webkit-outer-spin-button,
.wcsb-product__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wcsb-product__qty-input:focus {
	outline: none;
	background: #f9fafb;
}

.wcsb-product__oos {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.625rem;
	color: #b91c1c;
	font-size: 0.8125rem;
	font-weight: 500;
	background: #fef2f2;
	border-radius: 0.5rem;
}

/* Larger screens — go to vertical cards in a grid. */
@media (min-width: 540px) {
	.wcsb-product {
		flex-direction: column;
	}
	.wcsb-product__image-wrap {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}
	.wcsb-product__image-wrap--keep-ratio {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
	}
	.wcsb-product__image-wrap--keep-ratio .wcsb-product__image {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.wcsb-product__body {
		padding: 1rem;
		gap: 0.5rem;
	}
	.wcsb-product__name {
		font-size: 1.0625rem;
	}
	.wcsb-product__price {
		font-size: 1rem;
	}
	.wcsb-product__short-desc {
		-webkit-line-clamp: 3;
	}
}

/* === Order status banner ============================================== */
.wcsb-order-status {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.45;
	display: none;
}

.wcsb-order-status:not(:empty) {
	display: block;
}

.wcsb-order-status--success {
	background: rgba(34, 197, 94, 0.14);
	color: #166534;
	border: 1px solid rgba(34, 197, 94, 0.35);
}

.wcsb-order-status--error {
	background: rgba(239, 68, 68, 0.12);
	color: #991b1b;
	border: 1px solid rgba(239, 68, 68, 0.35);
}

.wcsb-order-status--busy {
	background: rgba(59, 130, 246, 0.12);
	color: #1e40af;
	border: 1px solid rgba(59, 130, 246, 0.35);
}

.wcsb-order-status--pickup {
	text-align: center;
}

.wcsb-order-status__message {
	margin: 0;
	font-weight: 600;
}

.wcsb-order-status__hint {
	margin: 0.375rem 0 0.75rem;
	font-size: 0.8125rem;
	color: #166534;
	line-height: 1.4;
}

.wcsb-order-status__pickup-qr {
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 auto;
	border-radius: 0.75rem;
	background: #fff;
	padding: 0.5rem;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

/* === Order confirmation (post-checkout receipt) ======================== */
.wcsb-order-confirmation {
	text-align: left;
	padding: 1.25rem;
}

.wcsb-order-confirmation__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
}

.wcsb-order-confirmation__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
}

.wcsb-order-confirmation__number {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	opacity: 0.75;
}

.wcsb-order-confirmation__sub {
	margin: 0.375rem 0 0;
	font-size: 0.875rem;
	line-height: 1.45;
}

.wcsb-order-confirmation__test {
	margin: 0.5rem 0 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #92400e;
}

.wcsb-order-confirmation__items {
	list-style: none;
	margin: 0.875rem 0 0;
	padding: 0.75rem 0 0;
	border-top: 1px solid rgba(22, 101, 52, 0.2);
}

.wcsb-order-confirmation__item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.25rem 0;
	font-size: 0.875rem;
}

.wcsb-order-confirmation__item-price {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.wcsb-order-confirmation__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin: 0.5rem 0 0;
	padding-top: 0.625rem;
	border-top: 1px solid rgba(22, 101, 52, 0.2);
	font-size: 0.9375rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.wcsb-order-confirmation__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 1rem;
}

.wcsb-order-confirmation__link {
	appearance: none;
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.wcsb-order-confirmation__dismiss {
	opacity: 0.8;
}

/* === Checkout (identify) modal ======================================== */
.wcsb-identify-modal {
	border: none;
	border-radius: 1rem;
	padding: 0;
	max-width: 420px;
	width: calc(100% - 1.5rem);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
	margin: auto;
}

.wcsb-identify-modal::backdrop {
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(2px);
}

.wcsb-identify-form {
	padding: 1.25rem 1.25rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
}

.wcsb-identify-form__title {
	margin: 0;
	font-size: 1.25rem;
	color: #111827;
}

.wcsb-identify-form__hint {
	margin: 0;
	color: #6b7280;
	font-size: 0.875rem;
	line-height: 1.45;
}

.wcsb-identify-form__field {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	font-size: 0.875rem;
	color: #374151;
}

.wcsb-identify-form__field input {
	font-size: 1rem;
	padding: 0.75rem 0.875rem;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
}

.wcsb-identify-form__field input:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.wcsb-identify-form__actions {
	margin-top: 0.25rem;
}

.wcsb-identify-form__actions .wcsb-product__btn {
	min-height: 48px;
	font-size: 0.9375rem;
	font-weight: 600;
}

/* === Cart modal ======================================================= */
.wcsb-cart-modal {
	border: none;
	border-radius: 1rem;
	padding: 0;
	max-width: 420px;
	width: calc(100% - 1.5rem);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
	margin: auto;
}

.wcsb-cart-modal::backdrop {
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(2px);
}

.wcsb-cart-modal__panel {
	padding: 1.25rem 1.25rem 1.5rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
}

.wcsb-cart-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.wcsb-cart-modal__title {
	margin: 0;
	font-size: 1.25rem;
	color: #111827;
}

.wcsb-cart-modal__close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #f3f4f6;
	color: #374151;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.wcsb-cart-modal__close:hover,
.wcsb-cart-modal__close:focus {
	background: #e5e7eb;
	color: #111827;
}

.wcsb-cart-modal__empty {
	margin: 0 0 0.75rem;
	color: #6b7280;
	font-size: 0.875rem;
}

.wcsb-cart-modal__list {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	max-height: 50vh;
	overflow-y: auto;
}

.wcsb-cart-modal__item {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.625rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.625rem;
	background: #fff;
}

.wcsb-cart-modal__item-image {
	width: 2.75rem;
	height: 2.75rem;
	object-fit: cover;
	border-radius: 0.375rem;
	flex: 0 0 auto;
	background: #f3f4f6;
}

.wcsb-cart-modal__item-body {
	flex: 1 1 auto;
	min-width: 0;
}

.wcsb-cart-modal__item-name {
	font-size: 0.875rem;
	font-weight: 600;
	color: #111827;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wcsb-cart-modal__item-price {
	font-size: 0.8125rem;
	color: #6b7280;
}

.wcsb-cart-modal__item-remove {
	flex: 0 0 auto;
	padding: 0.375rem 0.5rem;
	border: none;
	border-radius: 0.375rem;
	background: transparent;
	color: #b91c1c;
	font-size: 0.75rem;
	font-weight: 500;
	cursor: pointer;
}

.wcsb-cart-modal__item-remove:hover,
.wcsb-cart-modal__item-remove:focus {
	background: #fef2f2;
}

/* Per-line quantity stepper inside the cart modal. */
.wcsb-cart-modal__item-qty {
	display: inline-flex;
	align-items: center;
	gap: 0;
	margin-top: 0.375rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.375rem;
	overflow: hidden;
	width: fit-content;
}

.wcsb-cart-modal__qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0;
	border: none;
	background: #fff;
	color: #374151;
	font-size: 0.95rem;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
}

.wcsb-cart-modal__qty-btn:hover,
.wcsb-cart-modal__qty-btn:focus {
	background: #f3f4f6;
	color: #111827;
}

.wcsb-cart-modal__qty-val {
	min-width: 1.75rem;
	text-align: center;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #111827;
	border-left: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	padding: 0.125rem 0;
}

.wcsb-cart-modal__item-delivery {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #1f2937;
	cursor: pointer;
}

.wcsb-cart-modal__delivery-check {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.wcsb-cart-delivery {
	margin: 0.5rem 0 0.25rem;
	padding: 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.03);
}

.wcsb-cart-delivery__label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 6px;
}

.wcsb-cart-delivery__address {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.35rem 0.5rem;
	margin-top: 0.5rem;
	padding: 0.65rem 0.75rem;
	border-radius: 8px;
	background: rgba(34, 197, 94, 0.08);
	border: 1px solid rgba(34, 197, 94, 0.25);
}

.wcsb-cart-delivery__address-label {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #15803d;
	flex: 0 0 100%;
}

.wcsb-cart-delivery__address-text {
	flex: 1 1 auto;
	font-size: 0.8125rem;
	color: #1f2937;
	line-height: 1.35;
}

.wcsb-cart-delivery__edit {
	flex: 0 0 auto;
	border: none;
	background: none;
	padding: 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: #2563eb;
	cursor: pointer;
	text-decoration: underline;
}

.wcsb-cart-delivery__enter {
	width: 100%;
	margin-top: 0.65rem;
}

.wcsb-cart-delivery__input {
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
	padding: 8px 10px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	font: inherit;
	color: #1f2937;
	background: #fff;
}

.wcsb-cart-delivery__notes,
.wcsb-delivery-modal__notes {
	width: 100%;
	box-sizing: border-box;
	min-height: 40px;
	margin-top: 0.5rem;
	padding: 8px 10px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 8px;
	font: inherit;
	color: #1f2937;
	background: #fff;
}

.wcsb-address-ac {
	position: relative;
}

.wcsb-address-ac__list {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	z-index: 100010;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	max-height: 220px;
	overflow-y: auto;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.wcsb-address-ac__item {
	padding: 0.55rem 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.35;
	color: #1f2937;
	cursor: pointer;
}

.wcsb-address-ac__item:hover,
.wcsb-address-ac__item.is-active {
	background: rgba(37, 99, 235, 0.08);
}

.wcsb-cart-delivery__hint {
	margin: 6px 0 0;
	font-size: 0.75rem;
	color: #6b7280;
}

.wcsb-cart-delivery__field {
	margin-top: 0.65rem;
}

.wcsb-cart-delivery__error {
	margin: 6px 0 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: #dc2626;
}

.wcsb-cart-delivery--prompt {
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.wcsb-cart-delivery--prompt .wcsb-cart-delivery__input {
	border-color: #2563eb;
}

.wcsb-cart-delivery__fee {
	margin-top: 8px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #1f2937;
}

.wcsb-cart-delivery__fee--free {
	color: #059669;
}

.wcsb-cart-delivery__schedule,
.wcsb-delivery-modal__schedule {
	margin-top: 12px;
	display: grid;
	gap: 8px;
}

.wcsb-cart-delivery__date,
.wcsb-delivery-modal__date {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 8px;
	font: inherit;
	color: inherit;
	background: #fff;
}

.wcsb-cart-delivery__time-row,
.wcsb-delivery-modal__time-row {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr;
	gap: 8px;
	align-items: center;
}

.wcsb-cart-delivery__time-label,
.wcsb-delivery-modal__time-label {
	font-size: 0.85rem;
	font-weight: 600;
	color: #374151;
}

.wcsb-cart-delivery__time,
.wcsb-delivery-modal__time {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 8px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 8px;
	font: inherit;
	color: inherit;
	background: #fff;
}

.wcsb-cart-modal__footer {
	margin-top: 0.25rem;
}

.wcsb-cart-modal__checkout {
	width: 100%;
	min-height: 48px;
	font-size: 0.9375rem;
	font-weight: 600;
}

.wcsb-cart-modal__checkout:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

/* === Delivery address modal (before payment) ========================== */
.wcsb-delivery-modal {
	border: none;
	border-radius: 1rem;
	padding: 0;
	max-width: 420px;
	width: calc(100% - 1.5rem);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
	margin: auto;
	color: #1f2937;
	z-index: 100002;
}

.wcsb-delivery-modal[open] {
	display: block;
}

.wcsb-delivery-modal::backdrop {
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(2px);
}

.wcsb-delivery-modal__panel {
	padding: 1.25rem 1.25rem 1.5rem;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
	color-scheme: light;
}

.wcsb-delivery-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.wcsb-delivery-modal__title {
	margin: 0;
	font-size: 1.125rem;
	color: #111827;
}

.wcsb-delivery-modal__close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: none;
	border-radius: 999px;
	background: #f3f4f6;
	color: #374151;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.wcsb-delivery-modal__lead {
	margin: 0 0 0.75rem;
	font-size: 0.875rem;
	color: #4b5563;
	line-height: 1.45;
}

.wcsb-delivery-modal__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #1f2937;
}

.wcsb-delivery-modal__input {
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	font: inherit;
	color: #1f2937;
	background: #fff;
}

.wcsb-delivery-modal__input:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.wcsb-delivery-modal__error {
	margin: 0.5rem 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #dc2626;
}

.wcsb-delivery-modal__footer {
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

.wcsb-delivery-modal__cancel {
	flex: 1 1 auto;
	min-height: 44px;
}

.wcsb-delivery-modal__continue {
	flex: 1.4 1 auto;
	min-height: 44px;
}

/* === Product detail page ============================================== */
.wcsb-product-page__header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.wcsb-product-page__shop-link {
	margin: 0;
	font-size: 0.875rem;
}

.wcsb-product-page__shop-link a {
	color: #2563eb;
	text-decoration: none;
}

.wcsb-product-page__shop-link a:hover,
.wcsb-product-page__shop-link a:focus {
	text-decoration: underline;
}

.wcsb-product-page__title {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #111827;
}

.wcsb-product-page__detail {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	align-items: start;
}

.wcsb-product-page__media {
	background: #f3f4f6;
	border-radius: 0.75rem;
	overflow: hidden;
}

.wcsb-product-page__media--tiktok {
	background: #000;
	max-width: 22rem;
	margin-inline: auto;
	aspect-ratio: 9 / 16;
}

.wcsb-product-page__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
}

.wcsb-product-page__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.wcsb-product-page__image--keep-ratio {
	aspect-ratio: auto;
	object-fit: contain;
	background: #fff;
}

.wcsb-product-page__image--placeholder {
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.wcsb-product-page__image--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
}

.wcsb-product-page__image--icon i {
	font-size: clamp(3rem, 14vw, 5rem);
	line-height: 1;
	color: #2563eb;
}

.wcsb-product-page__summary {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.wcsb-product-page__price {
	font-size: 1.5rem;
	font-weight: 700;
}

.wcsb-product-page__short-desc,
.wcsb-product-page__description {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #374151;
}

.wcsb-product-page__section-title {
	margin: 0 0 0.5rem;
	font-size: 1.0625rem;
	color: #111827;
}

.wcsb-product-page__actions {
	margin-top: 0.25rem;
}

.wcsb-product-page__actions {
	flex-wrap: wrap;
}

.wcsb-product-page__actions .wcsb-product__btn {
	min-height: 48px;
	font-size: 0.9375rem;
}

.wcsb-product-comments {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.wcsb-product-comments__count {
	display: inline-block;
	margin-left: 0.35rem;
	font-weight: 500;
	color: #6b7280;
	font-size: 0.9rem;
}
.wcsb-product-comments__list {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.wcsb-product-comments__item {
	padding: 0.65rem 0.75rem;
	background: #f9fafb;
	border-radius: 10px;
}
.wcsb-product-comments__author {
	margin: 0 0 0.2rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #111827;
}
.wcsb-product-comments__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.45;
	color: #1f2937;
	white-space: pre-wrap;
}
.wcsb-product-comments__empty {
	color: #6b7280;
	font-size: 0.9rem;
}
.wcsb-product-comments__form {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: flex-start;
}
.wcsb-product-comments__input {
	width: 100%;
	min-height: 4.5rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	font: inherit;
	resize: vertical;
}
.wcsb-product-comments__error {
	margin: 0;
	color: #b91c1c;
	font-size: 0.85rem;
}
.wcsb-product-comments__signin a {
	font-weight: 600;
	color: #111827;
}

@media (min-width: 720px) {
	.wcsb-product-page__detail {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 2rem;
	}
	.wcsb-product-page__title {
		font-size: 1.75rem;
	}
	.wcsb-product-page__price {
		font-size: 1.75rem;
	}
}

/* Tips (Payment Connect) */
.wcsb-tip {
	padding: 0.75rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.wcsb-tip__label {
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.wcsb-tip__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.wcsb-tip__btn {
	flex: 0 0 auto;
	padding: 0.4rem 0.9rem;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 999px;
	background: #fff;
	/* Force a dark, legible label: the store theme's generic button color
	   (white, for the dark Checkout button) was bleeding in and making the
	   tip labels invisible on the white pills. */
	color: #1f2937;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.wcsb-tip__btn:hover {
	border-color: rgba(0, 0, 0, 0.45);
	background: #f3f4f6;
	color: #111827;
}
.wcsb-tip__btn--active {
	border-color: #111827;
	background: #111827;
	color: #fff;
	font-weight: 700;
}
.wcsb-tip__custom {
	margin-top: 0.5rem;
	width: 8rem;
	padding: 0.35rem 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	background: #fff;
	color: #1f2937;
}
.wcsb-tip__amount {
	margin-top: 0.5rem;
	font-weight: 600;
	color: #1f2937;
}

.wcsb-bundle-picker {
	margin: 1rem 0 1.25rem;
	padding: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}

.wcsb-bundle-picker__list {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
}

.wcsb-bundle-picker__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid #e5e7eb;
}

.wcsb-bundle-picker__item:last-child {
	border-bottom: none;
}

.wcsb-bundle-picker__label {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	cursor: pointer;
	flex: 1 1 auto;
}

.wcsb-bundle-picker__name {
	font-weight: 600;
	color: #111827;
}

.wcsb-bundle-picker__qty {
	font-weight: 500;
	color: #6b7280;
}

.wcsb-bundle-picker__hint {
	flex: 0 0 auto;
	font-size: 0.8rem;
	color: #6b7280;
}

.wcsb-bundle-picker__hint--required {
	color: #374151;
}

.wcsb-bundle-picker__help {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	color: #6b7280;
}

.wcsb-bundle-picker__line-price,
.wcsb-bundle-modal__total {
	flex: 0 0 auto;
	font-weight: 600;
	color: #111827;
	white-space: nowrap;
}

.wcsb-bundle-modal__total {
	margin: 0.75rem 0 0;
	font-size: 1rem;
	text-align: right;
}

.wcsb-bundle-modal__footer .wcsb-product__btn--primary:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.wcsb-bundle-modal {
	border: none;
	padding: 0;
	max-width: 28rem;
	width: calc(100% - 2rem);
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.wcsb-bundle-modal::backdrop {
	background: rgba(17, 24, 39, 0.45);
}

.wcsb-bundle-modal__panel {
	padding: 1rem 1.1rem 1.1rem;
}

.wcsb-bundle-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.wcsb-bundle-modal__title {
	margin: 0;
	font-size: 1.1rem;
}

.wcsb-bundle-modal__product {
	margin: 0.25rem 0 0;
	font-size: 0.9rem;
	color: #6b7280;
}

.wcsb-bundle-modal__close {
	border: none;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: #6b7280;
}

.wcsb-bundle-modal__body {
	margin: 0.5rem 0 1rem;
	padding: 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}

.wcsb-bundle-modal__body .wcsb-bundle-picker__help {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.wcsb-bundle-modal__footer {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

.wcsb-cart-modal__item-mods {
	font-size: 0.8125rem;
	color: #6b7280;
	margin-top: 0.15rem;
}

.wcsb-cart-modal__item-uploads {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-top: 0.4rem;
}

.wcsb-cart-modal__item-upload {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}

.wcsb-cart-modal__item-upload-thumb {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
	flex-shrink: 0;
	background: #f9fafb;
}

.wcsb-cart-modal__item-upload-meta {
	font-size: 0.8125rem;
	color: #6b7280;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wcsb-options-modal {
	border: none;
	padding: 0;
	max-width: 28rem;
	width: calc(100% - 2rem);
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.wcsb-options-modal::backdrop {
	background: rgba(17, 24, 39, 0.45);
}

.wcsb-options-modal__panel {
	padding: 1rem 1.1rem 1.1rem;
}

.wcsb-options-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.wcsb-options-modal__step {
	margin: 0;
	font-size: 0.75rem;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wcsb-options-modal__title {
	margin: 0.2rem 0 0;
	font-size: 1.1rem;
}

.wcsb-options-modal__close {
	border: none;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: #6b7280;
}

.wcsb-options-modal__body {
	margin: 0.5rem 0 1rem;
	padding: 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}

.wcsb-options-modal__group-title {
	margin: 0 0 0.35rem;
	font-size: 1rem;
}

.wcsb-options-modal__group-hint {
	margin: 0 0 0.75rem;
	font-size: 0.8125rem;
	color: #6b7280;
}

.wcsb-options-modal__choices {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.wcsb-options-modal__field {
	margin: 0.35rem 0 0.75rem;
}

.wcsb-options-modal__field-input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.65rem 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	font-size: 1rem;
	color: #111827;
	background: #fff;
}

.wcsb-options-modal__field-input:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.wcsb-options-modal__field-textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 110px;
	padding: 0.65rem 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	font-size: 1rem;
	color: #111827;
	background: #fff;
	resize: vertical;
	font-family: inherit;
}

.wcsb-options-modal__field-textarea:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.wcsb-options-modal__file-status {
	margin: 0.45rem 0 0;
	font-size: 0.875rem;
	color: #4b5563;
}

.wcsb-options-modal__file-selected {
	margin-top: 0.65rem;
}

.wcsb-options-modal__file-preview {
	display: block;
	max-width: 100%;
	max-height: 180px;
	width: auto;
	height: auto;
	margin-top: 0.5rem;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	object-fit: contain;
}

.wcsb-options-modal__choice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0.65rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.wcsb-options-modal__choice-input {
	flex: 0 0 auto;
}

.wcsb-options-modal__choice-text {
	flex: 1 1 auto;
	font-size: 0.9375rem;
}

.wcsb-options-modal__choice-extra {
	flex: 0 0 auto;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #111827;
}

.wcsb-options-modal__total {
	margin: 0 0 0.75rem;
	text-align: right;
	font-size: 1rem;
}

.wcsb-options-modal__footer {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
}

.wcsb-options-modal__footer .wcsb-product__btn--primary {
	margin-left: auto;
}

/* My Account toolbar button */
.wcsb-store__account-toggle {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	height: 2.25rem;
	padding: 0 0.65rem;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 600;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.wcsb-store__account-toggle:hover,
.wcsb-store__account-toggle:focus {
	background: #e5e7eb;
	color: #111827;
}

.wcsb-store__account-label {
	display: none;
}

@media (min-width: 480px) {
	.wcsb-store__account-label {
		display: inline;
	}
}

/* Cart account block */
.wcsb-cart-account {
	margin: 0.75rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid #e5e7eb;
}

.wcsb-cart-account__lead {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #374151;
}

.wcsb-cart-account__mode {
	display: flex;
	gap: 0.375rem;
	margin-bottom: 0.5rem;
}

.wcsb-cart-account__mode-btn {
	flex: 1 1 50%;
	padding: 0.4rem 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #374151;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	cursor: pointer;
}

.wcsb-cart-account__mode-btn--active {
	color: #fff;
	background: #111827;
	border-color: #111827;
}

.wcsb-cart-account__field {
	display: block;
	margin-bottom: 0.45rem;
}

.wcsb-cart-account__field-label {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #6b7280;
}

.wcsb-cart-account__input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.45rem 0.55rem;
	font-size: 0.9375rem;
	color: #111827;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 0.375rem;
}

.wcsb-cart-account__error {
	margin: 0.35rem 0 0;
	font-size: 0.8125rem;
	color: #b91c1c;
}

.wcsb-cart-account__signed-in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	font-size: 0.875rem;
	color: #374151;
}

.wcsb-cart-account__sign-out {
	padding: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #2563eb;
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}

/* Sign-in modal (guest only) */
.wcsb-auth-modal {
	border: none;
	border-radius: 1rem;
	padding: 0;
	max-width: 24rem;
	width: calc(100% - 1.5rem);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
	margin: auto;
	color: #1f2937;
}

.wcsb-auth-modal::backdrop {
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(2px);
}

.wcsb-auth-modal__panel {
	padding: 1.25rem 1.25rem 1.5rem;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
	color-scheme: light;
}

.wcsb-auth-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.wcsb-auth-modal__title {
	margin: 0;
	font-size: 1.125rem;
	color: #111827;
}

.wcsb-auth-modal__close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0 !important;
	border: none !important;
	border-radius: 999px !important;
	background: #f3f4f6 !important;
	color: #374151 !important;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.wcsb-auth-modal__body {
	padding: 0;
}

/* My Account modal */
.wcsb-account-modal {
	border: none;
	border-radius: 1rem;
	padding: 0;
	max-width: 480px;
	width: calc(100% - 1.5rem);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
	margin: auto;
	color: #1f2937;
}

.wcsb-account-modal::backdrop {
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(2px);
}

.wcsb-account-modal__panel {
	padding: 1.25rem 1.25rem 1.5rem;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
	color-scheme: light;
}

.wcsb-account-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.wcsb-account-modal__title {
	margin: 0;
	font-size: 1.125rem;
	color: #111827;
}

.wcsb-account-modal__close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0 !important;
	border: none !important;
	border-radius: 999px !important;
	background: #f3f4f6 !important;
	color: #374151 !important;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.wcsb-account-modal__tabs {
	display: flex;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
	flex-wrap: wrap;
}

.wcsb-account-modal__tab {
	flex: 1 1 auto;
	padding: 0.4rem 0.55rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	cursor: pointer;
}

.wcsb-account-modal__tab--active {
	color: #fff;
	background: #111827;
	border-color: #111827;
}

.wcsb-account-modal__body {
	max-height: min(70vh, 520px);
	overflow: auto;
}

.wcsb-account-modal__empty {
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	color: #6b7280;
}

.wcsb-account-order {
	margin-bottom: 0.75rem;
	padding: 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.75rem;
	background: #fafafa;
}

.wcsb-account-order.is-highlight {
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.wcsb-account-order.is-transit {
	border-color: #059669;
	background: #ecfdf5;
}

.wcsb-account-order__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.35rem;
}

.wcsb-account-order__label {
	font-weight: 700;
	color: #111827;
}

.wcsb-account-order__status {
	flex: 0 0 auto;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #059669;
}

.wcsb-account-order__meta {
	margin: 0 0 0.35rem;
	font-size: 0.8125rem;
	color: #6b7280;
}

.wcsb-account-order__address {
	margin: 0 0 0.35rem;
	font-size: 0.875rem;
}

.wcsb-account-order__schedule {
	margin: 0 0 0.35rem;
	font-size: 0.875rem;
	color: #1d4ed8;
}

.wcsb-account-order__transit {
	margin: 0.5rem 0;
	padding: 0.5rem 0.65rem;
	background: #d1fae5;
	border-radius: 0.5rem;
}

.wcsb-account-order__transit-label {
	margin: 0 0 0.25rem;
	font-weight: 600;
	color: #065f46;
}

.wcsb-account-order__map {
	display: block;
	width: 100%;
	height: 200px;
	margin: 0.5rem 0 0;
	border: 0;
	border-radius: 0.5rem;
	background: #e5e7eb;
	overflow: hidden;
	z-index: 0;
}

.wcsb-account-order__pickup-hint {
	margin: 0.5rem 0 0.35rem;
	font-size: 0.8125rem;
	color: #374151;
}

.wcsb-account-order__qr {
	display: block;
	margin: 0 auto;
	border-radius: 0.375rem;
}

.wcsb-account-order__items {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
	font-size: 0.8125rem;
	color: #4b5563;
}

.wcsb-account-order__proof {
	margin-top: 0.75rem;
}

.wcsb-account-order__proof-label {
	margin: 0 0 0.35rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #374151;
}

.wcsb-account-order__proof-img {
	display: block;
	width: 100%;
	max-width: 240px;
	border-radius: 0.5rem;
	border: 1px solid #e5e7eb;
}

.wcsb-account-profile__form {
	margin-bottom: 0.75rem;
}

.wcsb-account-profile__email {
	margin: 0 0 0.75rem;
	font-size: 0.875rem;
	color: #6b7280;
}

.wcsb-account-profile__saved {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	color: #047857;
}

.wcsb-account-profile__signout {
	padding: 0.45rem 0.85rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	cursor: pointer;
}

.wcsb-account-profile__guest {
	margin: 0;
	font-size: 0.9375rem;
	color: #6b7280;
}

/* Account tab — Log In / New Account */
.wcsb-account-auth__mode {
	display: flex;
	gap: 0.375rem;
	margin-bottom: 0.75rem;
}

.wcsb-account-auth__mode-btn {
	flex: 1 1 50%;
	padding: 0.45rem 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	cursor: pointer;
}

.wcsb-account-auth__mode-btn--active {
	color: #fff;
	background: #111827;
	border-color: #111827;
}

.wcsb-account-auth__field {
	display: block;
	margin-bottom: 0.55rem;
}

.wcsb-account-auth__field[hidden] {
	display: none !important;
}

.wcsb-account-auth__label {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #6b7280;
}

.wcsb-account-auth__input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.6rem;
	font-size: 0.9375rem;
	color: #111827;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 0.375rem;
}

.wcsb-account-auth__error {
	margin: 0.25rem 0 0.5rem;
	font-size: 0.8125rem;
	color: #b91c1c;
}

.wcsb-account-auth__submit {
	display: block;
	width: 100%;
	margin-top: 0.25rem;
	padding: 0.55rem 0.85rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
	background: #111827;
	border: none;
	border-radius: 999px;
	cursor: pointer;
}

.wcsb-account-auth__submit:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.wcsb-account-auth__submit:hover:not(:disabled),
.wcsb-account-auth__submit:focus:not(:disabled) {
	background: #1f2937;
}

/* Homepage video checkout modal iframe */
html:has(body.wcsb-embed),
body.wcsb-embed {
	height: 100%;
	margin: 0;
	background: #fff;
}
body.wcsb-embed {
	overflow: auto;
}
body.wcsb-embed #wpadminbar,
body.wcsb-embed .wcsb-chrome,
body.wcsb-embed .wcsb-store__header,
body.wcsb-embed .wcsb-store__toolbar,
body.wcsb-embed .wcsb-store__test-banner,
body.wcsb-embed [data-wcsb-hours-open] {
	display: none !important;
}
body.wcsb-embed .wcsb-store {
	min-height: 100%;
	padding: 0.75rem 0.85rem 1.25rem;
}
/* Step 1: show the focused product (details + ATC / Checkout). */
body.wcsb-embed .wcsb-store--embed-focus .wcsb-store__grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
}
body.wcsb-embed .wcsb-store--embed-focus .wcsb-product:not(.is-embed-focus) {
	display: none !important;
}
body.wcsb-embed .wcsb-store--embed-focus .wcsb-product.is-embed-focus {
	display: flex !important;
	max-width: 28rem;
	margin: 0 auto;
	box-shadow: none;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
}
body.wcsb-embed .wcsb-store--embed-focus .wcsb-product.is-embed-focus .wcsb-product__card-link {
	pointer-events: none;
}
body.wcsb-embed .wcsb-store__cart-toggle {
	position: fixed;
	right: 12px;
	top: 12px;
	z-index: 5;
}
body.wcsb-embed .wcsb-cart-modal__close {
	display: none !important;
}
body.wcsb-embed .wcsb-cart-modal {
	max-width: none;
	width: 100%;
	height: 100%;
	max-height: none;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}
body.wcsb-embed .wcsb-cart-modal::backdrop {
	background: #fff;
}
body.wcsb-embed .wcsb-cart-modal__panel {
	min-height: 100%;
	box-sizing: border-box;
}
body.wcsb-embed .wcsb-options-modal {
	max-width: none;
	width: 100%;
	height: 100%;
	max-height: none;
	margin: 0;
	border-radius: 0;
}
body.wcsb-embed .wcsb-options-modal::backdrop {
	background: #fff;
}
body.wcsb-embed .wcsb-options-modal__panel {
	min-height: 100%;
	box-sizing: border-box;
}
body.wcsb-embed .wcsb-options-modal__close {
	display: none;
}
.wcsb-options-modal__choose {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	width: 100%;
}
.wcsb-options-modal__choose[hidden] {
	display: none !important;
}
.wcsb-options-modal__choose .wcsb-product__btn {
	flex: 1 1 8rem;
}
.wcsb-options-modal__footer [hidden] {
	display: none !important;
}
.wcsb-options-modal__footer:has([data-wcsb-options-choose]:not([hidden])) {
	flex-wrap: wrap;
}
.wcsb-options-modal__footer:has([data-wcsb-options-choose]:not([hidden])) [data-wcsb-options-back] {
	order: -1;
}
body.wcsb-embed .wcsb-embedded-checkout {
	display: block;
	padding: 0 12px 24px;
	min-height: 420px;
}
body.wcsb-embed .wcsb-cart-modal.is-embedded-checkout .wcsb-cart-modal__empty,
body.wcsb-embed .wcsb-cart-modal.is-embedded-checkout .wcsb-cart-modal__list,
body.wcsb-embed .wcsb-cart-modal.is-embedded-checkout .wcsb-cart-delivery,
body.wcsb-embed .wcsb-cart-modal.is-embedded-checkout .wcsb-tip,
body.wcsb-embed .wcsb-cart-modal.is-embedded-checkout .wcsb-cart-modal__footer {
	display: none !important;
}
body.wcsb-embed .wcsb-cart-modal.is-embedded-checkout .wcsb-cart-modal__header {
	display: none !important;
}
body.wcsb-embed .wcsb-cart-modal.is-embedded-checkout .wcsb-embedded-checkout {
	padding-top: 8px;
}
.wcsb-embedded-checkout[hidden] {
	display: none !important;
}
