.shopify-elementor-widget,
.shopify-elementor-layout-widget {
	--shopify-elementor-gap: 24px;
	--shopify-elementor-columns: 3;
}

.shopify-elementor-notice {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 12px 14px;
	background: #fff;
	color: #1d2327;
}

.shopify-elementor-cart-toggle-wrapper {
	display: block;
}

.shopify-elementor-cart-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 999px;
	padding: 10px 16px;
	background: #ffffff;
	color: #111111;
	cursor: pointer;
	line-height: 1;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.shopify-elementor-cart-toggle:hover,
.shopify-elementor-cart-toggle:focus-visible {
	border-color: currentColor;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.shopify-elementor-cart-toggle__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
}

.shopify-elementor-cart-toggle__icon svg,
.shopify-elementor-cart-toggle__icon i {
	width: 1em;
	height: 1em;
	display: block;
}

.shopify-elementor-cart-toggle__badge {
	position: absolute;
	top: -6px;
	left: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	border-radius: 999px;
	padding: 0 6px;
	background: #111111;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.shopify-elementor-product {
	width: 100%;
}

.shopify-elementor-widget .product-card,
.shopify-elementor-layout-widget .product-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.shopify-elementor-product .product-card {
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
}

.shopify-elementor-widget .product-card__image-container,
.shopify-elementor-layout-widget .product-card__image-container {
	aspect-ratio: 1 / 1 !important;
	background: #f6f6f6;
	height: auto !important;
	max-height: 360px;
	overflow: hidden;
}

.shopify-elementor-widget .product-card__image-container a,
.shopify-elementor-widget .product-card__image-container shopify-media,
.shopify-elementor-widget .product-card__image-container img,
.shopify-elementor-layout-widget .product-card__image-container a,
.shopify-elementor-layout-widget .product-card__image-container shopify-media,
.shopify-elementor-layout-widget .product-card__image-container img {
	display: block;
	height: 100% !important;
	max-height: 100%;
	width: 100% !important;
}

.shopify-elementor-widget .product-card__image-container img,
.shopify-elementor-layout-widget .product-card__image-container img {
	object-fit: contain !important;
	object-position: center;
}

.shopify-elementor-widget .product-card:hover .product-card__image-container img,
.shopify-elementor-layout-widget .product-card:hover .product-card__image-container img {
	height: 100% !important;
}

.shopify-elementor-products-shell {
	position: relative;
}

.shopify-elementor-products-viewport {
	overflow: hidden;
	width: 100%;
}

.shopify-elementor-products,
.shopify-elementor-products__list {
	width: 100%;
}

.shopify-elementor-products__list {
	box-sizing: border-box;
}

.shopify-elementor-products__list shopify-context,
.shopify-elementor-products__list shopify-list-context {
	display: contents;
}

.shopify-elementor-carousel .shopify-elementor-products__list,
.shopify-elementor-slider .shopify-elementor-products__list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: var(--shopify-elementor-gap, 24px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.shopify-elementor-carousel .shopify-elementor-products__list::-webkit-scrollbar,
.shopify-elementor-slider .shopify-elementor-products__list::-webkit-scrollbar {
	display: none;
}

.shopify-elementor-carousel .shopify-elementor-products__list .product-card {
	box-sizing: border-box;
	flex: 0 0 calc((100% / var(--shopify-elementor-columns, 3)) - var(--shopify-elementor-gap, 24px));
	min-width: 180px;
	max-width: 340px;
	scroll-snap-align: start;
}

.shopify-elementor-slider .shopify-elementor-products__list .product-card {
	box-sizing: border-box;
	flex: 0 0 min(100%, 380px);
	max-width: min(100%, 380px);
	scroll-snap-align: start;
}

.shopify-elementor-masonry .shopify-elementor-products-viewport {
	overflow: visible;
}

.shopify-elementor-masonry .shopify-elementor-products__list {
	display: block;
	column-count: var(--shopify-elementor-columns, 3);
	column-gap: var(--shopify-elementor-gap, 24px);
}

.shopify-elementor-masonry .shopify-elementor-products__list .product-card {
	display: inline-block;
	width: 100%;
	margin: 0 0 var(--shopify-elementor-gap, 24px);
	break-inside: avoid;
}

.shopify-elementor-products .product-card__details {
	flex: 1;
}

.shopify-elementor-masonry .shopify-elementor-products .product-card {
	height: auto;
}

.shopify-elementor-masonry .shopify-elementor-products .product-card__image-container {
	aspect-ratio: auto !important;
	max-height: none;
}

.shopify-elementor-layout-widget[data-hide-sold-out="true"] .shopify-elementor-products .product-card[disabled],
.shopify-elementor-collection-grid[data-hide-sold-out="true"] .product-card[disabled],
[data-hide-sold-out="true"] .product-card[disabled] {
	display: none !important;
}

.shopify-elementor-nav-button {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 160ms ease, opacity 160ms ease;
}

.shopify-elementor-nav-button:hover,
.shopify-elementor-nav-button:focus-visible {
	transform: translateY(-50%) scale(1.05);
}

.shopify-elementor-nav-button:disabled {
	cursor: default;
	opacity: 0.35;
	transform: translateY(-50%);
}

.shopify-elementor-nav-button--prev {
	left: 12px;
}

.shopify-elementor-nav-button--next {
	right: 12px;
}

.shopify-elementor-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.shopify-elementor-dot {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: #111111;
	opacity: 0.28;
	cursor: pointer;
	transition: opacity 160ms ease, transform 160ms ease;
}

.shopify-elementor-dot.is-active {
	opacity: 1;
	transform: scale(1.25);
}

@media (max-width: 767px) {
	.shopify-elementor-carousel .shopify-elementor-products__list .product-card {
		flex-basis: min(86%, 360px);
		min-width: min(86%, 360px);
	}

	.shopify-elementor-nav-button {
		width: 36px;
		height: 36px;
		font-size: 26px;
	}
}
