.gst-phc {
	--gst-phc-ink: #25272b;
	--gst-phc-paper: #fff9e8;
	--gst-phc-red: #e74439;
	--gst-phc-red-dark: #9f2426;
	--gst-phc-gold: #f3d36a;
	--gst-phc-gold-deep: #9b711a;
	--gst-phc-green: #36ad78;
	--gst-phc-font: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 99980;
	font-family: var(--gst-phc-font);
	color: var(--gst-phc-ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.gst-phc *,
.gst-phc *::before,
.gst-phc *::after {
	box-sizing: border-box;
}

.gst-phc button,
.gst-phc input,
.gst-phc textarea {
	font: inherit;
}

.gst-phc button {
	color: inherit;
}

html.gst-phc-scroll-locked,
body.gst-phc-scroll-locked {
	overflow: hidden !important;
	overscroll-behavior: none !important;
	touch-action: none !important;
}

body.gst-phc-scroll-locked #geeky-sticky-cart,
body.gst-phc-scroll-locked #geeky-scroll-top {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.gst-phc .gst-phc__launcher-wrap {
	position: fixed;
	left: 38px;
	bottom: 24px;
	z-index: 99981;
	width: min(330px, calc(100vw - 58px));
	pointer-events: auto;
}

body.single-product .gst-phc .gst-phc__launcher-wrap {
	bottom: calc(112px + env(safe-area-inset-bottom, 0px));
}

.gst-phc__launcher-wrap[hidden],
.gst-phc.gst-phc__inline-anchor[hidden],
.gst-phc__minimized[hidden],
.gst-phc__modal[hidden] {
	display: none !important;
}

.gst-phc__minimized {
	position: fixed;
	left: 20px;
	bottom: 18px;
	z-index: 99989;
	width: 238px;
	pointer-events: auto;
}

body.single-product .gst-phc__minimized {
	bottom: calc(106px + env(safe-area-inset-bottom, 0px));
}

.gst-phc .gst-phc__minimized-open {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 46px !important;
	padding: 5px 14px 5px 68px !important;
	border: 2px solid var(--gst-phc-ink) !important;
	border-radius: 999px !important;
	appearance: none;
	-webkit-appearance: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .15) 0 22%, transparent 22%),
		linear-gradient(180deg, #f15d57 0%, var(--gst-phc-red) 52%, #c42e31 100%) !important;
	box-shadow: 0 4px 0 var(--gst-phc-red-dark), 4px 5px 0 rgba(37, 39, 43, .12) !important;
	color: #fff8e9 !important;
	cursor: pointer;
	text-align: left !important;
}

.gst-phc__minimized-open:hover {
	filter: brightness(1.03);
}

.gst-phc__minimized-open:active {
	transform: translateY(2px);
	box-shadow: 0 2px 0 var(--gst-phc-red-dark), 3px 3px 0 rgba(37, 39, 43, .12) !important;
}

.gst-phc__minimized-open:focus-visible {
	outline: 3px solid rgba(37, 39, 43, .2);
	outline-offset: 3px;
}

.gst-phc__minimized-avatar {
	position: absolute;
	left: 34px;
	bottom: -3px;
	display: block;
	width: 64px;
	height: 58px;
	overflow: visible;
	pointer-events: none;
	transform: translateX(-50%);
}

.gst-phc__minimized-avatar img {
	display: block;
	width: 68px !important;
	max-width: none !important;
	height: auto !important;
	transform: translate(-3px, 4px);
	filter: drop-shadow(2px 3px 0 rgba(37, 39, 43, .14));
	image-rendering: pixelated;
}

.gst-phc__minimized-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
	line-height: 1;
}

.gst-phc__minimized-copy strong,
.gst-phc__minimized-copy small {
	display: block;
	margin: 0;
	color: inherit;
	letter-spacing: 0;
	white-space: nowrap;
}

.gst-phc__minimized-copy strong {
	font-size: 14px;
	font-weight: 900;
}

.gst-phc__minimized-copy small {
	font-size: 11px;
	font-weight: 700;
	opacity: .88;
}

.gst-phc.gst-phc__inline-anchor {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	width: min(360px, calc(100vw - 34px));
	margin: 10px auto 18px;
	pointer-events: auto;
}

.gst-phc.gst-phc__inline-anchor.is-fallback {
	margin-top: 14px;
	margin-bottom: 18px;
}

.gst-phc.gst-phc__inline-anchor .gst-phc__launcher--inline {
	width: min(330px, 100%);
	min-height: 42px !important;
	padding-left: 88px !important;
	font-size: 17px !important;
}

.gst-phc.gst-phc__inline-anchor .gst-phc__launcher-avatar {
	left: 42px;
}

.gst-phc .gst-phc__launcher {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	width: 100%;
	min-height: 44px;
	padding: 0 18px 0 92px;
	border: 2px solid var(--gst-phc-ink);
	border-radius: 999px;
	appearance: none;
	-webkit-appearance: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .16) 0 22%, transparent 22%),
		linear-gradient(180deg, #f15d57 0%, var(--gst-phc-red) 52%, #c42e31 100%);
	box-shadow: 0 4px 0 var(--gst-phc-red-dark), 4px 5px 0 rgba(37, 39, 43, .12);
	color: #fff8e9;
	cursor: pointer;
	font-size: clamp(15px, 1.35vw, 18px);
	font-weight: 900;
	line-height: 1;
	text-align: left;
	text-shadow: 0 1px 0 rgba(37, 39, 43, .14);
	white-space: nowrap;
}

.gst-phc .gst-phc__launcher {
	min-height: 44px !important;
	padding: 0 18px 0 92px !important;
	border: 2px solid var(--gst-phc-ink) !important;
	border-radius: 999px !important;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .16) 0 22%, transparent 22%),
		linear-gradient(180deg, #f15d57 0%, var(--gst-phc-red) 52%, #c42e31 100%) !important;
	box-shadow: 0 4px 0 var(--gst-phc-red-dark), 4px 5px 0 rgba(37, 39, 43, .12) !important;
	color: #fff8e9 !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-align: left !important;
}

.gst-phc__launcher:hover {
	filter: brightness(1.03);
}

.gst-phc__launcher:active {
	transform: translateY(2px);
	box-shadow: 0 2px 0 var(--gst-phc-red-dark), 3px 3px 0 rgba(37, 39, 43, .12);
}

.gst-phc__launcher:focus-visible,
.gst-phc__launcher-dismiss:focus-visible,
.gst-phc__dot:focus-visible,
.gst-phc__chat-controls input:focus,
.gst-phc__chat-controls textarea:focus,
.gst-phc__chat-controls button:focus-visible {
	outline: 3px solid rgba(37, 39, 43, .2);
	outline-offset: 3px;
}

.gst-phc .gst-phc__launcher-avatar {
	position: absolute;
	left: 44px;
	bottom: -4px;
	z-index: 2;
	display: block;
	width: 88px;
	height: 68px;
	overflow: visible;
	pointer-events: none;
	transform: translateX(-50%);
}

.gst-phc .gst-phc__launcher-avatar img {
	display: block;
	width: 94px;
	max-width: none;
	height: auto;
	image-rendering: pixelated;
	transform: translate(-5px, 6px);
	filter: drop-shadow(3px 4px 0 rgba(37, 39, 43, .15));
}

.gst-phc .gst-phc__launcher-avatar img {
	width: 94px !important;
	max-width: none !important;
	height: auto !important;
	min-height: 64px;
	object-fit: contain !important;
}

.gst-phc .gst-phc__launcher-dismiss {
	position: absolute;
	right: -8px;
	top: -10px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 2px solid var(--gst-phc-ink);
	border-radius: 999px;
	appearance: none;
	-webkit-appearance: none;
	background: #fffdf2;
	box-shadow: 0 3px 0 rgba(37, 39, 43, .24);
	color: var(--gst-phc-red-dark);
	cursor: pointer;
	font-size: 17px;
	font-weight: 950;
	line-height: 1;
}

.gst-phc .gst-phc__launcher-dismiss {
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	border: 2px solid var(--gst-phc-ink) !important;
	border-radius: 999px !important;
	background: #fffdf2 !important;
	color: var(--gst-phc-red-dark) !important;
	font-size: 17px !important;
	line-height: 1 !important;
}

.gst-phc__modal {
	position: fixed;
	left: 28px;
	bottom: 26px;
	z-index: 99990;
	width: min(430px, calc(100vw - 32px));
	max-height: calc(100vh - 38px);
	overflow: visible;
	overscroll-behavior: contain;
	pointer-events: auto;
	touch-action: none;
}

body.single-product .gst-phc__modal {
	bottom: calc(112px + env(safe-area-inset-bottom, 0px));
	max-height: calc(100vh - 132px - env(safe-area-inset-bottom, 0px));
}

.gst-phc__modal.is-expanded {
	width: min(620px, calc(100vw - 32px));
}

.gst-phc__field-guide {
	position: relative;
	overflow: hidden;
	padding: 10px;
	border: 4px solid var(--gst-phc-ink);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .23) 0 20%, transparent 20%),
		linear-gradient(180deg, #fb645a 0%, var(--gst-phc-red) 52%, #c42e31 100%);
	box-shadow: 9px 9px 0 rgba(37, 39, 43, .14), inset 0 -7px 0 rgba(0, 0, 0, .18);
}

.gst-phc__field-guide::before {
	content: "";
	position: absolute;
	inset: 52px auto auto -42px;
	width: 132px;
	aspect-ratio: 1;
	border: 12px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	pointer-events: none;
}

.gst-phc__topbar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 36px;
	padding: 7px 11px;
	border: 3px solid rgba(37, 39, 43, .86);
	border-radius: 8px;
	background: rgba(99, 19, 25, .18);
}

.gst-phc__dot {
	position: relative;
	display: grid;
	place-items: center;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	aspect-ratio: 1;
	padding: 0;
	border: 2px solid var(--gst-phc-ink);
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: inset 0 -2px 0 rgba(37, 39, 43, .16);
	cursor: pointer;
	line-height: 1;
}

.gst-phc .gst-phc__dot {
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	max-height: 20px !important;
	padding: 0 !important;
	border: 2px solid var(--gst-phc-ink) !important;
	border-radius: 999px !important;
	background-image: none !important;
	line-height: 1 !important;
}

.gst-phc__dot::before,
.gst-phc__dot::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 999px;
	background: rgba(37, 39, 43, .86);
	opacity: .95;
	transform: translate(-50%, -50%);
}

.gst-phc__dot::before {
	width: 8px;
	height: 2px;
}

.gst-phc__dot::after {
	width: 2px;
	height: 8px;
}

.gst-phc__dot--red {
	background: #f15a50;
}

.gst-phc .gst-phc__dot--red {
	background-color: #f15a50 !important;
}

.gst-phc__dot--red::before,
.gst-phc__dot--red::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.gst-phc__dot--yellow {
	background: #f3d36a;
}

.gst-phc .gst-phc__dot--yellow {
	background-color: #f3d36a !important;
}

.gst-phc__dot--yellow::before {
	width: 9px;
}

.gst-phc__dot--yellow::after {
	display: none;
}

.gst-phc__dot--green {
	background: #58c878;
}

.gst-phc .gst-phc__dot--green {
	background-color: #58c878 !important;
}

.gst-phc__dot--green::before {
	width: 9px;
}

.gst-phc__topbar-label {
	margin-left: auto;
	color: #fff8e9;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 rgba(37, 39, 43, .22);
}

.gst-phc__stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 98px minmax(0, 1fr);
	gap: 8px;
	align-items: stretch;
	margin-top: 9px;
	padding: 5px 8px 0;
	border: 2px solid rgba(37, 39, 43, .9);
	border-radius: 14px;
	background:
		linear-gradient(180deg, transparent 0 44px, rgba(37, 39, 43, .14) 44px 47px, transparent 47px 50px, rgba(37, 39, 43, .08) 50px 53px, transparent 53px 100%) 16px 58px / 36px 70px no-repeat,
		linear-gradient(90deg, rgba(255, 255, 255, .42) 1px, transparent 1px) 0 0 / 24px 24px,
		linear-gradient(180deg, #fffaed 0%, #f5e9ca 100%);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .07);
}

.gst-phc__professor-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 112px;
	min-width: 0;
	margin: 0;
	overflow: hidden;
}

.gst-phc__professor-card::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 4px;
	width: 92%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(243, 211, 106, .26), rgba(54, 173, 120, .1) 49%, transparent 70%);
}

.gst-phc__professor-sprite {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	max-height: 126px;
	object-fit: contain;
	image-rendering: pixelated;
	transform: translateY(18px);
	filter: drop-shadow(4px 5px 0 rgba(37, 39, 43, .14));
	transition: transform .18s ease, filter .18s ease;
}

.gst-phc__field-guide[data-professor-pose="thinking"] .gst-phc__professor-sprite {
	transform: translateY(15px) rotate(-1deg);
}

.gst-phc__field-guide[data-professor-pose="answer"] .gst-phc__professor-sprite,
.gst-phc__field-guide[data-professor-pose="thank-you"] .gst-phc__professor-sprite {
	transform: translateY(16px) scale(1.02);
}

.gst-phc__title {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	align-self: stretch;
	min-width: 0;
	margin: 2px 0 6px;
	padding: 5px 4px 4px;
}

.gst-phc__eyebrow {
	width: fit-content;
	min-width: 0;
	margin: -9px auto 5px;
	padding: 5px 8px;
	border: 2px solid var(--gst-phc-ink);
	border-radius: 8px;
	background: #fffdf2;
	color: var(--gst-phc-red-dark);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.gst-phc__title-copy {
	display: grid;
	align-content: center;
	justify-items: center;
	min-width: 0;
}

.gst-phc__brand {
	margin: 0;
	font-size: clamp(27px, 6.4vw, 34px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: .96;
	text-align: center;
}

.gst-phc__subline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 5px 0 0;
	color: rgba(37, 39, 43, .7);
	font-size: 9px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.gst-phc__subline span {
	display: inline-block;
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: rgba(37, 39, 43, .22);
}

.gst-phc__description {
	max-width: 220px;
	margin: 6px auto 0;
	color: rgba(37, 39, 43, .74);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	text-align: center;
}

.gst-phc__chat-window {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	margin-top: 9px;
	padding: 9px;
	border: 2px solid rgba(37, 39, 43, .86);
	border-radius: 14px;
	background:
		linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)),
		url("./images/grass-chat.jpg") center / cover;
}

.gst-phc__chat-log {
	display: grid;
	align-content: start;
	gap: 13px;
	min-height: 230px;
	max-height: min(34vh, 330px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 12px;
	border: 2px solid rgba(37, 39, 43, .78);
	border-radius: 11px;
	background:
		linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)),
		url("./images/grass-chat.jpg") center / cover;
	background-clip: padding-box;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-color: rgba(37, 39, 43, .42) rgba(255, 253, 242, .28);
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	touch-action: pan-y;
}

.gst-phc__chat-log::-webkit-scrollbar {
	width: 9px;
}

.gst-phc__chat-log::-webkit-scrollbar-track {
	margin: 10px 3px;
	border-radius: 999px;
	background: rgba(255, 253, 242, .26);
}

.gst-phc__chat-log::-webkit-scrollbar-thumb {
	border: 2px solid rgba(255, 253, 242, .42);
	border-radius: 999px;
	background: rgba(37, 39, 43, .42);
}

.gst-phc__bubble {
	position: relative;
	width: min(93%, 560px);
	min-width: 0;
	padding: 11px 14px 13px;
	border: 1px solid var(--gst-phc-ink);
	border-radius: 12px;
	background: #fffdfa;
	box-shadow: 7px 7px 0 rgba(37, 39, 43, .18);
}

.gst-phc__bubble--trainer {
	justify-self: end;
}

.gst-phc__speaker {
	display: block;
	margin-bottom: 7px;
	color: var(--gst-phc-red-dark);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.gst-phc__bubble p {
	margin: 0;
	color: var(--gst-phc-ink);
	font-size: 14px;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.38;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
	word-break: break-word;
}

.gst-phc__bubble.is-typing p {
	animation: gst-phc-thinking 900ms ease-in-out infinite alternate;
	color: rgba(37, 39, 43, .58);
}

@keyframes gst-phc-thinking {
	from { opacity: .45; }
	to { opacity: 1; }
}

.gst-phc__bubble a {
	color: var(--gst-phc-red-dark);
	font-weight: 850;
	overflow-wrap: anywhere;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	word-break: break-word;
}

.gst-phc__bubble a:hover,
.gst-phc__bubble a:focus-visible {
	color: #6f191b;
}

.gst-phc__chat-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	margin: 0;
}

.gst-phc__chat-controls input,
.gst-phc__chat-controls textarea {
	width: 100%;
	min-height: 46px;
	max-height: 112px;
	padding: 11px 12px;
	border: 2px solid var(--gst-phc-ink);
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
	background: #fffdf2;
	color: var(--gst-phc-ink);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.32;
	outline: none;
	overflow-y: auto;
	resize: none;
	touch-action: manipulation;
}

.gst-phc .gst-phc__chat-controls input,
.gst-phc .gst-phc__chat-controls textarea {
	border-radius: 8px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.32 !important;
}

.gst-phc__chat-controls button {
	min-height: 46px;
	padding: 0 17px;
	border: 2px solid var(--gst-phc-ink);
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
	background: var(--gst-phc-gold);
	box-shadow: 0 4px 0 var(--gst-phc-gold-deep), 2px 2px 0 rgba(0, 0, 0, .12);
	color: var(--gst-phc-ink);
	cursor: pointer;
	font-weight: 950;
	line-height: 1;
	transform: translateY(-2px);
	transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.gst-phc .gst-phc__chat-controls button {
	min-height: 46px !important;
	padding: 0 17px !important;
	border-radius: 8px !important;
	background: var(--gst-phc-gold) !important;
	box-shadow: 0 4px 0 var(--gst-phc-gold-deep), 2px 2px 0 rgba(0, 0, 0, .12) !important;
	font-size: 16px !important;
	line-height: 1 !important;
}

.gst-phc__chat-controls button:hover {
	background: #f7dc79;
}

.gst-phc__chat-controls button:active {
	transform: translateY(2px);
	box-shadow: 0 1px 0 var(--gst-phc-gold-deep), 1px 1px 0 rgba(0, 0, 0, .1);
}

.gst-phc__chat-controls button:disabled,
.gst-phc__chat-controls input:disabled,
.gst-phc__chat-controls textarea:disabled {
	opacity: .65;
	cursor: wait;
}

.gst-phc__terms {
	position: relative;
	z-index: 1;
	margin-top: 9px;
	border: 2px solid rgba(37, 39, 43, .62);
	border-radius: 8px;
	background: rgba(255, 253, 242, .86);
	box-shadow: 3px 3px 0 rgba(37, 39, 43, .1);
}

.gst-phc__terms summary {
	min-height: 36px;
	padding: 10px 11px 9px;
	color: rgba(37, 39, 43, .78);
	cursor: pointer;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.gst-phc__terms-body {
	display: grid;
	gap: 8px;
	padding: 0 11px 11px;
	color: rgba(37, 39, 43, .78);
}

.gst-phc__terms-body p {
	margin: 0;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.gst-phc__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

@media (max-width: 740px) {
	.gst-phc__minimized {
		left: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		width: 210px;
	}

	body.single-product .gst-phc__minimized {
		bottom: calc(94px + env(safe-area-inset-bottom, 0px));
	}

	.gst-phc .gst-phc__minimized-open {
		min-height: 42px !important;
		padding: 4px 12px 4px 61px !important;
	}

	.gst-phc__minimized-avatar {
		left: 31px;
		width: 58px;
		height: 53px;
	}

	.gst-phc__minimized-avatar img {
		width: 62px !important;
	}

	.gst-phc__minimized-copy strong {
		font-size: 13px;
	}

	.gst-phc__minimized-copy small {
		font-size: 10px;
	}

	.gst-phc .gst-phc__launcher-wrap {
		left: 16px;
		bottom: 14px;
		width: min(306px, calc(100vw - 32px));
	}

	body.single-product .gst-phc .gst-phc__launcher-wrap {
		bottom: calc(112px + env(safe-area-inset-bottom, 0px));
	}

	.gst-phc .gst-phc__launcher {
		min-height: 40px;
		padding-left: 82px;
		border-width: 2px;
		font-size: clamp(15px, 4vw, 17px);
		box-shadow: 0 3px 0 var(--gst-phc-red-dark), 3px 4px 0 rgba(37, 39, 43, .12);
	}

	.gst-phc .gst-phc__launcher {
		min-height: 40px !important;
		padding: 0 16px 0 84px !important;
		border-radius: 999px !important;
		font-size: clamp(15px, 4vw, 17px) !important;
	}

	.gst-phc .gst-phc__launcher-avatar {
		left: 40px;
		width: 78px;
		height: 62px;
	}

	.gst-phc .gst-phc__launcher-avatar img {
		width: 84px;
	}

	.gst-phc .gst-phc__launcher-avatar img {
		width: 84px !important;
		min-height: 58px;
	}

	.gst-phc.gst-phc__inline-anchor {
		width: min(306px, calc(100vw - 32px));
		margin: 8px auto 16px;
	}

	.gst-phc.gst-phc__inline-anchor .gst-phc__launcher--inline {
		min-height: 40px !important;
		padding-left: 84px !important;
		font-size: 15px !important;
	}

	.gst-phc.gst-phc__inline-anchor .gst-phc__launcher-avatar {
		left: 40px;
	}

	.gst-phc__modal {
		inset: 0 !important;
		display: flex;
		align-items: stretch;
		justify-content: center;
		width: auto;
		max-width: 100%;
		height: 100vh;
		max-height: none;
		padding:
			max(8px, env(safe-area-inset-top, 0px))
			8px
			max(8px, env(safe-area-inset-bottom, 0px));
		background: rgba(255, 249, 232, .98);
		overflow: hidden;
	}

	.gst-phc .gst-phc__chat-controls input,
	.gst-phc .gst-phc__chat-controls textarea {
		font-size: 16px !important;
	}

	body.single-product .gst-phc__modal {
		inset: 0 !important;
		max-height: none;
	}

	@supports (height: 100svh) {
		.gst-phc__modal {
			height: 100svh;
		}
	}

	.gst-phc__field-guide {
		display: grid;
		grid-template-rows: auto auto minmax(0, 1fr) auto;
		width: min(430px, 100%);
		height: 100%;
		min-height: 0;
		max-height: 100%;
		overflow: hidden;
		padding: 9px;
		border-width: 3px;
		border-radius: 16px;
		box-shadow: 7px 7px 0 rgba(37, 39, 43, .14), inset 0 -7px 0 rgba(0, 0, 0, .18);
	}

	.gst-phc__stage {
		grid-template-columns: 86px minmax(0, 1fr);
	}

	.gst-phc__professor-card {
		height: 104px;
	}

	.gst-phc__professor-sprite {
		max-height: 118px;
	}

	.gst-phc__brand {
		font-size: clamp(24px, 8vw, 31px);
	}

	.gst-phc__description {
		max-width: 195px;
	}

	.gst-phc__chat-log {
		min-height: 0;
		max-height: none;
		background:
			linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)),
			url("./images/grass-chat.jpg") center / cover;
	}

	.gst-phc__chat-window {
		grid-template-rows: minmax(0, 1fr) auto;
		min-height: 0;
		overflow: hidden;
	}

	.gst-phc__chat-controls {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 390px) {
	.gst-phc .gst-phc__launcher {
		padding-left: 80px;
		font-size: 14px;
	}

	.gst-phc .gst-phc__launcher {
		padding-left: 80px !important;
		font-size: 14px !important;
	}

	.gst-phc .gst-phc__launcher-avatar {
		left: 38px;
	}

	.gst-phc.gst-phc__inline-anchor {
		width: min(294px, calc(100vw - 28px));
	}

	.gst-phc.gst-phc__inline-anchor .gst-phc__launcher--inline {
		padding-left: 78px !important;
		font-size: 14px !important;
	}

	.gst-phc.gst-phc__inline-anchor .gst-phc__launcher-avatar {
		left: 37px;
	}

	.gst-phc__stage {
		grid-template-columns: 74px minmax(0, 1fr);
		padding-left: 6px;
		padding-right: 6px;
	}

	.gst-phc__professor-card {
		height: 96px;
	}

	.gst-phc__professor-sprite {
		max-height: 108px;
	}
}
