@charset "UTF-8";

:root {
	--tn-cart-button-color: rgba(255, 255, 255, 0.9);
	--tn-cart-button-background: hsl(140, 100%, 30%);
	--tn-cart-button-hover-color: #fff;
	--tn-cart-button-hover-background: hsl(140, 100%, 25%);
	--tn-cart-button-disabled-color: rgba(255, 255, 255, 0.5);
	--tn-cart-button-disabled-background: hsl(0, 0%, 50%);
	--tn-in-cart-background: hsl(140, 100%, 25%);
	--tn-on-wish-color: hsl(5, 80%, 50%);
	--tn-off-wish-color: hsl(0, 0%, 30%);
	--tn-disabled-wish-color: hsl(0, 0, 50%);
	--promo-label-background: hsl(5, 90%, 48%);
	--promo-label-color: #fff;
	--pp-cart-button-primary-color: rgba(255, 255, 255, 0.9);
	--pp-cart-button-primary-background: hsl(5, 80%, 50%);
	--pp-cart-button-primary-hover-color: #fff;
	--pp-cart-button-primary-hover-background: hsl(5, 80%, 40%);
	--pp-cart-button-secondary-color: rgba(255, 255, 255, 0.9);
	--pp-cart-button-secondary-background: hsl(49, 79%, 35%);
	--pp-cart-button-secondary-hover-color: #fff;
	--pp-cart-button-secondary-hover-background: hsl(49, 79%, 28%);
	--price-number-color: hsl(5, 80%, 50%);
	--price-currency-color: hsl(0, 0%, 30%);
}

/*
------------------------------
Product list
------------------------------
*/
.filtered-product-list {
}

/* Filtered product list - side bar (on left) */
.pl-left-filters {
}
.pl-bars {
	position: relative;
	display: flex;
	flex-direction: row;
}
.pl-left {
	width: 260px;
	margin-right: 15px;
	scrollbar-width: thin;
}
.pl-sidebar {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 13px;
}
.pl-sidebar .checkbox label {
	min-height: 17px;
	min-height: 0;
	line-height: 17px;
	padding: 0 0 0 22px;
}
.pl-sidebar .checkbox label::before {
	width: 17px;
	height: 17px;
	left: 0;
}
.pl-sidebar .checkbox label::after {
	width: 17px;
	height: 17px;
	padding-left: 3px;
}
.pl-sidebar .checkbox input[type="checkbox"]:checked + label::after {
	font-size: 12px;
}
.pl-sidebar-group {
	min-height: 58px;
	color: var(--floating-wrapper-color);
	background: var(--floating-wrapper-background);
	border: var(--floating-wrapper-border);
	border-radius: var(--border-radius-normal);
	box-shadow: var(--floating-wrapper-shadow);
}
.pl-sidebar-group:last-child {
	padding-bottom: 0;
}
.pl-sidebar-group-title {
	padding: 8px 12px;
	white-space: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
	overflow: hidden;
	line-height: normal;
}
.pl-sidebar-group-content {
	padding: 8px 12px;
}
.pl-sidebar-link {
	display: block;
	padding: 0 3px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	border-radius: 3px;
}
.pl-sidebar-link:hover, .pl-sidebar-link:active, .pl-sidebar-link:focus {
	text-decoration: none;
	background: #eee;
}
.pl-sidebar-group-content-scroll {
	max-height: 200px;
	overflow-y: auto;
}
.pl-sidebar-group-content .checkbox {
	margin: 0;
	padding: 2px 0;
	display: flex;
	justify-content: space-between;
}
.pl-sgc-badge {
	padding: 0 3px;
	border-radius: 20px;
	background: #eee;
	min-width: 16px;
	text-align: center;
	color: rgba(0, 0, 0, 0.75);
	font-weight: normal;
	font-size: 10px;
	align-self: flex-start; /* Prevent flex item auto-height */
}

/* Filtered product list - top bar */
.pl-right {
	width: 100%;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.pl-right .p-thumbnail-wrapper {
	width: 25%;
}
.pl-left-bar, .pl-right-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: var(--padding-normal);
	min-height: 58px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius-normal);
	background: var(--background-color);
	box-shadow: var(--floating-wrapper-shadow);
}
.pl-right-bar .form-control {
	height: 32px;
	box-shadow: none;
	padding: 0 16px;
	border-radius: 16px;
}
.pl-filter-title {
	align-self: center;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: inherit;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
}
.pl-filter-toggle-wrapper {
	display: none;
}
.pl-filter-toggle-button {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 32px;
	padding: 0 16px;
	border-radius: var(--border-radius-max);
	background: var(--tn-cart-button-background);
	color: var(--tn-cart-button-color);
	font-size: 15px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	transition: all ease 0.25s;
	text-decoration: none;
}
.pl-filter-toggle-button:hover, .pl-filter-toggle-button:active, .pl-filter-toggle-button:focus {
	background: var(--tn-cart-button-hover-background);
	color: var(--tn-cart-button-hover-color);
	text-decoration: none;
}
.pl-filter-open { /* for body */
	overflow: hidden;
}
.pf-sidebar-title {
	display: none;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	background: #f7f7f7;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.pf-sidebar-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: all ease 0.25s;
	color: #666;
	font-size: 18px;
	text-decoration: none;
	border-radius: var(--border-radius-max);
}
.pf-sidebar-close .icesym {
	position: static;
}
.pf-sidebar-close:hover, .pf-sidebar-close:active, .pf-sidebar-close:focus {
	color: #333;
	background: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}
@media (max-width: 1023px) {
	.pl-right .p-thumbnail-wrapper {
		width: 33.33%;
	}
}
@media (max-width: 899px) {
	.pl-left {
		display: none;
	}
	.pl-filter-toggle-wrapper {
		display: block;
	}
	.pf-sidebar-title {
		display: flex;
	}
	.pl-left-floating {
		display: block;
		position: fixed;
		top: 110px;
		left: 15px;
		right: 15px;
		bottom: 0;
		background: #fff;
		z-index: 9;
		width: auto;
		height: auto;
		margin: 0 -15px;
		padding: 0 15px 15px 15px;
		overflow-y: auto;
	}
	.pl-sidebar {
		padding-top: 15px;
	}
	.pl-left-floating .pl-left-bar {
		display: none;
	}
	.pl-sidebar-group-title {
		padding-left: 15px;
	}
	.pl-sidebar-group-content {
		padding-left: 15px;
	}
	.pl-right {
		padding-left: 0;
	}
}
@media (max-width: 719px) {
	.pl-right .p-thumbnail-wrapper {
		width: 50%;
	}
}
.pl-sorter {
	float: left;
}
.pf-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.pf-active-filter {
	display: flex;
	height: 32px;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: var(--border-radius-max);
	background: #fff;
	color: #666;
	font-size: 12px;
}
.pf-af-text {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0 10px;
}
.pf-af-close {
	border-left: 1px solid #ddd;
}
.pf-af-close a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #d21;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all ease 0.25s;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
}
.pf-af-close a:hover, .pf-af-close a:active, .pf-af-close a:focus {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.05);
}
.pf-af-close a .icesym {
	position: static;
}
.pf-nothing-to-filter {
	font-size: 18px;
	color: #ccc;
	margin: 30px 0;
}

/* Product list top bar */
.pl-tbbar-left, .pl-tbbar-right {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
}
.pl-tbbar-left {
	margin-right: auto;
}
.pl-tbbar-right {
	margin-left: auto;
}
.pl-tbbar-item {
	max-width: 180px;
}
.pf-topbar-dropdown {
	width: 100%;
	max-width: 100%;
}
.pl-pager {
	display: flex;
	align-items: center;
	gap: 10px;
}
.pl-pager-info {
	font-size: 15px;
	white-space: nowrap;
}
.pl-pager-controls {
	display: flex;
	line-height: 32px;
	color: #666;
	background: #fff;
	font-size: 14px;
	white-space: nowrap;
}
.pl-pager-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	color: #ccc;
	font-size: 20px;
	padding: 0;
	text-decoration: none;
	transition: all ease 0.25s;
}
.pl-pager-button-active {
	color: #666;
	cursor: pointer;
}
.pl-pager-button-active:hover {
	background: rgba(0, 0, 0, 0.05);
}
.pl-pager-button .icesym {
	position: static;
}
.pl-pager-button-prev {
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
	border-right: none;
}
.pl-pager-button-next {
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
	border-left: none;
}
.pl-pager-pages {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	height: 32px;
	max-width: 100px;
	border: 1px solid #ddd;
}
.pl-pager-dropdown {
	color: #666;
}
.pl-pager-pages .dropdown-menu {
	left: unset;
	right: -38px;
	top: 29px;
	width: auto;
	min-width: unset;
	max-width: unset;
	text-align: right;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: var(--border-radius-small);
	padding: var(--padding-small);
}
.pl-pager-pages .dropdown-menu > li > a {
	display: block;
	padding: 5px;
	position: relative;
	min-width: 120px;
	max-width: 240px;
	white-space: normal;
	word-break: break-word;
	text-wrap: pretty;
	text-align: center;
}
.pl-pager-pages .dropdown-menu > li > a.pl-page-list-current {
	font-weight: bold;
}

/* Filtered product list - product thumbnails */
ul.pl-products {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px 15px -10px;
	padding: 0;
}
li.p-thumbnail-wrapper {
	width: 25%;
	padding: 0 10px 40px 10px;
}
#body-right .p-thumbnail-wrapper {
	width: 25%;
}
.p-thumbnail-inner {
	padding: 0;
	position: relative;
	transition: all ease 0.3s;
	background: var(--background-color);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius-normal);
	box-shadow: var(--floating-wrapper-shadow);
}
.p-thumbnail-inner:hover {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: var(--floating-wrapper-hover-shadow);
}
.p-thumbnail-inner:hover .p-thumbnail-actions {
	display: block;
}
.p-thumbnail-card {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	overflow: hidden;
}
.p-thumbnail-card img {
	display: block;
	width: 100%;
	height: auto;
}
.p-thumbnail-image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	position: relative;
	transition: all ease 0.25s;
	will-change: transform;
}
.p-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	border-top-left-radius: var(--border-radius-normal);
	border-top-right-radius: var(--border-radius-normal);
}
.p-thumbnail-image > a {
	display: block;
}
.p-thumbnail-image > a > img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease 0.25s;
	backface-visibility: hidden;
	/* filter: grayscale(0); */
}
.p-thumbnail-image > a > img {
	/* filter: grayscale(50%); */
}
.p-thumbnail-image-sku {
	padding-left: 2px;
	color: rgba(0, 0, 0, 0.75);
	background: #fff;
	font-size: 10px;
	position: absolute;
	top: 4px;
	right: 6px;
	width: auto;
	max-width: 100%;
	padding: 0 3px;
	opacity: 0.75;
	line-height: 12px;
	pointer-events: none;
	border-radius: var(--border-radius-normal);
}
.p-thumbnail-image-wrapper:hover .p-thumbnail-image > a > img {
	transform: scale(1.03);
	filter: grayscale(0);
}
.p-thumbnail-image-tag {
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px;
	max-width: 100%;
	padding: 1px 4px;
	font-size: 12px;
	color: #333;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
}
.p-thumbnail-image-info {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	padding: 1px 3px;
	font-size: 9px;
	opacity: 0.6;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	text-align: right;
	word-wrap: break-word;
}
.p-thumbnail-image-actions {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: 10px;
}
@media (max-width: 849px) {
	#body-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 33.332%;
	}
}
@media (max-width: 679px) {
	#body-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 50%;
	}
}
@media (max-width: 459px) {
	#body-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 100%;
	}
}

/* Thumbnail promo labels */
.p-promo-text {
	overflow: hidden;
	position: absolute;
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	color: var(--promo-label-color);
	background: var(--promo-label-background);
}
.p-thumbnail-promo-left-label, .p-thumbnail-promo-right-label {
	max-width: 50%;
	padding: 4px 9px;
	border-radius: 10px;
	color: var(--promo-label-color);
	background: var(--promo-label-background);
}
.p-thumbnail-promo-left-label {
	top: 10px;
	left: -10px;
}
.p-thumbnail-promo-right-label {
	top: 10px;
	right: -5px;
}
.p-thumbnail-promo-left-circle, .p-thumbnail-promo-right-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33%;
	aspect-ratio: 2/1;
	padding: 5px;
	border-radius: 50%;
	text-align: center;
}
.p-thumbnail-promo-left-circle span, .p-thumbnail-promo-right-circle span {
}
.p-thumbnail-promo-left-circle {
	top: 7px;
	left: 7px;
}
.p-thumbnail-promo-right-circle {
	top: 7px;
	right: 7px;
}
.p-thumbnail-actions {
	height: 67px;
}

/* New label */
.pt-new-label, .pp-new-label {
	position: absolute;
	top: -4%;
	left: 50%;
	width: 20%;
	transform: translateX(-50%);
	z-index: 2;
	pointer-events: none;
}
.pt-new-label-image, .pp-new-label-image {
}
.pt-new-label-image img, .pp-new-label-image img {
	display: block;
	width: 100%;
	height: auto;
}
.pt-new-label-text, .pp-new-label-text {
	font-weight: bold;
	background: #d21;
	color: #fff;
	text-align: center;
	padding: 3px 10px;
}
.pt-new-label-text {
	font-size: 16px;
}
.pp-new-label-text {
	font-size: 20px;
}

/* Product thumbnail - Wish button */
.p-thumbnail-image-wish {
	position: absolute;
	bottom: 0;
	right: 8px;
}
.pttd-wish {
	width: 1%;
}
.pt-wish-button {
	display: block;
	color: var(--tn-off-wish-color);
}
.pt-wish-button:hover, .pt-wish-button:active, .pt-wish-button:focus {
	text-decoration: none;
	color: var(--tn-off-wish-color);
}
.pt-wish-button-disabled {
	color: var(--tn-disabled-wish-color);
	cursor: no-drop;
}
.pt-wish-button-icon {
	transition: all ease 0.25s;
	font-size: 18px;
	top: 0;
}
.pt-wish-button:hover .pt-wish-button-icon, .pt-wish-button:active .pt-wish-button-icon, .pt-wish-button:focus .pt-wish-button-icon {
	transform: scale(1.1);
}
.pt-on-wish-list {
	color: var(--tn-on-wish-color);
}

/* Product thumbnail info - Wish button - Price - Add to cart button */
.pt-data {
	display: block;
}
.pt-data-row {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}
.pt-data-row-1 {
	height: 80px;
	padding: 5px;
	align-items: start;
}
.pt-data-row-2 { /* Rating + availability OR variants */
	height: 80px;
	flex-direction: column;
}
.pt-data-row-3 { /* Price */
	height: 40px;
}
.pt-data-row-4 { /* Cart button */
	padding-bottom: 15px;
}
.pt-data-name {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	text-wrap: balance;
	color: #444;
}
.pt-data-rating {
	display: flex;
	align-items: center;
	width: 100%;
	height: 24px;
	font-size: 12px;
}
.pt-data-availability {
	display: flex;
	align-items: center;
	width: 100%;
	height: 24px;
	font-size: 12px;
}

/* Availability */
.pt-availability {
	margin: auto;
}
.pt-availability-preorder {
	color: #f60;
}
.pt-availability-unavailable {
	color: #d21;
}
.pt-availability-available {
	color: #70995f;
}

/* Variants */
.pt-data-variants {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	padding: 5px;
	max-width: 100%;
}
.pt-variant {
	display: block;
	box-sizing: content-box;
	padding: 0 10px;
	min-width: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	color: #333;
	background: #eee;
	transition: all ease 0.25s;
	border-radius: var(--border-radius-max);
}
.pt-variant-active, .pt-variant:hover, .pt-variant:active, .pt-variant:focus {
	text-decoration: none;
	color: var(--pp-cart-button-primary-color);
	background: var(--pp-cart-button-primary-background);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.pt-variant-unavailable, .pt-variant-unavailable:hover, .pt-variant-unavailable:active, .pt-variant-unavailable:focus {
	text-decoration: line-through;
}
.pt-variant-info {
	font-size: 16px;
	min-height: 26px;
}
.pt-variant-info-number {
	display: inline-block;
	min-width: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 5px;
	border-radius: 15px;
	background: #d21;
	color: #fff;
}

/* Product thumbnail filter links */
.pt-filter-link {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	text-align: center;
	transition: all ease 0.25s;
}
.pt-filter-link, .pt-filter-link:focus, .pt-filter-link:active {
	background: #eee;
	color: #d21;
}
.pt-filter-link:hover {
	background: #302317;
	text-decoration: none;
	color: #fff;
}
.pt-filter-link .icesym {
	position: static;
	line-height: 20px;
	font-size: 11px;
}
.pt-data-promotion {
	margin: auto;
	font-size: 14px;
}
.pt-data-promotion .ptsp-number {
	text-decoration: line-through;
}
.pt-data-price {
	margin: auto;
}
.ptsp-promotion {
	color: #d21;
	line-height: 1;
	font-size: 20px;
}
.ptsp-price {
	line-height: 1;
}
.ptsp-number {
	color: var(--price-number-color);
}
.ptsp-number-int {
	font-size: 21px;
	font-weight: normal;
}
.ptsp-number-dot {
	font-size: 0;
}
.ptsp-number-frac {
	font-size: 14px;
	vertical-align: top;
}
.ptsp-currency {
	color: var(--price-currency-color);
	font-size: 12px;
	padding-left: 1px;
}
.ptsp-number-vat {
	display: block;
	font-size: 9px;
	color: #777;
}
.ptsp-unit {
	color: #777;
	font-size: 12px;
}
.ptsp-multivar-price {
	font-size: 18px;
}
.ptspmv-number {
	color: #d21;
}
.ptspmv-number-int {
	font-size: 22px;
}
.ptspmv-number-dot {
	font-size: 0;
}
.ptspmv-number-frac {
	font-size: 14px;
	vertical-align: top;
}
.ptspmv-currency {
	color: #777;
	font-size: 14px;
	padding-left: 1px;
}
.ptspmv-unit {
	color: #777;
	font-size: 14px;
}

.pt-data-cart {
	margin: auto;
	max-width: 100%;
}
.pt-cart-button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	height: 32px;
	text-align: center;
	text-decoration: none;
	color: var(--tn-cart-button-color);
	background: var(--tn-cart-button-background);
	transition: all ease 0.25s;
	border-radius: var(--border-radius-max);
	white-space: nowrap;
	padding: 0 14px;
	overflow: hidden;
}
.pt-cart-button:hover, .pt-cart-button:active, .pt-cart-button:focus {
	color: var(--tn-cart-button-hover-color);
	background: var(--tn-cart-button-hover-background);
}
.pt-cart-button-disabled {
	cursor: no-drop;
	color: var(--tn-cart-button-disabled-color);
	background: var(--tn-cart-button-disabled-background);
}
.pt-cart-button-icon {
	display: flex;
	align-items: center;
}
.pt-cart-button-badge {
	font-size: 14px;
	padding-left: 5px;
}
.pt-cart-button-label {
	font-size: 14px;
	padding-left: 5px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.pt-cart-button:hover {
	text-decoration: none;
	transform: scale(1.05);
}
.pt-in-cart-button, .pt-in-cart-button:active, .pt-in-cart-button:focus {
	color: var(--tn-cart-button-color);
	background: var(--tn-in-cart-background);
}
.pt-cart-button-disabled:hover {
	background: #777;
}
.pt-cart-button-see-variants {
	font-size: 15px;
}

@media(max-width: 479px) {
	.ptsp-number-int, .ptsp-promotion {
		font-size: 15px;
	}
	.ptsp-number-frac {
		font-size: 13px;
	}
	.ptsp-currency {
		font-size: 10px;
	}
	.pt-data-name {
		font-size: 13px;
	}
	.pt-cart-button-label {
		font-size: 12px;
	}
}

/* Categories page */
.category-treeview {
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-treeview .category-treeview {
	padding: 0 0 0 15px;
}
.category-treeview > li {
	margin: 5px 0;
}
.category-treeview > li > a {
	display: flex;
	align-items: center;
	line-height: 40px;
	color: #666;
	text-decoration: none;
	transition: all ease 0.25s;
}
.category-treeview > li > a:hover, .category-treeview > li > a:focus, .category-treeview > li > a:active {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.05);
}
.category-treeview-thumbnail {
	display: block;
	width: 60px;
	height: 60px;
	flex-grow: 0;
	flex-shrink: 0;
}
.category-treeview-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.category-treeview-info {
	display: block;
	margin-left: 15px;
}

/* Product page availability */
.pp-out-of-stock {
	color: #d21;
	font-weight: bold;
}
.pp-in-stock {
	color: #093;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.pp-in-stock-info {
	color: #777;
	font-weight: normal;
	font-size: 13px
}

/* Product page cart button */
.pp-quantity-spinner {
	display: flex;
	float: left;
}
.pp-quantity-spinner-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--pp-cart-button-secondary-color);
	background: var(--pp-cart-button-secondary-background);
	text-align: center;
	transition: all ease 0.25s;
}
.pp-quantity-spinner-button:active, .pp-quantity-spinner-button:hover, .pp-quantity-spinner-button:focus {
	text-decoration: none;
	color: var(--pp-cart-button-secondary-hover-color);
	background: var(--pp-cart-button-secondary-hover-background);
}
.pp-quantity-spinner-button .icesym {
	position: static;
}
.pp-cart-button-minus {
	border-top-left-radius: var(--border-radius-small);
	border-bottom-left-radius: var(--border-radius-small);
}
.pp-cart-button-plus {
	border-top-right-radius: var(--border-radius-small);
	border-bottom-right-radius: var(--border-radius-small);
}
.pp-quantity-spinner-input, .pp-quantity-spinner-mu {
	display: block;
	float: left;
	line-height: 40px;
	width: 60px;
	height: 40px;
	border: 1px solid var(--pp-cart-button-secondary-background);
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding: 0;
	text-align: center;
	color: #d21;
}
.pp-quantity-spinner-mu {
	color: #333;
	width: auto;
	padding: 0 5px 0 0;
	text-align: left;
	line-height: 38px;
}
.pp-cart-button {
	display: flex;
	float: left;
	border-radius: var(--border-radius-small);
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
.pp-cart-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 40px;
	color: var(--pp-cart-button-secondary-color);
	background: var(--pp-cart-button-secondary-background);
	font-size: 20px;
	line-height: 1;
	transition: all ease 0.25s;
	transform: matrix(1.1, 0, -0.1, 1, 0, 0);
}
.pp-cart-button-icon svg {
	transform: matrix(0.9, 0, 0.1, 1, 0, 0);
}
.pp-cart-button-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: var(--pp-cart-button-primary-color);
	background: var(--pp-cart-button-primary-background);
	font-size: 18px;
	transition: all ease 0.25s;
}
.pp-cart-button:hover, .pp-cart-button:active, .pp-cart-button:focus {
	text-decoration: none;
}
.pp-cart-button:hover .pp-cart-button-icon, .pp-cart-button:active .pp-cart-button-icon, .pp-cart-button:focus .pp-cart-button-icon {
	color: var(--pp-cart-button-secondary-hover-color);
	background: var(--pp-cart-button-secondary-hover-background);
}
.pp-cart-button:hover .pp-cart-button-text, .pp-cart-button:active .pp-cart-button-text, .pp-cart-button:focus .pp-cart-button-text {
	color: var(--pp-cart-button-primary-hover-color);
	background: var(--pp-cart-button-primary-hover-background);
	letter-spacing: 0.33px;
}
.pp-cart-button-icon img {
	display: block;
	width: 24px;
	height: 24px;
}
.pp-cart-button-disabled .pp-cart-button-text,
.pp-cart-button-disabled:hover .pp-cart-button-text,
.pp-cart-button-disabled .pp-cart-button-icon,
.pp-cart-button-disabled:hover .pp-cart-button-icon {
	background: #eee;
	color: #999;
	cursor: default;
	letter-spacing: 0;
}
.pp-cart-button-disabled .pp-cart-button-icon,
.pp-cart-button-disabled:hover .pp-cart-button-icon {
	background: #ddd;
}
.pp-webshop-button {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 0 10px;
	height: 40px;
	font-size: 20px;
	color: var(--pp-cart-button-primary-color);
	background: var(--pp-cart-button-primary-background);
	border-radius: var(--border-radius-small);
	overflow: hidden;
	transition: all ease 0.25s;
}
.pp-webshop-button:hover, .pp-webshop-button:active, .pp-webshop-button:focus {
	text-decoration: none;
	color: var(--pp-cart-button-primary-hover-color);
	background: var(--pp-cart-button-primary-hover-background);
}
.pp-webshop-button--delete {
}
.pp-webshop-button--wish {
}
.pp-webshop-button-active {
}

.pp-cart-button-badge {
	position: absolute;
	display: block;
	top: -9px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	line-height: 18px;
	font-size: 11px;
	background: #d21;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


/* Product filter */
.product-filter {
	position: relative;
	overflow: visible;
	margin-bottom: 15px;
	background: #fff;
	padding: 10px 15px;
	padding-bottom: 0;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pf-button {
	width: auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
	border-radius: 0;
	background: none;
	padding: 0 5px;
	margin: 0 10px 10px 0;
	transition: all ease 0.25s;
}
.pf-button:hover, .pf-button[aria-expanded=true] {
	color: #d21;
	background: #eee;
}
.pf-button img {
	width: 18px;
	height: auto;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 3px;
}
@media(max-width: 959px) {
	.pf-filter-label {
		display: none;
	}
}
.pf-filter-options {
}
.pf-filter-options-topline {
	border-top: 1px solid #ddd;
	padding: 10px 0 0 15px;
	font-weight: bold;
}
.pf-filter-options-list {
	padding: 15px 0;
}
.pfo-wrapper {
	float: left;
}
.pfo, .pfo:active, .pfo:focus {
	padding: 10px 15px;
	display: block;
	transition: all ease 0.25s;
}
.pfo:hover {
	background: #eee;
	text-decoration: none;
	color: #d21;
}
.pfo-passive {
	color: #777;
}
.pfo-active {
	background: #eee;
	color: #d21;
	font-weight: bold;
}

.pf-category-tree {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
	padding: 0;
	border: none;
}
.pf-category-subtree {
	margin-top: 2px;
	margin-left: 3px;
	padding-left: 5px;
	border-left: 1px solid #ddd;
}
.pf-category-subtree > li {
	padding-left: 7px;
	position: relative;
}
.pf-category-subtree > li:before {
	content: '»';
	position: absolute;
	left: 0;
	width: 10px;
}
.pf-category-tree-level-0 > li {
}
.pf-all-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pf-all-categories-sub {
	border-left: 2px solid #fc0;
	margin-left: 4px;
	padding-left: 5px;
}
.pf-all-categories > li {
}
.pf-ac-inner {
	text-decoration: none;
	display: flex;
	overflow: hidden;
	margin: 0;
	padding: 3px 4px;
	margin: 0 -3px;
	border-radius: 4px;
}
.pf-ac-inner:hover, .pf-ac-inner:active, .pf-ac-inner:focus {
	text-decoration: none;
	background: rgba(241, 225, 205, 0.5);
}
.pf-ac-inner-current {
	font-weight: bold;
	background: #eee;
}
.pf-ac-image {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	flex-grow: 0;
}
.pf-ac-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 4px;
}
.pf-ac-label {
	display: flex;
	align-items: center;
	width: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: normal;
	color: #444;
}
.pf-ac-image {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 10px;
}
.pf-ac-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 4px;
}

.pp-icons {
}
.pp-icons h4 {
	font-weight: bold;
}

.pp-product-icons {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.pp-product-icons > li {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 20px 10px 0;
}
.pp-product-icons > li a,
.pp-product-icons > li img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.25s ease;
}
.pp-product-icons > li img {
	opacity: 0.5;
}
.pp-product-icons > li img:hover {
	opacity: 0.85;
	transform: scale(1.1);
}


.pt-laser-printer-color {
}
.pt-color-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-size: 98%;
	background-repeat: no-repeat;
}
.pt-pt-color-icon {
	position: absolute;
	left: 2.5%;
	bottom: 2.5%;
	width: 8%;
	height: 8%;
	z-index: 9;
}
.pt-pt-color-icon .pt-color-icon {
	width: 100%;
	height: 100%;
}

#search-results ul {
	list-style: disc;
	padding-left: 10px;
	list-style-position: inside;
}

/* Site map */
.site-map-tree-product {
	width: fit-content;
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	border-radius: 4px;
	transition: all ease 0.25s;
}
.site-map-tree-product:hover, .site-map-tree-product:active, .site-map-tree-product:focus {
	background: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}
.smtp-image {
	width: 48px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius: 4px;
	flex-grow: 0;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}
.smtp-text {
	margin: 0 10px;
	font-size: 15px;
	display: flex;
	min-height: 48px; /* The same as the thumbnail */
	align-items: center;
}

/* Tiny thumbnails */
.p-tiny-thumbnails {
	list-style: none;
	margin: 0 -7.5px;
	padding: 0;
	font-size: 12px;
	color: #333;
	display: flex;
	flex-wrap: wrap;
}
.p-thumbnail-tiny-wrapper {
	width: 14.28%;
	min-width: 187px;
	padding: 7.5px;
}
.p-thumbnail-tiny-inner {
	border: 1px solid #ddd;
	border-radius: var(--border-radius-small);
	padding: var(--padding-small) var(--padding-small) 0 var(--padding-small);
	transition: all ease 0.25s;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	position: relative;
}
.p-thumbnail-tiny-inner:hover {
	border-color: #ddd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.p-thumbnail-tiny-inner:hover .p-thumbnail-tiny-image {
	transform: scale(1.04);
}
.p-thumbnail-tiny-image-wrapper {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.p-thumbnail-tiny-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease 0.25s;
}
.p-thumbnail-tiny-image img {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(96%);
}
.p-thumbnail-tiny-text {
	display: block;
	margin: 5px 0;
	text-align: center;
	font-size: 13px;
	line-height: normal;
	height: 54px;
	overflow: hidden;
}
.p-thumbnail-tiny-price {
	display: block;
	height: 35px;
	text-align: center;
}
.pttp-number {
	font-size: 20px;
	color: var(--price-number-color);
}
.pttp-number-dot {
	font-size: 1px;
	opacity: 0;
}
.pttp-number-frac {
	position: relative;
	top: -6px;
	left: -1px;
	font-size: 75%;
}
.pttp-currency {
	font-size: 14px;
	color: var(--price-currency-color);
	margin-left: 3px;
}
@media (max-width: 719px) {
	.p-thumbnail-tiny-wrapper {
		width: 33.33%;
		min-width: 0;
	}
}
@media (max-width: 519px) {
	.p-thumbnail-tiny-wrapper {
		width: 50%;
		min-width: 0;
	}
}


.lithea-page-home .p-thumbnail-tiny-wrapper {
	width: 20%;
	min-width: 0;
}
@media (max-width: 1141px) {
	.lithea-page-home .p-thumbnail-tiny-wrapper {
		width: 25%;
	}
}
@media (max-width: 953px) {
	.lithea-page-home .p-thumbnail-tiny-wrapper {
		width: 33.33%;
	}
}
@media (max-width: 766px) {
	.lithea-page-home .p-thumbnail-tiny-wrapper {
		width: 50%;
	}
}
@media (max-width: 719px) {
	.lithea-page-home .p-thumbnail-tiny-wrapper {
		width: 33.33%;
	}
}
@media (max-width: 514px) {
	.lithea-page-home .p-thumbnail-tiny-wrapper {
		width: 50%;
	}
}

/* Version thumbnails */
.p-version-thumbnails {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: -5px;
	padding: 5px;
	max-height: 256px;
	overflow: auto;
}
.p-thumbnail-version-wrapper {
	display: flex;
	align-items: center;
}
.p-thumbnail-version-image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 25%;
	max-width: 80px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all ease 0.25s;
}
.p-thumbnail-version-image:hover {
	transform: scale(1.04);
}
.p-thumbnail-version-image img {
	display: block;
	width: 100%;
	height: auto;
}
.p-thumbnail-version-text {
	margin: 0 0 0 15px;
	text-align: left;
	font-size: 14px;
	line-height: normal;
}
.p-thumbnail-version-text-name {
	font-weight: bold;
}
.p-thumbnail-version-text-price {
	color: var(--price-number-color);
}
.ptv-number-int {
	font-weight: bold;
}
.ptv-number-dot {
	font-size: 1px;
}
.ptv-number-frac {
	font-size: 75%;
	position: relative;
	top: -4px;
}
.p-thumbnail-version-text-sku {
	font-size: 80%;
	color: rgba(0, 0, 0, 0.5);
	font-family: monospace;
}


/* Cart content - associated products */
.cca-products {
	list-style: none;
	margin: 0 -7.5px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.cca-product-wrapper {
	display: flex;
	width: 33.3%;
	padding: 7.5px;
}
.cca-product {
	display: flex;
	width: 100%;
	border: 1px solid rgba(102, 51, 0, 0.2);
	border-radius: 4px;
	padding: 5px;
	font-size: 13px;
	background: #f7f5f2;
}
.cca-product-image {
	width: 80px;
	aspect-ratio: 1/1;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
	min-width: 60px;
}
.cca-product-image img {
	border: 1px solid rgba(102, 51, 0, 0.1);
}
.cca-product-info {
}
.cca-product-price {
	font-weight: bold;
}
@media (max-width: 959px) {
	.cca-product-wrapper {
		width: 50%;
	}
}
@media (max-width: 559px) {
	.cca-product-wrapper {
		width: 100%;
	}
}

.pp-availability-alert {
	display: block;
	padding: 10px 15px;
	background: rgba(221, 34, 17, 0.1);
	color: #d21;
	margin: 0 auto 15px auto;
}

/* Overlay icons */
.product-overlay-icons {
	display: flex;
	flex-wrap: nowrap;
	gap: 1%;
	align-items: flex-end;
	position: absolute;
	left: 2%;
	bottom: 2%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
.product-overlay-icon {
	display: block;
	width: 20%;
	max-width: 64px;
}
.product-overlay-icon img {
	display: block;
	width: 100%;
	height: auto;
}

/*
------------------------------
Product page
------------------------------
*/
.pp-product {
}
.pp-col {
	display: flex;
	gap: 15px;
	width: 100%;
	margin-bottom: 15px;
}
.pp-col h2 {
	margin: 0 -15px 15px -15px;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 22px;
}
.pp-col-left {
	width: 50%;
}
.pp-col-right {
	width: 50%;
}
.pp-col-full {
	width: 100%;
}
.pp-product-image {
	position: relative;
	background: var(--floating-wrapper-background);
	border-radius: var(--border-radius-normal);
	box-shadow: var(--floating-wrapper-shadow);
}
.pp-product-image-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	background: #fff;
	overflow: hidden;
	border-radius: var(--border-radius-normal);
}
.pp-product-image-wrapper:hover .pp-product-image-icon {
	opacity: 0.5;
	text-decoration: none;
	color: #999;
}
.pp-product-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* must be set via HTML */
	bottom: 0;
	white-space: nowrap;
}
.pp-product-images > img {
	display: block;
	position: absolute;
	width: 100%; /* must be set via HTML */
	height: auto;
	margin: 0;
	z-index: 1;
}
.pppi-caption {
	display: block;
	position: absolute;
	width: 100%; /* must be set via HTML */
	height: auto;
	margin: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	white-space: normal;
	z-index: 2;
}
.pppi-caption-bkg {
	display: inline-block;
	padding: 5px;
	color: #444;
	background: rgba(255, 255, 255, 0.66);
	text-wrap: balance;
}

.pp-product-image-icon {
	position: absolute;
	display: block;
	font-size: 30px;
	line-height: 60px;
	color: #666;
	background: #fff;
	opacity: 0.1;
	text-align: center;
	text-decoration: none;
	z-index: 3;
	transition: all ease 0.2s;
}
.pp-product-image-icon .icesym {
	line-height: inherit;
	position: static;
}
.pp-product-image-icon:hover {
	opacity: 0.75 !important;
	color: #d21 !important;
}
.pp-product-image-next,
.pp-product-image-prev,
.pp-product-image-prev:focus,
.pp-product-image-next:focus,
.pp-product-image-prev:active,
.pp-product-image-next:active {
	top: 50%;
	width: 10%;
	max-width: 60px;
	height: 60px;
	margin-top: -30px;
}
.pp-product-image-prev {
	left: 0;
	border-top-right-radius: var(--border-radius-small);
	border-bottom-right-radius: var(--border-radius-small);
}
.pp-product-image-prev:hover {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background: rgba(255, 255, 255, 0.5);
	background-repeat: repeat-x;
}
.pp-product-image-next {
	right: 0;
	border-top-left-radius: var(--border-radius-small);
	border-bottom-left-radius: var(--border-radius-small);
}
.pp-product-image-next:hover {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: rgba(255, 255, 255, 0.5);
	background-repeat: repeat-x;
}
.pp-product-image-zoom,
.pp-product-image-zoom:focus,
.pp-product-image-zoom:active {
	right: 100%;
	bottom: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: -100%;
	margin-bottom: -100%;
	border-top-left-radius: 5px;
}

/* Product page promotion labels */
.pp-promo-text {
	position: absolute;
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	z-index: 9;
	overflow: hidden;
	background: var(--promo-label-background);
	color: var(--promo-label-color);
}
.pp-product-image-promo-right-label, .pp-product-image-promo-left-label {
	max-width: 33%;
	padding: 5px 9px;
	font-size: 20px;
	border-radius: 10px;
}
.pp-product-image-promo-left-label {
	top: 20px;
	left: -10px;
}
.pp-product-image-promo-right-label {
	top: 20px;
	right: 5px;
}
.pp-product-image-promo-left-circle, .pp-product-image-promo-right-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	min-width: 10%;
	line-height: normal;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	padding: 5px;
	aspect-ratio: 2/1;
}
.pp-product-image-promo-left-circle {
	top: 10px;
	left: -10px;
}
.pp-product-image-promo-right-circle {
	top: 10px;
	right: -10px;
}

/* Product page images */
ul.pp-product-image-thumbnails {
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.pp-product-image-thumbnails a {
	width: 72px;
	height: 72px;
	display: block;
	text-decoration: none;
	background: #fff;
	transition: all 0.25s;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.pp-product-image-thumbnails a:hover, .pp-product-image-thumbnails a:active, .pp-product-image-thumbnails a:focus {
	border-color: var(--pp-cart-button-primary-background);
}
.pp-product-image-thumbnails a.active {
	border-color: var(--pp-cart-button-primary-background);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pp-product-image-thumbnails img {
	display: block;
	width: 100%;
	height: auto;
}
.pp-product-description {
	padding: 0 var(--floating-wrapper-padding) 25px var(--floating-wrapper-padding);
	margin: 10px calc(-1 * var(--floating-wrapper-padding)) 15px calc(-1 * var(--floating-wrapper-padding));
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 600;
	text-wrap: pretty;
}
.pp-product-description p {
	margin: 0;
}
.pp-product-description p + .pp-product-description p {
	margin: 5px 0 0 0;
}
.pp-brand-name {
	font-size: 80%;
}

.pp-availability {
	margin-bottom: 15px;
	padding: 0 10px;
	min-height: 36px;
	line-height: 36px;
	max-width: 100%;
	overflow: hidden;
	width: fit-content;
	background: #f7f7f7;
}
.pp-availability-preorder {
	color: #f60;
}
.pp-availability-unavailable {
	color: #d21;
}
.pp-availability-available {
	color: #093;
}

.pp-price-section {
	margin: 15px 0;
}
.pp-old-price {
}
.pp-old-price-number {
	color: #d21;
	text-decoration: line-through;
}
.pp-price-section-info {
	margin: 15px 0;
	font-size: 90%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: var(--border-radius-normal);
}
.pp-price-section-info-title {
	font-weight: bold;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid #ddd;
	border-top-left-radius: var(--border-radius-small);
	border-top-right-radius: var(--border-radius-small);
}
.pp-price-section-info-body {
	padding: 10px 15px;
}
.pp-price-section-info-body h6 {
	margin: 15px 0 0 0;
	padding: 7px 10px;
	background: #f7f7f7;
	border: none;
	font-size: inherit;
	font-weight: bold;
	line-height: normal;
}
.pp-price-section-info-table {
	width: 100%;
	table-layout: fixed;
}
.pp-price-section-info-table th {
	vertical-align: bottom;
	font-weight: normal;
	font-size: 80%;
	color: #777;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
.pp-price-section-info-table td {
	vertical-align: top;
	color: #333;
	padding: 5px;
}

.pp-price-section-info-footnote {
	font-size: 80%;
	color: #777;
	line-height: normal;
}
.pp-price-section-info-highlight {
	font-weight: bold;
}

.pp-product-personalization {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: var(--border-radius-small);
}
.pp-product-personalization p, .pp-product-personalization ul, .pp-product-personalization ol {
	margin: 0;
}
.pp-product-personalization-title {
	padding: 10px 15px;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: var(--border-radius-small);
	border-top-right-radius: var(--border-radius-small);
}
.pp-product-personalization-form {
	padding: 10px 15px;
	font-size: 85%;
}
.pp-product-personalization-form .form-group:last-child {
	margin-bottom: 0;
}
.pp-product-personalization-start-new {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.pp-cart-control {
	margin: 15px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	border: 1px solid #ddd;
	border-radius: var(--border-radius-normal);
	padding: 15px;
}

.pp-brand-icon {
	float: right;
	width: 90px;
	height: 90px;
	margin: 0 0 var(--padding-small) var(--padding-small);
	border: 1px solid #ddd;
	border-radius: var(--border-radius-small);
	overflow: hidden;
	transition: all ease 0.25s;
}
.pp-brand-icon:hover, .pp-brand-icon:active, .pp-brand-icon:focus {
	box-shadow: var(--floating-wrapper-shadow);
}

.pp-categories {
	float: left;
	width: 200px;
}
.pp-category-list {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
}
.pp-category-list > li {
	margin-left: 15px;
}

@media (max-width: 639px) {
	.pp-product {
		margin: 0;
	}
	.pp-col {
		flex-direction: column;
	}
	.pp-col-left,
	.pp-col-right {
		width: 100%;
	}
}

.pp-chose-variant {
	margin-bottom: 0.5em;
}
.pp-variant-dropdown-button, .pt-variant-dropdown-button {
	max-width: 100%;
	padding: 0 12px;
	white-space: nowrap;
	color: var(--pp-cart-button-primary-color);
	background: var(--pp-cart-button-primary-background);
	border: none;
	transition: all ease 0.25s;
}
.pp-variant-dropdown-button {
	height: 36px;
	border-radius: var(--border-radius-small);
}
.pp-variant-dropdown-button:hover, .pp-variant-dropdown-button:active, .pp-variant-dropdown-button:focus {
	color: var(--pp-cart-button-primary-hover-color);
	background: var(--pp-cart-button-primary-hover-background);
}
.pt-variant-dropdown {
	max-width: 100%;
}
.pt-variant-dropdown-button {
	max-width: 100%;
	font-size: 15px;
	height: 32px;
	border-radius: var(--border-radius-max);
	color: #333;
	background: #eee;
	overflow: hidden;
}
.pt-variant-dropdown-button:hover, .pt-variant-dropdown-button:active, .pt-variant-dropdown-button:focus {
	color: var(--pp-cart-button-primary-color);
	background: var(--pp-cart-button-primary-background);
}

.pp-variant-dropdown {
	margin-bottom: 15px;
}
.pp-variant-dropdown select, .pt-variant-dropdown select {
	width: auto;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 99px;
	height: 36px;
	padding: 0 12px;
	font-size: 15px;
}
.pp-variant-dropdown select {
	color: var(--pp-cart-button-primary-color);
	background: var(--pp-cart-button-primary-background);
}
.pt-variant-dropdown select {
	color: var(--tn-cart-button-hover-color);
	background: var(--tn-cart-button-hover-background);
}

.pp-variant-dropdown-menu, .pt-variant-dropdown-menu {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}
.pp-variant-dropdown-menu > li > a, .pt-variant-dropdown-menu > li > a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 36px;
	padding: 1px;
}
.pt-variant-dropdown-menu > li > a {
	max-width: 200px;
}
.pp-variant-dropdown-menu > li > a.current {
	background: hsl(5, 80%, 90%);
}
.pp-variant-dropdown-menu > li > a.current:hover, .pp-variant-dropdown-menu > li > a.current:active, .pp-variant-dropdown-menu > li > a.current:focus {
	background: hsl(5, 80%, 80%);
}
.pp-variant-dropdown--text {
	padding: 0 10px;
}
.pp-variant-dropdown--icon {
	display: block;
	width: 60px;
	height: auto;
}
.pp-variant-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}
.pp-variant {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 12px;
	border-radius: var(--border-radius-max);
	color: hsl(5, 0%, 25%);
	background: hsl(5, 0%, 90%);
	font-weight: bold;
	transition: all ease 0.25s;
}
a.pp-variant:hover, a.pp-variant:active, a.pp-variant:focus {
	text-decoration: none;
	color: hsl(5, 70%, 50%);
	background: hsl(5, 50%, 90%);
}
.pp-variant-unavailable {
	background: hsl(5, 0%, 90%);
	color: hsl(5, 0%, 60%);
	text-decoration: line-through;
}
a.pp-variant-unavailable:hover, a.pp-variant-unavailable:active, a.pp-variant-unavailable:focus {
	text-decoration: line-through;
}
.pp-variant-current {
	cursor: default;
	color: var(--pp-cart-button-primary-color);
	background: var(--pp-cart-button-primary-background);
}
.pp-variant.ppv-other {
	font-weight: normal;
	color: #666;
	background: rgba(0, 0, 0, 0.1);
}
.pp-variant.ppv-other:hover {
	color: #333;
	background: rgba(0, 0, 0, 0.2);
}
.pp-variant.ppv-size-table {
	font-weight: normal;
	color: #d21;
	background: #fff;
}
.pp-variant.ppv-size-table:hover {
	background: rgba(0, 0, 0, 0.1);
}

/* Product page price */
.pp-price {
}
.pp-price-int {
	font-size: 36px;
	line-height: 40px;
	color: var(--price-number-color);
}
.pp-price-dot {
	font-size: 0;
}
.pp-price-frac {
	vertical-align: top;
	font-size: 16px;
	color: var(--price-number-color);
}
.pp-price-currency {
	font-size: 18px;
	color: var(--price-currency-color);
}
.pp-vat-info {
	margin: 0 0 0 15px;
	font-size: 14px;
}
.pp-vat-info-excl {
	color: #d21;
}

.pp-product-quantity-info {
	margin: 10px 0;
	display: block;
	max-width: 100%;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: var(--border-radius-small);
	font-size: 90%;
}

.pp-product-info {
	font-size: 12px;
	color: #777;
}
.pp-sku-code {
	font-family: monospace;
}

/* Previous-next product */
.pp-prev-next {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	max-width: 100%;
	font-size: 16px;
}
.pp-prev-next-product {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 10px;
	height: 32px;
	color: var(--pp-cart-button-secondary-color);
	background: var(--pp-cart-button-secondary-background);
	text-decoration: none;
	border-radius: var(--border-radius-small);
	transition: all ease 0.25s;
	white-space: nowrap;
	z-index: 0; /* Create a stacking context */
	will-change: transform;
}
.pp-prev-next-product:hover, .pp-prev-next-product:active, .pp-prev-next-product:focus {
	color: var(--pp-cart-button-secondary-hover-color);
	background: var(--pp-cart-button-secondary-hover-background);
	text-decoration: none;
	transform: translateX(0);
	will-change: transform;
}
.pp-prev-product {
	transform: translateX(7px);
	margin-right: auto;
}
.pp-next-product {
	transform: translateX(-7px);
	margin-left: auto;
}
.pp-prev-product:before, .pp-next-product:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	aspect-ratio: 1/1;
	background: inherit;
	border-radius: inherit;
	z-index: -1; /* Go behind the parent's stacking context */
}
.pp-prev-product:before {
	left: 0;
	transform: translateX(-28%) rotateZ(45deg) scale(0.82);
}
.pp-next-product:after {
	right: 0;
	transform: translateX(28%) rotateZ(45deg) scale(0.82);
}


/* Full width product list */
.full-width-product-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px 15px -10px;
	padding: 0;
}
.full-width-product-list .p-thumbnail-wrapper {
	width: 20%;
}
@media (max-width: 1149px) {
	.full-width-product-list .p-thumbnail-wrapper {
		width: 20%;
	}
}
@media (max-width: 959px) {
	.full-width-product-list .p-thumbnail-wrapper {
		width: 25%;
	}
}
@media (max-width: 719px) {
	.full-width-product-list .p-thumbnail-wrapper {
		width: 33.33%;
	}
}
@media (max-width: 599px) {
	.full-width-product-list .p-thumbnail-wrapper {
		width: 50%;
	}
}

/* Category page */
.category-page-lead {
}
.category-page-description {
	margin-top: 30px;
}

/* Main nav products */
#main-nav-dropdown-dialog--product-categories {
	padding: 0;
	font-size: 15px;
}
#main-nav-dropdown-dialog--product-categories .main-nav--dropdown-dialog-inner {
	padding: 0;
	border-radius: 12px;
}
.mndd-pc {
	display: flex;
	height: 100%;
}
.mndd-pc-left {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	width: 33%;
	max-width: 240px;
	border-right: 1px solid #ddd;
	background: var(--background-color);
}
.mndd-pc-right {
	width: 100%;
	padding: 25px;
	background: var(--secondary-color);
}
.mndd-pc-left-list {
	list-style: none;
	margin: 0;
	padding: 15px 0;
}
.mndd-pc-left-list > li {
	border-bottom: 1px solid #ddd;
}
.mndd-pc-left-list > li:first-child {
	border-top: 1px solid #ddd;
}
.mndd-pc-left-list > li > a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 5px 0 10px;
	line-height: 1;
	min-height: 48px;
	color: #555;
	transition: all ease 0.25s;
}
.mndd-pc-left-list > li > a.active, .mndd-pc-left-list > li > a:hover, .mndd-pc-left-list > li > a:active, .mndd-pc-left-list > li > a:focus {
	color: #333;
	background: hsl(210, 30%, 97%);
	margin-right: -1px;
}
.mndd-pc-left-icon {
	flex: 0 0 48px;
	padding: 5px 0;
}
.mndd-pc-left-icon img {
	display: block;
	width: 100%;
	height: auto;
}
.mndd-pc-left-label {
	padding: 5px 0;
	word-break: break-word;
}
.mndd-pc-right-categories-wrapper a {
	display: block;
	padding: 3px 0;
	color: #555;
}
.mndd-pc-right-categories-wrapper a:hover, .mndd-pc-right-categories-wrapper a:active, .mndd-pc-right-categories-wrapper a:focus {
	color: #222;
}
.mndd-pc-right-category-tree {
	list-style: none;
	margin: 0 0 0 0.45em;
	padding: 0 0 0 0.4em;
	border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.mndd-pc-right-category-subtree {
	padding: 0 0 0 15px;
}
.mndd-pc-right-category-link.main {
	font-weight: bold;
}
.mndd-pc-right-category-link.current, .mndd-pc-right-subcategory-link.current {
	display: block;
	font-weight: bold;
	color: #e00100;
}
.mndd-pc-right-products-wrapper {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.mndd-pc-right-products-label {
	margin-bottom: 15px;
	color: rgba(0, 0, 0, 0.4);
	font-size: 13px;
}
.mndd-pc-right-product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.mndd-pc-right-product-thumbnail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	width: 117px;
	overflow: hidden;
	border-radius: var(--border-radius-small);
	background: #fff;
	transition: all ease 0.25s;
	text-decoration: none;
	will-change: transform;
	color: #555;
}
.mndd-pc-right-product-thumbnail:hover, .mndd-pc-right-product-thumbnail:active, .mndd-pc-right-product-thumbnail:focus {
	transform: scale(1.02);
	border: 1px solid #ccc;
	color: #222;
	box-shadow: var(--floating-wrapper-shadow);
}
.mndd-pc-right-product-thumbnail-image {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.mndd-pc-right-product-thumbnail-image img {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(96%);
}
.mndd-pc-right-product-thumbnail-label {
	display: block;
}
.mndd-pc-right-product-thumbnail-label-inner {
	display: block;
	height: 45px;
	margin: 5px 3px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	word-break: break-word;
}
.mndd-pc-right-product-thumbnail-text {
	padding: 5px;
	text-align: center;
	word-break: break-word;
	font-size: 14px;
}
@media (max-width: 599px) {
	.mndd-pc-left-list > li > a {
		min-height: 36px;
	}
	.mndd-pc-left-icon {
		display: none;
	}
	.mndd-pc-right {
		padding: 10px;
	}
	.mndd-pc-right-product-thumbnail {
		width: 86px;
	}
	.mndd-pc-right-product-thumbnail-label {
		font-size: 11px;
	}
}

/* PED color */
.pl-filter-color {
	display: flex;
	gap: 5px;
	align-items: flex-start;
}
.pl-filter-color-swatch {
	display: block;
	flex: 0 0 17px; /* Match .pl-sidebar .checkbox label::before */
	aspect-ratio: 1/1;
	border: 1px solid #000;
	background: #000;
	border-radius: 3px;
}
