/* Theme */
:root {
	--G4M3R-black: #000;
	--G4M3R-lightblack: #111;
	--G4M3R-white: #fff;
	--G4M3R-dirtywhite: #ccc;
	--G4M3R-darkerwhite: #eee;
	--G4M3R-green: #bee600;
	--G4M3R-darkgreen: #119e00;
	--G4M3R-violet: #6e0ff0;
	--G4M3R-lightviolet: #79629a;
	--G4M3R-gray: #f5f5f5;
	--G4M3R-darkgray: #707070;
	--G4M3R-darkestgray: #5a5a5a;
	--G4M3R-pink: #b50067;
	--G4M3R-font-primary: 'Syne', sans-serif;
	--G4M3R-font-secondary: 'Chakra Petch', sans-serif;
	--G4M3R-padd-xxxs: 4px;
	--G4M3R-padd-xxs: 6px;
	--G4M3R-padd-xs: 8px;
	--G4M3R-padd-sm: 16px;
	--G4M3R-padd-md: 24px;
	--G4M3R-padd-lg: 32px;
	--G4M3R-padd-xl: 48px;
	--G4M3R-padd-xxl: 64px;
	--G4M3R-padd-xxxl: 112px;
}

.content > #gamer.keychron_bundle .gamer__button {
	background: none;
	position: relative;
	font-family: var(--G4M3R-font-secondary);
	font-size: 16px;
	display: inline-flex;
	padding: 10px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	font-weight: 760;
	letter-spacing: 3.2px;
	cursor: pointer;
	width: auto;
	box-shadow: none;
}

.content > #gamer.keychron_bundle .gamer__button--full {
	width: 100% !important;
}

.content > #gamer.keychron_bundle .gamer__button--primary--outline {
	background: none;
	color: var(--G4M3R-green);
	border: 2px solid var(--G4M3R-green);
	box-shadow: 3px 3px 0px 0px var(--G4M3R-green);
}

.content > #gamer.keychron_bundle .gamer__button--primary--outline:hover {
	border: 2px solid var(--G4M3R-violet);
	box-shadow: 3px 3px 0px 0px var(--G4M3R-violet);
	color: var(--G4M3R-violet);
}

.content > #gamer.keychron_bundle .gamer__button--secondary--outline {
	background: none;
	color: var(--G4M3R-violet);
	border: 2px solid var(--G4M3R-violet);
	box-shadow: 3px 3px 0px 0px var(--G4M3R-violet);
}

.content > #gamer.keychron_bundle .gamer__button--secondary--outline:hover {
	border: 2px solid var(--G4M3R-green);
	box-shadow: 3px 3px 0px 0px var(--G4M3R-green);
	color: var(--G4M3R-green);
}

.content > #gamer.keychron_bundle .gamer__button--secondary {
	background: var(--G4M3R-violet);
	color: var(--G4M3R-white);
	fill: var(--G4M3R-white);
	border: 2px solid var(--G4M3R-violet);
	box-shadow: 3px 3px 0px 0px var(--G4M3R-green);
}

.content > #gamer.keychron_bundle .gamer__button--secondary:hover {
	background: var(--G4M3R-green);
	color: var(--G4M3R-violet);
	border: 2px solid var(--G4M3R-green);
	box-shadow: 3px 3px 0px 0px var(--G4M3R-violet);
}

.content > #gamer.keychron_bundle .gamer__button--smaller {
	font-size: 14px;
}

.content > #gamer.keychron_bundle .gamer__button img {
	transition: 0.2s ease-in-out;
}

.content > #gamer.keychron_bundle .gamer__button--square {
	position: relative;
	font-size: 24px;
	padding: 0;
	width: 35px;
	height: 32px;
	line-height: 100%;
	z-index: 1;
	flex-shrink: 0;
}

.content > #gamer.keychron_bundle .gamer__button--square svg {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2;
}

.content > #gamer.keychron_bundle .gamer__button--square svg {
	position: relative;
	width: 16px;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__button--square {
		width: 44px;
		height: 40px;
	}
}

.content > #gamer.keychron_bundle .gamer__button--text {
	display: flex;
	gap: var(--G4M3R-padd-xs);
	flex-direction: row;
	background: none;
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-height: 42px;
}

.content > #gamer.keychron_bundle .gamer__button--text:hover {
	background-color: var(--G4M3R-gray);
}

.content > #gamer.keychron_bundle .gamer__button--text span {
	color: var(--G4M3R-lightviolet) !important;
	pointer-events: none;
	user-select: none;
}

.content > #gamer.keychron_bundle .gamer__button--text img {
	pointer-events: none;
	user-select: none;
	transition: 0.6s;
}

.content > #gamer.keychron_bundle .gamer__frontsquare {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--G4M3R-violet);
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

.content > #gamer.keychron_bundle .gamer__backsquare {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	background-color: var(--G4M3R-green);
	pointer-events: none;
	user-select: none;
}

.content > #gamer.keychron_bundle .gamer__button--square:hover .gamer__frontsquare {
	background-color: var(--G4M3R-green);
}

.content > #gamer.keychron_bundle .gamer__button--square:hover svg {
	fill: var(--G4M3R-violet);
}

.content > #gamer.keychron_bundle .gamer__button--square:hover .gamer__backsquare {
	background-color: var(--G4M3R-violet);
}

.content > #gamer.keychron_bundle .gamer__backsquare--black-outline {
	top: -8px;
	left: -8px;
	border: 2px solid var(--G4M3R-black);
	background-color: unset;
	z-index: -1;
}

.content > #gamer.keychron_bundle a {
	text-decoration: none;
}

.content > #gamer.keychron_bundle img {
	max-width: unset;
}

.content > #gamer.keychron_bundle .nobr {
	white-space: nowrap;
}

.content > #gamer.keychron_bundle .gamer__gray-bg {
	background-color: var(--G4M3R-gray);
}

/* slider */
.content > #gamer.keychron_bundle .swiper {
	overflow: visible;
}
.content > #gamer.keychron_bundle .swiper-initialized {
	position: relative;
}

.content > #gamer.keychron_bundle .swiper-wrapper {
	display: flex;
	align-items: stretch;
	padding-bottom: var(--G4M3R-padd-lg);
}

.content > #gamer.keychron_bundle .swiper-scrollbar {
	position: relative;
}

.content > #gamer.keychron_bundle .swiper-buttons {
	display: none;
	position: absolute;
	top: calc(50% - 20px);
	width: 100%;
	z-index: 2;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .swiper-buttons {
		display: block;
	}
}

.content > #gamer.keychron_bundle .swiper-button-prev {
	position: absolute;
	left: -28px;
}

.content > #gamer.keychron_bundle .swiper-button-next {
	position: absolute;
	right: -16px;
}

.content > #gamer.keychron_bundle .swiper-button-disabled {
	display: none;
}

.content > #gamer.keychron_bundle .swiper-button-prev svg {
	position: relative;
}

.content > #gamer.keychron_bundle .swiper-button-next svg {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content > #gamer.keychron_bundle .swiper-button-prev::after,
.content > #gamer.keychron_bundle .swiper-button-next::after {
	content: '';
}

.content > #gamer.keychron_bundle .swiper-scrollbar {
	border-radius: 0;
}

.content > #gamer.keychron_bundle .swiper-scrollbar-drag {
	background-color: var(--G4M3R-violet);
	border-radius: 0;
	position: absolute !important;
}

.content > #gamer.keychron_bundle .swiper-slide img {
	max-width: 100%;
}

/* Sticky Bar */
.content > #gamer.keychron_bundle .gamer__bar {
	position: fixed;
	top: 0;
	left: 50%;
	right: 0;
	width: 100%;
	max-width: 1156px;
	z-index: 10;
	transition: 0.32s ease-in-out;
	transform: translate(-50%, -100%);
}

.content > #gamer.keychron_bundle .gamer__bar.show {
	transform: translate(-50%, 48px);
}

@media (min-width: 900px) {
	.content > #gamer.keychron_bundle .gamer__bar.show {
		transform: translate(-50%, 104px);
	}
}

.content > #gamer.keychron_bundle .gamer__bar-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: var(--G4M3R-padd-sm);
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	color: var(--G4M3R-white);
	backdrop-filter: blur(15px);
	padding: var(--G4M3R-padd-xs) var(--G4M3R-padd-md);
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

@media (min-width: 576px) and (hover: hover) {
	.content > #gamer.keychron_bundle .gamer__bar-content {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		background: rgba(0, 0, 0, 0.2);
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__bar-content {
		flex-direction: row;
		align-items: center;
		gap: 0;
		padding: var(--G4M3R-padd-xs) var(--G4M3R-padd-xxl);
	}
}

.content > #gamer.keychron_bundle .gamer__bar-content-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.content > #gamer.keychron_bundle .gamer__bar-content-name img {
	max-width: 96px;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__bar-content-name img {
		max-width: unset;
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__bar-content-name {
		display: contents;
	}
}

.content > #gamer.keychron_bundle .gamer__bar-content h4 {
	order: 2;
	white-space: nowrap;
}

.content > #gamer.keychron_bundle .gamer__bar-content * {
	opacity: 1;
	transition: 0.2s ease-in-out;
}

@media (min-width: 576px) and (hover: hover) {
	.content > #gamer.keychron_bundle .gamer__bar-content * {
		opacity: 0.6;
	}
}

.content > #gamer.keychron_bundle .gamer__bar-content-all-specs {
	position: relative;
	opacity: 1;
	padding-left: 8px;
	white-space: nowrap;
	transition: none;
}

@media (min-width: 576px) and (hover: hover) {
	.content > #gamer.keychron_bundle .gamer__bar-content-all-specs {
		position: absolute;
		opacity: 0;
	}
}

.content > #gamer.keychron_bundle .gamer__bar-content-all-specs .highlight {
	color: var(--G4M3R-green);
	text-decoration: underline;
	padding-left: 8px;
}

@media (min-width: 576px) and (hover: hover) {
	.content > #gamer.keychron_bundle .gamer__bar:hover .gamer__bar-content {
		background-color: rgba(0, 0, 0, 0.6);
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
		padding: var(--G4M3R-padd-sm) var(--G4M3R-padd-md);
	}

	.content > #gamer.keychron_bundle .gamer__bar:hover .gamer__bar-content * {
		opacity: 1;
	}

	.content > #gamer.keychron_bundle .gamer__bar:hover .gamer__bar-content-all-specs {
		position: relative;
		opacity: 1;
	}
}

@media (min-width: 992px) and (hover: hover) {
	.content > #gamer.keychron_bundle .gamer__bar:hover .gamer__bar-content {
		padding: var(--G4M3R-padd-md) var(--G4M3R-padd-xxl);
	}
}

/* Typography */
.content > #gamer.keychron_bundle h1,
.content > #gamer.keychron_bundle h2,
.content > #gamer.keychron_bundle h3,
.content > #gamer.keychron_bundle h4,
.content > #gamer.keychron_bundle h5,
.content > #gamer.keychron_bundle h6 {
	font-variant-numeric: lining-nums; /* fixes numerals */
	color: #1a1a1a;
}
/* Typography */
.content > #gamer.keychron_bundle .gamer__tech-boxes h1,
.content > #gamer.keychron_bundle .gamer__tech-boxes h2,
.content > #gamer.keychron_bundle .gamer__tech-boxes h3,
.content > #gamer.keychron_bundle .gamer__tech-boxes h4,
.content > #gamer.keychron_bundle .gamer__tech-boxes h5,
.content > #gamer.keychron_bundle .gamer__tech-boxes h6,
.content > #gamer.keychron_bundle .gamer__tech-boxes p {
	font-variant-numeric: lining-nums; /* fixes numerals */
	color: inherit;
}

.content > #gamer.keychron_bundle h1 {
	font-size: 4em;
	font-weight: 760;
	margin: 0;
	line-height: 100%;
}

.content > #gamer.keychron_bundle h2 {
	font-size: 2.5em;
	line-height: 125%;
	margin: 0;
	font-weight: 760;
	letter-spacing: 0;
}

.content > #gamer.keychron_bundle h3 {
	font-size: 1.9em;
	font-weight: 760;
	margin: 0;
	line-height: 125%;
}

.content > #gamer.keychron_bundle h4 {
	font-family: var(--G4M3R-font-primary);
	font-size: 1.5em;
	font-weight: 760;
	line-height: 125%;
	margin: 0;
}

.content > #gamer.keychron_bundle h5 {
	font-size: 1.25em;
	font-weight: 760;
	margin: 0;
}

.content > #gamer.keychron_bundle p {
	font-family: var(--G4M3R-font-secondary);
	color: #1a1a1a;
	line-height: 150%;
	font-weight: 400;
	font-size: 1.25em;
	margin: 0;
	padding: initial;
}

.content > #gamer.keychron_bundle p.smaller,
.content > #gamer.keychron_bundle span.smaller {
	font-size: 14px;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle p.smaller,
	.content > #gamer.keychron_bundle span.smaller {
		font-size: 1em;
	}
}

.content > #gamer.keychron_bundle .bold {
	font-weight: 700;
}

/* General */
.content > #gamer.keychron_bundle {
	position: relative;
	font-family: var(--G4M3R-font-primary);
	font-size: 12px;
	margin: 0;
	margin: 0 auto;
	scroll-behavior: smooth;
	overflow-x: hidden;

	/* font smoothing */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	.content > #gamer.keychron_bundle {
		font-size: 16px;
	}
}

::selection {
	background-color: #6e0ff0;
	color: #bee600;
}

.content > #gamer.keychron_bundle {
	box-sizing: border-box;
}

.content > #gamer.keychron_bundle .gamer__padding {
	padding: var(--G4M3R-padd-md);
}

.content > #gamer.keychron_bundle .gamer__wrapper {
	max-width: 1320px;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__padding {
		padding: var(--G4M3R-padd-xl);
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__padding {
		padding: var(--G4M3R-padd-xl);
	}
}

.content > #gamer.keychron_bundle .gamer__section-heading {
	margin-bottom: var(--G4M3R-padd-xl);
	max-width: 1000px;
}

.content > #gamer.keychron_bundle .gamer__section-heading h2 {
	margin-bottom: var(--G4M3R-padd-sm);
}

.content > #gamer.keychron_bundle .gamer__section-heading--white h2 {
	color: var(--G4M3R-white);
}

.content > #gamer.keychron_bundle .gamer__section-heading--white p {
	color: var(--G4M3R-dirtywhite);
}

.content > #gamer.keychron_bundle .gfx {
	position: absolute;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.content > #gamer.keychron_bundle .gfx--relative {
	position: relative;
	width: 100%;
}

.content > #gamer.keychron_bundle .logo-pill {
	position: absolute;
	background-color: #fff;
	border-radius: 0 100px 100px 0;
	left: 0;
	top: 64px;
	padding: 0 4px;
	z-index: 10;
	width: 132px;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .logo-pill {
		width: 160px;
	}
}

/* Hero */
.content > #gamer.keychron_bundle .gamer__hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: var(--G4M3R-gray);
	color: var(--G4M3R---white, #fff);
	padding: 0;
}

.content > #gamer.keychron_bundle .gamer__hero img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.content > #gamer.keychron_bundle .gamer__hero .gfx {
	width: 280px;
	left: 74%;
	top: 90%;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__hero .gfx {
		width: 420px;
	}
}

.content > #gamer.keychron_bundle .gamer__hero-back {
	opacity: 0;
	min-height: 500px;
	object-fit: cover;
	pointer-events: none;
	will-change: contents;
}

.content > #gamer.keychron_bundle .gamer__hero-image {
	position: relative;
	min-width: 700px;
	min-height: 500px;
	position: relative;
	max-width: 1600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__hero-image {
		min-height: unset;
	}
}

.content > #gamer.keychron_bundle .gamer__hero-pc {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	will-change: contents;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx {
	position: absolute;
	transform: scale(0);
	opacity: 0;
	filter: brightness(0.8);
	will-change: contents;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--1 {
	width: 9% !important;
	top: 34%;
	left: 30%;
	z-index: 1;
	pointer-events: none;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--2 {
	width: 40% !important;
	height: 100%;
	object-fit: contain;
	top: 0;
	z-index: 1;
	pointer-events: none;
	filter: brightness(1);
	margin: 0 auto;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--3 {
	width: 17% !important;
	top: 41%;
	right: 10%;
	z-index: 1;
	pointer-events: none;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--4 {
	display: none;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--5 {
	width: 41% !important;
	bottom: 14%;
	left: 9%;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--6 {
	display: none;
	width: 34% !important;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--7 {
	width: 38% !important;
	bottom: 12%;
	right: 8%;
}

.content > #gamer.keychron_bundle .gamer__hero-gfx--back {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__hero-gfx--1 {
		left: 16.5%;
	}
	.content > #gamer.keychron_bundle .gamer__hero-gfx--4 {
		display: block;
		width: 36% !important;
		top: 6%;
		bottom: unset;
		left: 10%;
	}
	.content > #gamer.keychron_bundle .gamer__hero-gfx--6 {
		display: block;
		width: 34% !important;
		top: 8.5%;
		bottom: unset;
		right: 5%;
	}
	.content > #gamer.keychron_bundle .gamer__hero-gfx--2 {
		display: block;
		width: 36% !important;
		top: -23%;
		bottom: unset;
		left: 36%;
	}
	.content > #gamer.keychron_bundle .mobile-bg-top {
		display: none;
	}
}

@media (max-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__hero-gfx {
		display: none;
	}
	.content > #gamer.keychron_bundle .keychron-packshot {
		display: none;
	}

	.content > #gamer.keychron_bundle .mobile-bg-top {
		width: 80% !important;
		left: 50%;
		transform: translate(-50%);
		position: absolute;
	}
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .mobile-bg-top {
		width: 95% !important;
	}
}

.content > #gamer.keychron_bundle .gamer__hero-arrow {
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}

.content > #gamer.keychron_bundle .gamer__hero-logo {
	margin-bottom: var(--G4M3R-padd-xxxl);
}

.content > #gamer.keychron_bundle .gamer__hero-copy {
	position: absolute;
	bottom: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: var(--G4M3R-padd-lg);
	z-index: 10;
	opacity: 0;
	transform: scale(2) translateY(100px) rotateX(90deg);
	pointer-events: none;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__hero-copy {
		bottom: 34%;
		padding: 0 10px;
	}
}
@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__hero-copy {
		bottom: 37%;
		padding: 0 10px;
	}
}

.content > #gamer.keychron_bundle .gamer__hero-copy svg {
	width: 350px;
	height: 34px;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__hero-copy svg {
		width: 400px;
		height: 80px;
	}
}
@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__hero-copy svg {
		width: 700px;
		height: 80px;
	}
}

.content > #gamer.keychron_bundle .gamer__hero-copy h1 {
	font-size: 2.6em;
	text-shadow: 0 10px 50px #000000, 0 0px 50px #000000, 0 0px 100px #000000;
}

.content > #gamer.keychron_bundle .gamer__hero-copy span {
	display: block;
	font-size: 1.5em;
	font-weight: 760;
	line-height: 125%;
	max-width: 420px;
}

/* Features */
.content > #gamer.keychron_bundle .gamer__features {
	padding-top: var(--G4M3R-padd-xxl);
	background-color: var(--G4M3R-gray);
	position: relative;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__features {
		padding-top: var(--G4M3R-padd-xxl);
	}
}

.content > #gamer.keychron_bundle .gamer__features p {
	max-width: 1000px;
	font-family: var(--G4M3R-font-secondary);
}

.content > #gamer.keychron_bundle .gamer__features-boxes {
	font-family: var(--G4M3R-font-secondary);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--G4M3R-padd-lg);
	z-index: 1;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__features-boxes {
		flex-direction: row;
	}
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: stretch;
	flex-basis: 33.333%;
	padding: var(--G4M3R-padd-sm);
	color: var(--G4M3R-white);
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item:hover {
	opacity: 0.86;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item:hover .gamer__features-boxes--item-bg img {
	transform: scale(1.04);
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item.show:hover {
	opacity: 1;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__features-boxes--item {
		min-height: 260px;
		padding: var(--G4M3R-padd-md);
	}
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	user-select: none;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-bg img {
	width: 100%;
	height: 100%;
	transition: 0.32s ease-in-out;
	object-fit: cover;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item[data-feature='1'] {
	position: relative;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item[data-feature='1']::after {
	content: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/gfx-flame.svg');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	left: 8px;
	top: -48px;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item[data-feature='2'] {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.1) 60%), url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/features-2.jpg');
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item[data-feature='2']::after {
	content: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/gfx-smile.svg');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	right: 52px;
	top: 24px;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item[data-feature='3'] {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.1) 60%), url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/features-3.jpg');
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item[data-feature='3']::after {
	content: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/gfx-glare.svg');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: -32px;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-details {
	opacity: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: var(--G4M3R-padd-md) var(--G4M3R-padd-sm);
	transition: 0.32s ease-in-out;
	pointer-events: none;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	z-index: 1;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__features-boxes--item-details {
		padding: var(--G4M3R-padd-lg) var(--G4M3R-padd-md);
	}
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-details span {
	opacity: 0;
	display: block;
	transform: translateY(8px);
	transition: 0.32s ease-in-out;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item.show .gamer__features-boxes--item-details {
	opacity: 1;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item.show .gamer__features-boxes--item-details span {
	transform: none;
	opacity: 1;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item.show .gamer__features-boxes--item-content .gamer__button--square {
	position: relative;
	z-index: 2;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item.show .gamer__features-boxes--item-content .gamer__button--square img {
	transform: rotate(45deg);
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-details span {
	line-height: 150%;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-content h4 {
	transition: 0.32s ease-in-out;
}

.content > #gamer.keychron_bundle .gamer__features-boxes--item-content h4.move {
	transform: translateX(32px);
	opacity: 0;
}

/* Award */
.content > #gamer.keychron_bundle .gamer__award {
	position: relative;
	background-image: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/gamer-grid.png');
	background-color: var(--G4M3R-gray);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 132px 0;
	max-width: 1600px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.content > #gamer.keychron_bundle .gamer__award {
		padding-left: inherit;
		padding-right: inherit;
	}
}

.content > #gamer.keychron_bundle .gamer__award .gamer__wrapper {
	display: contents;
}

.content > #gamer.keychron_bundle .gamer__award h4 {
	color: var(--G4M3R-violet);
	margin-bottom: var(--G4M3R-padd-sm);
}

.content > #gamer.keychron_bundle .gamer__award p {
	line-height: 24px;
	font-style: italic;
}

.content > #gamer.keychron_bundle .gamer__award-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: var(--G4M3R-padd-xl) var(--G4M3R-padd-sm);
	border: 1px solid var(--G4M3R-violet);
	background-color: var(--G4M3R-gray);
	gap: var(--G4M3R-padd-md);
	max-width: 1600px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__award-content {
		flex-direction: row;
		padding: var(--G4M3R-padd-xl) var(--G4M3R-padd-xl);
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__award-content {
		flex-direction: row;
		padding: var(--G4M3R-padd-xl) var(--G4M3R-padd-xxxl);
	}
}

.content > #gamer.keychron_bundle .gamer__award-content .gfx {
	width: 58px;
	height: 58px;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
}

.content > #gamer.keychron_bundle .gamer__award-content-copy {
	flex-basis: 60%;
}

.content > #gamer.keychron_bundle .gamer__award-content-logo {
	display: flex;
	justify-content: flex-end;
	flex-basis: 40%;
}

.content > #gamer.keychron_bundle .gamer__award-content-logo img {
	width: 100%;
	max-width: 300px;
	object-fit: contain;
}

.content > #gamer.keychron_bundle .gamer__award-content .gamer__wrapper {
	display: contents;
}

/* Power */
.content > #gamer.keychron_bundle .gamer__power {
	position: relative;
	background-color: var(--G4M3R-black);
	padding: 0;
	padding-bottom: var(--G4M3R-padd-lg);
}

.content > #gamer.keychron_bundle .gamer__power .gamer__section-heading {
	padding-right: 25%;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__power .gamer__section-heading {
		margin-bottom: var(--G4M3R-padd-xl);
	}
}

.content > #gamer.keychron_bundle .gamer__power .gfx {
	width: 60%;
	max-width: 220px;
	top: -54px;
	right: -120px;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__power .gfx {
		width: 100%;
		max-width: 282px;
		right: 26px;
	}
}

.content > #gamer.keychron_bundle .gamer__power-content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__power-content {
		flex-direction: row;
		gap: var(--G4M3R-padd-xl);
		padding: 0;
		padding-right: var(--G4M3R-padd-md);
	}
}

.content > #gamer.keychron_bundle .gamer__power-content-image {
	flex-basis: 56%;
}

.content > #gamer.keychron_bundle .gamer__power-content-image img {
	max-width: 120%;
	margin-top: -46px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__power-content-image img {
		transform: scale(1.1);
		transform-origin: left top;
		max-width: 100%;
		gap: var(--G4M3R-padd-xl);
	}
}

.content > #gamer.keychron_bundle .gamer__power-content-info {
	position: relative;
	display: grid;
	flex-basis: 46%;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--G4M3R-padd-lg);
	margin-top: -46px;
	z-index: 1;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__power-content-info {
		gap: var(--G4M3R-padd-xl);
		margin-top: 0;
	}
}

.content > #gamer.keychron_bundle .gamer__power-content-info-item {
	color: white;
}

.content > #gamer.keychron_bundle .gamer__power-content-info-item img {
	margin-bottom: var(--G4M3R-padd-xs);
}

.content > #gamer.keychron_bundle .gamer__power-content-info-item p:nth-child(2) {
	color: var(--G4M3R-darkgray);
}

.content > #gamer.keychron_bundle .gamer__power-content-info-item h4 {
	color: var(--G4M3R-green);
	margin-bottom: var(--G4M3R-padd-sm);
}

/* Tech */
.content > #gamer.keychron_bundle .gamer__tech {
	position: relative;
	background-color: var(--G4M3R-darkerwhite);
}

.content > #gamer.keychron_bundle .gamer__tech .gamer__wrapper {
	position: relative;
}

.content > #gamer.keychron_bundle .gamer__tech .gamer__section-heading {
	padding-right: 25%;
	margin-bottom: var(--G4M3R-padd-xxl);
}

.content > #gamer.keychron_bundle .gamer__tech .gfx {
	width: 60%;
	max-width: 220px;
	top: -87px;
	right: -120px;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__tech .gfx {
		right: 32px;
		width: 100%;
		max-width: 282px;
	}
}

.content > #gamer.keychron_bundle .gamer__tech-boxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--G4M3R-padd-md);
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__tech-boxes {
		gap: var(--G4M3R-padd-lg);
	}
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: var(--G4M3R-gray);
	grid-column: span 1;
	padding: var(--G4M3R-padd-md);
	overflow: hidden;
	min-height: 260px;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__tech-boxes-item {
		min-height: 200px;
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__tech-boxes-item {
		padding: var(--G4M3R-padd-lg);
		min-height: unset;
	}
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item p {
	position: relative;
	z-index: 1;
	width: 50%;
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item h3,
.content > #gamer.keychron_bundle .gamer__tech-boxes-item h4 {
	position: relative;
	z-index: 1;
	margin-bottom: var(--G4M3R-padd-md);
	width: 50%;
}

@media (max-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__tech-boxes-item h3,
	.gamer__tech-boxes-item h4 {
		font-size: 1.6em;
		margin-bottom: var(--G4M3R-padd-sm);
	}
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item--1 {
	background-image: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/bg1.jpg');
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item--2 {
	background-image: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/bg2.jpg');
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item--1::before,
.content > #gamer.keychron_bundle .gamer__tech-boxes-item--2::before,
.content > #gamer.keychron_bundle .gamer__tech-boxes-item--3::before,
.content > #gamer.keychron_bundle .gamer__tech-boxes-item--4::before,
.content > #gamer.keychron_bundle .gamer__tech-boxes-item--5::before,
.content > #gamer.keychron_bundle .gamer__tech-boxes-item--6::before,
.content > #gamer.keychron_bundle .gamer__tech-boxes-item--7::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0));
	z-index: 1;
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item--4 {
	background-image: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/tech-bg-4.jpg?v=2.0');
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item--6 {
	background-image: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/tech-bg-6.jpeg');
}

.content > #gamer.keychron_bundle .gamer__tech-boxes-item--7 {
	background-image: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/bg3.jpg');
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__tech-boxes {
		grid-template-columns: repeat(12, 1fr);
	}

	.content > #gamer.keychron_bundle .gamer__tech-boxes-item--1 {
		grid-column: span 4;
		min-height: 320px;
	}

	.content > #gamer.keychron_bundle .gamer__tech-boxes-item--2 {
		grid-column: span 4;
		min-height: 320px;
	}

	.content > #gamer.keychron_bundle .gamer__tech-boxes-item--3 {
		grid-column: span 4;
		min-height: 320px;
	}

	.content > #gamer.keychron_bundle .gamer__tech-boxes-item--4 {
		grid-column: span 4;
		min-height: 320px;
	}

	.content > #gamer.keychron_bundle .gamer__tech-boxes-item--5 {
		grid-column: span 4;
		min-height: 320px;
	}

	.content > #gamer.keychron_bundle .gamer__tech-boxes-item--6 {
		grid-column: span 4;
		min-height: 320px;
	}

	.content > #gamer.keychron_bundle .gamer__tech-boxes-item--7 {
		grid-column: span 4;
		min-height: 320px;
	}
}

.content > #gamer.keychron_bundle .gamer__tech-video-background {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
}

/* Reviews */
.content > #gamer.keychron_bundle .gamer__reviews {
	background-color: var(--G4M3R-gray);
	overflow-x: hidden;
}

.content > #gamer.keychron_bundle .gamer__reviews-top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: var(--G4M3R-padd-lg);
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__reviews-top {
		align-items: center;
		flex-direction: row;
	}
}

.content > #gamer.keychron_bundle .gamer__reviews-top-switch {
	display: flex;
	gap: var(--G4M3R-padd-sm);
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__reviews-top-switch {
		gap: var(--G4M3R-padd-lg);
	}
}

.content > #gamer.keychron_bundle .gamer__reviews-top-switch-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: var(--G4M3R-font-secondary);
	text-transform: uppercase;
	background-color: var(--G4M3R-white);
	color: var(--G4M3R-lightviolet);
	padding: var(--G4M3R-padd-sm) var(--G4M3R-padd-md);
	font-size: 10px;
	letter-spacing: 2.8px;
	opacity: 0.6;
	transition: 0.2s ease-in-out;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	user-select: none;
	cursor: pointer;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__reviews-top-switch-item {
		font-size: 12px;
	}
}

@media (min-width: 1320px) {
	.content > #gamer.keychron_bundle .gamer__reviews-top-switch-item {
		font-size: 14px;
	}
}

.content > #gamer.keychron_bundle .gamer__reviews-top-switch-item--active {
	border-bottom: 3px solid var(--G4M3R-lightviolet);
	opacity: 1;
}

.content > #gamer.keychron_bundle .gamer__reviews .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: var(--G4M3R-white);
	padding: var(--G4M3R-padd-sm) var(--G4M3R-padd-lg) var(--G4M3R-padd-lg) var(--G4M3R-padd-lg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: auto;
}

.content > #gamer.keychron_bundle .gamer__reviews .gamer__reviews-logo {
	max-width: 100%;
	margin-bottom: var(--G4M3R-padd-md);
}

.content > #gamer.keychron_bundle .gamer__reviews-author {
	margin-top: auto;
}

.content > #gamer.keychron_bundle .gamer__reviews-author img:first-child {
	display: flex;
	margin-left: auto;
	margin-top: var(--G4M3R-padd-sm);
}

.content > #gamer.keychron_bundle .gamer__reviews-author p {
	font-style: normal;
}

.content > #gamer.keychron_bundle .gamer__reviews-author h5 {
	padding-top: 20px;
}

.content > #gamer.keychron_bundle .gamer__reviews-author-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.content > #gamer.keychron_bundle .gamer__reviews-author-details-approved {
	display: flex;
	align-items: center;
	gap: 6px;
}

.content > #gamer.keychron_bundle .gamer__reviews-author-details-approved img {
	margin-top: 0 !important;
}

.content > #gamer.keychron_bundle .gamer__reviews-author-details-approved span {
	margin: 0;
	font-size: 14px;
	color: #333;
}

.content > #gamer.keychron_bundle .gamer__reviews .swiper--3 {
	display: none;
	opacity: 0;
}

.content > #gamer.keychron_bundle .gamer__reviews-stars {
	display: flex;
	align-items: center;
	margin-left: -4px;
	margin-bottom: var(--G4M3R-padd-md);
	padding-top: var(--G4M3R-padd-lg);
}

/* Footer */
.content > #gamer.keychron_bundle .gamer__footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: var(--G4M3R-padd-sm);
	background-color: var(--G4M3R-gray);
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/footer-gfx.svg?v1.1');
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__footer {
		flex-direction: row;
		gap: 0;
		padding-top: 0;
	}
}

.content > #gamer.keychron_bundle .gamer__footer img:nth-child(2) {
	order: 3;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__footer img:nth-child(2) {
		order: unset;
	}
}

.content > #gamer.keychron_bundle .gamer__footer-social {
	display: flex;
	align-items: center;
	gap: var(--G4M3R-padd-xl);
}

.content > #gamer.keychron_bundle .gamer__footer-social img {
	height: 44px;
}

/* Compare */
.content > #gamer.keychron_bundle .gamer__compare {
	position: relative;
	background-color: var(--G4M3R-gray);
}

.content > #gamer.keychron_bundle .gamer__compare .gfx:first-child {
	width: 60%;
	max-width: 134px;
	top: 48px;
	right: -80px;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare .gfx:first-child {
		top: 16px;
		right: 96px;
		width: 100%;
		max-width: 134px;
	}
}

.content > #gamer.keychron_bundle .gamer__compare .bold {
	color: var(--G4M3R-black);
}

.content > #gamer.keychron_bundle .gamer__compare-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--G4M3R-padd-sm);
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare-wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: var(--G4M3R-padd-lg);
	}
}

.content > #gamer.keychron_bundle .gamer__compare-wrapper p,
.content > #gamer.keychron_bundle .gamer__compare-wrapper span {
	font-size: 14px;
	color: var(--G4M3R-darkgray);
}

.content > #gamer.keychron_bundle .gamer__compare-item {
	position: relative;
	background-color: var(--G4M3R-white);
	padding: var(--G4M3R-padd-lg) var(--G4M3R-padd-sm);
	width: 100%;
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__compare-item {
		padding: var(--G4M3R-padd-lg) var(--G4M3R-padd-xxl);
	}
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__compare-item {
		padding: var(--G4M3R-padd-xl) var(--G4M3R-padd-xxxl);
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare-item {
		padding: var(--G4M3R-padd-lg);
	}
}

.content > #gamer.keychron_bundle .gamer__compare-item-show-specs {
	padding-left: 0;
	padding-right: 0;
}

.content > #gamer.keychron_bundle .gamer__compare-item-show-specs span {
	font-size: 12px;
}

.content > #gamer.keychron_bundle .gamer__compare-item--current {
	order: -2;
}

.content > #gamer.keychron_bundle .gamer__compare-item--higher {
	order: -1;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare-item--current {
		order: 0;
	}

	.content > #gamer.keychron_bundle .gamer__compare-item--higher {
		order: 0;
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare-item--taller::before,
	.gamer__compare-item--taller::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 24px;
		background-color: var(--G4M3R-white);
	}

	.content > #gamer.keychron_bundle .gamer__compare-item--taller::before {
		top: -24px;
	}

	.content > #gamer.keychron_bundle .gamer__compare-item--taller::after {
		bottom: -24px;
	}
}

.content > #gamer.keychron_bundle .gamer__compare-item-details {
	display: flex;
	gap: var(--G4M3R-padd-xs);
	margin-bottom: var(--G4M3R-padd-xs);
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare-item-details {
		flex-direction: column;
	}
}

.content > #gamer.keychron_bundle .gamer__compare-item-details-packshot {
	width: 100px;
	max-width: 100%;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare-item-details-packshot {
		width: unset;
	}
}

.content > #gamer.keychron_bundle .gamer__compare-item-details-packshot img {
	max-width: 100%;
	width: 100%;
}

.content > #gamer.keychron_bundle .gamer__compare-item-details-info h5 {
	margin-bottom: 2px;
}

.content > #gamer.keychron_bundle .gamer__compare-item-specs {
	overflow: hidden;
	max-height: 0;
	transition: 0.6s ease-in-out;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare-item-specs {
		display: block;
		max-height: 100% !important;
	}
}

.content > #gamer.keychron_bundle .gamer__compare-item-badge {
	display: flex;
	align-items: center;
	gap: var(--G4M3R-padd-xxs);
	font-family: var(--G4M3R-font-secondary);
	font-size: 14px;
	font-weight: 400;
	padding: var(--G4M3R-padd-xs) 0;
}

.content > #gamer.keychron_bundle .gamer__compare-item--lower .gamer__compare-item-badge span {
	color: var(--G4M3R-pink);
}

.content > #gamer.keychron_bundle .gamer__compare-item--current .gamer__compare-item-badge span {
	color: var(--G4M3R-violet);
}

.content > #gamer.keychron_bundle .gamer__compare-item--higher .gamer__compare-item-badge span {
	color: var(--G4M3R-darkgreen);
}

.content > #gamer.keychron_bundle .gamer__compare-item-benchmark {
	padding: var(--G4M3R-padd-sm) 0;
}

.content > #gamer.keychron_bundle .gamer__compare-item-benchmark > p {
	margin-bottom: var(--G4M3R-padd-xs);
}

.content > #gamer.keychron_bundle .gamer__compare-item-components {
	padding: var(--G4M3R-padd-sm) 0;
}

.content > #gamer.keychron_bundle .gamer__compare-item-components-item {
	margin-bottom: 12px;
}

.content > #gamer.keychron_bundle .gamer__compare-item-components-item:last-child {
	margin-bottom: 0;
}

.content > #gamer.keychron_bundle .gamer__compare .gamer__button {
	margin-top: var(--G4M3R-padd-xs);
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare .gamer__button {
		margin-top: var(--G4M3R-padd-md);
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__compare .gamer__button--text {
		display: none;
	}
}

.content > #gamer.keychron_bundle .gamer__compare-all-products {
	display: flex;
	justify-content: center;
	margin-top: var(--G4M3R-padd-lg);
}

/* Benchmark */
.content > #gamer.keychron_bundle .gamer__benchmark {
	position: relative;
	background-color: var(--G4M3R-black);
	overflow-x: hidden;
	padding-bottom: 0;
}

.content > #gamer.keychron_bundle .gamer__benchmark .gfx {
	width: 60%;
	max-width: 216px;
	top: 20px;
	right: -80px;
	opacity: 0.6;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__benchmark .gfx {
		width: 100%;
		height: auto;
		right: unset;
		left: 70%;
		max-width: 420px;
	}
}

.content > #gamer.keychron_bundle .gamer__benchmark-chart {
	position: relative;
	margin-top: 0;
	z-index: 2;
}

.content > #gamer.keychron_bundle .gamer__benchmark .gamer__section-heading {
	position: relative;
	z-index: 2;
}

#benchmark-chart--1,
#benchmark-chart--2,
#benchmark-chart--3 {
	min-height: 220px;
}

.content > #gamer.keychron_bundle .gamer__benchmark-chart p {
	color: var(--G4M3R-white);
	padding-left: 54px;
	margin-bottom: -8px;
}

.content > #gamer.keychron_bundle .gamer__benchmark-game {
	position: relative;
	background-color: rgba(34, 34, 34, 0.7);
	user-select: none;
}

.content > #gamer.keychron_bundle .gamer__benchmark-game > * {
	pointer-events: none;
}

.content > #gamer.keychron_bundle .gamer__benchmark-game::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 3px;
	width: 100%;
	background-color: var(--G4M3R-darkestgray);
	transition: 0.2s ease-in-out;
}

.content > #gamer.keychron_bundle .gamer__benchmark-game.gamer__benchmark-game--active::after {
	background-color: var(--G4M3R-green);
	height: 4px;
}

.content > #gamer.keychron_bundle .gamer__benchmark .swiper-wrapper {
	position: relative;
}

.content > #gamer.keychron_bundle .gamer__benchmark::after {
	content: '';
	position: absolute;
	top: -16px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.9),
		rgba(0, 0, 0, 0) 5%,
		rgba(0, 0, 0, 0) 95%,
		rgba(0, 0, 0, 0.9) 100%
	);
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

/* Products */
.content > #gamer.keychron_bundle .gamer__products {
	background-color: var(--G4M3R-white);
}

.content > #gamer.keychron_bundle .gamer__products-link {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: var(--G4M3R-padd-xl);
}

.content > #gamer.keychron_bundle .gamer__products-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--G4M3R-padd-lg);
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__products-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__products-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 50%;
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item img {
	max-width: 100%;
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-name {
	display: flex;
	align-items: center;
	gap: var(--G4M3R-padd-sm);
	margin-bottom: var(--G4M3R-padd-md);
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-description {
	margin-bottom: var(--G4M3R-padd-md);
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 2px solid var(--G4M3R-darkerwhite);
	padding: var(--G4M3R-padd-sm);
	gap: var(--G4M3R-padd-sm);
	margin-bottom: var(--G4M3R-padd-md);
	margin-top: auto;
}

@media (min-width: 1200px) and (max-width: 1320px) {
	.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs {
		min-height: 324px;
	}
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs--1 .gfx {
	width: 72px;
	top: 64px;
	left: -24px;
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs--2 .gfx {
	width: 34px;
	bottom: 56px;
	right: -24px;
	transform: rotate(20deg);
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs p {
	display: flex;
	justify-content: space-between;
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs span {
	width: 50%;
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--G4M3R-padd-sm);
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs-item p {
	flex-basis: 62%;
	font-weight: 700;
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-item-specs-item p:first-child {
	flex-basis: 32%;
	justify-content: flex-end;
	font-weight: 500;
	color: var(--G4M3R-darkgray);
	text-align: end;
}

/* Services  */

.content > #gamer.keychron_bundle .gamer__services {
	background-color: var(--G4M3R-darkerwhite);
}

.content > #gamer.keychron_bundle .gamer__services-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--G4M3R-padd-lg);
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__services-wrapper {
		flex-direction: row;
		gap: var(--G4M3R-padd-xxl);
	}
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item {
	position: relative;
	flex-basis: 50%;
	padding: var(--G4M3R-padd-md);
}
@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__services-wrapper-item {
		padding: var(--G4M3R-padd-xl);
	}
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item img {
	max-width: 100% !important;
	width: 100%;
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item h3 {
	margin-bottom: var(--G4M3R-padd-md);
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item p {
	margin-bottom: var(--G4M3R-padd-md);
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item--1 {
	color: var(--G4M3R-white);
	background-color: var(--G4M3R-violet);
}

@media (min-width: 576px) {
	.content > #gamer.keychron_bundle .gamer__services-wrapper-item--1 {
		background: url('https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/bundle/assets/bg_3-lata.jpg');
		background-size: cover;
		background-position: right;
	}
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item--2 {
	background-color: var(--G4M3R-green);
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item--2 .gfx {
	width: 180px;
	right: -86px;
	bottom: -80px;
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__services-wrapper-item--2 .gfx {
		width: 260px;
	}
}

.content > #gamer.keychron_bundle .gamer__services-wrapper-item-content {
	max-width: 80%;
}

/* Contact */
.content > #gamer.keychron_bundle .gamer__contact {
	background-color: var(--G4M3R-gray);
}

.content > #gamer.keychron_bundle .gamer__contact .gamer__wrapper {
	position: relative;
}

.content > #gamer.keychron_bundle .gamer__contact .gfx {
	right: -86px;
	bottom: -42px;
	width: 260px;
	max-width: 100%;
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__contact .gfx {
		width: unset;
	}
}

.content > #gamer.keychron_bundle .gamer__contact-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: var(--G4M3R-padd-lg);
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__contact-wrapper {
		flex-direction: row;
	}
}

.content > #gamer.keychron_bundle .gamer__contact-wrapper-item {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	flex-basis: 33.333%;
	padding: var(--G4M3R-padd-md);
	gap: var(--G4M3R-padd-xs);
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__contact-wrapper-item {
		padding: var(--G4M3R-padd-lg);
	}
}

.content > #gamer.keychron_bundle .gamer__contact-wrapper-item p {
	font-size: 1.125em;
}

.content > #gamer.keychron_bundle .gamer__contact-wrapper-item h4 {
	margin-bottom: var(--G4M3R-padd-md);
}

.content > #gamer.keychron_bundle .gamer__contact-wrapper-item-hours {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 240px;
}

.content > #gamer.keychron_bundle .gamer__contact-wrapper-item .whatsapp {
	display: flex;

	align-items: center;
}
.content > #gamer.keychron_bundle .header-top-packshot {
	font-family: var(--G4M3R-font-secondary);
}

.content > #gamer.keychron_bundle .gamer__products-wrapper-two {
	grid-template-columns: repeat(3, 1fr);
}
.content > #gamer.keychron_bundle .gamer__products-wrapper-two {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--G4M3R-padd-xl);
}

@media (min-width: 768px) {
	.content > #gamer.keychron_bundle .gamer__products-wrapper-two {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {
	.content > #gamer.keychron_bundle .gamer__products-wrapper-two {
		grid-template-columns: repeat(3, 1fr);
	}
	.content > #gamer.keychron_bundle .gamer__hero-copy svg path {
		fill: white;
	}
}

.content > #gamer.keychron_bundle .it-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.content > #gamer.keychron_bundle .it-info h3 {
	font-size: 24px;
	margin-bottom: 32px;
}

@media (max-width: 992px) {
	.content > #gamer.keychron_bundle .it-info h3 {
		font-size: 1.6rem;
	}
	.content > #gamer.keychron_bundle .logo-pill {
		top: 16px;
		width: 100px;
	}
	.content > #gamer.keychron_bundle h2 {
		font-size: 1.4rem;
	}
	.content > #gamer.keychron_bundle h3 {
		font-size: 1.2rem;
	}
	.content > #gamer.keychron_bundle .gamer__products-wrapper-item-name img:first-of-type {
		width: 25%;
	}

	.content > #gamer.keychron_bundle .gamer__hero-copy h3 {
		color: #6e0ff0;
		font-size: 1.2rem;
	}
	.content > #gamer.keychron_bundle .gamer__hero-copy {
		bottom: 10%;
		gap: 10px;
		padding: 0 10px;
	}
	.content > #gamer.keychron_bundle .mobile-bg-top {
		width: 70% !important;
		top: 15%;
	}
}
.content > #gamer.keychron_bundle .logo-pill {
	display: flex;
	align-content: center;
	justify-content: center;
}

@media only screen and (max-width: 992px) and (min-width: 552px) {
	.content > #gamer.keychron_bundle .gamer__tech-boxes-item {
		min-height: 240px;
	}
}
.content > #gamer.keychron_bundle .logo-pill a img {
	height: 100%;
}

.content > #gamer.keychron_bundle .padding {
	position: absolute;
	transform: translateY(-50%);
	color: gray;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
	font-size: 20px;
}
