.icom-smart-gadgets {
	clear: both;
	max-width: 100%;
}

.icom-smart-gadgets__sticky-stop {
	display: block !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

.icom-smart-gadgets .section-products-carousel.icom-smart-gadgets__section {
	margin-bottom: 2.5em;
}

.icom-smart-gadgets .section-products-carousel.icom-smart-gadgets__section header {
	margin-bottom: 18px;
}

.icom-smart-gadgets .section-products-carousel.icom-smart-gadgets__section header .icom-smart-gadgets__nav,
.icom-smart-gadgets .section-products-carousel.icom-smart-gadgets__section header .icom-smart-gadgets__nav[hidden] {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.icom-smart-gadgets .section-products-carousel.icom-smart-gadgets__section.icom-smart-gadgets--has-scroll header .icom-smart-gadgets__nav:not([hidden]) {
	display: block !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
}

.icom-smart-gadgets .section-products-carousel.icom-smart-gadgets__section.icom-smart-gadgets--no-scroll header .icom-smart-gadgets__nav,
.icom-smart-gadgets .section-products-carousel.icom-smart-gadgets__section.icom-smart-gadgets--no-scroll header .icom-smart-gadgets__nav a {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.icom-smart-gadgets__track {
	--icom-smart-gadgets-per-view: 5;
	display: grid;
	gap: 0;
	grid-auto-columns: calc(100% / var(--icom-smart-gadgets-per-view));
	grid-auto-flow: column;
	grid-template-rows: 1fr;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 2px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.icom-smart-gadgets__track::-webkit-scrollbar {
	display: none;
}

.icom-smart-gadgets__card {
	background: #fff;
	border: 0;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-width: none;
	min-height: 390px;
	min-width: 0;
	padding: 18px 18px 16px;
	scroll-snap-align: start;
	width: auto;
}

.icom-smart-gadgets__card + .icom-smart-gadgets__card {
	border-left: 0;
}

.icom-smart-gadgets__image {
	align-items: center;
	display: flex;
	height: 180px;
	justify-content: center;
	margin-bottom: 16px;
}

.icom-smart-gadgets__image img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.icom-smart-gadgets__meta {
	color: #768b9e;
	font-size: 13px;
	line-height: 1.35;
	margin-bottom: 8px;
	min-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icom-smart-gadgets__name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.28;
	margin: 0 0 12px;
	min-height: 58px;
	overflow: hidden;
}

.icom-smart-gadgets__name a {
	color: inherit;
	text-decoration: none;
}

.icom-smart-gadgets__price {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}

.icom-smart-gadgets__button {
	align-items: center;
	background: #fff;
	border: 1px solid #333;
	border-radius: 6px;
	box-shadow: none;
	box-sizing: border-box;
	color: #111;
	display: grid;
	font-size: 15px;
	font-weight: 700;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	column-gap: 8px;
	justify-content: center;
	line-height: 1.2;
	margin-top: auto;
	min-height: 48px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.icom-smart-gadgets__button:hover,
.icom-smart-gadgets__button:focus {
	background: #fff;
	border-color: #333;
	color: #111;
	text-decoration: none;
}

.icom-smart-gadgets__button.loading {
	cursor: wait;
	opacity: .65;
	pointer-events: none;
}

.icom-smart-gadgets__button-icon {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	height: 16px;
	justify-content: center;
	line-height: 16px;
	width: 16px;
}

.icom-smart-gadgets__button-text {
	display: inline-flex;
	line-height: 20px;
}

.icom-smart-gadgets__button.added {
	background: #d5f8df;
	border-color: #d5f8df;
	color: #111;
	cursor: default;
	pointer-events: none;
}

.icom-smart-gadgets__button.added .icom-smart-gadgets__button-icon {
	display: none !important;
}

.icom-smart-gadgets .added_to_cart {
	display: none !important;
}

.icom-smart-gadgets .section-products-carousel header .icom-smart-gadgets__nav a.disabled {
	cursor: default;
	opacity: .35;
	pointer-events: none;
}

@media (max-width: 1199px) {
	.icom-smart-gadgets__track {
		--icom-smart-gadgets-per-view: 4;
	}
}

@media (max-width: 991px) {
	.icom-smart-gadgets__track {
		--icom-smart-gadgets-per-view: 3;
	}
}

@media (max-width: 767px) {
	.icom-smart-gadgets__track {
		--icom-smart-gadgets-per-view: 2;
	}

	.icom-smart-gadgets__card {
		min-height: 350px;
		padding: 14px;
	}

	.icom-smart-gadgets__image {
		height: 150px;
	}
}

@media (max-width: 420px) {
	.icom-smart-gadgets__track {
		--icom-smart-gadgets-per-view: 1.2;
	}
}
