:root {
	--pumat-ink: #171717;
	--pumat-green: #176536;
	--pumat-muted: #5d625b;
	--pumat-paper: #f7f8f3;
	--pumat-line: rgba(23, 23, 23, .12);
	--pumat-accent: #e95d1a;
	--pumat-header-height: 112px;
	--pumat-section-radius: 30px;
	--pumat-section-overlap: 30px;
}

body {
	font-family: Inter, Arial, sans-serif;
}

#header,
#header .header-wrapper,
#header .header-bg-color {
	background: #fff !important;
	box-shadow: none !important;
	border: 0;
}

#header .header-wrapper {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(23, 23, 23, .08);
}

#header #masthead,
#header .header-main {
	min-height: var(--pumat-header-height);
	height: var(--pumat-header-height);
}

#header .header-inner.logo-left {
	display: grid;
	grid-template-columns: minmax(120px, 210px) minmax(0, 1fr) minmax(120px, 210px);
	align-items: center;
	width: 100%;
	max-width: none;
	height: var(--pumat-header-height);
	padding: 0 clamp(22px, 2.5vw, 42px);
}

#header #logo,
#header .flex-left,
#header .flex-right {
	width: auto;
	max-width: none;
	flex: initial;
}

#header #logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}

#header #logo a {
	display: block;
}

#header .flex-left {
	display: flex;
	justify-content: center;
}

#header .flex-right {
	display: flex;
	justify-content: flex-end;
}

#header .nav {
	align-items: center;
	gap: clamp(10px, 1.2vw, 24px);
}

#header .header-nav-main.nav.nav-left > li {
	position: static;
	margin: 0;
}

#header .header-nav-main.nav.nav-left > li > a.nav-top-link {
	position: relative;
	z-index: 0;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	color: #050505;
	font-size: clamp(15px, .95vw, 18px);
	font-weight: 520;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	overflow: hidden;
	background-color: transparent !important;
	transition: color .25s ease, background-color .3s cubic-bezier(.22, 1, .36, 1), transform .3s cubic-bezier(.22, 1, .36, 1);
}

#header .header-nav-main.nav.nav-left > li > a.nav-top-link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
	border-radius: inherit;
	background: var(--pumat-green);
	transform: translateY(112%);
	transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

#header .header-nav-main.nav.nav-left > li:hover > a.nav-top-link,
#header .header-nav-main.nav.nav-left > li.current-dropdown > a.nav-top-link,
#header .header-nav-main.nav.nav-left > li.active > a.nav-top-link,
#header .header-nav-main.nav.nav-left > li.current-menu-item > a.nav-top-link,
#header .header-nav-main.nav.nav-left > li.current_page_item > a.nav-top-link,
#header .header-nav-main.nav.nav-left > li.current-menu-ancestor > a.nav-top-link {
	color: #fff !important;
	transform: none;
}

#header .header-nav-main.nav.nav-left > li:hover > a.nav-top-link::before,
#header .header-nav-main.nav.nav-left > li.current-dropdown > a.nav-top-link::before,
#header .header-nav-main.nav.nav-left > li.active > a.nav-top-link::before,
#header .header-nav-main.nav.nav-left > li.current-menu-item > a.nav-top-link::before,
#header .header-nav-main.nav.nav-left > li.current_page_item > a.nav-top-link::before,
#header .header-nav-main.nav.nav-left > li.current-menu-ancestor > a.nav-top-link::before {
	opacity: 1 !important;
	transform: translateY(0);
}

#header .header-nav-main.nav.nav-left > li.active > a.nav-top-link,
#header .header-nav-main.nav.nav-left > li.current-menu-item > a.nav-top-link,
#header .header-nav-main.nav.nav-left > li.current_page_item > a.nav-top-link {
	color: #fff !important;
	background-color: transparent !important;
}

#header .header-nav-main.nav.nav-left > li > a.nav-top-link i.icon-angle-down {
	display: none;
}

#header .header-search > a,
#header .account-item > a,
#header .cart-item > a.header-cart-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0 !important;
	border-radius: 50%;
	color: #050505 !important;
	background: transparent !important;
	transition: transform .32s cubic-bezier(.22, 1, .36, 1), color .24s ease;
}

#header .header-search > a:hover,
#header .account-item > a:hover,
#header .cart-item > a.header-cart-link:hover {
	color: #050505 !important;
	background: transparent !important;
	transform: translateY(-2px);
}

#header .flex-right .header-nav-main.nav > li::before,
#header .flex-right .header-nav-main.nav > li::after,
#header .flex-right .header-nav-main.nav > li > a::before,
#header .flex-right .header-nav-main.nav > li > a::after,
#header .header-search.has-dropdown::before,
#header .header-search.has-dropdown::after,
#header .cart-item.has-dropdown::before,
#header .cart-item.has-dropdown::after {
	content: none !important;
	display: none !important;
}

#header .header-search > .nav-dropdown,
#header .cart-item > .nav-dropdown {
	display: none !important;
}

#header .header-search i,
#header .account-item i,
#header .cart-item i[class*="icon-shopping-"] {
	display: block;
	width: 25px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

#header .header-search a:hover i,
#header .account-item a:hover i,
#header .cart-item a:hover i {
	transform: rotate(-8deg) scale(1.06);
}

#header .header-search i::before,
#header .account-item i::before,
#header .cart-item i::before {
	display: none;
}

#header .header-search i {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 18.1a7.3 7.3 0 1 1 0-14.6 7.3 7.3 0 0 1 0 14.6Zm5.15-2.15 4.55 4.55' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 18.1a7.3 7.3 0 1 1 0-14.6 7.3 7.3 0 0 1 0 14.6Zm5.15-2.15 4.55 4.55' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E");
}

#header .account-item i {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12.2a4.4 4.4 0 1 0 0-8.8 4.4 4.4 0 0 0 0 8.8Zm-7.7 8.4a7.7 7.7 0 0 1 15.4 0' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12.2a4.4 4.4 0 1 0 0-8.8 4.4 4.4 0 0 0 0 8.8Zm-7.7 8.4a7.7 7.7 0 0 1 15.4 0' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#header .cart-item i[class*="icon-shopping-"] {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.4h2.6l1.1 6.9a1.8 1.8 0 0 0 1.8 1.5h7.2a1.8 1.8 0 0 0 1.75-1.36l1.4-5.3H7M9.5 19.5h.1m6.6 0h.1' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.4h2.6l1.1 6.9a1.8 1.8 0 0 0 1.8 1.5h7.2a1.8 1.8 0 0 0 1.75-1.36l1.4-5.3H7M9.5 19.5h.1m6.6 0h.1' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#header .header-search i,
#header .account-item i,
#header .cart-item i[class*="icon-shopping-"] {
	position: relative;
	background: transparent;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	overflow: visible;
}

#header .header-search i::before,
#header .account-item i::before,
#header .cart-item i[class*="icon-shopping-"]::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

#header .header-search i::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 18.1a7.3 7.3 0 1 1 0-14.6 7.3 7.3 0 0 1 0 14.6Zm5.15-2.15 4.55 4.55' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 18.1a7.3 7.3 0 1 1 0-14.6 7.3 7.3 0 0 1 0 14.6Zm5.15-2.15 4.55 4.55' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E");
}

#header .account-item i::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12.2a4.4 4.4 0 1 0 0-8.8 4.4 4.4 0 0 0 0 8.8Zm-7.7 8.4a7.7 7.7 0 0 1 15.4 0' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12.2a4.4 4.4 0 1 0 0-8.8 4.4 4.4 0 0 0 0 8.8Zm-7.7 8.4a7.7 7.7 0 0 1 15.4 0' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#header .cart-item i[class*="icon-shopping-"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.4h2.6l1.1 6.9a1.8 1.8 0 0 0 1.8 1.5h7.2a1.8 1.8 0 0 0 1.75-1.36l1.4-5.3H7M9.5 19.5h.1m6.6 0h.1' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.4h2.6l1.1 6.9a1.8 1.8 0 0 0 1.8 1.5h7.2a1.8 1.8 0 0 0 1.75-1.36l1.4-5.3H7M9.5 19.5h.1m6.6 0h.1' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#header .cart-item i[data-icon-label]::after {
	top: -12px;
	right: -12px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	background: transparent;
	color: #050505;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

#header li.pumat-menu-products > .nav-dropdown {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.pumat-header-mega {
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 45;
	width: 100vw;
	padding: 34px clamp(18px, 2vw, 34px) 56px;
	border-radius: 0 0 28px 28px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .06);
	opacity: 0;
	clip-path: inset(0 0 100% 0 round 0 0 28px 28px);
	transform: translateY(-18px);
	transform-origin: top center;
	pointer-events: none;
	transition: clip-path .68s cubic-bezier(.22, 1, .36, 1), opacity .28s ease, transform .68s cubic-bezier(.22, 1, .36, 1);
}

#header li.pumat-menu-products:hover > .pumat-header-mega,
#header li.pumat-menu-products.current-dropdown > .pumat-header-mega,
#header li.pumat-menu-products.is-pumat-mega-open > .pumat-header-mega {
	opacity: 1;
	clip-path: inset(0 0 0 0 round 0 0 28px 28px);
	transform: translateY(0);
	pointer-events: auto;
}

.pumat-header-mega__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px clamp(38px, 6.2vw, 120px);
	width: 100%;
	margin: 0 auto;
}

.pumat-header-mega__card,
.pumat-header-mega__all {
	opacity: 0;
	transform: translateX(44px);
	transition: opacity .45s ease, transform .62s cubic-bezier(.22, 1, .36, 1), filter .34s ease;
}

#header li.pumat-menu-products:hover .pumat-header-mega__card,
#header li.pumat-menu-products:hover .pumat-header-mega__all,
#header li.pumat-menu-products.current-dropdown .pumat-header-mega__card,
#header li.pumat-menu-products.current-dropdown .pumat-header-mega__all,
#header li.pumat-menu-products.is-pumat-mega-open .pumat-header-mega__card,
#header li.pumat-menu-products.is-pumat-mega-open .pumat-header-mega__all {
	opacity: 1;
	transform: translateX(0);
}

.pumat-header-mega__card:nth-child(1) { transition-delay: .13s; }
.pumat-header-mega__card:nth-child(2) { transition-delay: .18s; }
.pumat-header-mega__card:nth-child(3) { transition-delay: .23s; }
.pumat-header-mega__all { transition-delay: .28s; }
.pumat-header-mega__card:nth-child(5) { transition-delay: .32s; }
.pumat-header-mega__card:nth-child(6) { transition-delay: .37s; }
.pumat-header-mega__card:nth-child(7) { transition-delay: .42s; }

.pumat-header-mega__card img,
.pumat-header-mega__all img {
	display: block;
	width: 100%;
	aspect-ratio: 1.78 / 1;
	object-fit: cover;
	border-radius: 8px;
	background: #f4f4f1;
	transition: transform .72s cubic-bezier(.22, 1, .36, 1), filter .36s ease;
}

.pumat-header-mega__card:hover img,
.pumat-header-mega__all:hover img {
	filter: brightness(.92);
	transform: scale(1.025);
}

.pumat-header-mega__card span {
	display: inline-block;
	position: relative;
	margin-top: 15px;
	color: var(--pumat-ink);
	font-size: clamp(17px, 1.15vw, 23px);
	font-weight: 700;
	line-height: 1.16;
	text-decoration: none;
}

.pumat-header-mega__card span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1.5px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}

.pumat-header-mega__card:hover span::after {
	transform: scaleX(1);
}

.pumat-header-mega__all {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 14px;
	color: #fff;
}

.pumat-header-mega__all::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .38);
}

.pumat-header-mega__all span,
.pumat-header-mega__all i {
	position: absolute;
	z-index: 1;
	bottom: 28px;
	color: #fff;
	font-style: normal;
	font-size: clamp(22px, 1.7vw, 31px);
	font-weight: 780;
	line-height: 1;
}

.pumat-header-mega__all span {
	left: 38px;
}

.pumat-header-mega__all i {
	right: 36px;
	transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}

.pumat-header-mega__all:hover i {
	transform: translateX(8px);
}

.pumat-home {
	color: var(--pumat-ink);
	font-family: Inter, Arial, sans-serif;
}

.pumat-rounded,
.pumat-home .section.pumat-rounded {
	overflow: hidden;
	border-radius: 28px;
}

.pumat-hero-section .row.pumat-rounded {
	max-width: calc(100% - clamp(32px, 6.667vw, 96px)) !important;
	overflow: visible;
	border-radius: 0;
}

.pumat-hero-section .row.pumat-rounded > .col {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.pumat-hero.banner,
.pumat-hero.ux-banner,
.pumat-hero-slider,
.pumat-hero-slider .flickity-viewport {
	overflow: hidden;
	border-radius: 16px;
}

.pumat-hero {
	padding-top: clamp(580px, 44.45vw, 640px) !important;
}

.pumat-hero .banner-bg > .bg {
	background-position: center center;
	background-size: cover;
}

.pumat-hero .banner-layers {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	max-width: none;
	padding: 0 clamp(38px, 4.24vw, 61px) clamp(50px, 4.2vw, 60px) !important;
}

.pumat-hero .text-box {
	position: static !important;
	flex: 0 1 calc(100% - 228px);
	width: calc(100% - 228px) !important;
	max-width: calc(100% - 228px);
	transform: none !important;
}

.pumat-hero .text-box-content,
.pumat-hero .text-inner {
	text-align: left !important;
	background: transparent !important;
}

.pumat-hero h1,
.pumat-hero h2,
.pumat-hero h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(54px, 4.72vw, 68px) !important;
	line-height: .98;
	font-weight: 700;
	letter-spacing: 0;
}

.pumat-hero .pumat-btn {
	position: absolute !important;
	right: clamp(38px, 4.24vw, 61px) !important;
	bottom: clamp(50px, 4.2vw, 60px) !important;
	left: auto !important;
	flex: none;
	margin: 0 !important;
	min-width: 192px;
	min-height: 52px;
	padding-inline: 26px;
}

.pumat-intro {
	padding: 72px 0 50px !important;
}

.pumat-intro .row {
	display: grid;
	grid-template-columns: minmax(0, 508px) minmax(0, 1fr);
	column-gap: 60px;
	align-items: start !important;
	max-width: calc(100% - clamp(40px, 6.667vw, 96px)) !important;
}

.pumat-intro .row > .col {
	flex-basis: auto;
	width: auto;
	max-width: none;
	padding: 0;
}

.pumat-intro .row > .col:first-child .col-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 43px;
}

.pumat-intro h2 {
	margin: 0;
	font-size: clamp(32px, 3.405vw, 48.5px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.05em;
}

.pumat-intro p {
	max-width: none;
	margin: 0;
	color: var(--pumat-ink);
	font-size: 16px;
	line-height: 1.58;
}

.pumat-home.pumat-intro .pumat-btn {
	min-height: 56px !important;
	padding-inline: 20px !important;
	margin: 0 !important;
	font-weight: 400;
}

.pumat-outline-button .button {
	border: 2px solid var(--pumat-green) !important;
	border-radius: 999px !important;
	color: var(--pumat-green) !important;
	background: #fff !important;
	font-weight: 560;
	text-transform: none;
}

.pumat-products {
	padding: 22px 0 72px !important;
}

/* TDG-style slider navigation for homepage UX Builder sliders. */
.pumat-home .slider .flickity-prev-next-button {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 12;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 56px !important;
	height: 56px !important;
	min-width: 56px !important;
	min-height: 56px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18) !important;
	border-radius: 999px !important;
	background: var(--pumat-green) !important;
	color: #fff !important;
	box-shadow: none !important;
	opacity: 0;
	transform: translateY(-50%) !important;
	transition: opacity .32s ease, transform .42s cubic-bezier(.22, 1, .36, 1), color .32s ease, background-color .32s ease;
}

.pumat-home .slider .flickity-prev-next-button.previous {
	left: clamp(12px, 2.1vw, 40px) !important;
	transform: translate(-10px, -50%) !important;
}

.pumat-home .slider .flickity-prev-next-button.next {
	right: clamp(12px, 2.1vw, 40px) !important;
	transform: translate(10px, -50%) !important;
}

.pumat-home .slider:hover .flickity-prev-next-button:not(:disabled),
.pumat-home .slider:focus-within .flickity-prev-next-button:not(:disabled) {
	opacity: .88;
	transform: translate(0, -50%) !important;
}

.pumat-home .slider .flickity-prev-next-button::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -25%;
	z-index: 0;
	display: block;
	width: 150%;
	height: 200%;
	border-radius: 50%;
	background: #fff;
	transform: translate3d(0, -76%, 0);
	transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.pumat-home .slider .flickity-prev-next-button:hover,
.pumat-home .slider .flickity-prev-next-button:focus-visible {
	background: var(--pumat-green) !important;
	color: var(--pumat-green) !important;
	opacity: 1 !important;
	transform: translate(0, -50%) scale(1.04) !important;
}

.pumat-home .slider:hover .flickity-prev-next-button:hover,
.pumat-home .slider:focus-within .flickity-prev-next-button:focus-visible {
	opacity: 1 !important;
	transform: translate(0, -50%) scale(1.04) !important;
}

.pumat-home .slider .flickity-prev-next-button:hover::before,
.pumat-home .slider .flickity-prev-next-button:focus-visible::before {
	transform: translate3d(0, 0, 0);
}

.pumat-home .slider .flickity-prev-next-button:disabled {
	opacity: 0 !important;
	pointer-events: none !important;
}

.pumat-home .slider .flickity-prev-next-button .flickity-button-icon {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	z-index: 1;
	display: block;
	width: 28px !important;
	height: 28px !important;
	fill: currentColor !important;
	color: currentColor !important;
	opacity: 0 !important;
	pointer-events: none;
}

.pumat-home .slider .flickity-prev-next-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 13px;
	height: 13px;
	border-top: 2.2px solid currentColor;
	border-right: 2.2px solid currentColor;
	pointer-events: none;
	transition: transform .42s cubic-bezier(.22, 1, .36, 1), border-color .32s ease;
}

.pumat-home .slider .flickity-prev-next-button.previous::after {
	transform: translate(-40%, -50%) rotate(-135deg);
}

.pumat-home .slider .flickity-prev-next-button.next::after {
	transform: translate(-60%, -50%) rotate(45deg);
}

/* Shared WooCommerce product-card system for shop loops and Flatsome product shortcodes. */
.pumat-product-card-shell > .col-inner {
	height: 100%;
	background: transparent !important;
	box-shadow: none !important;
}

.pumat-product-card {
	--pumat-card-radius: clamp(10px, 1.053vw, 20px);
	--pumat-card-pad-block: clamp(16px, 1.263vw, 24px);
	--pumat-card-pad-inline: clamp(16px, 2.105vw, 40px);
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	border: 0 !important;
	border-radius: var(--pumat-card-radius);
	background: #fafafa !important;
	box-shadow: none !important;
	overflow: visible;
}

.pumat-product-card__media {
	position: relative;
	flex: 0 0 auto;
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	aspect-ratio: 1 / 1;
	margin: 0;
	z-index: 2;
	border-radius: var(--pumat-card-radius) var(--pumat-card-radius) 0 0;
	background: #fafafa;
	overflow: visible !important;
}

.pumat-product-card__image-link,
.pumat-product-card__image,
.pumat-product-card__hover-gallery,
.pumat-product-card__hover-slide {
	display: block;
	width: 100%;
	height: 100%;
}

.pumat-product-card__image-link {
	position: relative;
	overflow: hidden !important;
	color: inherit;
	border-radius: var(--pumat-card-radius) var(--pumat-card-radius) 0 0;
	background: #fafafa;
}

.pumat-product-card__img,
.pumat-product-card__gallery-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0;
	transition: transform .72s cubic-bezier(.22, 1, .36, 1), filter .32s ease;
}

.pumat-product-card__hover-gallery {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: opacity .24s ease;
}

.pumat-product-card__hover-track {
	display: flex;
	height: 100%;
	will-change: transform;
}

.pumat-product-card--gallery-2 .pumat-product-card__hover-track {
	width: 200%;
}

.pumat-product-card--gallery-2 .pumat-product-card__hover-slide {
	flex: 0 0 50%;
}

.pumat-product-card--gallery-3 .pumat-product-card__hover-track {
	width: 300%;
}

.pumat-product-card--gallery-3 .pumat-product-card__hover-slide {
	flex: 0 0 33.333333%;
}

.pumat-product-card__badges {
	position: absolute;
	top: 19px;
	left: 19px;
	z-index: 5;
	pointer-events: none;
}

.pumat-product-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 35px;
	padding: 0 18px;
	border-radius: 999px;
	background: #e71949;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.pumat-product-card__quick-view {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 6;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0 !important;
	border-radius: 50%;
	background: #fff;
	color: var(--pumat-ink);
	font-size: 0;
	line-height: 1;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1), background-color .28s ease;
}

.pumat-product-card__quick-view svg {
	display: block;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pumat-product-card__actions {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
	z-index: 6;
	display: flex;
	justify-content: center;
	width: 100%;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
}

.pumat-product-card__cart-button,
.pumat-product-card__cart-button.button {
	--pumat-btn-fill: var(--pumat-green);
	position: relative;
	z-index: 0;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #050505 !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-transform: none !important;
	box-shadow: none !important;
	transition: color .34s ease, background-color .34s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.pumat-product-card__cart-button::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -25%;
	z-index: 0;
	display: block;
	width: 150%;
	height: 200%;
	border-radius: 50%;
	background: var(--pumat-btn-fill);
	pointer-events: none;
	transform: translate3d(0, -76%, 0);
	transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.pumat-product-card__cart-button > span {
	position: relative;
	z-index: 3;
}

.pumat-product-card__cart-button:hover,
.pumat-product-card__cart-button:focus-visible {
	background: #050505 !important;
	color: #fff !important;
}

.pumat-product-card__cart-button:hover::before,
.pumat-product-card__cart-button:focus-visible::before {
	transform: translate3d(0, 0, 0);
}

.pumat-product-card__cart-button.loading {
	opacity: .72;
}

.pumat-product-card__cart-button.loading > span {
	opacity: 0;
}

.pumat-product-card__cart-button.loading::before {
	transform: translate3d(0, 0, 0);
}

.pumat-product-card__cart-button.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid rgba(255, 255, 255, .38);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pumat-button-spin .76s linear infinite;
}

.pumat-product-card__dots {
	position: absolute;
	left: 50%;
	bottom: -14px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	height: 28px;
	min-height: 28px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fafafa;
	opacity: 0;
	transform: translate(-50%, 12px);
	transition: opacity .28s ease, transform .36s cubic-bezier(.22, 1, .36, 1);
}

.pumat-product-card__dots span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 28px;
	border-radius: 50%;
	background: transparent;
}

.pumat-product-card__dots span::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #111;
	transition: background-color .2s ease, box-shadow .2s ease;
}

.pumat-product-card__dots span:first-child::before {
	background: transparent;
	box-shadow: 0 0 0 2px #111;
}

.pumat-product-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: var(--pumat-card-pad-block) var(--pumat-card-pad-inline) var(--pumat-card-pad-inline) !important;
	border-radius: 0 0 var(--pumat-card-radius) var(--pumat-card-radius);
	background: transparent !important;
	text-align: left;
}

.pumat-product-card__vendor {
	margin-bottom: 8px;
	color: rgba(23, 23, 23, .54);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.pumat-product-card__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
}

.pumat-product-card__title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.14;
	letter-spacing: -.02em;
}

.pumat-product-card__title a {
	display: inline;
	color: var(--pumat-ink);
	text-decoration: none;
}

.pumat-product-card__price {
	min-width: 86px;
	text-align: right;
}

.pumat-product-card__price .price {
	display: inline-flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	gap: 2px;
	margin: 0;
	color: #e71949;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.12;
	white-space: nowrap;
}

.pumat-product-card__price ins {
	display: block;
	color: #e71949;
	text-decoration: none;
}

.pumat-product-card__price del {
	position: relative;
	display: inline-block;
	color: rgba(23, 23, 23, .42);
	font-size: 14px;
	font-weight: 400;
	text-decoration: none !important;
}

.pumat-product-card__price del::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 54%;
	height: 1px;
	background: #e71949;
	transform: rotate(-12deg);
	transform-origin: center;
	pointer-events: none;
}

.pumat-product-card__price .amount,
.pumat-product-card__price ins .amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.pumat-product-card__price del .amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none !important;
}

.pumat-product-card .out-of-stock-label {
	position: absolute;
	inset: auto 18px 18px;
	z-index: 7;
	border-radius: 999px;
	background: rgba(23, 23, 23, .84);
	color: #fff;
	font-size: 13px;
	font-weight: 650;
}

@media (hover: hover) and (pointer: fine) {
	.pumat-product-card--has-gallery:hover .pumat-product-card__hover-gallery,
	.pumat-product-card:focus-within .pumat-product-card__hover-gallery {
		opacity: 1;
	}

	.pumat-product-card--gallery-2:hover .pumat-product-card__hover-track,
	.pumat-product-card--gallery-2:focus-within .pumat-product-card__hover-track {
		animation: pumat-product-gallery-2 2.2s cubic-bezier(.22, 1, .36, 1) infinite;
	}

	.pumat-product-card--gallery-3:hover .pumat-product-card__hover-track,
	.pumat-product-card--gallery-3:focus-within .pumat-product-card__hover-track {
		animation: pumat-product-gallery-3 3.2s cubic-bezier(.22, 1, .36, 1) infinite;
	}

	.pumat-product-card:hover .pumat-product-card__img,
	.pumat-product-card:focus-within .pumat-product-card__img {
		filter: brightness(.96);
		transform: scale(1.025);
	}

	.pumat-product-card:hover .pumat-product-card__quick-view,
	.pumat-product-card:hover .pumat-product-card__actions,
	.pumat-product-card:hover .pumat-product-card__dots,
	.pumat-product-card:focus-within .pumat-product-card__quick-view,
	.pumat-product-card:focus-within .pumat-product-card__actions,
	.pumat-product-card:focus-within .pumat-product-card__dots {
		opacity: 1;
		transform: translate(0, 0);
	}

	.pumat-product-card:hover .pumat-product-card__actions,
	.pumat-product-card:focus-within .pumat-product-card__actions {
		transform: translateY(0);
	}

	.pumat-product-card:hover .pumat-product-card__dots,
	.pumat-product-card:focus-within .pumat-product-card__dots {
		transform: translate(-50%, 0);
	}

	.pumat-product-card--gallery-2:hover .pumat-product-card__dots span:nth-child(1)::before,
	.pumat-product-card--gallery-2:focus-within .pumat-product-card__dots span:nth-child(1)::before {
		animation: pumat-product-dot-2-1 2.2s cubic-bezier(.22, 1, .36, 1) infinite;
	}

	.pumat-product-card--gallery-2:hover .pumat-product-card__dots span:nth-child(2)::before,
	.pumat-product-card--gallery-2:focus-within .pumat-product-card__dots span:nth-child(2)::before {
		animation: pumat-product-dot-2-2 2.2s cubic-bezier(.22, 1, .36, 1) infinite;
	}

	.pumat-product-card--gallery-3:hover .pumat-product-card__dots span:nth-child(1)::before,
	.pumat-product-card--gallery-3:focus-within .pumat-product-card__dots span:nth-child(1)::before {
		animation: pumat-product-dot-3-1 3.2s cubic-bezier(.22, 1, .36, 1) infinite;
	}

	.pumat-product-card--gallery-3:hover .pumat-product-card__dots span:nth-child(2)::before,
	.pumat-product-card--gallery-3:focus-within .pumat-product-card__dots span:nth-child(2)::before {
		animation: pumat-product-dot-3-2 3.2s cubic-bezier(.22, 1, .36, 1) infinite;
	}

	.pumat-product-card--gallery-3:hover .pumat-product-card__dots span:nth-child(3)::before,
	.pumat-product-card--gallery-3:focus-within .pumat-product-card__dots span:nth-child(3)::before {
		animation: pumat-product-dot-3-3 3.2s cubic-bezier(.22, 1, .36, 1) infinite;
	}
}

@keyframes pumat-product-gallery-2 {
	0%, 44% {
		transform: translateX(0);
	}
	52%, 92% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes pumat-product-gallery-3 {
	0%, 27% {
		transform: translateX(0);
	}
	34%, 60% {
		transform: translateX(-33.333333%);
	}
	67%, 93% {
		transform: translateX(-66.666667%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes pumat-product-dot-2-1 {
	0%, 44%, 100% {
		background: transparent;
		box-shadow: 0 0 0 2px #111;
	}
	52%, 92% {
		background: #111;
		box-shadow: none;
	}
}

@keyframes pumat-product-dot-2-2 {
	0%, 44%, 100% {
		background: #111;
		box-shadow: none;
	}
	52%, 92% {
		background: transparent;
		box-shadow: 0 0 0 2px #111;
	}
}

@keyframes pumat-product-dot-3-1 {
	0%, 27%, 100% {
		background: transparent;
		box-shadow: 0 0 0 2px #111;
	}
	34%, 93% {
		background: #111;
		box-shadow: none;
	}
}

@keyframes pumat-product-dot-3-2 {
	0%, 27%, 67%, 100% {
		background: #111;
		box-shadow: none;
	}
	34%, 60% {
		background: transparent;
		box-shadow: 0 0 0 2px #111;
	}
}

@keyframes pumat-product-dot-3-3 {
	0%, 60%, 100% {
		background: #111;
		box-shadow: none;
	}
	67%, 93% {
		background: transparent;
		box-shadow: 0 0 0 2px #111;
	}
}

@media (max-width: 849px), (hover: none), (pointer: coarse) {
	.pumat-product-card__hover-gallery,
	.pumat-product-card__quick-view,
	.pumat-product-card__actions,
	.pumat-product-card__dots {
		display: none !important;
	}
}

.mfp-bg.mfp-ready {
	background: rgba(23, 23, 23, .68) !important;
	opacity: 1 !important;
}

.mfp-content .product-lightbox.lightbox-content {
	width: min(1280px, calc(100vw - 32px)) !important;
	max-width: none !important;
	padding: 0 !important;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	box-shadow: none;
}

.mfp-wrap > .mfp-close:not(.pumat-quickview__close),
.mfp-container > .mfp-close:not(.pumat-quickview__close),
.mfp-content > .mfp-close:not(.pumat-quickview__close) {
	display: none !important;
}

.product-lightbox .pumat-quickview-container {
	max-width: none !important;
	margin: 0;
}

.product-lightbox .pumat-quickview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: min(768px, calc(100vh - 32px));
	background: #fff;
}

.product-lightbox .pumat-quickview__gallery {
	position: relative;
	min-width: 0;
	background: #fafafa;
	overflow: hidden;
}

.product-lightbox .pumat-quickview__slider,
.product-lightbox .pumat-quickview__slider .flickity-viewport,
.product-lightbox .pumat-quickview__slider .flickity-slider,
.product-lightbox .pumat-quickview__slider .slide {
	height: 100% !important;
	min-height: min(768px, calc(100vh - 32px));
}

.product-lightbox .pumat-quickview__slider .slide {
	width: 100%;
	background: #fafafa;
	overflow: hidden;
}

.product-lightbox .pumat-quickview__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product-lightbox .pumat-quickview__slider .flickity-prev-next-button {
	display: none !important;
}

.product-lightbox .pumat-quickview__slider .flickity-page-dots {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 32px;
	margin: 0;
	padding: 0 14px;
	border-radius: 999px;
	background: #fff;
	list-style: none;
	transform: translateX(-50%);
}

.product-lightbox .pumat-quickview__slider .flickity-page-dots .dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 28px;
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	opacity: 1;
}

.product-lightbox .pumat-quickview__slider .flickity-page-dots .dot::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #111;
}

.product-lightbox .pumat-quickview__slider .flickity-page-dots .dot.is-selected::before {
	background: transparent;
	box-shadow: 0 0 0 2px #111;
}

.product-lightbox .pumat-quickview__summary {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #fff;
}

.product-lightbox .pumat-quickview__content {
	position: relative;
	flex: 1;
	padding: clamp(42px, 4vw, 62px) clamp(34px, 4.8vw, 62px) 40px;
}

.product-lightbox .pumat-quickview__close {
	position: absolute !important;
	top: 28px !important;
	right: 28px !important;
	left: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 0 !important;
	border: 1px solid rgba(23, 23, 23, .08) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--pumat-ink) !important;
	font-size: 28px !important;
	font-weight: 300;
	line-height: 1 !important;
	opacity: 1 !important;
	text-shadow: none !important;
	transition: background-color .28s ease, color .28s ease, transform .28s ease;
}

.product-lightbox .pumat-quickview__close:hover {
	background: var(--pumat-green) !important;
	color: #fff !important;
	transform: rotate(90deg);
}

.product-lightbox .pumat-quickview__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: start;
	padding-right: 62px;
}

.product-lightbox .pumat-quickview__vendor {
	margin-bottom: 14px;
	color: rgba(23, 23, 23, .82);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.product-lightbox .pumat-quickview__title-link {
	color: var(--pumat-ink);
	text-decoration: none;
}

.product-lightbox .pumat-quickview__title {
	max-width: 520px;
	margin: 0;
	color: var(--pumat-ink);
	font-size: clamp(38px, 3.4vw, 50px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.055em;
}

.product-lightbox .pumat-quickview__price {
	display: inline-flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	gap: 4px;
	margin-top: 86px;
	color: #e71949;
	font-size: 24px;
	font-weight: 650;
	line-height: 1;
	white-space: nowrap;
}

.product-lightbox .pumat-quickview__price ins {
	color: #e71949;
	text-decoration: none;
}

.product-lightbox .pumat-quickview__price del {
	position: relative;
	display: inline-block;
	color: rgba(23, 23, 23, .55);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
}

.product-lightbox .pumat-quickview__price del::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 54%;
	height: 1px;
	background: #e71949;
	transform: rotate(-12deg);
	transform-origin: center;
}

.product-lightbox .pumat-quickview__price .amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.product-lightbox .pumat-quickview__stock {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	margin-top: 30px;
	padding: 13px 20px;
	border-radius: 999px;
	background: #f5ffe8;
	color: var(--pumat-green);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

.product-lightbox .pumat-quickview__stock span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(23, 101, 54, .12);
}

.product-lightbox .pumat-quickview__stock.is-out-of-stock {
	background: #fff1f2;
	color: #e71949;
}

.product-lightbox .pumat-quickview__form {
	display: grid;
	grid-template-columns: 144px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-top: 34px;
	margin-bottom: 0;
}

.product-lightbox .pumat-quickview__quantity {
	display: grid !important;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: stretch;
	width: 144px;
	min-width: 144px;
	height: 60px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(23, 23, 23, .1);
	border-radius: 999px;
	background: #fff;
	box-sizing: border-box;
	float: none !important;
	line-height: 1;
}

.product-lightbox .pumat-quickview__qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 58px;
	min-height: 58px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pumat-ink) !important;
	font: inherit;
	line-height: 1 !important;
	appearance: none;
	cursor: pointer;
}

.product-lightbox .pumat-quickview__qty-button svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.product-lightbox .pumat-quickview__quantity .qty {
	display: block !important;
	justify-self: stretch;
	min-width: 0;
	max-width: none !important;
	width: 100% !important;
	height: 58px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pumat-ink);
	font-size: 16px;
	font-weight: 550;
	line-height: 58px !important;
	text-align: center;
	appearance: textfield;
	float: none !important;
}

.product-lightbox .pumat-quickview__quantity .qty::-webkit-outer-spin-button,
.product-lightbox .pumat-quickview__quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.product-lightbox .pumat-quickview__add,
.product-lightbox .pumat-quickview__buy-now {
	position: relative;
	isolation: isolate;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	margin: 0 !important;
	padding: 0 28px !important;
	overflow: hidden;
	border-radius: 999px !important;
	font-size: 16px !important;
	font-weight: 650;
	line-height: 1;
	text-transform: none !important;
	text-decoration: none !important;
}

.product-lightbox .pumat-quickview__add {
	--pumat-btn-fill: var(--pumat-green);
	border: 0 !important;
	background: #111 !important;
	color: #fff !important;
}

.product-lightbox .pumat-quickview__add::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -25%;
	z-index: 0;
	display: block;
	width: 150%;
	height: 200%;
	border-radius: 50%;
	background: var(--pumat-btn-fill);
	transform: translate3d(0, -76%, 0);
	transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.product-lightbox .pumat-quickview__add:hover::before,
.product-lightbox .pumat-quickview__add:focus-visible::before {
	transform: translate3d(0, 0, 0);
}

.product-lightbox .pumat-quickview__add span,
.product-lightbox .pumat-quickview__buy-now span {
	position: relative;
	z-index: 1;
}

.product-lightbox .pumat-quickview__buy-now {
	margin-top: 16px !important;
	border: 2px solid var(--pumat-ink) !important;
	background: #fff !important;
	color: var(--pumat-ink) !important;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.product-lightbox .pumat-quickview__buy-now:hover,
.product-lightbox .pumat-quickview__buy-now:focus-visible {
	border-color: var(--pumat-green) !important;
	background: var(--pumat-green) !important;
	color: #fff !important;
}

.product-lightbox .pumat-quickview__complex-cart {
	margin-top: 34px;
}

.product-lightbox .pumat-quickview__share {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 32px;
	color: var(--pumat-ink);
	font-size: 16px;
	line-height: 1;
}

.product-lightbox .pumat-quickview__share-label {
	flex: 0 0 auto;
	color: rgba(23, 23, 23, .9);
}

.product-lightbox .pumat-quickview__share-icons {
	display: flex;
	align-items: center;
	min-width: 0;
}

.product-lightbox .pumat-quickview__share .social-icons,
.product-lightbox .pumat-quickview__share .share-icons {
	display: flex !important;
	align-items: center;
	gap: 18px;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}

.product-lightbox .pumat-quickview__share .share-icons-title {
	display: none;
}

.product-lightbox .pumat-quickview__share .social-icons a,
.product-lightbox .pumat-quickview__share .social-icons a.button,
.product-lightbox .pumat-quickview__share .social-icons a.icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pumat-ink) !important;
	font-size: 18px;
	line-height: 1 !important;
	opacity: 1;
	text-decoration: none;
	transform: none;
	transition: color .25s ease, transform .25s ease;
}

.product-lightbox .pumat-quickview__share .social-icons a:hover,
.product-lightbox .pumat-quickview__share .social-icons a:focus-visible {
	color: var(--pumat-green) !important;
	transform: translateY(-1px);
}

.product-lightbox .pumat-quickview__share .social-icons i,
.product-lightbox .pumat-quickview__share .social-icons svg {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 1;
}

.product-lightbox .pumat-quickview__share .pumat-quickview__help {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-left: auto;
	color: var(--pumat-ink);
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	transition: color .25s ease, transform .25s ease;
	text-underline-offset: 3px;
}

.product-lightbox .pumat-quickview__share .pumat-quickview__help:hover,
.product-lightbox .pumat-quickview__share .pumat-quickview__help:focus-visible {
	color: var(--pumat-green);
	transform: translateY(-1px);
}

.product-lightbox .pumat-quickview__help span {
	width: 20px;
	height: 20px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 650;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

.product-lightbox .pumat-quickview__details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 0 clamp(34px, 4.8vw, 62px);
	border-top: 1px solid rgba(23, 23, 23, .08);
	color: var(--pumat-ink);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.product-lightbox .pumat-quickview__details i {
	position: relative;
	display: block;
	width: 18px;
	height: 12px;
}

.product-lightbox .pumat-quickview__details i::before,
.product-lightbox .pumat-quickview__details i::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: currentColor;
	transform: translateY(-50%);
}

.product-lightbox .pumat-quickview__details i::before {
	width: 17px;
	height: 1.5px;
}

.product-lightbox .pumat-quickview__details i::after {
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	background: transparent;
	transform: translateY(-50%) rotate(45deg);
}

.product-lightbox .pumat-quickview__details:hover {
	color: var(--pumat-green);
}

@media (max-width: 849px) {
	.mfp-content .product-lightbox.lightbox-content {
		width: calc(100vw - 20px) !important;
		max-height: calc(100vh - 20px);
		overflow: auto;
		border-radius: 16px;
	}

	.product-lightbox .pumat-quickview {
		display: block;
		min-height: 0;
	}

	.product-lightbox .pumat-quickview__slider,
	.product-lightbox .pumat-quickview__slider .flickity-viewport,
	.product-lightbox .pumat-quickview__slider .flickity-slider,
	.product-lightbox .pumat-quickview__slider .slide {
		min-height: 360px;
	}

	.product-lightbox .pumat-quickview__content {
		padding: 34px 22px 28px;
	}

	.product-lightbox .pumat-quickview__top {
		display: block;
		padding-right: 56px;
	}

	.product-lightbox .pumat-quickview__title {
		font-size: 34px;
	}

	.product-lightbox .pumat-quickview__price {
		align-items: flex-start;
		margin-top: 18px;
	}

	.product-lightbox .pumat-quickview__form {
		grid-template-columns: 1fr;
	}

	.product-lightbox .pumat-quickview__share {
		flex-wrap: wrap;
		gap: 16px;
	}

	.product-lightbox .pumat-quickview__share .pumat-quickview__help {
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
	}
}

.pumat-reveal {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .9s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1);
}

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

.pumat-btn,
.pumat-button {
	--pumat-btn-fill: var(--pumat-green);
	position: relative;
	z-index: 0;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 34px;
	overflow: hidden;
	border-radius: 999px !important;
	font-size: 15px;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: none !important;
	transition: color .34s ease, border-color .34s ease, background-color .34s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.pumat-home .pumat-btn {
	display: inline-flex !important;
	min-height: 52px !important;
	font-size: 16px !important;
}

.pumat-btn::before,
.pumat-button::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -25%;
	z-index: 0;
	display: block;
	width: 150%;
	height: 200%;
	border-radius: 50%;
	background: var(--pumat-btn-fill);
	transform: translate3d(0, -76%, 0);
	transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.pumat-btn > span,
.pumat-btn > i,
.pumat-button > span,
.pumat-button > i {
	position: relative;
	z-index: 1;
}

.pumat-btn:hover::before,
.pumat-btn:focus-visible::before,
.pumat-button:hover::before {
	transform: translate3d(0, 0, 0);
}

.pumat-btn--solid,
.pumat-button--dark {
	--pumat-btn-fill: #fff;
	border: 2px solid var(--pumat-green);
	background: var(--pumat-green) !important;
	color: #fff !important;
}

.pumat-btn--solid:hover,
.pumat-button--dark:hover {
	border-color: var(--pumat-green);
	background: var(--pumat-green) !important;
	color: var(--pumat-green) !important;
}

.pumat-btn.pumat-btn--blur {
	--pumat-btn-fill: rgba(23, 23, 23, .6);
	border: 1px solid rgba(255, 255, 255, .42) !important;
	background: rgba(255, 255, 255, .94) !important;
	color: var(--pumat-ink) !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.pumat-btn.pumat-btn--blur:hover,
.pumat-btn.pumat-btn--blur:focus-visible {
	background: rgba(255, 255, 255, .24) !important;
	color: #fff !important;
}

.pumat-btn.pumat-btn--outline,
.pumat-button--outline {
	--pumat-btn-fill: var(--pumat-green);
	border: 2px solid var(--pumat-green);
	background: #fff;
	color: var(--pumat-green) !important;
}

.pumat-btn.pumat-btn--outline:hover,
.pumat-button--outline:hover {
	background: #fff;
	color: #fff !important;
}

.pumat-btn.pumat-btn--ink {
	--pumat-btn-fill: var(--pumat-ink);
	border-color: var(--pumat-ink) !important;
	color: var(--pumat-ink) !important;
}

.pumat-btn.pumat-btn--ink:hover,
.pumat-btn.pumat-btn--ink:focus-visible {
	color: #fff !important;
}

.pumat-btn--arrow > i {
	display: inline-block;
	width: 18px;
	height: 12px;
	margin: 0 0 0 16px !important;
	font-size: 0;
	line-height: 1;
}

.pumat-btn--arrow > i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 1.5px;
	background: currentColor;
	transform: translateY(-50%);
}

.pumat-btn--arrow > i::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.pumat-btn--fixed {
	min-width: 192px;
}

.pumat-btn--small,
.pumat-button--small {
	width: 100%;
	min-height: 52px;
	padding-inline: 22px;
}

.pumat-eyebrow {
	margin: 0;
	color: rgba(23, 23, 23, .58);
	font-size: 12px;
	font-weight: 560;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.pumat-video-section {
	position: relative;
	overflow: visible;
	background: #fff;
	padding-bottom: 0 !important;
}

.pumat-video-section .row.pumat-rounded,
.pumat-video-banner {
	overflow: hidden;
	border-radius: var(--pumat-section-radius) var(--pumat-section-radius) 0 0;
}

.pumat-video-section .row.pumat-rounded {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pumat-video-section .row,
.pumat-video-section .col-inner {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.pumat-video-section .col {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.pumat-video-banner {
	position: relative;
	min-height: clamp(580px, 34.7vw, 660px);
	background: #2d2117;
}

.pumat-video-banner .banner-inner,
.pumat-video-banner .banner-bg,
.pumat-video-banner .banner-bg > .bg,
.pumat-video-banner .video-bg,
.pumat-video-banner .overlay {
	border-radius: inherit;
}

.pumat-video-banner .banner-bg > .bg {
	background-color: #2d2117;
	background-image: url("https://media.khowebsites.com/w48/2026/05/nh_ch_p_flatlay_topdown_202604011137.jpg") !important;
	background-position: center center;
	background-size: cover;
}

.pumat-video-banner video.video-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pumat-video-banner .banner-layers {
	max-width: none !important;
	padding: 0 clamp(22px, 4vw, 72px);
}

.pumat-video-banner .text-box {
	max-width: 840px;
}

.pumat-video-banner .text-box-content {
	color: #fff;
}

.pumat-video-banner .text-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pumat-video-banner h2 {
	max-width: 840px;
	margin: 0 !important;
	color: #fff;
	font-size: clamp(38px, 2.55vw, 50px);
	line-height: 1.03;
	font-weight: 760;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.pumat-video-banner__subtitle {
	max-width: 780px;
	margin: 24px auto 0 !important;
	color: rgba(255, 255, 255, .7);
	font-size: clamp(17px, 1.05vw, 20px);
	line-height: 1.45;
	font-weight: 480;
	letter-spacing: -.01em;
}

.pumat-video-banner .pumat-btn {
	min-width: 194px;
	min-height: 60px !important;
	margin-top: 46px !important;
	padding-inline: 31px 26px !important;
	font-size: 16px !important;
	font-weight: 560;
}

.pumat-video-banner .pumat-btn.pumat-btn--blur {
	--pumat-btn-fill: var(--pumat-green);
	border: 0 !important;
	background: rgba(255, 255, 255, .96) !important;
	color: var(--pumat-ink) !important;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	box-shadow: none !important;
}

.pumat-video-banner .pumat-btn.pumat-btn--blur:hover,
.pumat-video-banner .pumat-btn.pumat-btn--blur:focus-visible {
	background: rgba(255, 255, 255, .96) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.pumat-video-toggle {
	position: absolute;
	right: clamp(22px, 1.55vw, 30px);
	bottom: calc(var(--pumat-section-overlap) + clamp(22px, 1.55vw, 30px));
	z-index: 30;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	color: var(--pumat-ink);
	box-shadow: 0 16px 42px rgba(0, 0, 0, .18);
	cursor: pointer;
	transition: background-color .24s ease, color .24s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
}

.pumat-video-toggle::before,
.pumat-video-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 4px;
	height: 18px;
	border-radius: 999px;
	background: currentColor;
	transform: translateY(-50%);
	transition: opacity .2s ease, transform .24s ease;
}

.pumat-video-toggle::before {
	left: 19px;
}

.pumat-video-toggle::after {
	right: 19px;
}

.pumat-video-toggle.is-paused::before {
	left: 20px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 16px solid currentColor;
	border-radius: 0;
	background: transparent;
	transform: translateY(-50%);
}

.pumat-video-toggle.is-paused::after {
	opacity: 0;
	transform: translateY(-50%) scale(.6);
}

.pumat-video-toggle:hover,
.pumat-video-toggle:focus-visible {
	background: #fff;
	color: var(--pumat-green);
	transform: scale(1.06);
	outline: none;
}

.pumat-featured-product {
	position: relative;
	z-index: 4;
	margin-top: calc(var(--pumat-section-overlap) * -1) !important;
	padding: 60px 0 88px !important;
	background: #fff;
	border-radius: var(--pumat-section-radius) var(--pumat-section-radius) 0 0;
	overflow: hidden;
}

.pumat-featured-product h2 {
	font-size: clamp(42px, 4vw, 72px);
	line-height: .98;
	font-weight: 760;
	letter-spacing: 0;
}

.pumat-featured-product > .section-content > .row {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pumat-featured-product > .section-content > .row > .col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pumat-natural-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0 0 !important;
	background: #fff;
}

.pumat-natural-section h2,
.pumat-combo-section h2 {
	font-size: clamp(42px, 4vw, 72px);
	line-height: .98;
	font-weight: 760;
	letter-spacing: 0;
}

.pumat-natural-section > .section-content > .row {
	width: calc(100% - 96px) !important;
	max-width: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.pumat-natural-section > .section-content > .row > .col {
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.pumat-natural-section h2 {
	width: max-content;
	max-width: 100%;
	margin: 0 auto clamp(28px, 2.5vw, 36px) !important;
	background: linear-gradient(90deg, #1f7a3a 0%, #8bbf44 38%, #e7a12d 72%, #e64b2f 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: clamp(32px, 3.368vw, 64px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.03em;
	text-align: center;
}

.pumat-natural-section .img {
	width: 100% !important;
	margin: 0 !important;
}

.pumat-natural-section .pumat-natural-compare-source {
	display: none !important;
}

.pumat-natural-section .img.pumat-rounded,
.pumat-natural-section .img-inner {
	border-radius: clamp(10px, 1.053vw, 20px);
}

.pumat-natural-section .img-inner {
	position: relative;
	overflow: hidden;
	height: clamp(300px, 44.306vw, 638px);
	aspect-ratio: auto;
	background: #f7f7f3;
}

.pumat-natural-section .img-inner > img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: cover;
	object-position: center center;
}

.pumat-natural-compare .img-inner {
	--pumat-natural-percent: 50%;
	cursor: col-resize;
}

.pumat-natural-compare__after {
	position: absolute;
	z-index: 2;
	inset: 0;
	overflow: hidden;
	clip-path: inset(0 0 0 var(--pumat-natural-percent));
	pointer-events: none;
}

.pumat-natural-compare__after img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}

.pumat-natural-compare__button {
	--pumat-natural-handle-touch: 44px;
	--pumat-natural-handle-line: 4px;
	--pumat-natural-handle-width: 38px;
	--pumat-natural-handle-height: 64px;
	position: absolute;
	z-index: 4;
	top: 0;
	left: var(--pumat-natural-percent);
	width: var(--pumat-natural-handle-touch);
	height: 100%;
	margin: 0 0 0 calc(var(--pumat-natural-handle-touch) / -2);
	padding: 0;
	color: #171717;
	background: transparent;
	border: 0;
	cursor: col-resize;
	touch-action: none;
}

.pumat-natural-compare__button::before,
.pumat-natural-compare__button::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	width: var(--pumat-natural-handle-line);
	height: 50%;
	margin-left: calc(var(--pumat-natural-handle-line) / -2);
	background: #fff;
	box-shadow: 0 0 18px rgba(23, 23, 23, .08);
}

.pumat-natural-compare__button::before {
	top: 0;
}

.pumat-natural-compare__button::after {
	bottom: 0;
}

.pumat-natural-compare__button span {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: var(--pumat-natural-handle-width);
	height: var(--pumat-natural-handle-height);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: calc(var(--pumat-natural-handle-height) / -2);
	margin-left: calc(var(--pumat-natural-handle-width) / -2);
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(23, 23, 23, .12);
}

.pumat-natural-compare__button svg {
	width: 12px;
	height: 22px;
	display: block;
}

.pumat-combo-section {
	padding: 112px 0 128px !important;
	background: #fff;
	border-radius: 0;
}

.pumat-combo-section .section-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, clamp(320px, 25vw, 380px));
	align-items: start;
	column-gap: clamp(54px, 6vw, 104px);
	width: calc(100% - 96px);
	max-width: none;
	margin: 0 auto;
}

.pumat-combo-section .section-content > .row {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.pumat-combo-section .section-content > .row:first-child {
	grid-column: 1;
}

.pumat-combo-section .section-content > .row:first-child > .col {
	width: 100%;
	max-width: 710px;
	padding-right: 0;
	padding-left: 0;
	flex-basis: auto;
}

.pumat-combo-section .section-content > .row:first-child h2 {
	position: relative;
	z-index: 0;
	display: block;
	max-width: 710px;
	overflow: visible;
	font-family: Inter, sans-serif;
	font-size: clamp(42px, 3.368vw, 48.5px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.pumat-combo-section .section-content > .row:first-child h2::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: calc(100% - .4em);
	display: block;
	width: 100%;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='-347 -30.1947 694 96.19' stroke='%23FFDDBF' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-width='20' pathLength='1' d='M-335,54 C-335,54 -171,-58 -194,-3 C-217,52 -224.1199951171875,73.552001953125 -127,11 C-68,-27 -137,50 -33,42 C31.43899917602539,37.042999267578125 147.14700317382812,-29.308000564575195 335,2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform-origin: left center;
	animation: pumat-write-line 3.8s cubic-bezier(.22, 1, .36, 1) both;
}

.pumat-combo-section .section-content > .row:first-child p {
	max-width: 650px;
	margin-top: 30px;
	color: rgba(23, 23, 23, .76);
	font-size: 16px;
	line-height: 1.58;
}

.pumat-combo-section .home-combo-grid {
	grid-column: 1;
	margin-top: 84px;
}

.pumat-combo-section .home-combo-grid > .col {
	padding-right: 0;
	padding-left: 0;
}

.pumat-combo-section .home-product-list {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.pumat-combo-section .home-product-list > .pumat-product-card-shell {
	padding: 0 14px 28px;
}

.pumat-combo-section .pumat-product-card {
	background: #fafafa !important;
	border-radius: 10px;
	box-shadow: none !important;
}

.pumat-combo-section .pumat-product-card__body {
	padding: 20px 30px 30px !important;
}

.pumat-combo-section .pumat-product-card__title {
	font-size: 17px;
	line-height: 1.16;
}

.pumat-combo-section .pumat-product-card__price .price {
	font-size: 14px;
}

.pumat-combo-section .pumat-product-card__badge {
	min-height: 31px;
	padding: 0 15px;
	font-size: 13px;
}

.pumat-combo-section .pumat-product-card__cart-button,
.pumat-combo-section .pumat-product-card__cart-button.button {
	width: auto;
	min-height: 52px;
	padding-inline: 18px !important;
	font-size: 14px !important;
}

.pumat-combo-section .pumat-product-card__cart-button.is-selected,
.pumat-combo-section .pumat-product-card__cart-button.is-selected:hover {
	background: var(--pumat-green) !important;
}

.pumat-combo-panel {
	position: sticky;
	top: 118px;
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin-top: 84px;
	padding: 30px;
	border: 2px solid #171717;
	border-radius: 12px;
	background: #fff;
	color: var(--pumat-ink);
	box-shadow: none;
}

.pumat-combo-panel__title {
	max-width: 260px;
	margin: 0 0 16px;
	font-size: clamp(42px, 3.5vw, 56px);
	font-weight: 760;
	line-height: .95;
	letter-spacing: -.055em;
}

.pumat-combo-panel__copy {
	margin: 0 0 20px;
	padding-bottom: 18px;
	border-bottom: 7px solid #f0f0f0;
	color: rgba(23, 23, 23, .82);
	font-size: 16px;
	line-height: 1.42;
}

.pumat-combo-panel__placeholder {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 16px;
	margin-bottom: 26px;
}

.pumat-combo-panel__items {
	display: grid;
	gap: 14px;
	margin-bottom: 26px;
}

.pumat-combo-panel__item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.pumat-combo-panel__item img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 8px;
	background: #f8f8f8;
}

.pumat-combo-panel__item strong,
.pumat-combo-panel__item small {
	display: block;
}

.pumat-combo-panel__item strong {
	color: var(--pumat-ink);
	font-size: 14px;
	line-height: 1.2;
}

.pumat-combo-panel__item small {
	margin-top: 6px;
	color: #e71949;
	font-size: 13px;
	font-weight: 700;
}

.pumat-combo-panel__item button {
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(23, 23, 23, .58);
	font-size: 12px;
	font-weight: 650;
	cursor: pointer;
}

.pumat-combo-panel__placeholder span {
	display: block;
	min-height: 96px;
	border-radius: 8px;
	background: #f8f8f8;
}

.pumat-combo-panel__placeholder span:nth-child(even) {
	position: relative;
	min-height: 96px;
	background: transparent;
}

.pumat-combo-panel__placeholder span:nth-child(even)::before,
.pumat-combo-panel__placeholder span:nth-child(even)::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 16px;
	border-radius: 999px;
	background: #f8f8f8;
}

.pumat-combo-panel__placeholder span:nth-child(even)::before {
	top: 26px;
	width: 100%;
}

.pumat-combo-panel__placeholder span:nth-child(even)::after {
	top: 52px;
	width: 58%;
}

.pumat-combo-panel__line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 28px;
	margin-bottom: 18px;
	padding-top: 20px;
	border-top: 1px solid #ededed;
	font-size: 18px;
	font-weight: 760;
}

.pumat-combo-panel__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	border-radius: 999px;
	background: #858585;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	cursor: not-allowed;
	transition: background-color .28s ease, color .28s ease;
}

.pumat-combo-panel__button:disabled {
	opacity: 1;
}

.pumat-combo-panel__button.is-ready {
	background: #050505;
	cursor: pointer;
}

.pumat-combo-panel__button.is-loading {
	background: #050505;
	color: transparent;
	cursor: wait;
}

.pumat-combo-panel__button.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid rgba(255, 255, 255, .38);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pumat-button-spin .76s linear infinite;
}

@keyframes pumat-button-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes pumat-write-line {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

.pumat-marquee {
	overflow: hidden;
	padding: 96px 0;
	background: #fff;
	color: var(--pumat-ink);
	font-size: clamp(54px, 5.7vw, 84px);
	line-height: 1;
	font-weight: 740;
	white-space: nowrap;
}

.pumat-marquee__track {
	display: flex;
	width: max-content;
	animation: pumat-marquee 26s linear infinite;
}

.pumat-marquee.is-scroll-aware .pumat-marquee__track {
	animation: none;
	will-change: transform;
}

.pumat-marquee:hover .pumat-marquee__track {
	animation-play-state: paused;
}

.pumat-marquee span {
	display: inline-flex;
	align-items: center;
	gap: 42px;
	margin-right: 56px;
}

.pumat-marquee span::after {
	content: "";
	width: 28px;
	height: 28px;
	border: 2px solid var(--pumat-green);
	border-radius: 50%;
	background: #fff;
}

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

.pumat-shop-look-section {
	padding: 100px 0;
	background: #fff;
	color: var(--pumat-ink);
	border-radius: 30px 30px 0 0;
}

.pumat-shop-look {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(428px, clamp(428px, 30vw, 580px));
	grid-template-areas:
		"media title"
		"media card";
	align-items: start;
	column-gap: clamp(48px, 3.2vw, 60px);
	row-gap: clamp(36px, 2.55vw, 48px);
	width: calc(100% - 96px);
	margin: 0 auto;
}

.pumat-shop-look__title {
	grid-area: title;
	align-self: start;
}

.pumat-shop-look__title p {
	margin: 0 0 16px;
	color: var(--pumat-ink);
	font-family: Inter, sans-serif;
	font-size: clamp(16px, 1.05vw, 20px);
	font-weight: 500;
	line-height: 1;
}

.pumat-shop-look__title h2 {
	margin: 0;
	color: var(--pumat-ink);
	font-family: Inter, sans-serif;
	font-size: clamp(36px, 2.55vw, 48px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.pumat-shop-look__media {
	position: relative;
	grid-area: media;
	width: 100%;
	aspect-ratio: 1160 / 648;
	border-radius: clamp(12px, .8vw, 16px);
	background: #f4f4f4;
	overflow: hidden;
}

.pumat-shop-look__media > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pumat-shop-look__hotspot {
	position: absolute;
	left: var(--x);
	top: var(--y);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(42px, 3.15vw, 60px);
	height: clamp(42px, 3.15vw, 60px);
	border-radius: 50%;
	background: rgba(255, 255, 255, .72);
	color: var(--pumat-ink);
	text-decoration: none;
	transform: translate(-50%, -50%);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
	backdrop-filter: blur(2px);
}

.pumat-shop-look__hotspot > span:first-child {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .65);
}

.pumat-shop-look__hotspot.is-active {
	background: rgba(255, 255, 255, .86);
}

.pumat-shop-look__popover {
	position: absolute;
	left: calc(100% + 20px);
	top: 50%;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	width: min(300px, 34vw);
	min-height: 96px;
	padding: 8px 18px 8px 8px;
	border-radius: 10px;
	background: #fff;
	color: var(--pumat-ink);
	opacity: 0;
	pointer-events: none;
	transform: translate(10px, -50%);
	transition: opacity .24s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .12);
}

.pumat-shop-look__popover img {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 8px;
	background: #f7f7f7;
	object-fit: cover;
}

.pumat-shop-look__popover strong {
	display: block;
	color: var(--pumat-ink);
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.18;
}

.pumat-shop-look__popover small {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
	margin-top: 8px;
	color: #e71949;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.pumat-shop-look__popover del {
	color: rgba(23, 23, 23, .55);
	font-weight: 500;
}

.pumat-shop-look__popover ins {
	color: #e71949;
	text-decoration: none;
}

.pumat-shop-look__hotspot:hover .pumat-shop-look__popover,
.pumat-shop-look__hotspot:focus-visible .pumat-shop-look__popover {
	opacity: 1;
	transform: translate(0, -50%);
}

.pumat-shop-look__slider {
	position: relative;
	grid-area: card;
	justify-self: center;
	width: min(100%, 460px);
}

.pumat-shop-look-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	border-radius: clamp(12px, .8vw, 16px);
	background: #fafafa;
	color: var(--pumat-ink);
	opacity: 0;
	pointer-events: none;
	transform: translateX(calc(var(--shop-look-direction, 1) * 24px));
	transition: opacity .36s ease, transform .48s cubic-bezier(.22, 1, .36, 1);
	overflow: hidden;
}

.pumat-shop-look-card:not(.is-active) {
	position: absolute;
	inset: 0;
}

.pumat-shop-look-card.is-active {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.pumat-shop-look-card__media {
	position: relative;
	aspect-ratio: 1;
	background: #fafafa;
	overflow: hidden;
}

.pumat-shop-look-card__image {
	display: block;
	width: 100%;
	height: 100%;
	background: #fafafa;
}

.pumat-shop-look-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.pumat-shop-look-card__badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 16px;
	border-radius: 999px;
	background: #e71949;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
}

.pumat-shop-look-card__quick {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	color: var(--pumat-ink);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.pumat-shop-look-card__quick svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pumat-shop-look-card__actions {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
	z-index: 4;
	display: flex;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px);
	transition: opacity .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
}

.pumat-shop-look-card:hover .pumat-shop-look-card__quick,
.pumat-shop-look-card:focus-within .pumat-shop-look-card__quick,
.pumat-shop-look-card:hover .pumat-shop-look-card__actions,
.pumat-shop-look-card:focus-within .pumat-shop-look-card__actions {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.pumat-shop-look-card__button,
.pumat-shop-look-card__button.button {
	--pumat-btn-fill: var(--pumat-green);
	position: relative;
	z-index: 0;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 39px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #050505 !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-transform: none !important;
	box-shadow: none !important;
}

.pumat-shop-look-card__button::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -25%;
	z-index: 0;
	display: block;
	width: 150%;
	height: 200%;
	border-radius: 50%;
	background: var(--pumat-btn-fill);
	pointer-events: none;
	transform: translate3d(0, -76%, 0);
	transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.pumat-shop-look-card__button > span {
	position: relative;
	z-index: 3;
}

.pumat-shop-look-card__button:hover::before,
.pumat-shop-look-card__button:focus-visible::before,
.pumat-shop-look-card__button.loading::before {
	transform: translate3d(0, 0, 0);
}

.pumat-shop-look-card__button.loading > span {
	opacity: 0;
}

.pumat-shop-look-card__button.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid rgba(255, 255, 255, .38);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pumat-button-spin .76s linear infinite;
}

.pumat-shop-look-card__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px 30px 30px;
}

.pumat-shop-look-card__vendor {
	color: rgba(23, 23, 23, .6);
	font-family: Inter, sans-serif;
	font-size: 10px;
	font-weight: 650;
	line-height: 1;
	letter-spacing: .16em;
	text-transform: uppercase;
	text-decoration: none;
}

.pumat-shop-look-card__details {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.pumat-shop-look-card__name {
	min-width: 0;
	color: var(--pumat-ink);
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 650;
	line-height: 1.24;
	text-decoration: none;
}

.pumat-shop-look-card__price {
	flex: 0 0 auto;
	text-align: right;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.pumat-shop-look-card__price del {
	display: block;
	color: rgba(23, 23, 23, .45);
	font-weight: 500;
}

.pumat-shop-look-card__price ins {
	display: block;
	color: #e71949;
	text-decoration: none;
}

.pumat-shop-look__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

.pumat-shop-look__dots button {
	display: block;
	width: 6px;
	height: 6px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(23, 23, 23, .42);
	box-shadow: none;
	cursor: pointer;
	transition: width .25s ease, background-color .25s ease;
}

.pumat-shop-look__dots button.is-active {
	width: 18px;
	background: var(--pumat-ink);
}

/* Native UX Builder version: section row + ux_banner/ux_hotspot + ux_products. */
.pumat-shop-look.row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(428px, clamp(428px, 30vw, 580px));
	grid-template-areas: "media panel";
	align-items: start;
	column-gap: clamp(48px, 3.2vw, 60px);
	row-gap: clamp(36px, 2.55vw, 48px);
	width: calc(100% - 96px) !important;
	max-width: none !important;
	margin: 0 auto !important;
}

.pumat-shop-look.row::before,
.pumat-shop-look.row::after {
	content: none;
	display: none;
}

.pumat-shop-look.row > .col {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	flex-basis: auto !important;
}

.pumat-shop-look__media-col {
	grid-area: media;
}

.pumat-shop-look__panel-col {
	grid-area: panel;
}

.pumat-shop-look__panel-col > .col-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: clamp(36px, 2.55vw, 48px);
}

.pumat-shop-look__panel-col .pumat-shop-look__title {
	grid-area: auto;
	width: 100%;
	min-width: 0;
}

.pumat-shop-look__panel-col .pumat-shop-look__products.row {
	align-self: center;
}

.pumat-shop-look__media.banner {
	display: block;
	border-radius: clamp(12px, .8vw, 16px);
	background: #f4f4f4;
	overflow: hidden;
}

.pumat-shop-look__media.banner .banner-layers {
	max-width: none;
	padding: 0;
}

.pumat-shop-look__media.banner .bg {
	background-size: cover !important;
	background-position: center center !important;
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot {
	display: block;
	width: clamp(42px, 3.15vw, 60px);
	height: clamp(42px, 3.15vw, 60px);
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot > div {
	display: block;
	width: 100%;
	height: 100%;
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot .hotspot {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .72) !important;
	color: var(--pumat-ink);
	line-height: 1;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
	backdrop-filter: blur(2px);
	transition: background-color .24s ease, transform .28s ease;
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot .hotspot::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .65);
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot .hotspot i {
	display: none;
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot.is-active .hotspot,
.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot .hotspot:hover,
.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot .hotspot:focus-visible {
	background: rgba(255, 255, 255, .88) !important;
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot .pumat-shop-look__popover {
	top: calc(100% + 14px);
	left: 50%;
	z-index: 8;
	transform: translate(-50%, 10px);
}

.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot:hover .pumat-shop-look__popover,
.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot:focus-within .pumat-shop-look__popover,
.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot.is-popover-open .pumat-shop-look__popover {
	opacity: 1;
	transform: translate(-50%, 0);
}

.pumat-shop-look__products.row {
	width: 460px !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.pumat-shop-look__products.row > .pumat-product-card-shell,
.pumat-shop-look__products.row .flickity-slider > .pumat-product-card-shell {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	flex-basis: 100% !important;
}

.pumat-shop-look__products.row:not(.flickity-enabled) > .pumat-product-card-shell:not(.is-active):not(.is-selected) {
	display: none !important;
}

.pumat-shop-look__products .pumat-product-card {
	--pumat-card-radius: clamp(12px, .8vw, 16px);
	background: #fafafa !important;
	overflow: hidden;
}

.pumat-shop-look__products .pumat-product-card__body {
	padding: 18px 30px 30px !important;
}

.pumat-shop-look__products .pumat-product-card__vendor {
	font-size: 10px;
	font-weight: 650;
}

.pumat-shop-look__products .pumat-product-card__title {
	font-size: 18px;
	font-weight: 650;
	letter-spacing: 0;
}

.pumat-shop-look__products .pumat-product-card__price .price {
	font-size: 13px;
}

.pumat-shop-look__products .pumat-product-card__price del {
	font-size: 13px;
}

.pumat-shop-look__products .pumat-product-card__cart-button,
.pumat-shop-look__products .pumat-product-card__cart-button.button {
	min-height: 39px;
	padding-inline: 18px !important;
	font-size: 13px !important;
}

.pumat-shop-look__products .flickity-prev-next-button {
	display: none !important;
}

.pumat-shop-look__products .flickity-page-dots {
	bottom: -34px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 18px;
}

.pumat-shop-look__products .flickity-page-dots .dot {
	width: 6px;
	height: 6px;
	margin: 0;
	border-radius: 999px;
	background: rgba(23, 23, 23, .42);
	opacity: 1;
	transition: width .25s ease, background-color .25s ease;
}

.pumat-shop-look__products .flickity-page-dots .dot.is-selected {
	width: 18px;
	background: var(--pumat-ink);
}

@media (max-width: 1023px) {
	.pumat-shop-look-section {
		padding: 82px 0;
		border-radius: 24px 24px 0 0;
	}

	.pumat-shop-look,
	.pumat-shop-look.row {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"title"
			"media"
			"card";
		width: calc(100% - 48px);
		row-gap: 32px;
	}

	.pumat-shop-look.row {
		grid-template-areas:
			"media"
			"panel";
	}

	.pumat-shop-look__title {
		text-align: left;
	}

	.pumat-shop-look__slider,
	.pumat-shop-look__products.row {
		justify-self: start;
		width: min(100%, 460px);
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 640px) {
	.pumat-shop-look-section {
		padding: 58px 0;
		border-radius: 18px 18px 0 0;
	}

	.pumat-shop-look,
	.pumat-shop-look.row {
		width: calc(100% - 32px);
		row-gap: 24px;
	}

	.pumat-shop-look__title p {
		margin-bottom: 12px;
		font-size: 15px;
	}

	.pumat-shop-look__title h2 {
		font-size: clamp(32px, 10vw, 42px);
	}

	.pumat-shop-look__media {
		aspect-ratio: 4 / 3;
	}

	.pumat-shop-look__hotspot,
	.pumat-shop-look__media .hotspot-wrapper.pumat-shop-look__hotspot {
		width: 40px;
		height: 40px;
	}

	.pumat-shop-look__slider,
	.pumat-shop-look__products.row {
		width: 100%;
		max-width: 100% !important;
	}

	.pumat-shop-look-card__actions,
	.pumat-shop-look-card__quick,
	.pumat-shop-look__products .pumat-product-card__actions,
	.pumat-shop-look__products .pumat-product-card__quick-view,
	.pumat-shop-look__products .pumat-product-card__dots {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.pumat-shop-look-card__content,
	.pumat-shop-look__products .pumat-product-card__body {
		padding: 16px 18px 22px;
	}

	.pumat-shop-look-card__details,
	.pumat-shop-look__products .pumat-product-card__meta {
		display: grid;
		gap: 10px;
	}

	.pumat-shop-look-card__price,
	.pumat-shop-look__products .pumat-product-card__price {
		text-align: left;
	}
}

.pumat-testimonial-section {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	background: #171717;
	color: #fff;
}

.pumat-testimonial-section .section-bg,
.pumat-testimonial-section .section-bg .bg {
	border-radius: inherit;
	overflow: hidden;
}

.pumat-testimonial-section .slider-wrapper,
.pumat-testimonial-section .slider {
	width: 100%;
	overflow: visible !important;
}

.pumat-testimonial-section .flickity-slider > .row {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.pumat-testimonial-section .testimonial-box {
	color: #fff;
}

.pumat-testimonial-section .testimonial-text {
	color: #fff;
}

.pumat-testimonial-section .testimonial-meta {
	color: rgba(255, 255, 255, .72);
}

.pumat-testimonial-section .testimonial-name {
	color: inherit !important;
}

.pumat-testimonial-section .flickity-page-dots {
	bottom: -42px;
}

.pumat-testimonial-section .flickity-page-dots .dot {
	width: 5px;
	height: 5px;
	margin: 0 10px;
	border: 1px solid transparent;
	background: #fff;
	opacity: 1;
	transform: none;
}

.pumat-testimonial-section .flickity-page-dots .dot.is-selected {
	width: 8px;
	height: 8px;
	border-color: #fff;
	background: transparent;
}

/* Native UX Builder replacements for homepage presentation blocks. */
.pumat-featured-product .woocommerce,
.pumat-featured-product .single-product,
.pumat-featured-product .pumat-single-product,
body.single-product .pumat-single-product,
.pumat-single-product .product-main {
	margin: 0;
	padding: 0;
}

.pumat-featured-product .pumat-single-product .product-main {
	width: 100%;
	max-width: none !important;
}

.pumat-featured-product .pumat-single-product .product-main > .row,
body.single-product .pumat-single-product .product-main > .row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, clamp(430px, 31vw, 586px));
	align-items: start !important;
	justify-content: center;
	gap: clamp(48px, 3.3vw, 68px);
	width: calc(100vw - 96px);
	max-width: none !important;
	margin: 0 auto !important;
}

.pumat-featured-product .pumat-single-product .product-main > .row {
	width: calc(100% - 120px);
}

.pumat-featured-product .pumat-single-product .product-gallery,
body.single-product .pumat-single-product .product-gallery {
	--pumat-single-thumb-width: clamp(288px, 20.9vw, 396px);
	--pumat-single-thumb-aspect: 288 / 358;
	--pumat-single-image-radius: clamp(18px, 1.7vw, 32px);
	--pumat-single-gallery-gap: 20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, var(--pumat-single-thumb-width));
	align-items: start;
	gap: var(--pumat-single-gallery-gap);
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	flex-basis: auto !important;
	position: sticky;
	top: 24px;
	container-type: inline-size;
}

.pumat-featured-product .pumat-single-product .product-info,
body.single-product .pumat-single-product .product-info {
	position: relative;
	width: auto !important;
	max-width: clamp(430px, 31vw, 586px) !important;
	padding: 16px 0 0 !important;
	flex-basis: auto !important;
}

.pumat-single-product #product-sidebar,
.pumat-single-product .woocommerce-breadcrumb,
.pumat-single-product .next-prev-thumbs,
.pumat-single-product .is-divider,
.pumat-single-product .image-tools,
.pumat-single-product .badge-container,
.pumat-single-product .product_meta {
	display: none !important;
}

.pumat-single-product .product-images {
	grid-column: 1;
	width: 100% !important;
	height: auto;
	aspect-ratio: 1649 / 2048;
	height: calc((100cqw - var(--pumat-single-gallery-gap) - var(--pumat-single-thumb-width)) / (1649 / 2048));
	margin: 0 !important;
	border-radius: var(--pumat-single-image-radius);
	background: #fff;
	overflow: hidden !important;
}

.pumat-single-product .product-gallery-slider,
.pumat-single-product .product-gallery-slider .flickity-viewport,
.pumat-single-product .product-gallery-slider .flickity-slider,
.pumat-single-product .woocommerce-product-gallery__image,
.pumat-single-product .woocommerce-product-gallery__image a {
	height: 100% !important;
	border-radius: var(--pumat-single-image-radius);
}

.pumat-single-product .woocommerce-product-gallery__image {
	width: 100% !important;
	border-radius: inherit;
	background: #fff;
	overflow: hidden !important;
}

.pumat-single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	border-radius: var(--pumat-single-image-radius);
	background: #fff;
	object-fit: contain;
	object-position: center center;
}

.pumat-single-product .product-thumbnails {
	grid-column: 2;
	display: block !important;
	width: 100% !important;
	max-height: 77cqw;
	max-height: calc((100cqw - var(--pumat-single-gallery-gap) - var(--pumat-single-thumb-width)) / (1649 / 2048));
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.pumat-single-product .product-thumbnails::-webkit-scrollbar {
	display: none;
}

.pumat-single-product .product-thumbnails:not(.flickity-enabled) {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
}

.pumat-single-product .product-thumbnails .flickity-viewport {
	height: auto !important;
	overflow: visible !important;
}

.pumat-single-product .product-thumbnails .flickity-slider {
	position: static !important;
	display: grid;
	gap: 20px;
	width: 100% !important;
	height: auto !important;
	transform: none !important;
}

.pumat-single-product .product-thumbnails .col {
	position: relative !important;
	left: auto !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	flex-basis: auto !important;
	transform: none !important;
}

.pumat-single-product .product-thumbnails .col.first {
	display: none !important;
}

.pumat-single-product .product-thumbnails a {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: var(--pumat-single-thumb-aspect);
	border: 0 !important;
	border-radius: var(--pumat-single-image-radius);
	background: #fff;
	overflow: hidden;
}

.pumat-single-product .product-thumbnails img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	border-radius: inherit;
	background: #fff;
	object-fit: contain;
	object-position: center center;
	transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.pumat-single-product .product-thumbnails a:hover img,
.pumat-single-product .product-thumbnails .is-nav-selected img {
	transform: scale(1.025);
}

.pumat-single-product .product-thumbnails .flickity-button,
.pumat-single-product .product-thumbnails .flickity-prev-next-button {
	display: none !important;
}

.pumat-single-product__vendor {
	margin: 0 0 18px;
	color: rgba(23, 23, 23, .82);
	font-size: 15px;
	font-weight: 520;
	line-height: 1;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.pumat-single-product .product-title {
	width: 100%;
	max-width: 100%;
	margin: 0 0 14px !important;
	color: var(--pumat-ink);
	font-size: clamp(34px, 2.55vw, 40px);
	line-height: 1.04;
	font-weight: 760;
	letter-spacing: 0;
	text-wrap: balance;
}

.pumat-single-product .price-wrapper {
	position: static;
	width: 100%;
	margin: 0 0 20px !important;
	text-align: left;
}

.pumat-single-product .product-page-price {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin: 0 !important;
	color: #e71949;
	line-height: 1;
}

.pumat-single-product .product-page-price ins {
	order: 1 !important;
	color: #e71949;
	font-size: 24px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
}

.pumat-single-product .product-page-price del {
	position: relative;
	order: 2 !important;
	display: inline-block;
	color: rgba(23, 23, 23, .46);
	font-size: 16px;
	font-weight: 420;
	line-height: 1.2;
	text-decoration: none;
}

.pumat-single-product .product-page-price del::after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	top: 53%;
	height: 1px;
	background: #e71949;
	transform: rotate(-8deg);
	transform-origin: center;
}

.pumat-single-product .product-short-description {
	max-width: 430px;
	margin: 0;
	color: rgba(23, 23, 23, .88);
	font-size: 16px;
	line-height: 1.35;
	font-weight: 430;
}

.pumat-single-product .product-short-description p {
	margin: 0;
}

body.home .pumat-featured-product .product-short-description {
	display: none !important;
}

.pumat-single-product__stock {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	margin-top: 32px;
	padding: 13px 20px;
	border-radius: 999px;
	background: #f5ffe8;
	color: var(--pumat-green);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

.pumat-single-product__stock span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(23, 101, 54, .12);
}

.pumat-single-product__stock.is-out-of-stock {
	background: #fff1f2;
	color: #e71949;
}

.pumat-single-product form.cart {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-top: 32px;
	margin-bottom: 0;
}

.pumat-single-product form.cart .quantity {
	display: grid !important;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: stretch;
	width: 142px;
	min-width: 142px;
	height: 60px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(23, 23, 23, .1);
	border-radius: 999px;
	background: #fff;
	float: none !important;
	line-height: 1;
}

.pumat-single-product form.cart .quantity .button.is-form {
	width: 44px;
	height: 58px;
	min-height: 58px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	box-shadow: none !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
	cursor: pointer;
}

.pumat-single-product form.cart .quantity .minus {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6 9 12l6 6' fill='none' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.pumat-single-product form.cart .quantity .plus {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 6 6 6-6 6' fill='none' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.pumat-single-product form.cart .quantity .qty {
	display: block !important;
	min-width: 0;
	max-width: none !important;
	width: 100% !important;
	height: 58px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pumat-ink);
	font-size: 16px;
	font-weight: 550;
	line-height: 58px !important;
	text-align: center;
	appearance: textfield;
	float: none !important;
}

.pumat-single-product form.cart .quantity .qty::-webkit-outer-spin-button,
.pumat-single-product form.cart .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.pumat-single-product .single_add_to_cart_button,
.pumat-single-product__buy-now {
	position: relative;
	isolation: isolate;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px !important;
	min-height: 60px;
	margin: 0 !important;
	padding: 0 28px !important;
	overflow: hidden;
	border-radius: 999px !important;
	font-size: 16px !important;
	font-weight: 650;
	line-height: 1;
	text-transform: none !important;
	text-decoration: none !important;
}

.pumat-single-product .single_add_to_cart_button {
	--pumat-btn-fill: var(--pumat-green);
	border: 0 !important;
	background: #111 !important;
	color: #fff !important;
}

.pumat-single-product .single_add_to_cart_button::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -25%;
	z-index: 0;
	display: block;
	width: 150%;
	height: 200%;
	border-radius: 50%;
	background: var(--pumat-btn-fill);
	pointer-events: none;
	transform: translate3d(0, -76%, 0);
	transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.pumat-single-product .single_add_to_cart_button:hover::before,
.pumat-single-product .single_add_to_cart_button:focus-visible::before {
	transform: translate3d(0, 0, 0);
}

.pumat-single-product .single_add_to_cart_button,
.pumat-single-product .single_add_to_cart_button span,
.pumat-single-product .single_add_to_cart_button .pumat-button-label {
	position: relative;
	z-index: 3;
}

.pumat-single-product__buy-now {
	grid-column: 1 / -1;
	margin-top: 0 !important;
	border: 2px solid var(--pumat-ink) !important;
	background: #fff !important;
	color: var(--pumat-ink) !important;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.pumat-single-product__buy-now:hover,
.pumat-single-product__buy-now:focus-visible {
	border-color: var(--pumat-green) !important;
	background: var(--pumat-green) !important;
	color: #fff !important;
}

.pumat-single-product__share {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 32px;
	color: var(--pumat-ink);
	font-size: 16px;
	line-height: 1;
}

.pumat-single-product__share-label {
	flex: 0 0 auto;
	color: rgba(23, 23, 23, .9);
}

.pumat-single-product__share-icons {
	display: flex;
	align-items: center;
	min-width: 0;
}

.pumat-single-product__share .social-icons,
.pumat-single-product__share .share-icons {
	display: flex !important;
	align-items: center;
	gap: 18px;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}

.pumat-single-product__share .share-icons-title {
	display: none;
}

.pumat-single-product__share .social-icons a,
.pumat-single-product__share .social-icons a.button,
.pumat-single-product__share .social-icons a.icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pumat-ink) !important;
	font-size: 18px;
	line-height: 1 !important;
	opacity: 1;
	text-decoration: none;
	transform: none;
	transition: color .25s ease, transform .25s ease;
}

.pumat-single-product__share .social-icons a:hover,
.pumat-single-product__share .social-icons a:focus-visible {
	color: var(--pumat-green) !important;
	transform: translateY(-1px);
}

.pumat-single-product__share .social-icons a.whatsapp,
.pumat-single-product__share .social-icons a.linkedin {
	display: none !important;
}

.pumat-single-product__share .social-icons a.facebook {
	order: 1;
}

.pumat-single-product__share .social-icons a.twitter {
	order: 2;
}

.pumat-single-product__share .social-icons a.pinterest {
	order: 3;
}

.pumat-single-product__share .social-icons a.email {
	order: 4;
}

.pumat-single-product__share .social-icons a.twitter i,
.pumat-single-product__share .social-icons a.twitter svg {
	display: none;
}

.pumat-single-product__share .social-icons a.twitter::before {
	content: "X";
	color: currentColor;
	font-size: 18px;
	font-weight: 650;
	line-height: 1;
}

.pumat-single-product__share .social-icons i,
.pumat-single-product__share .social-icons svg {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 1;
}

.pumat-single-product__help {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-left: auto;
	color: var(--pumat-ink);
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color .25s ease, transform .25s ease;
}

.pumat-single-product__help:hover,
.pumat-single-product__help:focus-visible {
	color: var(--pumat-green);
	transform: translateY(-1px);
}

.pumat-single-product__help span {
	width: 20px;
	height: 20px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 650;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

.pumat-single-product__benefits {
	display: grid;
	gap: 14px;
	margin-top: 34px;
	padding: 24px;
	border-radius: 12px;
	background: #fafafa;
}

.pumat-single-product__benefit {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 56px;
	padding: 0 18px;
	border-radius: 9px;
	background: #fff;
	color: rgba(23, 23, 23, .9);
	font-size: 15px;
	font-weight: 450;
	line-height: 1.3;
}

.pumat-single-product__benefit span {
	display: block;
	width: 22px;
	height: 22px;
	background: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.pumat-single-product__benefit--box span {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8.5 12 4l7 4.5v8.8L12 21l-7-3.7V8.5Zm7-4.5v8.5m-7-4 7 4 7-4' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8.5 12 4l7 4.5v8.8L12 21l-7-3.7V8.5Zm7-4.5v8.5m-7-4 7 4 7-4' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pumat-single-product__benefit--bag span {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9h10l1 11H6L7 9Zm3 0V7a2 2 0 0 1 4 0v2M9 13h6' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9h10l1 11H6L7 9Zm3 0V7a2 2 0 0 1 4 0v2M9 13h6' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pumat-single-product__benefit--star span {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 3 2.7 5.5 6.1.9-4.4 4.3 1 6.1-5.4-2.9-5.4 2.9 1-6.1-4.4-4.3 6.1-.9L12 3Z' fill='none' stroke='black' stroke-width='1.45' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 3 2.7 5.5 6.1.9-4.4 4.3 1 6.1-5.4-2.9-5.4 2.9 1-6.1-4.4-4.3 6.1-.9L12 3Z' fill='none' stroke='black' stroke-width='1.45' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pumat-single-product__benefit--truck span {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v9H3V6Zm11 3h4l3 3v3h-7V9ZM7 18.5A1.5 1.5 0 1 0 7 15.5a1.5 1.5 0 0 0 0 3Zm10 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z' fill='none' stroke='black' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v9H3V6Zm11 3h4l3 3v3h-7V9ZM7 18.5A1.5 1.5 0 1 0 7 15.5a1.5 1.5 0 0 0 0 3Zm10 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z' fill='none' stroke='black' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 1180px) {
	.pumat-featured-product .pumat-single-product .product-main > .row,
	body.single-product .pumat-single-product .product-main > .row {
		grid-template-columns: minmax(0, 1.45fr) minmax(340px, .9fr);
		width: calc(100vw - 48px);
		gap: 34px;
	}

	.pumat-featured-product .pumat-single-product .product-gallery,
	body.single-product .pumat-single-product .product-gallery {
		grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
		gap: 16px;
	}
}

@media (max-width: 849px) {
	.pumat-featured-product .pumat-single-product .product-main > .row,
	body.single-product .pumat-single-product .product-main > .row {
		grid-template-columns: minmax(0, 1fr);
		width: calc(100vw - 32px);
		gap: 30px;
	}

	.pumat-featured-product .pumat-single-product .product-gallery,
	body.single-product .pumat-single-product .product-gallery {
		grid-template-columns: minmax(0, 1fr);
		position: static;
	}

	.pumat-single-product .product-images {
		height: auto;
		aspect-ratio: 1 / 1.1;
	}

	.pumat-single-product .product-thumbnails {
		grid-column: 1;
		max-height: none;
		overflow: visible !important;
	}

	.pumat-single-product .product-thumbnails .flickity-slider {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}

	.pumat-single-product .product-thumbnails:not(.flickity-enabled) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}

	.pumat-single-product .product-thumbnails a {
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 10px;
	}

	.pumat-featured-product .pumat-single-product .product-info,
	body.single-product .pumat-single-product .product-info {
		max-width: none !important;
		padding-top: 0 !important;
	}

	.pumat-single-product .product-title {
		max-width: none;
		margin-bottom: 20px !important;
	}

	.pumat-single-product .price-wrapper {
		position: static;
		width: auto;
		margin-bottom: 18px !important;
		text-align: left;
	}

	.pumat-single-product .product-page-price {
		align-items: flex-start;
	}

	.pumat-single-product form.cart {
		grid-template-columns: 128px minmax(0, 1fr);
	}

	.pumat-single-product form.cart .quantity {
		width: 128px;
		min-width: 128px;
	}
}

.pumat-featured-product .product-footer,
.pumat-featured-product .related-products-wrapper,
.pumat-featured-product .upsell,
.pumat-featured-product #product-sidebar {
	display: none;
}

.pumat-blog-section {
	background: #fff;
	color: var(--pumat-ink);
}

.pumat-blog-section h2 {
	color: var(--pumat-ink);
	font-family: Inter, sans-serif;
	font-weight: 760;
	letter-spacing: 0;
}

.pumat-blog-section .button,
.pumat-blog-section .button.primary {
	border-color: var(--pumat-ink) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--pumat-ink) !important;
	font-family: Inter, sans-serif;
	font-weight: 650;
	text-transform: none !important;
	box-shadow: none !important;
}

.pumat-blog-section .button:hover,
.pumat-blog-section .button:focus-visible {
	background: var(--pumat-ink) !important;
	color: #fff !important;
}

.pumat-blog-section .box-blog-post {
	background: #fff;
}

.pumat-blog-section .box-overlay,
.pumat-blog-section .box-overlay .box-image,
.pumat-blog-section .box-overlay .box-image .image-cover,
.pumat-blog-section .box-vertical .box-image,
.pumat-blog-section .box-vertical .box-image .image-cover {
	border-radius: 10px;
	overflow: hidden;
}

.pumat-blog-section .box-overlay .box-image img {
	filter: brightness(.62);
}

.pumat-blog-section .box-overlay .box-text {
	background: linear-gradient(0deg, rgba(23, 23, 23, .74), rgba(23, 23, 23, 0));
	color: #fff;
}

.pumat-blog-section .box-overlay .post-title,
.pumat-blog-section .box-overlay .post-meta,
.pumat-blog-section .box-overlay .from_the_blog_excerpt,
.pumat-blog-section .box-overlay .is-underline {
	color: #fff !important;
}

.pumat-blog-section .post-title {
	color: var(--pumat-ink);
	font-family: Inter, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	height: auto !important;
	overflow: visible !important;
}

.pumat-blog-section .box-text .box-text-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pumat-blog-section .post-meta {
	order: -1;
	color: rgba(23, 23, 23, .72);
	font-family: Inter, sans-serif;
	line-height: 1.2;
}

.pumat-blog-section .from_the_blog_excerpt {
	color: rgba(23, 23, 23, .78);
	font-family: Inter, sans-serif;
	line-height: 1.55;
}

.pumat-blog-section .is-underline {
	color: var(--pumat-ink) !important;
	font-family: Inter, sans-serif;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-transform: none !important;
}

.home-services {
	background: #fff;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.home-service-row {
	border-top: 1px solid var(--pumat-line);
}

.home-service-box {
	text-align: center;
}

.home-service-box .icon-box-text {
	text-align: center;
}

.home-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--pumat-ink);
}

.home-service-icon::before {
	content: none !important;
}

.home-service-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	stroke: currentColor;
}

.footer-wrapper {
	background: #171717 !important;
	background-image: none !important;
	margin-top: -30px;
	padding: 30px 0 0 !important;
	position: relative;
	z-index: 1;
}

#footer.footer-wrapper {
	margin-top: -30px;
	padding-top: 30px !important;
}

@media (min-width: 850px) {
	body,
	#wrapper {
		background: #171717;
	}

	#wrapper {
		padding-bottom: var(--pumat-footer-height, 820px);
	}

	#main {
		position: relative;
		z-index: 2;
		margin-bottom: 0;
		background: #fff;
	}

	#footer.footer-wrapper {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		margin-top: 0;
		translate: 0 var(--pumat-footer-reveal-y, 820px);
		will-change: translate;
	}
}

#footer .pumat-footer-main {
	background: #171717 !important;
	color: #fff;
}

#footer .pumat-footer-main a,
#footer .absolute-footer a {
	color: rgba(255, 255, 255, .76) !important;
	text-decoration: none;
	transition: color .22s ease, opacity .22s ease;
}

#footer .pumat-footer-main a:hover,
#footer .absolute-footer a:hover {
	color: #fff !important;
	opacity: 1;
}

.pumat-footer-menu,
.pumat-footer-policy {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.pumat-footer-menu li,
.pumat-footer-policy li {
	list-style: none !important;
	margin: 0 0 18px !important;
	margin-left: 0 !important;
	padding: 0;
}

.pumat-footer-menu li::marker,
.pumat-footer-policy li::marker {
	content: "";
}

.pumat-footer-menu li:last-child,
.pumat-footer-policy li:last-child {
	margin-bottom: 0;
}

.pumat-footer-info-grid {
	margin: 0 !important;
}

.pumat-footer-company a {
	color: rgba(255, 255, 255, .86) !important;
}

#footer .pumat-footer-newsletter-col {
	border-left: 1px solid rgba(255, 255, 255, .14);
}

.pumat-footer-newsletter-wrap {
	width: 100%;
}

.pumat-footer-signup {
	position: relative;
	display: flex;
	align-items: center;
	width: min(100%, 430px);
	height: 62px;
	margin: 0;
	padding: 0 72px 0 22px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	background: rgba(255, 255, 255, .05);
	color: rgba(255, 255, 255, .68);
}

.pumat-footer-signup input {
	display: block;
	width: 100%;
	height: 62px;
	margin: 0;
	padding: 0 72px 0 22px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	background: rgba(255, 255, 255, .05);
	box-shadow: none;
	color: #fff;
	line-height: 62px;
}

.pumat-footer-placeholder {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, .68);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pumat-footer-signup input::placeholder {
	color: rgba(255, 255, 255, .68);
	opacity: 1;
}

.pumat-footer-signup button,
.pumat-footer-submit {
	position: absolute;
	top: 8px;
	right: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--pumat-ink) !important;
	line-height: 1;
}

.pumat-footer-submit::before {
	content: "\f178";
	font: normal normal normal 18px/1 FontAwesome;
}

.pumat-footer-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
}

.pumat-footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #fff !important;
	opacity: .86;
}

.pumat-footer-socials a span {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.pumat-footer-socials a::before {
	font: normal normal normal 20px/1 FontAwesome;
}

.pumat-footer-socials a[aria-label="Facebook"]::before {
	content: "\f09a";
}

.pumat-footer-socials a[aria-label="YouTube"]::before {
	content: "\f16a";
}

.pumat-footer-socials a[aria-label="TikTok"]::before {
	content: "\f001";
}

.pumat-footer-socials a i {
	font-size: 20px;
	line-height: 1;
}

#footer .absolute-footer {
	background: #171717 !important;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .66);
	padding: 30px 0 34px !important;
}

#footer .absolute-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 93.5%;
	max-width: none;
	padding: 0;
}

#footer .absolute-footer .container::before,
#footer .absolute-footer .container::after {
	content: none;
}

#footer .absolute-footer .footer-primary,
#footer .absolute-footer .footer-secondary {
	float: none !important;
	width: auto;
	margin: 0;
	padding: 0;
}

#footer .absolute-footer .footer-primary {
	order: 1;
}

#footer .absolute-footer .footer-secondary {
	order: 2;
}

#footer .absolute-footer .copyright-footer {
	color: rgba(255, 255, 255, .66);
	font-size: 14px;
	line-height: 1.5;
}

#footer .absolute-footer .footer-text {
	display: block;
}

.pumat-footer-bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 30px;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 849px) {
	#footer .pumat-footer-newsletter-col {
		border-top: 1px solid rgba(255, 255, 255, .14);
		border-left: 0;
	}

	.pumat-footer-newsletter-wrap {
		min-height: auto !important;
		gap: 34px;
	}

	.pumat-footer-signup {
		width: 100%;
	}

	#footer .absolute-footer .container {
		align-items: flex-start;
		width: calc(100% - 40px);
		flex-direction: column;
		gap: 18px;
	}

	#footer .absolute-footer .footer-primary,
	#footer .absolute-footer .footer-secondary {
		width: 100%;
	}

	.pumat-footer-bottom-links {
		justify-content: flex-start;
		gap: 12px 20px;
	}
}

@media (max-width: 1023px) {
	.pumat-combo-section {
		padding: 82px 0 92px !important;
	}

	.pumat-combo-section .section-content {
		display: block;
		width: calc(100% - 48px);
	}

	.pumat-combo-section .home-combo-grid {
		margin-top: 40px;
	}

	.pumat-combo-panel {
		position: relative;
		top: auto;
		margin-top: 38px;
	}

	.pumat-combo-panel__title {
		max-width: none;
	}

}

@media (max-width: 640px) {
	.pumat-featured-product .product-title {
		font-size: clamp(30px, 9vw, 38px);
	}

	.pumat-combo-section .home-combo-grid {
		margin-top: 28px;
	}

	.pumat-combo-section {
		padding: 56px 0 70px !important;
		border-radius: 0;
	}

	.pumat-combo-section .section-content {
		width: calc(100% - 32px);
	}

	.pumat-combo-section .section-content > .row:first-child h2 {
		font-size: clamp(26px, 7.2vw, 30px);
		line-height: 1;
	}

	.pumat-combo-section .section-content > .row:first-child p {
		margin-top: 22px;
		font-size: 14px;
		line-height: 1.55;
	}

	.pumat-combo-section .home-product-list > .pumat-product-card-shell {
		padding: 0 0 18px;
	}

	.pumat-combo-section .pumat-product-card__body {
		padding: 16px 18px 20px !important;
	}

	.pumat-combo-section .pumat-product-card__actions {
		margin-top: 14px;
	}

	.pumat-combo-panel {
		margin-top: 24px;
		padding: 22px;
		border-radius: 9px;
	}

	.pumat-combo-panel__title {
		font-size: 40px;
	}

	.pumat-combo-panel__copy {
		font-size: 14px;
	}

	.pumat-combo-panel__placeholder {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 12px;
	}

	.pumat-combo-panel__placeholder span,
	.pumat-combo-panel__placeholder span:nth-child(even) {
		min-height: 82px;
	}

}

body.pumat-panel-open {
	overflow: hidden;
}

#header .header-search > .nav-dropdown,
#header .cart-item > .nav-dropdown,
#header .account-item > .nav-dropdown {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.pumat-header-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, .46);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .32s ease, visibility .32s ease;
}

body.pumat-panel-open .pumat-header-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.pumat-header-panel {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100001;
	display: flex;
	flex-direction: column;
	width: clamp(520px, 30vw, 590px);
	height: 100vh;
	height: 100dvh;
	max-height: none;
	padding: 64px 48px 38px;
	border-radius: 30px 0 0 30px;
	background: #fff;
	box-shadow: -40px 0 90px rgba(0, 0, 0, .18);
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	transform: translateX(102%);
	pointer-events: none;
	transition: transform .42s cubic-bezier(.22, .61, .36, 1), opacity .3s ease, visibility .3s ease;
}

.pumat-header-panel.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.pumat-search-panel,
.pumat-account-panel {
	width: clamp(500px, 29vw, 560px);
}

.pumat-cart-panel {
	overflow: hidden;
}

.pumat-panel-head {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 60px;
	gap: 24px;
	margin-bottom: 38px;
	padding-right: 70px;
}

.pumat-panel-head h2,
.pumat-cart-tab {
	margin: 0;
	color: var(--pumat-ink);
	font-size: clamp(30px, 2vw, 38px);
	font-weight: 850;
	line-height: .98;
	letter-spacing: 0;
}

.pumat-cart-tabs {
	display: flex;
	align-items: baseline;
	gap: clamp(14px, 1.2vw, 20px);
	min-width: 0;
	flex-wrap: nowrap;
}

.pumat-cart-tab {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	gap: 4px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #b8b8b8;
	cursor: pointer;
	transition: color .24s ease;
}

.pumat-cart-panel .pumat-panel-head {
	flex: 0 0 auto;
	min-height: 46px;
	margin-bottom: 24px;
}

.pumat-cart-panel .pumat-cart-tab {
	white-space: nowrap;
	font-size: clamp(20px, 1.42vw, 26px);
	line-height: 1.05;
}

.pumat-cart-tab.is-active {
	color: var(--pumat-ink);
}

.pumat-cart-heading-count {
	position: static;
	margin-left: 1px;
	color: inherit;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	transform: translateY(-5px);
}

.pumat-panel-close {
	position: absolute;
	top: -4px;
	right: 0;
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 1px solid #ededed;
	border-radius: 999px;
	background: #fff;
	color: #111;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
	cursor: pointer;
	overflow: hidden;
	transition: transform .24s cubic-bezier(.22, 1, .36, 1), border-color .2s ease, color .2s ease, background-color .2s ease;
}

.pumat-panel-close::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 0;
	border-radius: inherit;
	background: var(--pumat-green);
	transition: height .36s cubic-bezier(.22, 1, .36, 1);
}

.pumat-panel-close:hover,
.pumat-panel-close:focus-visible {
	color: #fff;
	border-color: var(--pumat-green);
	transform: rotate(90deg);
}

.pumat-panel-close:hover::before,
.pumat-panel-close:focus-visible::before {
	height: 100%;
}

.pumat-panel-close svg {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.pumat-panel-cursor {
	position: fixed;
	left: var(--pumat-panel-cursor-x, -120px);
	top: var(--pumat-panel-cursor-y, -120px);
	z-index: 100002;
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	margin: -41px 0 0 -41px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
	opacity: 0;
	visibility: hidden;
	transform: scale(.82);
	pointer-events: none;
	transition: opacity .18s ease, visibility .18s ease, transform .22s cubic-bezier(.22, 1, .36, 1);
}

.pumat-panel-cursor.is-visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	pointer-events: auto;
}

.pumat-panel-cursor svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
}

.pumat-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	margin-bottom: 26px;
}

.pumat-search-form input {
	width: 100%;
	min-height: 64px;
	border: 0;
	border-radius: 0;
	background: #f8f8f7;
	padding: 0 28px;
	color: var(--pumat-ink);
	font: inherit;
	font-size: 17px;
	outline: none;
}

.pumat-search-form input:focus {
	box-shadow: inset 0 -2px 0 var(--pumat-green);
}

.pumat-search-form button,
.pumat-panel-button,
.pumat-panel-link,
.pumat-account-panel .woocommerce-form-login__submit {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border: 2px solid var(--pumat-green);
	border-radius: 999px;
	padding: 0 24px;
	background: var(--pumat-green);
	color: #fff !important;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	transition: color .24s ease, border-color .24s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
}

.pumat-search-form button::before,
.pumat-panel-button::before,
.pumat-panel-link::before,
.pumat-account-panel .woocommerce-form-login__submit::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 0;
	border-radius: inherit;
	background: #fff;
	transition: height .45s cubic-bezier(.22, 1, .36, 1);
}

.pumat-search-form button:hover,
.pumat-panel-button:hover,
.pumat-panel-link:hover,
.pumat-account-panel .woocommerce-form-login__submit:hover {
	color: var(--pumat-green) !important;
	transform: translateY(-2px);
}

.pumat-search-form button:hover::before,
.pumat-panel-button:hover::before,
.pumat-panel-link:hover::before,
.pumat-account-panel .woocommerce-form-login__submit:hover::before {
	height: 100%;
}

.pumat-panel-link {
	background: #fff;
	color: var(--pumat-green) !important;
}

.pumat-panel-link::before {
	background: var(--pumat-green);
}

.pumat-panel-link:hover {
	color: #fff !important;
}

.pumat-panel-link--standalone {
	width: max-content;
	margin-top: 16px;
}

.pumat-panel-suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.pumat-panel-suggestions.is-hidden {
	display: none;
}

.pumat-panel-suggestions a,
.pumat-account-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #e2e2dc;
	border-radius: 999px;
	padding: 0 17px;
	color: var(--pumat-ink);
	background: #fff;
	font-size: 14px;
	font-weight: 750;
	transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.pumat-panel-suggestions a:hover,
.pumat-account-links a:hover {
	color: #fff;
	border-color: var(--pumat-green);
	background: var(--pumat-green);
	transform: translateY(-1px);
}

.pumat-panel-copy,
.pumat-panel-empty {
	margin: 0 0 24px;
	color: var(--pumat-muted);
	font-size: 16px;
	line-height: 1.55;
}

.pumat-search-dynamic {
	margin-top: 18px;
}

.pumat-search-results {
	display: grid;
	gap: 14px;
}

.pumat-search-result {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.pumat-search-result__media,
.pumat-search-result__media img {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 8px;
	background: #f3f3ef;
	object-fit: cover;
	overflow: hidden;
}

.pumat-search-result__body strong {
	display: block;
	margin-bottom: 4px;
	color: var(--pumat-ink);
	font-size: 14px;
	line-height: 1.25;
}

.pumat-search-result__body small {
	color: var(--pumat-muted);
	font-size: 12px;
}

.pumat-search-result__price {
	color: #e51f55;
	font-size: 12px;
	font-weight: 850;
	text-align: right;
	white-space: nowrap;
}

.pumat-search-result__price del {
	display: block;
	color: #777;
	font-weight: 500;
}

.pumat-search-empty {
	min-height: 270px;
	display: grid;
	place-items: center;
	align-content: center;
	text-align: center;
}

.pumat-search-empty span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	border: 1px solid #d7d7d2;
	border-radius: 50%;
	color: #999;
	font-weight: 850;
}

.pumat-search-empty p {
	max-width: 300px;
	margin: 0 0 8px;
	color: var(--pumat-ink);
	font-weight: 850;
}

.pumat-search-empty small {
	max-width: 300px;
	color: var(--pumat-muted);
	line-height: 1.4;
}

.pumat-search-all {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	border-radius: 999px;
	color: #fff;
	background: var(--pumat-green);
	font-size: 13px;
	font-weight: 850;
}

.pumat-account-panel .woocommerce-form-login {
	display: grid;
	gap: 14px;
	margin: 18px 0 0;
}

.pumat-account-panel .woocommerce-form-row,
.pumat-account-panel .form-row {
	margin: 0;
}

.pumat-account-panel label {
	display: block;
	margin-bottom: 8px;
	color: var(--pumat-ink);
	font-size: 13px;
	font-weight: 750;
}

.pumat-account-panel input.input-text {
	width: 100%;
	min-height: 50px;
	border: 1px solid #d8d8d3;
	border-radius: 999px;
	padding: 0 18px;
	font: inherit;
}

.pumat-account-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.pumat-mini-cart-content.is-loading {
	opacity: .55;
	pointer-events: none;
}

.pumat-cart-pane {
	display: none;
	flex: 1 1 auto;
	min-height: 0;
}

.pumat-cart-pane.is-active {
	display: flex;
}

.pumat-mini-cart-content,
.pumat-recent-products {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

.pumat-mini-cart-layout {
	display: grid;
	flex: 1 1 auto;
	grid-template-rows: auto minmax(0, 1fr) auto;
	min-height: 0;
}

.pumat-mini-cart-shipping {
	margin: 0;
	padding: 0 0 22px;
}

.pumat-mini-cart-shipping p {
	margin: 0 0 14px;
	color: var(--pumat-ink);
	font-size: 15px;
	line-height: 1.45;
}

.pumat-mini-cart-shipping span {
	display: block;
	height: 7px;
	border-radius: 999px;
	background: var(--pumat-green);
}

.pumat-mini-cart-list {
	display: grid;
	align-content: start;
	gap: 0;
	min-height: 0;
	margin: 0 -10px 0 0;
	padding-right: 10px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.pumat-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) 66px;
	gap: 18px;
	align-items: start;
	padding: 24px 0;
	border-bottom: 1px solid var(--pumat-line);
}

.pumat-mini-cart-item__image,
.pumat-mini-cart-item img {
	display: block;
	width: 88px;
	height: 96px;
	border-radius: 8px;
	background: #f4f4f1;
	object-fit: cover;
	overflow: hidden;
}

.pumat-mini-cart-item__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-top: 13px;
}

.pumat-mini-cart-item__body strong {
	display: block;
	margin-bottom: 6px;
	color: var(--pumat-ink);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}

.pumat-mini-cart-item__body > .pumat-mini-cart-price {
	display: block;
	color: var(--pumat-muted);
	font-size: 15px;
}

.pumat-mini-cart-controls {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	margin-top: 10px;
}

.pumat-mini-cart-quantity {
	display: grid;
	grid-template-columns: 38px 24px;
	align-items: center;
	width: 62px;
	height: 52px;
	overflow: hidden;
	border-radius: 8px;
	background: #fafaf8;
}

.pumat-mini-cart-quantity b {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 52px;
	color: var(--pumat-ink);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.pumat-mini-cart-steps {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	height: 52px;
}

.pumat-mini-cart-steps button {
	display: grid;
	place-items: center;
	width: 24px;
	height: 26px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--pumat-ink);
	line-height: 1;
	text-transform: none;
	cursor: pointer;
	transition: background-color .2s ease;
}

.pumat-mini-cart-steps button:hover {
	background: #f2f5f1;
}

.pumat-mini-cart-steps svg {
	display: block;
	width: 9px;
	height: 6px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pumat-mini-cart-controls [data-pumat-cart-remove] {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 0 2px;
	border: 0;
	background: transparent;
	color: var(--pumat-muted);
	text-decoration: underline;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
}

.pumat-mini-cart-footer {
	flex: 0 0 auto;
	padding-top: 14px;
	background: #fff;
	box-shadow: 0 -12px 20px rgba(255, 255, 255, .96);
}

.pumat-mini-cart-note {
	margin: 0 0 16px;
}

.pumat-mini-cart-note label {
	display: block;
	margin-bottom: 9px;
	color: var(--pumat-ink);
	font-size: 13px;
	font-weight: 850;
}

.pumat-mini-cart-note textarea {
	width: 100%;
	min-height: 74px;
	resize: vertical;
	border: 1px solid #d8d8d3;
	border-radius: 14px;
	padding: 14px;
	font: inherit;
	outline: none;
}

.pumat-mini-cart-note textarea:focus {
	border-color: var(--pumat-green);
}

.pumat-mini-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 18px 0;
	padding-top: 18px;
	border-top: 1px solid var(--pumat-line);
	color: var(--pumat-ink);
	font-size: 18px;
	font-weight: 850;
}

.pumat-mini-cart-total strong {
	font-size: 26px;
	font-weight: 900;
}

.pumat-mini-cart-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 0 -48px -38px;
	padding: 14px 48px 38px;
	background: #fff;
}

.pumat-mini-cart-actions .pumat-panel-button,
.pumat-mini-cart-actions .pumat-panel-link {
	min-height: 62px;
	margin: 0;
}

.pumat-recent-products__grid {
	display: grid;
	gap: 14px;
	overflow-y: auto;
}

.pumat-recent-product {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 12px 0;
	color: inherit;
	border-bottom: 1px solid var(--pumat-line);
}

.pumat-recent-product img {
	width: 76px;
	height: 82px;
	border-radius: 8px;
	object-fit: cover;
	background: #f4f4f1;
}

.pumat-recent-product strong {
	display: block;
	margin-bottom: 7px;
	color: var(--pumat-ink);
	font-size: 16px;
	font-weight: 650;
	line-height: 1.25;
}

.pumat-recent-product small {
	color: #e51f55;
	font-size: 14px;
	font-weight: 800;
}

.pumat-recent-product del {
	display: block;
	color: #777;
	font-weight: 500;
}

@media (max-width: 1023px) {
	#header .header-inner.logo-left {
		display: flex;
		position: relative;
		height: 82px;
		min-height: 82px;
	}

	#header #masthead,
	#header .header-main {
		height: 82px;
		min-height: 82px;
	}

	#header .show-for-medium.flex-right {
		display: none !important;
	}

	#header .hide-for-medium.flex-right {
		display: flex !important;
		position: absolute;
		top: 50%;
		right: 58px;
		margin-left: 0;
		transform: translateY(-50%);
	}

	#header .hide-for-medium.flex-right .nav {
		gap: 0;
	}

	#header .hide-for-medium.flex-right .account-item {
		display: none;
	}

	#header .hide-for-medium.flex-right .cart-item {
		display: block !important;
	}

	.pumat-header-mega {
		display: none;
	}

}

@media (max-width: 640px) {
	:root {
		--pumat-section-overlap: 30px;
	}

	.pumat-home video.video-bg.hide-for-medium {
		display: block !important;
	}

	.pumat-rounded,
	.pumat-home .section.pumat-rounded,
	.pumat-hero.banner,
	.pumat-hero-slider,
	.pumat-hero-slider .flickity-viewport {
		border-radius: 14px;
	}

	.pumat-video-section .row.pumat-rounded,
	.pumat-video-banner {
		border-radius: var(--pumat-section-radius) var(--pumat-section-radius) 0 0;
	}

	.pumat-video-banner {
		min-height: 520px;
	}

	.pumat-video-banner .banner-layers {
		padding: 0 22px;
	}

	.pumat-video-banner h2 {
		font-size: clamp(32px, 8.6vw, 42px);
	}

	.pumat-video-banner__subtitle {
		margin-top: 18px;
		font-size: 15px;
	}

	.pumat-video-banner .pumat-btn {
		min-width: 168px;
		min-height: 54px !important;
		margin-top: 34px !important;
	}

	.pumat-video-toggle {
		display: none;
	}

	.pumat-hero-section .row.pumat-rounded {
		max-width: calc(100% - 40px) !important;
	}

	.pumat-hero {
		padding-top: 500px !important;
	}

	.pumat-hero .banner-layers {
		display: block !important;
		padding: 0;
	}

	.pumat-hero .text-box {
		position: absolute !important;
		left: 20px !important;
		right: 20px !important;
		top: auto !important;
		bottom: 100px !important;
		max-width: none;
		width: auto !important;
		transform: none !important;
	}

	.pumat-hero h1,
	.pumat-hero h2,
	.pumat-hero h3 {
		font-size: clamp(40px, 10.75vw, 43px) !important;
		letter-spacing: 0;
		white-space: normal;
	}

	.pumat-hero .pumat-btn {
		position: absolute !important;
		left: 20px !important;
		right: 20px !important;
		bottom: 20px !important;
		width: auto;
		min-height: 52px;
	}

	.home .controls_dangky {
		top: auto;
		right: -38px;
		bottom: 92px;
	}

	.pumat-testimonial-section > .section-content > .row {
		max-width: calc(100% - 40px) !important;
	}

	.pumat-testimonial-section .testimonial-text p {
		font-size: 24px !important;
		line-height: 1.24 !important;
	}

	.pumat-featured-product,
	.pumat-natural-section,
	.pumat-combo-section {
		padding: 56px 0 !important;
	}

	.pumat-natural-section {
		padding: 72px 0 0 !important;
	}

	.pumat-natural-section > .section-content > .row {
		width: calc(100% - 32px) !important;
	}

	.pumat-natural-section h2 {
		width: auto;
		max-width: 460px;
		margin-bottom: 28px !important;
		font-size: clamp(34px, 10vw, 42px);
	}

	.pumat-natural-compare__button {
		--pumat-natural-handle-width: 28px;
		--pumat-natural-handle-height: 48px;
	}

	.pumat-natural-compare__button svg {
		width: 10px;
		height: 22px;
	}

	.pumat-featured-product {
		margin-top: calc(var(--pumat-section-overlap) * -1) !important;
		padding: 60px 0 56px !important;
		border-radius: var(--pumat-section-radius) var(--pumat-section-radius) 0 0;
	}

	.pumat-intro {
		padding: 54px 0 56px !important;
	}

	.pumat-intro .row {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 32px;
		max-width: calc(100% - 40px) !important;
	}

	.pumat-intro .row > .col:first-child .col-inner {
		gap: 28px;
	}

	.pumat-intro h2 {
		font-size: 32px;
		line-height: 1;
	}

	.pumat-home.pumat-intro .pumat-btn {
		min-height: 44px !important;
		padding-inline: 20px !important;
	}

	.pumat-marquee {
		padding: 58px 0;
	}
}

@media (max-width: 767px) {
	.pumat-header-panel,
	.pumat-search-panel,
	.pumat-account-panel {
		width: min(92vw, 560px);
		padding: 54px 26px 28px;
		border-radius: 26px 0 0 26px;
	}

	.pumat-panel-head {
		margin-bottom: 30px;
		padding-right: 62px;
	}

	.pumat-panel-head h2 {
		font-size: 30px;
	}

	.pumat-cart-panel .pumat-cart-tab {
		font-size: 18px;
	}

	.pumat-cart-tabs {
		gap: 12px;
		flex-wrap: nowrap;
	}

	.pumat-panel-close {
		width: 50px;
		height: 50px;
	}

	.pumat-search-form {
		grid-template-columns: 1fr;
	}

	.pumat-mini-cart-item {
		grid-template-columns: 74px minmax(0, 1fr) 58px;
		gap: 12px;
	}

	.pumat-mini-cart-item__image,
	.pumat-mini-cart-item img {
		width: 74px;
		height: 84px;
	}

	.pumat-mini-cart-item__body {
		padding-top: 8px;
	}

	.pumat-mini-cart-quantity {
		grid-template-columns: 34px 22px;
		width: 56px;
	}

	.pumat-mini-cart-quantity b {
		width: 34px;
	}

	.pumat-mini-cart-steps button {
		width: 22px;
	}

	.pumat-mini-cart-actions {
		margin-inline: -26px;
		margin-bottom: -28px;
		padding: 18px 26px 28px;
		grid-template-columns: 1fr 1fr;
	}

	.pumat-panel-cursor {
		display: none;
	}
}

/* Contact page redesign. */
body.page-id-22 #content {
	background: #fff;
}

body.page-id-22 #toc_container {
	display: none !important;
}

.pumat-contact-page {
	color: var(--pumat-ink);
	font-family: Inter, Arial, sans-serif;
}

.pumat-contact-page .section-content {
	width: 100%;
}

.pumat-contact-page .row {
	max-width: none;
}

.pumat-contact-hero {
	padding: clamp(30px, 4vw, 72px) 0 clamp(28px, 3.6vw, 64px) !important;
	background: #f5f7ef;
}

.pumat-contact-hero__row {
	align-items: center;
}

.pumat-contact-kicker,
.pumat-contact-panel__eyebrow,
.pumat-contact-card__label {
	display: block;
	margin: 0 0 12px;
	color: var(--pumat-green);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pumat-contact-hero h1 {
	max-width: 780px;
	margin: 0;
	color: var(--pumat-ink);
	font-size: clamp(42px, 5.2vw, 86px);
	font-weight: 760;
	line-height: .96;
	letter-spacing: 0;
	text-transform: none;
}

.pumat-contact-hero p {
	max-width: 660px;
	margin: 22px 0 0;
	color: rgba(23, 23, 23, .74);
	font-size: clamp(16px, 1.05vw, 20px);
	line-height: 1.55;
}

.pumat-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.pumat-contact-actions br,
.pumat-contact-visual__note br {
	display: none;
}

.pumat-contact-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid var(--pumat-ink);
	border-radius: 999px;
	color: var(--pumat-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.pumat-contact-button--primary {
	border-color: var(--pumat-green);
	background: var(--pumat-green);
	color: #fff;
}

.pumat-contact-button:hover,
.pumat-contact-button:focus-visible {
	border-color: var(--pumat-green);
	background: var(--pumat-green);
	color: #fff;
}

.pumat-contact-visual {
	position: relative;
	min-height: clamp(360px, 35vw, 620px);
	border-radius: 8px;
	overflow: hidden;
	background: #e7eadf;
}

.pumat-contact-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: center center;
}

.pumat-contact-visual__note {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 8px;
	background: rgba(255, 255, 255, .86);
	backdrop-filter: blur(10px);
}

.pumat-contact-visual__note span {
	display: block;
	margin-bottom: 7px;
	color: var(--pumat-green);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.pumat-contact-visual__note strong {
	display: block;
	color: var(--pumat-ink);
	font-size: clamp(17px, 1.15vw, 22px);
	font-weight: 720;
	line-height: 1.22;
}

.pumat-contact-channels {
	padding: clamp(26px, 3vw, 48px) 0 !important;
	background: #fff;
}

.pumat-contact-channel-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pumat-contact-channel-grid::before,
.pumat-contact-channel-grid::after {
	content: none;
	display: none;
}

.pumat-contact-channel-grid > .col {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	flex-basis: auto !important;
}

.pumat-contact-channel-grid > .col > .col-inner {
	height: 100%;
}

.pumat-contact-card {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	align-content: center;
	align-items: center;
	column-gap: 16px;
	row-gap: 6px;
	min-height: 132px;
	padding: 22px;
	border: 1px solid var(--pumat-line);
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.pumat-contact-card::before {
	content: "";
	display: inline-flex;
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 16px;
	background-color: rgba(23, 101, 54, .08);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	box-shadow: inset 0 0 0 1px rgba(23, 101, 54, .08);
	grid-column: 1;
	grid-row: 1 / span 3;
	align-self: center;
	transition: transform .25s ease, box-shadow .25s ease;
}

.pumat-contact-card .pumat-contact-card__label {
	grid-column: 2;
	margin: 0;
	min-width: 0;
}

.pumat-contact-card:hover::before,
.pumat-contact-card:focus-visible::before {
	box-shadow: inset 0 0 0 1px rgba(23, 101, 54, .14), 0 12px 28px rgba(23, 23, 23, .08);
	transform: translateY(-2px);
}

.pumat-contact-card[href^="tel:"]::before {
	background-color: #176536;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.95.34 1.88.66 2.76a2 2 0 0 1-.45 2.11L8.05 9.86a16 16 0 0 0 6.09 6.09l1.27-1.27a2 2 0 0 1 2.11-.45c.88.32 1.81.54 2.76.66A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.pumat-contact-card[href^="mailto:"]::before {
	background-color: #fce8e6;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23EA4335' d='M2.5 2.5h27v19h-27z'/%3E%3Cpath fill='%23fff' d='M5 5h22v14H5z'/%3E%3Cpath fill='%23EA4335' d='M2.5 2.5 16 13 29.5 2.5v4L16 17 2.5 6.5z'/%3E%3Cpath fill='%23FBBC05' d='M2.5 21.5 12.8 12.8 16 15.2 5.9 21.5z'/%3E%3Cpath fill='%2334A853' d='M29.5 21.5 19.2 12.8 16 15.2l10.1 6.3z'/%3E%3Cpath fill='%234285F4' d='M2.5 6.5 5 8.45v13.05H2.5zM27 8.45l2.5-1.95v15H27z'/%3E%3C/svg%3E");
	background-size: 30px 23px;
}

.pumat-contact-card[href*="shopee"]::before {
	background-color: #ee4d2d;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M5.3 9.6h17.4l1.4 19.3a2 2 0 0 1-2 2.1H5.9a2 2 0 0 1-2-2.1L5.3 9.6Z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' d='M9 10.2V7.4A5 5 0 0 1 14 2.4a5 5 0 0 1 5 5v2.8'/%3E%3Cpath fill='%23ee4d2d' d='M14.2 25.6c-2.4 0-4.3-1.1-5.4-2.4l1.5-2c1 1.1 2.4 1.9 4 1.9 1.4 0 2.2-.5 2.2-1.4 0-1-.9-1.3-2.8-1.9-2.2-.7-4.3-1.6-4.3-4.1 0-2.3 2-4 4.8-4 1.9 0 3.6.7 4.8 1.9l-1.4 2a5.2 5.2 0 0 0-3.4-1.3c-1.2 0-2 .5-2 1.3 0 .9.9 1.2 2.9 1.8 2.3.7 4.2 1.7 4.2 4.2 0 2.5-1.9 4-5.1 4Z'/%3E%3C/svg%3E");
	background-size: 28px 32px;
}

.pumat-contact-card[href*="tiktok"]::before {
	background-color: #0b0b0f;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2325F4EE' d='M18.8 3.5c.4 3.2 2.2 5.2 5.2 5.4v4.2a9.6 9.6 0 0 1-5.1-1.5v8.7c0 5-3.1 8.2-7.8 8.2-4.4 0-7.5-3-7.5-7.2 0-4.4 3.4-7.4 8.1-7.1v4.4c-2.1-.3-3.7.8-3.7 2.6 0 1.6 1.2 2.7 3 2.7 2 0 3.2-1.2 3.2-3.9V3.5h4.6Z'/%3E%3Cpath fill='%23FE2C55' d='M20.5 5.2c.7 2.3 2.4 3.8 5 4v4.1a9.6 9.6 0 0 1-5.1-1.5v8.7c0 5-3.1 8.2-7.8 8.2-2.6 0-4.8-1.1-6.1-2.9 1.2.8 2.6 1.2 4.2 1.2 4.7 0 7.8-3.2 7.8-8.2V5.2h2Z'/%3E%3Cpath fill='%23fff' d='M17.1 3.5c.4 3.2 2.2 5.2 5.2 5.4v4.2a9.6 9.6 0 0 1-5.1-1.5v8.7c0 5-3.1 8.2-7.8 8.2-4.4 0-7.5-3-7.5-7.2 0-4.4 3.4-7.4 8.1-7.1v4.4c-2.1-.3-3.7.8-3.7 2.6 0 1.6 1.2 2.7 3 2.7 2 0 3.2-1.2 3.2-3.9V3.5h4.6Z'/%3E%3C/svg%3E");
	background-size: 27px 31px;
}

.pumat-contact-card:hover,
.pumat-contact-card:focus-visible {
	border-color: rgba(23, 101, 54, .42);
	box-shadow: 0 20px 48px rgba(23, 23, 23, .08);
	transform: translateY(-2px);
}

.pumat-contact-card strong {
	display: block;
	grid-column: 2;
	min-width: 0;
	margin: 0;
	color: var(--pumat-ink);
	font-size: clamp(16px, 1.12vw, 21px);
	font-weight: 740;
	line-height: 1.2;
	word-break: break-word;
}

.pumat-contact-card[href^="mailto:"] strong {
	font-size: clamp(12px, .82vw, 14px);
	line-height: 1.16;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: normal;
}

.pumat-contact-card small {
	display: block;
	grid-column: 2;
	min-width: 0;
	margin: 0;
	color: rgba(23, 23, 23, .62);
	font-size: 14px;
	line-height: 1.35;
}

.pumat-contact-main {
	padding: clamp(28px, 4vw, 70px) 0 clamp(40px, 5vw, 90px) !important;
	background: #f7f8f3;
}

.pumat-contact-main__row {
	align-items: stretch;
}

.pumat-contact-panel {
	height: auto;
	padding: clamp(24px, 2.6vw, 42px);
	border: 1px solid rgba(23, 23, 23, .1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(23, 23, 23, .06);
}

.pumat-contact-info-stack {
	display: grid;
	gap: 18px;
	height: 100%;
}

.pumat-contact-panel h2,
.pumat-contact-form-card h2,
.pumat-contact-map-head h2 {
	margin: 0;
	color: var(--pumat-ink);
	font-size: clamp(28px, 2.4vw, 46px);
	font-weight: 750;
	line-height: 1.02;
	letter-spacing: 0;
	text-transform: none;
}

.pumat-contact-panel p {
	margin: 14px 0 0;
	color: rgba(23, 23, 23, .68);
	font-size: 16px;
	line-height: 1.55;
}

.pumat-contact-list {
	display: grid;
	gap: 14px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.pumat-contact-list li {
	display: grid;
	gap: 4px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(23, 23, 23, .09);
	color: rgba(23, 23, 23, .74);
	font-size: 15px;
	line-height: 1.45;
}

.pumat-contact-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.pumat-contact-list span,
.pumat-contact-branch span {
	color: var(--pumat-ink);
	font-size: 13px;
	font-weight: 760;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pumat-contact-list a,
.pumat-contact-branch a,
.pumat-contact-panel a {
	color: var(--pumat-green);
	font-weight: 700;
	text-decoration: none;
}

.pumat-contact-branch-list {
	display: grid;
	gap: 0;
	margin-top: 24px;
}

.pumat-contact-branch {
	display: grid;
	grid-template-columns: minmax(150px, .55fr) minmax(0, 1fr);
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(23, 23, 23, .09);
	color: rgba(23, 23, 23, .78);
	font-size: 15px;
	line-height: 1.42;
}

.pumat-contact-branch:last-child {
	border-bottom: 0;
}

.pumat-contact-form-card {
	position: static;
}

.pumat-contact-form-card .wpcf7 {
	margin-top: 24px;
}

.pumat-contact-form-card .wpcf7 form > p:first-of-type {
	margin-top: 0;
	color: rgba(23, 23, 23, .72);
	font-size: 16px;
	line-height: 1.55;
}

.pumat-contact-form-card .wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 12px;
}

.pumat-contact-form-card input[type="text"],
.pumat-contact-form-card input[type="email"],
.pumat-contact-form-card textarea {
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid rgba(23, 23, 23, .14);
	border-radius: 8px;
	background: #fafafa;
	color: var(--pumat-ink);
	font-size: 15px;
	box-shadow: none;
	transition: border-color .2s ease, background-color .2s ease;
}

.pumat-contact-form-card textarea {
	min-height: 154px;
	padding-top: 15px;
	resize: vertical;
}

.pumat-contact-form-card input:focus,
.pumat-contact-form-card textarea:focus {
	border-color: var(--pumat-green);
	background: #fff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(23, 101, 54, .1);
}

.pumat-contact-form-card #lbtSend,
.pumat-contact-form-card .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin: 4px 0 0;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: var(--pumat-green);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	line-height: 1;
	text-transform: none;
	box-shadow: none;
	cursor: pointer;
}

.pumat-contact-form-card #lbtSend .icon {
	display: none;
}

.pumat-contact-form-card .wpcf7-response-output {
	margin: 18px 0 0 !important;
	border-radius: 8px;
	font-size: 14px;
}

.pumat-contact-map-section {
	padding: clamp(40px, 5vw, 90px) 0 !important;
	background: #fff;
}

.pumat-contact-map-head {
	display: grid;
	grid-template-columns: minmax(0, .65fr) minmax(280px, .35fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

.pumat-contact-map-head p {
	margin: 0;
	color: rgba(23, 23, 23, .68);
	font-size: 16px;
	line-height: 1.55;
}

.pumat-contact-map-wrap {
	border-radius: 8px;
	overflow: hidden;
	background: #f2f2f2;
}

.pumat-contact-map-wrap iframe {
	display: block;
	width: 100%;
	min-height: clamp(380px, 40vw, 560px);
	border: 0;
	filter: saturate(.92) contrast(.98);
}

@media (max-width: 1023px) {
	.pumat-contact-channel-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pumat-contact-map-head {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.pumat-contact-hero {
		padding-top: 26px !important;
	}

	.pumat-contact-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.pumat-contact-button,
	.pumat-contact-form-card #lbtSend,
	.pumat-contact-form-card .wpcf7-submit {
		width: 100%;
	}

	.pumat-contact-channel-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pumat-contact-card {
		grid-template-columns: 46px minmax(0, 1fr);
		column-gap: 14px;
		min-height: 118px;
		padding: 18px;
	}

	.pumat-contact-card::before {
		width: 46px;
		height: 46px;
		border-radius: 14px;
	}

	.pumat-contact-branch {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
	}

	.pumat-contact-panel {
		padding: 24px 20px;
	}
}

/* Contact page: professional icon system and a balanced branch directory. */
.pumat-contact-page .pumat-contact-button::before,
.pumat-contact-list li::before,
.pumat-contact-branch::before,
.pumat-contact-form-card h2::before,
.pumat-contact-map-head h2::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.pumat-contact-page .pumat-contact-button::before {
	margin-right: 9px;
}

.pumat-contact-page .pumat-contact-button--primary::before { content: "\f095"; }
.pumat-contact-page .pumat-contact-button:not(.pumat-contact-button--primary)::before { content: "\f0e0"; }

.pumat-contact-list li {
	position: relative;
	padding-left: 42px;
}

.pumat-contact-list li::before {
	position: absolute;
	left: 0;
	top: 1px;
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border-radius: 9px;
	background: #eef7ef;
	color: var(--pumat-green);
	font-size: 13px;
}

.pumat-contact-list li:nth-child(1)::before { content: "\f3c5"; }
.pumat-contact-list li:nth-child(2)::before { content: "\f095"; }
.pumat-contact-list li:nth-child(3)::before { content: "\f0ac"; }
.pumat-contact-list li:nth-child(4)::before { content: "\f0e0"; }
.pumat-contact-list li:nth-child(5)::before { content: "\f290"; }
.pumat-contact-list li:nth-child(6)::before { content: "\e07b"; }

.pumat-contact-form-card h2::before,
.pumat-contact-map-head h2::before {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0 10px 8px 0;
	border-radius: 11px;
	background: #eef7ef;
	color: var(--pumat-green);
	font-size: 16px;
	vertical-align: middle;
}

.pumat-contact-form-card h2::before { content: "\f4ad"; }
.pumat-contact-map-head h2::before { content: "\f5a0"; }

@media (min-width: 768px) {
	.pumat-contact-main__row {
		display: grid !important;
		grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
		gap: 18px;
		margin-right: auto;
		margin-left: auto;
	}

	.pumat-contact-main__row > .col {
		width: auto;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.pumat-contact-main__row > .col:first-child,
	.pumat-contact-main__row > .col:first-child > .col-inner,
	.pumat-contact-info-stack {
		display: contents;
	}

	.pumat-contact-company {
		grid-column: 1;
		grid-row: 1;
	}

	.pumat-contact-main__row > .col:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
	}

	.pumat-contact-main__row > .col:nth-child(2) > .col-inner,
	.pumat-contact-form-card {
		height: 100%;
	}

	.pumat-contact-branches {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}

.pumat-contact-branch-list {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.pumat-contact-branch {
	grid-column: span 2;
	position: relative;
	display: flex;
	min-height: 112px;
	padding: 18px 18px 18px 55px;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	border: 1px solid rgba(23, 101, 54, .12);
	border-bottom: 1px solid rgba(23, 101, 54, .12);
	border-radius: 13px;
	background: linear-gradient(135deg, #fff, #f2f8f1);
	box-shadow: 0 8px 18px rgba(23, 101, 54, .05);
}

.pumat-contact-branch::before {
	content: "\f3c5";
	position: absolute;
	left: 18px;
	top: 50%;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--pumat-green);
	color: #fff;
	font-size: 12px;
	transform: translateY(-50%);
}

.pumat-contact-branch:nth-last-child(2),
.pumat-contact-branch:last-child {
	grid-column: span 3;
}

.pumat-contact-branch a::before {
	content: "\f095";
	margin-right: 6px;
	font-family: "Font Awesome 6 Free";
	font-size: 11px;
	font-weight: 900;
}

@media (max-width: 1023px) {
	.pumat-contact-branch-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.pumat-contact-branch,
	.pumat-contact-branch:nth-last-child(2),
	.pumat-contact-branch:last-child { grid-column: span 2; }
}

@media (max-width: 767px) {
	.pumat-contact-main__row { display: block !important; }
	.pumat-contact-main__row > .col:first-child,
	.pumat-contact-main__row > .col:first-child > .col-inner,
	.pumat-contact-info-stack { display: block; }
	.pumat-contact-main__row > .col { width: 100%; max-width: 100%; }
	.pumat-contact-main__row > .col + .col { margin-top: 18px; }
	.pumat-contact-branches { margin-top: 18px; }
	.pumat-contact-branch-list { grid-template-columns: minmax(0, 1fr); }
	.pumat-contact-branch,
	.pumat-contact-branch:nth-last-child(2),
	.pumat-contact-branch:last-child { grid-column: span 1; }
}

.pumat-blog-container {
	width: calc(100% - 48px);
	max-width: 1320px;
	margin: 0 auto;
}

.pumat-blog-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 16px;
	color: var(--pumat-green);
	font-size: 13px;
	font-weight: 780;
	line-height: 1.2;
	letter-spacing: .12em;
	text-decoration: none;
	text-transform: uppercase;
}

.pumat-blog-archive,
.pumat-blog-single {
	background: #fff;
	color: var(--pumat-ink);
}

.pumat-blog-archive-hero {
	padding: clamp(54px, 7vw, 104px) 0 clamp(34px, 5vw, 70px) !important;
	border-bottom: 1px solid rgba(23, 23, 23, .08);
	background: #f6f8f1;
}

.pumat-blog-archive-hero__inner {
	max-width: 930px;
}

.pumat-blog-archive-hero h1,
.pumat-blog-single-hero h1 {
	margin: 0;
	color: var(--pumat-ink);
	font-size: clamp(40px, 6vw, 84px);
	font-weight: 760;
	line-height: .98;
	letter-spacing: 0;
	text-wrap: balance;
}

.pumat-blog-archive-hero__desc {
	max-width: 760px;
	margin: 22px 0 0;
	color: rgba(23, 23, 23, .72);
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 1.62;
}

.pumat-blog-archive-hero__desc p {
	margin: 0;
}

.pumat-blog-archive-hero__meta,
.pumat-blog-single-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.pumat-blog-archive-hero__meta span,
.pumat-blog-single-hero__meta span,
.pumat-blog-single-hero__meta time {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 13px;
	border: 1px solid rgba(23, 101, 54, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .72);
	color: rgba(23, 23, 23, .68);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
}

.pumat-blog-archive-list {
	padding: clamp(34px, 5vw, 72px) 0 clamp(48px, 6vw, 96px) !important;
}

.pumat-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
}

.pumat-blog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	border: 1px solid rgba(23, 23, 23, .08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(23, 23, 23, .045);
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.pumat-blog-card:hover,
.pumat-blog-card:focus-within {
	border-color: rgba(23, 101, 54, .28);
	box-shadow: 0 26px 56px rgba(23, 23, 23, .08);
	transform: translateY(-3px);
}

.pumat-blog-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eef1e7;
	overflow: hidden;
}

.pumat-blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.pumat-blog-card:hover .pumat-blog-card__image img,
.pumat-blog-card:focus-within .pumat-blog-card__image img {
	transform: scale(1.035);
}

.pumat-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: clamp(20px, 2.2vw, 28px);
}

.pumat-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 14px;
	color: rgba(23, 23, 23, .54);
	font-size: 12px;
	font-weight: 720;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pumat-blog-card__meta a {
	color: var(--pumat-green);
	text-decoration: none;
}

.pumat-blog-card__title {
	margin: 0 0 14px;
	color: var(--pumat-ink);
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 740;
	line-height: 1.18;
	letter-spacing: 0;
}

.pumat-blog-card__title a {
	display: -webkit-box;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pumat-blog-card__body p {
	margin: 0 0 22px;
	color: rgba(23, 23, 23, .66);
	font-size: 15px;
	line-height: 1.62;
}

.pumat-blog-card__link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: auto;
	color: var(--pumat-green);
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
}

.pumat-blog-card__link::after {
	content: "→";
	margin-left: 8px;
	font-size: 16px;
	line-height: 1;
	transition: transform .2s ease;
}

.pumat-blog-card:hover .pumat-blog-card__link::after,
.pumat-blog-card:focus-within .pumat-blog-card__link::after {
	transform: translateX(3px);
}

.pumat-blog-pagination {
	margin-top: clamp(28px, 4vw, 56px);
}

.pumat-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.pumat-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid rgba(23, 23, 23, .12);
	border-radius: 999px;
	color: var(--pumat-ink);
	font-weight: 700;
	text-decoration: none;
}

.pumat-blog-pagination .page-numbers.current,
.pumat-blog-pagination .page-numbers:hover,
.pumat-blog-pagination .page-numbers:focus-visible {
	border-color: var(--pumat-green);
	background: var(--pumat-green);
	color: #fff;
}

.pumat-blog-empty {
	max-width: 680px;
	padding: 34px;
	border: 1px solid rgba(23, 23, 23, .08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(23, 23, 23, .05);
}

.pumat-blog-empty h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 2.4vw, 36px);
}

.pumat-blog-empty p {
	margin: 0;
	color: rgba(23, 23, 23, .68);
}

.pumat-blog-single-hero {
	padding: clamp(46px, 6vw, 92px) 0 clamp(26px, 4vw, 52px) !important;
	background: #f6f8f1;
}

.pumat-blog-single-hero__inner {
	max-width: 1080px;
}

.pumat-blog-single-hero h1 {
	max-width: 1080px;
	font-size: clamp(38px, 5.4vw, 76px);
}

.pumat-blog-single-cover {
	position: relative;
	margin: clamp(24px, 4vw, 48px) 0 0;
	border-radius: 8px;
	background: #eef1e7;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(23, 23, 23, .1);
}

.pumat-blog-single-cover img {
	display: block;
	width: 100%;
	max-height: 680px;
	aspect-ratio: 16 / 8.8;
	object-fit: cover;
}

.pumat-blog-single-body {
	padding: clamp(34px, 5vw, 72px) 0 clamp(54px, 6vw, 104px) !important;
}

.pumat-blog-single-body .row {
	align-items: flex-start;
}

.pumat-blog-single-content {
	padding: clamp(24px, 3vw, 42px);
	border: 1px solid rgba(23, 23, 23, .08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 58px rgba(23, 23, 23, .055);
}

.pumat-blog-single-content > :first-child {
	margin-top: 0;
}

.pumat-blog-single-content > :last-child {
	margin-bottom: 0;
}

.pumat-blog-single-content p,
.pumat-blog-single-content li {
	color: rgba(23, 23, 23, .78);
	font-size: clamp(16px, 1.14vw, 18px);
	line-height: 1.82;
}

.pumat-blog-single-content p {
	margin-bottom: 1.25em;
}

.pumat-blog-single-content h2,
.pumat-blog-single-content h3,
.pumat-blog-single-content h4 {
	margin: 1.55em 0 .65em;
	color: var(--pumat-ink);
	font-weight: 760;
	line-height: 1.18;
	letter-spacing: 0;
}

.pumat-blog-single-content h2 {
	font-size: clamp(28px, 2.7vw, 42px);
}

.pumat-blog-single-content h3 {
	font-size: clamp(23px, 2vw, 32px);
}

.pumat-blog-single-content h4 {
	font-size: clamp(19px, 1.5vw, 24px);
}

.pumat-blog-single-content img {
	border-radius: 8px;
}

.pumat-blog-share {
	margin-top: clamp(28px, 4vw, 48px);
	padding-top: 24px;
	border-top: 1px solid rgba(23, 23, 23, .1);
}

.pumat-blog-share > span {
	display: block;
	margin-bottom: 12px;
	color: var(--pumat-green);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.pumat-blog-comments {
	margin-top: 24px;
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid rgba(23, 23, 23, .08);
	border-radius: 8px;
	background: #fff;
}

.pumat-blog-single-aside {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 16px;
}

.pumat-blog-aside-card {
	padding: 24px;
	border: 1px solid rgba(23, 23, 23, .08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(23, 23, 23, .045);
}

.pumat-blog-aside-card--brand {
	background: #176536;
	color: #fff;
}

.pumat-blog-aside-card--brand span {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.pumat-blog-aside-card--brand strong {
	display: block;
	color: #fff;
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 760;
	line-height: 1.08;
}

.pumat-blog-aside-card--brand p {
	margin: 14px 0 20px;
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
	line-height: 1.6;
}

.pumat-blog-aside-card--brand a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 999px;
	background: #fff;
	color: #176536;
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
}

.pumat-blog-aside-card h2 {
	margin: 0 0 16px;
	color: var(--pumat-ink);
	font-size: clamp(22px, 1.8vw, 30px);
	font-weight: 760;
	line-height: 1.12;
}

.pumat-blog-related-list {
	display: grid;
	gap: 14px;
}

.pumat-blog-related-list a {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	color: var(--pumat-ink);
	text-decoration: none;
}

.pumat-blog-related-list img {
	display: block;
	width: 84px;
	height: 72px;
	border-radius: 8px;
	object-fit: cover;
}

.pumat-blog-related-list span {
	display: -webkit-box;
	font-size: 15px;
	font-weight: 720;
	line-height: 1.32;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.pumat-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pumat-blog-single-aside {
		position: static;
	}
}

@media (max-width: 767px) {
	.pumat-blog-container {
		width: calc(100% - 40px);
	}

	.pumat-blog-archive-hero__desc {
		max-width: calc(100vw - 56px);
	}

	.pumat-blog-archive-hero,
	.pumat-blog-single-hero {
		padding-top: 36px !important;
	}

	.pumat-blog-archive-hero h1,
	.pumat-blog-single-hero h1 {
		font-size: clamp(34px, 12vw, 48px);
		line-height: 1.02;
	}

	.pumat-blog-archive-hero__meta,
	.pumat-blog-single-hero__meta {
		gap: 8px;
	}

	.pumat-blog-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pumat-blog-card__body {
		padding: 20px;
	}

	.pumat-blog-single-cover img {
		aspect-ratio: 4 / 3;
		max-height: none;
	}

	.pumat-blog-single-content,
	.pumat-blog-comments,
	.pumat-blog-aside-card {
		padding: 22px 18px;
	}

	.pumat-blog-related-list a {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.pumat-blog-related-list img {
		width: 76px;
		height: 66px;
	}
}
