:root {
	--accent: #1eb5e6;
	--accent-dk: #007A9E;
	--accent-lt: #33ADDB;
	--ink: #1C1C1C;
	--ink-mid: #444;
	--ink-soft: #7A7A7A;
	--border: #E2E2E2;
	--bg: #F5F5F3;
	--white: #FFFFFF;
	--radius: 3px;
	--tr: 0.22s ease;
}

a:focus,
a:focus-visible {
	border: unset;
	outline: unset !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding: 100px;
}

body {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

:root {
	--blue-color: #1eb5e6;
}

.nav-tabs {
	margin-bottom: 15px;
}

#ocfilter-button {
	display: none;
}


.container {
	padding: 0 15px;
	max-width: 1320px;
	width: 100% !important;
}

.top_header_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

#top {
	background: #1C1C1C;
	padding: 8px 0;
}

.head_contacts {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header_phones {
	display: flex;
	align-items: center;
	gap: 20px;
}

.head_top_menu {
	display: flex;
	align-items: center;
	gap: 20px;
}


.top_header_bar a {
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
	color: #fff;
	opacity: 0.55;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: 0.3s;
}

.header_phones a {
	opacity: 1;
}

.top_header_bar a:hover {
	opacity: 1;
}

.simplecheckout-block .control-label {
	display: none !important;
}

.simplecheckout-block .col-sm-8 {
	width: 100% !important;
}

/* ── LANGUAGE SWITCHER ── */
.lang-switcher {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-left: 8px;
	padding-left: 12px;
}

.lang-switcher__btn {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 3px 8px;
	background: none;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.45);
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: all 0.22s ease;
	line-height: 1;
}

.lang-switcher__btn img {
	width: 16px;
	height: 11px;
	border-radius: 1px;
	object-fit: cover;
}

.lang-switcher__btn span {
	font-size: 10px;
}

.lang-switcher__btn:hover {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.08);
}

.lang-switcher__btn--active {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.15);
	pointer-events: none;
}

.lang-switcher__btn--active:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
}

/* ── HEADER ── */
.header {
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 200;
}

.header__in {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	align-items: center;
	gap: 32px;
	height: 64px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	flex-shrink: 0;
}

.logo__img {
	height: 36px;
	width: auto;
}

.logo__icon {
	width: 36px;
	height: 36px;
	background: var(--accent);
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo__icon svg {
	width: 20px;
	height: 20px;
}

.logo__name {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ink);
}

.logo__sub {
	font-size: 9px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ink-soft);
	display: block;
	margin-top: -2px;
}

/* NAV */
.nav {
	flex: 1;
}

.nav__list {
	list-style: none;
	display: flex;
	gap: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.nav__link {
	display: block;
	padding: 8px 13px;
	font-size: 14px;
	font-weight: 500;
	color: var(--ink-mid);
	text-decoration: none;
	border-radius: var(--radius);
	transition: color var(--tr), background var(--tr);
	white-space: nowrap;
}

.nav__link:hover,
.nav__item:hover>.nav__link {
	color: var(--accent);
	background: var(--bg);
}

.nav__item {
	position: relative;
}

.nav__drop {
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--white);
	border: 1px solid var(--border);
	min-width: 210px;
	border-radius: var(--radius);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
	padding: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateY(4px);
	transition: opacity var(--tr), transform var(--tr);
	z-index: 1000;
}

.nav__item:hover .nav__drop {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.nav__drop a {
	display: block;
	padding: 7px 16px;
	font-size: 13px;
	color: var(--ink-mid);
	text-decoration: none;
	transition: color var(--tr), background var(--tr);
}

.nav__drop a:hover {
	color: var(--accent);
	background: var(--bg);
}

.nav__drop .nav__drop-link {
	display: block;
	padding: 7px 16px;
	font-size: 13px;
	color: var(--ink-mid);
	text-decoration: none;
	transition: color var(--tr), background var(--tr);
}

.nav__drop .nav__drop-link:hover {
	color: var(--accent);
	background: var(--bg);
}

.nav__drop hr {
	border: none;
	border-top: 1px solid var(--border);
	margin: 4px 0;
}

.header__actions {
	display: flex;
	gap: 4px;
	margin-left: auto;
}

.hbtn {
	width: 38px;
	height: 38px;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: var(--radius);
	color: var(--ink-mid);
	transition: color var(--tr), background var(--tr);
	position: relative;
	text-decoration: none;
}

.hbtn:hover {
	color: var(--accent);
	background: var(--bg);
}

.hbtn svg {
	width: 18px;
	height: 18px;
}

.hbtn__badge {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 14px;
	height: 14px;
	background: var(--accent);
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#wishlist-total.active svg {
	fill: var(--accent);
	stroke: var(--accent);
}

#button-search {
	background: var(--accent);
	border: unset;
}

/* Search dropdown */
.hbtn-search-wrap {
	position: relative;
}

.special_wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}

.special_wrapper .price_now {
	color: red;
}

#search button {
	margin-left: -46px;
	padding: 0 16px;
}

.hbtn-search-drop {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 320px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
	padding: 12px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(4px);
	transition: opacity var(--tr), transform var(--tr);
	z-index: 1000;
}

.hbtn-search-wrap.active .hbtn-search-drop {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.hbtn-search-drop #search {
	display: flex;
	width: 100%;
}

.hbtn-search-drop .form-control {
	border-radius: var(--radius) 0 0 var(--radius);
	border-right: none;
	font-size: 13px;
	height: 38px;
}

.hbtn-search-drop .input-group-btn {
	border-radius: 0 var(--radius) var(--radius) 0;
}

.hbtn-search-drop .btn-default {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
	border-radius: 0 var(--radius) var(--radius) 0;
	height: 38px;
}

.hbtn-search-drop .btn-default:hover {
	background: var(--accent-dk);
	border-color: var(--accent-dk);
}

/* ── MOBILE MENU ── */
.mobile_burger {
	display: none;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: var(--radius);
	transition: background var(--tr);
}

.mobile_burger:hover {
	background: var(--bg);
}

.mobile_burger svg {
	width: 20px;
	height: 20px;
}

.burger_over {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 998;
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--tr);
}

.burger_over.openMenu {
	opacity: 1;
	pointer-events: auto;
}

.sub_btn {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.sub_btn::before,
.sub_btn::after {
	content: '';
	position: absolute;
	background: var(--ink-mid);
	transition: transform var(--tr);
}

.sub_btn::before {
	width: 12px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sub_btn::after {
	width: 2px;
	height: 12px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sub_btn.active::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.mobile_catalog_wrapper_items {
	flex: 1;
	overflow-y: auto;
}

.mobile_catalog_wrapper_items .navbar-nav {
	margin: 0;
}

.mobile_catalog_wrapper_items .nav>li {
	border-bottom: 1px solid var(--border);
}

.mobile_catalog_wrapper_items .nav>li>a {
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--ink-mid);
	font-size: 13px;
	font-weight: 500;
}

.mobile_catalog_wrapper_items .nav>li>a:hover {
	background: var(--bg);
	color: var(--accent);
}

.mobile_catalog_wrapper_items .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	border: none;
	box-shadow: none;
	background: var(--bg);
	padding: 0;
	margin: 0;
	display: none;
}

.mobile_catalog_wrapper_items .dropdown-menu.show {
	display: block;
}

.mobile_catalog_wrapper_items .dropdown-menu li a {
	padding: 10px 20px 10px 32px;
	font-size: 12px;
}

.header_mob_link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	color: var(--ink-mid);
	text-decoration: none;
	font-size: 13px;
	border-top: 1px solid var(--border);
	transition: background var(--tr), color var(--tr);
}

.header_mob_link:hover {
	background: var(--bg);
	color: var(--accent);
}

.header_mob_link svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
	.header__in {
		height: 56px;
		gap: 16px;
	}

	.nav {
		display: none;
	}

	.mobile_burger {
		display: flex;
	}

	.header__actions {
		gap: 0;
	}

	.hbtn {
		width: 34px;
		height: 34px;
	}

	.logo__name {
		font-size: 16px;
	}

	.logo__sub {
		font-size: 8px;
	}
}

@media (max-width: 768px) {
	.header__in {
		padding: 0 12px;
	}

	.logo__icon {
		width: 30px;
		height: 30px;
	}

	.logo__icon svg {
		width: 16px;
		height: 16px;
	}

	.logo__name {
		font-size: 14px;
	}

	.logo__sub {
		font-size: 7px;
		letter-spacing: .1em;
	}

	.hbtn svg {
		width: 16px;
		height: 16px;
	}

	.hbtn__badge {
		width: 12px;
		height: 12px;
		font-size: 7px;
		top: 2px;
		right: 2px;
	}
}

/* ── HERO ── */
.hero {
	position: relative;
	width: 100%;
	height: 664px;
	overflow: hidden;
	background: #1a2225;
	margin-top: -64px;
}

.hero__img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.hero__overlay {
	position: absolute;
	inset: 0;
}

.hero__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1320px;
	width: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.hero__text {
	max-width: 600px;
}

.hero__kicker {
	font-weight: 700;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #fff;
	gap: 8px;
	position: relative;
	display: flex;
	align-items: center;
}

.hero__kicker::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: #fff;
}

.hero__title {
	font-weight: 700;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.0;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .02em;
	margin-bottom: 18px;
}

.hero__title em {
	font-style: normal;
	color: var(--accent-lt);
}

.hero__desc {
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	line-height: 1.7;
	margin-bottom: 32px;
	max-width: 590px;
}

.btn-terra {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.hero__btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-terra {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0 26px;
	height: 50px;
	background: var(--accent);
	color: #fff;
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: var(--radius);
	cursor: pointer;
	transition: background var(--tr);
}

.btn-terra:hover {
	background: var(--accent-dk);
	color: #fff;

}

.btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 11px 24px;
	background: rgba(255, 255, 255, 0.31);
	color: rgba(255, 255, 255, 1);
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1.5px solid rgba(255, 255, 255, .22);
	border-radius: var(--radius);
	cursor: pointer;
	transition: border-color var(--tr), color var(--tr);
}

.btn-ghost:hover {
	border-color: rgba(255, 255, 255, .5);
	color: #fff;
}

@media (max-width: 768px) {
	.hero {
		height: 420px;
	}
}

/* ── HOME CATEGORIES ── */
.home-categories {
	padding: 40px 0;
}

.home-categories__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 24px;
	flex-wrap: wrap;
	gap: 12px;
}

.home-categories__kicker {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: var(--accent);
	margin-right: 12px;
}

.home-categories__title {
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	color: var(--ink);
	letter-spacing: .02em;
	margin: 0;
}

.home-categories__link {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--accent);
	text-decoration: none;
	transition: color var(--tr);
}

.home-categories__link:hover {
	color: var(--accent-dk);
}

.home-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.home-categories__card {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: var(--radius);
	text-decoration: none;
}

.bread_home_icon svg {
	width: 20px;
	height: 20px;
}

.home-categories__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform var(--tr);
}

.home-categories__card:hover .home-categories__img {
	transform: scale(1.03);
}

.home-categories__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
}

.home-categories__overlay h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 0 6px;
	color: #fff;
}

.home-categories__overlay p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	line-height: 1.4;
}

@media (max-width: 992px) {
	.home-categories__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.home_categories__grid {
		grid-template-columns: 1fr;
	}

	.home_categories__title {
		font-size: 24px;
	}
}

.home_categories__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.home_categories__tag {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef5f8;
	border: 1px solid #c8dbe2;
	border-radius: 10px;
	padding: 0 18px;
	height: 38px;
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	color: #1eb5e6;
}

.home_categories__tag:hover {
	border-color: var(--accent);
	color: var(--accent);
	background: var(--bg);
}

.home-categories__title {
	font-size: 24px;
}

.home_categories {
	margin: 60px 0;
}

.home_categories__kicker {
	font-weight: 800;
	font-size: 12px;
	line-height: 133%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--blue-color);
	margin-bottom: 8px;
}

.home_categories__title {
	font-weight: 800;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.home_categories__header {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 28px;
	align-items: flex-end;
	width: 100%;
}

.home_categories__link {
	color: var(--blue-color);
	font-weight: 700;
	font-size: 11px;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--blue-color);
}

.home_categories__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.home_categories__img {
	border-radius: 5px;
	display: block;
	width: 100%;
}


.home_categories__card {
	position: relative;
}

.home_categories__overlay {
	position: absolute;
	left: 18px;
	bottom: 18px;
}

.home_categories__overlay h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 105%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 8px;
}

.home_categories__overlay p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.56);
}

/* ── BESTSELLER ── */
.bestseller {
	padding: 60px 0;
	background: #f6f7f8;
}

.bestseller__header {
	margin-bottom: 24px;
}

.bestseller__kicker {
	font-weight: 700;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: var(--accent);
	margin-right: 12px;
}

.bestseller__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 105%;
	text-transform: uppercase;
	color: var(--ink);
	letter-spacing: .02em;
	margin: 0;
}

.bestseller__tabs {
	display: flex;
	gap: 0;
	border-bottom: 1px solid var(--border);
	margin-bottom: 24px;
	overflow-x: auto;
}

.bestseller__tab {
	padding: 10px 18px;
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	font-size: 13px;
	font-weight: 500;
	color: var(--ink-soft);
	cursor: pointer;
	white-space: nowrap;
	transition: color var(--tr), border-color var(--tr);
	text-transform: uppercase;
}

.bestseller__tab:hover {
	color: var(--accent);
}

.bestseller__tab.active {
	color: var(--accent);
	border-bottom-color: var(--accent);
}

.bestseller__panels {
	position: relative;
}

.bestseller__panel {
	display: none;
}

.bestseller__panel.active {
	display: block;
}

.bestseller__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.bestseller__card {
	background: var(--white);
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	overflow: hidden;
	transition: var(--tr);
}

.bestseller__card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 1px solid #1eb5e6;
}

.bestseller__img-wrap {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.bestseller__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 16px;
	transition: transform var(--tr);
}

.bestseller__card:hover .bestseller__img {
	transform: scale(1.05);
}

.bestseller__info {
	padding: 16px;
}

.bestseller__name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--ink-mid);
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bestseller__name a {
	color: inherit;
	text-decoration: none;
}

.bestseller__name a:hover {
	color: var(--accent);
}

.bestseller__price {
	font-weight: 700;
	font-size: 17px;
	line-height: 160%;
}

.bestseller__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bestseller__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 1;
	height: 40px;
	padding: 0 16px;
	background: var(--accent);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	border: none;
	border-radius: var(--radius);
	cursor: pointer;
	transition: background var(--tr);
}

.bestseller__cart:hover {
	background: var(--accent-dk);
}

.bestseller__cart svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.bestseller__wish {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	color: var(--ink-soft);
	cursor: pointer;
	transition: border-color var(--tr), color var(--tr);
}

.bestseller__wish:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.bestseller__wish svg {
	width: 18px;
	height: 18px;
}

@media (max-width: 992px) {
	.bestseller__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.bestseller__grid {
		grid-template-columns: 1fr;
	}

	.bestseller__title {
		font-size: 24px;
	}

	.bestseller__tabs {
		gap: 0;
	}

	.bestseller__tab {
		padding: 10px 14px;
		font-size: 12px;
	}
}

.special {
	padding: 60px 0;
	background: #f6f7f8;
}

.special__header {
	margin-bottom: 24px;
}

.special__kicker {
	font-weight: 700;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: var(--accent);
	margin-right: 12px;
}

.special__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 105%;
	text-transform: uppercase;
	color: var(--ink);
	letter-spacing: .02em;
	margin: 0;
}

.special__tabs {
	display: flex;
	gap: 0;
	border-bottom: 1px solid var(--border);
	margin-bottom: 24px;
	overflow-x: auto;
}

.special__tab {
	padding: 10px 18px;
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	font-size: 13px;
	font-weight: 500;
	color: var(--ink-soft);
	cursor: pointer;
	white-space: nowrap;
	transition: color var(--tr), border-color var(--tr);
}

.special__tab:hover {
	color: var(--accent);
}

.special__tab.active {
	color: var(--accent);
	border-bottom-color: var(--accent);
}

.special__panels {
	position: relative;
}

.special__panel {
	display: none;
}

.special__panel.active {
	display: block;
}

.special__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.special__card {
	background: var(--white);
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	overflow: hidden;
	transition: box-shadow var(--tr);
}

.special__card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 1px solid #1eb5e6;
}

.special__img-wrap {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.special__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 16px;
	transition: transform var(--tr);
}

.special__card:hover .special__img {
	transform: scale(1.05);
}

.special__info {
	padding: 16px;
}

.special__name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--ink-mid);
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 40px;
}

.special__name a {
	color: inherit;
	text-decoration: none;
}

.special__name a:hover {
	color: var(--accent);
}

.special__price {
	font-weight: 700;
	font-size: 17px;
	line-height: 160%;
}

.special__price-old {
	color: #999;
	font-size: 13px;
	text-decoration: line-through;
	margin-right: 8px;
	font-weight: 400;
}

.special__price-new {
	color: #e02020;
	font-weight: 700;
}

.special__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.special__actions .special__wish {
	display: none;
}

.special__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 1;
	height: 40px;
	padding: 0 16px;
	background: #57bf77;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background var(--tr);
}

.special__cart:hover {
	background: var(--accent-dk);
}

.special__cart svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.special__wish {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	color: var(--ink-soft);
	cursor: pointer;
	transition: border-color var(--tr), color var(--tr);
}

.special__wish:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.special__wish svg {
	width: 18px;
	height: 18px;
}

/* ===== Category page ===== */
.breadcrumb_cat {
	background: transparent;
	margin: 0;
	padding: 18px 0;
	border-radius: 0;
}

.btn_all_link {
	margin-top: 52px;
	position: relative;
	left: 50%;
	translate: -50% 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #e3f4f9;
	border-radius: 3px;
	padding: 0 35px;
	height: 50px;
	font-weight: 700;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	color: #0096C7;
	transition: 0.3s;
	border: 1px solid transparent;
}

.btn_all_link:hover {
	color: #0096C7;
	border: 1px solid #0096C7;
}

.breadcrumb_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb_wrapper li {
	display: inline-flex;
}

.breadcrumb_wrapper li a {
	font-weight: 400;
	font-size: 13px;
	line-height: 154%;
	color: #7A7A7A;
}

img.mfp-img {
	border-radius: 15px;
	padding: 0 !important;
	height: 75vh !important;
}

.thumbnail.thumbnail_main:focus {
	border: unset;
	outline: unset;
}

button.mfp-close {
	right: -30px !important;
}

.breadcrumb_wrapper li a:hover {
	color: var(--accent);
}

.bread_arrow {
	display: inline-flex;
	align-items: center;
	color: var(--ink-soft);
	font-size: 14px;
	line-height: 1;
}

.category__header {
	margin: 4px 0 24px;
}

.category__title {
	font-weight: 800;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--ink);
	margin: 0;
}

.category__intro {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	margin-bottom: 28px;
}

.category__thumb {
	flex: 0 0 160px;
}

.category__thumb img {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 8px;
	background: var(--white);
}

.category__desc {
	flex: 1;
	color: var(--ink-mid);
	font-size: 14px;
	line-height: 1.6;
}

.category__refine {
	margin-bottom: 28px;
}

.category__refine-title {
	display: block;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-soft);
	margin-bottom: 12px;
}

.category__refine-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.category__refine-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eef5f8;
	border: 1px solid #c8dbe2;
	border-radius: 10px;
	padding: 0 18px;
	height: 38px;
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	color: var(--accent);
	text-decoration: none;
	transition: border-color var(--tr), color var(--tr), background var(--tr);
}

.category__refine-item:hover {
	border-color: var(--accent);
	color: var(--accent);
	background: var(--bg);
}

.category_top_actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 12px 16px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.catgory_actions_left .btn-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ink-mid);
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}

.catgory_actions_left .btn-link:hover {
	color: var(--accent);
}

.catgory_actions_left svg {
	width: 18px;
	height: 18px;
}

.catgory_actions_right {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.catgory_actions_right .input-group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.catgory_actions_right label {
	font-size: 13px;
	color: var(--ink-soft);
	font-weight: 600;
}

.catgory_actions_right .form-control {
	height: 38px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 0 10px;
	background: var(--white);
	color: var(--ink);
	font-size: 13px;
}

.category__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 12px;
}

.special__card.noactive {
	opacity: 0.6;
}

.special__price-empty {
	color: var(--ink-soft);
	font-size: 13px;
	font-weight: 400;
}

.special__out {
	flex: 1;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

@media (max-width: 768px) {
	.category__intro {
		flex-direction: column;
	}

	.category__thumb {
		flex: 0 0 auto;
		max-width: 160px;
	}

	.category__title {
		font-size: 24px;
	}
}

.category__subcats {
	margin-bottom: 12px;
	padding-bottom: 23px;
	border-bottom: 1px solid var(--border);
}

.category__subcats-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(11, 1fr);
}

.category__subcat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	transition: opacity var(--tr);
	flex: 1;
}

.category__subcat-item:hover {
	opacity: 0.7;
}

.category__subcat-img {
	width: 100%;
	height: 62px;
	object-fit: contain;
}

.category__subcat-name {
	color: var(--ink-mid);
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 120%;
}

/* ===== Сортування — таби ===== */
.category__sort {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 37px;
	margin-bottom: 22px;
	margin-top: 20px;
}

.category__sort-label {
	font-weight: 400;
	font-size: 12px;
	color: #b3b3b3;
}

/* Десктоп: markup випадаючого списку відображається як горизонтальні таби */
.category__sort-select {
	position: relative;
	display: flex;
	align-items: center;
	gap: 25px;
}

.category__sort-toggle {
	display: none;
}

.category__sort-current {
	font-weight: 400;
	font-size: 14px;
	color: #b3b3b3;
}

.category__sort-arrow {
	display: none;
}

.category__sort-menu {
	display: flex;
	align-items: center;
	gap: 25px;
	position: static;
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
	border: none;
	box-shadow: none;
	min-width: 0;
}

.category__sort-option>a {
	display: inline;
	padding: 0;
	font-size: 14px;
	color: #b3b3b3;
	text-decoration: none;
	white-space: nowrap;
}

.category__sort-option>a:hover {
	background: transparent;
	color: var(--accent);
}

.category__sort-option.active>a {
	color: var(--accent);
	font-weight: 600;
}

.category__sort-limit {
	margin-left: auto;
}

.category__sort-limit .form-control {
	width: auto;
	min-width: 100px;
	height: 32px;
	border: none;
	background: transparent;
	font-size: 13px;
	color: var(--ink-soft);
	padding: 0 8px;
}

/* ===== Сітка товарів ===== */
.category__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border: 1px solid var(--border);
	border-radius: 0;
}

/* ===== Картка товару ===== */
.category__card {
	position: relative;
	border-right: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	overflow: visible;
	background: var(--white);
	transition: box-shadow var(--tr);
}

.category__card:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	z-index: 1;
}

.category__card.noactive {
	opacity: 0.5;
}

/* Акційний бейдж */
.category__badge {
	position: absolute;
	top: 14px;
	left: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}

.category__badge span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #ff3535;
	border-radius: 9px;
	padding: 0 10px;
	height: 22px;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}



/* Зображення картки */
.category__card-img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.category__card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 16px;
	transition: transform var(--tr);
}

.category__card:hover .category__card-img img {
	transform: scale(1.05);
}

/* Інфо картки */
.category__card-info {
	padding: 17px 17px 20px;
}

.category__card-name {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--ink-mid);
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 34px;
}

.category__card-name a {
	font-weight: 500;
	color: #444444;
	font-size: 14px;
	line-height: 140%;
}

.category__card-name a:hover {
	color: var(--accent);
}

/* Артикул товару */
.category__card-sku {
	font-size: 12px;
	font-weight: 400;
	color: #9e9e9e;
	margin: -2px 0 8px;
	line-height: 1.3;
}

/* Ціна */
.category__card-price {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}

.category__price-old {
	font-weight: 400;
	font-size: 14px;
	text-decoration: line-through;
	color: #a7a7a7;
}

.category__price-new {
	font-weight: 600;
	font-size: 16px;
	color: #ff3535;
}

.category__price-current {
	color: var(--ink);
}

.category__price-empty {
	color: var(--ink-soft);
	font-size: 13px;
	font-weight: 400;
	display: none;
}

body:not(:has(#saleBtn)) .btn-ghost {
	display: none;
}

/* Дії картки */
.category__card-actions {
	display: flex;
	align-items: center;
	gap: 6px;
}

.category__buy {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-radius: 10px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border: unset;
	gap: 4px;
	height: 40px;
	background: #57bf77;
}

.category__buy:hover {
	background: #4caf50;
}

.category__buy svg {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
}

.category__wish,
.category__compare {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 4px;
	color: var(--ink-soft);
	cursor: pointer;
	transition: border-color var(--tr), color var(--tr);
	padding: 0;
}

.category__wish:hover,
.category__compare:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.category__wish svg,
.category__compare svg {
	width: 16px;
	height: 16px;
}

.category__out {
	flex: 1;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

/* ===== Пагінація ===== */
.category__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	margin-top: 24px;
	padding: 20px 0;
}

.category__pagination .pagination {
	margin: 0;
}

.category__pagination li a {
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 500;
	color: var(--ink-mid);
	border: 1px solid var(--border);
	border-radius: 0;
	background: var(--white);
	transition: all var(--tr);
	line-height: 1.4;
}

.category__pagination li a:hover {
	background: var(--bg);
	color: var(--accent);
	border-color: var(--accent);
}

.category__pagination li.active a {
	background: var(--white);
	border-color: var(--accent);
	color: var(--accent);
	font-weight: 600;
}

.category__pagination li.disabled a {
	color: #ccc;
	border-color: #eee;
	pointer-events: none;
}

.category__pagination .next a,
.category__pagination .previous a {
	font-weight: 700;
}

/* ===== Адаптив ===== */
@media (max-width: 1200px) {
	.category__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 992px) {
	.category__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.category__subcat-img {
		width: 48px;
		height: 48px;
	}

	.category__subcat-name {
		font-size: 11px;
	}
}

@media (max-width: 768px) {
	.category__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}

	.category__sort {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.category__sort-limit {
		margin-left: 0;
	}

	.category__subcats-list {
		gap: 12px;
		grid-template-columns: repeat(6, 1fr);
	}

	.category__subcat-img {
		width: 40px;
		height: 40px;
	}

	.category__subcat-name {
		font-size: 10px;
	}

	.category__card-name {
		font-size: 12px;
		min-height: auto;
	}

	.category__card-info {
		padding: 8px;
	}

	.category__buy {
		height: 30px;
		font-size: 10px;
	}

	.category__wish,
	.category__compare {
		width: 30px;
		height: 30px;
	}
}

.winter-banner {
	position: relative;
	isolation: isolate;
	height: 430px;
	margin: 12px 0;

}

.winter-banner .container {
	display: flex;
	align-items: center;
	height: 100%;
}

.winter-banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	object-fit: cover;
	object-position: left;
}

.winter-banner__title {
	font-weight: 800;
	font-size: 36px;
	line-height: 110%;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 8px;
}

.winter-banner__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 154%;
	margin: 0;
	max-width: 385px;
}

.winter-banner__btn {
	margin-top: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 25px 0 rgba(0, 150, 199, 0.25);
	background: #1eb5e6;
	border-radius: 3px;
	padding: 0 30px;
	height: 55px;
	gap: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 154%;
	text-transform: uppercase;
	color: #fff;
	transition: 0.3s;
}

.winter-banner__btn:hover {
	color: #fff;
	background: var(--accent-dk);
}

.brands {
	padding: 60px 0;
	border-bottom: 1px solid #E2E2E2;

}

.brands__title {
	margin-bottom: 42px;
}

.brands__item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	height: 126px !important;
	border-right: 1px solid #E2E2E2;
}

.brands__slider {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;

}

.brands__item img {
	height: 41px;
	object-fit: scale-down;
}

.brands__name {
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	color: #7A7A7A;
}

.blog-module.latest {
	padding: 60px 0;
}

.blog-header__title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.blog-header {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: flex-end;
	margin-bottom: 28px;
}

.blog-header__all {
	font-weight: 700;
	font-size: 11px;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1eb5e6;
	padding-bottom: 4px;
	border-bottom: 1px solid #1eb5e6;
}

.blog_grid_holder .owl-wrapper-outer {
	border: unset !important;
	border-radius: 0 !important;
	box-shadow: unset !important;
}

.blog_item {
	padding: 0 !important;
}

.blog_grid_holder {
	margin: 0 !important;
}

.blog_grid_holder .owl-item {
	margin-right: 14px !important;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	overflow: hidden;
}

.blog_item img {
	height: 180px !important;
	width: 100%;
	object-fit: cover;
}

.blog_item .summary {
	padding: 15px;
}

.blog_title a {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #1C1C1C;
	margin-bottom: 10px;
}

.blog_title {
	margin: 0;
}

.latest_blog_descr {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
}

.blog_item__date {
	font-weight: 400;
	font-size: 12px;
	line-height: 147%;
}

.addthis_toolbox {
	display: none !important;
}

/* ============================================================
   Blog — категорія блога (blog_category.tpl)
   ============================================================ */
.blog_item_cat {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow var(--tr), transform var(--tr);
}

.blog_item_cat:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.blog_item_cat .image {
	position: relative;
	overflow: hidden;
}

.blog_item_cat .image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.blog_item_cat:hover .image img {
	transform: scale(1.05);
}

/* Date overlay on image */
.p-date-image {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	background: #fff;
	border-radius: 6px;
	padding: 6px 10px;
	text-align: center;
	min-width: 44px;
	font-weight: 800;
	font-size: 16px;
	line-height: 1.1;
	color: var(--accent);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.p-date-image span {
	display: block;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--ink-soft);
	letter-spacing: 0.05em;
}

/* Stats row */
.post_blog_stats {
	display: flex;
	gap: 16px;
	margin-bottom: 10px;
}

.p-comment,
.p-view {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	color: var(--ink-soft);
}

.p-comment svg,
.p-view svg {
	width: 14px;
	height: 14px;
}

.p-comment svg path,
.p-view svg path {
	fill: var(--ink-soft) !important;
}

/* Blog title in category */
.blog_item_cat .blog_title {
	margin: 0 0 8px;
}

.blog_item_cat .blog_title a {
	font-size: 18px;
	color: var(--ink);
	text-decoration: none;
}

.blog_item_cat .blog_title a:hover {
	color: var(--accent);
}

.blog_cat_descr {
	font-size: 14px;
	line-height: 1.5;
	color: var(--ink-soft);
	margin: 0 0 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog_cat_link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	font-size: 13px;
	color: var(--accent);
	text-decoration: none;
	transition: gap var(--tr);
}

.blog_cat_link:hover {
	gap: 10px;
	color: var(--accent-dk);
}

.blog_cat_link i {
	font-size: 12px;
}

/* Pagination — як на категорії товарів */
.blog_pagin {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.blog_pagin .pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog_pagin .pagination>li {
	display: flex;
}

.blog_pagin .pagination>li>a,
.blog_pagin .pagination>li>span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 44px;
	height: 44px;
	padding: 0 6px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 15px;
	color: #495057;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.blog_pagin .pagination>li>a:hover {
	background-color: #f1f3f5;
	border-color: #e0e0e0;
	color: #212529;
}

.blog_pagin .pagination>li.active>span {
	background-color: #e7f5ff;
	border-color: #4dabf7;
	color: #1c7ed6;
	font-weight: 600;
	cursor: default;
}

.blog_pagin .pagination>li>a.next,
.blog_pagin .pagination>li>a.prev,
.blog_pagin .pagination>li:first-child>a,
.blog_pagin .pagination>li:last-child>a {
	border-color: #dee2e6;
	color: #868e96;
	font-size: 17px;
}

.blog_pagin .pagination>li>a.next:hover,
.blog_pagin .pagination>li>a.prev:hover,
.blog_pagin .pagination>li:first-child>a:hover,
.blog_pagin .pagination>li:last-child>a:hover {
	border-color: #adb5bd;
	color: #495057;
	background-color: #f8f9fa;
}

.blog_pagin .pagination>li:first-child {
	margin-right: 10px;
}

.blog_pagin .pagination>li:has(> a.next) {
	margin-left: 10px;
}

.blog_pagin .pagination>li.disabled>span {
	border-color: transparent;
	background: transparent;
	color: #adb5bd;
	cursor: default;
}

.blog_pagin .pagination>li.dots>span {
	border-color: transparent;
	background: transparent;
	color: #adb5bd;
	cursor: default;
	padding-left: 6px;
	padding-right: 6px;
}


/* ============================================================
   Blog — стаття (blog.tpl)
   ============================================================ */
.blog_post {
	max-width: 780px;
	margin: 0 auto;
}

.blog_page_title {
	font-weight: 800;
	font-size: 28px;
	line-height: 1.25;
	color: var(--ink);
	margin: 0 0 20px;
}

/* Featured image */
.main_thumb_blog {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 24px;
}

.main_thumb_blog img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
}

.main_thumb_blog .p-date-image {
	top: 16px;
	left: 16px;
}

/* Stats bar */
.blog_stats_new {
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border);
}

.blog_stats_new .p-comment,
.blog_stats_new .p-view {
	font-size: 13px;
}

/* Article content */
.blog_post .main_description {
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

.blog_post .main_description p {
	margin-bottom: 16px;
}

.blog_post .main_description img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

/* Tags */
.blog_post .tags {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--border);
	font-size: 13px;
	color: var(--ink-soft);
}

.blog_post .tags a {
	color: var(--accent);
	text-decoration: none;
}

.blog_post .tags a:hover {
	text-decoration: underline;
}

/* Share */
.blog_post .share {
	margin-top: 16px;
}

.blog_post .share .addthis_toolbox {
	display: flex;
	gap: 8px;
}

.blog_post .share .addthis_toolbox a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--bg);
	color: var(--ink-mid);
	font-size: 16px;
	transition: background var(--tr), color var(--tr);
}

.blog_post .share .addthis_toolbox a:hover {
	background: var(--accent);
	color: #fff;
}

/* Related sections */
.blog_post h3 {
	font-weight: 700;
	font-size: 20px;
	color: var(--ink);
	margin: 40px 0 20px;
}

.blog_post h3 i {
	margin-right: 8px;
	color: var(--accent);
}

/* Related products grid */
.blog_post .blog_products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.blog_post .blog_product {
	border: 1px solid var(--border);
	border-radius: 6px;
	overflow: hidden;
	padding: 12px;
	text-align: center;
	background: #fff;
}

.blog_post .blog_product .image {
	margin-bottom: 10px;
}

.blog_post .blog_product .image img {
	width: 100%;
	height: 140px;
	object-fit: contain;
}

.blog_post .blog_product .name {
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: var(--ink);
	margin-bottom: 6px;
	text-decoration: none;
}

.blog_post .blog_product .name:hover {
	color: var(--accent);
}

.blog_post .blog_product .price {
	font-weight: 700;
	font-size: 14px;
	color: var(--ink);
}

.blog_post .blog_product .price-old {
	color: var(--ink-soft);
	text-decoration: line-through;
	font-size: 12px;
	margin-left: 6px;
}

.blog_post .blog_product .btn-primary {
	margin-top: 8px;
	font-size: 12px;
	padding: 6px 14px;
}

/* Comments */
.blog_post #comment {
	margin-bottom: 24px;
}

.blog_comment {
	padding: 16px 0;
	border-bottom: 1px solid var(--border);
}

.blog_comment:first-child {
	padding-top: 0;
}

.blog_comment p {
	margin: 0;
}

.blog_comment p:first-child {
	font-size: 13px;
	color: var(--ink-soft);
	margin-bottom: 6px;
}

.blog_comment p:first-child b {
	color: var(--ink);
}

.blog_comment p:last-child {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
}

/* Comment form */
#comment_form h3 {
	margin-top: 30px;
}

#comment_form .form-group label {
	font-weight: 600;
	font-size: 13px;
	color: var(--ink);
}

#comment_form .captcha_wrap img {
	border-radius: 3px;
}

#button-comment {
	padding: 10px 30px;
	font-weight: 600;
	background: var(--accent-dk) !important;
}

.post-content h2 {
	font-size: 18px;
}

footer {
	padding: 53px 0;
	background: #141414;
}



.footer_columns h5 {
	font-weight: 700;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 !important;
	margin-bottom: 17px !important;
}

footer .footer_brand_title {
	font-weight: 800;
	font-size: 19px;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0 !important;
}

.footer_brand_descr {
	margin: 6px 0 18px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}

.footer_nums a,
.footer_email {
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	color: #898989;
	display: block;
	margin-bottom: 6px;
	transition: 0.3s;
}

.footer_nums a:hover,
.footer_email:hover {
	color: #fff;
}

.footer_messengers {
	display: flex;
}

.footer_messengers a {
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	color: #898989;
	transition: 0.3s;
}

.footer_messengers a:hover {
	color: #fff;
}

.footer_columns {
	padding-bottom: 55px;
	border-bottom: 1px solid #242424;
	margin-bottom: 16px;

}

.footer_menu_link a {
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	color: #858585;
	transition: 0.3s;
}

.footer_menu_link a:hover {
	color: #fff;
}


.footer_menu_link li {
	margin-bottom: 14px;
}

.footer_bottom_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_bottom_wrapper span {
	font-weight: 400;
	font-size: 11px;
	line-height: 160%;
}

.footer_pay_logos {
	display: flex;
	align-items: center;
	gap: 6px;
}

.footer_pay_logos span {
	border-radius: 3px;
	height: 22px;
	padding: 0 9px;
	background: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #858585;

}

.trust-bar {
	background: #f6f7f8;
}

.trust-bar__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}

.trust-bar__item {
	border-right: 1px solid #E2E2E2;
	height: 93px;
	padding-left: 40px;
	display: flex;
	align-items: center;
	gap: 14px;

}

.trust-bar__item:last-child {
	border-right: unset;
}

.trust-bar__title {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 700;
	font-size: 14px;
	line-height: 149%;
}

.trust-bar__descr {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
	color: #7A7A7A;
}

.burger,
.mobile_catalog_wrapper {
	display: none;
}


.winter-banner-bg-mob {
	display: none;
}

.blog_grid_holder {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.blog_grid_holder .blog_item {
	width: 100% !important;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 0;
}

.category_content #column-left {
	padding-left: 0;
}

.category__pagination {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.category__pagination .pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.category__badge span {
	font-size: 10px;
	font-weight: 500;
}

.category__pagination .pagination>li {
	display: flex;
}

/* базовий вигляд кнопки-квадрата (цифри) */
.category__pagination .pagination>li>a,
.category__pagination .pagination>li>span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 44px;
	height: 44px;
	padding: 0 6px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 15px;
	color: #495057;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.category__pagination .pagination>li>a:hover {
	background-color: #f1f3f5;
	border-color: #e0e0e0;
	color: #212529;
}

/* активна сторінка */
.category__pagination .pagination>li.active>span {
	background-color: #e7f5ff;
	border-color: #4dabf7;
	color: #1c7ed6;
	font-weight: 600;
	cursor: default;
}

/* стрілки prev/next і кнопки "в початок/кінець" — завжди з рамкою */
.category__pagination .pagination>li>a.next,
.category__pagination .pagination>li>a.prev,
.category__pagination .pagination>li:first-child>a,
.category__pagination .pagination>li:last-child>a {
	border-color: #dee2e6;
	color: #868e96;
	font-size: 17px;
}

.category__pagination .pagination>li>a.next:hover,
.category__pagination .pagination>li>a.prev:hover,
.category__pagination .pagination>li:first-child>a:hover,
.category__pagination .pagination>li:last-child>a:hover {
	border-color: #adb5bd;
	color: #495057;
	background-color: #f8f9fa;
}

/* трохи більше відступу між стрілками і блоком цифр */
.category__pagination .pagination>li:first-child {
	margin-right: 10px;
}

.category__pagination .pagination>li:has(> a.next) {
	margin-left: 10px;
}

/* якщо десь зустрінеться "..." (li.disabled) — плоский текст без рамки */
.category__pagination .pagination>li.disabled>span {
	border-color: transparent;
	background: transparent;
	color: #adb5bd;
	cursor: default;
}

/* три крапки пропуску сторінок — плоский текст без рамки */
.category__pagination .pagination>li.dots>span {
	border-color: transparent;
	background: transparent;
	color: #adb5bd;
	cursor: default;
	padding-left: 6px;
	padding-right: 6px;
}

.mob_filter_btn {
	display: none;
}




/* ============ PRODUCT PAGE (mockup 1:1) ============ */
.product_page {
	font-family: 'Inter', Arial, sans-serif;
	color: #1a1a1a;
}

.product_page .container {
	max-width: 1233px;
}

.product_top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
	align-items: flex-start;
	flex-wrap: wrap;
}



.gallery_main_wrap {
	position: relative;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	height: 450px;
}

.gallery_main_slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 520px;
}

.gallery_main_slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.gallery_arrows {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.thumbnail_main {
	border: unset;
}

.thumbnail_main img {
	height: 450px;
}

.gallery_arrow {
	width: 53px;
	height: 53px;
	border-radius: 30%;
	border: 1px solid #E6F2F6;
	background: #F7FCFD;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s;
}

.gallery_arrow:hover {
	background: #f2f2f4;
}

.gallery_arrow svg {
	width: 16px;
	height: 16px;
}

.gallery_thumbs {
	margin: 35px 0 15px;
	padding: 0 30px;
}

.gallery_thumbs .slick-list {
	margin: 0 -6px;
}

.gallery_thumbs .slick-slide {
	padding: 0 6px;
}

.gallery_thumbs .slick-track {
	display: flex;
	align-items: center;
}

/* Стрілки для gallery_thumbs */
.gallery_thumbs .slick-prev,
.gallery_thumbs .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}

.gallery_thumbs .slick-prev:hover,
.gallery_thumbs .slick-next:hover {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.gallery_thumbs .slick-prev {
	left: 0;
}

.gallery_thumbs .slick-next {
	right: 0;
}

.gallery_thumbs .slick-prev::before,
.gallery_thumbs .slick-next::before {
	font-size: 14px;
	color: #444;
	line-height: 1;
}

.gallery_thumbs .slick-prev::before {
	content: '‹';
}

.gallery_thumbs .slick-next::before {
	content: '›';
}

/* Вимикаємо стрілки коли нема куди гортати */
.gallery_thumbs .slick-prev.slick-disabled,
.gallery_thumbs .slick-next.slick-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.product_gallery {
	border: 0.95px solid #ebedf0;
	border-radius: 5px;
	margin-bottom: 10px;
}


.gallery_thumb {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	border: 1px solid #e2e2e6;
	overflow: hidden;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 4px;
	aspect-ratio: 1 / 1;
	display: flex !important;
	margin: 0 3px;
}

.gallery_thumb.active {
	border-color: #3fb6f5;
}

.gallery_thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* ---------- INFO (right) ---------- */
.product_info {
	padding-top: 4px;
	background: #f6f7f8;
	border-radius: 5px;
	padding: 35px;
	margin-bottom: 10px;
}

.product_head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 20px;
}

.product_title {
	font-weight: 800;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin: 0;
}

.wishlist_btn {
	width: 44px;
	min-width: 44px;
	height: 44px;
	border-radius: 20%;
	border: unset;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.wishlist_btn svg {
	width: 20px;
	height: 20px;
	stroke: #8a8a92;
	fill: none;
}

.wishlist_btn.active svg,
.wishlist_btn.active svg path {
	fill: #0096C7;
	stroke: #0096C7;
}

.product_status {
	display: flex;
	align-items: center;
	gap: 10px;
}

.alert.alert-success {
	display: none !important;
}

.stock_badge {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #57bf77;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	background: #fff;
	border-radius: 12px;
	padding: 6px 11px;

	font-weight: 600;
	font-size: 12px;
	line-height: 167%;
	text-transform: uppercase;
	color: #57bf77;
}

.stock_badge.out {
	color: #e5231e;
}

.stock_dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #57bf77;
	display: inline-block;
}

.stock_badge.out .stock_dot {
	background: #e5231e;
}

.status_sep {
	color: #c9c9cf;
}

.product_sku {
	color: #7A7A7A;
	font-weight: 400;
	font-size: 12px;
	line-height: 167%;
}

.price_row {
	display: flex;
	align-items: center;
	padding: 5px;
	padding-left: 20px;
	margin-top: 60px;
	border: 1px solid #eeeff2;
	border-radius: 22px;
	background: #fff;
}

.price_now {
	font-weight: 500;
	font-size: 25px;
	color: #373737;
	white-space: nowrap;
	margin-right: 35px;
}

.price_old {
	font-size: 16px;
	color: #a9a9b0;
	text-decoration: line-through;
}

.qty_stepper {
	display: flex;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	height: 52px;
}

.qty_stepper button {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: #F6F7F8;
	cursor: pointer;
	border: 1px solid #EEEFF2;
	border-radius: 7px;
}

.qty_stepper button:hover {
	background: #f2f2f4;
}

.qty_stepper input {
	width: 44px;
	height: 100%;
	border: none;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.product_info .buy_btn {
	flex: 1;
	min-width: 200px;
	height: 58px;
	border: none;
	border-radius: 18px;
	background: #57bf77;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: .2s;
	margin-left: 20px;
}

.buy_btn:hover {
	background: #439a48;
}

.buy_btn svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.product_info .buy_btn svg {
	fill: none;
	position: relative;
	bottom: 2px;
}

.buy_btn.buy_disabled {
	background: #c9c9cf;
	cursor: not-allowed;
}

.quick_order_row {
	display: flex;
	margin-top: 14px;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #eeeff2;
	border-radius: 24px;
	position: relative;
	padding: 5px;
}

.quick_order_row input[type=tel] {
	flex: 1;
	min-width: 200px;
	height: 48px;
	border: unset;
	border-radius: 17px;
	padding: 0 18px;
	font-size: 15px;
	color: #1a1a1a;
	background: #fff;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

.quick_order_row input[type=tel]::placeholder {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #d0d0d0;
}

.quick_order_row input[type=tel]:focus-visible {
	border: unset;
	outline: unset;
}

.quick_order_btn {
	width: 100%;
	max-width: 290px;
	height: 48px;
	text-transform: uppercase;
	cursor: pointer;
	background: #edfaf1;
	border: 1px solid #57bf77;
	border-radius: 18px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #57bf77;
}

.quick_order_btn:hover {
	background: #d5f0d7;
}

/* Quick order — повідомлення */
.quick-order-msg {
	width: 100%;
	margin-top: 8px;
	padding: 10px 14px;
	border-radius: 18px;
	font-size: 14px;
	line-height: 1.4;
	display: none;
	animation: quickOrderFadeIn 0.3s ease;
}

.quick-order-msg.quick-order-success {
	display: block;
	background: #edfaf1;
	color: #2b7a4b;
	border: 1px solid #57bf77;
}

.quick-order-msg.quick-order-error-msg {
	display: block;
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fca5a5;
}

.quick-order-error {
	border-color: #fca5a5 !important;
	background: #fef2f2 !important;
}

@keyframes quickOrderFadeIn {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.discounts_block {
	width: 100%;
	font-size: 14px;
	color: #5a5a63;
	margin-top: 4px;
}

.discounts_block div {
	padding: 2px 0;
}

.manufacturer_row {
	font-size: 14px;
	color: #5a5a63;
	margin-top: 6px;
}

.product_top:not(:has(.gallery_thumb+.slick-active)) .gallery_arrows,
.product_top:not(:has(.gallery_thumb+.slick-active)) .gallery_thumbs {
	display: none;
}

/* ---------- VARIANTS (placeholder only, per request) ---------- */
.variants_section {
	margin-top: 60px;
}

.variants_title {
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	margin: 0 0 16px;
}

.variants_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
}

.variants_item {
	width: 92px;
	height: 92px;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid transparent;
}

.product_rel_section {
	margin: 85px 0;
}

.product_related_title {
	margin-top: 40px;
	font-weight: 800;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #1C1C1C;
	margin-bottom: 30px;
	margin-top: 0;
}

.variants_item:hover {
	border: 1px solid #7ab6c9;
}

.variants_item_empty,
.variants_item_empty:hover {
	opacity: 0.45;
	border: 1px solid transparent;
	pointer-events: none;
}

.variants_item_empty img {
	filter: grayscale(1);
}

.breadcrumb>li+li:before {
	display: none !important;
}

.variants_item.active {
	border: 1px solid #7ab6c9;
}

.variants_item img {
	width: 60px;
	height: auto;
}

/* NOTE: Варіанти товару навмисно не реалізовані — тут буде грід свотчів-мініатюр */

/* ---------- OPTIONS (functional opencart options, kept minimal) ---------- */
.product_options {
	margin-top: 24px;
}

.product_options .form-group {
	margin-bottom: 16px;
}

.product_options label.control-label {
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}



.info_col {
	width: 100%;
	background: #f6f7f8;
	border-radius: 5px;
	padding: 35px;
}

.char_col {
	flex: 1 1 0;
	min-width: 320px;
}

.info_block+.info_block {
	margin-top: 28px;
}

.info_block_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.info_block_head h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	color: #444444;
	margin: 0;
	margin-bottom: 4px;
}

.info_block_head a {
	font-size: 13px;
	color: #3fb6f5;
	text-decoration: none;
}

.info_note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 22px;
}

.info_note a,
.info_block_head a {
	font-weight: 500;
	font-size: 14px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-align: right;
	color: #0096C7;
}

.info_note span {
	font-weight: 500;
	font-size: 14px;
	color: #a1a1a1;
}

.icon_grid {
	display: flex;
	gap: 3px;
}

.product_top_l {
	overflow: hidden;
	width: 100%;
}

.char_col img {
	width: 100%;
	max-width: 450px;
}

.icon_item {
	flex: 1;
	background: #fff;
	padding: 17px;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	color: #444;
}

.icon_item:first-child {
	border-radius: 3px 0 0 3px;
}

.icon_item:last-child {
	border-radius: 0 3px 3px 0;
}

.icon_item svg,
.icon_item img {
	width: 22px;
	height: 22px;
	display: block;
	margin-bottom: 11px;
}

.char_box,
.descr_box {
	background: #f6f7f8;
	border-radius: 16px;
	padding: 35px;
	border-radius: 5px;
}

.char_box+.descr_box {
	margin-top: 24px;
}

.char_box h3,
.descr_box h3 {
	margin-bottom: 22px;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	margin-top: 0;
}

.char_row {
	display: flex;
	align-items: flex-end;
	font-size: 14px;
	padding: 6px 0;
}

.char_name {
	color: #444;
	white-space: nowrap;
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
}

.char_dots {
	flex: 1;
	border-bottom: 1px dotted #c9c9cf;
	margin: 0 8px 5px;
}

.char_value {
	color: #444;
	font-weight: 600;
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
	text-align: right;
}

.descr_box p {
	font-size: 14px;
	line-height: 1.6;
	color: #3a3a40;
	margin: 0;
}

.product_rel_section .category__grid,
.product_rel_section .category__card {
	border: unset;
}

.product_rel_section .category__card {
	border: 1px solid #E2E2E2;
	border-radius: 5px;
}

.product_rel_section .category__grid {
	gap: 11px;
}

/* ============ CART POPUP ============ */
.cart-popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.cart-popup {
	position: fixed;
	top: 0;
	right: -120%;
	width: 500px;
	height: 100%;
	background: #fff;
	z-index: 10001;
	display: flex;
	flex-direction: column;
	transition: right 0.3s ease;
	box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}

.cart-popup.open {
	right: 0;
}

.cart-popup__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid var(--border);
	flex-shrink: 0;
}

.cart-popup__title {
	font-weight: 700;
	font-size: 18px;
	color: var(--ink);
	margin: 0;
	text-transform: uppercase;
}

.cart-popup__close {
	width: 36px;
	height: 36px;
	background: var(--bg);
	border: none;
	border-radius: 30%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ink-mid);
	transition: var(--tr);
}

.cart-popup__close:hover {
	background: #e8e8e8;
	color: var(--ink);
}

.cart-popup__body {
	flex: 1;
	overflow-y: auto;
	padding: 16px 24px 24px;
	display: flex;
	flex-direction: column;
}

.cart-popup__loading {
	text-align: center;
	padding: 40px 0;
	color: var(--ink-soft);
	font-size: 14px;
}

.cart-popup__empty {
	text-align: center;
	padding: 40px 0;
	color: var(--ink-soft);
	font-size: 14px;
}

.cart-popup__products {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.cart-popup__product {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: var(--bg);
	border-radius: var(--radius);
	position: relative;
}

.cart-popup__product-img {
	width: 64px;
	height: 64px;
	border-radius: var(--radius);
	overflow: hidden;
	flex-shrink: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-popup__product-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.cart-popup__product-info {
	flex: 1;
	min-width: 0;
}

.cart-popup__product-name {
	font-weight: 600;
	font-size: 13px;
	color: var(--ink);
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cart-popup__product-name:hover {
	color: var(--accent);
}

.cart-popup__product-option {
	font-size: 11px;
	color: var(--ink-soft);
	margin-top: 2px;
}

.cart-popup__product-qty-price {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}

.cart-popup__product-qty {
	font-size: 12px;
	color: var(--ink-soft);
}

.cart-popup__product-price {
	font-weight: 700;
	font-size: 14px;
	color: var(--ink);
}

.cart-popup__remove {
	width: 28px;
	height: 28px;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: var(--tr);
	flex-shrink: 0;
}

.cart-popup__remove:hover {
	background: rgba(234, 35, 73, 0.1);
}

.cart-popup__remove svg {
	width: 16px;
	height: 16px;
}

.cart-popup__total-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid var(--border);
	margin-top: 16px;
	flex-shrink: 0;
}

.cart-popup__total-label {
	font-weight: 600;
	font-size: 14px;
	color: var(--ink);
}

.cart-popup__total-value {
	font-weight: 800;
	font-size: 18px;
	color: var(--ink);
}

.cart-popup__actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.cart-popup__continue,
.cart-popup__checkout {
	flex: 1;
	height: 48px;
	border-radius: var(--radius);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	transition: var(--tr);
}

.cart-popup__continue {
	background: var(--bg);
	border: 1px solid var(--border);
	color: var(--ink-mid);
}

.cart-popup__continue:hover {
	background: #e8e8e8;
}

.cart-popup__checkout {
	background: #57bf77;
	border: 1px solid #57bf77;
	color: #fff;
}

.cart-popup__checkout:hover {
	background: #3d9056;
	border-color: #3d9056;
	color: #fff;
}

#search-btn svg {
	min-width: 18px;
}

#search-btn {
	font-size: 14px;
	width: auto;
	font-weight: 500;
	color: var(--ink-mid);
	display: flex;
	align-items: center;
	gap: 4px;
}
























@media (max-width: 480px) {
	.cart-popup {
		width: 100%;
		right: -100%;
	}

	.cart-popup__product {
		flex-wrap: wrap;
	}
}

@media (max-width: 1280px) {
	.nav__list {
		padding-left: 0;
	}

	.category__subcats-list {
		gap: 10px;
	}

	.nav__link {
		padding: 8px;
		font-size: 13px;
	}

	.header__in {
		gap: 15px;
	}
}


@media (max-width: 992px) {

	.mobile_catalog_wrapper {
		display: block;
	}

	/* ==================== МОБІЛЬНЕ МЕНЮ ==================== */
	.mobile_catalog_wrapper {
		position: fixed;
		top: 57px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9999;
		transform: translateX(-100%);
		transition: transform 0.4s ease;
		overflow-y: auto;
		padding-bottom: 50px;
	}

	.mobile_catalog_wrapper.openMenu {
		transform: translateX(0);
	}

	.mobile_catalog_wrapper .navbar-collapse {
		display: block !important;
	}

	.mobile_catalog_wrapper_title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 20px;
		border-bottom: 1px solid #eee;
		font-weight: 600;
		font-size: 18px;
	}

	.mobile_catalog_wrapper_title_left {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.mobile_catalog_wrapper_items {
		padding: 10px 0;
	}

	.mobile-categories {
		padding-left: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		border: unset !important;
	}

	/* Категорії */

	.mobile-categories a {
		display: block;
		padding: 7px 0;
		font-weight: 600;
		font-size: 16px;
		line-height: 125%;
		color: #444;
	}

	/* Додаткові посилання */
	.mobile_extra_links {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #E2E2E2;
	}

	.mobile_extra_links .header_mob_link {
		display: block;
		padding: 7px 0;
		color: #333;
		font-size: 16px;
		border: unset;
	}

	/* Контакти */
	.mobile_contacts {
		padding: 18px;
		margin-top: 20px;
		background: #f6f7f8;
		border: 1px solid rgba(0, 150, 199, 0.17);
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mobile_phone,
	.mobile_email {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 15px;
		color: #1eb5e6;
		text-decoration: none;
		width: 100%;
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 15px;
		border-bottom: 1px solid #E2E2E2;
		position: relative;
	}

	.mobile_phone svg {
		position: absolute;
		left: 0;
		top: 4px;
	}

	.mobile_email {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: unset;
	}

	.mobile_phone svg {
		flex-shrink: 0;
	}

	/* Мова в мобільному меню */
	.mobile_lang {
		padding: 18px 0;
		display: flex;
		justify-content: center;
	}

	.mobile_lang .lang-switcher {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		background: #f6f7f8;
		border: 1px solid rgba(0, 150, 199, 0.17);
		border-radius: 5px;
		padding: 4px;
	}

	.mobile_lang .lang-switcher__btn {
		padding: 6px 14px;
		font-size: 13px;
		color: #999;
	}

	.mobile_lang .lang-switcher__btn span {
		font-size: 12px;
	}

	.mobile_lang .lang-switcher__btn img {
		width: 20px;
		height: 14px;
	}

	.mobile_lang .lang-switcher__btn:hover {
		color: #555;
		background: rgba(0, 150, 199, 0.08);
	}

	.mobile_lang .lang-switcher__btn--active {
		color: #1eb5e6;
		background: #fff;
		border-color: rgba(0, 150, 199, 0.2);
	}

	.mobile_lang .lang-switcher__btn--active:hover {
		color: #1eb5e6;
		background: #fff;
	}



	/* Burger overlay */
	.burger_over {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9998;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}

	.burger_over.openMenu {
		opacity: 1;
		visibility: visible;
	}

	.hero {
		margin-top: 0;
		height: 68vh;
	}

	.special__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	section {
		overflow: hidden;
	}

	.winter-banner {
		height: 285px;
	}

	.winter-banner__title {
		font-size: 30px;
	}

	.winter-banner__btn {
		margin-top: 18px;
	}

	.brands__slider {
		border: unset;
	}




	.burger {
		width: 36px;
		height: 36px;
		background: #e3f4f9;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		position: relative;
		padding: 0;
		transition: .3s;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 3px;
		margin-left: 28px;
	}

	.burger span {
		position: relative;
		width: 12px;
		height: 2px;
		background: #1eb5e6;
		border-radius: 10px;
		transition: .35s ease;
	}

	.burger span:nth-child(1) {
		top: 0;
	}

	.burger span:nth-child(2) {
		top: 0;
	}

	.burger span:nth-child(3) {
		top: 0;
	}

	/* Активний стан */



	.burger.active span:nth-child(1) {
		transform: translateY(5px) rotate(45deg);
	}

	.burger.active span:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}

	.burger.active span:nth-child(3) {
		transform: translateY(-5px) rotate(-45deg);
	}

	#top {
		display: none;
	}

	.header {
		background: #fff;
	}
}

@media (max-width: 600px) {

	.mob_filter_btn {
		position: fixed;
		left: 50%;
		translate: -50% 0;
		bottom: 20px;
		z-index: 100;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(4px);
		box-shadow: 0 4px 14px 0 rgba(0, 150, 199, 0.2);
		background: rgba(202, 233, 243, 0.67);
		border: 1px solid #a8eaff;
		border-radius: 11px;
		padding: 0 14px;
		height: 44px;
		gap: 5px;
		font-weight: 700;
		font-size: 12px;
		line-height: 180%;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		text-align: center;
		color: #0096C7;
	}

	.ocf-offcanvas-body {
		padding-top: 5px;
	}

	#ocfilter-button {
		display: none;
	}

	.category__badge {
		top: 9px;
		left: 9px;
	}

	/* Мобільний фільтр — кнопка керує рідним off-canvas OCFilter */
	.mob_filter_overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	body.mob-filter-open .mob_filter_overlay {
		display: block;
	}

	/* Підсвічуємо нашу кнопку, коли фільтр відкрито */
	body.mob-filter-open .mob_filter_btn {
		background: #0096C7;
		color: #fff;
	}

	body.mob-filter-open .mob_filter_btn svg path {
		fill: #fff;
	}

	.category__subcat-img {
		width: 80px;
		height: auto;
	}

	.category__pagination .pagination>li>a,
	.category__pagination .pagination>li>span {
		min-width: 35px;
		height: 35px;
		width: 35px;
	}

	.category__subcat-name {
		white-space: nowrap;
		font-weight: 500;
		font-size: 12px;
		text-align: center;
	}

	.category__subcat-item {
		width: 100px;
		min-width: 100px;
	}

	.special__grid {
		grid-template-columns: 1fr;
	}

	.category__subcats {
		overflow: auto;
	}

	.category__subcats {
		padding-bottom: 20px;
	}

	.category__subcats-list {
		gap: 0;
		grid-template-columns: repeat(3, 1fr);
		row-gap: 10px;
	}

	.special__title {
		font-size: 24px;
	}

	.special__tabs {
		gap: 0;
	}

	.special__tab {
		padding: 10px 14px;
		font-size: 12px;
	}

	.trust-bar__items {
		grid-template-columns: repeat(1, 1fr);
		border: unset;
	}

	.trust-bar__item {
		border-right: unset;
		border-bottom: 1px solid #E2E2E2;
		padding-left: 0;
		height: 75px;
	}

	.hero {
		height: 55vh;
	}

	.hero__title {
		font-size: 35px;
	}

	.hero__desc {
		font-size: 14px;
	}

	.btn-terra,
	.btn-ghost {
		width: 100%;
		justify-content: center;
	}

	.hero__img {
		background-position: 77%;
	}

	.home_categories__title {
		font-size: 21px;
	}

	.home_categories__grid,
	.special__grid {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}

	.home_categories__overlay {
		bottom: 20px;
		left: 12px;
		right: 12px;
	}

	.home_categories__overlay h3 {
		font-size: 14px;
	}

	.category__card-name a {
		font-size: 12px;
	}

	.home_categories__tags {
		margin-top: 24px;
		gap: 5px;
	}

	.home_categories__tag {
		height: 30px;
		padding: 0 12px;
	}

	.home_categories {
		margin: 45px 0;
	}

	.bestseller {
		padding: 45px 0;
	}

	.bestseller__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bestseller__info {
		padding: 7px;
	}

	.bestseller__cart {
		padding: 0 7px;
		font-size: 11px;
	}

	.winter-banner__title {
		font-size: 22px;
	}

	.winter-banner-bg {
		display: none;
	}

	.winter-banner-bg-mob {
		display: block;
	}

	#search-btn {
		font-size: 0;
		position: relative;
		left: 21px;
	}

	.special {
		padding: 45px 0;
	}

	.special__info {
		padding: 7px;
	}

	.special__cart {
		padding: 0 7px;
		font-size: 11px;
	}

	.brands {
		padding: 45px 0;
	}

	.brands__item {
		height: 90px !important;
	}

	.blog_grid_holder {
		grid-template-columns: repeat(1, 1fr);
	}

	.blog_title a {
		line-height: 120%;
		display: block;
	}

	/* Blog category mobile */
	.blog_item_cat .image img {
		height: 180px;
	}

	.blog_cat_descr {
		-webkit-line-clamp: 2;
	}

	.blog_item_cat .blog_title a {
		font-size: 16px;
	}

	/* Blog article mobile */
	.blog_page_title {
		font-size: 22px;
	}

	.main_thumb_blog img {
		height: 220px;
	}

	.blog_stats_new {
		gap: 14px;
		flex-wrap: wrap;
	}

	.blog_post .blog_products {
		grid-template-columns: repeat(2, 1fr);
	}

	.blog_post .blog_product .image img {
		height: 110px;
	}

	.blog_post .main_description {
		font-size: 14px;
	}

	body {
		overflow-x: hidden;
	}

	.blog-module.latest {
		padding: 45px 0;
		margin-bottom: 0 !important;
	}

	.footer_columns {
		display: flex;
		flex-wrap: wrap;
		row-gap: 45px;
		padding-bottom: 40px;
	}

	.footer_columns>div {
		width: 50%;
		flex-basis: 50%;
	}

	.footer_bottom_wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	footer {
		padding: 50px 0 37px;
	}

	.btn_all_link {
		margin-top: 28px;
	}



	.category__sort-select {
		position: relative;
		display: inline-block;
	}

	.category__sort-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: transparent;
		border: none;
		padding: 0;
		cursor: pointer;
		font: inherit;
	}

	.category__sort-current {
		font-weight: 400;
		font-size: 14px;
		color: #0096C7;
	}

	.category__sort-arrow {
		display: inline-flex;
		align-items: center;
		transition: transform 0.2s ease;
		position: relative;
		top: 1px;
	}

	.category__sort-select.open .category__sort-arrow {
		transform: rotate(180deg);
	}

	.category__sort-menu {
		position: absolute;
		top: calc(100% + 6px);
		right: -17px;
		min-width: 200px;
		margin: 0;
		padding: 6px 0;
		list-style: none;
		background: #fff;
		border: 1px solid var(--border);
		border-radius: 6px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
		z-index: 20;
		display: none;
		flex-direction: column;
		gap: 0;
	}

	.category__sort-select.open .category__sort-menu {
		display: block;
	}

	.category__sort-option>a {
		display: block;
		padding: 8px 14px;
		font-size: 14px;
		color: var(--ink-soft);
		text-decoration: none;
		white-space: nowrap;
	}

	.category__sort-option>a:hover {
		background: #f1f9fc;
		color: #0096C7;
	}

	.category__sort-option.active>a {
		color: #0096C7;
		font-weight: 600;
	}

	.category__sort {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		background: #f6f7f8;
		border-radius: 12px;
		padding: 12px 16px;
	}

	.category__sort-label {
		font-size: 14px;
	}

	/* ============ PRODUCT PAGE MOBILE — reorder + tabs ============ */
	.product_page .product_top {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.product_top .product_top_l {
		order: 1;
		width: 100%;
	}

	.product_top .product_top_r {
		order: 2;
		display: flex;
		flex-direction: column;
	}

	.product_top_r .product_info {
		order: 1;
	}

	.product_top_r .char_col {
		order: 2;
	}

	/* Сховати info_col в оригінальному місці — покажемо в табах */
	.product_top_l .info_col {
		display: none;
	}

	/* Сховати char_box/descr_box — покажемо в табах */
	.char_col .char_box,
	.char_col .descr_box {
		display: none;
	}

	/* Таби */
	.mobile-tabs-wrapper {
		display: block;
		margin-top: 24px;
	}

	.mobile-tabs-nav {
		display: flex;
		gap: 0;
		border-bottom: 2px solid var(--border);
		margin-bottom: 24px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-tab-btn {
		padding: 10px 16px;
		font-weight: 600;
		font-size: 13px;
		color: var(--ink-soft);
		background: none;
		border: none;
		border-bottom: 2px solid transparent;
		margin-bottom: -2px;
		cursor: pointer;
		white-space: nowrap;
		transition: var(--tr);
		flex-shrink: 0;
	}

	.mobile-tab-btn.active {
		color: var(--accent);
		border-bottom-color: var(--accent);
	}

	.mobile-tab-pane {
		display: none;
	}

	.mobile-tab-pane.active {
		display: block;
	}

	/* Стилі для контенту всередині табів */
	.mobile-tab-pane .info_block {
		background: #f6f7f8;
		border-radius: 5px;
		padding: 0;
		margin-bottom: 10px;
	}

	.mobile-tab-pane .info_block:last-child {
		margin-bottom: 0;
	}

	.mobile-tab-pane .char_box,
	.mobile-tab-pane .descr_box {
		display: block;
	}

	.icon_grid {
		flex-direction: column;
	}

	.variants_grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.product_title {
		font-weight: 800;
		font-size: 18px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.price_row {
		flex-wrap: wrap;
	}

	.product_info,
	.char_box,
	.descr_box {
		padding: 20px 10px;
	}

	.variants_item {
		width: auto;
		aspect-ratio: 1/1;
		height: auto;
	}

	.price_row {
		padding: 7px;
		padding-left: 7px;
	}

	.product_info .buy_btn {
		margin-left: 0;
	}

	.info_col {
		padding: 5px;
	}

	/* ============ ДОДАТКОВІ ПРАВКИ ПО МАКЕТУ ============ */

	/* Breadcrumb — мобільна версія */
	.product_page .breadcrumb_wrapper {
		padding: 12px 0 0;
	}

	.product_page .breadcrumb_cat {
		padding: 0;
	}

	.product_page .breadcrumb_wrapper li a,
	.product_page .bread_arrow {
		font-size: 12px;
		color: #7a7a7a;
	}

	/* Галерея — стрілки всередині зображення */
	.gallery_main_wrap {
		position: relative;
		pointer-events: none;
	}

	.gallery_arrows {
		position: absolute;
		top: unset;
		left: 0;
		right: 0;
		bottom: 85px;
		transform: translateY(0);
		display: flex;
		padding: 0 12px;
		z-index: 2000;
	}

	.gallery_main_slide {
		z-index: 10 !important;
	}

	.gallery_arrow svg {
		width: 12px;
		height: 12px;
	}

	/* Мініатюри — менші, по центру */
	.gallery_thumbs {
		margin: 16px 0 0;
		padding: 0 24px;
	}

	.gallery_thumbs .slick-list {
		margin: 0 -4px;
	}

	.gallery_thumbs .slick-slide {
		padding: 0 4px;
	}

	.gallery_thumb {
		width: 64px;
		height: 64px;
		border-radius: 4px;
		border: 1px solid #ebedf0;
	}

	.gallery_thumb.active {
		border-color: #3fb6f5;
	}

	/* Product info — фон на всю ширину */
	.product_top_r .product_info {
		background: #f6f7f8;
		border-radius: 5px;
		padding: 20px 10px;
		margin-bottom: 0;
	}

	/* Заголовок товару */
	.product_title {
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0.9px;
	}

	/* Статус і артикул */
	.product_status {
		margin-top: 12px;
	}

	.stock_badge {
		background: #fff;
		border-radius: 10px;
		padding: 5px 10px;
		font-size: 10px;
	}

	.product_sku {
		font-size: 10px;
	}

	/* Price row — білий блок з рамкою */
	.price_row {
		background: #fff;
		border: 1px solid #eeeff2;
		border-radius: 22px;
		padding: 7px;
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	.price_now {
		font-size: 18px;
		font-weight: 500;
		color: #373737;
		margin-right: 0;
		margin-left: 20px;
	}

	.price_old {
		font-size: 14px;
	}

	qty_stepper {
		margin-right: 20px;
	}

	qty_stepper button {
		width: 36px;
		height: 36px;
		min-width: 36px;
		background: #f6f7f8;
		border: 1px solid #eeeff2;
		border-radius: 5px;
	}

	qty_stepper input {
		width: 36px;
		font-size: 14px;
	}

	.product_info .buy_btn {
		height: 48px;
		border-radius: 18px;
		font-size: 12px;
		min-width: 140px;
		margin-left: 0;
	}

	/* Quick order — окремий блок */
	.quick_order_row {
		background: #fff;
		border: 1px solid #eeeff2;
		border-radius: 24px;
		padding: 5px;
		margin-top: 10px;
	}

	.quick_order_row input[type=tel] {
		height: 44px;
		font-size: 14px;
		padding: 0 14px;
		text-align: center;
	}

	.quick_order_row input[type=tel]::placeholder {
		font-size: 14px;
	}

	.quick_order_btn {
		height: 48px;
		font-size: 12px;
		border-radius: 18px;
		max-width: 100%;
	}

	/* Варіанти товару — 4 колонки */
	.variants_section {
		margin-top: 30px;
	}

	.variants_title {
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.variants_grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 6px;
	}

	.variants_item {
		border-radius: 8px;
		border: 1px solid transparent;
		background: #fff;
		padding: 4px;
	}

	.variants_item.active,
	.variants_item:hover {
		border-color: #7ab6c9;
	}

	.variants_item img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	/* Мобільні таби — пілюлі */
	.mobile-tabs-wrapper {
		margin-top: 10px;
		border-radius: 5px;
		/* padding: 3px; */
		order: 2;
	}

	.mobile-tabs-nav {
		background: #f6f7f8;

		display: flex;
		gap: 0;
		border-bottom: none;
		margin-bottom: 0;
		overflow-x: auto;
		padding: 3px;
	}

	.mobile-tab-btn {
		padding: 9px 15px;
		font-size: 12px;
		font-weight: 700;
		color: #7a7a7a;
		background: transparent;
		border: none;
		border-radius: 3px;
		margin-bottom: 0;
		white-space: nowrap;
		transition: all 0.2s;
		flex: 1;
	}

	.mobile-tab-btn.active {
		background: #fff;
		color: #0096c7;
	}

	.mobile-tabs-content {
		background: #fff;
		border-radius: 0 0 5px 5px;
		margin-top: 3px;
		padding: 3px;
		background: #f6f7f8;

	}

	.mobile-tab-pane {
		padding: 16px 9px;

	}

	.cart-popup__actions {
		flex-direction: column;
	}

	.cart-popup__continue,
	.cart-popup__checkout {
		min-height: 48px;
	}

	/* Характеристики в табах */
	.mobile-tab-pane .char_box,
	.mobile-tab-pane .descr_box {
		background: transparent;
		padding: 0;
		border-radius: 0;
	}

	.mobile-tab-pane .char_box h3,
	.mobile-tab-pane .descr_box h3 {
		display: none;
	}

	.char_row {
		padding: 8px 0;
		font-size: 12px;
	}

	.char_name {
		font-size: 12px;
		font-weight: 700;
	}

	.char_dots {
		border-bottom: 1px dotted #c9c9cf;
		margin: 0 6px 4px;
	}

	.char_value {
		font-size: 12px;
		font-weight: 500;
	}

	/* Доставка/оплата в табах */
	.mobile-tab-pane .info_block {
		background: transparent;
		padding: 0;
		margin-bottom: 16px;
	}

	.mobile-tab-pane .info_block_head {
		margin-bottom: 10px;
	}

	.mobile-tab-pane .info_block_head h3 {
		font-size: 14px;
		font-weight: 700;
	}

	.mobile-tab-pane .info_block_head a {
		font-size: 12px;
	}

	.mobile-tab-pane .info_note {
		margin-bottom: 12px;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.mobile-tab-pane .info_block_head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.mobile-tab-pane .info_note span {
		font-size: 12px;
	}

	.mobile-tab-pane .info_note a {
		font-size: 12px;
	}

	.mobile-tab-pane .icon_grid {
		flex-direction: row;
		gap: 3px;
	}

	.mobile-tab-pane .icon_item {
		padding: 12px 8px;
		font-size: 11px;
		line-height: 120%;
		font-weight: 400;
	}

	.mobile-tab-pane .icon_item svg {
		width: 20px;
		height: 20px;
		margin-bottom: 6px;
	}

	/* Схожі товари — 2 колонки */
	.product_rel_section {
		margin: 40px 0;
	}

	.product_rel_section .category__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.product_rel_section .category__card {
		border: 1px solid #e2e2e2;
		border-radius: 5px;
	}

	.product_rel_section .category__card-info {
		padding: 10px;
	}

	.product_rel_section .category__card-name {
		font-size: 12px;
		min-height: 32px;
	}

	.product_rel_section .category__card-name a {
		font-size: 12px;
		line-height: 1.3;
	}

	.product_rel_section .category__card-price {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.product_rel_section .category__buy {
		height: 36px;
		font-size: 10px;
		border-radius: 8px;
	}

	/* Кікер для схожих товарів */
	.product_rel_section .home_categories__kicker {
		display: block;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		color: #0096c7;
		margin-bottom: 8px;
	}

	.product_related_title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	/* Заголовок сторінки */
	.product_page h1 {
		font-size: 18px;
	}

	.breadcrumb_wrapper {
		flex-wrap: nowrap;
		overflow: auto;
		margin-top: 15px;
	}

	body:has(.product_top) .breadcrumb_wrapper {
		margin-top: 0;
	}

	.product_gallery {
		position: relative;
	}

	.breadcrumb_wrapper * {
		white-space: nowrap;
	}
}






@media (max-width:991px) {
	.product_top {
		flex-direction: column;
	}



	.info_col,
	.char_col {
		max-width: 100%;
	}
}

/* ============================================================
   Simplecheckout — сторінка оформлення замовлення
   ============================================================ */
.simple-content {
	margin: 0;
	font-family: "Manrope", sans-serif;
}

/* Заголовки блоків */
.simple-content .simplecheckout .checkout-heading,
.simple-content .simplecheckout-block .checkout-heading {
	background: var(--white);
	border: 1px solid var(--border);
	border-bottom: none;
	border-radius: var(--radius) var(--radius) 0 0;
	padding: 12px 16px;
	margin: 0;
	color: var(--ink);
}

.simple-content .checkout-heading h4,
.simple-content .checkout-heading .panel-title {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.simple-content .simplecheckout-block {
	margin-bottom: 16px;
}

.simple-content .simplecheckout-block-content {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 16px;
}

.simple-content .checkout-heading+.simplecheckout-block-content {
	border-radius: 0 0 var(--radius) var(--radius);
}

/* Підписи полів */
.simple-content .simplecheckout label {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink-mid);
}

.checkout_title {
	margin-top: 0;
	margin-bottom: 15px;
}

.simple-content .simplecheckout .text-danger,
.simple-content .simplecheckout label .required {
	color: #d9534f;
}

/* Поля вводу */
.simple-content .simplecheckout .form-control,
.simple-content .simplecheckout input[type="text"],
.simple-content .simplecheckout input[type="email"],
.simple-content .simplecheckout input[type="tel"],
.simple-content .simplecheckout input[type="password"],
.simple-content .simplecheckout select,
.simple-content .simplecheckout textarea {
	height: 36px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: none;
	font-size: 12px;
	color: var(--ink);
	background: var(--white);
	transition: border-color var(--tr), box-shadow var(--tr);
}

.simple-content .simplecheckout textarea {
	height: auto;
	min-height: 80px;
}

.simple-content .simplecheckout .form-control:focus,
.simple-content .simplecheckout input:focus,
.simple-content .simplecheckout select:focus,
.simple-content .simplecheckout textarea:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 2px rgba(30, 181, 230, 0.15);
	outline: none;
}

/* Помилки валідації */
.simple-content .simplecheckout-error-text {
	font-size: 11px;
	color: #d9534f;
	margin-top: 4px;
}

.simple-content .simplecheckout .has-error .form-control {
	border-color: #d9534f;
}

/* Радіо/чекбокси доставки й оплати */
.simple-content .simplecheckout .radio label,
.simple-content .simplecheckout .checkbox label {
	font-weight: 400;
	color: var(--ink-mid);
	font-size: 12px;
}

.simple-content .simplecheckout input[type="radio"],
.simple-content .simplecheckout input[type="checkbox"] {
	accent-color: var(--accent);
}

/* Кошик на оформленні */
.simple-content .simplecheckout-cart {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
}

.simple-content .simplecheckout-cart th {
	background: var(--bg);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--ink-mid);
	padding: 10px 12px;
	border-bottom: 1px solid var(--border);
}

.simple-content .simplecheckout-cart td {
	padding: 10px 12px;
	border-bottom: 1px solid var(--border);
	vertical-align: middle;
	font-size: 12px;
	color: var(--ink-mid);
}

/* назви товарів — ліворуч */
.simple-content .simplecheckout-cart td.name {
	text-align: left;
}

.simple-content .simplecheckout-cart tbody tr:last-child td {
	border-bottom: none;
}

.simple-content .simplecheckout-cart .name a {
	color: var(--ink);
	font-weight: 600;
	transition: color var(--tr);
}

.simple-content .simplecheckout-cart .name a:hover {
	color: var(--accent);
}

/* Підсумки (totals) */
.simple-content .simplecheckout-cart-total,
.simple-content table.simplecheckout-cart tfoot td {
	font-size: 17px;
	color: var(--ink-mid);
	border: unset !important;
}

.simple-content .simplecheckout-cart-total b,
.simple-content table.simplecheckout-cart tfoot td:last-child b {
	color: var(--ink);
}

.simple-content .simplecheckout-cart tfoot tr:last-child td,
.simple-content .simplecheckout-cart-total.simplecheckout-cart-total-grand td {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink);
}

/* Купон / сертифікат */
.simple-content .simplecheckout-cart .input-group .form-control {
	height: 36px;
}

/* Кнопки */
.simple-content .button_oc,
.simple-content #simplecheckout_button_confirm,
.simple-content #simplecheckout_login .button {
	display: inline-block;
	background: var(--accent);
	border: 1px solid var(--accent);
	border-radius: var(--radius);
	color: var(--white) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 28px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background var(--tr), border-color var(--tr), opacity var(--tr);
}

.simple-content .button_oc:hover,
.simple-content #simplecheckout_button_confirm:hover,
.simple-content #simplecheckout_login .button:hover {
	background: var(--accent-dk);
	border-color: var(--accent-dk);
	color: var(--white) !important;
	text-decoration: none;
}

.simple-content .button_oc[disabled],
.simple-content .button_oc.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.simple-content .simplecheckout-button-block {
	margin-top: 20px;
}

.simple-content .simplecheckout-button-right {
	text-align: right;
}

.simple-content .simplecheckout-button-left .button_oc,
.simple-content #simplecheckout_button_back,
.simple-content #simplecheckout_button_prev {
	background: var(--white);
	border-color: var(--border);
	color: var(--ink-mid) !important;
}

.simple-content .simplecheckout-button-left .button_oc:hover,
.simple-content #simplecheckout_button_back:hover,
.simple-content #simplecheckout_button_prev:hover {
	background: var(--bg);
	border-color: var(--accent);
	color: var(--accent) !important;
}

/* Чекбокс згоди */
.simple-content #agreement_checkbox .checkbox label {
	font-size: 12px;
	color: var(--ink-mid);
}

.simple-content #agreement_checkbox a {
	color: var(--accent);
}

.simple-content #agreement_checkbox a:hover {
	color: var(--accent-dk);
}

/* Попередження / помилки блоків */
.simple-content .simplecheckout-warning-block {
	border-radius: var(--radius);
	font-size: 12px;
}

/* Колонки */
.simple-content .simplecheckout-left-column,
.simple-content .simplecheckout-right-column {
	max-width: none;
}

/* Кроки (якщо ввімкнені) */
.simple-content .simple-step-vertical {
	border-radius: var(--radius);
}

/* Quantity stepper — кошик на оформленні */
.simple-content .simplecheckout-cart .input-group.btn-block {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 140px !important;
	gap: 0;
}

.simple-content .simplecheckout-cart .input-group-btn {
	display: flex;
	min-width: 32px;
}

.simple-content .simplecheckout-cart .input-group-btn .btn {
	width: 32px;
	height: 32px;
	min-width: 32px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--bg);
	color: var(--ink-mid);
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
	transition: background var(--tr), color var(--tr), border-color var(--tr);
}

.simple-content .simplecheckout-cart .input-group-btn .btn:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--white);
}

.simple-content .simplecheckout-cart .input-group-btn .btn-danger {
	border-color: transparent;
	background: transparent;
	color: #ccc;
}

.simple-content .simplecheckout-cart .input-group-btn .btn-danger:hover {
	background: #e74c3c;
	border-color: #e74c3c;
	color: var(--white);
}

.simple-content .simplecheckout-cart .input-group-btn .btn i {
	font-size: 10px;
	line-height: 1;
}

.simple-content .simplecheckout-cart .input-group .form-control {
	width: 36px;
	height: 32px;
	min-width: 36px;
	padding: 0;
	border: 1px solid var(--border);
	border-left: none;
	border-right: none;
	border-radius: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	background: var(--white);
	box-shadow: none;
}

/* Мобільна адаптація */
@media (max-width: 768px) {
	.simple-content .simplecheckout-block-content {
		padding: 12px;
	}

	.simple-content .simplecheckout-button-block .button_oc {
		width: 100%;
		text-align: center;
		margin-top: 8px;
	}

	.simple-content .simplecheckout-button-right,
	.simple-content .simplecheckout-button-left {
		text-align: center;
	}
}

/* Мобільна версія кошика — карткова instead of табличної */
@media (max-width: 640px) {

	/* перекриваємо simple.css — повертаємо кнопки +/- */
	.simple-content .simplecheckout-cart td.quantity [data-onclick*=increase],
	.simple-content .simplecheckout-cart td.quantity [data-onclick*=decrease] {
		display: flex !important;
	}

	/* ховаємо зайві колонки */
	.simple-content .simplecheckout-cart col.model,
	.simple-content .simplecheckout-cart th.model,
	.simple-content .simplecheckout-cart td.model,
	.simple-content .simplecheckout-cart col.price,
	.simple-content .simplecheckout-cart th.price,
	.simple-content .simplecheckout-cart td.price {
		display: none !important;
	}

	/* скидаємо табличну верстку — кожен рядок як блок */
	.simple-content .simplecheckout-cart,
	.simple-content .simplecheckout-cart thead,
	.simple-content .simplecheckout-cart tbody,
	.simple-content .simplecheckout-cart tr,
	.simple-content .simplecheckout-cart td {
		display: block;
	}

	.simple-content .simplecheckout-cart thead {
		display: none;
	}

	.simple-content .simplecheckout-cart tbody tr {
		background: var(--white);
		border: 1px solid var(--border);
		border-radius: var(--radius);
		padding: 12px;
		margin-bottom: 10px;
		position: relative;
	}

	.simple-content .simplecheckout-cart tbody tr:last-child {
		margin-bottom: 0;
	}

	.simple-content .simplecheckout-cart tbody tr:last-child td {
		border-bottom: none;
	}

	.simple-content .simplecheckout-cart td {
		border: none !important;
		padding: 4px 0;
	}

	/* зображення + назва в одному рядку */
	.simple-content .simplecheckout-cart td.name {
		display: flex !important;
		align-items: flex-start;
		gap: 10px;
		text-align: left;
		padding-right: 30px;
	}

	.simple-content .simplecheckout-cart td.name div.image {
		display: block !important;
		flex-shrink: 0;
	}

	.simple-content .simplecheckout-cart td.name div.image img {
		width: 60px;
		height: auto;
		border-radius: var(--radius);
	}

	.simple-content .simplecheckout-cart td.name a {
		font-size: 12px;
		line-height: 1.3;
		font-weight: 600;
	}

	.hbtn-search-drop {
		top: 56px;
		right: 10px;
		left: 10px;
		width: auto;
		position: fixed;
	}

	/* опції дрібним текстом */
	.simple-content .simplecheckout-cart td.name .options {
		font-size: 11px;
		color: var(--ink-soft);
		margin-top: 2px;
	}

	/* quantity + total в одному flex-рядку внизу */
	.simple-content .simplecheckout-cart td.quantity {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding-top: 8px;
		margin-top: 8px;
		border-top: 1px solid var(--border) !important;
	}

	.simple-content .simplecheckout-cart td.quantity .input-group.btn-block {
		margin: 0;
	}

	.simple-content .simplecheckout-cart td.quantity .input-group-btn .btn {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.simple-content .simplecheckout-cart td.quantity .form-control {
		height: 30px;
		width: 34px;
		min-width: 34px;
		font-size: 13px;
	}

	/* total після степеру */
	.simple-content .simplecheckout-cart td.total {
		font-size: 14px;
		font-weight: 700;
		color: var(--ink);
	}

	/* кнопка видалення — абсолютно вгорі праворуч */
	.simple-content .simplecheckout-cart td.remove {
		position: absolute;
		top: 8px;
		right: 8px;
		padding: 0;
	}

	.simple-content .simplecheckout-cart td.remove .btn-danger {
		width: 26px;
		height: 26px;
		min-width: 26px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid var(--border);
		background: var(--white);
		color: #bbb;
		font-size: 11px;
	}

	.simple-content .simplecheckout-cart td.remove .btn-danger:hover {
		background: #e74c3c;
		border-color: #e74c3c;
		color: var(--white);
	}

	/* зображення товару в td.image показати теж у картці */
	.simple-content .simplecheckout-cart td.image {
		display: none !important;
	}

	.checkout_title {
		font-size: 27px;
	}
}

/* ============================================================
   Success — сторінка "Замовлення прийняте"
   ============================================================ */
body.checkout-success #content {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 48px 40px !important;
	margin-bottom: 40px;
	text-align: center;
}

/* Іконка успіху */
body.checkout-success #content h1::before {
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	background: var(--accent);
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 32px;
	background-position: center;
	background-repeat: no-repeat;
}

/* Заголовок */
body.checkout-success #content h1 {
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--ink);
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	border: none;
}

/* Текст повідомлення */
body.checkout-success #content p {
	font-size: 14px;
	line-height: 1.7;
	color: var(--ink-mid);
	max-width: 560px;
	margin: 0 auto 6px;
	text-align: center;
}

body.checkout-success #content p a {
	color: var(--accent);
	font-weight: 600;
	transition: color var(--tr);
}

body.checkout-success #content p a:hover {
	color: var(--accent-dk);
}

/* Кнопка "Продовжити" */
body.checkout-success #content .buttons {
	text-align: center;
	margin-top: 28px;
}

body.checkout-success #content .buttons .btn-primary {
	float: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--accent);
	border: 1px solid var(--accent);
	border-radius: var(--radius);
	color: var(--white) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 36px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background var(--tr), border-color var(--tr);
	text-decoration: none;
}

body.checkout-success #content .buttons .btn-primary:hover {
	background: var(--accent-dk);
	border-color: var(--accent-dk);
	color: var(--white) !important;
}

/* Мобільна версія */
@media (max-width: 768px) {
	body.checkout-success #content {
		padding: 32px 20px !important;
	}

	body.checkout-success #content h1 {
		font-size: 18px;
	}

	body.checkout-success #content p {
		font-size: 13px;
	}

	body.checkout-success #content .buttons .btn-primary {
		width: 100%;
	}
}

/* ============================================================
   Wishlist — сторінка "Закладки" (account/wishlist)
   ============================================================ */
.accountin_wrapper {
	background: var(--bg);
	border-radius: 10px;
	padding: 27px 35px 35px;
	margin-bottom: 40px;
}

.container:has(>.accountin_wrapper) {
	min-height: 50vh;
}

.accountin_wrapper h2 {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	color: var(--ink);
	margin: 0 0 24px;
	text-align: left;
}

/* Список товарів */
.wish_prod_wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Один товар */
.wish_prod_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 8px;
	padding: 12px 18px 12px 12px;
}

/* Ліва частина: зображення + назва */
.wish_prod_item_left {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1;
	min-width: 0;
}

.wish_prod_item_img img {
	width: 75px;
	min-width: 75px;
	height: 75px;
	object-fit: cover;
	border-radius: 3px;
}

.wish_prod_item_name a {
	font-weight: 600;
	font-size: 14px;
	color: var(--ink);
	display: block;
	margin-bottom: 6px;
	transition: color var(--tr);
	text-decoration: none;
}

.wish_prod_item_name a:hover {
	color: var(--accent);
}

.wish_prod_item_art {
	font-weight: 400;
	font-size: 13px;
	color: var(--ink-soft);
}

/* Ціна */
.wish_prod_item_price {
	min-width: 65px;
	text-align: left;
}

.wish_prod_item_price_regular {
	font-weight: 700;
	font-size: 15px;
	color: var(--ink);
	white-space: nowrap;
}

.wish_prod_item_price .price {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}

.wish_prod_item_price .price-old {
	font-size: 12px;
	text-decoration: line-through;
	color: var(--ink-soft);
}

.wish_prod_item_price .price-new {
	font-size: 15px;
	color: #e53935;
	font-weight: 700;
}

/* Кнопка "В кошик" — адаптуємо buy_btn під wishlist */
.wish_prod_item_buy .buy_btn {
	height: 38px;
	border: none;
	border-radius: 6px;
	background: var(--accent);
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--white);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	transition: background var(--tr);
	white-space: nowrap;
	margin: 0;
	min-width: auto;
	flex: none;
}

.wish_prod_item_buy .buy_btn:hover {
	background: var(--accent-dk);
}

/* Кнопка видалення (сердечко) */
.wish_prod_item_remove {
	color: var(--ink-soft);
	transition: color var(--tr);
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 0;
	min-width: 24px;
	justify-content: center;
}

.wish_prod_item_remove:hover {
	color: #e53935;
}

.wish_prod_item_remove svg {
	width: 19px;
	height: auto;
}

/* Пустий стан */
.noprod_wish {
	text-align: center;
	font-size: 15px;
	color: var(--ink-soft);
	padding: 30px 0;
	margin: 0;
}

/* Мобільна версія */
@media (max-width: 768px) {
	.accountin_wrapper {
		padding: 20px 15px;
	}

	.accountin_wrapper h2 {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.wish_prod_item {
		flex-wrap: wrap;
		padding: 12px;
		gap: 12px;
	}

	.wish_prod_item_left {
		flex: 1 1 100%;
		gap: 12px;
	}

	.wish_prod_item_img img {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}

	.wish_prod_item_name a {
		font-size: 13px;
	}

	.wish_prod_item_price {
		min-width: auto;
	}

	.wish_prod_item_price_regular,
	.wish_prod_item_price .price-new {
		font-size: 14px;
	}

	.wish_prod_item_buy .buy_btn {
		font-size: 12px;
		padding: 0 14px;
		height: 34px;
	}
}

@media (max-width: 480px) {
	.wish_prod_item_buy .buy_btn {
		width: 100%;
	}
}

/* ===== Сторінка батьківської категорії (підкатегорії) ===== */
.category-page {
	margin-bottom: 60px;
}

.category-page__header {
	text-align: center;
	margin: 40px 0 48px;
}

.category-page__kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	color: var(--accent);
	text-transform: uppercase;
	margin-bottom: 12px;
}

.category-page__title {
	font-size: 42px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.15;
	margin: 0;
}

/* Grid of subcategories */
.subcats_wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.item_sub_category {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	background: var(--white);
	border-radius: 12px;
	padding: 24px 16px 18px;
	border: 1px solid var(--border);
	transition: transform var(--tr), box-shadow var(--tr), border-color var(--tr);
	will-change: transform;
}

.item_sub_category:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	border-color: var(--accent);
	text-decoration: none;
}

.sub_cat_img {
	width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	background: transparent;
	margin-bottom: 14px;
	transition: background var(--tr);
}



.sub_cat_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
	transition: transform var(--tr);
}

.item_sub_category:hover .sub_cat_img img {
	transform: scale(1.08);
}

.name_category {
	font-size: 14px;
	font-weight: 600;
	color: var(--ink-mid);
	text-align: center;
	line-height: 1.3;
	transition: color var(--tr);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.item_sub_category:hover .name_category {
	color: var(--accent-dk);
}

/* Description section */
.description_wrapper {
	margin-top: 48px;
	padding: 32px;
	background: var(--white);
	border-radius: 12px;
	border: 1px solid var(--border);
}

.description_content {
	font-size: 14px;
	line-height: 1.7;
	color: var(--ink-soft);
}

.description_content p {
	margin-bottom: 12px;
}

.description_content p:last-child {
	margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1200px) {
	.subcats_wrapper {
		grid-template-columns: repeat(4, 1fr);
		gap: 18px;
	}

	.category-page__title {
		font-size: 36px;
	}
}

@media (max-width: 992px) {
	.category-page__header {
		margin: 32px 0 36px;
	}

	.category-page__title {
		font-size: 30px;
	}

	.subcats_wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}

	.item_sub_category {
		padding: 18px 12px 14px;
	}

	.name_category {
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.category-page {
		margin-bottom: 40px;
	}

	.category-page__header {
		margin: 24px 0 28px;
	}

	.category-page__kicker {
		font-size: 10px;
		letter-spacing: 2px;
		margin-bottom: 8px;
	}

	.category-page__title {
		font-size: 24px;
	}

	.subcats_wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.item_sub_category {
		padding: 14px 10px 12px;
		border-radius: 10px;
	}

	.item_sub_category:hover {
		transform: translateY(-4px);
	}

	.sub_cat_img {
		border-radius: 6px;
		margin-bottom: 10px;
	}

	.sub_cat_img img {
		padding: 8px;
	}

	.name_category {
		font-size: 12px;
	}

	.description_wrapper {
		margin-top: 32px;
		padding: 20px;
		border-radius: 10px;
	}

	.description_content {
		font-size: 13px;
	}
}

@media (max-width: 400px) {
	.subcats_wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.category-page__title {
		font-size: 20px;
	}
}

/* ===== Information pages (delivery, return, terms, contact) ===== */
.info_page #content {
	width: 100%;
}

.info_page h1 {
	margin-top: 0;
}

.info_page .info_page_wrap {
	margin-top: 20px;
	background: var(--white);
	font-size: 14px;
	line-height: 1.7;
	color: var(--ink-soft);
	margin-bottom: 40px;
}

.info_page .info_page_wrap h2 {
	font-size: 24px;
	font-weight: 700;
	color: var(--ink);
	margin: 36px 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--bg);
}

.info_page .info_page_wrap h2:first-child {
	margin-top: 0;
}

.info_page .info_page_wrap h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--ink-mid);
	margin: 28px 0 14px;
	text-align: center;
}

.info_page .info_page_wrap h4 {
	font-size: 15px;
	font-weight: 600;
	color: var(--ink-mid);
	margin: 20px 0 10px;
}

.info_page .info_page_wrap p {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--ink-soft);
}

.info_page .info_page_wrap p:last-child {
	margin-bottom: 0;
}

.info_page .info_page_wrap ul,
.info_page .info_page_wrap ol {
	margin: 12px 0 16px;
	padding-left: 24px;
}

.info_page .info_page_wrap ul li,
.info_page .info_page_wrap ol li {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ink-soft);
}

.info_page .info_page_wrap ul li {
	list-style: disc;
}

/* Highlighted list (✔ items) */
.info_page .info_page_wrap .list-check {
	list-style: none;
	padding-left: 0;
}

.info_page .info_page_wrap .list-check li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 16px;
	background: var(--bg);
	border-radius: 8px;
	margin-bottom: 8px;
	list-style: none;
}

.info_page .info_page_wrap .list-check li::before {
	content: "✓";
	color: var(--accent);
	font-weight: 700;
	font-size: 16px;
	flex-shrink: 0;
	margin-top: 1px;
}

.product-special #content {
	min-height: 55vh;
}

/* Messenger buttons list */
.info_page .info_page_wrap .list-phones {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0;
	justify-content: center;
}

.info_page .info_page_wrap .list-phones li {
	list-style: none;
	margin: 0;
}

.info_page .info_page_wrap .list-phones .btn-messenger {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	transition: opacity var(--tr), transform var(--tr);
	will-change: transform;
}

.info_page .info_page_wrap .list-phones .btn-messenger:hover {
	opacity: 0.88;
	transform: translateY(-2px);
	text-decoration: none;
	color: #fff;
}

.info_page .info_page_wrap .list-phones .btn-messenger svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	display: block;
}

/* Viber — фірмовий фіолетовий */
.info_page .info_page_wrap .list-phones .btn-viber {
	background: #7360F2;
}

/* Telegram — фірмовий синій */
.info_page .info_page_wrap .list-phones .btn-telegram {
	background: #0088cc;
}

/* Info box (accent border callout) */
.info_page .info_page_wrap .info-box {
	background: #f0f9ff;
	border-left: 4px solid var(--accent);
	padding: 20px 24px;
	border-radius: 6px;
	margin: 20px 0;
}

.info-box p a {
	white-space: nowrap;
}

.info_page .info_page_wrap .info-box p {
	margin-bottom: 0;
}

/* Two-column contact grid */
.info_page .info_page_wrap .contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 24px 0;
}

.info_page .info_page_wrap .contact-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 24px 20px;
	text-align: center;
	transition: box-shadow var(--tr), transform var(--tr);
}

.info_page .info_page_wrap .contact-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

.info_page .info_page_wrap .contact-card .contact-icon {
	font-size: 32px;
	margin-bottom: 10px;
	display: block;
}

.info_page .info_page_wrap .contact-card .contact-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 8px;
}

.info_page .info_page_wrap .contact-card .contact-value {
	font-size: 15px;
	font-weight: 600;
	color: var(--ink);
}

.info_page .info_page_wrap .contact-card .contact-value a {
	color: var(--ink);
	text-decoration: none;
}

.info_page .info_page_wrap .contact-card .contact-value a:hover {
	color: var(--accent);
}

/* Address block */
.info_page .info_page_wrap .address-block {
	background: var(--bg);
	border-radius: 10px;
	padding: 20px 24px;
	margin: 16px 0;
}

.info_page .info_page_wrap .address-block strong {
	color: var(--ink-mid);
}

.info_page .info_page_wrap .address-block p {
	margin-bottom: 4px;
}

.info_page .info_page_wrap .address-block p:last-child {
	margin-bottom: 0;
}

/* Terms page — simple readable text */
.info_page .info_page_wrap.terms-text {
	padding: 0;
}

.info_page .info_page_wrap.terms-text p {
	margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
	.info_page .info_page_wrap {
		padding: 24px 20px;
	}

	.info_page .info_page_wrap h2 {
		font-size: 20px;
		margin: 28px 0 12px;
	}

	.info_page .info_page_wrap h3 {
		font-size: 16px;
		margin: 22px 0 10px;
	}

	.info_page .info_page_wrap .contact-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.info_page .info_page_wrap.terms-text {
		padding: 24px 20px;
	}
}

@media (max-width: 480px) {
	.info_page .info_page_wrap {
		padding: 0;
	}

	.info_page h1 {
		font-size: 28px;
	}

	.info_page .info_page_wrap h2 {
		font-size: 18px;
	}

	.info_page .info_page_wrap p,
	.info_page .info_page_wrap ul li,
	.info_page .info_page_wrap ol li {
		font-size: 13px;
	}

	.info_page .info_page_wrap .list-check li {
		padding: 10px 14px;
	}

	.info_page .info_page_wrap .contact-card {
		padding: 18px 16px;
	}

	.info_page .info_page_wrap .info-box {
		padding: 16px 18px;
	}

	.info_page .info_page_wrap h3 {
		text-align: center;
	}


	.info_page .info_page_wrap .list-phones li {
		flex: 1;
	}

	.info_page .info_page_wrap .list-phones li a {
		width: 100%;
		justify-content: center;
	}
}