.product-miniature {
	position: relative;
	margin: 0;
}

.slick-slide .product-miniature {
	padding: 0 .625rem;
}

.product-thumbnail-stock-container {
	position: relative;
}

/********************
	Part - Product Image
********************/

.product-miniature .thumbnail-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product-miniature .thumbnail-container .product-thumbnail {
	display: flex;
	justify-content: center;
	flex: 0 0 auto;
	background: #F6F6EF;
	border-radius: 25px;
	padding: 2em 0;
}

.product-miniature img {
	display: block;
	max-width: 100%;
	object-fit: contain;
	mix-blend-mode: darken;
}

.product-miniature .product-thumbnail.--lazyload {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
}

.product-miniature .product-thumbnail.--lazyload img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 750ms ease-in-out;
	width: 100%;
	height: 100%;
	padding: 0;
}

.product-miniature .product-thumbnail.--lazyload:hover img {
	transform: scale(1.05);
}

/********************
	Part - Product flags
********************/
.product-miniature .product-flags {
	position: absolute;
	top: 0;
	left: 0;
}

/********************
	Part - Product description section
********************/
.product-miniature .product-description {
	flex: 1;
	position: relative;
	background: transparent;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: .3rem 0;
}

/********************
	Part - Product Title
********************/

.product-miniature .product-name-container {
	display: inline;
	/*flex-direction: column;*/
	padding: 1rem 0 0.5rem 0;
}

.product-miniature .product-title {
	text-transform: none;
	padding: 1rem 0 .5rem 0;
	margin: 0;
	display :inline;
}

.features-container {
	display: flex;
	flex-direction: column;
}

.product-miniature .product-title a,
.product-name-container .feature-value-11 {
	font-weight: 400;
	color: #343727;
	text-decoration: none;
	/*text-align: center;*/
	font-size: 18px!important;
}

.product-name-container .feature-value-11{
	font-size: 16px!important;
}

.product-miniature .feature-value {
	font-size: 13px;
}

.feature-product-miniature{
	margin-top: auto;
}

.feature-product-miniature .feature-value:not(:first-child)::before {
	content: '- ';
}

/********************
	Part - Product Price
********************/
.product-miniature .product-price-and-shipping {
	font-size: 17px;
	font-weight: 400;
	color: var(--color-secondary);
	padding: 0 0 .5rem 0;
	margin-top: 5px;
}

.product-miniature .regular-price {
	color: rgba(216, 39, 39, 1);;
	text-decoration: line-through;
	font-size: var(--font-size-200);
}

.product-price-and-shipping .divided-format__price {
	position: relative;

	color: var(--price-color);
	font-size: var(--font-size-900);
	font-weight: 600;

	justify-content: center;
	margin-top: 0.25em;
}

/********************
	Part - Product Discount
********************/

.product-miniature .discount-amount,
.product-miniature .discount-percentage {
	background: rgba(216, 39, 39, 1);
	color: var(--color-white-default);
	border-radius: 5px;
	padding: 3px 7px;
}

/********************
	Part - Product Highlight
********************/

.highlighted-informations {
	position: absolute;
	bottom: 1.25rem;
	padding-top: .625rem;
	z-index: 0;
	height: 3.125rem;
	box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .2);
	transition: bottom .3s;

	width: 100%;
	background: #f7f7f7;
	text-align: center;
}

.highlighted-informations .quick-view {
	color: var(--color-grey-font-default);
	font-size: 1rem
}

.highlighted-informations .quick-view:hover {
	color: #2fb5d2
}

.variant-links {
	position: relative;
	text-align: center;
	width: 100%;
	top: -.25em;
	padding-top: .1875rem;
	min-height: 2.5rem;
	background: #fff
}

/********************
	Part - Product Add to cart
********************/

.add-to-cart__wrapper {
	margin-top: auto;
}

.add-to-cart__wrapper form {
	font-size: var(--font-size-200);
	margin: 0.57em auto;
}

.add-to-cart-btn__wrapper {
	display: flex;
	gap: 10px;
	width: 100%;
}

.add-to-cart {
	display: block;
	font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	border-radius: 50px;
	text-transform: none;
	text-align: center;
	line-height: 1.286em;
	width: 100%;
	padding: 0.64em 0.93em;
}

.add-to-cart__wrapper .bwa__loader {
	font-size: calc(1.286em + 0.64em + 0.64em);
}

/********************
	Part - Product Variantes link
********************/

.see-combinations__wrapper {
	margin: 0.5em auto;
}

.see-combinations {
	display: block;
	text-align: center;
	font-size: var(--font-size-200);
	padding: 0.52em 0.93em;
}

.see-combinations:focus {
	text-decoration: none;
}

/********************
	Part - Product Manufacturer
********************/
.product-manufacturer {
	text-align: center;
}

.product-manufacturer a {
	font-size: var(--font-size-75);
	min-height: 1.27em;
	color: var(--color-grey-font-default);
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s;
	padding: 3px 7px;
}

.product-manufacturer a:hover {
	color: var(--link-color-on-hover);
}

/*********************************************************
/ Second img on hover
/*********************************************************/

@media (any-hover: none) {
	.product-miniature__img-secondary {
		display: none;
	}
}

@media (any-hover: hover) {
	.product-miniature .product-miniature__img-secondary {
		background: white;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		position: absolute;
		top: 0;
	}

	.product-miniature:hover .product-miniature__img-secondary {
		visibility: visible;
		opacity: 1;
	}
}

/*********************************************************
/ Wishlist
/*********************************************************/

.thumbnail-container .wishlist-button-add {
	box-shadow: none;
}

/*********************************************************
/ Product quantity in stock
/*********************************************************/

.product-quantity-container {
	display: flex;
	justify-content: center;
	padding-right: 0.5em;
}

.product-quantity-container .product-quantity-text-container {
	padding-left: 0.5em;
}

.product-quantity-container {
	position: absolute;
	right: 0;
	bottom: calc(3px + (18 - 3) * ((100vw - 320px) / (1920 - 320)));
	left: 0;
}

.product-quantity-container .product-quantity-text {
	display: inline-flex;
	align-items: center;
	font-size: calc(11px + (13 - 11) * ((100vw - 320px) / (1920 - 320)));
	background: rgba(216, 39, 39, .65);
	backdrop-filter: blur(10px);
	color: #fff;
	border-radius: 12px;
	line-height: 1;
	padding: 6px 8px;
}

.product-quantity-container .product-quantity-text svg {
	margin-right: 4px;
}

/*********************************************************
/ Custom select
/*********************************************************/

.bwa-select {
	position: relative;
	border: 1px solid var(--color-primary);
	border-radius: 50px;
	min-width: 80px;
}

.bwa-select select {
	display: none;
}

.bwa-select .select-selected {
	font-size: 18px;
	font-weight: 800;
	color: var(--color-primary);
	border: none;
	border-radius: 10px;
	height: 100%;
	padding: 8px 20px 10px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 14px;
	height: 8px;
	background-image: url("../../img/icons/chevron.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .4s ease-out;
}

.bwa-select.disable .select-selected:after {
	content: unset;
}


/*.bwa-select:hover .select-selected:after,*/
/*.select-selected.select-arrow-active:after{*/
/*    transform: rotate(90deg) translate(-100%, 2%);*/
/*}*/

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	padding: 8px 16px;
	cursor: pointer;
	user-select: none;
	height: 44px;
	display: flex;
	justify-content: left;
	align-items: center;
	overflow: hidden;
}


.bwa-select.disable .select-selected {
	cursor: not-allowed;
}

/*style items (options):*/
.select-items {
	position: absolute;
	z-index: 99;
	top: calc(100% - 12px);
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 0 0 10px 10px;
	overflow: auto;
	scroll-snap-type: y mandatory;
	transition: all .4s ease-out;
	max-height: 109px;
}

.select-items.select-hide {
	height: 0;
	opacity: 0;
}

.select-items::-webkit-scrollbar {
	width: 5px;
}

.select-items::-webkit-scrollbar-track {
	background-color: #ccc8c8;
}

.select-items::-webkit-scrollbar-thumb {
	background-color: var(--color-secondary);
}

.select-items::-webkit-scrollbar-corner {
	height: 0;
}

.select-items {
	scrollbar-color: var(--color-secondary) #ccc8c8;
	scrollbar-width: thin;
}

.select-items > div {
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 0;
	opacity: 1;
	font-size: 15px;
	color: var(--color-primary);
	font-weight: 800;
	transition: all .6s ease-out;
	scroll-snap-align: start;
}

/*hide the items when the select box is closed:*/
.select-hide > div {
	padding: 0 16px;
	/*height: 0px;*/
	opacity: 0;
	overflow: hidden;
	border: 0px solid #ffffff;
	transition: all .4s ease-out;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
