/* Heading */
#wrapper .store-products-carousel-heading {
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--e-global-color-accent);
}

/* Buttons */
#wrapper .store-products-carousel-buttons { margin-bottom: 10px; }

#wrapper .store-products-carousel-btn {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 0;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	border-radius: 0;
}

[dir="rtl"] #wrapper .store-products-carousel-btn { margin-right: 10px; }
[dir="ltr"] #wrapper .store-products-carousel-btn { margin-left: 10px; }
[dir="rtl"] #wrapper .store-products-carousel-btn:last-child { margin-right: 0; }
[dir="ltr"] #wrapper .store-products-carousel-btn:last-child { margin-left: 0; }

#wrapper .store-products-carousel-btn[disabled] {
	color: #9e9e9e;
	border-color: #9e9e9e;
}

#wrapper .store-products-carousel-btn span {
	margin: 0;
	font-size: 1.3em;
	line-height: 20px;
}

/* Store product item */
#wrapper .store-product-item { background-color: transparent; }
[dir="rtl"] #wrapper .store-products-carousel .store-product .store-product-buttons { right: 5px; }
[dir="ltr"] #wrapper .store-products-carousel .store-product .store-product-buttons { left: 5px; }

@media (max-width: 35.4375em) {
	#wrapper .store-products-carousel-items .store-product-item-image {
		width: 100%;
		height: 30vw;
	}
}

@media (min-width: 48em) {
	#wrapper .store-products-carousel-heading {
		margin-bottom: 40px;
		font-size: 2.6em;
	}

	#wrapper .store-products-carousel-items .store-product-item-image {
		width: 100%;
		height: 202px;
	}
}

@media (min-width: 64em) {
	#wrapper .store-products-carousel-items .store-product-item-image {
		width: 100%;
		height: 184px;
	}
}

@media (min-width: 80em) {
	#wrapper .store-products-carousel-items .store-product-item-image {
		width: 100%;
		height: 261px;
	}
}