.acustodio-modern-shop {
	background: #f5f7fa;
	color: #111827;
}

.acustodio-modern-shop #contents,
.acustodio-modern-shop .main-page,
.acustodio-modern-shop .elementor {
	background: #f5f7fa;
}

.acustodio-modern-shop .header-mid.sticky-menu {
	z-index: 1001 !important;
}

.acustodio-modern-shop #contents .top-form.top-search,
.acustodio-modern-shop .main-page .top-form.top-search,
.acustodio-modern-shop .elementor .top-form.top-search {
	display: none !important;
}

.acustodio-modern-shop .elementor-widget-sidebar:has(.sw_ajax_woocommerce_search),
.acustodio-modern-shop .elementor-widget-sidebar:has(.swsearch-wrapper),
.acustodio-modern-shop .elementor-widget-container:has(.sw_ajax_woocommerce_search),
.acustodio-modern-shop .elementor-widget-container:has(.swsearch-wrapper) {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.acustodio-modern-shop .products-loop,
.acustodio-modern-shop ul.products {
	row-gap: 26px;
}

.acustodio-modern-shop ul.products > li.product:not(:has(img)),
.acustodio-modern-shop .products-loop > li.product:not(:has(img)),
.acustodio-modern-shop .products-loop > .item:not(:has(img)):not(:has(.products-entry)) {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.acustodio-modern-shop .as-shop-tools {
	position: sticky;
	top: 118px;
	z-index: 30;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 18px 0 24px;
	padding: 14px;
	border: 1px solid #dde3eb;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
	backdrop-filter: blur(14px);
}

.acustodio-modern-shop .as-shop-tools-main,
.acustodio-modern-shop .as-shop-tool-actions {
	display: flex;
	align-items: end;
	gap: 10px;
}

.acustodio-modern-shop .as-shop-tools-main {
	flex: 1 1 auto;
	min-width: 0;
}

.acustodio-modern-shop .as-shop-tool-actions {
	flex: 0 0 auto;
}

.acustodio-modern-shop .as-shop-live-search,
.acustodio-modern-shop .as-shop-sort {
	display: grid;
	gap: 6px;
	margin: 0;
}

.acustodio-modern-shop .as-shop-live-search {
	flex: 1 1 280px;
	min-width: 220px;
}

.acustodio-modern-shop .as-shop-sort {
	flex: 0 0 170px;
}

.acustodio-modern-shop .as-shop-live-search span,
.acustodio-modern-shop .as-shop-sort span {
	color: #5b6573;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.acustodio-modern-shop .as-shop-live-search input,
.acustodio-modern-shop .as-shop-sort select {
	height: 42px;
	border: 1px solid #d8dfe8;
	border-radius: 999px;
	background: #f8fafc;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.acustodio-modern-shop .as-shop-live-search input {
	width: 100%;
	padding: 0 16px;
}

.acustodio-modern-shop .as-shop-sort select {
	width: 100%;
	padding: 0 14px;
}

.acustodio-modern-shop .as-shop-live-search input:focus,
.acustodio-modern-shop .as-shop-sort select:focus {
	border-color: #e5222a;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(229, 34, 42, 0.1);
}

.acustodio-modern-shop .as-shop-sale-toggle,
.acustodio-modern-shop .as-shop-count {
	height: 42px;
	border: 1px solid #d8dfe8;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.acustodio-modern-shop .as-shop-sale-toggle {
	padding: 0 16px;
}

.acustodio-modern-shop .as-shop-sale-toggle:hover {
	color: #e5222a;
	transform: translateY(-1px);
}

.acustodio-modern-shop .as-shop-sale-toggle.is-active {
	background: #e5222a;
	color: #fff;
}

.acustodio-modern-shop .as-shop-count {
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border-color: #111827;
	background: #111827;
	color: #fff;
	white-space: nowrap;
}

.acustodio-modern-shop .as-shop-card-hidden {
	display: none !important;
}

.acustodio-modern-shop .as-shop-no-results {
	width: min(100% - 28px, 1180px);
	margin: 0 auto 24px;
	padding: 28px;
	border: 1px dashed #e5222a;
	border-radius: 8px;
	background: #fff7f7;
	color: #111827;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
}

.acustodio-modern-shop .as-shop-backtop {
	display: none !important;
}

.acustodio-modern-shop .products-nav,
.acustodio-modern-shop .view-mode-wrap,
.acustodio-modern-shop .woocommerce-ordering,
.acustodio-modern-shop .catalog-ordering,
.acustodio-modern-shop .product-number,
.acustodio-modern-shop .woocommerce-result-count {
	display: none !important;
}

.acustodio-modern-shop .products-loop .item,
.acustodio-modern-shop ul.products li.product {
	margin-bottom: 26px;
}

.acustodio-modern-shop.archive .products-loop.grid,
.acustodio-modern-shop.archive ul.products.products-loop {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	margin: 0;
}

.acustodio-modern-shop.archive .products-loop.grid::before,
.acustodio-modern-shop.archive .products-loop.grid::after,
.acustodio-modern-shop.archive ul.products.products-loop::before,
.acustodio-modern-shop.archive ul.products.products-loop::after {
	display: none !important;
	content: none !important;
}

.acustodio-modern-shop.archive .products-loop.grid > .item,
.acustodio-modern-shop.archive ul.products.products-loop > li.product {
	float: none !important;
	clear: none !important;
	display: flex !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.acustodio-modern-shop.archive .products-loop.grid > .item > .products-entry.item-wrap,
.acustodio-modern-shop.archive ul.products.products-loop > li.product > .products-entry.item-wrap {
	width: 100%;
}

.acustodio-modern-shop.archive .products-entry.item-wrap .products-content,
.acustodio-modern-shop.archive .products-entry.item-wrap .item-content {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column !important;
}

.acustodio-modern-shop.archive .products-entry.item-wrap .item-bottom {
	margin-top: auto !important;
}

.acustodio-modern-shop .products-entry.item-wrap,
.acustodio-modern-shop ul.products li.product {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #dde3eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.06);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.acustodio-modern-shop .products-entry.item-wrap .item-detail,
.acustodio-modern-shop ul.products li.product .item-detail {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.acustodio-modern-shop .products-entry.item-wrap:hover,
.acustodio-modern-shop ul.products li.product:hover {
	border-color: rgba(229, 34, 42, 0.28);
	box-shadow: 0 22px 46px rgba(17, 24, 39, 0.12);
	transform: translateY(-3px);
}

.acustodio-modern-shop .products-thumb,
.acustodio-modern-shop .item-img {
	position: relative;
	background: #f8fafc;
	overflow: hidden;
}

.acustodio-modern-shop .products-thumb img,
.acustodio-modern-shop .item-img img,
.acustodio-modern-shop ul.products li.product img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 220ms ease, opacity 220ms ease;
}

.acustodio-modern-shop .products-entry.item-wrap:hover .products-thumb img,
.acustodio-modern-shop .products-entry.item-wrap:hover .item-img img,
.acustodio-modern-shop ul.products li.product:hover img {
	opacity: 0.94;
	transform: scale(1.025);
}

.acustodio-modern-shop .products-content,
.acustodio-modern-shop .item-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	position: relative;
	padding: 14px 8px 18px;
	background: #fff !important;
	text-align: center;
	transition: background 160ms ease, box-shadow 160ms ease;
}

.acustodio-modern-shop .products-entry.item-wrap:hover .products-content,
.acustodio-modern-shop .products-entry.item-wrap:hover .item-content,
.acustodio-modern-shop .item:hover .products-content,
.acustodio-modern-shop .item:hover .item-content {
	background: #fff !important;
}

.acustodio-modern-shop .products-content h4,
.acustodio-modern-shop .item-content h4,
.acustodio-modern-shop ul.products li.product .woocommerce-loop-product__title {
	min-height: 58px;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: 0;
}

.acustodio-modern-shop .products-content h4 a,
.acustodio-modern-shop .item-content h4 a,
.acustodio-modern-shop ul.products li.product .woocommerce-loop-product__title,
.acustodio-modern-shop ul.products li.product .woocommerce-loop-product__title a {
	color: #111827 !important;
	text-decoration: none;
	transition: color 160ms ease;
}

.acustodio-modern-shop .products-entry.item-wrap:hover .products-content h4 a,
.acustodio-modern-shop .products-entry.item-wrap:hover .item-content h4 a,
.acustodio-modern-shop .item:hover .products-content h4 a,
.acustodio-modern-shop .item:hover .item-content h4 a,
.acustodio-modern-shop .item .item-wrap:hover .item-detail .item-content h4 a,
.acustodio-modern-shop .item .item-wrap:hover .item-detail .products-content h4 a,
.acustodio-modern-shop .products-entry.item-wrap:hover .item-detail .products-content h4 a,
.acustodio-modern-shop .products-entry.item-wrap:hover .item-detail .item-content h4 a,
.acustodio-modern-shop .products-entry.item-wrap:hover .item-detail h4 a,
.acustodio-modern-shop .item:hover .item-detail h4 a,
.acustodio-modern-shop .products-content h4 a:hover,
.acustodio-modern-shop .item-content h4 a:hover,
.acustodio-modern-shop .products-content h4:hover a,
.acustodio-modern-shop .item-content h4:hover a,
.acustodio-modern-shop .item-detail h4 a:hover,
.acustodio-modern-shop .item-detail h4:hover a,
.acustodio-modern-shop ul.products li.product:hover .woocommerce-loop-product__title,
.acustodio-modern-shop ul.products li.product:hover .woocommerce-loop-product__title a {
	color: #e5222a !important;
	opacity: 1 !important;
}

.acustodio-modern-shop .item-price,
.acustodio-modern-shop .price {
	display: block;
	margin: 8px 0 10px;
	color: #e5222a !important;
	font-size: 16px;
	font-weight: 900;
}

.acustodio-modern-shop .products-entry.item-wrap:hover .item-price,
.acustodio-modern-shop .products-entry.item-wrap:hover .price,
.acustodio-modern-shop .item:hover .item-price,
.acustodio-modern-shop .item:hover .price,
.acustodio-modern-shop .item .item-wrap:hover .item-detail .item-content .item-price,
.acustodio-modern-shop .item .item-wrap:hover .item-detail .item-content .price,
.acustodio-modern-shop ul.products li.product:hover .item-price,
.acustodio-modern-shop ul.products li.product:hover .price {
	color: #e5222a !important;
	opacity: 1 !important;
}

.acustodio-modern-shop .item-price del,
.acustodio-modern-shop .price del {
	margin-left: 6px;
	color: #7b8492 !important;
	font-size: 13px;
	font-weight: 700;
	opacity: 1;
}

.acustodio-modern-shop .products-entry.item-wrap:hover .item-price del,
.acustodio-modern-shop .products-entry.item-wrap:hover .price del,
.acustodio-modern-shop .item:hover .item-price del,
.acustodio-modern-shop .item:hover .price del,
.acustodio-modern-shop ul.products li.product:hover .item-price del,
.acustodio-modern-shop ul.products li.product:hover .price del {
	color: #7b8492 !important;
	opacity: 1 !important;
}

.acustodio-modern-shop .item-description {
	flex: 0 0 auto;
	min-height: 72px;
	margin: 0;
	color: #5b6573 !important;
	font-size: 14px;
	line-height: 1.55;
}

.acustodio-modern-shop .item-bottom {
	display: flex !important;
	position: static !important;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-wrap: nowrap;
	margin-top: auto;
	padding: 12px 0 0;
	background: transparent !important;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.acustodio-modern-shop .item-bottom .button,
.acustodio-modern-shop .item-bottom a.button,
.acustodio-modern-shop .item-bottom .add_to_wishlist,
.acustodio-modern-shop .item-bottom .compare,
.acustodio-modern-shop ul.products li.product .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 34px;
	min-height: 36px;
	padding: 0 10px !important;
	border: 1px solid #d8dfe8 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #111827 !important;
	font-size: 0 !important;
	font-weight: 800;
	line-height: 1 !important;
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
	opacity: 1 !important;
	transform: none !important;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.acustodio-modern-shop .item-bottom .button.product_type_external,
.acustodio-modern-shop .item-bottom a.add_to_cart_button,
.acustodio-modern-shop ul.products li.product .button {
	min-width: 88px;
	background: #111827 !important;
	color: #fff !important;
	font-size: 11px !important;
	text-transform: capitalize;
}

.acustodio-modern-shop .item-bottom .button.product_type_external:hover,
.acustodio-modern-shop .item-bottom a.add_to_cart_button:hover,
.acustodio-modern-shop ul.products li.product .button:hover {
	border-color: #e5222a !important;
	background: #e5222a !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
}

.acustodio-modern-shop .item-bottom .add_to_wishlist:hover,
.acustodio-modern-shop .item-bottom .compare:hover {
	border-color: #e5222a !important;
	background: #fff4f4 !important;
	color: #e5222a !important;
	transform: translateY(-2px) !important;
}

.acustodio-modern-shop .item-bottom .add_to_wishlist span,
.acustodio-modern-shop .item-bottom .compare {
	white-space: nowrap;
}

.acustodio-modern-shop .item-bottom .single_add_to_wishlist::before,
.acustodio-modern-shop .item-bottom .add_to_wishlist::before,
.acustodio-modern-shop .item-bottom .yith-wcwl-add-button a::before,
.acustodio-modern-shop .item-bottom .yith-wcwl-wishlistaddedbrowse a::before,
.acustodio-modern-shop .item-bottom .yith-wcwl-wishlistexistsbrowse a::before {
	display: none !important;
	content: none !important;
}

.acustodio-modern-shop .item-bottom .single_add_to_wishlist span,
.acustodio-modern-shop .item-bottom .add_to_wishlist span {
	display: none !important;
}

.acustodio-modern-shop .item-bottom > .screen-reader-text {
	display: none !important;
}

.acustodio-modern-shop .item-bottom .add_to_wishlist svg {
	width: 18px;
	height: 18px;
	color: currentColor;
	stroke: currentColor;
	transition: color 160ms ease, stroke 160ms ease, fill 160ms ease;
}

.acustodio-modern-shop .item-bottom .add_to_wishlist:hover svg,
.acustodio-modern-shop .item-bottom .single_add_to_wishlist:hover svg {
	color: #e5222a;
	stroke: #e5222a;
}

.acustodio-modern-shop .item-bottom .compare::before {
	display: inline-block;
	color: currentColor;
	content: "\f0ec";
	font-family: FontAwesome, "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.acustodio-modern-shop .item-bottom .yith-wcwl-add-to-wishlist,
.acustodio-modern-shop .item-bottom .yith-wcwl-add-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	margin: 0 !important;
	line-height: 1 !important;
}

.acustodio-modern-shop .item-bottom .yith-wcwl-add-button a,
.acustodio-modern-shop .item-bottom .yith-wcwl-wishlistaddedbrowse a,
.acustodio-modern-shop .item-bottom .yith-wcwl-wishlistexistsbrowse a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	padding: 0 !important;
	border: 1px solid #d8dfe8 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #111827 !important;
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.acustodio-modern-shop .sw-quickview {
	position: absolute !important;
	left: 50% !important;
	bottom: 14px !important;
	z-index: 4;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px !important;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.9) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800;
	text-decoration: none;
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.acustodio-modern-shop .products-entry.item-wrap:hover .sw-quickview {
	opacity: 1;
	transform: translate(-50%, 0);
}

.acustodio-modern-shop .sw-quickview:hover {
	background: #e5222a !important;
	color: #fff !important;
}

.acustodio-modern-shop .sale-off,
.acustodio-modern-shop span.onsale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	border-radius: 999px;
	background: #e5222a !important;
	color: #fff !important;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(229, 34, 42, 0.28);
}

.acustodio-modern-shop .as-shop-price-filter {
	margin: 0 0 18px;
	padding: 18px;
	border: 1px solid #dde3eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.06);
}

.acustodio-modern-shop .as-shop-price-filter h3 {
	margin: 0 0 14px;
	color: #111827;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

.acustodio-modern-shop .as-price-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.acustodio-modern-shop .as-price-row label {
	display: block;
	margin: 0;
	color: #5b6573;
	font-size: 12px;
	font-weight: 800;
}

.acustodio-modern-shop .as-price-row span {
	display: block;
	margin-bottom: 6px;
}

.acustodio-modern-shop .as-price-row input {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #d8dfe8;
	border-radius: 6px;
	background: #f8fafc;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
}

.acustodio-modern-shop .as-price-range {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 12px 0;
	color: #7b8492;
	font-size: 12px;
	font-weight: 800;
}

.acustodio-modern-shop .as-shop-price-filter button {
	width: 100%;
	min-height: 40px;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	transition: background 160ms ease, transform 160ms ease;
}

.acustodio-modern-shop .as-shop-price-filter button:hover {
	background: #e5222a;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.acustodio-modern-shop .as-shop-tools {
		position: static;
		display: grid;
		align-items: stretch;
		gap: 14px;
		margin: 18px 0 24px;
		padding: 16px;
		border-radius: 8px;
	}

	.acustodio-modern-shop .as-shop-tools-main,
	.acustodio-modern-shop .as-shop-tool-actions {
		display: grid;
		align-items: stretch;
		gap: 12px;
	}

	.acustodio-modern-shop .as-shop-live-search {
		flex: none;
		min-width: 0;
		width: 100%;
	}

	.acustodio-modern-shop .as-shop-sort {
		flex: none;
		width: 100%;
	}

	.acustodio-modern-shop .as-shop-live-search span,
	.acustodio-modern-shop .as-shop-sort span {
		font-size: 10px;
	}

	.acustodio-modern-shop .as-shop-live-search input,
	.acustodio-modern-shop .as-shop-sort select {
		height: 40px;
		border-radius: 8px;
		font-size: 12px;
	}

	.acustodio-modern-shop .as-shop-live-search input {
		padding: 0 12px;
		text-overflow: ellipsis;
	}

	.acustodio-modern-shop .as-shop-sort select {
		padding: 0 12px;
	}

	.acustodio-modern-shop .as-shop-sort select,
	.acustodio-modern-shop .as-shop-sale-toggle {
		width: 100%;
	}

	.acustodio-modern-shop .as-shop-tool-actions {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.acustodio-modern-shop .as-shop-sale-toggle {
		height: 40px;
		border-radius: 8px;
		font-size: 12px;
	}

	.acustodio-modern-shop .as-shop-count {
		justify-content: center;
		width: auto;
		height: 40px;
		padding: 0 14px;
		border-radius: 8px;
		font-size: 11px;
	}

	.acustodio-modern-shop .products-content h4,
	.acustodio-modern-shop .item-content h4 {
		min-height: auto;
		font-size: 14px;
	}

	.acustodio-modern-shop .item-description {
		min-height: auto;
	}

	.acustodio-modern-shop .item-bottom {
		gap: 7px;
	}

	.acustodio-modern-shop .as-shop-backtop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.acustodio-modern-shop.archive .products-loop.grid,
	.acustodio-modern-shop.archive ul.products.products-loop {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.acustodio-modern-shop.archive .products-loop.grid,
	.acustodio-modern-shop.archive ul.products.products-loop {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 479px) {
	.acustodio-modern-shop.archive .products-loop.grid,
	.acustodio-modern-shop.archive ul.products.products-loop {
		grid-template-columns: 1fr;
	}
}
