/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* حذف padding-inline: 15px وودمارت روی .container / .container-fluid (style.css والد ~5738) */
.container,
.container-fluid {
	padding-inline: 0;
}

/* صفحه فروشگاه / آرشیو محصول — حذف padding-block پیش‌فرض وودمارت روی .wd-content-layout (~40px) */
body.woocommerce-shop .wd-content-layout.content-layout-wrapper,
body.woocommerce.tax-product_cat .wd-content-layout.content-layout-wrapper,
body.woocommerce.tax-product_tag .wd-content-layout.content-layout-wrapper {
	padding-block: 0 !important;
}

/* override دقیق‌تر (در بعضی صفحات class ترکیبی متفاوت است) */
body.woocommerce-shop .wd-content-layout,
body.woocommerce.tax-product_cat .wd-content-layout,
body.woocommerce.tax-product_tag .wd-content-layout {
	padding-block: 0 !important;
}

/* ========== MID SHOP BANNER (Between Hero & Best Sellers) ========== */
.raspina-mid-shop-banner {
	padding: 0 10px;
	margin: 2px 0 14px;
}

.raspina-mid-shop-banner__link {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.raspina-mid-shop-banner__slide {
	grid-area: 1 / 1 / 2 / 2;
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	justify-self: center;
	transition: opacity 0.5s ease;
	opacity: 0;
	pointer-events: none;
}

.raspina-mid-shop-banner__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.raspina-mid-shop-banner__link:hover .raspina-mid-shop-banner__slide.is-active {
	transform: translateY(-1px);
	transition: transform 0.2s ease, opacity 0.5s ease;
}

/* ========== BEST SELLERS HOME BANNER / CAROUSEL ========== */
.raspina-best-sellers {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
	gap: 14px;
	margin: 16px 0 10px;
	padding: 0 10px;
	direction: rtl;
}

.raspina-best-sellers__banner {
	flex: 0 0 240px;
	width: 240px;
	background: linear-gradient(155deg, #f5c15e 0%, #f9e6b8 48%, #f3d18a 100%);
	border-radius: 18px;
	padding: 16px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 8px 18px rgba(151, 93, 27, 0.2);
}

.raspina-best-sellers__badge {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fff6d5 0%, #f2c35e 75%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(143, 70, 8, 0.28), inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.raspina-best-sellers__badge-icon {
	font-size: 28px;
	line-height: 1;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.16));
}

.raspina-best-sellers__banner-image {
	width: 100%;
	max-width: 210px;
	height: auto;
	border-radius: 14px;
	object-fit: cover;
}

.raspina-best-sellers__title {
	margin: 0;
	color: #8f4608;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
}

.raspina-best-sellers__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border-radius: 999px;
	background: #fff;
	color: #b85a16;
	border: 1px solid rgba(184, 90, 22, 0.2);
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.raspina-best-sellers__more:hover {
	color: #b85a16;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.raspina-best-sellers__carousel {
	flex: 1;
	min-width: 0;
	position: relative;
	display: block;
}

.raspina-best-sellers__viewport {
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background: #fff;
	padding: 12px 8px;
	box-shadow: inset 0 0 0 1px #e9edf3;
}

.raspina-best-sellers__track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	scroll-behavior: smooth;
	padding: 4px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
}

.raspina-best-sellers__track::-webkit-scrollbar {
	display: none;
}

.raspina-best-sellers__item {
	flex: 0 0 160px;
	width: 160px;
	scroll-snap-align: start;
}

.raspina-best-sellers__item-link {
	display: block;
	border: 1px solid #eff2f7;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.raspina-best-sellers__item-link img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.raspina-best-sellers__product-title {
	margin: 8px 0 4px;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 38px;
	text-align: center;
}

.raspina-best-sellers__product-title a {
	color: #2d2d2d;
	text-decoration: none;
}

.raspina-best-sellers__product-title a:hover {
	color: #b85a16;
}

.raspina-best-sellers__product-price {
	font-size: 13px;
	font-weight: 800;
	color: #c62828;
	text-align: center;
}

.raspina-best-sellers__product-price del {
	color: #9c9c9c;
	font-weight: 500;
	margin-inline-end: 4px;
}

.raspina-best-sellers__product-price ins {
	text-decoration: none;
}

.raspina-best-sellers__empty {
	margin: 0;
	width: 100%;
	text-align: center;
	color: #747474;
	font-size: 14px;
	padding: 16px 0;
}

/* نسخه جدیدترین‌ها: جابه‌جایی جای بنر و محصولات */
.raspina-best-sellers--newest {
	flex-direction: row;
}

@media (max-width: 1023px) {
	.raspina-best-sellers--newest .raspina-best-sellers__banner {
		order: -1;
	}
}

/* ========== HOME BLOG PROMO (دسکتاپ: دو طرف ستون طلایی) ========== */
.raspina-home-blog {
	direction: rtl;
	margin: 18px 0 14px;
	padding: 0 10px;
}

.raspina-home-blog__inner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 14px;
	max-width: 1400px;
	margin-inline: auto;
	min-height: 200px;
}

.raspina-home-blog__panel {
	flex: 1 1 0;
	min-width: 0;
	background: #fff;
	border-radius: 18px;
	padding: 22px 20px;
	border: 1px solid #e9edf3;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}

.raspina-home-blog__panel--desc {
	justify-content: center;
}

.raspina-home-blog__panel--cta {
	display: grid;
	grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: 16px;
}

.raspina-home-blog__cta-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	min-width: 0;
}

.raspina-home-blog__badge {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fff6d5 0%, #f2c35e 75%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #8f4608;
	box-shadow: 0 6px 14px rgba(143, 70, 8, 0.22), inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.raspina-home-blog__badge-icon {
	font-size: 26px;
	line-height: 1;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

.raspina-home-blog__title {
	margin: 0;
	color: #2d2d2d;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.raspina-home-blog__tagline {
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.raspina-home-blog__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 10px 22px;
	border-radius: 999px;
	background: #fff;
	color: #b85a16;
	border: 1px solid rgba(184, 90, 22, 0.25);
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.raspina-home-blog__more:hover {
	color: #b85a16;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.raspina-home-blog__carousel {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 100%;
	min-height: 158px;
	overflow: hidden;
	border-radius: 14px;
	background: #fbfbfc;
	border: 1px solid #edf0f5;
}

.raspina-home-blog__slide {
	grid-area: 1 / 1;
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	align-items: stretch;
	gap: 12px;
	padding: 10px;
	color: inherit;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.raspina-home-blog__slide.no-thumb {
	grid-template-columns: 1fr;
}

.raspina-home-blog__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	z-index: 1;
}

.raspina-home-blog__slide:hover {
	color: inherit;
}

.raspina-home-blog__slide-img {
	min-width: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #f2f4f7;
}

.raspina-home-blog__slide-img img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 138px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.raspina-home-blog__slide:hover .raspina-home-blog__slide-img img {
	transform: scale(1.04);
}

.raspina-home-blog__slide-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	gap: 6px;
}

.raspina-home-blog__slide-date {
	font-size: 12px;
	line-height: 1.4;
	color: #b85a16;
	font-weight: 800;
}

.raspina-home-blog__slide-title {
	margin: 0;
	color: #282828;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.raspina-home-blog__slide-excerpt {
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.raspina-home-blog__gold {
	flex: 0 0 clamp(96px, 7.5vw, 140px);
	border-radius: 18px;
	background: linear-gradient(155deg, #f5c15e 0%, #f9e6b8 48%, #f3d18a 100%);
	box-shadow: 0 8px 18px rgba(151, 93, 27, 0.2);
	align-self: stretch;
	min-height: 180px;
}

.raspina-home-blog__desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: #444;
	text-align: justify;
}

@media (max-width: 1023px) {
	.raspina-home-blog {
		margin: 14px 0 12px;
		padding: 0 12px;
	}

	.raspina-home-blog__inner {
		flex-direction: column;
		min-height: 0;
		gap: 0;
	}

	.raspina-home-blog__panel--cta {
		order: 1;
		border-radius: 18px 18px 0 0;
		border-bottom: 0;
	}

	.raspina-home-blog__gold {
		order: 2;
		flex: none;
		width: 100%;
		min-height: 12px;
		border-radius: 0;
		box-shadow: none;
		border-inline: 1px solid #e9edf3;
	}

	.raspina-home-blog__panel--desc {
		order: 3;
		border-radius: 0 0 18px 18px;
		border-top: 0;
	}

	.raspina-home-blog__panel {
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	}

	.raspina-home-blog__panel--cta {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.raspina-home-blog__carousel {
		min-height: 170px;
	}
}

@media (max-width: 767px) {
	.raspina-home-blog {
		padding: 0 10px;
	}

	.raspina-home-blog__panel {
		padding: 16px 14px;
	}

	.raspina-home-blog__title {
		font-size: 19px;
	}

	.raspina-home-blog__desc {
		font-size: 14px;
	}

	.raspina-home-blog__cta-copy {
		align-items: center;
		text-align: center;
		width: 100%;
	}

	.raspina-home-blog__carousel {
		min-height: 286px;
	}

	.raspina-home-blog__slide {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		gap: 10px;
	}

	.raspina-home-blog__slide-img img {
		height: 150px;
		min-height: 150px;
	}

	.raspina-home-blog__slide-body {
		text-align: right;
	}

.raspina-home-blog__slide-title {
		font-size: 15px;
	}
}

/* ========== APARAT VIDEO SHOWCASE ========== */
.raspina-video-showcase {
	--rv-bg-1: #fff8e8;
	--rv-bg-2: #f7efe0;
	--rv-stroke: #ead7b0;
	--rv-title: #2c2c2c;
	--rv-subtitle: #70685b;
	--rv-card: #ffffff;
	--rv-shadow: rgba(102, 68, 23, 0.14);
	direction: rtl;
	margin: 18px 0 24px;
	padding: 0 10px;
}

.raspina-video-showcase__inner {
	max-width: 1400px;
	margin-inline: auto;
	padding: 18px;
	border: 1px solid var(--rv-stroke);
	border-radius: 20px;
	background:
		radial-gradient(130% 140% at 100% 0%, #fff3d1 0%, rgba(255, 243, 209, 0) 52%),
		linear-gradient(140deg, var(--rv-bg-1) 0%, var(--rv-bg-2) 100%);
	box-shadow: 0 14px 34px var(--rv-shadow);
}

.raspina-video-showcase__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.raspina-video-showcase__title {
	margin: 0;
	color: var(--rv-title);
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 900;
	line-height: 1.2;
}

.raspina-video-showcase__subtitle {
	margin: 0;
	color: var(--rv-subtitle);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
}

.raspina-video-showcase__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 12px;
}

.raspina-video-card {
	grid-column: span 4;
	display: flex;
	flex-direction: column;
	background: #fffdf8;
	border: 1px solid #e9ddc5;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 18px rgba(82, 54, 16, 0.08);
	transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.raspina-video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 22px rgba(82, 54, 16, 0.14);
	border-color: #d9bf8a;
}

.raspina-video-card.is-featured {
	grid-column: span 8;
	grid-row: span 2;
}

.raspina-video-card__frame-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
}

.raspina-video-card.is-featured .raspina-video-card__frame-wrap {
	aspect-ratio: 16 / 8.7;
}

.raspina-video-card__frame-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.raspina-video-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px 12px;
}

.raspina-video-card__title {
	margin: 0;
	color: #3d3328;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

.raspina-video-card__play {
	position: absolute;
	inset-inline-start: 50%;
	inset-block-start: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	color: #8f5d15;
	font-size: 24px;
	font-weight: 900;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	transition: transform 0.22s ease, background-color 0.22s ease;
}

.raspina-video-card__play:hover {
	transform: translate(-50%, -50%) scale(1.05);
	background: #fff;
}

.raspina-video-card__frame-wrap.is-loaded .raspina-video-card__play {
	display: none;
}

@media (max-width: 1199px) {
	.raspina-video-card {
		grid-column: span 6;
	}

	.raspina-video-card.is-featured {
		grid-column: span 12;
		grid-row: auto;
	}
}

@media (max-width: 767px) {
	.raspina-video-showcase {
		margin: 14px 0 18px;
		padding: 0 10px;
	}

	.raspina-video-showcase__inner {
		padding: 12px;
		border-radius: 16px;
	}

	.raspina-video-showcase__head {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
	}

	.raspina-video-showcase__title {
		font-size: 21px;
	}

	.raspina-video-showcase__subtitle {
		font-size: 13px;
	}

	.raspina-video-showcase__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.raspina-video-card,
	.raspina-video-card.is-featured {
		grid-column: auto;
	}
}

@media (min-width: 2560px) {
	.raspina-home-blog__inner {
		max-width: 2400px;
	}
}

@media (min-width: 1920px) and (max-width: 2559px) {
	.raspina-home-blog__inner {
		max-width: 2000px;
	}
}

@media (min-width: 1440px) and (max-width: 1919px) {
.raspina-home-blog__inner {
		max-width: 1600px;
	}
}

/* ========== SHOP GLASS UI (Shop + Product Category Archives) ========== */
body.woocommerce-shop,
body.woocommerce.tax-product_cat,
body.woocommerce.tax-product_tag {
	--rsp-glass-bg: rgba(255, 255, 255, 0.58);
	--rsp-glass-stroke: rgba(255, 255, 255, 0.68);
	--rsp-glass-shadow: 0 14px 36px rgba(49, 36, 17, 0.1);
	--rsp-chip-bg: rgba(255, 255, 255, 0.52);
	--rsp-chip-active: #c58a2a;
	--rsp-chip-active-text: #fff;
}

body.woocommerce-shop .main-page-wrapper,
body.woocommerce.tax-product_cat .main-page-wrapper,
body.woocommerce.tax-product_tag .main-page-wrapper {
	background:
		radial-gradient(80% 120% at 100% 0%, rgba(240, 208, 147, 0.2) 0%, rgba(240, 208, 147, 0) 55%),
		radial-gradient(60% 90% at 0% 100%, rgba(225, 200, 160, 0.2) 0%, rgba(225, 200, 160, 0) 62%);
}

body.woocommerce-shop .woocommerce-notices-wrapper,
body.woocommerce.tax-product_cat .woocommerce-notices-wrapper,
body.woocommerce.tax-product_tag .woocommerce-notices-wrapper {
	margin-bottom: 14px;
}

.rsp-shop-glass-toolbar {
	display: block;
	width: 100%;
	margin: 0 0 14px;
	padding: 10px;
	border-radius: 18px;
	background: var(--rsp-glass-bg);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid var(--rsp-glass-stroke);
	box-shadow: var(--rsp-glass-shadow);
}

.rsp-shop-glass-toolbar__chips {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.rsp-shop-glass-toolbar__chips::-webkit-scrollbar {
	display: none;
}

.rsp-shop-chip {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(197, 138, 42, 0.24);
	background: var(--rsp-chip-bg);
	color: #5d4828;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rsp-shop-chip:hover {
	color: #5d4828;
	transform: translateY(-1px);
	border-color: rgba(197, 138, 42, 0.5);
}

.rsp-shop-chip.is-active {
	background: var(--rsp-chip-active);
	color: var(--rsp-chip-active-text);
	border-color: var(--rsp-chip-active);
}

body.woocommerce-shop .shop-tools,
body.woocommerce.tax-product_cat .shop-tools,
body.woocommerce.tax-product_tag .shop-tools,
body.woocommerce-shop .wd-shop-tools,
body.woocommerce.tax-product_cat .wd-shop-tools,
body.woocommerce.tax-product_tag .wd-shop-tools {
	padding: 10px 12px;
	border-radius: 16px;
	background: var(--rsp-glass-bg);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid var(--rsp-glass-stroke);
	box-shadow: 0 10px 26px rgba(49, 36, 17, 0.08);
	margin-bottom: 12px;
}

body.woocommerce-shop .wd-products,
body.woocommerce.tax-product_cat .wd-products,
body.woocommerce.tax-product_tag .wd-products {
	gap: 14px;
}

body.woocommerce-shop .product-grid-item,
body.woocommerce.tax-product_cat .product-grid-item,
body.woocommerce.tax-product_tag .product-grid-item {
	border-radius: 18px;
	background: var(--rsp-glass-bg);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid var(--rsp-glass-stroke);
	box-shadow: 0 12px 28px rgba(49, 36, 17, 0.09);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.woocommerce-shop .wd-product.product-grid-item .product-wrapper,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .product-wrapper,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .product-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	border-radius: 16px;
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.2) 100%);
}

body.woocommerce-shop .product-grid-item:hover,
body.woocommerce.tax-product_cat .product-grid-item:hover,
body.woocommerce.tax-product_tag .product-grid-item:hover {
	transform: translateY(-5px);
	border-color: rgba(208, 159, 71, 0.42);
	box-shadow: 0 16px 32px rgba(49, 36, 17, 0.14);
}

body.woocommerce-shop .product-grid-item .product-element-top,
body.woocommerce.tax-product_cat .product-grid-item .product-element-top,
body.woocommerce.tax-product_tag .product-grid-item .product-element-top {
	background: rgba(255, 255, 255, 0.36);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.74);
	overflow: hidden;
}

body.woocommerce-shop .wd-product.product-grid-item .product-image-link,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .product-image-link,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .product-image-link {
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

body.woocommerce-shop .wd-product.product-grid-item .product-image-link img,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .product-image-link img,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .product-image-link img {
	transition: transform 0.35s ease, filter 0.35s ease;
}

body.woocommerce-shop .wd-product.product-grid-item:hover .product-image-link img,
body.woocommerce.tax-product_cat .wd-product.product-grid-item:hover .product-image-link img,
body.woocommerce.tax-product_tag .wd-product.product-grid-item:hover .product-image-link img {
	transform: scale(1.04);
	filter: saturate(1.08);
}

body.woocommerce-shop .wd-product.product-grid-item .wd-buttons .wd-action-btn > a,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .wd-buttons .wd-action-btn > a,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .wd-buttons .wd-action-btn > a {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 10px;
}

body.woocommerce-shop .wd-product.product-grid-item .wd-buttons .wd-action-btn > a:hover,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .wd-buttons .wd-action-btn > a:hover,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .wd-buttons .wd-action-btn > a:hover {
	background: rgba(197, 138, 42, 0.88);
	border-color: rgba(197, 138, 42, 0.92);
	color: #fff;
}

body.woocommerce-shop .wd-product.product-grid-item .wd-entities-title,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .wd-entities-title,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .wd-entities-title {
	margin: 2px 4px 0;
	font-size: 14px;
	line-height: 1.65;
}

body.woocommerce-shop .wd-product.product-grid-item .wd-entities-title a,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .wd-entities-title a,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .wd-entities-title a {
	color: #3f3120;
}

body.woocommerce-shop .wd-product.product-grid-item .price,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .price,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.78);
	color: #6a4f24;
	text-align: center;
}

body.woocommerce-shop .wd-product.product-grid-item .wd-add-btn,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .wd-add-btn,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .wd-add-btn {
	margin-top: auto;
	padding: 4px;
}

body.woocommerce-shop .wd-product.product-grid-item .wd-add-btn .button,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .wd-add-btn .button,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .wd-add-btn .button {
	width: 100%;
	min-height: 38px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.54);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.84);
	color: #4c3d25;
	font-weight: 800;
	box-shadow: 0 8px 14px rgba(120, 86, 35, 0.08);
}

body.woocommerce-shop .wd-product.product-grid-item .wd-add-btn .button:hover,
body.woocommerce.tax-product_cat .wd-product.product-grid-item .wd-add-btn .button:hover,
body.woocommerce.tax-product_tag .wd-product.product-grid-item .wd-add-btn .button:hover {
	background: rgba(197, 138, 42, 0.92);
	border-color: rgba(197, 138, 42, 0.96);
	color: #fff;
}

body.woocommerce-shop .product-grid-item .product-title,
body.woocommerce.tax-product_cat .product-grid-item .product-title,
body.woocommerce.tax-product_tag .product-grid-item .product-title {
	font-weight: 800;
	line-height: 1.6;
}

body.woocommerce-shop .product-grid-item .price,
body.woocommerce.tax-product_cat .product-grid-item .price,
body.woocommerce.tax-product_tag .product-grid-item .price {
	font-weight: 900;
}

body.woocommerce-shop .wd-sidebar .widget,
body.woocommerce.tax-product_cat .wd-sidebar .widget,
body.woocommerce.tax-product_tag .wd-sidebar .widget {
	border-radius: 16px;
	padding: 14px;
	background: var(--rsp-glass-bg);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid var(--rsp-glass-stroke);
	box-shadow: 0 10px 24px rgba(49, 36, 17, 0.08);
	margin-bottom: 12px;
}

body.woocommerce-shop .wd-sidebar .widget-title,
body.woocommerce.tax-product_cat .wd-sidebar .widget-title,
body.woocommerce.tax-product_tag .wd-sidebar .widget-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 900;
	color: #3f3120;
}

body.woocommerce-shop .wd-sidebar .widget a,
body.woocommerce.tax-product_cat .wd-sidebar .widget a,
body.woocommerce.tax-product_tag .wd-sidebar .widget a {
	border-radius: 10px;
}

@media (max-width: 1023px) {
	.rsp-shop-glass-toolbar {
		margin-bottom: 10px;
		padding: 8px;
		border-radius: 14px;
	}

	.rsp-shop-chip {
		min-height: 34px;
		padding: 0 12px;
		font-size: 12px;
	}

	body.woocommerce-shop .shop-tools,
	body.woocommerce.tax-product_cat .shop-tools,
	body.woocommerce.tax-product_tag .shop-tools,
	body.woocommerce-shop .wd-shop-tools,
	body.woocommerce.tax-product_cat .wd-shop-tools,
	body.woocommerce.tax-product_tag .wd-shop-tools {
		padding: 8px 10px;
		border-radius: 13px;
	}

	body.woocommerce-shop .wd-products,
	body.woocommerce.tax-product_cat .wd-products,
	body.woocommerce.tax-product_tag .wd-products {
		gap: 10px;
	}

	body.woocommerce-shop .product-grid-item,
	body.woocommerce.tax-product_cat .product-grid-item,
	body.woocommerce.tax-product_tag .product-grid-item {
		border-radius: 14px;
	}

	body.woocommerce-shop .wd-product.product-grid-item .product-wrapper,
	body.woocommerce.tax-product_cat .wd-product.product-grid-item .product-wrapper,
	body.woocommerce.tax-product_tag .wd-product.product-grid-item .product-wrapper {
		padding: 8px;
		border-radius: 12px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-shop .main-page-wrapper,
	body.woocommerce.tax-product_cat .main-page-wrapper,
	body.woocommerce.tax-product_tag .main-page-wrapper {
		padding-inline: 8px;
	}

	.rsp-shop-glass-toolbar {
		margin-bottom: 8px;
	}

	body.woocommerce-shop .wd-sidebar .widget,
	body.woocommerce.tax-product_cat .wd-sidebar .widget,
	body.woocommerce.tax-product_tag .wd-sidebar .widget {
		padding: 12px;
		border-radius: 13px;
	}
}

/* Shop mobile density + glass controls */
body.woocommerce-shop .product-grid-item .wd-buttons.wd-pos-r-t,
body.woocommerce.tax-product_cat .product-grid-item .wd-buttons.wd-pos-r-t,
body.woocommerce.tax-product_tag .product-grid-item .wd-buttons.wd-pos-r-t {
	background: rgba(255, 255, 255, 0.38);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 12px;
	padding: 4px;
}

body.woocommerce-shop .product-grid-item .button.product_type_variable,
body.woocommerce-shop .product-grid-item .button.add_to_cart_button,
body.woocommerce.tax-product_cat .product-grid-item .button.product_type_variable,
body.woocommerce.tax-product_cat .product-grid-item .button.add_to_cart_button,
body.woocommerce.tax-product_tag .product-grid-item .button.product_type_variable,
body.woocommerce.tax-product_tag .product-grid-item .button.add_to_cart_button {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #4c3d25;
	border-radius: 999px;
	font-weight: 800;
}

body.woocommerce-shop .product-grid-item .button.product_type_variable:hover,
body.woocommerce-shop .product-grid-item .button.add_to_cart_button:hover,
body.woocommerce.tax-product_cat .product-grid-item .button.product_type_variable:hover,
body.woocommerce.tax-product_cat .product-grid-item .button.add_to_cart_button:hover,
body.woocommerce.tax-product_tag .product-grid-item .button.product_type_variable:hover,
body.woocommerce.tax-product_tag .product-grid-item .button.add_to_cart_button:hover {
	background: rgba(197, 138, 42, 0.9);
	color: #fff;
	border-color: rgba(197, 138, 42, 0.95);
}

@media (max-width: 1023px) {
	body.woocommerce-shop .wd-page-content.main-page-wrapper,
	body.woocommerce.tax-product_cat .wd-page-content.main-page-wrapper,
	body.woocommerce.tax-product_tag .wd-page-content.main-page-wrapper {
		padding-top: 76px !important;
	}
}

@media (max-width: 767px) {
	body.woocommerce-shop .shop-tools,
	body.woocommerce.tax-product_cat .shop-tools,
	body.woocommerce.tax-product_tag .shop-tools,
	body.woocommerce-shop .wd-shop-tools,
	body.woocommerce.tax-product_cat .wd-shop-tools,
	body.woocommerce.tax-product_tag .wd-shop-tools {
		display: flex !important;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 8px;
		padding: 8px;
	}

	body.woocommerce-shop .wd-shop-tools > .rsp-shop-glass-toolbar,
	body.woocommerce.tax-product_cat .wd-shop-tools > .rsp-shop-glass-toolbar,
	body.woocommerce.tax-product_tag .wd-shop-tools > .rsp-shop-glass-toolbar {
		order: 1;
		flex: 1 1 100%;
		margin: 0;
	}

	body.woocommerce-shop .wd-shop-tools > .wd-show-sidebar-btn,
	body.woocommerce.tax-product_cat .wd-shop-tools > .wd-show-sidebar-btn,
	body.woocommerce.tax-product_tag .wd-shop-tools > .wd-show-sidebar-btn {
		order: 2;
		flex: 1 1 calc(50% - 4px);
		margin: 0;
	}

	body.woocommerce-shop .wd-shop-tools > .woocommerce-ordering,
	body.woocommerce.tax-product_cat .wd-shop-tools > .woocommerce-ordering,
	body.woocommerce.tax-product_tag .wd-shop-tools > .woocommerce-ordering {
		order: 3;
		flex: 1 1 calc(50% - 4px);
		margin: 0;
	}

	body.woocommerce-shop .wd-shop-tools > .wd-products-shop-view,
	body.woocommerce.tax-product_cat .wd-shop-tools > .wd-products-shop-view,
	body.woocommerce.tax-product_tag .wd-shop-tools > .wd-products-shop-view {
		order: 4;
		flex: 1 1 100%;
		justify-content: center;
	}

	body.woocommerce-shop .wd-shop-tools > .wd-products-per-page,
	body.woocommerce.tax-product_cat .wd-shop-tools > .wd-products-per-page,
	body.woocommerce.tax-product_tag .wd-shop-tools > .wd-products-per-page {
		order: 5;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 6px 8px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.38);
		border: 1px solid rgba(255, 255, 255, 0.68);
	}

	body.woocommerce-shop .wd-products-per-page .wd-label,
	body.woocommerce.tax-product_cat .wd-products-per-page .wd-label,
	body.woocommerce.tax-product_tag .wd-products-per-page .wd-label {
		font-size: 11px;
		margin: 0;
	}

	body.woocommerce-shop .wd-products-shop-view,
	body.woocommerce.tax-product_cat .wd-products-shop-view,
	body.woocommerce.tax-product_tag .wd-products-shop-view {
		display: inline-flex;
		gap: 4px;
		padding: 3px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.45);
		border: 1px solid rgba(255, 255, 255, 0.72);
	}

	body.woocommerce-shop .wd-products-shop-view .shop-view,
	body.woocommerce.tax-product_cat .wd-products-shop-view .shop-view,
	body.woocommerce.tax-product_tag .wd-products-shop-view .shop-view {
		width: 24px;
		height: 24px;
		border-radius: 999px;
		background-size: 12px;
	}

	body.woocommerce-shop .wd-products-shop-view .shop-view.current-variation,
	body.woocommerce.tax-product_cat .wd-products-shop-view .shop-view.current-variation,
	body.woocommerce.tax-product_tag .wd-products-shop-view .shop-view.current-variation {
		background-color: rgba(197, 138, 42, 0.2);
	}

	body.woocommerce-shop .wd-products:not(.products-view-list),
	body.woocommerce.tax-product_cat .wd-products:not(.products-view-list),
	body.woocommerce.tax-product_tag .wd-products:not(.products-view-list) {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	body.woocommerce-shop .wd-products:not(.products-view-list) .product-grid-item,
	body.woocommerce.tax-product_cat .wd-products:not(.products-view-list) .product-grid-item,
	body.woocommerce.tax-product_tag .wd-products:not(.products-view-list) .product-grid-item {
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}

	body.woocommerce-shop .product-grid-item .product-element-top img,
	body.woocommerce.tax-product_cat .product-grid-item .product-element-top img,
	body.woocommerce.tax-product_tag .product-grid-item .product-element-top img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	body.woocommerce-shop .woocommerce-ordering select.orderby,
	body.woocommerce.tax-product_cat .woocommerce-ordering select.orderby,
	body.woocommerce.tax-product_tag .woocommerce-ordering select.orderby {
		width: 100%;
		min-height: 34px;
		font-size: 12px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.46);
		border: 1px solid rgba(255, 255, 255, 0.76);
	}

	body.woocommerce-shop .wd-show-sidebar-btn a,
	body.woocommerce.tax-product_cat .wd-show-sidebar-btn a,
	body.woocommerce.tax-product_tag .wd-show-sidebar-btn a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 34px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.46);
		border: 1px solid rgba(255, 255, 255, 0.76);
		font-size: 12px;
		font-weight: 700;
	}
}

/* ========== 4K (2560px+) ========== */
@media (min-width: 2560px) {
	.raspina-best-sellers {
		max-width: 2400px;
		margin-inline: auto;
		gap: 20px;
	}

	.raspina-best-sellers__banner {
		flex: 0 0 320px;
		width: 320px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 200px;
		width: 200px;
	}

	.raspina-best-sellers__item-link img {
		height: 200px;
	}

	.raspina-best-sellers__title {
		font-size: 28px;
	}

	.raspina-best-sellers__product-title {
		font-size: 15px;
		height: 44px;
	}

	.raspina-best-sellers__product-price {
		font-size: 15px;
	}
}

/* ========== Laptop L (1920px - 2559px) ========== */
@media (min-width: 1920px) and (max-width: 2559px) {
	.raspina-best-sellers {
		max-width: 2000px;
		margin-inline: auto;
	}

	.raspina-best-sellers__banner {
		flex: 0 0 280px;
		width: 280px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 180px;
		width: 180px;
	}

	.raspina-best-sellers__item-link img {
		height: 180px;
	}

	.raspina-best-sellers__title {
		font-size: 26px;
	}
}

/* ========== Laptop (1440px - 1919px) ========== */
@media (min-width: 1440px) and (max-width: 1919px) {
	.raspina-best-sellers {
		max-width: 1600px;
		margin-inline: auto;
	}

	.raspina-best-sellers__banner {
		flex: 0 0 260px;
		width: 260px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 170px;
		width: 170px;
	}

	.raspina-best-sellers__item-link img {
		height: 170px;
	}
}

/* ========== Laptop (1024px - 1439px) ========== */
@media (min-width: 1024px) and (max-width: 1439px) {
	.raspina-best-sellers__banner {
		flex: 0 0 230px;
		width: 230px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 150px;
		width: 150px;
	}

	.raspina-best-sellers__item-link img {
		height: 150px;
	}

	.raspina-best-sellers__title {
		font-size: 20px;
	}
}

/* ========== Tablet (768px - 1023px) ========== */
@media (max-width: 1023px) {
	.raspina-mid-shop-banner {
		padding: 0 12px;
		margin: 0 0 12px;
	}

	.raspina-mid-shop-banner__link {
		border-radius: 14px;
	}

	.raspina-best-sellers {
		flex-direction: column !important;
		gap: 12px;
		padding: 0 12px;
	}

	.raspina-best-sellers__banner {
		flex: none !important;
		width: 100% !important;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
		justify-items: stretch;
		padding: 14px 20px;
		gap: clamp(10px, 3vw, 16px);
		order: -1;
	}

	.raspina-best-sellers__carousel {
		width: 100%;
	}

	/* راست عنوان | وسط آیکون/تصویر | چپ دکمه (در RTL ستون۱=راست) */
	.raspina-best-sellers__title {
		display: block !important;
		grid-column: 1;
		grid-row: 1;
		justify-self: end;
		text-align: right;
		font-size: clamp(17px, 4.2vw, 20px);
		margin: 0;
		align-self: center;
		min-width: 0;
	}

	.raspina-best-sellers__badge,
	.raspina-best-sellers__banner-image {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		align-self: center;
	}

	.raspina-best-sellers__banner-image {
		max-width: min(100px, 22vw);
		max-height: 52px;
		width: auto;
		height: auto;
		object-fit: contain;
	}

	.raspina-best-sellers__more {
		grid-column: 3;
		grid-row: 1;
		justify-self: start;
		align-self: center;
		white-space: nowrap;
		padding: 8px 14px;
		font-size: 13px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 140px;
		width: 140px;
	}

	.raspina-best-sellers__item-link img {
		height: 140px;
	}

	.raspina-best-sellers__product-title {
		font-size: 12px;
		height: 35px;
	}

	.raspina-best-sellers__product-price {
		font-size: 12px;
	}
}

/* ========== Mobile L+ (426px - 767px) ========== */
@media (max-width: 767px) {
	.raspina-mid-shop-banner {
		padding: 0 10px;
		margin: 0 0 10px;
	}

	.raspina-mid-shop-banner__link {
		border-radius: 12px;
	}

	.raspina-best-sellers {
		gap: 10px;
		padding: 0 10px;
		margin: 12px 0;
	}

	.raspina-best-sellers__banner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
		padding: 12px 14px;
		gap: 10px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 130px;
		width: 130px;
	}

	.raspina-best-sellers__item-link img {
		height: 130px;
	}

	.raspina-best-sellers__product-title {
		font-size: 11px;
		height: 32px;
	}

	.raspina-best-sellers__product-price {
		font-size: 11px;
	}
}

/* ========== Mobile L (425px) ========== */
@media (max-width: 425px) {
	.raspina-best-sellers__banner {
		border-radius: 16px;
		gap: 10px;
	}

	.raspina-best-sellers__badge {
		width: 50px;
		height: 50px;
	}

	.raspina-best-sellers__badge-icon {
		font-size: 26px;
	}

	.raspina-best-sellers__more {
		padding: 10px 20px;
		font-size: 13px;
	}

	.raspina-best-sellers__viewport {
		border-radius: 14px;
		padding: 10px 6px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 140px;
		width: 140px;
	}

	.raspina-best-sellers__item-link img {
		height: 140px;
	}

	.raspina-best-sellers__product-title {
		font-size: 12px;
		height: 35px;
	}

	.raspina-best-sellers__product-price {
		font-size: 12px;
	}
}

/* ========== Mobile M (375px) ========== */
@media (max-width: 375px) {
	.raspina-mid-shop-banner {
		padding: 0 8px;
	}

	.raspina-best-sellers {
		padding: 0 8px;
	}

	.raspina-best-sellers__banner {
		padding: 10px 12px;
		gap: 10px;
	}

	.raspina-best-sellers__badge {
		width: 46px;
		height: 46px;
	}

	.raspina-best-sellers__badge-icon {
		font-size: 24px;
	}

	.raspina-best-sellers__more {
		padding: 8px 16px;
		font-size: 12px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 130px;
		width: 130px;
	}

	.raspina-best-sellers__item-link img {
		height: 130px;
	}

	.raspina-best-sellers__track {
		gap: 10px;
	}

	.raspina-best-sellers__product-title {
		font-size: 11px;
		height: 32px;
	}

	.raspina-best-sellers__product-price {
		font-size: 11px;
	}
}

/* ========== Mobile S (320px) ========== */
@media (max-width: 320px) {
	.raspina-mid-shop-banner {
		padding: 0 6px;
		margin: 0 0 8px;
	}

	.raspina-mid-shop-banner__link {
		border-radius: 10px;
	}

	.raspina-best-sellers {
		padding: 0 6px;
		gap: 8px;
	}

	.raspina-best-sellers__banner {
		padding: 8px 10px;
		border-radius: 14px;
		gap: 8px;
	}

	.raspina-best-sellers__badge {
		width: 40px;
		height: 40px;
	}

	.raspina-best-sellers__badge-icon {
		font-size: 20px;
	}

	.raspina-best-sellers__more {
		padding: 7px 12px;
		font-size: 10px;
	}

	.raspina-best-sellers__viewport {
		padding: 8px 4px;
		border-radius: 12px;
	}

	.raspina-best-sellers__item {
		flex: 0 0 120px;
		width: 120px;
	}

	.raspina-best-sellers__item-link img {
		height: 120px;
	}

	.raspina-best-sellers__track {
		gap: 8px;
	}

	.raspina-best-sellers__product-title {
		font-size: 10px;
		height: 30px;
		margin: 6px 0 3px;
	}

	.raspina-best-sellers__product-price {
		font-size: 10px;
	}
}
