*,*::before,*::after {
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	_transition: .3s color,.3s border-bottom-color,.3s background-color,.3s stroke,.3s fill;
}

:root {
	_color-scheme: dark light;
}

::-webkit-scrollbar {
	width: 16px;
}
::-webkit-scrollbar:hover {
	_width: unset;
}
::-webkit-scrollbar-thumb {
	background-color: transparent;
	background-clip: padding-box;
	border: 4px solid transparent;
	border-radius: 8px;
	box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.05),inset -2px -2px 2px rgba(0,0,0,.05);
}
::-webkit-scrollbar-thumb:hover {
	background-color: var(--ui-scrollbar-thumb-background-hover);
	box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb:active {
	background-color: var(--ui-scrollbar-thumb-background-active);
	border-width: 3px;
}
::-webkit-scrollbar-track {
	_background: var(--ui-scrollbar-track-background);
}
::-webkit-scrollbar-track-piece {
	_background: #0003;
}
::-webkit-scrollbar-corner {
	_background: #0003;
}
::-webkit-resizer {
	_background: #0003;
}

html {
	position: relative;
	background: var(--ui-colour-background);
	overflow: overlay;
	scrollbar-color: var(--ui-scrollbar-thumb-background) var(--ui-scrollbar-track-background);
	scrollbar-width: thin;
	overscroll-behavior-y: none;
	_font-size: calc(100% * var(--font-ratio));
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	_touch-action: none;
	touch-action: manipulation;

	--snip-ratio: .7;
}

body {
	position: relative;
	border: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	user-select: none;
	overscroll-behavior-y: none;
}

/*
body::-webkit-scrollbar {
	width: 20px;
	background: #ddd;
}

body::-webkit-scrollbar-thumb {
	border-left: 8px solid #ddd;
	border-right: 8px solid #ddd;
	background: #222;
}

body::-webkit-scrollbar {
	width: 20px;
	background: #000;
}

body::-webkit-scrollbar-thumb {
	border: 5px solid #000;
	border-radius: 10px;
	background: linear-gradient(180deg,#333,#222,#333);
	box-shadow: inset 3px 3px 3px hsla(0,0%,100%,.25), inset -3px -3px 3px rgba(0,0,0,.25);
}
*/

.sheet > * + *,
.form > * + *,
.message-welcome > * + *,
.details-content > * + * {
	margin-top: var(--owl,1em);
	_border: 1px solid darkslategray;
}

.sheet,
.sheet > * + *:empty,
.sheet > * + br,
.sheet > style + *,
.sheet > link + *,
.sheet > meta + *,
.sheet > script + *,
.sheet > noscript + *,
.sheet > option + option,
.sheet > th + th,
.sheet > th + td,
.sheet > td + th,
.sheet > td + td,
.form,
.form > * + *:empty,
.form > * + br,
.form > * + label,
.form > style + *,
.form > link + *,
.form > meta + *,
.form > script + *,
.form > noscript + *,
.form > option + option,
.form > th + th,
.form > th + td,
.form > td + th,
.form > td + td {
	margin-top: 0;
}

/* NodeType Default */

a[href^="http://"]::after,
a[href^="https://"]::after,
a[href^="ftp://"]::after,
a[href$=".pdf"]::after,
a.external {
	content: '';
	padding: 5px 0 3px 0;
	background: url(/image/icon-hyperlink-external.png) right -174px no-repeat;
}

h1 {
	font-family: var(--ui-type-h1-font-family);
	font-weight: var(--ui-type-h1-font-weight);
	font-size: var(--ui-type-h1-font-size);
	line-height: var(--ui-type-h1-line-height);
	letter-spacing: var(--ui-type-h1-letter-spacing);
	text-transform: var(--ui-type-h1-text-transform);
}

h2 {
	font-family: var(--ui-type-h2-font-family);
	font-weight: var(--ui-type-h2-font-weight);
	font-size: var(--ui-type-h2-font-size);
	line-height: var(--ui-type-h2-line-height);
	letter-spacing: var(--ui-type-h2-letter-spacing);
	text-transform: var(--ui-type-h2-text-transform);
}

h3 {
	font-family: var(--ui-type-h3-font-family);
	font-weight: var(--ui-type-h3-font-weight);
	font-size: var(--ui-type-h3-font-size);
	line-height: var(--ui-type-h3-line-height);
	letter-spacing: var(--ui-type-h3-letter-spacing);
	text-transform: var(--ui-type-h3-text-transform);
}

h4 {
	font-family: var(--ui-type-h4-font-family);
	font-weight: var(--ui-type-h4-font-weight);
	font-size: var(--ui-type-h4-font-size);
	line-height: var(--ui-type-h4-line-height);
	letter-spacing: var(--ui-type-h4-letter-spacing);
	text-transform: var(--ui-type-h4-text-transform);
}

h5 {
	font-family: var(--ui-type-h5-font-family);
	font-weight: var(--ui-type-h5-font-weight);
	font-size: var(--ui-type-h5-font-size);
	line-height: var(--ui-type-h5-line-height);
	letter-spacing: var(--ui-type-h5-letter-spacing);
	text-transform: var(--ui-type-h5-text-transform);
}

h6 {
	font-family: var(--ui-type-h6-font-family);
	font-weight: var(--ui-type-h6-font-weight);
	font-size: var(--ui-type-h6-font-size);
	line-height: var(--ui-type-h6-line-height);
	letter-spacing: var(--ui-type-h6-letter-spacing);
	text-transform: var(--ui-type-h6-text-transform);
}

strong {
	font-weight: bold;
}

dt,
details {
	margin-top: 1.2rem;
	font-family: var(--ui-type-body1-font-family);
	font-weight: var(--ui-type-body1-font-weight);
	font-size: var(--ui-type-body1-font-size);
	line-height: var(--ui-type-body1-line-height);
	letter-spacing: var(--ui-type-body1-letter-spacing);
	text-transform: var(--ui-type-body1-text-transform);
	cursor: pointer;
}

dt.on,
details[open] summary {
	color: var(--ui-colour-primary-2);
}

details .details-content {
	margin: 0;
	padding: 0;
	border-left: 1px solid #999;
	opacity: 0;
	font-size: 0;
}

details[open].closing .details-content {
	animation: closing .6s;
}

dt.on + dd,
details[open] .details-content {
	margin: 0 1rem 1rem .5rem;
	padding: .5rem 0 1rem .5rem;
	opacity: 1;
	font-size: unset;
	_transition: margin .3s,padding .3s,font-size .3s,opacity .3s .3s;
	animation: open .6s;
}

@keyframes open {
	0% {
		margin: 0;
		padding: 0;
		opacity: 0;
		font-size: 0;
	}
	50% {
		margin: 0 1rem 1rem .5rem;
		padding: .5rem 0 1rem .5rem;
		opacity: 0;
		font-size: unset;
	}
	100% {
		opacity: 1;
	}
}

@keyframes closing {
	0% {
		opacity: 1;
	}
	50% {
		margin: 0 1rem 1rem .5rem;
		padding: .5rem 0 1rem .5rem;
		opacity: 0;
		font-size: unset;
	}
	100% {
		margin: 0;
		padding: 0;
		opacity: 0;
		font-size: 0;
	}
}

tr {
	min-height: 52px;
	vertical-align: text-top;
}

thead tr {
	min-height: 56px;
}

th,
td {
	padding: 6px 0 0 8px;
}

blockquote {
	font-style: italic;
}

/* JOA */

.sheet-requirement,
noscript {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 75% 0 0 0;
	background: var(--ui-page-background) url('/image/logo-floristexpress-icon.svg') center no-repeat;
	background-size: 50%;
	text-align: center;
}

.app {
	_overflow: auto;
	background-color: var(--ui-colour-background);
}

.app-floristexpress {
	align-content: start;
	min-height: var(--vh100);
	font-family: var(--ui-type-body1-font-family);
	font-weight: var(--ui-type-body1-font-weight);
	font-size: var(--ui-type-body1-font-size);
	line-height: var(--ui-type-body1-line-height);
	letter-spacing: var(--ui-type-body1-letter-spacing);
	text-transform: var(--ui-type-body1-text-transform);

	--owl: 1.2em;

	--vw: 1vw;
	--vh: 1vh;
	--vh100: calc(var(--vh,1vh)*100);
	--vmin: 1vmin;
	--vmin1: var(--vmin,1vmin);
	--vmin100: calc(var(--vmin,1vmin)*100);
	--vmax: 1vmax;
	--vmax0-1: calc(var(--vmax,1vmax)*.1);
	--vmax0-5: calc(var(--vmax,1vmax)*.5);
	--vmax0-6: calc(var(--vmax,1vmax)*.6);
	--vmax1: var(--vmax,1vmax);
	--vmax2: calc(var(--vmax,1vmax)*2);
	--vmax3: calc(var(--vmax,1vmax)*3);
	--vmax4: calc(var(--vmax,1vmax)*4);
	--vmax5: calc(var(--vmax,1vmax)*5);
	--vmax6: calc(var(--vmax,1vmax)*6);
	--vmax7: calc(var(--vmax,1vmax)*7);
	--vmax20: calc(var(--vmax,1vmax)*20);
	--vmax100: calc(var(--vmax,1vmax)*100);
}

.disabled {
	color: var(--ui-colour-surface-on-off) !important;
}

button {
	border: 1px solid var(--ui-button-color-border);
	border-radius: var(--ui-shape-radius-small);
	color: var(--ui-colour-primary-on);
	background-color: var(--ui-colour-primary-2);
}

button:disabled {
	opacity: .38;
	filter: grayscale(1) invert(1);
	cursor: default;
}

.table {
	width: 100%;
	color: var(--ui-colour-surface-on-high);
}

:root {
	--snip: 5rem;
	--snip-optional: 0px;
}

.input-text {
	position: relative;
	top: 0;
	left: 0;
}

textarea,
input[type=text],
input[type=number],
input[type=tel],
input[type=date],
input[type=email],
.card-element {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 48px;
	padding: 0 8px 0 16px;
	border: 0;
	border-radius: var(--ui-shape-radius-small);
	outline: 0;
	color: var(--ui-input-color-text);
	background-color: transparent;
	box-shadow: 0 0 0 1px hsl(var(--ui-colour-surface-on-hue),var(--ui-colour-surface-on-saturation),26.8%) inset;
}
.motion-on textarea,
.motion-on input[type=text],
.motion-on input[type=number],
.motion-on input[type=tel],
.motion-on input[type=date],
.motion-on input[type=email],
.motion-on .card-element {
	transition: box-shadow .2s,clip-path .2s;
}
textarea {
	display: block;
	padding: 16px;
}

textarea:hover,
input[type=text]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=date]:hover,
input[type=email]:hover {
	box-shadow: 0 0 0 1px var(--ui-colour-primary) inset;
}

textarea:hover + label,
input[type=text]:hover + label,
input[type=number]:hover + label,
input[type=tel]:hover + label,
input[type=date]:hover + label,
input[type=email]:hover + label {
	color: var(--ui-colour-primary);
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
	color: hsla(var(--ui-colour-surface-on-hue),var(--ui-colour-surface-on-saturation),var(--ui-colour-surface-on-lightness),var(--ui-overlay-alpha-placeholder));
	opacity: 0;
}

textarea:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=email]:focus,
textarea:focus:not(:placeholder-shown),
input[type=text][placeholder]:focus:not(:placeholder-shown),
input[type=number][placeholder]:focus:not(:placeholder-shown),
input[type=tel][placeholder]:focus:not(:placeholder-shown),
input[type=email][placeholder]:focus:not(:placeholder-shown) {
	clip-path: polygon(0px 0px,12px 0px,12px 2.4px,var(--snip) 2.4px,var(--snip) 0px,calc(100% - var(--snip-optional) - 12px) 0px,calc(100% - var(--snip-optional) - 12px) 2.4px,calc(100% - 12px) 2.4px,calc(100% - 12px) 0px,100% 0px,100% 100%,0px 100%);
	_box-shadow: 0 0 20px 0 #aaa, 0 0 4px 0 #333;
	box-shadow: 0 0 0 2px var(--ui-colour-primary-2) inset;
}

textarea:not(:placeholder-shown),
input[type=text][placeholder]:not(:placeholder-shown),
input[type=number][placeholder]:not(:placeholder-shown),
input[type=tel][placeholder]:not(:placeholder-shown),
input[type=date],
input[type=email][placeholder]:not(:placeholder-shown) {
	clip-path: polygon(0px 0px,12px 0px,12px 2.4px,var(--snip) 2.4px,var(--snip) 0px,100% 0px,100% 100%,0px 100%);
}

textarea:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=email]:focus::placeholder {
	opacity: 1;
}

textarea + label,
input[type=text] + label,
input[type=number] + label,
input[type=tel] + label,
input[type=date] + label,
input[type=email] + label {
	position: absolute;
	left: 16px;
	top: 10px;
	padding: 0;
	color: #999;
	transform: none;
	transform-origin: left;
	pointer-events: none;
}

textarea ~ .label-optional,
input[type=text] ~ .label-optional,
input[type=number] ~ .label-optional,
input[type=tel] ~ .label-optional,
input[type=date] ~ .label-optional,
input[type=email] ~ .label-optional {
	position: absolute;
	right: 16px;
	top: 10px;
	padding: 0;
	color: #999;
	transform: none;
	transform-origin: right;
	pointer-events: none;
}

/*
textarea[required],
input[type=text][required],
input[type=number][required],
input[type=tel][required],
input[type=date][required],
input[type=email][required] {
	--snip-optional: 0px;
}
*/

.optional {
	--snip-optional: 3.3rem;
}

.motion-on textarea + label,
.motion-on input[type=text] + label,
.motion-on input[type=number] + label,
.motion-on input[type=tel] + label,
.motion-on input[type=date] + label,
.motion-on input[type=email] + label,
.motion-on textarea ~ .label-optional,
.motion-on input[type=text] ~ .label-optional,
.motion-on input[type=number] ~ .label-optional,
.motion-on input[type=tel] ~ .label-optional,
.motion-on input[type=date] ~ .label-optional,
.motion-on input[type=email] ~ .label-optional {
	transition: transform .2s,color .2s;
}

textarea:focus:not(:placeholder-shown) + label,
input[type=text][placeholder]:focus:not(:placeholder-shown) + label,
input[type=number][placeholder]:focus:not(:placeholder-shown) + label,
input[type=tel][placeholder]:focus:not(:placeholder-shown) + label,
input[type=email][placeholder]:focus:not(:placeholder-shown) + label,
textarea:focus + label,
input[type=text]:focus + label,
input[type=number]:focus + label,
input[type=tel]:focus + label,
input[type=date]:focus + label,
input[type=email]:focus + label,
textarea:focus:not(:placeholder-shown) ~ .label-optional,
input[type=text][placeholder]:focus:not(:placeholder-shown) ~ .label-optional,
input[type=number][placeholder]:focus:not(:placeholder-shown) ~ .label-optional,
input[type=tel][placeholder]:focus:not(:placeholder-shown) ~ .label-optional,
input[type=email][placeholder]:focus:not(:placeholder-shown) ~ .label-optional,
textarea:focus ~ .label-optional,
input[type=text]:focus ~ .label-optional,
input[type=number]:focus ~ .label-optional,
input[type=tel]:focus ~ .label-optional,
input[type=date]:focus ~ .label-optional,
input[type=email]:focus ~ .label-optional {
	color: var(--ui-colour-primary-2);
	transform: translate(0px,-24px) scale(.75);
}

textarea:not(:placeholder-shown) + label,
input[type=text][placeholder]:not(:placeholder-shown) + label,
input[type=number][placeholder]:not(:placeholder-shown) + label,
input[type=tel][placeholder]:not(:placeholder-shown) + label,
input[type=date] + label,
input[type=email][placeholder]:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) ~ .label-optional,
input[type=text][placeholder]:not(:placeholder-shown) ~ .label-optional,
input[type=number][placeholder]:not(:placeholder-shown) ~ .label-optional,
input[type=tel][placeholder]:not(:placeholder-shown) ~ .label-optional,
input[type=date] ~ .label-optional,
input[type=email][placeholder]:not(:placeholder-shown) ~ .label-optional {
	color: #999;
	transform: translate(0px,-24px) scale(.75);
}


textarea:not(:placeholder-shown):not(:focus):invalid,
input[type=text]:not(:placeholder-shown):not(:focus):invalid,
input[type=number]:not(:placeholder-shown):not(:focus):invalid,
input[type=tel]:not(:placeholder-shown):not(:focus):invalid,
input[type=date]:not(:placeholder-shown):not(:focus):invalid,
input[type=email]:not(:placeholder-shown):not(:focus):invalid {
	box-shadow: 0 0 0 1px var(--ui-colour-error) inset;
	background-color: var(--ui-colour-error-state);
}
textarea:not(:placeholder-shown):not(:focus):invalid + label,
input:not(:placeholder-shown):not(:focus):invalid + label,
textarea:not(:placeholder-shown):not(:focus):invalid ~ .label-optional,
input:not(:placeholder-shown):not(:focus):invalid ~ .label-optional {
	color: var(--ui-colour-error);
}

textarea:not(:placeholder-shown):not(:focus):valid,
input[type=text]:not(:placeholder-shown):not(:focus):valid,
input[type=number]:not(:placeholder-shown):not(:focus):valid,
input[type=tel]:not(:placeholder-shown):not(:focus):valid,
input[type=date]:not(:placeholder-shown):not(:focus):valid,
input[type=email]:not(:placeholder-shown):not(:focus):valid {
	box-shadow: 0 0 0 1px var(--ui-colour-valid) inset;
	background-color: var(--ui-colour-valid-state);
}
textarea:not(:placeholder-shown):not(:focus):valid + label,
input[type=text]:not(:placeholder-shown):not(:focus):valid + label,
input[type=number]:not(:placeholder-shown):not(:focus):valid + label,
input[type=tel]:not(:placeholder-shown):not(:focus):valid + label,
input[type=date]:not(:placeholder-shown):not(:focus):valid + label,
input[type=email]:not(:placeholder-shown):not(:focus):valid + label,
textarea:not(:placeholder-shown):not(:focus):valid ~ .label-optional,
input[type=text]:not(:placeholder-shown):not(:focus):valid ~ .label-optional,
input[type=number]:not(:placeholder-shown):not(:focus):valid ~ .label-optional,
input[type=tel]:not(:placeholder-shown):not(:focus):valid ~ .label-optional,
input[type=date]:not(:placeholder-shown):not(:focus):valid ~ .label-optional,
input[type=email]:not(:placeholder-shown):not(:focus):valid ~ .label-optional {
	color: var(--ui-colour-valid);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	/* display: flex; */
	top: 3px;
	left: 4px;
	/*right: 0;*/
	/*bottom: 0;*/
	/* width: auto; */
	/* height: auto; */
	/* border: 1px solid red; */
	/* text-align: right; */
	/* justify-items: center; */
	/*padding: 17px 8px 13px 110px;*/
	/* color: transparent; */
	/* background: transparent; */
	filter: var(--filter-invert);
	cursor: pointer;
	/* z-index: 1000; */
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 .5rem;
	outline: none;
	border: 2px solid var(--ui-colour-surface-on-high);
	border-radius: 2px;
	vertical-align: text-bottom;
	transform: none;
	cursor: pointer;
}

.motion-on input[type="checkbox"],
.motion-on input[type="radio"] {
	transition: border-color .3s,background-color .1s;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
	border-color: var(--ui-colour-primary);
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
	border-color: var(--ui-colour-primary-on-off);
}
input[type="checkbox"]:disabled::before,
input[type="checkbox"]:disabled::after {
	border-left: 2px solid var(--ui-colour-surface-on-off);
}
input[type="radio"]:disabled::after {
	background: var(--ui-colour-surface-on-off);
}
input[type="radio"]:disabled:checked {
	border-color: var(--ui-colour-surface-on-off);
}
input[type="radio"]:disabled:checked::after {
	background: var(--ui-colour-surface-on-off);
}


input[type="radio"] {
	border-width: 2px;
	border-radius: 50%;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
}

input[type="checkbox"]:checked {
	border-color: var(--ui-colour-primary-2);
	background-color: var(--ui-colour-primary-2);
	animation: radio-scale 0s;
}
.motion-on input[type="checkbox"]:checked {
	animation: radio-scale .2s ease-out;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 7px;
	border-left: 2px solid var(--ui-colour-primary-on);
	opacity: 0;
	transform: rotate(-45deg) scaleY(0);
	transform-origin: top left;
}
.motion-on input[type="checkbox"]::before,
.motion-on input[type="checkbox"]::after {
	transition: transform 0s .3s,opacity .3s;
}
input[type="checkbox"]:checked::before {
	opacity: 1;
	transform: rotate(-45deg) scaleY(1);
}
.motion-on input[type="checkbox"]:checked::before {
	transition: transform .1s .1s,opacity 0s;
}

input[type="checkbox"]::after {
	border-left: 0;
	border-bottom: 2px solid var(--ui-colour-primary-on);
	transform: rotate(-45deg) scaleX(0);
}
.motion-on input[type="checkbox"]::after {
	transition: transform 0s .3s,opacity .3s;
}
input[type="checkbox"]:checked::after {
	opacity: 1;
	transform: rotate(-45deg) scaleX(1);
}
.motion-on input[type="checkbox"]:checked::after {
	transition: transform .2s .1s,opacity 0s;
}

_input[type="radio"]::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid var(--ui-colour-primary);
	border-radius: 50%;
	transform: none;
	transition: border-color .3s;
}

input[type="radio"]::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ui-colour-primary);
	transform: scale(0);
	animation: radio-scaleout 0s forwards;
}
.motion-on input[type="radio"]::after {
	transition: background-color .3s;
	animation: radio-scaleout .1s forwards;
}

input[type="radio"]:checked {
	border-color: var(--ui-colour-primary-2);
	animation: radio-scale 0s;
}

.motion-on input[type="radio"]:checked {
	animation: radio-scale .3s ease-out;
}

input[type="radio"]:checked::after {
	background: var(--ui-colour-primary-2);
	animation: radio-active 0s both;
}

.motion-on input[type="radio"]:checked::after {
	animation: radio-active .2s .1s ease-out both;
}

@keyframes radio-scale {
	50% {
		transform: scale(.8);
	}
}

@keyframes radio-scaleout {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes radio-active {
	0% {
		transform: scale(0);
	}
	85% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes autofill {
	to {
		box-shadow: 0 0 0 1px var(--ui-colour-autofill) inset, 0 0 0 9999px var(--ui-colour-autofill-state) inset;
	}
}

@keyframes autofill-valid {
	to {
		box-shadow: 0 0 0 1px var(--ui-colour-valid) inset, 0 0 0 9999px var(--ui-colour-valid-state) inset;
	}
}

@keyframes autofill-focus {
	to {
		box-shadow: 0 0 0 2px var(--ui-colour-primary-2) inset, 0 0 0 9999px var(--ui-colour-surface) inset;
	}
}

textarea:focus:not(:placeholder-shown):-webkit-autofill,
input[type=text][placeholder]:focus:not(:placeholder-shown):-webkit-autofill,
input[type=number][placeholder]:focus:not(:placeholder-shown):-webkit-autofill,
input[type=tel][placeholder]:focus:not(:placeholder-shown):-webkit-autofill,
input[type=email][placeholder]:focus:not(:placeholder-shown):-webkit-autofill {
	animation-name: autofill-focus;
}

:-webkit-autofill,
:-webkit-autofill:valid {
	background-color: transparent;
	-webkit-text-fill-color: var(--ui-colour-autofill-on);
	caret-color: var(--ui-colour-autofill-on);
	animation-name: autofill;
	animation-fill-mode: both;
}

:-webkit-autofill:valid {
	animation-name: autofill-valid;
}

/*
:-webkit-autofill:valid {
	box-shadow: 0 0 0 1px var(--ui-colour-valid) inset, 0 0 0 9999px var(--ui-colour-autofill-state) inset;
	-webkit-text-fill-color: var(--ui-colour-autofill-on);
	caret-color: var(--ui-colour-autofill-on);
	transition: background-color 9999s 9999s !important;
}
*/

*,*::before,*::after {
	_transition: unset !important;
	_transition: color 1s 0s,background-color 1s 0s,background 1s 0s,opacity 1s 0s,fill 1s 0s,stroke 1s 0s !important;
}

/* For Theme Change */
.transition-off * {
	transition: unset !important;
}

@keyframes transition-off {
	0% {
		transition: unset !important;
	}
	100% {
		transition: revert !important;
	}
}

.ui-button {
	display: flex;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
}
.ui-button::before,
.menu-item::before,
.app nav ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--ui-shape-radius-small);
	background-color: var(--ui-colour-surface-on);
	opacity: 0;
	pointer-events: none;
}
.motion-on .ui-button::before,
.motion-on .menu-item::before,
.motion-on .app nav ul li a::before {
	transition: opacity .3s;
}
.app nav ul li {
	margin: 0;
	list-style: none;
}
.app nav ul li a::before {
	border-radius: 0;
}
.ui-button::after,
.menu-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--ui-shape-radius-small);
	background-color: var(--ui-colour-primary-on);
	opacity: var(--ui-overlay-alpha-active);
	transform: scale(0);
	visibility: hidden;
	pointer-events: none;
	z-index: 2;
}
.ui-button:hover::before,
.menu-item:hover::before,
.app nav ul li a:hover::before {
	opacity: var(--ui-overlay-alpha-hover);
	animation: ripple 0s;
}
.motion-on .ui-button:not(:active)::after,
.motion-on .menu-item:not(:active)::after {
	animation: ripple .5s;
	_animation: ripple 0.4s cubic-bezier(0, 0, 0.2, 1);
	transition: visibility .4s step-end;
}
.ui-button:active::after,
.menu-item:active::after {
	visibility: visible;
}
@keyframes ripple {
	0% {
		transform: scale(0);
		opacity: var(--ui-overlay-alpha-active);
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

header .ui-button::before,
header .ui-button::after,
.menu-item::before,
.menu-item::after {
	background-color: var(--ui-colour-surface-on);
}

.menu-item.dividerinstall,
.menu-item.anchorinstall,
.menu-item.dividerinformation {
	display: none;
}

.install-prompt-on .dividerinstall,
.install-prompt-on .anchorinstall,
.install-prompt-on .dividerinformation {
	display: block;
}

.ui-badge,
.ui-badge-with-number {
	display: none;
	position: absolute;
	top: calc(50% - 12px);
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #f00;
	transform: translate(50%,-50%);
}

.ui-badge-with-number {
	top: calc(50% - 12px);
	left: calc(50% - 2px);
	width: 14px;
	height: 14px;
	font-size: .85rem;
	font-weight: bold;
	line-height: .9rem;
	text-align: center;
}

.install-prompt-on .ui-button-overflow {
	overflow: visible;
}

.install-prompt-on .ui-badge,
.install-prompt-on .ui-badge-with-number {
	display: block;
}

header .ui-button .stroke {
	stroke: var(--ui-colour-surface-on);
}

header .ui-button .fill {
	fill: var(--ui-colour-surface-on);
}

a.ui-button,
button.ui-button {
	display: inline-flex;
	width: auto;
	min-width: 64px;
	height: 36px;
	max-height: 36px;
	padding: 0 8px;
	border: 0;
	border-radius: var(--ui-shape-radius-small);
	outline: none;
	align-items: center;
	justify-content: center;
	color: var(--ui-colour-primary);
	background-color: transparent;
	font-family: var(--ui-type-button-font-family);
	font-weight: var(--ui-type-button-font-weight);
	font-size: var(--ui-type-button-font-size);
	line-height: var(--ui-type-button-line-height);
	letter-spacing: var(--ui-type-button-letter-spacing);
	text-transform: var(--ui-type-button-text-transform);
}

.motion-on a.ui-button,
.motion-on button.ui-button {
	transition: .3s background-color,.3s border-color;
}

a.ui-button:hover,
button.ui-button:hover {
	_border-color: var(--ui-colour-primary);
}

a.ui-button-mid,
a.ui-button-high,
button.ui-button-mid,
button.ui-button-high {
	padding: 0 16px;
}

a.ui-button-mid,
button.ui-button-mid {
	border: 1px solid var(--ui-colour-primary);
}

a.ui-button-high,
button.ui-button-high {
	color: var(--ui-colour-primary-on);
	background-color: var(--ui-colour-primary);
}

a.ui-button-high:hover,
button.ui-button-high:hover {
	_REMOVE_background-color: #73f;
}

.app-header {
	display: grid;
	grid-template-columns: 0 0 minmax(0,1fr) 48px 0 0 40px 0;
	grid-template-rows: 56px;
	grid-template-areas:
		"back heading logo phone search account overflow .";
	_gap: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	max-width: var(--vw100);
	_padding: 0 8px;
	align-items: center;
	_justify-content: left;
	color: var(--ui-colour-surface-on-high);
	background-color: var(--ui-colour-surface);
	________box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
	box-shadow: 0 0 calc(var(--vmax,1vmax) * .4) 0 rgba(0,0,0,.3);
	box-shadow: var(--ui-shadow3);
	font-size: 20px;
	_line-height: 1;
	_overflow: hidden;
	z-index: 12;
}
.motion-on .app-header {
	_transition: 1s grid-template-columns;
}
.app-bar-top-page .app-header {
	grid-template-columns: 48px minmax(0,1fr) 0 48px 0 0 40px 0;
}
.app-bar-top-leaf .app-header {
	grid-template-columns: 48px minmax(0,1fr) 0 48px 0 0 0 0;
}
.app-header a {
	color: var(--ui-colour-surface-on-high);
}
.app-header a:hover {
	color: var(--ui-colour-surface-on-high);
}
.app-header .ui-button {
	width: 48px;
	height: 48px;
	border-radius: 48px;
}
.app-header .ui-button-back {
	grid-area: back;
	width: 100%;
	min-width: unset;
	height: 48px;
	max-height: unset;
	padding: 0;
}
.app-header .svg-icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
}
.app-header .app-heading {
	grid-area: heading;
	display: flex;
	flex-direction: column;
	padding-left: 16px;
	_border: 1px solid red;
	align-content: center;
	overflow: hidden;
}
.app-header .app-heading > *:empty {
	display: none;
}
.app-header h1 {
	font-family: var(--ui-type-title-font-family);
	font-weight: var(--ui-type-title-font-weight);
	font-size: var(--ui-type-title-font-size);
	line-height: var(--ui-type-title-line-height);
	letter-spacing: var(--ui-type-title-letter-spacing);
	text-transform: var(--ui-type-title-text-transform);
	white-space: nowrap;
}
.app-header h2 {
	font-size: .7rem;
	white-space: nowrap;
}
.app-header .app-logo {
	display: flex;
	grid-area: logo;
	width: 100%;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	align-items: center;
	_justify-content: start;
	_justify-items: start;
	_border: 1px solid red;
}
.app-header .ui-button-logo {
	width: 100%;
	height: 100%;
	justify-content: start;
	_transition: 1s width,.3s fill;
}
.app-header .ui-button-logo-fe {
	width: 0;
	height: 0;
}
.app-header .ui-button-logo-fe .svg-logo {
	width: 44px;
	height: 44px;
}
.app-header .ui-button-logo-floristexpress {
	width: 100%;
	height: 100%;
}
.app-header .ui-button-logo-floristexpress .svg-logo {
	width: 300px;
	height: 30px;
}
.app-header .svg-logo {
	width: 100%;
	height: 100%;
	_clip: rect(0,49px,49px,0);
	_transition: 1s width;
	_border: 1px solid lime;
}
.app-header .svg-logo .fill {
	_stroke: #d7b85d;
}
.app-header .svg-logo .stroke {
	stroke: #d7b85d;
}
.app-header .ui-button-phone {
	display: flex;
	grid-area: phone;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: center;
}
.app-header .ui-button-phone a {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.app-header .ui-button-phone div {
	position: relative;
	width: 0;
	white-space: nowrap;
	overflow: hidden;
}
.motion-on .app-header .ui-button-phone div {
	transition: 1s width,1s margin-left;
}
.app-header .app-search {
	display: flex;
	display: none;
	position: relative;
	grid-area: search;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.app-header .app-search .ui-button-search {
	width: 100%;
	height: 100%;
}
.app-header .app-search form {
	display: none;
	position: relative;
}
.app-header input[type=text] {
	width: 100%;
	height: 3rem;
	padding: 0 3rem 0 .8rem;
	outline: none;
	font-size: 1.2rem;
}
.app-header button[type=submit] {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	min-width: unset;
	height: 3rem;
	max-height: unset;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	border-left: 1px solid var(--ui-input-color-border);
	border-radius: 0 var(--ui-button-border-radius) var(--ui-button-border-radius) 0;
	outline: none;
	background-color: var(--ui-button-color-background);
	background-clip: padding-box;
	font-size: 1.2rem;
}
.app-header button[type=submit]:hover {
	background-color: var(--ui-button-color-background-hover);
}
.app-header .ui-button-account {
	display: flex;
	grid-area: account;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.app-header .ui-button-account a {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.app-header .ui-button-account div {
	position: relative;
	width: 0;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	overflow: hidden;
}
.motion-on .app-header .ui-button-account div {
	transition: 1s width,1s margin-left;
}
.app-header .ui-button-overflow {
	display: flex;
	grid-area: overflow;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: center;
}
.app nav {
	position: sticky;
	grid-area: body;
	top: -.5px;
	width: 100%;
	height: 40.5px;
	background-color: hsl(var(--ui-colour-secondary-hue),var(--ui-colour-secondary-saturation),var(--ui-z8),.85);
	_box-shadow: 0 0 .4vmax 0 rgba(0,0,0,.3);
	box-shadow: 0 0 calc(var(--vmax,1vmax)*.4) 0 rgba(0,0,0,.3);
	box-shadow: var(--ui-shadow3);
	_box-shadow: 0 0 20px 40px #0009;
	overflow: hidden;
	overflow-x: auto;
	scrollbar-width: none;
	z-index: 2;
}
.app nav::-webkit-scrollbar {
	display: none;
}
.app nav a {
	color: var(--ui-colour-surface-on-high);
}
.app nav a:hover {
	color: var(--ui-colour-surface-on-high);
}
.app nav ul {
	display: flex;
	_padding-left: 36px;
	_justify-content: center;
}
.app nav ul li {
	position: relative;
	flex-grow: 1;
	height: 40px;
}
.app nav ul li a {
	position: relative;
	align-content: center;
	width: 100%;
	height: 100%;
	_padding: 0 1rem;
	_border-bottom: 2px solid transparent;
	font-size: var(--ui-type-body2-font-size);
}
.motion-on .app nav ul li a {
	transition: .3s color;
}
.app nav ul li.selected a::after,
.app nav ul li a::after {
	content: '';
	position: absolute;
	right: 1.8vw;
	bottom: 0;
	left: 1.8vw;
	height: 0;
	border-radius: 3px 3px 0 0;
	background-color: var(--ui-colour-primary);
}
.motion-on .app nav ul li.selected a::after,
.motion-on .app nav ul li a::after {
	transition: .3s height;
}
.app nav ul li.selected a::after {
	height: 3px;
}
.app nav ul li a:hover {
	_border-bottom: 3px solid #d7b85d;
}
.app nav ul li:last-child {
	border-right: none;
}

.tab-bar-indicator {
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: var(--ui-colour-primary-2);
	transform: translateX(0px);
	pointer-events: none;
}

.motion-on .tab-bar-indicator {
	transition: transform .3s,width .3s;
}

.tab-bar-indicator::before,
.tab-bar-indicator::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	top: 0;
	left: -3px;
	border-radius: 3px 0 0 0;
	background-color: var(--ui-colour-primary-2);
}

.tab-bar-indicator::after {
	left: auto;
	right: -3px;
	border-radius: 0 3px 0 0;
}

.tab-bar-indicator-position-0 .tab-bar-indicator {
	width: 47px;
	transform: translateX(calc(var(--tab-bar-indicator-0,26px) - 23px));
}

.tab-bar-indicator-position-1 .tab-bar-indicator {
	width: 50px;
	transform: translateX(calc(var(--tab-bar-indicator-1,123px) - 24px));
}

.tab-bar-indicator-position-2 .tab-bar-indicator {
	width: 24px;
	transform: translateX(calc(var(--tab-bar-indicator-2,225px) - 12px));
}

.tab-bar-indicator-position-3 .tab-bar-indicator {
	width: 34px;
	transform: translateX(calc(var(--tab-bar-indicator-3,300px) - 17px));
}

.tab-bar-sheet-list {
	display: grid;
	grid-template-areas: "sheet";
	position: relative;
	margin-top: 0;
}

.sheet {
	grid-area: sheet;
	_content-visibility: hidden;
	_contain-intrinsic-size: 100px 200px;
	display: none;
	_contain: strict;
	position: relative;
	color: var(--ui-colour-surface-on-high);
	opacity: 0;
	overflow: hidden;
	will-change: opacity,transform;
	_animation: fade-in 0s forwards,slide-out 0s;
	animation: fade-in 0s forwards;
}

.motion-on .sheet {
	_animation: fade-in .3s linear forwards,slide-out .3s;
	animation: fade-in .3s linear forwards;
}

.sheet-main-home {
	overflow: unset;
	animation: fade-in 0s forwards;
}

.motion-on .sheet-main-home {
	animation: fade-in .3s linear forwards;
}

.sheet-main-home,
.sheet-main-about,
.sheet-main-productdetail,
.sheet-main-checkout,
.sheet-main-orderplaced,
.sheet-main-stripgrid,
.sheet-main-faq,
.sheet-main-delivery,
.sheet-main-terms,
.sheet-main-refund,
.sheet-main-privacy {
	grid-area: revert;
}

.sheet-main-home-on .sheet-main-home,
.sheet-main-about-on .sheet-main-about,
.sheet-main-productdetail-on .sheet-main-productdetail,
.sheet-main-checkout-on .sheet-main-checkout,
.sheet-main-orderplaced-on .sheet-main-orderplaced,
.sheet-main-stripgrid-on .sheet-main-stripgrid,
.sheet-main-faq-on .sheet-main-faq,
.sheet-main-delivery-on .sheet-main-delivery,
.sheet-main-terms-on .sheet-main-terms,
.sheet-main-refund-on .sheet-main-refund,
.sheet-main-privacy-on .sheet-main-privacy,
.sheet-tab-bar-featured-on .sheet-tab-bar-featured,
.sheet-tab-bar-occasion-on .sheet-tab-bar-occasion,
.sheet-tab-bar-type-on .sheet-tab-bar-type,
.sheet-tab-bar-colour-on .sheet-tab-bar-colour {
	_content-visibility: visible;
	display: block;
	_contain: content;
	_animation: fade-in 0s forwards,slide-next-in 0s;
	animation: fade-in 0s forwards;
}

.motion-on.sheet-main-home-on .sheet-main-home,
.motion-on.sheet-main-about-on .sheet-main-about,
.motion-on.sheet-main-productdetail-on .sheet-main-productdetail,
.motion-on.sheet-main-checkout-on .sheet-main-checkout,
.motion-on.sheet-main-orderplaced-on .sheet-main-orderplaced,
.motion-on.sheet-main-stripgrid-on .sheet-main-stripgrid,
.motion-on.sheet-main-faq-on .sheet-main-faq,
.motion-on.sheet-main-delivery-on .sheet-main-delivery,
.motion-on.sheet-main-terms-on .sheet-main-terms,
.motion-on.sheet-main-refund-on .sheet-main-refund,
.motion-on.sheet-main-privacy-on .sheet-main-privacy,
.motion-on.sheet-tab-bar-featured-on .sheet-tab-bar-featured,
.motion-on.sheet-tab-bar-occasion-on .sheet-tab-bar-occasion,
.motion-on.sheet-tab-bar-type-on .sheet-tab-bar-type,
.motion-on.sheet-tab-bar-colour-on .sheet-tab-bar-colour {
	_animation: fade-in .3s .3s linear forwards,slide-next-in .3s .3s;
	animation: fade-in .3s .3s linear forwards;
}

.sheet-tab-bar-featured-on .sheet-tab-bar-featured,
.sheet-tab-bar-occasion-on .sheet-tab-bar-occasion,
.sheet-tab-bar-type-on .sheet-tab-bar-type,
.sheet-tab-bar-colour-on .sheet-tab-bar-colour {
	transform-origin: center top;
	_animation: fade-in 0s forwards,zoom-in 0s;
	animation: fade-in 0s forwards;
}

.motion-on.sheet-tab-bar-featured-on .sheet-tab-bar-featured,
.motion-on.sheet-tab-bar-occasion-on .sheet-tab-bar-occasion,
.motion-on.sheet-tab-bar-type-on .sheet-tab-bar-type,
.motion-on.sheet-tab-bar-colour-on .sheet-tab-bar-colour {
	_animation: fade-in .3s .3s linear forwards,zoom-in .3s .3s;
	animation: fade-in .3s .3s linear forwards;
}

.sheet-main-home-on .sheet-main-home {
	animation: fade-in 0s forwards;
}

.motion-on.sheet-main-home-on .sheet-main-home {
	animation: fade-in .3s .3s linear forwards;
}

.sheet-main-productdetail-on .sheet-main-productdetail {
	display: grid;
}

.sheet-main-about,
.sheet-main-orderplaced,
.sheet-main-faq,
.sheet-main-delivery,
.sheet-main-terms,
.sheet-main-refund,
.sheet-main-privacy {
	padding: 1rem;
}

.sheet-main-stripgrid {
	padding: 1rem 0;
}

.sheet-tab-bar-featured {
	_display: grid;
	width: 100%;
	_grid-template-columns: calc(100% - 832px) 800px;
	_grid-template-rows: minmax(calc(100% - 100px),auto);
	_grid-template-areas: "exhibition exhibit";
}

.card {
	display: flex;
	border-radius: var(--ui-shape-radius-medium);
	background-color: var(--ui-colour-surface);
	_box-shadow: 0 1px 2px 0 rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15);
	box-shadow: var(--ui-shadow2);
}

.banner-featured picture {
	display: block;
}

.banner-featured img {
	display: block;
	width: 100%;
	max-height: 261px;
	object-fit: contain;
	/*
	object-position: left;
	*/
}

.banner-featured + .card-exhibition {
	padding-top: 0;
}

.message-welcome {
	max-width: 45rem;
	margin: 2rem;
}

.sheet-main-productdetail {
	_display: grid;
	grid-template-columns: 100%;
	grid-template-rows: minmax(0,1fr) 52px 32px 52px min-content;
	grid-template-areas:
		"image"
		"header"
		"price"
		"action"
		"description";
	position: relative;
	width: 100%;
	height: calc(var(--vh100) - 56px);
	border-radius: 0;
	align-content: start;
	color: var(--ui-colour-surface-on-high);
	_background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z12));
	background-image: var(--card-gradient);
	overflow: hidden;
	box-shadow: none;
	pointer-events: none;
	z-index: 10;
	_border: 1px solid lime;
}
.sheet-main-productdetail::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--url-noise),radial-gradient(circle at center 38%,transparent 20%,#666 50%,#202020 100%);
	mix-blend-mode: var(--mix-blend-mode);
	z-index: -1;
}

.sheet-main-productdetail .card-exhibit-name {
	grid-area: header;
	_display: flex;
	position: relative;
	_top: 77%;
	_height: 0;
	align-items: center;
	text-align: center;
	z-index: 1;
}

.sheet-main-productdetail .card-exhibit-product-name {
	font-size: var(--ui-type-title-font-size);
	line-height: 1.2;
}

.sheet-main-productdetail .card-exhibit-product-subname {
	font-size: var(--ui-type-overline-font-size);
	line-height: 1.2;
}

.sheet-main-productdetail figure {
	grid-area: image;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	justify-content: center;
	z-index: 0;
}

.sheet-main-productdetail figure picture {
	display: flex;
	_display: contents;
	position: relative;
	width: auto;
	height: 100%;
	justify-content: center;
	_visibility: hidden;
}

.sheet-main-productdetail figure picture.loaded {
	visibility: visible;
}

.sheet-main-productdetail figure img {
	position: absolute;
	width: auto;
	height: calc(100% + 82px);
	_-webkit-box-reflect: below -215px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent) , to(rgba(255, 255, 255, 0.2)));
	_border: 1px solid pink;
}

.sheet-main-productdetail img[src$=".svg"] {
	object-fit: contain;
	object-position: center 30px;
	width: 100%;
}

.sheet-main-productdetail figcaption {
	display: none;
}

.sheet-main-productdetail .price-tag {
	grid-area: price;
	position: relative;
	_top: calc(77% + 4rem);
	height: 0;
	margin-top: 0;
	font-size: 1rem;
	text-align: center;
}

.sheet-main-productdetail .card-description:empty {
	max-height: 0;
}

.sheet-main-productdetail .card-description:not(:empty) {
	grid-area: description;
	display: none;
	margin-top: 0;
	padding: 0 1rem .5rem 1rem;
}

.sheet-main-productdetail .card-action {
	grid-area: action;
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 0 16px;
	align-items: center;
	justify-content: flex-end;
	pointer-events: auto;
}

._sheet-main-productdetail .card-action::after {
	position: absolute;
	top: 0;
	left: 6px;
	right: 6px;
	height: 1px;
	_background-color: #ccc;
	content: '';
}

.price-rrp {
	color: #bcc;
	text-decoration: line-through;
}

.price-sale {
	color: var(--price-selling);
	_padding-left: .4rem;
}

.app-main {
	display: grid;
	grid-template-columns: 100%;
	grid-template-areas:
        "body exhibit";
	position: relative;
	min-height: calc(100% - 56px);
	color: var(--ui-colour-background-on-high);
}
.app-main::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_background-image: linear-gradient(to left, #0006, #0006 40px,transparent 70px);
	_content: '';
	pointer-events: none;
}

.app-main > article {
	grid-area: body;
	__margin-top: 40px;
	__padding: .5rem 0;
	color: var(--ui-colour-surface-on-high);
	font-family: Roboto,Arial,sans-serif;
	_font-weight: 100;
}

.app-main ul li {
	margin-left: 1.5rem;
	list-style-type: disc;
}

.app-main ol li {
	margin-left: 1.5rem;
	list-style-type: decimal;
}

.card-exhibition {
	position: relative;
	margin-top: 0;
	padding-top: var(--owl,1em);
}

.card-collection {
	grid-area: exhibition;
	margin-bottom: .5rem;
}

.card-collection-header {
	display: inline-flex;
	flex-flow: column;
}

.card-collection-header a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: .5rem 3rem .5rem 1.6rem;
	color: var(--ui-colour-surface-on-high);
}

.card-collection-header h2 {
	position: relative;
	_padding: .5rem 0 0 1.8rem;
	font-family: 'Times New Roman',Roboto,Helvetica,Arial,sans-serif;
	font-weight: var(--ui-type-title-font-weight);
	font-size: var(--ui-type-title-font-size);
	line-height: var(--ui-type-title-line-height);
	letter-spacing: var(--ui-type-title-letter-spacing);
	text-transform: var(--ui-type-title-text-transform);
}

.card-collection-header p {
	position: relative;
	_margin: -1rem 0 0 0;
	_padding: 1rem 0 .5rem 1.8rem;
	font-family: var(--ui-type-overline-font-family);
	font-weight: var(--ui-type-overline-font-weight);
	font-size: var(--ui-type-overline-font-size);
	line-height: 1;
	letter-spacing: var(--ui-type-overline-letter-spacing);
	pointer-events: none;
}

.card-product-list {
	contain: strict;
	display: flex;
	/*
	grid-auto-flow: column;
	grid-auto-columns: 120px;
	grid-template-rows: 180px;
	*/
	_height: calc(164px + (145px / var(--card-ratio-108)));
	_height: calc(236px + (220px / var(--card-ratio-108)));
	height: 236px;
	padding: 8px 0 8px 1.5rem;
	_grid-gap: 12px;
	justify-content: flex-start;
	_scroll-snap-type: mandatory;
	_scroll-snap-points-x: repeat(180px);
	scroll-snap-type: x mandatory;
	_overscroll-behavior-x: contain;
	scroll-padding: 1.5rem;
	overflow: hidden;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	_touch-action: pan-x;
	scroll-behavior: smooth;
}

.card-exhibition.grid .card-product-list {
	contain: unset;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); /* 90px */
	grid-gap: 8px;
	height: unset;
	padding: 8px 1.5rem 8px 1.5rem;
}

.card-product-list::-webkit-scrollbar {
	display: none;
}

.card-product {
	flex: 0 0 auto;
	position: relative;
	_width: calc(90px + (90px / var(--card-ratio-108)));
	_width: calc(140px + (140px / var(--card-ratio-108)));
	_height: calc(145px + (145px / var(--card-ratio-108)));
	_height: calc(224px + (224px / var(--card-ratio-108)));
	width: 140px;
	height: 224px;
	margin-right: 8px;
	background-image: var(--url-card);
	background-size: cover;
	cursor: pointer;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.motion-on .card-product {
	transition: box-shadow .3s,background-color .3s;
}

.card-exhibition.grid .card-product {
	width: 100%;
	height: auto;
	padding-top: 161.803%;
}

.card-product:last-child::before {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 1.5rem;
	height: 100%;
	pointer-events: none;
}

.card-product:hover {
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.12),0 1px 8px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.12),0 1px 8px 0 rgba(0,0,0,0.2);
	box-shadow: var(--ui-shadow4),var(--ui-shadow4);
	__background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z8));
}

.card-product::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_padding-top: 161.803%;
	border-radius: var(--ui-shape-radius-medium);
	_background-color: transparent;
	background-color: #fff;
	_background: radial-gradient(ellipse,transparent 50%,#383838 100%);
	_background: radial-gradient(circle at center 45%,transparent 50%,#202020 100%);
	_box-shadow: 0 0 50px 20px #000 inset;
	_mix-blend-mode: overlay;
	opacity: 0;
	content: '';
	pointer-events: none;
}

.motion-on .card-product::after {
	transition: .3s opacity,.3s mix-blend-overlay;
}

.card-product:hover::after {
	opacity: var(--ui-overlay-alpha-hover);
}

.grid .card-product {
	display: none;
}

.grid .card-on {
	display: block;
}

.card-product a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--ui-shape-radius-medium);
	_border: 1px solid transparent;
	text-align: center;
	z-index: 2;
}

/*
.card-product a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 21.27%;
	background: red;
	border-radius: 0 0 10px 10px;
	opacity: .2;
}
*/

.card-product svg,
.card-product .product-name,
.card-product .product-subname {
	position: absolute;
	left: 0;
	width: 100%;
	_padding-left: .15rem;
	padding-bottom: 1px;
	color: var(--ui-colour-surface-on-high);
	fill: var(--ui-colour-surface-on);
	_filter: var(--card-text-filter);
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.card-product .product-name {
	top: 81%;
	font-size: var(--ui-type-body2-font-size);
}

.card-product .product-subname {
	_display: none;
	top: 87%;
	font-size: var(--ui-type-overline2-font-size);
	line-height: 1.2;
}

.card-product .product-item-sale {
	_order: 2;
	display: flex;
	position: absolute;
	top: -7px;
	right: -10px;
	width: 44px;
	height: 44px;
	margin: auto;
	border-radius: 50%;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	box-shadow: var(--ui-shadow2);
	color: #fff;
	background-color: #f00;
	align-items: center;
	justify-content: center;
	font-size: .7rem;
	font-weight: bold;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 1;
}

.card-product figure {
	_order: 1;
	display: flex;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	__border-radius: var(--ui-shape-radius-small) var(--ui-shape-radius-small) 0 0;
	border-radius: var(--ui-shape-radius-medium);
	justify-content: center;
	_background: var(--ui-colour-surface);
	_background-image: var(--card-gradient);
	overflow: hidden;
}

.card-exhibition.grid .card-product figure {
	height: auto;
	padding-top: 161.803%;
}

.card-product figure picture {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.card-product figure img {
	max-height: 100%;
	_-webkit-box-reflect: below -215px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent) , to(rgba(255, 255, 255, 0.2)));
}

.card-product img[src$=".svg"] {
	object-fit: contain;
	object-position: center 30px;
	width: 100%;
}

.card-product .price-tag {
	order: 4;
	position: absolute;
	_right: 4px;
	bottom: 1px;
	width: 100%;
	_padding: 0 .1rem;
	font-size: var(--ui-type-overline-font-size);
	line-height: 1;
	text-align: center;
}

.card-exhibition.grid .card-product .price-tag {
	_bottom: 2px;
}

.card-action {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 44px;
	_padding: 5px;
	text-align: right;
	pointer-events: auto;
}

.card-action::after {
	position: absolute;
	top: 0;
	left: 6px;
	right: 6px;
	height: 1px;
	_background-color: #ccc;
	content: '';
}

.card-product button.ui-button {
}


.menu-overflow {
	position: absolute;
	top: 8px;
	right: 8px;
	max-height: calc(100vh - 16px);
	max-height: calc(var(--vh100) - 16px);
	_padding: 8px 0;
	border-radius: var(--ui-shape-radius-small);
	color: var(--ui-colour-surface-on);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.3), 0 1px 3px 1px rgba(0,0,0,.15);
	box-shadow: var(--ui-shadow4);
	opacity: 0;
	overflow-y: auto;
	overflow-y: overlay;
	overscroll-behavior: contain;
	touch-action: none;
	scrollbar-width: thin;
	transform: scale(.8);
	transform-origin: 100% 0;
	will-change: opacity,transform;
	pointer-events: none;
	z-index: 20;
}

.menu-overflow-scroll .menu-overflow {
	touch-action: unset;
}

.motion-on .menu-overflow {
	transition: opacity .2s,transform .2s;
	_animation: fade-in .2s reverse forwards;
}

.menu-overflow-on .menu-overflow {
	opacity: 1;
	pointer-events: initial;
	transform: none;
	_animation: fade-in .2s forwards;
}

.menu-item {
	display: flex;
	position: relative;
	min-height: 48px;
	align-items: center;
	font-size: var(--ui-type-body1-font-size);
	overflow: hidden;
	cursor: pointer;
}

.menu-item::before {
	border-radius: 0;
}

.menu-item a {
	color: var(--ui-colour-surface-on);
}

.menu-item a,
.menu-item label {
	display: flex;
	position: relative;
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	align-items: center;
	justify-content: start;
	cursor: pointer;
}

.menu-item.subheading {
	min-height: 32px;
	padding: 10px 16px 0 16px;
	color: var(--ui-colour-primary-2);
	font-size: var(--ui-type-overline-font-size);
	cursor: default;
}

.menu-item.subheading::before,
.menu-item.subheading::after {
	content: none;
}

.menu-item.divider {
	border-top: 1px solid hsla(var(--ui-colour-surface-on-hue),var(--ui-colour-surface-on-saturation),var(--ui-colour-surface-on-lightness),.2);
}

.menu-item input[type="radio"] {
	margin-right: 16px;
	margin-left: 0;
}

.menu-item button {
	display: block;
	width: 70px;
	height: 1.5rem;
	padding: .2rem;
	color: #000;
	background: #ccc;
	font-size: .8rem;
	cursor: pointer;
	outline: none;
}

.menu-item button:hover {
	background: #ddd;
}

.menu-item button::after {
	content: ": " attr(data-switchindex);
}



section {
	padding: 0 2rem;
}

section h3 {
	font-size: 1.5rem;
}

section p {
	margin: 1rem 0;
}

section li {
	list-style: disc;
	margin-left: 2rem;
}

/* Checkout */

.sheet-main-checkout {
	padding: 1rem;
}

.form-checkout {
	margin-top: 0;
}

.sheet-main-checkout h3 {
	color: var(--ui-colour-primary);
	font-size: var(--ui-type-overline-font-size);
	text-transform: uppercase;
}

.input-text,
.input-textarea,
.input-checkbox,
.input-radio,
.input-date {
	margin-left: .7rem;
	margin-right: .7rem;
}

.input-checkbox-cardmessage-add,
.input-checkbox-delivery-preference {
	margin-bottom: .5rem;
}

input#inputcheckboxdeliverypreference ~ .deliverypreference input[type=checkbox],
input#inputcheckboxdeliverypreference ~ .deliverypreference textarea {
	display: none;
}

input#inputcheckboxdeliverypreference:checked ~ .deliverypreference input[type=checkbox],
input#inputcheckboxdeliverypreference:checked ~ .deliverypreference textarea {
	display: inline-block;
}

.input-textarea-cardmessage {
	position: relative;
	--snip: 96px;
}
.input-text-yourname,
.input-text-recipientname {
	--snip: 73px;
}
.input-text-recipientstreetaddressline1,
.input-text-recipientstreetaddressline2 {
	--snip: 141px;
}
.input-text-recipientsuburb {
	--snip: 57px;
}
.input-text-recipientpostcode {
	--snip: 75px;
}
.input-text-recipientphone {
	--snip: 106px;
}
.input-date-deliverydate {
	grid-area: content;
	position: relative;
	--snip: 89px;
}
.input-textarea-deliveryinstructions {
	position: relative;
	--snip: 127px;
}
.input-text-youremail {
	--snip: 50px;
}
.input-text-yourphone {
	--snip: 54px;
}
.input-text-couponcode {
	--snip: 92px;
}

.input-text-recipientpostcode input[type=number] {
	width: 7rem;
}

.input-date-deliverydate input[type=date] {
	width: 9rem;
	padding-top: 1px;
}

.input-text-couponcode input[type=text] {
	width: 10rem;
	text-transform: uppercase;
}

.helper-line {
	font-size: var(--ui-type-overline-font-size);
	margin-top: .2rem;
	margin-left: 1rem;
}

.error-input .helper-line {
	color: var(--ui-colour-error);
}

.deliverypreference,
.input-textarea-cardmessage,
.input-textarea-deliveryinstructions {
	max-height: 0;
	margin-top: .5rem;
	margin-left: 0;
	margin-right: 0;
	opacity: 0;
	pointer-events: none;
}

.deliverypreference {
	margin-top: .5rem;
	margin-left: 1rem;
}

.motion-on .deliverypreference,
.motion-on .input-textarea-cardmessage,
.motion-on .input-textarea-deliveryinstructions {
	transition: max-height .2s .2s,opacity .2s,margin-top .2s .2s;
}

.input-textarea-cardmessage textarea,
.input-textarea-deliveryinstructions textarea {
	_width: 30rem;
	height: 6rem;
	resize: none;
}

#inputcheckboxcardmessage-add:checked ~ .input-textarea-cardmessage,
.input-date-deliverydate,
#inputcheckboxdeliverypreference:checked ~ .deliverypreference,
#checkboxdeliverypreferencespecify:checked ~ .input-textarea-deliveryinstructions {
	max-height: 6rem;
	opacity: 1;
	pointer-events: auto;
}
.motion-on #inputcheckboxcardmessage-add:checked ~ .input-textarea-cardmessage,
.motion-on .input-date-deliverydate,
.motion-on #inputcheckboxdeliverypreference:checked ~ .deliverypreference,
.motion-on #checkboxdeliverypreferencespecify:checked ~ .input-textarea-deliveryinstructions {
	transition: max-height .2s,opacity .2s .2s,margin-top .2s;
}
#inputcheckboxdeliverypreference:checked ~ .deliverypreference {
	max-height: 14rem;
}

.motion-on .input-date-deliverydate {
	transition: max-height 0s,opacity .2s .2s;
}

#inputcheckboxdeliverysameday:checked ~ .deliverydate-today {
	max-height: 3rem;
	height: 3rem;
}

#inputcheckboxdeliverysameday:checked ~ .input-date-deliverydate,
.deliverydate-today {
	max-height: 0;
	overflow: hidden;
}

.motion-on #inputcheckboxdeliverysameday:checked ~ .input-date-deliverydate,
.motion-on .deliverydate-today {
	transition: max-height 0s,opacity .2s .2s;
}

.deliveryprocedure {
	margin-top: var(--owl,1em);
	margin-left: .7rem;
}

.list-deliverydate,
.list-deliverytype {
	margin-top: 0;
}

.list-item-deliverydate,
.list-item-deliverytype {
	display: grid;
	grid-template-columns: 56px minmax(0,1fr) min-content;
	grid-template-rows: 22px 16px;
	grid-template-areas:
        "radio label price"
        "radio sublabel price"
        ". content .";
	position: relative;
	width: 18rem;
	min-height: 56px;
	padding: 8px 0;
	align-content: center;
}

.list-item-deliverydate input,
.list-item-deliverytype input {
	grid-area: radio;
	place-self: center;
}

.list-item-deliverydate label,
.list-item-deliverytype label {
	grid-area: label;
	position: absolute;
	top: 0;
	left: -48px;
	width: 18rem;
	height: 56px;
	padding-left: 48px;
}

.deliverydate-sublabel,
.deliverytype-sublabel {
	grid-area: sublabel;
	color: var(--ui-colour-surface-on-mid);
	font-size: var(--ui-type-overline2-font-size);
}

.disabled .deliverydate-sublabel,
.disabled .deliverytype-sublabel {
	color: var(--ui-colour-surface-on-off);
}

.deliverytype-price {
	grid-area: price;
	align-self: center;
	font-size: var(--ui-type-subtitle-font-size);
}

.order-summary-table-header,
.order-summary-table .off {
	display: none;
}

.order-summary-item-name {
	line-height: 1.5;
}

.order-summary-item-subname {
	font-size: var(--ui-type-overline2-font-size);
	line-height: 1.2;
}

.order-summary-item-quantity {
	width: 20px;
	text-align: center;
}

.order-summary-item-price,
.order-summary-item-pricetotal {
	width: 70px;
	text-align: right;
}

.order-summary-header-subtotal,
.order-summary-header-total,
.order-summary-data-subtotal,
.order-summary-data-total {
	border-top: 1px solid hsl(var(--ui-colour-surface-on-hue),var(--ui-colour-surface-on-saturation),26.8%);
	text-align: right;
}

.order-summary-header-delivery {
	text-align: right;
}

.order-summary-price-total-gst {
	margin: 0;
	font-size: .7rem;
	font-style: italic;
	text-align: right;
}

.card-element {
	padding-left: 4px;
	padding-top: 14px;
}

.checkout-place-order {
	text-align: center;
}

/* Scrim */

.scrim {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0;
	pointer-events: none;
	z-index: 16;
}

.scrim-on .scrim {
	pointer-events: auto;
}

.motion-on.scrim-dark .scrim,
.motion-on.scrim-light .scrim {
	transition: opacity .3s;
}

.scrim-dark .scrim {
	background-color: #000;
	opacity: .7;
}

.scrim-light .scrim {
	background-color: #fff;
	opacity: .7;
}

/* Strip Button */

.strip-button {
	position: absolute;
	left: 2px;
	width: 50px;
	height: 50px;
	border: 2px solid var(--ui-colour-surface-on);
	border-radius: var(--ui-shape-radius-medium);
	background-color: hsla(var(--ui-colour-surface-on-hue),var(--ui-colour-surface-on-saturation),var(--ui-colour-surface-on-lightness),25%);
	opacity: 0;
	transition: opacity .3s;
	cursor: pointer;
	z-index: 100;
}

.strip-button::after {
	content: '<';
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: var(--ui-colour-surface-on);
	place-content: center;
	font-size: 3rem;
	line-height: 44px;
}

.strip-button.on {
	opacity: 1;
}

.strip-button-right {
	left: revert;
	right: 16px;
}

.strip-button-right::after {
	content: '>';
}

/* DomCMS Form */

.addressbilling label,
.addressdelivery label {
	display: block;
	padding-left: 32px;
}

/* Device Pixel Ratio */

:root {
	--dpr: var(--dpr1,var(--dpr15,var(--dpr2,var(--dpr2625,var(--dpr275,var(--dpr3,var(--dpr35,var(--dpr4))))))));
	--type-scale: var(--ts075,var(--ts0875,var(--ts1,var(--dpr10625,var(--dpr125,var(--dpr15,var(--dpr16875)))))));
}

/* z */

.z0 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z0));
}
.z1 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z1));
}
.z2 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z2));
}
.z3 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z3));
}
.z4 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z4));
}
.z5 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z5));
}
.z6 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z6));
}
.z7 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z7));
}
.z8 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z8));
}
.z9 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z9));
}
.z10 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z10));
}
.z11 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z11));
}
.z12 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z12));
}
.z13 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z13));
}
.z14 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z14));
}
.z15 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z15));
}
.z16 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z16));
}
.z17 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z17));
}
.z18 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z18));
}
.z19 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z19));
}
.z20 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z20));
}
.z21 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z21));
}
.z22 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z22));
}
.z23 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z23));
}
.z24 {
	background-color: hsl(var(--ui-colour-surface-hue),var(--ui-colour-surface-saturation),var(--ui-z24));
}

/* yes */

.yes .card-product figure {
	top: 0 !important;
}

.yes .output-test {
	position: fixed;
	top: 0;
	right: 0;
	color: var(--ui-colour-surface-on);
	background-color: var(--ui-colour-surface);
	font-size: 1rem;
	z-index: 1000000;
}

.yes .edit-add {
	color: #090;
}

.yes .edit-remove {
	color: #f00;
	text-decoration: line-through;
}

/* Animation */

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slide-next-in {
	0% {
		transform: translateX(16px);
	}
	100% {
		transform: none;
	}
}

@keyframes slide-next-out {
	0% {
		transform: none;
	}
	100% {
		transform: translateX(-16px);
	}
}

@keyframes zoom-in {
	0% {
		transform: scale(.95);
	}
	100% {
		transform: none;
	}
}

@keyframes zoom-out {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: none;
	}
}

@keyframes reveal-height {
	0% {
		clip-path: polygon(0% 0%,100% 0%,100% 0%,0% 0%);
	}
	100% {
		clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	}
}