/* Extracted from main.css — product page extras */
/* Product page */
.custom-fields-images a.thumbnail:hover {
	border-color: transparent;
}

/* Lower the price/qty/buy row slightly toward the gift banner.
   Do not reorder DOM; only extra top margin and less bottom padding. */
.product-page .product-page__actions.products-qty-info {
	margin-top: 28px;
	padding-bottom: 12px;
}

/* r078 layout fix: keep price + VAT badge in one row */
.product-page .products-full-list__price-main {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 8px;
	max-width: 100%;
	white-space: nowrap;
}

.product-page .products-full-list__price-main .catalogue__price {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

.product-page .products-full-list__price-main .catalogue__price > span {
	display: inline;
}

.product-page .product-price-vat-badge {
	display: inline-block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 4px 10px;
	border-radius: 999px;
	background: #dff3dc;
	color: #2f5d31;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	white-space: nowrap;
}

/* r078 layout fix: keep 500+ CTA in Buy button slot */
.product-page .products-full-list__action-btn--bulk-offer {
	display: none;
	padding: 0 0 7px;
}

.product-page .products-full-list__action--bulk-offer .products-full-list__action-btn--cart,
.product-page .products-full-list__action--bulk-offer .js-product-buy-click-link {
	display: none;
}

.product-page .products-full-list__action--bulk-offer .products-full-list__action-btn--bulk-offer {
	display: block;
}

.product-page .products-full-list__action--bulk-offer .js-product-bulk-offer {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	width: 100%;
	padding: 13px 10px;
	line-height: 1;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Keep CTA in the same slot as default Buy button */
.product-page .products-full-list__action.products-full-list__action--bulk-offer {
	width: 144.448px;
}

.product-page .products-full-list__action--bulk-offer .products-full-list__action-btn--bulk-offer {
	display: block;
	width: 100%;
}

/* Prevent VAT badge from colliding with quantity column in current LightShop row geometry */
.product-page .product-page__actions.products-qty-info .products-full-list__price {
	margin-left: -34px;
}

/* One faint frame around the gift banner only.
   Do NOT also border #product .custom-fields-images: Custom Fields always
   injects that empty wrapper into #product, which created a second frame. */
.product-page__set-gift {
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 0;
	margin: 0 0 16px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product-page__set-gift img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#product .custom-fields-images:not(:has(img)) {
	display: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#product .custom-fields-images:has(img) {
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 0;
	margin: 0 0 16px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#product .custom-fields-images .thumbnails {
	margin: 0;
	padding: 0;
	list-style: none;
}

#product .custom-fields-images .thumbnails > li {
	margin: 0;
	padding: 0;
}

#product .custom-fields-images a.thumbnail {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}

#product .custom-fields-images img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.product-page__gift-series {
		margin: 0 0 8px;
		padding: 5px 12px;
		font-size: 12px;
		line-height: 15px;
	}

	.product-page .product-page__actions.products-qty-info {
		margin-top: 20px;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	.product-page .products-full-list__action--bulk-offer .js-product-bulk-offer {
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	.product-page__set-gift,
	#product .custom-fields-images:has(img) {
		border-radius: 10px;
	}
}

.product-page .js-btn-add-cart {
	background: transparent linear-gradient(225deg, #687de9 0%, #6e66c7 50%, #744ea3 100%) 0% 0% no-repeat padding-box !important;
}
.product-page .js-btn-add-cart:hover {
	background: transparent linear-gradient(225deg, #744ea3 0%, #6e66c7 50%, #687de9 100%) 0% 0% no-repeat padding-box !important;
}

/* r082: add only left desktop brief column */
.product-page__offer-with-brief {
	display: block;
}

.product-page__brief-col {
	display: none;
}

@media (min-width: 992px) {
	.product-page__offer-with-brief {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 16px;
	}

	.product-page__brief-col {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
		max-width: 42%;
		border: 1px solid #ebebeb;
		border-radius: 10px;
		padding: 14px 14px 2px;
		background: #ffffff;
	}

	.product-page__brief-title {
		font-size: 13px;
		line-height: 16px;
		font-weight: 700;
		color: #111111;
		text-transform: uppercase;
		margin: 0 0 10px;
	}

	.product-page__brief-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px;
		padding: 0 0 12px;
		margin: 0 0 12px;
		border-bottom: 1px solid #efefef;
	}

	.product-page__brief-item:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}

	.product-page__brief-icon {
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		color: #4f4f4f;
	}

	.product-page__brief-meta {
		display: block;
	}

	.product-page__brief-value {
		display: block;
		font-size: 18px;
		line-height: 21px;
		font-weight: 700;
		color: #111111;
	}

	.product-page__brief-label {
		display: block;
		font-size: 12px;
		line-height: 15px;
		color: #666666;
	}

	.product-page__offer-main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		min-width: 0;
	}
}

/* r080: restore stable product-card geometry for price/vat/qty/actions */
.product-page .product-page__actions.products-qty-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 0;
}

.product-page .product-page__actions.products-qty-info .products-full-list__price {
	min-width: 0;
	width: auto;
	padding-right: 0;
	line-height: normal;
	margin-left: 0;
}

.product-page .product-page__actions.products-qty-info .products-full-list__price-main {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 6px;
	white-space: normal;
}

.product-page .product-page__actions.products-qty-info .products-full-list__price-main .catalogue__price {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	white-space: nowrap;
}

.product-page .product-page__actions.products-qty-info .product-price-vat-badge {
	display: inline-block;
}

.product-page .product-page__actions.products-qty-info .products-full-list__spinner {
	padding-right: 0;
}

.product-page .product-page__actions.products-qty-info .ui-spinner {
	width: 136px;
}

.product-page .product-page__actions.products-qty-info input.ui-spinner-input {
	width: 56px;
}

.product-page .product-page__actions.products-qty-info .products-full-list__action {
	width: auto;
	margin-top: 8px;
}

.product-page .product-page__actions.products-qty-info .products-full-list__action-btn {
	display: block;
	padding: 0 0 7px;
}

.product-page .product-page__actions.products-qty-info .products-full-list__action .products-full-list__btn {
	width: auto;
	max-width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer {
	width: auto;
}

.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--cart,
.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--callback {
	display: none;
}

.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--bulk-offer {
	display: block;
	width: auto;
}

.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .js-product-bulk-offer {
	width: auto;
	max-width: 100%;
	font-size: 11px;
	padding: 13px 24px;
	overflow: visible;
	text-overflow: clip;
}

@media (max-width: 1024px) {
	.product-page .product-page__actions.products-qty-info .ui-spinner {
		width: 122px;
	}

	.product-page .product-page__actions.products-qty-info input.ui-spinner-input {
		width: 50px;
	}
}

@media (max-width: 479px) {
	.product-page .product-page__actions.products-qty-info .ui-spinner {
		width: 116px;
	}

	.product-page .product-page__actions.products-qty-info input.ui-spinner-input {
		width: 46px;
	}
}

/* r083: desktop unified two-column offer block */
@media (min-width: 992px) {
	.product-page .product-page__actions.products-qty-info .ui-spinner {
		background: #ffffff;
	}

	.product-page .new-details.decor-details-product .product-page__detail-row--dimension,
	.product-page .new-details.decor-details-product .product-page__detail-row--weight,
	.product-page .new-details.decor-details-product .product-page__detail-row--components,
	.product-page .new-details.decor-details-product .product-page__detail-row--minimum {
		display: none;
	}

	.product-page__offer-with-brief {
		border: 1px solid #e9e9e9;
		border-radius: 12px;
		background: #ffffff;
		overflow: hidden;
		gap: 0;
	}

	.product-page__brief-col {
		max-width: 42%;
		flex-basis: 42%;
		padding: 16px 16px 8px;
		border: 0;
		border-right: 1px solid #ececec;
		border-radius: 0;
	}

	.product-page__brief-stock {
		display: inline-block;
		margin: 0 0 12px;
		padding: 3px 12px;
		border: 1px solid #d9e9c6;
		border-radius: 999px;
		background: #f3fae9;
		color: #5c8f2f;
		font-size: 11px;
		font-weight: 700;
		line-height: 16px;
		text-transform: uppercase;
	}

	.product-page__offer-main.product-page__actions {
		display: block;
		margin: 0;
		padding: 16px 16px 10px;
		border: 0;
		background: #fafafa;
		flex: 0 0 58%;
		max-width: 58%;
	}

	.product-page__offer-main-title {
		font-size: 13px;
		line-height: 16px;
		font-weight: 700;
		color: #111111;
		text-transform: uppercase;
		margin: 0 0 10px;
	}

	.product-page__offer-main .products-full-list__price {
		padding-right: 0;
		min-width: 0;
		width: auto;
	}

	.product-page__offer-main .products-full-list__price-main {
		gap: 8px;
	}

	.product-page__offer-main .catalogue__price--lg {
		font-size: 42px;
		line-height: 42px;
		white-space: nowrap;
	}

	.product-page__offer-main .product-price-vat-badge {
		margin-top: 2px;
	}

	.product-page__offer-minimum {
		margin: 10px 0 10px;
		color: #555555;
		font-size: 13px;
		line-height: 16px;
	}

	.product-page__offer-main .products-full-list__spinner {
		margin-top: 0;
		padding-right: 0;
	}

	.product-page__offer-main .products-full-list__action {
		width: 100%;
		margin-top: 8px;
		text-align: left;
	}

	.product-page__offer-main .products-full-list__status {
		position: static;
		display: block;
		text-align: left;
		margin: 0 0 8px;
	}

	.product-page__offer-main .products-full-list__action-btn {
		padding-bottom: 8px;
	}

	.product-page__offer-main .products-full-list__action .products-full-list__btn {
		width: 100%;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--cart {
		display: none;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--callback {
		display: block;
	}
}

.product-page__qty-label {
	display: none;
}

/* r084: lock desktop 40/60 offer columns; do not shrink left to content width */
@media (min-width: 992px) {
	.product-page .new-details.decor-details-product {
		display: none;
	}

	.product-page .products-full-list__text {
		height: auto;
		overflow: visible;
		padding-bottom: 16px;
	}

	.product-page .product-page__offer-with-brief {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		gap: 0;
		overflow: hidden;
	}

	.product-page .product-page__offer-with-brief .product-page__brief-col {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		width: 40%;
		max-width: 40%;
		min-width: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 18px 16px;
	}

	.product-page .product-page__offer-with-brief .product-page__brief-item {
		padding: 14px 0 16px;
		margin: 0;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main.product-page__actions.products-qty-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		width: 60%;
		max-width: 60%;
		min-width: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 20px 18px 16px;
		background: #fafafa;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__price,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__offer-minimum,
	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__spinner,
	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action,
	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action.products-full-list__action--bulk-offer {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__price-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 100%;
		white-space: normal;
		gap: 8px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .catalogue__price--lg {
		font-size: 36px;
		line-height: 1.15;
		white-space: nowrap;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-price-vat-badge {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-top: 0;
	}

	.product-page .product-page__offer-with-brief .product-page__qty-label {
		display: block;
		margin: 0 0 8px;
		font-size: 13px;
		line-height: 16px;
		color: #555555;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__status {
		position: static;
		display: none;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action-btn {
		width: 100%;
		max-width: 100%;
		padding-bottom: 8px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action-btn--cart,
	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action-btn--callback {
		display: block;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action-btn--bulk-offer {
		display: none;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action .products-full-list__btn,
	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action--bulk-offer .js-product-bulk-offer,
	.product-page .product-page__offer-with-brief .product-page__offer-main .js-product-callback-btn {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action--bulk-offer .js-product-bulk-offer {
		font-size: 13px;
		padding: 13px 16px;
		overflow: visible;
		text-overflow: clip;
	}

	.product-page .product-page__offer-with-brief .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--cart {
		display: none;
	}

	.product-page .product-page__offer-with-brief .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--bulk-offer,
	.product-page .product-page__offer-with-brief .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--callback {
		display: block;
	}
}

@media (min-width: 1200px) {
	.product-page > form > #product.col-lg-5 {
		width: 58.33333333%;
	}
}

/* r085: stock status belongs to LEFT SUMMARY; column widths unchanged */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status {
		position: static;
		display: inline-block;
		width: auto;
		bottom: auto;
		left: auto;
		text-align: left;
		margin: 0 0 14px;
		padding: 4px 12px;
		border: 1px solid #d9e9c6;
		border-radius: 999px;
		background: #f3fae9;
		color: #5c8f2f;
		font-size: 11px;
		font-weight: 700;
		line-height: 16px;
		text-transform: uppercase;
	}

	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status.instock:before {
		content: "\2713\00a0";
	}

	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status.outofstock {
		border-color: #e8cfcf;
		background: #fbeeee;
		color: #8a3a3a;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__status {
		position: static;
		display: none;
	}
}

.product-page__offer-total,
.product-page__quote-cta {
	display: none;
}

/* r086: RIGHT PURCHASE total + quote CTA; column widths unchanged */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main .products-full-list__action--bulk-offer .products-full-list__action-btn--cart {
		display: block;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main.product-page__actions.products-qty-info .products-full-list__action-btn--bulk-offer,
	.product-page .product-page__offer-with-brief .product-page__offer-main.product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--bulk-offer,
	.product-page .product-page__offer-with-brief .product-page__offer-main.product-page__actions.products-qty-info .products-full-list__action-btn--callback,
	.product-page .product-page__offer-with-brief .product-page__offer-main.product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--callback {
		display: none;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__offer-total {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin: 8px 0 12px;
		padding: 12px 14px;
		border: 1px solid #ececec;
		border-radius: 8px;
		background: #ffffff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 18px;
		color: #111111;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__offer-total-value {
		font-weight: 700;
		white-space: nowrap;
		padding-left: 12px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 0 8px;
		font-size: 13px;
		line-height: 18px;
		color: #555555;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-text {
		display: inline;
		margin-right: 4px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-link {
		display: inline;
		color: #2a77ed;
		text-decoration: none;
		border-bottom: 1px dashed #2a77ed;
		background: none;
		padding: 0;
		font-weight: 600;
		white-space: nowrap;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-link:hover {
		border-bottom-color: transparent;
		color: #1c5fd0;
	}
}

/* r087: RIGHT PURCHASE title directly above the main price */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__offer-main-title {
		display: block;
		text-align: left;
		width: 100%;
	}
}

/* r088: desktop SKU position + gap under compare */
@media (min-width: 992px) {
	.product-page .products-full-list__title {
		padding-bottom: 8px;
	}

	.product-page .products-full-list__text {
		height: auto;
		min-height: 0;
		padding-bottom: 0;
		margin-bottom: 8px;
	}
}

@media (min-width: 1200px) {
	.product-page .product-page__vendor-code {
		position: static;
		float: right;
		top: auto;
		right: auto;
		max-width: 50%;
	}
}

/* r090: keep in-stock checkmark inside LEFT badge */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status.instock {
		position: relative;
		padding: 4px 12px 4px 22px;
	}

	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status.instock:before {
		content: "";
		position: absolute;
		left: 10px;
		top: 50%;
		margin-left: 0;
		width: 5px;
		height: 9px;
		border-right: 1px solid #5c8f2f;
		border-bottom: 1px solid #5c8f2f;
		-webkit-transform: translateY(-50%) rotate(40deg);
		-ms-transform: translateY(-50%) rotate(40deg);
		transform: translateY(-50%) rotate(40deg);
	}
}

.product-page__cashless-hint {
	display: none;
}

/* r093: cashless payment hint to the right of quantity; desktop only */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__qty-with-hint {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 100%;
		gap: 8px 16px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__qty-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 0;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__cashless-hint {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 150px;
		flex: 1 1 150px;
		min-width: 0;
		max-width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		background: none;
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
		color: #888888;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__cashless-hint-line {
		display: block;
	}
}

/* r094: collapse leftover gap under rating/compare; desktop only */
@media (min-width: 992px) {
	.product-page .products-full-list__text {
		display: none;
	}
}

/* r095: RIGHT PURCHASE as inset card inside the white container */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__brief-col {
		border-right: 0;
		background: transparent;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main.product-page__actions.products-qty-info {
		background: #f3f1f8;
		background-clip: padding-box;
		border-style: solid;
		border-color: transparent;
		border-width: 10px 10px 10px 8px;
		border-radius: 20px;
	}
}

/* r096: stock + VAT as lime text, not green pills */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status.instock {
		background: transparent;
		border-color: transparent;
		color: #78ae2c;
	}

	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status.instock:before {
		border-right-color: #78ae2c;
		border-bottom-color: #78ae2c;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-price-vat-badge {
		background: transparent;
		color: #78ae2c;
	}
}

/* r097: light 1px outline on stock + VAT text chips */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status.instock {
		border-color: #e4ecd8;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-price-vat-badge {
		border: 1px solid #e4ecd8;
	}
}

/* r098: mobile product header — title / SKU / rating / compare only */
@media (max-width: 767px) {
	.product-page .product-page__vendor-code {
		float: none;
		position: static;
		display: block;
		width: auto;
		max-width: 100%;
		text-align: left;
		padding: 0;
		margin: 0 0 6px 0;
		line-height: 1.3;
	}

	.product-page .products-full-list__title {
		clear: both;
	}

	.product-page .products-full-list__name {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0 0 4px 0;
		line-height: 1.2;
	}

	.product-page .catalogue__product-name {
		margin: 0;
	}

	.product-page .products-full-list__rating {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}

	.product-page .product__rating {
		margin: 0 12px 0 0;
		padding: 0;
	}

	.product-page .products-full-list__compare {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}

	/* r179: wishlist + compare next to rating (mockup) */
	.product-page .product-page__meta-actions {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		gap: 0;
	}

	.product-page .product-page__meta-action--wish {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 6px;
		cursor: pointer;
		color: #8a8a8a;
		font-size: 12px;
		line-height: 14px;
		font-weight: 400;
		text-transform: none;
	}

	.product-page .product-page__meta-action--wish .icon-heart {
		width: 14px;
		height: 14px;
		fill: none;
		stroke: #8a8a8a;
		stroke-width: 1.6;
	}

	.product-page .product-page__meta-actions-divider {
		display: inline-block;
		width: 1px;
		height: 14px;
		margin: 0 10px;
		background: #d4d4d4;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.product-page .product-page__meta-actions .products-full-list__compare-link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 6px;
		font-size: 12px;
		line-height: 14px;
		font-weight: 400;
		text-transform: none;
		color: #8a8a8a;
	}

	.product-page .product-page__meta-actions .products-full-list__compare-icon {
		padding: 0;
		line-height: 0;
	}

	.product-page .product-page__meta-actions .icon-add-to-list {
		width: 14px;
		height: 14px;
		fill: #8a8a8a;
	}

	.product-page .product-page__meta-actions .products-full-list__compare-text {
		color: #8a8a8a;
	}
}

/* r099: mobile gap under «ЦІНА ЗА 1 НАБІР» + VAT chip like desktop */
@media (max-width: 991px) {
	.product-page .product-page__offer-main-title {
		margin-bottom: 8px;
	}

	.product-page .product-price-vat-badge {
		background: transparent;
		color: #78ae2c;
		border: 1px solid #e4ecd8;
	}
}

/* r100: mobile VAT beside price + show offer total under Buy */
@media (max-width: 991px) {
	.product-page .product-page__actions.products-qty-info .products-full-list__price-main {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		white-space: nowrap;
		gap: 8px;
	}

	.product-page .product-page__actions.products-qty-info .product-price-vat-badge {
		margin-top: 0;
	}

	.product-page .product-page__offer-main .product-page__offer-total {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin: 8px 0 12px;
		padding: 12px 14px;
		border: 1px solid #ececec;
		border-radius: 8px;
		background: #ffffff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 18px;
		color: #111111;
	}

	.product-page .product-page__offer-main .product-page__offer-total-value {
		font-weight: 700;
		white-space: nowrap;
		padding-left: 12px;
	}
}

/* r101: mobile VAT gap + hide brown offer/callback buttons */
@media (max-width: 991px) {
	.product-page .product-page__actions.products-qty-info .product-price-vat-badge {
		margin-left: 12px;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action-btn--bulk-offer,
	.product-page .product-page__actions.products-qty-info .products-full-list__action-btn--callback,
	.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--bulk-offer,
	.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--callback {
		display: none;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action--bulk-offer .products-full-list__action-btn--cart {
		display: block;
	}
}

/* r102: mobile VAT/stock 1px lime border + stock beside quantity */
@media (max-width: 991px) {
	.product-page .product-price-vat-badge {
		border-color: #78ae2c;
	}

	.product-page .product-page__actions.products-qty-info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-page .product-page__actions.products-qty-info > .products-full-list__price,
	.product-page .product-page__actions.products-qty-info > .product-page__price-weight > .products-full-list__price,
	.product-page .product-page__actions.products-qty-info > .product-page__price-weight,
	.product-page .product-page__actions.products-qty-info > .product-page__offer-minimum,
	.product-page .product-page__actions.products-qty-info > .product-page__buy-panel > .product-page__offer-minimum,
	.product-page .product-page__actions.products-qty-info > .product-page__offer-total,
	.product-page .product-page__actions.products-qty-info > .product-page__buy-panel > .product-page__offer-total,
	.product-page .product-page__actions.products-qty-info > .product-page__quote-cta,
	.product-page .product-page__actions.products-qty-info > .product-page__buy-panel > .product-page__quote-cta,
	.product-page .product-page__actions.products-qty-info > .product-page__buy-panel {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}

	.product-page .product-page__actions.products-qty-info > .products-full-list__action,
	.product-page .product-page__actions.products-qty-info > .product-page__buy-panel > .products-full-list__action {
		display: contents;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__spinner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		padding-right: 0;
	}

	.product-page .product-page__buy-panel > .products-full-list__spinner {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__status {
		position: static;
		bottom: auto;
		left: auto;
		width: auto;
		max-width: 100%;
		text-align: left;
		margin: 0 0 0 auto;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__status.status.instock {
		padding: 4px 10px 4px 22px;
		border: 1px solid #78ae2c;
		border-radius: 999px;
		background: transparent;
		color: #78ae2c;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action-btn--cart {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
		margin-top: 8px;
	}
}

/* r103: show existing quote CTA under offer total on mobile */
@media (max-width: 991px) {
	.product-page .product-page__offer-main .product-page__quote-cta {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 0 8px;
		font-size: 13px;
		line-height: 18px;
		color: #555555;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-text {
		display: inline;
		margin-right: 4px;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-link {
		display: inline;
		color: #2a77ed;
		text-decoration: none;
		border-bottom: 1px dashed #2a77ed;
		background: none;
		padding: 0;
		font-weight: 600;
		white-space: nowrap;
	}
}

/* r104: cashless hint under quote CTA, desktop and mobile */
.product-page .product-page__offer-main .product-page__cashless-hint {
	display: block;
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #888888;
}

.product-page .product-page__offer-main .product-page__cashless-hint-line {
	display: block;
}

/* r107: mobile quantity with stock in row; cashless below with small gap */
@media (max-width: 767px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__qty-with-hint {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 6px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__qty-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 0;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__cashless-hint {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		min-width: 0;
		margin: 0;
		line-height: 14px;
	}
}

/* r105: desktop right purchase card height follows content, not left column */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main.product-page__actions.products-qty-info {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		height: auto;
	}
}

/* r106: cashless hint must not flex-grow the leftover column height */
@media (min-width: 992px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__cashless-hint {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

/* r108: mobile add-to-cart — solid green, trolley icon, near-full width; desktop unchanged */
.product-page .js-btn-add-cart > .icon-shopping-cart {
	display: none;
}

@media (max-width: 991px) {
	.product-page .product-page__actions.products-qty-info .products-full-list__action-btn--cart {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 4px;
		padding-right: 4px;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action .products-full-list__btn.js-btn-add-cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 13px 24px;
		background: #78ae2c !important;
		gap: 8px;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action .products-full-list__btn.js-btn-add-cart:hover,
	.product-page .product-page__actions.products-qty-info .products-full-list__action .products-full-list__btn.js-btn-add-cart:active {
		background: #6a9a26 !important;
		box-shadow: 0 5px 30px -10px #6a9a26;
	}

	.product-page .js-btn-add-cart > .icon-shopping-cart {
		display: inline-block;
		width: 16px;
		height: 15px;
		fill: #fff;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

/* Category */
@media (max-width: 767px) {
	.label--weight span {
		font-size: 10px;
	}
	.label--weight {
    padding: 4px;
	}
	.label {
		padding: 4px;
		line-height: 7px;
		text-transform: none;
		letter-spacing: .1px;
	}
	.products-list__label .label {
		margin-bottom: 2px;
	}
	.sticker_label {
    font-size: 9px !important;
	}
	.sticker_label.bottomright {
    bottom: 0px !important;
	}
	.sticker_label.bottomright ~ .sticker_label.bottomright {
    bottom: 18px !important;
	}
}

/* Home Slider */

.main-slider__img picture {
	max-height: 700px;
	width: 100%;
	height: 100%;
	display: block;
}

.main-slider__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Gift Composition — static visual demo (product page) */
.gift-composition {
	margin: 0 0 8px;
}

.gift-composition__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 -12px;
}

.gift-composition__item {
	width: 20%;
	padding: 0 12px 22px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gift-composition__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 8px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gift-composition__img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.gift-composition__item:hover .gift-composition__img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gift-composition__item:hover .gift-composition__img img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.gift-composition__info {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 0 6px;
	/* Reserve 2-line name + gap + 1-line manufacturer so qty stays aligned when manufacturer is missing */
	min-height: calc((12px * 1.3 * 2) + 2px + (11px * 1.25));
}

.gift-composition__name {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 2px;
	min-height: calc(12px * 1.3 * 2);
}

.gift-composition__manufacturer {
	color: #8a8a8a;
	font-size: 11px;
	line-height: 1.25;
	min-height: calc(11px * 1.25);
}

.gift-composition__qty {
	color: #2a77ed;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	margin-top: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1199px) {
	.gift-composition__item {
		width: 33.333%;
	}
}

@media (max-width: 991px) {
	.gift-composition__item {
		width: 33.333%;
	}
}

@media (max-width: 767px) {
	.gift-composition__item {
		width: 50%;
		padding-bottom: 18px;
	}
}

@media (max-width: 479px) {
	.gift-composition__item {
		width: 50%;
	}
}

/* Archived product — visual grayscale only; original image files are unchanged */
.product-page--archived .product-page__img-image,
.product-page--archived .product-page__preview-slider-item img,
.product-page--archived .product-page__img img,
.product-page--archived .cloud-zoom img,
body.is-archived-product .fancybox-image,
body.is-archived-product .fancybox-inner img,
body.is-archived-product .fancybox-slide img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.product-page__archived-notice {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 600;
	text-align: left;
}

/* Archived product card in category grid — same grayscale approach as product page */
.catalogue__products-list-item--archived .products-list__img img,
.catalogue__products-list-item--archived .products-list__img-item img,
.catalogue__products-full-list-item--archived .products-full-list__img img,
.catalogue__table-row--archived .catalogue__photo-link img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.catalogue__archived-notice {
	display: block;
	width: 100%;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
}

/* r162 / r172: mobile-only price + weight strip (desktop unchanged via display:contents)
   Price in strip: 22px (was 26px from r162 — too large on iPhone at same computed size) */
.product-page__price-weight {
	display: contents;
}

/* r180: buy panel wrapper — transparent on desktop/tablet; card only on mobile */
.product-page__buy-panel {
	display: contents;
}

.product-page__price-weight-side {
	display: none;
}

@media (max-width: 767px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight,
	.product-page .product-page__offer-main .product-page__price-weight {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 10px;
		padding: 12px 14px;
		background: #fdf8f3;
		border-radius: 14px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight > .products-full-list__price,
	.product-page .product-page__offer-main .product-page__price-weight > .products-full-list__price {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		min-width: 0;
		width: auto;
		max-width: none;
		margin: 0;
		padding: 0;
		/* undo global .products-full-list__price { line-height: 0 } — confuses WebKit text metrics */
		line-height: normal;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight .product-page__offer-main-title,
	.product-page .product-page__offer-main .product-page__price-weight .product-page__offer-main-title {
		margin: 0 0 4px;
		font-size: 11px;
		line-height: 14px;
		font-weight: 600;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #6b6b6b;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight .products-full-list__price-main,
	.product-page .product-page__offer-main .product-page__price-weight .products-full-list__price-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 6px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight .catalogue__price--lg,
	.product-page .product-page__offer-main .product-page__price-weight .catalogue__price--lg,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight .catalogue__price--lg > span,
	.product-page .product-page__offer-main .product-page__price-weight .catalogue__price--lg > span {
		font-size: 22px;
		line-height: 26px;
		font-weight: 700;
		color: #1a1a2e;
		white-space: nowrap;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight .product-price-vat-badge,
	.product-page .product-page__offer-main .product-page__price-weight .product-price-vat-badge {
		display: none;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side,
	.product-page .product-page__offer-main .product-page__price-weight-side {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		min-width: 0;
		gap: 8px;
		margin: 0;
		padding: 2px 0 2px 14px;
		border-left: 1px solid #e4ddd4;
		color: #8b5a3c;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side .product-page__brief-icon,
	.product-page .product-page__offer-main .product-page__price-weight-side .product-page__brief-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		color: #8b5a3c;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side .product-page__brief-meta,
	.product-page .product-page__offer-main .product-page__price-weight-side .product-page__brief-meta {
		display: block;
		min-width: 0;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side .product-page__brief-label,
	.product-page .product-page__offer-main .product-page__price-weight-side .product-page__brief-label {
		display: block;
		font-size: 12px;
		line-height: 15px;
		font-weight: 400;
		color: #6b6b6b;
		text-transform: none;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side .product-page__brief-value,
	.product-page .product-page__offer-main .product-page__price-weight-side .product-page__brief-value {
		display: block;
		margin-top: 1px;
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
		color: #8b5a3c;
	}
}

/* r183 / r185: qty + stock row — transparent on desktop; full-width row + right badge on mobile */
.product-page__stock-icon {
	display: none;
}

@media (min-width: 768px) {
	.product-page__qty-stock-row {
		display: contents;
	}

	.product-page .product-page__offer-main .product-page__stock-badge {
		display: none;
	}
}

/* r163 / r183 / r185: mobile stock badge pinned to the RIGHT of the buy panel */
@media (max-width: 767px) {
	.product-page .product-page__offer-with-brief .product-page__brief-col .products-full-list__status {
		display: none !important;
	}

	.product-page .product-page__offer-with-brief .status.instock:before,
	.product-page .product-page__actions.products-qty-info .status.instock:before,
	.product-page .products-full-list__status.status.instock:before,
	.product-page .product-page__stock-badge.status.instock:before {
		content: none !important;
		display: none !important;
		border: 0 !important;
	}

	/* beat older `.products-qty-info .spinner { width:auto }` so the row can spread */
	.product-page .product-page__actions.products-qty-info .product-page__buy-panel > .products-full-list__spinner,
	.product-page .product-page__actions.products-qty-info .products-full-list__spinner {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 0;
	}

	.product-page .product-page__actions.products-qty-info .product-page__qty-with-hint,
	.product-page .product-page__offer-main .product-page__qty-with-hint {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.product-page .product-page__actions.products-qty-info .product-page__qty-stock-row,
	.product-page .product-page__offer-main .product-page__qty-stock-row {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100% !important;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		gap: 12px;
	}

	.product-page .product-page__actions.products-qty-info .product-page__qty-block,
	.product-page .product-page__offer-main .product-page__qty-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.product-page .product-page__actions.products-qty-info .product-page__stock-badge,
	.product-page .product-page__offer-main .product-page__stock-badge {
		position: static !important;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 6px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 0 0 auto !important;
		margin-left: auto !important;
		padding: 6px 12px;
		border: 0;
		border-radius: 999px;
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
		white-space: nowrap;
		text-transform: none;
		text-align: right;
	}

	.product-page .product-page__offer-main .product-page__stock-badge.status.instock,
	.product-page .product-page__actions.products-qty-info .product-page__stock-badge.status.instock {
		background: #eef6e8;
		color: #3d7a2f;
		padding-left: 12px;
	}

	.product-page .product-page__offer-main .product-page__stock-badge.status.outofstock,
	.product-page .product-page__actions.products-qty-info .product-page__stock-badge.status.outofstock {
		background: #fbeeee;
		color: #8a3a3a;
	}

	.product-page .product-page__offer-main .product-page__stock-icon,
	.product-page .product-page__actions.products-qty-info .product-page__stock-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #3d7a2f;
	}

	.product-page .product-page__offer-main .product-page__stock-icon svg,
	.product-page .product-page__actions.products-qty-info .product-page__stock-icon svg {
		display: block;
		width: 16px;
		height: 16px;
	}
}

/* r164: mobile price/weight — clearer divider + larger kettlebell icon */
@media (max-width: 767px) {
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side,
	.product-page .product-page__offer-main .product-page__price-weight-side {
		position: relative;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		padding: 2px 0 2px 16px;
		border-left: 0;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side:before,
	.product-page .product-page__offer-main .product-page__price-weight-side:before {
		content: "";
		position: absolute;
		left: 0;
		top: 12%;
		bottom: 12%;
		width: 1px;
		background: #c9c2b8;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side .product-page__brief-icon,
	.product-page .product-page__offer-main .product-page__price-weight-side .product-page__brief-icon {
		-ms-flex: 0 0 48px;
		flex: 0 0 48px;
		width: 48px;
		height: 48px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side .product-page__brief-icon svg,
	.product-page .product-page__offer-main .product-page__price-weight-side .product-page__brief-icon svg {
		display: block;
		width: 48px;
		height: 48px;
	}

	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight-side,
	.product-page .product-page__offer-main .product-page__price-weight-side {
		gap: 10px;
	}
}

/* r165: mobile offer total under cart — white surface so it separates from page */
@media (max-width: 767px) {
	.product-page .product-page__offer-main .product-page__offer-total,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__offer-total,
	.product-page .product-page__actions.products-qty-info > .product-page__offer-total,
	.product-page .product-page__actions.products-qty-info > .product-page__buy-panel > .product-page__offer-total {
		background: #ffffff;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
	}
}

/* r166: quote CTA icons — hidden by default (desktop keeps plain text + link) */
.product-page__quote-cta-icon,
.product-page__quote-cta-chevron {
	display: none;
}

.product-page__quote-cta-body {
	display: contents;
}

/* r166: mobile quote CTA — light-blue compact clickable strip */
@media (max-width: 767px) {
	.product-page .product-page__offer-main .product-page__quote-cta,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 12px;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 8px;
		padding: 6px 12px;
		background: #eef5fc;
		border-radius: 10px;
		position: relative;
		font-size: 12px;
		line-height: 16px;
		color: #555555;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-icon,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 18px;
		flex: 0 0 18px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #2a77ed;
		line-height: 0;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-icon svg,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-icon svg {
		display: block;
		width: 18px;
		height: 18px;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-body,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 0;
		gap: 0 4px;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-text,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-text {
		display: block;
		margin: 0;
		color: #555555;
		font-weight: 400;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-link,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-link {
		display: block;
		position: static;
		color: #2a77ed;
		text-decoration: none;
		border-bottom: 0;
		background: none;
		padding: 0;
		font-weight: 600;
		white-space: normal;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-link:after,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-link:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-chevron,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-chevron {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: auto;
		line-height: 0;
		color: #2a77ed;
	}

	.product-page .product-page__offer-main .product-page__quote-cta-chevron .icon-chevron-right,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__quote-cta-chevron .icon-chevron-right {
		width: 8px;
		height: 14px;
		fill: #2a77ed;
	}
}

/* r167: mobile product title — semibold weight only */
@media (max-width: 767px) {
	.product-page .catalogue__product-name {
		font-weight: 600;
	}
}

/* r174 / r175: mobile add-to-cart — uppercase, compact height, forest green from mockup */
@media (max-width: 767px) {
	.product-page .product-page__actions.products-qty-info .products-full-list__action .products-full-list__btn.js-btn-add-cart {
		text-transform: uppercase;
		padding-top: 8px;
		padding-bottom: 8px;
		background: #2e7d32 !important;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action .products-full-list__btn.js-btn-add-cart:hover,
	.product-page .product-page__actions.products-qty-info .products-full-list__action .products-full-list__btn.js-btn-add-cart:active {
		background: #256b29 !important;
		box-shadow: 0 5px 30px -10px #256b29;
	}

	/* r175 / r176: compact «Разом за…» row under cart (mockup) */
	.product-page .product-page__offer-main .product-page__offer-total,
	.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__offer-total,
	.product-page .product-page__actions.products-qty-info > .product-page__offer-total,
	.product-page .product-page__actions.products-qty-info > .product-page__buy-panel > .product-page__offer-total {
		padding: 8px 14px;
		margin: 2px 0 10px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 18px;
	}

	.product-page .product-page__actions.products-qty-info .products-full-list__action-btn--cart {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	/* r178: mobile qty spinner — shorter height (logic unchanged) */
	.product-page .product-page__actions.products-qty-info input.ui-spinner-input {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	/* r180: buy panel — soft greige card from min-order through quote CTA */
	.product-page .product-page__buy-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		margin: 0 0 12px;
		padding: 14px;
		background: #f4f1ed;
		border-radius: 14px;
	}

	.product-page .product-page__buy-panel .product-page__offer-minimum {
		margin-top: 0;
	}

	.product-page .product-page__buy-panel .product-page__quote-cta {
		margin-bottom: 0;
	}

	/* r181: remove outer grey frame around offer (price → quote) so inner cards use full content width */
	.product-page .product-page__offer-main.product-page__actions--bordered,
	.product-page .product-page__actions.products-qty-info.product-page__actions--bordered {
		border: 0;
		padding: 0;
		margin: 0 0 24px;
	}
}

/* r173: iOS only — price a bit smaller than Android 22px (prefer slightly small over too large) */
@supports (-webkit-touch-callout: none) {
	@media (max-width: 767px) {
		.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight .catalogue__price--lg,
		.product-page .product-page__offer-main .product-page__price-weight .catalogue__price--lg,
		.product-page .product-page__offer-with-brief .product-page__offer-main .product-page__price-weight .catalogue__price--lg > span,
		.product-page .product-page__offer-main .product-page__price-weight .catalogue__price--lg > span {
			font-size: 20px;
			line-height: 24px;
		}
	}
}

