/* ==========================================================================
   SAYSSY - design system
   Desktop reference: BIBA listing · Mobile reference: maalde app
   Brand: orange #F26522 · red #E1251B
   ========================================================================== */

:root {
	--sy-orange:      #F26522;
	--sy-orange-dark: #D9531A;
	--sy-orange-soft: #FFF3EC;
	--sy-orange-line: #FAD3BE;
	--sy-red:         #E1251B;
	--sy-ink:         #16161A;
	--sy-ink-2:       #3D3D44;
	--sy-muted:       #7A7A85;
	--sy-line:        #E8E8EC;
	--sy-line-2:      #F2F2F5;
	--sy-bg:          #FFFFFF;
	--sy-bg-2:        #F7F7F9;
	--sy-green:       #12805C;
	--sy-amber:       #B26A00;

	--sy-r-sm: 6px;
	--sy-r:    10px;
	--sy-r-lg: 16px;
	--sy-r-pill: 999px;

	--sy-shadow:    0 1px 3px rgba(20,20,26,.07), 0 6px 18px rgba(20,20,26,.05);
	--sy-shadow-lg: 0 -6px 34px rgba(20,20,26,.16);

	--sy-header-h: 0px;
	--sy-bnav-h:   0px;

	--sy-font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.sy,
body.sy button,
body.sy input,
body.sy select,
body.sy textarea { font-family: var(--sy-font); }

body.sy { color: var(--sy-ink); background: var(--sy-bg); }

.sy-wrap { width: 100%; max-width: 1480px; margin: 0 auto; padding: 0 24px; }

.is-hidden { display: none !important; }
[hidden] { display: none !important; }

body.sy-lock { overflow: hidden; }

/* ==========================================================================
   Buttons
   ========================================================================== */

.sy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: var(--sy-r-sm);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1;
	cursor: pointer;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.sy-btn--primary { background: var(--sy-orange); color: #fff; }
.sy-btn--primary:hover { background: var(--sy-orange-dark); color: #fff; }
.sy-btn--ghost { background: #fff; color: var(--sy-ink); border-color: var(--sy-line); }
.sy-btn--ghost:hover { border-color: var(--sy-ink); }
.sy-btn:disabled { opacity: .55; cursor: not-allowed; }

/* ==========================================================================
   Announcement + header (desktop)
   ========================================================================== */

.sy-announce {
	background: var(--sy-ink);
	color: #fff;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: .02em;
	text-align: center;
	padding: 8px 16px;
}
.sy-announce strong, .sy-announce b { color: var(--sy-orange); }

.sy-header { position: sticky; top: 0; z-index: 300; background: #fff; }
.sy-header__main { border-bottom: 1px solid var(--sy-line-2); }
.sy-header__main .sy-wrap {
	display: flex;
	align-items: center;
	gap: 28px;
	height: 78px;
}

.sy-logo { flex: 0 0 auto; display: block; }
.sy-logo img { height: 46px; width: auto; display: block; }

.sy-hsearch {
	position: relative;
	flex: 1 1 auto;
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 16px;
	height: 44px;
	background: var(--sy-bg-2);
	border: 1px solid transparent;
	border-radius: var(--sy-r-pill);
	transition: border-color .16s, background .16s;
}
.sy-hsearch:focus-within { background: #fff; border-color: var(--sy-orange); }
.sy-hsearch svg { color: var(--sy-muted); flex: 0 0 auto; }
.sy-hsearch input {
	flex: 1; border: 0; background: none; outline: none;
	font-size: 14px; color: var(--sy-ink); padding: 0;
}
.sy-hsearch input::placeholder { color: var(--sy-muted); }

.sy-icons { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.sy-icon {
	position: relative;
	display: flex; align-items: center; justify-content: center;
	width: 42px; height: 42px;
	border-radius: 50%;
	color: var(--sy-ink);
	transition: background .16s, color .16s;
}
.sy-icon:hover { background: var(--sy-orange-soft); color: var(--sy-orange); }
.sy-icon__on {
	position: absolute; right: 8px; bottom: 8px;
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--sy-green); border: 1.5px solid #fff;
}

.sy-cart-badge {
	position: absolute; top: 4px; right: 3px;
	min-width: 17px; height: 17px; padding: 0 4px;
	display: flex; align-items: center; justify-content: center;
	background: var(--sy-orange); color: #fff;
	border-radius: var(--sy-r-pill);
	font-size: 10px; font-weight: 800; line-height: 1;
	border: 1.5px solid #fff;
}
.sy-cart-badge.is-empty { display: none; }

.sy-wish-badge {
	position: absolute; top: 4px; right: 3px;
	min-width: 17px; height: 17px; padding: 0 4px;
	display: flex; align-items: center; justify-content: center;
	background: var(--sy-red); color: #fff;
	border-radius: var(--sy-r-pill);
	font-size: 10px; font-weight: 800; line-height: 1;
	border: 1.5px solid #fff;
}
.sy-wish-badge.is-empty { display: none; }

/* ---- Category nav ---- */

.sy-header__nav { border-bottom: 1px solid var(--sy-line); position: relative; z-index: 310; }
.sy-header__nav .sy-wrap { overflow: visible; }

.sy-nav {
	display: flex;
	align-items: stretch;
	gap: 2px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.sy-nav__item { position: relative; flex: 0 0 auto; }

/* The logo sits flush against the wrap edge, so the first nav label must too.
   Its dropdown panel is pulled back by the same amount. */
.sy-nav__item:first-child > a,
.sy-nav__item:first-child > .sy-nav__toggle { padding-left: 0; }
.sy-nav__item:first-child > .sy-mega { left: -14px; }

.sy-nav a,
.sy-nav__toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 100%;
	padding: 14px 15px;
	background: none;
	border: 0;
	border-bottom: 2px solid transparent;
	font-family: inherit;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--sy-ink-2);
	white-space: nowrap;
	cursor: pointer;
	transition: color .16s ease, border-color .16s ease;
}
.sy-nav a:hover,
.sy-nav__toggle:hover,
.sy-nav__item.is-open .sy-nav__toggle {
	color: var(--sy-orange);
	border-bottom-color: var(--sy-orange);
}

.sy-nav__caret { transition: transform .18s ease; opacity: .6; }
.sy-nav__item.is-open .sy-nav__caret { transform: rotate(180deg); }

.sy-nav__hot { color: var(--sy-red) !important; }
.sy-nav__hot:hover { border-bottom-color: var(--sy-red) !important; }

.sy-mega {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 400;
	min-width: 300px;
	padding: 14px 14px 8px;
	background: #fff;
	border: 1px solid var(--sy-line);
	border-top: 0;
	border-radius: 0 0 var(--sy-r) var(--sy-r);
	box-shadow: 0 10px 28px rgba(20,20,26,.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.sy-nav__item--drop:hover .sy-mega,
.sy-nav__item--drop:focus-within .sy-mega,
.sy-nav__item.is-open .sy-mega {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.sy-mega__grid { display: grid; gap: 1px 10px; margin: 0; padding: 0; }
.sy-mega[data-cols="3"] .sy-mega__grid { grid-template-columns: repeat(3, minmax(130px, 1fr)); }
.sy-mega[data-cols="4"] .sy-mega__grid { grid-template-columns: repeat(4, minmax(78px, 1fr)); }

.sy-mega__grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	height: auto;
	padding: 8px 10px;
	border: 0;
	border-radius: var(--sy-r-sm);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: var(--sy-ink-2);
}
.sy-mega__grid a:hover { background: var(--sy-orange-soft); color: var(--sy-orange); border-bottom-color: transparent; }
.sy-mega__grid i { font-style: normal; font-size: 11px; color: var(--sy-muted); }

.sy-mega__all {
	display: block !important;
	margin-top: 6px;
	padding: 10px !important;
	border-top: 1px solid var(--sy-line-2);
	border-bottom: 0 !important;
	font-size: 12px !important;
	letter-spacing: .05em;
	color: var(--sy-orange) !important;
	text-align: center;
}

/* ---- Mobile header ---- */

.sy-mhead { display: none; padding: 10px 14px 12px; background: #fff; }
.sy-mhead__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }

/* logo sits on the left */
.sy-mhead__logo { display: flex; align-items: center; flex: 0 1 auto; min-width: 0; }
.sy-mhead__logo img {
	display: block;
	height: 38px; width: auto; max-width: 168px;
	object-fit: contain; object-position: left center;
}

/* greeting + wishlist + avatar grouped on the right */
.sy-mhead__right { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.sy-mhead__hi { text-align: right; line-height: 1.15; min-width: 0; }
.sy-mhead__hi span { display: block; font-size: 10.5px; color: var(--sy-muted); line-height: 1.2; }
.sy-mhead__hi strong {
	display: block; font-size: 13px; font-weight: 700; letter-spacing: -.01em;
	color: var(--sy-ink);
	max-width: 106px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sy-mhead__wish {
	position: relative;
	display: flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--sy-bg-2); color: var(--sy-ink);
	flex: 0 0 auto;
}
.sy-mhead__wish .sy-wish-badge { top: 1px; right: 0; }
.sy-mhead__avatar {
	display: flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 50%;
	background: var(--sy-bg-2); color: var(--sy-ink);
	flex: 0 0 auto;
}
.sy-mhead__search {
	display: flex; align-items: center; gap: 10px; width: 100%;
	padding: 0 16px; height: 46px;
	background: var(--sy-bg-2); border: 1px solid var(--sy-line-2);
	border-radius: var(--sy-r-pill);
	font-size: 14px; color: var(--sy-muted);
	cursor: pointer; text-align: left;
}
.sy-mhead__search svg { flex: 0 0 auto; }

/* ==========================================================================
   Search overlay (mobile)
   ========================================================================== */

.sy-searchov {
	position: fixed; inset: 0; z-index: 900;
	background: #fff;
	display: flex; flex-direction: column;
	animation: sy-fade .18s ease;
}
@keyframes sy-fade { from { opacity: 0 } to { opacity: 1 } }

.sy-searchov__bar {
	display: flex; align-items: center; gap: 10px;
	padding: 12px 14px; border-bottom: 1px solid var(--sy-line-2);
}
.sy-searchov__back {
	display: flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; flex: 0 0 auto;
	border: 1px solid var(--sy-line); border-radius: 50%;
	background: #fff; color: var(--sy-ink); cursor: pointer;
}
.sy-searchov__field {
	position: relative; flex: 1;
	display: flex; align-items: center; gap: 9px;
	padding: 0 14px; height: 44px;
	background: #fff; border: 1.5px solid var(--sy-ink);
	border-radius: var(--sy-r-pill);
}
.sy-searchov__field input { flex: 1; border: 0; outline: none; font-size: 14.5px; background: none; }
.sy-searchov__clear { border: 0; background: none; color: var(--sy-muted); cursor: pointer; padding: 4px; display: flex; }

.sy-searchov__body { flex: 1; overflow-y: auto; padding: 18px 16px 40px; }
.sy-searchov__pop h3 { font-size: 15px; font-weight: 800; margin: 0 0 12px; }
.sy-searchov__results:not(:empty) { margin-top: 22px; }

.sy-sresult {
	display: flex; align-items: center; gap: 12px;
	padding: 10px 4px; border-bottom: 1px solid var(--sy-line-2);
	color: inherit; text-decoration: none;
}
.sy-sresult img { width: 48px; height: 62px; object-fit: cover; border-radius: var(--sy-r-sm); flex: 0 0 auto; background: var(--sy-bg-2); }
.sy-sresult b { display: block; font-size: 13.5px; font-weight: 600; }
.sy-sresult span { font-size: 12px; color: var(--sy-muted); }

/* Desktop suggestions dropdown */
.sy-suggest {
	position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 340;
	background: #fff; border: 1px solid var(--sy-line);
	border-radius: var(--sy-r); box-shadow: var(--sy-shadow);
	max-height: 420px; overflow-y: auto; display: none;
}
.sy-suggest.is-open { display: block; }
.sy-suggest .sy-sresult { padding: 10px 14px; }

/* ==========================================================================
   Mobile bottom nav + cart bar
   ========================================================================== */

.sy-bnav {
	display: none;
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 500;
	background: #fff;
	border-top: 1px solid var(--sy-line);
	padding-bottom: env(safe-area-inset-bottom);
}
.sy-bnav__i {
	flex: 1;
	display: flex; flex-direction: column; align-items: center; gap: 4px;
	padding: 9px 4px 8px;
	background: none; border: 0; cursor: pointer;
	color: var(--sy-muted); text-decoration: none;
	font-size: 10.5px; font-weight: 600;
}
.sy-bnav__i svg { width: 22px; height: 22px; }
.sy-bnav__i.is-active { color: var(--sy-orange); }
.sy-bnav__ico { position: relative; display: block; }
.sy-bnav__ico .sy-cart-badge { top: -5px; right: -9px; }

.sy-cartbar {
	position: fixed; left: 50%; transform: translate(-50%, 140%);
	bottom: calc(var(--sy-bnav-h) + 12px);
	z-index: 480;
	width: min(92vw, 420px);
	display: flex; align-items: center; gap: 12px;
	padding: 9px 16px 9px 9px;
	background: var(--sy-ink); color: #fff;
	border-radius: var(--sy-r-pill);
	box-shadow: 0 10px 30px rgba(20,20,26,.32);
	text-decoration: none;
	transition: transform .28s cubic-bezier(.2,.8,.3,1);
}
.sy-cartbar.is-on { transform: translate(-50%, 0); }
.sy-cartbar__thumb {
	width: 40px; height: 40px; border-radius: 50%;
	overflow: hidden; background: #33333B; flex: 0 0 auto;
}
.sy-cartbar__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sy-cartbar__text { flex: 1; line-height: 1.25; }
.sy-cartbar__text strong { display: block; font-size: 14.5px; font-weight: 700; }
.sy-cartbar__text em { font-style: normal; font-size: 12px; opacity: .72; }

/* ==========================================================================
   Toast
   ========================================================================== */

.sy-toast {
	position: fixed; left: 50%; bottom: calc(var(--sy-bnav-h) + 84px);
	transform: translate(-50%, 20px);
	z-index: 950;
	max-width: 88vw;
	padding: 11px 18px;
	background: var(--sy-ink); color: #fff;
	border-radius: var(--sy-r-pill);
	font-size: 13px; font-weight: 600;
	opacity: 0; pointer-events: none;
	transition: opacity .2s, transform .2s;
}
.sy-toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.sy-toast.is-error { background: var(--sy-red); }

/* ==========================================================================
   Shop layout
   ========================================================================== */

.sy-crumbs {
	display: flex; align-items: center; gap: 8px;
	padding-top: 16px; padding-bottom: 4px;
	font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase;
	color: var(--sy-muted);
}
.sy-crumbs a { color: var(--sy-orange); text-decoration: none; }
.sy-crumbs strong { color: var(--sy-ink-2); font-weight: 600; }

.sy-shop {
	display: grid;
	grid-template-columns: 248px minmax(0, 1fr);
	gap: 44px;
	align-items: start;
	padding-top: 18px;
	padding-bottom: 70px;
}

.sy-shop__rail {
	position: sticky;
	top: 96px;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 2px 18px 24px 0;
	scrollbar-gutter: stable;
}
.sy-shop__rail::-webkit-scrollbar { width: 6px; }
.sy-shop__rail::-webkit-scrollbar-track { background: transparent; }
.sy-shop__rail::-webkit-scrollbar-thumb { background: #DCDCE2; border-radius: 3px; }
.sy-shop__rail::-webkit-scrollbar-thumb:hover { background: #C4C4CC; }

.sy-shop__main { min-width: 0; }

.sy-shop__title { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.sy-shop__title h1 {
	margin: 0; font-size: 26px; font-weight: 800;
	letter-spacing: -.01em; text-transform: uppercase;
}
.sy-shop__title span { font-size: 13.5px; color: var(--sy-muted); font-weight: 500; }

.sy-shop__mhead { display: none; }

/* ---- Sort bar + chips (desktop) ---- */

.sy-sortbar {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; flex-wrap: nowrap; margin-bottom: 20px;
}
.sy-chips { flex: 1 1 auto; min-width: 0; }
.sy-chips { display: flex; flex-wrap: wrap; gap: 8px; }

.sy-tagchip {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 6px 12px;
	background: var(--sy-bg-2); border: 1px solid var(--sy-line);
	border-radius: var(--sy-r-pill);
	font-size: 12.5px; font-weight: 500; color: var(--sy-ink-2);
}
.sy-tagchip button {
	border: 0; background: none; padding: 0; cursor: pointer;
	font-size: 15px; line-height: 1; color: var(--sy-muted);
}
.sy-tagchip button:hover { color: var(--sy-red); }
.sy-tagchip--clear { cursor: pointer; color: var(--sy-orange); border-color: var(--sy-orange-line); background: var(--sy-orange-soft); font-weight: 700; }

.sy-sortsel {
	display: flex; align-items: center; gap: 8px;
	flex: 0 0 auto; white-space: nowrap;
	padding: 0 14px; height: 42px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-sm);
	font-size: 13px; color: var(--sy-muted);
	margin-left: auto;
}
.sy-sortsel span { flex: 0 0 auto; white-space: nowrap; }
.sy-sortsel select {
	max-width: 190px;
	border: 0; background: none; outline: none; cursor: pointer;
	font-size: 13.5px; font-weight: 700; color: var(--sy-ink);
	padding-right: 4px;
}

/* ---- Mobile pill row ---- */

.sy-pills { display: none; gap: 10px; padding: 2px 0 14px; overflow-x: auto; scrollbar-width: none; }
.sy-pills::-webkit-scrollbar { display: none; }

.sy-pill {
	flex: 0 0 auto;
	display: inline-flex; align-items: center; gap: 7px;
	padding: 0 14px; height: 40px;
	background: #fff; border: 1px solid var(--sy-line);
	border-radius: var(--sy-r);
	font-size: 13.5px; font-weight: 600; color: var(--sy-ink);
	cursor: pointer;
}
.sy-pill svg { width: 17px; height: 17px; flex: 0 0 auto; }
.sy-pill.is-on { border-color: var(--sy-orange); color: var(--sy-orange); background: var(--sy-orange-soft); }
.sy-pill__caret {
	width: 8px; height: 8px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor;
	transform: rotate(45deg) translate(-2px, -2px); opacity: .55;
}
.sy-pill__n:not(:empty) {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 18px; height: 18px; padding: 0 5px;
	background: var(--sy-orange); color: #fff;
	border-radius: var(--sy-r-pill);
	font-size: 10.5px; font-weight: 800; font-style: normal;
}

/* ==========================================================================
   Filter rail - accordion (desktop)
   ========================================================================== */

.sy-rail__head {
	display: flex; align-items: center; justify-content: space-between;
	padding-bottom: 13px; margin-right: 2px; border-bottom: 1.5px solid var(--sy-ink);
}
.sy-rail__head h2 {
	margin: 0; font-size: 15px; font-weight: 800;
	letter-spacing: .1em; text-transform: uppercase;
}
.sy-rail__head .sy-clear {
	border: 0; background: none; padding: 0; cursor: pointer;
	font-size: 12.5px; font-weight: 600; color: var(--sy-orange);
	text-decoration: underline; text-underline-offset: 3px;
}
.sy-rail__head .sy-clear:hover { color: var(--sy-orange-dark); }
.sy-clear:disabled { color: var(--sy-muted) !important; opacity: .55; cursor: default; text-decoration: none; }
.sy-btn.sy-clear:disabled { border-color: var(--sy-line) !important; background: var(--sy-bg-2) !important; }

.sy-pill--clear {
	border-color: var(--sy-line);
	color: var(--sy-orange);
	font-weight: 700;
}
.sy-pill--clear:disabled { display: none; }

.sy-acc { border-bottom: 1px solid var(--sy-line-2); }
.sy-acc__head {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	width: 100%; padding: 16px 2px;
	background: none; border: 0; cursor: pointer; text-align: left;
	font-size: 12.5px; font-weight: 700;
	letter-spacing: .08em; text-transform: uppercase; color: var(--sy-ink);
}
.sy-acc__head:hover { color: var(--sy-orange); }
.sy-acc__n { font-style: normal; color: var(--sy-orange); margin-left: 4px; }

.sy-acc__icon { position: relative; width: 12px; height: 12px; flex: 0 0 auto; }
.sy-acc__icon::before,
.sy-acc__icon::after {
	content: ""; position: absolute; background: currentColor;
	transition: transform .2s ease, opacity .2s ease;
}
.sy-acc__icon::before { top: 5px; left: 0; width: 12px; height: 1.6px; }
.sy-acc__icon::after  { left: 5px; top: 0; width: 1.6px; height: 12px; }
.sy-acc.is-open .sy-acc__icon::after { transform: rotate(90deg); opacity: 0; }

.sy-acc__body { display: none; padding: 2px 2px 18px; }
.sy-acc.is-open .sy-acc__body { display: block; }

/* ==========================================================================
   Filter controls (shared)
   ========================================================================== */

.sy-checklist { list-style: none; margin: 0; padding: 0; }
.sy-checklist.is-scroll { max-height: 250px; overflow-y: auto; padding-right: 8px; }
.sy-checklist::-webkit-scrollbar { width: 5px; }
.sy-checklist::-webkit-scrollbar-thumb { background: #DADADF; border-radius: 3px; }

.sy-checklist label,
.sy-radiolist label {
	display: flex; align-items: center; gap: 12px;
	padding: 9px 2px; cursor: pointer;
	font-size: 13.5px; color: var(--sy-ink-2); line-height: 1.35;
}
.sy-checklist label:hover { color: var(--sy-orange); }
.sy-checklist input,
.sy-radiolist input { position: absolute; opacity: 0; width: 0; height: 0; }

.sy-box {
	flex: 0 0 auto; width: 18px; height: 18px;
	border: 1.6px solid #C4C4CC; border-radius: 4px;
	position: relative; transition: all .15s ease;
}
.sy-checklist input:checked + .sy-box { background: var(--sy-orange); border-color: var(--sy-orange); }
.sy-checklist input:checked + .sy-box::after {
	content: ""; position: absolute; left: 6px; top: 2px;
	width: 4px; height: 9px;
	border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.sy-checklist input:focus-visible + .sy-box { box-shadow: 0 0 0 3px rgba(242,101,34,.25); }

.sy-radio {
	flex: 0 0 auto; width: 19px; height: 19px;
	border: 1.8px solid #C4C4CC; border-radius: 50%;
	position: relative; transition: border-color .15s;
}
.sy-radiolist input:checked + .sy-radio { border-color: var(--sy-orange); border-width: 5.5px; }

.sy-lbl { flex: 1 1 auto; }
.sy-cnt { font-size: 11.5px; color: var(--sy-muted); }

.sy-fsearch {
	width: 100%; padding: 8px 12px; margin-bottom: 10px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-sm);
	font-size: 13px; outline: none;
}
.sy-fsearch:focus { border-color: var(--sy-orange); }

/* Chips */
.sy-chipset { display: flex; flex-wrap: wrap; gap: 8px; }
.sy-chip {
	display: inline-flex; align-items: center;
	padding: 8px 15px;
	background: #fff; border: 1px solid var(--sy-line);
	border-radius: var(--sy-r-pill);
	font-size: 13px; font-weight: 500; color: var(--sy-ink-2);
	cursor: pointer; text-decoration: none;
	transition: all .15s ease;
}
.sy-chip:hover { border-color: var(--sy-ink); color: var(--sy-ink); }
.sy-chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.sy-chip.is-on {
	background: var(--sy-orange); border-color: var(--sy-orange);
	color: #fff; font-weight: 600;
}

.sy-range { margin-top: 18px; }
.sy-range h4 { margin: 0 0 10px; font-size: 13.5px; font-weight: 700; }
.sy-range__row { display: flex; align-items: flex-end; gap: 10px; }
.sy-range__row label { flex: 1; }
.sy-range__row span { display: block; font-size: 11.5px; color: var(--sy-muted); margin-bottom: 5px; }
.sy-range__row input {
	width: 100%; padding: 10px 12px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-sm);
	font-size: 14px; outline: none;
}
.sy-range__row input:focus { border-color: var(--sy-orange); }
.sy-range__row em { font-style: normal; color: var(--sy-muted); padding-bottom: 12px; }

/* ==========================================================================
   Bottom sheets (mobile)
   ========================================================================== */

.sy-sheet {
	position: fixed; inset: 0; z-index: 800;
	background: rgba(20,20,26,.5);
	display: flex; align-items: flex-end;
	animation: sy-fade .2s ease;
}
.sy-sheet__panel {
	width: 100%;
	max-height: 88vh;
	display: flex; flex-direction: column;
	background: #fff;
	border-radius: var(--sy-r-lg) var(--sy-r-lg) 0 0;
	box-shadow: var(--sy-shadow-lg);
	animation: sy-up .26s cubic-bezier(.2,.8,.3,1);
	padding-bottom: env(safe-area-inset-bottom);
}
.sy-sheet__panel--tall { height: 76vh; }
@keyframes sy-up { from { transform: translateY(100%) } to { transform: none } }

.sy-sheet__head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 18px 18px 14px; border-bottom: 1px solid var(--sy-line-2);
	flex: 0 0 auto;
}
.sy-sheet__head h2 { margin: 0; font-size: 18px; font-weight: 800; }
.sy-sheet__close {
	display: flex; border: 0; background: none; padding: 4px;
	color: var(--sy-ink); cursor: pointer;
}

.sy-sheet__body { flex: 1 1 auto; overflow: hidden; display: flex; }
#sy-sort-sheet .sy-sheet__body,
#sy-cat-sheet .sy-sheet__body { display: block; overflow-y: auto; padding: 8px 18px 18px; }

.sy-sheet__foot {
	flex: 0 0 auto;
	display: flex; gap: 12px; justify-content: flex-end;
	padding: 14px 18px;
	border-top: 1px solid var(--sy-line-2);
}
.sy-sheet__foot--split { justify-content: space-between; align-items: center; }
.sy-sheet__foot .sy-btn { min-width: 120px; }
.sy-sheet__count { font-size: 13px; color: var(--sy-muted); font-weight: 600; }

/* Tabbed filter sheet */
.sy-tabs { display: flex; width: 100%; min-height: 0; }
.sy-tabs__rail {
	flex: 0 0 132px;
	background: var(--sy-bg-2);
	overflow-y: auto;
	border-right: 1px solid var(--sy-line-2);
}
.sy-tabs__tab {
	position: relative;
	display: flex; align-items: center; gap: 6px;
	width: 100%; padding: 17px 14px;
	background: none; border: 0; cursor: pointer; text-align: left;
	font-size: 13.5px; font-weight: 600; color: var(--sy-ink-2);
	border-bottom: 1px solid rgba(0,0,0,.04);
}
.sy-tabs__tab.is-active { background: #fff; color: var(--sy-ink); font-weight: 700; }
.sy-tabs__tab.is-active::before {
	content: ""; position: absolute; left: 0; top: 0; bottom: 0;
	width: 3px; background: var(--sy-orange);
}
.sy-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sy-orange); flex: 0 0 auto; }

.sy-tabs__panels { flex: 1 1 auto; overflow-y: auto; padding: 16px 18px 24px; }
.sy-tabs__panel { display: none; }
.sy-tabs__panel.is-active { display: block; }
.sy-tabs__panel .sy-checklist { max-height: none; }

/* Simple category list, used by the sheet outside the catalogue. */
.sy-catlist { list-style: none; margin: 0; padding: 0; }
.sy-catlist li { border-bottom: 1px solid var(--sy-line-2); }
.sy-catlist li:last-child { border-bottom: 0; }
.sy-catlist a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 15px 2px;
	color: var(--sy-ink);
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
}
.sy-catlist a:hover { color: var(--sy-orange); }
.sy-catlist i { font-style: normal; font-size: 12px; font-weight: 500; color: var(--sy-muted); }

/* ==========================================================================
   Product grid + card
   ========================================================================== */

ul.products.sy-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 22px;
	margin: 0 !important; padding: 0 !important; list-style: none;
}
ul.products.sy-grid::before, ul.products.sy-grid::after { content: none !important; }
ul.products.sy-grid > li.product {
	width: 100% !important; margin: 0 !important;
	float: none !important; clear: none !important;
}

.sy-card { position: relative; }

.sy-card__media {
	position: relative;
	border-radius: var(--sy-r);
	overflow: hidden;
	background: var(--sy-bg-2);
	aspect-ratio: 3 / 4;
}
.sy-card__img { display: block; width: 100%; height: 100%; }
.sy-card__img img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	transition: transform .55s cubic-bezier(.2,.8,.3,1);
}
.sy-card:hover .sy-card__img img { transform: scale(1.05); }

.sy-card__badges {
	position: absolute; top: 10px; left: 10px; z-index: 2;
	display: flex; flex-direction: column; gap: 5px; align-items: flex-start;
}
.sy-badge {
	padding: 4px 9px; border-radius: 4px;
	font-size: 10px; font-weight: 800;
	letter-spacing: .06em; text-transform: uppercase;
	color: #fff; background: var(--sy-ink);
}
.sy-badge--sale { background: var(--sy-red); }
.sy-badge--new  { background: var(--sy-orange); }
.sy-badge--low  { background: var(--sy-amber); }
.sy-badge--out  { background: #6A6A75; }

.sy-wish {
	position: absolute; top: 10px; right: 10px; z-index: 3;
	width: 34px; height: 34px;
	display: flex; align-items: center; justify-content: center;
	border: 0; border-radius: 50%;
	background: rgba(255,255,255,.94);
	box-shadow: 0 1px 5px rgba(20,20,26,.16);
	color: #6A6A75; cursor: pointer;
	transition: transform .16s, color .16s;
}
.sy-wish svg { width: 17px; height: 17px; }
.sy-wish:hover { transform: scale(1.09); color: var(--sy-red); }
.sy-wish.is-on { color: var(--sy-red); }
.sy-wish.is-on svg { fill: currentColor; }

/* ---- Floating ADD → stepper ---- */

.sy-add {
	position: absolute; right: 10px; bottom: 10px; z-index: 3;
	display: block;
}
.sy-add--out {
	padding: 8px 14px; border-radius: var(--sy-r-sm);
	background: rgba(20,20,26,.78); color: #fff;
	font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
}

.sy-add__btn {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	min-width: 68px; padding: 8px 14px;
	background: var(--sy-ink); color: #fff;
	border: 0; border-radius: var(--sy-r-sm);
	box-shadow: 0 2px 10px rgba(20,20,26,.28);
	cursor: pointer; line-height: 1.15;
	transition: background .16s, transform .12s;
}
.sy-add__btn:hover { background: var(--sy-orange); }
.sy-add__btn:active { transform: scale(.96); }
.sy-add__btn span { font-size: 12.5px; font-weight: 800; letter-spacing: .08em; }
.sy-add__btn em { font-style: normal; font-size: 9.5px; opacity: .72; font-weight: 600; }

.sy-step {
	display: none;
	align-items: center; gap: 2px;
	padding: 4px;
	background: var(--sy-ink);
	border-radius: var(--sy-r-sm);
	box-shadow: 0 2px 10px rgba(20,20,26,.28);
}
.sy-add.is-added .sy-add__btn { display: none; }
.sy-add.is-added .sy-step { display: flex; }

.sy-step__b {
	display: flex; align-items: center; justify-content: center;
	width: 27px; height: 27px;
	background: rgba(255,255,255,.13); border: 0; border-radius: 5px;
	color: #fff; cursor: pointer;
	transition: background .14s;
}
.sy-step__b:hover { background: var(--sy-orange); }
.sy-step__b svg { width: 14px; height: 14px; }
.sy-step__n {
	min-width: 30px; text-align: center;
	color: #fff; font-size: 13.5px; font-weight: 800;
}
.sy-add.is-busy { opacity: .6; pointer-events: none; }

/* ---- Card body ---- */

.sy-card__body { padding: 13px 2px 0; }

.sy-card__kick {
	margin: 0 0 5px;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--sy-orange);
}

.sy-card__name {
	margin: 0 0 10px;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.005em;
}
.sy-card__name a {
	color: var(--sy-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sy-card__name a:hover { color: var(--sy-orange); }

.sy-card__colour {
	margin: 0 0 13px;
	font-size: 12.5px;
	line-height: 1.25;
	color: var(--sy-muted);
}

.sy-card__sizes {
	display: inline-block;
	margin: 0 0 15px;
	padding: 6px 11px;
	background: var(--sy-bg-2);
	border-radius: 5px;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: .06em;
	color: var(--sy-ink-2);
	white-space: nowrap;
}

.sy-card__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0 8px;
	margin: 0;
	line-height: 1.1;
}
.sy-card__price b {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -.015em;
}
.sy-card__unit {
	font-style: normal;
	font-size: 11px;
	font-weight: 600;
	color: var(--sy-muted);
	margin-left: -6px;
}
.sy-card__price del { font-size: 13px; color: var(--sy-muted); }
.sy-card__off {
	font-style: normal;
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1.5;
	color: var(--sy-red);
	background: #FDECEB;
	padding: 2px 6px;
	border-radius: 3px;
}

.sy-card__set {
	margin: 7px 0 0;
	font-size: 12px;
	line-height: 1.25;
	color: var(--sy-muted);
	font-weight: 500;
}

/* ---- Empty + pagination ---- */

.sy-empty { padding: 80px 20px; text-align: center; color: var(--sy-muted); }
.sy-empty svg { color: var(--sy-line); margin-bottom: 12px; }
.sy-empty h3 { margin: 0 0 6px; color: var(--sy-ink); font-size: 19px; font-weight: 800; }
.sy-empty p { margin: 0 0 18px; font-size: 14px; }

.sy-pagination { margin-top: 44px; }
.sy-pagination ul, .sy-pagination .page-numbers {
	display: flex; gap: 7px; justify-content: center;
	list-style: none; padding: 0; margin: 0;
}
.sy-pagination li { list-style: none; }
.sy-pagination a, .sy-pagination span.page-numbers, .sy-pagination .current {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding: 0 12px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-sm);
	font-size: 13.5px; font-weight: 600; color: var(--sy-ink); text-decoration: none;
	transition: all .15s;
}
.sy-pagination a:hover { border-color: var(--sy-orange); color: var(--sy-orange); }
.sy-pagination .current { background: var(--sy-ink); border-color: var(--sy-ink); color: #fff; }

/* Loading state */
#sy-products.is-loading { opacity: .42; pointer-events: none; transition: opacity .15s; }
.sy-rail.is-loading, .sy-sheet.is-loading { opacity: .6; pointer-events: none; }

/* ==========================================================================
   Single product + cart
   ========================================================================== */

.sy-packnote {
	margin: 18px 0 22px;
	padding: 17px 19px 15px;
	background: var(--sy-orange-soft);
	border: 1px solid var(--sy-orange-line);
	border-radius: var(--sy-r);
}

.sy-packnote__title {
	margin: 0 0 12px !important;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #A5471A;
}

table.sy-packtable {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: transparent !important;
	font-size: 13.5px;
	table-layout: fixed;
}
table.sy-packtable th,
table.sy-packtable td {
	padding: 9px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(165,71,26,.16) !important;
	background: transparent !important;
	line-height: 1.35;
	vertical-align: baseline;
}
table.sy-packtable th {
	width: 46%;
	text-align: left !important;
	font-weight: 500 !important;
	color: #8A5A42 !important;
	text-transform: none;
	letter-spacing: 0;
}
table.sy-packtable td {
	text-align: right !important;
	font-weight: 700 !important;
	color: var(--sy-ink) !important;
}
table.sy-packtable tbody tr:last-child th,
table.sy-packtable tbody tr:last-child td { border-bottom: 0 !important; }

table.sy-packtable tfoot th,
table.sy-packtable tfoot td {
	padding-top: 13px !important;
	padding-bottom: 2px !important;
	border-bottom: 0 !important;
	border-top: 2px solid rgba(165,71,26,.28) !important;
}
table.sy-packtable tfoot th {
	font-size: 14px;
	font-weight: 700 !important;
	color: var(--sy-ink) !important;
}
table.sy-packtable tfoot td {
	font-size: 21px;
	font-weight: 800 !important;
	color: var(--sy-orange) !important;
	white-space: nowrap;
}

.sy-packnote__hint {
	margin: 12px 0 0 !important;
	font-size: 12.5px;
	line-height: 1.55;
	color: #8A5A42;
}

/* Add to cart row: quantity, add button and WhatsApp on one line */
.single-product form.cart {
	display: flex !important;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px !important;
}
.single-product form.cart .quantity { margin: 0 !important; float: none !important; }
.single-product form.cart .quantity input.qty {
	height: 52px;
	width: 6em;
	text-align: center;
	border-radius: var(--sy-r-sm);
	border: 1px solid var(--sy-line);
}
.single-product form.cart button.single_add_to_cart_button {
	flex: 1 1 190px;
	min-width: 170px;
	height: 52px;
	margin: 0 !important;
	padding: 0 26px !important;
	float: none !important;
	font-size: 14.5px !important;
	letter-spacing: .02em;
}

.sy-wa-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: auto;
	height: 52px;
	margin: 0;
	padding: 0 20px;
	background: #fff;
	border: 1.5px solid #25D366;
	border-radius: var(--sy-r-sm);
	color: #128C4B !important;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none !important;
	transition: background .16s ease, color .16s ease;
}
.sy-wa-btn:hover { background: #25D366; color: #fff !important; }

.sy-wa {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #25D366;
	color: #fff !important;
	box-shadow: 0 2px 8px rgba(20,20,26,.22);
	transition: transform .16s ease;
}
.sy-wa:hover { transform: scale(1.08); }

/* Floating quick contact */
.sy-fab {
	position: fixed;
	right: 18px;
	bottom: calc(var(--sy-bnav-h) + 78px);
	z-index: 600;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sy-fab__b {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 4px 16px rgba(20,20,26,.24);
	transition: width .22s cubic-bezier(.2,.8,.3,1), border-radius .22s;
	overflow: hidden;
	white-space: nowrap;
}
.sy-fab__b--wa { background: #25D366; }
.sy-fab__b--call { background: var(--sy-ink); }
.sy-fab__b span {
	max-width: 0;
	opacity: 0;
	font-size: 13.5px;
	font-weight: 700;
	transition: max-width .22s ease, opacity .16s ease, margin .22s ease;
}
.sy-fab__b:hover { width: 148px; border-radius: 26px; }
.sy-fab__b:hover span { max-width: 100px; opacity: 1; margin-left: 9px; }

.sayssy-cart-sku { display: block; font-size: 11.5px; color: var(--sy-muted); margin-top: 2px; }
.sayssy-piece-summary th, .sayssy-piece-summary td { color: var(--sy-orange); font-weight: 700; }

.sy-usp {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px; max-width: 1480px; margin: 0 auto;
	padding: 28px 24px; border-top: 1px solid var(--sy-line-2);
	text-align: center;
}
.sy-usp div { font-size: 12.5px; color: var(--sy-muted); }
.sy-usp b { display: block; color: var(--sy-ink); font-size: 13.5px; margin-bottom: 3px; }

/* ==========================================================================
   OTP form
   ========================================================================== */

.sayssy-otp {
	max-width: 420px; margin: 0 auto 34px;
	padding: 28px 26px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-lg);
	background: #fff; box-shadow: var(--sy-shadow);
}
.sayssy-otp__head h2 { margin: 0 0 4px; font-size: 21px; font-weight: 800; }
.sayssy-otp__head p { margin: 0 0 18px; font-size: 13px; color: var(--sy-muted); }
.sayssy-otp label { display: block; font-size: 12.5px; font-weight: 700; margin: 13px 0 6px; }
.sayssy-otp input[type="tel"], .sayssy-otp input[type="text"], .sayssy-otp input[type="email"] {
	width: 100%; padding: 12px 13px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-sm);
	font-size: 15px; outline: none;
}
.sayssy-otp input:focus { border-color: var(--sy-orange); box-shadow: 0 0 0 3px rgba(242,101,34,.14); }
.sayssy-phone-wrap { display: flex; }
.sayssy-cc {
	display: flex; align-items: center; padding: 0 13px;
	border: 1px solid var(--sy-line); border-right: 0;
	border-radius: var(--sy-r-sm) 0 0 var(--sy-r-sm);
	background: var(--sy-bg-2); font-size: 14px; color: var(--sy-ink-2);
}
.sayssy-phone-wrap input { border-radius: 0 var(--sy-r-sm) var(--sy-r-sm) 0 !important; }
.sayssy-otp-boxes { display: flex; gap: 8px; }
.sayssy-otp-digit { text-align: center; font-size: 20px !important; font-weight: 800; padding: 12px 0 !important; }
.sayssy-btn {
	width: 100%; margin-top: 18px; padding: 14px;
	border: 0; border-radius: var(--sy-r-sm);
	background: var(--sy-orange); color: #fff;
	font-size: 15px; font-weight: 800; cursor: pointer;
}
.sayssy-btn:hover { background: var(--sy-orange-dark); }
.sayssy-btn:disabled { opacity: .6; cursor: not-allowed; }
.sayssy-link {
	display: block; width: 100%; margin-top: 10px; padding: 6px;
	background: none; border: 0; color: var(--sy-orange);
	font-size: 13px; font-weight: 700; cursor: pointer;
}
.sayssy-link:disabled { color: #AAA; }
.sayssy-otp__msg { font-size: 13px; }
.sayssy-otp__msg.is-error { color: var(--sy-red); }
.sayssy-otp__msg.is-ok { color: var(--sy-green); }
.sayssy-otp__newuser { margin-top: 18px; padding-top: 15px; border-top: 1px dashed var(--sy-line); }
.sayssy-hint { font-size: 11.5px; color: var(--sy-muted); margin: 5px 0 0; }
.req { color: var(--sy-red); }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1280px) {
	ul.products.sy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sy-shop { gap: 30px; grid-template-columns: 210px minmax(0, 1fr); }
}

@media (max-width: 1024px) {
	.sy-wrap { padding: 0 18px; }
	.sy-header__main .sy-wrap { height: 68px; gap: 18px; }
	.sy-logo img { height: 38px; }
	ul.products.sy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 16px; }
}

/* ---------- MOBILE ---------- */
@media (max-width: 900px) {

	body.sy { --sy-bnav-h: 62px; padding-bottom: var(--sy-bnav-h); }

	.sy-announce { font-size: 11px; padding: 7px 12px; }

	.sy-header__main,
	.sy-header__nav { display: none; }

	.sy-mhead { display: block; }
	.sy-header { box-shadow: 0 1px 0 var(--sy-line-2); }

	.sy-bnav { display: flex; }
	.sy-crumbs { display: none; }

	.sy-wrap { padding: 0 14px; }

	.sy-shop {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: 8px;
		padding-bottom: 40px;
	}
	.sy-shop__rail { display: none; }

	.sy-shop__title { display: none; }
	.sy-shop__mhead {
		display: block; margin: 4px 0 12px;
		font-size: 18px; font-weight: 800; letter-spacing: -.01em;
	}

	.sy-pills { display: flex; position: sticky; top: 0; z-index: 120; background: #fff; padding-top: 8px; }
	.sy-sortbar { display: none; }

	/* Chips stay useful on mobile, the select does not. */
	.sy-sortbar { display: block; margin-bottom: 12px; }
	.sy-sortsel { display: none; }
	.sy-chips:empty { display: none; }
	.sy-chips { margin-bottom: 2px; }

	ul.products.sy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }

	.sy-card__media { border-radius: var(--sy-r); }
	.sy-card__body { padding-top: 11px; gap: 5px; }
	.sy-card__kick { font-size: 9.5px; }
	.sy-card__name { font-size: 12.5px; line-height: 1.38; }
	.sy-card__colour { font-size: 11.5px; }
	.sy-card__sizes { font-size: 9.5px; padding: 4px 9px; letter-spacing: .04em; }
	.sy-card__price { margin-top: 3px; gap: 5px; }
	.sy-card__price b { font-size: 15.5px; }
	.sy-card__unit { font-size: 10px; }
	.sy-card__set { font-size: 11px; }

	.sy-wish { width: 30px; height: 30px; top: 8px; right: 8px; }
	.sy-wish svg { width: 15px; height: 15px; }
	.sy-add { right: 8px; bottom: 8px; }
	.sy-add__btn { min-width: 58px; padding: 7px 11px; }
	.sy-add__btn span { font-size: 11.5px; }
	.sy-step__b { width: 25px; height: 25px; }
	.sy-step__n { min-width: 26px; font-size: 12.5px; }

	.sy-pagination { margin-top: 28px; }
	.sy-pagination a, .sy-pagination .current { min-width: 36px; height: 36px; font-size: 12.5px; }

	.sy-usp { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 22px 14px; text-align: left; }

	.sy-packnote { padding: 15px 16px; margin: 14px 0 18px; }
	table.sy-packtable { font-size: 13px; }
	table.sy-packtable tfoot td { font-size: 19px; }
	.single-product form.cart { gap: 8px; }
	.single-product form.cart button.single_add_to_cart_button { flex: 1 1 100%; }
	.sy-wa-btn { flex: 1 1 100%; }
}

@media (max-width: 380px) {
	ul.products.sy-grid { gap: 18px 10px; }
	.sy-tabs__rail { flex-basis: 116px; }
	.sy-sheet__foot .sy-btn { min-width: 100px; }
}

@media (min-width: 901px) {
	.sy-searchov, .sy-cartbar, .sy-sheet { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ==========================================================================
   Cart drawer
   ========================================================================== */

.sy-drawer { position: fixed; inset: 0; z-index: 850; }
.sy-drawer__scrim {
	position: absolute; inset: 0;
	background: rgba(20,20,26,.5);
	opacity: 0; transition: opacity .26s ease;
}
.sy-drawer.is-open .sy-drawer__scrim { opacity: 1; }

.sy-drawer__panel {
	position: absolute; top: 0; right: 0; bottom: 0;
	width: min(420px, 92vw);
	display: flex; flex-direction: column;
	background: #fff;
	box-shadow: -8px 0 40px rgba(20,20,26,.2);
	transform: translateX(100%);
	transition: transform .28s cubic-bezier(.2,.8,.3,1);
}
.sy-drawer.is-open .sy-drawer__panel { transform: none; }

.sy-drawer__head {
	flex: 0 0 auto;
	display: flex; align-items: center; justify-content: space-between;
	padding: 18px 20px; border-bottom: 1px solid var(--sy-line-2);
}
.sy-drawer__head h2 { margin: 0; font-size: 17px; font-weight: 800; }
.sy-drawer__n { color: var(--sy-muted); font-weight: 600; font-size: 14px; }
.sy-drawer__close { display: flex; border: 0; background: none; padding: 4px; color: var(--sy-ink); cursor: pointer; }

.sy-drawer__body {
	flex: 1 1 auto;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.sy-dlist { list-style: none; margin: 0; padding: 6px 0; flex: 1 1 auto; }

.sy-ditem {
	position: relative;
	display: flex;
	gap: 13px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--sy-line-2);
}
.sy-ditem:last-child { border-bottom: 0; }
.sy-ditem__thumb { flex: 0 0 auto; width: 68px; height: 88px; border-radius: var(--sy-r-sm); overflow: hidden; background: var(--sy-bg-2); }
.sy-ditem__thumb img { width: 100% !important; height: 100% !important; object-fit: cover !important; margin: 0 !important; }

.sy-ditem__info { flex: 1 1 auto; min-width: 0; padding-right: 26px; }
.sy-ditem__name {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--sy-ink);
	line-height: 1.35;
	margin-bottom: 5px;
}
.sy-ditem__name:hover { color: var(--sy-orange); }
.sy-ditem__sku, .sy-ditem__sizes, .sy-ditem__rate {
	display: block;
	font-size: 11.5px;
	line-height: 1.45;
	color: var(--sy-muted);
}
.sy-ditem__sku { letter-spacing: .03em; }
.sy-ditem__rate { margin-top: 3px; margin-bottom: 11px; }

.sy-ditem__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sy-ditem__total { font-size: 14.5px; font-weight: 800; }

.sy-dstep { display: flex; align-items: center; gap: 2px; padding: 3px; background: var(--sy-bg-2); border-radius: var(--sy-r-sm); }
.sy-dstep.is-busy { opacity: .5; pointer-events: none; }
.sy-dstep button {
	display: flex; align-items: center; justify-content: center;
	width: 26px; height: 26px;
	background: #fff; border: 1px solid var(--sy-line); border-radius: 5px;
	color: var(--sy-ink); cursor: pointer;
}
.sy-dstep button:hover { border-color: var(--sy-orange); color: var(--sy-orange); }
.sy-dstep span { min-width: 30px; text-align: center; font-size: 13px; font-weight: 700; }

.sy-ditem__x {
	position: absolute; top: 14px; right: 16px;
	border: 0; background: none; padding: 4px; cursor: pointer; color: var(--sy-muted);
}
.sy-ditem__x:hover { color: var(--sy-red); }

.sy-drawer__foot { flex: 0 0 auto; border-top: 1px solid var(--sy-line); padding: 18px 20px; padding-bottom: calc(16px + env(safe-area-inset-bottom)); background: #fff; }
.sy-dsum div { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 13px; color: var(--sy-muted); padding: 4px 0; }
.sy-dsum b { color: var(--sy-ink); font-weight: 700; }
.sy-dsum__total { padding-top: 8px !important; margin-top: 6px; border-top: 1px solid var(--sy-line-2); }
.sy-dsum__total span { font-size: 14px; color: var(--sy-ink); font-weight: 600; }
.sy-dsum__total b { font-size: 20px; font-weight: 800; }
.sy-dsum__total b .amount { font-size: inherit; }
.sy-dsum__note { margin: 6px 0 0 !important; font-size: 11.5px; color: var(--sy-muted); }

.sy-drawer__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.sy-drawer__cta .sy-btn { width: 100%; padding: 14px 10px; font-size: 14px; }

.sy-drawer__empty {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 40px 28px 60px;
	text-align: center;
	color: var(--sy-muted);
}
.sy-drawer__empty .sy-i {
	width: 52px !important;
	height: 52px !important;
	margin: 0 auto 16px !important;
	color: #DEDEE4;
}
.sy-drawer__empty h3 {
	margin: 0 0 7px !important;
	color: var(--sy-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}
.sy-drawer__empty p { margin: 0 0 22px !important; font-size: 13.5px; line-height: 1.5; }
.sy-drawer__empty .sy-btn { padding: 12px 26px; font-size: 14px; }

@media (max-width: 480px) {
	.sy-drawer__panel { width: 100%; }
	.sy-ditem__thumb { width: 58px; height: 76px; }
}

/* ==========================================================================
   Footer
   ========================================================================== */

.sy-foot {
	background: var(--sy-orange-dark);
	color: #fff;
	margin-top: 46px;
	padding: 48px 0 22px;
}
.sy-foot a { color: rgba(255,255,255,.86); text-decoration: none; }
.sy-foot a:hover { color: #fff; }

/* ---- brand + link columns ---- */

.sy-foot__top {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 2.4fr;
	gap: 44px;
	padding-bottom: 34px;
}

.sy-foot__logo { display: inline-block; margin-bottom: 16px; }
.sy-foot__logo img {
	height: 46px;
	width: auto;
	display: block;
	filter: brightness(0) invert(1);
}

.sy-foot__blurb {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 1.7;
	color: rgba(255,255,255,.82);
	max-width: 340px;
}

.sy-foot__social { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.sy-foot__social span {
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-right: 3px;
	color: rgba(255,255,255,.7);
}
.sy-foot__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255,255,255,.38);
	border-radius: 50%;
	color: #fff;
	transition: background .16s, border-color .16s, color .16s;
}
.sy-foot__social a:hover { background: #fff; color: var(--sy-orange-dark); border-color: #fff; }

.sy-foot__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.sy-foot__col h3 {
	margin: 0 0 15px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #fff;
}
.sy-foot__col ul { list-style: none; margin: 0; padding: 0; }
.sy-foot__col li { margin-bottom: 10px; font-size: 13.5px; line-height: 1.4; }
.sy-foot__col a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---- contact strip ---- */

.sy-foot__contact {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	padding: 26px 0;
	border-top: 1px solid rgba(255,255,255,.22);
	border-bottom: 1px solid rgba(255,255,255,.22);
}

.sy-cbox { display: flex; align-items: flex-start; gap: 11px; }

.sy-cbox__i {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 1px;
	border-radius: 50%;
	background: rgba(255,255,255,.16);
	color: #fff;
}

.sy-cbox__b { min-width: 0; flex: 1 1 auto; }

.sy-cbox h4 {
	margin: 0 0 7px !important;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255,255,255,.66);
}

.sy-cbox__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 0 0 7px !important;
}
.sy-cbox__row:last-child { margin-bottom: 0 !important; }

.sy-cbox__v {
	font-size: 14px;
	font-weight: 700;
	color: #fff !important;
	letter-spacing: .01em;
	word-break: break-word;
}
a.sy-cbox__v:hover { text-decoration: underline; text-underline-offset: 3px; }

.sy-cbox__row em {
	font-style: normal;
	font-size: 11.5px;
	color: rgba(255,255,255,.68);
}

.sy-cbox__wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(255,255,255,.18);
	color: #fff !important;
	transition: background .16s;
}
.sy-cbox__wa:hover { background: #25D366; }

.sy-cbox address {
	display: block;
	margin: 0 0 8px;
	font-style: normal;
	font-size: 12.5px;
	line-height: 1.6;
	color: rgba(255,255,255,.86);
}

.sy-cbox__note { margin: 4px 0 0 !important; font-size: 11.5px; color: rgba(255,255,255,.62); }

.sy-cbox__map {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 3px 10px;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: var(--sy-r-pill);
	font-size: 11px;
	font-weight: 600;
	color: #fff !important;
	transition: background .16s, border-color .16s, color .16s;
}
.sy-cbox__map:hover { background: #fff; border-color: #fff; color: var(--sy-orange-dark) !important; }

/* ---- trust bar ---- */

.sy-foot__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255,255,255,.22);
}

.sy-foot__pay { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sy-foot__pay span { font-size: 12.5px; color: rgba(255,255,255,.86); margin-right: 4px; }
.sy-foot__pay i {
	font-style: normal;
	padding: 4px 10px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
}

.sy-foot__ssl {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12.5px;
	color: rgba(255,255,255,.86);
}

/* ---- legal ---- */

.sy-foot__legal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 18px 0 16px;
	font-size: 12.5px;
	color: rgba(255,255,255,.8);
}
.sy-foot__legal p { margin: 0; }
.sy-foot__legal nav { display: flex; gap: 20px; flex-wrap: wrap; }
.sy-foot__gst {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,.3);
	letter-spacing: .03em;
}

.sy-foot__warn {
	border: 1px solid rgba(255,255,255,.3);
	border-radius: var(--sy-r-sm);
	padding: 13px 18px;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255,255,255,.9);
}
.sy-foot__warn b {
	display: block;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.sy-foot__warn p { margin: 0; }

/* ---- responsive ---- */

@media (max-width: 1180px) {
	.sy-foot__top { grid-template-columns: 1fr; gap: 34px; }
	.sy-foot__blurb { max-width: 560px; }
	.sy-foot__contact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 30px; }
}

@media (max-width: 900px) {
	.sy-foot { padding: 34px 0 18px; margin-top: 32px; }
	.sy-foot__links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
	.sy-foot__bar { justify-content: flex-start; gap: 14px; }
	.sy-foot__legal { flex-direction: column; align-items: flex-start; }
	.sy-foot__gst { margin-left: 0; padding-left: 0; border-left: 0; display: block; margin-top: 3px; }
}

@media (max-width: 560px) {
	.sy-foot__contact { grid-template-columns: 1fr; gap: 20px; }
	.sy-foot__logo img { height: 38px; }
	.sy-foot__pay i { font-size: 10px; padding: 3px 8px; }
}

/* ==========================================================================
   OTP form
   ========================================================================== */

.sayssy-otp {
	max-width: 420px; margin: 0 auto 34px;
	padding: 28px 26px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-lg);
	background: #fff; box-shadow: var(--sy-shadow);
}
.sayssy-otp__head h2 { margin: 0 0 4px; font-size: 21px; font-weight: 800; }
.sayssy-otp__head p { margin: 0 0 18px; font-size: 13px; color: var(--sy-muted); }
.sayssy-otp label { display: block; font-size: 12.5px; font-weight: 700; margin: 13px 0 6px; }
.sayssy-otp input[type="tel"], .sayssy-otp input[type="text"], .sayssy-otp input[type="email"] {
	width: 100%; padding: 12px 13px;
	border: 1px solid var(--sy-line); border-radius: var(--sy-r-sm);
	font-size: 15px; outline: none;
}
.sayssy-otp input:focus { border-color: var(--sy-orange); box-shadow: 0 0 0 3px rgba(242,101,34,.14); }
.sayssy-phone-wrap { display: flex; }
.sayssy-cc {
	display: flex; align-items: center; padding: 0 13px;
	border: 1px solid var(--sy-line); border-right: 0;
	border-radius: var(--sy-r-sm) 0 0 var(--sy-r-sm);
	background: var(--sy-bg-2); font-size: 14px; color: var(--sy-ink-2);
}
.sayssy-phone-wrap input { border-radius: 0 var(--sy-r-sm) var(--sy-r-sm) 0 !important; }
.sayssy-otp-boxes { display: flex; gap: 8px; }
.sayssy-otp-digit { text-align: center; font-size: 20px !important; font-weight: 800; padding: 12px 0 !important; }
.sayssy-btn {
	width: 100%; margin-top: 18px; padding: 14px;
	border: 0; border-radius: var(--sy-r-sm);
	background: var(--sy-orange); color: #fff;
	font-size: 15px; font-weight: 800; cursor: pointer;
}
.sayssy-btn:hover { background: var(--sy-orange-dark); }
.sayssy-btn:disabled { opacity: .6; cursor: not-allowed; }
.sayssy-link {
	display: block; width: 100%; margin-top: 10px; padding: 6px;
	background: none; border: 0; color: var(--sy-orange);
	font-size: 13px; font-weight: 700; cursor: pointer;
}
.sayssy-link:disabled { color: #AAA; }
.sayssy-otp__msg { font-size: 13px; }
.sayssy-otp__msg.is-error { color: var(--sy-red); }
.sayssy-otp__msg.is-ok { color: var(--sy-green); }
.sayssy-otp__newuser { margin-top: 18px; padding-top: 15px; border-top: 1px dashed var(--sy-line); }
.sayssy-hint { font-size: 11.5px; color: var(--sy-muted); margin: 5px 0 0; }
.req { color: var(--sy-red); }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1280px) {
	ul.products.sy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sy-shop { gap: 30px; grid-template-columns: 210px minmax(0, 1fr); }
}

@media (max-width: 1024px) {
	.sy-wrap { padding: 0 18px; }
	.sy-header__main .sy-wrap { height: 68px; gap: 18px; }
	.sy-logo img { height: 38px; }
	ul.products.sy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 16px; }
}

/* ---------- MOBILE ---------- */
@media (max-width: 900px) {

	body.sy { --sy-bnav-h: 62px; padding-bottom: var(--sy-bnav-h); }

	.sy-announce { font-size: 11px; padding: 7px 12px; }

	.sy-header__main,
	.sy-header__nav { display: none; }

	.sy-mhead { display: block; }
	.sy-header { box-shadow: 0 1px 0 var(--sy-line-2); }

	.sy-bnav { display: flex; }
	.sy-crumbs { display: none; }

	.sy-wrap { padding: 0 14px; }

	.sy-shop {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: 8px;
		padding-bottom: 40px;
	}
	.sy-shop__rail { display: none; }

	.sy-shop__title { display: none; }
	.sy-shop__mhead {
		display: block; margin: 4px 0 12px;
		font-size: 18px; font-weight: 800; letter-spacing: -.01em;
	}

	.sy-pills { display: flex; position: sticky; top: 0; z-index: 120; background: #fff; padding-top: 8px; }
	.sy-sortbar { display: none; }

	/* Chips stay useful on mobile, the select does not. */
	.sy-sortbar { display: block; margin-bottom: 12px; }
	.sy-sortsel { display: none; }
	.sy-chips:empty { display: none; }
	.sy-chips { margin-bottom: 2px; }

	ul.products.sy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }

	.sy-card__media { border-radius: var(--sy-r); }
	.sy-card__body { padding-top: 11px; gap: 5px; }
	.sy-card__kick { font-size: 9.5px; }
	.sy-card__name { font-size: 12.5px; line-height: 1.38; }
	.sy-card__colour { font-size: 11.5px; }
	.sy-card__sizes { font-size: 9.5px; padding: 4px 9px; letter-spacing: .04em; }
	.sy-card__price { margin-top: 3px; gap: 5px; }
	.sy-card__price b { font-size: 15.5px; }
	.sy-card__unit { font-size: 10px; }
	.sy-card__set { font-size: 11px; }

	.sy-wish { width: 30px; height: 30px; top: 8px; right: 8px; }
	.sy-wish svg { width: 15px; height: 15px; }
	.sy-add { right: 8px; bottom: 8px; }
	.sy-add__btn { min-width: 58px; padding: 7px 11px; }
	.sy-add__btn span { font-size: 11.5px; }
	.sy-step__b { width: 25px; height: 25px; }
	.sy-step__n { min-width: 26px; font-size: 12.5px; }

	.sy-pagination { margin-top: 28px; }
	.sy-pagination a, .sy-pagination .current { min-width: 36px; height: 36px; font-size: 12.5px; }

	.sy-usp { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 22px 14px; text-align: left; }

	.sy-packnote { padding: 15px 16px; margin: 14px 0 18px; }
	table.sy-packtable { font-size: 13px; }
	table.sy-packtable tfoot td { font-size: 19px; }
	.single-product form.cart { gap: 8px; }
	.single-product form.cart button.single_add_to_cart_button { flex: 1 1 100%; }
	.sy-wa-btn { flex: 1 1 100%; }
}

@media (max-width: 380px) {
	ul.products.sy-grid { gap: 18px 10px; }
	.sy-tabs__rail { flex-basis: 116px; }
	.sy-sheet__foot .sy-btn { min-width: 100px; }
}

@media (min-width: 901px) {
	.sy-searchov, .sy-cartbar, .sy-sheet { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ==========================================================================
   Cart drawer
   ========================================================================== */

.sy-drawer { position: fixed; inset: 0; z-index: 850; }
.sy-drawer__scrim {
	position: absolute; inset: 0;
	background: rgba(20,20,26,.5);
	opacity: 0; transition: opacity .26s ease;
}
.sy-drawer.is-open .sy-drawer__scrim { opacity: 1; }

.sy-drawer__panel {
	position: absolute; top: 0; right: 0; bottom: 0;
	width: min(420px, 92vw);
	display: flex; flex-direction: column;
	background: #fff;
	box-shadow: -8px 0 40px rgba(20,20,26,.2);
	transform: translateX(100%);
	transition: transform .28s cubic-bezier(.2,.8,.3,1);
}
.sy-drawer.is-open .sy-drawer__panel { transform: none; }

.sy-drawer__head {
	flex: 0 0 auto;
	display: flex; align-items: center; justify-content: space-between;
	padding: 18px 20px; border-bottom: 1px solid var(--sy-line-2);
}
.sy-drawer__head h2 { margin: 0; font-size: 17px; font-weight: 800; }
.sy-drawer__n { color: var(--sy-muted); font-weight: 600; font-size: 14px; }
.sy-drawer__close { display: flex; border: 0; background: none; padding: 4px; color: var(--sy-ink); cursor: pointer; }

.sy-drawer__body {
	flex: 1 1 auto;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.sy-dlist { list-style: none; margin: 0; padding: 6px 0; flex: 1 1 auto; }

.sy-ditem {
	position: relative;
	display: flex;
	gap: 13px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--sy-line-2);
}
.sy-ditem:last-child { border-bottom: 0; }
.sy-ditem__thumb { flex: 0 0 auto; width: 68px; height: 88px; border-radius: var(--sy-r-sm); overflow: hidden; background: var(--sy-bg-2); }
.sy-ditem__thumb img { width: 100% !important; height: 100% !important; object-fit: cover !important; margin: 0 !important; }

.sy-ditem__info { flex: 1 1 auto; min-width: 0; padding-right: 26px; }
.sy-ditem__name {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--sy-ink);
	line-height: 1.35;
	margin-bottom: 5px;
}
.sy-ditem__name:hover { color: var(--sy-orange); }
.sy-ditem__sku, .sy-ditem__sizes, .sy-ditem__rate {
	display: block;
	font-size: 11.5px;
	line-height: 1.45;
	color: var(--sy-muted);
}
.sy-ditem__sku { letter-spacing: .03em; }
.sy-ditem__rate { margin-top: 3px; margin-bottom: 11px; }

.sy-ditem__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sy-ditem__total { font-size: 14.5px; font-weight: 800; }

.sy-dstep { display: flex; align-items: center; gap: 2px; padding: 3px; background: var(--sy-bg-2); border-radius: var(--sy-r-sm); }
.sy-dstep.is-busy { opacity: .5; pointer-events: none; }
.sy-dstep button {
	display: flex; align-items: center; justify-content: center;
	width: 26px; height: 26px;
	background: #fff; border: 1px solid var(--sy-line); border-radius: 5px;
	color: var(--sy-ink); cursor: pointer;
}
.sy-dstep button:hover { border-color: var(--sy-orange); color: var(--sy-orange); }
.sy-dstep span { min-width: 30px; text-align: center; font-size: 13px; font-weight: 700; }

.sy-ditem__x {
	position: absolute; top: 14px; right: 16px;
	border: 0; background: none; padding: 4px; cursor: pointer; color: var(--sy-muted);
}
.sy-ditem__x:hover { color: var(--sy-red); }

.sy-drawer__foot { flex: 0 0 auto; border-top: 1px solid var(--sy-line); padding: 18px 20px; padding-bottom: calc(16px + env(safe-area-inset-bottom)); background: #fff; }
.sy-dsum div { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 13px; color: var(--sy-muted); padding: 4px 0; }
.sy-dsum b { color: var(--sy-ink); font-weight: 700; }
.sy-dsum__total { padding-top: 8px !important; margin-top: 6px; border-top: 1px solid var(--sy-line-2); }
.sy-dsum__total span { font-size: 14px; color: var(--sy-ink); font-weight: 600; }
.sy-dsum__total b { font-size: 20px; font-weight: 800; }
.sy-dsum__total b .amount { font-size: inherit; }
.sy-dsum__note { margin: 6px 0 0 !important; font-size: 11.5px; color: var(--sy-muted); }

.sy-drawer__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.sy-drawer__cta .sy-btn { width: 100%; padding: 14px 10px; font-size: 14px; }

.sy-drawer__empty {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 40px 28px 60px;
	text-align: center;
	color: var(--sy-muted);
}
.sy-drawer__empty .sy-i {
	width: 52px !important;
	height: 52px !important;
	margin: 0 auto 16px !important;
	color: #DEDEE4;
}
.sy-drawer__empty h3 {
	margin: 0 0 7px !important;
	color: var(--sy-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}
.sy-drawer__empty p { margin: 0 0 22px !important; font-size: 13.5px; line-height: 1.5; }
.sy-drawer__empty .sy-btn { padding: 12px 26px; font-size: 14px; }

@media (max-width: 480px) {
	.sy-drawer__panel { width: 100%; }
	.sy-ditem__thumb { width: 58px; height: 76px; }
}

/* ==========================================================================
   Footer
   ========================================================================== */

.sy-foot {
	background: var(--sy-orange-dark);
	color: #fff;
	margin-top: 40px;
	padding: 46px 0 24px;
}
.sy-foot a { color: rgba(255,255,255,.86); text-decoration: none; }
.sy-foot a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.sy-foot__cols {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) 1.4fr;
	gap: 30px 26px;
	padding-bottom: 34px;
}

.sy-foot__col h3 {
	margin: 0 0 16px;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
}
.sy-foot__col ul { list-style: none; margin: 0; padding: 0; }
.sy-foot__col li { margin-bottom: 10px; font-size: 13.5px; }

/* Reach Us column */

.sy-foot__col--reach { max-width: 320px; }

.sy-contact {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 11px 0;
	border-bottom: 1px solid rgba(255,255,255,.16);
}
.sy-contact:last-child { border-bottom: 0; }

.sy-contact__i {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-top: 1px;
	border-radius: 50%;
	background: rgba(255,255,255,.16);
	color: #fff;
}

.sy-contact__b { min-width: 0; flex: 1 1 auto; }

.sy-contact__label {
	display: block;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: rgba(255,255,255,.62);
	margin-bottom: 3px;
}

.sy-contact__v {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	letter-spacing: .01em;
	line-height: 1.35;
	word-break: break-word;
}
a.sy-contact__v:hover { text-decoration: underline; text-underline-offset: 3px; }

.sy-contact address {
	display: block;
	margin: 0;
	font-style: normal;
	font-size: 12.5px;
	line-height: 1.6;
	color: rgba(255,255,255,.88);
}

.sy-contact__wa,
.sy-contact__map {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 6px;
	padding: 3px 9px;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: var(--sy-r-pill);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .02em;
	color: #fff !important;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.sy-contact__wa:hover  { background: #25D366; border-color: #25D366; color: #fff !important; text-decoration: none !important; }
.sy-contact__map:hover { background: #fff; border-color: #fff; color: var(--sy-orange-dark) !important; text-decoration: none !important; }

.sy-contact--gst .sy-contact__v {
	font-family: var(--sy-font);
	font-size: 13px;
	letter-spacing: .07em;
}

.sy-foot__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.22);
	border-bottom: 1px solid rgba(255,255,255,.22);
}

.sy-foot__social { display: flex; align-items: center; gap: 9px; }
.sy-foot__social span {
	font-size: 12.5px; font-weight: 700;
	letter-spacing: .06em; text-transform: uppercase;
	margin-right: 4px;
}
.sy-foot__social a {
	display: flex; align-items: center; justify-content: center;
	width: 31px; height: 31px;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 6px;
	color: #fff;
	transition: background .16s, border-color .16s;
}
.sy-foot__social a:hover { background: #fff; color: var(--sy-orange-dark); border-color: #fff; }

.sy-foot__pay { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sy-foot__pay span { font-size: 12.5px; color: rgba(255,255,255,.86); margin-right: 4px; }
.sy-foot__pay i {
	font-style: normal;
	padding: 4px 9px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .02em;
}

.sy-foot__ssl {
	display: flex; align-items: center; gap: 7px;
	font-size: 12.5px; color: rgba(255,255,255,.86);
}

.sy-foot__legal {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; flex-wrap: wrap;
	padding: 18px 0 14px;
	font-size: 12.5px;
	color: rgba(255,255,255,.8);
}
.sy-foot__legal p { margin: 0; }
.sy-foot__legal nav { display: flex; gap: 18px; flex-wrap: wrap; }

.sy-foot__warn {
	border: 1px solid rgba(255,255,255,.3);
	border-radius: var(--sy-r-sm);
	padding: 13px 18px;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255,255,255,.9);
}
.sy-foot__warn b {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.sy-foot__warn p { margin: 0; }

@media (max-width: 1024px) {
	.sy-foot__cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sy-foot__col--reach { grid-column: span 3; }
}

@media (max-width: 900px) {
	.sy-foot { padding: 34px 0 20px; margin-bottom: 0; }
	.sy-foot__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
	.sy-foot__col--reach { grid-column: span 2; max-width: none; }
	.sy-foot__bar { justify-content: flex-start; gap: 16px; }
	.sy-foot__legal { flex-direction: column; align-items: flex-start; text-align: left; }
}

@media (max-width: 480px) {
	.sy-foot__cols { grid-template-columns: 1fr; }
	.sy-foot__col--reach { grid-column: span 1; }
	.sy-foot__pay { gap: 6px; }
	.sy-foot__pay i { font-size: 10px; padding: 3px 7px; }
}

/* ==========================================================================
   Cart, checkout, order received and account pages

   These pages are rendered by WooCommerce templates, not by ours, so they
   inherit whatever container Astra decides to use. On some Astra content
   layouts that container carries no horizontal padding at all, which is why
   the cart was sitting flush against the left edge of the phone. Instead of
   patching one Astra layout we give these pages their own centred container
   with guaranteed side padding, then style the WooCommerce parts to match
   the rest of the store.
   ========================================================================== */

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-account .site-content { background: var(--sy-bg-2); }

/*
 * The gutter itself lives on .ast-container in compat.css, on one element
 * only. Setting it here as well is what produced 40px of padding on desktop
 * instead of 20px, so these wrappers are deliberately flush.
 */
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.01em;
	margin: 0;
}

/* ---- WooCommerce notices ---- */

body.sy .woocommerce-message,
body.sy .woocommerce-info,
body.sy .woocommerce-error {
	border: 1px solid var(--sy-line);
	border-top: 3px solid var(--sy-orange);
	border-radius: var(--sy-r);
	background: #fff;
	padding: 14px 18px;
	font-size: 13.5px;
	line-height: 1.55;
	list-style: none;
	margin: 0 0 18px;
}
body.sy .woocommerce-error { border-top-color: var(--sy-red); }
body.sy .woocommerce-message::before,
body.sy .woocommerce-info::before,
body.sy .woocommerce-error::before { display: none; }

/* ---- Cart table ---- */

body.sy .woocommerce table.shop_table {
	width: 100%;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r);
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	overflow: hidden;
	margin: 0 0 22px;
}
body.sy .woocommerce table.shop_table th {
	background: var(--sy-bg-2);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--sy-muted);
	padding: 13px 14px;
	text-align: left;
	border: 0;
	border-bottom: 1px solid var(--sy-line);
}
body.sy .woocommerce table.shop_table td {
	padding: 15px 14px;
	border: 0;
	border-bottom: 1px solid var(--sy-line-2);
	font-size: 14px;
	vertical-align: middle;
}
body.sy .woocommerce table.shop_table tr:last-child td { border-bottom: 0; }

body.sy .woocommerce table.cart img,
body.sy .woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 68px;
	height: 90px;
	object-fit: cover;
	border-radius: var(--sy-r-sm);
	border: 1px solid var(--sy-line);
	display: block;
}
body.sy .woocommerce table.cart td.product-thumbnail { width: 84px; }

body.sy .woocommerce td.product-name a {
	color: var(--sy-ink);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.4;
}
body.sy .woocommerce td.product-name a:hover { color: var(--sy-orange); }
body.sy .woocommerce td.product-name .variation,
body.sy .woocommerce td.product-name dl.variation {
	margin: 5px 0 0;
	font-size: 12px;
	color: var(--sy-muted);
}
body.sy .woocommerce td.product-name dl.variation dt,
body.sy .woocommerce td.product-name dl.variation dd {
	display: inline;
	margin: 0 4px 0 0;
	font-weight: 400;
}
body.sy .woocommerce td.product-name dl.variation p { margin: 0; }

body.sy .woocommerce td.product-price,
body.sy .woocommerce td.product-subtotal { font-weight: 700; white-space: nowrap; }

body.sy .woocommerce a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--sy-bg-2);
	color: var(--sy-muted) !important;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
body.sy .woocommerce a.remove:hover { background: var(--sy-red); color: #fff !important; }

/* Quantity box. Pack pricing means this steps in whole sets. */
body.sy .woocommerce .quantity input.qty {
	width: 74px;
	height: 40px;
	padding: 0 6px;
	text-align: center;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r-sm);
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	color: var(--sy-ink);
}

/* ---- Coupon and update row ---- */

body.sy .woocommerce .cart .actions { padding: 14px !important; }
body.sy .woocommerce .cart .coupon { display: flex; gap: 8px; flex-wrap: wrap; }
body.sy .woocommerce .cart .coupon input#coupon_code {
	width: 190px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r-sm);
	font-size: 14px;
}

/* ---- Buttons on these pages ---- */

body.sy .woocommerce .button,
body.sy .woocommerce button.button,
body.sy .woocommerce input.button,
body.sy .woocommerce a.button,
body.sy .woocommerce #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 24px;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r-sm);
	background: #fff;
	color: var(--sy-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}
body.sy .woocommerce .button:hover,
body.sy .woocommerce button.button:hover,
body.sy .woocommerce a.button:hover { border-color: var(--sy-ink); background: #fff; color: var(--sy-ink); }

body.sy .woocommerce .button.alt,
body.sy .woocommerce button.button.alt,
body.sy .woocommerce input.button.alt,
body.sy .woocommerce a.button.alt,
body.sy .woocommerce .checkout-button,
body.sy .woocommerce #place_order {
	background: var(--sy-orange);
	border-color: var(--sy-orange);
	color: #fff;
}
body.sy .woocommerce .button.alt:hover,
body.sy .woocommerce button.button.alt:hover,
body.sy .woocommerce a.button.alt:hover,
body.sy .woocommerce .checkout-button:hover,
body.sy .woocommerce #place_order:hover {
	background: var(--sy-orange-dark);
	border-color: var(--sy-orange-dark);
	color: #fff;
}

/* ---- Cart totals and checkout order review ---- */

body.sy .cart-collaterals { width: 100%; }
body.sy .cart-collaterals .cart_totals {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	float: none;
}
body.sy .cart-collaterals .cart_totals h2,
body.sy .woocommerce-checkout h3#order_review_heading,
body.sy .woocommerce-checkout h3 {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -.01em;
	margin: 0 0 12px;
}
body.sy .cart_totals table.shop_table th { text-transform: none; font-size: 13px; }
body.sy .cart_totals table.shop_table td { text-align: right; font-weight: 700; }
body.sy .cart_totals .order-total td { font-size: 17px; color: var(--sy-orange); }
body.sy .woocommerce .wc-proceed-to-checkout { padding: 0; }
body.sy .woocommerce .wc-proceed-to-checkout a.checkout-button { width: 100%; height: 50px; }

/* ---- Checkout layout ---- */

body.sy .woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 28px;
	align-items: start;
}
body.sy .woocommerce-checkout #customer_details { grid-column: 1; }
body.sy .woocommerce-checkout #order_review_heading,
body.sy .woocommerce-checkout #order_review { grid-column: 2; }
body.sy .woocommerce-checkout #order_review_heading { margin-top: 0; }

body.sy .woocommerce-checkout #customer_details .col-1,
body.sy .woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	float: none;
	background: #fff;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r);
	padding: 20px;
	margin-bottom: 16px;
	box-sizing: border-box;
}
body.sy .woocommerce-checkout #order_review {
	background: #fff;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r);
	padding: 20px;
	box-sizing: border-box;
}
body.sy .woocommerce-checkout #order_review table.shop_table { border: 0; margin-bottom: 14px; }

/* ---- Form fields ---- */

body.sy .woocommerce form .form-row { padding: 0; margin: 0 0 14px; display: block; }
body.sy .woocommerce form .form-row label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: var(--sy-ink-2);
	margin-bottom: 6px;
}
body.sy .woocommerce form .form-row input.input-text,
body.sy .woocommerce form .form-row textarea,
body.sy .woocommerce form .form-row select,
body.sy .woocommerce .select2-container .select2-selection--single {
	width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r-sm);
	background: #fff;
	font-size: 14px;
	color: var(--sy-ink);
	box-sizing: border-box;
}
body.sy .woocommerce form .form-row textarea { height: 90px; padding: 12px 14px; line-height: 1.5; }
body.sy .woocommerce form .form-row input.input-text:focus,
body.sy .woocommerce form .form-row textarea:focus,
body.sy .woocommerce form .form-row select:focus {
	border-color: var(--sy-orange);
	outline: none;
	box-shadow: 0 0 0 3px var(--sy-orange-soft);
}
body.sy .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
	padding-left: 0;
	color: var(--sy-ink);
}
body.sy .woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 44px; }

/* ---- Payment box ---- */

body.sy .woocommerce-checkout #payment {
	background: var(--sy-bg-2);
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r);
	padding: 16px;
}
body.sy .woocommerce-checkout #payment ul.payment_methods {
	border: 0;
	padding: 0;
	margin: 0 0 12px;
	list-style: none;
}
body.sy .woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
	margin: 0 0 8px;
	font-size: 14px;
}
body.sy .woocommerce-checkout #payment div.payment_box {
	background: #fff;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r-sm);
	font-size: 13px;
	color: var(--sy-ink-2);
	margin: 8px 0 0;
}
body.sy .woocommerce-checkout #payment div.payment_box::before { display: none; }
body.sy .woocommerce-checkout #payment #place_order { width: 100%; height: 52px; float: none; }

/* ---- Account pages ---- */

body.sy .woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	background: #fff;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r);
	overflow: hidden;
}
body.sy .woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; border-bottom: 1px solid var(--sy-line-2); }
body.sy .woocommerce-account .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
body.sy .woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 600;
	color: var(--sy-ink);
	text-decoration: none;
}
body.sy .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--sy-orange-soft); color: var(--sy-orange-dark); }
body.sy .woocommerce-account .woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid var(--sy-line);
	border-radius: var(--sy-r);
	padding: 20px;
}

/* ---- Tablet ---- */

@media (max-width: 900px) {
	body.sy .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
	body.sy .woocommerce-checkout #customer_details,
	body.sy .woocommerce-checkout #order_review_heading,
	body.sy .woocommerce-checkout #order_review { grid-column: 1; }
	body.sy .cart-collaterals .cart_totals { max-width: none; }
}

/* ---- Mobile: stack the cart table into cards ---- */

@media (max-width: 782px) {

	/* The phone gutter is set on .ast-container in compat.css. */

	body.sy .woocommerce table.shop_table_responsive thead,
	body.sy .woocommerce table.cart thead { display: none; }

	body.sy .woocommerce table.shop_table_responsive,
	body.sy .woocommerce table.cart {
		border: 0;
		background: transparent;
	}

	body.sy .woocommerce table.shop_table_responsive tbody tr.cart_item {
		display: grid;
		grid-template-columns: 76px 1fr;
		grid-template-areas:
			"thumb name"
			"thumb price"
			"qty   sub";
		gap: 4px 12px;
		background: #fff;
		border: 1px solid var(--sy-line);
		border-radius: var(--sy-r);
		padding: 14px;
		margin: 0 0 12px;
		position: relative;
	}
	body.sy .woocommerce table.shop_table_responsive tbody tr.cart_item td {
		display: block;
		border: 0;
		padding: 0;
		text-align: left !important;
	}
	body.sy .woocommerce table.shop_table_responsive tbody tr.cart_item td::before {
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .06em;
		text-transform: uppercase;
		color: var(--sy-muted);
		display: block;
		margin-bottom: 3px;
		float: none !important;
	}
	body.sy .woocommerce table.cart td.product-thumbnail { grid-area: thumb; width: auto; }
	body.sy .woocommerce table.cart td.product-thumbnail::before { display: none; }
	body.sy .woocommerce table.cart td.product-thumbnail img { width: 76px; height: 100px; }
	body.sy .woocommerce table.cart td.product-name { grid-area: name; padding-right: 26px !important; }
	body.sy .woocommerce table.cart td.product-name::before { display: none; }
	body.sy .woocommerce table.cart td.product-price { grid-area: price; font-size: 13px; font-weight: 600; color: var(--sy-muted); }
	body.sy .woocommerce table.cart td.product-quantity { grid-area: qty; margin-top: 8px; }
	body.sy .woocommerce table.cart td.product-subtotal { grid-area: sub; margin-top: 8px; text-align: right !important; align-self: end; }
	body.sy .woocommerce table.cart td.product-subtotal::before { text-align: right; }
	body.sy .woocommerce table.cart td.product-remove {
		position: absolute;
		top: 12px;
		right: 12px;
		padding: 0;
	}
	body.sy .woocommerce table.cart td.product-remove::before { display: none; }

	/* The actions row is a plain <tr> among grid rows, so it needs to be
	   taken out of table layout as well or it collapses to zero width. */
	body.sy .woocommerce table.cart tbody tr:not(.cart_item) { display: block; width: 100%; }

	body.sy .woocommerce .cart .actions {
		background: #fff;
		border: 1px solid var(--sy-line);
		border-radius: var(--sy-r);
		padding: 14px !important;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	body.sy .woocommerce .cart .coupon { width: 100%; }
	body.sy .woocommerce .cart .coupon input#coupon_code { flex: 1 1 auto; width: auto; min-width: 0; }
	body.sy .woocommerce .cart .actions > .button { width: 100%; margin-top: 10px; }

	body.sy .cart-collaterals,
	body.sy .cart-collaterals .cart_totals {
		width: 100% !important;
		max-width: none;
		float: none;
	}
	body.sy .cart_totals table.shop_table { background: #fff; }

	body.sy .woocommerce-checkout #customer_details .col-1,
	body.sy .woocommerce-checkout #customer_details .col-2,
	body.sy .woocommerce-checkout #order_review,
	body.sy .woocommerce-account .woocommerce-MyAccount-content { padding: 16px; }

	body.sy .woocommerce table.shop_table.order_details td,
	body.sy .woocommerce table.shop_table.woocommerce-checkout-review-order-table td { padding: 11px 12px; }
}

/* ==========================================================================
   Colour family strip on the single product page
   ========================================================================== */

.sy-colours {
	margin: 0 0 20px;
	padding: 16px 0 0;
	border-top: 1px solid var(--sy-line);
}

.sy-colours__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.sy-colours__title {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--sy-ink);
	margin: 0;
}

.sy-colours__now {
	font-size: 12.5px;
	color: var(--sy-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 50%;
}

.sy-colours__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sy-colours__item {
	list-style: none;
	margin: 0;
	width: 72px;
}

.sy-colours__link {
	position: relative;
	display: block;
	width: 72px;
	height: 96px;
	border-radius: var(--sy-r-sm);
	overflow: hidden;
	border: 2px solid var(--sy-line);
	background: var(--sy-bg-2);
	transition: border-color .16s ease, box-shadow .16s ease;
}
.sy-colours__link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.sy-colours__link:hover { border-color: var(--sy-ink); }

.sy-colours__link.is-current {
	border-color: var(--sy-orange);
	box-shadow: 0 0 0 3px var(--sy-orange-soft);
}

/* Tick badge on the colour being viewed */
.sy-colours__tick {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 20, 26, .28);
	color: #fff;
}
.sy-colours__tick .sy-i {
	box-sizing: border-box;
	background: var(--sy-orange);
	border-radius: 50%;
	padding: 5px;
	width: 23px;
	height: 23px;
	fill: #fff;
	box-shadow: 0 2px 6px rgba(20, 20, 26, .3);
}

.sy-colours__link.is-out img { opacity: .45; filter: grayscale(.5); }
.sy-colours__oos {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px 0;
	background: rgba(20, 20, 26, .72);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-align: center;
}

.sy-colours__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
	font-size: 10.5px;
	line-height: 1.3;
	color: var(--sy-muted);
	text-align: center;
	min-height: 27px;
}

/* On phones the strip scrolls sideways instead of wrapping to four rows. */
@media (max-width: 782px) {
	.sy-colours { margin-bottom: 16px; padding-top: 14px; }
	.sy-colours__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 10px;
		padding-bottom: 4px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.sy-colours__list::-webkit-scrollbar { display: none; }
	.sy-colours__item { flex: 0 0 auto; scroll-snap-align: start; width: 64px; }
	.sy-colours__link { width: 64px; height: 85px; }
	.sy-colours__name { font-size: 10px; min-height: 26px; }
}

/* ==========================================================================
   Wishlist page

   Rendered by [sayssy_wishlist] on the standalone /wishlist/ page and by the
   My Account tab, so it has to sit correctly inside both a plain page and the
   account layout.
   ========================================================================== */

.sy-wishpage { width: 100%; }

.sy-wishpage__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4px 14px;
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--sy-line);
}
.sy-wishpage__count {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--sy-ink);
}
.sy-wishpage__note {
	margin: 0;
	font-size: 12px;
	color: var(--sy-muted);
}

.sy-wishpage__grid { margin: 0 0 26px; padding: 0; list-style: none; }

.sy-wishpage__foot { padding-top: 4px; }

/* ---- Empty state ---- */

.sy-wishpage--empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 54px 20px 60px;
}
.sy-wishpage__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--sy-orange-soft);
	color: var(--sy-orange);
	margin-bottom: 18px;
}
.sy-wishpage--empty h2 {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: var(--sy-ink);
}
.sy-wishpage--empty p {
	margin: 0 0 22px;
	max-width: 380px;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--sy-muted);
}

@media (max-width: 782px) {
	.sy-wishpage--empty { padding: 40px 16px 46px; }
	.sy-wishpage__icon { width: 62px; height: 62px; margin-bottom: 14px; }
	.sy-wishpage--empty h2 { font-size: 17px; }
	.sy-wishpage__head { margin-bottom: 14px; }
}
