:root {
	--phk-bg: #f8f9ff;
	--phk-surface: #ffffff;
	--phk-surface-soft: #f2f3fa;
	--phk-surface-alt: #e4cafd;
	--phk-surface-high: #eceef4;
	--phk-surface-border: #d3c3c5;
	--phk-text: #191c21;
	--phk-text-soft: #6f6477;
	--phk-primary: #ff4f9d;
	--phk-primary-dark: #cf2f7a;
	--phk-secondary: #d8b9f4;
	--phk-accent: #ffd1dc;
	--phk-blue: #9bc9ff;
	--phk-border: rgba(129, 116, 118, 0.14);
	--phk-shadow: 0 24px 64px rgba(255, 188, 216, 0.22);
	--phk-shadow-soft: 0 12px 32px rgba(120, 85, 94, 0.08);
	--phk-radius-xl: 32px;
	--phk-radius-lg: 24px;
	--phk-radius-md: 18px;
	--phk-container: min(1320px, calc(100% - 32px));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: url("/wp-content/uploads/2026/04/main-bg-2-scaled.webp") center top / cover no-repeat;
	color: var(--phk-text);
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 1.5;
}
.woocommerce .col2-set::before , .woocommerce-page .col2-set::before {
  display: none !important;
}
.phk-site-shell {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
}

.phk-site-shell::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background: transparent;
	pointer-events: none;
}

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

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

button,
input {
	font: inherit;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.phk-container {
	width: var(--phk-container);
	margin: 0 auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
#billing_postcode_field {
  display:none;
}
.woocommerce-additional-fields {
  padding-top: 10px;
}
.phk-site-main {
	padding-top: 0;
}

.phk-section {
	padding: 72px 0;
}

.phk-section-heading {
	text-align: center;
	margin-bottom: 32px;
}

.phk-section-heading h2 {
	margin: 0;
	font-size: clamp(1.75rem, 2.4vw, 3rem);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.phk-section-heading p {
	margin: 10px 0 0;
	color: var(--phk-text-soft);
	font-size: 0.98rem;
}

.phk-section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	text-align: left;
}

.phk-section-heading--split p {
	max-width: 520px;
}

.phk-header {
	position: relative;
	z-index: 100;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.phk-header__menubar {
	position: sticky;
	top: 0;
	z-index: 101;
	background: linear-gradient(90deg, #ff7da9 0%, #ff5d96 30%, #ff6ba1 64%, #ff9bc0 100%);
	box-shadow: 0 14px 28px rgba(255, 124, 168, 0.18);
	transition: background 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

body.admin-bar .phk-header__menubar {
	top: 32px;
}

.phk-header__menubar.is-sticky {
	background: linear-gradient(90deg, rgba(255, 125, 169, 0.96) 0%, rgba(255, 93, 150, 0.94) 46%, rgba(255, 155, 192, 0.96) 100%);
	backdrop-filter: blur(16px);
	box-shadow: 0 16px 34px rgba(255, 116, 168, 0.28);
	border-bottom: 1px solid rgba(255, 221, 234, 0.72);
	transform: translateY(0);
}

body.admin-bar .phk-header__menubar.is-sticky {
	top: 32px;
}

.phk-header.is-sticky {
	filter: drop-shadow(0 10px 26px rgba(255, 167, 202, 0.26));
}

.phk-header.is-sticky .phk-header__topbar {
	background: rgba(255, 248, 251, 0.92);
	backdrop-filter: blur(16px);
}


.phk-header__inner {
	width: var(--phk-container);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 18px;
}

.phk-header__inner--top {
	justify-content: space-between;
	min-height: 88px;
	padding: 12px 0;
	transition: min-height 0.28s ease, padding 0.28s ease;
}

.phk-header__inner--bottom {
	min-height: 52px;
}

.phk-header.is-sticky .phk-header__inner--top {
	min-height: 76px;
	padding: 8px 0;
}

.phk-header__brand {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 0 0 auto;
	min-width: 0;
}

.phk-header__toggle {
	display: none;
	border: 0;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(255, 182, 210, 0.24);
	color: var(--phk-primary);
	cursor: pointer;
}

.phk-header__logo img {
	height: 75px;
	width: auto;
	max-width: none;
	object-fit: contain;
	transition: height 0.28s ease;
}

.phk-header.is-sticky .phk-header__logo img {
	height: 52px;
}

.phk-header__search {
	display: flex;
	align-items: center;
	flex: 0 1 540px;
	min-width: 280px;
	padding: 6px 6px 6px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.98);
	border: 2px solid rgba(255, 213, 230, 0.86);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 24px rgba(255, 185, 214, 0.18);
}

.phk-header__search input {
	flex: 1;
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	color: #5d4f64;
	font-size: 0.96rem;
}

.phk-header__search input::placeholder {
	color: #9b8d98;
}

.phk-header__search-submit,
.phk-mobile-nav__search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff83b0 0%, #ff4f9d 100%);
	color: #fff;
	box-shadow: 0 10px 18px rgba(255, 113, 166, 0.28);
	cursor: pointer;
}

.phk-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex: 0 0 auto;
}

.phk-header__action-card {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 82px;
	padding: 6px 8px;
	color: #75475d;
}

.phk-header__action-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 20px rgba(255, 186, 214, 0.22);
	color: #ef4a93;
}

.phk-header__action-label {
	font-size: 0.88rem;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}

.phk-header__count {
	position: absolute;
	top: -3px;
	right: -1px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #ff4f9d;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	box-shadow: 0 6px 14px rgba(255, 110, 170, 0.28);
}

.phk-header__home-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
	flex: 0 0 38px;
}

.phk-header__nav {
	flex: 1;
	display: flex;
	justify-content: flex-start;
}

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

.phk-menu-list > li {
	position: relative;
	list-style: none;
}

.phk-menu-list a {
	font-size: 1.06rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.96);
	position: relative;
	padding: 14px 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.phk-menu-list .current-menu-item > a,
.phk-menu-list a:hover,
.phk-menu-list a.is-active {
	opacity: 1;
	transform: translateY(-1px);
}


.phk-menu-list .menu-item-has-children > a {
	padding-right: 18px;
}

.phk-menu-list .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
	opacity: 0.88;
}

.phk-menu-list .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	z-index: 30;
	min-width: 240px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 205, 225, 0.9);
	box-shadow: 0 18px 36px rgba(255, 140, 185, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.phk-menu-list .sub-menu::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 28px;
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.98);
	border-top: 1px solid rgba(255, 205, 225, 0.9);
	border-left: 1px solid rgba(255, 205, 225, 0.9);
	transform: rotate(45deg);
}

.phk-menu-list .sub-menu li {
	position: relative;
	list-style: none;
}

.phk-menu-list .sub-menu a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 14px;
	color: #5f4760;
	font-size: 0.95rem;
	font-weight: 700;
}

.phk-menu-list .sub-menu a::after,
.phk-menu-list .sub-menu a::before {
	display: none;
}

.phk-menu-list .sub-menu .current-menu-item > a,
.phk-menu-list .sub-menu a:hover,
.phk-menu-list .sub-menu a:focus-visible {
	background: linear-gradient(135deg, #fff1f7 0%, #f7eaff 100%);
	color: #e7468f;
	transform: none;
}

.phk-menu-list > li:hover > .sub-menu,
.phk-menu-list > li.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.phk-menu-list .sub-menu .sub-menu {
	top: -10px;
	left: calc(100% + 12px);
}

.phk-menu-list .sub-menu .sub-menu::before {
	top: 22px;
	left: -7px;
	border-top: 0;
	border-left: 1px solid rgba(255, 205, 225, 0.9);
	border-bottom: 1px solid rgba(255, 205, 225, 0.9);
	transform: rotate(45deg);
}

.phk-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 130;
	pointer-events: none;
}

.phk-mobile-drawer__overlay {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(31, 24, 34, 0.26);
	backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 0.24s ease;
}

.phk-mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: min(380px, calc(100vw - 36px));
	height: 100vh;
	padding: 20px 18px 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 255, 0.99) 100%);
	box-shadow: 0 28px 56px rgba(102, 81, 128, 0.24);
	transform: translateX(-104%);
	transition: transform 0.26s ease;
	overflow-y: auto;
}

.phk-mobile-drawer.is-open {
	pointer-events: auto;
}

.phk-mobile-drawer.is-open .phk-mobile-drawer__overlay {
	opacity: 1;
}

.phk-mobile-drawer.is-open .phk-mobile-nav {
	transform: translateX(0);
}

.phk-mobile-nav__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.phk-mobile-nav__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.phk-mobile-nav__brand img {
	width: 62px;
	height: 62px;
	border-radius: 18px;
	object-fit: cover;
	box-shadow: var(--phk-shadow-soft);
}

.phk-mobile-nav__brand strong,
.phk-mobile-nav__brand span {
	display: block;
}

.phk-mobile-nav__brand strong {
	font-size: 1.05rem;
	line-height: 1.2;
	color: #241d2a;
}

.phk-mobile-nav__brand span {
	margin-top: 4px;
	color: #72677b;
	font-size: 0.86rem;
	line-height: 1.5;
}

.phk-mobile-nav__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #f1eef8;
	color: #7148a9;
	flex: 0 0 42px;
}

.phk-mobile-nav__search {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 50px;
	padding: 4px 4px 4px 14px;
	border-radius: 999px;
	background: #fff;
	border: 2px solid rgba(255, 213, 230, 0.86);
	color: var(--phk-text-soft);
	box-shadow: 0 10px 22px rgba(255, 185, 214, 0.18);
}

.phk-mobile-nav__search input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #312a37;
}

.phk-menu-list--mobile {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.phk-menu-list--mobile li {
	width: 100%;
}

.phk-menu-list--mobile a {
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 0 16px;
	border-radius: 18px;
	background: #fff6fb;
	color: #4f4658;
	font-weight: 600;
}

.phk-menu-list--mobile .current-menu-item > a,
.phk-menu-list--mobile a:hover {
	background: linear-gradient(135deg, #ffd9e8 0%, #e9deff 100%);
	color: #251f2c;
}

.phk-menu-list--mobile .menu-item-has-children > a {
	position: relative;
	padding-right: 58px;
}

.phk-menu-list--mobile .menu-item-has-children > a::before {
	display: none;
}

.phk-menu-list--mobile .sub-menu {
	display: none;
	gap: 8px;
	margin: 8px 0 0;
	padding: 0 0 0 14px;
	list-style: none;
}

.phk-menu-list--mobile .menu-item-has-children.is-open > .sub-menu {
	display: grid;
}

.phk-mobile-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #ea4b92;
	box-shadow: 0 6px 14px rgba(255, 170, 205, 0.18);
	transform: translateY(-50%);
	cursor: pointer;
}

.phk-mobile-submenu-toggle .material-symbols-outlined {
	font-size: 20px;
	transition: transform 0.2s ease;
}

.phk-menu-list--mobile .menu-item-has-children.is-open > a .phk-mobile-submenu-toggle .material-symbols-outlined {
	transform: rotate(180deg);
}

.phk-menu-list--mobile .sub-menu a {
	min-height: 46px;
	padding: 0 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	color: #5c5167;
	font-size: 0.93rem;
}

.phk-menu-list--mobile .sub-menu .current-menu-item > a,
.phk-menu-list--mobile .sub-menu a:hover {
	background: rgba(255, 226, 238, 0.98);
	color: #ea4b92;
}

.phk-mobile-nav__actions {
	display: grid;
	gap: 10px;
	margin-top: auto;
	padding-top: 8px;
  	grid-auto-flow: column;
}

.phk-mobile-nav__action {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 50px;
	padding: 0 16px;
	border-radius: 18px;
	background: #fff7fb;
	color: #6d5765;
	font-weight: 600;
	border: 1px solid rgba(235, 215, 240, 0.9);
}

.phk-mobile-nav__action .material-symbols-outlined {
	color: var(--phk-primary);
}

body.phk-menu-open {
	overflow: hidden;
}

.phk-hero {
	padding: 0;
}

/* .phk-hero__image-wrap {
	position: relative;
	border-bottom: 8px solid rgba(255, 206, 229, 0.6);
}

.phk-hero__image-wrap::before,
.phk-hero__image-wrap::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 18px;
	background-image: radial-gradient(circle at 12px -4px, rgba(255, 255, 255, 0.92) 16px, transparent 17px);
	background-size: 34px 20px;
	z-index: 2;
} */

.phk-hero__image {
	width: 100%;
	min-height: 360px;
	max-height: 580px;
	object-fit: cover;
	object-position: top;
}

.phk-intro {
	padding: 42px 0 12px;
	background: var(--phk-bg);
}

.phk-intro blockquote {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
	font-size: clamp(1.75rem, 3vw, 3rem);
	font-style: italic;
	line-height: 1.2;
	color: var(--phk-primary);
}

.phk-intro blockquote::after {
	content: "";
	display: block;
	width: 86px;
	height: 3px;
	margin: 24px auto 0;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--phk-accent), transparent);
}

.phk-kawaii {
	padding-top: 40px;
	padding-bottom: 34px;
	background: var(--phk-bg);
}

.phk-kawaii .phk-section-heading h2 {
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	color: var(--phk-primary);
}

.phk-kawaii .phk-section-heading p {
	margin-top: 8px;
}

.phk-intro,
.phk-kawaii,
.phk-products-hot,
.phk-products-grid,
.phk-shop-page,
.phk-single,
.phk-benefits,
.phk-page.phk-section,
.phk-cart-page,
.phk-checkout-page,
.phk-feedback--archive.phk-section {
	background: transparent !important;
}

.home .phk-intro,
.home .phk-kawaii,
.home .phk-products-hot,
.home .phk-products-grid,
.home .phk-products-grid.is-soft,
.home .phk-brand-banner,
.home .phk-deposit,
.home .phk-feedback,
.home .phk-benefits {
	background: transparent !important;
}

.phk-kawaii-slider-wrap {
	position: relative;
	padding: 0 52px;
}

.phk-kawaii-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
	transition: transform 0.2s ease;
}

.phk-kawaii-card:hover {
	transform: translateY(-6px);
}

.phk-kawaii-card__image {
	display: inline-flex;
	width: 110px;
	height: 110px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	padding: 5px;
	background: #fff;
	border: 3px solid rgba(255, 255, 255, 0.92);
	box-shadow: var(--phk-shadow-soft);
}

.phk-kawaii-card__image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.phk-kawaii-card__image .material-symbols-outlined {
	font-size: 34px;
	color: #b8adc4;
}

.phk-kawaii-card__title {
	font-size: 0.88rem;
	font-weight: 700;
}

.phk-kawaii-card.is-more .phk-kawaii-card__image {
	background: linear-gradient(180deg, #ffffff, #f2f3fa);
	color: #b4a9c0;
}

.phk-kawaii-swiper {
	overflow: hidden;
	padding: 6px 0 2px;
}

.phk-kawaii-swiper .swiper-slide {
	height: auto;
}

.phk-swiper-controls--kawaii {
	inset: 0;
	transform: none;
}

.phk-swiper-controls--kawaii .phk-swiper-arrow--prev {
	left: 0;
}

.phk-swiper-controls--kawaii .phk-swiper-arrow--next {
	right: 0;
}

.phk-products-hot {
	background: var(--phk-surface-soft);
}

.phk-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--phk-primary-dark);
	font-weight: 700;
}

.phk-hot-swiper {
	overflow: hidden;
	position: relative;
}

.phk-hot-slider-wrap {
	position: relative;
	padding: 0;
}

.swiper-slide {
	height: auto;
}

.phk-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 16px;
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--phk-shadow-soft);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.phk-product-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(255, 158, 204, 0.20);
}

.phk-product-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--phk-primary), #ff8bb8);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.phk-product-media {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background: linear-gradient(180deg, #fff7fb, #fff);
	aspect-ratio: 1;
}

.phk-product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

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

.phk-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 18px;
}

.phk-product-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 700;
}

.phk-product-title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.phk-product-price {
	margin-top: 8px;
	font-size: 1.15rem;
	font-weight: 800;
	color: #ef2a8b;
}

.phk-product-price del {
	color: #a8a0b0;
	font-size: 0.9em;
}

.phk-product-price ins {
	text-decoration: none;
}

.phk-product-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin-top: auto;
	padding-top: 20px;
}

.phk-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 42px;
	padding: 0 12px;
	border: 0;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
	flex: 1;
}

.phk-button:hover {
	transform: translateY(-2px);
}

.phk-button--soft {
	flex: 1;
    background: #ffeff5;
    color: #5c1738;
}

.phk-button--ghost {
	background: linear-gradient(135deg, #ff83b0 0%, #ff4f9d 100%);
    color: #fff;
}

.phk-button--primary {
	background: linear-gradient(135deg, var(--phk-primary), #ff7aad);
	color: #fff;
}

.phk-button--dark {
	background: #8a6572;
	color: #fff;
}

.phk-swiper-controls {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 3;
}

.phk-swiper-arrow {
	pointer-events: auto;
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--phk-primary-dark);
	box-shadow: var(--phk-shadow-soft);
	cursor: pointer;
}

.phk-swiper-arrow--prev {
	left: 8px;
}

.phk-swiper-arrow--next {
	right: 8px;
}

.phk-swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 24px;
}

.phk-swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 !important;
	background: rgba(255, 79, 157, 0.22);
	opacity: 1;
}

.phk-swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 999px;
	background: var(--phk-primary);
}

.phk-products-grid {
	padding: 56px 0;
	background: var(--phk-bg);
}

.phk-products-grid.is-soft {
	background: var(--phk-surface-soft);
}

.phk-section-heading--collection h2 {
	font-size: clamp(1.5rem, 2.9vw, 2.5rem);
}

.phk-section-heading--collection.is-pink h2 {
	color: #f2278e;
}

.phk-section-heading--collection.is-purple h2 {
	color: #7f3fe4;
}

.phk-section-heading--collection.is-rose h2 {
	color: #ff4f9d;
}

.phk-section-heading--collection.is-blue h2 {
	color: #4d8ef3;
}

.phk-section-heading--collection.is-amber h2 {
	color: #db7b23;
}

.phk-section-heading--collection .phk-inline-link {
	font-size: 0.92rem;
}

.phk-products-grid__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.phk-shop-page {
	padding-top: 42px;
	background: var(--phk-bg);
}

.phk-shop-hero {
	margin-bottom: 34px;
}

.phk-shop-hero h1 {
	margin: 0;
	font-size: clamp(2.2rem, 3.6vw, 4.2rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.phk-shop-hero p {
	max-width: 760px;
	margin: 14px 0 0;
	color: var(--phk-text-soft);
	font-size: 1.08rem;
}

.phk-shop-layout {
	display: flex;
	gap: 28px;
	align-items: flex-start;
}

.phk-shop-sidebar {
	width: 282px;
	flex: 0 0 282px;
	display: grid;
	gap: 22px;
}

.phk-shop-sidebar h3 {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.4rem;
	line-height: 1.1;
}

.phk-shop-category-list {
	display: grid;
	gap: 10px;
}

.phk-shop-category-chip {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ececf4;
	color: #4d4457;
	font-weight: 600;
	transition: transform 0.2s ease, background 0.2s ease;
}

.phk-shop-category-chip:hover {
	transform: translateX(2px);
	background: #e4d8f4;
}

.phk-shop-category-chip.is-active {
	background: #f4c8d7;
	color: #6d3f56;
}

.phk-shop-category-chip__icon {
	display: inline-flex;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.phk-shop-category-chip__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phk-shop-category-chip__icon .material-symbols-outlined {
	font-size: 16px;
	color: #8e86a1;
}

.phk-shop-offer {
	padding: 16px;
	border-radius: 24px;
	background: rgba(228, 202, 253, 0.5);
}

.phk-shop-offer__label {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7f6b9e;
}

.phk-shop-offer p {
	margin: 10px 0 0;
	color: #5b5366;
}

.phk-shop-offer__media {
	margin-top: 12px;
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 2.3;
}

.phk-shop-offer__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phk-shop-content {
	flex: 1;
	min-width: 0;
}

.phk-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.phk-shop-toolbar p {
	margin: 0;
	color: var(--phk-text-soft);
	font-weight: 600;
}

.phk-shop-sort select {
	border: 0;
	border-radius: 999px;
	background: #efeff5;
	padding: 10px 14px;
	font-weight: 600;
	color: #40384a;
}

.phk-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.phk-shop-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 32px;
}

.phk-shop-pagination .phk-page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #ececf4;
	color: #4d4457;
	font-weight: 700;
}

.phk-shop-pagination .phk-page-link.is-current {
	background: #f4c8d7;
	color: #6d3f56;
}

.phk-single {
	padding-top: 0;
	padding-bottom: 120px;
	background: var(--phk-bg);
}

.phk-single .phk-breadcrumbs {
	margin: 22px 0 18px;
}

.phk-single .woocommerce-breadcrumb {
	margin: 0;
	font-size: 0.85rem;
	color: #83758b;
}

.phk-single .woocommerce-breadcrumb a {
	color: #655a72;
}

.phk-single__top {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 0;
}

.phk-single__hero-image {
	overflow: hidden;
	border-radius: 28px;
	background: linear-gradient(145deg, #ff6996, #ff4f9d);
	aspect-ratio: 1;
	box-shadow: var(--phk-shadow-soft);
}

.phk-single__hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phk-single__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.phk-single__thumb {
	border: 2px solid transparent;
	padding: 0;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.phk-single__thumb:hover,
.phk-single__thumb.is-active {
	border-color: #e7b8ca;
	transform: translateY(-2px);
}

.phk-single__thumb img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.phk-single__summary {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.phk-single__section-heading {
	margin: 0 0 14px;
	font-size: clamp(1.55rem, 2.3vw, 2.35rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	font-weight: 800;
}

.phk-single__badge {
	display: inline-flex;
	align-self: flex-start;
	padding: 6px 12px;
	border-radius: 999px;
	background: #d9c3f7;
	color: #5e4583;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.phk-single__summary h1 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.2rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.phk-single__price {
	font-size: 2.15rem;
	font-weight: 900;
	color: #ef2a8b;
}

.phk-single__price del {
	font-size: 0.8em;
	color: #9c93a7;
}

.phk-single__price ins {
	text-decoration: none;
}

.phk-single__notice-list {
	display: grid;
	gap: 10px;
}

.phk-single__notice-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #5f556c;
	font-weight: 600;
}

.phk-single__notice-item .material-symbols-outlined {
	font-size: 18px;
	color: var(--phk-primary-dark);
}

.phk-single__deposit {
	padding: 14px 16px;
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--phk-shadow-soft);
}

.phk-single__deposit h2 {
	margin: 0 0 8px;
	font-size: 1.05rem;
}

.phk-single__deposit table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.phk-single__deposit th,
.phk-single__deposit td {
	padding: 7px 4px;
	border-bottom: 1px solid #ebe6f2;
	text-align: left;
}

.phk-single__deposit th:last-child,
.phk-single__deposit td:last-child {
	text-align: right;
}

.phk-single__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.phk-single__actions .phk-button {
	min-height: 46px;
	font-size: 0.92rem;
}

.phk-single__sticky-actions {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 140;
	padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -18px 40px rgba(120, 85, 94, 0.12);
	backdrop-filter: blur(14px);
	border-top: 1px solid rgba(255, 209, 220, 0.7);
}

.phk-single__sticky-actions-inner {
	width: var(--phk-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 10px;
	justify-content: center;
	justify-items: center;
}

.phk-single__cta--buy.js-phk-buy-now {
	background: linear-gradient(135deg, #ff83b0 0%, #ff4f9d 100%);
    color: #fff;
}

.phk-single__sticky-actions .phk-button {
	min-height: 52px;
	font-size: 0.94rem;
	width: 180px;
}

.phk-single__meta {
	display: grid;
	gap: 8px;
	padding-top: 10px;
}

.phk-single__specs {
	margin-top: 18px;
	display: grid;
	gap: 10px;
}

.phk-single__spec-heading {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #433a4b;
}

.phk-single__spec-table-wrap {
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--phk-shadow-soft);
}

.phk-single__spec-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
	color: #5f566a;
}

.phk-single__spec-table th,
.phk-single__spec-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #eee7f4;
	vertical-align: top;
	text-align: left;
}

.phk-single__spec-table tr:last-child th,
.phk-single__spec-table tr:last-child td {
	border-bottom: 0;
}

.phk-single__spec-table th {
	width: 34%;
	font-size: 0.83rem;
	font-weight: 700;
	color: #7a7085;
	background: rgba(244, 241, 249, 0.72);
}

.phk-single__spec-table td {
	font-size: 0.88rem;
	font-weight: 600;
	color: #433a4b;
}

@media (max-width: 767px) {
	.phk-single__spec-table th,
	.phk-single__spec-table td {
		display: block;
		width: 100%;
		padding: 10px 12px;
	}

	.phk-single__spec-table th {
		padding-bottom: 4px;
		border-bottom: 0;
	}

	.phk-single__spec-table td {
		padding-top: 0;
	}
}

.phk-single__description {
	margin-top: 54px;
	text-align: left;
}

.phk-single__description-copy {
	max-width: 900px;
}

.phk-single__description-content {
	color: #5f566a;
	font-size: 1rem;
}

.phk-single__description-content > *:first-child {
	margin-top: 0;
}

.phk-single__related {
	margin-top: 56px;
}

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

.phk-brand-banner__card {
	overflow: hidden;
	border-radius: 28px;
	background: #fff;
	box-shadow: var(--phk-shadow);
}

.phk-brand-banner__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.phk-deposit {
	background: var(--phk-surface-high);
}

.phk-deposit__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 980px;
	margin: 0 auto;
}

.phk-deposit-card {
	padding: 30px 24px;
	text-align: center;
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--phk-shadow-soft);
	border-top: 4px solid #ffd3e7;
}

.phk-deposit-card.is-featured {
	transform: scale(1.05);
	border-top-color: var(--phk-primary);
}

.phk-deposit-card__title {
	margin: 0;
	color: var(--phk-text-soft);
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.phk-deposit-card h3 {
	margin: 18px 0 8px;
	color: var(--phk-primary);
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	line-height: 1;
}

.phk-deposit-card p:last-child {
	margin: 0;
	color: #a7a2b1;
}

.phk-feedback {
	background: var(--phk-bg);
}

.phk-feedback__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.phk-feedback-card {
	padding: 28px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 32px rgba(255, 209, 220, 0.10);
}

.phk-feedback-card:nth-child(2) {
	transform: translateY(16px);
}

.phk-feedback-card__stars {
	display: flex;
	gap: 4px;
	color: #ffca38;
}

.phk-feedback-card__stars .is-filled {
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.phk-feedback-card__content {
	margin-top: 14px;
	color: #5b5263;
	font-size: 0.98rem;
}

.phk-feedback-card__content p {
	margin: 0;
}

.phk-feedback-card__author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(136, 116, 147, 0.10);
}

.phk-feedback-card__avatar {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	overflow: hidden;
	border-radius: 50%;
}

.phk-feedback-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phk-feedback-card__author h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

.phk-feedback-card__author p {
	margin: 4px 0 0;
	color: #968ca0;
	font-size: 0.86rem;
}

.phk-benefits {
	padding: 36px 0;
	border-top: 1px solid rgba(255, 209, 220, 0.7);
	border-bottom: 1px solid rgba(255, 209, 220, 0.7);
	background: #fff;
}

.home .phk-benefits {
	padding: 32px 0 12px;
	border: 0;
}

.home .phk-benefits .phk-container {
	padding: 26px 30px;
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 42px rgba(255, 188, 216, 0.16);
	border: 1px solid rgba(255, 219, 232, 0.9);
}

body:not(.home) .phk-shop-sidebar,
body:not(.home) .phk-shop-content,
body:not(.home) .phk-single__gallery,
body:not(.home) .phk-single__summary,
body:not(.home) .phk-single__description,
body:not(.home) .phk-single__related,
body:not(.home) .phk-page__content,
body:not(.home) .phk-post-single__content,
body:not(.home) .phk-empty-state,
body:not(.home) .phk-account-nav,
body:not(.home) .phk-account-panel,
body:not(.home) .phk-auth-card,
body:not(.home) .phk-auth-shell__intro {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 224, 236, 0.92);
	border-radius: 30px;
	box-shadow: 0 18px 42px rgba(255, 188, 216, 0.14);
	backdrop-filter: blur(6px);
}

body:not(.home) .phk-shop-sidebar {
	padding: 22px 20px;
}

body:not(.home) .phk-shop-content {
	padding: 24px;
}

body:not(.home) .phk-single__gallery,
body:not(.home) .phk-single__summary {
	padding: 22px;
}

body:not(.home) .phk-single__description,
body:not(.home) .phk-single__related,
body:not(.home) .phk-page__content,
body:not(.home) .phk-post-single__content {
	padding: 26px 28px;
}

body:not(.home) .phk-single__description,
body:not(.home) .phk-single__related {
	margin-top: 28px;
}

body:not(.home) .phk-page__content > *:first-child,
body:not(.home) .phk-post-single__content > *:first-child {
	margin-top: 0;
}

.phk-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.phk-benefit-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.phk-benefit-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #ffe5f0;
	color: #ff4f9d;
}

.phk-benefit-card:nth-child(2) .phk-benefit-card__icon {
	background: #eedcff;
	color: #9b66e2;
}

.phk-benefit-card:nth-child(3) .phk-benefit-card__icon {
	background: #e5f0ff;
	color: #5f9df9;
}

.phk-benefit-card h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

.phk-benefit-card p {
	margin: 4px 0 0;
	color: var(--phk-text-soft);
	font-size: 0.9rem;
}

.phk-footer {
	margin-top: 72px;
	background: transparent;
	border-top: 1px solid rgba(255, 209, 220, 0.7);
}

.phk-footer__grid {
	width: var(--phk-container);
	margin: 0 auto;
	padding: 56px 0 40px;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 36px;
}

.phk-footer__column h2 {
	margin: 0 0 16px;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--phk-primary-dark);
}

.phk-footer__column p {
	margin: 0;
	color: var(--phk-text-soft);
}

.phk-footer__socials {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.phk-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffe6f1;
	color: var(--phk-primary-dark);
}

.phk-social-icon {
	width: 20px;
	height: 20px;
	display: block;
}

.phk-footer__links,
.phk-footer__contact {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.phk-footer__links a,
.phk-footer__contact li {
	color: var(--phk-text-soft);
}

.phk-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.phk-footer__contact .material-symbols-outlined {
	color: var(--phk-primary);
}

.phk-footer__copyright {
	padding: 18px 16px 26px;
	text-align: center;
	font-size: 0.84rem;
	color: #aa9eac;
	border-top: 1px solid rgba(255, 211, 231, 0.55);
}

.phk-floating-actions {
	position: fixed;
	right: 18px;
	bottom: 24px;
	z-index: 120;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.phk-floating-actions__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	box-shadow: var(--phk-shadow);
}

.phk-floating-actions__button .material-symbols-outlined {
	font-size: 24px;
}

.phk-floating-actions__button.is-phone {
	background: #fff;
	color: var(--phk-primary);
}

.phk-floating-actions__button.is-zalo {
	background: linear-gradient(135deg, #4d9dff, #3378f6);
	color: #fff;
}

body.single-product .phk-floating-actions {
	bottom: 132px;
}

.phk-toast-stack {
	position: fixed;
	top: 88px;
	right: 20px;
	z-index: 160;
	display: grid;
	gap: 10px;
	width: min(320px, calc(100vw - 40px));
	pointer-events: none;
}

.phk-toast {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--phk-shadow-soft);
	border: 1px solid rgba(255, 79, 157, 0.12);
	color: var(--phk-text);
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

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

.phk-toast strong {
	font-size: 0.92rem;
	color: #8a4767;
}

.phk-toast span {
	font-size: 0.88rem;
	color: #5f566a;
}

.phk-empty-state,
.phk-fallback {
	padding: 40px 24px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--phk-shadow-soft);
	text-align: center;
	color: var(--phk-text-soft);
}

.phk-fallback {
	width: var(--phk-container);
	margin: 60px auto;
}

.phk-page__container {
	width: min(1320px, calc(100% - 48px));
	max-width: none;
}

.phk-page-hero {
	display: grid;
	gap: 4px;
	margin: 22px 0 34px;
}

.phk-page-hero h1 {
	margin: 0;
	font-size: clamp(2.2rem, 3vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.phk-breadcrumbs {
	font-size: 0.88rem;
	color: #8a7d91;
	margin-bottom: 10px;
}

.phk-breadcrumbs .rank-math-breadcrumb p,
.phk-breadcrumbs .woocommerce-breadcrumb,
.phk-breadcrumbs .phk-breadcrumbs__fallback {
	margin: 0;
}

.phk-breadcrumbs a {
	color: #6a5681;
}

.phk-breadcrumbs .separator {
	display: inline-block;
	margin: 0 8px;
	color: #a591b2;
}

.phk-page__header {
	margin-bottom: 0;
}

.phk-page__header h1 {
	margin: 0;
	font-size: clamp(2.1rem, 3vw, 3.4rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.phk-page__lead,
.phk-page__content {
	color: #5f566a;
	font-size: 1rem;
}

.phk-page__content {
	padding: 28px 30px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--phk-shadow-soft);
}

.phk-page__content > *:first-child {
	margin-top: 0;
}

.woocommerce-account .phk-page__container {
	width: min(1320px, calc(100% - 48px));
	max-width: none;
}

.woocommerce-account .phk-page__content {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-account .phk-page__content,
.woocommerce-account .phk-page__content > .woocommerce {
	width: 100%;
	max-width: none;
}

.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	max-width: none;
	float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.phk-account-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.phk-account-nav,
.phk-account-panel,
.phk-auth-card,
.phk-auth-shell__intro {
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 48px rgba(183, 170, 217, 0.14);
}

.phk-account-nav {
	padding: 24px;
	position: sticky;
	top: 110px;
}

.phk-account-nav__intro h2 {
	margin: 10px 0 0;
	font-size: clamp(1.45rem, 1.8vw, 1.8rem);
	line-height: 1.08;
	color: #221d29;
}

.phk-account-nav__intro p {
	margin: 10px 0 0;
	color: #6d6275;
	font-size: 0.92rem;
	line-height: 1.65;
}

.phk-account-nav__eyebrow,
.phk-account-dashboard__eyebrow,
.phk-auth-shell__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: #ffe0ef;
	color: #8e5271;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.phk-account-nav__list {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.phk-account-nav__link {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 52px;
	padding: 0 16px;
	border-radius: 18px;
	background: #f3f0fb;
	color: #544d63;
	font-weight: 600;
}

.phk-account-nav__link .material-symbols-outlined {
	font-size: 20px;
	color: #8a7ac2;
}

.phk-account-nav li.is-active .phk-account-nav__link,
.phk-account-nav__link:hover {
	background: linear-gradient(135deg, #ffd8e8 0%, #eadcff 100%);
	color: #2c2630;
}

.phk-account-panel {
	padding: 28px;
	min-width: 0;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce-MyAccount-content::after,
.woocommerce-account .col2-set::after {
	content: "";
	display: block;
	clear: both;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-form-edit-account,
.woocommerce-account .woocommerce-address-fields {
	margin: 0;
	width: 100%;
}

.phk-account-panel > :first-child {
	margin-top: 0;
}

.phk-account-dashboard {
	display: grid;
	gap: 24px;
}

.phk-account-dashboard__hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 26px;
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(255, 229, 239, 0.92) 0%, rgba(238, 229, 255, 0.98) 100%);
}

.phk-account-dashboard__hero h2 {
	margin: 12px 0 0;
	font-size: clamp(1.7rem, 2.1vw, 2.3rem);
	line-height: 1.05;
	color: #221d29;
}

.phk-account-dashboard__hero p {
	max-width: 700px;
	margin: 10px 0 0;
	color: #655b6e;
	font-size: 0.98rem;
	line-height: 1.65;
}

.phk-account-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.phk-account-dashboard__card {
	display: grid;
	gap: 10px;
	padding: 22px;
	border-radius: 24px;
	background: #fff7fb;
	border: 1px solid rgba(235, 215, 240, 0.92);
	color: #2a2331;
}

.phk-account-dashboard__card .material-symbols-outlined {
	font-size: 28px;
	color: #f15aa5;
}

.phk-account-dashboard__card h3 {
	margin: 0;
	font-size: 1.08rem;
}

.phk-account-dashboard__card p {
	margin: 0;
	color: #6d6275;
	font-size: 0.9rem;
	line-height: 1.6;
}

.phk-auth-shell {
	display: grid;
	gap: 22px;
}

.phk-auth-shell__intro {
	padding: 24px 28px;
	background: linear-gradient(135deg, rgba(255, 233, 242, 0.95) 0%, rgba(235, 230, 255, 0.96) 100%);
}

.phk-auth-shell__intro h2 {
	margin: 12px 0 0;
	font-size: clamp(1.9rem, 2.3vw, 2.5rem);
	line-height: 1.05;
	color: #221d29;
}

.phk-auth-shell__intro p {
	margin: 12px 0 0;
	max-width: 760px;
	color: #655b6e;
	line-height: 1.7;
}

.phk-auth-grid {
	display: grid;
	gap: 22px;
}

.phk-auth-grid.is-two-column {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.phk-auth-card {
	padding: 26px;
}

.phk-auth-card--secondary {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 246, 255, 0.98) 100%);
}

.phk-auth-card__header h3 {
	margin: 0;
	font-size: 1.45rem;
	color: #221d29;
}

.phk-auth-card__header p,
.phk-auth-card__note {
	margin: 10px 0 0;
	color: #6d6275;
	font-size: 0.94rem;
	line-height: 1.65;
}

.phk-auth-card .woocommerce-form {
	margin-top: 22px;
}

.phk-auth-card .form-row,
.woocommerce-account .woocommerce-form-row {
	margin-bottom: 16px;
}

.phk-auth-card label,
.woocommerce-account .woocommerce-form label,
.woocommerce-account .woocommerce-form-row label,
.woocommerce-account fieldset legend {
	display: block;
	margin-bottom: 8px;
	color: #403645;
	font-size: 0.9rem;
	font-weight: 700;
}

.phk-auth-card input[type="text"],
.phk-auth-card input[type="email"],
.phk-auth-card input[type="password"],
.woocommerce-account .woocommerce-Input,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account select,
.woocommerce-account textarea {
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	border: 0;
	border-radius: 18px;
	background: #eef0f7;
	box-shadow: none;
	color: #423745;
	font-size: 0.94rem;
}

.woocommerce-account textarea {
	min-height: 120px;
	padding: 14px 16px;
	border-radius: 22px;
}

.phk-auth-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.phk-auth-card__actions .woocommerce-form__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: #5c5363;
}

.phk-auth-card__link {
	color: #7a54ab;
	font-weight: 700;
}

.woocommerce-account .phk-button,
.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account .woocommerce-Button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--phk-primary) 0%, #ff7aad 100%);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 16px 28px rgba(194, 118, 216, 0.18);
}

.woocommerce-account .phk-button--ghost {
	background: #eadcff;
	color: #7148a9;
	box-shadow: none;
}

.woocommerce-account .woocommerce-notices-wrapper {
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	margin: 0;
	padding: 16px 18px;
	border: 0;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 26px rgba(183, 170, 217, 0.12);
}

.woocommerce-account .woocommerce-message {
	color: #2e6c54;
	background: #effbf5;
}

.woocommerce-account .woocommerce-error {
	color: #b5384d;
	background: #fff2f4;
}

.woocommerce-account table.shop_table,
.woocommerce-account .addresses,
.woocommerce-account .woocommerce-Addresses {
	width: 100%;
	border: 0;
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	padding: 16px 18px;
	border-color: rgba(188, 180, 206, 0.24);
	font-size: 0.94rem;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-account .woocommerce-MyAccount-content .button {
	margin-right: 8px;
	margin-bottom: 8px;
}

.woocommerce-account fieldset {
	margin-top: 18px;
	padding: 20px;
	border: 1px solid rgba(207, 198, 223, 0.72);
	border-radius: 22px;
}

.woocommerce-account .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.woocommerce-account .addresses .woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
	padding: 22px;
}

.woocommerce-account .addresses address,
.woocommerce-account .woocommerce-Addresses address {
	font-style: normal;
	line-height: 1.7;
	color: #5f566a;
}

.woocommerce-account .lost_password {
	margin: 12px 0 0;
}

.phk-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.phk-post-card {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--phk-shadow-soft);
}

.phk-post-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1.2;
	background: #f5f3fb;
	color: #a190b1;
}

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

.phk-post-card__body {
	padding: 20px;
}

.phk-post-card__meta {
	margin: 0 0 8px;
	font-size: 0.84rem;
	color: #9b90a8;
}

.phk-post-card__body h2 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.35;
}

.phk-post-card__excerpt {
	margin-top: 12px;
	color: #5f566a;
}

.phk-feedback__grid--archive .phk-feedback-card:nth-child(2) {
	transform: none;
}

.phk-empty-state--large h1 {
	margin: 0 0 8px;
	font-size: 4rem;
	line-height: 1;
}

.phk-empty-state__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.phk-empty-state__actions .phk-button {
	min-width: 180px;
}

.phk-cart-page {
	background: var(--phk-bg);
}

.phk-cart-page .phk-container {
	width: min(1320px, calc(100% - 48px));
}

.phk-cart-form {
	display: block;
}

.phk-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.68fr);
	gap: 28px;
	align-items: start;
}

.phk-cart-main {
	display: grid;
	gap: 18px;
}

.phk-cart-list {
	display: grid;
	gap: 18px;
}

.phk-cart-item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr) auto;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 48px rgba(183, 170, 217, 0.16);
	align-items: center;
}

.phk-cart-item__media {
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 1;
	background: linear-gradient(180deg, #fff7fb 0%, #f6edf8 100%);
}

.phk-cart-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phk-cart-item__content {
	min-width: 0;
}

.phk-cart-item__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.phk-cart-item__title {
	margin: 0;
	font-size: clamp(0.88rem, 0.96vw, 1rem);
	line-height: 1.3;
}

.phk-cart-item__title a {
	color: inherit;
}

.phk-cart-item__meta {
	margin-top: 4px;
	color: #5f566a;
	font-size: 0.78rem;
}

.phk-cart-item__meta dl {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}

.phk-cart-item__meta dt,
.phk-cart-item__meta dd {
	margin: 0;
}

.phk-cart-item__footer {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.phk-cart-item__qty {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 2px 8px;
	min-height: 36px;
	border-radius: 999px;
	background: #edeef4;
}

.phk-cart-item__qty button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #544b61;
	cursor: pointer;
}

.phk-cart-item__qty input {
	width: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 700;
	color: #7a5660;
	-moz-appearance: textfield;
}

.phk-cart-item__qty input::-webkit-outer-spin-button,
.phk-cart-item__qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.phk-cart-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eef0f7;
	color: #c0c7d5;
	flex: 0 0 30px;
}

.phk-cart-item__price {
	font-size: clamp(0.94rem, 1vw, 1.06rem);
	font-weight: 900;
	color: #ef2a8b;
	white-space: nowrap;
}

.phk-cart-note {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 24px;
	border-radius: 999px;
	background: rgba(238, 222, 255, 0.6);
	border: 1px solid rgba(214, 179, 255, 0.8);
	color: #675b73;
	font-size: 0.92rem;
}

.phk-cart-note .material-symbols-outlined {
	color: #6c597c;
}

.phk-cart-note__content {
	display: grid;
	gap: 6px;
}

.phk-cart-note__content span,
.phk-cart-note__content strong {
	display: block;
}

.phk-cart-note__content strong {
	font-size: 0.88rem;
	font-weight: 700;
	color: #5f4f6b;
}

.phk-cart-summary {
	padding: 26px;
	position: sticky;
	top: 112px;
	border-radius: 36px;
	background: #fff !important;
	box-shadow: 0 20px 48px rgba(183, 170, 217, 0.14);
}

.phk-cart-summary h2 {
	margin: 0;
	font-size: clamp(1.45rem, 1.7vw, 1.95rem);
	line-height: 1.04;
	color: var(--phk-primary-dark);
}

.phk-cart-summary__rows {
	display: grid;
	gap: 16px;
	margin-top: 28px;
}

.phk-cart-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #433a47;
	font-size: 0.96rem;
}

.phk-cart-summary__row strong {
	font-size: 0.98rem;
	font-weight: 700;
}

.phk-cart-summary__divider {
	height: 1px;
	margin: 18px 0;
	background: rgba(172, 160, 182, 0.26);
}

.phk-cart-coupon label {
	display: block;
	margin-bottom: 12px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7a5660;
}

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

.phk-cart-coupon__form input {
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 0.95rem;
}

.phk-cart-coupon__form .phk-button {
	min-height: 48px;
	padding-inline: 22px;
}

.phk-cart-summary__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
	color: #433a47;
	font-size: 1rem;
}

.phk-cart-summary__total strong {
	font-size: clamp(1.8rem, 2.2vw, 2.5rem);
	line-height: 1;
	color: #ef2a8b;
}

.phk-cart-summary__checkout {
	width: 100%;
	margin-top: 24px;
	min-height: 58px;
	font-size: 0.94rem;
}

.phk-cart-summary__note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
	color: #433a47;
	font-size: 0.92rem;
}

.phk-cart-empty {
	padding: 64px 40px;
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 20px 48px rgba(183, 170, 217, 0.14);
	text-align: center;
}

.phk-cart-empty__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffe1ef, #eee0ff);
	color: #8a5a74;
}

.phk-cart-empty h2 {
	margin: 0;
	font-size: clamp(1.6rem, 2.1vw, 2.1rem);
	color: var(--phk-primary-dark);
}

.phk-cart-empty p {
	max-width: 620px;
	margin: 12px auto 0;
	color: #675b73;
	font-size: 0.96rem;
}

.phk-cart-empty .phk-empty-state__actions {
	margin-top: 26px;
	justify-content: center;
}

.phk-cart-empty .phk-empty-state__actions .phk-button {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	padding-inline: 24px;
}

.phk-product-actions .added_to_cart.wc-forward,
.phk-single__actions .added_to_cart.wc-forward,
.phk-single__sticky-actions .added_to_cart.wc-forward,
.added_to_cart.wc-forward {
	display: none !important;
}

.phk-checkout-page {
	background: var(--phk-bg);
	padding-top: 0;
}

.phk-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.88fr);
	gap: 24px;
	align-items: start;
}

.phk-checkout-main {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.phk-checkout-summary {
	position: sticky;
	top: 110px;
	align-self: start;
	min-width: 0;
}

.phk-checkout-card {
	padding: 24px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(183, 170, 217, 0.12);
}

.phk-checkout-card--summary,
.phk-checkout-summary .phk-checkout-card {
	background: #fff !important;
}

.phk-checkout-card__heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.phk-checkout-card__heading h2 {
	margin: 0;
	font-size: clamp(1.2rem, 1.45vw, 1.62rem);
	line-height: 1.1;
	color: #7a5660;
}

.phk-checkout-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f7d3df;
	color: #7b5362;
	font-size: 20px;
}

.phk-checkout-card__icon--purple {
	background: #e3ceff;
	color: #7f5db0;
}

.phk-checkout-card--summary {
	position: static;
}

.phk-checkout .woocommerce-billing-fields,
.phk-checkout .woocommerce-additional-fields {
	margin: 0;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper,
.phk-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.phk-checkout .woocommerce-additional-fields__field-wrapper .form-row {
	width: 100%;
	float: none;
	margin: 0;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
.phk-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide {
	grid-column: span 1;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(1),
.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(4),
.phk-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(7),
.phk-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper label,
.phk-checkout .woocommerce-billing-fields__field-wrapper .optional,
.phk-checkout .woocommerce-additional-fields__field-wrapper label,
.phk-checkout .woocommerce-additional-fields__field-wrapper .optional {
	color: #3d2f39;
	font-weight: 600;
	font-size: 0.92rem;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper input,
.phk-checkout .woocommerce-billing-fields__field-wrapper select,
.phk-checkout .woocommerce-billing-fields__field-wrapper textarea,
.phk-checkout .woocommerce-additional-fields__field-wrapper input,
.phk-checkout .woocommerce-additional-fields__field-wrapper select,
.phk-checkout .woocommerce-additional-fields__field-wrapper textarea {
	border: 0;
	border-radius: 999px;
	background: #e2e4ed;
	min-height: 50px;
	padding: 0 13px;
	box-shadow: none;
	color: #53495b;
	font-size: 0.88rem;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper textarea,
.phk-checkout .woocommerce-additional-fields__field-wrapper textarea {
	border-radius: 24px;
	padding: 13px;
	min-height: 90px;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
	border: 0;
	border-radius: 999px;
	background: #e2e4ed;
	min-height: 52px;
	display: flex;
	align-items: center;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__rendered {
	padding: 0 14px;
	color: #53495b;
	line-height: 52px;
}

.phk-checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__arrow {
	height: 52px;
	right: 12px;
}

.phk-checkout #payment {
	background: transparent;
}

.phk-checkout .woocommerce-checkout-payment ul.payment_methods {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	list-style: none;
}

.phk-checkout .woocommerce-checkout-payment .wc_payment_method {
	padding: 16px 18px;
	border-radius: 22px;
	background: #eef0f8;
}

.phk-checkout .woocommerce-checkout-payment .wc_payment_method > input {
	margin-top: 6px;
}

.phk-checkout .woocommerce-checkout-payment .wc_payment_method > label {

	font-size: 0.94rem;
	font-weight: 700;
	color: #221d29;
}

.phk-checkout .woocommerce-checkout-payment .wc_payment_method > label img {
	max-height: 22px;
	width: auto;
}
.phk-review-order__item-left {
	display: flex;
    flex-direction: row;
    gap: 12px;
}
.phk-checkout .woocommerce-checkout-payment .payment_box {
	margin-top: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5e5468;
	font-size: 0.88rem;
}

.phk-checkout .woocommerce-checkout-payment .payment_box::before {
	display: none;
}

.phk-checkout-deposit__label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #7a5660;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.phk-checkout-deposit__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 12px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f0f1f8 0%, #eceef6 100%);
	border: 1px solid rgba(196, 187, 214, 0.45);
}

.phk-checkout-deposit__item {
	padding: 14px 12px;
	border-radius: 18px;
	background: #fff;
	text-align: center;
	box-shadow: 0 10px 24px rgba(183, 170, 217, 0.12);
	border: 1px solid rgba(222, 214, 239, 0.9);
}

.phk-checkout-deposit__item span {
	display: block;
	color: #6f6477;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.phk-checkout-deposit__item strong {
	display: block;
	margin-top: 6px;
	color: #7a5660;
	font-size: 1.3rem;
	line-height: 1;
}

.phk-review-order {
	display: grid;
	gap: 16px;
}

.phk-review-order__items {
	display: grid;
	gap: 14px;
}

.phk-review-order__item {
	display: flex;
	gap: 12px;
	align-items: center;
  justify-content: space-between;
}

.phk-review-order__media {
	overflow: hidden;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	background: #f4f5fb;
}

.phk-review-order__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phk-review-order__body h3 {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.25;
}

.phk-review-order__meta,
.phk-review-order__qty {
	margin-top: 4px;
	color: #5f566a;
	font-size: 0.84rem;
}

.phk-review-order__meta dl {
	margin: 0;
}

.phk-review-order__price {
	font-size: 0.92rem;
	font-weight: 700;
	color: #7a5660;
	white-space: nowrap;
}

.phk-review-order__divider {
	height: 1px;
	background: #ece8f2;
}

.phk-review-order__totals {
	display: grid;
	gap: 14px;
}

.phk-review-order__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 0.92rem;
	color: #3d2f39;
}

.phk-review-order__row strong {
	font-weight: 700;
	color: #7a5660;
}

.phk-review-order__shipping-note {
	margin-top: -4px;
	padding-left: 0;
	color: #7b6d88;
	font-size: 0.8rem;
	line-height: 1.6;
}

.phk-review-order__row--total {
	margin-top: 8px;
	font-size: 1.04rem;
	font-weight: 700;
}

.phk-review-order__row--total strong {
	font-size: 1.16rem;
}

.phk-checkout-alert {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	background: #fff2f0;
	color: #be4739;
}

.phk-checkout-alert p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
}

.phk-checkout-place-order {
	margin-top: 16px;
}

.phk-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 12px;
	font-size: 0.88rem;
	color: #6f6477;
}

.phk-checkout-submit {
	width: 100%;
	min-height: 58px;
	font-size: 1rem;
	box-shadow: 0 18px 28px rgba(191, 120, 239, 0.22);
}

.phk-checkout-legal {
	margin: 16px 0 0;
	text-align: center;
	color: #6f6477;
	font-size: 0.84rem;
	line-height: 1.5;
}

.phk-page.phk-section,
.phk-shop-page.phk-section,
.phk-single.phk-section,
.phk-cart-page.phk-section,
.phk-feedback--archive.phk-section {
	padding-top: 0;
}

.phk-single__top {
	margin-top: 0;
}

.phk-single__description,
.phk-single__related {
	margin-top: 56px;
}

.phk-single .woocommerce-breadcrumb {
	margin: 0;
}

.phk-post-single {
	display: grid;
	gap: 18px;
}

.phk-post-single__media {
	overflow: hidden;
	border-radius: 26px;
	background: #f5f3fb;
	box-shadow: var(--phk-shadow-soft);
}

.phk-post-single__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.phk-post-single__content {
	padding: 24px 28px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--phk-shadow-soft);
}

.phk-post-single__content > *:first-child {
	margin-top: 0;
}

@media (max-width: 1180px) {
	.phk-products-grid__list,
	.phk-feedback__grid,
	.phk-benefits__grid,
	.phk-deposit__grid,
	.phk-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phk-shop-layout {
		flex-direction: column;
	}

	.phk-shop-sidebar {
		width: 100%;
		flex: 1 1 auto;
		order: 2;
	}

	.phk-shop-content {
		order: 1;
	}

	.phk-shop-category-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.phk-single__top {
		grid-template-columns: 1fr;
	}

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

	.phk-cart-layout {
		grid-template-columns: 1fr;
	}

	.phk-cart-summary {
		position: static;
	}

	.phk-checkout-layout {
		grid-template-columns: 1fr;
	}

	.phk-checkout-summary,
	.phk-checkout-card--summary {
		position: static;
		top: auto;
	}

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

	.phk-post-single__content {
		padding: 24px;
	}
}

@media (max-width: 1024px) {
	.phk-menu-list .sub-menu {
		position: relative;
		border: none;
		min-width: unset;
		top: 0;
		display: block;
		gap: 8px;
		margin: 8px 0 0;
		padding: 0 0 0 14px;
		list-style: none;
		opacity: 1;
		visibility: visible;
	
	}
	.phk-mobile-submenu-toggle {
		display: none;
	}
	.phk-menu-list .sub-menu::before {
		content: none;
	}
	.phk-mobile-nav__header {
		justify-content: flex-end;
	}
	.phk-header {
		position: sticky;
		top: 0;
		z-index: 110;
	}

	.phk-header__menubar {
		position: static;
		top: auto;
		z-index: auto;
	}

	body.admin-bar .phk-header {
		top: 32px;
	}

	body.admin-bar .phk-header__menubar {
		top: auto;
	}

	.phk-site-main {
		padding-top: 0;
	}

	.woocommerce-account .phk-page__container {
		width: calc(100% - 32px);
	}

	.phk-account-layout {
		grid-template-columns: 1fr;
	}

	.phk-account-nav {
		position: static;
		top: auto;
	}

	.phk-account-dashboard__grid,
	.phk-auth-grid.is-two-column,
	.woocommerce-account .col2-set {
		grid-template-columns: 1fr;
	}

	.phk-single {
		padding-bottom: 140px;
	}

	.phk-header__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.phk-header__search {
		flex: 1 1 auto;
		min-width: 0;
	}

	.phk-desktop-nav {
		display: none;
	}

	.phk-header__inner--top {
		gap: 14px;
	}

	.phk-header__inner--bottom {
		display: none;
	}

	.phk-header__actions {
		gap: 6px;
	}

	.phk-header__action-card {
		min-width: 46px;
		padding: 0;
	}

	.phk-header__action-label {
		display: none;
	}

	.phk-header__action-icon {
		width: 42px;
		height: 42px;
	}

	.phk-section-heading--split {
		flex-direction: column;
		align-items: flex-start;
	}

	.phk-products-grid__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.phk-checkout-deposit__grid {
		grid-template-columns: 1fr;
	}
	.phk-header {
		position: sticky;
		top: 0;
		z-index: 110;
	}

	.phk-header__menubar {
		position: static;
		top: auto;
		z-index: auto;
	}

	body.admin-bar .phk-header {
		top: 32px;
	}
}

@media (max-width: 767px) {
	:root {
		--phk-container: min(100% - 24px, 100%);
	}

	html {
		margin-top: 0 !important;
	}

	#wpadminbar {
		position: fixed;
		top: 0;
	}

	body.admin-bar {
		padding-top: 46px;
	}

	body.admin-bar .phk-header {
		top: 46px;
	}

	.phk-site-main {
		padding-top: 0;
	}

	.woocommerce-account .phk-page__container {
		width: calc(100% - 24px);
	}

	.phk-account-nav,
	.phk-account-panel,
	.phk-auth-card,
	.phk-auth-shell__intro {
		border-radius: 24px;
	}

	.phk-account-nav,
	.phk-account-panel,
	.phk-auth-card,
	.phk-auth-shell__intro {
		padding: 20px;
	}

	.phk-account-dashboard__hero {
		padding: 20px;
		border-radius: 22px;
		flex-direction: column;
	}

	.phk-auth-card__actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.phk-header__inner {
		min-height: 0px;
		padding: 10px 0;
	}

	.phk-header.is-sticky .phk-header__inner {
		min-height: 0px;
		padding: 10px 0;
	}

	.phk-header__inner--top {
		min-height: 0px;
	}

	.phk-header.is-sticky .phk-header__inner--top {
		min-height: 0px;
	}

	.phk-mobile-nav {
		width: min(360px, calc(100vw - 28px));
		padding: 18px 16px 64px;
	}

	.phk-header__logo img {
		height: 40px;
		width: auto;
	}

	.phk-header.is-sticky .phk-header__logo img {
		height: 38px;
	}

/* 	.phk-header__search {
		display: none;
	} */

	.phk-header__actions {
		gap: 8px;
		margin-left: auto;
	}

	.phk-header__action-card {
		min-width: 40px;
	}
	.hide-on-mb {
		display: none;
	}
	.phk-header__search {
		padding: 2px 2px 2px 12px;
	}
	.phk-header__action-icon {
		width: 40px;
		height: 40px;
	}

	.phk-mobile-nav__brand img {
		width: 56px;
		height: 56px;
		border-radius: 16px;
	}

	.phk-hero__image {
		min-height: 0px;
		height: auto;
		width: 100%;
	}

	.phk-intro blockquote {
		font-size: 1.6rem;
	}

	.phk-hot-slider-wrap {
		padding: 0;
	}

	.phk-swiper-arrow {
		top: 50%;
		width: 40px;
		height: 40px;
	}

	.phk-swiper-arrow--prev {
		left: 4px;
	}

	.phk-swiper-arrow--next {
		right: 4px;
	}

	.phk-kawaii-card__image {
		width: 92px;
		height: 92px;
	}

	.phk-kawaii-slider-wrap {
		padding: 0 10px;
	}

	
	.phk-feedback__grid,
	.phk-benefits__grid,
	.phk-deposit__grid,
	.phk-footer__grid {
		grid-template-columns: 1fr;
	}
	.phk-products-grid__list,
	.phk-single__related-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.phk-shop-category-list,
	.phk-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.phk-shop-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.phk-checkout .woocommerce-billing-fields__field-wrapper,
	.phk-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

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

	.phk-single__actions {
		grid-template-columns: 1fr;
	}

	.phk-single__sticky-actions {
		padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
	}

	.phk-single__sticky-actions-inner {
		width: calc(100vw - 16px);
		grid-template-columns: repeat(2, minmax(0, 168px));
		gap: 8px;
	}

	.phk-single__sticky-actions .phk-button {
		width: 100%;
		min-height: 48px;
		font-size: 0.88rem;
	}

	.phk-single__meta div {
		grid-template-columns: 1fr;
	}


	.phk-cart-item {
		grid-template-columns: 1fr;
	}

	.phk-cart-item__head,
	.phk-cart-item__footer,
	.phk-cart-summary__row,
	.phk-cart-summary__total,
	.phk-cart-coupon__form {
		flex-direction: column;
		align-items: flex-start;
	}

	.phk-cart-item__price,
	.phk-cart-summary__total strong {
		font-size: 1.6rem;
	}

	.phk-cart-summary__checkout,
	.phk-cart-coupon__form .phk-button {
		width: 100%;
	}

	.phk-cart-note {
		border-radius: 24px;
	}

	.phk-cart-page .phk-container {
		width: calc(100% - 24px);
	}

	.phk-cart-empty {
		padding: 40px 22px;
	}

	.phk-checkout-card {
		padding: 20px;
	}

	.phk-checkout .woocommerce-billing-fields__field-wrapper input,
	.phk-checkout .woocommerce-billing-fields__field-wrapper select,
	.phk-checkout .woocommerce-billing-fields__field-wrapper textarea,
	.phk-checkout .woocommerce-additional-fields__field-wrapper input,
	.phk-checkout .woocommerce-additional-fields__field-wrapper select,
	.phk-checkout .woocommerce-additional-fields__field-wrapper textarea,
	.phk-checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
		min-height: 50px;
	}

	.phk-checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__rendered {
		line-height: 50px;
	}

	.phk-checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__arrow {
		height: 50px;
	}

	.phk-review-order__item {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}
	.phk-review-order__row {
		grid-template-columns: 1fr;
		flex-direction: row;
		align-items: flex-start;
	}

	.phk-post-grid,
	.phk-empty-state__actions {
		grid-template-columns: 1fr;
	}

	.phk-post-single__content {
		padding: 20px;
	}

	.phk-empty-state__actions {
		display: grid;
	}

	.phk-brand-banner__card {
		border-radius: 24px;
	}

	.phk-floating-actions {
		right: 12px;
		bottom: 18px;
	}

	body.single-product .phk-floating-actions {
		bottom: 108px;
	}

	.phk-floating-actions__button {
		width: 50px;
		height: 50px;
	}

	.phk-floating-actions__button .material-symbols-outlined {
		font-size: 22px;
	}
	.phk-product-actions {
		flex-wrap: wrap;
	}
	.phk-intro {
    padding: 20px 0 10px;
    background: var(--phk-bg);
	}
	.phk-intro blockquote::after {
		margin-top: 12px;
	}
	.phk-section {
		padding: 30px 0;
	}
	.phk-section-heading {
		margin-bottom: 12px;
	}
	.phk-feedback-card:nth-child(2) {
		transform: none;
	}
	.phk-cart-item,.phk-review-order__item {
		    grid-auto-flow: column;
	}
	.phk-cart-item__media{
		width: 80px;
	}
	.phk-shop-layout > .phk-shop-content {
		padding: 0px !important;
		  background: none !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
	}
	.phk-shop-toolbar {
		padding: 20px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid rgba(255, 224, 236, 0.92);
		box-shadow: 0 18px 42px rgba(255, 188, 216, 0.14);
		backdrop-filter: blur(6px);
	}
	.phk-header.is-sticky .phk-header__logo img {
		height: 36px;
	}
	.phk-button--ghost {
		display: none;
	}
	.phk-header__search-submit, .phk-mobile-nav__search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff83b0 0%, #ff4f9d 100%);
    color: #fff;
    box-shadow: 0 10px 18px rgba(255, 113, 166, 0.28);
    cursor: pointer;
}
	.phk-header__brand,.phk-header__inner--top {
		gap: 10px;
	}
}

/* Single product refresh */
.phk-single {
	padding-bottom: 0;
}

.phk-single .phk-breadcrumbs {
	margin: 12px 0 16px;
}

.phk-single__top {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	gap: 28px;
	align-items: start;
}

.phk-single__gallery,
.phk-single__summary {
	padding: 24px;
	border-radius: 34px;
}

.phk-single__gallery {
	background: rgba(255, 255, 255, 0.96);
}

.phk-single__hero-image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 32%),
		linear-gradient(145deg, #ffbed3 0%, #ff95be 36%, #ff73aa 100%);
	aspect-ratio: 1;
	box-shadow: 0 18px 40px rgba(255, 126, 175, 0.18);
}

.phk-single__hero-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 12%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px),
		radial-gradient(circle at 85% 16%, rgba(255, 255, 255, 0.45) 0 2px, transparent 2px),
		radial-gradient(circle at 84% 82%, rgba(255, 255, 255, 0.28) 0 2px, transparent 2px),
		radial-gradient(circle at 11% 78%, rgba(255, 255, 255, 0.32) 0 1.5px, transparent 1.5px);
	pointer-events: none;
}

.phk-single__hero-image img {
	position: relative;
	z-index: 1;
}

.phk-single__thumbs-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	margin-top: 16px;
}

.phk-single__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.phk-single__thumb-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 202, 220, 0.95);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: #ff5f97;
	box-shadow: 0 10px 24px rgba(255, 170, 205, 0.16);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phk-single__thumb-nav:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(255, 170, 205, 0.24);
}

.phk-single__thumb {
	border: 2px solid transparent;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(255, 170, 205, 0.16);
}

.phk-single__thumb:hover,
.phk-single__thumb.is-active {
	border-color: #ff90b9;
	transform: translateY(-1px);
}

.phk-single__summary {
	background: rgba(255, 255, 255, 0.98);
	gap: 18px;
}

.phk-single__summary h1 {
	font-size: clamp(1.6rem, 2.2vw, 2.3rem);
	line-height: 1.14;
	color: #ec2d7f;
}

.phk-single__highlights {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0 0 16px;
	list-style: none;
	border-bottom: 1px solid rgba(241, 220, 233, 0.96);
}

.phk-single__highlights li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 1rem;
	font-weight: 600;
	color: #6c5d69;
}

.phk-single__highlights .material-symbols-outlined {
	font-size: 18px;
	color: #ff77a9;
	margin-top: 1px;
}

.phk-single__price-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.phk-single__price {
	font-size: clamp(1.65rem, 2.1vw, 2.15rem);
	color: #f1267a;
}

.phk-single__price del {
	font-size: 0.62em;
	color: #b190a0;
}

.phk-single__discount-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fff2f6;
	color: #f34e8e;
	font-weight: 800;
	font-size: 0.95rem;
}

.phk-single__stock-pill {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 239, 245, 0.95) 0%, rgba(255, 247, 250, 0.96) 100%);
	color: #7a6070;
	font-weight: 700;
}

.phk-single__stock-pill .material-symbols-outlined {
	font-size: 22px;
	color: #ff70a2;
}

.phk-single__qty-block {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: -2px;
}

.phk-single__qty-label {
	font-size: 1rem;
	font-weight: 700;
	color: #5d5265;
}

.phk-single__qty-picker {
	display: inline-grid;
	grid-template-columns: 42px 58px 42px;
	align-items: center;
	border-radius: 999px;
	background: #fff3f7;
	border: 1px solid rgba(255, 219, 232, 0.96);
	overflow: hidden;
}

.phk-single__qty-picker button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	border: 0;
	background: transparent;
	color: #d95a91;
	cursor: pointer;
}

.phk-single__qty-picker input {
	width: 100%;
	height: 42px;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 1rem;
	font-weight: 800;
	color: #5c4c5b;
}

.phk-single__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.phk-single__cta {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 10px;
	min-height: 62px;
	padding: 8px 14px 8px 8px;
	border-radius: 999px;
	border: 2px solid rgba(255, 151, 192, 0.86);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 233, 241, 0.96) 100%);
	box-shadow: 0 12px 28px rgba(255, 154, 197, 0.18), inset 0 0 0 3px rgba(255, 255, 255, 0.5);
	color: #ec2d7f;
	text-decoration: none;
}

.phk-single__cta:hover {
	transform: translateY(-1px);
}

.phk-single__cta-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #fff;
	color: #ff6f9f;
	box-shadow: 0 10px 20px rgba(255, 159, 198, 0.22);
}

.phk-single__cta-badge .material-symbols-outlined {
	font-size: 20px;
}

.phk-single__cta-text {
	font-size: clamp(0.98rem, 1.35vw, 1.16rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.phk-single__cta-tail {
	font-size: 16px;
	color: #ff73a8;
}

.phk-single__cta--buy {
	background: linear-gradient(180deg, rgba(255, 250, 252, 0.98) 0%, rgba(255, 225, 236, 0.98) 100%);
}

.phk-single__order-info {
	display: grid;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 247, 250, 0.96) 0%, rgba(255, 240, 246, 0.98) 100%);
	border: 1px solid rgba(255, 224, 236, 0.96);
}

.phk-single__order-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #6a5a68;
}

.phk-single__order-item .material-symbols-outlined {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #fff;
	font-size: 16px;
	color: #ff6f9f;
	box-shadow: 0 8px 16px rgba(255, 178, 207, 0.15);
}

.phk-single__accordions {
	display: grid;
	gap: 12px;
}

.phk-single__accordion {
	border: 1px solid rgba(255, 224, 236, 0.96);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255, 247, 250, 0.96) 0%, rgba(255, 240, 246, 0.98) 100%);
	overflow: hidden;
}

.phk-single__accordion-summary {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	font-size: 1rem;
	font-weight: 700;
	color: #6a5a68;
}

.phk-single__accordion-summary::-webkit-details-marker {
	display: none;
}

.phk-single__accordion-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #fff;
	font-size: 18px;
	color: #ff5d96;
	box-shadow: 0 8px 16px rgba(255, 178, 207, 0.15);
	flex: 0 0 34px;
}

.phk-single__accordion-title {
	flex: 1 1 auto;
	min-width: 0;
}

.phk-single__accordion-arrow {
	font-size: 22px;
	color: #a87b92;
	transition: transform 0.22s ease;
}

.phk-single__accordion[open] .phk-single__accordion-arrow {
	transform: rotate(180deg);
}

.phk-single__accordion-content {
	padding: 0 18px 18px;
	color: #625866;
}

.phk-single__accordion-content p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.6;
}

.phk-single__accordion-richtext > *:first-child {
	margin-top: 0;
}

.phk-single__accordion-richtext > *:last-child {
	margin-bottom: 0;
}

.phk-single__accordion-richtext p + p,
.phk-single__accordion-richtext p + ul,
.phk-single__accordion-richtext ul + p,
.phk-single__accordion-richtext ul + ul {
	margin-top: 10px;
}

.phk-single__accordion-richtext ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.phk-single__accordion-richtext li {
	position: relative;
	padding-left: 24px;
	font-size: 0.94rem;
	line-height: 1.65;
}

.phk-single__accordion-richtext li + li {
	margin-top: 8px;
}

.phk-single__accordion-richtext li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff89b5 0%, #ff5f93 100%);
	box-shadow: 0 0 0 4px rgba(255, 143, 186, 0.14);
}

.phk-single__accordion-note {
	margin-bottom: 12px !important;
	font-weight: 600;
	color: #745a68;
}

.phk-single__deposit {
	padding: 18px;
	border-radius: 24px;
	background: rgba(255, 247, 250, 0.92);
	border: 1px solid rgba(255, 225, 236, 0.95);
	box-shadow: none;
}

.phk-single__deposit h2 {
	font-size: 1rem;
	color: #76586a;
}

.phk-single__deposit table {
	font-size: 0.86rem;
}

.phk-single__accordion .phk-single__deposit {
	padding: 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
}

.phk-single__deposit th,
.phk-single__deposit td {
	padding: 10px 8px;
}

.phk-single__specs {
	margin-top: 24px;
}

.phk-single__spec-heading,
.phk-single__section-heading {
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	color: #a13c69;
}

.phk-single__description {
	margin-top: 34px;
}

.phk-single__description-content {
	font-size: 1.02rem;
	line-height: 1.8;
	color: #5d5562;
}

.phk-single__related {
	margin-top: 34px;
}

.phk-single__sticky-actions {
	background: rgba(255, 255, 255, 0.96);
}

.phk-single__sticky-actions-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 8px;
}

.phk-single__sticky-actions .phk-single__cta {
	min-height: 52px;
	grid-template-columns: 36px minmax(0, 1fr);
	padding: 7px 12px 7px 8px;
}

.phk-single__sticky-actions .phk-single__cta-badge {
	width: 32px;
	height: 32px;
}

.phk-single__sticky-actions .phk-single__cta-badge .material-symbols-outlined {
	font-size: 18px;
}

.phk-single__sticky-actions .phk-single__cta-text {
	font-size: 0.86rem;
}

.phk-single__sticky-actions .phk-single__cta-tail {
	display: none;
}

@media (max-width: 1024px) {
	.phk-single__top {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.phk-single {
		padding-bottom: 30px;
	}
	.phk-footer {
		margin-top: 0px;
	}
	.phk-footer__grid {
		padding: 30px 10px;
	}
	.phk-single__gallery,
	.phk-single__summary {
		padding: 18px;
		border-radius: 24px;
	}

	.phk-single__thumbs-row {
		grid-template-columns: 1fr;
	}

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

	.phk-single__thumb-nav {
		display: none;
	}

	.phk-single__qty-block {
		align-items: stretch;
	}

	.phk-single__actions {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.phk-single__cta {
		grid-template-columns: 48px minmax(0, 1fr) 20px;
		min-height: 68px;
		padding: 8px 14px 8px 10px;
	}

	.phk-single__cta-badge {
		width: 42px;
		height: 42px;
	}

	.phk-single__cta-badge .material-symbols-outlined {
		font-size: 22px;
	}

	.phk-single__cta-text {
		font-size: 1.05rem;
	}

	.phk-single__sticky-actions-inner {
		width: calc(100vw - 16px);
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	.phk-single__sticky-actions .phk-single__cta {
		min-width: 0;
	}
}

.phk-contact-layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: start;
}

.phk-contact-card {
	padding: 26px 28px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 224, 236, 0.92);
	box-shadow: 0 18px 42px rgba(255, 188, 216, 0.14);
	backdrop-filter: blur(6px);
}

.phk-contact-card h2 {
	margin: 0 0 12px;
	font-size: 1.7rem;
	line-height: 1.15;
	color: #a13c69;
}

.phk-contact-card > p {
	margin: 0 0 20px;
	color: #655a72;
	line-height: 1.7;
}

.phk-contact-list {
	display: grid;
	gap: 14px;
}

.phk-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 20px;
	background: rgba(255, 247, 250, 0.92);
	border: 1px solid rgba(255, 226, 238, 0.95);
}

.phk-contact-item .material-symbols-outlined {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #fff;
	color: #ff6f9f;
	font-size: 20px;
	box-shadow: 0 10px 20px rgba(255, 170, 205, 0.12);
}

.phk-contact-item strong,
.phk-contact-item span {
	display: block;
}

.phk-contact-item strong {
	margin-bottom: 4px;
	font-size: 0.98rem;
	color: #433a4b;
}

.phk-contact-item span {
	font-size: 0.95rem;
	color: #6b6074;
	line-height: 1.6;
}

.phk-contact-card--form > *:first-child {
	margin-top: 0;
}

.phk-contact-form {
	display: grid;
	gap: 18px;
}

.phk-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.phk-contact-form__field {
	margin: 0;
	display: grid;
	gap: 8px;
}

.phk-contact-form__field--wide {
	grid-column: 1 / -1;
}

.phk-contact-form__field label {
	font-size: 0.92rem;
	font-weight: 700;
	color: #52475b;
}

.phk-contact-card--form input,
.phk-contact-card--form textarea,
.phk-contact-card--form select {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid rgba(255, 220, 233, 0.95);
	border-radius: 18px;
	background: rgba(255, 248, 251, 0.96);
	color: #4f4558;
	font: inherit;
	box-sizing: border-box;
}

.phk-contact-card--form textarea {
	min-height: 140px;
	padding: 14px 16px;
	resize: vertical;
}

.phk-contact-form__notice {
	padding: 12px 14px;
	border-radius: 16px;
	font-size: 0.94rem;
	font-weight: 600;
}

.phk-contact-form__notice.is-success {
	background: rgba(230, 251, 239, 0.95);
	color: #16663a;
}

.phk-contact-form__notice.is-error {
	background: rgba(255, 238, 240, 0.96);
	color: #c2415f;
}

.phk-contact-form .phk-button {
	width: fit-content;
	min-width: 180px;
}

@media (max-width: 1024px) {
	.phk-contact-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.phk-page__container {
		width: calc(100% - 24px);
	}

	.phk-contact-form__grid {
		grid-template-columns: 1fr;
	}
}


/* ── PHK Variation Swatches ─────────────────────────────────────────────── */

.phk-single__variations {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-block: 1rem;
}

.phk-single__attr-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.phk-single__attr-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--phk-text, #1a1a1a);
}

.phk-single__attr-chosen {
	font-weight: 400;
	color: var(--phk-muted, #666);
	margin-inline-start: 0.25em;
}

.phk-single__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.phk-single__swatch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.35rem 0.75rem;
	border: 1.5px solid var(--phk-border, #d9d9d9);
	border-radius: 6px;
	background: var(--phk-surface, #fff);
	color: var(--phk-text, #1a1a1a);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
	user-select: none;
}

.phk-single__swatch:hover:not(.is-disabled) {
	border-color: var(--phk-primary, #e75480);
}

.phk-single__swatch.is-active {
	border-color: var(--phk-primary, #e75480);
	background: var(--phk-primary, #e75480);
	color: #fff;
}

.phk-single__swatch.is-disabled {
	opacity: 0.38;
	cursor: not-allowed;
	pointer-events: none;
	text-decoration: line-through;
}

/* ── Shake animation khi nhóm chưa chọn ────────────────────────────────── */

@keyframes phk-shake {
	0%, 100% { transform: translateX(0); }
	20%       { transform: translateX(-6px); }
	40%       { transform: translateX(6px); }
	60%       { transform: translateX(-4px); }
	80%       { transform: translateX(4px); }
}

.phk-single__attr-group.is-missing .phk-single__swatches {
	animation: phk-shake 0.4s ease;
}

.phk-single__attr-group.is-missing .phk-single__attr-label {
	color: var(--phk-error, #d32f2f);
}

/* ── Toast ──────────────────────────────────────────────────────────────── */

.phk-variation-toast {
	position: fixed;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%) translateY(120%);
	z-index: 9999;

	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-radius: 8px;
	background: #1a1a1a;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	white-space: nowrap;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	pointer-events: none;

	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
	            opacity 0.3s ease;
	opacity: 0;
}

.phk-variation-toast.is-visible {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}

/* Trên mobile: full-width hơn */
@media (max-width: 480px) {
	.phk-variation-toast {
		white-space: normal;
		width: calc(100% - 2rem);
		text-align: center;
		justify-content: center;
	}
  .phk-review-order__media {
    width: 60px;
    height: 60px;
  }
}