/* =========================================================
 * SWAGSAY WISHLIST — STYLES  (v2.1)
 * =========================================================
 * Every selector is scoped under .ss-wishlist*
 * Zero global leakage. WoodMart overrides are scoped under
 * .ss-wishlist-recs only.
 *
 * Brand:
 *   Primary  #186035   Dark      #13502D
 *   Gold     #C9963A   GoldLight #D4AF37
 *   Cream    #F5EFE6   BG        #F8F8F6
 *   Text     #0F2F1B   Muted     #6b7280
 *   Border   #E8E8E8
 *   Font     Figtree only (no Cormorant Garamond)
 *
 * Changes in v2.1:
 *   - Color #003B2F → #186035 (brand green)
 *   - Cormorant Garamond → Figtree (single font family)
 *   - Share button removed
 *   - Clear All redesigned (borderless, gold, mobile circular)
 *   - "Gold Price" badge → "Premium Quality" luxury gold gradient
 *   - Mobile cards rebuilt to match reference image:
 *       responsive image (clamp 120–160px), trash icon top-right
 *       (no cross), Add to Cart full-width inside card
 *   - Recs: slider → responsive grid (6/5/4/2 columns)
 * ========================================================= */


/* ─────────────── ROOT ─────────────── */
.ss-wishlist {
	font-family: var(--ss-font-body, "Figtree", sans-serif);
	color: #1A1A1A;
}
.ss-wishlist a,
.ss-wishlist button {
	text-decoration: none !important;
}


/* ─────────────── HEADER ─────────────── */
.ss-wishlist-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}
.ss-wishlist-header__left {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.ss-wishlist-header__icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #186035;
	border-radius: 50%;
	color: #fff;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(0, 59, 47, 0.25);
}
.ss-wishlist-header__icon svg { width: 22px; height: 22px; }
.ss-wishlist-header__title {
	font-family: var(--ss-font-body, "Figtree", sans-serif);
	font-size: 28px;
	font-weight: 700;
	color: #186035;
	margin: 0 0 2px;
	line-height: 1.2;
}
.ss-wishlist-header__sub {
	font-size: 13px;
	color: #6b7280;
	margin: 0 0 6px;
}
.ss-wishlist-header__count {
	font-size: 13px;
	font-weight: 700;
	color: #186035;
	margin: 0;
}
.ss-wishlist-header__actions {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

/* Clear All — no box, gold accent (no border, white background) */
.ss-wishlist-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 14px;
	font-family: "Figtree", sans-serif;
	font-size: 13px;
	font-weight: 600;
	border-radius: 999px;
	cursor: pointer;
	transition: color 0.25s, background 0.25s;
	background: transparent;
	border: 0;
	letter-spacing: 0.01em;
}
.ss-wishlist-btn--clear {
	color: #C9963A;
}
.ss-wishlist-btn--clear:hover,
.ss-wishlist-btn--clear:focus {
	color: #B7842B;
	background: rgba(201, 150, 58, 0.08);
	outline: none;
}


/* ─────────────── DESKTOP TABLE ─────────────── */
.ss-wishlist-table {
	background: #fff;
	border: 1px solid #E8E8E8;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.ss-wishlist-table__head {
	display: grid;
	grid-template-columns: 1fr 160px 140px 200px;
	gap: 16px;
	padding: 16px 24px;
	background: #186035;
}
.ss-wishlist-table__th {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.02em;
}
.ss-wishlist-table__row {
	display: grid;
	grid-template-columns: 1fr 160px 140px 200px;
	gap: 16px;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #F0F0EE;
	transition: background 0.2s, opacity 0.3s, transform 0.3s;
}
.ss-wishlist-table__row:last-child { border-bottom: none; }
.ss-wishlist-table__row:hover { background: #FBFBF9; }
.ss-wishlist-table__row.is-removing {
	opacity: 0;
	transform: translateX(20px);
}

.ss-wishlist-table__product {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}
.ss-wishlist-table__image {
	width: 72px;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}
.ss-wishlist-table__image img,
.ss-wishlist-table__img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
.ss-wishlist-table__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.ss-wishlist-table__name {
	font-size: 15px;
	font-weight: 700;
	color: #1A1A1A;
	line-height: 1.4;
	transition: color 0.2s;
}
.ss-wishlist-table__name:hover { color: #13502D; }
.ss-wishlist-table__sku {
	font-size: 12px;
	color: #6b7280;
}
.ss-wishlist-table__attrs {
	font-size: 12px;
	color: #6b7280;
}

/* Price */
.ss-wishlist-price {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}
.ss-wishlist-price__amount {
	font-size: 16px;
	font-weight: 700;
	color: #1A1A1A;
}
.ss-wishlist-price__amount del { color: #9ca3af; font-weight: 400; font-size: 13px; }
.ss-wishlist-price__amount ins { text-decoration: none; }
.ss-wishlist-price__badge,
.ss-wishlist-card__badge {
	display: inline-block;
	padding: 4px 11px;
	font-family: "Figtree", sans-serif;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7d5a14;
	background: linear-gradient(135deg, #F8ECC7 0%, #F1DC9C 45%, #E8C97A 100%);
	border: 1px solid rgba(201, 150, 58, 0.45);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.55),
		0 1px 2px rgba(125, 90, 20, 0.08);
	white-space: nowrap;
}

/* Stock */
.ss-wishlist-stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
}
.ss-wishlist-stock::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}
.ss-wishlist-stock--in  { color: #15803D; }
.ss-wishlist-stock--in::before  { background: #15803D; }
.ss-wishlist-stock--out { color: #DC2626; }
.ss-wishlist-stock--out::before { background: #DC2626; }

/* Actions */
.ss-wishlist-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}
.ss-wishlist-actions__cart {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 18px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #186035;
	background: #fff;
	border: 1px solid #186035;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.25s;
}
.ss-wishlist-actions__cart:hover {
	background: #186035;
	color: #fff;
}
.ss-wishlist-actions__cart:disabled {
	opacity: 0.6;
	cursor: wait;
}
.ss-wishlist-actions__remove {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 2px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #DC2626;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s;
}
.ss-wishlist-actions__remove:hover { opacity: 0.7; }
.ss-wishlist-actions__remove:disabled { opacity: 0.5; cursor: wait; }


/* ─────────────── MOBILE CARDS (hidden on desktop) ─────────────── */
.ss-wishlist-cards { display: none; }

.ss-wishlist-card {
	position: relative;
	background: #fff;
	border: 1px solid #E8E8E8;
	border-radius: 16px;
	padding: 14px;
	margin-bottom: 14px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	transition: opacity 0.3s, transform 0.3s;
}
.ss-wishlist-card.is-removing {
	opacity: 0;
	transform: translateX(24px);
}

/* Remove button — white bg, fire red border, matches Select Size shape */
.ss-wishlist-card__delete {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	width: 100% !important;
	min-height: 50px !important;
	padding: 12px 16px !important;
	font-family: "Figtree", sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #E53935 !important;
	background: #fff !important;
	border: 1px solid #E53935 !important;
	border-radius: 10px !important;
	cursor: pointer !important;
	transition: background 0.25s, color 0.25s, transform 0.15s !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	box-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
.ss-wishlist-card__delete svg { stroke: #E53935 !important; fill: none !important; flex-shrink: 0; }
.ss-wishlist-card__delete:hover,
.ss-wishlist-card__delete:active {
	background: #E53935 !important;
	color: #fff !important;
	border-color: #E53935 !important;
}
.ss-wishlist-card__delete:hover svg,
.ss-wishlist-card__delete:active svg { stroke: #fff !important; }
.ss-wishlist-card__delete:focus {
	background: #fff !important;
	color: #E53935 !important;
	border-color: #E53935 !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15) !important;
}
.ss-wishlist-card__delete:disabled {
	opacity: 0.5 !important;
	cursor: wait !important;
	background: #fff !important;
	color: #E53935 !important;
}

.ss-wishlist-card__main {
	display: flex;
	gap: 14px;
	margin-bottom: 12px;
}
.ss-wishlist-card__image {
	width: clamp(120px, 32vw, 160px);
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	background: #f6f4f0;
}
.ss-wishlist-card__image img,
.ss-wishlist-card__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}
.ss-wishlist-card__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1;
	padding-right: 0; /* delete button moved to bottom row */
}
.ss-wishlist-card__title {
	font-family: "Figtree", sans-serif;
	font-size: clamp(15px, 4vw, 17px);
	font-weight: 600;
	color: #0F2F1B;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 2px;
}
.ss-wishlist-card__sku,
.ss-wishlist-card__attrs {
	font-family: "Figtree", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6b7280;
	line-height: 1.4;
}
.ss-wishlist-card__price {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 2px;
}
.ss-wishlist-card__amount {
	font-family: "Figtree", sans-serif;
	font-size: clamp(17px, 4.4vw, 20px);
	font-weight: 700;
	color: #0F2F1B;
	letter-spacing: -0.01em;
}
.ss-wishlist-card__amount del { color: #9ca3af; font-weight: 400; font-size: 13px; }
.ss-wishlist-card__amount ins { text-decoration: none; }

/* Add to Cart — full width INSIDE the card */
.ss-wishlist-card__cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #186035;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.25s, transform 0.15s;
	letter-spacing: 0.02em;
	text-transform: none;
}
.ss-wishlist-card__cart svg { stroke: #fff; }
.ss-wishlist-card__cart:hover,
.ss-wishlist-card__cart:active {
	background: #13502D;
}
.ss-wishlist-card__cart:focus { outline: none; box-shadow: 0 0 0 3px rgba(24, 96, 53, 0.2); }
.ss-wishlist-card__cart:disabled { opacity: 0.6; cursor: wait; }
.ss-wishlist-card__cart--view {
	background: #fff;
	color: #186035;
	border: 1px solid #186035;
}
.ss-wishlist-card__cart--view:hover { background: #186035; color: #fff; }


/* ─────────────── ACTIONS ROW (cart + remove side by side) ─────────────── */
.ss-wishlist-card__actions {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}
.ss-wishlist-card__actions .ss-wishlist-card__cart {
	flex: 7 1 0 !important;
	min-width: 0;
}
.ss-wishlist-card__actions .ss-wishlist-card__delete {
	flex: 3 1 0 !important;
	min-width: 0;
}
@media (max-width: 400px) {
	.ss-wishlist-card__actions { gap: 8px; }
	.ss-wishlist-card__actions .ss-wishlist-card__cart,
	.ss-wishlist-card__actions .ss-wishlist-card__delete { padding: 12px 10px; font-size: 13px; }
}


/* ─────────────── CONTINUE SHOPPING ─────────────── */
.ss-wishlist-continue {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	margin-top: 20px;
	padding: 14px;
	font-size: 14px;
	font-weight: 600;
	color: #186035;
	background: #fff;
	border: 1px solid #186035;
	border-radius: 12px;
	transition: all 0.25s;
	letter-spacing: 0.01em;
}
.ss-wishlist-continue:hover {
	background: #186035;
	color: #fff;
}


/* ─────────────── EMPTY STATE ─────────────── */
.ss-wishlist-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 64px 24px;
	background: #fff;
	border: 1px solid #E8E8E8;
	border-radius: 18px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.ss-wishlist-empty__icon {
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8F8F6;
	border: 1px solid #F5E7B2;
	border-radius: 50%;
	color: #D4AF37;
	margin-bottom: 20px;
}
.ss-wishlist-empty__icon svg { width: 36px; height: 36px; }
.ss-wishlist-empty__title {
	font-family: var(--ss-font-body, "Figtree", sans-serif);
	font-size: 26px;
	font-weight: 700;
	color: #186035;
	margin: 0 0 6px;
}
.ss-wishlist-empty__sub {
	font-size: 14px;
	color: #6b7280;
	margin: 0 0 24px;
}
.ss-wishlist-empty__btn {
	display: inline-flex;
	align-items: center;
	padding: 13px 32px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #186035;
	border-radius: 999px;
	transition: all 0.25s;
	letter-spacing: 0.01em;
}
.ss-wishlist-empty__btn:hover {
	background: #13502D;
	color: #F5E7B2;
	box-shadow: 0 6px 18px rgba(0, 59, 47, 0.25);
}


/* ─────────────── RECOMMENDATIONS (grid, no slider) ─────────────── */
.ss-wishlist-recs { margin-top: 40px; }

.ss-wishlist-recs__head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 22px;
}
.ss-wishlist-recs__title {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: "Figtree", sans-serif;
	font-size: clamp(18px, 2.4vw, 22px);
	font-weight: 700;
	color: #186035;
	margin: 0;
	text-align: center;
}
.ss-wishlist-recs__title svg { color: #D4AF37; }

/* ── Grid: PC 4 column, Mobile 2 column ── */
.shp-wrap--recs {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.shp-track--recs {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 16px !important;
	transform: none !important;
	cursor: default !important;
}
@media (max-width: 767px) {
	.shp-track--recs {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
	}
}

/* ─────────────── PRIVACY NOTICE ─────────────── */
.ss-wishlist-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 32px;
	padding: 16px 20px;
	font-size: 13px;
	font-weight: 500;
	color: #186035;
	background: rgba(0, 59, 47, 0.05);
	border: 1px solid rgba(0, 59, 47, 0.1);
	border-radius: 12px;
}
.ss-wishlist-privacy svg { color: #186035; flex-shrink: 0; }


/* ─────────────── CLEAR-ALL MODAL ─────────────── */
.ss-wishlist-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.ss-wishlist-modal.is-open { display: flex; }
.ss-wishlist-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 47, 27, 0.55);
	backdrop-filter: blur(3px);
}
.ss-wishlist-modal__box {
	position: relative;
	width: 100%;
	max-width: 400px;
	background: #fff;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	animation: ssWishlistModalIn 0.25s ease;
}
@keyframes ssWishlistModalIn {
	from { opacity: 0; transform: translateY(12px) scale(0.97); }
	to   { opacity: 1; transform: translateY(0) scale(1); }
}
.ss-wishlist-modal__title {
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	color: #1A1A1A;
	margin: 0 0 22px;
	line-height: 1.45;
}
.ss-wishlist-modal__actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}
.ss-wishlist-modal__cancel,
.ss-wishlist-modal__confirm {
	padding: 11px 22px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.2s;
}
.ss-wishlist-modal__cancel {
	background: #fff;
	color: #1A1A1A;
	border: 1px solid #E8E8E8;
}
.ss-wishlist-modal__cancel:hover { background: #F8F8F6; }
.ss-wishlist-modal__confirm {
	background: #DC2626;
	color: #fff;
	border: 1px solid #DC2626;
}
.ss-wishlist-modal__confirm:hover { background: #b91c1c; }
.ss-wishlist-modal__confirm:disabled { opacity: 0.6; cursor: wait; }


/* ─────────────── TOAST ─────────────── */
.ss-wishlist-toast {
	position: fixed;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	z-index: 100001;
	padding: 13px 24px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #186035;
	border-radius: 999px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s, transform 0.3s;
	max-width: calc(100vw - 40px);
	text-align: center;
}
.ss-wishlist-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
.ss-wishlist-toast.is-error { background: #DC2626; }


/* =========================================================
 * RESPONSIVE
 * ========================================================= */

@media (max-width: 1199px) {
	.ss-wishlist-table__head,
	.ss-wishlist-table__row {
		grid-template-columns: 1fr 130px 120px 180px;
		gap: 12px;
		padding: 16px 18px;
	}
}

@media (max-width: 991px) {

	/* Table → cards switch */
	.ss-wishlist-table { display: none; }
	.ss-wishlist-cards { display: block; }

	.ss-wishlist-header__icon { width: 46px; height: 46px; }
	.ss-wishlist-header__title { font-size: 24px; }
}

@media (max-width: 767px) {

	.ss-wishlist-header { gap: 12px; }
	.ss-wishlist-header__left { gap: 12px; }

	/* Mobile: Clear All as compact icon-only circular button (premium) */
	.ss-wishlist-btn--clear {
		padding: 0;
		width: 40px;
		height: 40px;
		justify-content: center;
		border-radius: 50%;
		background: #F5EFE6;
	}
	.ss-wishlist-btn--clear:hover,
	.ss-wishlist-btn--clear:focus {
		background: rgba(201, 150, 58, 0.18);
	}
	.ss-wishlist-btn__label { display: none; }

	/* Premium heart 38px on mobile (recs grid items) */
	.ss-wishlist-recs__grid .wd-wishlist-btn,
	.ss-wishlist-recs__grid .wd-buttons .wd-wishlist-btn {
		width: 38px !important;
		height: 38px !important;
	}

	.ss-wishlist-recs__title { font-size: 19px; }
}

@media (max-width: 400px) {
	.ss-wishlist-header__title { font-size: 22px; }
}

/* ════════════════════════════════════════════════════════════════════════
   YOU MAY ALSO LIKE — exact hero product (.shp-card) CSS
   Plugin এর inline style wishlist page এ load হয় না
   তাই এখানে exact copy করা হলো — scoped under .shp-wrap--recs
════════════════════════════════════════════════════════════════════════ */

.shp-wrap--recs {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	--shp-gap: 16px;
	--shp-radius: 15px;
	--shp-green: #1B6B3A;
	--shp-green-dark: #0c3e21;
	--shp-green-soft: #E6F0EA;
	font-family: 'Figtree', -apple-system, sans-serif;
	padding: 0;
}
.shp-wrap--recs * { box-sizing: border-box; }

/* PC: 4 column grid */
.shp-track--recs {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: var(--shp-gap) !important;
	transform: none !important;
	cursor: default !important;
}

/* Card */
.shp-wrap--recs .shp-card {
	position: relative;
	background: #fff;
	border-radius: var(--shp-radius);
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(15,79,42,.08), 0 1px 3px rgba(0,0,0,.04);
	transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s cubic-bezier(.4,0,.2,1);
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
}
.shp-wrap--recs .shp-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(15,79,42,.12), 0 2px 6px rgba(0,0,0,.06);
}

/* Image box */
.shp-wrap--recs .shp-imgbox {
	position: relative;
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: var(--shp-radius) var(--shp-radius) 0 0;
	overflow: hidden;
	background: #f0ece4;
}
.shp-wrap--recs .shp-imgbox img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: top center !important;
	display: block;
	transition: transform .7s cubic-bezier(.4,0,.2,1);
}
.shp-wrap--recs .shp-card:hover .shp-imgbox img { transform: scale(1.04); }

/* NEW badge */
.shp-wrap--recs .shp-badge-new {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	background: var(--shp-green);
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .8px;
	padding: 5px 12px;
	border-radius: 100px;
	box-shadow: 0 3px 10px rgba(15,79,42,.28);
	text-transform: uppercase;
	line-height: 1;
}

/* Card link */
.shp-wrap--recs .shp-card-link,
.shp-wrap--recs .shp-card-link:hover,
.shp-wrap--recs .shp-card-link:focus,
.shp-wrap--recs .shp-card-link:active {
	display: block;
	text-decoration: none !important;
	color: inherit;
	border-radius: inherit;
	outline: none !important;
}
.shp-wrap--recs .shp-card-link h3,
.shp-wrap--recs .shp-card-link span { text-decoration: none !important; }

/* Info block */
.shp-wrap--recs .shp-info { padding: 14px; }
.shp-wrap--recs .shp-title {
	margin: 0 0 10px;
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #1A1A1A;
	line-height: 1.35;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

/* Price row */
.shp-wrap--recs .shp-price-row {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 12px;
	margin: 0 0 12px;
}
.shp-wrap--recs .shp-price-now { display: inline-flex; align-items: center; gap: 8px; }
.shp-wrap--recs .shp-price-now,
.shp-wrap--recs .shp-price-now ins,
.shp-wrap--recs .shp-price-now > .woocommerce-Price-amount,
.shp-wrap--recs .shp-price-now > bdi {
	font-family: 'Figtree', sans-serif;
	font-size: 24px !important;
	font-weight: 900 !important;
	color: #000000 !important;
	letter-spacing: -0.5px !important;
	-webkit-text-stroke: 0.5px #000000 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}
.shp-wrap--recs .shp-price-old,
.shp-wrap--recs .shp-price-old .woocommerce-Price-amount,
.shp-wrap--recs .shp-price-old bdi,
.shp-wrap--recs .shp-price-now del,
.shp-wrap--recs .shp-price-now del .woocommerce-Price-amount,
.shp-wrap--recs .shp-price-now del bdi {
	font-family: 'Figtree', sans-serif !important;
	font-size: 14px !important;
	color: #8ba0b2 !important;
	text-decoration: line-through !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	-webkit-text-stroke: 0 !important;
	letter-spacing: normal !important;
}
.shp-wrap--recs .shp-price-divider {
	display: inline-block;
	color: #d1d5db;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}
.shp-wrap--recs .shp-save-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #f4fbf7;
	border: 1px solid var(--shp-green);
	color: var(--shp-green);
	padding: 4px 10px;
	border-radius: 6px;
	font-family: 'Figtree', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1;
}
.shp-wrap--recs .shp-save-badge .shp-tag-icon {
	width: 14px;
	height: 14px;
	stroke: var(--shp-green);
	fill: none;
	display: block;
}
.shp-wrap--recs .shp-save-badge .woocommerce-Price-amount,
.shp-wrap--recs .shp-save-badge bdi {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: var(--shp-green) !important;
	-webkit-text-stroke: 0 !important;
}

/* Shop Now button */
.shp-wrap--recs .shp-btn-shop {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	background: var(--shp-green);
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 11px 14px;
	border-radius: 8px;
	transition: background .25s;
}
.shp-wrap--recs .shp-card:hover .shp-btn-shop { background: var(--shp-green-dark); }
.shp-wrap--recs .shp-btn-shop svg {
	width: 16px;
	height: 16px;
	display: block;
	stroke: #fff;
	fill: none;
	flex-shrink: 0;
}

/* ── Mobile: 2×2 grid ── */
@media (max-width: 768px) {
	.shp-wrap--recs { --shp-gap: 8px; --shp-radius: 12px; }
	.shp-track--recs {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: var(--shp-gap) !important;
	}
	.shp-wrap--recs .shp-info { padding: 10px; }
	.shp-wrap--recs .shp-title { font-size: 13px; margin-bottom: 6px; }
	.shp-wrap--recs .shp-price-row { gap: 8px; margin: 0 0 10px; flex-wrap: wrap; }
	.shp-wrap--recs .shp-price-now,
	.shp-wrap--recs .shp-price-now ins,
	.shp-wrap--recs .shp-price-now > .woocommerce-Price-amount,
	.shp-wrap--recs .shp-price-now > bdi { font-size: 18px !important; }
	.shp-wrap--recs .shp-price-old,
	.shp-wrap--recs .shp-price-old .woocommerce-Price-amount,
	.shp-wrap--recs .shp-price-old bdi { font-size: 12px !important; }
	.shp-wrap--recs .shp-btn-shop { font-size: 11px; padding: 9px 10px; letter-spacing: .8px; gap: 6px; }
	.shp-wrap--recs .shp-btn-shop svg { width: 13px; height: 13px; }
	.shp-wrap--recs .shp-badge-new { font-size: 9.5px; padding: 4px 9px; top: 9px; left: 9px; }
	.shp-wrap--recs .shp-price-divider { font-size: 16px; }
	.shp-wrap--recs .shp-save-badge { font-size: 10px; padding: 3px 6px; gap: 4px; }
	.shp-wrap--recs .shp-save-badge .shp-tag-icon { width: 12px; height: 12px; }
	.shp-wrap--recs .shp-save-badge .woocommerce-Price-amount,
	.shp-wrap--recs .shp-save-badge bdi { font-size: 10px !important; }
}

@media (max-width: 767px) {
    .ss-wishlist-header { display: none !important; }
}