<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pp-sicap {
	display: block;
	width: 160px;
}
.pp-product {
	margin: 0 -15px;
}
.pp-col {
	padding: 0 15px;
}
.pp-left {
	float: left;
	width: 50%;
}
.pp-right {
	float: left;
	width: 50%;
}
.pp-product-image {
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
	margin-bottom: 15px;
}
.pp-product-image-wrapper {
	position: relative;
	padding-bottom: 100%;
}
.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 &gt; 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;
	width: 60px;
	height: 60px;
}
.pp-product-image-icon .icesym {
	line-height: normal;
}
.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%;
	margin-top: -30px;
}
.pp-product-image-prev {
	left: 0;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.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: 12px;
	border-bottom-left-radius: 12px;
}
.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%;
	line-height: 50px;
	margin-right: -100%;
	margin-bottom: -100%;
	border-top-left-radius: 12px;
}

.pp-product-image-promo {
	position: absolute;
	top: 20px;
	left: 0;
	max-width: 33%;
	padding: 2px 4px;
	background: #d21;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 2px 1px 10px rgba(0,0,0,0.2);
	z-index: 9;
}

.pp-product-image-thumbnails {
	list-style-type: none;
	margin-bottom: 15px;
	margin-right: -10px;
	padding: 0;
	text-align: center;
}
.pp-product-image-thumbnails li {
	display: inline-block;
}
.pp-product-image-thumbnails a {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	padding: 1px;
	text-decoration: none;
	transition: all 0.25s;
}
.pp-product-image-thumbnails a.active {
	border: 1px solid #d21;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.pp-product-image-thumbnails img {
	display: block;
	width: 100%;
	height: auto;
}
.pp-similar {
}
.pp-recent-list {
}

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

@media (max-width: 639px) {
	.pp-product {
		margin: 0;
	}
	.pp-col {
		padding: 0;
	}
	.pp-left,
	.pp-right {
		float: none;
		width: auto;
	}
}

/* Product page price */
.pp-price {
}
.pp-price-int {
	font-size: 16px;
	font-size: 36px;
	line-height: 40px;
	color: #d21;
}
.pp-price-dot {
	font-size: 0;
}
.pp-price-frac {
	vertical-align: top;
	font-size: 16px;
	color: #d21;
}
.pp-price-currency {
	font-size: 18px;
	color: #777;
}

/* Product thumbnails */
.p-thumbnails {
	padding: 0;
	margin: 0 -7.5px;
	list-style-type: none;
}
.p-thumbnail-wrapper {
	float: left;
	width: 20%;
	padding: 0 7.5px 15px 7.5px;
	border-radius: 3px;
}
.col-content-right .p-thumbnail-wrapper {
	width: 25%;
}
.p-thumbnail-inner {
	position: relative;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.p-thumbnail-inner:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.p-thumbnail-inner:hover .p-thumbnail-image-actions {
	display: block;
}
.p-thumbnail-image-wrapper {
	padding-bottom: 100%;
	position: relative;
}
.p-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.p-thumbnail-image &gt; a &gt; img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease .3s;
}
.p-thumbnail-image-sku {
	padding-left: 2px;
	color: #333;
	background: #fff;
	font-size: 9px;
	position: absolute;
	top: -2px;
	right: 0;
	width: auto;
	max-width: 100%;
	opacity: 0.85;
	pointer-events: none;
}
.p-thumbnail-inner:hover .p-thumbnail-image &gt; a &gt; img {
	transform: scale(1.03);
}
.p-thumbnail-inner:hover .p-thumbnail-image-sku {
	opacity: 1;
	/* box-shadow: 1px 1px 5px rgba(0,0,0,0.3); */
}
.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;
}
.p-thumbnail-text {
	height: 64px;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	text-wrap: balance;
}
.p-thumbnail-promo {
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: -5px;
	max-width: 50%;
	line-height: 1.2;
	padding: 2px 4px;
	background: #d21;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 2px 1px 10px rgba(0,0,0,0.2);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.p-thumbnail-actions {
	height: 67px;
}
.pt-info-tag {
	display: block;
	height: 22px;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pt-price-tag {
	display: block;
	float: left;
	width: 60%;
	position: relative;
	text-align: center;
}
.pt-cart-tag {
	display: block;
	position: relative;
	float: right;
	width: 40%;
}
.pt-cart-button {
	display: block;
	height: 40px;
	text-align: center;
	transition: all ease .3s;
}
.pt-cart-button:focus,
.pt-cart-button:active,
.pt-cart-button:hover {
	background: #eee;
}
.pt-cart-button-icon {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 50px;
	text-align: center;
}
.pt-cart-button-icon.disabled {
	color: #777;
}
.pt-cart-button-icon .glyphicon,
.pt-cart-button-icon .icesym {
	font-size: 24px;
	line-height: 40px;
}
.pt-price {
	padding-top: 7px;
}
.pt-price-int {
	color: #d21;
	font-size: 20px;
	line-height: 1;
}
.pt-price-dot {
	font-size: 0;
	line-height: 1;
}
.pt-price-frac {
	color: #d21;
	font-size: 14px;
	vertical-align: top;
	line-height: 1;
}
.pt-price-currency {
	padding-left: 4px;
	color: #777;
	line-height: 1;
}
.pt-price-vat {
	display: block;
	font-size: 9px;
	color: #777;
	line-height: 1;
}
.pt-cart-badge {
	position: absolute;
	display: block;
	top: 0;
	right: -1px;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 16px;
	background: #d21;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.p-small-thumbnail-wrapper {
	float: left;
	width: 14.28%;
	padding: 0 7.5px 15px 7.5px;
	border-radius: 3px;
}
.col-content-right .p-small-thumbnail-wrapper {
	width: 16.66%;
}
.p-small-thumbnail-text {
	height: 65px;
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
}
.p-small-thumbnail-price {
	height: 24px;
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
	overflow: hidden;
}
@media (max-width: 1023px) {
	.p-thumbnail-wrapper {
		width: 25%;
	}
	.col-content-right .p-thumbnail-wrapper {
		width: 33.332%;
	}
	.p-small-thumbnail-wrapper {
		width: 16.66%;
	}
	.col-content-right .p-small-thumbnail-wrapper {
		width: 20%;
	}
}
@media (max-width: 919px) {
	.col-content-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 25%;
	}
	.p-small-thumbnail-wrapper,
	.col-content-right .p-small-thumbnail-wrapper {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.col-content-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 33.332%;
	}
	.p-small-thumbnail-wrapper,
	.col-content-right .p-small-thumbnail-wrapper {
		width: 25%;
	}
}
@media (max-width: 559px) {
	.col-content-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 50%;
	}
	.p-small-thumbnail-wrapper,
	.col-content-right .p-small-thumbnail-wrapper {
		width: 33.33%;
	}
}
@media (max-width: 359px) {
	.col-content-right .p-thumbnail-wrapper,
	.p-thumbnail-wrapper {
		width: 100%;
		float: none;
	}
	.p-small-thumbnail-wrapper,
	.col-content-right .p-small-thumbnail-wrapper {
		width: 50%;
	}
}
.category-treeview {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.category-treeview .category-treeview {
	padding: 0 0 0 15px;
	border-bottom: none;
}
.category-treeview &gt; li {
	border-top: 1px solid #eee;
}
.category-treeview &gt; li:first-child {
	border: none;
}
.category-treeview &gt; li &gt; a {
	display: block;
	padding: 5px 0;
	line-height: 40px;
	color: #666;
}
.category-treeview &gt; li &gt; a.active {
	font-weight: bold;
}

.category-description {
	padding: 9px 0 0 0;
	margin-bottom: 30px;
}

.products-main-category-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.products-main-category-list &gt; li {
	float: left;
	display: inline-block;
	width: 50%;
	padding: 0 15px 15px 15px;
}
.products-main-category-list a,
.products-main-category-list a:hover {
	text-decoration: none;
}
.pcml-wrapper {
	display: block;
	clear: both;
	border: 1px solid #ddd;
	padding: 5px;
	overflow: hidden;
	transition: all ease 0.25s;
}
.pcml-wrapper:hover {
	border: 1px solid #aaa;
}
.pmcl-image {
	float: left;
	width: 100px;
	height: 100px;
}
.pmcl-image img {
	display: block;
	width: 100%;
	height: auto;
}
.pmcl-body {
	padding-left: 15px;
	max-height: 100px;
	overflow: hidden;
}
.pmclb-name {
	font-size: 110%;
	padding: 5px 0;
	font-weight: bold;
}
.pmclb-desc {
	font-size: 90%;
	color: #777;
	text-overflow: ellipsis;
}
@media (max-width: 639px) {
	.products-main-category-list &gt; li {
		float: none;
		width: 100%;
	}
}
.products-detailed-category-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.products-detailed-category-list &gt; li {
	float: left;
	display: inline-block;
	width: 33.32%;
	padding: 0 15px 15px 15px;
}
.pdcl-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
	.products-detailed-category-list &gt; li {
		width: 50%;
	}
}
@media (max-width: 639px) {
	.products-detailed-category-list &gt; li {
		float: none;
		width: 100%;
	}
}

.product-topbar {
	position: relative;
	margin-bottom: 15px;
}
.ptb-categories:active,
.ptb-categories:focus,
.ptb-categories {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	max-width: 480px;
	height: 40px;
	overflow: hidden;
	color: #222;
	border: 1px solid #ddd;
}
.ptb-categories:hover,
.ptb-categories.active {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
	color: #333;
}
.ptb-categories.active .ptbc-icon:after {
	content: "â˛";
}
.ptbc-icon {
	float: left;
	width: 38px;
	height: 38px;
}
.ptbc-icon .glyphicon,
.ptbc-icon .icesym {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	top: 0;
}
.ptbc-icon:after {
	content: "âź";
	display: block;
	top: 0;
	left: 40px;
	position: absolute;
	width: 10px;
	height: 38px;
	line-height: 38px;
	font-size: 10px;
}
.ptbc-text {
	padding-left: 60px;
	white-space: nowrap;
	line-height: 38px;
}

.category-panel {
	top: 39px;
	left: 0;
	right: 0;
	display: none;
	position: absolute;
	z-index: 99;
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.category-panel-ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 15px;
}
.category-panel-ul:first-child {
	margin: 0;
}
.category-panel-ul &gt; li {
	margin-bottom: 5px;
}
.category-panel-ul &gt; li:last-child {
	margin-bottom: 0;
}
.category-panel-ul &gt; li &gt; a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.category-panel-ul &gt; li &gt; a.active {
	color: #d21;
}
.category-panel-ul &gt; li &gt; a:hover {
	text-decoration: none;
	background: #eee;
}
.cat-list-item-thumbnail {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
}
.cat-list-item-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.cat-list-item-label {
	display: block;
	padding-left: 60px;
	height: 50px;
	line-height: 50px;
}

/* Product page cart button */
.pp-quantity-spinner {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	width: 140px;
}
.pp-quantity-spinner-button {
	display: block;
	float: left;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: #093;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.pp-quantity-spinner-button:active,
.pp-quantity-spinner-button:hover,
.pp-quantity-spinner-button:focus {
	text-decoration: none;
	color: #eee;
	background: #062;
}
.pp-quantity-spinner-button.left {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pp-quantity-spinner-button.right {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pp-quantity-spinner-input {
	display: block;
	float: left;
	line-height: 40px;
	width: 60px;
	height: 40px;
	border: 1px solid #093;
	padding: 0 5px;
	text-align: center;
}
.pp-cart-button {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	border-radius: 3px;
	overflow: hidden;
	white-space: nowrap;
}
.pp-cart-button:hover .pp-cart-button-icon {
	color: #000;
	background: #ca0;
}
.pp-cart-button:hover .pp-cart-button-text {
	color: #eee;
	background: #062;
}
.pp-cart-button-icon {
	display: inline-block;
	position: relative;
	float: left;
	height: 40px;
	padding: 8px 10px;
	background: #fc0;
	color: #333;
	font-size: 20px;
	line-height: 1;
}
.pp-cart-button-icon img {
	display: block;
	width: 24px;
	height: 24px;
}
.pp-cart-button-icon.disabled,
.pp-cart-button:hover .pp-cart-button-icon.disabled {
	background: #fff;
	color: #999;
}
.pp-cart-button-text {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	background: #093;
	color: #fff;
	font-size: 18px;
}
.pp-cart-button-text.disabled,
.pp-cart-button:hover .pp-cart-button-text.disabled {
	background: #ddd;
	color: #777;
}
.pp-cart-button-badge {
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 2px;
	line-height: 18px;
	font-size: 10px;
	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);
}

/*
.cat-subcat-back {
	margin: 15px 0;
}
.cat-subcat-back a, .cat-subcat-back a:active, .cat-subcat-back a:focus {
	display: inline-block;
	padding: 7px 10px;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #ddd;
}
.cat-subcat-back a:hover {
	background: #ddd;
	text-decoration: none;
}
*/
.cat-subcats {
	list-style: none;
	margin: 0 -7.5px 15px -7.5px;
	padding: 0;
}
.cat-subcats &gt; li {
	float: left;
	width: 50%;
	padding: 7.5px;
	font-size: 14px;
	line-height: 1.2;
}
.cat-subcats &gt; li &gt; a, .cat-subcats &gt; li &gt; a:focus, .cat-subcats &gt; li &gt; a:active {
	display: flex;
	align-items: center;
	background: #f7f7f7;
	padding: 5px;
	border: 1px solid #eee;
	transition: all ease 0.25s;
	border-radius: 3px;
}
.cat-subcats &gt; li &gt; a:hover {
	background: #eee;
	text-decoration: none;
	border: 1px solid #ddd;
}
.cat-subcats-thumbnail {
	width: 25%;
	min-width: 60px;
	max-width: 100px;
	vertical-align: middle;
	flex-grow: 0;
	flex-shrink: 0;
}
.cat-subcats-text {
	width: auto;
	vertical-align: middle;
	padding: 0 15px 0 10px;
}
@media (max-width: 1023px) {
	.cat-subcats &gt; li {
		width: 50%;
	}
}
@media (max-width: 919px) {
	.cat-subcats &gt; li {
		width: 33.32%;
	}
}
@media (max-width: 767px) {
	.cat-subcats &gt; li {
		width: 50%;
		font-size: 13px;
	}
}
@media (max-width: 511px) {
	.cat-subcats &gt; li {
		float: none;
		width: 100%;
		font-size: 16px;
	}
}

.pack-detail-table {
	width: auto;
	max-width: 100%;
	font-size: 95%
}
@media (max-width: 639px) {
	.pack-detail-table {
		font-size: 85%
	}
}

.product-details {
	width: auto;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
	/* background: #d7f5cc; */
	margin: 0;
}
.product-details &gt; tr, .product-details &gt; tbody &gt; tr {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.product-details &gt; tr:nth-child(odd), .product-details &gt; tbody &gt; tr:nth-child(odd) {
	background: rgba(0,0,0,0.025);
}
.product-details td {
	padding: 5px 5px;
	vertical-align: top;
}
.product-details td td:first-child {
	padding-left: 0;
}
.product-details td td:last-child {
	padding-right: 0;
}

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

.product-icons &gt; li {
	float: left;
	display: block;
	width: 80px;
	margin: 0 15px 15px 0;
}
.product-icons &gt; li a, .product-icons &gt; li img {
	display: block;
	width: 100%;
	height: auto;
}

/* Black weekend */
/*
.p-thumbnail-inner {
	background: #fff;
	border: none;
	color: #333;
}
.ptb-categories {
	background: #000;
	color: #999;
	border-color: #777;
}
.ptb-categories:hover,
.ptb-categories:active,
.ptb-categories:focus,
.ptb-categories.active {
	background: #000;
	color: #ccc;
	border-color: #777;
}
.category-panel {
	background: #000;
	color: #999;
	border-color: #777;
}
.pp-product-image-thumbnails a {
	border-color: #555;
	padding: 0;
}
*/

.product-category-description {
	font-size: 15px;
}
.product-category-description h1, .product-category-description h2, .product-category-description h3 {
	margin: 10px 0;
	padding: 0;
	border: none;
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
}
.product-category-description p {
	margin: 5px 0;
	line-height: normal;
}
@media (max-width: 639px) {
	.product-category-description {
		overflow: auto;
		max-height: 250px;
	}
}


/* Product-thumbnail ratings */
.pt-rating-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	height: 24px;
	font-size: 12px;
}
.pt-rating-stars-progress {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt-rating-stars-progress .icesym {
	top: -1px;
}
.pt-rating-stars-rating {
	color: #333;
	font-style: normal;
	font-weight: bold;
	padding: 0 2px;
}
.pt-rating-stars-progress {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 14px;
}
.pt-rating-stars-progress i {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}
.pt-rating-stars-l1 {
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0,0,0,0.25);
	white-space: nowrap;
}
.pt-rating-stars-l2 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #fa3;
}

/* Product reviews */
.pp-review-info {
}
.pp-review-stars-rating {
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}
.pp-review-stars-info {
	font-size: 80%;
	opacity: 0.8;
	font-style: normal;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #333;
}
.pp-write-a-review-link {
	font-size: 80%;
	opacity: 0.8;
	font-style: normal;
}
.pp-review-stars-progress {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 20px;
}
.pp-review-stars-progress i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
.pp-review-stars-l1 {
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0,0,0,0.25);
	white-space: nowrap;
}
.pp-review-stars-l2 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #fa3;
}
.pp-review-no-reviews {
	font-size: 20px;
	color: #777;
}
.pp-rating-details {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
.pp-product-review-stats {
	display: flex;
	min-height: 123px;
}
.pp-product-review-stats-col-1 {
	width: 120px;
	flex-grow: 0;
	flex-shrink: 0;
}
.pp-product-review-stats-col-2 {
	width: 100%;
}
.pp-product-review-stats-average {
	font-size: 48px;
	font-weight: normal;
}
.pp-product-review-stats-average-language {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 22px;
	min-width: 22px;
	padding: 0 1px;
	background: rgba(221,34,17,0.66);
	color: #fff;
	border-radius: 99px;
	text-align: center;
	font-weight: bold;
}
.pp-product-review-stats-stars-progress {
	position: relative;
	width: 100px;
	height: 20px;
}
.pp-product-review-stats-stars-progress i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
.pp-product-review-stats-stars-l1 {
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0,0,0,0.25);
	white-space: nowrap;
}
.pp-product-review-stats-stars-l2 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #fa3;
}
.pp-product-review-stats-text {
	margin-top: 5px;
	font-size: 16px;
	color: rgba(0,0,0,0.5);
}
.pp-product-review-stats-attention {
	font-size: 14px;
	color: rgba(0,0,0,0.5);
}
.pp-rating-detail-legend {
	margin-right: 15px;
}
.pp-rating-detail-row {
	display: flex;
	align-items: center;
	height: 23px;
	font-size: 16px;
}
.pp-rating-bar, .pp-rating-bar-progress {
	height: 10px;
	border-radius: 5px;
}
.pp-rating-bar {
	width: 100%;
	max-width: 144px;
	background: #ddd;
	overflow: hidden;
}
.pp-rating-bar-progress {
	background: #fa3;
}
.pp-rating-count {
	margin-left: 1em;
}
.pp-product-review-heading {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.pp-product-review-item {
	display: flex;
	margin: 30px 0;
	font-size: 15px;
}
.pp-product-review-item.current {
	margin: 25px -5px;
	padding: 5px;
	border: 1px dotted rgba(221,34,17,0.5);
	border-radius: 4px;
}
.pp-product-review-avatar {
	flex-grow: 0;
	flex-shrink: 0;
	width: 20%;
	max-width: 60px;
	margin-right: 15px;
}
.pp-product-review-avatar img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 999px;
}
.pp-product-review-content {
	position: relative;
}
.pp-product-review-content {
	width: 100%;
}
.pp-product-review-title {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pp-product-review-info {
	color: rgba(0,0,0,0.5);
	font-size: 85%;
}
.pp-product-review-info-stars {
	font-size: 15px;
	color: rgba(0,0,0,0.8);
	vertical-align: middle;
}
.pp-product-review-info-stars .icesym {
	position: static;
}
.pp-product-review-info-stars .is-star5-h {
	color: rgba(0,0,0,0.3);
}
.pp-product-review-info-star-selected {
	color: #fa3;
}
.pp-product-review-text {
	display: block;
	margin-top: 5px;
	width: 100%;
	white-space: pre-wrap;
	overflow: auto;
	max-height: 300px;
	border-radius: 4px;
	background: rgba(0,0,0,0.04); /* Copy this value to .pp-product-review-response border-left */
	padding: 5px 10px;
}
.pp-product-review-status {
	font-size: 14px;
	color: #d21;
}
.pp-product-review-authenticity {
	font-size: 14px;
	color: hsla(140,20%,33%,0.77);
}
.pp-product-review-actions {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
.pp-product-review-actions a {
	display: block;
	white-space: nowrap;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0 1px;
	background: rgba(221,34,17,0.5);
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.25s;
	border-radius: 99px;
	margin-left: 5px;
}
.pp-product-review-actions a:hover, .pp-product-review-actions a:focus, .pp-product-review-actions a:active {
	background: rgba(221,34,17,1);
	text-decoration: none;
}
.pp-product-review-response {
	margin-left: 10px;
	border-left: 3px solid rgba(0,0,0,0.04);
	padding: 5px 0 0 10px;
}
.pp-product-review-response-title {
	padding-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pp-product-review-response-title-name {
	font-weight: bold;
}
.pp-product-review-rating-stars {
	display: flex;
	gap: 5px;
}
.pp-product-review-rating-star-selected {
	color: #fa3;
}
.pp-product-review-rating-star {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 32px;
	transition: all ease 0.25s;
	color: #777;
}
.pp-product-review-rating-star:hover, .pp-product-review-rating-star:active, .pp-product-review-rating-star:focus {
	color: #fa3;
}
.start-review-message {
	font-size: 13px;
	color: rgba(0,0,0,0.33);
}
.pp-product-review-page-links {
	margin: 15px -5px;
	display: flex;
	font-size: 13px;
}
.pp-product-review-pager-link {
	flex-grow: 0;
	flex-shrink: 0;
	display: block;
	margin: 0 5px;
	min-width: 30px;
	height: 30px;
	border-radius: 999px;
	line-height: 28px;
	border: 1px solid rgba(0,0,0,0.25);
	color: rgba(0,0,0,0.6);
	text-align: center;
	text-decoration: none;
	background: rgba(255,255,255,1);
	transition: all ease 0.25s;
}
.pp-product-review-pager-link:active, .pp-product-review-pager-link:hover, .pp-product-review-pager-link:focus {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.5);
}
.pp-product-review-pager-link.current {
	background: rgba(0,0,0,0.6);
	color: #fff;
}
#product-review-form-form .form-hint-block, #product-review-form-form .form-error-block {
	font-size: 14px;
}
.product-review-images {
	padding: 10px;
	font-size: 15px;
	color: rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.04);
	border-radius: 4px;
}
.pp-product-review-item .product-review-images {
	margin-top: 5px;
}
.pp-product-review-image-list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.pp-product-review-image-thumbnail {
	flex-grow: 0;
	flex-shrink: 0;
	margin: 5px;
	padding: 1px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	aspect-ratio: 1/1;
	background: #fff;
	cursor: pointer;
}
.pp-product-review-image-thumbnail.big {
	width: 100px;
}
.pp-product-review-image-preview-container {
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
}
.pp-product-review-image-preview {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 5px;
	padding: 5px;
	aspect-ratio: 1/1;
	background: #fff;
}
.pp-product-review-image-thumbnail img, .pp-product-review-image-preview img {
	display: block;
	width: 100%;
	height: auto;
}
.pp-product-review-image-upload-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #eee;
	color: rgba(0,0,0,0.15);
	cursor: pointer;
	font-weight: normal;
	font-size: 28px;
	transition: all ease 0.25s;
	text-decoration: none;
}
.pp-product-review-image-upload-label:hover, .pp-product-review-image-upload-label:active, .pp-product-review-image-upload-label:focus {
	color: rgba(0,0,0,0.25);
	text-decoration: none;
	background: #ddd;
}
.pp-product-review-image-upload-label .icesym {
	position: static;
}
.pp-product-review-image-preview-actions {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
}
.pp-product-review-image-action {
	position: absolute;
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.77);
	transition: all ease 0.25s;
	border-radius: 99px;
}
.pp-product-review-image-action:hover, .pp-product-review-image-action:active, .pp-product-review-image-action:focus {
	color: #fff;
	background: rgba(0,0,0,1);
	text-decoration: none;
	transform: scale(1.05);
}
.pp-product-review-image-action-delete {
	left: 40px;
	top: -10px;
}
.pp-product-review-image-action-move-left {
	left: 10px;
	top: -10px;
}
.pp-product-review-image-action-move-right {
	left: 70px;
	top: -10px;
}
#pp-product-review-upload-progress-container {
	display: none;
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 6px;
}
#pp-product-review-upload-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #07c;
}

/* Version thumbnails */
.p-version-thumbnails {
	max-height: 328px;
	overflow-y: auto;
	padding: 5px 0 5px 5px;
	margin: -5px 0 -5px -5px;
}
.p-thumbnail-version-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.p-thumbnail-version-image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 25%;
	max-width: 80px;
	overflow: hidden;
	transition: all ease 0.25s;
	border: 1px solid #ddd;
}
.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: #d21;
}
.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: #777;
}

.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: 75px;
}
.product-overlay-icon img {
	display: block;
	width: 100%;
	height: auto;
}

/* Brands */
.pp-brand-icon {
	float: right;
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	overflow: hidden;
}
/* Brand page */
.brand-page-info {
}
.brand-page-figure {
	float: left;
	width: 33%;
	max-width: 200px;
	margin-right: 15px;
}
.brand-page-figure img {
	display: block;
	width: 100%;
	height: auto;
}
.brand-page-figure figcaption {
	margin: 5px 0;
	font-size: 13px;
	color: #aaa;
	text-align: center;
}


/* Black weekend */
/*
.p-thumbnail-promo {
	background: #000;
	color: #ff0;
}
.pp-product-image-promo {
	background: #000;
	color: #ff0;
}
.p-thumbnail-inner, .pt-info-tag {
	border-color: rgba(255,255,255,0.3);
}
.ptb-categories:active, .ptb-categories:focus, .ptb-categories {
	color: #777;
	border-color: rgba(255,255,255,0.3);
}
.pp-review-stars-rating, .pp-review-stars-info {
	color: rgba(255,255,255,0.5);
}
/**/
</pre></body></html>