ul.alt-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.alt-products li:not(.alt-insert-section) {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 15px 20px 0px #0000000D;
}

ul.alt-products li h2 {
	font-family: 'Playfair Display';
	color: #2E1E1E;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
    margin-bottom: 12px;
}

ul.alt-products li .price {
	font-family: 'Courier Prime';
	color: #BC4852;
	font-size: 18px;
	line-height: 28px;
}

ul.alt-products li .tinv-wishlist .tinvwl_add_to_wishlist_button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 6px -4px #0000001A;
	background: #fff;
	border-radius: 60px;
	width: 34px;
	height: 34px;
	margin: 0;
	text-align: center;
}

ul.alt-products li .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
	background-color: transparent;
	font-size: 22px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

ul.alt-products li .picture {
	position: relative;
	text-align: center;
}

ul.alt-products li a.add_to_cart_button,
ul.alt-products li a.added_to_cart {
	position: absolute;
	    font-family: 'Courier Prime';


	text-align: center;

	    background: #BC4852;
    display: inline-flex;
    align-items: center;
    padding: 0 60px 0 29px;
	border-radius: 28px;
	text-indent: 0;
	border: unset;
	overflow: hidden;
    font-weight: 400;
    font-size: 18px;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	transition: all 0.4s ease-in-out;
	height: 50px;
	transform: translateX(-100px) translateY(15px);

	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;

}

ul.alt-products li:hover a.add_to_cart_button {
	opacity: 1;
	visibility: visible;
	transform: translateX(-100px) translateY(-60px);
}


ul.alt-products li .woo-spinner {
    width: 26px;
    height: 26px;
    transform: translateY(5px);
}

ul.alt-products li .woo-spinner path {
	fill: #fff;
}


ul.alt-products li .woo_post-link {
	position: relative;
	display: block;
}

ul.alt-products li .woo_post-link > img {
	width: 100%;
	height: 316px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

ul.alt-products li .woo_post-link > img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

ul.alt-products li .woo_post-link:hover > img:nth-child(2) {
	opacity: 1;
}

ul.alt-products li .woo_product_content {
	padding: 20px;
}

ul.alt-products li .add_to_cart_button:before {
	font-family: "Flaticon";
	content: "\f135";
    text-indent: 0;
    position: absolute;
    top: 1px;
    bottom: auto;
    right: 10px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
	color: #fff;

    font-size: 21px;
    font-weight: 400;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.4s ease-in-out;

}

ul.alt-products li .tinv-wraper.tinv-wishlist {
	right: 10px;
	top: 10px;
}

.alt-insert--full,
.alt-insert--wide,
.alt-insert--normal {
	display: flex;
	align-items: center;
	background: #FFEEEE;
	background: linear-gradient(90deg, rgba(255, 238, 238, 1) 0%, rgba(248, 215, 218, 1) 100%);
	border-radius: 18px;
}

.alt-insert--full {
	grid-column: span 4;
}

.alt-insert--wide {
	padding: 40px;
	grid-column: span 2;
}

.alt-insert--normal {
	grid-column: span 1;
}

.alt-section-dynamic-wide {
	display: flex;
	gap: 20px;
}

.alt-section-dynamic-wide .alt-section-dynamic-wide__right img {
	width: 100%;
	height: 285px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 15px 20px 0px #0000000D;
	border-radius: 16px;
}

.alt-section-dynamic-wide__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    transform: translateY(-4px);
}

.alt-section-dynamic-wide__left h4 {
	margin-bottom: 10px;
	font-family: 'Playfair Display';
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #2E1E1E;
}

.alt-section-dynamic-wide__left-content img.aligncenter{
	display: block;
	margin: 0 auto;
}

.alt-section-dynamic-wide .button-alt-add-cart {
	font-family: 'Courier Prime';
	font-weight: 400;
	font-size: 18px;
	background: #BC4852;
	width: 100%;
	color: #fff;
	text-transform: none;
}

.alt-section-dynamic-wide__left-content p {
	 margin-bottom: 10px;
	font-family: 'Courier New';
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
}


.alt-section-dynamic-wide__left-text p:has(a) {
	margin-bottom: 35px;
}

.alt-section-dynamic-wide__left, .alt-section-dynamic-wide__right {
	flex: 1;
}

.alt-product-loadmore-wrapper {
	text-align: center;
    margin-top: 40px;
}

body.sidebar-active .alt-product-loadmore-wrapper {
    max-width: calc(100% - 345px);
    margin-left: auto;
}

.btn-alt-loadmore {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: 'Courier Prime';
	border: 1px solid #FFE6E9;
	color: #BC4852;
	font-weight: 400;
	font-size: 20px;
	height: 54px;
	margin-bottom: 10px;
	transition: background-color 0.3s ease, border-color 0.3s ease !important;
}
.btn-alt-loadmore span {
	transition: color 0.3s ease;
}
.btn-alt-loadmore svg {
	transform: rotate(0deg);
	transform-origin: center;
	transform-box: fill-box;
	transition: transform 0.3s ease !important;
}

.btn-alt-loadmore:hover {
	background-color: transparent;
	border-color: #000;
}

.btn-alt-loadmore:hover span {
	color: #000;
}

.btn-alt-loadmore:hover svg {
	transform: rotate(45deg);
}

.btn-alt-loadmore:hover svg path {
	fill: #BC4852;
}

.btn-alt-loadmore.loading {
	background-color: var(--bighearts-primary-color);
}

.btn-alt-loadmore .woo-spinner {
	width: 26px;
    height: 26px;
}

.btn-alt-loadmore .woo-spinner path {
	fill: #fff;
}

.btn-alt-loadmore span {
	transform: translateY(1px);
}


.btn-alt-loadmore:hover path {
	fill: #fff;
}

.alt-product-filters-action {
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
	padding: 21px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #F8D7DA;
}

.alt-product-filters__left .btn-alt-filters {

	font-family: 'Courier Prime';

	padding: 0 24px;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #F8D7DA;
	color: #3B2C2A;
	border-radius: 50px;
	text-transform: none;
	height: 42px;
}

.alt-product-filters__left .btn-alt-filters div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.alt-product-filters__right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.alt-product-filters__right span {
	white-space: nowrap;
}

.alt-product-filters__right,
.alt-product-filters__right select {
	font-family: 'Courier Prime';

				font-size: 16px;
	font-weight: 400;
	color: #3B2C2A;

}

.alt-product-filters__right select {
		padding: 0 24px;
	background: transparent;
	border-radius: 50px;
	border: 1px solid #F8D7DA;
		line-height: normal;
	height: 42px;
}

.alt-product-filters__right .select__field {
	max-width: 186px;
	margin-bottom: 0;
}

.alt-product-filters__right .select__field:before {
	content: '';
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	transform: rotate(0deg);
	top: 50%;
	margin-top: -11.5px;
}

.alt-product-filters__left .btn-alt-filters span {
	transform: translateY(1px);
}
.alt-product-filters__left .btn-alt-filters:hover,
.alt-product-filters__left .btn-alt-filters.active {
	background: linear-gradient(68.48deg, #FFEEEE -1.4%, #F8D7DA 88.62%);

}


.alt-product-filters {
	display: flex;
	min-height: 100vh;
	transition: all 0.4s cubic-bezier(0.32, 0, 0.08, 1);
}

.alt-product-filters__sidebar {
	width: 0;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
	transition: width 0.4s cubic-bezier(0.32, 0, 0.08, 1);
	box-shadow: 4px 0 20px rgba(0,0,0,0.08);
    border-radius: 16px;
}

.alt-product-filters.sidebar-open {
	gap: 54px;
}
.alt-product-filters.sidebar-open .alt-product-filters__sidebar {
	width: 291px;
		border: 0.67px solid #F8D7DA;
}

.alt-product-filters__content {
	flex: 1;
	min-width: 0;
	transition: padding-left 0.4s cubic-bezier(0.32, 0, 0.08, 1);
}

.alt-product-filters.sidebar-open .alt-product-filters__content {
	padding-left: 54px;
}

body.sidebar-active ul.alt-products {
	grid-template-columns: repeat(3, 1fr);
}

.button-alt-to-cart-mb,
.alt-heading-mb	{
	display: none;
}

.alt-loop-price {
	display: flex;
    align-items: center;
    gap: 8px;
}

.alt-size-content {
	display: flex;
    gap: 8px;
    font-family: 'Courier Prime';
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    transform: translateY(1px);
}

@media (max-width: 1024px) {
	ul.alt-products {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 830px) {
.alt-heading-desktop {
		display: none;
}
.alt-heading-mb {
	display: block;
}

	   .alt-heading-box {
        height: 73px;
    }
}


@media (max-width: 768px) {
	ul.alt-products {
		grid-template-columns: repeat(2, 1fr);
	}

	.alt-insert--wide {
		padding: 20px;
	}
}
@media (min-width: 501px) {
.alt-heading-desktop .alt-heading-box:first-child {
    padding-top: 26px;
    padding-bottom: 27px;
}
}

@media (max-width: 500px) {
	.alt-section-dynamic-wide {
		flex-wrap: wrap;
	}

	.alt-section-dynamic-wide__left, .alt-section-dynamic-wide__right {
		flex: 100%;
	}

	.button-alt-to-cart-pc {
		display: none;
	}

	.button-alt-to-cart-mb {
		margin-top: 20px;
		display: block;
	}
	.alt-section-dynamic-wide .alt-section-dynamic-wide__right img {
		height: auto;
	}

	.alt-logo-partner-item img {
		height: 78px !important;
		width: 78px !important;
	}

	.btn-alt-loadmore {
		font-size: 18px;
	}
}




@media (max-width: 480px) {
	ul.alt-products {
		display: flex;
		flex-direction: column;
		gap: 27px;

	}

	.alt-product-loadmore-wrapper {
		margin-top: 27px;
}

	ul.alt-products li {
		width: 100%;
	}

	.btn-alt-loadmore {
		width: 100%;
		justify-content: center;
	}

	body.page-id-14771 .row [class*=wgl_col-],
	body.page-id-16213 .row [class*=wgl_col-] {
		padding: 0;
	}

	.alt-product-filters__left {
		width: 100%;
		margin-bottom: 12px;
	}

	.alt-product-filters__left .btn-alt-filters {
		        display: flex;
		width: 100%;
	        justify-content: center;
	}

	.alt-product-filters__right {
		padding: 0 20px;
		border: 1px solid #F8D7DA;
		border-radius: 60px;
		width: 100%;
	}

	.alt-product-filters__right select {
		padding-left: 5px !important;
		border: 0;
	}

	.alt-product-filters-action {
		margin-bottom: 0;
	}

	.alt-product-filters__right .select__field {
		max-width: 100%;
		width: 100%;
	}

	.alt-product-filters__right .select__field:before {
		right: 0;
	}

	.alt-product-filters-action {
		flex-direction: column;
	}
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}