/**
 * Sælkerabúðin - WooCommerce Styles
 * Dark product cards matching Figma design
 */

/* ─── PRODUCT GRID CONTAINER ───────────────────── */

.wc-block-product-template.is-flex-container {
	gap: 24px !important;
	padding: 0 24px;
	max-width: 1280px;
	margin: 0 auto;
}

.wc-block-product-template.is-flex-container.columns-3 > li {
	width: calc(33.333% - 16px) !important;
}

@media (max-width: 960px) {
	.wc-block-product-template.is-flex-container.columns-3 > li {
		width: calc(50% - 12px) !important;
	}
}

@media (max-width: 600px) {
	.wc-block-product-template.is-flex-container.columns-3 > li {
		width: 100% !important;
	}
}

/* ─── PRODUCT CARD ─────────────────────────────── */

li.wc-block-product {
	background-color: #1A1A1A !important;
	border-radius: 1rem !important;
	overflow: hidden !important;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	position: relative;
}

li.wc-block-product:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* ─── PRODUCT IMAGE ────────────────────────────── */

li.wc-block-product .wp-block-woocommerce-product-image,
li.wc-block-product .wc-block-components-product-image {
	margin: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
	aspect-ratio: 1;
}

li.wc-block-product .wp-block-woocommerce-product-image img,
li.wc-block-product .wc-block-components-product-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	transition: transform 0.7s ease;
}

li.wc-block-product:hover .wp-block-woocommerce-product-image img,
li.wc-block-product:hover .wc-block-components-product-image img {
	transform: scale(1.1);
}

/* ─── PRODUCT TITLE ────────────────────────────── */

li.wc-block-product .wp-block-post-title,
li.wc-block-product h3 {
	font-family: var(--wp--preset--font-family--antonio) !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	color: white !important;
	text-transform: uppercase !important;
	letter-spacing: -0.01em;
	padding: 16px 20px 4px !important;
	margin: 0 !important;
	line-height: 1.3;
}

li.wc-block-product .wp-block-post-title a,
li.wc-block-product h3 a {
	color: white !important;
	text-decoration: none !important;
}

li.wc-block-product:hover .wp-block-post-title a,
li.wc-block-product:hover h3 a {
	color: var(--wp--preset--color--caramel) !important;
}

/* ─── PRODUCT PRICE ────────────────────────────── */

li.wc-block-product .wp-block-woocommerce-product-price,
li.wc-block-product .wc-block-components-product-price {
	font-family: var(--wp--preset--font-family--antonio) !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: white !important;
	padding: 4px 20px 20px !important;
	margin: 0 !important;
}

li.wc-block-product .wc-block-components-product-price__value {
	color: white !important;
}

/* ─── ADD TO CART BUTTON ───────────────────────── */

li.wc-block-product .wp-element-button,
li.wc-block-product .add_to_cart_button {
	background-color: var(--wp--preset--color--caramel) !important;
	color: white !important;
	border: none !important;
	border-radius: 0.5rem !important;
	font-family: var(--wp--preset--font-family--oswald) !important;
	font-size: 0.75rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
	padding: 10px 20px !important;
	margin: 0 20px 20px !important;
	transition: background-color 0.3s ease !important;
	width: calc(100% - 40px) !important;
	text-align: center;
}

li.wc-block-product .wp-element-button:hover,
li.wc-block-product .add_to_cart_button:hover {
	background-color: var(--wp--preset--color--dark-caramel) !important;
}

/* ─── PRODUCT COLLECTION WRAPPER ───────────────── */

.wp-block-woocommerce-product-collection {
	background-color: var(--wp--preset--color--cream-bg);
	padding: 48px 0 80px;
}

/* ─── ARCHIVE PAGE BACKGROUND ──────────────────── */

.post-type-archive-product .wp-site-blocks,
.tax-product_cat .wp-site-blocks {
	background-color: var(--wp--preset--color--cream-bg);
}

/* ─── SALE BADGE ───────────────────────────────── */

li.wc-block-product .wc-block-components-product-sale-badge {
	background-color: var(--wp--preset--color--caramel) !important;
	color: white !important;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 4px;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
}

/* ─── SINGLE PRODUCT PAGE ──────────────────────── */

.single-product .wp-site-blocks {
	background-color: var(--wp--preset--color--dark-bg);
}

.saelk-single-product {
	padding-top: 100px !important;
}

/* Breadcrumbs on single product */
.saelk-single-product .woocommerce-breadcrumb {
	color: #666 !important;
	font-size: 0.8125rem;
}

.saelk-single-product .woocommerce-breadcrumb a {
	color: #999 !important;
}

.saelk-single-product .woocommerce-breadcrumb a:hover {
	color: var(--wp--preset--color--caramel) !important;
}

/* Product image gallery */
.saelk-single-product .woocommerce-product-gallery {
	opacity: 1 !important;
}

.saelk-single-product .woocommerce-product-gallery__image img {
	border-radius: 1rem !important;
	background: #f0f0f0;
}

/* Product title */
.saelk-single-product .wp-block-post-title {
	font-family: var(--wp--preset--font-family--bebas-neue) !important;
	text-transform: uppercase !important;
	color: white !important;
	letter-spacing: -0.02em;
}

/* Category terms */
.saelk-single-product .taxonomy-product_cat a {
	color: var(--wp--preset--color--caramel) !important;
	text-decoration: none !important;
}

/* Product excerpt/description */
.saelk-single-product .wp-block-post-excerpt,
.saelk-single-product .wp-block-post-excerpt__excerpt {
	color: var(--wp--preset--color--gray-300) !important;
}

/* Price */
.saelk-single-product .wp-block-woocommerce-product-price,
.saelk-single-product .wc-block-components-product-price {
	color: var(--wp--preset--color--caramel) !important;
}

.saelk-single-product .wc-block-components-product-price .woocommerce-Price-amount {
	color: var(--wp--preset--color--caramel) !important;
	font-family: var(--wp--preset--font-family--antonio) !important;
}

/* Separator */
.saelk-single-product .wp-block-separator {
	width: 60px !important;
	margin-left: 0 !important;
}

/* Add to cart form */
.saelk-single-product .wc-block-add-to-cart-form {
	margin-top: 24px;
}

.saelk-single-product .wc-block-add-to-cart-form .quantity {
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
	margin-bottom: 16px;
}

.saelk-single-product .wc-block-add-to-cart-form .quantity .qty {
	background: #222 !important;
	border: 1px solid #444 !important;
	color: white !important;
	width: 60px !important;
	text-align: center;
	padding: 12px 8px !important;
	border-radius: 0.5rem !important;
	font-family: var(--wp--preset--font-family--inter) !important;
}

.saelk-single-product .single_add_to_cart_button,
.saelk-single-product .wc-block-add-to-cart-form .wp-element-button {
	background-color: var(--wp--preset--color--caramel) !important;
	color: white !important;
	font-family: var(--wp--preset--font-family--oswald) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.15em !important;
	font-weight: 500 !important;
	font-size: 0.8125rem !important;
	border-radius: 2rem !important;
	padding: 16px 40px !important;
	border: none !important;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.saelk-single-product .single_add_to_cart_button:hover,
.saelk-single-product .wc-block-add-to-cart-form .wp-element-button:hover {
	background-color: var(--wp--preset--color--dark-caramel) !important;
}

/* Product meta */
.saelk-single-product .wp-block-woocommerce-product-meta {
	color: #666;
	font-size: 0.8125rem;
}

/* Product details/tabs */
.saelk-single-product .wp-block-woocommerce-product-details,
.saelk-single-product .woocommerce-tabs {
	color: white;
}

.saelk-single-product .woocommerce-tabs .tabs li a {
	color: #999 !important;
	font-family: var(--wp--preset--font-family--oswald);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.saelk-single-product .woocommerce-tabs .tabs li.active a {
	color: white !important;
}

.saelk-single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	color: var(--wp--preset--color--gray-300);
}

/* ─── RELATED PRODUCTS ─────────────────────────── */

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-query {
	max-width: 1280px;
	margin: 0 auto;
}

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-post-template {
	gap: 20px !important;
}

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-post-template > *,
.saelk-single-product .wp-block-post.product {
	background-color: #222 !important;
	border-radius: 1rem !important;
	overflow: hidden !important;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	padding-bottom: 20px !important;
	position: relative;
}

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-post-template > *:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Related product images */
.saelk-single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-image {
	margin: 0 !important;
	overflow: hidden;
	aspect-ratio: 1;
}

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	transition: transform 0.7s ease;
}

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-post-template > *:hover img {
	transform: scale(1.1);
}

/* Related product title */
.saelk-single-product .wp-block-woocommerce-related-products .wp-block-post-title {
	font-family: var(--wp--preset--font-family--antonio) !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: white !important;
	padding: 14px 16px 4px !important;
	margin: 0 !important;
}

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-post-title a {
	color: white !important;
	text-decoration: none !important;
}

.saelk-single-product .wp-block-woocommerce-related-products .wp-block-post-title a:hover {
	color: var(--wp--preset--color--caramel) !important;
}

/* Related product price */
.saelk-single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-price,
.saelk-single-product .wp-block-woocommerce-related-products .wc-block-components-product-price {
	padding: 4px 16px 0 !important;
	color: white !important;
	font-family: var(--wp--preset--font-family--antonio) !important;
	font-size: 0.9375rem !important;
}

.saelk-single-product .wp-block-woocommerce-related-products .wc-block-components-product-price .woocommerce-Price-amount {
	color: white !important;
}

/* ─── WOOCOMMERCE NOTICES ──────────────────────── */

.woocommerce-message,
.woocommerce-info {
	background-color: var(--wp--preset--color--card-bg) !important;
	color: white;
	border-left-color: var(--wp--preset--color--caramel) !important;
}

/* ─── MY ACCOUNT PAGE ──────────────────────────── */

.woocommerce-account .wp-site-blocks {
	background-color: var(--wp--preset--color--dark-bg);
}

.woocommerce-account .woocommerce {
	padding-top: 140px !important;
	padding-left: 24px;
	padding-right: 24px;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #222;
	border-radius: 1rem;
	padding: 24px 0;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 12px 32px;
	color: #9CA3AF !important;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: white !important;
	background: rgba(255, 255, 255, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders.is-active a {
	color: white !important;
	border-left: 3px solid var(--wp--preset--color--caramel);
	background: rgba(198, 134, 66, 0.08);
}

/* Account content area */
.woocommerce-account .woocommerce-MyAccount-content {
	color: white;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content td,
.woocommerce-account .woocommerce-MyAccount-content th {
	color: #D1D5DB;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: var(--wp--preset--color--caramel) !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	color: white !important;
	font-family: var(--wp--preset--font-family--bebas-neue);
}

/* Account notices */
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
	background: #222 !important;
	color: white !important;
	border-left-color: var(--wp--preset--color--caramel) !important;
	border-radius: 0.5rem;
}

.woocommerce-account .woocommerce-info a,
.woocommerce-account .woocommerce-message a {
	color: var(--wp--preset--color--caramel) !important;
}

.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-message .button {
	background: var(--wp--preset--color--caramel) !important;
	color: white !important;
	border: none !important;
	border-radius: 2rem !important;
	font-family: var(--wp--preset--font-family--oswald) !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.75rem;
	padding: 10px 24px !important;
}

/* Account forms (edit address, account details) */
.woocommerce-account .woocommerce-EditAccountForm input,
.woocommerce-account .woocommerce-address-fields input,
.woocommerce-account .woocommerce-EditAccountForm select,
.woocommerce-account .woocommerce-address-fields select {
	background: #222 !important;
	border: 1px solid #444 !important;
	border-radius: 0.5rem !important;
	color: white !important;
	padding: 12px 16px !important;
	font-family: var(--wp--preset--font-family--inter) !important;
}

.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-address-fields label {
	color: #9CA3AF !important;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.woocommerce-account .woocommerce-Button,
.woocommerce-account .button {
	background: var(--wp--preset--color--caramel) !important;
	color: white !important;
	border: none !important;
	border-radius: 2rem !important;
	font-family: var(--wp--preset--font-family--oswald) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
	font-size: 0.8125rem !important;
	padding: 14px 32px !important;
	cursor: pointer;
	transition: background-color 0.3s;
}

.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account .button:hover {
	background: var(--wp--preset--color--dark-caramel) !important;
}

/* Orders table */
.woocommerce-account .woocommerce-orders-table {
	border-color: #333 !important;
}

.woocommerce-account .woocommerce-orders-table th {
	background: #222 !important;
	color: white !important;
	border-color: #333 !important;
	font-family: var(--wp--preset--font-family--oswald);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.8125rem;
}

.woocommerce-account .woocommerce-orders-table td {
	border-color: #333 !important;
	color: #D1D5DB !important;
}

/* Login form */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	background: #222;
	border-radius: 1rem;
	padding: 40px !important;
	border: none !important;
}

.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label {
	color: #9CA3AF !important;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="password"],
.woocommerce-account .woocommerce-form-login input[type="email"],
.woocommerce-account .woocommerce-form-register input[type="text"],
.woocommerce-account .woocommerce-form-register input[type="password"],
.woocommerce-account .woocommerce-form-register input[type="email"] {
	background: #1A1A1A !important;
	border: 1px solid #444 !important;
	border-radius: 0.5rem !important;
	color: white !important;
	padding: 14px 16px !important;
}

/* ─── MINI CART ────────────────────────────────── */

.wc-block-mini-cart__drawer .wc-block-mini-cart__content {
	background-color: var(--wp--preset--color--dark-bg) !important;
	color: white;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
	font-family: var(--wp--preset--font-family--bebas-neue);
	color: white;
}

/* ─── BREADCRUMBS ──────────────────────────────── */

.woocommerce-breadcrumb {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.8125rem;
	color: #666;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0;
	background: rgba(255, 255, 255, 0.06);
	padding: 8px 16px;
	border-radius: 999px;
	width: fit-content;
}

.woocommerce-breadcrumb a {
	color: #999;
	text-decoration: none;
	transition: color 0.3s;
}

.woocommerce-breadcrumb a:hover {
	color: var(--wp--preset--color--caramel);
}


/* ─── BREADCRUMBS ──────────────────────────────── */

.saelk-breadcrumbs {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 24px 0;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.8125rem;
}

.saelk-breadcrumbs a {
	color: #999;
	text-decoration: none;
	transition: color 0.3s;
}

.saelk-breadcrumbs a:hover {
	color: var(--wp--preset--color--caramel);
}

.saelk-breadcrumbs .sep {
	color: #ccc;
	margin: 0 8px;
}

.saelk-breadcrumbs .current {
	color: #111;
	font-weight: 500;
	background: #e8e5df;
	padding: 4px 12px;
	border-radius: 999px;
}

/* ─── FILTER TABS ──────────────────────────────── */

.saelk-filter-tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 32px 24px 0;
	flex-wrap: wrap;
}

.saelk-filter-tab {
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.8125rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #333;
	text-decoration: none;
	padding: 8px 20px;
	border: 1px solid #ccc;
	border-radius: 999px;
	transition: all 0.3s ease;
}

.saelk-filter-tab:hover {
	border-color: #333;
	color: #111;
}

.saelk-filter-tab.is-active {
	background-color: #333;
	color: white;
	border-color: #333;
}

/* ─── PRODUCT SEARCH BAR ──────────────────────── */

.saelk-product-search {
	max-width: 560px;
	margin: 24px auto 40px;
	padding: 0 24px;
}

.saelk-product-search-input {
	width: 100%;
	padding: 14px 24px;
	border: 1px solid #ddd;
	border-radius: 999px;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.9375rem;
	color: #333;
	background: white;
	outline: none;
	transition: border-color 0.3s;
}

.saelk-product-search-input:focus {
	border-color: var(--wp--preset--color--caramel);
}

.saelk-product-search-input::placeholder {
	color: #999;
}

/* ─── WEIGHT BADGE (top-left on product card) ── */

li.wc-block-product .saelk-weight-badge,
.product .saelk-weight-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.6875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 4px 10px;
	border-radius: 4px;
	z-index: 2;
}

/* ─── HEART ICON (top-right on product card) ─── */

li.wc-block-product .saelk-heart-icon,
.product .saelk-heart-icon {
	position: absolute;
	top: 12px;
	right: 12px;
	color: white;
	cursor: pointer;
	z-index: 2;
	transition: all 0.3s;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	backdrop-filter: blur(4px);
}

li.wc-block-product .saelk-heart-icon:hover,
.product .saelk-heart-icon:hover {
	background: rgba(0, 0, 0, 0.5);
	color: var(--wp--preset--color--caramel);
}

/* ─── CATEGORY LABEL (on product card) ─────────── */

li.wc-block-product .saelk-cat-label,
.product .saelk-cat-label {
	display: block;
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.625rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--wp--preset--color--caramel);
	padding: 12px 20px 0;
}

/* ─── HEART FAVOURITED STATE ───────────────────── */

.saelk-heart-icon.is-favourited {
	color: var(--wp--preset--color--caramel) !important;
	background: rgba(0, 0, 0, 0.5) !important;
}

/* ─── FAVOURITES PAGE GRID ─────────────────────── */

.saelk-favourites-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	width: 100%;
}

@media (max-width: 960px) {
	.saelk-favourites-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.saelk-favourites-grid { grid-template-columns: 1fr; }
}

.saelk-fav-card {
	background: #222;
	border-radius: 1rem;
	overflow: hidden;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	position: relative;
	cursor: pointer;
}

.saelk-fav-card .saelk-fav-title a::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}

.saelk-fav-card:hover {
	transform: translateY(-4px);
}

.saelk-fav-card-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1;
}

.saelk-fav-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.saelk-fav-card:hover img {
	transform: scale(1.1);
}

.saelk-fav-card .saelk-heart-icon {
	z-index: 3;
}

.saelk-fav-card:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.saelk-fav-card .saelk-cat-label {
	padding: 12px 16px 0;
}

.saelk-fav-title {
	font-family: var(--wp--preset--font-family--antonio);
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 16px;
	margin: 0;
}

.saelk-fav-title a {
	color: white;
	text-decoration: none;
}

.saelk-fav-title a:hover {
	color: var(--wp--preset--color--caramel);
}

.saelk-fav-price {
	display: block;
	padding: 4px 16px 16px;
	font-family: var(--wp--preset--font-family--antonio);
	font-size: 0.9375rem;
	color: white;
}

/* ─── PRODUCT CARD DESCRIPTION + SKOÐA ─────────── */

.saelk-card-description {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.8125rem;
	color: #9CA3AF;
	line-height: 1.5;
	padding: 0 20px;
	margin: 4px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.saelk-card-skoda {
	padding: 12px 20px 0;
	display: flex;
	justify-content: flex-end;
}

.saelk-card-skoda a {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--wp--preset--color--caramel);
	font-family: var(--wp--preset--font-family--oswald);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: gap 0.3s ease;
}

.saelk-card-skoda a:hover {
	gap: 10px;
}

/* ─── PRODUCT GRID FADE-IN ─────────────────────── */

.wc-block-product-template {
	animation: saelk-products-in 0.6s ease both;
}

.wc-block-product-template li.wc-block-product {
	animation: saelk-card-in 0.5s ease both;
}

.wc-block-product-template li.wc-block-product:nth-child(1) { animation-delay: 0.05s; }
.wc-block-product-template li.wc-block-product:nth-child(2) { animation-delay: 0.1s; }
.wc-block-product-template li.wc-block-product:nth-child(3) { animation-delay: 0.15s; }
.wc-block-product-template li.wc-block-product:nth-child(4) { animation-delay: 0.2s; }
.wc-block-product-template li.wc-block-product:nth-child(5) { animation-delay: 0.25s; }
.wc-block-product-template li.wc-block-product:nth-child(6) { animation-delay: 0.3s; }
.wc-block-product-template li.wc-block-product:nth-child(7) { animation-delay: 0.35s; }
.wc-block-product-template li.wc-block-product:nth-child(8) { animation-delay: 0.4s; }
.wc-block-product-template li.wc-block-product:nth-child(9) { animation-delay: 0.45s; }

@keyframes saelk-products-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes saelk-card-in {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ─── PAGINATION ───────────────────────────────── */

.wc-block-product-template + .wp-block-query-pagination {
	padding: 40px 24px;
	justify-content: center;
}
