:root {
	--pg-bg-main: #0b0f1a;
	--pg-bg-card: #12182a;
	--pg-bg-input: #0f1424;
	--pg-accent: #7c3aed;
	--pg-accent-hot: #c026d3;
	--pg-accent-hover: #6d28d9;
	--pg-text-main: #ffffff;
	--pg-text-secondary: #9ca3af;
	--pg-success: #10b981;
	--pg-sale: #ef4444;
}

.pg-new-home-body {
	margin: 0;
	background:
		radial-gradient(circle at 20% 10%, rgba(124, 58, 237, 0.14), transparent 28%),
		radial-gradient(circle at 80% 40%, rgba(168, 85, 247, 0.1), transparent 28%),
		linear-gradient(180deg, #0b0f1a 0%, #090b14 100%);
	color: var(--pg-text-main);
	font-family: Inter, sans-serif;
}

.pg-new-home-body *,
.pg-new-home-body *::before,
.pg-new-home-body *::after {
	box-sizing: border-box;
}

.pg-new-home-body a {
	color: inherit;
	text-decoration: none;
}

.pg-container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.pg-header {
	position: relative;
	z-index: 3000;
	background: rgba(11, 15, 26, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(16px);
}

.pg-header__top {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 72px;
	padding: 16px 0;
}

.pg-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
}

.pg-logo__image {
	display: block;
	width: auto;
	height: 86px;
	max-height: 86px;
	object-fit: contain;
}

.pg-logo__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 12px;
}

.pg-header-search {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	max-width: 576px;
	margin: 0 auto;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #9ca3af;
}

.pg-header-search input {
	width: 100%;
	min-width: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	color: #ffffff;
	font: inherit;
}

.pg-header-search input::placeholder {
	color: #9ca3af;
}

.pg-header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
	color: #e5e7eb;
	font-size: 14px;
	font-weight: 700;
}

.pg-header-switchers {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.pg-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 3px;
	list-style: none;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
}

.pg-language-switcher__item a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 9px;
	border-radius: 999px;
	color: #d1d5db;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.pg-language-switcher__item a:hover,
.pg-language-switcher__item.is-active a {
	background: rgba(124, 58, 237, 0.95);
	color: #ffffff;
}

.pg-currency-switcher {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: #d1d5db;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.pg-currency-switcher--fallback span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 36px;
	padding: 0 12px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #ffffff;
}

.pg-currency-switcher .wcml_currency_switcher,
.pg-currency-switcher .wcml_currency_switcher ul {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pg-currency-switcher .wcml_currency_switcher {
	padding: 3px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
}

.pg-currency-switcher .wcml_currency_switcher a,
.pg-currency-switcher .wcml_currency_switcher li,
.pg-currency-switcher .wcml_currency_switcher span {
	color: #d1d5db;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.pg-currency-switcher .wcml_currency_switcher a,
.pg-currency-switcher .wcml_currency_switcher li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 28px;
	padding: 0 9px;
	border-radius: 999px;
}

.pg-currency-switcher .wcml_currency_switcher a:hover,
.pg-currency-switcher .wcml_currency_switcher .wcml-cs-active-currency a,
.pg-currency-switcher .wcml_currency_switcher li.wcml-cs-active-currency > span {
	background: rgba(124, 58, 237, 0.95);
	color: #ffffff;
}

.pg-header-actions a:hover {
	color: #ffffff;
}

.pg-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pg-cart-link strong {
	position: absolute;
	top: -12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--pg-accent);
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
}

.pg-nav {
	background: rgba(255, 255, 255, 0.04);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	position: relative;
	z-index: 3001;
	overflow: visible;
}

.pg-nav__inner {
	display: flex;
	justify-content: center;
	padding: 0;
	color: #d1d5db;
	font-size: 16px;
	font-weight: 700;
	overflow: visible;
}

.pg-nav__menu {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}

.pg-nav__menu li {
	position: relative;
	margin: 0;
}

.pg-nav__menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	color: #d1d5db;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
	white-space: nowrap;
}

.pg-nav__menu a .dropdown-menu-toggle,
.pg-nav__menu a .ast-icon,
.pg-nav__menu a .sub-arrow,
.pg-nav__menu a svg {
	display: none;
}

.pg-nav__menu > li > a {
	min-height: 56px;
}

.pg-nav__menu a:hover,
.pg-nav__menu li:hover > a,
.pg-nav__menu li:focus-within > a,
.pg-nav__menu .current-menu-item > a,
.pg-nav__menu .current_page_item > a,
.pg-nav__menu .current-menu-ancestor > a,
.pg-nav__menu .current-menu-parent > a,
.pg-nav__menu .is-active {
	color: #ffffff;
}

.pg-nav__menu > .current-menu-item > a,
.pg-nav__menu > .current_page_item > a,
.pg-nav__menu > .current-menu-ancestor > a,
.pg-nav__menu > .current-menu-parent > a,
.pg-nav__menu > li:hover > a,
.pg-nav__menu > li:focus-within > a,
.pg-nav__menu > li > .is-active {
	background: linear-gradient(135deg, #9b4dff, var(--pg-accent));
	color: #c084fc;
}

.pg-nav__menu > li:hover > a,
.pg-nav__menu > li:focus-within > a,
.pg-nav__menu > .current-menu-item > a,
.pg-nav__menu > .current_page_item > a,
.pg-nav__menu > .current-menu-ancestor > a,
.pg-nav__menu > .current-menu-parent > a,
.pg-nav__menu > li > .is-active {
	color: #ffffff;
}

.pg-nav__menu .sub-menu .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(-45deg);
}

.pg-nav__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3002;
	display: none;
	min-width: 235px;
	max-height: calc(100vh - 180px);
	overflow-y: auto;
	overflow-x: visible;
	margin: 0;
	padding: 0;
	background: #130c20;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-top: 0;
	box-shadow: 0 24px 46px rgba(0, 0, 0, 0.42);
	list-style: none;
	scrollbar-color: rgba(124, 58, 237, 0.95) rgba(255, 255, 255, 0.08);
	scrollbar-width: thin;
}

.pg-nav__menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	max-height: calc(100vh - 180px);
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.pg-nav__menu .sub-menu:has(> .menu-item-has-children) {
	max-height: none;
	overflow: visible;
}

.pg-nav__menu .sub-menu::-webkit-scrollbar {
	width: 8px;
}

.pg-nav__menu .sub-menu::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.08);
}

.pg-nav__menu .sub-menu::-webkit-scrollbar-thumb {
	background: rgba(124, 58, 237, 0.95);
	border-radius: 999px;
}

.pg-nav__menu li:hover > .sub-menu,
.pg-nav__menu li:focus-within > .sub-menu {
	display: block;
}

.pg-nav__menu .sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.pg-nav__menu .sub-menu li:last-child {
	border-bottom: 0;
}

.pg-nav__menu .sub-menu a {
	position: relative;
	justify-content: center;
	min-height: 50px;
	padding: 0 44px;
	background: #130c20;
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
}

.pg-nav__menu .sub-menu li:hover > a,
.pg-nav__menu .sub-menu li:focus-within > a,
.pg-nav__menu .sub-menu .current-menu-item > a,
.pg-nav__menu .sub-menu .current_page_item > a,
.pg-nav__menu .sub-menu .current-menu-ancestor > a,
.pg-nav__menu .sub-menu .current-menu-parent > a {
	background: linear-gradient(135deg, #a855f7, var(--pg-accent));
	color: #ffffff;
}

.pg-home-hero {
	position: relative;
	z-index: 1;
}

.pg-home-hero > .pg-container {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.pg-home-hero__slides {
	position: relative;
}

.pg-home-hero__slide {
	display: none;
	align-items: center;
	min-height: 360px;
	padding: 80px 0;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}

.pg-home-hero__slide.is-active {
	display: flex;
}

.pg-home-hero__controls {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 0;
}

.pg-home-hero__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(9, 11, 20, 0.72);
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.pg-home-hero__arrow:hover {
	background: rgba(124, 58, 237, 0.9);
	border-color: rgba(124, 58, 237, 1);
	transform: translateY(-1px);
}

.pg-home-hero__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 1;
}

.pg-home-hero__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.pg-home-hero__dot.is-active,
.pg-home-hero__dot:hover {
	background: #ffffff;
	transform: scale(1.15);
}

.pg-home-hero__content {
	max-width: 672px;
	padding-top: 0;
}

.pg-home-hero__title {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(42px, 6vw, 64px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: 0 0 22px rgba(168, 85, 247, 0.55);
}

.pg-home-hero__subtitle {
	margin: 0 0 20px;
	color: #d1d5db;
	font-size: 20px;
}

.pg-home-hero__features {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 32px;
	color: #d1d5db;
}

.pg-home-hero__features span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pg-icon {
	color: var(--pg-accent-hot);
	filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.65));
}

.pg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--pg-accent-hot), var(--pg-accent));
	box-shadow: 0 0 22px rgba(168, 85, 247, 0.5);
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	cursor: pointer;
}

.pg-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 28px rgba(168, 85, 247, 0.72);
	color: #ffffff;
}

.pg-btn--large {
	padding: 16px 32px;
}

.pg-btn--small {
	padding: 10px 24px;
	font-size: 13px;
}

.pg-home-main {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 48px;
}

.pg-section {
	margin-bottom: 40px;
}

.pg-section__title {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.pg-card {
	background: linear-gradient(180deg, rgba(18, 24, 42, 0.98), rgba(16, 20, 36, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.pg-promos{
	display:grid;
	grid-template-columns:1.25fr 1fr;
	gap:20px;
}

.pg-card{
	position:relative;
	overflow:hidden;

	border-radius:24px;

	background:
			linear-gradient(
					135deg,
					#0d1022 0%,
					#14182f 50%,
					#181b34 100%
			);

	border:1px solid rgba(255,255,255,.06);

	box-shadow:none;
}

.pg-promo{
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-height:312px;
	padding:34px;
}

.pg-promo--publisher{
	background:none;
}

.pg-promo--publisher img{
	position:absolute;
	top:0;
	right:0;

	width:58%;
	height:100%;

	object-fit:cover;
	z-index:1;
}

.pg-promo h3,
.pg-promo p{
	position:relative;
	z-index:2;
}

.pg-promo h3,
.pg-featured-product h3,
.pg-small-promo h3{
	margin:0;
	color:#fff;
	font-weight:900;
	line-height:1;
	text-transform:uppercase;
}

.pg-promo h3{
	font-size:44px;
	line-height:.95;
	max-width:280px;
}

.pg-promo p{
	margin-top:14px;
	color:#d1d5db;
	font-size:20px;
	font-weight:700;
}

.pg-promo-stack{
	display:grid;
	grid-template-rows:1fr 1fr;
	gap:20px;
}

.pg-featured-product{
	position:relative;
	display:flex;
	align-items:center;
	gap:20px;
	min-height:128px;
	padding:18px;
}

.pg-featured-product__image{
	flex:0 0 180px;
	height:105px;
	border-radius:16px;
	background-size:cover;
	background-position:center;
}

.pg-featured-product__content{
	flex:1;
	min-width:0;
	padding-right:140px
}

.pg-featured-product h3{
	font-size:22px;
	line-height:1;
	margin-bottom:10px;
}

.pg-featured-product p{
	margin:0;
	font-size:20px;
	font-weight:800;
	color:#fff;
}

.pg-badge{
	position:absolute;
	top:14px;
	right:14px;

	padding:7px 14px;

	border-radius:10px;

	background:linear-gradient(
			135deg,
			var(--pg-accent-hot),
			var(--pg-accent)
	);

	color:#fff;
	font-size:18px;
	font-weight:900;
}

.pg-platform-icons{
	position:absolute;
	right:18px;
	bottom:18px;

	font-size:22px;
	color:rgba(255,255,255,.75);
}

.pg-small-promos{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
}

.pg-small-promo{
	position:relative;
	min-height:145px;
	padding:24px;
	display:flex;
	align-items:flex-end;
	overflow:hidden;
}

.pg-small-promo h3{
	position:relative;
	z-index:2;
	font-size:24px;
	line-height:.95;
	max-width:140px;
}

.pg-small-promo img{
	position:absolute;
	right:-8px;
	bottom:-8px;

	width:58%;
	height:80%;

	object-fit:contain;
}

.pg-small-promo span{
	font-size:44px;
	line-height:1;
}

.pg-small-promo strong{
	position:absolute;
	right:18px;
	bottom:8px;

	color:#c084fc;
	font-size:80px;
	line-height:1;
}

.pg-product-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:24px;
}

.pg-product-card{
	position:relative;
	display:flex;
	flex-direction:column;
	height:280px;
	overflow:hidden;

	border-radius:18px;
	background:#09112d;
	border:1px solid rgba(120,140,255,.15);

	box-shadow:
			0 0 0 1px rgba(255,255,255,.03) inset,
			0 10px 30px rgba(0,0,0,.35);

	transition:transform .25s ease;
}

.pg-product-card:hover{
	transform:translateY(-4px);
}


.pg-product-card__image::after{
	content:"";
	position:absolute;
	inset:0;

	background:linear-gradient(
			to bottom,
			transparent 55%,
			rgba(9,17,45,.45) 100%
	);
}

.pg-product-card__image-link {
	display: block;
	height: 0;
	padding-bottom: 46.74%; /* 430 / 920 * 100 */
	position: relative;
	overflow: hidden;
}

.pg-product-card__image-link img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pg-product-card__body{
	flex:1;

	display:flex;
	align-items:flex-end;
	justify-content:space-between;

	padding:14px 16px;
	background:#09112d;
}

.pg-product-card__body > div:first-child{
	min-width:0;
}

.pg-product-card h3{
	margin:0;

	font-size:12px;
	font-weight:800;
	line-height:1.1;
	text-transform:uppercase;

	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;

	height:26px;

}

.pg-product-card p{
	font-size:18px;
	font-weight:900;
	margin-top:8px;
	line-height:1;
	color:#fff;
}

.pg-product-card p .woocommerce-Price-currencySymbol{
	font-size:.8em;
}

.pg-product-card__actions{
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	justify-content:space-between;

	height:100%;
	min-width:120px;
}

.pg-product-card__platform{
	font-size:15px;
	font-weight:500;
	color:rgba(255,255,255,.9);
	white-space:nowrap;
}

.pg-product-card .pg-btn{
	margin:0;
	border-radius:999px;
	height:36px;
	min-width:105px;
	font-size:12px;
	font-weight:700;
	padding:0 16px;
}

.pg-badge{
	position:absolute;
	top:12px;
	right:12px;
	z-index:3;

	padding:6px 14px;

	border-radius:10px;

	background:linear-gradient(
			135deg,
			var(--pg-accent-hot),
			var(--pg-accent)
	);

	color:#fff;
	font-size:16px;
	font-weight:900;
	line-height:1;
}

.pg-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pg-category-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 130px;
	background:
		linear-gradient(180deg, rgba(11, 15, 26, 0.1), rgba(124, 58, 237, 0.45)),
		url("https://picsum.photos/seed/category/600/300");
	background-position: center;
	background-size: cover;
	transition: transform 0.18s ease;
}

.pg-category-card:hover {
	transform: translateY(-4px);
}

.pg-category-card h3 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

.pg-trust-section{
	display:grid;
	grid-template-columns:1fr 540px;
	gap:48px;
	align-items:center;
}

.pg-trust-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:32px;
	text-align:center;
}

.pg-trust-item__icon{
	margin-bottom:12px;
	font-size:48px;
	line-height:1;
}

.pg-trust-item h3{
	margin:0;
	color:#fff;
	font-size:18px;
	font-weight:900;
	line-height:1.2;
	text-transform:uppercase;
}

.pg-newsletter{
	padding:0;
	overflow:hidden;
	border-color:rgba(124,58,237,.4);
}

.pg-newsletter iframe{
	display:block;
	width:540px;
	height:315px;
	border:0;
}
.pg-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #090b14;
}

.pg-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	padding-top: 40px;
	padding-bottom: 32px;
	color: #9ca3af;
	font-size: 14px;
}

.pg-footer h3 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.pg-footer a {
	display: block;
	margin-bottom: 6px;
	color: #9ca3af;
}

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

.pg-footer__menu li {
	margin: 0;
	padding: 0;
}

.pg-footer a:hover {
	color: #ffffff;
}

.pg-payment-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pg-payment-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 28px;
	padding: 4px 8px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.pg-payment-badge img {
	display: block;
	max-width: 100%;
	max-height: 18px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.pg-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 18px;
	padding-bottom: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pg-footer__copyright {
	margin: 0;
	color: #7f8797;
	font-size: 13px;
	line-height: 1.4;
}

.pg-footer__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.pg-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	color: #b6bcc8;
	transition: color 0.18s ease, transform 0.18s ease;
}

.pg-footer__socials a:hover {
	color: #ffffff;
	transform: translateY(-1px);
}

.pg-footer__socials svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

@media (max-width: 980px) {
	.pg-promos,
	.pg-trust-section {
		grid-template-columns: 1fr;
	}

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

	.pg-category-grid,
	.pg-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pg-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.pg-container {
		width: min(100% - 24px, 1120px);
	}

	.pg-home-hero__slide {
		min-height: 480px;
		background-position: center;
		padding: 64px 0;
	}

	.pg-header__top {
		flex-wrap: wrap;
		gap: 14px;
	}

	.pg-logo {
		font-size: 18px;
	}

	.pg-header-search {
		order: 3;
		flex-basis: 100%;
		max-width: none;
	}

	.pg-header-switchers {
		margin-left: auto;
	}

	.pg-header-actions {
		gap: 14px;
	}

	.pg-nav__inner {
		justify-content: flex-start;
		overflow: visible;
		font-size: 14px;
	}

	.pg-nav__menu {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 20px;
	}

	.pg-nav__menu a {
		min-height: 44px;
		padding: 0 12px;
		font-size: 13px;
	}

	.pg-nav__menu > li > a {
		min-height: 48px;
	}

	.pg-nav__menu .sub-menu,
	.pg-nav__menu .sub-menu .sub-menu {
		top: 100%;
		left: 0;
		min-width: 220px;
	}

	.pg-nav__menu .sub-menu a {
		min-height: 46px;
		padding: 0 40px;
		font-size: 15px;
	}

	.pg-home-hero {
		min-height: 480px;
		background-position: center;
	}

	.pg-home-hero .pg-container {
		padding-top: 56px;
		padding-bottom: 64px;
	}

	.pg-home-hero__slide {
		min-height: 480px;
		background-position: center;
	}

	.pg-home-hero__controls {
		gap: 14px;
	}

	.pg-small-promos,
	.pg-product-grid,
	.pg-category-grid,
	.pg-trust-grid,
	.pg-footer__grid {
		grid-template-columns: 1fr;
	}

	.pg-footer__bottom {
		align-items: center;
		text-align: center;
	}

	.pg-featured-product {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 56px;
	}

	.pg-home-hero__controls {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pg-featured-product__image {
		width: 100%;
		flex-basis: auto;
	}

	.pg-newsletter__form {
		align-items: stretch;
		flex-direction: column;
		border-radius: 16px;
	}

	.pg-newsletter__form input {
		min-height: 44px;
	}
}

@media (max-width: 420px) {
	.pg-header-actions {
		width: 100%;
		justify-content: space-between;
	}

	.pg-header-switchers {
		width: 100%;
		justify-content: space-between;
		margin-left: 0;
	}

	.pg-promo,
	.pg-newsletter {
		padding: 22px;
	}

}


/* Fix: cart button + added_to_cart after AJAX */
.pg-product-card__body{
	justify-content:flex-start;
	gap:12px;
}

.pg-product-card__body > div:first-child{
	flex:1 1 auto;
	min-width:0;
}

.pg-product-card__body > a.add_to_cart_button{
	margin-left:auto;
}

.pg-product-card__body > a.add_to_cart_button,
.pg-product-card__body > a.added_to_cart{
	flex:0 0 auto;
	margin-top:0;
}

.pg-product-card__body > a.added_to_cart{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	white-space:nowrap;
	max-width:100%;
	margin-left:4px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	line-height:1;
	text-decoration:none;
	text-align:right;
}

.pg-product-card__body > a.added_to_cart:hover{
	color:#fff;
}

.pg-product-card__body{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	grid-template-areas:
		"info cart"
		"info btn";
	gap: 6px 12px;
	align-items: end;
}

.pg-product-card__body > div:first-child{
	grid-area: info;
	min-width: 0;
}

.pg-product-card__body > a.add_to_cart_button{
	grid-area: btn;
	justify-self: end;
	margin: 0;
}

.pg-product-card__body > a.added_to_cart{
	grid-area: cart;
	justify-self: end;
	align-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.pg-product-card__body > a.added_to_cart:hover{
	color: #fff;
}