﻿/*
 * WP Simple Order Page - Compiled Stylesheet
 *
 * AUTO-GENERATED by build-css.ps1 - do NOT edit this file directly.
 * Edit the source partials in assets/css/partials/ then re-run:
 *
 *   .\build-css.ps1
 *
 * Partial load order:
 *  1. _base.css
 *  2. _variables.css
 *  3. _header.css
 *  4. _toolbar.css
 *  5. _products.css
 *  6. _summary-modal.css
 *  7. _mobile-menu.css
 *  8. _responsive-mobile.css
 *  9. _responsive-tablet.css
 *  10. _layout-polish.css
 *  11. _filter-panel.css
 *  12. _amon-header.css
 *  13. _cart-view.css
 *
 * Compiled: 2026-03-30 23:46:00
 */


/* ======================================================
   Source: partials/_base.css
   ====================================================== */
/* Hide theme header on the shop order page */
body.wsop-order-page #masthead,
body.wsop-order-page .site-header,
body.wsop-order-page .ast-site-header-wrap,
body.wsop-order-page #ast-mobile-header,
body.wsop-order-page .ast-mobile-header-wrap,
body.wsop-order-page header.site-header,
body.wsop-order-page .main-header-bar-wrap,
body.wsop-order-page .ast-above-header-wrap,
body.wsop-order-page .ast-below-header-wrap {
	display: none !important;
}

.wsop-mobile-only {
	display: none !important;
}

@media (max-width: 820px) {
	.wsop-desktop-only {
		display: none !important;
	}
	.wsop-mobile-only {
		display: block !important;
	}
	button.wsop-mobile-only,
	a.wsop-mobile-only {
		display: inline-flex !important;
	}
}

@media (min-width: 821px) and (max-width: 1120px) {
	.wsop-desktop-only {
		display: none !important;
	}
}

/* Remove empty space left by hidden header */
body.wsop-order-page #page,
body.wsop-order-page #content,
body.wsop-order-page .site-content,
body.wsop-order-page .ast-container,
body.wsop-order-page .ast-plain-container,
body.wsop-order-page .site-main,
body.wsop-order-page #primary,
body.wsop-order-page .entry-content,
body.wsop-order-page article {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.wsop-order-page .entry-header,
body.wsop-order-page .page-header,
body.wsop-order-page header.entry-header,
body.wsop-order-page h1.entry-title {
	display: none !important;
}

/* ======================================================
   Source: partials/_variables.css
   ====================================================== */
/* ── CSS Custom Properties & Global Reset ── */
.wsop-page {
	--wsop-accent: #ffd814;
	--wsop-accent-dark: #f7ca00;
	--wsop-border: #d7dce3;
	--wsop-text: #16202c;
	--wsop-muted: #5b6675;
	--wsop-bg: #f5f7fa;
	--wsop-surface: #ffffff;
	--wsop-danger: #c43636;
	--wsop-success: #1f7a45;
	--wsop-shadow: 0 16px 42px rgba(18, 30, 46, 0.08);
	--wsop-header-bg: linear-gradient(135deg, #111926 0%, #1a2637 55%, #22354b 100%);
	--wsop-header-border: rgba(8, 16, 28, 0.22);
	--wsop-header-text: #f7fafc;
	--wsop-header-muted: rgba(247, 250, 252, 0.72);
	--wsop-header-chip: rgba(255, 255, 255, 0.12);
	--wsop-search-shadow: 0 16px 28px rgba(8, 16, 28, 0.18);
	color: var(--wsop-text);
	font-family: "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.wsop-page *,
.wsop-page *::before,
.wsop-page *::after {
	box-sizing: border-box;
}

/* ======================================================
   Source: partials/_header.css
   ====================================================== */
/* ── Shell ── */
.wsop-shell {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0 16px 96px;
}

/* ── Sticky Header ── */
.wsop-header {
	position: sticky;
	top: 0;
	z-index: 30;
	margin: 0 0 12px;
	padding: 12px 14px;
	border: 1px solid var(--wsop-header-border);
	border-radius: 20px;
	background: var(--wsop-header-bg);
	box-shadow: 0 18px 40px rgba(11, 18, 28, 0.16);
	overflow: hidden;
}

body.admin-bar .wsop-header {
	top: 32px;
}

.wsop-header::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%);
}

.wsop-header-desktop,
.wsop-mobile-topbar {
	display: grid;
	align-items: center;
	column-gap: 16px;
}

.wsop-header-desktop {
	grid-template-columns: minmax(250px, 340px) minmax(0, 1fr) minmax(190px, 240px);
}

.wsop-header-actions,
.wsop-header-account {
	display: flex;
	justify-content: flex-end;
	min-width: 0;
}

.wsop-header-mobile {
	display: none;
}

.wsop-header-brand,
.wsop-header-search,
.wsop-search-field {
	min-width: 0;
}

/* ── Brand ── */
.wsop-brand-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	text-decoration: none;
	color: var(--wsop-header-text);
}

.wsop-brand-mark {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border-radius: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: linear-gradient(180deg, #ffe19c 0%, var(--wsop-accent) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 12px 22px rgba(0, 0, 0, 0.2);
	color: #17212e;
}

.wsop-brand-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 9px;
	border-radius: 16px;
	background: #ffffff;
}

.wsop-brand-fallback-icon,
.wsop-brand-fallback-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.wsop-brand-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.wsop-brand-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--wsop-header-chip);
	color: #ffe0a3;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wsop-brand-title {
	display: block;
	margin-top: 7px;
	font-size: 1.14rem;
	font-weight: 800;
	line-height: 1.1;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wsop-brand-tagline {
	display: block;
	margin-top: 5px;
	font-size: 0.84rem;
	line-height: 1.3;
	color: var(--wsop-header-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ── Search Shell ── */
.wsop-search-shell {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 56px;
	padding: 0 12px 0 14px;
	border: 1px solid rgba(18, 32, 44, 0.14);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--wsop-search-shadow);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wsop-search-shell:focus-within {
	border-color: var(--wsop-accent);
	box-shadow: 0 0 0 4px rgba(255, 176, 46, 0.2), var(--wsop-search-shadow);
	transform: translateY(-1px);
}

.wsop-search-icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ffe19c 0%, #ffc457 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
	color: #17212e;
}

.wsop-search-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wsop-search-input {
	width: 100%;
	height: 54px;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 1rem;
	font-weight: 600;
	color: var(--wsop-text);
	background: transparent;
}

.wsop-search-input::placeholder {
	color: #65707e;
	font-weight: 500;
}

.wsop-search-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.wsop-search-hint {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border-radius: 11px;
	background: #f2f5f8;
	color: #53606f;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wsop-search-input:focus {
	outline: none;
	box-shadow: none;
}

.wsop-checkout-form input:focus,
.wsop-checkout-form textarea:focus {
	outline: none;
	border-color: var(--wsop-accent);
	box-shadow: 0 0 0 3px rgba(255, 176, 46, 0.16);
}

/* ── Account Link ── */
.wsop-account-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 56px;
	min-width: 0;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	color: var(--wsop-header-text);
	font-weight: 700;
	text-decoration: none;
	white-space: normal;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.wsop-account-link:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.24);
	transform: translateY(-1px);
}

.wsop-account-icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #17212e;
}

.wsop-account-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wsop-account-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.wsop-account-label {
	font-size: 0.72rem;
	line-height: 1.1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.wsop-account-title {
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wsop-account-link:focus-visible,
.wsop-mobile-menu a:focus-visible,
.wsop-menu-toggle:focus-visible,
.wsop-menu-close:focus-visible {
	outline: 3px solid rgba(255, 176, 46, 0.35);
	outline-offset: 2px;
}

/* ======================================================
   Source: partials/_toolbar.css
   ====================================================== */
/* ── Toolbar ── */
.wsop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 18px;
	padding: 2px 4px 10px;
	font-size: 0.94rem;
	color: var(--wsop-muted);
	flex-wrap: wrap;
}

.wsop-toolbar-left,
.wsop-toolbar-right {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.wsop-toolbar-right {
	margin-left: auto;
	justify-content: flex-end;
}

.wsop-toolbar-left strong {
	color: var(--wsop-text);
	font-size: 1rem;
}

.wsop-toolbar-search {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: min(360px, 100%);
	flex: 1 1 320px;
	padding: 0 14px 0 42px;
	border: 1px solid var(--wsop-border);
	border-radius: 14px;
	background: var(--wsop-surface);
	box-shadow: 0 8px 20px rgba(18, 30, 46, 0.06);
}

.wsop-toolbar-search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	width: 16px;
	height: 16px;
	color: #5b6675;
	transform: translateY(-50%);
	pointer-events: none;
}

.wsop-toolbar-search-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wsop-toolbar-search-input {
	width: 100%;
	height: 48px;
	border: 0;
	padding: 0;
	font: inherit;
	font-weight: 600;
	color: var(--wsop-text);
	background: transparent;
}

.wsop-toolbar-search-input::placeholder {
	color: #65707e;
	font-weight: 500;
}

.wsop-toolbar-search-input:focus {
	outline: none;
}

.wsop-toolbar-separator {
	color: #a6afba;
}

/* ======================================================
   Source: partials/_products.css
   ====================================================== */
/* ── Products Table ── */
.wsop-products {
	background: var(--wsop-surface);
	border: 1px solid var(--wsop-border);
	border-radius: 8px;
	overflow: hidden;
}

/* ── Authoritative desktop grid (single source of truth) ──
 *   8 columns: 7 standard at 10% + Product Name at 20% + 7 gaps at ~1.4% = ~100%.
 */
.wsop-products-head,
.wsop-product-row {
	display: grid;
	grid-template-columns: 10% 20% 10% 10% 10% 10% 10% 10%;
	align-items: center;
	column-gap: 1.4%;
}

/* Ensure long text wraps instead of overflowing */
.wsop-col-name,
.wsop-col-category,
.wsop-head-name,
.wsop-head-category {
	overflow-wrap: break-word;
	word-wrap: break-word;
	min-width: 0;
}

/* ── Left-aligned body column alignment ── */
.wsop-head-name,
.wsop-col-name,
.wsop-head-category,
.wsop-col-category,
.wsop-head-regular,
.wsop-col-regular,
.wsop-head-price,
.wsop-col-price,
.wsop-head-qty,
.wsop-col-qty {
	justify-self: start;
	text-align: left;
	min-width: 0;
}

/* ── Center-aligned Columns (Image, Total, Savings) ── */
.wsop-head-image,
.wsop-col-image,
.wsop-head-total,
.wsop-col-total,
.wsop-head-savings,
.wsop-col-savings {
	justify-self: center;
	text-align: center;
	min-width: 0;
}

.wsop-col-category {
	font-size: 0.9rem;
	color: #555;
}

.wsop-col-regular {
	color: #888;
}

.wsop-col-savings,
.wsop-row-savings {
	color: #16a34a;
	font-weight: 600;
}

.wsop-col-qty {
	display: flex;
	justify-content: center;
}

.wsop-products-head {
	padding: 14px 18px;
	background: #f0f4f8;
	border-bottom: 1px solid var(--wsop-border);
	font-size: 0.9rem;
	font-weight: 700;
	color: #111111;
}

.wsop-products-body {
	position: relative;
}

.wsop-product-row {
	padding: 10px 18px;
	border-bottom: 1px solid #edf1f5;
	background: var(--wsop-surface);
}

.wsop-product-row:last-child {
	border-bottom: 0;
}

.wsop-product-row.is-hidden {
	display: none;
}

.wsop-product-row.is-disabled {
	background: #fbfbfc;
}

/* ── Product Image Column ── */
.wsop-col-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
}

.wsop-col-image img {
	width: 70px !important;
	height: 70px !important;
	max-width: 70px !important;
	max-height: 70px !important;
	object-fit: cover;
	border-radius: 8px;
	background: #f2f4f7;
	display: block;
	flex-shrink: 0;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

/* ── Product Name & Meta ── */
.wsop-product-name {
	font-weight: 400;
	font-size: 0.98rem;
	line-height: 1.35;
}

.wsop-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
	font-size: 0.82rem;
	color: var(--wsop-muted);
}

.wsop-stock-badge {
	color: var(--wsop-danger);
	font-weight: 700;
}

.wsop-price {
	font-weight: 600;
	color: #c40000;
}

.wsop-row-total {
	font-weight: 600;
}

.wsop-mobile-label {
	display: none;
}

/* Mobile regular price (shown only on mobile/tablet, hidden on desktop) */
.wsop-mobile-regular-price {
	display: none;
}

@media (max-width: 1120px) {
	.wsop-mobile-regular-price {
		display: inline;
		font-size: 0.85rem;
		color: #888;
		margin-left: 6px;
	}
}

/* ── Quantity Control ── */
.wsop-qty-control {
	display: inline-flex !important;
	align-items: stretch !important;
	justify-content: center !important;
	border: 1px solid var(--wsop-border) !important;
	border-radius: 6px !important;
	background: #fff !important;
	width: auto !important;
	height: 32px !important;
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0 auto !important;
	gap: 0 !important;
}

.wsop-qty-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px !important;
	height: 32px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f0f2f5 !important;
	color: var(--wsop-text) !important;
	font-size: 1.15rem !important;
	font-weight: 500 !important;
	cursor: pointer;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.wsop-qty-btn[data-action="decrease"] {
	border-right: 1px solid var(--wsop-border) !important;
}

.wsop-qty-btn[data-action="increase"] {
	border-left: 1px solid var(--wsop-border) !important;
}

.wsop-qty-btn:hover:not(:disabled) {
	background: #e4ebf2 !important;
}

.wsop-qty-btn:disabled,
.wsop-qty-input:disabled {
	cursor: not-allowed !important;
	opacity: 0.55 !important;
}

.wsop-qty-input {
	width: 36px !important;
	height: 32px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	text-align: center !important;
	font: inherit !important;
	font-weight: 400 !important;
	color: var(--wsop-text) !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* ======================================================
   Source: partials/_summary-modal.css
   ====================================================== */
/* ── Summary Bar ── */
.wsop-summary-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px max(16px, env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-right));
	background: rgba(19, 25, 33, 0.96);
	color: #fff;
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
}

.wsop-summary-copy {
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
}

.wsop-summary-row {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.wsop-summary-label,
.wsop-summary-count {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
}

.wsop-summary-total {
	font-size: 1.2rem;
	line-height: 1;
}

/* ── Shared Buttons ── */
.wsop-place-order-btn,
.wsop-submit-btn,
.wsop-secondary-btn {
	min-height: 46px;
	border-radius: 12px;
	border: 0;
	padding: 0 18px;
	font: inherit;
	font-weight: 400;
	cursor: pointer;
}

.wsop-place-order-btn,
.wsop-submit-btn {
	background: var(--wsop-accent);
	color: #1a1206;
}

.wsop-place-order-btn:hover:not(:disabled),
.wsop-submit-btn:hover:not(:disabled) {
	background: var(--wsop-accent-dark);
	color: #1a1206;
}

.wsop-place-order-btn:disabled,
.wsop-submit-btn:disabled {
	background: #b9c0c8;
	color: #44505f;
	cursor: not-allowed;
}

.wsop-secondary-btn {
	background: #eef2f6;
	color: var(--wsop-text);
}

/* ── Modal ── */
.wsop-modal,
.wsop-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 60;
}

.wsop-modal[hidden],
.wsop-mobile-menu[aria-hidden="true"] {
	display: none;
}

.wsop-modal-backdrop,
.wsop-mobile-menu::before {
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(12, 18, 28, 0.54);
}

.wsop-modal-dialog {
	position: relative;
	width: min(560px, calc(100vw - 24px));
	max-height: calc(100vh - 24px);
	margin: 12px auto;
	background: var(--wsop-surface);
	border-radius: 18px;
	box-shadow: var(--wsop-shadow);
	overflow: auto;
}

.wsop-modal-header,
.wsop-mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid #eef1f5;
}

.wsop-modal-header h2 {
	margin: 0;
	font-size: 1.2rem;
}

.wsop-modal-close,
.wsop-menu-close,
.wsop-menu-toggle {
	border: 0;
	background: transparent;
	cursor: pointer;
	color: var(--wsop-text);
}

.wsop-modal-close,
.wsop-menu-close {
	font-size: 1.75rem;
	line-height: 1;
}

.wsop-modal-content,
.wsop-success-state {
	padding: 16px;
}

/* ── Order Review ── */
.wsop-order-review {
	border: 1px solid var(--wsop-border);
	border-radius: 14px;
	background: #fafbfd;
	margin-bottom: 14px;
}

.wsop-order-review-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-bottom: 1px solid #edf1f5;
}

.wsop-order-review-list {
	max-height: 180px;
	overflow: auto;
	padding: 8px 14px 12px;
}

.wsop-review-item,
.wsop-empty-review {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #eff2f5;
	font-size: 0.94rem;
}

.wsop-review-item:last-child {
	border-bottom: 0;
}

.wsop-empty-review {
	justify-content: center;
	color: var(--wsop-muted);
}

/* ── Form Messages ── */
.wsop-form-message {
	display: none;
	margin-bottom: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 0.93rem;
}

.wsop-form-message.is-error {
	display: block;
	background: #fff0f0;
	color: var(--wsop-danger);
}

.wsop-form-message.is-success {
	display: block;
	background: #edf9f1;
	color: var(--wsop-success);
}

/* ── Checkout Form ── */
.wsop-checkout-form {
	display: grid;
	gap: 12px;
}

.wsop-field {
	display: grid;
	gap: 6px;
}

.wsop-field label {
	font-weight: 600;
	font-size: 0.94rem;
}

.wsop-checkout-form input:not([type="checkbox"]),
.wsop-checkout-form textarea {
	width: 100%;
	border: 1px solid var(--wsop-border);
	border-radius: 12px;
	padding: 12px 14px;
	font: inherit;
	background: #fff;
}

.wsop-checkout-form input[type="checkbox"] {
	width: auto;
	margin: 0;
	cursor: pointer;
}

.wsop-checkout-form textarea {
	resize: vertical;
}

.wsop-form-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

/* ── Success Message ── */
.wsop-success-message strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 8px;
	color: var(--wsop-success);
}

.wsop-success-message p {
	margin: 0 0 14px;
	color: var(--wsop-text);
}

/* ======================================================
   Source: partials/_mobile-menu.css
   ====================================================== */
/* ── Mobile Menu Card ── */
.wsop-mobile-menu-card {
	position: relative;
	width: min(340px, calc(100vw - 28px));
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
	box-shadow: var(--wsop-shadow);
	border-right: 1px solid #e6ebf2;
	padding-bottom: 20px;
	animation: wsop-menu-slide-in 0.22s ease;
}

.wsop-mobile-menu-title {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.wsop-mobile-menu-title strong {
	font-size: 1.02rem;
}

.wsop-mobile-menu-title span {
	font-size: 0.82rem;
	color: var(--wsop-muted);
}

.wsop-mobile-menu-body {
	display: flex;
	flex-direction: column;
	padding: 8px 0;
}

.wsop-mobile-menu-link {
	display: flex;
	align-items: center;
	padding: 14px 24px;
	color: #111111;
	font-size: 1.05rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s;
}

.wsop-mobile-menu-link:hover,
.wsop-mobile-menu-link:focus-visible {
	background-color: #f3f3f3;
	outline: none;
}

.wsop-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 18px;
	color: #666666;
	flex: 0 0 auto;
}

.wsop-menu-icon svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: none !important;
	stroke: currentColor !important;
	overflow: visible;
}

.wsop-mobile-menu-divider {
	height: 1px;
	background-color: #e6ebf2;
	margin: 12px 0;
}

.wsop-mobile-menu-address-block {
	display: flex;
	align-items: flex-start;
	padding: 14px 24px 24px;
}

.wsop-menu-text-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.wsop-menu-text-wrap strong {
	color: #1e293b;
	font-weight: 700;
	font-size: 0.95rem;
}

.wsop-menu-text-wrap span {
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.4;
}

.wsop-menu-icon-pin {
	margin-top: 0;
}

@keyframes wsop-menu-slide-in {
	from {
		transform: translateX(-18px);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* ── Empty & No-Results States ── */
.wsop-empty-state {
	padding: 24px 16px;
	text-align: center;
	color: var(--wsop-muted);
}

.wsop-no-results {
	padding: 18px 14px;
	text-align: center;
	color: var(--wsop-muted);
	font-size: 0.95rem;
}

/* ── Overlay Lock ── */
body.wsop-overlay-open {
	overflow: hidden;
}

/* ── Accessibility ── */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* ======================================================
   Source: partials/_responsive-mobile.css
   ====================================================== */
/* ── Mobile Responsive (max-width: 820px) ── */
@media (max-width: 820px) {
	body.admin-bar .wsop-header {
		top: 46px;
	}

	.wsop-shell {
		padding: 2px 8px 92px;
	}

	.wsop-header {
		margin-bottom: 10px;
		padding: 10px;
		border-radius: 18px;
	}

	.wsop-header-desktop {
		display: none;
	}

	.wsop-header-mobile {
		display: grid;
		gap: 10px;
	}

	.wsop-mobile-topbar {
		grid-template-columns: 46px minmax(0, 1fr) auto;
		column-gap: 8px;
	}

	.wsop-menu-toggle {
		width: 46px;
		height: 46px;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		border-radius: 14px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background: rgba(255, 255, 255, 0.08);
	}

	.wsop-menu-toggle > span:not(.screen-reader-text) {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: #ffffff;
	}

	.wsop-brand-link {
		gap: 10px;
	}

	.wsop-brand-mark {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.wsop-brand-eyebrow,
	.wsop-brand-tagline,
	.wsop-search-hint,
	.wsop-account-label {
		display: none;
	}

	.wsop-brand-title {
		margin-top: 0;
		font-size: 1rem;
	}

	.wsop-account-link {
		min-height: 46px;
		padding: 7px 10px;
		gap: 8px;
		border-radius: 14px;
	}

	.wsop-account-icon {
		width: 32px;
		height: 32px;
		border-radius: 10px;
	}

	.wsop-account-title {
		font-size: 0.85rem;
	}

	.wsop-mobile-search .wsop-search-shell {
		min-height: 50px;
		padding: 0 10px 0 12px;
		border-radius: 15px;
	}

	.wsop-mobile-search .wsop-search-icon {
		width: 34px;
		height: 34px;
		border-radius: 11px;
	}

	.wsop-mobile-search .wsop-search-input {
		height: 46px;
		font-size: 0.95rem;
	}

	.wsop-products-head {
		display: none;
	}

	.wsop-product-row {
		grid-template-columns: 68px minmax(0, 1fr) auto;
		grid-template-areas:
			"image name qty"
			"image price total";
		align-items: center;
		row-gap: 2px;
		column-gap: 10px;
		padding: 12px 10px;
	}

	.wsop-col-image {
		grid-area: image;
	}

	.wsop-product-row .wsop-col-name {
		grid-area: name;
		align-self: end;
	}

	.wsop-product-row .wsop-col-price {
		grid-area: price;
		align-self: start;
		text-align: left !important;
	}

	.wsop-col-qty {
		grid-area: qty;
		justify-self: end;
		align-self: end;
	}

	.wsop-col-total {
		grid-area: total;
		justify-self: end;
		align-self: center;
		padding-top: 4px;
	}

	.wsop-col-image img {
		width: 68px !important;
		height: 68px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.wsop-mobile-label {
		display: none !important;
	}

	.wsop-col-price,
	.wsop-col-total {
		font-size: 0.95rem;
	}

	.wsop-product-row[data-qty="0"] .wsop-col-total {
		display: none;
	}

	.wsop-toolbar {
		align-items: stretch;
		padding: 0 2px 10px;
		font-size: 0.9rem;
	}

	.wsop-toolbar-left,
	.wsop-toolbar-right {
		width: 100%;
	}

	.wsop-toolbar-right {
		margin-left: 0;
		justify-content: stretch;
		gap: 8px;
	}

	.wsop-toolbar-search {
		min-width: 0;
		flex: 1 1 auto;
	}

	.wsop-toolbar-search-input {
		height: 44px;
		font-size: 0.95rem;
	}

	.wsop-summary-bar {
		align-items: stretch;
		flex-direction: row;
	}

	.wsop-summary-copy {
		flex-direction: column;
		align-items: flex-start;
		gap: 3px;
	}

	.wsop-place-order-btn {
		padding: 0 16px;
		min-width: 132px;
	}

	.wsop-modal-dialog {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 16px);
		margin: 8px auto;
	}

	.wsop-form-actions {
		flex-direction: column-reverse;
	}

	.wsop-form-actions button {
		width: 100%;
	}
}

/* ======================================================
   Source: partials/_responsive-tablet.css
   ====================================================== */
/* ── Tablet Responsive (821px – 1120px) ── */
@media (min-width: 821px) and (max-width: 1120px) {
	.wsop-header-desktop {
		grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(168px, 208px);
		column-gap: 12px;
	}

	.wsop-brand-tagline,
	.wsop-search-hint,
	.wsop-account-label {
		display: none;
	}

	.wsop-products-head,
	.wsop-product-row {
		grid-template-columns: 12% 36% 14% 14% 14%;
		column-gap: 1.5%;
	}
}

/* ======================================================
   Source: partials/_layout-polish.css
   ====================================================== */
/* ── Desktop Layout Polish ── */
body.wsop-order-page .site-main .entry-header {
	display: none;
}

body.wsop-order-page .site-main .entry-content,
body.wsop-order-page .site-main .post-thumb-img-content {
	margin-top: 0;
}

.wsop-shell {
	padding-top: 24px;
}

.wsop-toolbar {
	align-items: flex-end;
	gap: 14px 20px;
	padding: 8px 4px 14px;
}

.wsop-toolbar-left {
	gap: 8px;
	line-height: 1.2;
}

.wsop-toolbar-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-shrink: 0;
}

.wsop-toolbar-search {
	min-width: min(420px, 100%);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(18, 30, 46, 0.07);
}

.wsop-toolbar-search:focus-within {
	border-color: rgba(34, 89, 201, 0.28);
	box-shadow: 0 12px 28px rgba(18, 30, 46, 0.08), 0 0 0 4px rgba(34, 89, 201, 0.08);
}

.wsop-col-price,
.wsop-col-total {
	font-size: 1rem;
}

.wsop-price,
.wsop-row-total {
	font-size: 1.08rem;
}

.wsop-summary-bar {
	gap: 16px;
	padding: 12px max(16px, env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-right));
	border-top: 1px solid rgba(19, 33, 56, 0.12);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(14px);
	color: var(--wsop-text);
	box-shadow: 0 -12px 30px rgba(18, 30, 46, 0.12);
}

.wsop-summary-copy {
	gap: 12px;
}

.wsop-summary-label,
.wsop-summary-count {
	color: #5b6675;
}

.wsop-summary-total {
	color: var(--wsop-text);
}

.wsop-place-order-btn {
	box-shadow: 0 10px 24px rgba(220, 140, 18, 0.24);
}

/* ── Desktop Sort + Filter controls (inside toolbar-right) ── */

.wsop-desktop-sort-group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wsop-desktop-sort-label {
	font-size: 0.88rem;
	font-weight: 600;
	color: #5b6675;
	white-space: nowrap;
	user-select: none;
}

.wsop-desktop-sort-select {
	height: 36px;
	min-width: 180px;
	padding: 0 32px 0 12px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235b6675' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;
	background-size: 12px;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 500;
	color: #16202c;
	cursor: pointer;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wsop-desktop-sort-select:hover {
	border-color: #a8b0bc;
}

.wsop-desktop-sort-select:focus {
	border-color: #4a90d9;
	box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
}

.wsop-desktop-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 36px;
	padding: 0 14px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #ffffff;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 500;
	color: #16202c;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.15s;
	white-space: nowrap;
}

.wsop-desktop-filter-btn svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: #5b6675;
}

.wsop-desktop-filter-btn:hover {
	border-color: #a8b0bc;
	background: #f5f7fa;
}

.wsop-desktop-filter-btn:focus {
	border-color: #4a90d9;
	box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
	outline: none;
}

/* Filter count badge */
.wsop-filter-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #c40000;
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
}

/* Hide mobile filters bar on desktop */
@media (min-width: 821px) {
	.wsop-mobile-filters-bar {
		display: none !important;
	}

	.wsop-page .wsop-toolbar {
		padding-top: 6px;
	}
}

/* Desktop button text: normal weight */
.wsop-summary-bar .wsop-place-order-btn,
.wsop-summary-bar .wsop-summary-label,
.wsop-summary-bar .wsop-summary-count {
	font-weight: 400;
}

/* Summary savings display */
.wsop-summary-savings {
	color: #16a34a;
	font-weight: 600;
	font-size: 0.9rem;
}

/* ── Desktop Filter Panel (slide-in sidebar) ── */
@media (min-width: 821px) {
	.wsop-filter-panel {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 340px;
		background: #ffffff;
		z-index: 10000;
		box-shadow: -6px 0 30px rgba(0, 0, 0, 0.12);
		transform: translateX(100%);
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.wsop-filter-panel.is-open {
		transform: translateX(0);
	}

	.wsop-filter-panel-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 24px;
		border-bottom: 1px solid #eaeef3;
		background: #fafbfc;
		flex-shrink: 0;
	}

	.wsop-filter-panel-title {
		font-size: 1.05rem;
		font-weight: 700;
		color: #16202c;
	}

	.wsop-filter-panel-close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		background: transparent;
		border: 1px solid #d0d5dd;
		border-radius: 8px;
		font-size: 1.2rem;
		line-height: 1;
		color: #5b6675;
		cursor: pointer;
		transition: background 0.15s, border-color 0.15s;
	}

	.wsop-filter-panel-close:hover {
		background: #f5f7fa;
		border-color: #a8b0bc;
	}

	.wsop-filter-panel-body {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 0;
	}

	.wsop-filter-group {
		border: none;
		border-bottom: 1px solid #eaeef3;
	}

	.wsop-filter-group-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 16px 24px;
		background: transparent;
		border: none;
		font-size: 0.92rem;
		font-weight: 600;
		color: #16202c;
		cursor: pointer;
		text-align: left;
		transition: background 0.15s;
	}

	.wsop-filter-group-header:hover {
		background: #f8f9fb;
	}

	.wsop-filter-group-header:focus {
		outline: none;
		background: #f5f7fa;
	}

	.wsop-filter-icon {
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 1;
		color: #8891a0;
	}

	.wsop-filter-group-content {
		padding: 0 24px 20px;
		display: none;
		flex-direction: column;
		gap: 10px;
	}

	.wsop-filter-group.is-expanded .wsop-filter-group-content {
		display: flex;
	}

	.wsop-filter-option {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 0.88rem;
		color: #333;
		cursor: pointer;
		padding: 4px 0;
	}

	.wsop-filter-option:hover {
		color: #16202c;
	}

	.wsop-filter-option input[type="checkbox"] {
		width: 16px;
		height: 16px;
		accent-color: #4a90d9;
		cursor: pointer;
	}

	.wsop-price-inputs {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.wsop-currency-symbol {
		color: #5b6675;
		font-size: 0.92rem;
		user-select: none;
		line-height: 1;
	}

	.wsop-price-input {
		flex: 1;
		width: 100%;
		min-width: 0;
		border: 1px solid #d0d5dd;
		border-radius: 8px;
		background: #ffffff;
		padding: 0 12px;
		height: 36px;
		font-family: inherit;
		font-size: 0.88rem;
		color: #16202c;
		outline: none;
		transition: border-color 0.2s, box-shadow 0.2s;
	}

	.wsop-price-input:focus {
		border-color: #4a90d9;
		box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
	}

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

	.wsop-price-input[type=number] {
		-moz-appearance: textfield;
		appearance: textfield;
	}

	.wsop-price-separator {
		color: #8891a0;
		font-weight: 500;
	}

	.wsop-filter-panel-footer {
		display: flex;
		gap: 10px;
		padding: 16px 24px;
		border-top: 1px solid #eaeef3;
		background: #fafbfc;
		flex-shrink: 0;
	}

	.wsop-filter-clear-btn,
	.wsop-filter-apply-btn {
		flex: 1;
		height: 38px;
		border-radius: 8px;
		font-family: inherit;
		font-size: 0.88rem;
		font-weight: 600;
		cursor: pointer;
		transition: background 0.15s, border-color 0.15s;
	}

	.wsop-filter-clear-btn {
		background: #ffffff;
		border: 1px solid #cccccc;
		color: #333333;
	}

	.wsop-filter-clear-btn:hover {
		background: #f5f5f5;
		border-color: #b0b0b0;
		color: #111111;
	}

	.wsop-filter-apply-btn {
		background: #ffd814;
		border: 1px solid #fcd200;
		color: #111111;
	}

	.wsop-filter-apply-btn:hover {
		background: #f7ca00;
	}

	.wsop-filter-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.3);
		z-index: 9999;
		display: none;
		backdrop-filter: blur(2px);
	}

	.wsop-filter-backdrop.is-visible {
		display: block;
	}
}

/* ======================================================
   Source: partials/_filter-panel.css
   ====================================================== */
/* ── Mobile Filter Bar & Panel (visible only on mobile) ── */
@media (max-width: 820px) {
	body.wsop-order-page .site-main .entry-header {
		display: none;
	}

	.wsop-shell {
		padding-top: 2px;
	}

	.wsop-toolbar {
		padding: 2px 2px 12px;
	}

	.wsop-toolbar-left {
		gap: 6px 8px;
	}

	.wsop-toolbar-right {
		display: none;
	}

	.wsop-products-head {
		display: grid;
		grid-template-columns: 68px minmax(0, 1fr) 100px;
		column-gap: 12px;
		padding: 10px;
		font-size: 0.94rem;
		border-bottom: 1px solid var(--wsop-border);
		background: #f0f4f8;
	}

	.wsop-products-head div:nth-child(1) {
		text-align: center;
	}

	.wsop-products-head div:nth-child(5),
	.wsop-products-head div:nth-child(7) {
		display: none;
	}

	.wsop-products-head div:nth-child(6) {
		text-align: center;
	}

	.wsop-product-row {
		grid-template-columns: 68px minmax(0, 1fr) 100px;
		grid-template-areas:
			"image name qty"
			"image price qty";
		align-items: center;
		row-gap: 2px;
		column-gap: 12px;
		padding: 10px;
	}

	.wsop-col-qty {
		align-self: center;
		justify-self: center;
	}

	.wsop-shell {
		max-width: none;
		margin: 0;
	}

	.wsop-col-total {
		display: none;
	}

	.wsop-summary-bar {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.wsop-summary-copy {
		width: auto;
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.wsop-summary-total {
		font-size: 1.1rem;
	}

	.wsop-place-order-btn {
		width: auto;
		min-width: 132px;
		padding: 0 14px;
	}

	/* Filter Bar */
	.wsop-mobile-filters-bar {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		background: #ffffff;
		border-bottom: 1px solid #e0e0e0;
	}

	.wsop-mobile-sort-btn,
	.wsop-mobile-filter-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		height: 48px;
		background: transparent;
		border: none;
		font-size: 0.95rem;
		font-weight: 500;
		color: #333333;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.wsop-mobile-sort-wrapper {
		position: relative;
		display: flex;
		align-items: stretch;
		border-right: 1px solid #e0e0e0;
	}

	.wsop-mobile-sort-btn {
		width: 100%;
	}

	.wsop-mobile-sort-select {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.wsop-mobile-sort-btn svg,
	.wsop-mobile-filter-btn svg {
		width: 18px;
		height: 18px;
	}

	/* Filter Panel */
	.wsop-filter-panel {
		display: flex !important;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 85%;
		max-width: 360px;
		background: #ffffff;
		z-index: 10000;
		box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		flex-direction: column;
	}

	.wsop-filter-panel.is-open {
		transform: translateX(0);
	}

	.wsop-filter-panel-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 20px;
		border-bottom: 1px solid #e0e0e0;
		background: #f8f9fa;
	}

	.wsop-filter-panel-title {
		font-size: 1.1rem;
		font-weight: 700;
		color: #111111;
	}

	.wsop-filter-panel-close {
		background: transparent;
		border: none;
		font-size: 1.5rem;
		line-height: 1;
		color: #555555;
		cursor: pointer;
		padding: 4px;
	}

	.wsop-filter-panel-body {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 0;
	}

	.wsop-filter-group {
		border: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
	}

	.wsop-filter-group-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 16px 20px 4px;
		background: transparent;
		border: none !important;
		font-size: 0.95rem;
		font-weight: 600;
		color: #333333;
		cursor: pointer;
		text-align: left;
		-webkit-tap-highlight-color: transparent;
		outline: none;
	}

	.wsop-filter-group-header:focus,
	.wsop-filter-group-header:active {
		background: transparent !important;
		outline: none !important;
		box-shadow: none !important;
	}

	.wsop-filter-icon {
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1;
		color: #555555;
	}

	.wsop-filter-group-content {
		padding: 0 20px 16px;
		display: none;
		flex-direction: column;
		gap: 12px;
	}

	.wsop-filter-group.is-expanded .wsop-filter-group-content {
		display: flex;
	}

	.wsop-filter-option {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 0.9rem;
		color: #444444;
		cursor: pointer;
	}

	.wsop-price-inputs {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.wsop-currency-symbol {
		color: #555555;
		font-size: 1rem;
		user-select: none;
		line-height: 1;
	}

	.wsop-price-input {
		flex: 1;
		width: 100%;
		min-width: 0;
		border: 1px solid #d0d0d0;
		border-radius: 6px;
		background: #ffffff;
		padding: 0 12px;
		height: 42px;
		font-size: 0.95rem;
		color: #111111;
		outline: none;
		transition: border-color 0.2s, box-shadow 0.2s;
	}

	.wsop-price-input:focus {
		border-color: #ffd814;
		box-shadow: 0 0 0 1px #ffd814;
	}

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

	.wsop-price-input[type=number] {
		-moz-appearance: textfield;
		appearance: textfield;
	}

	.wsop-price-separator {
		color: #999999;
		font-weight: 500;
	}

	.wsop-filter-panel-footer {
		display: flex;
		gap: 10px;
		padding: 16px 20px;
		border-top: none;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.04);
		background: #ffffff;
		margin-top: 8px;
	}

	.wsop-filter-clear-btn,
	.wsop-filter-apply-btn {
		flex: 1;
		height: 44px;
		border-radius: 8px;
		font-size: 0.95rem;
		font-weight: 600;
		cursor: pointer;
	}

	.wsop-filter-clear-btn {
		background: #ffffff !important;
		border: 1px solid #cccccc !important;
		color: #333333 !important;
	}

	.wsop-filter-clear-btn:hover,
	.wsop-filter-clear-btn:focus,
	.wsop-filter-clear-btn:active {
		background: #f5f5f5 !important;
		border-color: #b0b0b0 !important;
		color: #111111 !important;
		box-shadow: none !important;
	}

	.wsop-filter-apply-btn {
		background: #ffd814;
		border: 1px solid #fcd200;
		color: #111111;
	}

	.wsop-filter-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9999;
		display: none;
	}

	.wsop-filter-backdrop.is-visible {
		display: block;
	}
}

/* ======================================================
   Source: partials/_amon-header.css
   ====================================================== */
/* ── Amon-Style Header ── */
.wsop-amon-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background: #131921;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

body.admin-bar .wsop-amon-header {
	top: 32px;
}

.wsop-amon-header-inner {
	display: grid;
	grid-template-columns: auto auto 1fr auto auto;
	align-items: center;
	gap: 16px;
	max-width: 1500px;
	margin: 0 auto;
	padding: 8px 14px;
	color: #ffffff;
}

/* Brand */
.wsop-amon-brand {
	display: inline-flex;
	align-items: flex-end;
	gap: 1px;
	padding: 8px 10px;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}

.wsop-mobile-logo {
	display: none !important;
}

.wsop-amon-brand:hover,
.wsop-amon-brand:focus-visible {
	border-color: #ffffff;
	outline: none;
}

.wsop-amon-brand-wordmark {
	font-size: clamp(1.5rem, 1.2rem + 0.5vw, 2.2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #ffffff;
}

.wsop-amon-brand-suffix {
	margin-bottom: 2px;
	font-size: 0.85rem;
	font-weight: 700;
	color: #ff9900;
}

.wsop-amon-brand::after {
	display: none;
}

.wsop-custom-logo::after {
	display: none !important;
}

/* Location */
.wsop-amon-location {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 6px 8px;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
}

.wsop-amon-location:hover {
	border-color: #ffffff;
}

.wsop-amon-location-pin {
	width: 16px;
	height: 16px;
	color: #ffffff;
	flex: 0 0 auto;
}

.wsop-amon-location-pin svg,
.wsop-amon-search-button svg,
.wsop-amon-cart-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wsop-amon-location-copy {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.wsop-amon-location-top {
	color: #cccccc;
	font-size: 0.72rem;
	line-height: 1.1;
	white-space: nowrap;
}

.wsop-amon-location-bottom {
	color: #ffffff;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

/* Info Blocks (Location & Phone) */
.wsop-amon-simple-info {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 2px 4px;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.95rem;
	white-space: nowrap;
}

.wsop-amon-info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.wsop-amon-info-icon svg,
.wsop-amon-action-icon svg,
.wsop-amon-cart-icon svg,
.wsop-amon-search-button svg,
.wsop-amon-location-pin svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: none !important;
	stroke: currentColor !important;
	overflow: visible;
}

/* Search */
.wsop-amon-search {
	display: grid;
	grid-template-columns: auto 1fr 46px;
	align-items: stretch;
	height: 42px;
	margin: 0 50px;
	max-width: 760px;
	width: 100%;
	justify-self: center;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
}

.wsop-amon-search:focus-within {
	box-shadow: 0 0 0 3px #f90;
}

.wsop-amon-search-scope {
	appearance: none;
	-webkit-appearance: none;
	background: #f3f3f3 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%23555" d="M0 0l5 5 5-5z"/></svg>') no-repeat right 8px center;
	padding: 0 24px 0 10px;
	border: 0;
	border-right: 1px solid #cdcdcd;
	border-radius: 4px 0 0 4px;
	color: #555;
	font-size: 0.85rem;
	cursor: pointer;
	align-self: stretch;
}

.wsop-amon-search-scope:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px #f90, inset 0 0 0 3px #fff;
}

.wsop-amon-search-scope:hover {
	background-color: #e3e3e3;
}

.wsop-amon-search-input {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 12px;
	font-size: 0.95rem;
	font-weight: 400;
	color: #111111;
	background: #ffffff;
}

.wsop-amon-search-input:focus {
	outline: none;
}

.wsop-amon-search-input::placeholder {
	color: #8d9096;
}

.wsop-amon-search-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.wsop-amon-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #ffd814;
	color: #131921;
	cursor: pointer;
	transition: background 0.15s;
}

.wsop-amon-search-button svg {
	width: 24px;
	height: 24px;
	display: block;
}

.wsop-amon-search-button:hover {
	background: #f7ca00;
}

/* Right actions */
.wsop-amon-actions {
	display: inline-flex;
	align-items: stretch;
	gap: 2px;
	white-space: nowrap;
}

.wsop-amon-action-icon,
.wsop-amon-cart {
	display: inline-flex;
	align-items: center;
	padding: 6px 9px;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.88rem;
}

.wsop-amon-action-icon:hover,
.wsop-amon-action-icon:focus-visible,
.wsop-amon-cart:hover,
.wsop-amon-cart:focus-visible {
	border-color: #ffffff;
	outline: none;
}

.wsop-amon-action-icon svg {
	width: 24px;
	height: 24px;
	color: #ffffff;
}

/* Cart */
.wsop-amon-cart {
	position: relative;
	gap: 4px;
	padding-left: 12px;
}

.wsop-amon-cart-count {
	position: absolute;
	left: 16px;
	top: 2px;
	color: #ffd814;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
}

.wsop-amon-cart-icon {
	width: 32px;
	height: 28px;
	margin-top: 8px;
	color: #ffffff;
}

.wsop-amon-cart-label {
	align-self: flex-end;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 2px;
}

/* Visibility Utilities */
.wsop-mobile-only {
	display: none !important;
}

@media (max-width: 820px) {
	.wsop-desktop-only {
		display: none !important;
	}
	.wsop-mobile-only {
		display: inline-flex !important;
	}
}

/* Tablet adjustments */
@media (min-width: 821px) and (max-width: 1100px) {
	.wsop-amon-header-inner {
		gap: 6px;
		padding: 6px 10px;
	}
}

/* Mobile layout */
@media (max-width: 820px) {
	body.admin-bar .wsop-amon-header {
		top: 46px;
	}

	.wsop-amon-header-inner {
		display: grid;
		grid-template-columns: auto auto 1fr auto;
		grid-template-areas: "hamburger brand search actions";
		gap: 12px;
		padding: 12px;
		align-items: center;
	}

	.wsop-amon-hamburger {
		grid-area: hamburger;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		background: transparent;
		border: none;
		color: #ffffff !important;
		padding: 4px;
		cursor: pointer;
		margin: 0;
		outline: none;
		-webkit-tap-highlight-color: transparent;
	}

	.wsop-amon-hamburger:hover,
	.wsop-amon-hamburger:focus,
	.wsop-amon-hamburger:active,
	.wsop-amon-hamburger[aria-expanded="true"],
	.wsop-amon-hamburger.is-active {
		background: transparent !important;
		outline: none !important;
		box-shadow: none !important;
		color: #ffffff !important;
	}

	.wsop-amon-brand {
		grid-area: brand;
		padding: 0;
		align-items: center;
	}

	.wsop-amon-brand-wordmark {
		font-size: 1.15rem;
	}

	.wsop-amon-brand img {
		max-height: 38px !important;
	}

	.wsop-desktop-logo {
		display: none !important;
	}

	.wsop-mobile-logo {
		display: block !important;
	}

	.wsop-amon-brand::after {
		display: none;
	}

	.wsop-amon-location,
	.wsop-amon-simple-info {
		display: none;
	}

	.wsop-amon-search {
		grid-area: search;
		grid-template-columns: 1fr 38px;
		height: 38px;
		margin: 0;
		max-width: none;
		width: 100%;
	}

	.wsop-amon-search-scope {
		display: none;
	}

	.wsop-amon-search-button {
		width: 100%;
	}

	.wsop-amon-actions {
		grid-area: actions;
		justify-content: flex-end;
		padding: 0;
		gap: 12px;
	}

	.wsop-amon-cart,
	.wsop-amon-action-icon {
		padding: 2px;
	}

	.wsop-amon-cart-icon {
		width: 30px;
		height: 26px;
	}

	.wsop-amon-cart-count {
		left: 16px;
		top: -1px;
		font-size: 0.9rem;
	}

	.wsop-amon-cart-label {
		font-size: 0.82rem;
	}
}

/* ======================================================
   Source: partials/_cart-view.css
   ====================================================== */
/* ── Cart View Mode ── */
.wsop-cart-view-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 18px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
	border: 1px solid #ffe082;
	box-shadow: 0 4px 14px rgba(255, 193, 7, 0.12);
	animation: wsop-banner-slide 0.3s ease;
}

@keyframes wsop-banner-slide {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wsop-cart-banner-content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wsop-cart-banner-icon {
	font-size: 1.4rem;
	line-height: 1;
}

.wsop-cart-banner-text {
	font-size: 0.95rem;
	color: #5d4037;
}

.wsop-cart-banner-text strong {
	color: #3e2723;
	font-weight: 700;
}

.wsop-cart-banner-close {
	flex: 0 0 auto;
	padding: 8px 16px;
	border: 1px solid #bdbdbd;
	border-radius: 8px;
	background: #ffffff;
	color: #333;
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.wsop-cart-banner-close:hover {
	background: #f5f5f5;
	border-color: #999;
}

/* Empty cart state */
.wsop-cart-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 24px 56px;
	text-align: center;
}

.wsop-cart-empty-icon {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 16px;
	opacity: 0.6;
}

.wsop-cart-empty strong {
	display: block;
	font-size: 1.15rem;
	color: #333;
	margin-bottom: 8px;
}

.wsop-cart-empty p {
	color: #777;
	font-size: 0.95rem;
	margin: 0 0 20px;
}

.wsop-cart-empty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	background: #ffd814;
	color: #1a1206;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s;
}

.wsop-cart-empty-btn:hover {
	background: #f7ca00;
}

/* Mobile adjustments for cart view */
@media (max-width: 820px) {
	.wsop-cart-view-banner {
		padding: 10px 14px;
		margin-bottom: 6px;
		border-radius: 8px;
	}

	.wsop-cart-banner-icon {
		font-size: 1.1rem;
	}

	.wsop-cart-banner-text {
		font-size: 0.88rem;
	}

	.wsop-cart-banner-close {
		padding: 6px 12px;
		font-size: 0.82rem;
	}

	.wsop-cart-empty {
		padding: 36px 16px 42px;
	}

	.wsop-cart-empty-icon {
		font-size: 2.5rem;
	}
}
