/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#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;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#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;
	}
}
/* 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);
}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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;
}
.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;
    }
   
}
/* ===== SIAL BRAND STYLE START ===== */
:root {
  --sial-blue: #193A59;
  --sial-red: #E60000;
  --sial-text: #1f1f1f;
  --sial-light: #f7f7f7;
  --sial-border: #e5e5e5;
}

body {
  font-family: 'Play', sans-serif;
  color: var(--sial-text);
  background: #ffffff;
}

/* Верхня сіра/синя смуга */
#top {
  background: var(--sial-blue);
  border-bottom: none;
  min-height: 48px;
}

#top,
#top a,
#top-links a,
#form-currency .btn-link,
#form-language .btn-link,
#top .dropdown-toggle {
  color: #ffffff !important;
  font-family: 'Play', sans-serif;
  font-size: 14px;
}

#top a:hover,
#top-links a:hover,
#form-currency .btn-link:hover,
#form-language .btn-link:hover {
  color: #ffffff !important;
  opacity: 0.85;
  text-decoration: none;
}

/* Контейнер шапки */
header .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 0 20px;
}

/* Логотип */
#logo {
  margin: 0;
}

#logo img {
  max-height: 72px;
  width: auto;
}

/* Пошук */
#search {
  margin-top: 0;
}

#search .input-lg {
  height: 54px;
  border: 1px solid var(--sial-border);
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  font-family: 'Play', sans-serif;
}

#search .btn-lg {
  height: 54px;
  width: 72px;
  border: 1px solid var(--sial-border);
  border-left: none;
  border-radius: 0;
  background: #fff;
  color: var(--sial-blue);
  font-size: 22px;
}

#search .btn-lg:hover {
  background: var(--sial-blue);
  color: #fff;
}

/* Кошик */
#cart {
  margin-top: 0;
}

#cart > .btn {
  height: 54px;
  background: var(--sial-blue);
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
  box-shadow: none;
  padding: 0 24px;
}

#cart > .btn:hover,
#cart.open > .btn {
  background: var(--sial-red);
  color: #fff;
}

/* Головне меню категорій */
#menu {
  background: var(--sial-blue);
  background-image: none;
  border: none;
  border-radius: 0;
  min-height: 58px;
}

#menu .nav > li > a {
  color: #fff;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  padding: 19px 18px;
  min-height: 58px;
  background: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background: var(--sial-red);
  color: #fff;
}

/* Випадаюче меню */
#menu .dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

#menu .dropdown-menu a {
  font-family: 'Play', sans-serif;
  color: var(--sial-text);
}

#menu .dropdown-menu a:hover {
  background: var(--sial-blue);
  color: #fff;
}

/* Загальні кнопки */
.btn-primary {
  background: var(--sial-red);
  border-color: var(--sial-red);
  border-radius: 0;
  font-family: 'Play', sans-serif;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #b80000;
  border-color: #b80000;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Play', sans-serif;
  color: var(--sial-blue);
}

/* Посилання */
a {
  color: var(--sial-blue);
}

a:hover {
  color: var(--sial-red);
}

/* Верхня панель SIAL — Play Regular 18px, без двоїння */
#top,
#top a,
#top-links,
#top-links a,
#top-links li,
#top-links span,
#top .btn-link,
#top .dropdown-toggle,
#top .btn-link strong {
  font-family: 'Play', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

/* Верхня панель — прибираємо стандартні відступи OpenCart */
#top {
  min-height: 60px;
  padding: 0 !important;
  margin: 0 !important;
}

#top .container {
  min-height: 48px;
}

#top-links {
  padding-top: 0 !important;
}

#top .btn-link {
  padding: 0 !important;
  margin: 0 !important;
}

/* Іконки у верхній панелі — червоний акцент */
#top .fa,
#top-links .fa,
#top .btn-link .fa {
  font-family: FontAwesome !important;
  color: var(--sial-red) !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 48px !important;
  text-shadow: none !important;
  margin-right: 5px;
}

/* SIAL — hover animation for top links and category menu */

/* Верхня панель: особистий кабінет, закладки, кошик, телефон */
#top-links a,
#top .btn-link {
  display: inline-flex !important;
  align-items: center;
  transition: transform 0.18s ease, color 0.18s ease;
  transform-origin: center center;
}

#top-links a:hover,
#top .btn-link:hover {
  transform: scale(1.03);
  color: #ffffff !important;
}

/* Іконки у верхній панелі при наведенні */
#top-links a .fa,
#top .btn-link .fa {
  transition: transform 0.18s ease, color 0.18s ease;
}

#top-links a:hover .fa,
#top .btn-link:hover .fa {
  transform: scale(1.00);
  color: var(--sial-red) !important;
}

/* Синє меню категорій */
#menu .nav > li > a {
  display: block;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  transform-origin: center center;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  transform: scale(1.00);
  background: var(--sial-red) !important;
  color: #ffffff !important;
  position: relative;
  z-index: 5;
}
/* ===== SIAL TOP HEADER ===== */
#top {
  background: #193A59;
  border: none;
  margin: 0;
  padding: 0;
  min-height: auto;
}

#top .container {
  max-width: 1200px;
  width: 100%;
}

.sial-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.sial-topbar__left,
.sial-topbar__right {
  display: flex;
  align-items: center;
  gap: 34px;
}

.sial-topbar__left a,
.sial-topbar__right a,
.sial-topbar__lang {
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease;
}

.sial-topbar__left a:hover,
.sial-topbar__right a:hover {
  color: #E60000;
  transform: scale(1.04);
}

.sial-topbar__link i {
  color: #E60000;
  margin-right: 8px;
  font-size: 15px;
}

.sial-topbar__phone {
  white-space: nowrap;
}

.sial-topbar__lang {
  opacity: 0.95;
}

/* прибираємо дефолтні стилі opencart для top */
#top-links,
#form-currency {
  display: none !important;
}
.sial-topbar__language #form-language {
  display: block !important;
}

/* мобільна адаптація */
@media (max-width: 992px) {
  .sial-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
  }

  .sial-topbar__left,
  .sial-topbar__right {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
/* ===== SIAL language switcher ===== */

.sial-topbar__language,
#top .sial-topbar__language {
  display: flex;
  align-items: center;
}

.sial-language {
  margin: 0;
}

.sial-language__dropdown {
  position: relative;
}
/* Невидимий місток між кнопкою мови і випадаючим списком */
.sial-language__dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 14px;
  background: transparent;
}

.sial-language__toggle {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.sial-language__text {
  color: #FFFFFF;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.sial-language__arrow {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.sial-language__dropdown:hover .sial-language__arrow {
  transform: rotate(180deg);
}

.sial-language__flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  flex: 0 0 16px;
  border-radius: 1px;
  overflow: hidden;
}

/* Український прапорець */
.sial-language__flag.is-ua {
  background: linear-gradient(to bottom, #1E73D8 0 50%, #F7D500 50% 100%);
}
/* Російський прапорець */
.sial-language__flag.is-ru {
  background: linear-gradient(
    to bottom,
    #ffffff 0 33.33%,
    #0039A6 33.33% 66.66%,
    #D52B1E 66.66% 100%
  );
  border: 1px solid rgba(255,255,255,0.45);
}

/* Умовний прапорець для англійської */
.sial-language__flag.is-en {
  background: #193A59;
  position: relative;
}

.sial-language__flag.is-en:before,
.sial-language__flag.is-en:after {
  content: "";
  position: absolute;
  background: #FFFFFF;
}

.sial-language__flag.is-en:before {
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
}

.sial-language__flag.is-en:after {
  left: 7px;
  top: 0;
  width: 2px;
  height: 100%;
}

.sial-language__menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 190px;
  background: #193A59;
  border: 1px solid rgba(255,255,255,0.15);
  list-style: none;
  margin: 0;
  padding: 8px 0;
 z-index: 99999;
}

.sial-language__dropdown:hover .sial-language__menu,
.sial-language__dropdown:focus-within .sial-language__menu {
  display: block;
}

.sial-language__option {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 10px 14px;
  color: #FFFFFF;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.sial-language__option:hover {
  background: rgba(255,255,255,0.08);
  color: #FFFFFF;
}
/* SIAL — static language item if OpenCart language switcher is empty */
.sial-language-static {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  text-shadow: none;
  transition: transform 0.18s ease;
}

.sial-language-static:hover {
  transform: scale(1.04);
}

.sial-language-static__flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  background: linear-gradient(to bottom, #1E73D8 0 50%, #F7D500 50% 100%);
  border-radius: 1px;
}

.sial-language-static__text {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sial-language-static .fa {
  color: #E60000 !important;
  font-size: 14px !important;
  text-shadow: none !important;
}
/* ===== SIAL mainbar: logo + catalog + search + cart START ===== */

header {
  background: #ffffff;
  padding: 34px 0 32px;
}

header .container {
  max-width: 1200px;
  width: 100%;
}

.sial-mainbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.sial-mainbar__logo {
  flex: 0 0 320px;
}

#logo {
  margin: 0;
}

#logo img {
  max-height: 90px;
  width: auto;
  display: block;
}

.sial-mainbar__tools {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
}

/* Кнопка Каталог товарів */
.sial-catalog {
  position: relative;
  flex: 0 0 190px;
  z-index: 20;
}

.sial-catalog__btn {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 0;
  background: #E60000;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.sial-catalog__btn .fa {
  color: #ffffff !important;
  font-size: 18px;
  text-shadow: none !important;
}

.sial-catalog__btn:hover {
  background: #c90000;
}

/* Випадаючий список каталогу */
.sial-catalog__dropdown {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  width: 300px;
  background: #193A59;
  z-index: 9999;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.sial-catalog:hover .sial-catalog__dropdown {
  display: block;
}

/* Переробляємо стандартне меню OpenCart всередині випадаючого каталогу */
.sial-catalog__dropdown #menu {
  margin: 0;
  min-height: 0;
  border: none;
  border-radius: 0;
  background: #193A59;
  background-image: none;
}

.sial-catalog__dropdown #menu .container {
  width: 100%;
  padding: 0;
}

.sial-catalog__dropdown #menu .navbar-header {
  display: none;
}

.sial-catalog__dropdown #menu .navbar-collapse {
  display: block !important;
  padding: 0;
  border: none;
}

.sial-catalog__dropdown #menu .navbar-nav {
  float: none;
  display: block;
  margin: 0;
}

.sial-catalog__dropdown #menu .nav > li {
  float: none;
  display: block;
}

.sial-catalog__dropdown #menu .nav > li > a {
  min-height: 0;
  padding: 13px 18px;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  background: transparent;
  transform: none !important;
}

.sial-catalog__dropdown #menu .nav > li > a:hover,
.sial-catalog__dropdown #menu .nav > li.open > a {
  background: #E60000 !important;
  color: #ffffff !important;
}

/* Пошук */
.sial-mainbar__search {
  flex: 1 1 auto;
  min-width: 0;
}

.sial-mainbar__search #search {
  width: 100%;
  margin: 0;
}

.sial-mainbar__search #search .input-group {
  width: 100%;
}

.sial-mainbar__search #search .input-lg {
  height: 58px;
  border: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #193A59;
  padding: 0 22px;
}

.sial-mainbar__search #search .btn-lg {
  height: 58px;
  width: 70px;
  padding: 0;
  border: 1px solid #d7d7d7;
  border-left: none;
  border-radius: 0;
  background: #ffffff;
  color: #193A59;
  text-shadow: none;
  box-shadow: none;
  font-size: 20px;
}

.sial-mainbar__search #search .btn-lg:hover {
  background: #193A59;
  color: #ffffff;
}

/* Кошик */
.sial-mainbar__cart {
  flex: 0 0 190px;
}

.sial-mainbar__cart #cart {
  width: 100%;
  margin: 0;
}

.sial-mainbar__cart #cart > .btn {
  width: 100%;
  height: 58px;
  background: #193A59;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0 18px;
}

.sial-mainbar__cart #cart > .btn .fa {
  color: #ffffff !important;
  margin-right: 8px;
  font-size: 18px;
  text-shadow: none !important;
}

.sial-mainbar__cart #cart > .btn:hover,
.sial-mainbar__cart #cart.open > .btn {
  background: #E60000;
  color: #ffffff;
}

/* Випадаюче меню кошика */
.sial-mainbar__cart #cart .dropdown-menu {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Адаптація */
@media (max-width: 991px) {
  .sial-mainbar {
    flex-wrap: wrap;
    gap: 22px;
  }


  .sial-mainbar__logo {
    flex: 0 0 100%;
    text-align: center;
  }

  #logo img {
    margin: 0 auto;
  }

  .sial-mainbar__tools {
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  header {
    padding: 22px 0;
  }

  .sial-mainbar__tools {
    flex-wrap: wrap;
  }

  .sial-catalog,
  .sial-mainbar__search,
  .sial-mainbar__cart {
    flex: 0 0 100%;
  }

  .sial-catalog__dropdown {
    position: static;
    width: 100%;
  }
}
#logo a,
#logo a:focus,
#logo a:active,
#logo a:hover {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

#logo img {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    display: block;
}
/* ===== SIAL mainbar: logo + catalog + search + cart END ===== */

/* ===== FIX FontAwesome icons after custom font START ===== */

.fa,
.fa:before,
.fa:after,
i.fa,
i.fa:before,
i.fa:after,
span.fa,
span.fa:before,
span.fa:after {
  font-family: 'FontAwesome' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#top .fa,
#top .fa:before,
.sial-topbar .fa,
.sial-topbar .fa:before,
.sial-catalog__btn .fa,
.sial-catalog__btn .fa:before,
#search .fa,
#search .fa:before,
#cart .fa,
#cart .fa:before,
.sial-mainbar__cart #cart > .btn .fa,
.sial-mainbar__cart #cart > .btn .fa:before,
.sial-language__arrow .fa,
.sial-language__arrow .fa:before,
.sial-language-static .fa,
.sial-language-static .fa:before {
  font-family: 'FontAwesome' !important;
}

/* ===== FIX FontAwesome icons after custom font END ===== */

/* ===== SIAL home categories START ===== */

.sial-home-categories {
  max-width: 1200px;
  margin: 10px auto 40px;
}

.sial-home-categories__nav {
  background: #193A59;
  min-height: 130px;
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 46px;
}

.sial-home-categories__nav a {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.sial-home-categories__nav a:hover {
  color: #ffffff;
  transform: scale(1.05);
}

.sial-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 0;
}

.sial-home-category-card {
  display: block;
  overflow: hidden;
  background: #193A59;
}

.sial-home-category-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
  transform-origin: center center;
}

.sial-home-category-card:hover img {
  transform: scale(1.06);
}

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

  .sial-home-categories__nav {
    padding: 28px 24px;
    gap: 20px 30px;
  }
}

@media (max-width: 575px) {
  .sial-home-categories__grid {
    grid-template-columns: 1fr;
  }

  .sial-home-categories__nav {
    min-height: auto;
    padding: 24px 18px;
    flex-direction: column;
    gap: 14px;
  }

  .sial-home-categories__nav a {
    font-size: 15px;
  }
}

/* ===== SIAL home categories END ===== */

/* ===== SIAL footer START ===== */

footer.sial-footer {
  margin-top: 60px;
  padding: 0;
  background: #193A59;
  border: none;
  color: #ffffff;
}

.sial-footer .container {
  max-width: 1200px;
  width: 100%;
}

.sial-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1.4fr 1fr 1fr;
  gap: 70px;
  padding: 64px 0 52px;
}

.sial-footer__logo {
  display: inline-block;
}

.sial-footer__logo img {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: block;
}

.sial-footer__description {
  max-width: 310px;
  margin: 36px 0 0;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.sial-footer h5 {
  margin: 0 0 26px;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.sial-footer ul {
  margin: 0;
  padding: 0;
}

.sial-footer li {
  margin-bottom: 14px;
}

.sial-footer a,
.sial-footer span {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.sial-footer a:hover {
  color: #E60000;
  text-decoration: none;
}

.sial-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.35);
  padding: 18px 0 24px;
}

.sial-footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

/* Планшет */
@media (max-width: 991px) {
  .sial-footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* Мобільна версія */

/* SIAL footer — mobile Figma */
.sial-footer__to-top {
  display: none;
}

@media (max-width: 575px) {
  footer.sial-footer {
    margin-top: 12px;
  }

  .sial-footer__top {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 38px;
    padding: 38px 14px 42px;
  }

  .sial-footer__brand {
    grid-column: 1 / -1;
    padding-right: 54px;
  }

  .sial-footer__main-categories {
    display: none;
  }

  .sial-footer__contacts {
    grid-column: 1;
    grid-row: 2;
  }

  .sial-footer__info {
    grid-column: 2;
    grid-row: 2;
  }

  .sial-footer__logo img {
    width: 150px;
    max-width: 100%;
  }

  .sial-footer__description {
    max-width: 310px;
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .sial-footer h5 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.2;
  }

  .sial-footer li {
    margin-bottom: 13px;
  }

  .sial-footer a,
  .sial-footer span {
    font-size: 14px;
    line-height: 1.35;
  }

  .sial-footer__to-top {
    position: absolute;
    top: 30px;
    right: 14px;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    padding: 0;

    border: none;
    background: transparent;
    color: #E60000;
    cursor: pointer;
  }

  .sial-footer__to-top .fa {
    color: #E60000 !important;
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .sial-footer__bottom {
    margin: 0 14px;
    padding: 18px 0 30px;
  }

  .sial-footer__bottom p {
    font-size: 12px;
    line-height: 1.35;
  }
}

/* ===== SIAL footer END ===== */

/* ===== SIAL subcategory tiles START ===== */

.sial-subcategories {
  margin: 30px 0 42px;
}

.sial-subcategories__title {
  margin: 0 0 24px;
  color: #193A59;
  font-family: 'Play', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.sial-subcategories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.sial-subcategory-card {
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff;
  border: 1px solid #e1e5e8;
  text-decoration: none !important;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sial-subcategory-card:hover {
  transform: translateY(-3px);
  border-color: #193A59;
  box-shadow: 0 10px 24px rgba(25, 58, 89, 0.14);
}

.sial-subcategory-card__image {
  display: block !important;
  width: 100%;
  height: 190px;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  background: #f4f5f6;
  line-height: 0;
}

.sial-subcategory-card__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.sial-subcategory-card:hover .sial-subcategory-card__image img {
  transform: scale(1.05);
}

.sial-subcategory-card__name {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 100%;
  margin: 0;
  padding: 9px 12px;
  background: #193A59;
  color: #ffffff !important;
  font-family: 'Play', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.sial-subcategory-card:hover .sial-subcategory-card__name {
  background: #E60000;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .sial-subcategories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .sial-subcategories__grid {
    grid-template-columns: 1fr;
  }

  .sial-subcategory-card__image {
    height: 210px;
  }
}

/* ===== SIAL subcategory tiles END ===== */

/* ===== SIAL left category menu START ===== */

#column-left .list-group {
  border: 1px solid #e1e5e8;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 25px;
}

#column-left .list-group a {
  display: block;
  padding: 12px 14px;
  border: none;
  border-bottom: 1px solid #e1e5e8;
  background: #ffffff;
  color: #193A59;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-shadow: none;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

#column-left .list-group a:last-child {
  border-bottom: none;
}

#column-left .list-group a:hover {
  background: #f4f5f6;
  color: #E60000;
  padding-left: 18px;
  text-decoration: none;
}

/* Активна основна категорія */
#column-left .list-group a.active,
#column-left .list-group a.active:hover {
  background: #193A59;
  color: #ffffff;
  border-color: #193A59;
  text-shadow: none;
  font-weight: 700;
}

/* Підкатегорії */
#column-left .list-group a[href*="path=62_"],
#column-left .list-group a[href*="path=59_"],
#column-left .list-group a[href*="path=60_"],
#column-left .list-group a[href*="path=61_"],
#column-left .list-group a[href*="path=63_"],
#column-left .list-group a[href*="path=64_"],
#column-left .list-group a[href*="path=65_"],
#column-left .list-group a[href*="path=66_"] {
  padding-left: 28px;
  background: #fbfbfb;
  color: #5f6f7c;
  font-size: 13px;
}

/* Hover для підкатегорій */
#column-left .list-group a[href*="path=62_"]:hover,
#column-left .list-group a[href*="path=59_"]:hover,
#column-left .list-group a[href*="path=60_"]:hover,
#column-left .list-group a[href*="path=61_"]:hover,
#column-left .list-group a[href*="path=63_"]:hover,
#column-left .list-group a[href*="path=64_"]:hover,
#column-left .list-group a[href*="path=65_"]:hover,
#column-left .list-group a[href*="path=66_"]:hover {
  background: #f1f4f7;
  color: #E60000;
  padding-left: 32px;
}

/* Активна підкатегорія */
#column-left .list-group a.active[href*="path=62_"],
#column-left .list-group a.active[href*="path=59_"],
#column-left .list-group a.active[href*="path=60_"],
#column-left .list-group a.active[href*="path=61_"],
#column-left .list-group a.active[href*="path=63_"],
#column-left .list-group a.active[href*="path=64_"],
#column-left .list-group a.active[href*="path=65_"],
#column-left .list-group a.active[href*="path=66_"] {
  background: #E60000;
  color: #ffffff;
  font-weight: 700;
  padding-left: 28px;
}

/* Прибираємо зайвий дефіс візуально не можемо через CSS, але робимо його менш помітним */
#column-left .list-group a {
  word-break: normal;
}

/* ===== SIAL left category menu END ===== */

/* ===== SIAL category intro START ===== */

.sial-category-intro {
  margin: 0 0 32px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e1e5e8;
}

.sial-category-intro__head {
  margin-bottom: 18px;
}

.sial-category-intro__title {
  margin: 0;
  color: #193A59;
  font-family: 'Play', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.sial-category-intro__body {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.sial-category-intro__image {
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  padding: 0;
  border: 1px solid #e1e5e8;
  background: #f4f5f6;
  overflow: hidden;
}

.sial-category-intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}


.sial-category-intro__description {
  flex: 1 1 auto;
  color: #1f1f1f;
  font-family: 'Play', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 850px;
}

.sial-category-intro__description p {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .sial-category-intro__title {
    font-size: 28px;
  }

  .sial-category-intro__body {
    flex-direction: column;
    gap: 18px;
  }

  .sial-category-intro__image {
    width: 100%;
    height: 220px;
    flex-basis: auto;
  }

  .sial-category-intro__description {
    font-size: 16px;
  }
}

/* ===== SIAL category intro END ===== */

/* ===== SIAL final catalog accordion START ===== */

.sial-catalog {
  position: relative;
  z-index: 10000;
}

.sial-catalog__dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 10001;
  display: none;
  width: 430px;
  background: #173c5c;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.sial-catalog:hover .sial-catalog__dropdown {
  display: block;
}

/* прибираємо стандартні обгортки OpenCart усередині випадаючого меню */
.sial-catalog__dropdown .container {
  width: auto;
  margin: 0;
  padding: 0;
}

.sial-catalog__dropdown #menu {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  min-height: 0;
}

.sial-catalog__dropdown .navbar-header {
  display: none;
}

.sial-catalog__dropdown .navbar-collapse {
  display: block !important;
  padding: 0;
  border: none;
  box-shadow: none;
}

/* основний список */
.sial-catalog-accordion__list {
  display: block;
  float: none;
  width: 430px;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #173c5c;
}

.sial-catalog-accordion__item {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sial-catalog-accordion__row {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #173c5c;
}

/* назва головної категорії */
.sial-catalog-accordion__link {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-height: 44px;
  padding: 11px 10px 11px 24px;
  color: #ffffff !important;
  background: #173c5c;
  font-family: 'Play', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-shadow: none;
  white-space: normal;
}

.sial-catalog-accordion__link:hover {
  background: #E60000;
  color: #ffffff !important;
  text-decoration: none;
}

/* кнопка стрілки */
.sial-catalog-accordion__toggle {
  flex: 0 0 40px;
  width: 40px;
  min-height: 44px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: #173c5c;
  color: #E60000;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

.sial-catalog-accordion__toggle:hover {
  background: #12314d;
  color: #ffffff;
}

.sial-catalog-accordion__toggle i {
  transition: transform 0.2s ease;
}

/* відкрита категорія */
.sial-catalog-accordion__item.is-open > .sial-catalog-accordion__row .sial-catalog-accordion__link {
  background: #E60000;
  color: #ffffff !important;
}

.sial-catalog-accordion__item.is-open > .sial-catalog-accordion__row .sial-catalog-accordion__toggle {
  background: #E60000;
  color: #ffffff;
}

.sial-catalog-accordion__item.is-open > .sial-catalog-accordion__row .sial-catalog-accordion__toggle i {
  transform: rotate(180deg);
}

/* підкатегорії */
.sial-catalog-accordion__submenu {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.sial-catalog-accordion__item.is-open > .sial-catalog-accordion__submenu {
  display: block;
}

.sial-catalog-accordion__children {
  width: 100%;
  margin: 0;
  padding: 8px 0 6px;
  box-sizing: border-box;
}

.sial-catalog-accordion__child {
  display: block;
  margin: 0;
  padding: 0;
}

.sial-catalog-accordion__child-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 20px 8px 34px;
  color: #111111 !important;
  background: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
}

.sial-catalog-accordion__child-link:before {
  content: "•";
  margin-right: 8px;
  color: #111111;
}

.sial-catalog-accordion__child-link:hover {
  color: #E60000 !important;
  background: #f4f5f6;
  text-decoration: none;
}

.sial-catalog-accordion__child-link:hover:before {
  color: #E60000;
}

/* переглянути всі */
.sial-catalog-accordion__see-all {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 20px 12px 34px;
  border-top: 1px solid #e1e5e8;
  background: #f4f5f6;
  color: #173c5c !important;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.sial-catalog-accordion__see-all:hover {
  background: #E60000;
  color: #ffffff !important;
  text-decoration: none;
}

/* акуратний scrollbar без червоної смуги */
.sial-catalog-accordion__list::-webkit-scrollbar {
  width: 6px;
}

.sial-catalog-accordion__list::-webkit-scrollbar-track {
  background: #173c5c;
}

.sial-catalog-accordion__list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 10px;
}

/* мобільна версія */
@media (max-width: 767px) {
  .sial-catalog__dropdown {
    position: static;
    width: 100%;
  }

  .sial-catalog-accordion__list {
    width: 100%;
    max-height: none;
  }

  .sial-catalog-accordion__link {
    min-height: 44px;
    padding-left: 24px;
    font-size: 14px;
  }

  .sial-catalog-accordion__toggle {
    flex-basis: 44px;
    width: 44px;
  }
}

/* ===== SIAL final catalog accordion END ===== */

/* ===== SIAL catalog background blur START ===== */

/* Плавність для головної синьої смуги категорій */
.sial-home-categories,
.sial-home-categories * {
  transition: filter 0.2s ease;
}

/* Коли каталог відкритий — блюримо тільки блоки нижче хедера */
body.sial-catalog-open .sial-home-categories {
  filter: blur(2px);
}

/* Якщо під синьою смугою є наступні блоки головної сторінки — теж злегка блюримо */
body.sial-catalog-open .sial-home-categories ~ * {
  filter: blur(2px);
}

/* Сам хедер і випадаючий каталог завжди чіткі */
body.sial-catalog-open header,
body.sial-catalog-open #top,
body.sial-catalog-open .sial-catalog,
body.sial-catalog-open .sial-catalog__dropdown {
  filter: none !important;
}

/* Щоб випадаюче меню було поверх заблюреного контенту */
.sial-catalog {
  position: relative;
  z-index: 10000;
}

.sial-catalog__dropdown {
  z-index: 10001;
}

/* ===== SIAL catalog background blur END ===== */



/* ===== SIAL subcategory image FINAL FIX START ===== */

.sial-subcategory-card__image {
  display: block !important;
  width: 100% !important;
  height: 220px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #f4f5f6 !important;
  line-height: 0 !important;
}

.sial-subcategory-card__image img {
  display: block !important;
  width: 115% !important;
  height: 115% !important;
  max-width: none !important;
  max-height: none !important;
  margin-left: -7.5% !important;
  margin-top: -7.5% !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

.sial-subcategory-card:hover .sial-subcategory-card__image img {
  width: 120% !important;
  height: 120% !important;
  margin-left: -10% !important;
  margin-top: -10% !important;
}

/* ===== SIAL subcategory image FINAL FIX END ===== */

/* ===== SIAL MOBILE HEADER FIGMA STEP 1 START ===== */

@media (max-width: 767px) {

  /* Показуємо нову мобільну верхню панель */
  .sial-mobile-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #193A59;
    padding: 12px 14px;
    min-height: 66px;
  }

  .sial-mobile-head__logo {
    flex: 0 0 auto;
    display: block;
  }

  .sial-mobile-head__logo img {
    display: block;
    width: auto;
    height: 42px;
    max-width: 112px;
  }

  .sial-mobile-head__phone {
    flex: 1 1 auto;
    color: #ffffff !important;
    font-family: 'Play', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .sial-mobile-head__burger {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .sial-mobile-head__burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #E60000;
    border-radius: 2px;
  }

  /* На мобільному ховаємо стару верхню панель */
  #top {
    display: none !important;
  }
}

/* ===== SIAL MOBILE HEADER FIGMA STEP 1 END ===== */

/* ===== SIAL MOBILE HEADER FIGMA STEP 2 START ===== */

@media (max-width: 767px) {

  /* Ховаємо старий великий логотип у mainbar */
  .sial-mainbar > .sial-mainbar__logo {
    display: none !important;
  }

  /* Бургер робимо білим */
  .sial-mobile-head__burger span {
    background: #ffffff !important;
  }

  /* Мобільний логотип робимо видимішим на синьому фоні */
  .sial-mobile-head__logo img {
    opacity: 1 !important;
  }
}

/* ===== SIAL MOBILE HEADER FIGMA STEP 2 END ===== */

/* ===== SIAL MOBILE HEADER FIGMA STEP 3 START ===== */

@media (max-width: 767px) {

  /* Другий рядок: каталог + пошук + кошик */
  .sial-mainbar {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sial-mainbar__tools {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  gap: 0 !important;
  align-items: center !important;
  padding: 12px 14px !important;
  background: #ffffff !important;
}

  /* Кнопка каталогу */
  .sial-catalog {
    width: 48px !important;
    flex: none !important;
  }

  .sial-catalog__btn {
    width: 48px !important;
    height: 40px !important;
    padding: 0 !important;
    background: #E60000 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sial-catalog__btn .fa {
    font-size: 18px !important;
    color: #ffffff !important;
    margin: 0 !important;
  }

  .sial-catalog__btn span {
    display: none !important;
  }

  /* Пошук */
  .sial-mainbar__search {
    width: 100% !important;
    min-width: 0 !important;
  }

  .sial-mainbar__search #search {
    margin: 0 !important;
    width: 100% !important;
  }

  .sial-mainbar__search #search .input-group {
    width: 100% !important;
  }

  .sial-mainbar__search #search .input-lg {
    height: 40px !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 11px !important;
    padding: 0 8px !important;
    color: #193A59 !important;
  }

  .sial-mainbar__search #search .btn-lg {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border: none !important;
    background: #ffffff !important;
    color: #193A59 !important;
    font-size: 17px !important;
  }

  /* Кошик */
  .sial-mainbar__cart {
    width: 48px !important;
  }

  .sial-mainbar__cart #cart {
    margin: 0 !important;
    width: 48px !important;
  }

  .sial-mainbar__cart #cart > .btn {
    width: 48px !important;
    height: 40px !important;
    padding: 0 !important;
    background: #193A59 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sial-mainbar__cart #cart > .btn .fa {
    font-size: 18px !important;
    color: #ffffff !important;
    margin: 0 !important;
  }
}

/* ===== SIAL MOBILE HEADER FIGMA STEP 3 END ===== */


/* ===== SIAL MOBILE SEARCH BORDER FINAL START ===== */

@media (max-width: 767px) {
  .sial-mainbar__search #search {
    border: 1px solid #d7d7d7 !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }
}

/* ===== SIAL MOBILE SEARCH BORDER FINAL END ===== */

/* ===== SIAL MOBILE MENU GLOBAL HIDE FIX START ===== */

/* За замовчуванням мобільне меню завжди сховане */
.sial-mobile-menu {
  display: none !important;
}

/* На мобільному показуємо тільки коли є клас is-open */
@media (max-width: 767px) {
  .sial-mobile-menu.is-open {
    display: block !important;
  }
}

/* ===== SIAL MOBILE MENU GLOBAL HIDE FIX END ===== */

/* ===== SIAL MOBILE BURGER FIGMA FINAL START ===== */

@media (max-width: 767px) {

  /* Коли відкритий бургер — ховаємо другий рядок: каталог + пошук + кошик */
  body.sial-mobile-menu-open .sial-mainbar {
    display: none !important;
  }

  /* Ховаємо блок категорій на головній, щоб він не заважав меню */
  body.sial-mobile-menu-open .sial-home-categories,
  body.sial-mobile-menu-open .sial-home-categories__nav {
    display: none !important;
  }

  /* Верхній синій блок розширюється вниз */
  body.sial-mobile-menu-open .sial-mobile-head {
    flex-wrap: wrap !important;
    align-items: center !important;
    background: #193A59 !important;
    padding: 18px 24px 34px !important;
  }

  /* Саме меню всередині синього хедера */
  body.sial-mobile-menu-open #sial-mobile-menu.is-open {
    display: block !important;
    position: static !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 34px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  /* Сітка меню: ліва і права колонка */
  body.sial-mobile-menu-open #sial-mobile-menu .sial-mobile-menu__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 24px !important;
    align-items: start !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu .sial-mobile-menu__left,
  body.sial-mobile-menu-open #sial-mobile-menu .sial-mobile-menu__right {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu a,
  body.sial-mobile-menu-open #sial-mobile-menu .sial-mobile-menu__language {
    display: flex !important;
    align-items: center !important;
    color: #ffffff !important;
    font-family: 'Play', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    margin: 0 !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu .sial-mobile-menu__icon-link {
    gap: 10px !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu .fa {
    color: #E60000 !important;
    font-size: 18px !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu .sial-mobile-menu__flag {
    width: 16px !important;
    height: 11px !important;
    display: inline-block !important;
    background: linear-gradient(to bottom, #1E73D8 0 50%, #F7D500 50% 100%) !important;
    border-radius: 1px !important;
    margin-right: 8px !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu .sial-mobile-menu__language {
    gap: 8px !important;
  }
}

/* ===== SIAL MOBILE BURGER FIGMA FINAL END ===== */

/* ===== SIAL MOBILE BURGER BACKGROUND FIX START ===== */

@media (max-width: 767px) {
  body.sial-mobile-menu-open #sial-mobile-menu.is-open {
    background: #193A59 !important;
    padding: 28px 20px 34px !important;
    margin-top: 0 !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu.is-open a,
  body.sial-mobile-menu-open #sial-mobile-menu.is-open span {
    color: #ffffff !important;
  }
}

/* ===== SIAL MOBILE BURGER BACKGROUND FIX END ===== */

/* ===== SIAL MOBILE BURGER X FIX START ===== */

@media (max-width: 767px) {

  /* Коли бургер відкритий — верхній ряд робимо сіткою */
  body.sial-mobile-menu-open .sial-mobile-head {
    display: grid !important;
    grid-template-columns: auto 1fr 44px !important;
    align-items: center !important;
    column-gap: 14px !important;
  }

  body.sial-mobile-menu-open .sial-mobile-head__logo {
    grid-column: 1 !important;
  }

  body.sial-mobile-menu-open .sial-mobile-head__phone {
    grid-column: 2 !important;
    font-size: 17px !important;
    text-align: center !important;
  }

  body.sial-mobile-menu-open .sial-mobile-head__burger {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 44px !important;
    height: 44px !important;
    justify-self: end !important;
    background: transparent !important;
  }

  body.sial-mobile-menu-open #sial-mobile-menu {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }

  /* Перетворення бургера на хрестик */
  .sial-mobile-head__burger.is-open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px) !important;
  }

  .sial-mobile-head__burger.is-open span:nth-child(2) {
    opacity: 0 !important;
  }

  .sial-mobile-head__burger.is-open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px) !important;
  }

  .sial-mobile-head__burger span {
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    background: #ffffff !important;
  }
}

/* ===== SIAL MOBILE BURGER X FIX END ===== */

/* ===== SIAL MOBILE CATALOG PANEL FIX START ===== */

@media (max-width: 767px) {

  /* Рядок каталог + пошук + кошик робимо основою для випадаючого каталогу */
  .sial-mainbar__tools {
    position: relative !important;
  }

  /* На мобільному кнопка каталогу не повинна обмежувати ширину випадаючого меню */
  .sial-catalog {
    position: static !important;
  }

  /* Сам випадаючий каталог */
  .sial-catalog__dropdown {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    z-index: 99999 !important;
    padding: 22px 14px 34px !important;
    box-shadow: none !important;
  }

  /* Поки що відкриваємо по натисканню/hover, як зараз працює */
  .sial-catalog:hover .sial-catalog__dropdown {
    display: block !important;
  }

  /* Внутрішній список каталогу на всю ширину */
  .sial-catalog__dropdown #menu,
  .sial-catalog__dropdown .sial-catalog-accordion__list {
    width: 100% !important;
    max-height: none !important;
    background: #ffffff !important;
  }

  .sial-catalog__dropdown #menu {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Категорії всередині каталогу */
  .sial-catalog__dropdown .sial-catalog-accordion__row {
    background: #ffffff !important;
  }

  .sial-catalog__dropdown .sial-catalog-accordion__link {
    background: #ffffff !important;
    color: #193A59 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    padding: 13px 8px 13px 18px !important;
  }

  .sial-catalog__dropdown .sial-catalog-accordion__toggle {
    background: #ffffff !important;
    color: #E60000 !important;
    border-left: none !important;
  }
}

/* ===== SIAL MOBILE CATALOG PANEL FIX END ===== */

/* Ховаємо тільки синю смугу категорій на мобільному */
@media (max-width: 767px) {
  .sial-home-categories__nav {
    display: none !important;
  }
}

.sial-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 0;
}

.sial-home-category-card {
  display: block;
  overflow: hidden;
  background: #193A59;
}

.sial-home-category-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
  transform-origin: center center;
}

.sial-home-category-card:hover img {
  transform: scale(1.06);
}

@media (max-width: 991px) {
  .sial-home-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
  
  /* SIAL: дві головні категорії в ряд на мобільному */
@media (max-width: 767px) {
  #common-home .sial-home-categories__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px;
    width: 100%;
  }

  #common-home .sial-home-category-card {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  #common-home .sial-home-category-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* SIAL: текст поверх картки головної категорії */
.sial-home-category-card {
  position: relative;
}

.sial-home-category-card__title {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 38px;
  padding: 6px 8px;

  background: rgba(5, 31, 51, 0.94);
  color: #ffffff;

  font-size: 13px;
line-height: 1.2;
font-weight: 400;
text-align: center;
text-transform: uppercase;
transition: transform 0.35s ease;
transform-origin: center center;
pointer-events: none;
}

.sial-home-category-card:hover .sial-home-category-card__title {
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .sial-home-category-card__title {
    left: 6px;
    right: 6px;
    bottom: 6px;

    min-height: 34px;
    padding: 5px 4px;

    font-size: 12px;
    line-height: 1.2;
    font-weight: 400 !important;
  }
}

/* SIAL: повне зображення підкатегорії на мобільному */
@media (max-width: 575px) {
  .sial-subcategory-card__image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    background: #f4f5f6 !important;
  }

  .sial-subcategory-card__image img,
  .sial-subcategory-card:hover .sial-subcategory-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;
    transform: scale(1.37) !important;
transform-origin: center center !important;
  }
  
  /* SIAL: повне зображення опису підкатегорії на мобільному */
@media (max-width: 767px) {
  #product-category .sial-category-intro__image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto !important;
    overflow: hidden !important;
    background: #f4f5f6 !important;
  }

  #product-category .sial-category-intro__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: scale(1.15) !important;
    transform-origin: center center !important;
  }
}
}