
/* Source: wp-content/themes/kadence-child/style.css */
/*
Theme Name: OrigamiDisc Kadence Child
Theme URI: https://origamidisc.com/
Description: Kadence child theme for OrigamiDisc storefront customizations.
Author: 27web
Author URI: https://27web.pl/
Template: kadence
Version: 1.0.112
Text Domain: origamidisc-kadence-child
*/

/* Front-page YouTube embed. */
.ytmovieori {
	width: min(100%, 900px);
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 10px;
}

.ytmovieori .wp-block-embed__wrapper,
.ytmovieori iframe,
.ytmovieori img {
	border-radius: 10px;
}

/* Shop and archive select shape. */
.odk-archive-filters__select,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.woocommerce select.orderby {
	border-radius: 10px !important;
}

/* Global button shape. */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-element-button,
.wp-block-button__link,
.kb-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 10px !important;
}


:root {
	--odk-accent: #f08b80;
	--odk-accent-hover: #d96e63;
}

/* Source: wp-content/themes/kadence-child/assets/css/product-search.css */
.odk-product-search {
	position: relative;
	width: min(100%, 560px);
	max-width: 100%;
	flex: 0 1 560px;
}

.odk-product-search__form {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
}

.odk-product-search__input {
	width: 100%;
	min-width: 0;
	height: 42px;
	padding: 0 46px 0 14px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	background: #fff;
	color: var(--global-palette3, #1a202c);
	font-size: 0.96rem;
	line-height: 1;
}

.odk-product-search__input:focus {
	border-color: var(--odk-accent, #f08b80);
	box-shadow: 0 0 0 2px rgba(240, 139, 128, 0.18);
	outline: none;
}

.odk-product-search__submit,
.odk-product-search__mobile-trigger,
.odk-product-search__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--global-palette3, #1a202c);
	box-shadow: none;
	cursor: pointer;
}

.odk-product-search__submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
}

.odk-product-search__submit:hover,
.odk-product-search__submit:focus,
.odk-product-search__mobile-trigger:hover,
.odk-product-search__mobile-trigger:focus,
.odk-product-search__close:hover,
.odk-product-search__close:focus {
	background: transparent;
	color: var(--odk-accent, #f08b80);
	box-shadow: none;
}

.odk-product-search__icon {
	width: 20px;
	height: 20px;
}

.odk-product-search__mobile-trigger {
	display: none;
	width: 42px;
	height: 42px;
}

.odk-product-search__suggestions {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	z-index: 10020;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.odk-product-search__item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 2px 12px;
	align-items: start;
	padding: 10px 12px;
	color: var(--global-palette3, #1a202c);
	text-decoration: none;
}

.odk-product-search__item + .odk-product-search__item {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.odk-product-search__item:hover,
.odk-product-search__item:focus {
	background: var(--global-palette8, #f7fafc);
	color: var(--global-palette3, #1a202c);
	text-decoration: none;
}

.odk-product-search__thumb {
	grid-row: 1 / span 2;
	width: 48px;
	height: 48px;
	object-fit: cover;
	background: var(--global-palette8, #f7fafc);
}

.odk-product-search__name {
	grid-column: 2;
	overflow: hidden;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.28;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.odk-product-search__price {
	grid-column: 2;
	justify-self: start;
	color: var(--odk-accent, #f08b80);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

.odk-product-search__price del {
	display: none;
}

.odk-product-search__empty {
	padding: 12px;
	color: var(--global-palette5, #4a5568);
	font-size: 0.92rem;
}

.odk-product-search__modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	pointer-events: none;
}

.odk-product-search__backdrop {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.42);
	box-shadow: none;
	cursor: pointer;
	opacity: 0;
	transition: opacity 180ms ease;
}

.odk-product-search__panel {
	position: relative;
	z-index: 1;
	width: min(100% - 28px, 520px);
	margin: 18px auto 0;
	padding: 52px 16px 18px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 180ms ease, transform 240ms ease;
}

.odk-product-search__modal.is-open {
	pointer-events: auto;
}

.odk-product-search__modal.is-open .odk-product-search__backdrop,
.odk-product-search__modal.is-open .odk-product-search__panel {
	opacity: 1;
}

.odk-product-search__modal.is-open .odk-product-search__panel {
	transform: translateY(0);
}

.odk-product-search__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 38px;
	height: 38px;
	font-size: 28px;
	line-height: 1;
}

.odk-product-search__form--mobile .odk-product-search__suggestions {
	position: static;
	right: auto;
	left: auto;
	width: 100%;
	margin-top: 10px;
	box-shadow: none;
}

.odk-product-search__form--mobile {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

@media (min-width: 768px) {
	.odk-product-search {
		min-width: 450px;
	}
}

@media (max-width: 767px) {
	.odk-product-search {
		width: auto;
		min-width: 0;
		flex: 0 0 auto;
	}

	.odk-product-search__form--desktop {
		display: none;
	}

	.odk-product-search__mobile-trigger {
		display: inline-flex;
	}

	.odk-product-search__item {
		gap: 2px 10px;
	}

	.odk-product-search__name {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: clip;
		white-space: normal;
	}

	.odk-product-search__price {
		font-size: 0.78rem;
		line-height: 1.2;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.odk-product-search__backdrop,
	.odk-product-search__panel {
		transition: none;
	}
}

/* Source: wp-content/themes/kadence-child/assets/css/site-header.css */
.odk-site-header {
	position: relative;
	width: 100%;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	color: var(--global-palette3, #262625);
	font-family: inherit;
}

.odk-site-header *,
.odk-site-header *::before,
.odk-site-header *::after {
	box-sizing: border-box;
}

.odk-site-header a {
	color: inherit;
	text-decoration: none;
}

.odk-site-header__inner {
	width: 100%;
	max-width: var(--global-content-width);
	margin: 0 auto;
	padding-right: var(--global-content-edge-padding, 1rem);
	padding-left: var(--global-content-edge-padding, 1rem);
}

.odk-site-header__upper {
	position: relative;
	z-index: 10040;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--global-palette8, #f7eee6);
}

.odk-site-header__upper-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 640px) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	min-height: 88px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.odk-site-header__brand {
	justify-self: start;
	min-width: 0;
}

.odk-site-header__logo {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 210px;
}

.odk-site-header__logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 62px;
	object-fit: contain;
}

.odk-site-header__logo--text {
	color: var(--global-palette3, #262625);
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.1;
}

.odk-site-header__search {
	justify-self: center;
	width: 100%;
	min-width: 0;
}

.odk-site-header .odk-product-search {
	width: 100%;
	min-width: 0;
	max-width: 640px;
	flex: 1 1 auto;
}

.odk-site-header .odk-product-search__input {
	height: 48px;
	padding-right: 54px;
	padding-left: 18px;
	border-color: rgba(0, 0, 0, 0.13);
	border-radius: 999px;
	background: var(--global-palette9, #fff);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
	font-size: 0.98rem;
}

.odk-site-header .odk-product-search__submit {
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	background: var(--global-palette3, #262625);
	color: var(--global-palette9, #fff);
}

.odk-site-header .odk-product-search__submit:hover,
.odk-site-header .odk-product-search__submit:focus {
	background: var(--global-palette10, #6f8555);
	color: var(--global-palette9, #fff);
}

.odk-site-header .odk-product-search__suggestions {
	top: calc(100% + 10px);
	border-radius: 10px;
}

.odk-site-header__actions {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
	min-width: 0;
}

.odk-site-header__mobile-search {
	display: none;
}

.odk-site-header__icon-link,
.odk-site-header__cart,
.odk-site-header__phone,
.odk-site-header__menu-toggle,
.odk-site-header .odk-product-search__mobile-trigger {
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.odk-site-header__icon-link,
.odk-site-header__menu-toggle,
.odk-site-header .odk-product-search__mobile-trigger,
.odk-site-header__cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50% !important;
	background: var(--global-palette9, #fff);
	color: var(--global-palette3, #262625);
}

.odk-site-header__menu-toggle,
.odk-site-header .odk-product-search__mobile-trigger {
	display: none;
}

.odk-site-header__icon-link svg,
.odk-site-header__cart svg,
.odk-site-header__phone svg,
.odk-site-header__menu-toggle svg,
.odk-site-header .odk-product-search__mobile-trigger svg {
	display: block;
	width: 22px;
	height: 22px;
}

.odk-site-header__icon-link:hover,
.odk-site-header__icon-link:focus,
.odk-site-header__menu-toggle:hover,
.odk-site-header__menu-toggle:focus,
.odk-site-header .odk-product-search__mobile-trigger:hover,
.odk-site-header .odk-product-search__mobile-trigger:focus,
.odk-site-header__cart:hover,
.odk-site-header__cart:focus {
	border-color: var(--global-palette10, #6f8555);
	background: var(--global-palette9, #fff);
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__wishlist-fragment.has-items {
	border-color: rgba(184, 33, 5, 0.22);
	color: var(--global-palette13, #b82105);
}

.odk-site-header__wishlist-fragment.has-items svg {
	fill: currentColor;
}

.odk-site-header__wishlist-fragment.has-items svg path {
	fill: currentColor;
	stroke: currentColor;
}

.odk-site-header__counter,
.odk-site-header__cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--global-palette13, #b82105);
	color: var(--global-palette9, #fff);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
}

.odk-site-header__wishlist-fragment.has-items .odk-site-header__counter,
.odk-site-header__cart.has-items .odk-site-header__cart-count {
	display: inline-flex;
}

.odk-site-header__cart {
	padding: 0;
}

.odk-site-header__cart.has-items {
	border-color: rgba(184, 33, 5, 0.22);
	background: var(--global-palette9, #fff);
	color: var(--global-palette13, #b82105);
}

.odk-site-header__cart.has-items .odk-site-header__cart-bag {
	fill: currentColor;
}

.odk-site-header__phone-copy {
	display: grid;
	gap: 1px;
	min-width: 0;
	line-height: 1.12;
}

.odk-site-header__phone-label {
	font-size: 0.72rem;
	font-weight: 700;
	opacity: 0.82;
}

.odk-site-header__lower {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--global-palette7, #f0e6dd);
}

.odk-site-header__lower-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 48px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.odk-site-header__menu-toggle {
	display: none;
	gap: 8px;
	width: auto;
	padding: 0 13px;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 800;
}

.odk-site-header__nav {
	justify-self: center;
	min-width: 0;
}

.odk-site-header__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0 4px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odk-site-header__menu li {
	position: relative;
	margin: 0;
	list-style: none;
}

.odk-site-header__menu > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 12px;
	color: var(--global-palette3, #262625);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
}

.odk-site-header__menu > li > a:hover,
.odk-site-header__menu > li > a:focus,
.odk-site-header__menu > li.current-menu-item > a,
.odk-site-header__menu > li.current-menu-ancestor > a {
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10030;
	display: none;
	width: 220px;
	margin: 0;
	padding: 8px;
	border-radius: 8px;
	background: var(--global-palette3, #262625);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
	list-style: none;
}

.odk-site-header__menu li:hover > .sub-menu,
.odk-site-header__menu li:focus-within > .sub-menu {
	display: block;
}

.odk-site-header__menu .sub-menu a {
	display: block;
	padding: 9px 10px;
	border-radius: 5px;
	color: var(--global-palette8, #f7eee6);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.2;
}

.odk-site-header__menu .sub-menu a:hover,
.odk-site-header__menu .sub-menu a:focus {
	background: var(--global-palette7, #f0e6dd);
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__submenu-toggle {
	display: none;
}

.odk-site-header__contact {
	justify-self: end;
}

.odk-site-header__phone {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	min-height: 38px;
	padding: 6px 11px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.56);
	color: var(--global-palette3, #262625);
}

.odk-site-header__phone:hover,
.odk-site-header__phone:focus {
	border-color: var(--global-palette10, #6f8555);
	background: var(--global-palette9, #fff);
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.odk-site-header__phone-number {
	font-size: 0.9rem;
	font-weight: 900;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.odk-site-header__upper-inner {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 560px) minmax(0, 1fr);
		gap: 16px;
	}

	.odk-site-header__menu > li > a {
		padding-right: 9px;
		padding-left: 9px;
	}
}

@media (max-width: 1024px) {
	.odk-site-header__upper {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.odk-site-header__upper-inner {
		grid-template-columns: minmax(88px, auto) minmax(0, 1fr);
		gap: 12px;
		min-height: 68px;
		justify-content: initial;
	}

	.odk-site-header__logo {
		max-width: 150px;
	}

	.odk-site-header__search {
		display: none;
	}

	.odk-site-header .odk-product-search {
		position: static;
		width: auto;
		min-width: 0;
	}

	.odk-site-header .odk-product-search__form--desktop {
		display: none;
	}

	.odk-site-header .odk-product-search__mobile-trigger {
		display: inline-flex;
	}

	.odk-site-header__actions {
		display: flex;
		gap: 7px;
		align-items: center;
		justify-content: flex-end;
		justify-self: end;
	}

	.odk-site-header__mobile-search,
	.odk-site-header__mobile-search .odk-product-search,
	.odk-site-header__mobile-search .odk-product-search__mobile-trigger {
		display: inline-flex;
	}

	.odk-site-header .odk-product-search__modal {
		position: absolute;
		top: 100%;
		right: 0;
		bottom: auto;
		left: 0;
		z-index: 10050;
	}

	.odk-site-header .odk-product-search__backdrop {
		top: 0;
		bottom: auto;
		height: calc(100vh - 68px);
		background: transparent;
	}

	.odk-site-header .odk-product-search__panel {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 14px calc(var(--global-content-edge-padding, 1rem) + 48px) 16px var(--global-content-edge-padding, 1rem);
		border-radius: 0 0 10px 10px;
		background: var(--global-palette8, #f7eee6);
		box-shadow: none;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 240ms ease;
	}

	.odk-site-header .odk-product-search__form--mobile {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 8px;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 10px;
		background: var(--global-palette9, #fff);
		box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
	}

	.odk-site-header .odk-product-search__form--mobile .odk-product-search__submit {
		top: 12px;
		right: 12px;
	}

	.odk-site-header .odk-product-search__form--mobile .odk-product-search__suggestions {
		width: calc(100% + 48px);
		margin-top: 10px;
		margin-right: -48px;
	}

	.odk-site-header .odk-product-search__modal.is-open .odk-product-search__panel {
		transform: translateY(0);
	}

	.odk-site-header .odk-product-search__close {
		top: 26px;
		right: var(--global-content-edge-padding, 1rem);
		z-index: 2;
		width: 40px;
		height: 40px;
		border-radius: 999px;
		background: var(--global-palette9, #fff);
		color: var(--global-palette3, #262625);
		font-size: 26px;
	}

	.odk-site-header__menu-toggle--upper {
		display: inline-flex;
		width: 46px;
		padding: 0;
	}

	.odk-site-header__lower {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 10035;
		border-bottom: 0;
		background: var(--global-palette8, #f7eee6);
		pointer-events: none;
	}

	.odk-site-header.is-menu-open .odk-site-header__lower {
		pointer-events: auto;
	}

	.odk-site-header__lower-inner {
		display: block;
		min-height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.odk-site-header__lower-spacer {
		display: none;
	}

	.odk-site-header__menu-toggle--lower {
		display: none;
	}

	.odk-site-header__contact {
		display: none;
	}

	.odk-site-header__nav {
		display: block;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		padding-top: 0;
		opacity: 0;
		visibility: hidden;
		transition: max-height 280ms ease, opacity 180ms ease, padding-top 220ms ease, visibility 0s linear 280ms;
	}

	.odk-site-header.is-menu-open .odk-site-header__nav {
		max-height: calc(100vh - 76px);
		overflow-y: auto;
		padding-top: 10px;
		opacity: 1;
		visibility: visible;
		transition-delay: 0s;
	}

	.odk-site-header.is-menu-open .odk-site-header__contact {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		padding-bottom: 12px;
	}

	.odk-site-header__menu {
		display: grid;
		gap: 2px;
		justify-content: stretch;
		width: 100%;
		padding: 8px;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 10px;
		background: var(--global-palette9, #fff);
		box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
	}

	.odk-site-header__menu > li > a {
		justify-content: space-between;
		min-height: 40px;
		width: 100%;
		padding: 0 12px;
		border-radius: 7px;
	}

	.odk-site-header__menu > li > a:hover,
	.odk-site-header__menu > li > a:focus,
	.odk-site-header__menu > li.current-menu-item > a,
	.odk-site-header__menu > li.current-menu-ancestor > a {
		background: var(--global-palette8, #f7eee6);
	}

	.odk-site-header__menu > li.menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 40px;
		align-items: center;
	}

	.odk-site-header__menu > li.menu-item-has-children > a {
		grid-column: 1;
	}

	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle {
		grid-column: 2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		margin-left: 4px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: var(--global-palette8, #f7eee6);
		color: var(--global-palette3, #262625);
		cursor: pointer;
	}

	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle:hover,
	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle:focus {
		background: var(--global-palette7, #f0e6dd);
		color: var(--global-palette10, #6f8555);
	}

	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle svg {
		width: 18px;
		height: 18px;
		transition: transform 160ms ease;
	}

	.odk-site-header__menu > li.menu-item-has-children.is-submenu-open > .odk-site-header__submenu-toggle svg {
		transform: rotate(180deg);
	}

	.odk-site-header__menu .sub-menu {
		position: static;
		display: none;
		grid-column: 1 / -1;
		width: auto;
		margin: 0 0 6px 12px;
		padding: 2px 0 0 10px;
		border-left: 2px solid var(--global-palette7, #f0e6dd);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.odk-site-header__menu li:hover > .sub-menu,
	.odk-site-header__menu li:focus-within > .sub-menu {
		display: none;
	}

	.odk-site-header__menu .is-submenu-open > .sub-menu,
	.odk-site-header__menu li.is-submenu-open:hover > .sub-menu,
	.odk-site-header__menu li.is-submenu-open:focus-within > .sub-menu {
		display: grid;
	}

	.odk-site-header__menu .sub-menu a {
		padding: 8px 10px;
		color: var(--global-palette4, #3f3d3a);
		font-size: 0.84rem;
	}

	.odk-site-header__menu .sub-menu a:hover,
	.odk-site-header__menu .sub-menu a:focus {
		background: var(--global-palette8, #f7eee6);
	}
}

@media (max-width: 767px) {
	.odk-site-header__upper-inner {
		min-height: 64px;
		gap: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.odk-site-header__logo {
		max-width: 122px;
	}

	.odk-site-header__logo-img {
		max-height: 52px;
	}

	.odk-site-header__actions {
		gap: 5px;
	}

	.odk-site-header__icon-link,
	.odk-site-header__cart,
	.odk-site-header__menu-toggle--upper,
	.odk-site-header .odk-product-search__mobile-trigger {
		width: 42px;
		height: 42px;
		min-height: 42px;
	}

	.odk-site-header__menu-toggle {
		gap: 0;
		padding: 0;
	}

	.odk-site-header__menu-toggle span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.odk-site-header__icon-link svg,
	.odk-site-header__cart svg,
	.odk-site-header__menu-toggle svg,
	.odk-site-header .odk-product-search__mobile-trigger svg {
		width: 21px;
		height: 21px;
	}

	.odk-site-header__phone {
		width: 100%;
		max-width: 240px;
		justify-content: center;
	}

	.odk-site-header__phone-label {
		display: none;
	}
}

@media (max-width: 480px) {
	.odk-site-header__inner {
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}

	.odk-site-header__upper-inner {
		grid-template-columns: minmax(84px, auto) minmax(0, 1fr);
		gap: 7px;
	}

	.odk-site-header__logo {
		max-width: 94px;
	}

	.odk-site-header__logo-img {
		max-height: 42px;
	}

	.odk-site-header__actions {
		gap: 2px;
	}

	.odk-site-header .odk-product-search__panel {
		padding-right: calc(0.6rem + 44px);
		padding-left: 0.6rem;
	}

	.odk-site-header .odk-product-search__form--mobile {
		display: flex;
	}

	.odk-site-header .odk-product-search__close {
		right: 0.6rem;
	}

	.odk-site-header .odk-product-search__form--mobile .odk-product-search__suggestions {
		width: calc(100% + 44px);
		margin-right: -44px;
	}

	.odk-site-header__icon-link,
	.odk-site-header__cart,
	.odk-site-header__menu-toggle--upper,
	.odk-site-header .odk-product-search__mobile-trigger {
		width: 38px;
		height: 38px;
		min-height: 38px;
	}

	.odk-site-header__icon-link svg,
	.odk-site-header__cart svg,
	.odk-site-header__menu-toggle svg,
	.odk-site-header .odk-product-search__mobile-trigger svg {
		width: 20px;
		height: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.odk-site-header__nav,
	.odk-site-header .odk-product-search__panel {
		transition: none;
	}
}

/* Source: wp-content/themes/kadence-child/assets/css/site-footer.css */
.odk-site-footer {
	width: 100%;
	width: 100vw;
	max-width: 100vw;
	margin-top: clamp(34px, 5vw, 68px);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	color: var(--global-palette3, #262625);
	font-family: inherit;
}

.odk-site-footer *,
.odk-site-footer *::before,
.odk-site-footer *::after {
	box-sizing: border-box;
}

.odk-site-footer a {
	color: inherit;
	text-decoration: none;
}

.odk-site-footer__inner {
	width: 100%;
	max-width: var(--global-content-width);
	margin: 0 auto;
	padding-right: var(--global-content-edge-padding, 1rem);
	padding-left: var(--global-content-edge-padding, 1rem);
}

.odk-site-footer__benefits-wrap {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--global-palette7, #f0e6dd);
}

.odk-site-footer__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.odk-site-footer__benefit {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
}

.odk-site-footer__benefit-icon,
.odk-site-footer__social,
.odk-site-footer__contact-item svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.odk-site-footer__benefit-icon {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: var(--global-palette9, #fff);
	color: var(--global-palette10, #6f8555);
}

.odk-site-footer__benefit-icon svg {
	width: 21px;
	height: 21px;
}

.odk-site-footer__benefit-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
	line-height: 1.18;
}

.odk-site-footer__benefit-copy strong {
	font-size: 0.86rem;
	font-weight: 900;
}

.odk-site-footer__benefit-copy span {
	color: var(--global-palette5, #5d5a55);
	font-size: 0.78rem;
	font-weight: 700;
}

.odk-site-footer__main-wrap {
	background: var(--global-palette8, #f7eee6);
}

.odk-site-footer__main {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) minmax(140px, 0.8fr) minmax(160px, 0.8fr) minmax(220px, 1fr);
	gap: 34px;
	padding-top: 44px;
	padding-bottom: 42px;
}

.odk-site-footer__brand,
.odk-site-footer__section {
	min-width: 0;
}

.odk-site-footer__logo {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 190px;
	margin-bottom: 18px;
}

.odk-site-footer__logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.odk-site-footer__logo--text {
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.1;
}

.odk-site-footer__intro {
	max-width: 32ch;
	margin: 0 0 18px;
	color: var(--global-palette4, #3f3d3a);
	font-size: 0.93rem;
	line-height: 1.55;
}

.odk-site-footer__socials {
	display: flex;
	gap: 9px;
	align-items: center;
}

.odk-site-footer__social {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	background: var(--global-palette9, #fff);
	color: var(--global-palette3, #262625);
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.odk-site-footer__social:hover,
.odk-site-footer__social:focus {
	border-color: var(--global-palette10, #6f8555);
	background: var(--global-palette9, #fff);
	color: var(--global-palette10, #6f8555);
}

.odk-site-footer__social svg {
	width: 20px;
	height: 20px;
}

.odk-site-footer__heading {
	margin: 0 0 15px;
	color: var(--global-palette3, #262625);
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.odk-site-footer__accordion-trigger {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	width: auto;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
	transition: color 160ms ease;
	cursor: default;
}

.odk-site-footer__accordion-trigger:hover,
.odk-site-footer__accordion-trigger:focus,
.odk-site-footer__accordion-trigger:active,
.odk-site-footer__section--accordion[data-odk-footer-open="true"] .odk-site-footer__accordion-trigger {
	background: transparent;
	box-shadow: none;
	color: var(--global-palette10, #6f8555);
}

.odk-site-footer__accordion-trigger:focus-visible {
	outline: 2px solid var(--global-palette10, #6f8555);
	outline-offset: 4px;
}

.odk-site-footer__accordion-icon {
	display: none;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	color: var(--global-palette10, #6f8555);
	transition: transform 180ms ease;
}

.odk-site-footer__accordion-icon svg {
	width: 18px;
	height: 18px;
}

.odk-site-footer__menu {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odk-site-footer__menu li {
	margin: 0;
	list-style: none;
}

.odk-site-footer__menu a {
	display: inline-flex;
	color: var(--global-palette4, #3f3d3a);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	transition: color 160ms ease;
}

.odk-site-footer__menu a:hover,
.odk-site-footer__menu a:focus {
	color: var(--global-palette10, #6f8555);
}

.odk-site-footer__contact-list {
	display: grid;
	gap: 11px;
}

.odk-site-footer__contact-item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	color: var(--global-palette4, #3f3d3a);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
}

a.odk-site-footer__contact-item {
	min-height: 44px;
	align-items: center;
	transition: color 160ms ease;
}

a.odk-site-footer__contact-item:hover,
a.odk-site-footer__contact-item:focus {
	color: var(--global-palette10, #6f8555);
}

.odk-site-footer__contact-item svg {
	width: 20px;
	height: 20px;
	margin-top: 1px;
	color: var(--global-palette10, #6f8555);
}

.odk-site-footer__bottom-wrap {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--global-palette7, #f0e6dd);
}

.odk-site-footer__bottom {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--global-palette5, #5d5a55);
	font-size: 0.82rem;
	font-weight: 700;
}

.odk-site-footer__credit {
	color: inherit;
	transition: color 160ms ease;
}

.odk-site-footer__credit:hover,
.odk-site-footer__credit:focus {
	color: var(--global-palette10, #6f8555);
}

@media (max-width: 1024px) {
	.odk-site-footer__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.odk-site-footer__main {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
		gap: 30px 28px;
	}
}

@media (max-width: 640px) {
	.odk-site-footer__benefits {
		grid-template-columns: 1fr;
		gap: 13px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.odk-site-footer__main {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.odk-site-footer__brand {
		margin-bottom: 26px;
	}

	.odk-site-footer__logo {
		max-width: 160px;
	}

	.odk-site-footer__intro {
		max-width: none;
	}

	.odk-site-footer__section--accordion {
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	.odk-site-footer__section--accordion:last-of-type {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.odk-site-footer__section--accordion .odk-site-footer__heading {
		margin: 0;
	}

	.odk-site-footer__accordion-trigger {
		width: 100%;
		justify-content: space-between;
		padding: 15px 0;
		cursor: pointer;
	}

	.odk-site-footer__accordion-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.odk-site-footer__section--accordion[data-odk-footer-open="true"] .odk-site-footer__accordion-icon {
		transform: rotate(180deg);
	}

	.odk-site-footer--accordion-ready .odk-site-footer__accordion-panel {
		overflow: hidden;
		opacity: 1;
		transition: max-height 220ms ease, opacity 180ms ease;
	}

	.odk-site-footer--accordion-ready .odk-site-footer__section--accordion[data-odk-footer-open="false"] .odk-site-footer__accordion-panel {
		opacity: 0;
		pointer-events: none;
	}

	.odk-site-footer--accordion-ready .odk-site-footer__section--accordion[data-odk-footer-open="true"] .odk-site-footer__accordion-panel {
		padding-bottom: 17px;
	}

	.odk-site-footer__bottom {
		display: grid;
		gap: 5px;
		justify-content: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.odk-site-footer__accordion-icon,
	.odk-site-footer--accordion-ready .odk-site-footer__accordion-panel {
		transition: none;
	}
}

/* Source: wp-content/themes/kadence-child/assets/css/front-slider.css */
.odk-front-slider {
	border-radius: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #111;
}

.odk-front-slider__viewport {
	overflow: hidden;
}

.odk-front-slider__track {
	display: flex;
	will-change: transform;
	transition: transform 420ms ease;
}

.odk-front-slider__slide {
	position: relative;
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	min-height: 620px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}

.odk-front-slider__slide:hover,
.odk-front-slider__slide:focus {
	color: #fff;
	text-decoration: none;
}

.odk-front-slider__slide::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.08));
	content: "";
}

.odk-front-slider__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	display: block;
}

.odk-front-slider__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.odk-front-slider__content {
	position: relative;
	z-index: 1;
	display: block;
	width: min(620px, calc(100% - 160px));
	margin-left: max(48px, calc((100vw - var(--global-content-width, 1290px)) / 2));
	padding: 42px 0;
}

.odk-front-slider__heading {
	display: block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.12;
}

.odk-front-slider__description {
	display: block;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.08rem;
	line-height: 1.55;
}

.odk-front-slider__cta {
	display: inline-flex;
	align-items: center;
	margin-top: 28px;
	padding: 11px 18px;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.18);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
}

.odk-front-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.18);
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 160ms ease, border-color 160ms ease;
}

.odk-front-slider__arrow:hover,
.odk-front-slider__arrow:focus {
	border-color: rgba(255, 255, 255, 0.86);
	background: rgba(0, 0, 0, 0.34);
	color: #fff;
	box-shadow: none;
}

.odk-front-slider__arrow span {
	position: relative;
	top: -1px;
	font-size: 2.15rem;
	font-weight: 300;
	line-height: 1;
}

.odk-front-slider__arrow--prev {
	left: 22px;
}

.odk-front-slider__arrow--next {
	right: 22px;
}

@media (max-width: 1024px) {
	.odk-front-slider__slide {
		min-height: 520px;
	}

	.odk-front-slider__content {
		width: calc(100% - 128px);
		margin-left: 64px;
	}

	.odk-front-slider__heading {
		font-size: 2.15rem;
	}
}

@media (max-width: 767px) {
	.odk-front-slider__slide {
		align-items: center;
		min-height: 500px;
	}

	.odk-front-slider__slide::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.68) 52%, rgba(0, 0, 0, 0.36));
	}

	.odk-front-slider__content {
		width: min(540px, calc(100% - 104px));
		margin: 0 auto;
		padding: 62px 0;
		text-align: center;
	}

	.odk-front-slider__heading {
		margin-bottom: 12px;
		font-size: 1.75rem;
	}

	.odk-front-slider__description {
		max-width: none;
		font-size: 1rem;
		line-height: 1.45;
	}

	.odk-front-slider__cta {
		justify-content: center;
		margin-top: 20px;
	}

	.odk-front-slider__arrow {
		top: 50%;
		bottom: auto;
		width: 38px;
		height: 38px;
		transform: translateY(-50%);
	}

	.odk-front-slider__arrow--prev {
		left: 14px;
	}

	.odk-front-slider__arrow--next {
		right: 14px;
	}
}

@media (max-width: 380px) {
	.odk-front-slider__content {
		width: calc(100% - 92px);
	}

	.odk-front-slider__heading {
		font-size: 1.55rem;
	}

	.odk-front-slider__description {
		font-size: 0.95rem;
	}

	.odk-front-slider__arrow {
		width: 34px;
		height: 34px;
	}

	.odk-front-slider__arrow--prev {
		left: 10px;
	}

	.odk-front-slider__arrow--next {
		right: 10px;
	}
}

/* Source: wp-content/themes/kadence-child/assets/css/product-slider.css */
.odk-product-slider {
	position: relative;
	width: 100%;
	--odk-product-slider-gap: 22px;
}

.odk-product-slider__viewport {
	overflow: hidden;
}

.odk-product-slider__track {
	display: flex;
	gap: var(--odk-product-slider-gap);
	will-change: transform;
	transition: transform 360ms ease;
}

.odk-product-slider__card {
	display: flex;
	flex: 0 0 calc((100% - 66px) / 4);
	flex-direction: column;
	min-width: 0;
	color: var(--global-palette3, #1a202c);
	text-align: center;
	text-decoration: none;
}

.odk-product-slider__card:hover,
.odk-product-slider__card:focus {
	color: var(--global-palette3, #1a202c);
	text-decoration: none;
}

.odk-product-slider__media {
	border-radius: 10px;
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--global-palette8, #f7fafc);
}

.odk-product-slider__image {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.odk-product-slider__card:hover .odk-product-slider__image,
.odk-product-slider__card:focus .odk-product-slider__image {
	transform: scale(1.035);
}

.odk-product-slider__title {
	display: block;
	margin-top: 13px;
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.odk-product-slider__price {
	display: block;
	margin-top: 6px;
	color: var(--odk-accent, #f08b80);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.25;
}

.odk-product-slider__arrow {
	position: absolute;
	top: 42%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: #111;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 160ms ease, border-color 160ms ease;
}

.odk-product-slider__arrow:hover,
.odk-product-slider__arrow:focus {
	border-color: rgba(0, 0, 0, 0.32);
	background: #fff;
	color: #111;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.odk-product-slider__arrow span {
	position: relative;
	top: -1px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
}

.odk-product-slider__arrow--prev {
	left: -20px;
}

.odk-product-slider__arrow--next {
	right: -20px;
}

.odk-product-slider.is-static .odk-product-slider__track {
	justify-content: center;
}

@media (max-width: 1024px) {
	.odk-product-slider__card {
		flex-basis: calc((100% - 44px) / 3);
	}

	.odk-product-slider__arrow--prev {
		left: -12px;
	}

	.odk-product-slider__arrow--next {
		right: -12px;
	}
}

@media (max-width: 767px) {
	.odk-product-slider {
		--odk-product-slider-gap: 18px;
	}

	.odk-product-slider__card {
		flex-basis: 100%;
	}

	.odk-product-slider__title {
		margin-top: 10px;
		font-size: 0.92rem;
	}

	.odk-product-slider__arrow {
		top: 40%;
		width: 36px;
		height: 36px;
	}

	.odk-product-slider__arrow--prev {
		left: 8px;
	}

	.odk-product-slider__arrow--next {
		right: 8px;
	}
}

/* Source: wp-content/themes/kadence-child/assets/css/category-slider.css */
.odk-category-slider {
	position: relative;
	width: 100%;
	--odk-category-slider-gap: 24px;
}

.odk-category-slider__viewport {
	overflow: visible;
}

.odk-category-slider__track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: var(--odk-category-slider-gap);
}

.odk-category-slider__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: var(--global-palette3, #1a202c);
	text-align: center;
	text-decoration: none;
}

.odk-category-slider__card:hover,
.odk-category-slider__card:focus {
	color: var(--global-palette3, #1a202c);
	text-decoration: none;
}

.odk-category-slider__media {
	border-radius: 10px;
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--global-palette8, #f7fafc);
}

.odk-category-slider__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.odk-category-slider__card:hover .odk-category-slider__image,
.odk-category-slider__card:focus .odk-category-slider__image {
	transform: scale(1.035);
}

.odk-category-slider__title {
	display: block;
	margin-top: 12px;
	color: inherit;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.3;
}

.odk-category-slider__arrow {
	position: absolute;
	top: 40%;
	z-index: 3;
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: #111;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 160ms ease, border-color 160ms ease;
}

.odk-category-slider__arrow:hover,
.odk-category-slider__arrow:focus {
	border-color: rgba(0, 0, 0, 0.32);
	background: #fff;
	color: #111;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.odk-category-slider__arrow span {
	position: relative;
	top: -1px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
}

.odk-category-slider__arrow--prev {
	left: 8px;
}

.odk-category-slider__arrow--next {
	right: 8px;
}

@media (max-width: 767px) {
	.odk-category-slider {
		--odk-category-slider-gap: 18px;
	}

	.odk-category-slider__viewport {
		overflow: hidden;
	}

	.odk-category-slider__track {
		display: flex;
		gap: var(--odk-category-slider-gap);
		will-change: transform;
		transition: transform 360ms ease;
	}

	.odk-category-slider__card {
		flex: 0 0 calc((100% - 18px) / 2);
	}

	.odk-category-slider__title {
		margin-top: 10px;
		font-size: 0.92rem;
	}

	.odk-category-slider__arrow {
		display: inline-flex;
	}
}

/* Source: wp-content/themes/kadence-child/assets/css/blog-slider.css */
.odk-blog-slider {
	position: relative;
	width: 100%;
	--odk-blog-slider-gap: 24px;
}

.odk-blog-slider__viewport {
	overflow: hidden;
}

.odk-blog-slider__track {
	display: flex;
	gap: var(--odk-blog-slider-gap);
	will-change: transform;
	transition: transform 360ms ease;
}

.odk-blog-slider__card {
	display: flex;
	flex: 0 0 calc((100% - 48px) / 3);
	flex-direction: column;
	min-width: 0;
	color: var(--global-palette3, #1a202c);
	text-decoration: none;
}

.odk-blog-slider__card:hover,
.odk-blog-slider__card:focus {
	color: var(--global-palette3, #1a202c);
	text-decoration: none;
}

.odk-blog-slider__media {
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--global-palette8, #f7fafc);
}

.odk-blog-slider__image {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.odk-blog-slider__card:hover .odk-blog-slider__image,
.odk-blog-slider__card:focus .odk-blog-slider__image {
	transform: scale(1.035);
}

.odk-blog-slider__placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 24px;
	color: var(--global-palette5, #4a5568);
	font-weight: 600;
	text-align: center;
}

.odk-blog-slider__title {
	display: block;
	margin-top: 14px;
	color: inherit;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.35;
}

.odk-blog-slider__arrow {
	position: absolute;
	top: 39%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: #111;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 160ms ease, border-color 160ms ease;
}

.odk-blog-slider__arrow:hover,
.odk-blog-slider__arrow:focus {
	border-color: rgba(0, 0, 0, 0.32);
	background: #fff;
	color: #111;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.odk-blog-slider__arrow span {
	position: relative;
	top: -1px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
}

.odk-blog-slider__arrow--prev {
	left: -20px;
}

.odk-blog-slider__arrow--next {
	right: -20px;
}

.odk-blog-slider.is-static .odk-blog-slider__track {
	justify-content: center;
}

@media (max-width: 1024px) {
	.odk-blog-slider__card {
		flex-basis: calc((100% - 24px) / 2);
	}

	.odk-blog-slider__arrow--prev {
		left: -12px;
	}

	.odk-blog-slider__arrow--next {
		right: -12px;
	}
}

@media (max-width: 767px) {
	.odk-blog-slider__card {
		flex-basis: 100%;
	}

	.odk-blog-slider__title {
		margin-top: 11px;
		font-size: 1rem;
	}

	.odk-blog-slider__arrow {
		top: 38%;
		width: 36px;
		height: 36px;
	}

	.odk-blog-slider__arrow--prev {
		left: 8px;
	}

	.odk-blog-slider__arrow--next {
		right: 8px;
	}
}


.odk-youtube-facade,
.odk-youtube-facade__button,
.odk-youtube-facade iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 10px;
}

.odk-youtube-facade {
	overflow: hidden;
	background: #111;
}

.odk-youtube-facade__button {
	position: relative;
	min-height: 44px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

.odk-youtube-facade__button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.odk-youtube-facade__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 50px;
	border-radius: 14px;
	background: #e62117;
	transform: translate(-50%, -50%);
}

.odk-youtube-facade__play::after {
	position: absolute;
	top: 50%;
	left: 52%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 17px solid #fff;
	content: "";
	transform: translate(-50%, -50%);
}


.wp-embed-responsive .ytmovieori.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .ytmovieori .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	display: none;
	padding-top: 0;
}


/* Slider navigation stays circular despite the global 10px button radius. */
.odk-front-slider__arrow,
.odk-product-slider__arrow,
.odk-blog-slider__arrow,
.odk-category-slider__arrow {
	border-radius: 50% !important;
}
