/* =========================================
   TUBUY FLASH SALE
========================================= */

.tubuy-flash-sale {
	position: relative;
	width: 100%;
	box-sizing: border-box;

	background: #ffffff;

	border: 1px solid #eeeeee;
	border-radius: 12px;

	overflow: hidden;
}

.tubuy-flash-sale *,
.tubuy-flash-sale *::before,
.tubuy-flash-sale *::after {
	box-sizing: border-box;
}


/* =========================================
   HEADER
========================================= */

.tubuy-flash-sale__header {
	display: flex;

	width: 100%;

	align-items: center;
	justify-content: space-between;

	gap: 20px;

	padding: 14px 18px;

	border-bottom: 1px solid #eeeeee;
}

.tubuy-flash-sale__title {
	flex: 0 0 auto;

	margin: 0;

	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;

	color: #111111;
}

.tubuy-flash-sale__header-right {
	display: flex;

	align-items: center;
	justify-content: flex-end;

	gap: 18px;
}


/* =========================================
   COUNTDOWN
========================================= */

.tubuy-flash-sale__countdown {
	display: flex;

	align-items: center;

	gap: 4px;

	font-size: 12px;
	font-weight: 700;
	line-height: 1;

	color: #777777;

	white-space: nowrap;
}

.tubuy-flash-sale__countdown-number {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	min-width: 28px;
	height: 26px;

	padding: 0 5px;

	background-color: #e53935;

	border-radius: 5px;

	font-size: 13px;
	font-weight: 800;
	line-height: 1;

	color: #ffffff;

	text-align: center;
}

.tubuy-flash-sale__countdown-label {
	margin-left: -2px;

	font-size: 8px;
	font-weight: 700;
	line-height: 1;

	color: #777777;

	text-transform: uppercase;
}

.tubuy-flash-sale__countdown-separator {
	margin: 0 1px;

	font-size: 13px;
	font-weight: 800;
	line-height: 1;

	color: #aaaaaa;
}


/* =========================================
   VIEW ALL
========================================= */

.tubuy-flash-sale__view-all {
	display: inline-flex;

	align-items: center;

	font-size: 12px;
	font-weight: 700;
	line-height: 1;

	color: #e53935;

	text-decoration: none;

	white-space: nowrap;
}

.tubuy-flash-sale__view-all:hover {
	color: #c62828;

	text-decoration: none;
}


/* =========================================
   SLIDER
========================================= */

.tubuy-flash-sale__slider {
	position: relative;

	width: 100%;

	padding: 14px 46px;

	overflow: hidden;
}

.tubuy-flash-sale__track {
	display: flex;

	width: 100%;

	overflow: visible;

	will-change: transform;

	transition: transform 0.35s ease;
}


/* =========================================
   SLIDE
========================================= */

.tubuy-flash-sale__slide {
	flex: 0 0 25%;

	min-width: 0;

	padding: 0 6px;
}


/* =========================================
   DESKTOP CUSTOM CARD
========================================= */

.tubuy-flash-sale__desktop-card {
	display: block;

	width: 100%;
}

.tubuy-flash-sale__desktop-card .tubuy-flash-sale__product-card {
	width: 100%;
}


/* =========================================
   DESKTOP PRODUCT CARD
========================================= */

.tubuy-flash-sale__product-card {
	position: relative;

	display: flex;

	width: 100%;
	height: 150px;

	align-items: stretch;

	padding: 8px;

	background: #ffffff;

	border: 1px solid #e9e9e9;

	border-radius: 9px;

	text-decoration: none;

	color: inherit;

	overflow: hidden;

	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.tubuy-flash-sale__product-card:hover {
	text-decoration: none;

	color: inherit;

	transform: translateY(-2px);

	border-color: #dddddd;

	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
}


/* =========================================
   DESKTOP PRODUCT IMAGE
========================================= */

.tubuy-flash-sale__product-image-wrap {
	position: relative;

	display: flex;

	flex: 0 0 43%;

	width: 43%;
	height: 100%;

	align-items: center;
	justify-content: center;

	padding: 5px;

	overflow: hidden;
}

.tubuy-flash-sale__product-image {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: contain;
}

.tubuy-flash-sale__product-image-wrap img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: contain;
}


/* =========================================
   DISCOUNT BADGE
========================================= */

.tubuy-flash-sale__discount {
	position: absolute;

	top: 2px;
	left: 2px;

	z-index: 2;

	display: inline-flex;

	align-items: center;
	justify-content: center;

	min-width: 36px;
	height: 21px;

	padding: 3px 6px;

	background-color: #e53935;

	border-radius: 4px;

	font-size: 9px;
	font-weight: 800;
	line-height: 1;

	color: #ffffff;
}


/* =========================================
   DESKTOP PRODUCT INFO
========================================= */

.tubuy-flash-sale__product-info {
	display: flex;

	flex: 1 1 auto;

	min-width: 0;

	flex-direction: column;

	justify-content: center;

	padding: 8px 6px 8px 10px;
}

.tubuy-flash-sale__product-title {
	display: -webkit-box;

	margin: 0 0 9px;

	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;

	color: #222222;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	overflow: hidden;
}


/* =========================================
   DESKTOP PRICES
========================================= */

.tubuy-flash-sale__prices {
	display: flex;

	align-items: baseline;

	flex-wrap: wrap;

	gap: 5px;
}

.tubuy-flash-sale__sale-price {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;

	color: #111111;

	white-space: nowrap;
}

.tubuy-flash-sale__sale-price .woocommerce-Price-currencySymbol {
	font-size: 0.72em;
}

.tubuy-flash-sale__regular-price {
	font-size: 10px;
	font-weight: 500;
	line-height: 1;

	color: #999999;

	white-space: nowrap;
}


/* =========================================
   RESPONSIVE ORIGINAL PRODUCT CARD
========================================= */

.tubuy-flash-sale__responsive-card {
	display: none;

	width: 100%;
	min-width: 0;
}


/* =========================================
   RESPONSIVE ORIGINAL CARD RESET
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-product-card {
	width: 100%;
	max-width: 100%;
	min-width: 0;

	margin: 0;

	box-sizing: border-box;
}


/* =========================================
   RESPONSIVE ORIGINAL CARD IMAGE
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-product-card-image {
	position: relative;

	width: 100%;

	margin: 0;

	overflow: hidden;
}

.tubuy-flash-sale__responsive-card .tubuy-product-card-image img {
	display: block;

	width: 100%;
	height: auto;

	max-width: 100%;

	object-fit: contain;
}


/* =========================================
   RESPONSIVE ORIGINAL CARD CONTENT
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-product-card-content {
	width: 100%;

	min-width: 0;

	box-sizing: border-box;
}


/* =========================================
   RESPONSIVE ORIGINAL RATING
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-product-rating {
	display: flex;

	align-items: center;

	gap: 4px;

	min-width: 0;
}

.tubuy-flash-sale__responsive-card .tubuy-product-rating-number {
	font-size: 10px;
	line-height: 1;
}


/* =========================================
   RESPONSIVE ORIGINAL TITLE
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-product-title {
	display: -webkit-box;

	margin: 6px 0;

	overflow: hidden;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	word-break: break-word;
}


/* =========================================
   RESPONSIVE ORIGINAL FOOTER
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-product-card-footer {
	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 6px;

	min-width: 0;
}


/* =========================================
   RESPONSIVE ORIGINAL PRICE
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-product-price {
	min-width: 0;

	overflow: hidden;
}

.tubuy-flash-sale__responsive-card .tubuy-product-price .price {
	margin: 0;
}


/* =========================================
   RESPONSIVE ORIGINAL CART
========================================= */

.tubuy-flash-sale__responsive-card .tubuy-add-to-cart-button {
	flex: 0 0 auto;

	display: inline-flex;

	align-items: center;
	justify-content: center;

	text-decoration: none;
}


/* =========================================
   SLIDER ARROWS
========================================= */

.tubuy-flash-sale__arrow {
	position: absolute;

	top: 50%;

	z-index: 10;

	display: flex;

	width: 30px;
	height: 30px;

	align-items: center;
	justify-content: center;

	padding: 0;

	background-color: #ffffff;

	border: 1px solid #e5e5e5;

	border-radius: 50%;

	font-size: 13px;
	font-weight: 700;
	line-height: 1;

	color: #222222;

	cursor: pointer;

	transform: translateY(-50%);

	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.tubuy-flash-sale__arrow:hover {
	background-color: #f7f7f7;

	border-color: #dddddd;

	color: #e53935;

	transform: translateY(-50%) scale(1.04);
}

.tubuy-flash-sale__arrow--prev {
	left: 8px;
}

.tubuy-flash-sale__arrow--next {
	right: 8px;
}


/* =========================================
   GRID
   KEEP GRID INDEPENDENT
========================================= */

.tubuy-flash-sale__grid {
	display: grid;

	grid-template-columns:
		repeat(
			var(--tubuy-flash-columns, 4),
			minmax(0, 1fr)
		);

	gap: 16px;

	padding: 16px;
}

.tubuy-flash-sale__grid-item {
	min-width: 0;
}

.tubuy-flash-sale__grid-link {
	display: block;

	width: 100%;

	text-decoration: none;

	color: inherit;
}

.tubuy-flash-sale__grid-link:hover {
	text-decoration: none;

	color: inherit;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

	.tubuy-flash-sale__header {
		padding: 12px 14px;
	}

	.tubuy-flash-sale__title {
		font-size: 17px;
	}

	.tubuy-flash-sale__header-right {
		gap: 12px;
	}

	.tubuy-flash-sale__slider {
		padding: 12px 38px;
	}

	/*
	|--------------------------------------------------------------------------
	| Tablet = 3 original cards
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__slide {
		flex: 0 0 33.333333%;

		padding-left: 5px;
		padding-right: 5px;
	}

	/*
	|--------------------------------------------------------------------------
	| Hide custom card
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__desktop-card {
		display: none;
	}

	/*
	|--------------------------------------------------------------------------
	| Show original Tubuy card
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card {
		display: block;
	}

	/*
	|--------------------------------------------------------------------------
	| Original card sizing
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-card {
		height: auto;

		padding: 0;

		border-radius: 9px;

		overflow: hidden;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-card-image {
		height: 145px;

		padding: 5px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-card-image img {
		width: 100%;
		height: 100%;

		object-fit: contain;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-card-content {
		padding: 7px 8px 9px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-title {
		font-size: 12px;

		line-height: 1.3;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-rating {
		font-size: 10px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-price {
		font-size: 13px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-add-to-cart-button {
		width: 30px;
		height: 30px;
	}

	.tubuy-flash-sale__grid {
		grid-template-columns:
			repeat(
				var(--tubuy-flash-tablet-columns, 3),
				minmax(0, 1fr)
			);
	}
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

	.tubuy-flash-sale__header {
		align-items: center;

		gap: 10px;

		padding: 11px 12px;
	}

	.tubuy-flash-sale__title {
		font-size: 16px;
	}

	.tubuy-flash-sale__header-right {
		gap: 10px;
	}

	.tubuy-flash-sale__countdown {
		gap: 2px;
	}

	.tubuy-flash-sale__countdown-number {
		min-width: 24px;
		height: 23px;

		padding: 0 4px;

		font-size: 11px;
	}

	.tubuy-flash-sale__countdown-label {
		font-size: 7px;
	}

	.tubuy-flash-sale__countdown-separator {
		font-size: 11px;
	}

	/*
	|--------------------------------------------------------------------------
	| Mobile Slider
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__slider {
		padding: 10px 32px;
	}

	/*
	|--------------------------------------------------------------------------
	| Mobile = 2 original cards
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__slide {
		flex: 0 0 50%;

		padding-left: 4px;
		padding-right: 4px;
	}

	/*
	|--------------------------------------------------------------------------
	| Hide custom card
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__desktop-card {
		display: none;
	}

	/*
	|--------------------------------------------------------------------------
	| Show original Tubuy card
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card {
		display: block;
	}

	/*
	|--------------------------------------------------------------------------
	| Original card
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-card {
		height: auto;

		padding: 0;

		border-radius: 8px;

		overflow: hidden;
	}

	/*
	|--------------------------------------------------------------------------
	| Product image
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-card-image {
		height: 105px;

		padding: 4px;

		overflow: hidden;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-card-image img {
		width: 100%;
		height: 100%;

		object-fit: contain;
	}

	/*
	|--------------------------------------------------------------------------
	| Wishlist
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-wishlist {
		width: 26px;
		height: 26px;

		padding: 0;

		font-size: 13px;
	}

	/*
	|--------------------------------------------------------------------------
	| Content
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-card-content {
		padding: 6px 7px 8px;
	}

	/*
	|--------------------------------------------------------------------------
	| Rating
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-rating {
		gap: 3px;

		font-size: 9px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-rating-number {
		font-size: 9px;
	}

	/*
	|--------------------------------------------------------------------------
	| Title
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-title {
		margin: 5px 0;

		font-size: 10px;
		font-weight: 700;

		line-height: 1.3;
	}

	/*
	|--------------------------------------------------------------------------
	| Price
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-price {
		font-size: 11px;

		line-height: 1.2;
	}

	/*
	|--------------------------------------------------------------------------
	| Cart
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-add-to-cart-button {
		width: 28px;
		height: 28px;

		border-radius: 8px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-add-to-cart-button svg {
		width: 15px;
		height: 15px;
	}

	/*
	|--------------------------------------------------------------------------
	| Arrows
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__arrow {
		width: 27px;
		height: 27px;

		font-size: 11px;
	}

	.tubuy-flash-sale__arrow--prev {
		left: 5px;
	}

	.tubuy-flash-sale__arrow--next {
		right: 5px;
	}

	/*
	|--------------------------------------------------------------------------
	| Grid
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__grid {
		grid-template-columns:
			repeat(
				var(--tubuy-flash-mobile-columns, 2),
				minmax(0, 1fr)
			);

		gap: 12px;

		padding: 12px;
	}
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.tubuy-flash-sale__header {
		align-items: flex-start;

		flex-direction: column;
	}

	.tubuy-flash-sale__header-right {
		width: 100%;

		justify-content: space-between;
	}

	.tubuy-flash-sale__title {
		font-size: 15px;
	}

	/*
	|--------------------------------------------------------------------------
	| Keep 2 cards on small mobile
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__slider {
		padding: 9px 30px;
	}

	.tubuy-flash-sale__slide {
		flex: 0 0 50%;

		padding-left: 3px;
		padding-right: 3px;
	}

	/*
	|--------------------------------------------------------------------------
	| Smaller original card
	|--------------------------------------------------------------------------
	*/

	.tubuy-flash-sale__responsive-card .tubuy-product-card-image {
		height: 90px;

		padding: 3px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-card-content {
		padding: 5px 6px 7px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-title {
		font-size: 9px;

		line-height: 1.25;
	}

	.tubuy-flash-sale__responsive-card .tubuy-product-price {
		font-size: 10px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-add-to-cart-button {
		width: 26px;
		height: 26px;
	}

	.tubuy-flash-sale__responsive-card .tubuy-add-to-cart-button svg {
		width: 14px;
		height: 14px;
	}

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

	.tubuy-flash-sale__product-card,
	.tubuy-flash-sale__arrow,
	.tubuy-flash-sale__track {
		transition: none;
	}
}
/* =========================================
   FIX RESPONSIVE PRODUCT IMAGE CROPPING
========================================= */

@media (max-width: 1024px) {

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image {

		height: auto !important;

		min-height: 0 !important;

		aspect-ratio: auto !important;

		padding: 5px !important;

		overflow: hidden;
	}

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image img {

		display: block !important;

		width: 100% !important;

		height: auto !important;

		max-width: 100% !important;

		max-height: 100% !important;

		object-fit: contain !important;

		object-position: center center;
	}
}


@media (max-width: 767px) {

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image {

		height: auto !important;

		min-height: 0 !important;

		aspect-ratio: auto !important;

		padding: 4px !important;
	}

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image img {

		width: 100% !important;

		height: auto !important;

		max-width: 100% !important;

		max-height: none !important;

		object-fit: contain !important;

		object-position: center center;
	}
}


@media (max-width: 480px) {

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image {

		height: auto !important;

		padding: 3px !important;
	}

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image img {

		width: 100% !important;

		height: auto !important;

		object-fit: contain !important;
	}
}

/* =========================================
   FINAL RESPONSIVE PRODUCT CARD FIX
========================================= */

@media (max-width: 1024px) {

	/* -----------------------------------------
	   SLIDE
	----------------------------------------- */

	.tubuy-flash-sale__slide {
		display: flex;
		align-items: stretch;
		min-width: 0;
	}


	/* -----------------------------------------
	   RESPONSIVE CARD WRAPPER
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card {
		display: flex;
		width: 100%;
		min-width: 0;
		height: 100%;
	}


	/* -----------------------------------------
	   ORIGINAL TUBUY CARD
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card {

		display: flex !important;

		width: 100% !important;
		height: 100% !important;

		min-width: 0 !important;

		flex-direction: column !important;

		margin: 0 !important;

		overflow: hidden !important;
	}


	/* -----------------------------------------
	   IMAGE BOX
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image {

		position: relative !important;

		display: flex !important;

		width: 100% !important;

		height: 140px !important;
		min-height: 140px !important;

		flex: 0 0 140px !important;

		align-items: center !important;
		justify-content: center !important;

		padding: 6px !important;

		margin: 0 !important;

		overflow: hidden !important;

		aspect-ratio: auto !important;
	}


	/* -----------------------------------------
	   IMAGE — NEVER CROP
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image
	img {

		display: block !important;

		width: auto !important;
		height: auto !important;

		max-width: 100% !important;
		max-height: 100% !important;

		margin: 0 auto !important;

		object-fit: contain !important;
		object-position: center center !important;

		aspect-ratio: auto !important;
	}


	/* -----------------------------------------
	   CONTENT
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-content {

		display: flex !important;

		width: 100% !important;

		min-width: 0 !important;

		flex: 1 1 auto !important;

		flex-direction: column !important;

		padding: 8px !important;

		margin: 0 !important;

		box-sizing: border-box !important;
	}


	/* -----------------------------------------
	   RATING
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-rating {

		display: flex;

		align-items: center;

		min-height: 16px;

		margin: 0 0 5px;
	}


	/* -----------------------------------------
	   TITLE
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-title {

		display: -webkit-box !important;

		height: 32px !important;
		min-height: 32px !important;

		margin: 0 0 6px !important;

		overflow: hidden !important;

		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

		line-height: 1.35 !important;

		word-break: break-word;
	}


	/* -----------------------------------------
	   FOOTER
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-footer {

		display: flex !important;

		width: 100% !important;

		min-width: 0 !important;

		margin-top: auto !important;

		align-items: center !important;
		justify-content: space-between !important;

		gap: 6px;
	}


	/* -----------------------------------------
	   PRICE
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-price {

		min-width: 0;

		overflow: hidden;
	}


	/* -----------------------------------------
	   CART
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-add-to-cart-button {

		flex: 0 0 auto;

		display: inline-flex;

		align-items: center;
		justify-content: center;
	}
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card {

		min-height: 245px !important;
	}


	/* -----------------------------------------
	   IMAGE BOX
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image {

		height: 105px !important;
		min-height: 105px !important;

		flex: 0 0 105px !important;

		padding: 5px !important;
	}


	/* -----------------------------------------
	   IMAGE — FULL IMAGE
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image
	img {

		width: auto !important;
		height: auto !important;

		max-width: 100% !important;
		max-height: 100% !important;

		object-fit: contain !important;

		object-position: center !important;
	}


	/* -----------------------------------------
	   CONTENT
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-content {

		padding: 6px 7px 8px !important;
	}


	/* -----------------------------------------
	   TITLE
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-title {

		height: 28px !important;
		min-height: 28px !important;

		font-size: 10px !important;

		line-height: 1.3 !important;
	}


	/* -----------------------------------------
	   RATING
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-rating {

		min-height: 15px;

		font-size: 9px;
	}


	/* -----------------------------------------
	   PRICE
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-product-price {

		font-size: 11px;
	}


	/* -----------------------------------------
	   CART
	----------------------------------------- */

	.tubuy-flash-sale__responsive-card
	.tubuy-add-to-cart-button {

		width: 28px !important;
		height: 28px !important;
	}
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.tubuy-flash-sale__responsive-card
	.tubuy-product-card {

		min-height: 230px !important;
	}


	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image {

		height: 95px !important;
		min-height: 95px !important;

		flex-basis: 95px !important;

		padding: 4px !important;
	}


	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-image
	img {

		width: auto !important;
		height: auto !important;

		max-width: 100% !important;
		max-height: 100% !important;

		object-fit: contain !important;
	}


	.tubuy-flash-sale__responsive-card
	.tubuy-product-card-content {

		padding: 5px 6px 7px !important;
	}


	.tubuy-flash-sale__responsive-card
	.tubuy-product-title {

		height: 26px !important;
		min-height: 26px !important;

		font-size: 9px !important;
	}


	.tubuy-flash-sale__responsive-card
	.tubuy-product-price {

		font-size: 10px;
	}


	.tubuy-flash-sale__responsive-card
	.tubuy-add-to-cart-button {

		width: 26px !important;
		height: 26px !important;
	}
}