:root {
	--image-size: 80px;
}
.list-view {
	--image-size: 60px;
}
.product-card.expo {
	/*grid-template-rows: 0!important;*/
}
:not(.cart-item).product-card.product.expo .id-type {
	grid-column: 1;
	grid-row: 1;
}
.list-view > :not(.cart-item).product-card.product.expo .id-type {
	grid-column: 2;
	grid-row: 1;
	padding-left: 1rem;
}
.cart-item.product-card.product.expo .total {
	place-self: center end;
}
.list-view .product-card.expo .name {
	place-self: center start !important;
}
.product-card {
	display: grid;
	position: relative;
	place-self: stretch center;
	grid-auto-rows: auto;
	grid-template-columns: repeat(9, 1fr);
	grid-template-areas:
		'favorite id-type id-type storage promo set new bidbody bidbody'
		'name name name name name name name name name'
		'image image image detail-1 detail-1 detail-1 detail-1 detail-1 detail-1'
		'image image image detail-2 detail-2 detail-2 detail-2 detail-2 detail-2'
		'brand brand cart cart cart cart cart cart cart';
	width: 100%;
	border: 1px solid var(--skin2c);
	border-radius: var(--radius);
	padding: 0.375rem;
}
.product-card.search-low,
.list-view .product-card.search-low {
	border-color: var(--scndr-dis);
}
body:not(.logged-in) .product-card {
	grid-template-areas:
		'id-type id-type ef storage promo set new bidbody bidbody'
		'name name name name name name name name name'
		'image image image image detail-1 detail-1 detail-1 detail-1 detail-1'
		'image image image image detail-2 detail-2 detail-2 detail-2 detail-2'
		'brand brand e2 e2 cart cart cart cart cart';
}
body:not(.logged-in) .list-view .product-card {
	grid-template-columns: 80px repeat(7, 30px) 60px minmax(0, 0.5fr) repeat(auto-fit, minmax(0, 1fr));
	grid-template-areas:
		'image favorite id-type id-type storage promo set new bidbody e1 detail-1 detail-2 cart'
		'image name name name name name name name name name detail-1 detail-2 cart';
}
body:not(.logged-in) .product-card .id-type {
	place-self: center start;
}
.list-view .product-list {
	gap: 0;
}
.list-view .product-card,
.set-list .product-card,
.gift-list .product-card {
	padding: 0.25rem 0;
	border: none;
	border-radius: unset;
	border-top: 1px solid var(--skin2c);
}
.product-list.list-view .product-card:last-of-type,
.set-list > div:last-of-type,
.gift-list > div:last-of-type {
	border-bottom: 2px solid var(--skin2c);
	margin-bottom: 1rem;
}
.list-view .product-card.border-block {
	border-block: 1px solid var(--skin2c);
}
.product-card.cart-item {
	grid-template-columns: repeat(9, 1fr);
	margin-bottom: 0.5rem;
	grid-template-areas:
		'remove e1 id-type id-type promo set new bidbody bidbody'
		'name name name name name name name name name'
		'image image image detail-1 detail-1 detail-1 detail-1 detail-1 detail-1'
		'image image image detail-2 detail-2 detail-2 detail-2 detail-2 detail-2'
		'cart cart cart cart cart cart cart cart cart'
		'total total total total total total total total total';
}
.product-card.cart-item[data-not-calibrated='true'] {
	grid-template-areas:
		'remove e1 id-type id-type promo set new bidbody bidbody'
		'name name name name name name name name name'
		'image image image detail-1 detail-1 detail-1 detail-1 detail-1 detail-1'
		'image image image detail-2 detail-2 detail-2 detail-2 detail-2 detail-2'
		'cart cart cart cart cart cart cart cart cart'
		'total total total total total total total total total'
		'note note note note note note note note note';
}
:not(.list-view) > .product-card.cart-item .note input {
	max-width: unset !important;
}
:not(.list-view) .product-card.cart-item .total {
	display: flex;
	flex-flow: row wrap;
	justify-content: end;
	row-gap: 0.15rem;
}
:not(.list-view) .product-card.cart-item .total > * {
	flex: 0 0 auto;
	display: flex;
	justify-content: start;
	align-items: center;
	column-gap: 0.25rem;
	margin-left: 0.75rem;
}
:not(.list-view) .product-card.cart-item .price-total {
	flex: 0 0 auto;
	position: relative;
	display: grid;
	grid-template-areas: 'label price' 'label disc-price';
	column-gap: 0.25rem;
}
:not(.list-view) .product-card.cart-item .price-total > span:first-child:not(.disc) {
	grid-area: label;
	place-self: start;
}
:not(.list-view) .product-card.cart-item .price-total > span:not(.disc):not(:first-child) {
	grid-area: price;
}
:not(.list-view) .product-card.cart-item .price-total > span.disc {
	grid-area: disc-price;
}
:not(.list-view) .product-card.cart-item .price-total > img {
	display: none;
	grid-area: disc-price;
	position: absolute;
	top: 50%;
	left: -100%;
	transform: translate(100%);
}
:not(.list-view) > .product-card.cart-item .total > .bidbody-use {
	margin-left: auto;
}
.list-view .product-card.cart-item {
	grid-template-columns: 30px minmax(80px, 1fr) minmax(60px, 1fr) repeat(auto-fit, minmax(0, 1fr));
	grid-template-areas:
		'remove image id-type e1 e1 detail-1 detail-1 detail-1'
		'remove image name name name detail-1 detail-1 detail-1'
		'remove detail-2 detail-2 cart cart cart total total';
	grid-auto-rows: minmax(1rem, max-content);
	column-gap: 0.25rem;
	place-items: center;
}
.list-view .product-card.cart-item[data-not-calibrated='true'] {
	grid-template-areas:
		'remove image id-type e1 e1 detail-1 detail-1 detail-1'
		'remove image name name name detail-1 detail-1 detail-1'
		'remove detail-2 detail-2 cart cart cart total total'
		'emp note note note note note note note';
}
/*.list-view .product-card {
    grid-template-areas:
        "image favorite id-type id-type storage promo set new bidbody empty detail cart"
        "image name name name name name name name name name detail cart"
    ;
    grid-template-columns: 80px repeat(7, 30px) 60px 1fr 4fr 2fr;
    grid-template-rows: minmax(2rem, max-content);
    min-width: 85%;
    column-gap: 0.25rem;
    border: none;
    border-bottom: 1px solid var(--skin2c);
    border-radius: 0;
    padding: 0 0 0 5px;
    place-items: center;
}*/
/* banner >> */
.product .banner,
.reward-tile .banner {
	z-index: 103;
	position: absolute;
	top: 24%;
	left: 20%;
	width: 60%;
	min-width: 12rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: var(--bg-opacity);
	background-clip: padding-box;
	border-radius: var(--radius);
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: all 0.25s linear;
	pointer-events: none;
	touch-action: none;
}
.product .banner div,
.reward-tile .banner div {
	flex: 1 1 100%;
	text-align: center;
	padding: 0.5rem 0.75rem;
}
.product .banner div:first-child,
.reward-tile .banner div:first-child {
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--sccss-text);
	background-color: var(--sccss);
	background-clip: padding-box;
	border-radius: calc(var(--radius) - 1px);
}
.product .banner div.warning,
.reward-tile .banner div.warning {
	color: var(--wrnng-text);
	background-color: var(--wrnng);
}
.product .banner div:nth-child(2),
.reward-tile .banner div:nth-child(2) {
	color: var(--wrnng);
	font-weight: 500;
	border-top: var(--radius) solid var(--sccss);
	margin-top: calc(-1 * var(--radius));
	border-bottom-left-radius: calc(var(--radius) - 1px);
	border-bottom-right-radius: calc(var(--radius) - 1px);
}
.list-view .product-card .banner,
.list-view .reward-tile .banner {
	grid-area: cart;
	top: 50%;
	left: 60%;
	max-width: 300px;
	translate: -110% -50%;
}
.list-view .reward-tile .banner {
	left: 0;
}
.product-card.product-tile .banner,
.reward-tile .banner {
	top: 0;
	left: 3%;
	width: 94%;
}
.reward-tile .banner {
	top: 25%;
}
.product .banner[data-displayed='1'],
.reward-tile .banner[data-displayed='1'] {
	opacity: 1;
}
/* << banner */
/* favorite >> */
.product .favorite {
	grid-area: favorite;
	display: flex;
	height: 1.5rem;
	place-self: center;
}
.product .favorite.template-500 {
	background: var(--temp-500);
	border-radius: var(--rad-mini);
	padding-inline: 4px;
}
.product .favorite svg {
	cursor: pointer;
}
.product .favorite svg.heart .ex {
	fill: var(--color-inact);
}
.product .favorite svg.heart .in {
	fill: var(--bg-color);
}
.product .favorite svg.heart:hover .ex {
	fill: var(--dngr);
	stroke: var(--dngr);
	stroke-width: 0.1rem;
}
.product .favorite svg.heart:hover .in {
	fill: var(--bg-color);
}
.product .favorite.in-user-template svg.heart .ex,
.product .favorite.in-user-template svg.heart .in {
	fill: var(--dngr);
}
.product .favorite svg.heart-re {
	fill: var(--dngr);
}
.product .favorite svg.heart-re:hover {
	fill: var(--dngr-hov);
}
/* << favorite */
/* ID >> */
.product .id-type {
	grid-area: id-type;
	place-self: center;
	display: flex;
	height: 20px;
}
/* << ID */
/* storage >> */
.product > .storage {
	grid-area: storage;
	place-self: center;
}
img.icon.storage {
	filter: var(--fc-6);
}
/* << storage */
/* promo, set, new, empty, bidbody >> */
.product .promo {
	grid-area: promo;
	place-self: center;
}
.product .set {
	grid-area: set;
	place-self: center;
}
.product .new {
	grid-area: new;
	place-self: center;
}
.new a img.icon {
	filter: var(--fc-prmr);
}
.new a:hover img.icon {
	filter: var(--fc-prmr-hov);
}
.product .empty {
	grid-area: empty;
	place-self: center;
}
.product .bidbody {
	grid-area: bidbody;
	place-self: center;
}
.bidbody span {
	color: var(--prmr);
	font-weight: 500;
}
.bidbody img.icon {
	filter: var(--fc-prmr);
}
.bidbody.action {
	cursor: pointer;
}
.bidbody.action span {
	color: var(--dngr);
}
.bidbody.action img.icon {
	filter: var(--fc-dngr);
}
/* << promo, set, new, empty, bidbody */
/* name >> */
.product .name {
	grid-area: name;
	place-self: baseline;
	display: flex;
	overflow: hidden;
	min-height: 2rem;
	align-content: center;
	z-index: 1;
	flex-wrap: wrap;
}
.list-view .product .name {
	min-height: unset;
	padding-right: 0.25rem;
}
.product .name a.nothref {
	font-size: 0.9rem;
	line-height: 1rem;
}
.product .name span {
	white-space: nowrap;
}
/* << name */
.product .image {
	grid-area: image;
	place-self: center;
	cursor: pointer;
	min-width: var(--image-size);
	min-height: var(--image-size);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.product .image img {
	max-width: var(--image-size);
	max-height: var(--image-size);
	transition: transform ease-in-out 0.5s;
}
.product:not(.product-detail) .image:hover img {
	transform: scale(1.1);
}
/* detail >> */
/* package > */
.product .package-container {
	grid-area: detail-1;
	place-self: center start;
	display: flex;
	flex-flow: row wrap;
	row-gap: 0.25rem;
}
.product .package-container > * {
	line-height: normal;
	flex: 1 1 100%;
}
.product .discount {
	/* Zohledněná sleva 11/2023 RK */
	display: none;
}
.product .discount:before {
	content: '\A';
	white-space: pre;
}
.list-view .product .discount:before {
	content: '| ';
}
.product .qty-discount,
.product .package-info span.price.disc {
	color: var(--wrnng);
	font-weight: 500;
}
.product .qty-discount > *,
.product .package-info > * {
	display: inline-block;
}
.content:not(.list-view) .product-card .qty-discount > *,
.content:not(.list-view) .product-card .package-info > * {
	display: block;
}
.product-card .vat {
	display: none;
}
/* < package */
/* availability > */
.content-list .product .availability-container {
	flex: 1;
}
.availability-container {
	grid-area: detail-2;
	place-self: center start;
	display: flex;
	flex-flow: row wrap;
	line-height: normal;
	padding-top: 0.25rem;
}
.availability-container > * {
	flex: 1 1 100%;
}
.availability {
	font-weight: 500;
}
.avail-green {
	color: var(--sccss-hov);
}
.avail-orange {
	color: var(--wrnng);
}
.avail-red {
	color: var(--dngr);
}
/* < availability */
/* << detail */
/* brand >> */
.product .brand {
	grid-area: brand;
	place-self: end start;
}
.product-card .brand {
	padding-left: 0.25rem;
}
.product-card .brand img {
	height: calc(var(--image-size) / 4);
	max-width: calc(var(--image-size) / 2);
}
.list-view .brand {
	display: none;
}
/* << brand */
/* cart >>*/
.product .cart {
	position: relative;
	grid-area: cart;
	display: flex;
	place-self: end;
	align-items: end;
	gap: 0.25rem;
	flex-wrap: wrap;
	min-height: 2.625rem;
	width: 100%;
}
.list-view .cart {
	align-items: center;
	place-self: center;
}
.list-view .cart > span {
	text-align: start;
}
.product .cart .cart-block {
	width: 100%;
	display: flex;
	justify-content: end;
	gap: 1rem;
}
.product .cart .cart-form {
	display: flex;
	position: relative;
	align-self: end;
	margin-top: auto;
}
.product.cart-item .cart.meat ~ .note {
	/*grid-column: note-start / eN-end;
    grid-row: note;*/
}
.product.cart-item .cart.meat ~ .note .message {
	display: none;
}
.product.cart-item .cart.meat ~ .note input {
	flex: 1;
}
.product .cart .cart-form.meat {
	flex: 0 0 auto;
	width: 124px;
}
.product .cart .cart-form.meat .qty-container {
	flex: 1 1 auto;
	display: flex;
	justify-content: end;
	border: 1px solid var(--scndr);
	border-top-left-radius: var(--radius);
	border-bottom-left-radius: var(--radius);
}
.product .cart .cart-form.meat .qty {
	display: flex;
	width: 6ch;
	align-items: center;
	justify-content: end;
}
.product .cart .cart-form.meat .unit {
	display: flex;
	border: none;
}
.product .cart .cart-form.meat .edit-note {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.product .cart .cart-form.meat .edit-note img {
	margin-inline: 0;
}
.product .cart .cart-form.meat .btn.edit-note img.alone {
	margin-inline: 0.75rem;
}
.product .cart .cart-form:hover {
	border-top-left-radius: 10px;
	border-bottom: none;
	border-right: none;
	padding-top: 0;
}
/* calculator > */
.cart .calculator.dialog-container {
	position: relative;
}
.calculator.dialog,
.calculator.dialog-arrow {
	z-index: -1;
	position: absolute;
	background-color: var(--bg-color);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.calculator.dialog {
	width: 250px;
	min-height: 100px;
	border-radius: var(--radius);
	overflow-x: hidden;
}
.calculator.dialog-arrow {
	width: 10px;
	height: 10px;
	border-top: none;
	border-left: none;
}
.calculator.dialog[data-visible='1'],
.calculator.dialog[data-visible='1'] + .calculator.dialog-arrow {
	z-index: 100;
	display: block;
}
.calculator.dialog > * {
	display: flex;
}
.calculator.dialog-header {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--sccss-text);
	background-color: var(--sccss);
	justify-content: space-between;
	padding: 0.5rem 0.75rem;
	border-top-left-radius: calc(var(--radius) - 1px);
	border-top-right-radius: calc(var(--radius) - 1px);
}
.calculator.dialog-body {
	padding: 0.5rem;
}
.calculator.dialog-body :first-child {
	display: flex;
	align-items: center;
}
.calculator.dialog-body :nth-child(2) {
	margin-left: auto;
}
.calculator.dialog-footer {
	flex-wrap: wrap;
	justify-content: start;
	gap: 0.5rem;
	padding: 0.5rem;
}
.calculator.dialog-footer p {
	margin: 0;
	padding: 0;
	flex: 1 1 100%;
	flex-wrap: wrap;
}
.calculator.dialog-footer p span {
	font-size: 1rem;
	font-weight: 500;
}
/* < calculator */
.product .cart-form button.to-cart {
	z-index: 10;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	min-width: 30px;
}
.product .cart-form.loading button.to-cart img {
	opacity: 0;
}
img.icon.remove,
.cart-items .close-icon {
	filter: var(--fc-dngr);
}
img.icon.remove:hover,
.cart-items .close-icon:hover {
	filter: var(--fc-dngr-hov);
}
/* form (calculator + cart form > */
.product .cart-form .cartamount,
.product .calculator.dialog input {
	border-radius: 0;
}
.product .cart-form input,
.product .calculator.dialog input {
	width: 6ch;
	padding-inline: 0.1rem 0;
	border-inline: none;
	border-block: solid 1px var(--scndr);
	text-align: right;
}
.product .cart-form .unit,
.product .calculator.dialog .unit {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 4ch;
	line-height: normal;
	padding-left: 0.15rem;
	border-block: solid 1px var(--scndr);
}
.product .cart-form button.minus,
.product .calculator.dialog button.minus {
	padding: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.product .cart-form button.plus,
.product .calculator.dialog button.plus {
	padding: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.product .cart-form button.minus .icon,
.product .calculator.dialog button.minus .icon,
.product .cart-form button.plus .icon,
.product .calculator.dialog button.plus .icon {
	margin-inline: 0;
}
/* < form (calculator + cart form */
/* << cart */
.templates.dialog-body {
	padding: 0.5rem 0;
	max-height: 150px;
}
.templates-menu {
	display: flex;
	flex-flow: row wrap;
	max-height: 200px;
	overflow-y: auto;
	padding-inline: 0.5rem;
}
.templates-menu > * {
	flex: 1 1 100%;
	min-width: max-content;
}
.template-item {
	display: grid;
	grid-template-columns: 24px 1fr 24px;
	align-items: center;
	padding-block: 0.1rem;
}
.template-item span {
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}
.template-item [data-checked='1'] + span {
	font-weight: 500;
}
.template-item span:last-of-type {
	padding-inline: 0.5rem;
}
.template-item.template-500 span:last-of-type {
	position: relative;
}
.template-item.template-500 span:last-of-type::before {
    content: '';
    display: block;
    position: absolute;
	top: 0.1rem;
    left: 0.2rem;
    height: 1.1rem;
    aspect-ratio: 1;
    background: var(--temp-500);
    border-radius: var(--rad-maxi);
    z-index: -1;
}
.template-item img {
	margin-left: auto;
	cursor: pointer;
}
.template-item img {
	filter: var(--fc-prmr);
}
.template-item img:hover {
	filter: var(--fc-prmr-hov);
}
.templates.dialog-footer {
	flex-flow: row wrap;
	row-gap: 1rem;
	padding-top: 0;
}
.templates.dialog-footer .ok-btn {
	margin-left: auto;
	flex: 0;
}

.product-card.has-overlay::before {
	position: absolute;
	content: '';
	inset: 0;
	background: rgba(0, 0, 0, 0.1);
	margin-inline: -1rem;
	margin-block: -1px;
	border-radius: var(--radius);
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.product.product-card.cart-item.gift {
	grid-template-columns: repeat(9, 1fr);
	grid-template-areas:
		'e1 id-type id-type storage e2 set e3 e3 e3'
		'name name name name name name name name name'
		'qty image image image detail-1 detail-1 detail-1 detail-1 detail-1'
		'qty image image image detail-2 detail-2 detail-2 detail-2 detail-2'
		'cart cart cart cart cart cart cart cart cart'
		'total total total total total total total total total';
	margin-bottom: 0.5rem;
}
.product-card.gift .package-container.gift {
	grid-area: detail-1;
}
.product-detail.product.gift .gift,
.product-card.gift .package-container:not(.gift),
.product-card.gift .cart .cart-block,
.product-card.cart-item .favorite,
.product-card.cart-item .storage,
.product-card.cart-item .promo,
.product-card.cart-item .set,
.product-card.cart-item .new,
.product-card.cart-item .bidbody,
.product-card.cart-item .brand,
.product.gift .favorite,
.product.gift .promo,
.product.gift .new,
.product.gift .bidbody,
.product.gift .cart,
.product:not(.cart-item).gift .package-container {
	display: none;
}
.product-card.cart-item .note {
	grid-area: note;
	place-self: center stretch;
	display: flex;
	flex-flow: row wrap;
	align-self: center;
	align-items: center;
	z-index: 2;
}
.product-card.cart-item .note .generator-specs {
	flex: 1 1 100%;
	display: flex;
	flex-flow: column;
	row-gap: 0.25rem;
}
.product-card.cart-item .note .generator-spec-item {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.product-card.cart-item .note .generator-spec-item .remove-note {
	cursor: pointer;
}
.product-card.cart-item .note .generator-spec-item .text-note {
	flex: 0 0 auto;
}
.product-card.cart-item .note input {
	width: initial;
	flex: 1 1 100%;
}
.product-card.cart-item .note .message {
	flex: 1 1 auto;
	margin-left: 1rem;
	color: var(--wrnng);
	font-weight: 500;
}
.product-card.cart-item .id-type {
	place-self: start;
}
.product-card.cart-item .bidbody-use {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.product-card.cart-item .total.bidpoints-used .bidbody-use .apply,
.product-card.cart-item .total:not(.bidpoints-used) .bidbody-use .applied,
.product-card.cart-item .total:not(.bidpoints-used) .bidbody-use .close-icon {
	display: none;
}
.product-card.cart-item .total {
	grid-area: total;
}
.product-card.cart-item .total .price-disc {
	justify-content: space-between;
}
.product-card.cart-item .bidbody-total {
	display: inline-block;
}
.product-card.cart-item .total.bidpoints-used .bidbody-gain {
	display: none;
}
.product-card.cart-item .total.bidpoints-used .price-total {
	display: none;
}
.product-card.cart-item .availability-container {
	z-index: 2;
}
.product-card.cart-item .icon.remove {
	grid-area: remove;
	place-self: center start;
	cursor: pointer;
}
.cart .over-deadline {
	align-self: center;
	font-weight: 500;
}
.cart-item .cart .over-deadline {
	color: var(--dngr);
}
/* product-tile >> */
.product-card.product-tile {
	width: 216px;
	height: 216px;
	grid-template-columns: 1fr;
	grid-template-areas:
		'id-type'
		'name'
		'image'
		'price'
		'cart';
}
.product-card.product-tile .name {
	align-content: normal;
}
.product-card.product-tile .name a.nothref {
	text-shadow:
		0 0 1px var(--bg-color),
		0 1px 3px var(--bg-color);
}
.product-card:not([data-in-cart='0']).product-tile {
	/* display: none; */
}
.product-card[data-in-cart='0'] .note-btn,
.product-detail[data-in-cart='0'] .note-btn,
.product-card.cart-item .note-btn {
	display: none;
}
.product-card.product-tile .favorite,
.product-card.product-tile .storage,
.product-card.product-tile .promo,
.product-card.product-tile .set,
.product-card.product-tile .new,
.product-card.product-tile .bidbody,
.product-card.product-tile .discount,
.product-card.product-tile .qty-discount,
.product-card.product-tile .package-info,
.product-card.product-tile .availability-container,
.product-card.product-tile .brand,
.product-card.product-tile .calculator,
.product-card.product-tile .note-btn,
.product-card.product-tile .kt-calc-btn {
	display: none !important;
}
.product-card.product-tile .banner {
	grid-area: image;
}

.product-card.product-tile .id-type {
	place-self: stretch;
	font-size: 0.6rem;
	height: unset;
}
.product-card.product-tile .id-type {
	place-self: start;
	z-index: 50;
}
.product-card.product-tile .id-type {
	place-self: center start;
}
.product-card.product-tile .package-container {
	grid-area: image;
	place-self: center end;
	padding: 0.5rem 0.25rem;
	border-bottom-right-radius: var(--rad-mini);
	border-top-left-radius: var(--rad-mini);
	margin: 0 0.2rem 2rem 0;
	background: var(--dngr);
	color: var(--dngr-text);
	box-shadow: 0.2rem 0.2rem var(--color-inact);
	z-index: 1;
}
.product-card.product-tile .package-container .price-note {
	font-weight: 500;
	font-size: 0.9rem;
}
.list-view .product-card .package-container .package-info span {
	display: inline-block;
}
.product-card.product-tile .image {
	--image-size: 120px;
	place-self: center start;
}

.product-card.product-tile .cart {
	min-height: auto;
	padding: 0;
}
.product-card.product-tile .cart .cart-block {
	margin: 0;
}
/* << product-tile */
/* product-tile list view >> */
.list-view.gift-list .product-card.cart-item.gift {
	grid-template-columns:
		minmax(0, max-content) 80px 30px 60px 30px 30px 30px 90px minmax(0, 0.5fr) minmax(0, 1fr)
		minmax(0, 2fr);
	grid-template-areas:
		'qty image e1 id-type storage e2 set e3 e4 detail-1 detail-2'
		'qty image name name name name name name name detail-1 detail-2';
	column-gap: 0;
}
.list-view.gift-list .product-card.cart-item.gift .id-type {
	place-self: center;
}
.list-view.gift-list .product-card.cart-item.gift .name {
	place-self: center stretch;
}
.list-view .product-card.product-tile {
	height: 80px;
	width: 100%;
	--image-size: 60px;
	grid-template-columns: 1fr;
	grid-template-areas:
		'id-type name name'
		'image price cart'
		'image price cart';
}
.list-view .product-card.product-tile .package-container {
	grid-area: price;
}
.list-view .product-card.product-tile .image {
	z-index: -1;
}
/* << product-tile list view */
/* note generator >> */
.note-generator .note-preview {
	display: flex;
	gap: 0.25rem;
	min-height: 20px;
}
.note-generator .dialog {
	display: flex;
	flex-flow: column;
}
.note-generator .dialog-body {
	flex: 1 1 auto;
	border-bottom: 1px solid var(--scndr-dis);
	overflow-y: auto;
}
.dialog-footer .cart-form {
	transition: transform 0.3s ease-in;
}
.note-generator .dialog-body:not([data-combo-id]) + .dialog-footer .cart-form {
	transform: translateX(-200px);
}
.note-generator .dialog-body:not([data-combo-id]) + .dialog-footer .generator-confirm {
	background: var(--scndr-dis);
	border-color: var(--scndr-dis);
	cursor: unset;
	pointer-events: none;
	touch-action: none;
}
.note-generator .amount-form {
	display: flex;
}
.note-generator .note-preview span {
	flex: 1 1 auto;
}
.note-generator .property-name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 0.8rem;
	flex: 0 1 auto;
}
.note-generator .body-wrapper {
	flex: 1 1 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	gap: 5px;
	width: max-content;
}
.note-generator .options {
	overflow: hidden auto;
	flex: 1 0 auto;
}
.note-generator .options .header {
	font-weight: bold;
	margin-bottom: 0.25rem;
}
.note-generator .option {
	display: flex;
	gap: 0.25rem;
	margin-bottom: 0.25rem;
	max-width: 100%;
	align-items: center;
	cursor: pointer;
}
.note-generator .new-option {
	display: flex;
	flex: 1 1 100%;
	margin: 0.75rem 0 0.25rem 1.25rem;
}
.note-generator .generator-progress {
	display: flex;
	flex-flow: row wrap;
	padding-block: 0.25rem;
}
.note-generator .cart-form {
	margin-block: auto;
}
.note-generator .generator-progress .arrow {
	flex: 0 1 auto;
	border: 2px solid var(--scndr-dis);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 0.25rem;
}
.note-generator .generator-progress .arrow[disabled='true'] {
	background: var(--scndr-dis);
	pointer-events: none;
	touch-action: none;
}
.note-generator .generator-progress .arrow:not([disabled='true']) {
	background: var(--scndr);
	border: 2px solid var(--scndr);
	cursor: pointer;
}
.note-generator .generator-progress .arrow img {
	color: inherit;
	display: block;
	height: 1rem;
}
.note-generator .generator-progress .next {
	border-top-right-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
}
.note-generator .generator-progress .prev {
	border-top-left-radius: var(--radius);
	border-bottom-left-radius: var(--radius);
}
.note-generator .generator-progress .prev img {
	transform: rotateY(180deg);
}
.note-generator .generator-progress .bar {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
	border-block: 2px solid var(--scndr-dis);
	background-image: linear-gradient(to right, var(--sccss) 50%, transparent 50% 100%);
	background-size: 200%;
	transition: background-position ease-in 0.3s;
}
/* << note generator */

/* md */
@media (min-width: 768px) {
	:root {
		--image-size: 120px;
	}
	.product-card.cart-item {
		grid-template-columns: repeat(9, 1fr);
		margin-bottom: 0;
	}
	.product-card.cart-item .note .message {
		flex: 0 0 auto;
	}
	.product-card.cart-item .icon.remove {
		place-self: center end;
	}
	.product-card {
		grid-template-columns: repeat(9, 1fr);
		grid-template-areas:
			'favorite id-type id-type storage promo set new bidbody bidbody'
			'name name name name name name name name name'
			'image image image image detail-1 detail-1 detail-1 detail-1 detail-1'
			'image image image image detail-2 detail-2 detail-2 detail-2 detail-2'
			'brand brand e2 cart cart cart cart cart cart';
	}
	.list-view .product-card.cart-item.gift {
		grid-template-columns:
			minmax(0, max-content) 80px 60px 30px 30px minmax(0, 2fr) minmax(0, 3fr) minmax(0, 2fr)
			minmax(0, 3fr) repeat(auto-fit, minmax(0, 2fr));
		grid-template-areas:
			'qty image id-type storage set e1 detail-1 detail-2 cart total total'
			'qty image name name name name detail-1 detail-2 cart total total';
	}
	.list-view .product-card.cart-item {
		grid-template-columns: 30px minmax(80px, 1fr) minmax(60px, 1fr) repeat(auto-fit, minmax(0, 1fr));
		grid-template-areas:
			'remove image id-type e1 e1 detail-1 detail-1 detail-1'
			'remove image name name name detail-1 detail-1 detail-1'
			'remove detail-2 detail-2 cart cart cart total total';
		grid-auto-rows: minmax(1rem, max-content);
	}
	:not(.list-view) .product-card.cart-item .price-total > img {
		display: block;
	}
}
/* xl */
@media (min-width: 1200px) {
	.note-generator .options {
		min-width: 130px;
	}
	.list-view .product-card {
		grid-template-areas:
			'image favorite id-type id-type storage promo set new bidbody detail-1 detail-2'
			'image name name name name name name name name detail-1 cart';
		grid-template-columns: 80px repeat(7, 30px) 60px repeat(auto-fit, minmax(0, 1fr));
	}
	.list-view .product-card .banner,
	.list-view .reward-tile .banner {
		left: unset;
		right: 0;
	}
	.list-view .product-card.cart-item.gift {
		grid-template-columns:
			minmax(0, max-content) 80px 60px 30px 30px minmax(0, 2fr) minmax(0, 3fr) minmax(0, 2fr)
			minmax(0, 3fr) repeat(auto-fit, minmax(0, 2fr));
		grid-template-areas:
			'qty image id-type storage set e1 detail-1 detail-2 cart total'
			'qty image name name name name detail-1 detail-2 cart total';
	}
	.list-view .product-card.cart-item {
		grid-template-columns:
			30px 80px minmax(60px, 1fr) minmax(0, 2fr) minmax(0, 3fr) minmax(0, 2fr) minmax(0, 3fr)
			repeat(auto-fit, minmax(0, 2fr));
		grid-template-areas:
			'remove image id-type e1 detail-1 detail-2 cart total'
			'remove image name name detail-1 detail-2 cart total';
	}
	.list-view .product-card.cart-item[data-not-calibrated='true'] {
		grid-template-areas:
			'remove image id-type e1 detail-1 detail-2 cart total'
			'remove image name name detail-1 detail-2 cart total'
			'emp note note note note note note note';
	}
	.product-card.cart-item .note input {
		max-width: 50%;
		flex: 1 0 auto;
	}
}
/* xxl */
@media (min-width: 1400px) {
	.list-view .product-card {
		grid-template-columns: 80px repeat(7, 30px) 60px minmax(0, 0.5fr) repeat(
				auto-fit,
				minmax(0, 1fr)
			);
		grid-template-areas:
			'image favorite id-type id-type storage promo set new bidbody e1 detail-1 detail-2 cart'
			'image name name name name name name name name name detail-1 detail-2 cart';
	}
}
