:root {
	--blue: #0758ff;
	--blue-dark: #001f5f;
	--navy: #06162f;
	--ink: #101828;
	--muted: #667085;
	--line: #e4e7ec;
	--soft: #f5f8ff;
	--white: #fff;
	--green: #18b66a;
	--shadow: 0 14px 40px rgba(16, 24, 40, 0.12);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
	color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

button,
input,
textarea {
	font: inherit;
}

.container {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 24px;
	width: 100%;
}

.top-strip {
	background: #04162d;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
}

.main-header__inner,
.nav-bar__inner {
	align-items: center;
	display: flex;
	gap: 24px;
}

.top-strip__marquee {
	overflow: hidden;
	white-space: nowrap;
}

.top-strip__track {
	align-items: center;
	animation: techstore-marquee 28s linear infinite;
	display: inline-flex;
	gap: 52px;
	min-height: 38px;
	padding-left: 24px;
	will-change: transform;
}

.top-strip__marquee:hover .top-strip__track {
	animation-play-state: paused;
}

.top-strip span,
.help-link,
.cart-link,
.nav-category,
.trust-row div {
	align-items: center;
	display: inline-flex;
	gap: 9px;
}

@keyframes techstore-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.main-header {
	background: var(--white);
	border-bottom: 1px solid var(--line);
}

.main-header__inner {
	min-height: 96px;
}

.brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 370px;
	gap: 12px;
}

.brand__logo {
	max-height: 84px;
	object-fit: contain;
	width: min(350px, 100%);
}

.brand__mark {
	align-items: center;
	background: var(--blue);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 58px;
}

.brand__mark .dashicons {
	font-size: 34px;
	height: 34px;
	width: 34px;
}

.brand__text strong {
	color: #164cff;
	display: block;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.brand__text small {
	color: var(--navy);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 4px;
	text-transform: uppercase;
}

.search-box {
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	display: flex;
	flex: 1;
	min-width: 260px;
	overflow: hidden;
}

.search-box input {
	border: 0;
	flex: 1;
	min-height: 48px;
	min-width: 0;
	padding: 0 18px;
}

.search-box button {
	align-items: center;
	background: var(--blue);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	width: 58px;
}

.header-actions {
	align-items: center;
	display: flex;
	gap: 18px;
}

.help-link small {
	color: var(--muted);
	display: block;
	line-height: 1.1;
}

.help-link strong {
	display: block;
	font-size: 16px;
}

.help-link .dashicons {
	color: var(--navy);
	font-size: 32px;
	height: 32px;
	width: 32px;
}

.cart-link {
	color: var(--navy);
	font-weight: 700;
	position: relative;
}

.cart-link .dashicons {
	font-size: 28px;
	height: 28px;
	width: 28px;
}

.cart-link span:last-child {
	align-items: center;
	background: var(--blue);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 5px;
}

.mobile-menu-toggle {
	background: transparent;
	border: 0;
	color: var(--navy);
	display: none;
}

.nav-bar {
	background: #061a34;
	color: #fff;
}

.nav-bar__inner {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: 280px minmax(0, 1fr);
	min-height: 52px;
}

.nav-category {
	align-items: center;
	align-self: stretch;
	background: var(--blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	padding: 0 18px;
	text-transform: uppercase;
}

.nav-category .dashicons {
	font-size: 22px;
	height: 22px;
	width: 22px;
}

.nav-category .dashicons-arrow-down-alt2 {
	font-size: 16px;
	height: 16px;
	margin-left: auto;
	width: 16px;
}

.primary-menu {
	align-items: center;
	display: flex;
	gap: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	display: block;
	font-size: 13px;
	font-weight: 800;
	padding: 18px 0;
	text-transform: uppercase;
}

.home-shell {
	background: linear-gradient(180deg, #f7faff, #fff 60%);
	padding: 0;
}

.home-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 280px minmax(0, 1fr);
}

.category-sidebar {
	background: #fff;
	border: 1px solid var(--line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
	overflow: hidden;
}

.category-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 12px 0;
}

.category-sidebar a {
	align-items: center;
	color: #172033;
	display: flex;
	font-size: 14px;
	gap: 12px;
	padding: 9px 18px;
}

.category-sidebar a:hover,
.catalog-sidebar a:hover {
	color: var(--blue);
}

.pc-build-card {
	background: transparent;
	border-radius: 7px;
	display: block;
	margin: 12px 0 0;
	overflow: hidden;
}

.pc-build-card img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-main {
	min-width: 0;
}

.hero {
	background: #06162f;
	border-radius: 6px;
	box-shadow: var(--shadow);
	overflow: hidden;
	position: relative;
}

.hero__slides {
	display: grid;
	position: relative;
	width: 100%;
}

.hero__slide,
.hero__slide a,
.hero__slide img {
	grid-area: 1 / 1;
	width: 100%;
}

.hero__slide a {
	display: block;
}

.hero__slide {
	opacity: 0;
	pointer-events: none;
	position: relative;
	transition: opacity 0.45s ease;
}

.hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.hero__slide img {
	height: auto;
	object-fit: contain;
	object-position: center;
}

.hero__dots {
	bottom: 18px;
	display: flex;
	gap: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.hero__dots button {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 999px;
	cursor: pointer;
	height: 12px;
	padding: 0;
	width: 12px;
}

.hero__dots button.is-active {
	background: #fff;
}

.hero__arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
	color: var(--blue);
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
	width: 42px;
	z-index: 4;
}

.hero__arrow:hover {
	background: #fff;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
	transform: translateY(-50%) scale(1.06);
}

.hero__arrow--prev {
	left: 16px;
}

.hero__arrow--next {
	right: 16px;
}

.button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	text-transform: uppercase;
}

.button--primary {
	background: var(--blue);
	color: #fff;
}

.button--ghost {
	background: #fff;
	border-color: var(--line);
	color: var(--navy);
}

.button--whatsapp {
	background: var(--green);
	color: #fff;
}

.trust-row {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 6px;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.05);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 12px 0;
}

.trust-row div {
	padding: 15px 18px;
}

.trust-row .dashicons,
.category-rail .dashicons {
	color: var(--blue);
	font-size: 30px;
	height: 30px;
	width: 30px;
}

.dashicons.techstore-custom-icon {
	align-items: center;
	color: var(--blue);
	display: inline-flex;
	justify-content: center;
}

.dashicons.techstore-custom-icon::before {
	background: currentColor;
	content: "";
	display: block;
	height: 1em;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 1em;
}

.dashicons.techstore-icon-peripherals::before {
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M4%2014h9c.55%200%201%20.45%201%201v4c0%20.55-.45%201-1%201H4c-.55%200-1-.45-1-1v-4c0-.55.45-1%201-1Zm1.2%202v2h1.6v-2H5.2Zm3%200v2h1.6v-2H8.2Zm3%200v2h1.6v-2h-1.6ZM17%203h1c2.21%200%204%201.79%204%204v6c0%202.21-1.79%204-4%204h-1c-.55%200-1-.45-1-1V4c0-.55.45-1%201-1Zm1%202v4h2V7c0-1.1-.9-2-2-2Zm0%206v4c1.1%200%202-.9%202-2v-2h-2ZM11%204c1.66%200%203%201.34%203%203v4h-2V7c0-.55-.45-1-1-1H8V4h3Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M4%2014h9c.55%200%201%20.45%201%201v4c0%20.55-.45%201-1%201H4c-.55%200-1-.45-1-1v-4c0-.55.45-1%201-1Zm1.2%202v2h1.6v-2H5.2Zm3%200v2h1.6v-2H8.2Zm3%200v2h1.6v-2h-1.6ZM17%203h1c2.21%200%204%201.79%204%204v6c0%202.21-1.79%204-4%204h-1c-.55%200-1-.45-1-1V4c0-.55.45-1%201-1Zm1%202v4h2V7c0-1.1-.9-2-2-2Zm0%206v4c1.1%200%202-.9%202-2v-2h-2ZM11%204c1.66%200%203%201.34%203%203v4h-2V7c0-.55-.45-1-1-1H8V4h3Z'/%3E%3C/svg%3E");
}

.dashicons.techstore-icon-accessories::before {
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%203a8%208%200%200%200-8%208v5c0%201.66%201.34%203%203%203h1c.55%200%201-.45%201-1v-6c0-.55-.45-1-1-1H6a6%206%200%200%201%2012%200h-2c-.55%200-1%20.45-1%201v6c0%20.55.45%201%201%201h1c1.66%200%203-1.34%203-3v-5a8%208%200%200%200-8-8Zm-5%2010v4c-.55%200-1-.45-1-1v-3h1Zm11%200v3c0%20.55-.45%201-1%201v-4h1ZM11%2020h2v2h-2v-2Zm-3-1h8v2H8v-2Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%203a8%208%200%200%200-8%208v5c0%201.66%201.34%203%203%203h1c.55%200%201-.45%201-1v-6c0-.55-.45-1-1-1H6a6%206%200%200%201%2012%200h-2c-.55%200-1%20.45-1%201v6c0%20.55.45%201%201%201h1c1.66%200%203-1.34%203-3v-5a8%208%200%200%200-8-8Zm-5%2010v4c-.55%200-1-.45-1-1v-3h1Zm11%200v3c0%20.55-.45%201-1%201v-4h1ZM11%2020h2v2h-2v-2Zm-3-1h8v2H8v-2Z'/%3E%3C/svg%3E");
}

.trust-row strong,
.trust-row small {
	display: block;
	line-height: 1.2;
}

.trust-row small {
	color: var(--muted);
}

.category-carousel {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 36px minmax(0, 1fr) 36px;
	margin: 12px 0;
}

.category-carousel__viewport {
	margin: -2px;
	overflow-x: auto;
	padding: 2px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.category-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.category-carousel__button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(16, 24, 40, 0.1);
	color: var(--blue);
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
	width: 36px;
}

.category-carousel__button:disabled {
	cursor: default;
	opacity: 0.35;
}

.category-carousel__button:not(:disabled):hover {
	box-shadow: 0 14px 26px rgba(16, 24, 40, 0.16);
	transform: translateY(-2px);
}

.category-rail {
	display: grid;
	gap: 12px;
	grid-auto-columns: 120px;
	grid-auto-flow: column;
	padding-bottom: 2px;
}

.category-rail a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	font-size: 11px;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	min-height: 112px;
	min-width: 0;
	padding: 9px 8px;
	text-align: center;
}

.category-rail__item {
	position: relative;
	scroll-snap-align: start;
}

.category-rail img {
	height: 66px;
	object-fit: contain;
	width: 82px;
}

.category-rail span {
	display: block;
	line-height: 1.08;
	max-width: 100%;
	min-height: 26px;
	overflow-wrap: anywhere;
	text-align: center;
}

.category-rail__item--instrumentos-musicales {
	background: radial-gradient(circle at 86% 18%, rgba(0, 194, 255, 0.35), transparent 34%), linear-gradient(140deg, #061734 0%, #0a2c68 52%, #155cff 100%);
	color: #fff;
	overflow: hidden;
}

.category-rail__item--instrumentos-musicales::before {
	background-image: url("../images/instrumentos-musicales-guitarra.png");
	background-position: center 18px;
	background-repeat: no-repeat;
	background-size: 176px auto;
	content: "";
	inset: 0;
	opacity: 0.72;
	position: absolute;
	transform: rotate(-9deg) translate(12px, -8px);
}

.category-rail__item--instrumentos-musicales img {
	opacity: 0;
	position: relative;
}

.category-rail__item--instrumentos-musicales span {
	color: #fff;
	position: relative;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.page-section {
	padding: 34px 0;
}

.section-heading {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.section-heading h1,
.section-heading h2 {
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
}

.section-heading a {
	color: var(--blue);
	font-size: 13px;
	font-weight: 800;
}

.product-grid,
.wishlist-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .product-grid {
	gap: 14px;
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.home .product-card__media {
	height: 154px;
}

.home .product-card h3 {
	font-size: 12px;
	min-height: 50px;
}

.home .product-card__price {
	align-items: start;
	display: block;
}

.home .product-card__price strong {
	display: block;
	font-size: 14px;
}

.home .product-card__price del {
	display: inline-block;
	margin-top: 2px;
}

.product-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(16, 24, 40, 0.04);
	overflow: hidden;
}

.product-card__media {
	align-items: center;
	background: #fff;
	display: flex;
	height: 170px;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.product-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-card__badge {
	background: var(--blue);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	left: 10px;
	padding: 4px 8px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	z-index: 2;
}

.product-card__body {
	padding: 14px;
}

.product-card h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 10px;
	min-height: 38px;
}

.product-card__price {
	align-items: baseline;
	display: flex;
	gap: 8px;
}

.product-card__price strong {
	font-size: 18px;
}

.product-card__price del {
	color: #98a2b3;
	font-size: 13px;
}

.product-card__actions {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 10px;
}

.icon-button {
	align-items: center;
	background: #f2f5fb;
	border: 1px solid var(--line);
	border-radius: 5px;
	color: var(--blue);
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.icon-button--primary {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.icon-button.is-active,
.js-wishlist.is-active {
	background: #06162f;
	border-color: #06162f;
	color: #fff;
}

.techstore-toast {
	background: #06162f;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	bottom: 22px;
	box-shadow: 0 16px 32px rgba(16, 24, 40, 0.22);
	color: #fff;
	font-weight: 800;
	opacity: 0;
	padding: 13px 18px;
	pointer-events: none;
	position: fixed;
	right: 22px;
	transform: translateY(12px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 9999;
}

.techstore-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.promo-band {
	padding: 0 0 24px;
}

.promo-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.promo-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

.promo-tile {
	background: #081a35 var(--promo-bg) center / cover;
	border-radius: 8px;
	color: #fff;
	display: block;
	min-height: 176px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.promo-tile::before {
	background: linear-gradient(90deg, rgba(4, 10, 28, 0.94), rgba(4, 10, 28, 0.28));
	content: "";
	inset: 0;
	position: absolute;
}

.promo-tile span,
.promo-tile h2,
.promo-tile p,
.promo-tile strong {
	position: relative;
	z-index: 1;
}

.promo-tile span {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.promo-tile h2 {
	font-size: 20px;
	line-height: 1.1;
	margin: 4px 0 8px;
	text-transform: uppercase;
}

.promo-tile p {
	margin: 0;
}

.promo-tile strong {
	align-items: center;
	background: var(--blue);
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	margin-top: 20px;
	min-height: 34px;
	padding: 0 14px;
	text-transform: uppercase;
}

.offer-strip {
	padding: 0 0 34px;
}

.offer-strip__inner {
	align-items: center;
	background: linear-gradient(90deg, #f5f8ff, #eef4ff);
	border: 1px solid #dbe8ff;
	border-radius: 8px;
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(220px, 1fr) auto auto;
	padding: 24px 42px;
}

.offer-strip__icon,
.newsletter-icon {
	align-items: center;
	background: var(--blue);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 76px;
	justify-content: center;
	width: 76px;
}

.offer-strip__icon .dashicons,
.newsletter-icon .dashicons {
	font-size: 42px;
	height: 42px;
	width: 42px;
}

.offer-strip h2,
.newsletter-card h2 {
	font-size: 22px;
	line-height: 1.1;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.offer-strip p,
.newsletter-card p {
	margin: 0;
}

.countdown {
	display: flex;
	gap: 12px;
}

.countdown span {
	background: #fff;
	border: 1px solid #d0dfff;
	border-radius: 6px;
	display: block;
	min-width: 64px;
	padding: 10px 8px;
	text-align: center;
}

.countdown strong,
.countdown small {
	display: block;
	line-height: 1.1;
}

.countdown strong {
	font-size: 22px;
}

.countdown small {
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	margin-top: 5px;
	text-transform: uppercase;
}

.page-section--compact {
	padding-top: 10px;
}

.benefit-band {
	padding: 0 0 34px;
}

.benefit-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.benefit-grid div {
	align-items: center;
	background: #f5f8ff;
	border: 1px solid #e4ecff;
	border-radius: 8px;
	display: grid;
	gap: 2px 16px;
	grid-template-columns: auto 1fr;
	padding: 22px;
}

.benefit-grid .dashicons {
	align-items: center;
	color: var(--blue);
	display: inline-flex;
	font-size: 42px;
	grid-row: span 2;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.benefit-grid strong,
.benefit-grid small {
	display: block;
}

.benefit-grid small {
	color: var(--muted);
}

.news-section,
.brand-section {
	padding: 0 0 34px;
}

.news-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, 1fr);
}

.news-card {
	background: #06162f var(--news-bg) center / cover;
	border-radius: 8px;
	color: #fff;
	min-height: 210px;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.news-card::before {
	background: linear-gradient(90deg, rgba(4, 10, 28, 0.94), rgba(4, 10, 28, 0.36));
	content: "";
	inset: 0;
	position: absolute;
}

.news-card span,
.news-card h3,
.news-card p,
.news-card a {
	position: relative;
	z-index: 1;
}

.news-card span {
	background: var(--blue);
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 36px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.news-card h3 {
	font-size: 22px;
	line-height: 1.15;
	margin: 0 0 8px;
}

.news-card p {
	color: #dbe8ff;
	margin: 0 0 10px;
	max-width: 360px;
}

.news-card a {
	font-weight: 800;
}

.brand-strip {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(8, 1fr);
	padding: 12px 0;
}

.brand-strip span {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(219, 227, 240, 0.75);
	border-radius: 8px;
	color: #101828;
	display: inline-flex;
	font-size: 25px;
	font-weight: 900;
	height: 68px;
	justify-content: center;
	padding: 12px 14px;
	text-align: center;
}

.brand-strip img {
	display: block;
	filter: grayscale(1);
	max-height: 34px;
	max-width: 100%;
	object-fit: contain;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.brand-strip span:hover img {
	filter: grayscale(0);
	transform: scale(1.04);
}

.brand-strip__item--dark {
	background: #061734 !important;
	border-color: rgba(21, 92, 255, 0.42) !important;
}

.brand-strip__item--dark img {
	filter: none;
}

.brand-logo-text {
	letter-spacing: 0.04em;
}

.newsletter-section {
	padding: 0 0 28px;
}

.newsletter-card {
	align-items: center;
	background:
		radial-gradient(circle at 7% 50%, rgba(7, 88, 255, 0.5), transparent 15%),
		linear-gradient(135deg, #06162f, #031226);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 26px;
	grid-template-columns: auto minmax(250px, 1fr) minmax(360px, 0.85fr);
	padding: 34px 44px;
}

.newsletter-card p {
	color: #dbe8ff;
}

.newsletter-form {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-form input[type="email"] {
	border: 0;
	border-radius: 5px;
	min-height: 48px;
	padding: 0 18px;
}

.newsletter-form label {
	color: #dbe8ff;
	font-size: 13px;
	grid-column: 1 / -1;
}

.archive-hero {
	background: linear-gradient(135deg, #061a34, #0737a5);
	color: #fff;
	padding: 36px 0;
}

.archive-hero__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.archive-hero p {
	font-weight: 800;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.archive-hero h1 {
	font-size: 42px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.archive-filter {
	background: #fff;
	border-radius: 999px;
	display: flex;
	padding: 6px;
	width: min(520px, 100%);
}

.archive-filter input {
	border: 0;
	flex: 1;
	min-width: 0;
	padding: 0 18px;
}

.catalog-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 250px minmax(0, 1fr);
}

.catalog-sidebar {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 18px;
	position: sticky;
	top: 16px;
}

.catalog-sidebar h2 {
	font-size: 18px;
	margin: 0 0 12px;
}

.catalog-sidebar a {
	border-bottom: 1px solid var(--line);
	display: block;
	font-weight: 700;
	padding: 10px 0;
}

.product-breadcrumb {
	background: #f5f8ff;
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-size: 13px;
	padding: 12px 0;
}

.product-breadcrumb .container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.product-breadcrumb a {
	color: var(--blue);
	font-weight: 800;
}

.product-breadcrumb strong {
	color: var(--ink);
}

.single-product {
	background: #fff;
	padding: 36px 0;
}

.single-product__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.single-product__gallery {
	min-width: 0;
}

.single-product__media {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	min-height: 460px;
	overflow: hidden;
	position: relative;
}

.single-product__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-product__thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 90px);
	margin-top: 12px;
}

.single-product__zoom {
	align-items: center;
	background: rgba(6, 22, 47, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 14px;
	transition: transform 0.2s ease, background 0.2s ease;
	width: 42px;
	z-index: 2;
}

.single-product__zoom:hover {
	background: var(--blue);
	transform: scale(1.06);
}

.single-product__thumbs button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 7px;
	cursor: pointer;
	display: flex;
	height: 76px;
	justify-content: center;
	overflow: hidden;
	padding: 4px;
}

.single-product__thumbs button.is-active {
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(7, 88, 255, 0.1);
}

.single-product__thumbs img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-product__terms a {
	background: var(--soft);
	border-radius: 999px;
	color: var(--blue);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	margin: 0 6px 12px 0;
	padding: 6px 10px;
	text-transform: uppercase;
}

.single-product__info h1 {
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.05;
	margin: 0 0 16px;
}

.single-product__brand {
	align-items: center;
	display: flex;
	gap: 8px;
	margin: -4px 0 16px;
}

.single-product__brand span {
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.single-product__brand strong {
	background: #f2f5fb;
	border-radius: 999px;
	color: var(--navy);
	padding: 5px 10px;
}

.single-product__offer-badge {
	background: linear-gradient(135deg, #155cff, #00a3ff);
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(21, 92, 255, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 8px 0 10px;
	padding: 8px 13px;
	text-transform: uppercase;
}

.single-product__price strong {
	font-size: 34px;
}

.single-product__price del {
	color: #98a2b3;
	margin-left: 10px;
}

.product-meta-line {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 14px 0;
}

.product-meta-line .is-out-of-stock {
	background: #fff1f3;
	border-radius: 999px;
	color: #c01048;
	font-weight: 800;
	padding: 5px 10px;
}

.lead {
	color: var(--muted);
	font-size: 18px;
}

.single-product__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 22px 0;
}

.single-product__actions .button:disabled {
	background: #98a2b3;
	cursor: not-allowed;
	transform: none;
}

.single-product__share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: -8px;
}

.single-product__share span {
	color: var(--muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.single-product__share a,
.single-product__share button {
	background: #f2f5fb;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--navy);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 11px;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.single-product__share a:hover,
.single-product__share button:hover {
	border-color: var(--blue);
	color: var(--blue);
	transform: translateY(-2px);
}

.product-zoom-modal {
	align-items: center;
	background: rgba(3, 10, 23, 0.84);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 28px;
	position: fixed;
	z-index: 9999;
}

.product-zoom-modal img {
	background: #fff;
	border-radius: 8px;
	max-height: 88vh;
	max-width: 92vw;
	object-fit: contain;
}

.product-zoom-modal button {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: var(--navy);
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 42px;
}

.product-service-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin: 18px 0 4px;
}

.product-service-grid div {
	background: #f8fbff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 14px;
}

.product-service-grid .dashicons {
	color: var(--blue);
	font-size: 26px;
	height: 26px;
	width: 26px;
}

.product-service-grid strong,
.product-service-grid small {
	display: block;
}

.product-service-grid strong {
	margin-top: 8px;
}

.product-service-grid small {
	color: var(--muted);
	font-size: 12px;
	line-height: 1.35;
}

.content-flow {
	color: #344054;
}

.content-flow h2 {
	color: var(--ink);
	font-size: 20px;
	margin: 24px 0 8px;
}

.content-flow ul {
	padding-left: 20px;
}

.content-flow a {
	color: var(--blue);
	font-weight: 800;
}

.content-flow li + li {
	margin-top: 6px;
}

.product-card__soldout {
	align-items: center;
	background: #fff1f3;
	border-radius: 999px;
	color: #c01048;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	min-height: 36px;
	padding: 0 11px;
	text-transform: uppercase;
}

.product-detail-section {
	background: #f5f8ff;
	padding: 32px 0;
}

.product-detail-grid {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.product-detail-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 9px;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
	padding: 24px;
}

.product-detail-card h2 {
	font-size: 22px;
	margin: 0 0 12px;
}

.product-detail-card--side {
	position: sticky;
	top: 16px;
}

.spec-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.spec-list li {
	border-bottom: 1px solid var(--line);
	padding: 12px 0;
}

.spec-list span {
	color: var(--muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.spec-list strong {
	display: block;
	margin-top: 3px;
}

.product-related {
	background: #fff;
}

.cart-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.cart-items {
	display: grid;
	gap: 14px;
}

.cart-item {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: 96px minmax(0, 1fr) auto auto;
	padding: 14px;
}

.cart-item img {
	aspect-ratio: 1;
	border-radius: 6px;
	object-fit: cover;
	width: 96px;
}

.cart-item h2 {
	font-size: 16px;
	margin: 0 0 4px;
}

.cart-item p {
	color: var(--muted);
	margin: 0 0 4px;
}

.quantity-control {
	align-items: center;
	border: 1px solid var(--line);
	border-radius: 999px;
	display: inline-flex;
	overflow: hidden;
}

.quantity-control button {
	background: #fff;
	border: 0;
	cursor: pointer;
	height: 34px;
	width: 34px;
}

.quantity-control span {
	font-weight: 800;
	min-width: 30px;
	text-align: center;
}

.remove-button {
	background: #fff1f3;
	border: 0;
	border-radius: 999px;
	color: #b42318;
	cursor: pointer;
	font-weight: 800;
	padding: 8px 12px;
}

.cart-summary {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
	padding: 20px;
	position: sticky;
	top: 16px;
}

.cart-summary h2 {
	margin: 0 0 16px;
}

.summary-line {
	border-bottom: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.summary-line--total strong {
	color: var(--blue);
	font-size: 24px;
}

.checkout-field {
	border: 1px solid var(--line);
	border-radius: 6px;
	display: block;
	margin: 6px 0 12px;
	padding: 12px;
	width: 100%;
}

.cart-summary .button {
	margin-top: 10px;
	width: 100%;
}

.empty-state {
	background: var(--soft);
	border: 1px dashed #adc6ff;
	border-radius: 8px;
	color: var(--blue-dark);
	font-weight: 800;
	padding: 24px;
	text-align: center;
}

.pc-builder-hero {
	background: radial-gradient(circle at 78% 30%, rgba(7, 88, 255, 0.35), transparent 34%), linear-gradient(135deg, #06162f, #071f55 55%, #030b18);
	color: #fff;
	overflow: hidden;
	padding: 48px 0;
}

.pc-builder-hero__grid {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
}

.pc-builder-hero__copy p {
	color: #7db8ff;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pc-builder-hero__copy h1 {
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0 0 20px;
	max-width: 820px;
	text-transform: uppercase;
}

.pc-builder-hero__copy span {
	color: #dbe8ff;
	display: block;
	font-size: 18px;
	max-width: 760px;
}

.pc-builder-hero__media {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
	overflow: hidden;
}

.pc-builder-hero__media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.pc-builder-section {
	background: #f5f8ff;
	padding: 34px 0 48px;
}

.pc-builder-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.pc-builder,
.builder-summary {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	box-shadow: 0 14px 36px rgba(16, 24, 40, 0.08);
}

.pc-builder {
	overflow: hidden;
}

.builder-progress {
	background: #06162f;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(8, 1fr);
	padding: 0;
}

.builder-progress button {
	background: rgba(255, 255, 255, 0.08);
	border: 0;
	color: #dbe8ff;
	cursor: pointer;
	font-weight: 800;
	min-height: 50px;
}

.builder-progress button.is-active {
	background: var(--blue);
	color: #fff;
}

.builder-step {
	display: none;
	padding: 28px;
}

.builder-step.is-active {
	display: block;
}

.builder-step__heading {
	margin-bottom: 22px;
}

.builder-step__heading span {
	color: var(--blue);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.builder-step__heading h2 {
	font-size: 28px;
	line-height: 1.08;
	margin: 5px 0 8px;
}

.builder-step__heading p {
	color: var(--muted);
	margin: 0;
}

.choice-grid,
.check-grid,
.field-grid {
	display: grid;
	gap: 14px;
}

.choice-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.choice-grid--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid label,
.check-grid label {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	cursor: pointer;
	display: block;
	padding: 16px;
}

.choice-grid label:has(input:checked),
.check-grid label:has(input:checked) {
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(7, 88, 255, 0.1);
}

.choice-grid input,
.check-grid input {
	margin: 0 8px 0 0;
}

.choice-grid strong {
	display: block;
	font-size: 16px;
	margin: 8px 0 4px;
}

.choice-grid small {
	color: var(--muted);
	display: block;
}

.field-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 16px;
}

.field-grid label,
.full-field {
	color: #344054;
	display: block;
	font-weight: 800;
}

.field-grid input,
.field-grid select,
.field-grid textarea,
.full-field select {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	color: var(--ink);
	display: block;
	font-weight: 500;
	margin-top: 7px;
	min-height: 46px;
	padding: 0 12px;
	width: 100%;
}

.field-grid textarea {
	padding: 12px;
}

.full-field {
	grid-column: 1 / -1;
	margin-top: 16px;
}

.check-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.builder-controls {
	align-items: center;
	border-top: 1px solid var(--line);
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	padding: 18px 28px;
}

.builder-controls .button:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.builder-summary {
	padding: 22px;
	position: sticky;
	top: 16px;
}

.builder-summary h2 {
	font-size: 22px;
	margin: 0 0 16px;
}

.builder-summary__line {
	border-bottom: 1px solid var(--line);
	padding: 11px 0;
}

.builder-summary__line span {
	color: var(--muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.builder-summary__line strong {
	display: block;
	font-size: 14px;
	margin-top: 3px;
}

.builder-summary p {
	background: var(--soft);
	border-radius: 8px;
	color: var(--blue-dark);
	font-weight: 700;
	margin: 18px 0 0;
	padding: 14px;
}

.pagination-wrap {
	margin-top: 24px;
}

.site-footer {
	background:
		radial-gradient(circle at 90% 10%, rgba(7, 88, 255, 0.28), transparent 24%),
		#031226;
	color: #d0d5dd;
	margin-top: 0;
	padding: 46px 0 18px;
}

.footer-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 1.55fr repeat(4, 1fr);
}

.site-footer h2,
.site-footer h3 {
	color: #fff;
	margin-top: 0;
}

.footer-brand img {
	background: transparent;
	max-width: 220px;
	object-fit: contain;
}

.site-footer p {
	margin: 0 0 12px;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li + li {
	margin-top: 7px;
}

.site-footer a {
	color: #d0d5dd;
}

.site-footer a:hover {
	color: #fff;
}

.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.footer-social a {
	align-items: center;
	background: rgba(7, 88, 255, 0.28);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	text-transform: uppercase;
	width: 34px;
}

.footer-whatsapp {
	align-items: center;
	background: transparent;
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	padding: 0;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 18px;
}

.payment-strip {
	background: #fff;
	border-radius: 4px;
	color: #06162f;
	font-size: 12px;
	font-weight: 900;
	padding: 4px 10px;
	word-spacing: 12px;
}

@media (max-width: 1180px) {
	.home-grid,
	.catalog-layout,
	.single-product__grid,
	.product-detail-grid,
	.cart-layout,
	.pc-builder-layout,
	.pc-builder-hero__grid {
		grid-template-columns: 1fr;
	}

	.category-sidebar,
	.catalog-sidebar,
	.product-detail-card--side,
	.cart-summary,
	.builder-summary {
		position: static;
	}

	.product-grid,
	.wishlist-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home .product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.promo-grid--four,
	.benefit-grid,
	.brand-strip,
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.offer-strip__inner,
	.newsletter-card {
		grid-template-columns: 1fr;
	}

	.category-sidebar ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.container {
		padding: 0 16px;
	}

	.header-actions,
	.nav-bar__inner {
		display: none;
	}

	.mobile-menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.main-header__inner {
		flex-wrap: wrap;
		min-height: auto;
		padding: 14px 16px;
	}

	.brand {
		flex: 1 1 auto;
	}

	.brand__logo {
		max-height: 76px;
		width: min(330px, 100%);
	}

	.search-box {
		flex-basis: 100%;
		order: 3;
	}

	.menu-open .nav-bar__inner {
		display: block;
		padding: 12px 16px;
	}

	.menu-open .nav-category {
		display: flex;
		min-height: 48px;
		width: 100%;
	}

	.menu-open .primary-menu {
		display: block;
		margin-top: 10px;
	}

	.primary-menu a {
		padding: 12px 0;
	}

	.trust-row,
	.product-service-grid,
	.promo-grid,
	.footer-grid,
	.choice-grid,
	.choice-grid--compact,
	.check-grid,
	.news-grid,
	.benefit-grid {
		grid-template-columns: 1fr 1fr;
	}

	.product-grid,
	.wishlist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.countdown,
	.newsletter-form {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.newsletter-form {
		display: grid;
	}

	.newsletter-form .button {
		width: 100%;
	}

	.archive-hero__inner {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.brand__logo {
		max-height: 66px;
		width: min(290px, 100%);
	}

	.hero__arrow {
		height: 34px;
		width: 34px;
	}

	.hero__arrow--prev {
		left: 8px;
	}

	.hero__arrow--next {
		right: 8px;
	}

	.brand__text strong {
		font-size: 24px;
	}

	.single-product__thumbs {
		grid-template-columns: repeat(3, 1fr);
	}

	.category-sidebar ul,
	.trust-row,
	.product-service-grid,
	.product-grid,
	.wishlist-grid,
	.promo-grid,
	.footer-grid,
	.news-grid,
	.benefit-grid,
	.brand-strip,
	.countdown,
	.newsletter-form {
		display: grid;
		grid-template-columns: 1fr;
	}

	.offer-strip__inner,
	.newsletter-card {
		padding: 22px;
	}

	.cart-item {
		grid-template-columns: 80px minmax(0, 1fr);
	}

	.builder-progress {
		grid-template-columns: repeat(4, 1fr);
	}

	.field-grid,
	.choice-grid,
	.choice-grid--compact,
	.check-grid {
		grid-template-columns: 1fr;
	}

	.builder-controls {
		align-items: stretch;
		flex-direction: column;
	}

	.builder-controls .button {
		width: 100%;
	}

	.quantity-control,
	.remove-button {
		grid-column: 2;
		justify-self: start;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 8px;
	}
}

@keyframes techstore-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

@keyframes techstore-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(7, 88, 255, 0.28);
	}

	50% {
		box-shadow: 0 0 0 8px rgba(7, 88, 255, 0);
	}
}

.button,
.icon-button,
.cart-link,
.help-link,
.primary-menu a,
.nav-category,
.category-sidebar a,
.category-rail a,
.product-card,
.promo-tile,
.benefit-grid div,
.news-card,
.brand-strip span,
.footer-social a,
.footer-grid a,
.single-product__thumbs button,
.choice-card,
.check-card {
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease,
		background-color 0.22s ease,
		color 0.22s ease,
		opacity 0.22s ease;
}

.button:hover,
.icon-button:hover,
.cart-link:hover,
.help-link:hover,
.nav-category:hover {
	transform: translateY(-2px);
}

.button:hover,
.icon-button:hover,
.category-rail a:hover,
.product-card:hover,
.promo-tile:hover,
.benefit-grid div:hover,
.news-card:hover {
	box-shadow: 0 18px 34px rgba(16, 24, 40, 0.16);
}

.primary-menu a {
	position: relative;
}

.primary-menu a::after {
	background: var(--blue);
	border-radius: 999px;
	bottom: 8px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.22s ease;
	width: 100%;
}

.primary-menu a:hover::after {
	transform: scaleX(1);
}

.category-sidebar a:hover {
	background: #f5f8ff;
	padding-left: 24px;
}

.category-rail a:hover,
.product-card:hover,
.promo-tile:hover,
.benefit-grid div:hover,
.news-card:hover,
.single-product__thumbs button:hover,
.choice-card:hover,
.check-card:hover {
	transform: translateY(-5px);
}

.product-card__media img,
.promo-tile::before,
.news-card::before,
.brand__logo {
	transition: transform 0.34s ease, opacity 0.34s ease;
}

.product-card:hover .product-card__media img {
	transform: scale(1.06);
}

.promo-tile:hover::before,
.news-card:hover::before {
	opacity: 0.82;
}

.brand:hover .brand__logo {
	transform: scale(1.035);
}

.hero {
	animation: techstore-float 7s ease-in-out infinite;
}

.nav-category,
.button--primary,
.icon-button--primary {
	animation: techstore-pulse 3.4s ease-in-out infinite;
}

.motion-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 0.58s ease var(--motion-delay, 0ms),
		transform 0.58s ease var(--motion-delay, 0ms);
}

.motion-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
