/* SOURCE: stylesheet.css */
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 */











/* logo */

/* search */


/* cart */


@media (max-width: 478px) {

}


@media (max-width: 478px) {

}

/* menu */













@media (min-width: 768px) {

}
@media (max-width: 767px) {







}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* 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;

}

@media (min-width: 768px) {

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

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

}

/* SOURCE: aeropresent.css */
/* AEROPRESENT_UI_V1
   Phase 5A visual foundation.
   Light, airy, modern storefront. */

:root {
  --aero-ink: #2f3f49;
  --aero-muted: #75858f;
  --aero-line: #e9f0f3;
  --aero-surface: #ffffff;
  --aero-surface-soft: #f7fbfc;
  --aero-sky: #eaf8fd;
  --aero-blue: #249fd0;
  --aero-blue-dark: #167eaa;
  --aero-turquoise: #67cfd3;
  --aero-pink: #f6dce7;
  --aero-pink-strong: #d96f9b;
  --aero-lilac: #eee8fb;
  --aero-radius: 16px;
  --aero-shadow: 0 8px 30px rgba(59, 91, 108, 0.08);
  --aero-shadow-hover: 0 14px 38px rgba(59, 91, 108, 0.13);
}

/* ---------- Base ---------- */

html {
  background: var(--aero-surface);
}

body {
  background: var(--aero-surface);
  color: var(--aero-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--aero-blue-dark);
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

a:hover,
a:focus {
  color: var(--aero-blue);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--aero-ink);
  font-weight: 500;
  letter-spacing: -0.015em;
}

h1 {
  font-size: 34px;
  line-height: 1.18;
  margin: 24px 0 22px;
}

h2 {
  font-size: 27px;
}

hr {
  border-color: var(--aero-line);
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

/* ---------- Top bar ---------- */









/* ---------- Main navigation ---------- */















/* ---------- Breadcrumbs ---------- */

.breadcrumb {
  margin: 0 0 24px;
  padding: 11px 16px;
  background: var(--aero-surface-soft);
  border: 1px solid var(--aero-line);
  border-radius: var(--aero-radius);
}

.breadcrumb > li {
  color: var(--aero-muted);
  text-shadow: none;
}

.breadcrumb > li + li:before {
  color: #b5c2c9;
}

.breadcrumb > li > a {
  color: var(--aero-blue-dark);
}

/* ---------- Panels / lists ---------- */

.panel {
  border: 1px solid var(--aero-line);
  border-radius: var(--aero-radius);
  box-shadow: none;
  overflow: hidden;
}

.panel-heading {
  border: 0;
}

.list-group-item {
  color: var(--aero-ink);
  border-color: var(--aero-line);
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: var(--aero-blue-dark);
  background: var(--aero-sky);
}

.well {
  background: var(--aero-surface-soft);
  border: 1px solid var(--aero-line);
  border-radius: var(--aero-radius);
  box-shadow: none;
}

/* ---------- Buttons ---------- */

.btn {
  border-radius: 11px;
  font-weight: 500;
  box-shadow: none;
  transition: all .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--aero-blue);
  border-color: var(--aero-blue);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background: var(--aero-blue-dark);
  border-color: var(--aero-blue-dark);
}

.btn-default {
  color: var(--aero-ink);
  background: #fff;
  border-color: var(--aero-line);
}

.btn-default:hover,
.btn-default:focus {
  color: var(--aero-blue-dark);
  background: var(--aero-sky);
  border-color: #d7eaf1;
}

.btn-danger {
  background: var(--aero-pink-strong);
  border-color: var(--aero-pink-strong);
}

/* ---------- Forms ---------- */

.form-control {
  min-height: 42px;
  color: var(--aero-ink);
  border: 1px solid #dfe9ed;
  border-radius: 10px;
  box-shadow: none;
}

.form-control:focus {
  border-color: #a9d8e7;
  box-shadow: 0 0 0 3px rgba(36, 159, 208, 0.08);
}

.input-group .form-control:first-child {
  border-radius: 10px 0 0 10px;
}

.input-group-btn:last-child > .btn {
  border-radius: 0 10px 10px 0;
}

/* ---------- Product cards ---------- */

.product-layout {
  margin-bottom: 28px;
}

.product-thumb {
  height: 100%;
  background: #fff;
  border: 1px solid var(--aero-line);
  border-radius: var(--aero-radius);
  box-shadow: 0 4px 18px rgba(59, 91, 108, 0.05);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-thumb:hover {
  transform: translateY(-4px);
  border-color: #dcebef;
  box-shadow: var(--aero-shadow-hover);
}

.product-thumb .image {
  background: #fff;
  overflow: hidden;
}

.product-thumb .image img {
  width: 100%;
  transition: transform .28s ease;
}

.product-thumb:hover .image img {
  transform: scale(1.018);
}

.product-thumb .caption {
  min-height: 142px;
  padding: 16px 18px 18px;
}

.product-thumb h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 600;
}

.product-thumb h4 a {
  color: var(--aero-ink);
}

.product-thumb h4 a:hover {
  color: var(--aero-blue-dark);
}

.product-thumb .price {
  margin: 10px 0 14px;
  color: var(--aero-ink);
  font-size: 16px;
  font-weight: 600;
}

.product-thumb .price-new {
  color: var(--aero-pink-strong);
}

.product-thumb .price-old {
  color: #a8b4bb;
}

.product-thumb .button-group {
  display: flex;
  background: transparent;
  border-top: 1px solid var(--aero-line);
}

.product-thumb .button-group button {
  min-height: 44px;
  color: var(--aero-blue-dark);
  background: #fff;
  border: 0;
}

.product-thumb .button-group button:hover {
  color: #fff;
  background: var(--aero-blue);
}

/* Custom migrated/SmartSEO product cards use plain Bootstrap buttons. */
.product-thumb .caption .btn-primary {
  padding-left: 18px;
  padding-right: 18px;
}

/* ---------- Product page ---------- */

.thumbnail {
  border: 1px solid var(--aero-line);
  border-radius: var(--aero-radius);
  box-shadow: none;
}

.nav-tabs {
  border-color: var(--aero-line);
}

.nav-tabs > li > a {
  color: var(--aero-muted);
  border-radius: 10px 10px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: var(--aero-blue-dark);
  border-color: var(--aero-line) var(--aero-line) #fff;
}

.alert {
  border: 0;
  border-radius: var(--aero-radius);
}

.alert-info {
  color: #46717f;
  background: var(--aero-sky);
}

/* ---------- Pagination ---------- */

.pagination > li > a,
.pagination > li > span {
  margin: 0 3px;
  color: var(--aero-blue-dark);
  background: #fff;
  border-color: var(--aero-line);
  border-radius: 9px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #fff;
  background: var(--aero-blue);
  border-color: var(--aero-blue);
}

/* ---------- Small visual accents ---------- */

.label {
  border-radius: 999px;
}

.text-danger {
  color: var(--aero-pink-strong);
}

.dropdown-menu {
  border-radius: var(--aero-radius);
  border-color: var(--aero-line);
  box-shadow: var(--aero-shadow);
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {


  h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }













  h1 {
    margin-top: 18px;
    font-size: 27px;
  }

  .breadcrumb {
    margin-bottom: 18px;
    padding: 10px 12px;
  }

  .product-layout {
    margin-bottom: 18px;
  }

  .product-thumb {
    border-radius: 14px;
  }

  .product-thumb .caption {
    min-height: 0;
    padding: 14px;
  }


}

/* AEROPRESENT_UI_V2_START */

/* Overall scale */
body {
  font-size: 15px;
  line-height: 1.58;
}

@media (min-width: 1200px) {
  .container {
    width: 1360px;
  }
}

h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.14;
  margin: 26px 0 24px;
}

h2 {
  font-size: 29px;
  line-height: 1.22;
}

/* Navigation */






/* Breadcrumbs */
.breadcrumb {
  padding: 12px 18px;
  margin-bottom: 28px;
  font-size: 13px;
}

/* Category sidebar */
#column-left .list-group,
#column-right .list-group {
  border: 1px solid var(--aero-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(59, 91, 108, 0.045);
}

#column-left .list-group-item,
#column-right .list-group-item {
  padding: 11px 14px;
  background: #fff;
  border-left: 0;
  border-right: 0;
  border-color: var(--aero-line);
  color: #60717a;
  font-size: 14px;
}

#column-left a.list-group-item:hover,
#column-right a.list-group-item:hover {
  padding-left: 17px;
  color: var(--aero-blue-dark);
  background: linear-gradient(90deg, var(--aero-sky), #fff);
}

/* Product grid */
.product-layout {
  margin-bottom: 30px;
}

.product-thumb {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 18px;
}

.product-thumb .image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: #fbfdfe;
  overflow: hidden;
}

.product-thumb .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb .caption {
  flex: 1 1 auto;
  min-height: 172px;
  padding: 18px 18px 16px;
}

.product-thumb h4 {
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.28;
}

.product-thumb .caption > p:not(.price) {
  color: var(--aero-muted);
  font-size: 13px;
  line-height: 1.48;
}

.product-thumb .price {
  font-size: 18px;
  line-height: 1.2;
}

.product-thumb .button-group button {
  min-height: 48px;
  font-size: 13px;
  font-weight: 600;
}

/* Legacy product detail styles migrated to aero/pages/product.css in redesign V5. */

/* Tabs / descriptions */
.nav-tabs {
  margin-top: 12px;
}

.nav-tabs > li > a {
  padding: 11px 16px;
  font-weight: 500;
}

.tab-content {
  padding-top: 14px;
  color: #52636c;
  font-size: 14px;
  line-height: 1.7;
}





@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 29px;
  }

  .product-thumb .caption {
    min-height: 0;
  }

}

/* AEROPRESENT_UI_V2_END */

/* AEROPRESENT_UI_V3_START */

/* Hide technical B2C tax-excluded labels from storefront presentation. */
.price-tax,
.product-thumb .price-tax {
  display: none !important;
}

/* Cleaner catalog cards: image, product name, price, actions. */
.product-thumb .caption > p:not(.price) {
  display: none;
}

.product-thumb .caption {
  min-height: 118px;
  padding: 17px 18px 14px;
}

.product-thumb h4 {
  min-height: 44px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.3;
}

.product-thumb .price {
  margin: 0;
  font-size: 19px;
  font-weight: 650;
}

.product-thumb .button-group {
  margin-top: auto;
}

/* Legacy V3 product gallery/buybox styles migrated to aero/pages/product.css. */

/* Description tabs should feel like content, not a cramped default widget. */
.nav-tabs {
  margin-top: 18px;
}

.tab-content {
  max-width: 900px;
  padding-top: 18px;
  padding-bottom: 20px;
}

/* Slightly airier product grid rows without giant vertical gaps. */
.product-layout {
  margin-bottom: 26px;
}

@media (max-width: 1199px) {
}

@media (max-width: 767px) {

  .product-thumb h4 {
    min-height: 0;
  }
}

/* AEROPRESENT_UI_V3_END */

/* AEROPRESENT_LEGACY_HEADER_MENU_REMOVED_PATCH004
 * V4 header and V5 menu ownership moved to aero/components/header.css.
 */

/* AEROPRESENT_UI_V6_HOME_START */
/* AEROPRESENT_UI_V6_HOME */

.aero-home-page{overflow:hidden;background:#fff}
.aero-home-section{padding:34px 0 52px}
.aero-section-heading{margin-bottom:26px}
.aero-section-heading h1,.aero-section-heading h2{margin:0;color:var(--aero-ink);font-weight:500;letter-spacing:-.025em}
.aero-section-heading h1{font-size:38px}
.aero-section-heading h2{font-size:34px}
.aero-section-heading p{margin:8px 0 0;color:var(--aero-muted);font-size:15px}
.aero-section-heading-center{text-align:center}
.aero-section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.aero-section-more{display:inline-flex;align-items:center;gap:7px;color:var(--aero-blue-dark);font-weight:600;white-space:nowrap}

.aero-home-hero{padding:4px 0 24px}
.aero-hero-slider{position:relative;max-width:1240px;margin:0 auto;overflow:hidden;background:#f8fbfc;border:1px solid var(--aero-line);border-radius:24px;box-shadow:0 12px 38px rgba(59,91,108,.08)}
.aero-hero-track{position:relative;aspect-ratio:16/9}
.aero-hero-slide{position:absolute;inset:0;display:block;opacity:0;pointer-events:none;transition:opacity .48s ease}
.aero-hero-slide.is-active{opacity:1;pointer-events:auto}
.aero-hero-slide img{width:100%;height:100%;display:block;object-fit:cover}
.aero-hero-arrow{position:absolute;top:50%;z-index:4;width:46px;height:46px;margin-top:-23px;color:var(--aero-ink);background:rgba(255,255,255,.88);border:1px solid rgba(223,233,237,.95);border-radius:50%;box-shadow:0 6px 20px rgba(47,63,73,.11);opacity:0;transition:.2s}
.aero-hero-slider:hover .aero-hero-arrow{opacity:1}
.aero-hero-arrow:hover{color:#fff;background:var(--aero-blue);transform:scale(1.04)}
.aero-hero-prev{left:18px}.aero-hero-next{right:18px}
.aero-hero-dots{position:absolute;left:50%;bottom:16px;z-index:5;display:flex;gap:8px;transform:translateX(-50%)}
.aero-hero-dot{width:9px;height:9px;padding:0;background:rgba(255,255,255,.88);border:1px solid rgba(74,98,108,.22);border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.aero-hero-dot.is-active{width:24px;background:var(--aero-blue);border-color:var(--aero-blue);border-radius:999px}

.aero-home-popular{padding-top:36px}
.aero-popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.aero-popular-card{color:var(--aero-ink);text-align:center}
.aero-popular-image{overflow:hidden;aspect-ratio:4/5;margin-bottom:18px;background:var(--aero-surface-soft);border-radius:20px;box-shadow:0 7px 24px rgba(59,91,108,.06);transition:.22s}
.aero-popular-card:hover .aero-popular-image{transform:translateY(-4px);box-shadow:0 14px 34px rgba(59,91,108,.12)}
.aero-popular-image img{width:100%;height:100%;object-fit:cover}
.aero-popular-card h3{margin:0 0 4px;font-size:21px;font-weight:500}
.aero-popular-card p{margin:0;color:var(--aero-muted);font-size:13px}

.aero-home-collections{background:radial-gradient(circle at 8% 10%,rgba(223,246,241,.55),transparent 24%),radial-gradient(circle at 92% 85%,rgba(238,232,251,.55),transparent 24%),#fbfeff}
.aero-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.aero-collection-card{overflow:hidden;color:var(--aero-ink);background:#fff;border:1px solid var(--aero-line);border-radius:20px;box-shadow:0 6px 24px rgba(59,91,108,.055);transition:.22s}
.aero-collection-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(59,91,108,.12)}
.aero-collection-image{aspect-ratio:1/1;overflow:hidden;background:linear-gradient(145deg,var(--aero-sky),var(--aero-lilac))}
.aero-collection-image img{width:100%;height:100%;object-fit:cover}
.aero-collection-body{padding:17px 18px 18px}
.aero-collection-body h3{margin:0 0 9px;font-size:19px;font-weight:600}
.aero-collection-body span{color:var(--aero-blue-dark);font-size:13px;font-weight:600}

.aero-home-teasers{padding-top:52px}
.aero-teaser-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:8px 0 6px}
.aero-teaser-card{padding:20px 16px;text-align:center;border-right:1px solid var(--aero-line)}
.aero-teaser-card:last-child{border-right:0}
.aero-teaser-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:var(--aero-blue);background:var(--aero-sky);border-radius:22px;font-size:31px}
.aero-teaser-card:nth-child(2) .aero-teaser-icon{color:var(--aero-pink-strong);background:var(--aero-pink)}
.aero-teaser-card:nth-child(3) .aero-teaser-icon{color:#c89300;background:#fff6d9}
.aero-teaser-card:nth-child(4) .aero-teaser-icon{color:#8f75c8;background:var(--aero-lilac)}
.aero-teaser-card h3{margin:0 0 7px;font-size:16px;font-weight:700}
.aero-teaser-card p{margin:0 auto;max-width:270px;color:var(--aero-muted);font-size:13px;line-height:1.55}

.aero-home-blog{background:#fbfdfe}
.aero-blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.aero-blog-card{overflow:hidden;background:#fff;border:1px solid var(--aero-line);border-radius:20px;box-shadow:0 5px 22px rgba(59,91,108,.05)}
.aero-blog-image{display:block;aspect-ratio:1.45/1;overflow:hidden;background:linear-gradient(145deg,var(--aero-sky),var(--aero-pink))}
.aero-blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.aero-blog-card:hover .aero-blog-image img{transform:scale(1.025)}
.aero-blog-body{padding:18px}
.aero-blog-kicker{display:inline-block;margin-bottom:7px;color:var(--aero-muted);font-size:11px}
.aero-blog-body h3{min-height:48px;margin:0 0 10px;font-size:17px;line-height:1.38;font-weight:600}
.aero-blog-body h3 a{color:var(--aero-ink)}
.aero-blog-body p{min-height:60px;margin:0 0 14px;color:var(--aero-muted);font-size:13px;line-height:1.5}
.aero-blog-more{color:var(--aero-blue-dark);font-size:13px;font-weight:600}

.aero-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(36,159,208,.58);font-size:54px}

.aero-home-seo{padding-top:56px;padding-bottom:24px}
.aero-seo-card{padding:34px 38px;background:#fff;border:1px solid var(--aero-line);border-radius:22px;box-shadow:0 8px 28px rgba(59,91,108,.05)}
.aero-seo-copy{position:relative;color:#596a73;font-size:14px;line-height:1.75}
.aero-seo-copy.is-collapsed{max-height:285px;overflow:hidden}
.aero-seo-copy.is-collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:105px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 88%);pointer-events:none}
.aero-seo-copy h2{margin:25px 0 12px;font-size:25px;font-weight:600}
.aero-seo-copy h3{margin:23px 0 10px;font-size:19px;font-weight:600}
.aero-seo-copy p{margin:0 0 12px}
.aero-seo-copy ul{margin:5px 0 16px;padding-left:22px}
.aero-seo-toggle{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:9px 15px;color:var(--aero-blue-dark);background:var(--aero-sky);border:0;border-radius:11px;font-size:13px;font-weight:600}
.aero-home-empty{padding:24px;color:var(--aero-muted);background:#fff;border:1px dashed var(--aero-line);border-radius:16px}

@media(max-width:991px){
  .aero-home-section{padding:28px 0 42px}
  .aero-popular-grid,.aero-collection-grid,.aero-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aero-teaser-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aero-teaser-card:nth-child(2){border-right:0}
  .aero-teaser-card:nth-child(-n+2){border-bottom:1px solid var(--aero-line)}
}
@media(max-width:767px){
  .aero-home-hero{padding-top:0}
  .aero-hero-slider{border-radius:16px}
  .aero-hero-track{aspect-ratio:16/10}
  .aero-hero-arrow{display:none}
  .aero-hero-dots{bottom:10px}
  .aero-home-section{padding:22px 0 34px}
  .aero-section-heading h1{font-size:28px}
  .aero-section-heading h2{font-size:27px}
  .aero-section-heading-row{display:block}
  .aero-section-more{margin-top:9px}
  .aero-popular-grid{gap:12px}
  .aero-popular-card h3{font-size:18px}
  .aero-popular-card p{font-size:12px}
  .aero-collection-grid,.aero-blog-grid{grid-template-columns:1fr}
  .aero-teaser-grid{grid-template-columns:1fr}
  .aero-teaser-card{border-right:0;border-bottom:1px solid var(--aero-line)}
  .aero-teaser-card:last-child{border-bottom:0}
  .aero-blog-body h3,.aero-blog-body p{min-height:0}
  .aero-seo-card{padding:24px 20px}
  .aero-seo-copy.is-collapsed{max-height:340px}
}
/* AEROPRESENT_UI_V6_HOME_END */

/* AEROPRESENT_UI_V7_HOME_LAYOUT_START */
/* AEROPRESENT_UI_V7_HOME_LAYOUT */

/* Wider workspace, close to the old production Aeropresent proportions. */
.aero-home-page .aero-home-workspace {
  width: min(1420px, calc(100% - 36px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.aero-home-layout {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.aero-home-main {
  min-width: 0;
}

/* Left catalog rail.
   Sticky is constrained by .aero-home-layout, so it naturally stops
   before the full-width SEO section below. */
.aero-home-sidebar {
  min-width: 0;
  padding-top: 4px;
}

.aero-home-sidebar-sticky {
  position: sticky;
  top: 16px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid var(--aero-line);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(59,91,108,.065);
  scrollbar-width: thin;
  scrollbar-color: #c9dde4 transparent;
}

.aero-home-sidebar-title {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #fff !important;
  background:
    linear-gradient(135deg, #25a7d8 0%, #37c5c8 100%);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
}

.aero-home-sidebar-title i {
  font-size: 16px;
}

.aero-home-category-nav {
  padding: 8px 8px 10px;
}

.aero-home-category-link {
  min-height: 44px;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 12px;
  align-items: center;
  gap: 8px;
  margin: 1px 0;
  padding: 5px 8px;
  color: #5c6d76 !important;
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.2;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.aero-home-category-link:hover {
  color: var(--aero-blue-dark) !important;
  background: var(--aero-sky);
  transform: translateX(2px);
}

.aero-home-category-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aero-home-category-icon img {
  max-width: 31px;
  max-height: 31px;
  object-fit: contain;
}

.aero-home-category-icon i {
  color: var(--aero-blue);
  font-size: 16px;
}

.aero-home-category-arrow {
  color: #9aabb3;
  font-size: 12px;
}

/* Main column becomes a little wider and less boxed-in. */
.aero-home-main .aero-home-hero {
  padding-top: 4px;
}

.aero-home-main .aero-hero-slider {
  max-width: none;
  width: 100%;
}

.aero-home-main .aero-home-section {
  padding-left: 0;
  padding-right: 0;
}

/* Collection background should not create a narrow floating stripe. */
.aero-home-main .aero-home-collections,
.aero-home-main .aero-home-blog {
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 22px;
}

/* More noticeable top Каталог button. */






/* SEO is deliberately outside the sidebar/main grid. */
.aero-home-seo-full {
  margin-top: 10px;
  padding: 46px 0 32px;
  background: #fff;
  border-top: 1px solid var(--aero-line);
}

.aero-seo-copy-full {
  max-height: none !important;
  overflow: visible !important;
  padding: 0;
  color: #596a73;
  font-size: 14px;
  line-height: 1.75;
}

.aero-seo-copy-full:after {
  display: none !important;
}

.aero-seo-copy-full h2 {
  margin: 30px 0 13px;
  color: var(--aero-ink);
  font-size: 26px;
  font-weight: 600;
}

.aero-seo-copy-full h2:first-child {
  margin-top: 0;
}

.aero-seo-copy-full h3 {
  margin: 24px 0 10px;
  color: var(--aero-ink);
  font-size: 19px;
  font-weight: 600;
}

.aero-seo-copy-full p {
  margin: 0 0 12px;
}

.aero-seo-copy-full ul {
  margin: 6px 0 18px;
  padding-left: 22px;
}

@media (min-width: 1600px) {
  .aero-home-page .aero-home-workspace {
    width: min(1460px, calc(100% - 52px));
  }

  .aero-home-layout {
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 1199px) {
  .aero-home-page .aero-home-workspace {
    width: min(1160px, calc(100% - 30px));
  }

  .aero-home-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 20px;
  }

  .aero-home-category-link {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .aero-home-page .aero-home-workspace {
    width: calc(100% - 24px);
  }

  .aero-home-layout {
    display: block;
  }

  .aero-home-sidebar {
    display: none;
  }

  .aero-home-main .aero-home-collections,
  .aero-home-main .aero-home-blog {
    margin-left: 0;
    margin-right: 0;
    border-radius: 18px;
  }

  .aero-home-seo-full {
    padding-top: 34px;
  }
}

@media (max-width: 767px) {
  .aero-home-page .aero-home-workspace {
    width: calc(100% - 20px);
  }



  .aero-home-seo-full {
    padding: 28px 0 20px;
  }
}
/* AEROPRESENT_UI_V7_HOME_LAYOUT_END */

/* AEROPRESENT_UI_V8_HOME_UNIFIED_CATALOG_START */
/* AEROPRESENT_UI_V8_HOME_UNIFIED_CATALOG */









.aero-nav-container,
.aero-home-page .aero-home-workspace {
  width: min(1520px, calc(100% - 44px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.aero-home-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
}



body.aero-home-unified-catalog .aero-home-sidebar {
  margin-top: -2px;
}

body.aero-home-unified-catalog .aero-home-sidebar-sticky {
  border-top: 3px solid #37c5c8;
  border-radius: 0 0 17px 17px;
  box-shadow: 0 9px 28px rgba(59,91,108,.075);
}

body.aero-home-unified-catalog .aero-home-category-nav {
  padding: 10px 9px 12px;
}

body.aero-home-unified-catalog .aero-home-category-link {
  min-height: 48px;
  grid-template-columns: 36px minmax(0,1fr) 12px;
  padding: 6px 9px;
  font-size: 13.5px;
  font-weight: 500;
}

body.aero-home-unified-catalog .aero-home-category-icon {
  width: 34px;
  height: 34px;
}

body.aero-home-unified-catalog .aero-home-category-icon img {
  max-width: 33px;
  max-height: 33px;
}

.aero-home-main .aero-section-heading h1 {
  font-size: 40px;
}

.aero-home-main .aero-section-heading h2 {
  font-size: 35px;
}

.aero-home-main .aero-popular-card h3 {
  font-size: 22px;
}

.aero-home-seo-full .aero-home-workspace {
  width: min(1520px, calc(100% - 44px));
  max-width: none;
}

.aero-seo-copy-full {
  color: #52636c;
  font-size: 15px;
  line-height: 1.82;
}

.aero-seo-copy-full p {
  max-width: none;
  margin-bottom: 14px;
}

.aero-seo-copy-full h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 29px;
  line-height: 1.3;
}

.aero-seo-copy-full h3 {
  margin-top: 27px;
  margin-bottom: 11px;
  font-size: 21px;
  line-height: 1.35;
}

.aero-seo-copy-full ul {
  margin-top: 8px;
  margin-bottom: 21px;
}

@media (min-width: 1660px) {
  .aero-nav-container,
  .aero-home-page .aero-home-workspace,
  .aero-home-seo-full .aero-home-workspace {
    width: min(1560px, calc(100% - 60px));
  }

  .aero-home-layout {
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 34px;
  }


}

@media (max-width: 1199px) {
  .aero-nav-container,
  .aero-home-page .aero-home-workspace,
  .aero-home-seo-full .aero-home-workspace {
    width: min(1160px, calc(100% - 30px));
  }

  .aero-home-layout {
    grid-template-columns: 215px minmax(0,1fr);
    gap: 20px;
  }



  body.aero-home-unified-catalog .aero-home-category-link {
    font-size: 12.5px;
  }
}

@media (max-width: 991px) {








  .aero-nav-container,
  .aero-home-page .aero-home-workspace,
  .aero-home-seo-full .aero-home-workspace {
    width: calc(100% - 24px);
  }

  .aero-seo-copy-full {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .aero-nav-container,
  .aero-home-page .aero-home-workspace,
  .aero-home-seo-full .aero-home-workspace {
    width: calc(100% - 20px);
  }
}
/* AEROPRESENT_UI_V8_HOME_UNIFIED_CATALOG_END */

/* AEROPRESENT_UI_V9_HOME_STICKY_NAV_START */
/* AEROPRESENT_UI_V9_HOME_STICKY_NAV */

















body.aero-home-unified-catalog .aero-home-sidebar-sticky {
  top: 72px;
  max-height: calc(100vh - 88px);
}

.aero-home-seo-full {
  padding-top: 30px;
  padding-bottom: 22px;
  background: #fff;
}

.aero-seo-shell {
  position: relative;
}

.aero-seo-copy-full {
  position: relative;
  color: #8a979e;
  font-size: 14px;
  line-height: 1.72;
  transition: max-height .35s ease;
}

.aero-seo-copy-full.is-collapsed {
  max-height: 205px !important;
  overflow: hidden !important;
}

.aero-seo-copy-full.is-collapsed:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 105px;
  display: block !important;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.84) 58%,
    #fff 100%
  );
  pointer-events: none;
}

.aero-seo-copy-full.is-collapsed h2,
.aero-seo-copy-full.is-collapsed h3 {
  color: #a7b1b6;
}

.aero-seo-copy-full h2 {
  font-size: 26px;
}

.aero-seo-copy-full h3 {
  font-size: 19px;
}

.aero-seo-actions {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: -5px;
}

.aero-seo-toggle {
  min-width: 180px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 10px 20px;
  color: var(--aero-blue-dark);
  background: #fff;
  border: 1px solid #85cbea;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(53,154,201,.06);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.aero-seo-toggle:hover {
  color: #fff;
  background: var(--aero-blue);
  border-color: var(--aero-blue);
}

@media (min-width: 1660px) {



}

@media (max-width: 1199px) {




  body.aero-home-unified-catalog .aero-home-sidebar-sticky {
    top: 70px;
  }
}

@media (max-width: 991px) {








  .aero-seo-copy-full.is-collapsed {
    max-height: 180px !important;
  }
}
/* AEROPRESENT_UI_V9_HOME_STICKY_NAV_END */

/* AEROPRESENT_UI_V10_STICKY_FIX_START */
/* AEROPRESENT_UI_V10_STICKY_FIX */

/*
  IMPORTANT:
  Sticky elements must have a parent taller than themselves.
  Therefore:
  - the OUTER navigation container is sticky, not #menu itself;
  - the OUTER homepage sidebar is sticky, not only its inner card.
*/

.aero-home-page,
.aero-home-layout,
.aero-home-main {
  overflow: visible !important;
}

/* Horizontal navigation */
body.aero-home-unified-catalog .aero-nav-container {
  position: sticky !important;
  top: 0 !important;
  z-index: 950 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 22px rgba(54,82,96,.055);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}



/* Left catalogue */
body.aero-home-unified-catalog .aero-home-sidebar {
  position: sticky !important;
  top: 70px !important;
  align-self: start !important;
  height: auto;
  max-height: calc(100vh - 86px);
  overflow: visible !important;
}

body.aero-home-unified-catalog .aero-home-sidebar-sticky {
  position: relative !important;
  top: auto !important;
  max-height: calc(100vh - 86px);
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* Avoid a large artificial gap under the sticky navigation. */
body.aero-home-unified-catalog .aero-home-layout {
  padding-top: 0;
}

/* The left sidebar is a grid item. Stretching its available grid area
   gives sticky a travel range all the way to the end of homepage content. */
body.aero-home-unified-catalog .aero-home-sidebar {
  align-self: stretch !important;
}

body.aero-home-unified-catalog .aero-home-sidebar-sticky {
  position: sticky !important;
  top: 70px !important;
}

/*
  The previous two rules intentionally combine:
  aside stretches to the full grid height;
  the inner card is then sticky inside that full-height area.
  This makes it stop before SEO naturally.
*/

@media (max-width: 1199px) {
  body.aero-home-unified-catalog .aero-home-sidebar-sticky {
    top: 68px !important;
    max-height: calc(100vh - 82px);
  }
}

@media (max-width: 991px) {
  body.aero-home-unified-catalog .aero-nav-container {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.aero-home-unified-catalog .aero-home-sidebar {
    position: relative !important;
    top: auto !important;
  }
}
/* AEROPRESENT_UI_V10_STICKY_FIX_END */

/* AEROPRESENT_UI_V11_STICKY_UTILITIES_START */
/* AEROPRESENT_UI_V11_STICKY_UTILITIES */

:root {
  --aero-home-max: 1560px;
  --aero-home-edge: max(22px, calc((100vw - var(--aero-home-max)) / 2));
}

/* Full-screen bar, while preserving alignment with the homepage rail. */
body.aero-home-unified-catalog .aero-nav-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: var(--aero-home-edge) !important;
  padding-right: var(--aero-home-edge) !important;
  box-sizing: border-box;
}










@media (max-width: 991px) {
  :root {
    --aero-home-edge: 12px;
  }



}
/* AEROPRESENT_UI_V11_STICKY_UTILITIES_END */

/* AEROPRESENT_UI_V12_STICKY_UTILITIES_FIX_START */
/* AEROPRESENT_UI_V12_STICKY_UTILITIES_FIX */

/* Left catalog sits under the desktop sticky header. */
body.aero-home-unified-catalog .aero-home-sidebar-sticky {
  top: 72px !important;
}

/* AEROPRESENT_UI_V12_STICKY_UTILITIES_FIX_END */

/* AEROPRESENT_UI_V13_GLOBAL_CATEGORY_START */
/* AEROPRESENT_UI_V13_GLOBAL_CATEGORY */

:root {
  --aero-global-max: 1560px;
}

/* CATEGORY PAGE */
.aero-category-page.container {
  width: min(1500px, calc(100% - 48px));
  max-width: none;
}

.aero-category-breadcrumb {
  margin-top: 18px;
}

@media (min-width: 992px) {
  .aero-category-layout {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .aero-category-layout > #column-left {
    flex: 0 0 250px;
    width: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .aero-category-layout > .aero-category-content {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.aero-category-header {
  margin-bottom: 22px;
}

.aero-category-header h1 {
  margin: 0;
  color: #2c3c44;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.aero-subcategories {
  margin-bottom: 32px;
}

.aero-subcategory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid #e3e8ea;
  border-left: 1px solid #e3e8ea;
  background: #fff;
}

.aero-subcategory-card {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  color: #4c5a61;
  border-right: 1px solid #e3e8ea;
  border-bottom: 1px solid #e3e8ea;
  transition: .18s ease;
}

.aero-subcategory-card:hover {
  color: var(--aero-blue-dark);
  background: #fbfeff;
  text-decoration: none;
}

.aero-subcategory-image {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aero-subcategory-image img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.aero-subcategory-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.aero-subcategory-copy strong {
  color: #47565e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.aero-subcategory-copy small {
  color: #a0abb0;
  font-size: 10px;
  text-transform: uppercase;
}

.aero-category-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 20px;
  padding-top: 15px;
  border-top: 1px solid #e6edf0;
}

.aero-toolbar-spacer {
  flex: 1 1 auto;
}

.aero-sort-control,
.aero-limit-control {
  display: flex;
  align-items: center;
  gap: 7px;
}

.aero-sort-control label,
.aero-limit-control label {
  margin: 0;
  color: #8a979e;
  font-size: 11px;
}

.aero-sort-control select { width: 180px; }
.aero-limit-control select { width: 90px; }

.aero-product-grid {
  display: flex;
  flex-wrap: wrap;
}

.aero-product-grid .product-layout {
  margin-bottom: 26px;
}

.aero-product-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e9ec;
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(51,76,90,.045);
  transition: transform .18s ease, box-shadow .18s ease;
}

.aero-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 27px rgba(51,76,90,.085);
}

.aero-product-image {
  position: relative;
  overflow: hidden;
  background: #f9fbfc;
}

.aero-product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.aero-product-floating-actions {
  position: absolute;
  top: 11px;
  right: 11px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.aero-product-icon-button {
  width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5d7079;
  background: rgba(255,255,255,.94);
  border: 1px solid #dce8ed;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(49,73,86,.08);
}

.aero-product-caption {
  flex: 1 1 auto;
  padding: 17px 17px 11px;
}

.aero-product-caption h3 {
  min-height: 44px;
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.aero-product-caption h3 a {
  color: #34464f;
}

.aero-product-price {
  margin: 0;
  color: #243940;
  font-size: 18px;
  font-weight: 700;
}

.aero-product-price .price-old {
  margin-left: 7px;
  color: #9ba7ad;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

.aero-product-buy-row {
  padding: 0 14px 14px;
}

.aero-product-buy {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: linear-gradient(135deg,#189fd0,#36c5c9);
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

.aero-category-seo {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid #e5ecef;
}

.aero-category-seo-copy {
  max-width: 1120px;
  color: #77878f;
  font-size: 14px;
  line-height: 1.75;
}

.aero-category-seo-copy h2 {
  margin-top: 26px;
  color: #465961;
  font-size: 23px;
}

@media (max-width: 1350px) {
  .aero-subcategory-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

}

@media (max-width: 991px) {
  .aero-category-page.container {
    width: calc(100% - 24px);
  }

  .aero-subcategory-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .aero-category-toolbar {
    flex-wrap: wrap;
  }




}

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

  .aero-category-header h1 {
    font-size: 27px;
  }
}
/* AEROPRESENT_UI_V13_GLOBAL_CATEGORY_END */

/* AEROPRESENT_UI_V14_CATEGORY_POLISH_START */
/* AEROPRESENT_UI_V14_CATEGORY_POLISH */

html,
body {
  overflow-x: clip;
}

/* Full-width visual bar without forcing the layout box beyond the viewport. */

/* LEFT CATALOG */
@media (min-width: 992px) {
  .aero-category-layout > #column-left {
    position: sticky;
    top: 72px;
    align-self: flex-start;
    flex: 0 0 258px !important;
    width: 258px !important;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #d5e5eb transparent;
  }
}

.aero-inner-catalog {
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #deeaee;
  border-radius: 15px;
  box-shadow: 0 7px 22px rgba(50,78,92,.055);
}

.aero-inner-catalog-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(135deg,#199fd1,#3ac7c8);
  font-size: 14px;
  font-weight: 700;
}

.aero-inner-catalog-list {
  padding: 5px 0;
}

.aero-inner-catalog-item {
  min-height: 48px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) 16px;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  color: #64747c;
  border-bottom: 1px solid #edf2f4;
  font-size: 12.5px;
  font-weight: 500;
  transition: .16s ease;
}

.aero-inner-catalog-item:last-child {
  border-bottom: 0;
}

.aero-inner-catalog-item:hover,
.aero-inner-catalog-item.is-active {
  color: var(--aero-blue-dark);
  background: #f4fbfd;
  text-decoration: none;
}

.aero-inner-catalog-item.is-active {
  box-shadow: inset 3px 0 0 var(--aero-blue);
}

.aero-inner-catalog-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aero-inner-catalog-icon img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}

.aero-inner-catalog-icon > i {
  color: #72c9e6;
  font-size: 21px;
}

.aero-inner-catalog-name {
  min-width: 0;
  line-height: 1.25;
}

.aero-inner-catalog-arrow {
  color: #a8b8bf;
  text-align: right;
}

/* Safety: old visual promo modules should not reappear in category sidebar. */
.aero-category-layout #column-left .swiper-viewport,
.aero-category-layout #column-left .owl-carousel {
  display: none !important;
}

/* CHILD CATEGORY FALLBACK */
.aero-subcategory-fallback {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #49bde2;
  background: linear-gradient(135deg,#f1fbfd,#f8f6ff);
  border: 1px solid #ddedf2;
  border-radius: 50%;
  font-size: 23px;
}

.aero-subcategory-card {
  min-height: 96px;
}

/* 4 PRODUCT CARDS ON WIDE DESKTOP */
@media (min-width: 1200px) {
  .aero-category-content .aero-product-grid > .product-layout.col-lg-3 {
    width: 25%;
  }
}

.aero-category-page,
.aero-category-layout,
.aero-category-content {
  max-width: 100%;
}

@media (max-width: 991px) {
  .aero-category-layout > #column-left {
    position: relative;
    top: auto;
    width: 100% !important;
    max-height: none;
    overflow: visible;
  }

  .aero-inner-catalog-list {
    max-height: 360px;
    overflow-y: auto;
  }
}
/* AEROPRESENT_UI_V14_CATEGORY_POLISH_END */

/* AEROPRESENT_UI_V15_CATEGORY_ALIGNMENT_START */
/* AEROPRESENT_UI_V15_CATEGORY_ALIGNMENT */

.aero-category-page.container {
  width: min(var(--aero-global-max, 1560px), calc(100% - 48px)) !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.aero-category-layout {
  margin-top: 16px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  .aero-category-layout {
    display: flex;
    align-items: flex-start;
    gap: 28px;
  }

  .aero-category-layout > #column-left {
    flex: 0 0 250px !important;
    width: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: sticky;
    top: 72px;
  }

  .aero-category-layout > .aero-category-content {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.aero-inner-catalog-nohead {
  margin-top: 0 !important;
  border-top: 3px solid #29b8c9;
  border-radius: 0 0 14px 14px;
}

.aero-category-content .aero-category-breadcrumb {
  width: 100%;
  margin: 0 0 26px !important;
  padding-left: 14px;
  padding-right: 14px;
}

.aero-category-content .aero-category-header {
  margin-top: 0;
}



@media (max-width: 991px) {
  .aero-category-page.container {
    width: calc(100% - 24px) !important;
  }

  .aero-category-layout {
    margin-top: 12px !important;
  }

  .aero-category-layout > #column-left,
  .aero-category-layout > .aero-category-content {
    width: 100% !important;
  }

  .aero-category-content .aero-category-breadcrumb {
    margin-top: 14px !important;
  }
}
/* AEROPRESENT_UI_V15_CATEGORY_ALIGNMENT_END */

/* AEROPRESENT_UI_V16_BREADCRUMB_RAIL_FIX_START */
/* AEROPRESENT_UI_V16_BREADCRUMB_RAIL_FIX */

@media (min-width: 992px) {
  .aero-category-layout > #column-left {
    margin-left: -15px !important;
    margin-right: 15px !important;
  }
}

.aero-category-content .aero-category-breadcrumb {
  box-sizing: border-box;
  min-height: 42px;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  width: 100% !important;
  margin: 0 0 26px !important;
  padding: 8px 15px !important;
  overflow: visible !important;
  background: #f5fbfd !important;
  border: 1px solid #e1edf1 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  list-style: none;
}

.aero-category-content .aero-category-breadcrumb > li {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  color: #8a9aa2;
  font-size: 12px;
  line-height: 1.5;
}

.aero-category-content .aero-category-breadcrumb > li::after {
  display: none !important;
  content: none !important;
}

.aero-category-content .aero-category-breadcrumb > li + li::before {
  content: "›" !important;
  display: inline-block !important;
  padding: 0 10px !important;
  color: #b4c5cc !important;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  background: none !important;
  border: 0 !important;
}

.aero-category-content .aero-category-breadcrumb a {
  color: #279fc9 !important;
  text-decoration: none;
}

.aero-category-content .aero-category-breadcrumb a:hover {
  color: #167fa5 !important;
}

.aero-category-content .aero-category-breadcrumb .fa-home {
  font-size: 13px;
}

.aero-category-content .aero-category-breadcrumb a,
.aero-category-content .aero-category-breadcrumb li {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 991px) {
  .aero-category-content .aero-category-breadcrumb {
    margin-top: 12px !important;
    margin-bottom: 20px !important;
    padding: 8px 12px !important;
  }

  .aero-category-content .aero-category-breadcrumb > li + li::before {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
/* AEROPRESENT_UI_V16_BREADCRUMB_RAIL_FIX_END */

/* AEROPRESENT_UI_V17_STICKY_NO_CLIP_START */
/* AEROPRESENT_UI_V17_STICKY_NO_CLIP */

:root {
  --aero-sticky-nav-height: 60px;
  --aero-sticky-safe-top: 72px;
}




@media (min-width: 992px) {
  .aero-category-layout > #column-left {
    top: var(--aero-sticky-safe-top, 72px) !important;

    max-height: calc(100vh - var(--aero-sticky-safe-top, 72px) - 10px) !important;

    scroll-margin-top: var(--aero-sticky-safe-top, 72px);
  }
}

.aero-inner-catalog-list {
  padding-top: 7px !important;
}

.aero-category-content ul.breadcrumb.aero-category-breadcrumb {
  overflow: visible !important;
  clip-path: none !important;

  min-height: 40px;

  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.aero-category-content ul.breadcrumb.aero-category-breadcrumb > li::after {
  content: none !important;
  display: none !important;
}

.aero-category-content ul.breadcrumb.aero-category-breadcrumb > li + li::before {
  content: "›" !important;

  position: static !important;

  display: inline-block !important;

  width: auto !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 9px !important;

  color: #b4c5cc !important;

  background: none !important;

  border: 0 !important;
  transform: none !important;
}

@media (max-width: 991px) {

  .aero-category-layout > #column-left {
    top: auto !important;
    max-height: none !important;
  }
}
/* AEROPRESENT_UI_V17_STICKY_NO_CLIP_END */

/* AEROPRESENT_UI_V18_FILTER_START */
/* AEROPRESENT_UI_V18_FILTER */

.aero-filter-card {
  overflow: hidden;
  margin: 0 0 20px;
  background: #fff;
  border: 1px solid #deeaee;
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(50,78,92,.055);
}

.aero-filter-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 13px 0 14px;
  background: linear-gradient(135deg,#f3fbfd,#f8f7ff);
  border-bottom: 1px solid #e4eef1;
}

.aero-filter-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #31434c;
  font-size: 14px;
  font-weight: 700;
}

.aero-filter-title > i {
  color: #28acd1;
  font-size: 15px;
}

.aero-filter-selected-count {
  min-width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  color: #fff;
  background: #ef78a8;
  border-radius: 10px;
  font-size: 10px;
  line-height: 20px;
}

.aero-filter-selected-count.is-visible {
  display: inline-flex;
}

.aero-filter-reset-link {
  padding: 0;
  color: #8ba0a8;
  background: none;
  border: 0;
  font-size: 11px;
}

.aero-filter-reset-link:hover {
  color: #259ec5;
}

.aero-filter-group {
  border-bottom: 1px solid #edf2f4;
}

.aero-filter-group:last-child {
  border-bottom: 0;
}

.aero-filter-group-toggle {
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 13px 9px 14px;
  color: #43555e;
  background: #fff;
  border: 0;
  text-align: left;
  font-size: 12.5px;
  font-weight: 700;
}

.aero-filter-group-toggle:hover {
  color: #168eb5;
  background: #fbfdfe;
}

.aero-filter-group-toggle i {
  color: #9fb2b9;
  transition: transform .18s ease;
}

.aero-filter-group.is-open .aero-filter-group-toggle i {
  transform: rotate(180deg);
}

.aero-filter-options {
  display: none;
  max-height: 260px;
  overflow-y: auto;
  padding: 0 9px 10px 13px;
  scrollbar-width: thin;
  scrollbar-color: #d5e5eb transparent;
}

.aero-filter-group.is-open .aero-filter-options {
  display: block;
}

.aero-filter-option {
  min-height: 31px;
  display: grid;
  grid-template-columns: 19px minmax(0,1fr);
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 4px 2px;
  color: #697a82;
  cursor: pointer;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3;
}

.aero-filter-option:hover {
  color: #258eaf;
}

.aero-filter-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.aero-filter-checkbox {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  background: #fff;
  border: 1px solid #cfdde2;
  border-radius: 5px;
  transition: .16s ease;
}

.aero-filter-checkbox i {
  font-size: 9px;
}

.aero-filter-option input:checked + .aero-filter-checkbox {
  color: #fff;
  background: linear-gradient(135deg,#21a9d1,#39c7c8);
  border-color: transparent;
  box-shadow: 0 3px 8px rgba(36,173,204,.22);
}

.aero-filter-option-name {
  min-width: 0;
}

.aero-filter-actions {
  padding: 13px;
  background: #fbfdfe;
  border-top: 1px solid #edf2f4;
}

.aero-filter-apply,
.aero-filter-reset {
  width: 100%;
  min-height: 39px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
}

.aero-filter-apply {
  color: #fff;
  background: linear-gradient(135deg,#199fd1,#39c5c8);
  border: 0;
  box-shadow: 0 6px 14px rgba(33,165,199,.16);
}

.aero-filter-apply:hover {
  filter: brightness(.98);
}

.aero-filter-reset {
  margin-top: 7px;
  color: #758891;
  background: #fff;
  border: 1px solid #dce7ea;
}

.aero-filter-reset:hover {
  color: #2498bc;
  border-color: #bcdde7;
}

@media (min-width: 992px) {
  .aero-category-layout > #column-left {
    padding-bottom: 8px !important;
  }
}

@media (max-width: 991px) {
  .aero-filter-card {
    margin-top: 14px;
  }

  .aero-filter-options {
    max-height: none;
  }
}
/* AEROPRESENT_UI_V18_FILTER_END */

/* AEROPRESENT_UI_V19_FILTER_RENDER_FIX_START */
/* AEROPRESENT_UI_V19_FILTER_RENDER_FIX */

/* Keep the long category rail scrollable, with the filter following it. */
@media (min-width: 992px) {
  .aero-category-layout > #column-left {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 4px !important;
  }

  .aero-category-layout > #column-left .aero-filter-card {
    margin-top: 14px !important;
  }
}

/* The filter must never be hidden by older generic sidebar rules. */
.aero-category-layout #column-left .aero-filter-card {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Small visual cue that the filter is a separate tool below catalog links. */
.aero-category-layout #column-left .aero-inner-catalog + .aero-filter-card,
.aero-category-layout #column-left .aero-inner-catalog ~ .aero-filter-card {
  border-top-color: #b9e5ed;
}
/* AEROPRESENT_UI_V19_FILTER_RENDER_FIX_END */

/* AEROPRESENT_UI_V20_CART_START */
/* AEROPRESENT_UI_V20_CART */








































































/* Full cart styles migrated to aero/pages/cart.css in redesign V5. */

/* Checkout presentation migrated to aero/pages/checkout.css in redesign V7. */
