:root {
	--ps-ink: #111111;
	--ps-muted: #707070;
	--ps-line: rgba(21, 33, 31, 0.14);
	--ps-tide: #0d7f9a;
	--ps-tide-dark: #0a6277;
	--ps-lagoon: #70c9bd;
	--ps-lagoon-deep: #1689a0;
	--ps-nav-bg: #45c2c4;
	--ps-top-contrast: #d9b894;
	--ps-coral: #ff5c3c;
	--ps-seafoam: #e3f0ec;
	--ps-shell: #f5faf8;
	--ps-white: #ffffff;
	--ps-soft-blue: #eaf7f8;
	--ps-sand: #fff7ee;
	--ps-shadow: rgba(8, 71, 86, 0.14);
	--ps-search-muted: #7e7e7e;
}

.ps-payment-launch-notice {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
	padding: 16px 18px;
	border: 1px solid rgba(13, 127, 154, 0.18);
	border-radius: 8px;
	background: #eefaf8;
	color: #173034;
	box-shadow: 0 10px 24px rgba(13, 127, 154, 0.08);
}

.ps-payment-launch-notice strong {
	color: #0a6277;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-payment-launch-notice span {
	color: #45515f;
	font-size: 13px;
	line-height: 1.55;
}

.woocommerce-checkout #payment .ps-payment-launch-button,
.woocommerce-checkout #payment .ps-payment-launch-button:hover,
.woocommerce-checkout #payment .ps-payment-launch-button:focus,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.ps-payment-launch-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.ps-payment-launch-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.ps-payment-launch-button:focus {
	width: 100%;
	min-height: 48px;
	border: 0 !important;
	border-radius: 6px !important;
	background: #b7c4c6 !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	cursor: not-allowed;
	opacity: 1 !important;
	transform: none !important;
}

.woocommerce-checkout .ps-payment-launch-notice--blocks {
	margin: 0 0 12px;
}

.woocommerce-checkout .ps-payment-launch-default-hidden {
	display: none !important;
}

.woocommerce-checkout .ps-payment-launching-notice,
.woocommerce-checkout .wc-block-components-notice-banner.ps-payment-launching-notice {
	border: 1px solid rgba(13, 127, 154, 0.18) !important;
	border-radius: 8px !important;
	background: #eefaf8 !important;
	color: #173034 !important;
	box-shadow: 0 10px 24px rgba(13, 127, 154, 0.08) !important;
}

.woocommerce-checkout .ps-payment-launching-notice svg {
	fill: #0d7f9a !important;
	color: #0d7f9a !important;
}

.woocommerce-checkout .wc-block-components-notice-banner.is-error.ps-payment-launching-notice > svg {
	background: #0d7f9a !important;
	fill: #ffffff !important;
}

.ps-payment-method-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 10px 0 16px;
}

.ps-payment-method-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	border: 1px solid rgba(23, 48, 52, 0.14);
	border-radius: 5px;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.78);
	color: #173034;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: 0 8px 18px rgba(8, 71, 86, 0.06);
}

.ps-payment-method-badge--secure {
	background: #173034;
	color: #ffffff;
}

.ps-payment-method-badge--paypal {
	border-color: rgba(0, 48, 135, 0.22);
	background: linear-gradient(90deg, #ffffff 0 72%, #ffc439 72% 100%);
	color: #003087;
}

.ps-payment-method-badge--visa {
	color: #1a1f71;
}

.ps-payment-method-badge--mastercard {
	color: #c44b25;
}

.ps-payment-method-badge--apple {
	color: #111111;
}

html {
	scroll-behavior: smooth;
}

html:has(body.happydog-source-site) {
	margin-top: 0 !important;
}

body.happydog-source-site #wpadminbar {
	display: none !important;
}

body.happydog-source-site {
	color: var(--ps-ink);
	background: var(--ps-shell);
	font-family: "DM Sans", Arial, sans-serif;
	letter-spacing: 0;
	overflow-x: hidden;
}

body.happydog-source-site,
body.happydog-source-site button,
body.happydog-source-site input,
body.happydog-source-site select,
body.happydog-source-site textarea,
body.happydog-source-site p {
	letter-spacing: 0;
	word-break: normal;
	overflow-wrap: normal;
}

body.happydog-source-site #page > #masthead,
body.happydog-source-site .asterthemes-site-wrapper > #masthead {
	display: none !important;
}

body.happydog-source-home #page,
body.happydog-source-home #main,
body.happydog-source-home #main-container,
body.happydog-source-home .site-content,
body.happydog-source-home .asterthemes-wrapper,
body.happydog-source-home .asterthemes-page,
body.happydog-source-home .content-area,
body.happydog-source-home .site-main,
body.happydog-source-home .ct-container-full,
body.happydog-source-home article.page,
body.happydog-source-home .entry-content {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

body.happydog-source-home #secondary,
body.happydog-source-site .aelvoro-care-launcher,
body.happydog-source-site #scroll-to-top,
body.happydog-source-site .dog-pet-house-scroll-to-top {
	display: none !important;
}

body.happydog-source-home .entry-content > * {
	max-width: none;
}

body.happydog-source-home .entry-content::before,
body.happydog-source-home .entry-content::after,
body.happydog-source-home .site-main::before,
body.happydog-source-home .site-main::after,
body.happydog-source-home article.page::before,
body.happydog-source-home article.page::after {
	display: none !important;
	content: none !important;
}

body.happydog-source-home article.page > .hero-section {
	display: none !important;
}

.happydog-source-header {
	position: relative;
	z-index: 50;
	background: var(--ps-nav-bg);
}

.happydog-source-header .header-wrap {
	background: var(--ps-nav-bg);
}

.happydog-source-header #header,
.happydog-source-header .menubar,
.happydog-source-header .close-sticky,
.happydog-source-header .header-p2,
.happydog-source-header .header-wrap,
.happydog-source-header .header_row,
.happydog-nav-row {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.happydog-source-header #header::before,
.happydog-source-header #header::after,
.happydog-source-header .menubar::before,
.happydog-source-header .menubar::after,
.happydog-source-header .close-sticky::before,
.happydog-source-header .close-sticky::after,
.happydog-source-header .header-p2::before,
.happydog-source-header .header-p2::after,
.happydog-source-header .header-wrap::before,
.happydog-source-header .header-wrap::after,
.happydog-source-header .header_row::before,
.happydog-source-header .header_row::after,
.happydog-nav-row::before,
.happydog-nav-row::after {
	display: none !important;
	border: 0 !important;
	box-shadow: none !important;
	content: none !important;
}

.happydog-top-bar {
	background: var(--ps-top-contrast) !important;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.34);
	min-height: 40px;
}

.happydog-top-bar .utility-bar__grid,
.happydog-top-bar .announcement-bar,
.happydog-top-bar .announcement-bar-slider {
	min-height: 40px;
}

.happydog-top-bar .announcement-bar {
	display: block;
}

.happydog-top-bar .utility-bar__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	width: min(1500px, calc(100% - 42px));
	margin: 0 auto;
}

.happydog-top-bar .announcement-bar-slider {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 40px;
	align-items: center;
	gap: 8px;
}

.happydog-top-bar .slider {
	position: relative;
	min-height: 40px;
	overflow: hidden;
}

.happydog-top-bar .slideshow__slide {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.happydog-top-bar .slideshow__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.happydog-top-bar .announcement-bar__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: min(880px, 100%);
	color: #ffffff !important;
	text-decoration: none !important;
}

.happydog-top-bar .announcement-bar__message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	margin: 0;
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-shadow: 0 1px 1px rgba(78, 53, 31, 0.18);
	text-align: center;
	text-wrap: balance;
}

.happydog-top-bar .icon-arrow {
	width: 14px;
	height: 10px;
	flex: 0 0 14px;
}

.happydog-top-bar .slider-button {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	opacity: 0.82;
}

.happydog-top-bar .slider-button--prev .icon-caret {
	transform: rotate(90deg);
}

.happydog-top-bar .slider-button--next .icon-caret {
	transform: rotate(-90deg);
}

.happydog-top-bar .icon-caret {
	width: 10px;
	height: 6px;
}

.happydog-top-bar .slider-button:hover,
.happydog-top-bar .slider-button:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	opacity: 1;
	outline: 0;
}

.happydog-source-header .container,
.happydog-home .container {
	width: min(1500px, calc(100% - 42px));
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

.happydog-source-header button {
	border: 0;
	cursor: pointer;
}

.happydog-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.happydog-source-header a,
.happydog-home a {
	text-decoration: none;
}

.happydog-wordmark:hover {
	color: #ffffff;
	text-decoration: none;
}

.happydog-wordmark i {
	color: #ffffff;
	font-size: 32px;
	transform: rotate(-12deg);
}

.happydog-wordmark strong {
	color: #ffffff;
	font-weight: 800;
}

.happydog-source-header .header-logo,
.happydog-source-header .header-logo-2 {
	line-height: 0;
}

.happydog-source-header .header-logo-2,
.happydog-source-header .innermenubox-2,
.happydog-source-header .headerbar,
.happydog-source-header .serch-popup-2 {
	display: none;
}

.happydog-source-header .header_row {
	display: grid !important;
	grid-template-columns: minmax(190px, 1fr) minmax(360px, 520px) minmax(300px, 1fr);
	column-gap: clamp(18px, 2vw, 32px);
	align-items: center !important;
	min-height: 75px;
	margin: 0 !important;
}

.happydog-source-header .home-menu-btn {
	display: flex;
	justify-content: center;
}

.happydog-source-header .logo-menu,
.happydog-source-header .home-menu-btn,
.happydog-source-header .header-btns {
	width: auto;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.happydog-source-header .logo-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.happydog-header-quicklinks {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 100%;
}

.happydog-header-quicklinks a {
	position: relative;
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #536172 !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none !important;
	transition: color 160ms ease;
}

.happydog-header-quicklinks a:not(:last-child)::after {
	position: absolute;
	right: 0;
	width: 1px;
	height: 14px;
	background: rgba(13, 127, 154, 0.18);
	content: "";
}

.happydog-header-quicklinks a:hover,
.happydog-header-quicklinks a:focus-visible {
	color: var(--ps-tide-dark) !important;
}

.happydog-source-header .side-navigation,
.happydog-source-header .menu-primary-menu-container {
	width: 100%;
}

.happydog-nav-row {
	position: relative;
	z-index: 1;
	border-top: 0;
	border-bottom: 0;
	background: var(--ps-nav-bg);
	margin-top: -1px;
}

.happydog-nav-row .container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 57px;
}

.happydog-nav-row .side-navigation,
.happydog-nav-row .menu-primary-menu-container,
.happydog-nav-row .primary-menu {
	min-height: 56px !important;
	height: 56px !important;
}

.happydog-nav-row .menu-primary-menu-container ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 4.5vw, 78px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.happydog-nav-row .menu-primary-menu-container ul li {
	display: inline-flex !important;
	align-items: center !important;
	height: 56px !important;
	min-height: 56px !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.happydog-nav-row .menu-primary-menu-container ul li a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 56px;
	padding: 0 !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
}

.happydog-nav-row .menu-primary-menu-container ul li a::after {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: #ffffff;
	content: "";
	opacity: 0;
	transform: scaleX(0.35);
	transform-origin: center;
	transition: opacity 180ms ease, transform 180ms ease;
}

.happydog-nav-row .menu-primary-menu-container ul li a:hover,
.happydog-nav-row .menu-primary-menu-container ul li a:focus-visible {
	color: #ffffff !important;
}

.happydog-nav-row .menu-primary-menu-container ul li a:hover::after,
.happydog-nav-row .menu-primary-menu-container ul li a:focus-visible::after {
	opacity: 1;
	transform: scaleX(1);
}

.happydog-source-header .header-btns {
	display: grid;
	grid-template-columns: 102px minmax(104px, max-content);
	gap: 10px;
	align-items: center;
	justify-content: end;
	min-width: 0;
	transform: none;
}

.happydog-source-header .sreach-home,
.happydog-source-header .serch-popup-2,
.happydog-source-header .account-cart,
.happydog-source-header .buy-now-btn,
.happydog-source-header .happydog-header-actions {
	min-width: 0;
}

.happydog-source-header .home-menu-btn .sreach-home {
	width: min(100%, 520px);
}

.happydog-source-header .sreach-home .search-input-box {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 40px;
	align-items: center;
	min-height: 40px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.84);
	overflow: hidden;
	box-shadow: none;
	cursor: text;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.happydog-source-header .sreach-home .search-input-box:hover,
.happydog-source-header .sreach-home .search-input-box:focus-within {
	border-color: rgba(16, 39, 44, 0.28);
	box-shadow: 0 8px 20px rgba(8, 71, 86, 0.12);
}

.happydog-source-header .sreach-home .search-input {
	width: 100%;
	max-width: none;
	padding: 0 0 0 16px;
	font-size: 13px;
}

.happydog-source-header .sreach-home .search-input::placeholder {
	color: var(--ps-search-muted);
	opacity: 1;
}

.happydog-source-header .happydog-header-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.happydog-source-header .buy-now-btn {
	display: inline-flex;
	flex: 0 0 auto;
}

.happydog-source-header .buy-now-btn a {
	display: inline-flex;
	min-width: 104px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border-radius: 4px;
	background: #10272c;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none !important;
}

.happydog-source-header .talenori-header-language {
	position: relative;
	z-index: 30;
	display: inline-flex;
	align-items: center;
	height: 40px;
	min-width: 0;
}

.happydog-source-header .talenori-header-language .gtranslate_wrapper {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.happydog-source-header .talenori-header-language .gt_switcher {
	width: 142px !important;
	border-radius: 4px !important;
	overflow: visible !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	line-height: 1 !important;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_selected {
	background: transparent !important;
	box-shadow: none !important;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a {
	position: relative;
	display: inline-flex !important;
	width: 142px !important;
	height: 40px !important;
	align-items: center;
	gap: 6px;
	padding: 0 28px 0 10px !important;
	border: 1px solid rgba(255, 255, 255, 0.62) !important;
	border-radius: 4px !important;
	background: rgba(255, 255, 255, 0.14) !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(16, 39, 44, 0.04);
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.happydog-source-header .talenori-header-language .ps-language-region-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a:hover,
.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a:focus-visible {
	border-color: rgba(255, 255, 255, 0.88) !important;
	background: rgba(255, 255, 255, 0.22) !important;
	transform: translateY(-1px);
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a::after {
	right: 8px !important;
	background-size: 10px !important;
	filter: brightness(0) invert(1);
	opacity: 0.9;
}

.happydog-source-header .talenori-header-language .gt_switcher a img {
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px;
	border-radius: 2px !important;
	margin: 0 !important;
	opacity: 1 !important;
}

.happydog-source-header .talenori-header-language .ps-language-region-mark {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background: transparent;
	color: currentColor;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
	box-shadow: none;
}

.happydog-source-header .talenori-header-language .gt_option .ps-language-region-mark {
	background: transparent;
	color: #0a6277;
	box-shadow: none;
}

.happydog-source-header .talenori-header-language .ps-language-region-flag {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px;
	border-radius: 2px !important;
	object-fit: cover;
	margin: 0 !important;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_option {
	position: absolute !important;
	right: 0;
	top: calc(100% + 8px);
	width: 180px !important;
	max-height: 288px !important;
	border: 1px solid rgba(16, 39, 44, 0.12) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 38px rgba(16, 39, 44, 0.18) !important;
	z-index: 999999 !important;
	overflow-x: hidden !important;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_option a {
	display: flex !important;
	width: 100% !important;
	align-items: center;
	gap: 8px;
	padding: 8px 10px !important;
	color: #173034 !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_option a:hover,
.happydog-source-header .talenori-header-language .gt_switcher .gt_option a:focus-visible {
	background: #e9f6f4 !important;
	color: #10272c !important;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_option a.ps-english-original {
	display: none !important;
}

.happydog-source-header .talenori-header-language .gt_switcher .gt_option a.ps-english-region-option {
	position: relative;
}

.happydog-source-header .hamburger {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #000000;
}

.happydog-source-header .hamburger i {
	font-size: 24px;
}

.happydog-source-header .hamburger::before {
	content: "";
	display: block;
	width: 22px !important;
	min-width: 22px;
	height: 2px !important;
	flex: 0 0 22px;
	background: #000000 !important;
	box-shadow: 0 -7px 0 #000000, 0 7px 0 #000000 !important;
}

.happydog-source-header .hamburger i {
	display: none;
}

.happydog-source-header .search-input,
.happydog-source-header .search-field {
	min-height: 35px;
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
}

.happydog-source-header .search-input:focus,
.happydog-source-header .search-field:focus {
	outline: 2px solid rgba(13, 127, 154, 0.24);
	outline-offset: 2px;
}

.happydog-source-header button.search-submit,
.happydog-source-header .search-submit.search-icon {
	padding: 0;
}

.happydog-source-header .serch-popup-2 button,
.happydog-source-header button.search-submit {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #ffffff;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.happydog-source-header .sreach-home button.search-submit {
	border: 0;
	border-radius: 0;
	background: #ffffff;
	color: var(--ps-search-muted);
}

.happydog-source-header .account:hover,
.happydog-source-header .cart:hover,
.happydog-source-header .serch-popup-2 button:hover,
.happydog-source-header button.search-submit:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	transform: translateY(-1px);
}

.happydog-source-header .sreach-home button.search-submit:hover {
	background: #ffffff;
	color: #7f8a8c;
	transform: none;
}

.happydog-source-header .sreach-home button.search-submit svg,
.happydog-source-header .sreach-home button.search-submit svg * {
	color: var(--ps-search-muted);
	stroke: var(--ps-search-muted) !important;
}

.happydog-source-header .sreach-home button.search-submit:hover svg,
.happydog-source-header .sreach-home button.search-submit:hover svg * {
	color: #7f8a8c;
	stroke: #7f8a8c !important;
}

.happydog-source-header .cart-customlocation {
	position: relative;
}

.happydog-source-header .account-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	height: 40px;
	color: #ffffff;
}

.happydog-source-header .account-cart > div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.happydog-source-header .account-cart a {
	position: relative;
	display: inline-flex;
	width: 22px;
	height: 26px;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	background: transparent !important;
	text-decoration: none !important;
	transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.happydog-source-header .account-cart a:hover,
.happydog-source-header .account-cart a:focus-visible {
	color: #ffffff !important;
	opacity: 0.82;
	transform: translateY(-1px);
}

.happydog-source-header .icon-user span {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.happydog-source-header .icon-user span::before,
.happydog-source-header .icon-user span::after {
	position: absolute;
	left: 50%;
	border: 2px solid currentColor;
	content: "";
	transform: translateX(-50%);
}

.happydog-source-header .icon-user span::before {
	top: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.happydog-source-header .icon-user span::after {
	bottom: 0;
	width: 18px;
	height: 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 0;
}

.happydog-source-header .wkh-icon,
.happydog-source-header .wkh-icon svg {
	display: block;
	width: 21px;
	height: 21px;
}

.happydog-source-header .wkh-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 4.8;
	overflow: visible;
}

.happydog-source-header .wkh-icon path {
	fill: none;
	stroke: currentColor;
}

.happydog-source-header .wkh-counter {
	position: absolute;
	top: -7px;
	right: -8px;
}

.happydog-source-header .sca-icon-cart::before {
	display: block;
	width: 18px;
	height: 20px;
	border: 2px solid currentColor;
	border-radius: 2px;
	content: "";
}

.happydog-source-header .sca-icon-cart::after {
	position: absolute;
	top: 1px;
	left: 50%;
	width: 9px;
	height: 7px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 9px 9px 0 0;
	content: "";
	transform: translateX(-50%);
}

.happydog-source-header .cart_count {
	display: inline-flex;
	position: absolute;
	top: -8px;
	right: -9px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #ffffff;
	border-radius: 50%;
	background: #10272c;
	color: #ffffff;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.happydog-source-header .cart_count.is-empty {
	visibility: hidden;
	opacity: 0;
}

.happydog-source-header span.cart-counter {
	display: inline-flex;
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #10272c;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.happydog-source-header .account svg,
.happydog-source-header .cart svg,
.happydog-source-header .search-submit svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.happydog-source-header .buy-now-btn a:focus-visible,
.happydog-source-header .account-cart a:focus-visible,
.happydog-source-header .search-submit:focus-visible {
	outline: 2px solid var(--ps-tide);
	outline-offset: 2px;
}

.happydog-source-header .serach_outer {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	width: 100%;
	max-width: 100vw;
	height: 100dvh;
	align-items: flex-start;
	justify-content: center;
	padding: 0;
	background: rgba(23, 28, 33, 0);
	opacity: 0;
	overflow: hidden;
	overflow-x: hidden;
	pointer-events: none;
	transition: background-color 220ms ease, opacity 220ms ease;
}

.happydog-source-header .serach_outer,
.happydog-source-header .serach_outer *,
.happydog-source-header .serach_outer *::before,
.happydog-source-header .serach_outer *::after {
	box-sizing: border-box;
}

.happydog-source-header .serach_outer.is-open {
	background: rgba(23, 28, 33, 0.36);
	opacity: 1;
	pointer-events: auto;
}

.happydog-source-header .serach_outer[hidden] {
	display: none !important;
}

.happydog-source-header .serach_inner.happydog-search-sheet {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	max-width: none;
	max-width: 100vw;
	height: min(58dvh, 560px);
	min-height: 430px;
	padding: clamp(24px, 3vw, 38px) clamp(20px, 5vw, 72px) 32px;
	border-radius: 0 0 16px 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 252, 251, 0.99) 100%);
	text-align: left;
	box-shadow: 0 16px 42px rgba(8, 50, 60, 0.13);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	transform: translateY(-100%);
	opacity: 1;
	transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.happydog-source-header .serach_outer.is-open .serach_inner.happydog-search-sheet {
	transform: translateY(0);
	opacity: 1;
}

.happydog-source-header .happydog-search-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 16px;
	align-items: center;
	max-width: 860px;
	margin: 0 auto 24px;
}

.happydog-source-header .happydog-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px;
	width: 100%;
	max-width: none;
	min-height: 52px;
	align-items: center;
	border: 1.5px solid #193346;
	border-radius: 10px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	overflow: hidden;
}

.happydog-source-header .serach_inner.happydog-search-sheet form.search-form.happydog-search-form {
	display: grid;
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	border: 1.5px solid #193346;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
}

.happydog-source-header .happydog-search-form .search-field {
	width: 100%;
	min-height: 50px;
	padding: 0 18px 0 22px;
	color: #193346;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.happydog-source-header .happydog-search-form .search-field::placeholder {
	color: #718188;
	opacity: 1;
}

.happydog-source-header .happydog-search-form .search-submit {
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0;
	background: #f2f5f5;
	color: #193346;
}

.happydog-source-header .happydog-search-form .search-submit:hover {
	background: #e3eeee;
	color: var(--ps-lagoon-deep);
	transform: none;
}

.happydog-source-header .closepop {
	position: relative;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #193346;
}

.happydog-source-header .closepop span,
.happydog-source-header .closepop span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 1.5px;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
}

.happydog-source-header .closepop span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.happydog-source-header .closepop:hover,
.happydog-source-header .closepop:focus-visible {
	background: rgba(69, 194, 196, 0.14);
	color: #0a6277;
	transform: none;
}

.happydog-source-header .happydog-search-body {
	display: grid;
	gap: 22px;
	width: min(980px, 100%);
	max-width: 980px;
	margin: 0 auto;
	overflow-x: hidden;
}

.happydog-source-header .happydog-search-suggestions,
.happydog-source-header .happydog-search-products {
	min-width: 0;
}

.happydog-source-header .happydog-search-suggestions h2,
.happydog-source-header .happydog-search-section-head h2 {
	margin: 0;
	color: #193346;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.happydog-source-header .happydog-search-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 11px;
}

.happydog-source-header .happydog-search-chips a {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0 13px;
	border: 1px solid rgba(25, 51, 70, 0.10);
	border-radius: 8px;
	background: rgba(246, 251, 251, 0.92);
	color: #193346 !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.happydog-source-header .happydog-search-chips a:hover,
.happydog-source-header .happydog-search-chips a:focus-visible {
	border-color: rgba(22, 137, 160, 0.42);
	background: #e7f7f8;
	color: #0a6277 !important;
	transform: translateY(-1px);
}

.happydog-source-header .happydog-search-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.happydog-source-header .happydog-search-section-head a {
	flex: 0 0 auto;
	color: #0a6277 !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.happydog-source-header .happydog-search-section-head a:hover {
	text-decoration: underline !important;
}

.happydog-source-header .happydog-search-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 22px);
	width: 100%;
	overflow-x: hidden;
}

.happydog-source-header .happydog-search-product {
	display: grid;
	grid-template-rows: 150px minmax(0, auto);
	gap: 8px;
	min-width: 0;
	background: transparent;
	color: #193346 !important;
	text-decoration: none !important;
	box-shadow: none;
	overflow: hidden;
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.happydog-source-header .happydog-search-product:hover,
.happydog-source-header .happydog-search-product:focus-visible {
	box-shadow: none;
	transform: translateY(-3px);
}

.happydog-source-header .happydog-search-product__media {
	position: relative;
	display: grid;
	width: 100%;
	height: 150px;
	min-width: 0;
	place-items: center;
	padding: 0;
	border-radius: 10px;
	background: #eef8f7;
	overflow: hidden;
	transition: background-color 200ms ease, transform 200ms ease;
}

.happydog-source-header .happydog-search-product:hover .happydog-search-product__media,
.happydog-source-header .happydog-search-product:focus-visible .happydog-search-product__media {
	background: #eaf7f8;
}

.happydog-source-header .happydog-search-product__media img {
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 10px;
	background: #ffffff;
	object-fit: contain;
}

.happydog-source-header .happydog-search-product__placeholder {
	position: relative;
	display: block;
	width: min(96px, 74%);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle at 52% 39%, #ffffff 0 18%, transparent 19%),
		linear-gradient(135deg, var(--ps-lagoon-deep) 0 48%, var(--ps-coral) 49% 100%);
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.44);
}

.happydog-source-header .happydog-search-product__placeholder span {
	position: absolute;
	inset: 29% 20% 22%;
	border: 3px solid #ffffff;
	border-radius: 38% 38% 48% 48%;
}

.happydog-source-header .happydog-search-product__content {
	display: grid;
	gap: 3px;
	padding: 0 4px;
}

.happydog-source-header .happydog-search-product__tag {
	color: #718188;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.1;
}

.happydog-source-header .happydog-search-product strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #193346;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.08;
}

.happydog-source-header .happydog-search-product small {
	display: none;
	color: #62737b;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.happydog-source-header .happydog-search-product__price {
	margin-top: 1px;
	color: #193346;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.1;
}

.happydog-source-header .happydog-search-product__price del {
	margin-right: 4px;
	color: #8b989d;
	font-weight: 600;
}

.happydog-source-header .happydog-search-product__price ins {
	color: var(--ps-coral);
	text-decoration: none;
}

.happydog-mobile-menu {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 1001;
	width: min(330px, 86vw);
	padding-top: 58px;
	background: #ffffff;
	box-shadow: 0 22px 80px rgba(0, 0, 0, 0.24);
}

.happydog-mobile-menu[hidden] {
	display: none !important;
}

.happydog-mobile-menu .close-sidebar {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	color: #000000;
}

.happydog-mobile-menu .menu-primary-menu-container ul {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
	padding: 0;
}

.happydog-mobile-menu .menu-primary-menu-container ul li {
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.happydog-mobile-menu .menu-primary-menu-container ul li a {
	display: block;
	padding: 18px 28px;
}

.happydog-support {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1100;
	font-family: "Kodchasan", Arial, sans-serif;
}

.happydog-floating-care {
	width: 62px;
	height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: 0 18px 42px rgba(255, 61, 94, 0.34);
	cursor: pointer;
	transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.happydog-floating-care svg {
	width: 56px;
	height: 56px;
	display: block;
	overflow: visible;
}

.happydog-floating-care:hover {
	filter: saturate(1.05);
	transform: translateY(-2px);
	box-shadow: 0 22px 46px rgba(255, 61, 94, 0.4);
}

.happydog-floating-care:active {
	transform: translateY(0) scale(0.98);
}

.happydog-floating-care:focus-visible {
	outline: 3px solid rgba(255, 61, 94, 0.28);
	outline-offset: 4px;
}

.happydog-support-panel {
	position: absolute;
	right: 0;
	bottom: 78px;
	width: min(410px, calc(100vw - 32px));
	height: min(620px, calc(100vh - 120px));
	max-height: min(620px, calc(100vh - 120px));
	display: grid;
	grid-template-rows: auto auto auto minmax(0, 1fr) auto;
	overflow: hidden;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 28px 88px rgba(17, 17, 17, 0.24);
	transform-origin: right bottom;
	animation: happydog-panel-in 180ms ease both;
}

.happydog-support-panel,
.happydog-support-panel * {
	box-sizing: border-box;
}

.happydog-support-panel[hidden] {
	display: none !important;
}

@keyframes happydog-panel-in {
	from {
		opacity: 0;
		transform: translateY(12px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.happydog-support-panel__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 14px 8px;
}

.happydog-support-panel__track,
.happydog-support-panel__actions a,
.happydog-support-panel__actions button {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: #f4f4f6;
	color: #1e242e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.happydog-support-panel__track {
	padding: 0 18px;
}

.happydog-support-panel__close {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: #f4f4f6;
	cursor: pointer;
}

.happydog-support-panel__track:hover,
.happydog-support-panel__actions a:hover,
.happydog-support-panel__actions button:hover,
.happydog-support-panel__close:hover {
	background: #ececf1;
	transform: translateY(-1px);
}

.happydog-support-panel__home {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 12px 24px 16px;
}

.happydog-support-panel__avatar {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	padding: 0;
	overflow: hidden;
	background: linear-gradient(145deg, #fffaf1 0%, #ffe9df 100%);
	border: 1px solid rgba(255, 111, 139, 0.34);
	box-shadow: 0 12px 26px rgba(255, 61, 94, 0.16);
}

.happydog-support-panel__avatar img {
	width: 118%;
	height: 118%;
	display: block;
	object-fit: cover;
	border-radius: inherit;
}

.happydog-support-panel__home p {
	margin: 0;
	color: #1e242e;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.18;
	text-wrap: balance;
}

.happydog-support-panel__actions {
	display: grid;
	gap: 9px;
	padding: 0 18px 14px;
}

.happydog-support-panel.is-conversation .happydog-support-panel__home {
	padding-bottom: 10px;
}

.happydog-support-panel.is-conversation .happydog-support-panel__home p {
	font-size: 18px;
	line-height: 1.22;
}

.happydog-support-panel.is-conversation .happydog-support-panel__actions {
	display: none;
}

.happydog-support-panel__actions a,
.happydog-support-panel__actions button {
	width: 100%;
	justify-content: flex-start;
	padding: 0 16px;
	text-align: left;
	font-family: "Kodchasan", Arial, sans-serif;
}

.happydog-support-panel__thread {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 0;
	overflow-y: auto;
	padding: 0 18px 12px;
	scrollbar-width: thin;
}

.happydog-support-panel.is-conversation .happydog-support-panel__thread {
	padding-top: 4px;
}

.happydog-support-panel__hint,
.happydog-support-panel__status {
	margin: 0;
	color: #69707c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.happydog-support-panel__bubble {
	max-width: 88%;
	margin: 0;
	padding: 10px 12px;
	border-radius: 15px;
	color: #1e242e;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.42;
	overflow-wrap: anywhere;
}

.happydog-support-panel__bubble--customer {
	justify-self: end;
	border-bottom-right-radius: 6px;
	background: var(--ps-coral);
	color: #ffffff;
}

.happydog-support-panel__bubble--assistant {
	justify-self: start;
	border-bottom-left-radius: 6px;
	background: #f4f4f6;
}

.happydog-support-panel__bubble--assistant.is-streaming::after {
	content: "";
	width: 6px;
	height: 1em;
	display: inline-block;
	margin-left: 3px;
	border-radius: 999px;
	background: currentColor;
	vertical-align: -0.16em;
	animation: happydog-support-caret 760ms ease-in-out infinite;
}

@keyframes happydog-support-caret {
	0%,
	100% {
		opacity: 0.24;
	}
	50% {
		opacity: 0.85;
	}
}

@media (prefers-reduced-motion: reduce) {
	.happydog-support-panel__bubble--assistant.is-streaming::after {
		animation: none;
	}
}

.happydog-support-panel__status {
	min-height: 0;
	height: 0;
	padding: 0 18px;
	color: #76808c;
	overflow: hidden;
}

.happydog-support-panel__status[data-state="answered"] {
	color: #1f7a4d;
}

.happydog-support-panel__status[data-state="review"] {
	color: #a05a00;
}

.happydog-support-panel__status[data-state="error"] {
	color: #c62843;
}

.happydog-support-panel__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	gap: 9px;
	align-items: end;
	padding: 12px 14px 14px;
	background: #f4f4f6;
}

.happydog-support-panel__footer textarea {
	width: 100%;
	min-height: 44px;
	max-height: 118px;
	margin: 0;
	padding: 12px 14px;
	resize: none;
	border: 1px solid rgba(13, 127, 154, 0.28);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
	color: #1e242e;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.happydog-support-panel__footer textarea::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

.happydog-support-panel__footer textarea:focus {
	outline: 2px solid rgba(13, 127, 154, 0.24);
}

.happydog-support-panel__footer button {
	width: 48px;
	min-width: 48px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 14px;
	padding: 0;
	background: var(--ps-coral);
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 160ms ease, background-color 160ms ease;
}

.happydog-support-panel__footer button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.happydog-support-panel__footer button svg {
	flex: 0 0 auto;
}

.happydog-support-panel__footer button:hover {
	background: #e83555;
	transform: translateY(-1px);
}

.happydog-support-panel__footer button:active {
	transform: translateY(0) scale(0.97);
}

.happydog-home {
	width: 100%;
	max-width: none;
	overflow: hidden;
	background: var(--ps-shell);
}

.happydog-hero {
	background: #ffffff;
	margin: 0 !important;
	overflow: hidden;
}

.happydog-hero .banner-wrapper {
	position: relative;
	margin: 0 !important;
}

.happydog-hero .banner-right img {
	display: block;
	width: 100%;
	min-height: 610px;
	object-fit: cover;
	object-position: center right;
}

.happydog-hero .pet-world {
	display: none !important;
}

.happydog-hero .left-text {
	position: relative;
	z-index: 3;
}

.happydog-hero .banner-left {
	max-width: 36%;
}

.happydog-hero .left-img {
	top: -52%;
	left: 28%;
	opacity: 0.36;
	pointer-events: none;
}

.happydog-hero .food-img {
	left: min(49%, 270px);
	top: 80%;
	bottom: auto;
	z-index: 1;
}

.happydog-hero-product {
	width: clamp(146px, 12vw, 210px);
	aspect-ratio: 1.18 / 1;
	display: grid;
	place-items: center;
	border-radius: 22px;
	background: linear-gradient(145deg, #ffffff 0%, var(--ps-seafoam) 100%);
	box-shadow: 0 24px 55px rgba(8, 71, 86, 0.16);
	transform: rotate(-3deg);
	pointer-events: none;
}

.happydog-hero-product::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 2px dashed rgba(13, 127, 154, 0.2);
	border-radius: 18px;
}

.happydog-hero-suit,
.happydog-product-placeholder__suit {
	position: relative;
	display: block;
	width: 58%;
	aspect-ratio: 1 / 1.04;
	border-radius: 32% 32% 22% 22%;
	background:
		radial-gradient(circle at 28% 27%, #ffffff 0 7%, transparent 8%),
		radial-gradient(circle at 70% 28%, #ffffff 0 7%, transparent 8%),
		linear-gradient(135deg, var(--ps-tide) 0 42%, var(--ps-coral) 42% 100%);
	box-shadow: inset 0 -12px 0 rgba(0, 0, 0, 0.08);
}

.happydog-hero-suit::before,
.happydog-hero-suit::after,
.happydog-product-placeholder__suit::before,
.happydog-product-placeholder__suit::after {
	content: "";
	position: absolute;
	top: 28%;
	width: 28%;
	height: 30%;
	border-radius: 999px 999px 22px 22px;
	background: inherit;
}

.happydog-hero-suit::before,
.happydog-product-placeholder__suit::before {
	left: -13%;
	transform: rotate(18deg);
}

.happydog-hero-suit::after,
.happydog-product-placeholder__suit::after {
	right: -13%;
	transform: rotate(-18deg);
}

.happydog-hero-product__label {
	position: absolute;
	left: 16px;
	bottom: 12px;
	color: var(--ps-tide);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.happydog-hero h1.banner-heading {
	font-size: clamp(52px, 4.9vw, 72px);
	line-height: 1.08;
}

.happydog-hero .left-text a,
.happydog-home .iwt-btn,
.happydog-home .iwt2-btn,
.happydog-home .insta_btn,
.happydog-home .shop-btn a,
.happydog-home .n-add-to-cart-button,
.happydog-home .buy-now-btn a,
.happydog-source-header .buy-now-btn a,
.ps-button,
.single_add_to_cart_button {
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.happydog-hero .left-text a:hover,
.happydog-home .iwt-btn:hover,
.happydog-home .iwt2-btn:hover,
.happydog-home .insta_btn:hover,
.happydog-home .shop-btn a:hover,
.happydog-home .n-add-to-cart-button:hover,
.happydog-source-header .buy-now-btn a:hover,
.ps-button:hover,
.single_add_to_cart_button:hover {
	background: var(--ps-tide-dark) !important;
	color: #ffffff !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.happydog-fit-mixer {
	position: relative;
	padding: 76px 0 62px;
	background:
		radial-gradient(circle at 16% 18%, rgba(91, 214, 214, 0.22) 0 16%, transparent 17%),
		linear-gradient(180deg, #f7fcfb 0%, var(--ps-shell) 100%);
	overflow: hidden;
}

.happydog-fit-mixer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(90deg, transparent, #000000 22%, #000000 78%, transparent);
}

.happydog-fit-mixer__frame {
	position: relative;
	display: grid;
	grid-template-columns: minmax(270px, 0.92fr) minmax(340px, 1fr) minmax(250px, 0.76fr);
	gap: 26px;
	align-items: stretch;
}

.happydog-fit-mixer__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 0;
}

.happydog-fit-mixer__eyebrow {
	margin: 0 0 14px;
	color: var(--ps-tide);
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	text-transform: lowercase;
}

.happydog-fit-mixer__copy h2 {
	margin: 0 0 18px;
	color: #111111;
	font-size: clamp(34px, 3.7vw, 58px);
	font-weight: 800;
	line-height: 1.03;
	text-wrap: balance;
}

.happydog-fit-mixer__copy p:not(.happydog-fit-mixer__eyebrow) {
	max-width: 540px;
	margin: 0;
	color: #565656;
	font-size: 16px;
	line-height: 1.7;
}

.happydog-fit-mixer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.happydog-fit-mixer__actions a,
.happydog-fit-mixer__actions button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 4px;
	padding: 0 22px;
	background: var(--ps-tide);
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease;
}

.happydog-fit-mixer__actions button {
	background: #111111;
}

.happydog-fit-mixer__actions a:hover,
.happydog-fit-mixer__actions button:hover {
	color: #ffffff;
	transform: translateY(-1px);
}

.happydog-fit-mixer__stage {
	position: relative;
	min-height: 430px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.34)),
		radial-gradient(circle at 50% 72%, rgba(91, 214, 214, 0.34) 0 0.8%, transparent 1%),
		linear-gradient(135deg, #e8fbfd 0%, #fff3d8 100%);
	box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.06);
}

.happydog-fit-mixer__stage::before,
.happydog-fit-mixer__stage::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.happydog-fit-mixer__stage::before {
	width: 360px;
	height: 92px;
	left: 50%;
	bottom: 54px;
	background: rgba(55, 180, 192, 0.16);
	transform: translateX(-50%) rotate(-2deg);
}

.happydog-fit-mixer__stage::after {
	width: 130px;
	height: 130px;
	right: 26px;
	top: 28px;
	background: rgba(255, 92, 60, 0.16);
}

.happydog-fit-mixer__model {
	position: relative;
	width: min(390px, 82%);
	height: 265px;
	transform: translateY(18px);
	z-index: 1;
}

.happydog-fit-mixer__body,
.happydog-fit-mixer__head,
.happydog-fit-mixer__neck,
.happydog-fit-mixer__tail,
.happydog-fit-mixer__leg,
.happydog-fit-mixer__ear,
.happydog-fit-mixer__suit {
	position: absolute;
	display: block;
}

.happydog-fit-mixer__body {
	left: 72px;
	bottom: 58px;
	width: 230px;
	height: 132px;
	border-radius: 70px 94px 78px 58px;
	background: #f1c58b;
	box-shadow: inset -26px -20px 0 rgba(159, 98, 39, 0.14);
}

.happydog-fit-mixer__neck {
	right: 78px;
	bottom: 142px;
	width: 62px;
	height: 72px;
	border-radius: 34px 34px 12px 12px;
	background: #efc58d;
	transform: rotate(-14deg);
}

.happydog-fit-mixer__head {
	right: 28px;
	bottom: 174px;
	width: 104px;
	height: 82px;
	border-radius: 44px 50px 34px 34px;
	background: #f3ca91;
	box-shadow: inset -14px -10px 0 rgba(159, 98, 39, 0.12);
}

.happydog-fit-mixer__head::before {
	content: "";
	position: absolute;
	right: 19px;
	top: 31px;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #1d1d1d;
	box-shadow: -42px 4px 0 rgba(29, 29, 29, 0.9);
}

.happydog-fit-mixer__head::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 43px;
	width: 24px;
	height: 18px;
	border-radius: 70% 40% 50% 70%;
	background: #1d1d1d;
}

.happydog-fit-mixer__ear {
	top: 0;
	width: 32px;
	height: 58px;
	border-radius: 999px 999px 18px 18px;
	background: #d99b5d;
}

.happydog-fit-mixer__ear--left {
	right: 99px;
	top: 4px;
	transform: rotate(-30deg);
}

.happydog-fit-mixer__ear--right {
	right: 47px;
	top: -1px;
	transform: rotate(18deg);
}

.happydog-fit-mixer__tail {
	left: 43px;
	bottom: 163px;
	width: 72px;
	height: 28px;
	border-radius: 999px 0 0 999px;
	border-top: 15px solid #e8b678;
	border-left: 12px solid #e8b678;
	transform: rotate(30deg);
	transform-origin: right center;
}

.happydog-fit-mixer__leg {
	bottom: 0;
	width: 34px;
	height: 82px;
	border-radius: 18px 18px 8px 8px;
	background: #e6b374;
}

.happydog-fit-mixer__leg--front {
	right: 99px;
}

.happydog-fit-mixer__leg--back {
	left: 110px;
}

.happydog-fit-mixer__leg::after {
	content: "";
	position: absolute;
	left: -6px;
	bottom: -3px;
	width: 47px;
	height: 17px;
	border-radius: 999px;
	background: #d4985b;
}

.happydog-fit-mixer__suit {
	left: 95px;
	bottom: 68px;
	width: 152px;
	height: 105px;
	border-radius: 45px 62px 54px 42px;
	background:
		radial-gradient(circle at 29% 34%, rgba(255, 255, 255, 0.88) 0 8%, transparent 9%),
		radial-gradient(circle at 67% 61%, rgba(255, 255, 255, 0.72) 0 6%, transparent 7%),
		linear-gradient(135deg, var(--ps-tide) 0 46%, var(--ps-coral) 47% 100%);
	box-shadow: inset 0 -13px 0 rgba(0, 0, 0, 0.1), 0 15px 30px rgba(57, 109, 183, 0.18);
	transition: background 180ms ease, transform 180ms ease;
}

.happydog-fit-mixer[data-suit="shore"] .happydog-fit-mixer__suit,
.happydog-fit-option[data-suit="shore"] .happydog-fit-option__swatch {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0 14%, transparent 14% 28%, rgba(255, 255, 255, 0.82) 28% 42%, transparent 42% 56%, rgba(255, 255, 255, 0.82) 56% 70%, transparent 70%),
		linear-gradient(135deg, #ff6a83 0%, #f4b64b 100%);
}

.happydog-fit-mixer[data-suit="dock"] .happydog-fit-mixer__suit,
.happydog-fit-option[data-suit="dock"] .happydog-fit-option__swatch {
	background:
		linear-gradient(90deg, transparent 0 40%, rgba(255, 255, 255, 0.82) 40% 55%, transparent 55%),
		linear-gradient(135deg, #1f2933 0%, #37b4c0 100%);
}

.happydog-fit-mixer__badge {
	position: absolute;
	left: 26px;
	bottom: 24px;
	width: min(250px, calc(100% - 52px));
	padding: 16px 18px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 38px rgba(17, 17, 17, 0.1);
	backdrop-filter: blur(10px);
	z-index: 2;
}

.happydog-fit-mixer__badge strong,
.happydog-fit-mixer__badge span {
	display: block;
}

.happydog-fit-mixer__badge strong {
	margin-bottom: 5px;
	color: #111111;
	font-size: 17px;
	font-weight: 800;
}

.happydog-fit-mixer__badge span {
	color: #565656;
	font-size: 13px;
	line-height: 1.45;
}

.happydog-fit-mixer__options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}

.happydog-fit-option {
	width: 100%;
	min-height: 92px;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 4px 14px;
	align-items: center;
	border: 0;
	border-radius: 8px;
	padding: 15px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
	text-align: left;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.happydog-fit-option:hover,
.happydog-fit-option.is-active {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(17, 17, 17, 0.1);
}

.happydog-fit-option.is-active {
	background: #f4fbfa;
	box-shadow: inset 0 0 0 2px rgba(13, 127, 154, 0.34), 0 16px 34px rgba(17, 17, 17, 0.1);
}

.happydog-fit-option__swatch {
	grid-row: 1 / span 2;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background:
		radial-gradient(circle at 30% 31%, rgba(255, 255, 255, 0.88) 0 10%, transparent 11%),
		linear-gradient(135deg, var(--ps-tide) 0 46%, var(--ps-coral) 47% 100%);
	box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.08);
}

.happydog-fit-option strong {
	display: block;
	color: #111111;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.15;
}

.happydog-fit-option span:not(.happydog-fit-option__swatch) {
	display: block;
	color: #666666;
	font-size: 13px;
	line-height: 1.35;
}

.happydog-fit-mixer__fit {
	margin: 4px 0 0;
	padding: 16px 18px;
	border-left: 4px solid var(--ps-tide);
	background: #ffffff;
	color: #555555;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] {
	--ps-spotlight-x: 72%;
	--ps-spotlight-y: 50%;
	--ps-spotlight-r: 230px;
	--ps-spotlight-opacity: 0;
	min-height: 620px;
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.28fr);
	align-items: stretch;
	padding: 0;
	background: #eaf9ff;
	color: #111111;
	isolation: isolate;
	overflow: hidden;
}

.happydog-fit-mixer.happydog-fit-mixer--hero[data-ps-spotlight-reveal] {
	min-height: clamp(520px, calc(100dvh - 206px), 640px);
	padding: 0 !important;
	cursor: default;
}

.happydog-fit-mixer[data-ps-spotlight-reveal]::before {
	display: none;
}

.happydog-suit-hover__media,
.happydog-suit-hover__base,
.happydog-suit-hover__reveal {
	position: absolute;
	inset: 0;
}

.happydog-suit-hover__media {
	z-index: 1;
	pointer-events: auto;
}

.happydog-suit-hover__base,
.happydog-suit-hover__reveal {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.happydog-suit-hover__base {
	z-index: 1;
	background-image: var(--ps-suit-base);
}

.happydog-suit-hover__reveal {
	z-index: 2;
	opacity: var(--ps-spotlight-opacity);
	background-image: var(--ps-suit-reveal);
	-webkit-mask-image: radial-gradient(
		circle var(--ps-spotlight-r) at var(--ps-spotlight-x) var(--ps-spotlight-y),
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 40%,
		rgba(255, 255, 255, 0.75) 60%,
		rgba(255, 255, 255, 0.4) 75%,
		rgba(255, 255, 255, 0.12) 88%,
		rgba(255, 255, 255, 0) 100%
	);
	mask-image: radial-gradient(
		circle var(--ps-spotlight-r) at var(--ps-spotlight-x) var(--ps-spotlight-y),
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 40%,
		rgba(255, 255, 255, 0.75) 60%,
		rgba(255, 255, 255, 0.4) 75%,
		rgba(255, 255, 255, 0.12) 88%,
		rgba(255, 255, 255, 0) 100%
	);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	transition: opacity 180ms ease-out;
	will-change: opacity, mask-image, -webkit-mask-image;
}

.happydog-suit-hover__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	background:
		linear-gradient(90deg, rgba(234, 249, 255, 0.98) 0%, rgba(234, 249, 255, 0.76) 28%, rgba(234, 249, 255, 0.16) 54%, rgba(234, 249, 255, 0) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 44%, rgba(8, 71, 86, 0.04) 100%);
	pointer-events: none;
}

.happydog-suit-hover__spotlight {
	position: absolute;
	z-index: 4;
	left: var(--ps-spotlight-x);
	top: var(--ps-spotlight-y);
	width: calc(var(--ps-spotlight-r) * 2);
	aspect-ratio: 1;
	border: 0;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 44%, rgba(255, 255, 255, 0) 72%);
	opacity: calc(var(--ps-spotlight-opacity) * 0.58);
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: opacity 180ms ease-out;
	will-change: left, top, opacity;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__content {
	position: relative;
	z-index: 3;
	align-self: center;
	width: min(520px, calc(100% - 56px));
	margin-left: clamp(28px, 5vw, 84px);
	padding: 44px 0;
}

.happydog-fit-mixer--hero[data-ps-spotlight-reveal] .happydog-fit-mixer__content {
	width: min(560px, calc(100% - 64px));
	padding: clamp(34px, 5vw, 64px) 0;
}

.happydog-fit-mixer--hero[data-ps-spotlight-reveal] .happydog-fit-mixer__content > p:not(.happydog-fit-mixer__eyebrow) {
	max-width: 390px;
}

.ps-reveal-ready [data-ps-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 520ms ease, transform 520ms ease;
	will-change: opacity, transform;
}

.ps-reveal-ready [data-ps-reveal].is-visible,
[data-ps-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ps-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 30px;
}

.ps-section-head h2 {
	margin: 0;
	text-align: left;
	text-wrap: balance;
}

.ps-section-kicker {
	margin: 0 0 8px;
	color: var(--ps-tide);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.happydog-home .ps-trust-strip {
	width: 100%;
	margin: 12px 0 22px !important;
	padding: 0 !important;
	background: #ffffff !important;
	border-top: 1px solid rgba(13, 127, 154, 0.1);
	border-bottom: 1px solid rgba(13, 127, 154, 0.13);
}

.ps-reveal-ready .happydog-home .ps-trust-strip[data-ps-reveal],
.happydog-home .ps-trust-strip[data-ps-reveal] {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.happydog-home .ps-trust-strip__inner {
	width: 100% !important;
	max-width: 1200px;
	min-height: 54px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.happydog-home .ps-trust-strip__links {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0 !important;
	margin: 0 !important;
}

.happydog-home .ps-trust-strip__link {
	position: relative;
	display: flex !important;
	min-width: 0;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 3px 18px !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	color: #172022 !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	line-height: 1.35 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-wrap: balance;
	transition: background-color 160ms ease, color 160ms ease;
}

.happydog-home .ps-trust-strip__link + .ps-trust-strip__link {
	border-left: 1px solid rgba(13, 127, 154, 0.14);
}

.happydog-home .ps-trust-strip__link::after {
	margin-left: 8px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	content: "→";
}

.happydog-home .ps-trust-strip__link:hover,
.happydog-home .ps-trust-strip__link:focus-visible {
	background: rgba(69, 194, 196, 0.12) !important;
	color: var(--ps-tide-dark) !important;
	text-decoration: none !important;
}

.happydog-home .ps-trust-strip__link:focus-visible {
	outline: 2px solid rgba(21, 59, 34, 0.42);
	outline-offset: -2px;
}

.happydog-home .ps-rail__controls {
	display: inline-flex !important;
	gap: 8px !important;
	align-items: center !important;
	flex: 0 0 auto !important;
}

.happydog-home .ps-rail__controls button,
.happydog-home .ps-rail__controls .ps-rail__more-link {
	min-width: 46px !important;
	width: auto !important;
	height: 36px !important;
	min-height: 36px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(13, 127, 154, 0.2) !important;
	border-radius: 999px !important;
	padding: 0 13px !important;
	background: #ffffff !important;
	color: var(--ps-tide-dark) !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.happydog-home .ps-rail__controls button:hover:not(:disabled),
.happydog-home .ps-rail__controls .ps-rail__more-link:hover {
	background: var(--ps-tide) !important;
	color: #ffffff !important;
	transform: translateY(-1px) !important;
}

.happydog-home .ps-rail__controls button:disabled {
	cursor: default;
	opacity: 0.38;
}

.ps-rail__track {
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.ps-rail__track::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.happydog-categories .c-box.ps-rail__track,
.happydog-best-selling .bs-content.ps-rail__track,
.happydog-product-grid .nutrition-content.ps-rail__track {
	display: grid !important;
	grid-auto-flow: column !important;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	padding: 2px 2px 20px;
}

.happydog-categories .c-box.ps-rail__track {
	width: 100%;
	grid-auto-columns: minmax(320px, 31vw) !important;
	grid-template-columns: none !important;
	gap: 18px;
}

.happydog-best-selling .bs-content.ps-rail__track {
	grid-auto-columns: minmax(360px, 33vw) !important;
	grid-template-columns: none !important;
	gap: 22px;
}

.happydog-product-grid .nutrition-content.ps-rail__track {
	grid-auto-columns: minmax(330px, 28vw) !important;
	grid-template-columns: none !important;
	gap: 18px;
}

.happydog-categories .c-box.ps-rail__track > *,
.happydog-best-selling .bs-content.ps-rail__track > *,
.happydog-product-grid .nutrition-content.ps-rail__track > * {
	scroll-snap-align: start;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__eyebrow {
	margin: 0 0 14px;
	color: var(--ps-tide);
	font-size: clamp(14px, 1.3vw, 18px);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] :is(h1, h2) {
	margin: 0;
	color: #111111;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 400;
	line-height: 0.98;
	text-wrap: balance;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] :is(h1, h2) span {
	display: block;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__content > p:not(.happydog-fit-mixer__eyebrow) {
	max-width: 470px;
	margin: 20px 0 0;
	color: #45515f;
	font-size: 15px;
	line-height: 1.65;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__actions {
	margin-top: 26px;
	gap: 12px;
}

.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__actions a,
.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__actions button {
	min-height: 48px;
	border-radius: 999px;
	padding: 0 23px;
	box-shadow: 0 16px 32px rgba(8, 71, 86, 0.16);
}

.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__actions button {
	background: #ffffff;
	color: var(--ps-tide-dark);
	box-shadow: inset 0 0 0 1px rgba(13, 127, 154, 0.22), 0 14px 28px rgba(8, 71, 86, 0.12);
}

@keyframes happydog-spotlight-zoom {
	from {
		transform: scale(1.08);
	}
	to {
		transform: scale(1.02);
	}
}

@keyframes happydog-spotlight-reveal {
	from {
		opacity: 0;
		filter: blur(12px);
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@keyframes happydog-spotlight-fade {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.happydog-categories .c-image {
	display: block;
}

.happydog-categories {
	padding-top: 58px !important;
	padding-bottom: 58px !important;
}

.happydog-categories .c-headings h2 {
	margin-bottom: 42px;
}

.happydog-categories .c-box {
	width: min(1040px, 100%);
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 auto;
}

.happydog-categories .c-contents {
	width: 100%;
	padding: 0 !important;
	overflow: hidden;
	border-radius: 6px;
	background: #d9d9d9;
}

.happydog-categories .c-contents:nth-child(n+5) {
	display: block;
}

.happydog-categories .cat-image {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
}

.happydog-categories .c-contents:hover .cat-image {
	transform: scale(1.025);
}

.happydog-categories h6.c-title {
	left: 24px;
	bottom: 22px;
	margin: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.happydog-categories .c-title a:hover,
.happydog-category-tiles .c2-title a:hover,
.happydog-category-tiles .c2-shop-btn:hover {
	color: #ffffff !important;
}

.happydog-services {
	padding: 58px 0 64px;
	background: var(--ps-shell);
}

.happydog-services .services-wrapper,
.happydog-services .services-inner-wrapper {
	display: block;
	background: transparent !important;
}

.happydog-services .service-head {
	max-width: 720px;
	margin: 0 0 30px;
	color: var(--ps-ink);
	font-size: clamp(30px, 3.6vw, 54px);
	line-height: 0.98;
	text-align: left;
	text-wrap: balance;
}

.happydog-services .service-content {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(22px, 4.2vw, 72px);
	align-items: start;
	justify-items: center;
	padding-top: 0;
	border-top: 0;
}

.happydog-services .service-cw {
	position: relative;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 12px;
	width: 116px;
	min-height: 121px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ps-ink);
	text-decoration: none;
	box-shadow: none;
	transition: color 160ms ease, transform 160ms ease;
}

.happydog-services .service-cw img {
	display: block;
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.happydog-services .service-cw p {
	margin: 0;
	color: var(--ps-ink);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.happydog-services .service-cw:hover,
.happydog-services .service-cw:focus-visible {
	background: transparent;
	transform: translateY(-2px);
}

.happydog-services .service-cw:hover p,
.happydog-services .service-cw:focus-visible p {
	color: var(--ps-tide-dark);
}

.happydog-services .service-cw:focus-visible {
	outline: 2px solid var(--ps-tide);
	outline-offset: 8px;
}

.happydog-best-selling .bs-wrap,
.happydog-product-grid .nutrition-wrap {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.happydog-best-selling .bs-images,
.happydog-product-grid .nutrition-images {
	background: var(--ps-soft-blue);
	aspect-ratio: 481 / 420;
}

.happydog-product-grid .nutrition-images {
	aspect-ratio: 1 / 1;
}

.happydog-best-selling .bs-images img,
.happydog-product-grid .nutrition-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 180ms ease, transform 220ms ease;
}

.happydog-best-selling .bs-images a,
.happydog-product-grid .nutrition-images a {
	width: 100%;
	height: 100%;
	display: block;
	color: inherit;
}

.happydog-product-placeholder {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 18%, rgba(255, 92, 60, 0.14) 0 12%, transparent 13%),
		linear-gradient(135deg, rgba(13, 127, 154, 0.12), rgba(227, 240, 236, 0.78)),
		#f7fcfb;
}

.happydog-product-placeholder::before {
	content: "";
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(13, 127, 154, 0.14);
	border-radius: 8px;
}

.happydog-product-placeholder::after {
	content: "Talenori preview";
	position: absolute;
	left: 22px;
	bottom: 18px;
	color: rgba(10, 98, 119, 0.58);
	font-size: 13px;
	font-weight: 700;
}

.happydog-product-placeholder__suit {
	width: min(118px, 35%);
	z-index: 1;
	opacity: 0.92;
}

.happydog-product-placeholder__tag {
	position: absolute;
	top: 18px;
	right: 20px;
	color: rgba(13, 127, 154, 0.28);
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: 34px;
	line-height: 1;
}

[data-ps-product-card] {
	position: relative;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

[data-ps-product-card]:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 44px rgba(8, 71, 86, 0.13);
}

[data-ps-product-card]:hover .happydog-product-placeholder__suit {
	transform: translateY(-3px) rotate(-2deg);
}

.happydog-product-placeholder__suit {
	transition: transform 220ms ease;
}

.ps-card-options {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	min-height: 22px;
	margin: 10px 10px 0;
}

.ps-card-swatch {
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(13, 127, 154, 0.18);
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ps-card-swatch:hover,
.ps-card-swatch:focus-visible,
.ps-card-swatch.is-active {
	box-shadow: 0 0 0 2px rgba(13, 127, 154, 0.28);
	outline: 0;
	transform: translateY(-1px) scale(1.08);
}

.ps-card-swatch--tide {
	background: var(--ps-tide);
}

.ps-card-swatch--coral {
	background: var(--ps-coral);
}

.ps-card-swatch--seafoam {
	background: var(--ps-seafoam);
}

.ps-review-pending {
	color: #60707a;
	font-size: 12px;
	font-weight: 750;
	white-space: nowrap;
}

.happydog-best-selling .bs-text-div,
.happydog-product-grid .nutrition-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	background: #ffffff;
}

.happydog-best-selling .bs-title {
	min-height: 44px;
}

.happydog-best-selling .bs-title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 10px;
	align-items: start;
	padding: 0 10px;
}

.happydog-best-selling .bs-title-row .bs-title {
	margin: 0;
	padding: 0;
}

.happydog-best-selling .bs-p-r,
.happydog-product-grid .nutrition-prize-review {
	align-items: center;
	gap: 12px;
}

.happydog-best-selling .bs-price,
.happydog-product-grid .nutrition-pp {
	gap: 7px;
	flex-wrap: wrap;
}

.happydog-home .nutrition-pp .sale-price,
.happydog-home .bs-price .sale-price {
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	flex-wrap: wrap;
}

.happydog-home .nutrition-pp .sale-price ins,
.happydog-home .bs-price .sale-price ins {
	order: 1;
	color: #111719;
	font-weight: 850;
	text-decoration: none;
}

.happydog-home .nutrition-pp .sale-price del,
.happydog-home .bs-price .sale-price del {
	position: relative;
	order: 2;
	color: #7f898b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	opacity: 0.78;
	text-decoration: line-through;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
}

.happydog-home .nutrition-pp .sale-price del::after,
.happydog-home .bs-price .sale-price del::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 52%;
	height: 1px;
	background: currentColor;
	pointer-events: none;
}

.happydog-home .nutrition-pp .sale-price del .amount,
.happydog-home .nutrition-pp .sale-price ins .amount,
.happydog-home .bs-price .sale-price del .amount,
.happydog-home .bs-price .sale-price ins .amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.happydog-card-note {
	min-height: 36px;
	margin: 0;
	padding: 0 10px;
	color: var(--ps-muted);
	font-size: 12px;
	line-height: 1.45;
}

.happydog-best-selling .shop-btn {
	margin-top: auto;
}

.happydog-home .shop-btn a,
.happydog-home .n-add-to-cart-button {
	border: 0;
	text-decoration: none;
	cursor: pointer;
}

.happydog-home .nutrition-tv {
	gap: 12px;
	align-items: flex-start;
}

.happydog-product-grid .nutrition-text {
	min-height: 150px;
	padding: 14px 12px 12px;
}

.happydog-product-grid .nutrition-prize-review {
	padding: 8px 0 14px;
}

.happydog-home .n-add-to-cart-button {
	width: 124px !important;
	min-width: 124px;
	height: 43px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 0 18px;
	border-radius: 3px;
	background: var(--ps-tide) !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	align-self: flex-start;
}

.happydog-home .nutrition-title {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

.happydog-home .nutrition-title a {
	line-height: 1.25;
}

.happydog-home .ps-wishlist-button--source-card {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	display: inline-grid;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(217, 76, 99, 0.22);
	border-radius: 3px;
	background: #ffffff;
	color: #d94c63;
	padding: 0;
	box-shadow: 0 8px 18px rgba(23, 48, 52, 0.05);
	cursor: pointer;
	line-height: 1;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.happydog-home .ps-wishlist-button--source-card span:not(.ps-wishlist-icon),
.happydog-home .ps-wishlist-button--source-card strong {
	display: none !important;
}

.happydog-home .ps-wishlist-button--source-card .ps-wishlist-icon {
	display: grid !important;
	width: 21px;
	height: 21px;
	place-items: center;
}

.happydog-home .ps-wishlist-button--source-card .ps-wishlist-icon svg {
	display: block;
	width: 21px;
	height: 21px;
	overflow: visible;
}

.happydog-home .ps-wishlist-button--source-card .ps-wishlist-icon path {
	fill: none;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.happydog-home .ps-wishlist-button.is-saved,
.happydog-home .ps-wishlist-button--source-card:hover,
.happydog-home .ps-wishlist-button--source-card:focus-visible {
	border-color: rgba(217, 76, 99, 0.5);
	background: #ffffff;
	color: #d94c63;
	outline: 0;
	transform: translateY(-1px);
}

.happydog-home .ps-wishlist-button--source-card.is-saved .ps-wishlist-icon path {
	fill: currentColor;
}

.happydog-category-tiles {
	padding: 64px 0;
	background: #ffffff;
}

.happydog-category-tiles .c2-box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.happydog-category-tiles .c2-contents {
	position: relative;
	min-height: 300px;
	overflow: hidden;
	background: var(--ps-tide);
}

.happydog-category-tiles .c2-contents:nth-child(1),
.happydog-category-tiles .c2-contents:nth-child(2) {
	flex: 0 0 calc(25% - 8px);
}

.happydog-category-tiles .c2-contents:nth-child(3) {
	flex: 1 1 calc(50% - 10px);
}

.happydog-category-tiles .c2-contents:nth-child(4) {
	flex: 0 0 100%;
}

.happydog-category-tiles .cat2-image {
	display: block;
	width: 100%;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
	object-position: center center;
	transition: transform 220ms ease;
}

.happydog-category-tiles .c2-text {
	position: absolute;
	top: 30px !important;
	left: 15px;
	z-index: 2;
	max-width: calc(100% - 30px);
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(8, 71, 86, 0.24);
}

.happydog-category-tiles .c2-title {
	margin: 0;
	padding: 5px 0;
}

.happydog-category-tiles .c2-title a {
	color: #ffffff !important;
	font-family: "Lilita One", Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 37px;
	text-decoration: none;
}

.happydog-category-tiles .c2-tags {
	margin: 0;
	color: #ffffff;
	font-family: "Lilita One", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

.happydog-category-tiles .c2-shop-btn {
	display: inline-block;
	margin-top: 4px;
	padding: 0;
	background: transparent;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: underline;
}

.happydog-category-tiles .c2-contents:nth-child(4) .c2-text {
	left: 40px;
	max-width: min(380px, calc(100% - 80px));
	text-align: left;
	transform: none;
}

.happydog-category-tiles .c2-contents:hover .cat2-image,
.happydog-category-tiles .c2-contents:focus-within .cat2-image {
	transform: scale(1.025);
}

.happydog-promo-banner .banner-inner-wrapper {
	position: relative;
	overflow: hidden;
}

.happydog-promo-banner {
	padding: 54px 0 68px;
	background: var(--ps-shell);
}

.happydog-promo-banner .banner-inner-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	object-fit: cover;
}

.happydog-promo-banner .banner-text-wrap {
	position: absolute;
	top: 70px;
	left: 70px;
	width: 100%;
	max-width: 45%;
	padding: 0;
	color: #ffffff;
}

.happydog-promo-banner .banner-heading {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Lilita One", Arial, sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 56px;
	text-align: left;
}

.happydog-promo-banner .b-text {
	margin: 0;
	padding: 50px 0;
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
}

.happydog-promo-banner .b-btn {
	width: 100%;
	max-width: 200px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #000000 !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 10px;
	text-decoration: none;
}

.happydog-faq .accordion-header {
	margin: 0;
	padding: 0;
}

.happydog-faq {
	position: relative;
	margin: 0 !important;
	padding: 0;
	background: #000000;
}

.happydog-faq .faq_banner {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	object-position: center;
}

.happydog-faq .faq_blank {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #00000091;
}

.happydog-faq .faq {
	position: absolute !important;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 100% !important;
	background: transparent !important;
	transform: translate(-50%, -50%) !important;
}

.happydog-faq .faq .container {
	display: block;
	max-width: 1400px;
}

.happydog-faq .faq-head {
	position: relative;
	z-index: 2;
	max-width: none;
	padding-bottom: 50px;
}

.happydog-faq .faq-head p {
	margin: 0;
	padding-top: 20px;
	color: #ffffff;
	font-family: "Lilita One", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
}

.happydog-faq .faq-head h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Lilita One", Arial, sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 64px;
	text-align: left;
}

.happydog-faq .accordion {
	position: relative;
	z-index: 2;
	width: 100%;
}

.happydog-faq .accordion-item {
	margin-bottom: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.happydog-faq .accordion-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0;
	border-bottom: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
	padding: 0 0 10px;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	cursor: pointer;
	white-space: normal;
}

.happydog-faq .accordion-button::after {
	content: "\f068";
	flex: 0 0 auto;
	margin-left: 18px;
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.happydog-faq .accordion-button.collapsed::after {
	content: "\f067";
}

.happydog-faq .accordion-body {
	padding: 12px 0 0;
}

.happydog-faq .accordion-body p {
	margin: 0;
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
}

.happydog-faq__actions {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	margin-top: 2px;
}

.happydog-faq__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 5px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	backdrop-filter: blur(8px);
	transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.happydog-faq__more:hover,
.happydog-faq__more:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #173034;
	transform: translateY(-1px);
}

.happydog-newsletter {
	padding: 60px 0;
}

.happydog-newsletter input[type="email"] {
	width: 100%;
	height: 50px;
	margin: 0;
	border: 0;
	padding: 0 18px;
	box-shadow: none;
}

.happydog-newsletter input[type="submit"] {
	margin: 0;
	border: 0;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-weight: 700;
	cursor: pointer;
}

.happydog-content-page,
.ps-policy-page,
.ps-collection-page {
	width: min(1220px, calc(100% - 36px));
	margin: 56px auto;
}

.ps-kicker {
	margin: 0 0 10px;
	color: var(--ps-muted);
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: lowercase;
}

.ps-button,
.single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	border: 0 !important;
	border-radius: 5px !important;
	padding: 13px 26px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
}

.ps-button--dark,
.single_add_to_cart_button {
	color: #ffffff !important;
	background: var(--ps-tide) !important;
}

.ps-button--light {
	color: var(--ps-ink) !important;
	background: #ffffff !important;
	box-shadow: inset 0 0 0 1px var(--ps-line);
}

.ps-faq-page {
	max-width: 1240px;
}

body.ps-faq-single .hero-section,
body.ps-faq-single .ct-page-title,
body.ps-about-single .hero-section,
body.ps-about-single .ct-page-title {
	display: none !important;
}

body.ps-about-single .ct-container-full {
	padding-top: 0;
}

.ps-faq-page__hero {
	display: grid;
	gap: 16px;
	margin-bottom: 26px;
	padding: 42px 0 18px;
	border-bottom: 1px solid var(--ps-line);
}

.ps-faq-page__hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--ps-ink);
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 500;
	line-height: 0.96;
}

.ps-faq-page__hero p:last-child {
	max-width: 760px;
	margin: 0;
	color: #425054;
	font-size: 16px;
	line-height: 1.75;
}

.ps-faq-page__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 34px;
}

.ps-faq-page__chips a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	border: 1px solid rgba(13, 127, 154, 0.16);
	border-radius: 5px;
	padding: 9px 14px;
	background: #ffffff;
	color: #173034;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ps-faq-page__chips a:hover,
.ps-faq-page__chips a:focus {
	background: var(--ps-tide);
	color: #ffffff;
	transform: translateY(-1px);
}

.ps-faq-page__layout {
	display: grid;
	grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
	gap: 38px;
	align-items: start;
}

.ps-faq-page__side {
	position: sticky;
	top: 108px;
}

.ps-faq-page__side-inner {
	display: grid;
	gap: 10px;
	padding: 20px;
	border: 1px solid rgba(13, 127, 154, 0.14);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(8, 71, 86, 0.06);
}

.ps-faq-page__side h2 {
	margin: 0 0 6px;
	color: var(--ps-ink);
	font-size: 18px;
	line-height: 1.2;
}

.ps-faq-page__side a {
	color: #314246;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ps-faq-page__side a:hover,
.ps-faq-page__side a:focus {
	color: var(--ps-tide-dark);
}

.ps-faq-page__groups {
	display: grid;
	gap: 42px;
}

.ps-faq-page__group {
	scroll-margin-top: 120px;
}

.ps-faq-page__group-head {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	margin-bottom: 18px;
}

.ps-faq-page__group-head > span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #173034;
	color: #ffffff;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.ps-faq-page__group-head h2 {
	margin: 0;
	color: var(--ps-ink);
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 500;
	line-height: 1;
}

.ps-faq-page__group-head p {
	max-width: 700px;
	margin: 8px 0 0;
	color: #657173;
	font-size: 14px;
	line-height: 1.65;
}

.ps-faq-page__accordion {
	display: grid;
	gap: 10px;
}

.ps-faq-page__item {
	border: 1px solid rgba(13, 127, 154, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(8, 71, 86, 0.05);
	overflow: hidden;
}

.ps-faq-page__item .accordion-header {
	margin: 0;
	padding: 0;
}

.ps-faq-page__item .accordion-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border: 0;
	background: transparent;
	color: #173034;
	padding: 18px 20px;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
}

.ps-faq-page__item .accordion-button::after {
	content: "+";
	flex: 0 0 auto;
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #eefaf8;
	color: var(--ps-tide-dark);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.ps-faq-page__item .accordion-button:not(.collapsed)::after {
	content: "-";
	background: var(--ps-tide);
	color: #ffffff;
}

.ps-faq-page__item .accordion-body {
	padding: 0 20px 20px;
}

.ps-faq-page__item .accordion-body p {
	max-width: 820px;
	margin: 0;
	color: #405055;
	font-size: 14px;
	line-height: 1.72;
}

.ps-faq-page__support {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
	gap: 28px;
	align-items: center;
	margin-top: 52px;
	padding: 30px;
	border-radius: 8px;
	background: #173034;
	color: #ffffff;
}

.ps-faq-page__support h2 {
	margin: 0;
	color: #ffffff;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 500;
	line-height: 1;
}

.ps-faq-page__support p {
	max-width: 640px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.ps-faq-page__support .ps-kicker {
	color: #91dcd6;
}

.ps-faq-page__mail-grid {
	display: grid;
	gap: 10px;
}

.ps-faq-page__mail-grid a {
	display: grid;
	gap: 4px;
	min-height: 68px;
	padding: 13px 15px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.ps-faq-page__mail-grid span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	font-weight: 700;
}

@media screen and (max-width: 900px) {
	.ps-faq-page__layout,
	.ps-faq-page__support {
		grid-template-columns: 1fr;
	}

	.ps-faq-page__side {
		position: static;
	}

	.ps-faq-page__side-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ps-faq-page__side h2 {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 640px) {
	.ps-faq-page {
		width: min(100% - 28px, 1240px);
		margin-top: 36px;
	}

	.ps-faq-page__hero {
		padding-top: 18px;
	}

	.ps-faq-page__chips {
		flex-wrap: nowrap;
		margin-right: -14px;
		margin-left: -14px;
		padding: 0 14px 4px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.ps-faq-page__chips::-webkit-scrollbar {
		display: none;
	}

	.ps-faq-page__chips a {
		flex: 0 0 auto;
	}

	.ps-faq-page__side-inner {
		grid-template-columns: 1fr;
	}

	.ps-faq-page__group-head {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ps-faq-page__item .accordion-button {
		padding: 16px;
		font-size: 14px;
	}

	.ps-faq-page__item .accordion-body {
		padding: 0 16px 18px;
	}

	.ps-faq-page__support {
		margin-top: 38px;
		padding: 22px;
	}
}

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

.ps-policy-grid article,
.ps-note-box,
.ps-payment-trust,
.ps-pdp-fit-card,
.ps-pdp-confidence > div,
.ps-wishlist-card {
	background: #ffffff;
	box-shadow: 0 18px 60px rgba(17, 17, 17, 0.06);
}

.ps-policy-grid article,
.ps-note-box {
	padding: 26px;
}

.ps-size-table {
	width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	background: #ffffff;
}

.ps-size-table th,
.ps-size-table td {
	border: 1px solid var(--ps-line);
	padding: 14px;
	text-align: left;
}

.ps-contact-actions,
.ps-collection-hero__actions,
.ps-pdp-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 22px;
}

.ps-shop-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0;
}

.ps-shop-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 16px;
	border-radius: 3px;
	background: #ffffff;
	color: var(--ps-ink);
	font-weight: 700;
	text-decoration: none;
}

.ps-shop-tabs a:hover {
	background: var(--ps-tide);
	color: #ffffff;
}

.ps-collection-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 42px;
	align-items: center;
}

.ps-collection-hero img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.ps-card-note,
.ps-price-note {
	display: block;
	margin: 8px 0 0;
	color: var(--ps-muted);
	font-size: 12px;
	line-height: 1.5;
}

.woocommerce ul.products li.product .ps-wishlist-button--card {
	position: static;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	margin: 10px 0 0;
	border: 1px solid rgba(217, 76, 99, 0.22);
	border-radius: 3px;
	background: #ffffff;
	color: #d94c63;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(23, 48, 52, 0.05);
}

.woocommerce ul.products li.product .ps-loop-title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 12px;
	align-items: start;
	margin: 0 0 8px;
}

.woocommerce ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title {
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce ul.products li.product .ps-loop-title-row .ps-wishlist-button--card {
	margin: 0 !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card span:not(.ps-wishlist-icon),
.woocommerce ul.products li.product .ps-wishlist-button--card strong {
	display: none !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon {
	display: inline-grid !important;
	width: 21px !important;
	min-width: 21px !important;
	max-width: 21px !important;
	height: 21px !important;
	min-height: 21px !important;
	max-height: 21px !important;
	place-items: center !important;
	line-height: 1 !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
.woocommerce ul.products li.product .ps-wishlist-button--card svg {
	display: block !important;
	width: 21px !important;
	min-width: 21px !important;
	max-width: 21px !important;
	height: 21px !important;
	min-height: 21px !important;
	max-height: 21px !important;
	fill: none !important;
	overflow: visible !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon path,
.woocommerce ul.products li.product .ps-wishlist-button--card svg path {
	fill: none !important;
	stroke: currentColor !important;
	stroke-linejoin: round !important;
	stroke-width: 1.85 !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card:hover,
.woocommerce ul.products li.product .ps-wishlist-button--card:focus-visible,
.woocommerce ul.products li.product .ps-wishlist-button--card.is-saved {
	border-color: rgba(217, 76, 99, 0.5);
	background: #ffffff;
	color: #d94c63;
	outline: 0;
	transform: translateY(-1px);
}

.woocommerce ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon path {
	fill: currentColor !important;
}

body.happydog-source-site.single-product {
	background:
		linear-gradient(180deg, #f6fbfa 0%, #eef8f6 46%, #f6fbfa 100%);
}

body.happydog-source-site.single-product .site-main,
body.happydog-source-site.single-product #main,
body.happydog-source-site.single-product .content-area,
body.happydog-source-site.single-product .ct-container,
body.happydog-source-site.single-product .ct-container-full {
	width: min(1220px, calc(100% - 40px));
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
}

body.happydog-source-site.single-product .woocommerce-breadcrumb {
	margin: 38px 0 28px;
	color: #6d7d83;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.happydog-source-site.single-product .woocommerce-breadcrumb a {
	color: #236b7a;
	text-decoration: none;
}

body.happydog-source-site.single-product div.product {
	display: block;
}

body.happydog-source-site.single-product div.product .product-entry-wrapper {
	display: grid;
	grid-template-columns: minmax(420px, 0.98fr) minmax(420px, 1.02fr);
	gap: clamp(42px, 6vw, 78px);
	align-items: start;
	width: min(1220px, calc(100vw - 40px));
	max-width: 1220px;
	padding-bottom: 16px;
	margin-right: auto;
	margin-left: auto;
}

body.happydog-source-site.single-product div.product div.images,
body.happydog-source-site.single-product div.product div.summary,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery,
body.happydog-source-site.single-product div.product .entry-summary {
	width: auto !important;
	float: none !important;
}

body.happydog-source-site.single-product div.product div.images,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery {
	position: sticky;
	top: 24px;
	margin-bottom: 0;
}

body.happydog-source-site.single-product div.product div.images .woocommerce-product-gallery__wrapper,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery .ct-product-gallery-container {
	margin: 0;
	border-radius: 10px;
	background: #f7fbfb;
}

body.happydog-source-site.single-product div.product div.images .woocommerce-product-gallery__image,
body.happydog-source-site.single-product div.product div.images .woocommerce-product-gallery__image a,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery .ct-media-container {
	display: block;
	width: 100%;
	margin: 0;
}

body.happydog-source-site.single-product div.product div.images img,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1.03 !important;
	border-radius: 10px;
	background: #f7fbfb;
	object-fit: cover;
	box-shadow: 0 20px 60px rgba(8, 71, 86, 0.08);
}

body.happydog-source-site.single-product div.product .woocommerce-product-gallery .ct-media-container {
	overflow: hidden;
	border-radius: 10px;
}

body.happydog-source-site.single-product div.product span.onsale {
	top: 18px;
	left: 18px;
	min-height: 32px;
	min-width: 0;
	border-radius: 8px;
	padding: 7px 12px;
	background: #ff6f56;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
}

body.happydog-source-site.single-product div.product div.summary,
body.happydog-source-site.single-product div.product .entry-summary {
	position: relative;
	margin: 0;
	padding-top: 16px;
	color: #1d3140;
}

body.happydog-source-site.single-product div.product .product_title {
	margin: 0 0 12px;
	color: #1d3140;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(34px, 3.8vw, 48px);
	font-weight: 850;
	line-height: 1.08;
	text-wrap: balance;
}

.ps-pdp-rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: #1d3140;
	font-size: 13px;
	font-weight: 800;
}

.ps-pdp-rating span {
	color: #f4c84c;
	letter-spacing: 0.06em;
}

.ps-pdp-rating a {
	color: #52717a;
	font-weight: 700;
	text-decoration: none;
}

body.happydog-source-site.single-product div.product p.price,
body.happydog-source-site.single-product div.product span.price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 24px;
	color: #1d3140;
	font-size: 23px;
	font-weight: 900;
}

body.happydog-source-site.single-product div.product p.price del,
body.happydog-source-site.single-product div.product span.price del {
	color: #819097;
	font-size: 17px;
	font-weight: 700;
	opacity: 1;
}

body.happydog-source-site.single-product div.product p.price ins,
body.happydog-source-site.single-product div.product span.price ins {
	color: #1d3140;
	text-decoration: none;
}

body.happydog-source-site.single-product div.product .woocommerce-product-details__short-description {
	max-width: 620px;
	margin: 0 0 26px;
	color: #3d4b51;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
}

.ps-pdp-purchase-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 26px;
}

.ps-pdp-purchase-tags span {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	border: 1px solid rgba(35, 107, 122, 0.14);
	border-radius: 8px;
	padding: 0 12px;
	background: rgba(255, 255, 255, 0.76);
	color: #236b7a;
	font-size: 12px;
	font-weight: 900;
}

body.happydog-source-site.single-product div.product table.variations {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	border: 0;
}

body.happydog-source-site.single-product div.product table.variations tbody,
body.happydog-source-site.single-product div.product table.variations tr,
body.happydog-source-site.single-product div.product table.variations th,
body.happydog-source-site.single-product div.product table.variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
}

body.happydog-source-site.single-product div.product table.variations tr {
	margin: 0 0 18px;
}

body.happydog-source-site.single-product div.product table.variations label {
	display: block;
	margin: 0 0 9px;
	color: #1d3140;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: lowercase;
}

body.happydog-source-site.single-product div.product table.variations tr.ps-variant-row-ready th.label {
	display: none !important;
}

body.happydog-source-site.single-product div.product table.variations select {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(35, 107, 122, 0.18);
	border-radius: 8px;
	padding: 0 40px 0 14px;
	background-color: #ffffff;
	color: #1d3140;
	font-size: 14px;
	font-weight: 700;
	box-shadow: none;
}

body.happydog-source-site.single-product div.product table.variations select:focus {
	border-color: rgba(22, 137, 160, 0.55);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(69, 194, 196, 0.18);
}

body.happydog-source-site.single-product div.product table.variations select.ps-native-variation-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

.ps-variant-picker {
	display: grid;
	gap: 10px;
	width: 100%;
}

.ps-variant-picker__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	color: #1d3140;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-variant-picker__head span {
	text-transform: lowercase;
}

.ps-variant-picker__head strong {
	color: #60767d;
	font-size: 12px;
	font-weight: 800;
}

.ps-variant-picker__options {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.ps-variant-option {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid rgba(35, 107, 122, 0.16);
	border-radius: 8px;
	padding: 0 14px;
	background: rgba(255, 255, 255, 0.82);
	color: #1d3140;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
	transition: border-color 170ms ease, background-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.ps-variant-option:hover,
.ps-variant-option:focus-visible {
	border-color: rgba(22, 137, 160, 0.42);
	background: #ffffff;
	color: #0d7283;
	transform: translateY(-1px);
	outline: 0;
}

.ps-variant-option.is-selected {
	border-color: #1689a0;
	background: #eaf7f8;
	color: #0b6676;
	box-shadow: 0 0 0 2px rgba(69, 194, 196, 0.16);
}

.ps-variant-option.is-disabled,
.ps-variant-option:disabled {
	cursor: not-allowed;
	opacity: 0.42;
	transform: none;
}

.ps-variant-option.is-unavailable {
	position: relative;
	border-color: rgba(29, 49, 64, 0.12);
	background: rgba(255, 255, 255, 0.48);
	color: rgba(29, 49, 64, 0.54);
	opacity: 1;
	text-decoration: line-through;
	text-decoration-thickness: 1.5px;
	text-decoration-color: rgba(29, 49, 64, 0.58);
}

.ps-variant-option.is-unavailable::after {
	content: "";
	position: absolute;
	right: 10px;
	left: 10px;
	top: 50%;
	height: 1.5px;
	border-radius: 999px;
	background: rgba(29, 49, 64, 0.42);
	pointer-events: none;
}

.ps-variant-option.is-unavailable .ps-variant-swatch {
	filter: grayscale(0.72) saturate(0.52);
	opacity: 0.48;
}

.ps-variant-option.is-unavailable:hover,
.ps-variant-option.is-unavailable:focus-visible {
	border-color: rgba(29, 49, 64, 0.12);
	background: rgba(255, 255, 255, 0.48);
	color: rgba(29, 49, 64, 0.54);
	transform: none;
}

.ps-variant-stock-note {
	margin: -4px 0 14px;
	color: #8a5943;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.ps-variant-option--color {
	min-width: 86px;
	justify-content: flex-start;
	padding-right: 13px;
	padding-left: 10px;
}

.ps-variant-swatch {
	display: inline-block;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	border: 1px solid rgba(29, 49, 64, 0.18);
	border-radius: 50%;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 48%),
		var(--ps-swatch, #d9e7e8);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

body.happydog-source-site.single-product div.product form.cart {
	display: block;
	width: 100%;
	padding-top: 22px;
	border-top: 1px solid rgba(29, 49, 64, 0.12);
}

body.happydog-source-site.single-product div.product form.cart:not(:has(.ct-cart-actions)) {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
}

body.happydog-source-site.single-product div.product .ct-cart-actions {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	width: 100%;
}

body.happydog-source-site.single-product div.product form.cart div.quantity,
body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 38px;
	width: 128px;
	min-height: 52px;
	border: 1.5px solid rgba(35, 107, 122, 0.32);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.happydog-source-site.single-product div.product form.cart .quantity input.qty,
body.happydog-source-site.single-product div.product .ct-cart-actions .quantity input.qty {
	width: 100%;
	min-height: 52px;
	border: 0;
	background: #ffffff !important;
	color: #1d3140 !important;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	box-shadow: none;
	opacity: 1;
	-webkit-text-fill-color: #1d3140;
}

body.happydog-source-site.single-product div.product form.cart .quantity .ct-increase,
body.happydog-source-site.single-product div.product form.cart .quantity .ct-decrease,
body.happydog-source-site.single-product div.product form.cart .quantity button,
body.happydog-source-site.single-product div.product .ct-cart-actions .quantity .ct-increase,
body.happydog-source-site.single-product div.product .ct-cart-actions .quantity .ct-decrease,
body.happydog-source-site.single-product div.product .ct-cart-actions .quantity button {
	border: 0;
	background: #ffffff;
	color: #1d3140 !important;
	font-size: 16px;
	font-weight: 900;
}

body.happydog-source-site.single-product div.product form.cart .quantity .ct-increase:hover,
body.happydog-source-site.single-product div.product form.cart .quantity .ct-decrease:hover,
body.happydog-source-site.single-product div.product form.cart .quantity button:hover,
body.happydog-source-site.single-product div.product .ct-cart-actions .quantity .ct-increase:hover,
body.happydog-source-site.single-product div.product .ct-cart-actions .quantity .ct-decrease:hover,
body.happydog-source-site.single-product div.product .ct-cart-actions .quantity button:hover {
	background: #eaf7f8;
	color: #0d7283 !important;
}

body.happydog-source-site.single-product div.product form.cart .single_add_to_cart_button {
	width: 100%;
	min-height: 54px;
	border-radius: 8px !important;
	background: #0d7283 !important;
	box-shadow: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

body.happydog-source-site.single-product div.product form.cart .single_add_to_cart_button:hover {
	background: #095e6d !important;
	transform: translateY(-1px);
}

.ps-pdp-action-row {
	margin-top: 16px;
	gap: 16px;
}

.ps-pdp-action-row a {
	position: relative;
	color: #236b7a;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.ps-pdp-action-row a::after {
	display: inline-block;
	margin-left: 7px;
	content: "->";
	transition: transform 160ms ease;
}

.ps-pdp-action-row a:hover::after,
.ps-pdp-action-row a:focus-visible::after {
	transform: translateX(3px);
}

.ps-wishlist-button--pdp {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	margin: 16px 0 24px;
	border: 1px solid rgba(35, 107, 122, 0.14);
	border-radius: 8px;
	padding: 0 14px;
	background: #ffffff;
	color: #236b7a;
	font-weight: 850;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ps-wishlist-button--pdp:hover,
.ps-wishlist-button--pdp:focus-visible {
	border-color: rgba(35, 107, 122, 0.32);
	color: #0d7283;
	transform: translateY(-1px);
}

body.happydog-source-site.single-product div.product .product_meta {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(29, 49, 64, 0.1);
	color: #66767d;
	font-size: 13px;
	line-height: 1.8;
}

body.happydog-source-site.single-product div.product .product_meta:not(.ps-product-meta) {
	display: none !important;
}

body.happydog-source-site.single-product div.product .product_meta .tagged_as {
	display: none !important;
}

body.happydog-source-site.single-product div.product .ps-product-meta {
	display: grid;
	gap: 6px;
}

body.happydog-source-site.single-product div.product .product_meta a {
	color: #236b7a;
	font-weight: 800;
	text-decoration: none;
}

.ps-pdp-fit-card,
.ps-pdp-confidence {
	width: min(1220px, calc(100% - 36px));
	margin: 32px auto;
}

.ps-pdp-fit-card {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
	gap: 28px;
	align-items: center;
	border: 1px solid rgba(35, 107, 122, 0.12);
	border-radius: 10px;
	padding: 34px 36px;
	background: #ffffff;
	box-shadow: 0 14px 38px rgba(8, 71, 86, 0.06);
}

.ps-pdp-fit-card h2 {
	margin: 0 0 12px;
	color: #1d3140;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 850;
	line-height: 1.14;
}

.ps-pdp-fit-card p:not(.ps-kicker) {
	max-width: 520px;
	margin: 0;
	color: #3d4b51;
	font-size: 15px;
	line-height: 1.68;
}

.ps-pdp-fit-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ps-pdp-fit-card li {
	position: relative;
	padding: 14px 0 14px 24px;
	border-bottom: 1px solid rgba(29, 49, 64, 0.1);
}

.ps-pdp-fit-card li::before {
	position: absolute;
	top: 21px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #45c2c4;
	content: "";
}

.ps-pdp-fit-card li strong {
	display: block;
	margin-bottom: 4px;
	color: #1d3140;
}

.ps-pdp-fit-card li span {
	display: block;
	color: #66767d;
	line-height: 1.48;
}

.ps-pdp-confidence {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ps-pdp-confidence > div,
.ps-payment-trust {
	border: 1px solid rgba(35, 107, 122, 0.1);
	border-radius: 8px;
	padding: 20px 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: none;
}

.ps-pdp-confidence strong {
	display: block;
	margin-bottom: 7px;
	color: #1d3140;
	font-size: 15px;
	font-weight: 900;
}

.ps-pdp-confidence span,
.ps-payment-trust span {
	display: block;
	color: #66767d;
	font-size: 13px;
	line-height: 1.55;
}

body.happydog-source-site.single-product .woocommerce-tabs {
	width: min(1220px, calc(100% - 36px));
	margin: 58px auto 0;
	border-radius: 10px;
	padding: 34px 36px;
	background: rgba(255, 255, 255, 0.74);
}

body.happydog-source-site.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	gap: 26px;
	margin: 0 0 32px;
	padding: 0;
	border-bottom: 1px solid rgba(29, 49, 64, 0.12);
}

body.happydog-source-site.single-product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: transparent;
}

body.happydog-source-site.single-product .woocommerce-tabs ul.tabs li a {
	color: #236b7a;
	font-weight: 900;
	text-decoration: none;
}

body.happydog-source-site.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #182b2f;
}

body.happydog-source-site.single-product section.related {
	width: min(1220px, calc(100% - 36px));
	margin: 54px auto 0;
}

body.happydog-source-site.single-product section.related > h2 {
	margin: 0 0 20px;
	color: #182b2f;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(25px, 2.6vw, 34px);
	font-weight: 900;
	line-height: 1.1;
}

body.happydog-source-site.single-product section.related > h2::after {
	display: inline-block;
	width: 44px;
	height: 3px;
	margin-left: 14px;
	border-radius: 999px;
	background: #45c2c4;
	vertical-align: middle;
	content: "";
}

body.happydog-source-site.single-product section.related ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 20px;
	margin: 0 !important;
	padding: 0 !important;
}

body.happydog-source-site.single-product section.related ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	border: 1px solid rgba(24, 43, 47, 0.1);
	border-radius: 4px;
	padding: 0 0 16px !important;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(20, 61, 67, 0.06);
	overflow: hidden;
}

body.happydog-source-site.single-product section.related ul.products li.product a img {
	width: 100% !important;
	aspect-ratio: 1 / 0.92;
	margin: 0 0 14px !important;
	object-fit: cover;
}

body.happydog-source-site.single-product section.related ul.products li.product .woocommerce-loop-product__title {
	margin: 0 16px 8px !important;
	color: #182b2f;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 16px !important;
	font-weight: 900;
	line-height: 1.22;
}

body.happydog-source-site.single-product section.related ul.products li.product .ps-card-note {
	margin: 0 16px 10px;
	color: #607072;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.42;
}

body.happydog-source-site.single-product section.related ul.products li.product .price {
	display: block;
	margin: 0 16px 12px !important;
	color: #182b2f;
	font-size: 14px !important;
	font-weight: 950;
}

body.happydog-source-site.single-product section.related ul.products li.product .button,
body.happydog-source-site.single-product section.related ul.products li.product .happydog-product-action {
	width: calc(100% - 32px);
	min-height: 42px !important;
	margin: 0 16px 10px !important;
	border-radius: 3px !important;
	background: #1c3438 !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card {
	width: calc(100% - 32px);
	margin: 0 16px !important;
	border-radius: 3px;
	background: #f7faf8;
}

.ps-product-story {
	color: #1d3140;
}

.ps-product-story h2 {
	margin: 0 0 14px;
	color: #1d3140;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 850;
}

.ps-product-story > p:not(.ps-kicker) {
	max-width: 760px;
	color: #3d4b51;
	font-size: 16px;
	line-height: 1.7;
}

.ps-product-story dl {
	display: grid;
	gap: 0;
	margin: 28px 0 0;
	border: 1px solid rgba(29, 49, 64, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.68);
	overflow: hidden;
}

.ps-product-story dl div {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 24px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(29, 49, 64, 0.1);
}

.ps-product-story dl div:last-child {
	border-bottom: 0;
}

.ps-product-story dt {
	color: #1d3140;
	font-weight: 900;
}

.ps-product-story dd {
	margin: 0;
	color: #3d4b51;
}

.ps-product-story h3:has(+ .af-keywords),
.ps-product-story .af-keywords,
.woocommerce-Tabs-panel h3:has(+ .af-keywords),
.woocommerce-Tabs-panel .af-keywords {
	display: none !important;
}

/* Product detail refresh: a cleaner technical gear layout inspired by outdoor-equipment PDPs. */
body.happydog-source-site.single-product {
	background: #f7faf8;
}

body.happydog-source-site.single-product div.product .product-entry-wrapper {
	grid-template-columns: minmax(460px, 1.08fr) minmax(390px, 0.92fr);
	gap: clamp(34px, 4.6vw, 58px);
}

body.happydog-source-site.single-product div.product div.images .woocommerce-product-gallery__wrapper,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery .ct-product-gallery-container {
	border: 1px solid rgba(25, 45, 46, 0.08);
	border-radius: 4px;
	background: #eef5f2;
	box-shadow: none;
	overflow: hidden;
}

body.happydog-source-site.single-product div.product div.images img,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery img {
	aspect-ratio: 1 / 1.02 !important;
	border-radius: 4px;
	box-shadow: none;
}

body.happydog-source-site.single-product div.product div.summary,
body.happydog-source-site.single-product div.product .entry-summary {
	position: sticky;
	top: 22px;
	border: 1px solid rgba(25, 45, 46, 0.1);
	border-radius: 4px;
	padding: clamp(22px, 2.6vw, 32px);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 16px 44px rgba(20, 61, 67, 0.07);
}

body.happydog-source-site.single-product div.product .product_title {
	margin-bottom: 10px;
	color: #182b2f;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(30px, 3.1vw, 40px);
	line-height: 1.12;
}

.ps-pdp-rating {
	margin-bottom: 16px;
	color: #182b2f;
}

body.happydog-source-site.single-product div.product p.price,
body.happydog-source-site.single-product div.product span.price {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(25, 45, 46, 0.1);
	color: #182b2f;
	font-size: 24px;
}

body.happydog-source-site.single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 22px;
	color: #4d5d5e;
	font-size: 15px;
	line-height: 1.68;
}

.ps-pdp-purchase-tags {
	gap: 8px;
	margin-bottom: 22px;
}

.ps-pdp-purchase-tags span {
	min-height: 30px;
	border-color: rgba(24, 43, 47, 0.12);
	border-radius: 3px;
	background: #f5f8f6;
	color: #28474b;
	font-size: 11px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ps-pdp-fit-prompt {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 5px 14px;
	margin: 6px 0 18px;
	border: 1px solid rgba(24, 43, 47, 0.12);
	border-radius: 4px;
	padding: 14px 15px;
	background: #f7faf8;
	color: #182b2f;
}

.ps-pdp-fit-prompt strong {
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-pdp-fit-prompt span {
	grid-column: 1;
	color: #607072;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.ps-pdp-fit-prompt a {
	grid-row: 1 / span 2;
	grid-column: 2;
	align-self: center;
	color: #0d7283;
	font-size: 12px;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.ps-variant-picker {
	gap: 9px;
}

.ps-variant-picker__head {
	color: #182b2f;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ps-variant-picker__head span {
	text-transform: uppercase;
}

.ps-variant-picker__head strong {
	color: #66787a;
	font-size: 11px;
}

.ps-variant-picker__options {
	gap: 8px;
}

.ps-variant-option {
	min-height: 42px;
	border-color: rgba(24, 43, 47, 0.18);
	border-radius: 3px;
	background: #ffffff;
	color: #182b2f;
	font-size: 12px;
	font-weight: 850;
	box-shadow: none;
}

.ps-variant-option:hover,
.ps-variant-option:focus-visible {
	border-color: rgba(13, 114, 131, 0.48);
	background: #f6fbfa;
	color: #0d7283;
	transform: none;
}

.ps-variant-option.is-selected {
	border-color: #182b2f;
	background: #182b2f;
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.ps-variant-option--size {
	display: grid;
	min-width: min(136px, 100%);
	min-height: 62px;
	justify-items: start;
	gap: 4px;
	padding: 10px 12px;
	line-height: 1.15;
}

.ps-variant-option--size strong {
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
}

.ps-variant-option--size small {
	color: #66787a;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
}

.ps-variant-option--size.is-selected small {
	color: rgba(255, 255, 255, 0.75);
}

.ps-variant-option--color {
	min-width: 104px;
	border-radius: 3px;
	padding-right: 12px;
}

.ps-variant-swatch {
	width: 24px;
	height: 24px;
	flex-basis: 24px;
	border-color: rgba(24, 43, 47, 0.24);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

body.happydog-source-site.single-product div.product form.cart {
	padding-top: 20px;
	border-top: 1px solid rgba(25, 45, 46, 0.1);
}

body.happydog-source-site.single-product div.product form.cart div.quantity,
body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity {
	border-color: rgba(24, 43, 47, 0.24);
	border-radius: 3px;
	box-shadow: none;
}

body.happydog-source-site.single-product div.product form.cart .single_add_to_cart_button {
	border-radius: 3px !important;
	background: #1c3438 !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

body.happydog-source-site.single-product div.product form.cart .single_add_to_cart_button:hover {
	background: #0d7283 !important;
}

.ps-pdp-action-row {
	justify-content: space-between;
	margin-top: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(25, 45, 46, 0.1);
}

.ps-pdp-action-row a {
	color: #0d7283;
	font-size: 13px;
	font-weight: 900;
}

.ps-pdp-assurance-list {
	display: grid;
	gap: 0;
	margin-top: 16px;
	border: 1px solid rgba(24, 43, 47, 0.1);
	border-radius: 4px;
	background: #ffffff;
	overflow: hidden;
}

.ps-pdp-assurance-list div {
	position: relative;
	display: grid;
	gap: 3px;
	padding: 14px 16px 14px 42px;
	border-bottom: 1px solid rgba(24, 43, 47, 0.08);
}

.ps-pdp-assurance-list div:last-child {
	border-bottom: 0;
}

.ps-pdp-assurance-list div::before {
	position: absolute;
	top: 17px;
	left: 16px;
	width: 13px;
	height: 13px;
	border: 2px solid #0d7283;
	border-radius: 50%;
	content: "";
}

.ps-pdp-assurance-list div::after {
	position: absolute;
	top: 20px;
	left: 21px;
	width: 4px;
	height: 7px;
	border: solid #0d7283;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(45deg);
}

.ps-pdp-assurance-list strong {
	color: #182b2f;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.2;
}

.ps-pdp-assurance-list span {
	color: #607072;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
}

.ps-wishlist-button--pdp {
	width: 100%;
	justify-content: center;
	margin: 16px 0 20px;
	border-radius: 3px;
	background: #f7faf8;
	color: #28474b;
}

body.happydog-source-site.single-product div.product .product_meta {
	margin-top: 18px;
	padding-top: 16px;
	border-top-color: rgba(25, 45, 46, 0.1);
}

.ps-pdp-fit-card,
.ps-pdp-confidence {
	margin-top: 36px;
}

.ps-pdp-fit-card {
	border-radius: 4px;
	box-shadow: none;
}

.ps-pdp-confidence > div,
.ps-payment-trust {
	border-radius: 4px;
	box-shadow: none;
}

/* PDP v2: match the reference template more closely without replacing WooCommerce behavior. */
body.happydog-source-site.single-product {
	background: #f4f8f6;
}

body.happydog-source-site.single-product .site-main,
body.happydog-source-site.single-product #main,
body.happydog-source-site.single-product .content-area,
body.happydog-source-site.single-product .ct-container,
body.happydog-source-site.single-product .ct-container-full {
	width: min(1420px, calc(100% - 44px));
	max-width: 1420px;
}

body.happydog-source-site.single-product div.product .product-entry-wrapper {
	grid-template-columns: minmax(620px, 1.48fr) minmax(410px, 0.82fr);
	gap: clamp(42px, 5.2vw, 76px);
	width: min(1420px, calc(100vw - 44px));
	max-width: 1420px;
	align-items: start;
}

body.happydog-source-site.single-product div.product div.images,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery {
	top: 18px;
}

body.happydog-source-site.single-product div.product div.images .woocommerce-product-gallery__wrapper,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery .ct-product-gallery-container {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.happydog-source-site.single-product div.product div.images img,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery img {
	aspect-ratio: 1.12 / 1 !important;
	border-radius: 0;
	background: #eef5f2;
	box-shadow: none;
}

body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
body.happydog-source-site.single-product div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 0 0 !important;
	padding: 0 !important;
}

body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
body.happydog-source-site.single-product div.product div.images .flex-control-thumbs li {
	width: auto !important;
	margin: 0 !important;
}

body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img,
body.happydog-source-site.single-product div.product div.images .flex-control-thumbs img {
	width: 100% !important;
	aspect-ratio: 1 / 0.82 !important;
	border: 1px solid transparent;
	border-radius: 8px;
	object-fit: cover;
	opacity: 1;
}

body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.happydog-source-site.single-product div.product div.images .flex-control-thumbs img.flex-active {
	border-color: #267f8a;
}

body.happydog-source-site.single-product .woocommerce-product-gallery .flexy-container[data-flexy*="no"] .flexy-items > *,
body.happydog-source-site.single-product div.images .flexy-container[data-flexy*="no"] .flexy-items > * {
	transform: translate3d(calc(-100% * var(--ps-pdp-current-item, var(--current-item, 0))), 0, 0) !important;
	transition: transform 260ms cubic-bezier(0.22, 0.72, 0.18, 1);
	will-change: transform;
}

body.happydog-source-site.single-product .woocommerce-product-gallery .flexy-items > *,
body.happydog-source-site.single-product div.images .flexy-items > * {
	transition: transform 260ms cubic-bezier(0.22, 0.72, 0.18, 1) !important;
	will-change: transform;
}

body.happydog-source-site.ps-pdp-gallery-switching .woocommerce-product-gallery .flexy-container[data-flexy*="no"] .flexy-items > *,
body.happydog-source-site.ps-pdp-gallery-switching div.images .flexy-container[data-flexy*="no"] .flexy-items > * {
	transition-duration: 280ms;
}

body.happydog-source-site.ps-pdp-gallery-switching .woocommerce-product-gallery .flexy-items > *,
body.happydog-source-site.ps-pdp-gallery-switching div.images .flexy-items > * {
	transition-duration: 280ms !important;
}

body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flexy-arrow-prev,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flexy-arrow-next,
body.happydog-source-site.single-product div.product div.images .flexy-arrow-prev,
body.happydog-source-site.single-product div.product div.images .flexy-arrow-next {
	visibility: visible !important;
	pointer-events: auto !important;
	cursor: pointer;
}

body.happydog-source-site.single-product div.product div.summary,
body.happydog-source-site.single-product div.product .entry-summary {
	position: sticky;
	top: 18px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.ps-pdp-title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	margin: 0 0 12px;
}

body.happydog-source-site.single-product div.product .product_title {
	margin: 0;
	color: #173034;
	font-size: clamp(35px, 3.3vw, 50px);
	font-weight: 900;
	line-height: 1.02;
	max-width: 13ch;
}

.ps-pdp-title-price {
	padding-top: 4px;
	color: #173034;
	font-size: clamp(21px, 1.8vw, 28px);
	font-weight: 950;
	line-height: 1.08;
	text-align: right;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

body.happydog-source-site.single-product div.product .entry-summary > p.price,
body.happydog-source-site.single-product div.product div.summary > p.price {
	display: none !important;
}

.ps-wishlist-button--pdp.ps-pdp-heart-button {
	display: inline-flex;
	width: 42px;
	min-height: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	margin: 2px 0 22px;
	border: 1px solid rgba(23, 48, 52, 0.18);
	border-radius: 50%;
	padding: 0;
	background: transparent;
	color: #173034;
	box-shadow: none;
}

.ps-wishlist-button--pdp.ps-pdp-heart-button i {
	margin: 0;
	font-size: 18px;
	line-height: 1;
}

.ps-wishlist-button--pdp.ps-pdp-heart-button:hover,
.ps-wishlist-button--pdp.ps-pdp-heart-button:focus-visible,
.ps-wishlist-button--pdp.ps-pdp-heart-button.is-saved {
	border-color: #d94c63;
	background: rgba(217, 76, 99, 0.08);
	color: #d94c63;
	transform: none;
}

.ps-pdp-rating {
	margin-bottom: 12px;
}

.ps-pdp-brief-shell {
	position: relative;
	margin: 0 0 18px;
	border-top: 1px solid rgba(23, 48, 52, 0.14);
	border-bottom: 1px solid rgba(23, 48, 52, 0.14);
	padding: 16px 0 14px;
}

body.happydog-source-site.single-product div.product .woocommerce-product-details__short-description.ps-pdp-brief {
	max-height: 54px;
	margin: 0;
	overflow: hidden;
	color: #4f6265;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	transition: max-height 220ms ease;
}

.ps-pdp-brief-shell:not(.is-expanded)::after {
	position: absolute;
	right: 0;
	bottom: 38px;
	left: 0;
	height: 34px;
	background: linear-gradient(180deg, rgba(244, 248, 246, 0), #f4f8f6 82%);
	pointer-events: none;
	content: "";
}

.ps-pdp-brief-shell.is-expanded .ps-pdp-brief {
	max-height: 220px !important;
}

.ps-pdp-brief-toggle {
	position: relative;
	z-index: 1;
	margin: 8px 0 0;
	border: 0;
	padding: 0;
	background: transparent;
	color: #0d7283;
	font-size: 13px;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ps-pdp-purchase-tags {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(23, 48, 52, 0.14);
}

.ps-pdp-purchase-tags span {
	min-height: 34px;
	border-color: rgba(23, 48, 52, 0.16);
	border-radius: 2px;
	background: transparent;
	color: #243f43;
}

body.happydog-source-site.single-product div.product table.variations {
	margin-bottom: 8px;
}

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

.ps-variant-picker--size .ps-variant-picker__options {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-variant-option,
.ps-variant-option--color,
.ps-variant-option--size {
	min-width: 0;
	border-radius: 2px;
	background: transparent;
}

.ps-variant-option.is-selected {
	background: #173034;
}

body.happydog-source-site.single-product div.product .single_variation {
	margin: 0 !important;
	min-height: 0 !important;
}

body.happydog-source-site.single-product div.product .single_variation .stock,
body.happydog-source-site.single-product div.product .single_variation .woocommerce-variation-availability {
	display: none !important;
}

body.happydog-source-site.single-product div.product .single_variation .woocommerce-variation-price {
	display: none !important;
}

.ps-pdp-fit-prompt {
	border-radius: 2px;
	background: transparent;
}

.ps-pdp-action-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	border-bottom: 0;
	padding-bottom: 0;
}

.ps-pdp-action-row a {
	min-height: 42px;
	border: 1px solid rgba(23, 48, 52, 0.14);
	padding: 12px 13px;
}

.ps-pdp-assurance-list {
	border-radius: 0;
	background: transparent;
}

.ps-pdp-assurance-list div {
	padding: 15px 0 15px 30px;
}

.ps-pdp-assurance-list div::before {
	left: 0;
}

.ps-pdp-assurance-list div::after {
	left: 5px;
}

body.happydog-source-site.single-product div.product .ps-product-meta {
	display: none !important;
}

.ps-wishlist-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 18px;
	margin: 24px 0;
}

.ps-wishlist-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	background: #ffffff;
}

.ps-wishlist-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #f8fbfa;
}

.ps-wishlist-card button {
	border: 0;
	background: var(--ps-tide);
	color: #ffffff;
	min-height: 40px;
	border-radius: 3px;
}

/* WooCommerce account: keep the native account flow, but make it feel like Talenori. */
body.happydog-source-site.woocommerce-account {
	background:
		linear-gradient(180deg, #f3fbf9 0%, #edf8f7 52%, #fff7ee 100%);
}

body.happydog-source-site.woocommerce-account #main,
body.happydog-source-site.woocommerce-account #main-container,
body.happydog-source-site.woocommerce-account .site-main,
body.happydog-source-site.woocommerce-account article.page,
body.happydog-source-site.woocommerce-account .entry-content,
body.happydog-source-site.woocommerce-account .ct-container,
body.happydog-source-site.woocommerce-account .ct-container-full {
	background: transparent !important;
}

body.happydog-source-site.woocommerce-account .ct-container-full,
body.happydog-source-site.woocommerce-account .ct-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.happydog-source-site.woocommerce-account .site-main {
	width: min(1280px, calc(100% - 42px)) !important;
	max-width: 1280px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 46px 0 76px !important;
}

body.happydog-source-site.woocommerce-account #main > article,
body.happydog-source-site.woocommerce-account article.page {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.happydog-source-site.woocommerce-account .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.happydog-source-site.woocommerce-account .entry-header,
body.happydog-source-site.woocommerce-account .ct-page-title {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.happydog-source-site.woocommerce-account .entry-title,
body.happydog-source-site.woocommerce-account .page-title,
body.happydog-source-site.woocommerce-account h1 {
	margin: 0 0 34px !important;
	color: #173646 !important;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif !important;
	font-size: clamp(40px, 4vw, 58px) !important;
	font-weight: 400 !important;
	line-height: 1.02 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.happydog-source-site.woocommerce-account .woocommerce {
	color: #183544;
	font-family: "Kodchasan", Arial, sans-serif;
}

body.happydog-source-site.woocommerce-account .ct-woo-account,
body.happydog-source-site.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
	display: grid !important;
	grid-template-columns: minmax(230px, 270px) minmax(0, 1fr) !important;
	gap: 30px !important;
	align-items: start !important;
}

body.happydog-source-site.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
body.happydog-source-site.woocommerce-account .woocommerce > .woocommerce-message,
body.happydog-source-site.woocommerce-account .woocommerce > .woocommerce-info,
body.happydog-source-site.woocommerce-account .woocommerce > .woocommerce-error {
	grid-column: 1 / -1;
}

body.happydog-source-site.woocommerce-account .ct-acount-nav,
body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation {
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	border: 1px solid rgba(8, 71, 86, 0.10) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 18px 50px rgba(8, 71, 86, 0.11) !important;
	overflow: hidden !important;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	gap: 4px !important;
	margin: 0 !important;
	padding: 8px !important;
	list-style: none !important;
	font-size: 15px !important;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: flex !important;
	align-items: center !important;
	min-height: 54px !important;
	height: auto !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: #244a59 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li:not(:last-child) a {
	border-bottom: 0 !important;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
	width: 22px !important;
	margin-inline-end: 12px !important;
	color: currentColor !important;
	font-size: 16px !important;
	opacity: 0.86;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li a:focus-visible {
	background: rgba(69, 194, 196, 0.15) !important;
	color: var(--ps-tide-dark) !important;
	transform: translateX(2px);
	outline: 0;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--ps-lagoon-deep) !important;
	color: #ffffff !important;
	box-shadow: 0 12px 26px rgba(22, 137, 160, 0.22);
	transform: none;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
	min-height: 360px;
	margin: 0 !important;
	padding: 30px 34px 34px !important;
	border: 1px solid rgba(8, 71, 86, 0.10);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 50px rgba(8, 71, 86, 0.10);
	color: #183544;
	font-size: 16px;
	line-height: 1.78;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content > p:nth-of-type(1) {
	margin: 0 0 22px !important;
	padding: 16px 18px !important;
	border: 1px solid rgba(69, 194, 196, 0.22);
	border-radius: 8px;
	background: #f0fbfa;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content > p:nth-of-type(2) {
	margin-top: 0;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content p {
	max-width: 74ch;
	color: #183544;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content a,
body.happydog-source-site.woocommerce-account .woocommerce-info a,
body.happydog-source-site.woocommerce-account .woocommerce-message a {
	color: var(--ps-lagoon-deep) !important;
	font-weight: 800;
	text-decoration-color: rgba(22, 137, 160, 0.34);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content h2,
body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	color: #173646;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0;
}

body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content address,
body.happydog-source-site.woocommerce-account .woocommerce-Address,
body.happydog-source-site.woocommerce-account table.shop_table,
body.happydog-source-site.woocommerce-account .woocommerce-orders-table,
body.happydog-source-site.woocommerce-account .woocommerce-table {
	border: 1px solid rgba(8, 71, 86, 0.10) !important;
	border-radius: 8px;
	background: #fbfffe;
	box-shadow: none;
}

body.happydog-source-site.woocommerce-account table.shop_table,
body.happydog-source-site.woocommerce-account .woocommerce-orders-table,
body.happydog-source-site.woocommerce-account .woocommerce-table {
	border-collapse: separate !important;
	border-spacing: 0 !important;
	overflow: hidden;
}

body.happydog-source-site.woocommerce-account table.shop_table th,
body.happydog-source-site.woocommerce-account table.shop_table td,
body.happydog-source-site.woocommerce-account .woocommerce-orders-table th,
body.happydog-source-site.woocommerce-account .woocommerce-orders-table td,
body.happydog-source-site.woocommerce-account .woocommerce-table th,
body.happydog-source-site.woocommerce-account .woocommerce-table td {
	border-color: rgba(8, 71, 86, 0.08) !important;
	padding: 14px 16px !important;
	color: #183544;
}

body.happydog-source-site.woocommerce-account table.shop_table th,
body.happydog-source-site.woocommerce-account .woocommerce-orders-table th,
body.happydog-source-site.woocommerce-account .woocommerce-table th {
	background: #eefafa;
	color: #173646;
	font-weight: 900;
}

body.happydog-source-site.woocommerce-account .woocommerce-Address {
	padding: 22px !important;
}

body.happydog-source-site.woocommerce-account .woocommerce .u-columns,
body.happydog-source-site.woocommerce-account .woocommerce .col2-set {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	width: 100% !important;
	margin: 22px 0 0 !important;
}

body.happydog-source-site.woocommerce-account .woocommerce .u-columns::before,
body.happydog-source-site.woocommerce-account .woocommerce .u-columns::after,
body.happydog-source-site.woocommerce-account .woocommerce .col2-set::before,
body.happydog-source-site.woocommerce-account .woocommerce .col2-set::after {
	display: none !important;
	content: none !important;
}

body.happydog-source-site.woocommerce-account .woocommerce .u-column1.col-1,
body.happydog-source-site.woocommerce-account .woocommerce .u-column2.col-2,
body.happydog-source-site.woocommerce-account .woocommerce .col2-set .col-1,
body.happydog-source-site.woocommerce-account .woocommerce .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: initial !important;
	box-sizing: border-box;
}

body.happydog-source-site.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
}

body.happydog-source-site.woocommerce-account .woocommerce-Address-title h2,
body.happydog-source-site.woocommerce-account .woocommerce-Address-title h3 {
	margin: 0 !important;
	font-size: clamp(24px, 2.1vw, 31px) !important;
	line-height: 1.05 !important;
	text-wrap: balance;
}

body.happydog-source-site.woocommerce-account .woocommerce-Address-title a {
	flex: 0 0 auto;
	white-space: nowrap;
}

body.happydog-source-site.woocommerce-account .woocommerce-Address address {
	margin: 0;
	border: 0 !important;
	background: transparent;
	color: #526978;
	font-size: 15px;
	font-style: normal;
	line-height: 1.65;
	box-shadow: none;
}

body.happydog-source-site.woocommerce-account .woocommerce form .form-row label,
body.happydog-source-site.woocommerce-account .woocommerce label {
	color: #244a59;
	font-weight: 800;
}

body.happydog-source-site.woocommerce-account .woocommerce input.input-text,
body.happydog-source-site.woocommerce-account .woocommerce textarea,
body.happydog-source-site.woocommerce-account .woocommerce select,
body.happydog-source-site.woocommerce-account .select2-container .select2-selection--single {
	min-height: 46px;
	border: 1px solid rgba(8, 71, 86, 0.14) !important;
	border-radius: 6px !important;
	background: #f9fffd !important;
	color: #173646 !important;
	box-shadow: none !important;
}

body.happydog-source-site.woocommerce-account .woocommerce textarea {
	min-height: 120px;
	padding-top: 12px;
}

body.happydog-source-site.woocommerce-account .woocommerce input.input-text:focus,
body.happydog-source-site.woocommerce-account .woocommerce textarea:focus,
body.happydog-source-site.woocommerce-account .woocommerce select:focus,
body.happydog-source-site.woocommerce-account .select2-container--focus .select2-selection--single {
	border-color: var(--ps-nav-bg) !important;
	outline: 3px solid rgba(69, 194, 196, 0.18) !important;
}

body.happydog-source-site.woocommerce-account .woocommerce a.button,
body.happydog-source-site.woocommerce-account .woocommerce button.button,
body.happydog-source-site.woocommerce-account .woocommerce input.button,
body.happydog-source-site.woocommerce-account .woocommerce .woocommerce-Button,
body.happydog-source-site.woocommerce-account .woocommerce #respond input#submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	border: 0 !important;
	border-radius: 6px !important;
	padding: 12px 20px !important;
	background: var(--ps-tide) !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	box-shadow: 0 10px 22px rgba(13, 127, 154, 0.18) !important;
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.happydog-source-site.woocommerce-account .woocommerce a.button:hover,
body.happydog-source-site.woocommerce-account .woocommerce button.button:hover,
body.happydog-source-site.woocommerce-account .woocommerce input.button:hover,
body.happydog-source-site.woocommerce-account .woocommerce .woocommerce-Button:hover,
body.happydog-source-site.woocommerce-account .woocommerce #respond input#submit:hover {
	background: var(--ps-lagoon-deep) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(22, 137, 160, 0.20) !important;
}

body.happydog-source-site.woocommerce-account .woocommerce-message,
body.happydog-source-site.woocommerce-account .woocommerce-info,
body.happydog-source-site.woocommerce-account .woocommerce-error {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 76px;
	margin: 0 0 22px !important;
	border: 0 !important;
	border-left: 5px solid var(--ps-nav-bg) !important;
	border-radius: 8px !important;
	padding: 16px 18px 16px 58px !important;
	background: #ffffff !important;
	color: #183544 !important;
	font-weight: 700;
	line-height: 1.45;
	box-shadow: 0 12px 32px rgba(8, 71, 86, 0.10);
}

body.happydog-source-site.woocommerce-account .woocommerce-message::before,
body.happydog-source-site.woocommerce-account .woocommerce-info::before,
body.happydog-source-site.woocommerce-account .woocommerce-error::before {
	position: absolute !important;
	top: 50% !important;
	left: 20px !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	color: var(--ps-tide-dark) !important;
	font-size: 18px !important;
	line-height: 18px !important;
	transform: translateY(-50%);
}

body.happydog-source-site.woocommerce-account .woocommerce-message .button,
body.happydog-source-site.woocommerce-account .woocommerce-info .button,
body.happydog-source-site.woocommerce-account .woocommerce-error .button {
	flex: 0 0 auto;
	margin-left: auto;
}

body.happydog-source-site.woocommerce-account .woocommerce-error {
	border-left-color: var(--ps-coral) !important;
}

body.happydog-source-site.woocommerce-account .woocommerce-form-login,
body.happydog-source-site.woocommerce-account .woocommerce-form-register,
body.happydog-source-site.woocommerce-account .woocommerce .u-column1.col-1,
body.happydog-source-site.woocommerce-account .woocommerce .u-column2.col-2 {
	border: 1px solid rgba(8, 71, 86, 0.10) !important;
	border-radius: 8px !important;
	padding: 28px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 18px 50px rgba(8, 71, 86, 0.10);
}

body.happydog-source-site.woocommerce-account .woocommerce .u-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 989px) {
	body.happydog-source-site.woocommerce-account .site-main {
		width: min(100% - 32px, 920px) !important;
		padding: 36px 0 66px !important;
	}

	body.happydog-source-site.woocommerce-account .ct-woo-account,
	body.happydog-source-site.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}

	body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation li a {
		min-height: 48px !important;
	}

	body.happydog-source-site.woocommerce-account .woocommerce .u-columns {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 749px) {
	body.happydog-source-site.woocommerce-account .site-main {
		width: min(100% - 28px, 620px) !important;
		padding: 30px 0 58px !important;
	}

	body.happydog-source-site.woocommerce-account .entry-title,
	body.happydog-source-site.woocommerce-account .page-title,
	body.happydog-source-site.woocommerce-account h1 {
		margin-bottom: 22px !important;
		font-size: clamp(34px, 12vw, 46px) !important;
	}

	body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content,
	body.happydog-source-site.woocommerce-account .woocommerce-form-login,
	body.happydog-source-site.woocommerce-account .woocommerce-form-register,
	body.happydog-source-site.woocommerce-account .woocommerce .u-column1.col-1,
	body.happydog-source-site.woocommerce-account .woocommerce .u-column2.col-2 {
		padding: 22px !important;
	}

	body.happydog-source-site.woocommerce-account .woocommerce-MyAccount-content {
		min-height: 300px;
		font-size: 15px;
		line-height: 1.68;
	}

	body.happydog-source-site.woocommerce-account .woocommerce-message,
	body.happydog-source-site.woocommerce-account .woocommerce-info,
	body.happydog-source-site.woocommerce-account .woocommerce-error {
		align-items: flex-start;
		flex-direction: column;
		min-height: 0;
		padding: 16px 18px 18px 52px !important;
	}

	body.happydog-source-site.woocommerce-account .woocommerce-message .button,
	body.happydog-source-site.woocommerce-account .woocommerce-info .button,
	body.happydog-source-site.woocommerce-account .woocommerce-error .button {
		margin-left: 0;
	}

	body.happydog-source-site.woocommerce-account table.shop_table th,
	body.happydog-source-site.woocommerce-account table.shop_table td,
	body.happydog-source-site.woocommerce-account .woocommerce-orders-table th,
	body.happydog-source-site.woocommerce-account .woocommerce-orders-table td,
	body.happydog-source-site.woocommerce-account .woocommerce-table th,
	body.happydog-source-site.woocommerce-account .woocommerce-table td {
		padding: 11px 12px !important;
	}
}

/* Account auth: compact modal experience for login/register. */
body.ps-auth-open {
	overflow: hidden;
}

.ps-auth-modal[hidden] {
	display: none !important;
}

.ps-auth-modal {
	position: fixed;
	inset: 0;
	z-index: 1300;
	display: grid;
	place-items: center;
	padding: 26px;
}

.ps-auth-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 35, 39, 0.46);
	backdrop-filter: blur(8px);
}

.ps-auth-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(340px, 1fr);
	width: min(940px, calc(100vw - 34px));
	max-height: min(760px, calc(100dvh - 38px));
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 34px 90px rgba(15, 35, 39, 0.26);
	overflow: hidden;
	outline: 0;
}

.ps-auth-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 20px rgba(15, 35, 39, 0.14);
	cursor: pointer;
}

.ps-auth-modal__close span,
.ps-auth-modal__close span::before {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #173034;
	content: "";
}

.ps-auth-modal__close span {
	transform: rotate(45deg);
}

.ps-auth-modal__close span::before {
	transform: rotate(90deg);
}

.ps-auth-modal__art {
	position: relative;
	display: flex;
	min-height: 540px;
	flex-direction: column;
	justify-content: space-between;
	padding: 42px 34px 0;
	background:
		radial-gradient(circle at 110% 18%, #dbc29f 0 23%, transparent 24%),
		radial-gradient(circle at 102% 100%, #dbc29f 0 32%, transparent 33%),
		#69cabe;
	color: #ffffff;
	overflow: hidden;
}

.ps-auth-modal__art::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 28px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 28px);
	opacity: 0.3;
	pointer-events: none;
}

.ps-auth-modal__art > div,
.ps-auth-modal__art img {
	position: relative;
	z-index: 1;
}

.ps-auth-modal__art p {
	margin: 0;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
}

.ps-auth-modal__art strong {
	display: block;
	max-width: 320px;
	margin-top: 12px;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.12;
	text-wrap: balance;
}

.ps-auth-modal__art span {
	display: block;
	max-width: 330px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.ps-auth-modal__art img {
	align-self: center;
	width: min(360px, 88%);
	max-height: 330px;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 22px 24px rgba(15, 35, 39, 0.18));
}

.ps-auth-modal__panel {
	min-height: 540px;
	padding: 44px 42px 34px;
	overflow-y: auto;
}

.ps-auth-modal__kicker {
	margin: 0 0 8px;
	color: #0d6f82;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.ps-auth-modal__panel h2 {
	max-width: 430px;
	margin: 0 0 20px;
	color: #173034;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(32px, 3.4vw, 46px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.ps-auth-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	margin-bottom: 18px;
	padding: 5px;
	border-radius: 6px;
	background: #edf8f6;
}

.ps-auth-tabs button {
	min-height: 42px;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #50666b;
	font-weight: 900;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ps-auth-tabs button.is-active {
	background: #ffffff;
	color: #173034;
	box-shadow: 0 8px 20px rgba(15, 35, 39, 0.08);
}

.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__dialog {
	grid-template-columns: minmax(360px, 560px);
	width: min(560px, calc(100vw - 34px));
}

.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__art,
.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-tabs,
.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__full-link,
.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__forms .u-column1.col-1,
.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__forms .u-column2.col-2 {
	display: none !important;
}

.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__panel {
	min-height: 0;
	padding: 44px 42px 38px;
}

.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__panel h2 {
	margin-bottom: 18px;
	font-size: clamp(30px, 6vw, 42px);
}

.ps-auth-modal__forms .woocommerce,
.ps-auth-modal__forms .woocommerce .u-columns,
.ps-auth-modal__forms .woocommerce .col2-set {
	display: block !important;
	margin: 0 !important;
}

.ps-auth-modal__forms .woocommerce h2,
body.ps-account-auth .woocommerce h2 {
	margin: 0 0 16px !important;
	color: #173034 !important;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

.ps-auth-modal__forms .u-column1.col-1,
.ps-auth-modal__forms .u-column2.col-2 {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ps-auth-modal__forms .woocommerce-form-login,
.ps-auth-modal__forms .woocommerce-form-register,
body.ps-account-auth .woocommerce-form-login,
body.ps-account-auth .woocommerce-form-register {
	margin: 0 !important;
	padding: 22px !important;
	border: 1px solid rgba(8, 71, 86, 0.10) !important;
	border-radius: 7px !important;
	background: #fbfffe !important;
	box-shadow: none !important;
}

.ps-auth-modal__forms .woocommerce-form-row,
.ps-auth-modal__forms .form-row,
body.ps-account-auth .woocommerce-form-row,
body.ps-account-auth .form-row {
	margin-bottom: 16px !important;
}

.ps-auth-modal__forms label,
body.ps-account-auth .woocommerce label {
	margin-bottom: 7px;
	color: #244a59 !important;
	font-size: 13px;
	font-weight: 900 !important;
	line-height: 1.25;
}

.ps-auth-modal__forms input.input-text,
body.ps-account-auth .woocommerce input.input-text {
	min-height: 48px !important;
	border: 1px solid rgba(8, 71, 86, 0.14) !important;
	border-radius: 5px !important;
	background: #f6fffd !important;
	color: #173034 !important;
	box-shadow: none !important;
}

.ps-auth-modal__forms input.input-text:focus,
body.ps-account-auth .woocommerce input.input-text:focus {
	border-color: #45c2c4 !important;
	outline: 3px solid rgba(69, 194, 196, 0.18) !important;
}

.ps-auth-modal__forms .woocommerce-button,
.ps-auth-modal__forms button.button,
.ps-auth-modal__forms input.button,
body.ps-account-auth .woocommerce button.button,
body.ps-account-auth .woocommerce input.button {
	min-height: 48px !important;
	border: 0 !important;
	border-radius: 5px !important;
	padding: 12px 24px !important;
	background: #0d7f9a !important;
	color: #ffffff !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 26px rgba(13, 127, 154, 0.18) !important;
}

.ps-auth-modal__forms .woocommerce-button:hover,
.ps-auth-modal__forms button.button:hover,
.ps-auth-modal__forms input.button:hover,
body.ps-account-auth .woocommerce button.button:hover,
body.ps-account-auth .woocommerce input.button:hover {
	background: #0a6277 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.ps-auth-modal__forms .woocommerce-privacy-policy-text,
body.ps-account-auth .woocommerce-privacy-policy-text,
.ps-auth-modal__forms .woocommerce-form-register p:not(.form-row),
body.ps-account-auth .woocommerce-form-register p:not(.form-row) {
	color: #55696d;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
}

.ps-auth-modal__forms .lost_password,
body.ps-account-auth .lost_password {
	margin: 8px 0 0 !important;
}

.ps-auth-modal__forms a,
body.ps-account-auth .woocommerce a {
	color: #0d6f82 !important;
	font-weight: 900;
	text-underline-offset: 3px;
}

.ps-auth-modal__forms .talenori-code-panel {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 24px !important;
	border: 1px solid rgba(8, 71, 86, 0.10) !important;
	border-radius: 7px !important;
	background: #fbfffe !important;
	text-align: left !important;
	box-shadow: none !important;
}

.ps-auth-modal__forms .talenori-code-panel h3 {
	margin: 0 0 8px !important;
	color: #173034 !important;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

.ps-auth-modal__forms .talenori-code-panel p {
	margin: 0 0 16px !important;
	color: #344f55 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.55 !important;
}

.ps-auth-modal__forms .talenori-code-form {
	margin: 0 !important;
	padding: 0 !important;
}

.ps-auth-modal__forms .talenori-code-boxes {
	display: grid !important;
	grid-template-columns: repeat(4, 56px) !important;
	justify-content: start !important;
	gap: 10px !important;
	margin: 18px 0 !important;
}

.ps-auth-modal__forms input.talenori-code-box,
body.ps-account-auth .woocommerce input.talenori-code-box {
	display: block !important;
	width: 56px !important;
	min-width: 0 !important;
	max-width: 56px !important;
	height: 62px !important;
	min-height: 62px !important;
	padding: 0 !important;
	border: 1px solid rgba(8, 71, 86, 0.20) !important;
	border-radius: 6px !important;
	background: #f6fffd !important;
	color: #173034 !important;
	font-size: 28px !important;
	font-weight: 900 !important;
	line-height: 62px !important;
	text-align: center !important;
	box-shadow: none !important;
}

.ps-auth-modal__forms .talenori-code-submit {
	min-width: 120px !important;
}

.ps-auth-modal__forms .talenori-code-resend {
	margin-top: 16px !important;
	color: #607477 !important;
	font-size: 13px !important;
}

.ps-auth-modal__full-link {
	display: inline-flex;
	margin-top: 18px;
	padding-bottom: 4px;
	color: #607477;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

body.ps-account-auth .site-main {
	width: min(100% - 32px, 980px) !important;
	padding: 44px 0 76px !important;
}

body.ps-account-auth .entry-title,
body.ps-account-auth .page-title,
body.ps-account-auth h1 {
	margin: 0 auto 18px !important;
	text-align: center;
}

body.ps-account-auth .woocommerce {
	max-width: 860px;
	margin: 0 auto !important;
	padding: 28px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(105, 202, 190, 0.16), transparent 44%),
		#ffffff;
	box-shadow: 0 26px 72px rgba(15, 35, 39, 0.14);
}

body.ps-account-auth .woocommerce .u-columns,
body.ps-account-auth .woocommerce .col2-set {
	display: block !important;
	margin: 0 !important;
}

body.ps-account-auth .woocommerce .u-column1.col-1,
body.ps-account-auth .woocommerce .u-column2.col-2 {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.ps-account-auth .woocommerce .u-column1.col-1 {
	margin-bottom: 18px !important;
}

@media screen and (max-width: 860px) {
	.ps-auth-modal__dialog {
		grid-template-columns: 1fr;
		width: min(520px, calc(100vw - 24px));
	}

	.ps-auth-modal__art {
		min-height: 190px;
		padding: 26px 28px 0;
	}

	.ps-auth-modal__art p {
		font-size: 34px;
	}

	.ps-auth-modal__art strong,
	.ps-auth-modal__art span {
		max-width: 280px;
	}

	.ps-auth-modal__art img {
		position: absolute;
		right: 14px;
		bottom: -34px;
		width: 205px;
		max-height: 218px;
		opacity: 0.92;
	}

	.ps-auth-modal__panel {
		min-height: 0;
		padding: 28px 22px 24px;
	}
}

@media screen and (max-width: 560px) {
	.ps-auth-modal {
		padding: 12px;
	}

	.ps-auth-modal__dialog {
		max-height: calc(100dvh - 24px);
	}

	.ps-auth-modal__art {
		display: none;
	}

	.ps-auth-modal__panel h2 {
		font-size: 32px;
	}

	.ps-auth-modal[data-ps-auth-mode="verify"] .ps-auth-modal__panel {
		padding: 30px 20px 24px;
	}

	.ps-auth-modal__forms .talenori-code-panel {
		padding: 20px !important;
	}

	.ps-auth-modal__forms .talenori-code-boxes {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	.ps-auth-modal__forms input.talenori-code-box,
	body.ps-account-auth .woocommerce input.talenori-code-box {
		width: 100% !important;
		max-width: none !important;
		height: 58px !important;
		min-height: 58px !important;
		line-height: 58px !important;
	}

	.ps-auth-modal__forms .woocommerce-form-login,
	.ps-auth-modal__forms .woocommerce-form-register,
	body.ps-account-auth .woocommerce-form-login,
	body.ps-account-auth .woocommerce-form-register {
		padding: 18px !important;
	}

	body.ps-account-auth .site-main {
		width: min(100% - 24px, 520px) !important;
		padding-top: 28px !important;
	}

	body.ps-account-auth .woocommerce {
		padding: 18px;
	}
}

@media screen and (max-width: 1100px) {
	body.happydog-source-site.single-product div.product .product-entry-wrapper {
		grid-template-columns: 1fr;
		width: min(100% - 36px, 900px);
	}

	body.happydog-source-site.single-product div.product div.summary,
	body.happydog-source-site.single-product div.product .entry-summary {
		position: static;
	}

	body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
	body.happydog-source-site.single-product div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (max-width: 650px) {
	body.happydog-source-site.single-product .site-main,
	body.happydog-source-site.single-product #main,
	body.happydog-source-site.single-product .content-area,
	body.happydog-source-site.single-product .ct-container,
	body.happydog-source-site.single-product .ct-container-full {
		width: min(100% - 24px, 100%) !important;
	}

	body.happydog-source-site.single-product div.product .product-entry-wrapper {
		width: min(100% - 24px, 100%) !important;
		gap: 24px;
	}

	.ps-pdp-title-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ps-pdp-title-price {
		text-align: left;
	}

	body.happydog-source-site.single-product div.product .product_title {
		font-size: clamp(34px, 11vw, 44px);
	}

	body.happydog-source-site.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
	body.happydog-source-site.single-product div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}

	.ps-variant-picker__options,
	.ps-variant-picker--size .ps-variant-picker__options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ps-pdp-action-row {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 1601px) {
	.happydog-hero .banner-right img {
		min-height: 670px;
	}
}

@media screen and (max-width: 1400px) {
	.happydog-source-header .container,
	.happydog-home .container {
		width: min(1240px, calc(100% - 32px));
	}

	.happydog-wordmark {
		font-size: 25px;
	}

	.happydog-nav-row .menu-primary-menu-container ul {
		gap: 26px;
	}

	.happydog-source-header .header-btns {
		grid-template-columns: 36px minmax(96px, max-content) max-content;
		gap: 8px;
		width: max-content;
		margin-left: auto;
		transform: none;
	}

	.happydog-source-header .sreach-home {
		display: none;
	}

	.happydog-source-header .serch-popup-2 {
		display: inline-flex;
	}

	.happydog-source-header .serach_outer {
		padding-top: 58px;
	}
}

@media screen and (max-width: 1100px) {
	.happydog-source-header .header-logo {
		display: none;
	}

	.happydog-source-header .logo-menu {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.happydog-header-quicklinks,
	.happydog-nav-row {
		display: none;
	}

	.happydog-source-header .header-logo-2 {
		display: inline-flex;
	}

	.happydog-source-header .innermenubox-2,
	.happydog-source-header .headerbar {
		display: flex;
	}

	.happydog-source-header .header-btns {
		grid-template-columns: 36px minmax(96px, max-content) max-content;
		gap: 8px;
	}

	.happydog-source-header .buy-now-btn a {
		min-width: 96px;
		height: 38px;
		padding: 0 13px;
	}

	.happydog-source-header .happydog-search-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.happydog-hero .banner-right img {
		min-height: 540px;
	}

	.happydog-hero .banner-left {
		max-width: 94%;
	}

	.happydog-hero h1.banner-heading {
		font-size: clamp(42px, 7vw, 54px);
	}

	.happydog-hero .left-img,
	.happydog-hero .food-img {
		display: none;
	}

	.happydog-fit-mixer {
		padding: 58px 0 52px;
	}

	.happydog-fit-mixer[data-ps-spotlight] {
		min-height: 600px;
		padding: 0;
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] {
		min-height: 640px;
		grid-template-columns: minmax(0, 1fr);
	}

	.happydog-fit-mixer.happydog-fit-mixer--hero[data-ps-spotlight-reveal] {
		min-height: clamp(520px, calc(100dvh - 188px), 640px);
	}

	.happydog-suit-hover__base,
	.happydog-suit-hover__reveal {
		background-position: center;
	}

	.happydog-suit-hover__media::after {
		background:
			linear-gradient(180deg, rgba(234, 249, 255, 0.84) 0%, rgba(234, 249, 255, 0.48) 34%, rgba(234, 249, 255, 0.08) 100%),
			linear-gradient(90deg, rgba(234, 249, 255, 0.92) 0%, rgba(234, 249, 255, 0.35) 58%, rgba(234, 249, 255, 0) 100%);
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__content,
	.happydog-fit-mixer[data-ps-spotlight] .happydog-fit-mixer__content {
		width: min(100% - 40px, 520px);
		padding-top: 66px;
		margin-left: 24px;
	}

	.happydog-fit-mixer__bottom--left {
		left: 24px;
		bottom: 164px;
		max-width: 280px;
	}

	.happydog-fit-mixer__bottom--right {
		left: 24px;
		right: auto;
		bottom: 34px;
		width: min(380px, calc(100vw - 48px));
	}

	.happydog-fit-mixer__frame {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
	}

	.happydog-home .ps-trust-strip__inner {
		padding: 0 16px;
	}

	.happydog-home .ps-trust-strip__links {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.happydog-home .ps-trust-strip__link {
		padding: 3px 10px !important;
		font-size: 12px !important;
	}

	.happydog-home .ps-trust-strip__link + .ps-trust-strip__link {
		border-left: 0;
	}

	.happydog-home .ps-trust-strip__link:nth-child(even) {
		border-left: 1px solid rgba(13, 127, 154, 0.14);
	}

	.happydog-home .ps-trust-strip__link:nth-child(n + 3) {
		border-top: 1px solid rgba(13, 127, 154, 0.12);
	}

	.happydog-categories .c-box.ps-rail__track {
		grid-auto-columns: minmax(280px, 44vw) !important;
	}

	.happydog-best-selling .bs-content.ps-rail__track,
	.happydog-product-grid .nutrition-content.ps-rail__track {
		grid-auto-columns: minmax(280px, 44vw) !important;
	}

	.happydog-services .service-content {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px 18px;
	}

	.happydog-category-tiles .c2-box {
		gap: 10px;
	}

	.happydog-category-tiles .c2-contents:nth-child(1),
	.happydog-category-tiles .c2-contents:nth-child(2) {
		flex: 0 0 calc(50% - 5px);
	}

	.happydog-category-tiles .c2-contents:nth-child(3),
	.happydog-category-tiles .c2-contents:nth-child(4) {
		flex: 0 0 100%;
	}

	.happydog-promo-banner .banner-inner-wrapper,
	.happydog-faq .faq .container {
		grid-template-columns: 1fr;
	}

	.happydog-faq .faq-head {
		position: static;
	}

	.happydog-fit-mixer__copy {
		grid-column: 1 / -1;
	}

	.ps-policy-grid,
	.ps-collection-hero,
	.ps-pdp-fit-card,
	.ps-pdp-confidence {
		grid-template-columns: 1fr;
	}

	body.happydog-source-site.single-product div.product .product-entry-wrapper {
		grid-template-columns: 1fr;
		gap: 34px;
		width: min(100% - 36px, 100%);
	}

	body.happydog-source-site.single-product div.product div.images,
	body.happydog-source-site.single-product div.product .woocommerce-product-gallery {
		position: static;
	}

	body.happydog-source-site.single-product div.product .product_title {
		font-size: clamp(32px, 7vw, 42px);
	}

	body.happydog-source-site.single-product div.product form.cart:not(:has(.ct-cart-actions)),
	body.happydog-source-site.single-product div.product .ct-cart-actions {
		grid-template-columns: 118px minmax(0, 1fr);
	}

	body.happydog-source-site.single-product div.product form.cart div.quantity,
	body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity {
		width: 118px;
	}

	.ps-pdp-fit-card {
		padding: 28px;
	}

	.ps-product-story dl div {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media screen and (max-width: 650px) {
	.happydog-source-header .container,
	.happydog-home .container {
		width: min(100% - 22px, 100%);
	}

	body.happydog-source-site.single-product .site-main,
	body.happydog-source-site.single-product #main,
	body.happydog-source-site.single-product .content-area,
	body.happydog-source-site.single-product .ct-container,
	body.happydog-source-site.single-product .ct-container-full {
		width: min(100% - 28px, 100%);
	}

	body.happydog-source-site.single-product .woocommerce-breadcrumb {
		margin: 26px 0 20px;
		font-size: 11px;
	}

	body.happydog-source-site.single-product div.product .product-entry-wrapper {
		gap: 28px;
		width: min(100% - 28px, 100%);
	}

	body.happydog-source-site.single-product div.product div.images img,
	body.happydog-source-site.single-product div.product .woocommerce-product-gallery img {
		aspect-ratio: 1 / 1;
		border-radius: 9px;
	}

	body.happydog-source-site.single-product div.product div.summary,
	body.happydog-source-site.single-product div.product .entry-summary {
		padding-top: 0;
	}

	body.happydog-source-site.single-product div.product .product_title {
		font-size: clamp(30px, 9vw, 38px);
	}

	body.happydog-source-site.single-product div.product form.cart:not(:has(.ct-cart-actions)),
	body.happydog-source-site.single-product div.product .ct-cart-actions {
		grid-template-columns: 1fr;
	}

	body.happydog-source-site.single-product div.product form.cart div.quantity,
	body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity {
		width: 100%;
	}

	.ps-pdp-action-row {
		gap: 12px;
	}

	.ps-pdp-fit-card,
	.ps-pdp-confidence,
	body.happydog-source-site.single-product .woocommerce-tabs {
		width: min(100% - 28px, 100%);
		margin-top: 24px;
	}

	.ps-pdp-fit-card {
		padding: 24px 20px;
	}

	body.happydog-source-site.single-product .woocommerce-tabs {
		padding: 24px 20px;
	}

	.ps-pdp-confidence {
		gap: 10px;
	}

	.happydog-source-header .header_row {
		display: grid !important;
		grid-template-columns: 38px minmax(120px, 1fr) auto;
		gap: 8px;
		align-items: center !important;
		min-height: 70px;
		padding: 0 !important;
	}

	.happydog-source-header .logo-menu,
	.happydog-source-header .home-menu-btn,
	.happydog-source-header .header-btns {
		width: auto;
		max-width: none;
		flex: none;
		padding: 0;
	}

	.happydog-source-header .logo-menu {
		grid-column: 1;
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
	}

	.happydog-source-header .home-menu-btn {
		grid-column: 2;
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-width: 0;
	}

	.happydog-source-header .header-btns {
		grid-column: 3;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		gap: 8px;
		width: auto;
		max-width: none;
		overflow: visible;
	}

	.happydog-source-header .innermenubox-2,
	.happydog-source-header .headerbar,
	.happydog-source-header .serch-popup-2,
	.happydog-source-header .buy-now-btn {
		display: flex !important;
	}

	.happydog-wordmark {
		font-size: 18px;
		max-width: 140px;
		overflow: hidden;
		gap: 6px;
	}

	.happydog-wordmark i {
		font-size: 20px;
	}

	.happydog-source-header .hamburger i,
	.happydog-source-header .hamburger i:before {
		display: none;
		color: #000000 !important;
		font-size: 24px !important;
		line-height: 1 !important;
		text-align: center !important;
	}

	.happydog-source-header .search-submit.search-icon,
	.happydog-source-header .serch-popup-2 button {
		width: 36px;
		height: 36px;
		flex: 0 0 36px;
	}

	.happydog-source-header .account,
	.happydog-source-header .header-btns .cart,
	.happydog-source-header .account-cart {
		display: none;
	}

	.happydog-source-header .happydog-header-actions {
		display: flex;
		gap: 6px;
	}

	.happydog-source-header .buy-now-btn a {
		width: 76px !important;
		min-width: 76px !important;
		height: 36px !important;
		padding: 0 10px !important;
		font-size: 11px !important;
	}

	.happydog-source-header .talenori-header-language {
		height: 36px;
	}

	.happydog-source-header .talenori-header-language .gt_switcher {
		width: 44px !important;
	}

	.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a {
		width: 44px !important;
		height: 36px !important;
		justify-content: center;
		padding: 0 !important;
	}

	.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a img {
		width: 20px !important;
		height: 20px !important;
	}

	.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a::after {
		display: none !important;
	}

	.happydog-source-header .talenori-header-language .gt_switcher .gt_selected a {
		font-size: 0 !important;
	}

	.happydog-source-header .talenori-header-language .gt_switcher .gt_option {
		right: -2px;
		width: min(180px, calc(100vw - 24px)) !important;
		max-height: 260px !important;
	}

	.happydog-source-header .serach_outer {
		padding: 0;
	}

	.happydog-source-header .serach_inner.happydog-search-sheet {
		width: 100%;
		height: min(74dvh, 620px);
		min-height: 480px;
		padding: 20px 16px 24px;
		border-radius: 0 0 14px 14px;
	}

	.happydog-source-header .happydog-search-top {
		grid-template-columns: minmax(0, 1fr) 36px;
		gap: 9px;
		margin-bottom: 20px;
	}

	.happydog-source-header .happydog-search-form {
		grid-template-columns: minmax(0, 1fr) 42px;
		min-height: 44px;
	}

	.happydog-source-header .happydog-search-form .search-field {
		min-height: 42px;
		padding: 0 12px 0 14px;
		font-size: 13px;
	}

	.happydog-source-header .happydog-search-form .search-submit,
	.happydog-source-header .closepop {
		width: 42px;
		height: 42px;
	}

	.happydog-source-header .happydog-search-body {
		gap: 20px;
	}

	.happydog-source-header .happydog-search-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.happydog-source-header .happydog-search-product-grid {
		grid-template-columns: 1fr;
	}

	.happydog-source-header .happydog-search-product {
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: auto;
		gap: 12px;
		min-height: 126px;
	}

	.happydog-source-header .happydog-search-product__media {
		height: 112px;
		padding: 0;
	}

	.ps-reveal-ready [data-ps-reveal] {
		transform: translateY(18px);
	}

	.ps-section-head {
		align-items: start;
		margin-bottom: 22px;
	}

	.ps-section-head h2 {
		font-size: clamp(26px, 8vw, 36px);
	}

	.ps-rail__controls {
		display: none;
	}

	.happydog-home .ps-trust-strip {
		margin: 10px 0 18px !important;
		padding: 0 !important;
	}

	.happydog-home .ps-trust-strip__inner {
		min-height: 78px;
		padding: 0 16px;
	}

	.happydog-home .ps-trust-strip__links {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.happydog-home .ps-trust-strip__link {
		min-height: 34px !important;
		padding: 6px 9px !important;
		font-size: 11px !important;
	}

	.happydog-home .ps-trust-strip__link + .ps-trust-strip__link {
		border-left: 0;
	}

	.happydog-home .ps-trust-strip__link:nth-child(even) {
		border-left: 1px solid rgba(13, 127, 154, 0.14);
	}

	.happydog-home .ps-trust-strip__link:nth-child(n + 3) {
		border-top: 1px solid rgba(13, 127, 154, 0.12);
	}

	.happydog-categories .c-box.ps-rail__track,
	.happydog-best-selling .bs-content.ps-rail__track,
	.happydog-product-grid .nutrition-content.ps-rail__track {
		grid-auto-columns: minmax(238px, 78vw) !important;
		gap: 14px;
		padding-bottom: 16px;
	}

	.happydog-services {
		padding: 46px 0 52px;
	}

	.happydog-services .service-content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
		padding-top: 0;
	}

	.happydog-services .service-cw {
		width: 104px;
		min-height: 108px;
		padding: 0;
		border: 0;
	}

	.happydog-services .service-cw img {
		width: 50px;
		height: 50px;
	}

	.happydog-services .service-cw p {
		font-size: 17px;
	}

	.happydog-category-tiles {
		padding: 46px 0 52px;
	}

	.happydog-category-tiles .c2-box {
		gap: 10px;
	}

	.happydog-category-tiles .c2-contents {
		min-height: 250px;
	}

	.happydog-category-tiles .cat2-image {
		min-height: 250px;
		max-height: 250px;
	}

	.happydog-category-tiles .c2-contents:nth-child(1),
	.happydog-category-tiles .c2-contents:nth-child(2),
	.happydog-category-tiles .c2-contents:nth-child(3),
	.happydog-category-tiles .c2-contents:nth-child(4) {
		flex: 0 0 100%;
	}

	.happydog-category-tiles .c2-title a {
		font-size: 28px;
		line-height: 32px;
	}

	.happydog-promo-banner {
		padding: 40px 0 48px;
	}

	.happydog-promo-banner .banner-inner-wrapper img {
		min-height: 360px;
		object-fit: cover;
		object-position: 42% center;
	}

	.happydog-promo-banner .banner-text-wrap {
		top: 36px;
		left: 24px;
		max-width: calc(100% - 48px);
	}

	.happydog-promo-banner .banner-heading {
		font-size: clamp(32px, 11vw, 46px);
		line-height: 1;
	}

	.happydog-promo-banner .b-text {
		max-width: 560px;
		padding: 24px 0;
	}

	.happydog-faq {
		padding: 0;
		background: var(--ps-shell);
	}

	.happydog-faq .faq_banner {
		display: none;
	}

	.happydog-faq .faq_blank {
		display: none;
	}

	.happydog-faq .faq {
		position: static !important;
		width: 100% !important;
		padding: 52px 0;
		transform: none !important;
	}

	.happydog-faq .faq .container {
		display: block;
	}

	.happydog-faq .faq-head {
		max-width: none;
		padding-bottom: 20px;
	}

	.happydog-faq .faq-head p,
	.happydog-faq .faq-head h2,
	.happydog-faq .accordion-button,
	.happydog-faq .accordion-body p {
		color: #000000;
	}

	.happydog-faq .faq-head h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.happydog-faq .accordion-item {
		margin-bottom: 20px;
	}

	.happydog-faq .accordion-button {
		border-bottom-color: #000000;
		padding: 0 0 10px;
		font-size: 14px;
	}

	.happydog-faq .accordion-button::after {
		color: #000000;
	}

	.happydog-faq .accordion-body {
		padding: 12px 0 0;
	}

	.happydog-hero .banner-right img {
		min-height: 460px;
		object-position: 58% center;
		opacity: 0.7;
	}

	.happydog-fit-mixer__frame {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.happydog-fit-mixer[data-ps-spotlight] {
		min-height: 560px;
		cursor: auto;
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] {
		--ps-spotlight-r: 190px;
		--ps-spotlight-opacity: 0.42;
		--ps-spotlight-x: 62%;
		--ps-spotlight-y: 39%;
		min-height: 620px;
		cursor: auto;
	}

	.happydog-fit-mixer.happydog-fit-mixer--hero[data-ps-spotlight-reveal] {
		min-height: 800px;
	}

	.happydog-suit-hover__base,
	.happydog-suit-hover__reveal {
		background-position: center top;
	}

	.happydog-fit-mixer--hero .happydog-suit-hover__base {
		background-image: var(--ps-suit-base-mobile);
	}

	.happydog-fit-mixer--hero .happydog-suit-hover__reveal {
		background-image: var(--ps-suit-reveal-mobile);
	}

	.happydog-suit-hover__spotlight {
		display: none;
	}

	.happydog-suit-hover__media::after {
		background:
			linear-gradient(180deg, rgba(234, 249, 255, 0) 0%, rgba(234, 249, 255, 0.08) 28%, rgba(234, 249, 255, 0.72) 45%, rgba(234, 249, 255, 0.98) 57%, #eaf9ff 100%),
			linear-gradient(90deg, rgba(234, 249, 255, 0.66) 0%, rgba(234, 249, 255, 0.12) 44%, rgba(234, 249, 255, 0) 100%);
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__content {
		align-self: end;
		width: min(100% - 28px, 390px);
		margin-left: 14px;
		padding: 0 0 146px;
	}

	.happydog-fit-mixer--hero[data-ps-spotlight-reveal] .happydog-fit-mixer__content {
		width: min(100% - 28px, 390px);
		padding-top: 0;
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] :is(h1, h2) {
		font-size: clamp(38px, 12vw, 52px);
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__content > p:not(.happydog-fit-mixer__eyebrow) {
		max-width: 310px;
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.5;
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__actions {
		margin-top: 18px;
	}

	.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__actions a,
	.happydog-fit-mixer[data-ps-spotlight-reveal] .happydog-fit-mixer__actions button {
		min-height: 44px;
		padding: 0 18px;
	}

	.happydog-home .ps-trust-strip {
		margin-top: 10px !important;
	}

	.happydog-home .ps-trust-strip__link::after {
		margin-left: 5px;
		font-size: 14px;
	}

	.happydog-fit-mixer__reveal {
		-webkit-mask-image: radial-gradient(circle 176px at 72% 48%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.34) 76%, rgba(255, 255, 255, 0) 100%);
		mask-image: radial-gradient(circle 176px at 72% 48%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.34) 76%, rgba(255, 255, 255, 0) 100%);
	}

	.happydog-fit-mixer__shade {
		background:
			linear-gradient(180deg, rgba(3, 5, 9, 0.48) 0%, rgba(3, 5, 9, 0.24) 34%, rgba(3, 5, 9, 0.72) 100%),
			linear-gradient(90deg, rgba(3, 5, 9, 0.78) 0%, rgba(3, 5, 9, 0.22) 100%);
	}

	.happydog-fit-mixer[data-ps-spotlight] .happydog-fit-mixer__content {
		width: min(100% - 28px, 420px);
		padding-top: 46px;
		text-align: left;
	}

	.happydog-fit-mixer[data-ps-spotlight] h2 {
		font-size: clamp(40px, 13vw, 56px);
	}

	.happydog-fit-mixer__bottom {
		font-size: 14px;
		line-height: 1.55;
	}

	.happydog-fit-mixer__bottom--left {
		display: none;
	}

	.happydog-fit-mixer__bottom--right {
		left: 14px;
		right: 14px;
		bottom: 26px;
		width: auto;
	}

	.happydog-fit-mixer[data-ps-spotlight] .happydog-fit-mixer__actions {
		margin-top: 22px;
	}

	.happydog-fit-mixer[data-ps-spotlight] .happydog-fit-mixer__actions a,
	.happydog-fit-mixer[data-ps-spotlight] .happydog-fit-mixer__actions button {
		min-height: 44px;
		padding: 0 18px;
	}

	.happydog-fit-mixer__note {
		display: none;
	}

	.happydog-fit-mixer__stage {
		min-height: 380px;
	}

	.happydog-fit-mixer__model {
		width: min(340px, 84vw);
		transform: translateY(10px) scale(0.88);
	}

	.happydog-fit-option {
		min-height: 84px;
	}

	.happydog-support {
		right: 16px;
		bottom: 16px;
	}

	.happydog-floating-care {
		width: 58px;
		height: 58px;
	}

	.happydog-floating-care svg {
		width: 52px;
		height: 52px;
	}

	.happydog-support-panel {
		right: 0;
		bottom: 72px;
		width: min(372px, calc(100vw - 32px));
		height: min(586px, calc(100vh - 116px));
		max-height: calc(100vh - 116px);
		overflow: hidden;
	}

	.happydog-support-panel__home {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 10px 18px 14px;
	}

	.happydog-support-panel__avatar {
		width: 46px;
		height: 46px;
		border-radius: 15px;
	}

	.happydog-support-panel__home p {
		font-size: 18px;
	}

	.happydog-support-panel__footer {
		grid-template-columns: minmax(0, 1fr) 46px;
		padding: 10px 12px 12px;
	}

	.happydog-support-panel__footer button {
		width: 46px;
		min-width: 46px;
	}

	.happydog-newsletter .row.news-inp-btn div {
		max-width: 100%;
	}

	.happydog-source-header .serach_inner form {
		display: grid;
	}
}


.happydog-source-header .cart-customlocation {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
	background: transparent !important;
}
.happydog-source-header .account a,
.happydog-source-header .cart a {
	color: inherit !important;
	background: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* Section spacing */
.happydog-hero { padding-bottom: 60px; }
.happydog-fit-mixer { padding-bottom: 60px; }
.happydog-categories { padding-bottom: 60px; }
.happydog-services { padding-bottom: 60px; }
.happydog-best-selling { padding-bottom: 60px; }
.happydog-iwt { padding-bottom: 60px; }
.happydog-product-grid { padding-bottom: 60px; }
.happydog-category-tiles { padding-bottom: 60px; }
.happydog-promo-banner { padding-bottom: 60px; }
.happydog-faq { padding-bottom: 60px; }
.happydog-newsletter { padding-bottom: 60px; }

/* Source-layout lock: keep the banner and FAQ in the approved photo-overlaid form. */
.happydog-home .happydog-promo-banner {
	margin: 0;
	padding: 54px 0 68px !important;
	background: var(--ps-shell);
}

.happydog-home .happydog-promo-banner .container {
	width: min(1500px, calc(100% - 42px));
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

.happydog-home .happydog-promo-banner .banner-inner-wrapper {
	position: relative !important;
	display: block !important;
	overflow: hidden;
	background: transparent !important;
}

.happydog-home .happydog-promo-banner .banner-inner-wrapper img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	object-fit: cover;
}

.happydog-home .happydog-promo-banner .banner-text-wrap {
	position: absolute !important;
	top: 70px !important;
	left: 70px !important;
	width: 100% !important;
	max-width: 45% !important;
	padding: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	box-shadow: none !important;
	text-align: left !important;
}

.happydog-home .happydog-promo-banner .banner-heading {
	margin: 0 !important;
	padding: 0 !important;
	color: #ffffff !important;
	font-family: "Lilita One", Arial, sans-serif !important;
	font-size: 48px !important;
	font-weight: 400 !important;
	line-height: 56px !important;
	text-align: left !important;
}

.happydog-home .happydog-promo-banner .b-text {
	margin: 0 !important;
	padding: 50px 0 !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	text-align: left !important;
}

.happydog-home .happydog-promo-banner .b-btn {
	width: 100% !important;
	max-width: 200px !important;
	height: 55px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #000000 !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 10px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.happydog-home .happydog-faq {
	position: relative !important;
	margin: 0 !important;
	height: 840px !important;
	min-height: 840px !important;
	padding: 96px 0 132px !important;
	overflow: hidden;
	background: #000000 !important;
}

.happydog-home .happydog-faq .faq_banner {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 840px !important;
	object-fit: cover !important;
	object-position: center !important;
}

.happydog-home .happydog-faq .faq_blank {
	display: block !important;
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #00000091 !important;
}

.happydog-home .happydog-faq .faq {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	z-index: 2 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	background: transparent !important;
	transform: none !important;
}

.happydog-home .happydog-faq .faq .container {
	display: block !important;
	width: min(1400px, calc(100% - 42px)) !important;
	max-width: 1400px !important;
	height: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.happydog-home .happydog-faq .faq-head {
	position: relative !important;
	z-index: 2 !important;
	max-width: none !important;
	padding-bottom: 50px !important;
}

.happydog-home .happydog-faq .faq-head p {
	margin: 0 !important;
	padding-top: 20px !important;
	color: #ffffff !important;
	font-family: "Lilita One", Arial, sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	text-align: left !important;
}

.happydog-home .happydog-faq .faq-head h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: #ffffff !important;
	font-family: "Lilita One", Arial, sans-serif !important;
	font-size: 48px !important;
	font-weight: 500 !important;
	line-height: 64px !important;
	text-align: left !important;
}

.happydog-home .happydog-faq .accordion {
	position: relative !important;
	z-index: 2 !important;
	width: 100% !important;
}

.happydog-home .happydog-faq .accordion-item {
	margin: 0 0 34px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.happydog-home .happydog-faq .accordion-header {
	margin: 0 !important;
	padding: 0 !important;
}

.happydog-home .happydog-faq .accordion-button {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	border: 0 !important;
	border-bottom: 1px solid #ffffff !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	padding: 0 0 10px !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 21px !important;
	text-align: left !important;
	cursor: pointer !important;
	white-space: normal !important;
	box-shadow: none !important;
}

.happydog-home .happydog-faq .accordion-button::after {
	content: "\f068" !important;
	flex: 0 0 auto !important;
	margin-left: 18px !important;
	color: #ffffff !important;
	font-family: "Font Awesome 5 Free" !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	background-image: none !important;
}

.happydog-home .happydog-faq .accordion-button.collapsed::after {
	content: "\f067" !important;
}

.happydog-home .happydog-faq .accordion-body {
	padding: 12px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.happydog-home .happydog-faq .accordion-body p {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 21px !important;
	text-align: left !important;
}

.happydog-home .happydog-faq .happydog-faq__actions {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	justify-content: flex-end !important;
	margin-top: 2px !important;
}

.happydog-home .happydog-faq .happydog-faq__more {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 42px !important;
	border: 1px solid rgba(255, 255, 255, 0.68) !important;
	border-radius: 5px !important;
	padding: 10px 16px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	backdrop-filter: blur(8px);
}

.happydog-home .happydog-faq .happydog-faq__more:hover,
.happydog-home .happydog-faq .happydog-faq__more:focus {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #173034 !important;
	transform: translateY(-1px);
}

@media screen and (max-width: 749px) {
	.happydog-home .happydog-promo-banner {
		padding: 40px 0 48px !important;
	}

	.happydog-home .happydog-promo-banner .banner-inner-wrapper img {
		min-height: 360px !important;
		object-position: 42% center !important;
	}

	.happydog-home .happydog-promo-banner .banner-text-wrap {
		top: 36px !important;
		left: 24px !important;
		max-width: calc(100% - 48px) !important;
	}

	.happydog-home .happydog-promo-banner .banner-heading {
		font-size: clamp(32px, 11vw, 46px) !important;
		line-height: 1 !important;
	}

	.happydog-home .happydog-promo-banner .b-text {
		max-width: 560px !important;
		padding: 24px 0 !important;
	}

	.happydog-home .happydog-faq {
		overflow: visible;
		padding: 0 !important;
		background: var(--ps-shell) !important;
	}

	.happydog-home .happydog-faq .faq_banner,
	.happydog-home .happydog-faq .faq_blank {
		display: none !important;
	}

	.happydog-home .happydog-faq .faq {
		position: static !important;
		padding: 52px 0 !important;
		transform: none !important;
	}

	.happydog-home .happydog-faq .faq-head {
		padding-bottom: 20px !important;
	}

	.happydog-home .happydog-faq .faq-head p,
	.happydog-home .happydog-faq .faq-head h2,
	.happydog-home .happydog-faq .accordion-button,
	.happydog-home .happydog-faq .accordion-body p {
		color: #000000 !important;
	}

	.happydog-home .happydog-faq .faq-head h2 {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.happydog-home .happydog-faq .accordion-item {
		margin-bottom: 20px !important;
	}

	.happydog-home .happydog-faq .accordion-button {
		border-bottom-color: #000000 !important;
	}

	.happydog-home .happydog-faq .accordion-button::after {
		color: #000000 !important;
	}

	.happydog-home .happydog-faq .happydog-faq__actions {
		justify-content: flex-start !important;
		margin-top: 22px !important;
	}

	.happydog-home .happydog-faq .happydog-faq__more {
		border-color: rgba(17, 17, 17, 0.18) !important;
		background: #ffffff !important;
		color: #173034 !important;
	}
}

body.happydog-source-site #main-container > footer.ct-footer,
body.happydog-source-site footer.ct-footer,
body.happydog-source-site footer#colophon,
body.happydog-source-site .site-footer {
	display: none !important;
}

.happydog-source-footer {
	position: relative;
	z-index: 4;
	margin: 0;
	background: #2f3939;
	color: #f7fbfa;
	font-family: "Kodchasan", Arial, sans-serif;
	overflow: visible;
}

.happydog-footer-signup {
	position: relative;
	min-height: 256px;
	display: grid;
	place-items: center;
	padding: 74px 20px 34px;
	background:
		radial-gradient(circle at 27% 56%, rgba(105, 201, 191, 0.12) 0 2px, transparent 2.8px),
		radial-gradient(circle at 79% 38%, rgba(105, 201, 191, 0.1) 0 1.6px, transparent 2.5px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		#dbc5a8;
	background-size: 34px 34px, 42px 42px, 100% 100%, auto;
	color: #173034;
	text-align: center;
	overflow: visible;
}

.happydog-footer-signup::before {
	position: absolute;
	top: -22px;
	left: -2vw;
	z-index: 0;
	width: 104vw;
	height: 54px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1600 72' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43 C76 9 142 46 222 27 C315 5 356 58 452 31 C548 4 606 44 702 25 C794 7 853 54 954 30 C1060 5 1116 48 1219 24 C1320 1 1380 51 1482 29 C1530 18 1570 22 1600 36 L1600 72 L0 72 Z' fill='%23dbc5a8'/%3E%3Cpath d='M0 45 C76 11 142 48 222 29 C315 7 356 60 452 33 C548 6 606 46 702 27 C794 9 853 56 954 32 C1060 7 1116 50 1219 26 C1320 3 1380 53 1482 31 C1530 20 1570 24 1600 38' fill='none' stroke='%23f3eadc' stroke-width='3' opacity='.82'/%3E%3C/svg%3E") center top / 100% 54px no-repeat;
	content: "";
	pointer-events: none;
}

.happydog-footer-signup::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		url("data:image/svg+xml,%3Csvg viewBox='0 0 1400 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%231689a0' stroke-linecap='round' stroke-linejoin='round' opacity='.16'%3E%3Cpath d='M70 206c34-22 74-22 112 0 34 20 71 20 110 0' stroke-width='5'/%3E%3Cpath d='M1032 76c36 21 78 21 125 0 38-17 78-17 120 0' stroke-width='5'/%3E%3Cpath d='M774 37c95 19 180 54 252 106' stroke-width='2.2' stroke-dasharray='9 12'/%3E%3Cpath d='M250 50c82 12 146 47 194 104' stroke-width='2.2' stroke-dasharray='7 11'/%3E%3Crect x='990' y='136' width='90' height='38' rx='13' stroke-width='3'/%3E%3Cpath d='M1014 155h43M1035 136v38' stroke-width='2.6'/%3E%3Cpath d='M1140 168c38-29 82-29 132 0' stroke-width='3' stroke-dasharray='3 12'/%3E%3Cpath d='M522 72c-18-26-54-24-67 5-25-23-62-8-63 27-1 44 65 73 81 85 18-12 83-42 81-86-.7-16-12-27-32-31Z' stroke-width='2.5'/%3E%3Cpath d='M123 85c34 5 66 21 95 48 31 30 72 41 122 34' stroke-width='2.4'/%3E%3C/g%3E%3Cg fill='%231689a0' opacity='.105'%3E%3Ccircle cx='132' cy='73' r='8'/%3E%3Ccircle cx='154' cy='58' r='5'/%3E%3Ccircle cx='174' cy='65' r='5'/%3E%3Ccircle cx='147' cy='92' r='5'/%3E%3Ccircle cx='1122' cy='207' r='7'/%3E%3Ccircle cx='1140' cy='193' r='4.5'/%3E%3Ccircle cx='1159' cy='200' r='4.5'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
	opacity: 0.72;
	content: "";
	pointer-events: none;
}

.happydog-footer-signup__mark {
	position: absolute;
	inset: 18px 0 0;
	z-index: 0;
	width: auto;
	height: auto;
	border: 0;
	background:
		linear-gradient(112deg, transparent 0 17%, rgba(255, 255, 255, 0.34) 17.2% 18.2%, transparent 18.4% 100%),
		linear-gradient(72deg, transparent 0 78%, rgba(255, 255, 255, 0.26) 78.2% 79.2%, transparent 79.4% 100%);
	opacity: 0.58;
	transform: none;
	pointer-events: none;
}

.happydog-footer-signup__mark::after {
	position: absolute;
	right: 9%;
	top: 42px;
	width: 210px;
	height: 82px;
	border: 1px dashed rgba(22, 137, 160, 0.18);
	border-radius: 52% 48% 58% 42%;
	background: transparent;
	content: "";
	transform: rotate(-12deg);
}

.happydog-footer-signup__inner {
	position: relative;
	z-index: 2;
	width: min(650px, 100%);
}

.happydog-footer-signup__eyebrow {
	margin: 0 0 14px;
	color: #1689a0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.happydog-footer-signup h2 {
	margin: 0;
	color: #173034;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 900;
	line-height: 1.12;
	text-wrap: balance;
}

.happydog-footer-signup__inner > p:not(.happydog-footer-signup__eyebrow) {
	max-width: 560px;
	margin: 16px auto 24px;
	color: rgba(23, 48, 52, 0.75);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.7;
	text-wrap: balance;
}

.happydog-footer-signup__form {
	width: min(452px, 100%);
	height: 52px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 116px;
	align-items: center;
	margin: 0 auto;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(77, 55, 35, 0.12);
	overflow: hidden;
}

.happydog-footer-signup__form .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	border: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.happydog-footer-signup__form input {
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	height: 52px;
	border: 0;
	background: transparent;
	padding: 0 22px;
	color: #344247;
	font-size: 15px;
	font-weight: 500;
	outline: 0;
}

.happydog-footer-signup__form input::placeholder {
	color: #67bfb6;
	opacity: 1;
}

.happydog-footer-signup__form button {
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	height: 52px;
	position: relative;
	z-index: 1;
	border: 0;
	border-radius: 999px;
	background: #69c9bf;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 180ms ease, transform 180ms ease;
}

.happydog-footer-signup__form button:hover,
.happydog-footer-signup__form button:focus-visible {
	background: #45c2c4;
	transform: translateY(-1px);
}

.happydog-footer-main {
	position: relative;
	padding: 56px 20px 42px;
	background:
		linear-gradient(180deg, rgba(12, 27, 28, 0.08), rgba(12, 27, 28, 0)),
		#263333;
	overflow: hidden;
}

.happydog-footer-main__pattern {
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	border: 0;
	background:
		radial-gradient(ellipse at 7% 58%, transparent 0 31%, rgba(117, 210, 200, 0.09) 31.4% 31.9%, transparent 32.3% 100%),
		radial-gradient(ellipse at 92% 36%, transparent 0 36%, rgba(216, 192, 164, 0.08) 36.4% 36.9%, transparent 37.3% 100%),
		linear-gradient(98deg, transparent 0 62%, rgba(117, 210, 200, 0.045) 62.15% 62.55%, transparent 62.7% 100%);
	opacity: 1;
	transform: none;
	pointer-events: none;
}

.happydog-footer-main__pattern::before,
.happydog-footer-main__pattern::after {
	position: absolute;
	content: "";
}

.happydog-footer-main__pattern::before {
	top: 58px;
	left: -140px;
	width: 520px;
	height: 210px;
	border: 1px dashed rgba(117, 210, 200, 0.14);
	border-radius: 50%;
	background:
		repeating-linear-gradient(92deg, transparent 0 18px, rgba(117, 210, 200, 0.12) 18px 19px, transparent 19px 36px);
	opacity: 0.64;
	transform: rotate(-9deg);
}

.happydog-footer-main__pattern::after {
	right: -98px;
	bottom: 8px;
	width: 560px;
	height: 180px;
	border: 1px solid rgba(216, 192, 164, 0.12);
	border-radius: 50%;
	background:
		linear-gradient(8deg, transparent 0 47%, rgba(216, 192, 164, 0.1) 47.3% 48.4%, transparent 48.7% 100%);
	box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.012);
	transform: rotate(-6deg);
}

.happydog-footer-main__inner {
	position: relative;
	z-index: 1;
	width: min(1530px, 100%);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: clamp(42px, 6vw, 92px);
	margin: 0 auto;
	align-items: start;
}

.happydog-footer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	gap: clamp(30px, 5vw, 78px);
}

.happydog-footer-links h2 {
	margin: 0 0 18px;
	color: #75d2c8;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.25;
}

.happydog-footer-links ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.happydog-footer-links a,
.happydog-footer-brand p,
.happydog-footer-note,
.happydog-footer-email {
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

.happydog-footer-links a {
	transition: color 160ms ease, transform 160ms ease;
}

.happydog-footer-links a:hover,
.happydog-footer-links a:focus-visible,
.happydog-footer-email:hover,
.happydog-footer-email:focus-visible {
	color: #ffffff;
	text-decoration: none;
}

.happydog-footer-links a:hover,
.happydog-footer-links a:focus-visible {
	display: inline-block;
	transform: translateX(3px);
}

.happydog-footer-brand {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	text-align: center;
}

.happydog-footer-brand__wordmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	color: #75d2c8 !important;
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(31px, 3vw, 43px);
	font-weight: 800;
	letter-spacing: 0.32em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none !important;
}

.happydog-footer-brand p {
	max-width: 330px;
	margin: 22px 0 24px;
	color: rgba(255, 255, 255, 0.72);
}

.happydog-footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-bottom: 20px;
}

.happydog-footer-social a {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	color: #d8c0a4 !important;
	text-decoration: none !important;
	transition: color 160ms ease, transform 160ms ease;
}

.happydog-footer-social svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.happydog-footer-social a:nth-child(2) svg,
.happydog-footer-social a:nth-child(3) svg {
	fill: currentColor;
	stroke: none;
}

.happydog-footer-social a:hover,
.happydog-footer-social a:focus-visible {
	color: #75d2c8 !important;
	transform: translateY(-2px);
}

.happydog-footer-email {
	color: #ffffff;
	font-weight: 800;
}

.happydog-footer-company {
	display: grid;
	gap: 4px;
	max-width: 360px;
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

.happydog-footer-company strong {
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
}

.happydog-footer-company span {
	display: block;
}

.happydog-footer-note {
	position: relative;
	z-index: 1;
	width: min(1530px, 100%);
	margin: 36px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
}

.happydog-footer-bottom {
	min-height: 88px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 20px 24px;
	background: #69c9bf;
	color: #ffffff;
}

.happydog-footer-bottom p {
	margin: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.happydog-footer-bottom nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.happydog-footer-bottom nav a {
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.happydog-footer-bottom nav a + a::before {
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.74);
	content: "|";
}

.happydog-footer-payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.happydog-footer-payments span {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #ffffff;
	padding: 0 9px;
	color: #1f4547;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 5px 12px rgba(28, 87, 91, 0.12);
}

@media screen and (max-width: 989px) {
	.happydog-footer-main__inner {
		grid-template-columns: 1fr;
	}

	.happydog-footer-brand {
		justify-items: start;
		text-align: left;
	}

	.happydog-footer-social {
		justify-content: flex-start;
	}

	.happydog-footer-bottom {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.happydog-footer-payments {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 749px) {
	.happydog-footer-signup {
		min-height: 260px;
		padding: 74px 18px 34px;
	}

	.happydog-footer-signup__mark {
		inset: 18px 0 0;
	}

	.happydog-footer-signup__form {
		height: auto;
		grid-template-columns: 1fr;
		border-radius: 24px;
		padding: 6px;
	}

	.happydog-footer-signup__form input,
	.happydog-footer-signup__form button {
		height: 48px;
	}

	.happydog-footer-links {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.happydog-footer-main {
		padding: 44px 18px 34px;
	}

	.happydog-footer-brand__wordmark {
		letter-spacing: 0.2em;
	}

	.happydog-footer-note {
		margin-top: 30px;
	}

	.happydog-footer-bottom {
		padding: 20px 18px;
	}
}

/* PDP v2 final guard: keep the reference-style layout after global responsive rules. */
body.happydog-source-site.single-product div.product .product-entry-wrapper {
	grid-template-columns: minmax(560px, 1.25fr) minmax(500px, 0.95fr);
	width: min(1420px, calc(100vw - 44px));
	max-width: 1420px;
	gap: clamp(38px, 4.6vw, 66px);
}

body.happydog-source-site.single-product div.product div.summary,
body.happydog-source-site.single-product div.product .entry-summary {
	position: sticky;
	top: 18px;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.happydog-source-site.single-product div.product div.images img,
body.happydog-source-site.single-product div.product .woocommerce-product-gallery img {
	aspect-ratio: 1.12 / 1 !important;
	border-radius: 0 !important;
}

body.happydog-source-site.single-product .ps-pdp-title-row {
	grid-template-columns: minmax(0, 1fr) max-content !important;
	column-gap: clamp(16px, 2vw, 26px);
	row-gap: 8px;
	align-items: start;
	margin-bottom: 10px;
}

body.happydog-source-site.single-product div.product .product_title {
	max-width: none;
	min-width: 0;
	font-size: clamp(28px, 2.05vw, 38px);
	line-height: 1.08;
	text-wrap: balance;
}

body.happydog-source-site.single-product .ps-pdp-title-price {
	justify-self: end;
	padding-top: 3px;
	text-align: right;
	font-size: clamp(18px, 1.25vw, 23px);
	line-height: 1.05;
}

body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button {
	position: relative;
	display: inline-grid !important;
	width: 32px !important;
	height: 32px !important;
	min-height: 32px !important;
	place-items: center;
	margin: 0 0 18px !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: #173034 !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	transform: none !important;
}

body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button i,
body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button span:not(.screen-reader-text):not(.ps-wishlist-icon) {
	display: none !important;
}

body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button .ps-wishlist-icon {
	display: grid !important;
	width: 24px;
	height: 24px;
	place-items: center;
}

body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button .ps-wishlist-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	overflow: visible;
}

body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button .ps-wishlist-icon path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linejoin: round;
}

body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button:hover,
body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button:focus-visible,
body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button.is-saved {
	color: #d94c63 !important;
}

body.happydog-source-site.single-product .ps-wishlist-button--pdp.ps-pdp-heart-button.is-saved .ps-wishlist-icon path {
	fill: currentColor;
}

body.happydog-source-site.single-product div.product .entry-summary > p.price,
body.happydog-source-site.single-product div.product div.summary > p.price,
body.happydog-source-site.single-product div.product .single_variation .stock,
body.happydog-source-site.single-product div.product .single_variation .woocommerce-variation-availability,
body.happydog-source-site.single-product div.product .single_variation .woocommerce-variation-price,
body.happydog-source-site.single-product div.product .ps-product-meta {
	display: none !important;
}

body.happydog-source-site.single-product .ps-pdp-action-row {
	display: flex !important;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin: 14px 0 12px !important;
	border: 0 !important;
	padding: 0 !important;
}

body.happydog-source-site.single-product .ps-pdp-action-row a {
	display: inline-flex !important;
	width: auto !important;
	min-height: auto !important;
	align-items: center;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: #0d7283 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1.35;
	text-decoration: underline !important;
	text-underline-offset: 4px;
	box-shadow: none !important;
}

body.happydog-source-site.single-product .reset_variations {
	display: inline-flex !important;
	width: max-content;
	margin: 2px 0 14px !important;
	color: #6b7d80 !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(83, 105, 108, 0.35) !important;
	text-underline-offset: 4px;
}

body.happydog-source-site.single-product div.product form.cart div.quantity input.qty,
body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity input.qty {
	grid-column: 2;
	grid-row: 1;
	color: #173034 !important;
	-webkit-text-fill-color: #173034 !important;
	appearance: textfield !important;
	-webkit-appearance: textfield !important;
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	min-width: 38px !important;
	height: 52px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 4px !important;
	border: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
	caret-color: #173034 !important;
	font-size: 15px !important;
	font-weight: 950 !important;
	line-height: 52px !important;
	text-align: center !important;
	opacity: 1 !important;
}

body.happydog-source-site.single-product div.product form.cart div.quantity .ct-decrease,
body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity .ct-decrease {
	grid-column: 1;
	grid-row: 1;
}

body.happydog-source-site.single-product div.product form.cart div.quantity .ct-increase,
body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity .ct-increase {
	grid-column: 3;
	grid-row: 1;
}

body.happydog-source-site.single-product div.product form.cart div.quantity input.qty::-webkit-inner-spin-button,
body.happydog-source-site.single-product div.product form.cart div.quantity input.qty::-webkit-outer-spin-button,
body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity input.qty::-webkit-inner-spin-button,
body.happydog-source-site.single-product div.product .ct-cart-actions div.quantity input.qty::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

body.happydog-source-site.single-product .ps-pdp-assurance-list {
	display: grid !important;
	gap: 0;
	margin: 16px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid rgba(23, 48, 52, 0.14) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.happydog-source-site.single-product .ps-pdp-assurance-list div {
	position: relative;
	display: grid !important;
	gap: 4px;
	min-height: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(23, 48, 52, 0.12) !important;
	padding: 15px 0 15px 30px !important;
	background: transparent !important;
}

body.happydog-source-site.single-product .ps-pdp-assurance-list div::before {
	top: 19px !important;
	left: 0 !important;
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #0d7283 !important;
	border-radius: 50% !important;
	background: transparent !important;
	content: "" !important;
}

body.happydog-source-site.single-product .ps-pdp-assurance-list div::after {
	top: 22px !important;
	left: 5px !important;
	width: 4px !important;
	height: 7px !important;
	border: solid #0d7283 !important;
	border-width: 0 2px 2px 0 !important;
	content: "" !important;
	transform: rotate(45deg) !important;
}

body.happydog-source-site.single-product .ps-pdp-assurance-list strong {
	color: #173034 !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
}

body.happydog-source-site.single-product .ps-pdp-assurance-list span {
	color: #53696c !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.42 !important;
}

body.happydog-source-site.single-product section.related {
	width: min(1220px, calc(100% - 36px)) !important;
	margin: 58px auto 0 !important;
}

body.happydog-source-site.single-product section.related ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(220px, 280px)) !important;
	justify-content: start !important;
	gap: 22px !important;
}

body.happydog-source-site.single-product section.related ul.products li.product {
	width: 100% !important;
	max-width: 280px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 0 14px !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.happydog-source-site.single-product section.related ul.products li.product a img {
	width: 100% !important;
	aspect-ratio: 1 / 1.08 !important;
	margin: 0 0 12px !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	background: #eef5f2;
}

body.happydog-source-site.single-product section.related ul.products li.product .woocommerce-loop-product__title,
body.happydog-source-site.single-product section.related ul.products li.product .ps-card-note,
body.happydog-source-site.single-product section.related ul.products li.product .price {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.happydog-source-site.single-product section.related ul.products li.product .button,
body.happydog-source-site.single-product section.related ul.products li.product .happydog-product-action,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.happydog-source-site.single-product .flex-control-thumbs li.ps-pdp-gallery-hidden,
body.happydog-source-site.single-product .flexy-pills li.ps-pdp-gallery-hidden {
	display: none !important;
}

body.happydog-source-site.single-product .flex-control-thumbs li[hidden],
body.happydog-source-site.single-product .flexy-pills li[hidden] {
	display: none !important;
}

body.happydog-source-site.single-product .woocommerce-product-gallery.ps-pdp-gallery-switching .flex-control-thumbs,
body.happydog-source-site.single-product div.images.ps-pdp-gallery-switching .flex-control-thumbs,
body.happydog-source-site.single-product .woocommerce-product-gallery.ps-pdp-gallery-switching .flexy-pills ol,
body.happydog-source-site.single-product div.images.ps-pdp-gallery-switching .flexy-pills ol {
	overflow: hidden;
	contain: layout paint;
}

body.happydog-source-site.single-product.ps-pdp-gallery-switching .woocommerce-product-gallery .flex-control-thumbs,
body.happydog-source-site.single-product.ps-pdp-gallery-switching div.images .flex-control-thumbs,
body.happydog-source-site.single-product.ps-pdp-gallery-switching .woocommerce-product-gallery .flexy-pills ol,
body.happydog-source-site.single-product.ps-pdp-gallery-switching div.images .flexy-pills ol {
	overflow: hidden;
	contain: layout paint;
}

body.happydog-source-site.single-product .woocommerce-product-gallery .flex-control-thumbs li,
body.happydog-source-site.single-product div.images .flex-control-thumbs li,
body.happydog-source-site.single-product .woocommerce-product-gallery .flexy-pills li,
body.happydog-source-site.single-product div.images .flexy-pills li {
	transition: opacity 120ms ease, transform 120ms ease;
}

body.happydog-source-site.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.happydog-source-site.single-product div.images .flex-control-thumbs,
body.happydog-source-site.single-product .woocommerce-product-gallery .flexy-pills ol,
body.happydog-source-site.single-product div.images .flexy-pills ol {
	transition: opacity 160ms ease, visibility 0s linear 160ms;
}

body.happydog-source-site.single-product .flex-control-thumbs.ps-pdp-gallery-filtered,
body.happydog-source-site.single-product .flexy-pills ol.ps-pdp-gallery-filtered {
	grid-template-columns: repeat(auto-fit, minmax(88px, 104px)) !important;
	justify-content: start;
}

body.happydog-source-site.single-product .woocommerce-product-gallery .flexy-items > .flexy-item.ps-pdp-gallery-slide-hidden,
body.happydog-source-site.single-product div.images .flexy-items > .flexy-item.ps-pdp-gallery-slide-hidden {
	height: 1px !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.happydog-source-site.single-product .woocommerce-product-gallery .flexy-items > .flexy-item.flexy-item-is-visible,
body.happydog-source-site.single-product div.images .flexy-items > .flexy-item.flexy-item-is-visible {
	height: auto !important;
	min-height: 0 !important;
}

@media screen and (max-width: 1100px) {
	body.happydog-source-site.single-product div.product .product-entry-wrapper {
		grid-template-columns: 1fr;
		width: min(100% - 36px, 900px) !important;
	}

	body.happydog-source-site.single-product div.product div.summary,
	body.happydog-source-site.single-product div.product .entry-summary,
	body.happydog-source-site.single-product div.product div.images,
	body.happydog-source-site.single-product div.product .woocommerce-product-gallery {
		position: static;
	}

	body.happydog-source-site.single-product .ps-pdp-title-row {
		grid-template-columns: minmax(0, 1fr) max-content !important;
	}
}

@media screen and (max-width: 650px) {
	body.happydog-source-site.single-product div.product .product-entry-wrapper {
		width: min(100% - 24px, 100%) !important;
		gap: 24px;
	}

	.ps-pdp-title-row {
		grid-template-columns: 1fr !important;
	}

	.ps-pdp-title-price {
		justify-self: start;
		text-align: left;
	}

	.ps-variant-picker__options,
	.ps-variant-picker--size .ps-variant-picker__options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.happydog-source-site.single-product section.related.products {
	width: min(1220px, calc(100% - 36px)) !important;
	margin: 62px auto 0 !important;
	padding: 0 0 56px !important;
	clear: both;
}

body.happydog-source-site.single-product section.related.products > h2 {
	margin: 0 0 22px !important;
	color: #173034 !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: clamp(24px, 2.4vw, 32px) !important;
	font-weight: 900 !important;
	line-height: 1.12 !important;
	text-align: left;
}

body.happydog-source-site.single-product section.related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(240px, 292px)) !important;
	justify-content: center !important;
	align-items: start !important;
	gap: 26px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

body.happydog-source-site.single-product section.related.products ul.products::before,
body.happydog-source-site.single-product section.related.products ul.products::after {
	display: none !important;
	content: none !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	float: none !important;
	width: 100% !important;
	max-width: 292px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
	text-align: left !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product figure,
body.happydog-source-site.single-product section.related.products ul.products li.product .ct-media-container,
body.happydog-source-site.single-product section.related.products ul.products li.product .woocommerce-LoopProduct-link {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product a img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1.02 !important;
	margin: 0 0 14px !important;
	border-radius: 0 !important;
	background: #edf7f5 !important;
	object-fit: cover !important;
	object-position: center !important;
	box-shadow: none !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 7px !important;
	color: #173034 !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	line-height: 1.26 !important;
	text-decoration: none !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .woocommerce-loop-product__title a {
	color: #0b7187 !important;
	text-decoration-color: rgba(69, 194, 196, 0.45) !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
	transition: color 160ms ease, text-decoration-color 160ms ease !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .woocommerce-loop-product__title a:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .woocommerce-loop-product__title a:focus-visible {
	color: #1689a0 !important;
	text-decoration-color: rgba(22, 137, 160, 0.68) !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .onsale,
body.happydog-source-site.single-product section.related.products ul.products li.product span.onsale {
	top: 14px !important;
	left: 14px !important;
	min-width: 0 !important;
	min-height: 30px !important;
	height: 30px !important;
	padding: 0 12px !important;
	border: 1px solid rgba(190, 137, 28, 0.26) !important;
	border-radius: 4px !important;
	background: #ffe08a !important;
	color: #173034 !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	box-shadow: 0 8px 18px rgba(190, 137, 28, 0.15) !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ps-card-note {
	display: block !important;
	min-height: 34px;
	margin: 0 0 10px !important;
	color: #607072 !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.42 !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .price {
	display: block !important;
	margin: 0 0 12px !important;
	color: #173034 !important;
	font-size: 15px !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .price del {
	margin-left: 4px;
	color: #7f8d90 !important;
	font-size: 12px;
	font-weight: 750;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .entry-meta {
	display: none !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ct-woo-card-actions {
	display: grid !important;
	gap: 8px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .button,
body.happydog-source-site.single-product section.related.products ul.products li.product .happydog-product-action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #173034 !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: background-color 180ms ease, transform 180ms ease !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .button:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .happydog-product-action:hover {
	background: #0d7f9a !important;
	transform: translateY(-1px);
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: 100% !important;
	min-height: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid rgba(13, 127, 154, 0.2) !important;
	border-radius: 4px !important;
	background: rgba(255, 255, 255, 0.56) !important;
	color: #0d7f9a !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:focus-visible {
	border-color: rgba(13, 127, 154, 0.42) !important;
	background: #ffffff !important;
	color: #096f85 !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 17px !important;
	height: 17px !important;
	flex: 0 0 17px !important;
	min-width: 17px !important;
	max-width: 17px !important;
	min-height: 17px !important;
	max-height: 17px !important;
	line-height: 1 !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card svg {
	display: block !important;
	width: 17px !important;
	height: 17px !important;
	min-width: 17px !important;
	max-width: 17px !important;
	min-height: 17px !important;
	max-height: 17px !important;
	flex: 0 0 17px !important;
	fill: none !important;
	color: currentColor !important;
	overflow: visible !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon path,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card svg path {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.85 !important;
	stroke-linejoin: round !important;
}

body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon path,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.exists .ps-wishlist-icon path {
	fill: currentColor !important;
	stroke: currentColor !important;
}

@media screen and (max-width: 680px) {
	body.happydog-source-site.single-product section.related.products {
		width: min(100% - 24px, 100%) !important;
		margin-top: 44px !important;
	}

	body.happydog-source-site.single-product section.related.products ul.products {
		grid-template-columns: minmax(0, 1fr) !important;
		justify-content: stretch !important;
		gap: 22px !important;
	}

	body.happydog-source-site.single-product section.related.products ul.products li.product {
		max-width: none !important;
	}
}

/* Category rail final guard: keep overlay labels inside each tile. */
body.happydog-source-home .happydog-categories .c-box.ps-rail__track {
	padding-left: 10px !important;
	padding-right: 10px !important;
	scroll-padding-left: 10px;
}

body.happydog-source-home .happydog-categories .c-contents {
	position: relative !important;
	isolation: isolate;
}

body.happydog-source-home .happydog-categories .c-contents::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 45%;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(3, 5, 9, 0) 0%, rgba(3, 5, 9, 0.46) 100%);
}

body.happydog-source-home .happydog-categories h6.c-title {
	position: absolute !important;
	right: 18px !important;
	bottom: 22px !important;
	left: 18px !important;
	z-index: 2 !important;
	width: auto !important;
	max-width: calc(100% - 36px) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	text-align: left !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

body.happydog-source-home .happydog-categories h6.c-title a {
	display: block !important;
	width: 100% !important;
	overflow: visible !important;
	color: #ffffff !important;
	font-size: clamp(20px, 1.6vw, 24px) !important;
	line-height: 1.12 !important;
	white-space: normal !important;
	text-wrap: balance;
	letter-spacing: 0 !important;
}

@media screen and (min-width: 1180px) {
	body.happydog-source-home .happydog-categories .c-box.ps-rail__track {
		grid-auto-columns: minmax(0, 1fr) !important;
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		grid-auto-flow: row !important;
		overflow-x: visible !important;
		gap: 18px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Wishlist button final guard for shop and product rails. */
.woocommerce ul.products li.product .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card {
	display: inline-grid !important;
	width: 44px !important;
	min-width: 44px !important;
	max-width: 44px !important;
	height: 44px !important;
	min-height: 44px !important;
	max-height: 44px !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(217, 76, 99, 0.22) !important;
	border-radius: 3px !important;
	background: #ffffff !important;
	color: #d94c63 !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: 0 8px 18px rgba(23, 48, 52, 0.05) !important;
	overflow: hidden !important;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card span:not(.ps-wishlist-icon),
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card span:not(.ps-wishlist-icon),
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card span:not(.ps-wishlist-icon),
.woocommerce ul.products li.product .ps-wishlist-button--card strong,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card strong,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card strong {
	display: none !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon {
	display: inline-grid !important;
	width: 21px !important;
	min-width: 21px !important;
	max-width: 21px !important;
	height: 21px !important;
	min-height: 21px !important;
	max-height: 21px !important;
	place-items: center !important;
	line-height: 1 !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
.woocommerce ul.products li.product .ps-wishlist-button--card svg,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card svg,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card svg {
	display: block !important;
	width: 21px !important;
	min-width: 21px !important;
	max-width: 21px !important;
	height: 21px !important;
	min-height: 21px !important;
	max-height: 21px !important;
	fill: none !important;
	overflow: visible !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon path,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon path,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon path,
.woocommerce ul.products li.product .ps-wishlist-button--card svg path,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card svg path,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card svg path {
	fill: none !important;
	stroke: currentColor !important;
	stroke-linejoin: round !important;
	stroke-width: 1.85 !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card:hover,
.woocommerce ul.products li.product .ps-wishlist-button--card:focus-visible,
.woocommerce ul.products li.product .ps-wishlist-button--card.is-saved,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card:hover,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card:focus-visible,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card.is-saved,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:focus-visible,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.is-saved {
	border-color: rgba(217, 76, 99, 0.5) !important;
	background: #ffffff !important;
	color: #d94c63 !important;
	outline: 0 !important;
	transform: translateY(-1px);
}

.woocommerce ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon path,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon path,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon path {
	fill: currentColor !important;
}

/* Final product-card tone: quiet title, heart beside title, no button frame. */
.woocommerce ul.products li.product .ps-loop-title-row,
body.happydog-source-site.single-product section.related ul.products li.product .ps-loop-title-row,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-loop-title-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 30px !important;
	gap: 10px !important;
	align-items: start !important;
	margin: 16px 0 8px !important;
}

.woocommerce ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title,
body.happydog-source-site.single-product section.related ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title {
	margin: 0 !important;
	padding: 0 !important;
	color: #173034 !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.24 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a,
body.happydog-source-site.single-product section.related ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a {
	color: #0d6f82 !important;
	text-decoration: none !important;
	text-decoration-color: transparent !important;
	transition: color 160ms ease !important;
}

.woocommerce ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a:hover,
.woocommerce ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a:focus-visible,
body.happydog-source-site.single-product section.related ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a:hover,
body.happydog-source-site.single-product section.related ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a:focus-visible,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-loop-title-row .woocommerce-loop-product__title a:focus-visible {
	color: #173034 !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(13, 111, 130, 0.26) !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
}

.woocommerce ul.products li.product .ps-loop-title-row .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related ul.products li.product .ps-loop-title-row .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-loop-title-row .ps-wishlist-button--card {
	align-self: start !important;
	justify-self: end !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card,
.happydog-home .ps-wishlist-button--source-card {
	display: inline-grid !important;
	width: 30px !important;
	min-width: 30px !important;
	max-width: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #d94c63 !important;
	font-size: 0 !important;
	line-height: 1 !important;
	box-shadow: none !important;
	overflow: visible !important;
	transition: color 160ms ease, transform 160ms ease !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card:hover,
.woocommerce ul.products li.product .ps-wishlist-button--card:focus-visible,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card:hover,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card:focus-visible,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:focus-visible,
.happydog-home .ps-wishlist-button--source-card:hover,
.happydog-home .ps-wishlist-button--source-card:focus-visible {
	background: transparent !important;
	color: #c93f56 !important;
	outline: 0 !important;
	transform: translateY(-1px) !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
.happydog-home .ps-wishlist-button--source-card .ps-wishlist-icon {
	width: 22px !important;
	min-width: 22px !important;
	max-width: 22px !important;
	height: 22px !important;
	min-height: 22px !important;
	max-height: 22px !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon svg,
.woocommerce ul.products li.product .ps-wishlist-button--card svg,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card svg,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card svg,
.happydog-home .ps-wishlist-button--source-card .ps-wishlist-icon svg,
.happydog-home .ps-wishlist-button--source-card svg {
	width: 22px !important;
	min-width: 22px !important;
	max-width: 22px !important;
	height: 22px !important;
	min-height: 22px !important;
	max-height: 22px !important;
}

.happydog-home .bs-title-row {
	grid-template-columns: minmax(0, 1fr) 30px !important;
	gap: 10px !important;
}

.woocommerce ul.products li.product .price,
body.happydog-source-site.single-product section.related ul.products li.product .price,
body.happydog-source-site.single-product section.related.products ul.products li.product .price {
	display: inline-flex !important;
	align-items: baseline !important;
	gap: 6px !important;
	margin: 8px 0 12px !important;
	color: #173034 !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
}

.woocommerce ul.products li.product .price ins,
body.happydog-source-site.single-product section.related ul.products li.product .price ins,
body.happydog-source-site.single-product section.related.products ul.products li.product .price ins {
	order: 1 !important;
	color: #111719 !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .price del,
body.happydog-source-site.single-product section.related ul.products li.product .price del,
body.happydog-source-site.single-product section.related.products ul.products li.product .price del {
	order: 2 !important;
	color: #7f898b !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	line-height: 1 !important;
	opacity: 0.76 !important;
	text-decoration: line-through !important;
	text-decoration-color: currentColor !important;
	text-decoration-thickness: 1px !important;
}

.woocommerce ul.products li.product .price del .amount,
body.happydog-source-site.single-product section.related ul.products li.product .price del .amount,
body.happydog-source-site.single-product section.related.products ul.products li.product .price del .amount {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.woocommerce ul.products li.product .price ins .amount,
body.happydog-source-site.single-product section.related ul.products li.product .price ins .amount,
body.happydog-source-site.single-product section.related.products ul.products li.product .price ins .amount {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.woocommerce ul.products li.product .ps-card-note,
body.happydog-source-site.single-product section.related ul.products li.product .ps-card-note,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-card-note {
	margin: 0 0 10px !important;
	color: #607072 !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.42 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .happydog-product-action,
body.happydog-source-site.single-product section.related ul.products li.product .button,
body.happydog-source-site.single-product section.related ul.products li.product .happydog-product-action,
body.happydog-source-site.single-product section.related.products ul.products li.product .button,
body.happydog-source-site.single-product section.related.products ul.products li.product .happydog-product-action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #173034 !important;
	color: #ffffff !important;
	font-family: "Kodchasan", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: background-color 180ms ease, transform 180ms ease !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .happydog-product-action:hover,
body.happydog-source-site.single-product section.related ul.products li.product .button:hover,
body.happydog-source-site.single-product section.related ul.products li.product .happydog-product-action:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .button:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .happydog-product-action:hover {
	background: #0d6f82 !important;
	transform: translateY(-1px);
}

/* Keep Blocksy archive cards from rendering duplicate legacy title/meta text. */
.woocommerce ul.products[data-products] li.product > .woocommerce-loop-product__title,
.woocommerce ul.products[data-products] li.product > .entry-meta,
.woocommerce ul.products[data-products] li.product > .ct-product-meta,
.woocommerce ul.products[data-products] li.product > .ct-woo-card-meta,
.woocommerce ul.products[data-products] li.product > .posted_in,
body.happydog-source-site.single-product section.related ul.products li.product > .woocommerce-loop-product__title,
body.happydog-source-site.single-product section.related ul.products li.product > .entry-meta,
body.happydog-source-site.single-product section.related ul.products li.product > .ct-product-meta,
body.happydog-source-site.single-product section.related ul.products li.product > .ct-woo-card-meta,
body.happydog-source-site.single-product section.related ul.products li.product > .posted_in {
	display: none !important;
}

/* Talenori brand content pages. */
.ps-brand-page {
	color: #173034;
}

.ps-brand-hero {
	max-width: 880px;
	margin: 0 0 34px;
}

.ps-brand-hero :is(h1, h2) {
	max-width: 780px;
	margin: 0;
	color: #173034;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.ps-brand-hero > p:not(.ps-kicker) {
	max-width: 760px;
	margin: 20px 0 0;
	color: #465b60;
	font-size: 17px;
	font-weight: 550;
	line-height: 1.72;
}

.ps-brand-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.ps-brand-split,
.ps-journal-grid,
.ps-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.ps-brand-split article,
.ps-journal-feature,
.ps-journal-grid article,
.ps-contact-grid article,
.ps-brand-note {
	background: #ffffff;
	box-shadow: 0 18px 60px rgba(17, 17, 17, 0.06);
}

.ps-brand-split article,
.ps-journal-feature,
.ps-journal-grid article,
.ps-contact-grid article,
.ps-brand-note {
	padding: 28px;
}

.ps-brand-split article span,
.ps-journal-grid article p {
	display: inline-flex;
	margin: 0 0 14px;
	color: #0d6f82;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.ps-brand-page h2 {
	margin: 0 0 12px;
	color: #173034;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.12;
}

.ps-brand-page article p,
.ps-brand-page article span,
.ps-brand-note p,
.ps-journal-feature p {
	color: #53666a;
	font-size: 15px;
	font-weight: 550;
	line-height: 1.65;
}

.ps-brand-page article a,
.ps-journal-feature a {
	color: #0d6f82;
	font-weight: 900;
	text-decoration: none;
}

.ps-brand-principles {
	margin-top: 18px;
}

.ps-brand-note {
	margin-top: 18px;
	border-left: 5px solid #0d6f82;
}

.ps-journal-feature {
	max-width: 920px;
	margin: 28px 0;
}

.ps-journal-feature h2 {
	font-size: clamp(28px, 3vw, 42px);
}

.ps-journal-grid article {
	display: flex;
	min-height: 230px;
	flex-direction: column;
}

.ps-journal-grid article a {
	margin-top: auto;
}

.ps-contact-grid article {
	min-height: 220px;
}

.ps-contact-actions .ps-button--light {
	word-break: break-word;
}

.ps-contact-page {
	position: relative;
	max-width: 1180px;
	padding: 8px 0 26px;
	color: #173034;
}

.ps-contact-page::before {
	content: "";
	position: absolute;
	inset: -36px -42px auto;
	height: 300px;
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(92, 199, 193, 0.18), transparent 56%),
		repeating-linear-gradient(90deg, rgba(23, 48, 52, 0.045) 0 1px, transparent 1px 36px),
		#f3faf8;
	z-index: -1;
}

.ps-contact-hero {
	max-width: 900px;
}

.ps-contact-hero :is(h1, h2) {
	max-width: 860px;
	text-wrap: balance;
}

.ps-contact-grid--primary {
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.ps-contact-company {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.4fr) minmax(0, 0.7fr);
	gap: 16px;
	margin: 22px 0 4px;
}

.ps-contact-company > div {
	padding: 20px 24px;
	border: 1px solid rgba(13, 127, 154, 0.16);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 18px 46px rgba(23, 48, 52, 0.07);
}

.ps-contact-company span {
	display: block;
	margin: 0 0 8px;
	color: #0d6f82;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ps-contact-company strong {
	display: block;
	color: #173034;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
}

.ps-contact-card--featured {
	background:
		linear-gradient(135deg, rgba(13, 127, 154, 0.12), rgba(92, 199, 193, 0.08)),
		#ffffff !important;
}

.ps-contact-page .ps-contact-grid article {
	position: relative;
	border-radius: 6px;
	box-shadow: 0 20px 52px rgba(23, 48, 52, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ps-contact-page .ps-contact-grid article:hover {
	box-shadow: 0 24px 64px rgba(23, 48, 52, 0.12);
	transform: translateY(-2px);
}

.ps-contact-page .ps-contact-grid article span {
	color: #0d6f82;
	letter-spacing: 0.08em;
}

.ps-contact-page .ps-contact-grid article a {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	color: #0d6f82;
	font-weight: 900;
	text-decoration: none;
}

.ps-contact-page .ps-contact-grid article a::after {
	content: " ->";
	margin-left: 6px;
	transition: transform 160ms ease;
}

.ps-contact-page .ps-contact-grid article a:hover::after {
	transform: translateX(3px);
}

.ps-contact-note {
	display: grid;
	grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
	gap: 18px;
	margin-top: 20px;
	padding: 22px 26px;
	border-left: 5px solid #0d6f82;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 18px 52px rgba(23, 48, 52, 0.08);
}

.ps-contact-note strong {
	color: #173034;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-contact-note p {
	margin: 0;
	color: #53666a;
	font-size: 15px;
	font-weight: 550;
	line-height: 1.7;
}

@media (max-width: 780px) {
	.ps-brand-split,
	.ps-journal-grid,
	.ps-contact-grid {
		grid-template-columns: 1fr;
	}

	.ps-contact-page::before {
		inset: -24px -18px auto;
		height: 260px;
	}

	.ps-contact-note {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.ps-contact-company {
		grid-template-columns: 1fr;
	}

	.ps-brand-hero :is(h1, h2) {
		font-size: 38px;
	}
}

.ps-contact-page.ps-contact-redesign {
	--ps-contact-ink: #173034;
	--ps-contact-muted: #53666a;
	--ps-contact-teal: #0d7f9a;
	--ps-contact-teal-deep: #0b6475;
	--ps-contact-teal-soft: #e8f6f4;
	--ps-contact-sand: #f3eadc;
	--ps-contact-sand-soft: #fbf7ef;
	--ps-contact-line: rgba(23, 48, 52, 0.14);
	position: relative;
	max-width: 1180px;
	padding: 4px 0 34px;
	color: var(--ps-contact-ink);
}

.ps-contact-page.ps-contact-redesign::before {
	content: none;
}

.ps-contact-page.ps-contact-redesign .ps-contact-hero-new {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.62fr);
	gap: 34px;
	align-items: stretch;
	margin: 0 0 30px;
	padding: clamp(34px, 5vw, 58px);
	border: 1px solid rgba(13, 127, 154, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(13, 127, 154, 0.12), rgba(255, 255, 255, 0) 54%),
		linear-gradient(180deg, #ffffff 0%, var(--ps-contact-teal-soft) 100%);
	box-shadow: 0 26px 70px rgba(23, 48, 52, 0.08);
}

.ps-contact-page.ps-contact-redesign .ps-contact-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ps-contact-page.ps-contact-redesign .ps-kicker,
.ps-contact-page.ps-contact-redesign .ps-contact-route > span,
.ps-contact-page.ps-contact-redesign .ps-contact-hero-panel > span,
.ps-contact-page.ps-contact-redesign .ps-contact-assistant span,
.ps-contact-page.ps-contact-redesign .ps-contact-business span {
	color: var(--ps-contact-teal-deep);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ps-contact-page.ps-contact-redesign .ps-contact-hero-copy h2 {
	max-width: 680px;
	margin: 12px 0 18px;
	color: var(--ps-contact-ink);
	font-size: clamp(44px, 5vw, 72px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.ps-contact-page.ps-contact-redesign .ps-contact-hero-copy > p {
	max-width: 610px;
	margin: 0;
	color: var(--ps-contact-muted);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.72;
	text-wrap: pretty;
}

.ps-contact-page.ps-contact-redesign .ps-contact-actions--quiet {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	align-items: center;
	margin-top: 28px;
}

.ps-contact-page.ps-contact-redesign .ps-contact-actions--quiet .ps-button {
	min-height: 48px;
	border-radius: 6px;
	background: var(--ps-contact-teal-deep) !important;
	box-shadow: none;
	font-weight: 900;
	transition: background 180ms ease, transform 180ms ease;
}

.ps-contact-page.ps-contact-redesign .ps-contact-actions--quiet .ps-button:hover,
.ps-contact-page.ps-contact-redesign .ps-contact-actions--quiet .ps-button:focus-visible {
	background: var(--ps-contact-ink) !important;
	transform: translateY(-1px);
}

.ps-contact-page.ps-contact-redesign .ps-contact-text-link {
	color: var(--ps-contact-teal-deep);
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.ps-contact-page.ps-contact-redesign .ps-contact-text-link:hover,
.ps-contact-page.ps-contact-redesign .ps-contact-text-link:focus-visible {
	color: var(--ps-contact-ink);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ps-contact-page.ps-contact-redesign .ps-contact-hero-panel {
	display: grid;
	align-content: end;
	min-height: 260px;
	padding: 28px;
	border: 1px solid rgba(13, 127, 154, 0.16);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72)),
		repeating-linear-gradient(90deg, rgba(13, 127, 154, 0.08) 0 1px, transparent 1px 34px),
		var(--ps-contact-sand-soft);
}

.ps-contact-page.ps-contact-redesign .ps-contact-hero-panel h2 {
	max-width: 300px;
	margin: 12px 0 12px;
	color: var(--ps-contact-ink);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.ps-contact-page.ps-contact-redesign .ps-contact-hero-panel p {
	margin: 0;
	color: var(--ps-contact-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.65;
}

.ps-contact-page.ps-contact-redesign .ps-contact-routes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 22px;
}

.ps-contact-page.ps-contact-redesign .ps-contact-route {
	display: flex;
	min-height: 285px;
	flex-direction: column;
	padding: 26px;
	border: 1px solid var(--ps-contact-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: none;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ps-contact-page.ps-contact-redesign .ps-contact-route:hover {
	border-color: rgba(13, 127, 154, 0.28);
	background: #ffffff;
	transform: translateY(-2px);
}

.ps-contact-page.ps-contact-redesign .ps-contact-route--primary {
	background: var(--ps-contact-sand-soft);
}

.ps-contact-page.ps-contact-redesign .ps-contact-route h2 {
	margin: 13px 0 12px;
	color: var(--ps-contact-ink);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.ps-contact-page.ps-contact-redesign .ps-contact-route p {
	margin: 0;
	color: var(--ps-contact-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.62;
}

.ps-contact-page.ps-contact-redesign .ps-contact-route a {
	margin-top: auto;
	color: var(--ps-contact-teal-deep);
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	word-break: break-word;
}

.ps-contact-page.ps-contact-redesign .ps-contact-route a:hover,
.ps-contact-page.ps-contact-redesign .ps-contact-route a:focus-visible {
	color: var(--ps-contact-ink);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ps-contact-page.ps-contact-redesign .ps-contact-route small {
	display: block;
	margin-top: 12px;
	color: #708285;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

.ps-contact-page.ps-contact-redesign .ps-contact-quick {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 22px;
	border: 1px solid var(--ps-contact-line);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.ps-contact-page.ps-contact-redesign .ps-contact-quick a {
	display: grid;
	gap: 6px;
	min-height: 96px;
	padding: 20px 22px;
	color: var(--ps-contact-ink);
	text-decoration: none;
	transition: background 180ms ease;
}

.ps-contact-page.ps-contact-redesign .ps-contact-quick a + a {
	border-left: 1px solid var(--ps-contact-line);
}

.ps-contact-page.ps-contact-redesign .ps-contact-quick a:hover,
.ps-contact-page.ps-contact-redesign .ps-contact-quick a:focus-visible {
	background: var(--ps-contact-teal-soft);
}

.ps-contact-page.ps-contact-redesign .ps-contact-quick span {
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-contact-page.ps-contact-redesign .ps-contact-quick small {
	color: var(--ps-contact-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.ps-contact-page.ps-contact-redesign .ps-contact-assistant {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin: 0 0 22px;
	padding: 24px 28px;
	border-left: 5px solid var(--ps-contact-teal);
	border-radius: 8px;
	background: var(--ps-contact-sand-soft);
}

.ps-contact-page.ps-contact-redesign .ps-contact-assistant h2 {
	margin: 10px 0 8px;
	color: var(--ps-contact-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.ps-contact-page.ps-contact-redesign .ps-contact-assistant p {
	max-width: 720px;
	margin: 0;
	color: var(--ps-contact-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.65;
}

.ps-contact-page.ps-contact-redesign .ps-contact-assistant > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid rgba(13, 127, 154, 0.22);
	border-radius: 6px;
	color: var(--ps-contact-teal-deep);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.ps-contact-page.ps-contact-redesign .ps-contact-assistant > a:hover,
.ps-contact-page.ps-contact-redesign .ps-contact-assistant > a:focus-visible {
	border-color: var(--ps-contact-teal-deep);
	background: #ffffff;
	color: var(--ps-contact-ink);
}

.ps-contact-page.ps-contact-redesign .ps-contact-business {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.48fr) minmax(0, 0.54fr);
	gap: 0;
	border: 1px solid var(--ps-contact-line);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.ps-contact-page.ps-contact-redesign .ps-contact-business p {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 20px 22px;
}

.ps-contact-page.ps-contact-redesign .ps-contact-business p + p {
	border-left: 1px solid var(--ps-contact-line);
}

.ps-contact-page.ps-contact-redesign .ps-contact-business strong {
	color: var(--ps-contact-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.42;
}

@media (max-width: 920px) {
	.ps-contact-page.ps-contact-redesign .ps-contact-hero-new,
	.ps-contact-page.ps-contact-redesign .ps-contact-routes,
	.ps-contact-page.ps-contact-redesign .ps-contact-business {
		grid-template-columns: 1fr;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-business p + p {
		border-top: 1px solid var(--ps-contact-line);
		border-left: 0;
	}
}

@media (max-width: 760px) {
	.ps-contact-page.ps-contact-redesign {
		padding-bottom: 24px;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-hero-new {
		gap: 22px;
		padding: 28px 22px;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-hero-copy h2 {
		font-size: 40px;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-hero-panel {
		min-height: 0;
		padding: 22px;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-route {
		min-height: 0;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-quick {
		grid-template-columns: 1fr;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-quick a + a {
		border-top: 1px solid var(--ps-contact-line);
		border-left: 0;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-assistant {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.ps-contact-page.ps-contact-redesign .ps-contact-assistant > a {
		width: 100%;
	}
}

.ps-contact-page.ps-contact-desk {
	--ps-desk-ink: #173034;
	--ps-desk-muted: #5e7275;
	--ps-desk-teal: #0c7788;
	--ps-desk-line: rgba(23, 48, 52, 0.16);
	--ps-desk-paper: #fbf8f1;
	--ps-desk-wash: #eef8f6;
	max-width: 1040px;
	padding: 0 0 42px;
	color: var(--ps-desk-ink);
}

.ps-contact-page.ps-contact-desk::before {
	content: none;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 58px);
	align-items: end;
	margin: 0 0 34px;
	padding: 0 0 28px;
	border-bottom: 1px solid var(--ps-desk-line);
}

.ps-contact-page.ps-contact-desk .ps-kicker,
.ps-contact-page.ps-contact-desk .ps-contact-desk-label {
	color: var(--ps-desk-teal);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-intro h2 {
	grid-row: span 3;
	max-width: 360px;
	margin: 0;
	color: var(--ps-desk-ink);
	font-size: clamp(38px, 4.8vw, 62px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-wrap: balance;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-intro p:not(.ps-kicker) {
	max-width: 560px;
	margin: 0;
	color: var(--ps-desk-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.68;
	text-wrap: pretty;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-intro p:not(.ps-kicker) + p {
	margin-top: 10px;
	font-size: 15px;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-ledger {
	border-top: 1px solid var(--ps-desk-line);
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-row {
	display: grid;
	grid-template-columns: minmax(160px, 0.62fr) minmax(280px, 1.35fr) minmax(210px, 0.75fr);
	gap: 24px;
	align-items: baseline;
	padding: 22px 0;
	border-bottom: 1px solid var(--ps-desk-line);
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-copy {
	color: var(--ps-desk-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.62;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-link {
	color: var(--ps-desk-teal);
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	text-underline-offset: 4px;
	word-break: break-word;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-link:hover,
.ps-contact-page.ps-contact-desk .ps-contact-desk-link:focus-visible {
	color: var(--ps-desk-ink);
	text-decoration: underline;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-help {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	align-items: center;
	margin: 28px 0 0;
	padding: 20px 22px;
	border: 1px solid rgba(12, 119, 136, 0.14);
	border-radius: 8px;
	background: var(--ps-desk-wash);
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-help .ps-contact-desk-label {
	color: var(--ps-desk-ink);
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-assistant {
	margin: 18px 0 0;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--ps-desk-line);
	color: var(--ps-desk-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.62;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-assistant a {
	color: var(--ps-desk-teal);
	font-weight: 900;
	text-decoration: none;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-assistant a:hover,
.ps-contact-page.ps-contact-desk .ps-contact-desk-assistant a:focus-visible {
	color: var(--ps-desk-ink);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-business {
	display: grid;
	grid-template-columns: minmax(150px, 0.48fr) minmax(150px, 0.66fr) minmax(280px, 1.28fr) minmax(130px, 0.48fr);
	gap: 18px;
	align-items: baseline;
	margin: 28px 0 0;
	padding: 22px 0 0;
	color: var(--ps-desk-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.ps-contact-page.ps-contact-desk .ps-contact-desk-business .ps-contact-desk-copy {
	color: var(--ps-desk-ink);
	font-size: 14px;
	font-weight: 800;
}

@media (max-width: 860px) {
	.ps-contact-page.ps-contact-desk .ps-contact-desk-intro,
	.ps-contact-page.ps-contact-desk .ps-contact-desk-row,
	.ps-contact-page.ps-contact-desk .ps-contact-desk-business {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-intro h2 {
		grid-row: auto;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-row {
		padding: 24px 0;
	}
}

@media (max-width: 560px) {
	.ps-contact-page.ps-contact-desk {
		padding-bottom: 92px;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-intro {
		margin-bottom: 24px;
		padding-bottom: 22px;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-intro h2 {
		font-size: 34px;
		line-height: 1.05;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-intro p:not(.ps-kicker) {
		font-size: 15px;
		line-height: 1.62;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-row {
		padding: 19px 0;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-row,
	.ps-contact-page.ps-contact-desk .ps-contact-desk-assistant,
	.ps-contact-page.ps-contact-desk .ps-contact-desk-business {
		padding-right: 54px;
	}

	.ps-contact-page.ps-contact-desk .ps-contact-desk-help {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.page-id-22.happydog-source-site .happydog-support {
		right: 10px;
		bottom: 10px;
	}

	body.page-id-22.happydog-source-site .happydog-floating-care {
		width: 50px;
		height: 50px;
	}

	body.page-id-22.happydog-source-site .happydog-floating-care svg {
		width: 46px;
		height: 46px;
	}
}

.ps-contact-page.ps-contact-care-map {
	--ps-care-ink: #173034;
	--ps-care-muted: #536a68;
	--ps-care-teal: #178995;
	--ps-care-teal-dark: #0d6f82;
	--ps-care-water: #eaf8f5;
	--ps-care-sand: #f7efe3;
	--ps-care-line: rgba(23, 48, 52, 0.14);
	max-width: 1060px;
	padding: 0 0 52px;
	color: var(--ps-care-ink);
}

.ps-contact-page.ps-contact-care-map::before {
	content: "";
	position: absolute;
	inset: -34px -48px auto;
	height: 360px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(234, 248, 245, 0.9), rgba(255, 255, 255, 0)),
		radial-gradient(circle at 18% 18%, rgba(23, 137, 149, 0.14), transparent 34%),
		linear-gradient(90deg, rgba(247, 239, 227, 0.74), rgba(234, 248, 245, 0.78));
	z-index: -1;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-intro {
	display: flex;
	gap: 18px;
	align-items: end;
	justify-content: space-between;
	margin: 0 0 14px;
}

.ps-contact-page.ps-contact-care-map .ps-kicker,
.ps-contact-page.ps-contact-care-map .ps-contact-care-small {
	margin: 0;
	color: var(--ps-care-teal-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-intro h2 {
	margin: 0;
	color: var(--ps-care-ink);
	font-size: 52px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-hero {
	position: relative;
	min-height: 322px;
	overflow: hidden;
	margin: 0 0 34px;
	border-radius: 8px;
	background: var(--ps-care-water);
	box-shadow: 0 22px 70px rgba(23, 48, 52, 0.1);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(238, 250, 249, 0.96) 0%, rgba(238, 250, 249, 0.84) 34%, rgba(238, 250, 249, 0.12) 68%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(23, 137, 149, 0.12));
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 430px;
	padding: 52px 54px 48px;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-hero-copy h3 {
	margin: 12px 0 14px;
	color: var(--ps-care-ink);
	font-size: 36px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: balance;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-hero-copy h3::after {
	content: "";
	display: block;
	width: 54px;
	height: 18px;
	margin-top: 18px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 72 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23178995' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M2 5c8 7 16 7 24 0s16-7 24 0 14 7 20 1'/%3E%3Cpath d='M2 15c8 7 16 7 24 0s16-7 24 0 14 7 20 1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-hero-copy p {
	max-width: 380px;
	margin: 0;
	color: var(--ps-care-muted);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.68;
	text-wrap: pretty;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-routes {
	margin: 0;
	padding: 0 0 32px;
	border-bottom: 1px solid var(--ps-care-line);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-heading {
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-paw {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 24px;
	margin: 0 0 10px;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-paw::before,
.ps-contact-page.ps-contact-care-map .ps-contact-care-paw::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	background: var(--ps-care-teal);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-paw::before {
	left: 7px;
	bottom: 2px;
	width: 13px;
	height: 11px;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-paw::after {
	left: 2px;
	top: 1px;
	width: 6px;
	height: 6px;
	box-shadow: 9px -1px 0 var(--ps-care-teal), 18px 2px 0 var(--ps-care-teal), 3px 10px 0 var(--ps-care-teal);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-heading h3,
.ps-contact-page.ps-contact-care-map .ps-contact-care-fast h3,
.ps-contact-page.ps-contact-care-map .ps-contact-care-business h3 {
	margin: 0;
	color: var(--ps-care-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-heading p {
	margin: 10px 0 0;
	color: var(--ps-care-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 26px 0 0;
	padding: 78px 0 0;
	list-style: none;
	counter-reset: ps-care-map;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route-list::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 6%;
	right: 6%;
	height: 42px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 920 60' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 31 C95 0 180 60 276 31 S462 2 554 31 734 60 916 27' fill='none' stroke='%23178995' stroke-width='3' stroke-linecap='round' stroke-dasharray='5 9'/%3E%3Cpath d='M6 26a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM914 20v22m0-22c14-7 26 3 39-4v17c-13 7-25-3-39 4' fill='none' stroke='%23178995' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
	opacity: 0.82;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route {
	position: relative;
	min-width: 0;
	padding: 0 34px;
	text-align: center;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route + .ps-contact-care-route {
	border-left: 1px solid var(--ps-care-line);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-count {
	position: absolute;
	top: -78px;
	left: 50%;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 7px solid rgba(23, 137, 149, 0.22);
	border-radius: 50%;
	background: var(--ps-care-teal);
	box-shadow: 0 0 0 4px #ffffff;
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	line-height: 1;
	transform: translateX(-50%);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 0 18px;
	color: var(--ps-care-teal-dark);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-icon svg,
.ps-contact-page.ps-contact-care-map .ps-contact-care-fast svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route h4 {
	margin: 0 0 10px;
	color: var(--ps-care-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
	text-wrap: balance;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route a {
	display: inline-flex;
	color: var(--ps-care-teal-dark);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none;
	word-break: break-word;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route a:hover,
.ps-contact-page.ps-contact-care-map .ps-contact-care-route a:focus-visible,
.ps-contact-page.ps-contact-care-map .ps-contact-care-fast a:hover,
.ps-contact-page.ps-contact-care-map .ps-contact-care-fast a:focus-visible,
.ps-contact-page.ps-contact-care-map .ps-contact-care-assistant a:hover,
.ps-contact-page.ps-contact-care-map .ps-contact-care-assistant a:focus-visible {
	color: var(--ps-care-ink);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-route p {
	max-width: 230px;
	margin: 11px auto 0;
	color: var(--ps-care-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.65;
	text-wrap: pretty;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-fast {
	display: grid;
	grid-template-columns: minmax(190px, 1.1fr) repeat(4, minmax(120px, 1fr));
	gap: 12px;
	align-items: stretch;
	margin: 28px 0 0;
	padding: 0 0 28px;
	border-bottom: 1px solid var(--ps-care-line);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-fast > div {
	align-self: center;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-fast h3 {
	margin-top: 7px;
	font-size: 19px;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-fast a {
	display: grid;
	grid-template-columns: 25px minmax(0, 1fr) 12px;
	gap: 11px;
	align-items: center;
	min-height: 58px;
	padding: 13px 15px;
	border: 1px solid rgba(23, 137, 149, 0.2);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.62);
	color: var(--ps-care-teal-dark);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-fast a::after {
	content: ">";
	color: currentColor;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-fast a:hover,
.ps-contact-page.ps-contact-care-map .ps-contact-care-fast a:focus-visible {
	border-color: rgba(23, 137, 149, 0.38);
	background: #ffffff;
	transform: translateY(-1px);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-fast svg {
	width: 25px;
	height: 25px;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business {
	margin: 0;
	padding: 27px 0 0;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business h3 {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 28px;
	text-align: center;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business h3 svg {
	width: 22px;
	height: 22px;
	color: var(--ps-care-teal);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid {
	display: grid;
	grid-template-columns: minmax(180px, 0.8fr) minmax(300px, 1.22fr) minmax(170px, 0.72fr);
	gap: 0;
	align-items: center;
	max-width: 970px;
	margin: 0 auto;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid p {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0;
	padding: 10px 32px;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid p + p {
	border-left: 1px solid var(--ps-care-line);
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid svg {
	width: 29px;
	height: 29px;
	color: var(--ps-care-teal);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid strong {
	display: block;
	color: var(--ps-care-ink);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.46;
	text-wrap: balance;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-assistant {
	max-width: 680px;
	margin: 24px auto 0;
	color: var(--ps-care-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.6;
	text-align: center;
}

.ps-contact-page.ps-contact-care-map .ps-contact-care-assistant a {
	color: var(--ps-care-teal-dark);
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 920px) {
	.ps-contact-page.ps-contact-care-map .ps-contact-care-route {
		padding: 0 22px;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-fast {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-fast > div {
		grid-column: 1 / -1;
		text-align: center;
	}
}

@media (max-width: 700px) {
	.ps-contact-page.ps-contact-care-map {
		padding-bottom: 96px;
	}

	.ps-contact-page.ps-contact-care-map::before {
		inset: -24px -18px auto;
		height: 300px;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-intro {
		display: block;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-intro h2 {
		margin-top: 8px;
		font-size: 38px;
		line-height: 1.05;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-hero {
		min-height: 376px;
		margin-bottom: 28px;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-hero img {
		object-position: 63% center;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-hero::after {
		background:
			linear-gradient(180deg, rgba(238, 250, 249, 0.96) 0%, rgba(238, 250, 249, 0.8) 46%, rgba(238, 250, 249, 0.12) 100%),
			linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(23, 137, 149, 0.12));
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-hero-copy {
		max-width: none;
		padding: 30px 24px;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-hero-copy h3 {
		max-width: 330px;
		font-size: 28px;
		line-height: 1.16;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-hero-copy p {
		max-width: 310px;
		font-size: 14px;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-route-list {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 24px;
		padding: 0;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-route-list::before {
		content: none;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-route {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 8px 16px;
		padding: 0 54px 0 0;
		text-align: left;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-route + .ps-contact-care-route {
		border-left: 0;
		border-top: 1px solid var(--ps-care-line);
		padding-top: 22px;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-count {
		position: static;
		grid-row: span 4;
		width: 42px;
		height: 42px;
		border-width: 5px;
		box-shadow: none;
		font-size: 16px;
		transform: none;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-icon {
		width: 42px;
		height: 42px;
		margin: 0 0 6px;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-route h4,
	.ps-contact-page.ps-contact-care-map .ps-contact-care-route p {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-fast,
	.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid {
		grid-template-columns: 1fr;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid p {
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 15px 54px 15px 0;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-business-grid p + p {
		border-top: 1px solid var(--ps-care-line);
		border-left: 0;
	}

	.ps-contact-page.ps-contact-care-map .ps-contact-care-assistant {
		padding-right: 54px;
		text-align: left;
	}

	body.page-id-22.happydog-source-site .happydog-support {
		right: 10px;
		bottom: 10px;
	}

	body.page-id-22.happydog-source-site .happydog-floating-care {
		width: 50px;
		height: 50px;
	}

	body.page-id-22.happydog-source-site .happydog-floating-care svg {
		width: 46px;
		height: 46px;
	}
}

body.happydog-source-site.post-type-archive-product .hero-section,
body.happydog-source-site.post-type-archive-product .site-main > .woocommerce-products-header {
	position: relative;
	display: grid !important;
	min-height: 274px;
	margin: 0 !important;
	padding: 0 !important;
	place-items: stretch;
	overflow: hidden;
	background-image: url("../generated/talenori-shop-title-bg-talk-listen-final-1231x274-20260819.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.happydog-source-site.post-type-archive-product .hero-section .entry-header,
body.happydog-source-site.post-type-archive-product .site-main > .woocommerce-products-header .entry-header {
	display: grid !important;
	width: min(1231px, 100%);
	min-height: 274px !important;
	margin: 0 auto !important;
	padding: 0 clamp(28px, 6vw, 92px) !important;
	align-items: center;
	justify-items: start;
	background: transparent !important;
}

body.happydog-source-site.post-type-archive-product .page-title,
body.happydog-source-site.post-type-archive-product .ct-page-title {
	max-width: 42%;
	margin: 0 !important;
	color: #173034 !important;
	font-size: clamp(42px, 5vw, 76px) !important;
	font-weight: 900 !important;
	line-height: 0.95 !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	text-align: left !important;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.34);
}

body.happydog-source-site.post-type-archive-product .page-title *,
body.happydog-source-site.post-type-archive-product .ct-page-title * {
	color: inherit !important;
	text-indent: 0 !important;
}

body.happydog-source-site.post-type-archive-product .ps-shop-tabs {
	margin-top: 36px;
}

@media (max-width: 820px) {
	body.happydog-source-site.post-type-archive-product .hero-section,
	body.happydog-source-site.post-type-archive-product .site-main > .woocommerce-products-header {
		min-height: 220px;
		background-position: center;
	}

	body.happydog-source-site.post-type-archive-product .hero-section .entry-header,
	body.happydog-source-site.post-type-archive-product .site-main > .woocommerce-products-header .entry-header {
		min-height: 220px !important;
		padding: 0 28px !important;
	}

	body.happydog-source-site.post-type-archive-product .page-title,
	body.happydog-source-site.post-type-archive-product .ct-page-title {
		max-width: 48%;
		font-size: 42px !important;
	}
}

/* Mobile category mosaic: replace the cropped carousel with a stable 1-3-1 layout. */
@media screen and (max-width: 650px) {
	body.happydog-source-home .happydog-categories {
		padding-top: 44px !important;
		padding-bottom: 48px !important;
		overflow: visible !important;
	}

	body.happydog-source-home .happydog-categories .container {
		width: min(100% - 28px, 100%) !important;
	}

	body.happydog-source-home .happydog-categories .c-headings {
		margin-bottom: 24px !important;
	}

	body.happydog-source-home .happydog-categories .c-headings h2 {
		max-width: 250px;
		margin-bottom: 0 !important;
		font-size: clamp(34px, 11vw, 46px) !important;
		line-height: 0.98 !important;
	}

	body.happydog-source-home .happydog-categories .ps-rail__controls {
		display: none !important;
	}

	body.happydog-source-home .happydog-categories .c-box,
	body.happydog-source-home .happydog-categories .c-box.ps-rail__track {
		display: grid !important;
		width: 100% !important;
		grid-auto-flow: row !important;
		grid-auto-columns: initial !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 10px !important;
		margin: 0 auto !important;
		padding: 0 !important;
		overflow: visible !important;
		scroll-snap-type: none !important;
		scroll-padding-left: 0 !important;
	}

	body.happydog-source-home .happydog-categories .c-box.ps-rail__track > * {
		scroll-snap-align: none !important;
	}

	body.happydog-source-home .happydog-categories .c-contents {
		display: block !important;
		min-width: 0 !important;
		border-radius: 8px !important;
	}

	body.happydog-source-home .happydog-categories .c-contents:nth-child(1),
	body.happydog-source-home .happydog-categories .c-contents:nth-child(5) {
		grid-column: 1 / -1 !important;
	}

	body.happydog-source-home .happydog-categories .c-contents:nth-child(1) .cat-image,
	body.happydog-source-home .happydog-categories .c-contents:nth-child(5) .cat-image {
		height: clamp(132px, 36vw, 156px) !important;
	}

	body.happydog-source-home .happydog-categories .c-contents:nth-child(2),
	body.happydog-source-home .happydog-categories .c-contents:nth-child(3),
	body.happydog-source-home .happydog-categories .c-contents:nth-child(4) {
		grid-column: auto !important;
	}

	body.happydog-source-home .happydog-categories .c-contents:nth-child(2) .cat-image,
	body.happydog-source-home .happydog-categories .c-contents:nth-child(3) .cat-image,
	body.happydog-source-home .happydog-categories .c-contents:nth-child(4) .cat-image {
		height: clamp(138px, 39vw, 168px) !important;
	}

	body.happydog-source-home .happydog-categories .cat-image {
		width: 100% !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	body.happydog-source-home .happydog-categories h6.c-title {
		right: 10px !important;
		bottom: 12px !important;
		left: 10px !important;
		max-width: calc(100% - 20px) !important;
	}

body.happydog-source-home .happydog-categories h6.c-title a {
		font-size: clamp(13px, 4vw, 18px) !important;
		line-height: 1.02 !important;
	}
}

/* Mobile Water Safety Picks: keep each product card readable instead of squeezing three cards into one narrow viewport. */
@media screen and (max-width: 650px) {
	body.happydog-source-home .happydog-best-selling {
		overflow: hidden !important;
	}

	body.happydog-source-home .happydog-best-selling .container {
		width: min(100% - 28px, 100%) !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-content,
	body.happydog-source-home .happydog-best-selling .bs-content.ps-rail__track {
		display: grid !important;
		grid-auto-flow: column !important;
		grid-auto-columns: minmax(224px, 72vw) !important;
		grid-template-columns: none !important;
		gap: 16px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding: 2px 4px 18px !important;
		scroll-padding-left: 4px !important;
		scroll-snap-type: x proximity !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-wrap {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		display: flex !important;
		flex-direction: column !important;
		scroll-snap-align: start !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-images,
	body.happydog-source-home .happydog-best-selling .bs-images a {
		width: 100% !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-images img {
		width: 100% !important;
		height: 174px !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-text-div {
		min-height: 292px !important;
		padding: 12px 10px 10px !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-title-row {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 30px !important;
		gap: 8px !important;
		align-items: start !important;
		padding: 0 !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-title {
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 18px !important;
		line-height: 1.18 !important;
		letter-spacing: 0 !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-title a {
		color: #173034 !important;
		font-size: inherit !important;
		line-height: inherit !important;
		text-decoration: none !important;
	}

	body.happydog-source-home .happydog-best-selling .happydog-card-note {
		min-height: 50px !important;
		margin: 7px 0 10px !important;
		padding: 0 !important;
		font-size: 12px !important;
		line-height: 1.38 !important;
		display: -webkit-box !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 3 !important;
		overflow: hidden !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-p-r {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: space-between !important;
		gap: 8px !important;
		margin-top: auto !important;
		padding: 0 0 12px !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-price {
		display: block !important;
		min-width: 0 !important;
		color: #173034 !important;
		font-size: 18px !important;
		font-weight: 900 !important;
		line-height: 1.15 !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-price .sale-price {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 3px !important;
		flex-wrap: nowrap !important;
		white-space: nowrap !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-price .sale-price ins {
		display: block !important;
		font-size: 18px !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-price .sale-price del {
		display: inline-block !important;
		width: max-content !important;
		font-size: 12px !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
	}

	body.happydog-source-home .happydog-best-selling .bs-review,
	body.happydog-source-home .happydog-best-selling .ps-review-pending {
		flex: 0 0 auto !important;
		max-width: 64px !important;
		overflow: hidden !important;
		color: #607072 !important;
		font-size: 11px !important;
		line-height: 1.2 !important;
		text-align: right !important;
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
	}

	body.happydog-source-home .happydog-best-selling .shop-btn {
		margin-top: 0 !important;
	}

	body.happydog-source-home .happydog-best-selling .shop-btn a,
	body.happydog-source-home .happydog-best-selling .button {
		width: 100% !important;
		min-height: 45px !important;
		height: 45px !important;
		margin: 0 !important;
		font-size: 14px !important;
		line-height: 1 !important;
	}
}

/* Shop wishlist saved state: blend icon button with product-list background. */
.woocommerce ul.products li.product .ps-wishlist-button--card,
.woocommerce ul.products li.product .ps-wishlist-button--card:hover,
.woocommerce ul.products li.product .ps-wishlist-button--card:focus-visible,
.woocommerce ul.products li.product .ps-wishlist-button--card.is-saved,
.woocommerce ul.products li.product .ps-wishlist-button--card.exists,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card:hover,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card:focus-visible,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card.is-saved,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card.exists,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:hover,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card:focus-visible,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.is-saved,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.exists {
	border-color: transparent !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.woocommerce ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
.woocommerce ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon,
.woocommerce ul.products li.product .ps-wishlist-button--card.exists .ps-wishlist-icon,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon,
body.happydog-source-site.single-product section.related ul.products li.product .ps-wishlist-button--card.exists .ps-wishlist-icon,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card .ps-wishlist-icon,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.is-saved .ps-wishlist-icon,
body.happydog-source-site.single-product section.related.products ul.products li.product .ps-wishlist-button--card.exists .ps-wishlist-icon {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

/* Talenori shipping and returns visual page: begin */
.ps-shipping-page {
	width: min(1220px, calc(100% - 36px));
	margin: 56px auto 72px;
	color: #17282c;
	font-family: "Kodchasan", Arial, sans-serif;
}

.ps-shipping-page * {
	box-sizing: border-box;
}

.ps-shipping-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	min-height: 430px;
	padding: clamp(34px, 5vw, 58px);
	border-radius: 8px;
	background: #dff2ee;
	overflow: hidden;
}

.ps-shipping-kicker {
	margin: 0 0 10px;
	color: #0d7f9a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.ps-shipping-hero h1 {
	margin: 0;
	color: #132c30;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.92;
}

.ps-shipping-coral-rule {
	width: 86px;
	height: 6px;
	margin: 22px 0;
	border-radius: 999px;
	background: #ff7055;
}

.ps-shipping-hero p:last-child {
	max-width: 620px;
	margin: 0;
	color: #42575a;
	font-size: 16px;
	line-height: 1.72;
}

.ps-shipping-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 300px;
}

.ps-shipping-hero__visual img {
	display: block;
	width: min(100%, 460px);
	height: auto;
	filter: drop-shadow(0 24px 34px rgba(45, 92, 94, 0.16));
}

.ps-shipping-policy {
	margin-top: 34px;
	padding: clamp(30px, 5vw, 54px);
	border: 1px solid rgba(13, 127, 154, 0.13);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(8, 71, 86, 0.07);
}

.ps-shipping-inner {
	max-width: 1040px;
	margin: 0 auto;
}

.ps-shipping-policy__header {
	max-width: 840px;
	margin-bottom: 28px;
}

.ps-shipping-policy__header h2 {
	margin: 0;
	color: #14292e;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(34px, 4.6vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.ps-shipping-policy__header p {
	max-width: 760px;
	margin: 16px 0 0;
	color: #53666a;
	font-size: 15px;
	line-height: 1.72;
}

.ps-shipping-checklist {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 32px 0 38px;
	border: 1px solid #22363b;
	background: #fffaf2;
	color: #22363b;
}

.ps-shipping-checklist__title {
	grid-column: 1 / -1;
	padding: 13px 16px;
	border-bottom: 1px solid #22363b;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
}

.ps-shipping-checklist__item {
	display: grid;
	gap: 10px;
	place-items: center;
	min-height: 132px;
	padding: 18px 14px 16px;
	border-right: 1px solid #22363b;
	text-align: center;
}

.ps-shipping-checklist__item:last-child {
	border-right: 0;
}

.ps-shipping-checklist__icon {
	width: 54px;
	height: 50px;
	object-fit: contain;
	color: #22363b;
}

.ps-shipping-checklist__icon--raster {
	width: 58px;
	height: 54px;
}

.ps-shipping-checklist__item span {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: lowercase;
}

.ps-shipping-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 36px;
}

.ps-shipping-detail-grid article {
	padding: 22px;
	border: 1px solid rgba(13, 127, 154, 0.12);
	border-radius: 8px;
	background: #f7fbfa;
}

.ps-shipping-detail-grid h3 {
	margin: 0 0 8px;
	color: #14292e;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-shipping-detail-grid p {
	margin: 0;
	color: #53666a;
	font-size: 14px;
	line-height: 1.68;
}

.ps-shipping-section-label {
	display: inline-flex;
	margin: 2px 0 14px;
	color: #0d7f9a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ps-shipping-table {
	width: 100%;
	margin: 0 0 12px;
	border-collapse: collapse;
	overflow: hidden;
	background: #ffffff;
}

.ps-shipping-table th,
.ps-shipping-table td {
	border: 1px solid rgba(21, 33, 31, 0.16);
	padding: 14px 15px;
	color: #33484c;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
}

.ps-shipping-table th {
	background: #eaf7f8;
	color: #132c30;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ps-shipping-table td:first-child {
	color: #14292e;
	font-weight: 900;
}

.ps-shipping-table-note {
	margin: 0 0 32px;
	color: #6f7e81;
	font-size: 13px;
	line-height: 1.6;
}

.ps-shipping-return-list {
	display: grid;
	gap: 9px;
	margin: 10px 0 18px;
	padding: 0;
	list-style: none;
}

.ps-shipping-return-list li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #253330;
}

.ps-shipping-return-list b {
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: #123f3b;
	color: #fffdf8;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.ps-shipping-return-list span {
	color: #253330;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.ps-shipping-notice {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	min-height: 62px;
	margin-top: 16px;
	padding: 15px 18px;
	border: 1px solid #d4c9b7;
	border-radius: 6px;
	background: rgba(255, 253, 248, 0.76);
	color: #101816;
}

.ps-shipping-notice svg {
	width: 34px;
	height: 34px;
}

.ps-shipping-notice p {
	max-width: 820px;
	margin: 0;
	color: #123f3b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.48;
}

.ps-shipping-company {
	position: relative;
	min-height: 220px;
	margin-top: 0;
	padding: clamp(38px, 5vw, 52px) clamp(30px, 5vw, 64px) clamp(34px, 4vw, 42px);
	border-radius: 0 0 8px 8px;
	background:
		radial-gradient(circle at 20% 45%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 26%),
		#f4f0e7;
	color: #123f3b;
	overflow: hidden;
}

.ps-shipping-company__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(220px, 270px) 1px minmax(0, 1fr);
	gap: clamp(28px, 5vw, 54px);
	align-items: start;
	width: min(100%, 760px);
	margin: 0 auto;
}

.ps-shipping-footer-rule {
	width: 1px;
	min-height: 146px;
	background: #c9bca7;
}

.ps-shipping-info-block {
	display: grid;
	align-content: start;
	gap: 15px;
}

.ps-shipping-info-block h2 {
	display: flex;
	gap: 17px;
	align-items: center;
	margin: 0;
	color: #123f3b;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.ps-shipping-info-block h2 svg {
	width: 33px;
	height: 33px;
	flex: 0 0 auto;
	color: #123f3b;
}

.ps-shipping-email-list {
	display: grid;
	gap: 9px;
	font-size: 15px;
}

.ps-shipping-email-list a {
	width: max-content;
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(18, 63, 59, 0.62);
	background: transparent;
	color: #123f3b;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.ps-shipping-company-copy {
	max-width: 430px;
	color: #16231f;
	font-size: 15px;
	line-height: 1.5;
}

.ps-shipping-strap-art {
	position: absolute;
	right: -22px;
	bottom: -38px;
	width: 334px;
	height: 180px;
	opacity: 0.9;
	pointer-events: none;
	transform: rotate(-39deg);
	color: #2b7372;
}

.ps-shipping-strap-line {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	height: 1px;
	border-top: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
}

.ps-shipping-strap-line--a {
	top: 54px;
}

.ps-shipping-strap-line--b {
	top: 90px;
	left: 0;
	border-style: dashed;
	opacity: 0.6;
}

.ps-shipping-strap-line--c {
	top: 126px;
	left: 0;
}

.ps-shipping-buckle {
	position: absolute;
	top: 34px;
	left: 148px;
	width: 78px;
	height: 82px;
	border: 2px solid currentColor;
	border-radius: 12px;
	background: rgba(244, 240, 231, 0.78);
}

.ps-shipping-buckle::before,
.ps-shipping-buckle::after {
	position: absolute;
	content: "";
}

.ps-shipping-buckle::before {
	inset: 12px;
	border: 1px solid currentColor;
	border-radius: 8px;
	background: transparent;
	opacity: 0.72;
}

.ps-shipping-buckle::after {
	left: -32px;
	top: 20px;
	width: 26px;
	height: 42px;
	border: 2px solid currentColor;
	border-radius: 6px;
	box-shadow: -12px 0 0 -2px rgba(244, 240, 231, 0.85), -12px 0 0 0 currentColor;
}

@media (max-width: 900px) {
	.ps-shipping-hero,
	.ps-shipping-detail-grid,
	.ps-shipping-company__grid {
		grid-template-columns: 1fr;
	}

	.ps-shipping-company__grid {
		gap: 28px;
	}

	.ps-shipping-footer-rule {
		width: 100%;
		height: 1px;
		min-height: 1px;
	}

	.ps-shipping-return-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.ps-shipping-page {
		width: min(100% - 28px, 1220px);
		margin-top: 34px;
		margin-bottom: 52px;
	}

	.ps-shipping-hero {
		gap: 22px;
		min-height: auto;
		padding: 28px 22px 10px;
	}

	.ps-shipping-hero h1 {
		font-size: clamp(40px, 13vw, 58px);
	}

	.ps-shipping-hero p:last-child {
		font-size: 14px;
	}

	.ps-shipping-hero__visual {
		min-height: 230px;
	}

	.ps-shipping-hero__visual img {
		width: min(100%, 340px);
	}

	.ps-shipping-policy {
		margin-top: 20px;
		padding: 24px 18px;
	}

	.ps-shipping-policy__header h2 {
		font-size: 31px;
	}

	.ps-shipping-policy__header p {
		font-size: 14px;
	}

	.ps-shipping-checklist {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ps-shipping-checklist__item {
		min-height: 118px;
		border-bottom: 1px solid #22363b;
	}

	.ps-shipping-checklist__item:nth-child(3),
	.ps-shipping-checklist__item:nth-child(5) {
		border-right: 0;
	}

	.ps-shipping-checklist__item:nth-child(4),
	.ps-shipping-checklist__item:nth-child(5) {
		border-bottom: 0;
	}

	.ps-shipping-detail-grid,
	.ps-shipping-return-list {
		grid-template-columns: 1fr;
	}

	.ps-shipping-table,
	.ps-shipping-table thead,
	.ps-shipping-table tbody,
	.ps-shipping-table tr,
	.ps-shipping-table th,
	.ps-shipping-table td {
		display: block;
	}

	.ps-shipping-table thead {
		display: none;
	}

	.ps-shipping-table tr {
		margin-bottom: 12px;
		border: 1px solid rgba(21, 33, 31, 0.16);
		border-radius: 8px;
		overflow: hidden;
	}

	.ps-shipping-table td {
		display: grid;
		grid-template-columns: 122px minmax(0, 1fr);
		gap: 10px;
		border: 0;
		border-bottom: 1px solid rgba(21, 33, 31, 0.12);
	}

	.ps-shipping-table td:last-child {
		border-bottom: 0;
	}

	.ps-shipping-table td:first-child {
		display: block;
		background: #eaf7f8;
	}

	.ps-shipping-table td:nth-child(2)::before {
		color: #6f7e81;
		font-size: 11px;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		content: "Shipping";
	}

	.ps-shipping-table td:nth-child(3)::before {
		color: #6f7e81;
		font-size: 11px;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		content: "Free";
	}

	.ps-shipping-table td:nth-child(4)::before {
		color: #6f7e81;
		font-size: 11px;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		content: "Time";
	}

	.ps-shipping-notice {
		grid-template-columns: 1fr;
	}

	.ps-shipping-company {
		padding: 34px 20px 92px;
	}

	.ps-shipping-company__grid {
		width: 100%;
	}

	.ps-shipping-email-list a {
		width: fit-content;
	}

	.ps-shipping-strap-art {
		right: -104px;
		bottom: -62px;
		transform: rotate(-39deg) scale(0.72);
		transform-origin: center;
	}
}

@media (max-width: 420px) {
	.ps-shipping-hero h1 {
		font-size: 38px;
	}

	.ps-shipping-hero__visual {
		min-height: 212px;
	}

	.ps-shipping-policy__header h2 {
		font-size: 26px;
	}

	.ps-shipping-checklist__icon {
		width: 43px;
		height: 41px;
	}
}
/* Talenori shipping and returns visual page: end */

/* Talenori about editorial page: begin */
.ps-about-editorial {
	--ps-about-ink: #123f3b;
	--ps-about-muted: #4f6365;
	--ps-about-line: rgba(18, 63, 59, 0.16);
	--ps-about-coral: #f06a4f;
	--ps-about-aqua: #e6f5f2;
	--ps-about-shell: #fffaf2;
	--ps-about-paper: #fbf6ec;
	width: min(1280px, calc(100% - 36px));
	margin: 0 auto 78px;
	padding: 0 0 8px;
	color: var(--ps-about-ink);
	font-family: "Kodchasan", Arial, sans-serif;
	background:
		radial-gradient(circle at 8% 22%, rgba(132, 203, 196, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(255, 250, 242, 0) 0%, rgba(255, 250, 242, 0.7) 34%, rgba(255, 255, 255, 0) 100%);
}

.ps-about-editorial *,
.ps-about-editorial *::before,
.ps-about-editorial *::after {
	box-sizing: border-box;
}

.ps-about-editorial__photo-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	margin: 0 calc(50% - 50vw);
	border-bottom: 1px solid var(--ps-about-line);
	background: #e8f5f3;
}

.ps-about-editorial__photo {
	position: relative;
	min-height: clamp(280px, 38vw, 520px);
	margin: 0;
	overflow: hidden;
	background: #dcefed;
}

.ps-about-editorial__photo + .ps-about-editorial__photo {
	border-left: 1px solid rgba(18, 63, 59, 0.2);
}

.ps-about-editorial__photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

.ps-about-editorial__photo--life img {
	object-position: 52% 50%;
}

.ps-about-editorial__photo--product {
	background: #102b30;
}

.ps-about-editorial__photo--product img {
	object-position: 50% 50%;
}

.ps-about-editorial__intro {
	max-width: 880px;
	padding: clamp(42px, 7vw, 82px) 0 clamp(28px, 5vw, 52px);
}

.ps-about-editorial__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--ps-about-coral);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ps-about-editorial__kicker::after {
	width: 48px;
	height: 2px;
	background: currentColor;
	content: "";
}

.ps-about-editorial h1,
.ps-about-editorial h2,
.ps-about-editorial h3 {
	color: var(--ps-about-ink);
	letter-spacing: 0;
}

.ps-about-editorial h1 {
	max-width: 850px;
	margin: 0;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(54px, 8.2vw, 104px);
	font-weight: 500;
	line-height: 0.93;
	text-wrap: balance;
}

.ps-about-editorial__intro > p:not(.ps-about-editorial__kicker) {
	max-width: 720px;
	margin: 22px 0 0;
	color: var(--ps-about-muted);
	font-size: clamp(16px, 1.7vw, 20px);
	font-weight: 500;
	line-height: 1.62;
}

.ps-about-editorial__range {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 86px);
	align-items: end;
	padding: clamp(36px, 6vw, 68px) 0;
	border-top: 1px solid var(--ps-about-line);
	border-bottom: 1px solid var(--ps-about-line);
}

.ps-about-editorial__range h2 {
	max-width: 500px;
	margin: 0;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(34px, 4.4vw, 58px);
	font-weight: 500;
	line-height: 0.98;
	text-wrap: balance;
}

.ps-about-editorial__range > p {
	max-width: 650px;
	margin: 0;
	color: var(--ps-about-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
}

.ps-about-editorial__focus {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-bottom: 1px solid var(--ps-about-line);
}

.ps-about-editorial__focus article {
	display: grid;
	align-content: start;
	min-height: 248px;
	padding: clamp(24px, 3vw, 38px) clamp(18px, 2.4vw, 30px);
	border-right: 1px solid var(--ps-about-line);
	background: rgba(255, 250, 242, 0.64);
}

.ps-about-editorial__focus article:last-child {
	border-right: 0;
}

.ps-about-editorial__focus span,
.ps-about-editorial__principles span,
.ps-about-editorial__safety svg,
.ps-about-editorial__company svg {
	display: inline-flex;
	width: 42px;
	height: 42px;
	color: #2a8792;
}

.ps-about-editorial svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
	vector-effect: non-scaling-stroke;
}

.ps-about-editorial__focus span svg,
.ps-about-editorial__principles span svg {
	width: 100%;
	height: 100%;
}

.ps-about-editorial__focus h3 {
	margin: 28px 0 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.18;
}

.ps-about-editorial__focus p {
	margin: 0;
	color: var(--ps-about-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.62;
}

.ps-about-editorial__principles {
	display: grid;
	gap: 0;
	margin: clamp(26px, 5vw, 58px) 0 0;
	border-top: 1px solid var(--ps-about-line);
}

.ps-about-editorial__principles article {
	display: grid;
	grid-template-columns: 78px minmax(210px, 0.72fr) minmax(0, 1fr) 150px;
	gap: clamp(18px, 3.5vw, 46px);
	align-items: center;
	min-height: 128px;
	padding: 26px 0;
	border-bottom: 1px solid var(--ps-about-line);
}

.ps-about-editorial__principles h2 {
	margin: 0;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 500;
	line-height: 1;
}

.ps-about-editorial__principles p {
	max-width: 560px;
	margin: 0;
	color: var(--ps-about-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.62;
}

.ps-about-editorial__principles a {
	justify-self: end;
	color: var(--ps-about-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.ps-about-editorial__principles a::after {
	margin-left: 10px;
	color: var(--ps-about-coral);
	content: ">";
}

.ps-about-editorial__safety {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin: 0 calc(50% - 50vw);
	padding: clamp(22px, 3.4vw, 36px) max(18px, calc((100vw - 1280px) / 2));
	border-bottom: 1px solid rgba(18, 63, 59, 0.16);
	background: #f7edda;
}

.ps-about-editorial__safety p {
	max-width: 1040px;
	margin: 0;
	color: var(--ps-about-ink);
	font-size: clamp(17px, 2vw, 24px);
	font-weight: 650;
	line-height: 1.42;
}

.ps-about-editorial__safety svg {
	color: var(--ps-about-coral);
}

.ps-about-editorial__trust {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
	gap: clamp(30px, 6vw, 84px);
	align-items: start;
	padding: clamp(38px, 6vw, 70px) 0 26px;
}

.ps-about-editorial__company h2 {
	margin: 0 0 24px;
	font-family: "Lilita One", "Kodchasan", Arial, sans-serif;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 500;
	line-height: 1;
}

.ps-about-editorial__company ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ps-about-editorial__company li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	color: var(--ps-about-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.46;
}

.ps-about-editorial__company svg {
	width: 24px;
	height: 24px;
	color: var(--ps-about-ink);
}

.ps-about-editorial__support {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--ps-about-line);
}

.ps-about-editorial__support .ps-about-editorial__kicker {
	margin: 0;
	padding: 0 0 18px;
	border-bottom: 1px solid var(--ps-about-line);
}

.ps-about-editorial__support a {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(190px, 0.72fr);
	gap: 20px;
	align-items: center;
	min-height: 72px;
	padding: 18px 0;
	border-bottom: 1px solid var(--ps-about-line);
	color: var(--ps-about-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.ps-about-editorial__support a:hover,
.ps-about-editorial__support a:focus-visible {
	color: #0d7f9a;
}

.ps-about-editorial__support span {
	color: var(--ps-about-muted);
	font-size: 13px;
	font-weight: 600;
}

.ps-about-editorial__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 20px;
	border: 1px solid var(--ps-about-line);
	background: var(--ps-about-shell);
}

.ps-about-editorial__links a {
	display: grid;
	gap: 6px;
	min-height: 92px;
	padding: 20px;
	border-right: 1px solid var(--ps-about-line);
	color: var(--ps-about-ink);
	text-decoration: none;
}

.ps-about-editorial__links a:last-child {
	border-right: 0;
}

.ps-about-editorial__links a:hover,
.ps-about-editorial__links a:focus-visible {
	background: var(--ps-about-aqua);
}

.ps-about-editorial__links span {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-about-editorial__links small {
	color: var(--ps-about-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.ps-about-brief {
	--ps-about-brief-ink: #0d3f46;
	--ps-about-brief-muted: #557174;
	--ps-about-brief-line: rgba(13, 63, 70, 0.19);
	--ps-about-brief-paper: #fffdf8;
	--ps-about-brief-card: #fff7f1;
	--ps-about-brief-blue: #edfafa;
	--ps-about-brief-coral: #f06a4f;
	width: min(718px, 100%);
	margin: 0 auto;
	padding: 22px 0 0;
	color: var(--ps-about-brief-ink);
}

.ps-about-brief__section {
	margin: 0 0 22px;
}

.ps-about-brief__heading {
	display: grid;
	grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0 0 13px;
}

.ps-about-brief__heading span {
	display: block;
	height: 1px;
	background: var(--ps-about-brief-line);
}

.ps-about-brief__heading h2 {
	margin: 0;
	color: var(--ps-about-brief-ink);
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
}

.ps-about-brief h3,
.ps-about-brief p,
.ps-about-brief small {
	letter-spacing: 0;
}

.ps-about-brief__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.ps-about-brief__cards article {
	display: grid;
	grid-template-rows: 84px auto auto;
	align-items: start;
	min-height: 142px;
	padding: 8px 8px 10px;
	border: 1px solid rgba(13, 63, 70, 0.06);
	background: var(--ps-about-brief-card);
	text-align: center;
}

.ps-about-brief__product {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 84px;
	margin: 0 auto 7px;
	color: #0b6d77;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
}

.ps-about-brief__card-icon {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	color: #0d5961;
	transform: translateX(-50%);
}

.ps-about-brief__product img {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 66px;
	object-fit: contain;
	object-position: center bottom;
	mix-blend-mode: multiply;
}

.ps-about-brief__product--coral {
	color: #b74e41;
	background: #f8b2a1;
}

.ps-about-brief__product--mint {
	color: #2f827f;
	background: #cfeee9;
}

.ps-about-brief__product--stone {
	color: #516366;
	background: #e1e1dc;
}

.ps-about-brief__product svg {
	width: 24px;
	height: 24px;
}

.ps-about-brief__cards h3 {
	margin: 0 0 4px;
	color: var(--ps-about-brief-ink);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-about-brief__cards p {
	max-width: 118px;
	margin: 0 auto;
	color: var(--ps-about-brief-muted);
	font-size: 8px;
	font-weight: 650;
	line-height: 1.34;
}

.ps-about-brief__section--wash {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 22px max(18px, calc((100vw - 718px) / 2));
	background: #eaf8f8;
}

.ps-about-brief__section--wash .ps-about-brief__heading {
	margin-bottom: 16px;
}

.ps-about-brief__steps {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.ps-about-brief__steps article {
	position: relative;
	display: grid;
	justify-items: center;
	align-content: start;
	min-height: 102px;
	padding: 0 8px;
	text-align: center;
}

.ps-about-brief__steps b {
	display: inline-grid;
	place-items: center;
	width: 19px;
	height: 19px;
	margin: 0 0 7px;
	color: #fff;
	border-radius: 999px;
	background: var(--ps-about-brief-ink);
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
}

.ps-about-brief__step-icon {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 34px;
	margin-bottom: 5px;
	color: #185f66;
}

.ps-about-brief__step-icon svg {
	width: 46px;
	height: 34px;
	stroke-width: 1.35;
}

.ps-about-brief__steps h3 {
	margin: 0 0 4px;
	color: var(--ps-about-brief-ink);
	font-size: 9.5px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-about-brief__steps p {
	max-width: 138px;
	margin: 0;
	color: var(--ps-about-brief-muted);
	font-size: 7.6px;
	font-weight: 650;
	line-height: 1.42;
}

.ps-about-brief__steps > i {
	color: #639499;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	transform: translateY(2px);
}

.ps-about-brief__details {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 38px;
	align-items: stretch;
	padding: 2px 16px 0;
}

.ps-about-brief__details article {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	min-height: 116px;
}

.ps-about-brief__company {
	position: relative;
	padding-left: 32px;
}

.ps-about-brief__company::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: var(--ps-about-brief-line);
	content: "";
}

.ps-about-brief__detail-icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #244f54;
}

.ps-about-brief__detail-icon svg {
	width: 39px;
	height: 39px;
	stroke-width: 1.35;
}

.ps-about-brief__details h3 {
	margin: 0 0 7px;
	color: var(--ps-about-brief-ink);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.22;
}

.ps-about-brief__details p {
	max-width: 232px;
	margin: 0 0 8px;
	color: var(--ps-about-brief-muted);
	font-size: 8px;
	font-weight: 650;
	line-height: 1.54;
}

.ps-about-brief__details ul {
	display: grid;
	gap: 3px;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}

.ps-about-brief__details li {
	margin: 0;
	color: var(--ps-about-brief-muted);
	font-size: 8px;
	font-weight: 700;
	line-height: 1.35;
}

.ps-about-brief__details li::before {
	display: inline-block;
	width: 11px;
	margin-right: 5px;
	color: var(--ps-about-brief-coral);
	content: "@";
}

.ps-about-brief__details a {
	color: var(--ps-about-brief-ink);
	text-decoration: none;
}

.ps-about-brief__details a:hover,
.ps-about-brief__details a:focus-visible {
	color: #087e8b;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ps-about-brief__details small {
	display: block;
	max-width: 232px;
	color: var(--ps-about-brief-muted);
	font-size: 7.6px;
	font-weight: 650;
	line-height: 1.45;
}

.ps-about-brief__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
}

.ps-about-brief__links a {
	position: relative;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 11px;
	grid-template-rows: auto auto;
	gap: 4px 7px;
	align-items: center;
	min-height: 56px;
	padding: 8px 7px;
	border: 1px solid rgba(13, 63, 70, 0.09);
	background: #fffdf8;
	color: var(--ps-about-brief-ink);
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.ps-about-brief__links a::after {
	grid-column: 3;
	grid-row: 1 / span 2;
	color: var(--ps-about-brief-coral);
	content: ">";
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	align-self: center;
}

.ps-about-brief__links a:hover,
.ps-about-brief__links a:focus-visible {
	border-color: rgba(240, 106, 79, 0.36);
	background: #fff6ee;
	transform: translateY(-1px);
}

.ps-about-brief__links svg {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 27px;
	height: 27px;
	color: #235961;
	stroke-width: 1.45;
}

.ps-about-brief__links span {
	display: block;
	grid-column: 2;
	grid-row: 1;
	margin: 0 0 1px;
	font-size: 8.5px;
	font-weight: 900;
	line-height: 1.2;
}

.ps-about-brief__links small {
	display: block;
	grid-column: 2;
	grid-row: 2;
	color: var(--ps-about-brief-muted);
	font-size: 7px;
	font-weight: 650;
	line-height: 1.25;
}

.ps-about-brief__cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(250px, 1.14fr);
	align-items: stretch;
	min-height: 86px;
	margin: 0;
	overflow: hidden;
	background: linear-gradient(90deg, #e2f4f3 0%, #e6f7f5 46%, #cfe8eb 100%);
}

.ps-about-brief__cta > div {
	position: relative;
	z-index: 2;
	padding: 15px 20px;
}

.ps-about-brief__cta h2 {
	margin: 0 0 6px;
	color: var(--ps-about-brief-ink);
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.16;
}

.ps-about-brief__cta p {
	max-width: 292px;
	margin: 0 0 8px;
	color: var(--ps-about-brief-muted);
	font-size: 7.6px;
	font-weight: 650;
	line-height: 1.45;
}

.ps-about-brief__cta a {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 6px 10px;
	color: #fff;
	border-radius: 0;
	background: var(--ps-about-brief-ink);
	font-size: 8px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.ps-about-brief__cta a::after {
	margin-left: 8px;
	content: ">";
}

.ps-about-brief__cta img {
	width: 100%;
	height: 100%;
	min-height: 86px;
	object-fit: cover;
	object-position: 56% 49%;
}

@media (max-width: 980px) {
	.ps-about-editorial__photo-grid,
	.ps-about-editorial__range,
	.ps-about-editorial__trust {
		grid-template-columns: 1fr;
	}

	.ps-about-editorial__photo + .ps-about-editorial__photo {
		border-top: 1px solid rgba(18, 63, 59, 0.2);
		border-left: 0;
	}

	.ps-about-editorial__photo--product {
		min-height: 280px;
	}

	.ps-about-editorial__focus,
	.ps-about-editorial__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ps-about-editorial__focus article:nth-child(2n),
	.ps-about-editorial__links a:nth-child(2n) {
		border-right: 0;
	}

	.ps-about-editorial__focus article:nth-child(-n + 2),
	.ps-about-editorial__links a:nth-child(-n + 2) {
		border-bottom: 1px solid var(--ps-about-line);
	}

	.ps-about-editorial__principles article {
		grid-template-columns: 54px minmax(0, 1fr);
		align-items: start;
	}

	.ps-about-editorial__principles p,
	.ps-about-editorial__principles a {
		grid-column: 2;
	}

	.ps-about-editorial__principles a {
		justify-self: start;
	}

	.ps-about-brief {
		width: min(100% - 16px, 718px);
	}

	.ps-about-brief__cards,
	.ps-about-brief__links {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ps-about-brief__steps {
		grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
		gap: 8px;
	}

	.ps-about-brief__steps > i {
		display: block;
	}

	.ps-about-brief__steps article {
		min-height: 104px;
		padding: 0 4px;
	}

	.ps-about-brief__steps p {
		max-width: 430px;
	}

	.ps-about-brief__details {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 20px;
		padding-inline: 0;
	}

	.ps-about-brief__company {
		padding-top: 0;
		padding-left: 20px;
	}

	.ps-about-brief__company::before {
		top: 0;
		right: auto;
		bottom: 0;
		width: 1px;
		height: auto;
	}

	.ps-about-brief__cta {
		grid-template-columns: minmax(0, 0.9fr) minmax(168px, 1.1fr);
	}
}

@media (max-width: 640px) {
	.ps-about-editorial {
		width: min(100% - 28px, 1280px);
		margin-bottom: 54px;
	}

	.ps-about-editorial__photo {
		min-height: 238px;
	}

	.ps-about-editorial__photo--life img {
		object-position: 70% 50%;
	}

	.ps-about-editorial__photo--product img {
		object-position: 50% 50%;
	}

	.ps-about-editorial h1 {
		font-size: clamp(46px, 14vw, 68px);
	}

	.ps-about-editorial__intro {
		padding-top: 38px;
	}

	.ps-about-editorial__range,
	.ps-about-editorial__trust {
		gap: 22px;
	}

	.ps-about-editorial__focus,
	.ps-about-editorial__links {
		grid-template-columns: 1fr;
	}

	.ps-about-editorial__focus article,
	.ps-about-editorial__focus article:nth-child(2n),
	.ps-about-editorial__links a,
	.ps-about-editorial__links a:nth-child(2n) {
		border-right: 0;
	}

	.ps-about-editorial__focus article:not(:last-child),
	.ps-about-editorial__links a:not(:last-child) {
		border-bottom: 1px solid var(--ps-about-line);
	}

	.ps-about-editorial__principles article {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 24px 0;
	}

	.ps-about-editorial__principles p,
	.ps-about-editorial__principles a {
		grid-column: auto;
	}

	.ps-about-editorial__safety {
		grid-template-columns: 1fr;
		padding-inline: 18px;
	}

	.ps-about-editorial__support a {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.ps-about-brief {
		width: min(359px, calc(100% - 20px));
		padding-top: 9px;
		overflow: visible;
	}

	.ps-about-brief__section {
		margin-bottom: 12px;
	}

	.ps-about-brief__heading {
		grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
		gap: 8px;
		margin-bottom: 8px;
	}

	.ps-about-brief__heading h2 {
		max-width: 210px;
		font-size: 7.6px;
		line-height: 1;
	}

	.ps-about-brief__cards,
	.ps-about-brief__links {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 4px;
	}

	.ps-about-brief__cards article {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 52px auto auto;
		min-height: 96px;
		padding: 5px 4px 6px;
		text-align: center;
	}

	.ps-about-brief__product {
		width: 100%;
		height: 52px;
		margin: 0 0 4px;
		grid-row: auto;
	}

	.ps-about-brief__card-icon {
		width: 18px;
		height: 18px;
	}

	.ps-about-brief__product svg {
		width: 16px;
		height: 16px;
	}

	.ps-about-brief__product img {
		height: 40px;
	}

	.ps-about-brief__cards h3 {
		margin-top: 0;
		font-size: 7.2px;
	}

	.ps-about-brief__cards p {
		max-width: 66px;
		margin: 0 auto;
		font-size: 5.2px;
		line-height: 1.2;
	}

	.ps-about-brief__section--wash {
		padding: 10px max(10px, calc((100vw - 359px) / 2));
	}

	.ps-about-brief__steps {
		grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
		gap: 4px;
	}

	.ps-about-brief__steps article {
		min-height: 62px;
		padding: 0;
	}

	.ps-about-brief__steps b {
		width: 13px;
		height: 13px;
		margin-bottom: 4px;
		font-size: 6px;
	}

	.ps-about-brief__step-icon {
		width: 24px;
		height: 19px;
		margin-bottom: 3px;
	}

	.ps-about-brief__step-icon svg {
		width: 20px;
		height: 20px;
	}

	.ps-about-brief__steps h3 {
		margin-bottom: 3px;
		font-size: 6.4px;
	}

	.ps-about-brief__steps p {
		max-width: 78px;
		font-size: 5px;
		line-height: 1.16;
	}

	.ps-about-brief__steps > i {
		font-size: 13px;
	}

	.ps-about-brief__details {
		gap: 8px;
		padding-inline: 0;
	}

	.ps-about-brief__details article {
		grid-template-columns: 23px minmax(0, 1fr);
		gap: 6px;
		min-height: 86px;
	}

	.ps-about-brief__detail-icon {
		width: 21px;
		height: 21px;
	}

	.ps-about-brief__detail-icon svg {
		width: 19px;
		height: 19px;
	}

	.ps-about-brief__details h3 {
		margin-bottom: 4px;
		font-size: 6.6px;
	}

	.ps-about-brief__details p,
	.ps-about-brief__details li,
	.ps-about-brief__details small {
		font-size: 5px;
		line-height: 1.24;
	}

	.ps-about-brief__company {
		padding-left: 8px;
	}

	.ps-about-brief__details p {
		margin-bottom: 5px;
	}

	.ps-about-brief__details ul {
		gap: 2px;
		margin-bottom: 5px;
	}

	.ps-about-brief__links {
		gap: 4px;
	}

	.ps-about-brief__links a {
		grid-template-columns: 17px minmax(0, 1fr) 6px;
		min-height: 38px;
		padding: 4px 3px;
		gap: 3px 4px;
	}

	.ps-about-brief__links svg {
		width: 15px;
		height: 15px;
	}

	.ps-about-brief__links span {
		font-size: 5.6px;
	}

	.ps-about-brief__links small {
		font-size: 4.6px;
		line-height: 1.15;
	}

	.ps-about-brief__links a::after {
		font-size: 7px;
	}

	.ps-about-brief__cta {
		grid-template-columns: minmax(0, 0.94fr) minmax(128px, 1.06fr);
		min-height: 70px;
	}

	.ps-about-brief__cta > div {
		padding: 10px 11px;
	}

	.ps-about-brief__cta h2 {
		font-size: 10.5px;
		margin-bottom: 4px;
	}

	.ps-about-brief__cta p {
		margin-bottom: 5px;
		font-size: 5px;
		line-height: 1.18;
	}

	.ps-about-brief__cta a {
		min-height: 18px;
		padding: 5px 8px;
		font-size: 5.8px;
	}

	.ps-about-brief__cta img {
		height: 70px;
		min-height: 70px;
		object-position: 52% 52%;
	}
}
/* Talenori about editorial page: end */

/* Talenori about concept-ratio page: begin */
.ps-about-editorial {
	--ps-about-brief-ink: #0d3f46;
	--ps-about-brief-muted: #557174;
	--ps-about-brief-line: rgba(13, 63, 70, 0.18);
	--ps-about-brief-card: #fff9f4;
	--ps-about-brief-coral: #ee6044;
	--ps-about-brief-blue: #eaf8f8;
	width: min(1160px, calc(100% - 28px));
	margin: 0 auto 60px;
	padding: 0;
	background: #fffdf8;
	color: var(--ps-about-brief-ink);
	font-family: "Kodchasan", Arial, sans-serif;
}

.ps-about-brief__hero {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	align-items: stretch;
	width: min(1160px, 100%);
	min-height: clamp(282px, 32vw, 380px);
	margin: 0 auto;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(255, 253, 248, 0.96) 0%, rgba(255, 253, 248, 0.9) 42%, rgba(239, 248, 247, 0.58) 62%, rgba(232, 244, 242, 0.25) 100%),
		#f7fbfa;
}

.ps-about-brief__hero-copy {
	position: relative;
	z-index: 2;
	align-self: center;
	padding: clamp(34px, 5vw, 64px) clamp(28px, 4.6vw, 64px);
}

.ps-about-brief__hero h1 {
	max-width: 520px;
	margin: 0 0 16px;
	color: var(--ps-about-brief-ink);
	font-family: "Kodchasan", Arial, sans-serif;
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
}

.ps-about-brief__hero-copy p {
	max-width: 420px;
	margin: 0;
	color: #365f64;
	font-size: clamp(13px, 1.25vw, 16px);
	font-weight: 650;
	line-height: 1.55;
}

.ps-about-brief__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.ps-about-brief__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	min-height: 40px;
	padding: 10px 22px;
	border: 1.5px solid #315d65;
	border-radius: 2px;
	color: var(--ps-about-brief-ink);
	background: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ps-about-brief__button--primary {
	border-color: var(--ps-about-brief-coral);
	color: #fff;
	background: var(--ps-about-brief-coral);
}

.ps-about-brief__button:hover,
.ps-about-brief__button:focus-visible {
	transform: translateY(-1px);
}

.ps-about-brief__button--primary:hover,
.ps-about-brief__button--primary:focus-visible {
	border-color: #d74f37;
	background: #d74f37;
	color: #fff;
}

.ps-about-brief__button--secondary:hover,
.ps-about-brief__button--secondary:focus-visible {
	background: #f4fbfa;
	color: var(--ps-about-brief-ink);
}

.ps-about-brief__hero-media {
	position: relative;
	min-height: inherit;
	margin: 0;
	overflow: hidden;
	background: #dcefed;
}

.ps-about-brief__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: 34% 50%;
}

.ps-about-brief {
	width: min(980px, 100%);
	margin: 0 auto;
	padding: 30px 0 0;
}

.ps-about-brief__section {
	margin-bottom: 28px;
}

.ps-about-brief__heading {
	grid-template-columns: minmax(58px, 1fr) auto minmax(58px, 1fr);
	gap: 16px;
	margin-bottom: 18px;
}

.ps-about-brief__heading h2 {
	color: var(--ps-about-brief-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.ps-about-brief__cards {
	gap: 14px;
}

.ps-about-brief__cards article {
	grid-template-rows: 130px auto auto;
	min-height: 216px;
	padding: 14px 12px 16px;
	border: 0;
	background: var(--ps-about-brief-card);
	box-shadow: inset 0 0 0 1px rgba(13, 63, 70, 0.04);
}

.ps-about-brief__product {
	position: relative;
	height: 130px;
	margin-bottom: 12px;
	background: transparent;
	isolation: isolate;
}

.ps-about-brief__product::before {
	position: absolute;
	right: 8px;
	bottom: 0;
	left: 8px;
	z-index: 0;
	height: 96px;
	background: #fff1ec;
	content: "";
}

.ps-about-brief__product--mint::before {
	background: #fff2ee;
}

.ps-about-brief__product--stone::before {
	background: #fff2ee;
}

.ps-about-brief__card-icon {
	top: 0;
	width: 44px;
	height: 44px;
	color: #2f6f77;
}

.ps-about-brief__product svg {
	width: 36px;
	height: 36px;
	stroke-width: 1.75;
}

.ps-about-brief__product img {
	top: 31px;
	bottom: auto;
	z-index: 1;
	width: calc(100% - 20px);
	height: 92px;
	object-fit: contain;
	object-position: center bottom;
	mix-blend-mode: normal;
}

.ps-about-brief__product > img:not(.ps-about-brief__icon-image) {
	top: 31px;
	bottom: auto;
	z-index: 1;
	width: calc(100% - 20px);
	height: 92px;
	object-fit: contain;
	object-position: center bottom;
	mix-blend-mode: normal;
}

.ps-about-brief__icon-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: normal;
}

.ps-about-brief__card-icon .ps-about-brief__icon-image {
	width: 34px;
	height: 38px;
}

.ps-about-brief__step-icon .ps-about-brief__icon-image {
	width: 52px;
	height: 36px;
}

.ps-about-brief__details .ps-about-brief__icon-image {
	width: 42px;
	height: 44px;
}

.ps-about-brief__links .ps-about-brief__icon-image {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 30px;
	height: 30px;
	align-self: center;
	justify-self: center;
}

.ps-about-brief__cards h3 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.16;
}

.ps-about-brief__cards p {
	max-width: 150px;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.35;
}

.ps-about-brief__section--wash {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 28px max(28px, calc((100vw - 980px) / 2));
	background: var(--ps-about-brief-blue);
}

.ps-about-brief__section--wash .ps-about-brief__heading {
	margin-bottom: 18px;
}

.ps-about-brief__steps {
	grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
	gap: 22px;
}

.ps-about-brief__steps article {
	min-height: 116px;
	padding: 0 10px;
}

.ps-about-brief__steps b {
	width: 22px;
	height: 22px;
	margin-bottom: 8px;
	font-size: 10px;
}

.ps-about-brief__step-icon {
	width: 56px;
	height: 34px;
	margin-bottom: 6px;
	color: #285f66;
}

.ps-about-brief__step-icon svg {
	width: 42px;
	height: 34px;
	stroke-width: 1.5;
}

.ps-about-brief__steps article:nth-child(3) .ps-about-brief__step-icon svg {
	width: 58px;
	height: 31px;
	transform: translateY(-1px);
}

.ps-about-brief__steps article:nth-child(5) .ps-about-brief__step-icon svg {
	width: 31px;
	height: 36px;
}

.ps-about-brief__steps h3 {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.16;
}

.ps-about-brief__steps p {
	max-width: 180px;
	font-size: 9.5px;
	line-height: 1.38;
}

.ps-about-brief__steps > i {
	color: #447f86;
	font-size: 24px;
	transform: translateY(-1px);
}

.ps-about-brief__details {
	gap: 42px;
	padding: 2px 28px 0;
}

.ps-about-brief__details article {
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	min-height: 142px;
}

.ps-about-brief__company {
	padding-left: 42px;
}

.ps-about-brief__detail-icon {
	width: 44px;
	height: 44px;
	color: #315d65;
	align-self: start;
	margin-top: 2px;
}

.ps-about-brief__detail-icon svg {
	width: 40px;
	height: 40px;
	stroke-width: 1.55;
}

.ps-about-brief__company .ps-about-brief__detail-icon svg {
	width: 38px;
	height: 38px;
}

.ps-about-brief__details h3 {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.16;
}

.ps-about-brief__details p {
	max-width: 300px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.48;
}

.ps-about-brief__details ul {
	gap: 4px;
	margin-bottom: 9px;
}

.ps-about-brief__details li,
.ps-about-brief__details small {
	font-size: 9.5px;
	line-height: 1.35;
}

.ps-about-brief__links {
	gap: 10px;
}

.ps-about-brief__links a {
	grid-template-columns: 38px minmax(0, 1fr) 12px;
	min-height: 70px;
	padding: 10px 9px;
	border: 0;
	background: var(--ps-about-brief-card);
	box-shadow: inset 0 0 0 1px rgba(13, 63, 70, 0.06);
}

.ps-about-brief__links svg {
	width: 28px;
	height: 28px;
	color: #2b6168;
	stroke-width: 1.55;
}

.ps-about-brief__links a:nth-child(2) svg {
	width: 31px;
	height: 28px;
}

.ps-about-brief__links a:nth-child(3) svg {
	width: 27px;
	height: 27px;
}

.ps-about-brief__links span {
	font-size: 11px;
	line-height: 1.12;
}

.ps-about-brief__links small {
	font-size: 8.5px;
	line-height: 1.24;
}

.ps-about-brief__links a::after {
	font-size: 12px;
}

.ps-about-brief__cta {
	grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
	min-height: 132px;
	background: linear-gradient(90deg, #e7f7f6 0%, #eefafa 46%, #d8eef0 100%);
}

.ps-about-brief__cta > div {
	padding: 24px 32px;
}

.ps-about-brief__cta h2 {
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 1.1;
}

.ps-about-brief__cta p {
	max-width: 390px;
	margin-bottom: 12px;
	font-size: 10px;
	line-height: 1.42;
}

.ps-about-brief__cta a {
	min-height: 28px;
	padding: 7px 13px;
	border-radius: 2px;
	background: var(--ps-about-brief-ink);
	font-size: 10px;
}

.ps-about-brief__cta img {
	width: 100%;
	height: 132px;
	min-height: 132px;
	object-fit: cover;
	object-position: 48% 52%;
}

@media (max-width: 640px) {
	.ps-about-editorial {
		width: min(380px, calc(100% - 10px));
		margin-bottom: 44px;
		overflow: hidden;
		border-radius: 0 0 9px 9px;
	}

	.ps-about-brief__hero {
		grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.16fr);
		min-height: 206px;
	}

	.ps-about-brief__hero-copy {
		padding: 17px 7px 17px 22px;
	}

	.ps-about-brief__hero h1 {
		max-width: 170px;
		margin-bottom: 8px;
		font-size: 19px;
		line-height: 1.14;
	}

	.ps-about-brief__hero-copy p {
		max-width: 154px;
		font-size: 5.8px;
		line-height: 1.48;
	}

	.ps-about-brief__hero-actions {
		gap: 7px;
		margin-top: 11px;
	}

	.ps-about-brief__button {
		min-width: 58px;
		min-height: 20px;
		padding: 6px 9px;
		border-width: 1px;
		border-radius: 1px;
		font-size: 6px;
	}

	.ps-about-brief__hero-media img {
		object-position: 28% 50%;
	}

	.ps-about-brief {
		width: min(359px, calc(100% - 16px));
		padding-top: 18px;
	}

	.ps-about-brief__section {
		margin-bottom: 14px;
	}

	.ps-about-brief__heading {
		grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
		gap: 8px;
		margin-bottom: 9px;
	}

	.ps-about-brief__heading h2 {
		max-width: 210px;
		font-size: 7.5px;
		line-height: 1;
	}

	.ps-about-brief__cards {
		gap: 5px;
	}

	.ps-about-brief__cards article {
		grid-template-rows: 66px auto auto;
		min-height: 112px;
		padding: 5px 4px 7px;
	}

	.ps-about-brief__product {
		position: relative;
		height: 66px;
		margin-bottom: 5px;
	}

	.ps-about-brief__product::before {
		right: 2px;
		left: 2px;
		height: 47px;
	}

	.ps-about-brief__card-icon {
		top: -2px;
		width: 24px;
		height: 24px;
	}

	.ps-about-brief__product svg {
		width: 21px;
		height: 21px;
		stroke-width: 1.7;
	}

	.ps-about-brief__product img {
		top: 16px;
		width: calc(100% - 6px);
		height: 47px;
		object-fit: contain;
		object-position: center bottom;
	}

	.ps-about-brief__product > img:not(.ps-about-brief__icon-image) {
		top: 16px;
		width: calc(100% - 6px);
		height: 47px;
		object-fit: contain;
		object-position: center bottom;
	}

	.ps-about-brief__card-icon .ps-about-brief__icon-image {
		width: 20px;
		height: 22px;
	}

	.ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 27px;
		height: 19px;
	}

	.ps-about-brief__details .ps-about-brief__icon-image {
		width: 21px;
		height: 22px;
	}

	.ps-about-brief__links .ps-about-brief__icon-image {
		width: 16px;
		height: 16px;
	}

	.ps-about-brief__cards h3 {
		margin-bottom: 3px;
		font-size: 7.6px;
		line-height: 1.08;
	}

	.ps-about-brief__cards p {
		max-width: 70px;
		font-size: 5px;
		line-height: 1.22;
	}

	.ps-about-brief__section--wash {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 13px max(13px, calc((100vw - 359px) / 2));
	}

	.ps-about-brief__section--wash .ps-about-brief__heading {
		margin-bottom: 9px;
	}

	.ps-about-brief__steps {
		grid-template-columns: minmax(0, 1fr) 13px minmax(0, 1fr) 13px minmax(0, 1fr);
		gap: 5px;
	}

	.ps-about-brief__steps article {
		min-height: 68px;
		padding: 0;
	}

	.ps-about-brief__steps b {
		width: 13px;
		height: 13px;
		margin-bottom: 4px;
		font-size: 6px;
	}

	.ps-about-brief__step-icon {
		width: 30px;
		height: 18px;
		margin-bottom: 3px;
	}

	.ps-about-brief__step-icon svg {
		width: 22px;
		height: 19px;
		stroke-width: 1.45;
	}

	.ps-about-brief__steps article:nth-child(3) .ps-about-brief__step-icon svg {
		width: 30px;
		height: 18px;
	}

	.ps-about-brief__steps article:nth-child(5) .ps-about-brief__step-icon svg {
		width: 17px;
		height: 20px;
	}

	.ps-about-brief__steps h3 {
		margin-bottom: 3px;
		font-size: 6.5px;
	}

	.ps-about-brief__steps p {
		max-width: 80px;
		font-size: 4.7px;
		line-height: 1.17;
	}

	.ps-about-brief__steps > i {
		font-size: 13px;
		transform: translateY(-1px);
	}

	.ps-about-brief__details {
		gap: 8px;
		padding-inline: 0;
	}

	.ps-about-brief__details article {
		grid-template-columns: 25px minmax(0, 1fr);
		gap: 6px;
		min-height: 88px;
	}

	.ps-about-brief__company {
		padding-left: 8px;
	}

	.ps-about-brief__detail-icon {
		width: 22px;
		height: 22px;
	}

	.ps-about-brief__detail-icon svg {
		width: 20px;
		height: 20px;
		stroke-width: 1.5;
	}

	.ps-about-brief__company .ps-about-brief__detail-icon svg {
		width: 19px;
		height: 19px;
	}

	.ps-about-brief__details h3 {
		margin-bottom: 4px;
		font-size: 6.6px;
	}

	.ps-about-brief__details p {
		margin-bottom: 5px;
		font-size: 4.9px;
		line-height: 1.24;
	}

	.ps-about-brief__details ul {
		gap: 2px;
		margin-bottom: 5px;
	}

	.ps-about-brief__details li,
	.ps-about-brief__details small {
		font-size: 4.75px;
		line-height: 1.22;
	}

	.ps-about-brief__details li::before {
		width: 8px;
		margin-right: 3px;
	}

	.ps-about-brief__links {
		gap: 4px;
	}

	.ps-about-brief__links a {
		grid-template-columns: 17px minmax(0, 1fr) 6px;
		min-height: 38px;
		padding: 4px 3px;
		gap: 3px 4px;
	}

	.ps-about-brief__links svg {
		width: 15px;
		height: 15px;
		stroke-width: 1.5;
	}

	.ps-about-brief__links a:nth-child(2) svg {
		width: 17px;
		height: 15px;
	}

	.ps-about-brief__links a:nth-child(3) svg {
		width: 15px;
		height: 15px;
	}

	.ps-about-brief__links span {
		font-size: 5.6px;
	}

	.ps-about-brief__links small {
		font-size: 4.5px;
		line-height: 1.15;
	}

	.ps-about-brief__links a::after {
		font-size: 7px;
	}

	.ps-about-brief__cta {
		grid-template-columns: minmax(0, 0.92fr) minmax(126px, 1.08fr);
		min-height: 70px;
	}

	.ps-about-brief__cta > div {
		padding: 10px 11px;
	}

	.ps-about-brief__cta h2 {
		margin-bottom: 4px;
		font-size: 10.5px;
	}

	.ps-about-brief__cta p {
		max-width: 150px;
		margin-bottom: 5px;
		font-size: 5px;
		line-height: 1.18;
	}

	.ps-about-brief__cta a {
		min-height: 18px;
		padding: 5px 8px;
		border-radius: 1px;
		font-size: 5.8px;
	}

	.ps-about-brief__cta img {
		width: 100%;
		height: 70px;
		min-height: 70px;
		object-position: 49% 52%;
	}
}
/* Talenori about concept-ratio page: end */

/* Talenori about extracted HD icons: start */
.ps-about-brief__product .ps-about-brief__card-icon {
	top: 5px;
	left: 50%;
	z-index: 3;
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	transform: translateX(-50%);
}

.ps-about-brief__product .ps-about-brief__card-icon .ps-about-brief__icon-image {
	position: static;
	inset: auto;
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: normal;
}

.ps-about-brief__product > img:not(.ps-about-brief__icon-image) {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	mix-blend-mode: normal;
}

.ps-about-brief__links .ps-about-brief__icon-image {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: center;
	justify-self: center;
	width: 28px;
	height: 28px;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 640px) {
	.ps-about-brief__product .ps-about-brief__card-icon {
		top: 0;
		width: 22px;
		height: 22px;
	}

	.ps-about-brief__product .ps-about-brief__card-icon .ps-about-brief__icon-image {
		width: 20px;
		height: 20px;
	}

	.ps-about-brief__links .ps-about-brief__icon-image {
		width: 15px;
		height: 15px;
	}
}
/* Talenori about extracted HD icons: end */

/* Talenori about full-width balance and enlarged HD icons: start */
@media (min-width: 981px) {
	.ps-about-editorial {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		background: #fffdf8;
		overflow: hidden;
	}

	.ps-about-brief__hero {
		width: min(1720px, calc(100% - 72px));
		min-height: clamp(340px, 32vw, 500px);
		grid-template-columns: minmax(380px, 0.84fr) minmax(0, 1.16fr);
	}

	.ps-about-brief__hero-copy {
		padding: clamp(42px, 4.6vw, 78px) clamp(38px, 5.2vw, 92px);
	}

	.ps-about-brief__hero h1 {
		max-width: 620px;
		font-size: clamp(42px, 3.8vw, 68px);
	}

	.ps-about-brief__hero-copy p {
		max-width: 500px;
	}

	.ps-about-brief {
		width: min(1360px, calc(100% - 72px));
		padding-top: 36px;
	}

	.ps-about-brief__section {
		margin-bottom: 34px;
	}

	.ps-about-brief__heading {
		margin-bottom: 22px;
	}

	.ps-about-brief__cards {
		gap: 18px;
	}

	.ps-about-brief__cards article {
		grid-template-rows: 166px auto auto;
		min-height: 268px;
		padding: 18px 16px 20px;
	}

	.ps-about-brief__product {
		height: 166px;
		margin-bottom: 14px;
	}

	.ps-about-brief__product::before {
		right: 12px;
		left: 12px;
		height: 118px;
	}

	.ps-about-brief__product > img:not(.ps-about-brief__icon-image) {
		top: 48px;
		width: calc(100% - 24px);
		height: 112px;
	}

	.ps-about-brief__product .ps-about-brief__card-icon {
		top: 0;
		width: 62px;
		height: 62px;
	}

	.ps-about-brief__product .ps-about-brief__card-icon .ps-about-brief__icon-image {
		width: 58px;
		height: 58px;
	}

	.ps-about-brief__cards h3 {
		font-size: 16px;
	}

	.ps-about-brief__cards p {
		max-width: 190px;
		font-size: 11px;
	}

	.ps-about-brief__section--wash {
		padding: 34px max(36px, calc((100vw - 1360px) / 2));
	}

	.ps-about-brief__steps {
		gap: 30px;
		grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
	}

	.ps-about-brief__steps article {
		min-height: 148px;
	}

	.ps-about-brief__step-icon {
		width: 82px;
		height: 58px;
		margin-bottom: 10px;
	}

	.ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 78px;
		height: 54px;
	}

	.ps-about-brief__steps h3 {
		font-size: 14px;
	}

	.ps-about-brief__steps p {
		max-width: 220px;
		font-size: 10.5px;
	}

	.ps-about-brief__steps > i {
		font-size: 30px;
	}

	.ps-about-brief__details {
		gap: 58px;
		padding: 4px 48px 0;
	}

	.ps-about-brief__details article {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 18px;
		min-height: 170px;
	}

	.ps-about-brief__detail-icon {
		width: 66px;
		height: 66px;
	}

	.ps-about-brief__details .ps-about-brief__icon-image {
		width: 64px;
		height: 64px;
	}

	.ps-about-brief__details h3 {
		font-size: 15px;
	}

	.ps-about-brief__details p {
		max-width: 360px;
		font-size: 11px;
	}

	.ps-about-brief__details li,
	.ps-about-brief__details small {
		font-size: 10.5px;
	}

	.ps-about-brief__links {
		gap: 14px;
	}

	.ps-about-brief__links a {
		grid-template-columns: 54px minmax(0, 1fr) 16px;
		min-height: 88px;
		padding: 14px 13px;
	}

	.ps-about-brief__links .ps-about-brief__icon-image {
		width: 42px;
		height: 42px;
	}

	.ps-about-brief__links span {
		font-size: 12.5px;
	}

	.ps-about-brief__links small {
		font-size: 9.5px;
	}

	.ps-about-brief__cta {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
		min-height: 168px;
	}

	.ps-about-brief__cta > div {
		padding: 30px 40px;
	}

	.ps-about-brief__cta h2 {
		font-size: 26px;
	}

	.ps-about-brief__cta p {
		max-width: 450px;
		font-size: 11px;
	}

	.ps-about-brief__cta img {
		height: 168px;
		min-height: 168px;
	}
}

@media (min-width: 1600px) {
	.ps-about-brief__hero {
		width: min(1800px, calc(100% - 48px));
	}

	.ps-about-brief {
		width: min(1720px, calc(100% - 48px));
	}

	.ps-about-brief__section--wash {
		padding-right: max(24px, calc((100vw - 1720px) / 2));
		padding-left: max(24px, calc((100vw - 1720px) / 2));
	}

	.ps-about-brief__cards article {
		grid-template-rows: 184px auto auto;
		min-height: 292px;
	}

	.ps-about-brief__product {
		height: 184px;
	}

	.ps-about-brief__product::before {
		height: 132px;
	}

	.ps-about-brief__product > img:not(.ps-about-brief__icon-image) {
		top: 54px;
		height: 126px;
	}

	.ps-about-brief__product .ps-about-brief__card-icon {
		width: 70px;
		height: 70px;
	}

	.ps-about-brief__product .ps-about-brief__card-icon .ps-about-brief__icon-image {
		width: 66px;
		height: 66px;
	}

	.ps-about-brief__step-icon {
		width: 92px;
		height: 64px;
	}

	.ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 88px;
		height: 60px;
	}

	.ps-about-brief__detail-icon {
		width: 72px;
		height: 72px;
	}

	.ps-about-brief__details .ps-about-brief__icon-image {
		width: 70px;
		height: 70px;
	}

	.ps-about-brief__links .ps-about-brief__icon-image {
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 640px) {
	.ps-about-brief__product .ps-about-brief__card-icon {
		width: 26px;
		height: 26px;
	}

	.ps-about-brief__product .ps-about-brief__card-icon .ps-about-brief__icon-image {
		width: 24px;
		height: 24px;
	}

	.ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 31px;
		height: 22px;
	}

	.ps-about-brief__details .ps-about-brief__icon-image {
		width: 25px;
		height: 25px;
	}

	.ps-about-brief__links .ps-about-brief__icon-image {
		width: 18px;
		height: 18px;
	}
}
/* Talenori about full-width balance and enlarged HD icons: end */

/* Talenori about focus card spacing cleanup: start */
@media (min-width: 981px) {
	.ps-about-editorial .ps-about-brief__cards article {
		grid-template-rows: auto auto 1fr;
	}

	.ps-about-editorial .ps-about-brief__product {
		height: 202px;
		margin-bottom: 18px;
		overflow: hidden;
	}

	.ps-about-editorial .ps-about-brief__product::before,
	.ps-about-editorial .ps-about-brief__product--mint::before,
	.ps-about-editorial .ps-about-brief__product--stone::before {
		right: 0;
		left: 0;
		height: 100%;
		background: var(--ps-about-brief-card);
	}

	.ps-about-editorial .ps-about-brief__product > img:not(.ps-about-brief__icon-image) {
		top: 78px;
		width: calc(100% - 28px);
		height: 114px;
		object-fit: contain;
		object-position: center center;
	}

	.ps-about-editorial .ps-about-brief__product .ps-about-brief__card-icon {
		top: 4px;
	}
}

@media (min-width: 1600px) {
	.ps-about-editorial .ps-about-brief__cards article {
		min-height: 328px;
	}

	.ps-about-editorial .ps-about-brief__product {
		height: 224px;
		margin-bottom: 18px;
	}

	.ps-about-editorial .ps-about-brief__product > img:not(.ps-about-brief__icon-image) {
		top: 88px;
		height: 126px;
	}

	.ps-about-editorial .ps-about-brief__product .ps-about-brief__card-icon {
		top: 2px;
	}
}
/* Talenori about focus card spacing cleanup: end */

/* Talenori about lower information icons 1.5x: start */
@media (min-width: 981px) {
	.ps-about-editorial .ps-about-brief__steps article {
		min-height: 190px;
	}

	.ps-about-editorial .ps-about-brief__step-icon {
		width: 124px;
		height: 88px;
		margin-bottom: 12px;
	}

	.ps-about-editorial .ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 117px;
		height: 81px;
	}

	.ps-about-editorial .ps-about-brief__steps h3 {
		margin-top: 0;
	}

	.ps-about-editorial .ps-about-brief__details {
		padding-top: 10px;
	}

	.ps-about-editorial .ps-about-brief__details article {
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 22px;
		min-height: 210px;
	}

	.ps-about-editorial .ps-about-brief__detail-icon {
		width: 99px;
		height: 99px;
	}

	.ps-about-editorial .ps-about-brief__details .ps-about-brief__icon-image {
		width: 96px;
		height: 96px;
	}

	.ps-about-editorial .ps-about-brief__links a {
		grid-template-columns: 76px minmax(0, 1fr) 18px;
		min-height: 116px;
		padding: 16px 16px;
	}

	.ps-about-editorial .ps-about-brief__links .ps-about-brief__icon-image {
		width: 63px;
		height: 63px;
	}
}

@media (min-width: 1600px) {
	.ps-about-editorial .ps-about-brief__step-icon {
		width: 138px;
		height: 96px;
	}

	.ps-about-editorial .ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 132px;
		height: 90px;
	}

	.ps-about-editorial .ps-about-brief__detail-icon {
		width: 108px;
		height: 108px;
	}

	.ps-about-editorial .ps-about-brief__details .ps-about-brief__icon-image {
		width: 105px;
		height: 105px;
	}

	.ps-about-editorial .ps-about-brief__links .ps-about-brief__icon-image {
		width: 69px;
		height: 69px;
	}
}

@media (max-width: 640px) {
	.ps-about-editorial .ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 36px;
		height: 25px;
	}

	.ps-about-editorial .ps-about-brief__details .ps-about-brief__icon-image {
		width: 29px;
		height: 29px;
	}

	.ps-about-editorial .ps-about-brief__links .ps-about-brief__icon-image {
		width: 21px;
		height: 21px;
	}
}
/* Talenori about lower information icons 1.5x: end */

/* Talenori about lower information icon refinements: start */
@media (min-width: 981px) {
	.ps-about-editorial .ps-about-brief__section--wash {
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.ps-about-editorial .ps-about-brief__steps {
		align-items: center;
	}

	.ps-about-editorial .ps-about-brief__steps article {
		min-height: 142px;
		align-content: center;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(3) .ps-about-brief__step-icon {
		width: 156px;
		height: 86px;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(3) .ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 150px;
		height: 82px;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(5) .ps-about-brief__step-icon {
		width: 112px;
		height: 112px;
		margin-bottom: 8px;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(5) .ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 100px;
		height: 100px;
	}

	.ps-about-editorial .ps-about-brief__links a {
		display: grid;
		grid-template-columns: 76px minmax(0, 1fr) 18px;
		grid-template-rows: auto auto;
		align-items: center;
		min-height: 108px;
		overflow: visible;
	}

	.ps-about-editorial .ps-about-brief__links .ps-about-brief__icon-image {
		position: static;
		inset: auto;
		grid-column: 1;
		grid-row: 1 / span 2;
		display: block;
		width: 58px;
		height: 58px;
		align-self: center;
		justify-self: center;
		object-fit: contain;
		object-position: center;
		visibility: visible;
		opacity: 1;
		transform: none;
	}

	.ps-about-editorial .ps-about-brief__links span {
		grid-column: 2;
	}

	.ps-about-editorial .ps-about-brief__links small {
		grid-column: 2;
	}

	.ps-about-editorial .ps-about-brief__links a::after {
		grid-column: 3;
		grid-row: 1 / span 2;
	}
}

@media (min-width: 1600px) {
	.ps-about-editorial .ps-about-brief__section--wash {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.ps-about-editorial .ps-about-brief__steps article {
		min-height: 138px;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(3) .ps-about-brief__step-icon {
		width: 184px;
		height: 92px;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(3) .ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 180px;
		height: 90px;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(5) .ps-about-brief__step-icon {
		width: 104px;
		height: 104px;
	}

	.ps-about-editorial .ps-about-brief__steps article:nth-child(5) .ps-about-brief__step-icon .ps-about-brief__icon-image {
		width: 94px;
		height: 94px;
	}

	.ps-about-editorial .ps-about-brief__links .ps-about-brief__icon-image {
		width: 62px;
		height: 62px;
	}
}

@media (max-width: 640px) {
	.ps-about-editorial .ps-about-brief__steps article {
		min-height: 62px;
	}

	.ps-about-editorial .ps-about-brief__links .ps-about-brief__icon-image {
		width: 19px;
		height: 19px;
	}
}
/* Talenori about lower information icon refinements: end */
