body.brand-phaledo {
	--pld-dark: #100d0a;
	--pld-deep: #0a0908;
	--pld-panel: #17130f;
	--pld-panel-2: #211a15;
	--pld-cream: #f6efe4;
	--pld-soft: #d8c8b7;
	--pld-muted: #998b7f;
	--pld-line: rgba(246, 239, 228, .13);
	--pld-line-strong: rgba(246, 239, 228, .26);
	--pld-red: #9f191b;
	--pld-red-bright: #e33b34;
	--pld-gold: #d8b765;
	--pld-champ: #beb5a4;
	--pld-ink: #14100d;
	--pld-paper: #f2eee6;
	--pld-serif: "Cormorant Garamond", "Times New Roman", serif;
	--pld-sans: "Averta Std CY", "Segoe UI", Arial, sans-serif;
	background: var(--pld-dark);
	color: var(--pld-cream);
	font-family: var(--pld-sans);
}

.brand-phaledo *,
.brand-phaledo *::before,
.brand-phaledo *::after {
	box-sizing: border-box;
}

.brand-phaledo a {
	color: inherit;
	text-decoration: none;
}

.brand-phaledo img,
.brand-phaledo svg {
	display: block;
	max-width: 100%;
}

.brand-phaledo #main.no-index-main {
	margin-top: 0 !important;
	padding: 0 !important;
	background: var(--pld-dark);
}

.brand-phaledo #shopify-section-header,
.brand-phaledo #shopify-section-footer {
	background: transparent;
}

.brand-phaledo .phaledo-bottom-nav,
.brand-phaledo .gdp-bottom-nav,
.brand-phaledo .v7-tab {
	display: none !important;
}

.brand-phaledo .pld-wrap,
.brand-phaledo .phaledo-shell {
	width: min(1280px, calc(100% - 96px));
	margin: 0 auto;
}

body.template-collection\.phaledo .pld-wrap,
body.template-collection\.phaledo .pld-hdr__inner {
	width: min(1040px, calc(100% - 96px));
	max-width: 1040px;
}

body.template-collection\.phaledo .pld-hdr__inner {
	padding: 0;
}

body.template-product\.phaledo .pld-wrap,
body.template-product\.phaledo .pld-hdr__inner {
	width: min(1040px, calc(100% - 96px));
	max-width: 1040px;
}

body.template-product\.phaledo .pld-hdr__inner {
	padding: 0;
}

.brand-phaledo .pld-wrap.is-narrow {
	width: min(760px, calc(100% - 72px));
}

.brand-phaledo .pld-page {
	position: relative;
	overflow: hidden;
	background: var(--pld-dark);
	color: var(--pld-cream);
	font-family: var(--pld-sans);
}

.brand-phaledo .pld-page ::selection,
.brand-phaledo .pld-footer ::selection {
	background: rgba(159, 25, 27, .72);
	color: #fff;
}

.brand-phaledo .pld-hdr {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	height: 88px;
	color: var(--pld-cream);
	background: transparent;
	border-bottom: 1px solid transparent;
	backdrop-filter: none;
	transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease;
}

.brand-phaledo .pld-hdr.is-scrolled {
	background: rgba(13, 10, 8, .82);
	border-bottom-color: rgba(246, 239, 228, .12);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 52px rgba(0, 0, 0, .22);
}

.brand-phaledo .pld-hdr__inner {
	width: 100%;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding: 0 48px;
	display: grid;
	grid-template-columns: 210px 1fr auto;
	align-items: center;
	gap: 42px;
}

.brand-phaledo .pld-logo {
	display: inline-grid;
	gap: 2px;
	line-height: 1;
}

.brand-phaledo .pld-logo__name {
	font-family: var(--pld-sans);
	font-size: 28px;
	font-weight: 800;
	line-height: .95;
	color: #fffaf2;
	text-transform: uppercase;
}

.brand-phaledo .pld-footer-logo {
	font-family: var(--pld-serif);
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	color: #fffaf2;
}

.brand-phaledo .pld-logo__name sup,
.brand-phaledo .pld-footer-logo sup {
	font-size: 9px;
}

.brand-phaledo .pld-logo__sub,
.brand-phaledo .pld-footer-sub {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--pld-muted);
}

.brand-phaledo .pld-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(246, 239, 228, .76);
}

.brand-phaledo .pld-nav a {
	position: relative;
	padding: 35px 0;
}

.brand-phaledo .pld-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	height: 1px;
	background: var(--pld-red-bright);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s ease;
}

.brand-phaledo .pld-nav a:hover {
	color: var(--pld-cream);
}

.brand-phaledo .pld-nav a:hover::after {
	transform: scaleX(1);
}

.brand-phaledo .pld-hdr__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.brand-phaledo .pld-icon-btn,
.brand-phaledo .pld-ham,
.brand-phaledo .pld-mobile-close {
	display: grid;
	place-items: center;
	border: 1px solid rgba(246, 239, 228, .14);
	background: rgba(255, 255, 255, .03);
	color: var(--pld-cream);
	cursor: pointer;
}

.brand-phaledo .pld-icon-btn {
	width: 54px;
	height: 54px;
}

.brand-phaledo .pld-icon-btn svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-phaledo .pld-btn-line,
.brand-phaledo .pld-btn-ghost,
.brand-phaledo .pld-btn-fill,
.brand-phaledo .pld-btn-dark,
.brand-phaledo .pld-btn-gold {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 30px;
	border: 1px solid rgba(246, 239, 228, .2);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.brand-phaledo .pld-btn-line:hover,
.brand-phaledo .pld-btn-ghost:hover,
.brand-phaledo .pld-btn-fill:hover,
.brand-phaledo .pld-btn-dark:hover,
.brand-phaledo .pld-btn-gold:hover {
	transform: translateY(-1px);
}

.brand-phaledo .pld-btn-fill {
	border-color: #f3e5d0;
	background: #f3e5d0;
	color: var(--pld-ink);
	box-shadow: 0 15px 42px rgba(243, 229, 208, .12);
}

.brand-phaledo .pld-btn-ghost {
	border-color: transparent;
	background: transparent;
	color: rgba(246, 239, 228, .82);
}

.brand-phaledo .pld-btn-ghost:hover {
	border-color: rgba(246, 239, 228, .18);
}

.brand-phaledo .pld-btn-dark {
	border-color: var(--pld-ink);
	background: var(--pld-ink);
	color: var(--pld-cream);
}

.brand-phaledo .pld-btn-gold {
	border-color: #e2c36f;
	background: #d8b765;
	color: #17100a;
}

.brand-phaledo .pld-ham {
	display: none;
	width: 38px;
	height: 38px;
	padding: 0;
}

.brand-phaledo .pld-ham span {
	width: 17px;
	height: 1px;
	margin: 3px 0;
	background: currentColor;
}

.brand-phaledo .pld-mobile-overlay,
.brand-phaledo .pld-mobile-nav {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease, transform .24s ease;
}

.brand-phaledo .pld-mobile-overlay {
	inset: 0;
	z-index: 1200;
	background: rgba(0, 0, 0, .66);
}

.brand-phaledo .pld-mobile-nav {
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1210;
	width: min(320px, 86vw);
	padding: 74px 26px 26px;
	display: grid;
	align-content: start;
	gap: 18px;
	background: #120f0d;
	border-left: 1px solid var(--pld-line);
	transform: translateX(24px);
	color: var(--pld-cream);
}

.brand-phaledo .pld-mobile-nav a {
	padding: 14px 0;
	border-bottom: 1px solid var(--pld-line);
	font-size: 16px;
	font-weight: 700;
}

.brand-phaledo .pld-mobile-nav__accent {
	color: var(--pld-red-bright);
}

.brand-phaledo .pld-mobile-close {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 36px;
	height: 36px;
	padding: 0;
	font-size: 18px;
}

.brand-phaledo.pld-menu-open .pld-mobile-overlay,
.brand-phaledo.pld-menu-open .pld-mobile-nav {
	opacity: 1;
	pointer-events: auto;
}

.brand-phaledo.pld-menu-open .pld-mobile-nav {
	transform: translateX(0);
}

.brand-phaledo .pld-hero {
	position: relative;
	min-height: 100vh;
	display: grid;
	align-items: center;
	padding: 0;
	overflow: hidden;
	background: radial-gradient(circle at 78% 18%, rgba(160, 25, 25, .28), transparent 34%), radial-gradient(circle at 50% 100%, rgba(216, 183, 101, .11), transparent 30%), #100d0a;
}

.brand-phaledo .pld-hero-bg,
.brand-phaledo .pld-glow,
.brand-phaledo .pld-hero-grid {
	position: absolute;
	pointer-events: none;
}

.brand-phaledo .pld-hero-bg {
	inset: 0;
	overflow: hidden;
}

.brand-phaledo .pld-hero-grid {
	inset: 0;
	background-image: linear-gradient(rgba(246, 239, 228, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 239, 228, .06) 1px, transparent 1px);
	background-size: 106px 106px;
	mask-image: radial-gradient(circle at 50% 38%, black 0, transparent 68%);
	opacity: .78;
}

.brand-phaledo .pld-glow {
	border-radius: 999px;
	filter: blur(72px);
	opacity: .75;
}

.brand-phaledo .pld-glow-ruby {
	background: rgba(159, 25, 27, .54);
}

.brand-phaledo .pld-glow-champ {
	background: rgba(244, 215, 176, .18);
}

.brand-phaledo .pld-glow-gold {
	background: rgba(216, 183, 101, .2);
}

.brand-phaledo .pld-glow-1 {
	width: 420px;
	height: 420px;
	top: 36px;
	right: -140px;
}

.brand-phaledo .pld-glow-2 {
	width: 360px;
	height: 360px;
	left: -160px;
	bottom: 18px;
}

.brand-phaledo .pld-glow-3 {
	width: 280px;
	height: 280px;
	right: 30%;
	bottom: -130px;
}

.brand-phaledo .pld-hero-inner {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 120px 48px 80px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: center;
	gap: 56px;
}

.brand-phaledo .pld-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	color: var(--pld-champ);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .34em;
	line-height: 1.4;
	text-transform: uppercase;
}

.brand-phaledo .pld-eyebrow::before {
	content: "";
	width: 28px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--pld-gold));
}

.brand-phaledo .pld-eyebrow.is-center::after {
	content: "";
	width: 28px;
	height: 1px;
	background: linear-gradient(90deg, var(--pld-gold), transparent);
}

.brand-phaledo .pld-craft .pld-eyebrow {
	color: var(--pld-red);
}

.brand-phaledo .pld-craft .pld-eyebrow::before {
	background: linear-gradient(90deg, transparent, var(--pld-red));
}

.brand-phaledo .pld-eyebrow.is-center,
.brand-phaledo .pld-section-head.is-center {
	text-align: center;
}

.brand-phaledo .pld-hero h1,
.brand-phaledo .pld-name-title,
.brand-phaledo .pld-section-head h2,
.brand-phaledo .pld-craft h2,
.brand-phaledo .pld-coll-head h2,
.brand-phaledo .pld-footer-band h2,
.brand-phaledo .phaledo-page h1 {
	margin: 0;
	font-family: var(--pld-serif);
	font-weight: 500;
	line-height: .94;
	color: var(--pld-cream);
}

.brand-phaledo .pld-hero h1 {
	font-size: 104px;
	line-height: .98;
	letter-spacing: 0;
}

.brand-phaledo .pld-hero h1 span,
.brand-phaledo .pld-hero h1 em,
.brand-phaledo .pld-name-title span,
.brand-phaledo .pld-name-title em {
	display: block;
	font-style: normal;
}

.brand-phaledo .pld-hero h1 em,
.brand-phaledo .pld-name-title em,
.brand-phaledo .pld-section-head em,
.brand-phaledo .pld-craft em,
.brand-phaledo .pld-coll-head em {
	color: var(--pld-red-bright);
	font-family: var(--pld-serif);
	font-style: italic;
	font-weight: 500;
}

.brand-phaledo .pld-hero-brand {
	margin-top: 26px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5em;
	color: var(--pld-champ);
}

.brand-phaledo .pld-hero-sub {
	max-width: 460px;
	margin: 22px 0 0;
	color: var(--pld-soft);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
}

.brand-phaledo .pld-hero-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 46px;
}

.brand-phaledo .pld-hero-visual {
	position: relative;
	aspect-ratio: 4 / 5;
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.brand-phaledo .pld-hero-visual img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 18% center;
	transform: scale(1.02);
	box-shadow: 0 32px 82px rgba(0, 0, 0, .44);
	transition: transform 1.2s cubic-bezier(.19, 1, .22, 1), filter .9s ease;
}

.brand-phaledo .pld-halo {
	position: absolute;
	inset: 15% 4% 6% 16%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(243, 229, 208, .22), rgba(159, 25, 27, .18) 42%, transparent 70%);
	filter: blur(14px);
}

.brand-phaledo .pld-frame {
	position: absolute;
	z-index: 3;
	inset: 2%;
	overflow: visible;
	border: 1px solid rgba(246, 239, 228, .18);
	pointer-events: auto;
	transition: border-color .28s ease, box-shadow .28s ease, filter .28s ease;
}

.brand-phaledo .pld-frame::before {
	content: "";
	position: absolute;
	top: -22%;
	bottom: -22%;
	left: -66%;
	width: 32%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .05), rgba(255, 255, 255, .28), rgba(255, 255, 255, .08), transparent);
	transform: skewX(-18deg);
	opacity: 0;
	pointer-events: none;
}

.brand-phaledo .pld-frame::after {
	content: "";
	position: absolute;
	top: 12%;
	right: 13%;
	width: 18px;
	height: 18px;
	background: conic-gradient(from 45deg, transparent 0 10%, #fff8e8 11% 15%, transparent 16% 35%, rgba(216, 183, 101, .95) 36% 40%, transparent 41% 60%, #fff 61% 65%, transparent 66% 85%, rgba(227, 59, 52, .72) 86% 90%, transparent 91%);
	clip-path: polygon(50% 0, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0 50%, 42% 42%);
	filter: drop-shadow(0 0 12px rgba(255, 245, 224, .78));
	opacity: 0;
	transform: rotate(18deg) scale(.35);
	pointer-events: none;
}

.brand-phaledo .pld-frame:hover {
	border-color: rgba(216, 183, 101, .78);
	box-shadow: inset 0 0 0 1px rgba(255, 247, 226, .12), 0 0 34px rgba(216, 183, 101, .24), 0 0 52px rgba(227, 59, 52, .12);
	filter: saturate(1.08);
}

.brand-phaledo .pld-frame:hover::before {
	animation: pld-frame-sweep .95s cubic-bezier(.19, 1, .22, 1);
}

.brand-phaledo .pld-frame:hover::after {
	animation: pld-frame-star 1.05s ease-out;
}

.brand-phaledo .pld-corner {
	position: absolute;
	z-index: 4;
	width: 20px;
	height: 20px;
	border-color: var(--pld-gold);
	transition: border-color .28s ease, filter .28s ease;
}

.brand-phaledo .pld-hero-visual:hover .pld-corner {
	border-color: rgba(216, 183, 101, .86);
	filter: drop-shadow(0 0 12px rgba(216, 183, 101, .36));
}

.brand-phaledo .pld-corner.tl {
	top: 2%;
	left: 2%;
	border-top: 1px solid;
	border-left: 1px solid;
}

.brand-phaledo .pld-corner.tr {
	top: 2%;
	right: 2%;
	border-top: 1px solid;
	border-right: 1px solid;
}

.brand-phaledo .pld-corner.bl {
	bottom: 2%;
	left: 2%;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

.brand-phaledo .pld-corner.br {
	right: 2%;
	bottom: 2%;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.brand-phaledo .pld-hero-tag {
	position: absolute;
	z-index: 5;
	left: 18px;
	bottom: 18px;
	padding: 9px 15px;
	border: 1px solid rgba(246, 239, 228, .18);
	background: rgba(15, 12, 10, .6);
	color: var(--pld-cream);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.brand-phaledo .pld-scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 22px;
	z-index: 4;
	display: grid;
	justify-items: center;
	gap: 9px;
	color: rgba(246, 239, 228, .46);
	font-size: 10px;
	transform: translateX(-50%);
}

.brand-phaledo .pld-scroll-cue span:last-child {
	width: 1px;
	height: 34px;
	background: linear-gradient(180deg, rgba(246, 239, 228, .55), transparent);
}

.brand-phaledo .pld-marquee {
	position: relative;
	z-index: 5;
	overflow: hidden;
	min-height: 67px;
	border-top: 1px solid rgba(246, 239, 228, .12);
	border-bottom: 1px solid rgba(246, 239, 228, .12);
	background: #090807;
	color: rgba(246, 239, 228, .68);
}

.brand-phaledo .pld-marquee-track {
	display: flex;
	align-items: stretch;
	width: max-content;
	animation: pld-marquee 28s linear infinite;
}

.brand-phaledo .pld-marquee span {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 67px;
	padding: 0 44px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.brand-phaledo .pld-marquee span::before {
	content: "";
	width: 9px;
	height: 9px;
	margin-right: 30px;
	border-radius: 50%;
	background: var(--pld-red-bright);
	box-shadow: 0 0 16px rgba(227, 59, 52, .65);
}

@keyframes pld-marquee {
	to {
		transform: translateX(-50%);
	}
}

.brand-phaledo .pld-cats,
.brand-phaledo .pld-name,
.brand-phaledo .pld-why,
.brand-phaledo .pld-coll,
.brand-phaledo .pld-club {
	position: relative;
	background: var(--pld-dark);
}

.brand-phaledo .pld-cats {
	padding: 132px 0 156px;
}

.brand-phaledo .pld-glow-cats {
	width: 430px;
	height: 240px;
	top: 44px;
	left: 50%;
	transform: translateX(-50%);
}

.brand-phaledo .pld-section-head {
	position: relative;
	z-index: 2;
	max-width: 840px;
	margin: 0 auto 76px;
}

.brand-phaledo .pld-section-head h2,
.brand-phaledo .pld-craft h2,
.brand-phaledo .pld-coll-head h2 {
	font-size: 64px;
}

.brand-phaledo .pld-section-head p:not(.pld-eyebrow):not(.pld-club-pill),
.brand-phaledo .pld-craft p,
.brand-phaledo .pld-name-copy,
.brand-phaledo .pld-footer p,
.brand-phaledo .phaledo-lead,
.brand-phaledo .phaledo-page-head p {
	color: var(--pld-muted);
	font-size: 18px;
	line-height: 1.85;
}

.brand-phaledo .pld-cat-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	border: 0;
	background: transparent;
}

.brand-phaledo .pld-cat-card {
	position: relative;
	min-height: 330px;
	padding: 48px 24px 42px;
	display: grid;
	justify-items: center;
	align-content: center;
	gap: 22px;
	overflow: hidden;
	border: 1px solid rgba(246, 239, 228, .13);
	background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
	text-align: center;
}

.brand-phaledo .pld-cat-card:last-child {
	border-right: 1px solid rgba(246, 239, 228, .13);
}

.brand-phaledo .pld-cat-card::before {
	content: "";
	position: absolute;
	inset: -25% -15% auto;
	height: 90px;
	background: radial-gradient(circle, rgba(227, 59, 52, .18), transparent 68%);
	opacity: 0;
	transition: opacity .25s ease;
}

.brand-phaledo .pld-cat-card:hover::before {
	opacity: 1;
}

.brand-phaledo .pld-cat-icon {
	color: rgba(246, 239, 228, .86);
}

.brand-phaledo .pld-cat-icon svg {
	width: 86px;
	height: 108px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.08;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-phaledo .pld-cat-card strong {
	font-family: var(--pld-serif);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.12;
	color: var(--pld-cream);
}

.brand-phaledo .pld-cat-card small {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--pld-muted);
}

.brand-phaledo .pld-name {
	padding: 112px 0 120px;
	text-align: center;
}

.brand-phaledo .pld-glow-name {
	width: 520px;
	height: 420px;
	top: 0;
	right: -170px;
}

.brand-phaledo .pld-name-title {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 18px;
	font-size: 94px;
}

.brand-phaledo .pld-name-copy {
	max-width: 580px;
	margin: 22px auto 0;
	color: var(--pld-soft);
}

.brand-phaledo .pld-name-copy i {
	color: var(--pld-gold);
	font-family: var(--pld-serif);
	font-size: 18px;
}

.brand-phaledo .pld-name-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 56px;
	border: 1px solid rgba(246, 239, 228, .13);
}

.brand-phaledo .pld-name-grid div {
	min-height: 168px;
	padding: 28px;
	border-right: 1px solid rgba(246, 239, 228, .11);
	text-align: left;
}

.brand-phaledo .pld-name-grid div:last-child {
	border-right: 0;
}

.brand-phaledo .pld-name-grid strong {
	display: block;
	font-family: var(--pld-serif);
	font-size: 31px;
	font-weight: 500;
	color: var(--pld-cream);
}

.brand-phaledo .pld-name-grid strong.is-red {
	color: var(--pld-red-bright);
	font-style: italic;
}

.brand-phaledo .pld-name-grid small {
	display: block;
	margin-top: 8px;
	color: var(--pld-gold);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.brand-phaledo .pld-name-grid p,
.brand-phaledo .pld-why-card p,
.brand-phaledo .pld-club-grid p {
	margin: 12px 0 0;
	color: var(--pld-muted);
	font-size: 13px;
	line-height: 1.8;
}

.brand-phaledo .pld-why {
	padding: 70px 0 122px;
}

.brand-phaledo .pld-glow-why {
	width: 520px;
	height: 340px;
	right: -170px;
	bottom: 60px;
}

.brand-phaledo .pld-why .pld-section-head {
	max-width: 640px;
	margin-left: 0;
	text-align: left;
}

.brand-phaledo .pld-why-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.brand-phaledo .pld-why-card,
.brand-phaledo .pld-club-grid div {
	position: relative;
	min-height: 220px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(246, 239, 228, .11);
	background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 24px 80px rgba(0, 0, 0, .18);
}

.brand-phaledo .pld-why-card::before,
.brand-phaledo .pld-club-grid div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--pld-gold), transparent);
	opacity: .6;
}

.brand-phaledo .pld-why-card span,
.brand-phaledo .pld-club-grid span {
	display: block;
	color: var(--pld-gold);
	font-family: var(--pld-serif);
	font-size: 20px;
	font-style: italic;
}

.brand-phaledo .pld-why-card svg {
	width: 38px;
	height: 38px;
	margin-top: 22px;
	color: rgba(246, 239, 228, .76);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-phaledo .pld-why-card h3,
.brand-phaledo .pld-club-grid h3 {
	margin: 22px 0 0;
	color: var(--pld-cream);
	font-family: var(--pld-serif);
	font-size: 29px;
	font-weight: 500;
	line-height: 1.1;
}

.brand-phaledo .pld-stats {
	position: relative;
	padding: 56px 0;
	background: linear-gradient(90deg, #7d1113, #b02422 52%, #9a1719);
}

.brand-phaledo .pld-stats::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .16), transparent 28%), linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 45%, rgba(0, 0, 0, .18));
}

.brand-phaledo .pld-stats-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-phaledo .pld-stats-grid div {
	padding: 0 38px;
	border-right: 1px solid rgba(255, 255, 255, .25);
}

.brand-phaledo .pld-stats-grid div:last-child {
	border-right: 0;
}

.brand-phaledo .pld-stats strong {
	display: block;
	font-family: var(--pld-serif);
	font-size: 48px;
	font-weight: 600;
	line-height: .95;
	color: #fff7ec;
}

.brand-phaledo .pld-stats strong span {
	font-size: 20px;
}

.brand-phaledo .pld-stats b {
	display: block;
	margin-top: 12px;
	font-size: 13px;
	color: #fff;
}

.brand-phaledo .pld-stats small {
	display: block;
	margin-top: 8px;
	color: rgba(255, 242, 226, .72);
	font-size: 12px;
}

.brand-phaledo .pld-craft {
	padding: 94px 0;
	background: var(--pld-paper);
	color: var(--pld-ink);
}

.brand-phaledo .pld-craft-inner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(350px, .86fr);
	align-items: center;
	gap: 78px;
}

.brand-phaledo .pld-craft h2 {
	color: var(--pld-ink);
}

.brand-phaledo .pld-craft p {
	max-width: 480px;
	color: rgba(20, 16, 13, .68);
}

.brand-phaledo .pld-craft ul {
	display: grid;
	gap: 12px;
	margin: 22px 0 28px;
	padding: 0;
	list-style: none;
	color: rgba(20, 16, 13, .82);
	font-size: 14px;
	line-height: 1.55;
}

.brand-phaledo .pld-craft li {
	position: relative;
	padding-left: 30px;
}

.brand-phaledo .pld-craft li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--pld-ink);
	box-shadow: inset 0 0 0 5px var(--pld-gold);
}

.brand-phaledo .pld-craft-visual {
	position: relative;
}

.brand-phaledo .pld-craft-visual img {
	width: 100%;
	aspect-ratio: 1 / .92;
	object-fit: cover;
	box-shadow: 0 34px 88px rgba(20, 16, 13, .28);
}

.brand-phaledo .pld-craft-badge {
	position: absolute;
	left: -34px;
	bottom: -28px;
	width: 142px;
	min-height: 116px;
	padding: 22px 18px;
	display: grid;
	place-content: center;
	background: #0d0b09;
	color: var(--pld-cream);
	text-align: center;
	box-shadow: 0 25px 60px rgba(0, 0, 0, .3);
}

.brand-phaledo .pld-craft-badge strong {
	font-family: var(--pld-serif);
	font-size: 42px;
	font-weight: 600;
	line-height: 1;
}

.brand-phaledo .pld-craft-badge strong span {
	display: block;
	font-size: 16px;
}

.brand-phaledo .pld-craft-badge small {
	display: block;
	margin-top: 10px;
	color: var(--pld-muted);
	font-size: 11px;
}

.brand-phaledo .pld-cat-banner {
	position: relative;
	min-height: 305px;
	display: grid;
	place-items: center end;
	overflow: hidden;
	background: #111;
	color: #fff;
}

.brand-phaledo .pld-cat-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .2) 38%, rgba(0, 0, 0, .58));
}

.brand-phaledo .pld-cat-banner img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand-phaledo .pld-cat-banner div {
	position: relative;
	z-index: 2;
	width: min(1080px, calc(100% - 72px));
	margin: 0 auto;
	text-align: right;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.brand-phaledo .pld-cat-banner p {
	margin: 0;
	font-size: 23px;
	font-weight: 800;
}

.brand-phaledo .pld-cat-banner h2 {
	margin: 0;
	font-size: 58px;
	font-weight: 900;
	line-height: .95;
	text-transform: uppercase;
}

.brand-phaledo .pld-cat-banner strong {
	font-size: 76px;
}

.brand-phaledo .pld-cat-banner span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	color: rgba(255, 255, 255, .86);
}

.brand-phaledo .pld-coll {
	padding: 92px 0 96px;
	background: #0e0b09;
}

.brand-phaledo .pld-glow-coll {
	width: 460px;
	height: 380px;
	top: 10%;
	left: -200px;
}

.brand-phaledo .pld-coll-head {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.brand-phaledo .pld-product-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.brand-phaledo .pld-product-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 302px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(246, 239, 228, .1);
	background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
	transition: transform .22s ease, border-color .22s ease;
}

.brand-phaledo .pld-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(216, 183, 101, .38);
}

.brand-phaledo .pld-product-img {
	position: relative;
	aspect-ratio: 1 / 1.05;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: radial-gradient(circle at 50% 22%, rgba(216, 183, 101, .12), transparent 48%), #19130f;
}

.brand-phaledo .pld-product-img span {
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 12px;
	padding: 5px 7px;
	background: var(--pld-red-bright);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-phaledo .pld-product-img svg {
	position: relative;
	z-index: 1;
	width: 72px;
	height: 86px;
	color: rgba(246, 239, 228, .72);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-phaledo .pld-product-body {
	display: grid;
	gap: 7px;
	padding: 16px 16px 18px;
}

.brand-phaledo .pld-product-body small {
	color: var(--pld-gold);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.brand-phaledo .pld-product-body strong {
	color: var(--pld-cream);
	font-size: 14px;
	line-height: 1.45;
}

.brand-phaledo .pld-product-body b {
	color: #fff;
	font-size: 14px;
}

.brand-phaledo .pld-coll-more {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.brand-phaledo .pld-club {
	padding: 100px 0 106px;
	background: radial-gradient(circle at 50% 10%, rgba(216, 183, 101, .13), transparent 36%), #120d0a;
}

.brand-phaledo .pld-glow-club {
	width: 520px;
	height: 350px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.brand-phaledo .pld-club-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	padding: 8px 13px;
	border: 1px solid rgba(216, 183, 101, .32);
	color: var(--pld-gold);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.brand-phaledo .pld-club-pill span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pld-gold);
	box-shadow: 0 0 14px rgba(216, 183, 101, .72);
}

.brand-phaledo .pld-club-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.brand-phaledo .pld-club-grid div {
	min-height: 206px;
}

.brand-phaledo .pld-club-cta {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	gap: 16px;
	margin-top: 34px;
	text-align: center;
}

.brand-phaledo .pld-club-cta small {
	color: var(--pld-muted);
	font-size: 12px;
}

.brand-phaledo .pld-club-cta strong {
	color: var(--pld-gold);
}

.brand-phaledo .pld-footer {
	position: relative;
	padding: 78px 0 34px;
	background: #090807;
	color: var(--pld-cream);
	border-top: 1px solid rgba(246, 239, 228, .1);
}

.brand-phaledo .pld-footer-band {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr) minmax(180px, .55fr);
	gap: 32px;
	padding: 0 0 44px;
	border-bottom: 1px solid rgba(246, 239, 228, .12);
}

.brand-phaledo .pld-footer-band h2 {
	font-size: 34px;
	line-height: 1.08;
}

.brand-phaledo .pld-footer-band h2 strong {
	color: var(--pld-red-bright);
	font-weight: 500;
	font-style: italic;
}

.brand-phaledo .pld-feedback {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	color: var(--pld-gold);
	font-size: 13px;
	font-weight: 700;
}

.brand-phaledo .pld-feedback svg {
	width: 22px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-phaledo .pld-footer-contact {
	display: grid;
	align-content: start;
	gap: 18px;
}

.brand-phaledo .pld-contact-row {
	display: grid;
	grid-template-columns: 46px 1fr;
	align-items: center;
	gap: 14px;
}

.brand-phaledo .pld-contact-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(246, 239, 228, .15);
}

.brand-phaledo .pld-contact-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-phaledo .pld-contact-row small {
	display: block;
	color: var(--pld-muted);
	font-size: 12px;
}

.brand-phaledo .pld-contact-row strong {
	display: block;
	margin-top: 4px;
	color: #fff;
	font-size: 15px;
}

.brand-phaledo .pld-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.brand-phaledo .pld-socials a {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(246, 239, 228, .16);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.brand-phaledo .pld-footer-grid {
	display: grid;
	grid-template-columns: 1.45fr .8fr .9fr .9fr 1.2fr;
	gap: 30px;
	padding-top: 42px;
}

.brand-phaledo .pld-footer-grid h3 {
	margin: 0 0 17px;
	color: var(--pld-cream);
	font-size: 13px;
	font-weight: 800;
}

.brand-phaledo .pld-footer-grid a,
.brand-phaledo .pld-footer-grid p {
	display: block;
	margin: 0 0 11px;
	color: var(--pld-muted);
	font-size: 12px;
	line-height: 1.75;
}

.brand-phaledo .pld-footer-grid a:hover {
	color: var(--pld-cream);
}

.brand-phaledo .pld-footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.brand-phaledo .pld-footer-badges span {
	padding: 7px 9px;
	border: 1px solid rgba(246, 239, 228, .14);
	color: var(--pld-soft);
	font-size: 10px;
}

.brand-phaledo .pld-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 42px;
	padding-top: 22px;
	border-top: 1px solid rgba(246, 239, 228, .1);
	color: rgba(246, 239, 228, .42);
	font-size: 11px;
}

.brand-phaledo .phaledo-page {
	background: var(--pld-dark);
	color: var(--pld-cream);
}

.brand-phaledo .pld-collection-page {
	position: relative;
	overflow: hidden;
	padding-top: 116px;
	background: radial-gradient(circle at 88% 6%, rgba(115, 20, 18, .13), transparent 34%), linear-gradient(180deg, #100d0a 0%, #100d0a 58%, #0e0b09 100%);
}

.brand-phaledo .pld-collection-bg,
.brand-phaledo .pld-collection-bg .pld-glow {
	position: absolute;
	pointer-events: none;
}

.brand-phaledo .pld-collection-bg {
	inset: 0;
	overflow: hidden;
}

.brand-phaledo .pld-collection-bg .pld-glow-ruby {
	top: 84px;
	right: -190px;
	width: 360px;
	height: 360px;
	background: rgba(159, 25, 27, .18);
}

.brand-phaledo .pld-collection-bg .pld-glow-champ {
	top: 620px;
	left: 48%;
	width: 380px;
	height: 380px;
	background: rgba(216, 183, 101, .08);
}

.brand-phaledo .pld-collection-wrap {
	position: relative;
	z-index: 2;
	padding: 0 0 72px;
}

.brand-phaledo .pld-c-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 30px;
	color: rgba(246, 239, 228, .46);
	font-size: 11px;
	font-weight: 600;
}

.brand-phaledo .pld-c-breadcrumb a {
	color: rgba(246, 239, 228, .58);
}

.brand-phaledo .pld-c-breadcrumb span:last-child {
	color: var(--pld-gold);
}

.brand-phaledo .pld-c-head {
	margin-bottom: 48px;
}

.brand-phaledo .pld-c-head__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
	gap: 72px;
	align-items: end;
	margin-bottom: 32px;
}

.brand-phaledo .pld-c-head h1 {
	max-width: 760px;
	margin: 12px 0 0;
	font-family: var(--pld-serif);
	font-size: 72px;
	font-weight: 500;
	line-height: .95;
	letter-spacing: 0;
	color: var(--pld-cream);
}

.brand-phaledo .pld-c-head h1 em {
	color: var(--pld-red-bright);
	font-style: italic;
}

.brand-phaledo .pld-c-head__top > p {
	margin: 0 0 11px;
	color: var(--pld-soft);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.85;
}

.brand-phaledo .pld-subcat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.brand-phaledo .pld-subcat-card {
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto;
	min-height: 184px;
	overflow: hidden;
	border: 1px solid rgba(246, 239, 228, .13);
	background: linear-gradient(180deg, #211a15 0%, #17120f 68%, #100d0a 100%);
	color: var(--pld-cream);
	transition: transform .35s cubic-bezier(.19, 1, .22, 1), border-color .35s ease, box-shadow .35s ease;
}

.brand-phaledo .pld-subcat-card::before,
.brand-phaledo .pld-c-product-img::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(12, 9, 7, .56));
	pointer-events: none;
	z-index: 2;
}

.brand-phaledo .pld-subcat-card::after,
.brand-phaledo .pld-c-product-img::after {
	content: "";
	position: absolute;
	top: -40%;
	bottom: -40%;
	left: -82%;
	z-index: 5;
	width: 36%;
	background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .06), rgba(255, 255, 255, .29), rgba(255, 255, 255, .08), transparent);
	transform: skewX(-18deg);
	opacity: 0;
	pointer-events: none;
}

.brand-phaledo .pld-subcat-card:hover,
.brand-phaledo .pld-c-product:hover {
	transform: translateY(-5px);
	border-color: rgba(216, 183, 101, .4);
	box-shadow: 0 30px 90px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.brand-phaledo .pld-subcat-card:hover::after,
.brand-phaledo .pld-c-product:hover .pld-c-product-img::after {
	animation: pld-light-sweep 1.5s cubic-bezier(.19, 1, .22, 1);
}

.brand-phaledo .pld-subcat-card.is-active {
	border-color: rgba(246, 239, 228, .58);
	box-shadow: inset 0 -1px 0 rgba(246, 239, 228, .26);
}

.brand-phaledo .pld-subcat-icon {
	display: grid;
	place-items: center;
	min-height: 132px;
	color: rgba(246, 239, 228, .62);
}

.brand-phaledo .pld-subcat-icon svg {
	position: relative;
	z-index: 1;
	width: 76px;
	height: 96px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.25;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 18px 42px rgba(216, 183, 101, .12));
	transition: transform .36s cubic-bezier(.19, 1, .22, 1), filter .36s ease;
}

.brand-phaledo .pld-subcat-card:hover .pld-subcat-icon svg {
	transform: translateY(-4px) scale(1.06);
	filter: drop-shadow(0 0 18px rgba(216, 183, 101, .28));
}

.brand-phaledo .pld-subcat-caption {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 18px 18px;
}

.brand-phaledo .pld-subcat-caption strong {
	font-family: var(--pld-serif);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
}

.brand-phaledo .pld-subcat-caption small {
	color: rgba(246, 239, 228, .5);
	font-size: 13px;
	font-weight: 700;
}

.brand-phaledo .pld-c-body {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.brand-phaledo .pld-filters {
	position: sticky;
	top: 112px;
	color: var(--pld-cream);
}

.brand-phaledo .pld-filter-close,
.brand-phaledo .pld-filter-overlay {
	display: none;
}

.brand-phaledo .pld-filter-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(246, 239, 228, .12);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.brand-phaledo .pld-filter-head svg,
.brand-phaledo .pld-filter-open svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.brand-phaledo .pld-filter-group {
	border-bottom: 1px solid rgba(246, 239, 228, .1);
}

.brand-phaledo .pld-filter-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 58px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--pld-cream);
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.brand-phaledo .pld-filter-trigger i {
	position: relative;
	width: 14px;
	height: 14px;
}

.brand-phaledo .pld-filter-trigger i::before,
.brand-phaledo .pld-filter-trigger i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 1px;
	background: rgba(246, 239, 228, .78);
	transition: transform .24s ease;
}

.brand-phaledo .pld-filter-trigger i::after {
	transform: rotate(90deg);
}

.brand-phaledo .pld-filter-group.is-open .pld-filter-trigger i::after {
	transform: rotate(0deg);
}

.brand-phaledo .pld-filter-panel {
	display: none;
	padding: 0 0 18px;
}

.brand-phaledo .pld-filter-group.is-open .pld-filter-panel {
	display: grid;
	gap: 12px;
}

.brand-phaledo .pld-filter-option {
	display: grid;
	grid-template-columns: 22px 1fr auto;
	align-items: center;
	gap: 10px;
	min-height: 28px;
	color: rgba(246, 239, 228, .56);
	font-size: 13px;
	font-weight: 600;
}

.brand-phaledo .pld-filter-option:hover,
.brand-phaledo .pld-filter-option.is-active {
	color: var(--pld-cream);
}

.brand-phaledo .pld-filter-box {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(246, 239, 228, .18);
	background: rgba(255, 255, 255, .018);
}

.brand-phaledo .pld-filter-box svg {
	width: 13px;
	height: 13px;
	fill: none;
	stroke: var(--pld-ink);
	stroke-width: 2.6;
	opacity: 0;
}

.brand-phaledo .pld-filter-option.is-active .pld-filter-box {
	border-color: var(--pld-paper);
	background: var(--pld-paper);
}

.brand-phaledo .pld-filter-option.is-active .pld-filter-box svg {
	opacity: 1;
}

.brand-phaledo .pld-filter-option small {
	color: rgba(246, 239, 228, .4);
	font-size: 12px;
	font-weight: 700;
}

.brand-phaledo .pld-filter-colors {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.brand-phaledo .pld-filter-color {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(246, 239, 228, .12);
	background: var(--pld-filter-color);
	box-shadow: inset 0 0 0 4px #100d0a;
	transition: transform .22s ease, border-color .22s ease;
}

.brand-phaledo .pld-filter-color:hover,
.brand-phaledo .pld-filter-color.is-active {
	transform: translateY(-2px);
	border-color: var(--pld-paper);
}

.brand-phaledo .pld-c-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(246, 239, 228, .12);
}

.brand-phaledo .pld-c-toolbar > div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.brand-phaledo .pld-c-toolbar p {
	margin: 0;
	color: var(--pld-muted);
	font-size: 14px;
	font-weight: 700;
}

.brand-phaledo .pld-c-toolbar p strong {
	color: var(--pld-cream);
}

.brand-phaledo .pld-filter-open {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid rgba(246, 239, 228, .14);
	background: transparent;
	color: var(--pld-cream);
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.brand-phaledo .pld-sort {
	display: flex;
	align-items: center;
	gap: 16px;
	color: rgba(246, 239, 228, .36);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2.2px;
}

.brand-phaledo .pld-sort select {
	min-width: 164px;
	height: 44px;
	padding: 0 40px 0 18px;
	border: 1px solid rgba(246, 239, 228, .16);
	background: #17120f;
	color: var(--pld-cream);
	font-family: var(--pld-sans);
	font-size: 13px;
	font-weight: 700;
	outline: none;
}

.brand-phaledo .pld-c-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px 24px;
}

.brand-phaledo .pld-c-product {
	position: relative;
	display: grid;
	gap: 18px;
	min-width: 0;
	color: var(--pld-cream);
	transition: transform .35s cubic-bezier(.19, 1, .22, 1), box-shadow .35s ease;
}

.brand-phaledo .pld-c-product-img {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid rgba(246, 239, 228, .12);
	background: linear-gradient(180deg, #211a15 0%, #17120f 70%, #100d0a 100%);
	color: rgba(246, 239, 228, .5);
}

.brand-phaledo .pld-c-product-img.has-image {
	background: #100d0a;
}

.brand-phaledo .pld-c-product-img.has-image::before {
	display: none;
}

.brand-phaledo .pld-c-product-img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	filter: none;
	transition: transform .9s cubic-bezier(.19, 1, .22, 1);
}

.brand-phaledo .pld-c-product:hover .pld-c-product-img img {
	transform: scale(1.025);
	opacity: 1;
	filter: none;
}

.brand-phaledo .pld-c-product-img > svg {
	position: relative;
	z-index: 1;
	width: 82px;
	height: 92px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.25;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .36s cubic-bezier(.19, 1, .22, 1), filter .36s ease;
}

.brand-phaledo .pld-c-product:hover .pld-c-product-img > svg {
	transform: translateY(-4px) scale(1.06);
	filter: drop-shadow(0 0 18px rgba(216, 183, 101, .24));
}

.brand-phaledo .pld-c-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 7;
	padding: 7px 10px;
	background: rgba(246, 239, 228, .22);
	color: var(--pld-cream);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.brand-phaledo .pld-c-badge.is-hot {
	background: #c7282e;
}

.brand-phaledo .pld-c-quick {
	position: absolute;
	z-index: 7;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: grid;
	place-items: center;
	min-height: 42px;
	border: 1px solid rgba(246, 239, 228, .16);
	background: rgba(15, 12, 10, .58);
	color: var(--pld-cream);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .26s ease, transform .26s ease;
	backdrop-filter: blur(12px);
}

.brand-phaledo .pld-c-product:hover .pld-c-quick {
	opacity: 1;
	transform: translateY(0);
}

.brand-phaledo .pld-c-product-body {
	display: grid;
	gap: 8px;
}

.brand-phaledo .pld-c-product-body small {
	color: rgba(216, 183, 101, .62);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2.2px;
}

.brand-phaledo .pld-c-product-body h2 {
	display: -webkit-box;
	min-height: 56px;
	margin: 0;
	overflow: hidden;
	color: var(--pld-cream);
	font-family: var(--pld-serif);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.brand-phaledo .pld-c-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 9px;
}

.brand-phaledo .pld-c-price strong {
	color: var(--pld-paper);
	font-size: 15px;
	font-weight: 900;
}

.brand-phaledo .pld-c-price span {
	color: rgba(246, 239, 228, .32);
	font-size: 13px;
	text-decoration: line-through;
}

.brand-phaledo .pld-c-swatches {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 18px;
}

.brand-phaledo .pld-c-swatches span {
	width: 16px;
	height: 16px;
	border-radius: 999px;
	border: 1px solid rgba(246, 239, 228, .12);
}

.brand-phaledo .pld-c-swatches .is-cream { background: #beb5a4; }
.brand-phaledo .pld-c-swatches .is-gold { background: #c9a961; }
.brand-phaledo .pld-c-swatches .is-smoke { background: #5a5850; }
.brand-phaledo .pld-c-swatches .is-coffee { background: #2a231d; }
.brand-phaledo .pld-c-swatches .is-red { background: #be2e2e; }

.brand-phaledo .pld-c-swatches em {
	color: rgba(246, 239, 228, .48);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}

.brand-phaledo .pld-c-loadmore {
	display: grid;
	place-items: center;
	gap: 12px;
	margin-top: 42px;
	color: rgba(246, 239, 228, .4);
	font-size: 12px;
}

.brand-phaledo .pld-c-loadmore p {
	margin: 0;
}

.brand-phaledo .pld-c-seo {
	position: relative;
	z-index: 2;
	padding: 68px 0;
	border-top: 1px solid rgba(246, 239, 228, .08);
	border-bottom: 1px solid rgba(246, 239, 228, .08);
	background: #17120f;
}

.brand-phaledo .pld-c-seo h2 {
	margin: 0 0 18px;
	font-family: var(--pld-serif);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--pld-cream);
}

.brand-phaledo .pld-c-seo__body {
	max-height: 96px;
	overflow: hidden;
	color: var(--pld-soft);
	font-size: 14px;
	line-height: 1.85;
	transition: max-height .35s ease;
}

.brand-phaledo .pld-c-seo__body.is-open {
	max-height: none;
}

.brand-phaledo .pld-c-seo__body p {
	margin: 0 0 14px;
}

.brand-phaledo .pld-c-seo__toggle {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--pld-paper);
	font: inherit;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
}

.brand-phaledo .pld-c-seo__toggle svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.brand-phaledo .pld-c-recent {
	position: relative;
	z-index: 2;
	padding: 82px 0 94px;
	background: #100d0a;
}

.brand-phaledo .pld-c-recent__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.brand-phaledo .pld-c-recent__head h2 {
	margin: 10px 0 0;
	font-family: var(--pld-serif);
	font-size: 44px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.brand-phaledo .pld-c-recent__head h2 em {
	color: var(--pld-red-bright);
	font-style: italic;
}

.brand-phaledo .pld-c-recent-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.brand-phaledo .pld-product-page {
	position: relative;
	overflow: hidden;
	padding-top: 116px;
	background: radial-gradient(circle at 8% 12%, rgba(115, 20, 18, .16), transparent 30%), radial-gradient(circle at 82% 18%, rgba(216, 183, 101, .06), transparent 28%), #100d0a;
	color: var(--pld-cream);
}

.brand-phaledo .pld-product-bg,
.brand-phaledo .pld-product-bg .pld-glow {
	position: absolute;
	pointer-events: none;
}

.brand-phaledo .pld-product-bg {
	inset: 0;
	overflow: hidden;
}

.brand-phaledo .pld-product-bg .pld-glow-ruby {
	top: 130px;
	left: -180px;
	width: 440px;
	height: 440px;
	background: rgba(159, 25, 27, .18);
}

.brand-phaledo .pld-product-bg .pld-glow-champ {
	top: 760px;
	right: -130px;
	width: 360px;
	height: 360px;
	background: rgba(216, 183, 101, .08);
}

.brand-phaledo .pld-product-wrap {
	position: relative;
	z-index: 2;
	padding: 0 0 86px;
}

.brand-phaledo .pld-p-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 28px;
	color: rgba(246, 239, 228, .45);
	font-size: 11px;
	font-weight: 600;
}

.brand-phaledo .pld-p-breadcrumb a {
	color: rgba(246, 239, 228, .58);
}

.brand-phaledo .pld-p-breadcrumb span:last-child {
	max-width: 360px;
	overflow: hidden;
	color: var(--pld-gold);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand-phaledo .pld-p-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
	gap: 48px;
	align-items: start;
}

.brand-phaledo .pld-p-gallery {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.brand-phaledo .pld-p-thumbs {
	display: grid;
	gap: 12px;
}

.brand-phaledo .pld-p-thumb {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: var(--pld-product-image-ratio, 1 / 1);
	width: 58px;
	overflow: hidden;
	border: 1px solid rgba(246, 239, 228, .12);
	background: linear-gradient(180deg, #211a15, #14100d);
	color: rgba(246, 239, 228, .62);
	cursor: pointer;
	transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.brand-phaledo .pld-p-thumb.is-portrait {
	--pld-product-image-ratio: 3 / 4;
}

.brand-phaledo .pld-p-thumb:hover,
.brand-phaledo .pld-p-thumb.is-active {
	border-color: rgba(216, 183, 101, .78);
	box-shadow: 0 0 0 1px rgba(216, 183, 101, .12);
	transform: translateY(-2px);
}

.brand-phaledo .pld-p-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brand-phaledo .pld-p-thumb svg {
	width: 34px;
	height: 44px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
}

.brand-phaledo .pld-p-play-mini {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: rgba(10, 8, 7, .28);
	color: var(--pld-paper);
}

.brand-phaledo .pld-p-play-mini svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
	stroke: none;
}

.brand-phaledo .pld-p-stage {
	position: relative;
	aspect-ratio: var(--pld-product-stage-ratio, 1 / 1);
	overflow: hidden;
	border: 1px solid rgba(246, 239, 228, .16);
	background: radial-gradient(circle at 50% 52%, rgba(159, 25, 27, .26), transparent 36%), linear-gradient(180deg, #211a15 0%, #17120f 70%, #100d0a 100%);
}

.brand-phaledo .pld-p-stage.is-portrait {
	--pld-product-stage-ratio: 3 / 4;
}

.brand-phaledo .pld-p-stage::after {
	content: "";
	position: absolute;
	top: -38%;
	bottom: -38%;
	left: -82%;
	z-index: 6;
	width: 44%;
	background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .06), rgba(255, 241, 205, .36), rgba(216, 183, 101, .1), transparent);
	transform: skewX(-18deg);
	opacity: 0;
	pointer-events: none;
}

.brand-phaledo .pld-p-stage:hover::after {
	animation: pld-light-sweep .92s cubic-bezier(.19, 1, .22, 1);
}

.brand-phaledo .pld-p-slide {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .32s ease;
}

.brand-phaledo .pld-p-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.brand-phaledo .pld-p-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: none;
	opacity: 1;
}

.brand-phaledo .pld-p-slide > svg {
	width: 104px;
	height: 132px;
	fill: none;
	stroke: rgba(246, 239, 228, .56);
	stroke-width: 1.2;
}

.brand-phaledo .pld-p-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 9;
	padding: 7px 10px;
	background: #c7282e;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.brand-phaledo .pld-p-play {
	position: absolute;
	z-index: 8;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 0;
	border-radius: 999px;
	background: var(--pld-red-bright);
	color: #fff;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 10px rgba(227, 59, 52, .14), 0 18px 44px rgba(0, 0, 0, .28);
	cursor: pointer;
}

.brand-phaledo .pld-p-stage.is-playing .pld-p-play {
	background: var(--pld-gold);
	color: var(--pld-ink);
	box-shadow: 0 0 0 14px rgba(216, 183, 101, .14), 0 18px 44px rgba(0, 0, 0, .28);
}

.brand-phaledo .pld-p-play svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.brand-phaledo .pld-p-video-label {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 8;
	padding: 8px 12px;
	background: rgba(15, 12, 10, .68);
	color: var(--pld-cream);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.brand-phaledo .pld-p-corner {
	position: absolute;
	z-index: 10;
	width: 18px;
	height: 18px;
	border-color: var(--pld-gold);
	pointer-events: none;
}

.brand-phaledo .pld-p-corner.tl { top: 14px; left: 14px; border-top: 1px solid; border-left: 1px solid; }
.brand-phaledo .pld-p-corner.tr { top: 14px; right: 14px; border-top: 1px solid; border-right: 1px solid; }
.brand-phaledo .pld-p-corner.bl { bottom: 14px; left: 14px; border-bottom: 1px solid; border-left: 1px solid; }
.brand-phaledo .pld-p-corner.br { bottom: 14px; right: 14px; border-bottom: 1px solid; border-right: 1px solid; }

.brand-phaledo .pld-p-info {
	display: grid;
	gap: 16px;
	color: var(--pld-cream);
}

.brand-phaledo .pld-p-cat {
	margin: 0;
	color: rgba(216, 183, 101, .72);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2.4px;
}

.brand-phaledo .pld-p-info h1 {
	margin: 0;
	font-family: var(--pld-serif);
	font-size: 38px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0;
	color: var(--pld-cream);
}

.brand-phaledo .pld-p-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	color: rgba(246, 239, 228, .55);
	font-size: 11px;
	font-weight: 700;
}

.brand-phaledo .pld-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: var(--pld-gold);
}

.brand-phaledo .pld-stars svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
	stroke: currentColor;
}

.brand-phaledo .pld-p-meta strong {
	color: var(--pld-cream);
}

.brand-phaledo .pld-p-meta .is-shopee {
	color: var(--pld-gold);
}

.brand-phaledo .pld-p-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
}

.brand-phaledo .pld-p-price strong {
	color: var(--pld-paper);
	font-size: 24px;
	font-weight: 900;
}

.brand-phaledo .pld-p-price span {
	color: rgba(246, 239, 228, .34);
	font-size: 14px;
	text-decoration: line-through;
}

.brand-phaledo .pld-p-price em {
	padding: 4px 7px;
	background: rgba(199, 40, 46, .2);
	color: #ff7777;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
}

.brand-phaledo .pld-p-note {
	margin: -8px 0 0;
	color: rgba(246, 239, 228, .42);
	font-size: 11px;
}

.brand-phaledo .pld-p-form,
.brand-phaledo .pld-p-var {
	display: grid;
	gap: 12px;
}

.brand-phaledo .pld-p-var {
	margin-top: 4px;
}

.brand-phaledo .pld-p-var-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.brand-phaledo .pld-p-var-head span {
	color: var(--pld-cream);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

.brand-phaledo .pld-p-var-head small {
	color: rgba(246, 239, 228, .46);
	font-size: 11px;
	font-weight: 700;
}

.brand-phaledo .pld-p-var-head b {
	color: var(--pld-gold);
}

.brand-phaledo .pld-p-variant-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.brand-phaledo .pld-p-variant {
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(246, 239, 228, .14);
	background: transparent;
	color: rgba(246, 239, 228, .72);
	font: inherit;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.brand-phaledo .pld-p-variant:hover,
.brand-phaledo .pld-p-variant.is-active {
	border-color: var(--pld-gold);
	background: rgba(216, 183, 101, .12);
	color: var(--pld-cream);
}

.brand-phaledo .pld-p-size-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: fit-content;
	color: var(--pld-gold);
	font-size: 11px;
	font-weight: 800;
}

.brand-phaledo .pld-p-size-link span {
	width: 13px;
	height: 19px;
	border: 1px solid currentColor;
	border-radius: 2px;
}

.brand-phaledo .pld-p-size-link svg {
	width: 13px;
	height: 13px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.brand-phaledo .pld-p-colors {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.brand-phaledo .pld-p-colors button {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(246, 239, 228, .12);
	border-radius: 999px;
	background: var(--pld-color);
	box-shadow: inset 0 0 0 5px #100d0a;
	cursor: pointer;
	transition: transform .22s ease, border-color .22s ease;
}

.brand-phaledo .pld-p-colors button:hover,
.brand-phaledo .pld-p-colors button.is-active {
	transform: translateY(-2px);
	border-color: var(--pld-paper);
}

.brand-phaledo .pld-p-buy {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 12px;
	margin-top: 4px;
}

.brand-phaledo .pld-p-qty {
	display: grid;
	grid-template-columns: 34px 1fr 34px;
	height: 42px;
	border: 1px solid rgba(246, 239, 228, .14);
}

.brand-phaledo .pld-p-qty button,
.brand-phaledo .pld-p-qty input {
	border: 0;
	background: transparent;
	color: var(--pld-cream);
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.brand-phaledo .pld-p-qty button {
	cursor: pointer;
}

.brand-phaledo .pld-p-add,
.brand-phaledo .pld-p-now {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 42px;
	border: 1px solid rgba(246, 239, 228, .2);
	background: rgba(255, 255, 255, .03);
	color: var(--pld-cream);
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.brand-phaledo .pld-p-add svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.brand-phaledo .pld-p-now {
	width: 100%;
	background: var(--pld-paper);
	color: var(--pld-ink);
}

.brand-phaledo .pld-p-perks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 2px;
}

.brand-phaledo .pld-p-perk {
	position: relative;
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 8px;
	overflow: hidden;
	padding: 12px;
	border: 1px solid rgba(246, 239, 228, .1);
	background: rgba(255, 255, 255, .024);
}

.brand-phaledo .pld-p-perk span {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(216, 183, 101, .24);
	color: var(--pld-gold);
}

.brand-phaledo .pld-p-perk b {
	font-size: 11px;
}

.brand-phaledo .pld-p-perk small {
	color: rgba(246, 239, 228, .44);
	font-size: 10px;
	line-height: 1.45;
}

.brand-phaledo .pld-sizecmp {
	position: relative;
	z-index: 2;
	padding: 86px 0 96px;
	background: radial-gradient(circle at 16% 20%, rgba(159, 25, 27, .18), transparent 28%), #17120f;
}

.brand-phaledo .pld-p-section-head {
	max-width: 760px;
	margin: 0 auto 32px;
	text-align: center;
}

.brand-phaledo .pld-p-section-head h2,
.brand-phaledo .pld-p-review-head h2 {
	margin: 10px 0 0;
	font-family: var(--pld-serif);
	font-size: 44px;
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: 0;
	color: var(--pld-cream);
}

.brand-phaledo .pld-p-section-head h2 em,
.brand-phaledo .pld-p-review-head h2 em {
	color: var(--pld-red-bright);
	font-style: italic;
}

.brand-phaledo .pld-p-section-head p:not(.pld-eyebrow) {
	margin: 14px auto 0;
	max-width: 590px;
	color: var(--pld-soft);
	font-size: 14px;
	line-height: 1.75;
}

.brand-phaledo .pld-size-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 28px;
}

.brand-phaledo .pld-size-chips span {
	width: 100%;
	color: rgba(246, 239, 228, .38);
	font-size: 10px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

.brand-phaledo .pld-size-chips button {
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(246, 239, 228, .14);
	background: rgba(255, 255, 255, .02);
	color: rgba(246, 239, 228, .72);
	font: inherit;
	font-size: 10px;
	font-weight: 900;
	cursor: pointer;
}

.brand-phaledo .pld-size-chips button.is-active,
.brand-phaledo .pld-size-chips button:hover {
	border-color: var(--pld-gold);
	background: rgba(216, 183, 101, .12);
	color: var(--pld-cream);
}

.brand-phaledo .pld-coca-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
	gap: 36px;
	align-items: center;
	overflow: hidden;
	max-width: 680px;
	margin: 0 auto;
	padding: 34px;
	border: 1px solid rgba(246, 239, 228, .12);
	background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
}

.brand-phaledo .pld-coca-figs {
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 34px;
	min-height: 190px;
}

.brand-phaledo .pld-coca-fig {
	display: grid;
	justify-items: center;
	gap: 8px;
	color: rgba(246, 239, 228, .56);
	font-size: 11px;
	text-align: center;
}

.brand-phaledo .pld-can {
	width: 42px;
	height: 104px;
	border-radius: 10px 10px 7px 7px;
	background: linear-gradient(90deg, #741515, #c73838 48%, #741515);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.brand-phaledo .pld-bottle {
	width: 46px;
	height: 142px;
	border: 0;
	background: transparent;
	transition: width .28s ease, height .28s ease;
}

.brand-phaledo .pld-bottle-svg-wrap {
	display: grid;
	place-items: end center;
}

.brand-phaledo .pld-bottle-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
	color: rgba(246, 239, 228, .72);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .34));
}

.brand-phaledo .pld-bottle-svg * {
	vector-effect: non-scaling-stroke;
}

.brand-phaledo .pld-bottle-neck {
	fill: url(#pld-bottle-glass);
	stroke: rgba(246, 239, 228, .68);
	stroke-width: 1.6;
}

.brand-phaledo .pld-bottle-fill {
	fill: url(#pld-bottle-oil);
	opacity: .86;
}

.brand-phaledo .pld-bottle-shine {
	fill: none;
	stroke: rgba(255, 255, 255, .42);
	stroke-width: 2;
	stroke-linecap: round;
}

.brand-phaledo .pld-bottle-cap {
	fill: rgba(216, 183, 101, .82);
}

.brand-phaledo .pld-coca-fig b {
	color: var(--pld-cream);
	font-size: 12px;
}

.brand-phaledo .pld-coca-copy strong {
	color: var(--pld-paper);
	font-family: var(--pld-serif);
	font-size: 44px;
	font-weight: 500;
}

.brand-phaledo .pld-coca-copy p {
	margin: 4px 0 20px;
	color: var(--pld-soft);
	font-size: 13px;
}

.brand-phaledo .pld-size-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.brand-phaledo .pld-size-specs span {
	display: grid;
	gap: 4px;
	color: rgba(246, 239, 228, .42);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

.brand-phaledo .pld-size-specs b {
	color: var(--pld-cream);
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
}

.brand-phaledo .pld-coca-copy small {
	display: block;
	margin-top: 16px;
	color: rgba(246, 239, 228, .42);
	font-size: 11px;
	line-height: 1.6;
}

.brand-phaledo .pld-p-desc {
	position: relative;
	z-index: 2;
	padding: 92px 0;
	background: #100d0a;
}

.brand-phaledo .pld-p-spec {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px;
	margin: 0 auto 34px;
	border-top: 1px solid rgba(246, 239, 228, .1);
}

.brand-phaledo .pld-p-spec div {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(246, 239, 228, .09);
}

.brand-phaledo .pld-p-spec span {
	color: rgba(216, 183, 101, .62);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.brand-phaledo .pld-p-spec b {
	color: var(--pld-cream);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.brand-phaledo .pld-p-spec-raw {
	display: block;
	padding: 16px 0;
	color: var(--pld-soft);
	font-size: 13px;
	line-height: 1.75;
}

.brand-phaledo .pld-p-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 42px;
}

.brand-phaledo .pld-p-feature {
	position: relative;
	overflow: hidden;
	min-height: 210px;
	padding: 28px 18px 20px;
	border: 1px solid rgba(246, 239, 228, .1);
	background: linear-gradient(180deg, #211a15, #14100d);
}

.brand-phaledo .pld-p-feature span {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	color: rgba(246, 239, 228, .62);
	font-family: var(--pld-serif);
	font-size: 36px;
}

.brand-phaledo .pld-p-feature b {
	display: block;
	color: var(--pld-cream);
	font-size: 13px;
}

.brand-phaledo .pld-p-feature p {
	margin: 8px 0 0;
	color: var(--pld-soft);
	font-size: 12px;
	line-height: 1.65;
}

.brand-phaledo .pld-p-longdesc {
	max-width: 760px;
	margin: 0 auto;
	color: var(--pld-soft);
	font-size: 14px;
	line-height: 1.85;
	text-align: left;
}

.brand-phaledo .pld-p-longdesc h3 {
	margin: 0 0 18px;
	color: var(--pld-cream);
	font-family: var(--pld-serif);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}

.brand-phaledo .pld-p-longdesc h3 em {
	color: var(--pld-red-bright);
	font-style: italic;
}

.brand-phaledo .pld-p-longdesc-body {
	max-height: 260px;
	overflow: hidden;
	transition: max-height .3s ease;
}

.brand-phaledo .pld-p-longdesc-body.is-open {
	max-height: none;
}

.brand-phaledo .pld-p-longdesc-body p {
	margin: 0 0 14px;
}

.brand-phaledo .pld-p-desc-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 14px auto 0;
	padding: 0 18px;
	min-height: 36px;
	border: 1px solid rgba(246, 239, 228, .16);
	background: transparent;
	color: var(--pld-cream);
	font: inherit;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
}

.brand-phaledo .pld-p-desc-toggle svg {
	width: 13px;
	height: 13px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.brand-phaledo .pld-p-reviews {
	position: relative;
	z-index: 2;
	padding: 86px 0 96px;
	background: #f2eee6;
	color: var(--pld-ink);
}

.brand-phaledo .pld-p-review-head {
	display: grid;
	gap: 12px;
	margin-bottom: 26px;
}

.brand-phaledo .pld-p-review-head .pld-eyebrow {
	color: var(--pld-red);
}

.brand-phaledo .pld-p-review-head h2 {
	color: var(--pld-ink);
}

.brand-phaledo .pld-p-review-head > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fff;
	color: rgba(20, 16, 13, .62);
	font-size: 11px;
	font-weight: 700;
}

.brand-phaledo .pld-p-review-head > span b {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--pld-red);
	color: #fff;
}

.brand-phaledo .pld-p-review-summary {
	position: relative;
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 28px;
	overflow: hidden;
	padding: 26px;
	background: #fff;
}

.brand-phaledo .pld-p-review-score strong {
	display: block;
	color: var(--pld-red);
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
}

.brand-phaledo .pld-p-review-score small {
	color: rgba(20, 16, 13, .42);
	font-size: 20px;
}

.brand-phaledo .pld-p-review-score p {
	margin: 8px 0 0;
	color: rgba(20, 16, 13, .58);
	font-size: 12px;
}

.brand-phaledo .pld-p-review-bars {
	display: grid;
	gap: 10px;
}

.brand-phaledo .pld-p-review-bars div {
	display: grid;
	grid-template-columns: 48px 1fr 36px;
	align-items: center;
	gap: 12px;
	color: rgba(20, 16, 13, .56);
	font-size: 12px;
	font-weight: 700;
}

.brand-phaledo .pld-p-review-bars i {
	height: 6px;
	overflow: hidden;
	background: #eadfce;
}

.brand-phaledo .pld-p-review-bars em {
	display: block;
	height: 100%;
	background: var(--pld-gold);
}

.brand-phaledo .pld-p-review-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 18px;
}

.brand-phaledo .pld-p-review-chips span {
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	color: rgba(20, 16, 13, .7);
	font-size: 11px;
	font-weight: 800;
}

.brand-phaledo .pld-p-review-list {
	display: grid;
	gap: 20px;
}

.brand-phaledo .pld-p-review {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(20, 16, 13, .1);
}

.brand-phaledo .pld-p-avatar {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--pld-red);
	color: #fff;
	font-weight: 900;
}

.brand-phaledo .pld-p-review header {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	color: var(--pld-ink);
	font-size: 13px;
}

.brand-phaledo .pld-p-review header span {
	margin-left: 8px;
	color: #327a48;
	font-size: 10px;
}

.brand-phaledo .pld-p-review time,
.brand-phaledo .pld-p-review small {
	color: rgba(20, 16, 13, .48);
	font-size: 11px;
}

.brand-phaledo .pld-p-review p {
	margin: 9px 0 10px;
	color: rgba(20, 16, 13, .72);
	font-size: 13px;
	line-height: 1.7;
}

.brand-phaledo .pld-p-review button {
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(20, 16, 13, .54);
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.brand-phaledo .pld-p-review.is-empty {
	align-items: center;
	color: rgba(20, 16, 13, .62);
}

.brand-phaledo .pld-p-review-raw {
	padding: 18px 0;
	color: rgba(20, 16, 13, .72);
	font-size: 13px;
	line-height: 1.7;
}

.brand-phaledo .pld-p-related {
	position: relative;
	z-index: 2;
	padding: 82px 0 96px;
	background: #100d0a;
}

.brand-phaledo .phaledo-section {
	padding: 116px 0 70px;
}

.brand-phaledo .phaledo-page-head {
	display: grid;
	gap: 10px;
	margin-bottom: 30px;
}

.brand-phaledo .phaledo-eyebrow {
	margin: 0;
	color: var(--pld-gold);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-phaledo .phaledo-page h1 {
	font-size: 58px;
}

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

.brand-phaledo .phaledo-card {
	display: grid;
	border: 1px solid rgba(246, 239, 228, .12);
	background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
	color: var(--pld-cream);
	overflow: hidden;
}

.brand-phaledo .phaledo-card__image {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	background: #19130f;
	color: var(--pld-muted);
}

.brand-phaledo .phaledo-card__image img,
.brand-phaledo .phaledo-product__main-image,
.brand-phaledo .phaledo-product__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand-phaledo .phaledo-card__body {
	display: grid;
	gap: 10px;
	padding: 16px;
}

.brand-phaledo .phaledo-card h2 {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
}

.brand-phaledo .phaledo-card__price,
.brand-phaledo .phaledo-product__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.brand-phaledo .phaledo-card__price strong,
.brand-phaledo .phaledo-product__price strong {
	color: var(--pld-gold);
	font-size: 18px;
}

.brand-phaledo .phaledo-card__price span,
.brand-phaledo .phaledo-product__price span {
	color: var(--pld-muted);
	text-decoration: line-through;
}

.brand-phaledo .phaledo-product__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 42px;
	align-items: start;
}

.brand-phaledo .phaledo-product__media {
	display: grid;
	gap: 14px;
}

.brand-phaledo .phaledo-product__main-image {
	aspect-ratio: 1;
	background: #19130f;
}

.brand-phaledo .phaledo-product__thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.brand-phaledo .phaledo-product__thumbs img {
	aspect-ratio: 1;
	border: 1px solid rgba(246, 239, 228, .12);
}

.brand-phaledo .phaledo-product__summary {
	position: sticky;
	top: 92px;
	display: grid;
	gap: 18px;
	padding: 28px;
	border: 1px solid rgba(246, 239, 228, .12);
	background: rgba(255, 255, 255, .035);
}

.brand-phaledo .phaledo-product-form {
	display: grid;
	gap: 12px;
}

.brand-phaledo .phaledo-product-form label {
	color: var(--pld-soft);
	font-size: 12px;
	font-weight: 700;
}

.brand-phaledo .phaledo-product-form select,
.brand-phaledo .phaledo-product-form input {
	width: 100%;
	min-height: 44px;
	border: 1px solid rgba(246, 239, 228, .16);
	background: #0f0c0a;
	color: var(--pld-cream);
	padding: 0 12px;
	font: inherit;
}

.brand-phaledo .phaledo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(246, 239, 228, .18);
	background: transparent;
	color: var(--pld-cream);
	font-weight: 800;
}

.brand-phaledo .phaledo-button--primary {
	border-color: #f3e5d0;
	background: #f3e5d0;
	color: var(--pld-ink);
}

.brand-phaledo .phaledo-button--disabled {
	opacity: .55;
	cursor: not-allowed;
}

.brand-phaledo .phaledo-empty,
.brand-phaledo .phaledo-pagination {
	border: 1px solid rgba(246, 239, 228, .12);
	padding: 24px;
	color: var(--pld-muted);
}

.brand-phaledo .phaledo-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.brand-phaledo .phaledo-pagination a,
.brand-phaledo .phaledo-pagination span {
	display: grid;
	min-width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(246, 239, 228, .14);
}

.brand-phaledo .phaledo-rte {
	color: var(--pld-soft);
	line-height: 1.8;
}

.brand-phaledo .pld-sparkle-field {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.brand-phaledo .pld-sparkle {
	position: absolute;
	left: var(--x, 50%);
	top: var(--y, 50%);
	width: var(--s, 10px);
	height: var(--s, 10px);
	opacity: 0;
	transform: translate(-50%, -50%) rotate(var(--r, 0deg)) scale(.2);
	animation: pld-sparkle-life var(--dur, 2.8s) ease-in-out var(--delay, 0s) forwards;
	filter: drop-shadow(0 0 10px rgba(246, 239, 228, .58));
}

.brand-phaledo .pld-sparkle::before,
.brand-phaledo .pld-sparkle::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle, #fff 0 10%, rgba(255, 244, 222, .9) 11% 21%, transparent 22%), conic-gradient(from 45deg, transparent 0 10%, rgba(255, 255, 255, .95) 11% 14%, transparent 15% 35%, rgba(227, 59, 52, .75) 36% 39%, transparent 40% 60%, rgba(216, 183, 101, .85) 61% 64%, transparent 65% 85%, rgba(255, 255, 255, .9) 86% 89%, transparent 90%);
	clip-path: polygon(50% 0, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0 50%, 42% 42%);
}

.brand-phaledo .pld-sparkle::after {
	opacity: .72;
	transform: rotate(45deg) scale(.56);
}

.brand-phaledo .pld-hover-sparkle {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: var(--s, 14px);
	height: var(--s, 14px);
	pointer-events: none;
	transform: translate(-50%, -50%) rotate(var(--r, 0deg)) scale(.25);
	animation: pld-hover-sparkle .86s ease-out forwards;
	filter: drop-shadow(0 0 13px rgba(255, 245, 224, .82));
}

.brand-phaledo .pld-hover-sparkle::before,
.brand-phaledo .pld-hover-sparkle::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle, #fff 0 10%, rgba(255, 247, 229, .96) 11% 21%, transparent 22%), conic-gradient(from 45deg, transparent 0 10%, rgba(255, 255, 255, .96) 11% 15%, transparent 16% 35%, rgba(216, 183, 101, .9) 36% 40%, transparent 41% 60%, rgba(227, 59, 52, .72) 61% 65%, transparent 66% 85%, rgba(255, 255, 255, .92) 86% 90%, transparent 91%);
	clip-path: polygon(50% 0, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0 50%, 42% 42%);
}

.brand-phaledo .pld-hover-sparkle::after {
	opacity: .7;
	transform: rotate(45deg) scale(.55);
}

.brand-phaledo .pld-glow {
	animation: pld-glow-drift 16s ease-in-out infinite alternate;
	will-change: transform, opacity;
}

.brand-phaledo .pld-glow-2,
.brand-phaledo .pld-glow-cats,
.brand-phaledo .pld-glow-coll {
	animation-duration: 20s;
	animation-delay: -4s;
}

.brand-phaledo .pld-glow-3,
.brand-phaledo .pld-glow-name,
.brand-phaledo .pld-glow-club {
	animation-duration: 24s;
	animation-delay: -9s;
}

.brand-phaledo .pld-hero h1 span,
.brand-phaledo .pld-name-title span,
.brand-phaledo .pld-section-head h2,
.brand-phaledo .pld-craft h2,
.brand-phaledo .pld-coll-head h2,
.brand-phaledo .pld-c-head h1,
.brand-phaledo .pld-c-seo h2,
.brand-phaledo .pld-c-recent__head h2,
.brand-phaledo .pld-p-info h1,
.brand-phaledo .pld-p-section-head h2,
.brand-phaledo .pld-p-review-head h2,
.brand-phaledo .pld-p-longdesc h3 {
	background: linear-gradient(105deg, currentColor 0 36%, #fff8eb 47%, currentColor 58% 100%);
	background-size: 260% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: pld-text-shimmer 7.5s ease-in-out infinite;
}

.brand-phaledo .pld-hero h1 em,
.brand-phaledo .pld-name-title em,
.brand-phaledo .pld-section-head em,
.brand-phaledo .pld-craft em,
.brand-phaledo .pld-coll-head em,
.brand-phaledo .pld-c-head h1 em,
.brand-phaledo .pld-c-recent__head h2 em,
.brand-phaledo .pld-p-section-head h2 em,
.brand-phaledo .pld-p-review-head h2 em,
.brand-phaledo .pld-p-longdesc h3 em {
	background: linear-gradient(105deg, var(--pld-red-bright) 0 38%, #fff1dd 48%, #b0181b 62% 100%);
	background-size: 260% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: pld-text-shimmer 6.8s ease-in-out infinite;
}

.brand-phaledo .pld-hero-visual::before,
.brand-phaledo .pld-craft-visual::before,
.brand-phaledo .pld-cat-banner::after,
.brand-phaledo .pld-product-img::before,
.brand-phaledo .pld-p-perk::after,
.brand-phaledo .pld-p-feature::after,
.brand-phaledo .pld-coca-card::after,
.brand-phaledo .pld-p-review-summary::after {
	content: "";
	position: absolute;
	top: -28%;
	bottom: -28%;
	left: -70%;
	z-index: 6;
	width: 36%;
	pointer-events: none;
	background: linear-gradient(100deg, transparent 0, rgba(255, 255, 255, .06) 28%, rgba(255, 255, 255, .29) 50%, rgba(255, 255, 255, .09) 60%, transparent 100%);
	transform: skewX(-16deg);
	opacity: 0;
}

.brand-phaledo .pld-hero-visual:hover::before,
.brand-phaledo .pld-craft-visual:hover::before,
.brand-phaledo .pld-cat-banner:hover::after,
.brand-phaledo .pld-product-card:hover .pld-product-img::before,
.brand-phaledo .pld-p-perk:hover::after,
.brand-phaledo .pld-p-feature:hover::after,
.brand-phaledo .pld-coca-card:hover::after,
.brand-phaledo .pld-p-review-summary:hover::after {
	animation: pld-light-sweep 1.45s cubic-bezier(.19, 1, .22, 1);
}

/* Ambient auto-glint on the hero showcase image — lấp lánh liên tục, không cần hover */
/* Hero glint: wider + brighter crystal streak so it's clearly visible */
.brand-phaledo .pld-hero-visual::before {
	width: 40%;
	background: linear-gradient(100deg, transparent 0, rgba(255, 255, 255, .07) 22%, rgba(255, 255, 255, .34) 48%, rgba(255, 255, 255, .1) 58%, transparent 100%);
}

.brand-phaledo.pld-effects-ready .pld-hero-visual::before {
	animation: pld-hero-ambient 4.6s ease-in-out .8s infinite;
}

@keyframes pld-hero-ambient {
	0% { left: -82%; opacity: 0; }
	6% { opacity: 1; }
	48% { left: 132%; opacity: 0; }
	100% { left: 132%; opacity: 0; }
}

.brand-phaledo:not(.pld-effects-ready) .pld-hero-visual::before,
.brand-phaledo:not(.pld-effects-ready) .pld-craft-visual::before,
.brand-phaledo:not(.pld-effects-ready) .pld-cat-banner::after,
.brand-phaledo:not(.pld-effects-ready) .pld-product-img::before,
.brand-phaledo:not(.pld-effects-ready) .pld-subcat-card::after,
.brand-phaledo:not(.pld-effects-ready) .pld-c-product-img::after,
.brand-phaledo:not(.pld-effects-ready) .pld-p-perk::after,
.brand-phaledo:not(.pld-effects-ready) .pld-p-feature::after,
.brand-phaledo:not(.pld-effects-ready) .pld-coca-card::after,
.brand-phaledo:not(.pld-effects-ready) .pld-p-review-summary::after {
	animation: pld-loading-sweep 1.5s ease-in-out infinite;
	opacity: 1;
}

.brand-phaledo .pld-cat-card::after,
.brand-phaledo .pld-product-card::after,
.brand-phaledo .pld-why-card::after,
.brand-phaledo .pld-club-grid div::after {
	content: "";
	position: absolute;
	top: -36%;
	bottom: -36%;
	left: -80%;
	z-index: 5;
	width: 36%;
	pointer-events: none;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .06), rgba(255, 255, 255, .29), rgba(255, 255, 255, .08), transparent);
	transform: skewX(-18deg);
	opacity: 0;
}

.brand-phaledo .pld-cat-card:hover::after,
.brand-phaledo .pld-product-card:hover::after,
.brand-phaledo .pld-why-card:hover::after,
.brand-phaledo .pld-club-grid div:hover::after {
	animation: pld-light-sweep 1.5s cubic-bezier(.19, 1, .22, 1);
}

/* Glass glint sweep on CTA buttons (design parity — buttons had no shine) */
.brand-phaledo .pld-btn-fill::after,
.brand-phaledo .pld-btn-gold::after,
.brand-phaledo .pld-btn-dark::after,
.brand-phaledo .pld-btn-line::after {
	content: "";
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: -85%;
	z-index: 1;
	width: 40%;
	pointer-events: none;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .25), rgba(255, 255, 255, .07), transparent);
	transform: skewX(-18deg);
	opacity: 0;
}

.brand-phaledo .pld-btn-fill:hover::after,
.brand-phaledo .pld-btn-gold:hover::after,
.brand-phaledo .pld-btn-dark:hover::after,
.brand-phaledo .pld-btn-line:hover::after {
	animation: pld-light-sweep 1.45s cubic-bezier(.19, 1, .22, 1);
}

.brand-phaledo .pld-cat-card,
.brand-phaledo .pld-product-card,
.brand-phaledo .pld-why-card,
.brand-phaledo .pld-club-grid div,
.brand-phaledo .pld-craft-visual,
.brand-phaledo .pld-cat-banner {
	will-change: transform;
}

.brand-phaledo .pld-cat-card:hover,
.brand-phaledo .pld-why-card:hover,
.brand-phaledo .pld-club-grid div:hover {
	transform: translateY(-6px);
	border-color: rgba(216, 183, 101, .38);
	box-shadow: 0 32px 90px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.brand-phaledo .pld-cat-card,
.brand-phaledo .pld-why-card,
.brand-phaledo .pld-club-grid div {
	transition: transform .35s cubic-bezier(.19, 1, .22, 1), border-color .35s ease, box-shadow .35s ease;
}

.brand-phaledo .pld-cat-card:hover .pld-cat-icon svg,
.brand-phaledo .pld-product-card:hover .pld-product-img svg {
	transform: translateY(-4px) scale(1.06);
	filter: drop-shadow(0 0 18px rgba(216, 183, 101, .28));
}

.brand-phaledo .pld-cat-icon svg,
.brand-phaledo .pld-product-img svg {
	transition: transform .36s cubic-bezier(.19, 1, .22, 1), filter .36s ease;
}

.brand-phaledo .pld-hero-visual:hover img,
.brand-phaledo .pld-craft-visual:hover img,
.brand-phaledo .pld-cat-banner:hover img {
	transform: scale(1.06);
	filter: saturate(1.08) contrast(1.04);
}

.brand-phaledo .pld-craft-visual {
	overflow: hidden;
}

.brand-phaledo .pld-craft-visual img,
.brand-phaledo .pld-cat-banner img {
	transition: transform .9s cubic-bezier(.19, 1, .22, 1), filter .9s ease;
}

@keyframes pld-sparkle-life {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) rotate(var(--r, 0deg)) scale(.2);
	}
	18% {
		opacity: .95;
	}
	48% {
		opacity: .82;
		transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -18px))) rotate(calc(var(--r, 0deg) + 50deg)) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -34px))) rotate(calc(var(--r, 0deg) + 96deg)) scale(.35);
	}
}

@keyframes pld-glow-drift {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: .58;
	}
	45% {
		transform: translate3d(30px, -20px, 0) scale(1.08);
		opacity: .82;
	}
	100% {
		transform: translate3d(-22px, 18px, 0) scale(.96);
		opacity: .66;
	}
}

@keyframes pld-text-shimmer {
	0%, 58% {
		background-position: 160% 0;
	}
	86%, 100% {
		background-position: -80% 0;
	}
}

@keyframes pld-light-sweep {
	0% {
		left: -72%;
		opacity: 0;
	}
	22% {
		opacity: 1;
	}
	100% {
		left: 132%;
		opacity: 0;
	}
}

@keyframes pld-frame-sweep {
	0% {
		left: -66%;
		opacity: 0;
	}
	22% {
		opacity: .95;
	}
	100% {
		left: 126%;
		opacity: 0;
	}
}

@keyframes pld-frame-star {
	0% {
		opacity: 0;
		transform: rotate(18deg) scale(.2);
	}
	22% {
		opacity: 1;
	}
	64% {
		opacity: .88;
		transform: rotate(78deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: rotate(118deg) scale(.42);
	}
}

@keyframes pld-hover-sparkle {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) rotate(var(--r, 0deg)) scale(.2);
	}
	20% {
		opacity: 1;
	}
	62% {
		opacity: .9;
		transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -16px))) rotate(calc(var(--r, 0deg) + 56deg)) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -28px))) rotate(calc(var(--r, 0deg) + 96deg)) scale(.35);
	}
}

@keyframes pld-loading-sweep {
	0% {
		left: -72%;
		opacity: 0;
	}
	35%, 64% {
		opacity: .72;
	}
	100% {
		left: 130%;
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	/* Only the heavy / continuous ambient motion is disabled for accessibility.
	   The brand "lấp lánh" glint (gentle, brief light sweeps + hero shimmer) is kept
	   so the signature still reads even when the OS has reduced-motion enabled. */
	.brand-phaledo .pld-glow,
	.brand-phaledo .pld-marquee-track,
	.brand-phaledo .pld-sparkle,
	.brand-phaledo .pld-hover-sparkle,
	.brand-phaledo .pld-hero h1 span,
	.brand-phaledo .pld-hero h1 em,
	.brand-phaledo .pld-name-title span,
	.brand-phaledo .pld-name-title em,
	.brand-phaledo .pld-section-head h2,
	.brand-phaledo .pld-section-head em,
	.brand-phaledo .pld-craft h2,
	.brand-phaledo .pld-craft em,
	.brand-phaledo .pld-coll-head h2,
	.brand-phaledo .pld-coll-head em,
	.brand-phaledo .pld-c-head h1,
	.brand-phaledo .pld-c-head h1 em,
	.brand-phaledo .pld-c-seo h2,
	.brand-phaledo .pld-c-recent__head h2,
	.brand-phaledo .pld-c-recent__head h2 em,
	.brand-phaledo .pld-p-info h1,
	.brand-phaledo .pld-p-section-head h2,
	.brand-phaledo .pld-p-section-head h2 em,
	.brand-phaledo .pld-p-review-head h2,
	.brand-phaledo .pld-p-review-head h2 em,
	.brand-phaledo .pld-p-longdesc h3,
	.brand-phaledo .pld-p-longdesc h3 em {
		animation: none !important;
	}

	.brand-phaledo .pld-sparkle-field {
		display: none;
	}
}

@media (max-width: 980px) {
	.brand-phaledo .pld-hdr {
		height: 64px;
	}

	.brand-phaledo .pld-hdr__inner {
		grid-template-columns: 158px 1fr auto;
		width: min(100% - 44px, 1080px);
		padding: 0;
	}

	.brand-phaledo .pld-logo__name {
		font-size: 19px;
	}

	.brand-phaledo .pld-logo__sub {
		font-size: 8px;
	}

	.brand-phaledo .pld-wrap,
	.brand-phaledo .pld-wrap.is-narrow,
	.brand-phaledo .phaledo-shell {
		width: calc(100% - 44px);
	}

	body.template-collection\.phaledo .pld-wrap,
	body.template-collection\.phaledo .pld-hdr__inner,
	body.template-product\.phaledo .pld-wrap,
	body.template-product\.phaledo .pld-hdr__inner {
		width: calc(100% - 44px);
		max-width: none;
	}

	.brand-phaledo .pld-nav {
		gap: 18px;
		font-size: 12px;
	}

	.brand-phaledo .pld-nav a {
		padding: 24px 0;
	}

	.brand-phaledo .pld-nav a::after {
		bottom: 17px;
	}

	.brand-phaledo .pld-icon-btn {
		width: 34px;
		height: 34px;
	}

	.brand-phaledo .pld-icon-btn svg {
		width: 16px;
		height: 16px;
	}

	.brand-phaledo .pld-btn-line,
	.brand-phaledo .pld-btn-ghost,
	.brand-phaledo .pld-btn-fill,
	.brand-phaledo .pld-btn-dark,
	.brand-phaledo .pld-btn-gold {
		min-height: 40px;
		padding: 0 18px;
		font-size: 12px;
	}

	.brand-phaledo .pld-hero-inner {
		width: calc(100% - 44px);
		max-width: none;
		padding: 112px 0 72px;
		gap: 34px;
		grid-template-columns: minmax(0, .92fr) minmax(300px, .86fr);
	}

	.brand-phaledo .pld-hero {
		min-height: 690px;
		padding: 0;
	}

	.brand-phaledo .pld-hero-visual {
		aspect-ratio: 1 / .92;
		min-height: 390px;
	}

	.brand-phaledo .pld-hero h1,
	.brand-phaledo .pld-name-title {
		font-size: 74px;
	}

	.brand-phaledo .pld-eyebrow {
		font-size: 12px;
	}

	.brand-phaledo .pld-hero-brand {
		font-size: 13px;
	}

	.brand-phaledo .pld-hero-sub {
		max-width: 460px;
		font-size: 16px;
		line-height: 1.9;
	}

	.brand-phaledo .pld-hero-cta {
		margin-top: 32px;
	}

	.brand-phaledo .pld-section-head h2,
	.brand-phaledo .pld-craft h2,
	.brand-phaledo .pld-coll-head h2 {
		font-size: 40px;
	}

	.brand-phaledo .pld-craft-inner {
		grid-template-columns: 1fr 1fr;
	}

	.brand-phaledo .pld-cat-grid {
		grid-template-columns: repeat(5, minmax(112px, 1fr));
		overflow-x: auto;
	}

	.brand-phaledo .pld-collection-page {
		padding-top: 88px;
	}

	.brand-phaledo .pld-collection-wrap {
		padding-bottom: 60px;
	}

	.brand-phaledo .pld-c-head {
		margin-bottom: 38px;
	}

	.brand-phaledo .pld-c-head__top {
		grid-template-columns: 1fr;
		gap: 20px;
		align-items: start;
		margin-bottom: 24px;
	}

	.brand-phaledo .pld-c-head h1 {
		font-size: 58px;
	}

	.brand-phaledo .pld-subcat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.brand-phaledo .pld-c-body {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.brand-phaledo .pld-filter-open {
		display: inline-flex;
	}

	.brand-phaledo .pld-filter-overlay {
		position: fixed;
		inset: 0;
		z-index: 1290;
		display: block;
		background: rgba(0, 0, 0, .58);
		opacity: 0;
		pointer-events: none;
		transition: opacity .28s ease;
	}

	.brand-phaledo.pld-filter-open {
		overflow: hidden;
	}

	.brand-phaledo.pld-filter-open .pld-collection-page {
		z-index: 1200;
	}

	.brand-phaledo.pld-filter-open .pld-filter-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.brand-phaledo .pld-filters {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 1300;
		width: min(360px, calc(100vw - 44px));
		height: 100dvh;
		padding: 72px 24px 28px;
		overflow-y: auto;
		border-right: 1px solid rgba(246, 239, 228, .12);
		background: rgba(16, 13, 10, .96);
		box-shadow: 28px 0 70px rgba(0, 0, 0, .34);
		transform: translateX(-104%);
		transition: transform .34s cubic-bezier(.19, 1, .22, 1);
		backdrop-filter: blur(18px);
	}

	.brand-phaledo.pld-filter-open .pld-filters {
		transform: translateX(0);
	}

	.brand-phaledo .pld-filter-close {
		position: absolute;
		top: 18px;
		right: 18px;
		display: grid;
		place-items: center;
		width: 38px;
		height: 38px;
		border: 1px solid rgba(246, 239, 228, .14);
		background: transparent;
		color: var(--pld-cream);
		font: inherit;
		font-size: 18px;
		font-weight: 800;
		cursor: pointer;
	}

	.brand-phaledo .pld-c-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 18px;
	}

	.brand-phaledo .pld-c-recent-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-phaledo .pld-product-page {
		padding-top: 88px;
	}

	.brand-phaledo .pld-product-wrap {
		padding-bottom: 64px;
	}

	.brand-phaledo .pld-p-hero {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.brand-phaledo .pld-p-gallery {
		max-width: 680px;
	}

	.brand-phaledo .pld-p-info {
		max-width: 680px;
	}

	.brand-phaledo .pld-p-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-phaledo .pld-p-spec {
		grid-template-columns: 1fr;
	}

	.brand-phaledo .pld-coca-card {
		grid-template-columns: 1fr;
		max-width: 620px;
	}

}

@media (max-width: 720px) {
	.brand-phaledo .pld-hdr {
		height: 60px;
	}

	.brand-phaledo .pld-hdr__inner {
		grid-template-columns: 1fr auto;
		width: calc(100% - 32px);
		padding: 0;
	}

	.brand-phaledo .pld-nav,
	.brand-phaledo .pld-hdr__right > .pld-btn-line {
		display: none;
	}

	.brand-phaledo .pld-ham {
		display: grid;
	}

	.brand-phaledo .pld-wrap,
	.brand-phaledo .pld-wrap.is-narrow,
	.brand-phaledo .phaledo-shell {
		width: calc(100% - 32px);
	}

	body.template-collection\.phaledo .pld-wrap,
	body.template-collection\.phaledo .pld-hdr__inner,
	body.template-product\.phaledo .pld-wrap,
	body.template-product\.phaledo .pld-hdr__inner {
		width: calc(100% - 32px);
		max-width: none;
	}

	.brand-phaledo .pld-hero {
		min-height: auto;
		padding: 0;
	}

	.brand-phaledo .pld-hero-inner,
	.brand-phaledo .pld-craft-inner,
	.brand-phaledo .phaledo-product__layout {
		grid-template-columns: 1fr;
	}

	.brand-phaledo .pld-hero-inner {
		width: calc(100% - 32px);
		padding: 96px 0 56px;
	}

	.brand-phaledo .pld-hero h1 {
		font-size: 64px;
	}

	.brand-phaledo .pld-hero-visual {
		min-height: 310px;
	}

	.brand-phaledo .pld-scroll-cue {
		display: none;
	}

	.brand-phaledo .pld-cats,
	.brand-phaledo .pld-name,
	.brand-phaledo .pld-why,
	.brand-phaledo .pld-coll,
	.brand-phaledo .pld-club,
	.brand-phaledo .phaledo-section {
		padding: 64px 0;
	}

	.brand-phaledo .pld-section-head,
	.brand-phaledo .pld-why .pld-section-head {
		margin-bottom: 30px;
	}

	.brand-phaledo .pld-section-head h2,
	.brand-phaledo .pld-craft h2,
	.brand-phaledo .pld-coll-head h2,
	.brand-phaledo .pld-footer-band h2,
	.brand-phaledo .phaledo-page h1 {
		font-size: 34px;
	}

	.brand-phaledo .pld-cat-grid,
	.brand-phaledo .pld-why-grid,
	.brand-phaledo .pld-name-grid,
	.brand-phaledo .pld-stats-grid,
	.brand-phaledo .pld-club-grid,
	.brand-phaledo .pld-footer-band,
	.brand-phaledo .pld-footer-grid,
	.brand-phaledo .pld-product-grid,
	.brand-phaledo .phaledo-product-grid {
		grid-template-columns: 1fr;
	}

	.brand-phaledo .pld-cat-grid {
		overflow: visible;
	}

	.brand-phaledo .pld-cat-card,
	.brand-phaledo .pld-name-grid div,
	.brand-phaledo .pld-stats-grid div {
		border-right: 0;
		border-bottom: 1px solid rgba(246, 239, 228, .1);
	}

	.brand-phaledo .pld-cat-card:last-child,
	.brand-phaledo .pld-name-grid div:last-child,
	.brand-phaledo .pld-stats-grid div:last-child {
		border-bottom: 0;
	}

	.brand-phaledo .pld-name-title {
		font-size: 58px;
		gap: 10px;
	}

	.brand-phaledo .pld-stats {
		padding: 42px 0;
	}

	.brand-phaledo .pld-stats-grid div {
		padding: 22px 0;
		text-align: center;
	}

	.brand-phaledo .pld-craft {
		padding: 64px 0 86px;
	}

	.brand-phaledo .pld-craft-badge {
		left: 16px;
		bottom: -44px;
	}

	.brand-phaledo .pld-cat-banner {
		min-height: 238px;
		place-items: center;
	}

	.brand-phaledo .pld-cat-banner div {
		width: calc(100% - 32px);
		text-align: center;
	}

	.brand-phaledo .pld-cat-banner p {
		font-size: 16px;
	}

	.brand-phaledo .pld-cat-banner h2 {
		font-size: 34px;
	}

	.brand-phaledo .pld-cat-banner strong {
		display: block;
		font-size: 46px;
	}

	.brand-phaledo .pld-coll-head,
	.brand-phaledo .pld-footer-bottom {
		display: grid;
		align-items: start;
	}

	.brand-phaledo .pld-footer {
		padding-top: 58px;
	}

	.brand-phaledo .phaledo-product__summary {
		position: static;
	}

	.brand-phaledo .pld-collection-page {
		padding-top: 76px;
	}

	.brand-phaledo .pld-c-breadcrumb {
		gap: 8px;
		margin-bottom: 22px;
		font-size: 10px;
	}

	.brand-phaledo .pld-c-head {
		margin-bottom: 32px;
	}

	.brand-phaledo .pld-c-head h1 {
		font-size: 46px;
		line-height: 1;
	}

	.brand-phaledo .pld-c-head__top > p {
		font-size: 13px;
		line-height: 1.7;
	}

	.brand-phaledo .pld-subcat-grid {
		gap: 10px;
	}

	.brand-phaledo .pld-subcat-card {
		min-height: 148px;
	}

	.brand-phaledo .pld-subcat-icon {
		min-height: 98px;
	}

	.brand-phaledo .pld-subcat-icon svg {
		width: 58px;
		height: 78px;
	}

	.brand-phaledo .pld-subcat-caption {
		padding: 0 12px 13px;
	}

	.brand-phaledo .pld-subcat-caption strong {
		font-size: 17px;
	}

	.brand-phaledo .pld-c-toolbar {
		display: grid;
		gap: 14px;
		margin-bottom: 22px;
		padding-bottom: 20px;
	}

	.brand-phaledo .pld-c-toolbar > div,
	.brand-phaledo .pld-sort {
		justify-content: space-between;
		width: 100%;
	}

	.brand-phaledo .pld-sort {
		gap: 12px;
	}

	.brand-phaledo .pld-sort select {
		width: 180px;
		min-width: 0;
	}

	.brand-phaledo .pld-c-product-grid {
		gap: 28px 12px;
	}

	.brand-phaledo .pld-c-product {
		gap: 12px;
	}

	.brand-phaledo .pld-c-product-body {
		gap: 6px;
	}

	.brand-phaledo .pld-c-product-body small {
		font-size: 9px;
		letter-spacing: 1.4px;
	}

	.brand-phaledo .pld-c-product-body h2 {
		min-height: 44px;
		font-size: 18px;
	}

	.brand-phaledo .pld-c-badge {
		top: 10px;
		left: 10px;
		padding: 6px 8px;
		font-size: 8px;
	}

	.brand-phaledo .pld-c-quick {
		display: none;
	}

	.brand-phaledo .pld-c-seo {
		padding: 48px 0;
	}

	.brand-phaledo .pld-c-seo h2 {
		font-size: 24px;
	}

	.brand-phaledo .pld-c-recent {
		padding: 58px 0 70px;
	}

	.brand-phaledo .pld-c-recent__head {
		display: grid;
		align-items: start;
	}

	.brand-phaledo .pld-c-recent__head h2 {
		font-size: 34px;
	}

	.brand-phaledo .pld-product-page {
		padding-top: 76px;
	}

	.brand-phaledo .pld-p-breadcrumb {
		gap: 8px;
		margin-bottom: 22px;
		font-size: 10px;
	}

	.brand-phaledo .pld-p-breadcrumb span:last-child {
		max-width: 210px;
	}

	.brand-phaledo .pld-p-gallery {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.brand-phaledo .pld-p-thumbs {
		order: 2;
		display: flex;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.brand-phaledo .pld-p-thumb {
		flex: 0 0 54px;
		width: 54px;
	}

	.brand-phaledo .pld-p-info h1 {
		font-size: 30px;
	}

	.brand-phaledo .pld-p-meta {
		gap: 7px 10px;
	}

	.brand-phaledo .pld-p-var-head {
		display: grid;
		justify-content: start;
	}

	.brand-phaledo .pld-p-buy {
		grid-template-columns: 1fr;
	}

	.brand-phaledo .pld-p-perks,
	.brand-phaledo .pld-p-feature-grid,
	.brand-phaledo .pld-c-recent-grid {
		grid-template-columns: 1fr;
	}

	.brand-phaledo .pld-sizecmp,
	.brand-phaledo .pld-p-desc,
	.brand-phaledo .pld-p-reviews,
	.brand-phaledo .pld-p-related {
		padding: 58px 0 70px;
	}

	.brand-phaledo .pld-p-section-head h2,
	.brand-phaledo .pld-p-review-head h2 {
		font-size: 34px;
	}

	.brand-phaledo .pld-coca-card {
		padding: 22px;
	}

	.brand-phaledo .pld-coca-copy strong {
		font-size: 36px;
	}

	.brand-phaledo .pld-size-specs,
	.brand-phaledo .pld-p-review-summary {
		grid-template-columns: 1fr;
	}

	.brand-phaledo .pld-p-spec div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.brand-phaledo .pld-p-review {
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.brand-phaledo .pld-p-avatar {
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 430px) {
	.brand-phaledo .pld-icon-btn {
		width: 32px;
		height: 32px;
	}

	.brand-phaledo .pld-hero h1 {
		font-size: 55px;
	}

	.brand-phaledo .pld-hero-sub,
	.brand-phaledo .pld-section-head p:not(.pld-eyebrow):not(.pld-club-pill),
	.brand-phaledo .pld-craft p,
	.brand-phaledo .pld-name-copy {
		font-size: 14px;
	}

	.brand-phaledo .pld-hero-cta {
		display: grid;
	}

	.brand-phaledo .pld-btn-fill,
	.brand-phaledo .pld-btn-ghost,
	.brand-phaledo .pld-btn-dark,
	.brand-phaledo .pld-btn-gold {
		width: 100%;
	}

	.brand-phaledo .pld-product-grid,
	.brand-phaledo .phaledo-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.brand-phaledo .pld-product-card {
		min-height: 240px;
	}

	.brand-phaledo .pld-product-body {
		padding: 13px;
	}

	.brand-phaledo .pld-filters {
		width: calc(100vw - 32px);
		padding-inline: 18px;
	}

	.brand-phaledo .pld-c-head h1 {
		font-size: 42px;
	}

	.brand-phaledo .pld-subcat-caption {
		display: grid;
		gap: 5px;
	}

	.brand-phaledo .pld-subcat-caption strong {
		font-size: 16px;
	}

	.brand-phaledo .pld-c-toolbar p,
	.brand-phaledo .pld-sort select {
		font-size: 12px;
	}

	.brand-phaledo .pld-c-product-body h2 {
		font-size: 16px;
	}

	.brand-phaledo .pld-c-price strong {
		font-size: 13px;
	}

	.brand-phaledo .pld-c-price span {
		font-size: 12px;
	}
}

/* ═══════════ SCROLL REVEAL + COUNT-UP (design parity) ═══════════ */
/* Keep stat numbers full-size even though they are now wrapped in a span */
.brand-phaledo .pld-stats strong .pld-count {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

/* Reveal-on-scroll: only armed once JS adds .pld-reveal-enabled, so content
   stays visible if JS fails or is disabled. JS strips the classes after the
   animation so card hover transitions are never slowed by the reveal. */
.brand-phaledo.pld-reveal-enabled .pld-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .85s cubic-bezier(.19, 1, .22, 1), transform .85s cubic-bezier(.19, 1, .22, 1);
	transition-delay: var(--pld-rd, 0ms);
	will-change: opacity, transform;
}

.brand-phaledo.pld-reveal-enabled .pld-reveal.pld-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.brand-phaledo .pld-reveal {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Land hash jumps below the fixed header (nav links, on-load #hash) */
.brand-phaledo .pld-cats,
.brand-phaledo .pld-name,
.brand-phaledo .pld-why,
.brand-phaledo .pld-craft,
.brand-phaledo .pld-coll,
.brand-phaledo .pld-club {
	scroll-margin-top: 92px;
}

@media (max-width: 980px) {
	.brand-phaledo .pld-cats,
	.brand-phaledo .pld-name,
	.brand-phaledo .pld-why,
	.brand-phaledo .pld-craft,
	.brand-phaledo .pld-coll,
	.brand-phaledo .pld-club {
		scroll-margin-top: 78px;
	}
}

/* PDP v2 - closer to phaledo-product reference */
body.template-product\.phaledo .pld-product-wrap {
	padding-bottom: 68px;
}

body.template-product\.phaledo .pld-p-hero {
	grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
	gap: 52px;
}

body.template-product\.phaledo .pld-p-gallery {
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 18px;
}

body.template-product\.phaledo .pld-p-thumb {
	width: 62px;
	background: linear-gradient(180deg, #241c16, #120e0b);
}

body.template-product\.phaledo .pld-p-stage {
	box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
}

body.template-product\.phaledo .pld-p-info {
	gap: 15px;
}

body.template-product\.phaledo .pld-p-info h1 {
	max-width: 470px;
	font-size: 52px;
	line-height: 1.02;
}

body.template-product\.phaledo .pld-p-meta {
	gap: 8px 10px;
	font-size: 11px;
}

body.template-product\.phaledo .pld-p-price strong {
	font-size: 26px;
}

body.template-product\.phaledo .pld-p-var-head i {
	color: rgba(216, 183, 101, .86);
	font-style: normal;
}

body.template-product\.phaledo .pld-p-variant-grid {
	gap: 7px;
}

body.template-product\.phaledo .pld-p-variant {
	min-height: 32px;
	padding: 0 12px;
}

body.template-product\.phaledo .pld-size-finder {
	margin-top: 2px;
	border: 1px solid rgba(216, 183, 101, .16);
	background: rgba(255, 255, 255, .024);
}

body.template-product\.phaledo .pld-finder-toggle {
	display: grid;
	grid-template-columns: 32px 1fr 12px;
	gap: 10px;
	align-items: center;
	width: 100%;
	min-height: 58px;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	color: var(--pld-cream);
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	cursor: pointer;
}

body.template-product\.phaledo .pld-finder-toggle small {
	display: block;
	margin-top: 3px;
	color: rgba(246, 239, 228, .42);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
}

body.template-product\.phaledo .pld-finder-toggle i {
	position: relative;
	width: 12px;
	height: 12px;
}

body.template-product\.phaledo .pld-finder-toggle i::before,
body.template-product\.phaledo .pld-finder-toggle i::after {
	content: "";
	position: absolute;
	inset: 5px 0 auto;
	height: 1px;
	background: currentColor;
}

body.template-product\.phaledo .pld-finder-toggle i::after {
	transform: rotate(90deg);
	transition: transform .2s ease;
}

body.template-product\.phaledo .pld-size-finder.is-open .pld-finder-toggle i::after {
	transform: rotate(0deg);
}

body.template-product\.phaledo .pld-finder-ico {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(216, 183, 101, .28);
	color: var(--pld-gold);
}

body.template-product\.phaledo .pld-finder-ico svg,
body.template-product\.phaledo .pld-finder-go svg,
body.template-product\.phaledo .pld-coca-copy small svg,
body.template-product\.phaledo .pld-p-review button svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.template-product\.phaledo .pld-finder-body {
	padding: 0 12px 12px;
}

body.template-product\.phaledo .pld-finder-row {
	display: grid;
	gap: 7px;
	margin-bottom: 10px;
}

body.template-product\.phaledo .pld-finder-row label {
	color: rgba(246, 239, 228, .48);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

body.template-product\.phaledo .pld-finder-row select,
body.template-product\.phaledo .pld-finder-field input {
	width: 100%;
	height: 38px;
	border: 1px solid rgba(246, 239, 228, .12);
	background: #100d0a;
	color: var(--pld-cream);
	font: inherit;
	font-size: 12px;
	font-weight: 800;
}

body.template-product\.phaledo .pld-finder-row select {
	padding: 0 10px;
}

body.template-product\.phaledo .pld-finder-field {
	position: relative;
}

body.template-product\.phaledo .pld-finder-field input {
	padding: 0 58px 0 10px;
}

body.template-product\.phaledo .pld-finder-field span {
	position: absolute;
	top: 50%;
	right: 10px;
	color: rgba(246, 239, 228, .4);
	font-size: 11px;
	font-weight: 800;
	transform: translateY(-50%);
}

body.template-product\.phaledo .pld-finder-go,
body.template-product\.phaledo .pld-finder-result button,
body.template-product\.phaledo .pld-p-review-more button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid rgba(246, 239, 228, .16);
	background: rgba(255, 255, 255, .03);
	color: var(--pld-cream);
	font: inherit;
	font-size: 11px;
	font-weight: 900;
	cursor: pointer;
}

body.template-product\.phaledo .pld-finder-result {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	margin-top: 10px;
	padding: 12px;
	border: 1px solid rgba(216, 183, 101, .18);
	background: rgba(216, 183, 101, .07);
}

body.template-product\.phaledo .pld-finder-result strong {
	color: var(--pld-gold);
	font-size: 24px;
	line-height: 1;
}

body.template-product\.phaledo .pld-finder-result small {
	font-size: 12px;
}

body.template-product\.phaledo .pld-finder-result p {
	margin: 0;
	color: rgba(246, 239, 228, .58);
	font-size: 11px;
	line-height: 1.5;
}

body.template-product\.phaledo .pld-finder-result[hidden],
body.template-product\.phaledo .pld-finder-body[hidden] {
	display: none;
}

body.template-product\.phaledo .pld-p-colors button {
	width: 34px;
	height: 34px;
}

body.template-product\.phaledo .pld-p-perks {
	gap: 9px;
}

body.template-product\.phaledo .pld-p-perk {
	min-height: 66px;
}

body.template-product\.phaledo .pld-sizecmp {
	padding: 86px 0 94px;
	background: radial-gradient(circle at 15% 18%, rgba(159, 25, 27, .16), transparent 30%), #17120f;
}

body.template-product\.phaledo .pld-coca-card {
	grid-template-columns: minmax(250px, .86fr) minmax(0, 1fr);
	max-width: 700px;
	padding: 32px 34px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

body.template-product\.phaledo .pld-coca-edge {
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(216, 183, 101, .12);
	pointer-events: none;
}

body.template-product\.phaledo .pld-coca-cans {
	display: flex;
	align-items: end;
	gap: 5px;
	min-height: 32px;
	margin: 12px 0 18px;
}

body.template-product\.phaledo .pld-coca-cans span {
	display: block;
	width: 12px;
	height: 30px;
	border-radius: 3px;
	background: linear-gradient(90deg, #741515, #c73838 52%, #741515);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

body.template-product\.phaledo .pld-coca-cans span.is-part {
	opacity: .54;
}

body.template-product\.phaledo .pld-coca-copy small {
	display: inline-flex;
	align-items: start;
	gap: 7px;
}

body.template-product\.phaledo .pld-p-spec {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 810px;
}

body.template-product\.phaledo .pld-p-spec div {
	grid-template-columns: 128px 1fr;
}

body.template-product\.phaledo .pld-p-feature {
	text-align: left;
}

body.template-product\.phaledo .pld-p-feature span {
	width: 72px;
	height: 72px;
}

body.template-product\.phaledo .pld-p-feature span svg {
	width: 60px;
	height: 60px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.template-product\.phaledo .pld-p-longdesc {
	max-width: 810px;
}

body.template-product\.phaledo .pld-p-longdesc-body em {
	color: var(--pld-red-bright);
	font-style: normal;
	font-weight: 900;
}

body.template-product\.phaledo .pld-p-review-head {
	max-width: 810px;
	margin-inline: auto;
}

body.template-product\.phaledo .pld-p-review-summary,
body.template-product\.phaledo .pld-p-review-chips,
body.template-product\.phaledo .pld-p-review-list,
body.template-product\.phaledo .pld-p-review-more {
	max-width: 810px;
	margin-inline: auto;
}

body.template-product\.phaledo .pld-p-review-summary {
	grid-template-columns: 200px minmax(0, 1fr);
}

body.template-product\.phaledo .pld-p-avatar.is-champ { background: #b89b66; }
body.template-product\.phaledo .pld-p-avatar.is-gold { background: #d8b765; color: #221a12; }
body.template-product\.phaledo .pld-p-avatar.is-green { background: #557048; }

body.template-product\.phaledo .pld-stars svg.is-empty {
	fill: transparent;
	color: rgba(20, 16, 13, .2);
}

body.template-product\.phaledo .pld-p-review-photos {
	display: flex;
	gap: 8px;
	margin: 10px 0 12px;
}

body.template-product\.phaledo .pld-p-review-photos span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid #e3d9ca;
	background: #f6f0e8;
}

body.template-product\.phaledo .pld-p-review-photos span::before {
	content: "";
	width: 24px;
	height: 18px;
	border: 1px solid rgba(20, 16, 13, .24);
	background: linear-gradient(135deg, transparent 55%, rgba(20, 16, 13, .12) 56%);
}

body.template-product\.phaledo .pld-p-review button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

body.template-product\.phaledo .pld-p-review button b {
	font-weight: 900;
}

body.template-product\.phaledo .pld-p-review-more {
	margin-top: 22px;
	text-align: center;
}

body.template-product\.phaledo .pld-p-review-more button {
	background: transparent;
	color: var(--pld-ink);
}

body.template-product\.phaledo .pld-p-related {
	padding-top: 82px;
}

body.template-product\.phaledo .pld-rel-head {
	max-width: 1040px;
}

body.template-product\.phaledo .pld-rel-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.template-product\.phaledo .pld-rel-card {
	display: block;
	min-height: auto;
	background: transparent;
	border-color: transparent;
}

body.template-product\.phaledo .pld-rel-card:hover {
	border-color: transparent;
	box-shadow: none;
}

body.template-product\.phaledo .pld-rel-img {
	border: 1px solid rgba(246, 239, 228, .1);
	background: linear-gradient(180deg, #211a15, #110d0a);
}

body.template-product\.phaledo .pld-rel-img.has-image img {
	object-fit: cover;
	opacity: 1;
	filter: none;
}

body.template-product\.phaledo .pld-rel-body {
	padding: 14px 0 0;
}

body.template-product\.phaledo .pld-rel-body h2 {
	min-height: 48px;
	font-family: var(--pld-serif);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.16;
}

body.template-product\.phaledo .pld-rel-body .pld-c-price {
	display: flex;
	gap: 8px;
	align-items: baseline;
}

body.template-product\.phaledo .pld-rel-body .pld-c-price span {
	color: rgba(246, 239, 228, .34);
	font-size: 12px;
	text-decoration: line-through;
}

@media (max-width: 980px) {
	body.template-product\.phaledo .pld-p-hero {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	body.template-product\.phaledo .pld-p-gallery,
	body.template-product\.phaledo .pld-p-info {
		max-width: 680px;
		margin-inline: auto;
	}

	body.template-product\.phaledo .pld-p-info h1 {
		max-width: none;
		font-size: 44px;
	}

	body.template-product\.phaledo .pld-rel-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body.template-product\.phaledo .pld-product-wrap {
		padding-bottom: 48px;
	}

	body.template-product\.phaledo .pld-p-gallery {
		grid-template-columns: 1fr;
	}

	body.template-product\.phaledo .pld-p-thumbs {
		order: 2;
		display: flex;
		overflow-x: auto;
	}

	body.template-product\.phaledo .pld-p-thumb {
		flex: 0 0 56px;
		width: 56px;
	}

	body.template-product\.phaledo .pld-p-info h1 {
		font-size: 32px;
	}

	body.template-product\.phaledo .pld-p-meta {
		font-size: 10px;
	}

	body.template-product\.phaledo .pld-finder-result {
		grid-template-columns: 1fr;
	}

	body.template-product\.phaledo .pld-coca-card,
	body.template-product\.phaledo .pld-p-review-summary {
		grid-template-columns: 1fr;
	}

	body.template-product\.phaledo .pld-p-spec {
		grid-template-columns: 1fr;
	}

	body.template-product\.phaledo .pld-p-spec div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	body.template-product\.phaledo .pld-p-feature-grid,
	body.template-product\.phaledo .pld-rel-grid {
		grid-template-columns: 1fr;
	}

	body.template-product\.phaledo .pld-rel-body h2 {
		min-height: 0;
	}
}