/* === product page right_info restyle === */
.right_info .product-heading {
	font-family: 'Fixel Display', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	text-transform: uppercase;
	color: #0f0f0e;
	margin: 0 0 8px;
	padding: 0;
	position: static;
}
.right_info .pro_price {
	font-family: 'Fixel Display', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	color: #0f0f0e;
}
.right_info .pro_oldprice {
	font-size: 16px;
	color: #5e5e5e;
}
.right_info .product-article {
	display: block;
	font-family: var(--second-family);
	font-size: 13px;
	color: #8e8e8e;
	text-transform: none;
	margin: 4px 0 20px;
}
.right_info hr {
	border: none;
	border-top: 1px solid #e0e0e0;
	margin: 18px 0;
}

/* form-name (label) — title row for "КОЛІР"/"РОЗМІР" */
.right_info .form-name {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #0f0f0e;
	margin-bottom: 12px;
}
.right_info .form-name .current-option {
	color: #5e5e5e;
	font-weight: 400;
	letter-spacing: 0;
}
.right_info .form-name .ending-count {
  position: relative;
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #5e5e5e;
}
.right_info .form-name .ending-count::before {
	content: '';
  position: absolute;
  top: 7px;
  left: -5px;
	width: 6px;
	height: 6px;
	background-color: #e53935;
	flex-shrink: 0;
}
.right_info .form-name .product-info-expired {
	margin-left: auto;
	font-size: 14px;
	color: #d22a2a;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.right_info .form-name .product-info-expired::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #d22a2a;
}
.right_info ul.sizes-button {
	margin-left: auto;
	font-family: var(--second-family);
	font-size: 13px;
	letter-spacing: 0.5px;
  text-decoration: uppercase;
}

/* color swatches */
.right_info .product-option__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.right_info .radio label.product-option {
	width: 36px;
	height: 36px;
	border: none;
	overflow: hidden;
	padding: 0;
	opacity: 1;
	position: relative;
}
.right_info .radio label.product-option::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #0f0f0e;
	transform: scaleX(0);
	transition: transform 0.2s ease;
}
.right_info .radio label.product-option .product-option__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.right_info .radio label.product-option--active {
	border: none;
	padding: 0;
}
.right_info .radio label.product-option--active::after {
	transform: scaleX(1);
}
.right_info .radio label.product-option--disabled::before {
	width: 50px;
	left: -7px;
	top: 18px;
}

/* size buttons (text-only) */
.right_info .product-option__list--size {
	gap: 0;
	border-bottom: 1px solid #e0e0e0;
}
.right_info .product-option__list--size .radio {
	margin: 0;
}
.right_info .product-option__list--size .radio label.product-option {
	width: auto;
	min-width: 56px;
	height: 40px;
	padding: 0 12px;
	border: none;
	font-size: 14px;
	color: #5e5e5e;
	background: transparent;
	position: relative;
}
.right_info .product-option__list--size .radio label.product-option::after {
	height: 2px;
	bottom: -1px;
}
.right_info .product-option__list--size .radio label.product-option--active {
	color: #0f0f0e;
	border: none;
	padding: 0 12px;
}
.right_info .product-option__list--size .radio label.product-option--active::after {
	transform: scaleX(1);
}
.right_info .product-option__list--size .radio label.product-option--disabled::before {
	width: 36px;
	left: 10px;
	top: 18px;
}
/* low-stock dot */
.right_info .product-option__list--size .radio[data-name] label .remains-progressbar {
	display: none;
}
.right_info .product-option__list--size .radio label.product-option .remains-bar {
	display: none;
}

/* buttons row: cart + wishlist */
.right_info .product-cart-row {
  display: grid;
  grid-template-columns: 1fr 46px;
  grid-template-rows: 1fr;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	margin-top: 16px;
}
.right_info .product-cart-row #button-cart {
	flex: 1;
  grid-row: 1/2;
  grid-column: 1/2;
	margin: 0 !important;
	height: 46px;
	padding: 0 20px !important;
	max-width: none !important;
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}
.right_info .product-cart-row #button-cart:hover {
	background: transparent !important;
	color: #0f0f0e !important;
	border: 1px solid #0f0f0e !important;
}
.right_info .product-cart-row .pro_wish.pro_wish--inline {
  grid-column: 2/3;
  grid-row: 1/2;
	position: static;
	transform: none;
	width: 46px;
	height: 46px;
  border: 1px solid black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	margin: 0;
	flex: 0 0 46px;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.right_info .product-cart-row .pro_wish.pro_wish--inline:hover {
	border-color: #0f0f0e;
}
.right_info .kviz_button {
	width: 100% !important;
	max-width: none !important;
	height: 46px !important;
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: background 0.3s ease, color 0.3s ease !important;
}
.right_info .kviz_button:hover {
	background: #0f0f0e !important;
	color: #e8e8e8 !important;
}

/* product stores link */
.right_info .product-info-link--right {
	display: flex !important;
	align-items: center;
	justify-content: flex-end !important;
	gap: 6px;
	background: transparent !important;
	border: none !important;
	color: #0f0f0e !important;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
	padding: 8px 0 !important;
	margin-top: 4px !important;
	max-width: none !important;
	width: auto !important;
	height: auto !important;
}
.right_info .product-info-link--right:hover {
	text-decoration: none;
}
.right_info .product-info-link--right img {
	width: 20px;
	height: 20px;
}

/* product info extras (delivery, payment) */
.right_info .product-info-extras {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.right_info .product-info-extra {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #5e5e5e;
}
.right_info .product-info-extra img,
.right_info .product-info-extra svg {
	flex-shrink: 0;
}

/* product accordion */
.right_info .product-accordion {
	margin-top: 28px;
	border-top: 1px solid #e0e0e0;
}
.right_info .product-accordion__item {
	border-bottom: 1px solid #e0e0e0;
}
.right_info .product-accordion__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 0;
	background: transparent;
	border: none;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #0f0f0e;
	cursor: pointer;
	text-align: left;
}
.right_info .product-accordion__icon {
	position: relative;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.right_info .product-accordion__icon::before,
.right_info .product-accordion__icon::after {
	content: '';
	position: absolute;
	background: #0f0f0e;
	transition: transform 0.2s ease;
}
.right_info .product-accordion__icon::before {
	top: 6px;
	left: 0;
	width: 14px;
	height: 1.5px;
}
.right_info .product-accordion__icon::after {
	top: 0;
	left: 6px;
	width: 1.5px;
	height: 14px;
}
.right_info .product-accordion__item.is-open .product-accordion__icon::after {
	transform: scaleY(0);
}
.right_info .product-accordion__content {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	font-family: var(--second-family);
	font-size: 14px;
	line-height: 160%;
	color: #5e5e5e;
	transition: max-height 0.3s ease, padding 0.3s ease;
}
.right_info .product-accordion__item.is-open .product-accordion__content {
	max-height: 1000px;
	padding: 0 0 20px;
}
.right_info .product-accordion__content h1,
.right_info .product-accordion__content h2,
.right_info .product-accordion__content h3,
.right_info .product-accordion__content h4,
.right_info .product-accordion__content h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
.right_info .product-accordion__content img,
.right_info .product-accordion__content svg {
	width: 20px !important;
	height: auto;
}
.right_info .product-accordion__content p {
	margin: 0 0 10px;
}
.right_info .product-accordion__content .product-attributes {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
}
.right_info .product-accordion__content .product-attributes td {
	padding: 6px 0;
	font-size: 13px;
	color: #5e5e5e;
	border: none;
	vertical-align: top;
}
.right_info .product-accordion__content .product-attributes .product-attributes__name {
	width: 50%;
	color: #0f0f0e;
}

/* mobile: container padding for product page sliders */
@media (max-width: 767px) {
	.related-products-block,
	.lastview-products-block,
	.product-page-additional-products {
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box;
		overflow: hidden;
	}
}

.loyalty-program {
	background: #f3f3f3;
	padding: 36px 0;
	margin-top: 40px;
}
.loyalty-program__inner {
	display: flex;
	align-items: center;
	gap: 32px;
}
.loyalty-program__title {
	font-family: 'Fixel Display', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;
	color: #0f0f0e;
	margin: 0;
	flex: 0 0 25%;
}
.loyalty-program__text {
	flex: 1;
	font-family: var(--second-family);
	font-size: 14px;
	line-height: 150%;
	color: #5e5e5e;
	margin: 0;
}
.loyalty-program__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	height: 48px;
	padding: 0 24px;
	border: 1px solid #0f0f0e;
	background: transparent;
	font-family: 'Fixel Display', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #0f0f0e;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.loyalty-program__btn:hover {
	background: #0f0f0e;
	color: #fff;
}
@media (max-width: 991px) {
	.loyalty-program__inner {
		flex-wrap: wrap;
		gap: 16px;
	}
	.loyalty-program__title {
		flex: 0 0 100%;
	}
	.loyalty-program__text {
		flex: 0 0 100%;
	}
	.loyalty-program__btn {
		flex: 0 0 100%;
	}
}
@media (max-width: 767px) {
	.loyalty-program {
		padding: 24px 0;
		margin-top: 24px;
	}
	.loyalty-program__inner {
		text-align: center;
		justify-content: center;
	}
	.loyalty-program__title {
		font-size: 16px;
	}
	.loyalty-program__text {
		font-size: 13px;
	}
	.loyalty-program__btn {
		margin: 0 auto;
	}
}

@media(max-width:767px) {
	.custom-modal-wrapper {
		position: fixed;
		top: 0;
		z-index: 1;
		left: 100%;
	}
}

.product-cart-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 25% 24px 24px;
}

.product-cart-popup.is-visible {
	display: flex;
}

.product-cart-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 14, 0.35);
}

.product-cart-popup__dialog {
	position: relative;
	width: min(100%, 540px);
	background: #fff;
	padding: 28px;
	box-shadow: 0 20px 60px rgba(15, 15, 14, 0.16);
	text-transform: uppercase;
	font-family: var(--second-family);
	z-index: 1;
}

.product-cart-popup__close {
	position: absolute;
	top: 18px;
	right: 18px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	padding: 0;
	color: #0f0f0e;
}

.product-cart-popup__title {
	margin: 0 32px 24px 0;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Fixel Display', sans-serif;
	color: #0f0f0e;
}

.product-cart-popup__content {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 24px;
}

.product-cart-popup__media-wrap {
	width: 96px;
	flex: 0 0 96px;
}

.product-cart-popup__media-wrap.is-hidden {
	display: none;
}

.product-cart-popup__media {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.product-cart-popup__name,
.product-cart-popup__options,
.product-cart-popup__price {
	margin: 0;
	color: #0f0f0e;
}

.product-cart-popup__name {
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 8px;
}

.product-cart-popup__options {
	font-size: 13px;
	line-height: 1.4;
	color: #5e5e5e;
	margin-bottom: 8px;
	min-height: 18px;
}

.product-cart-popup__price {
	font-size: 18px;
	line-height: 1.2;
}

.product-cart-popup__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product-cart-popup__checkout,
.product-cart-popup__cart-link {
	width: 100%;
	text-align: center;
}

.product-cart-popup__cart-link {
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: underline;
	color: #5e5e5e;
}

.slider-video-thumb {
	pointer-events: none;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 767px) {
	.product-cart-popup {
		padding: 16px;
		align-items: center;
		justify-content: center;
	}

	.product-cart-popup__dialog {
		padding: 22px 18px 18px;
	}

	.product-cart-popup__title {
		font-size: 18px;
		margin-right: 24px;
	}

	.product-cart-popup__content {
		gap: 12px;
	}

	.product-cart-popup__media-wrap {
		width: 72px;
		flex-basis: 72px;
	}
}