body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
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;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #fa9b7a;
	background-image: linear-gradient(to bottom, #fa9b7a, #fa9b7a);
	background-repeat: repeat-x;
	border-color: #fa9b7a #fa9b7a #fa9b7a;
	min-height: 40px;
	color: #fff!important;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	margin-right: 20px;
	transition: opacity 0.2s ease;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	margin-right: 20px;
	transition: opacity 0.2s ease;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #a94442;
	background-image: linear-gradient(to bottom, #a94442, #a94442);
	background-repeat: repeat-x;
	border-color: #a94442 #a94442 #a94442;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

 /* Відступи між слайдами */
.slick-carousel .slick-slide {
  padding: 0 10px;
}
.wishlist-btn.active i {
  color: red;
}


/* Центрування dots */
.slick-dots {
  margin-top: 15px;
  text-align: center;
}

/* Стиль для dots */
.slick-dots li button:before {
  font-size: 10px;
  color: #aaa;
}
.slick-dots li.slick-active button:before {
  color: #000;
}
/* Заборонити горизонтальний scroll */
body {
  overflow-x: hidden;
}

/* Переконайся, що слайди не виходять */
.slick-slide {
  box-sizing: border-box;
  overflow: hidden;
}
/* Гарантоване блокування горизонтального скролу */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* Усі елементи — не ширші за viewport */
* {
  box-sizing: border-box;
}

/* Виправлення можливих перепадів у slick */
.slick-slide {

  overflow: hidden;
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	right: unset;
	border-right: unset;
	border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.wishlist-btn.active i {
	color: red;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fa9b7a;
	background-image: linear-gradient(to bottom, #fa9b7a, #fa9b7a);
	background-repeat: repeat-x;
	border-color: #fa9b7a #fa9b7a #fa9b7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #e56b52!important;
	background-position: 0 -15px;
	background-image: linear-gradient(to bottom, #e56b52, #e56b52);
	background-repeat: repeat-x;
	border-color: #e56b52 #e56b52 #e56b52;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
@media (min-width: 768px) {
	.product-card {
		height: 320px!important;
	}
	.slick-slide  {
		height: 320px!important;
	}
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
	float: right;

}
html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;

}
@media (min-width: 768px) {

	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav > li {
		float: right;
	}

}
/* Верхняя серая панель */
.top-bar {
	background-color: #ffffff; /* или #fff5f2 для лёгкого акцента */
	border-bottom: 1px solid #f3f3f3;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #1c1c1c;
}

.top-bar a {
	color: #1c1c1c;
	text-decoration: none;
	margin-right: 15px;
	transition: color 0.2s ease;
}

.top-bar a:hover {
	color: #fa9b7a; /* акцент при наведении */
}

.top-bar i {
	color: #fa9b7a; /* цвет иконок */
}

.manticore-results {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	max-height: 300px;
	overflow-y: auto;
	z-index: 9999;
	width: 100%;
	left: 0;
	top: 40px;
}
.manticore-results div {
	padding: 8px;
	border-bottom: 1px solid #eee;
}
.manticore-results div:hover {
	background: #f5f5f5;
}

.product-thumb h4 {
	height: 48px; /* або інша висота, яка тобі підходить */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* кількість рядків, які потрібно показати */
	-webkit-box-orient: vertical;
	line-height: 24px; /* важливо — залежить від твого дизайну */
}
@media (max-width: 768px) {
	.product-thumb .caption {
		height: 225px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.product-thumb .image {
		height: 183px;
	}
}
.product-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	font-family: 'Helvetica Neue', sans-serif;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	margin: 0; /* ВАЖЛИВО: усуває зайві відступи */
}

.product-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.wishlist-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background: none;
	font-size: 20px;
	color: #ccc;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.wishlist-btn.active i {
	color: #f26522;
}


.wishlist-btn:hover {
	color: #f26522;
}

.wishlist-btn i {
	font-size: 22px;
}

.product-title {
	font-size: 16px;
	font-weight: 700;
	color: #007b9c;
	margin: 10px 0 5px 0;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	overflow: hidden;
	text-overflow: ellipsis;

	height: 2.6em;
	line-height: 1.3;

	white-space: normal;
	word-break: normal; /* важливо */
}


.product-desc {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
	line-height: 1.3;

	display: -webkit-box;
	-webkit-line-clamp: 2;            /* теж 2 рядки */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 2.6em;
}


.product-price {
	font-size: 20px;
	font-weight: bold;
	color: #007b9c;
	margin-bottom: 10px;
}

.add-to-cart {
	background-color: #f26522;
	color: #fff;
	border: none;
	border-radius: 24px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background 0.2s;
	width: 100%;
	justify-content: center;
}

.add-to-cart:hover {
	background-color: #d9500e;
}

@media (max-width: 768px) {
	.product-card {
		max-width: 100%;
	}
}
#floating-message {
	position: fixed;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Забороняємо виділяти текст на всьому сайті */
html, body, div, span, p, a, li, table, td, th, ul, ol, button, input, textarea {
	-webkit-touch-callout: none;  /* для iOS Safari */
	-webkit-user-select: none;    /* для Chrome, Safari, Opera */
	-khtml-user-select: none;     /* для старих Konqueror */
	-moz-user-select: none;       /* для Firefox */
	-ms-user-select: none;        /* для Internet Explorer/Edge */
	user-select: none;            /* стандартне */
}

/* Якщо у вас є специфічні елементи, в яких потрібно дозволити вибір (наприклад, поля вводу), можна зробити винятки: */
input, textarea {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}
.cart-head-block {
	background: #000;
	color: #fff;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	font-size: 25px;
	padding: 10px;
	font-weight: 500;
	border-radius: 5px;
	width: 100%;
	margin-top: 15px;
}

.info-green-block {
	background-color: #e6f9ec;   /* світло-зелений фон */
	color: #28a745;              /* темно-зелений текст/іконки */
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #7fe596;  /* рамка трохи світліша */
	overflow: hidden;           /* щоб утримати всередині плаваючі елементи */
}


.info-green-item {
	float: left;          /* щоб елементи ставали поруч у ряд */
	box-sizing: border-box;
	display: flex;
	align-items: center;  /* вирівняти іконку та текст по центру вертикально */
	padding: 5px 10px;    /* невеликий відступ усередині */
}

.info-green-item img,
.info-green-item i {
	width: 25px;      /* фіксована ширина іконки */
	height: auto;
}

.info-green-item span {
	margin-left: 8px;
	font-size: 14px;
	line-height: 1.2;
}

@media (max-width: 767px) {
	/* “довгі” (it-left) — 60%, “короткі” (it-right) — 40% */
	.info-green-item.it-left {
		width: 55%;
	}
	.info-green-item.it-right {
		width: 45%;
	}
	/* невеликий відступ під кожним блоком, щоб не злипалися ряди */
	.info-green-item {
		margin-bottom: 10px;
	}
	/* трохи зменшимо шрифт на мобілці, якщо забагато лізе */
	.info-green-item span {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.info-green-item {
		width: 25%;        /* чотири рівних колонки */
		margin-bottom: 0;  /* прибираємо відступи між рядками */
	}
}

.info-green-block::after {
	content: "";
	display: table;
	clear: both;
}
.cart-main-block {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 30px;
	padding: 5px;
} 

.cart-main-block i {
	font-size: 26px;
}

.cart-total-block {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px 5px;
}

.cart-main-block .cart-item {
	border-bottom: 1px solid #eee;
}

.cart-main-block .cart-item:last-child {
	border: none;
}

.panel-title {
	font-size: 20px;
	font-weight: bold;
}

.rec-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/* Додаємо трикрапку в кінці обрізаного тексту */
	text-overflow: ellipsis;
}

.rec-row-item {
	border-bottom: 1px solid #eee;
	padding: 10px 0;

}


.rec-row-item:last-child {
	border: none;
}

@media (max-width: 767px) {
	.product-title {
		font-size: 16px;
		line-height: 25px;
		height: 50px;
		color: #000;
	}
	
}


.manticore-results {
	display: none;
}


/* Припускаємо, що десь у head у вас є
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
   і після нього — власний блок стилів, або окремий файл */

   .product-page {
   	margin-top: 30px;
   	margin-bottom: 30px;
   }

   .main-image {
   	width: 100%;
   	background-color: #f0f0f0;
   	height: 400px;
   	object-fit: cover;
   	cursor: pointer;
   	border: 1px solid #ddd;
   }

   .thumb-carousel {
   	position: relative;
   	margin-top: 15px;
   }
   .thumb-carousel .thumbnails {
   	margin: 0;
   	padding: 0;
   	list-style: none;
   	white-space: nowrap;
   	overflow: hidden;
   }
   .thumb-carousel .thumbnails li {
   	display: inline-block;
   	margin-right: 8px;
   }
   .thumb-carousel .thumbnails img {
   	width: 100px;
   	height: 100px;
   	background-color: #e0e0e0;
   	object-fit: cover;
   	border: 2px solid transparent;
   	cursor: pointer;
   }
   .thumb-carousel .thumbnails img.active-thumb {
   	border-color: #ff7f00; /* Помаранчева рамка для поточної мініатюри */
   }

   .thumb-carousel .nav-arrow {
   	position: absolute;
   	top: 50%;
   	transform: translateY(-50%);
   	font-size: 24px;
   	color: #555;
   	cursor: pointer;
   	z-index: 10;
   	background: rgba(255,255,255,0.8);
   	width: 36px;
   	height: 36px;
   	line-height: 34px;
   	text-align: center;
   	border-radius: 50%;
   	border: 1px solid #ccc;
   }
   .thumb-carousel .nav-left {
   	left: -18px;
   }
   .thumb-carousel .nav-right {
   	right: -18px;
   }
   .thumb-carousel .nav-arrow:hover {
   	color: #000;
   	background: #fff;
   	border-color: #999;
   }

   .modal-image {
   	width: 100%;
   	object-fit: contain;
   }
   .modal-dialog {
   	width: 80%;
   	max-width: 800px;
   }
   .modal-content {
   	background: none;
   	border: none;
   	box-shadow: none;
   }
   .lightbox-arrow {
   	position: absolute;
   	top: 50%;
   	transform: translateY(-50%);
   	font-size: 48px;
   	color: rgba(255,255,255,0.8);
   	cursor: pointer;
   	z-index: 1051;
   	user-select: none;
   }
   .lightbox-left {
   	left: 10px;
   	color: #000;
   }
   .lightbox-right {
   	right: 10px;
   	color: #000;
   }
   .modal-backdrop {
   	background-color: rgba(0,0,0,0.8);
   }
   .modal-header,
   .modal-footer {
   	border: none;
   }
   .modal-body {
   	padding: 0;
   	text-align: center;
   	position: relative;
   }

/* Правий блок */
.store-name {
	font-size: 16px;
	color: #ff7f00;
	margin-bottom: 8px;
	font-weight: bold;
}
.product-title {
/*  font-size: 26px;*/
line-height: 1.2;
margin-top: 10px;
margin-bottom: 15px;
}
.product-title .glyphicon {
	color: #ff0000;
	margin-right: 8px;
	font-size: 28px;
	vertical-align: middle;
}
.prices {
	margin-bottom: 15px;
}
.old-price {
	color: #999;
	font-size: 18px;
	text-decoration: line-through;
	margin-right: 12px;
}
.new-price {
	color: #28a745;
	font-size: 24px;
	font-weight: bold;
}
.product-benefits {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
.product-benefits li {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.3;
}
.product-benefits .glyphicon-heart {
	color: #e62429;
	margin-right: 8px;
	font-size: 16px;
	vertical-align: middle;
}
.availability {
	margin-bottom: 20px;
	font-size: 16px;
}
.availability .glyphicon-ok-circle {
	color: #28a745;
	margin-right: 8px;
	font-size: 18px;
	vertical-align: middle;
	margin-top: -5px;
}
.btn-add {
	background-color: #ffd700;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 0;
	margin-bottom: 25px;
}
.btn-add:hover {
	background-color: #e6c200;
	color: #000;
}
.product-features {
	margin-bottom: 25px;
}
.product-features .feature-icon {
	font-size: 36px;
	color: #28a745;
	margin-bottom: 8px;
}
.product-features .feature-text {
	font-size: 14px;
	line-height: 1.3;
	color: #28a745;
}
.description-title {
	color: #ff7f00;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.description-text {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.interest-section {
	margin-top: 40px;
}
.interest-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.interest-title .glyphicon-shopping-cart {
	margin-right: 8px;
	color: #337ab7;
}

.interest-carousel {
	position: relative;
	overflow: visible;
}
.interest-items {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	overflow-x: hidden;
}
.interest-item {
	display: inline-block;
	width: 23%;
	margin-right: 2%;
}
.interest-item:last-child {
	margin-right: 0;
}
.interest-item img {
	width: 100%;
	background-color: #eee;
	object-fit: cover;
	border: 1px solid #ddd;
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	color: #555;
	cursor: pointer;
	z-index: 10;
	background: rgba(255,255,255,0.8);
	width: 36px;
	height: 36px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.nav-arrow:hover {
	color: #000;
	background: #fff;
}
.nav-arrow.left {
	left: -18px;
}
.nav-arrow.right {
	right: -18px;
}

.interest-indicators {
	margin-top: 15px;
}
.interest-indicators .indicator {
	font-size: 16px;
	color: #ccc;
	margin: 0 4px;
	cursor: pointer;
}
.interest-indicators .indicator.active {
	color: #e62429; /* заповнений червоний */
}

@media (max-width: 767px) {
	/* На мобільних — дві колонки */
	.interest-item {
		width: 48% !important;    /* два елементи по ширині ~48% */
		margin-right: 4% !important;
	}
	.interest-item:nth-child(2n) {
		margin-right: 0 !important;  /* для кожного другого прибираємо правий відступ */
	}
}
#logo {
    margin: 0 0 10px 0;
    width: 293px;
}

.slick-slide {
    display: none;
    float: left;
    height: 310px;
    min-height: 1px;
}
/* робимо зображення у слайді широкими */
.interest-items .interest-item {
	padding: 0 10px;
}
.interest-items .interest-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* контейнер дотсів */
.custom-dots {
	margin-top: 15px;
	text-align: center;
	padding: 5px 0 0 0;
	margin-bottom: 25px;

}

/* кожен дотс — inline-блок */
.custom-dots li {
	display: inline-block;
	margin: 0 5px;
}

/* прибираємо стандартний <button> фон/бордер */
.custom-dots li button {
	background: none;
	border: none;
	padding: 0;
}

/* іконка-«сердечко», неактивна */
.custom-dots li i.fa-heart {
	font-size: 20px;
	color: #ccc;
}

/* активне “сердечко” — червоне */
.custom-dots li.slick-active i.fa-heart {
	color: #e74c3c;
}
/* "З’їдаємо" по 5px зліва/справа загального контейнера */
.interest-carousel .slick-list {
	margin: 0 -5px;
}

/* Додаємо по 5px padding у кожен слайд */
.interest-carousel .slick-slide {
	padding: 0 5px;
	box-sizing: border-box;
}

/* Зображення на всю ширину слайда */
.interest-carousel .interest-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* Якщо потрібно, підкоригуй висоту контейнера, щоб вирівняти всі прев’ю */
.interest-carousel .interest-items {
	align-items: center; /* у випадку flex-контейнера */
}
.interest-carousel .interest-item {
	width: auto !important;
	margin: 0 !important;
}

/* Робимо gutter 10px між слайдами */
/* “з’їдаємо” по 5px зліва і справа на списку */
.interest-carousel .slick-list {
	margin: 0 -5px !important;
}
/* даємо по 5px padding на кожний слайд */
.interest-carousel .slick-slide {
	padding: 0 5px !important;
	box-sizing: border-box;
}

/* Зображення на повну ширину слайда */
.interest-carousel .interest-item img {
	max-width: 200px;
	height: auto;
	display: block;
}

.product-title img {
	width: 30px;		
}

.product-features img {
	width: 65px;
	margin-bottom: 15px;
}

.feature-text {
	line-height: 20px !important;
}

.product-images img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border: 2px solid #eee;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}

/* Активна мініатюра */
.product-images .slick-thumb .slick-current img {
	border-color: #007bff;
}

.product-images .slick-thumb {
	margin-top: 20px;
}

/* Позиціонування стрілок на головному слайдері */
.product-images .slick-main .slick-prev,
.product-images .slick-main .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(0,0,0,0.5);
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.product-images .slick-main .slick-prev { left: 10px; }
.product-images .slick-main .slick-next { right: 10px; }
.product-images .slick-main .slick-prev:before,
.product-images .slick-main .slick-next:before {
	content: none;
}
.product-images .slick-main .slick-prev i,
.product-images .slick-main .slick-next i {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}
.fancybox-content {
	padding: 0;
}

.onepagecheckout .input-group-sm .input-group-btn {
	display: table-cell !important;
	vertical-align: middle !important;
	font-size: inherit; /* або 14px, якщо вам так більше подобається */
}

/* Перекриваємо будь-які font-size:0 із input-groups.less */
.onepagecheckout .input-group-btn > .btn {
	font-size: 18px; /* відновіть потрібний розмір іконки/тексту */
	line-height: 1;  /* щоб кнопки не «розтягувалися» */
}

/* Додатково можна задати фіксовану ширину/висоту для “–” і “+” */
.btn-qty-minus,
.btn-qty-plus {
	width: 32px;
	height: 32px;
	padding: 0;
}
.free-shipping-block {
	border-radius: 5px 5px 5px 5px;
	background-color: #3e9314;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	display: none;
	justify-content: center;  /* горизонтальне вирівнювання по центру */
	align-items: center;
	width: 100%;
}



.free-shipping-block img {
	width: 35px;
}

.free-shipping-block span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}

/** Cart **/

.checkout-wrapper {
	display: flex;
}

.checkout-form {
	flex: 1;
	background: #ffffff;
	padding: 40px 30px;
	overflow-y: auto;
}

.order-summary {
	width: 50%;
	background: #f6f6f6;
	padding: 30px;
	box-shadow: -1px 0 8px rgba(0, 0, 0, 0.05);
}

.paypal-btn {
	background: #ffc439;
	color: #111;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 18px;
}

.product-line {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.product-line img {
	width: 120px;
	height: auto;
	margin-right: 15px;
	border-radius: 8px;
}
.product-line .name strong { 
	vertical-align: middle;
	color: #6d6d6d;
	font-size: 18px;
	font-family: 'TildaSans', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 500;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	width: 480px;
	display: inline-block;
}

.product-line .name span {
	vertical-align: middle;
	color: #6d6d6d;
	font-size: 22px;
	font-family: 'TildaSans', Arial, sans-serif;
	line-height: 1.55;
	font-weight: normal;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

.line, .total-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 695px;
}

.total-line {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.form-title {
	margin-bottom: -15px;
	vertical-align: middle;
	color: #000000;
	font-size: 20px;
	font-family: 'TildaSans', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 600;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

.tooltip-info {
	cursor: help;
	border-bottom: 1px dotted #000;
	display: inline-block;
	margin-left: 5px;
}

.checkout-form  input, select {
	border-width: 1px!important;
	border-radius: 5px 5px 5px 5px!important;
	vertical-align: middle!important;
	color: #6d6d6d!important;
	font-size: 16px!important;
	font-family: 'TildaSans', Arial, sans-serif!important;
	line-height: 1.55!important;
	font-weight: 400!important;
	background-position: center center!important;
	border-color: transparent!important;
	border-style: solid!important;
	height: 50px!important;
	border: 1px solid #eee!important;

}
.checkout-bottom-btn {
	display: flex;
	justify-content: space-between;
	align-items: center; 
}
.check-prev {
	color: #4444ff;
	width: 50%;
	height: auto;
	font-size: 20px;
}
.order-complete {
	color: #000000;
	font-size: 20px;
	font-family: 'TildaSans', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	border-width: 1px;
	border-radius: 5px 5px 5px 5px;
	background-color: #feca47;
	background-position: center center;
	border-color: #edb125;
	border-style: solid;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	width: 250px;
	text-align: center;
}
.wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  font-size: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

/* default колір іконки */
.wishlist-btn i {
  color: #ccc;
}

/* колір при наведенні */
/*.wishlist-btn:hover i {
  color: #f26522;
}*/

/* колір, коли вишлист активний */
.wishlist-btn.active i {
  color: #f26522;
}

small {
	color: #666;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -28px;
	right: -12px;
	color: inherit;
}

/* Wishlist */
/* Breadcrumb */
.breadcrumb {
	margin-top: 20px;
}

/* Заголовок списку бажань */
.wishlist-title {
	font-size: 36px;
	font-weight: 700;
	color: #f1c40f;
	margin: 30px 0;
}

/* Рядок–заголовок (Producto / Precio Unitario / Cantidad) */
.wish-head {
	vertical-align: middle;
	color: #000000;
	font-size: 20px;
	font-family: 'TildaSans', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 400;
	border-style: solid;
	border-color: transparent;
}

/* Кожен рядок товару */
.wishlist-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

/* Колонки всередині .wishlist-item */
.wishlist-item > .col-md-6 {
	flex: 6;
	padding: 0;
}
.wishlist-item > .col-md-2 {
	flex: 2;
	text-align: center;
}
.wishlist-item > .col-md-4 {
	flex: 4;
	text-align: center;
}

/* Контейнер для зображення + назви */
.wish-product {
	display: flex;
	align-items: center;
	overflow: hidden;
}

/* Плейсхолдер / обгортка картинки */
#account-wishlist .product-thumb {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	background: #e0e0e0;
	margin-right: 15px;
	margin-bottom: 0;
}
.product-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Дані про товар */
.product-details {
	overflow: hidden;
}
.product-details h4 {
	margin: 0 0 5px;
	font-size: 18px;
}
.product-details p {
	margin: 0;
	color: #333;
}

/* Ціни */
.price-current {
	font-size: 20px;
	margin-bottom: 5px;
	color: #000;
}
.price-old {
	color: #999;
	text-decoration: line-through;
}

/* Лічильник кількості */
.quantity-group {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}
.quantity-group .btn-number {
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: #fff;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}
.quantity-group input {
	width: 60px;
	border: none;
	text-align: center;
	outline: none;
}
.catalog-menu .categories li {
    padding: 10px;
 }
.catalog-menu span {
	font-size: 15px;
    font-weight: 600;
}
.product-slider {
/*	margin-top: -53px;*/
}
/* Кнопки дій */
.btn-add-cart {
	margin-top: 10px;
	background: #f1c40f;
	border: none;
	padding: 10px 20px;
	font-weight: 600;
	color: #000;
	border-radius: 4px;
	cursor: pointer;
}
.btn-delete {
	margin-top: 10px;
	margin-left: 10px;
	background: transparent;
	border: none;
	color: #333;
	font-size: 20px;
	cursor: pointer;
}

#account-wishlist .btn-add-cart {
	margin-top: 10px;
	background: #f1c40f;
	border: none;
	padding: 10px 20px;
	font-weight: 600;
	color: #000;
	border-radius: 4px;
	cursor: pointer;
	width: 200px;
	height: 50px;
	font-size: 18px;
}

#account-wishlist .btn-delete {
	text-align: right;
	display: contents;
	margin-right: 0;
}

#account-wishlist .btn-delete span {
	font-size: 30px;
}

/* Робимо контейнер кнопок flex */
#account-wishlist .mt10 {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

/* Усі кнопки йдуть по одному рядку, 
   але кнопка видалення «відштовхується» вправо */
   #account-wishlist .btn-delete {
   	margin-left: auto;
   }

   .wish-product a {
   	color: #000;
   }

   .wish-btn-add-all {
   	width: 250px;
   	height: 50px;
   	font-size: 22px;
   	color: #000;
   	border: 1px solid #edb125;
   	background: #f4cf00;
   	font-weight: bold;
   	border-radius: 5px;
   }
   .category-button {
   	width: 100%;
   	display: flex;
   	justify-content: space-between;
   	align-items: center;
   	padding: 10px 14px;
   	font-size: 16px;
   	background: #fff;
   	border: 1px solid #ccc;
   	border-radius: 6px;
   	cursor: pointer;
   	text-align: left;
   	transition: background 0.2s, border 0.2s;
   }

   .category-button:hover {
   	background: #f9f9f9;
   	border-color: #999;
   }

   .cat-name {
   	flex-grow: 1;
   	text-align: left;
   	margin-right: 10px;
   	font-size: 20px;
   }

   .cat-image img {
   	width: 40px;
   	height: 40px;
   	object-fit: contain;
   } 
   .catalog-toggle {
   	background: #ff936c;
   	color: #fff;
   	padding: 10px 20px;
   	font-size: 16px;
   	border: none;
   	border-radius: 6px;
   	cursor: pointer;
   	width: 100%;
   }
.no-scroll {
  overflow: hidden !important;
  height: 100vh;
  touch-action: none;
  position: relative;
}

/* Саме меню – скролл дозволений */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow-y: auto; /* ✅ тут дозволено scroll */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
   .fullscreen-menu.hidden { display: none; }

   .banner-placeholder {
   	height: 75px;
   	width: 100%;
   	background: #f2f2f2;
   	margin-bottom: 10px;
   }

   .fullscreen-menu-header {
   	display: flex;
   	justify-content: flex-end;
   	align-items: center;
   	padding-bottom: 10px;
   	margin-bottom: 10px;
   }
   .close-button {
   	font-size: 28px;
   	border: none;
   	background: none;
   	cursor: pointer;
   	color: #555;
   }

   .main-category-list {
   	list-style: none;
   	padding: 0 10px;
   	margin: 0;
   	overflow-y: auto;
   	max-height: calc(100vh - 180px);
   }
   .main-category-list li {
   	margin-bottom: 8px;
   }
   .category-button {
   	width: 100%;
   	padding: 10px 14px;
   	font-size: 16px;
   	background: #fff;
   	border: 1px solid #ccc;
   	border-radius: 6px;
   	text-align: left;
   	cursor: pointer;
   	transition: background 0.2s, border 0.2s;
   }
   .category-button:hover {
   	background: #f9f9f9;
   	border-color: #999;
   }

   #subcategory-view {
   	flex: 1;
   	display: flex;
   	flex-direction: column;
   }

   .subcategory-header {
   	/*display: flex;*/
   	justify-content: space-between;
   	align-items: center;
   	margin: 0 10px 10px 10px;
   }
   .back-button {
   	background: none;
   	border: none;
   	font-size: 16px;
   	color: #ff4d88;
   	cursor: pointer;
   	right: 0;
   	position: relative;
   	text-align: right;
   	margin: 0 0 15px 0;
   }
   .subcategory-title {
   	font-weight: bold;
   	font-size: 18px;
   	color: #333;
   }
   .subcategory-scroll-wrapper {
   	flex: 1;
   	overflow-y: auto;
   	max-height: calc(100vh - 180px);
   }
   .subcategory-list {
   	list-style: none;
   	padding: 0 10px;
   	margin: 0;
   }
   .subcategory-list li {
   	background: #fff;
   	margin-bottom: 8px;
   	padding: 12px 16px;
   	border-radius: 6px;
   	border: 1px solid #ccc;
   	font-size: 16px;
   }
   .subcategory-list li a {
   	text-decoration: none;
   	color: #222;
   	display: block;
   	font-size: 20px;
   }
   .subcategory-list li a:hover {
   	color: #ff4d88;
   }

   @media (min-width: 767px) {
   	.header-inner {
   		display: none;
   	}
   }

   @media (max-width: 767px) {
   	.breadcrumb {
   		margin-top:0px;
   	}
   	.store-name {
   		margin-top: 10px;
   		font-size: 14px;
   	}

   	.header-inner {
   		display: block;
   	}

   	.product-title img {
   		width: 20px;
   	}

   	.product-slider {
		margin-top: 0px;
	}

	.featured-section .slick-dots {
		top: 285px;
	}

	.product-slider .slick-dots {
		top: 285px;
	}

   	.product-info .product-title {
   		height:39px!important;
   		display: -webkit-box;
   		-webkit-box-orient: vertical;
   		-webkit-line-clamp: 2;    /* тільки 2 рядки */
   		overflow: hidden;
   		line-height: 1.2em !important;  /* 1.2em замість ~1.5–1.6 */
   		font-size: 18px !important;
   		font-weight: normal;
   	}


   	.product-info hr {
   		margin-top: 10px;
   		margin-bottom: 10px;
   		border: 0;
   		border-top: 1px solid #eee;
   	}

   	.availability {
   		margin-bottom: 20px;
   		font-size: 16px;
   		font-weight: bold;
   		color: #000;
   	}

   	.availability .glyphicon-ok-circle {
   		margin-top: -5px;
   	}

   	.product-features img {
   		width: 80px;
   		margin-bottom: 10px;
   	}

   	.feature-text {
   		font-size: 16px !important;
   		line-height: 25px !important;
   	}
   	.modal-dialog {
   		width: 95%;
   	}

   	.thumb-carousel .nav-left {
   		left: 0px;
   	}

   	.thumb-carousel .nav-right {
   		right: 0px;
   	}

   	.nav-arrow.right {
   		right: 0px;
   	}

   	.nav-arrow.left {
   		right: 0px;
   	}

   	.cart-main-block .product-title {
   		height: 40px!important;
   	}

   	.fancybox-container * {
   		box-sizing: border-box;
   		width: 99%;
   	}

   	.product-images .slick-thumb {
   		margin-top: 5px;
   		height: 75px;
   	}

   	.product-images .slick-track {
   		display: flex !important;
   		gap: 0px;   
   	}

   	.product-images .slick-slide {
   		float: none !important;
   	}

   	.product-images .slick-thumb .slick-slide {
   		width: 75px !important;      /* ширина контейнера слайда */
   		padding: 0 4px;              /* відступ з боків */
   		box-sizing: border-box;
   	}

   	/* 2) картинка займатиме всю ширину слайда */
   	.product-images .slick-slide img {
   		width: 100%;
   		height: auto;
   		display: block;
   	}

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

   	.product-images .slick-track {
   		justify-content: center;
   	}

   	.product-card .product-title {
   		margin-bottom: 7px;
   		font-size: 17px !important;
   	}

   	.checkout-form {
   		padding: 0;
   	}

   	.onepagecheckout fieldset .form-title {
   		margin: 10px 0 -15px 0;
   	}

   	.checkout-bottom-btn {
   		display: flex;
   		flex-direction: column-reverse; /* інвертує порядок візуально */
   		gap: 10px;
   	}

   	.order-complete {
   		width: 100%;
   		line-height: 2;
   		font-size: 17px;
   	}

   	.check-prev {
   		color: #4444ff;
   		width: 100%;
   		height: auto;
   		font-size: 15px;
   		font-weight: bold;
   		margin-top: 10px;
   	}

   	.marg-cart {
   		margin-top: 15px;
   	}

   	.marg-cart-phone {
   		margin-top: -15px;
   	}

   	.top-header {
   		font-family: sans-serif;
   		position: fixed;
   		top: 0;
   		z-index: 1000;
   		background-color: #f26522;
   		padding: 10px 5px;
   		color: #fff;
   		width: 100%;

   	}

   	.container {
   		max-width: 1140px;
   		margin: 0 auto;
   		padding: 0 15px;
   	}

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

   	.header-left,
   	.header-center,
   	.header-right {
   		display: flex;
   		align-items: center;
   	}

   	.burger-btn {
   		font-size: 28px!important;
   		background: none;
   		border: none;
   		color: white;
   		cursor: pointer;
   	}

   	.header-center {
   		flex-grow: 1;
   		justify-content: center;
   		font-size: 20px;
   		font-weight: bold;
   	}

   	.logo-text .emoji {
   		margin: 0 2px;
   	}

   	.icon-btn {
   		background: none;
   		border: none;
   		color: white;
   		font-size: 18px;
   		margin-left: 7px;
   		cursor: pointer;
   	}

   	.icon-btn i {
   		font-size: 26px;
   	}

   	.icon-btn span {
   		color: #ff5400;
   		background: #fff;
   		width: 22px;
   		height: 22px;
   		display: inline-block;
   		border-radius: 50px;
   		font-size: 14px;
   		text-align: center;
   		padding: 0;
   		line-height: 22px;
   		position: absolute;
   		top: 5px;
   		right: 8px;

   	}

   	.mob-result-search {
   		position: absolute!important;
   		left: 0;
   		right: 0;
   		top: 62px;
   		padding: 0;
   		z-index: 999;
   	}

   	.mob-result-search input {
   		height: 50px;
   		border-radius: 0;
   		width: 100%;
   		color: #000;
   		padding: 10px 40px 10px 10px;
   		font-size: 18px !important;
   		box-shadow: 0px 3px 4px 2px #eee;
   		position: relative;
   	}

   	.mob-result-search .close-search-btn {
   		position: absolute;
   		top: 12px;
   		right: 12px;
   		background: transparent;
   		border: none;
   		font-size: 22px;
   		color: #999;
   		cursor: pointer;
   		z-index: 1001;
   	}

   	.mob-cart-img {
   		width: 28%;
   	}

   	.mob-cart-title {
   		width: 72%;
   	}

   	#top,
   	nav {
   		display: none;
   	}

   	body {
   		padding-top: 70px; /* або висота .top-header */
   	}

   	html, body {
   		overflow-x: hidden;
   	}

   	img, iframe {
   		max-width: 100%;
   		height: auto;
   	}

   	.row, .container, .header-inner {
   		box-sizing: border-box;
   	}

   	.icon-btn {
   		position: relative;
   	}
   	.header-right {
   		display: flex;
   		align-items: center;
   		gap: 8px;
   		flex-shrink: 0;
   		flex-wrap: nowrap;
   	}
   	.icon-btn {

   		flex: 0 0 auto;
   		text-align: center;
   	}
   	.icon-btn i {
   		display: block;
   		text-align: center;
   	}

   	.icon-btn span {
   		position: absolute;
   		top: 3px;
   		right: 3px;
   		transform: translate(50%, -50%);
   	}
   	.top-header {
   		overflow-x: hidden;
   	}
   	.header-right {
   		gap: 4px;
   	}
   	.icon-btn {
   		position: relative;
   		width: 36px;
   		height: 36px;
   		display: flex;
   		align-items: center;
   		justify-content: center;
   		padding: 0;
   	}

   	.icon-btn i {
   		font-size: 22px;
   	}

   	.icon-btn span {
   		position: absolute;
   		top: 0;
   		right: 0;
   		transform: translate(50%, -50%);
   		background: #fff;
   		color: #ff5400;
   		width: 18px;
   		height: 18px;
   		font-size: 11px;
   		border-radius: 50%;
   		text-align: center;
   		line-height: 18px;
   		box-shadow: 0 0 0 1px #f26522;
   	}
   	/* Бургер — ближче до краю */
   	.header-left {
   		padding-left: 0px;
   	}

   	/* Кнопки справа — більші іконки, менше відступів */
   	.icon-btn {
   		font-size: 20px;
   		width: 40px;
   		height: 40px;
   		display: flex;
   		align-items: center;
   		justify-content: center;
   		margin-left: 5px;
   	}

   	/* Іконки всередині кнопок */
   	.icon-btn i {
   		font-size: 28px; /* збільшено */
   		line-height: 1;
   	}

   	/* Бейдж (кількість товарів) */
   	.icon-btn span {
   		font-size: 12px;
   		width: 20px;
   		height: 20px;
   		line-height: 20px;
   		right: 2px;
   		top: 5px;
   		font-weight: bold;
   	}

   	.category h2 {
   		display: none;
   	}

   	.category h3 {
   		display: none;
   	}

   	.category hr {
   		display: none;
   	}

   	.category .img-thumbnail {
   		display: none;
   	}

   	.category .sub-cat-block {
   		display: none;
   	}

   	.wishlist-title {
   		font-size: 20px;
   		margin: 10px 0;
   		text-align: left;
   	}

   	.w-head {
   		padding: 0;
   	}

   	.wish-head {
   		font-size: 15px;
   	}

   	.wishlist-item {
   		padding: 10px;
   	}

   	#account-wishlist .product-thumb {
   		flex: 0 0 105px;
   		width: 105px;
   		height: 105px;
   	}

   	.mobile-wishlist-container {
   		max-width: 360px;
   		margin: 0 auto;
   		background: #ffffff;
   		border-radius: 4px;
   		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
   		overflow: hidden;
   	}

   	/* Заголовок */
   	.mobile-wishlist-header {
   		padding: 16px 20px;
   		font-size: 18px;
   		font-weight: bold;
   		color: #FFD600; /* яскраво-жовтий */
   	}

   	/* Шапка колонок */
   	.mobile-wishlist-head {
   		display: flex;
   		padding: 0 20px 8px;
   		border-bottom: 1px solid #eee;
   		font-size: 12px;
   		color: #333;
   	}
   	.mobile-wishlist-head .col-product { flex: 2; }
   	.mobile-wishlist-head .col-price   { flex: 1; text-align: right; }
   	.mobile-wishlist-head .col-qty     { flex: 1; text-align: right; }

   	/* Кожен товар */
   	.mobile-wishlist-item {
   		padding: 12px 20px;
   		border-bottom: 1px solid #f0f0f0;
   	}

   	.mobile-wishlist-item:last-child {
   		border-bottom: none;
   	}

   	/* Рядок з картинкою і деталями */
   	.item-top {
   		display: flex;
   		align-items: flex-start;
   	}
   	.item-thumb {
   		width: 64px;
   		height: 64px;
   		flex-shrink: 0;
   		background: #f5f5f5;
   		border-radius: 4px;
   		overflow: hidden;
   	}
   	.item-thumb img {
   		width: 100%;
   		height: 100%;
   		object-fit: cover;
   	}
   	.item-info {
   		margin-left: 12px;
   		flex: 1;
   	}
   	.item-info h4 {
   		margin: 0 0 4px;
   		font-size: 14px;
   		line-height: 1.2;
   		color: #333;
   	}
   	.item-price {
   		display: flex;
   		align-items: center;
   		font-size: 14px;
   	}
   	.item-price .current {
   		color: #FFD600;
   		font-weight: bold;
   		margin-right: 6px;
   	}
   	.item-price .old {
   		color: #999;
   		text-decoration: line-through;
   		font-size: 12px;
   	}
   	.item-remove {
   		margin-left: 8px;
   		color: #999;
   		font-size: 18px;
   		cursor: pointer;
   	}

   	/* Група к-сті */
   	.item-qty {
   		display: flex;
   		align-items: center;
   		margin: 12px 0;
   	}
   	.item-qty .btn-number {
   		width: 32px;
   		height: 32px;
   		padding: 0;
   		font-size: 18px;
   		line-height: 1;
   	}
   	.item-qty input {
   		width: 48px;
   		text-align: center;
   		margin: 0 6px;
   		padding: 6px 0;
   		box-shadow: none;
   		border: 1px solid #ccc;
   		border-radius: 2px;
   	}

   	/* Кнопка “Añadir a carrito” */
   	.item-add {
   		display: block;
   		width: 100%;
   		padding: 10px 0;
   		background: #FFD600;
   		border: none;
   		border-radius: 4px;
   		font-size: 14px;
   		font-weight: bold;
   		color: #333;
   		text-align: center;
   		cursor: pointer;
   	}
   	.wishlist-item-mobile a {
   		color: #000;
   	}
   	.quantity-group input {
   		width: 78px;
   		border: none;
   		text-align: center;
   		outline: none;
   	}
   	#account-wishlist .btn-add-cart {
   		width: 100%;
   	}

   }
   @supports (-webkit-touch-callout: none) {
   	@media screen and (max-device-width: 812px) and (orientation: portrait) {
   		.burger-btn {
   			margin-left: -25px !important;
   			font-size: 32px!important;
   		}
   	}
   }
@media (max-width: 767px) {
  .header-inner {
    padding-left: max(15px, env(safe-area-inset-left));
    padding-right: max(15px, env(safe-area-inset-right));
  }
  .section-title {
  	margin-top: -10px!important;
  }
  .title-2x3 {
  	margin-top: 0px!important;
  }
  .featured-section {
  	margin-top: 40px!important;
  }
}